/* font */
@font-face {
  font-family: Lato-Regular;
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: Lato-Bold;
  src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins-Bold.ttf");
}
html {
  position: relative;
  height: 100%;
}
body {
  font-family: Lato-Regular;
  width: 100%;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  font-size: 15px;
  color: #0d1136;
}
.nopadding {
  padding: 0px !important;
}
.sec-pad {
  padding: 30px 20px;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 15px;
  color: #77798c;
}
.bold {
  font-family: Lato-Bold;
}
.grey-bg {
  background-color: #fafafa;
}
.rtl {
  text-align: right;
}
.ltr {
  text-align: left;
}

.left-to-right {
  text-align: left !important;
}
.left-to-right .text-right {
  text-align: right !important;
}
.left-to-right .text-left {
  text-align: left !important;
}

.header {
  padding: 0px 40px;
  padding: 0px 40px;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 99;
  box-shadow: 0 21px 36px rgba(0, 0, 0, 0.15);
}
.inner-header {
  position: relative !important;
  background-color: #fff;
  box-shadow: 0 21px 36px rgba(0, 0, 0, 0.05);
}
.header.fixme.fixed,
.mobile-header.fixme.fixed {
  position: fixed !important;
  top: 0;
  left: 0px;
  background-color: #fff;
  box-shadow: 0 21px 36px rgba(0, 0, 0, 0.15);
}
.header .menu-search {
  position: relative;
  display: none;
}
.header.fixed .menu-search {
  display: inline-block;
}
.header .menu-search .form-control {
  font-size: 15px;
  padding: 0px 15px 0px 40px;
  background-color: rgb(243, 243, 243);
  height: 48px;
  width: 420px;
  border-radius: 6px;
  border: none;
}
.header .menu-search span {
  position: absolute;
  left: 11px;
  top: 15px;
  color: #495057a3;
}
.header ul.nav-links li.list-inline-item {
  margin: 20px 15px;
}
.header ul.nav-links li.list-inline-item a {
  font-family: Lato-Bold;
}
.header ul.nav-links li.list-inline-item a.active {
  color: rgb(0, 158, 127);
}
.btn-group.bootstrap-select {
  margin-bottom: 0px !important;
}
.bootstrap-select .btn:focus,
.bootstrap-select .btn:active,
.bootstrap-select.btn-group .dropdown-menu li > a:focus {
  outline: 0 !important;
}
.selectpicker.dropdown-toggle {
  background-color: #fff !important;
  border: 1px solid #cccccc47;
  color: #009e7f;
  font-family: Lato-Bold;
}
.selectpicker.dropdown-toggle::after {
  display: none;
}
.bootstrap-select .btn {
  padding: 0.375rem 0.5rem !important;
  border-radius: 6px;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  padding: 10px 25px;
  border-bottom: 1px solid #cccccc47;
}
.bootstrap-select.btn-group .dropdown-menu li:last-child {
  border-bottom: none;
}
.flag-icon-arabic {
  background-image: url(../img/arabic.svg);
}
.flag-icon-us {
  background-image: url(../img/us.svg);
}
.dropdown-menu.inner.selectpicker {
  display: block;
}
.flag-icon {
  margin: 0px 10px;
}
.bootstrap-select.btn-group .dropdown-menu {
  border: none;
  top: 10px !important;
  overflow: initial !important;
  min-width: 150px !important;
  left: auto !important;
  right: 0px;
  border-radius: 6px;
  box-shadow: rgba(142, 142, 142, 0.14) 0px 3px 20px;
}
.bootstrap-select.btn-group .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: -8px;
  right: 15px;
  display: block;
}
.join-btn {
  background-color: rgb(0, 158, 127);
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 6px;
  font-family: Lato-Bold;
}
.popover-handler {
  position: relative;
}
.popover-handler img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
}
.popover-box {
  display: none;
  min-width: 200px;
  position: absolute;
  left: -20px;
  right: auto;
  top: 58px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(142, 142, 142, 0.14) 0px 3px 20px;
  z-index: 99;
  padding: 20px 0px;
  border-radius: 6px;
}
.popover-box::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: -8px;
  left: 15px;
  right: auto;
  box-shadow: rgba(142, 142, 142, 0.14) -4px -4px 8px -3px;
  pointer-events: none;
  border-style: solid;
  border-width: 0px 8px 9px;
  border-color: transparent transparent rgb(255, 255, 255);
}
.left-to-right .popover-box {
  right: -20px;
  left: auto;
  top: 58px;
}
.left-to-right .popover-box::before {
  top: -8px;
  right: 15px;
  left: auto;
}

.popover-box a {
  display: block;
  white-space: nowrap;
  padding: 12px 30px;
  font-family: Lato-Bold;
  font-size: 15px;
  color: rgb(13, 17, 54);
}
.profile_menu.show {
  display: block;
}

/*responsive menu*/

.mobile-header {
  padding: 10px 15px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 1000;
  background: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  height: 60px;
  display: flex;
  align-items: center;
}
.search-icon {
  margin: 0px 10px;
}

/* Modal Close Button Adjustment */
.modal-content .close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1051;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
    font-size: 20px;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
}

.modal-content .close:hover {
    background: #f8f8f8;
}

/* Ensure modal body is scrollable when dialog is scrollable */
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
#menuToggle {
  display: block;
  position: relative;
  z-index: 1001;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 15px;
  width: 25px;
  height: 18px;
}

#menuToggle input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
#menuToggle > span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  background: #232323;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition:
    transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease;
}

#menuToggle > span:nth-of-type(1) {
  transform-origin: 0% 0%;
}

#menuToggle > span:nth-of-type(3) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #9d9d9d;
  width: 24px;
  height: 2px;
}

#menuToggle input:checked ~ span:nth-of-type(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
  position: fixed;
  width: 100%;
  max-width: 280px;
  margin: 0px 0 0 0;
  padding: 0px;
  /*padding-top: 75px;*/
  left: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  list-style-type: none;
  height: calc(100% + 20px);
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menu li {
  padding: 10px 30px;
  font-size: 16px;
}
#menu li a.active {
  color: rgb(0, 158, 127);
}
.menu-foot-link {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  font-size: 13px;
}
.join-menu-div {
  width: 100%;
  display: block;
  text-align: center;
  padding: 16px 0px !important;
  background-color: #fafafa;
  margin-bottom: 20px;
}
.join-menu-div .media {
  display: inline-flex !important;
}
.join-menu-div .media h5 {
  font-family: Lato-Bold;
}
#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
  left: 0px;
}

.main-slider {
  width: 100%;
  height: 100vh;
  display: block;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-text-div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.slider-logo {
  width: 180px;
  height: auto;
}
.main-slider h1 {
  font-family: Poppins-Bold;
  font-size: 2.75rem;
  margin-bottom: 20px;
}
.form-control:focus,
.btn:focus {
  box-shadow: none;
  outline: 0;
}
.premium-search-container {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.premium-search-container:focus-within {
  box-shadow: 0 10px 30px rgba(0, 158, 127, 0.1) !important;
}
.filter-trigger {
  transition: all 0.2s;
  user-select: none;
  white-space: nowrap;
}
.filter-trigger:hover {
  background-color: #f9f9f9;
}
.filter-trigger i {
  color: #009e7f;
}
#active-filter-tags .badge {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin: 5px;
  color: #fff;
}
#active-filter-tags .badge i {
  cursor: pointer;
  opacity: 0.8;
}
#active-filter-tags .badge i:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .premium-search-container {
    flex-direction: column !important;
    border-radius: 20px !important;
    padding: 10px !important;
  }
  .premium-search-container .form-control {
    text-align: center;
    padding-left: 0 !important;
    width: 100% !important;
  }
  .filter-trigger {
    border-left: none !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }
  #hero-search-btn {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.owl-nav button {
  position: absolute;
  top: 40%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff !important;
  color: #009e7f !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  cursor: pointer;
}
.owl-nav button span {
  font-size: 37px;
  line-height: 22px;
  margin-top: -7px;
}
.owl-nav button.owl-prev {
  right: -20px;
}
.owl-nav button.owl-next {
  left: -20px;
}
.owl-nav button:focus {
  outline: 0;
}

.content-section {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  background: #ffffff;
  padding: 30px;
  max-width: 1980px;
  margin: 0 auto;
}
.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
}
.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.make-me-sticky .my-list {
  margin-top: 60px;
}


.left-to-right .main-product-sec .content-section {
  margin-left: 0;
  margin-right: 0;
}

.left-to-right .main-product-sec .sidebar-item {
  left: 0;
  right: auto;
}

.main-product-sec .content-section {
  margin-left: 0;
  margin-right: 0;
  justify-self: center;
}

.main-product-sec .sidebar-item {
  left: auto;
  right: 0;
}

/*category sidebar*/

.category-list-dropdown .card-header {
  background-color: #fafafa !important;
  padding: 12px 10px !important;
  font-size: 15px;
  font-family: Lato-Bold;
  border-top: 1px solid #ccc6 !important;
}
.category-list-dropdown .card-header svg {
  margin: 0px 16px;
}
.category-list-dropdown .card-body {
  padding: 0.5rem 26px !important;
}
.category-list-dropdown .card-body a {
  padding: 3px 0px;
  font-family: Lato-Bold;
}
.category-sidebar {
  width: 100%;
  padding: 10px;
}
.category-sidebar .card-link.collapsed h6 {
  color: #0d1136;
}
.category-sidebar .card-link h6 {
  color: #009e7f;
  font-family: Lato-Bold;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 0px;
}
.category-sidebar .card-link h6 svg {
  margin: 0px 16px;
}
.category-sidebar .card-body p {
  font-size: 13px;
  font-family: Lato-Bold;
  position: relative;
  margin-right: 60px;
  padding-right: 20px;
}
.category-sidebar .card-body p:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #77798ca3;
  display: block;
  position: absolute;
  right: 0px;
  top: 8px;
}
.left-to-right .category-sidebar .card-body p {
  margin-left: 60px;
  padding-left: 20px;
  margin-right: 0px;
  padding-right: 0px;
}
.left-to-right .category-sidebar .card-body p:before {
  left: 0px;
  right: auto;
}
.category-sidebar .card-header {
  background-color: transparent;
  border: none;
  padding: 1.1rem 1.75rem;
}
.category-sidebar .card {
  border: none;
}
.category-sidebar .card-body a:hover p {
  color: #009e7f;
}
.category-sidebar .card-body a:hover p:before {
  background-color: #009e7f;
}

/*product div*/

.product-box {
  background-color: #fafafa;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.loading-products svg {
  width: 100%;
}
.product-box-img {
  height: 200px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.product-text {
  padding: 20px 25px 30px;
}
.product-title {
  font-family: Lato-Bold;
  font-size: 15px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px 0px 7px;
  overflow: hidden;
}
.product-weight {
  font-size: 13px;
  font-weight: 400;
  color: rgb(119, 121, 140);
}
.product-meta {
  margin-top: 30px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.productPriceWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.productPriceWrapper .discountedPrice {
  font-size: 13px;
  font-weight: 400;
  color: rgb(255, 173, 94);
  font-style: italic;
  position: absolute;
  top: -20px;
  left: -4px;
  padding: 0px 5px;
  overflow: hidden;
}
.productPriceWrapper .discountedPrice:before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: rgb(255, 173, 94);
  position: absolute;
  top: 50%;
  left: 0px;
}
.productPriceWrapper .product-price {
  font-family: Lato-Bold;
  font-size: 15px;
  color: rgb(0, 158, 127);
}
.cart-btn {
  height: 36px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(247, 247, 247);
  border-image: initial;
  border-radius: 18px;
  cursor: pointer;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
  color: rgb(0, 158, 127);
  background-color: transparent;
  font-family: Lato-Bold;
}
.cart-btn:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 158, 127);
  border-color: rgb(0, 158, 127);
}
.discountPercent {
  font-family: Lato-Bold;
  font-size: 13px;
  color: rgb(255, 255, 255);
  line-height: 24px;
  background-color: rgb(255, 173, 94);
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  border-radius: 12px;
}
.load-btn {
  min-width: 135px;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  color: #009e7f;
  font-size: 14px;
  font-family: Lato-Bold;
}

.mobile-div {
  display: none;
}
.category-sidebar .selected {
  background-color: #fafafa;
  padding: 12px 2rem;
  font-size: 15px;
  font-family: Lato-Bold;
  border-top: 1px solid #ccc6;
}
.category-sidebar .selected svg {
  margin: 0px 16px;
}
.category-sidebar .options {
  height: 0px;
  overflow: hidden;
  transition: height ease 0.2s;
}
.category-sidebar .options.show {
  /*display: block;*/
  height: 275px;
  overflow-y: scroll;
  border-bottom: 1px solid #ccc6;
}
.category-sidebar .options.show::-webkit-scrollbar {
  width: 6px;
}
.category-sidebar .options.show::-webkit-scrollbar-track {
  background: transparent;
}
.category-sidebar .options.show:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 60px;
}

.product-cart {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(0, 158, 127);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 21px 36px;
  cursor: pointer;
  position: fixed;
  right: auto;
  left: 0px;
  top: 50%;
  margin-top: -46px;
  z-index: 9;
  padding: 0px;
  border-radius: 0px 6px 6px 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: 0px;
}
.left-to-right .product-cart {
  right: 0px;
  left: auto;
  border-radius: 6px 0px 0px 6px;
}
.cart_price {
  width: auto;
  height: 35px;
  min-width: 80px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: rgb(0, 158, 127);
  overflow: hidden;
  border-radius: 6px;
  margin: 0px 10px 10px;
}
.totalItems {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 15px 10px;
}
.checkout-pad-cust.CheckoutButton .CheckoutTitle {
  padding: 0px 30px;
}
.totalItems svg {
  margin: 0px 5px;
}
button:focus {
  outline: 0 !important;
}
.Counterstyle.hide {
  display: none;
}
.Counterstyle {
  display: flex;
  background-color: rgb(0, 158, 127);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-shrink: 0;
  width: 104px;
  height: 36px;
  border-radius: 200px;
  overflow: hidden;
}
.CounterButton {
  background-color: transparent;
  color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 10px;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
.modal {
  padding: 0px !important;
}
.modal-padding {
  padding: 50px;
}
.modal .close {
  /*position: fixed;*/
  top: 10px;
  right: 10px;
  opacity: 1;
  z-index: 99;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}
.left-border {
  border-right: 1px solid #cccccc45;
}
.left-to-right .left-border {
  border-left: 1px solid #cccccc45;
}
.header-flex {
  width: 100%;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.modal-padding .title {
  font-family: Poppins-Bold;
  font-size: 21px;
  font-weight: 700;
  color: rgb(13, 17, 54);
  line-height: 1.5;
  display: flex;
}
.modal-padding .SalePrice {
  font-size: 15px;
  color: rgb(255, 173, 94);
  font-style: italic;
  position: relative;
  margin: 4px 5px;
  padding: 0px 5px;
}
.modal-padding .SalePrice::before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: rgb(255, 173, 94);
  position: absolute;
  top: 50%;
  left: 0px;
}
.modal-padding .ProductPrice {
  font-family: Lato-Bold;
  font-size: 18px;
  color: rgb(0, 158, 127);
  margin: 2px 5px;
}
.modal-padding .text {
  color: rgb(66, 69, 97);
  line-height: 2;
  margin-top: 30px;
}
.modal-padding .flex {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}
.modal-padding .MetaItem {
  font-family: Lato-Bold;
  font-size: 13px;
  color: rgb(13, 17, 54);
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: rgb(247, 247, 247);
  cursor: pointer;
  height: 30px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0px 15px;
  border-radius: 6px;
}
.modal-padding .DiscountPercent {
  font-family: Lato-Bold;
  font-size: 13px;
  color: rgb(255, 255, 255);
  line-height: 24px;
  background-color: rgb(255, 173, 94);
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: absolute;
  top: 45px;
  right: 45px;
  transform: translate3d(0px, 0px, 1px);
  border-radius: 12px;
  z-index: 99;
}
#sync1 .item {
  background: rgb(247, 247, 247);
  margin: 5px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
#sync2 .item {
  background: rgb(247, 247, 247);
  margin: 5px;
  color: #fff;
  border: 1px solid #cccccc45;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
#sync2 .current .item {
  border: 2px solid #009e7f;
}
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.right .modal-body {
  padding: 0px 0px 130px;
}
.modal.left .modal-body {
  padding: 0px 0px 130px;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
  -moz-transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
  -o-transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
  transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
}
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
  -moz-transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
  -o-transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
  transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
  width: 100%;
  right: 0;
  top: 0px;
  max-width: 420px;
  height: 100vh;
  position: fixed;
}
.modal.left.fade.show .modal-dialog {
  width: 100%;
  left: 0;
  top: 0px;
  max-width: 420px;
  height: 100vh;
  position: fixed;
}
.left-to-right .modal.right.fade.show .modal-dialog {
}
.cart-popup .modal-content {
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 0rem;
  box-shadow: -20px -10px 20px 0px rgba(0, 0, 0, 0.05);
}
.cart-popup.modal .close {
  position: initial;
  top: auto;
  right: auto;
  padding: 0px;
  margin: 0px;
}
.modal-backdrop,
.modal-backdrop.fade.show {
  opacity: 0;
}
.CartItem {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(0, 158, 127);
}
.cart-popup.modal .CartItem span {
  font-size: 15px;
  font-family: Lato-Bold;
  padding: 0px 10px;
}
.CheckoutButtonWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 5px;
}
.PromoCode {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 15px 0px;
}
.PromoCode button {
  box-shadow: none;
  background-color: transparent;
  display: inline-flex;
  font-family: Lato-Bold;
  cursor: pointer;
  font-size: 15px;
  color: rgb(0, 158, 127);
  border-width: 0px;
  outline: 0px;
  transition: color 0.35s ease 0s;
}
.cart_CouponBoxWrapper.hide {
  display: none;
}
.cart_CouponBoxWrapper {
  width: 100%;
  flex-direction: column;
  padding: 0px 20px 0px 15px;
}
.CouponBoxWrapper {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-right: 5px;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(237, 237, 237);
  border-image: initial;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 6px;
}
.InputWrapper input {
  width: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  font-size: 15px;
  color: rgb(119, 121, 140);
  background-color: transparent;
  margin-right: 0px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0px;
  padding: 0px 20px;
}
input:focus {
  box-shadow: none;
  outline: 0;
}
.CouponBoxWrapper .ButtonStyle {
  color: rgb(144, 144, 144);
  background-color: rgb(241, 241, 241);
  border-color: rgb(241, 241, 241);
  cursor: pointer;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0px 30px;
  box-sizing: border-box;
  border-radius: 6px;
  text-decoration: none;
  border-width: 0px;
  height: calc(100% - 10px);
  margin: 0px 5px;
}
.CheckoutButton {
  height: 48px;
  width: calc(100% - 30px);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: rgb(0, 158, 127);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0px;
  border-radius: 48px;
  border-width: 0px;
  outline: 0px;
}
.CheckoutTitle {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 30px;
  color: #fff !important;
  font-family: Lato-Bold;
}
.PriceBox {
  width: auto;
  height: 44px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  font-size: 15px;
  color: rgb(0, 158, 127);
  margin: 0px 2px;
  padding: 0px 30px;
  overflow: hidden;
  border-radius: 28px;
  font-family: Lato-Bold;
}
.ItemBox {
  font-size: 15px;
  font-weight: 700;
  padding: 15px 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(247, 247, 247);
}
.CartItem-Image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin: 0px 12px;
}
.Information {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}
.Information .Name {
  font-weight: 400;
  color: rgb(13, 17, 54);
  margin-bottom: 0px;
  line-height: 1.5;
}
.Information .Price {
  color: rgb(0, 158, 127);
  margin-top: 10px;
  margin-bottom: 10px;
}
.Information .Weight {
  font-size: 13px;
  font-weight: 400;
  color: rgb(119, 121, 140);
  margin-bottom: 5px;
}
.ItemBox .Total {
  color: rgb(13, 17, 54);
  margin: 0px auto;
}
.ItemBox .RemoveButton {
  margin: 0px 5px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  padding: 5px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: 0px;
  transition: all 0.4s ease 0s;
}
.ItemBox .Counterstyle {
  width: 30px;
  height: 90px;
  flex-direction: column-reverse;
  background-color: rgb(247, 247, 247);
  color: rgb(13, 17, 54);
}
.ItemBox .CounterButton {
  color: rgb(119, 121, 140);
}
.items-wrapper {
  max-height: calc(100vh - 245px);
  background-color: rgb(255, 255, 255);
}
.cart-popup.modal .modal-body {
  padding: 0px 0px 0px;
  overflow-y: scroll;
  margin-bottom: 150px;
  border-bottom: 1px solid rgb(247, 247, 247);
}
.cart-popup.modal .modal-body::-webkit-scrollbar {
  width: 6px;
}
.cart-popup.modal .modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.cart-popup.modal .modal-body:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 60px;
}
.search-modal .modal-dialog {
  width: 100%;
  margin: 0px;
  max-width: 100%;
}
.search-modal .modal-content {
  border-radius: 0px;
  border: none;
}
.mobile-search-inner {
  background: #f8f9fa;
  border: 1px solid #eee;
  transition: border-color 0.2s;
}
.mobile-search-inner:focus-within {
  border-color: #009e7f;
  background: #fff;
}
.badge-white {
  background: #fff;
  color: #009e7f;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#active-filter-tags:empty {
  display: none !important;
}
#active-filter-tags {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #f9f9f9;
}
@media (min-width: 769px) {
  .premium-search-container:has(#active-filter-tags span) {
    padding-bottom: 5px !important;
  }
}
.search-modal .modal-body {
  padding: 10px !important;
}
.modal-open {
  overflow: auto;
  overflow-x: hidden !important;
  padding: 0px !important;
}
.small-text {
  line-clamp: 2; /* Standard property */
}

.help-collapse .card {
  border: none;
  margin-bottom: 10px;
  padding: 0;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgb(241, 241, 241);
}
.help-collapse .card-header {
  padding: 23px 30px 23px 50px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}
.left-to-right .help-collapse .card-header {
  padding: 23px 50px 23px 30px;
}
.help-collapse .card-header span.plus {
  display: none;
}
.help-collapse .card-header span.minus {
  display: block;
}
.help-collapse .card-header .collapsed span.plus {
  display: block;
}
.help-collapse .card-header .collapsed span.minus {
  display: none;
}
.help-collapse .card-header span.icon {
  position: absolute;
  top: 0px;
  left: -20px;
  right: auto;
}
.left-to-right .help-collapse .card-header span.icon {
  right: -20px;
  left: auto;
}
.help-collapse .card-header span.icon.minus {
  top: -5px;
}
.help-collapse .card-header h6 {
  cursor: pointer;
  font-family: Lato-Bold;
  font-size: 15px;
  margin-bottom: 0px;
  width: 100%;
  position: relative;
}
.help-collapse .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 30px 23px;
  background-color: transparent;
  font-weight: 400;
  color: rgb(119, 121, 140);
  line-height: 1.75;
}
.page-foot-link {
  font-size: 13px;
}
.page-foot-link a {
  color: rgb(0, 158, 127);
}
.page-title {
  font-family: Poppins-Bold;
  font-size: 21px;
  color: rgb(13, 17, 54);
  line-height: 1.2;
  margin-bottom: 25px;
}
.modal.form-popup.show {
  width: 100%;
  height: 100%;
  background-color: #00000094;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.form-popup .modal-body {
  padding: 0px;
}
.form-popup .modal-box-padding {
  padding: 40px 60px 0px;
}
.form-popup .title {
  color: rgb(0, 158, 127);
  margin-bottom: 10px;
  font-family: Poppins-Bold;
  font-size: 21px;
  font-weight: 700;
}
.form-control {
  width: 100%;
  height: 48px;
  background-color: rgb(247, 247, 247);
  font-size: 15px;
  font-weight: 400;
  color: rgb(13, 17, 54);
  line-height: 19px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid rgb(241, 241, 241);
  padding: 0px 18px;
}
.theme-btn {
  background-color: rgb(0, 158, 127);
  color: #fff;
  height: 48px;
  padding: 0px 30px;
  border-radius: 6px;
  font-family: Lato-Bold;
}
.form-popup span.small {
  font-size: 13px;
  color: #77798c;
  display: block;
}
.facebook-btn {
  background-color: rgb(66, 103, 178);
  margin-bottom: 10px;
}
.google-btn {
  background-color: rgb(66, 133, 244);
}
.form-popup .or-div {
  position: relative;
  width: 100%;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 0px;
}
.form-popup .or-div:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(241, 241, 241);
  position: absolute;
  top: 50%;
  left: 0px;
}
.form-popup .or-div span {
  font-size: 15px;
  font-weight: 400;
  color: rgb(13, 17, 54);
  line-height: 1;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  position: relative;
  padding: 0px 10px;
}
.form-popup a.link {
  color: rgb(0, 158, 127);
  font-family: Lato-Bold;
  text-decoration: underline;
}
.forgot-link {
  background-color: rgb(247, 247, 247);
  padding: 20px;
}
.forgot-link p {
  font-size: 15px;
  font-weight: 400;
  color: rgb(0, 158, 127);
  margin: 0px;
}
@media (min-width: 576px) {
  .form-popup .modal-dialog {
    max-width: 450px;
  }
}

.myModal--effect-zoomIn.modal .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 120px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.myModal--effect-zoomIn.modal.show .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -120px, 0);
  transform: translate3d(0, -120px, 0);
  opacity: 1;
}
.profile-box {
  padding: 60px 50px 10px;
  border: 1px solid rgb(241, 241, 241);
  background-color: #fff;
}
.profile-sec {
  margin-bottom: 50px;
}
.form-group label {
  font-family: Lato-Bold;
  font-size: 15px;
  color: rgb(13, 17, 54);
  line-height: 19px;
  margin-bottom: 15px;
}
.profile-sidebar {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px;
  width: 100%;
}
.sidebar-padding {
  padding: 40px 0px;
}
.sidebar-menu a {
  font-size: 15px;
  font-family: Lato-Bold;
  color: rgb(13, 17, 54);
  transition: color 0.35s ease 0s;
  padding: 15px 50px;
  display: block;
}
.sidebar-menu a.active {
  color: rgb(0, 158, 127);
  padding-right: 45px;
  border-right: 5px solid rgb(0, 158, 127);
  border-left: none;
}
.left-to-right .sidebar-menu a.active {
  padding-left: 45px;
  border-left: 5px solid rgb(0, 158, 127);
  border-right: none;
}
.bordered-box p {
  color: rgb(13, 17, 54);
  font-size: 15px;
}
.bordered-box p.bold {
  margin-bottom: 5px;
}
.bold {
  font-family: Lato-Bold;
}
.home-btn:hover {
  background-color: rgb(0, 158, 127);
  color: rgb(255, 255, 255);
  border-color: rgb(0, 158, 127);
}
.home-btn {
  font-size: 15px;
  color: rgb(119, 121, 140);
  height: 36px;
  position: absolute;
  top: 15px;
  right: 30px;
  padding: 5px 15px;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 6px;
  transition: all 0.15s ease-in-out 0s;
}
.relative-btn {
  position: relative;
  margin: 25px 0px;
}
.relative-btn .home-btn {
  position: absolute;
  top: -18px;
  right: 0px;
  left: auto;
  padding: 5px 15px;
  display: inline-block;
}

/*checkout page*/

.checkout-page .sidebar-item {
  right: 0;
  left: auto;
  width: 30%;
  padding: 20px 0px;
}
.check-make-me-sticky.pad {
  padding-top: 100px;
}
.checkout-page .content-section {
  width: 70%;
  margin-right: 30%;
  margin-left: 0;
  padding: 20px;
}
.checkoutsidebar {
  padding: 0px 10px;
}
.checkoutsidebar-item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.checkoutsidebar-item span {
  font-size: 14px;
  font-weight: 400;
  color: rgb(119, 121, 140);
}
.checkoutsidebar-item .quantity {
  color: rgb(13, 17, 54);
}
.checkoutsidebar-item .multiplier {
  margin: 0px 10px;
}
.checkoutsidebar-item .iteminfo {
  margin: 0px 5px;
}
.checkoutsidebar-item .price {
  margin-right: auto;
  margin-left: 0px;
}
.left-to-right .checkoutsidebar-item .price {
  margin-left: auto;
  margin-right: 0px;
}
.checkoutsidebar-calculation {
  margin-top: 20px;
  border-top: 1px solid rgb(230, 230, 230);
  padding: 20px 10px 0px;
}
.calc-text-box {
  margin-bottom: 10px;
}
.calc-text {
  font-size: 14px;
  font-weight: 400;
  color: rgb(119, 121, 140);
}
.calc-text.bold {
  font-family: Lato-Bold;
  font-size: 14px;
  color: rgb(13, 17, 54) !important;
}
.checkout-informationbox {
  background-color: rgb(255, 255, 255);
  position: relative;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 16px 0px;
  padding: 40px 40px 30px;
}
.checkout-heading-box {
  margin-bottom: 35px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
.checkout-heading-box .checkout-heading {
  font-size: 21px;
  color: rgb(13, 17, 54);
  line-height: 1.4;
  margin-bottom: 5px;
}
.checkout-heading-box .checkout-heading-text {
  font-size: 13px;
  margin-bottom: 0px;
}
.checkout-heading-box .count-number {
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: rgb(0, 158, 127);
  margin-left: 15px;
  margin-right: 0px;
  border-radius: 50%;
}
.left-to-right .checkout-heading-box .count-number {
  margin-right: 15px;
  margin-left: 0px;
}
.form-control:focus {
  border-color: rgb(0, 158, 127);
}
.checkout-informationbox .form-group {
  margin-bottom: 1rem;
  margin-left: 20px;
  margin-right: 20px;
}
.checkout-informationbox input.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgb(0, 158, 127);
  border-radius: 0px;
  padding: 0px;
}
.checkout-informationbox select.form-control {
  background-color: transparent;
  border-color: rgb(0, 158, 127);
}
select + i.fa {
  margin-top: -40px;
  pointer-events: none;
  background-color: #fff;
  font-size: 24px;
  color: #009e7f;
  font-weight: 700;
  float: left;
  margin-left: 2px;
  padding-left: 15px;
}
.left-to-right select + i.fa {
  float: right;
  margin-right: 2px;
  padding-right: 15px;
}

.checkout-informationbox .nav-tabs {
  border-bottom: none;
  margin: 0px 10px;
}
.checkout-informationbox .nav-tabs li {
  width: 33%;
}
.checkout-informationbox .nav-tabs li a {
  text-align: center;
  border-radius: 6px;
  border: 1px solid rgb(241, 241, 241);
  min-width: 130px;
  margin: 5px;
  background-color: #fff;
  padding: 2px;
}
.checkout-informationbox .nav-tabs li a.active {
  background-color: #009e7f;
}
.checkout-informationbox .nav-tabs li a.active p {
  color: #fff;
}
.checkout-informationbox .nav-tabs li a p {
  color: rgb(13, 17, 54);
  margin-bottom: 0px;
}
.checkout-informationbox .nav-tabs li .main-img {
  display: block;
  margin: auto;
}
.checkout-informationbox .nav-tabs li .active-img {
  display: none;
  margin: auto;
}
.checkout-informationbox .nav-tabs li a.active .main-img {
  display: none;
}
.checkout-informationbox .nav-tabs li a.active .active-img {
  display: block;
}
.checkout-informationbox .tab-content {
  padding: 20px 0px;
  margin: 0px 20px;
}
.checkout-informationbox .tab-content .form-group {
  margin: 0px !important;
}
.radiocardwrapper:hover {
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 158, 127);
  border-image: initial;
}
.payment-box .radiocardwrapper:hover {
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 158, 127);
  border-image: initial;
}
.radiocardwrapper {
  width: 100%;
  text-align: center;
  padding: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: rgb(247, 247, 247);
  margin: 5px;
  position: relative;
  font-size: 15px;
  color: rgb(13, 17, 54);
  line-height: 24px;
  min-height: 55px;
  cursor: pointer;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgb(247, 247, 247);
  transition: all 0.25s ease 0s;
}
.payment-box .radiocardwrapper {
  background-color: #fff;
  border: 1px solid rgb(247, 247, 247);
  display: block;
}
.radiocardwrapper img {
  margin: auto;
}
.radiocardwrapper.active {
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 158, 127);
  border-image: initial;
}
.radiocardwrapper .cardcontent {
  font-size: 13px;
  font-weight: 400;
  color: rgb(66, 69, 97);
}

/*order page*/

.orderlistwrapper {
  width: 100%;
  margin: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  /*margin-right: 30px;*/
  border-width: 1px;
  border-style: solid;
  border-color: rgb(241, 241, 241);
  border-image: initial;
  overflow: hidden;
}
.orderstyle-title {
  font-family: Poppins-Bold;
  font-size: 21px;
  color: rgb(13, 17, 54);
  margin: 25px 0px;
  padding: 0px 20px;
}
.orderlist {
  width: 100%;
  padding: 0px 20px;
  position: relative;
  overflow-y: scroll;
  min-height: 430px;
  max-height: 555px;
}
.orderlist::-webkit-scrollbar {
  width: 6px;
}
.orderlist::-webkit-scrollbar-track {
  background: transparent;
}
.orderlist:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 60px;
}
.singleorderlist {
  background-color: rgb(247, 247, 247);
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
}
.singleorderlist.active {
  border: 2px solid rgb(0, 158, 127);
}
.singleorderlist:hover {
  border: 2px solid rgb(0, 158, 127);
}
.ordercardheader {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgb(241, 241, 241);
}
.ordercardheader-count {
  font-family: Lato-Bold;
  font-size: 15px;
  color: rgb(13, 17, 54);
}
.ordercardheader-count span {
  font-family: Lato;
}
.ordercardheader-status {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgb(46, 112, 250);
  line-height: 1;
  background-color: rgba(46, 112, 250, 0.1);
  padding: 10px;
  border-radius: 6px;
}
.ordercard {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.ordercard-item {
  font-size: 13px;
  font-weight: 400;
  color: rgb(13, 17, 54);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.ordercard-item.price {
  font-family: Lato-Bold;
  margin-bottom: 0px;
}
.orderdetailswrapper {
  width: 100%;
  min-height: calc(100vh - 190px);
  display: flex;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(241, 241, 241);
  border-image: initial;
}
.orderdetails-deliveryinfo {
  width: 100%;
  display: flex;
  border-top: 1px solid rgb(241, 241, 241);
  border-bottom: 1px solid rgb(241, 241, 241);
}
.orderdetails-deliveryaddress {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgb(241, 241, 241);
  border-right: none;
  padding: 20px;
}
.left-to-right .orderdetails-deliveryaddress {
  border-right: 1px solid rgb(241, 241, 241);
  border-left: none;
}
.orderdetails-deliveryaddress h3 {
  font-family: Lato-Bold;
  font-size: 15px;
  color: rgb(13, 17, 54);
  margin-bottom: 10px;
}
.orderdetails-deliveryaddress span {
  font-size: 15px;
  color: rgb(119, 121, 140);
  line-height: 1.5;
}
.orderdetails-costcalculation {
  width: 380px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.costcalculation-price {
  font-size: 15px;
  color: rgb(119, 121, 140);
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.costcalculation-price .price {
  color: rgb(13, 17, 54);
}
.costcalculation-price.grandtotal {
  font-family: Lato-Bold;
  color: rgb(13, 17, 54);
  margin-bottom: 0px;
}
.order-table.table {
  margin-bottom: 0px;
}
.order-table thead th {
  background: #f7f7f7;
  border: none;
  font-weight: 400;
  font-family: Lato-Bold;
  font-size: 13px;
  padding: 0.7rem 20px;
}
.order-table.table td {
  padding: 20px;
  vertical-align: middle;
  border-top: none;
}
.order-table-imgwrapper {
  width: 100px;
  height: 100px;
}
.order-itemdetails .order-item-name {
  font-family: Lato-Bold;
  font-size: 15px;
  color: rgb(13, 17, 54);
  margin-bottom: 0px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
}
.order-itemdetails .order-item-size {
  font-size: 13px;
  color: rgb(119, 121, 140);
  margin-bottom: 5px;
}
.order-itemdetails .order-item-price {
  font-size: 13px;
  color: rgb(0, 158, 127);
  margin-bottom: 0px;
}
.order-table-price {
  margin-bottom: 0px;
  color: rgb(13, 17, 54);
}

/*progress tracker*/

.order-progressdiv {
  margin: 30px 20px;
}
.order-tracking {
  text-align: center;
  width: 33.33%;
  position: relative;
  display: block;
  counter-increment: my-awesome-counters;
}
.order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  border: 0px solid #ffffff;
  background-color: #ffffff;
  border: 1px dashed #009e7f;
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
}
.order-tracking .is-complete:after {
  content: counter(my-awesome-counters);
  display: block;
  position: absolute;
  height: 14px;
  width: 7px;
  top: -3px;
  bottom: 0;
  left: 12px;
  margin: auto 0;
  border: 0px solid #afafaf;
  border-width: 0;
  text-align: center;
  opacity: 1;
  font-size: 13px;
  color: #009e7f;
  font-family: Lato-Bold;
}
.order-tracking.completed .is-complete {
  border-color: rgb(0, 158, 127);
  border-width: 0px;
  background-color: rgb(0, 158, 127);
}
.order-tracking.completed .is-complete:after {
  border-color: #fff;
  border-width: 0px 3px 3px 0;
  width: 7px;
  left: 14px;
  opacity: 1;
  font-size: 0px;
  transform: rotate(45deg);
}
.order-tracking p {
  color: #000;
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 20px;
  font-family: Lato-Bold;
}
.order-tracking::before {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 15px);
  background-color: rgb(241, 241, 241);
  top: 17px;
  right: -60px;
  position: absolute;
  left: calc(-50% + 0px);
  z-index: 0;
}
.left-to-right .order-tracking::before {
  right: auto;
}
.order-tracking:first-child:before {
  display: none;
}
.order-tracking.completed:before {
  background-color: rgb(0, 158, 127);
}

ul.social-icons {
  margin-top: 40px;
}
.social-icons li {
  list-style: none;
  margin: 0px 10px;
  display: inline-flex;
}
.social-icons li a {
  font-size: 20px;
  border-radius: 50%;
  color: #5a5b68;
  border: 1px solid #77798c26;
  background-color: transparent;
  height: 45px;
  width: 45px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.social-icons li a:hover {
  border: 1px solid #77798c1c;
  background-color: rgb(0, 158, 127);
  color: #fff;
}

.cat-slider p {
  font-size: 14px;
  font-weight: 700;
  color: rgb(119, 121, 140);
  line-height: 1.5;
  padding: 5px 9px;
  border-radius: 6px;
  margin-bottom: 0px;
  text-align: center;
}
.cat-slider .item.active p {
  color: rgb(0, 158, 127);
  background-color: rgb(248, 248, 248);
}
.cat-slider {
  margin: 10px 5px;
}
.product-category-mobile {
  cursor: pointer;
}
.sizes-list li {
  list-style: none;
  display: inline-block;
  margin: 0px 2px;
}
.sizes-list li span {
  border: 1px solid #ccc;
  padding: 5px 14px;
  font-size: 13px;
  text-transform: uppercase;
  color: rgb(66, 69, 97);
  font-family: Lato-Bold;
  cursor: pointer;
  display: inline-block;
}
.colorcode li {
  list-style: none;
  display: inline-block;
  margin: 0px 2px;
}
.colorcode li span {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
}
.bold-title {
  font-family: Poppins-Bold;
}
.position-static {
  position: static;
}
/*.h-body {
  display: none;
  background-color: #000;
  height: 100vh;
}*/
.phone {
  height: 50px;
  width: 100px;
  border: 3px solid white;
  border-radius: 10px;
  animation: rotate 1.5s ease-in-out infinite alternate;
  /* display: none; */
  margin: auto;
}

.message {
  color: white;
  font-size: 1em;
  margin-top: 40px;
  /* display: none; */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}

.height-res {
  height: 320px;
}

/* Modal Fixes */
.modal-dialog-centered.modal-dialog-scrollable {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
}

@media (max-width: 576px) {
    .modal-dialog.modal-dialog-scrollable {
        margin: 1rem;
        max-height: calc(100% - 2rem);
    }
}

.modal-content {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    border: none;
}


