@font-face {
  font-family: "avenirnextltpro-ultlt";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/avenirnextltpro-ultlt.eot");
  src: url("../fonts/avenirnextltpro-ultlt.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextltpro-ultlt.woff") format("woff"), url("../fonts/avenirnextltpro-ultlt.ttf") format("truetype"), url("../fonts/avenirnextltpro-ultlt.svg#avenirnextltpro-ultlt") format("svg");
}

@font-face {
  font-family: "avenirnextltpro-regular";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/avenirnextltpro-regular.eot");
  src: url("../fonts/avenirnextltpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextltpro-regular.woff") format("woff"), url("../fonts/avenirnextltpro-regular.ttf") format("truetype"), url("../fonts/avenirnextltpro-regular.svg#avenirnextltpro-regular") format("svg");
}

@font-face {
  font-family: "avenirnextltpro-demi";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/avenirnextltpro-demi.eot");
  src: url("../fonts/avenirnextltpro-demi.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextltpro-demi.woff") format("woff"), url("../fonts/avenirnextltpro-demi.ttf") format("truetype"), url("../fonts/avenirnextltpro-demi.svg#avenirnextltpro-demi") format("svg");
}

@font-face {
  font-family: "avenirnextltpro-medium";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/avenirnextltpro-medium.eot");
  src: url("../fonts/avenirnextltpro-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextltpro-medium.woff") format("woff"), url("../fonts/avenirnextltpro-medium.ttf") format("truetype"), url("../fonts/avenirnextltpro-medium.svg#avenirnextltpro-medium") format("svg");
}

@font-face {
  font-family: "avenirnextltpro-bold";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/avenirnextltpro-bold.eot");
  src: url("../fonts/avenirnextltpro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextltpro-bold.woff") format("woff"), url("../fonts/avenirnextltpro-bold.ttf") format("truetype"), url("../fonts/avenirnextltpro-bold.svg#avenirnextltpro-bold") format("svg");
}

@font-face {
  font-family: "bebas";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/bebas.eot");
  src: url("../fonts/bebas.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas.woff") format("woff"), url("../fonts/bebas.ttf") format("truetype"), url("../fonts/bebas.svg#bebas") format("svg");
}

@font-face {
  font-family: "MisterKInformalPro";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/MisterKInformalPro.eot");
  src: url("../fonts/MisterKInformalPro.eot?#iefix") format("embedded-opentype"), url("../fonts/MisterKInformalPro.woff") format("woff"), url("../fonts/MisterKInformalPro.ttf") format("truetype"), url("../fonts/MisterKInformalPro.svg#MisterKInformalPro") format("svg");
}

@font-face {
  font-family: "AvenirNextDemiBold03";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/AvenirNextDemiBold03.eot");
  src: url("../fonts/AvenirNextDemiBold03.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextDemiBold03.woff") format("woff"), url("../fonts/AvenirNextDemiBold03.ttf") format("truetype"), url("../fonts/AvenirNextDemiBold03.svg#AvenirNextDemiBold03") format("svg");
}

@font-face {
  font-family: "StickyNotes";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/StickyNotes.eot");
  src: url("../fonts/StickyNotes.eot?#iefix") format("embedded-opentype"), url("../fonts/StickyNotes.woff") format("woff"), url("../fonts/StickyNotes.ttf") format("truetype"), url("../fonts/StickyNotes.svg#StickyNotes") format("svg");
}

.font-rg {
  font-family: "avenirnextltpro-regular" !important;
}

.font-md {
  font-family: "avenirnextltpro-medium" !important;
}

.font-bd {
  font-family: "avenirnextltpro-bold" !important;
}

.btn:focus,
.btn.active,
input:focus,
input:hover,
button:focus,
button.focus,
button:hover,
button:active,
button.active,
.selectpicker:focus,
a:focus,
.btn:active:focus {
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -ms-outline: none;
  -o-outline: none;
}

a,
.btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover, a:focus,
.btn:hover,
.btn:focus {
  text-decoration: none;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -ms-outline: none;
  -o-outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.body-bg {
  background: #EEEEEE;
}

.h-20 {
  font-size: 20px;
}

.error-help-block, .invalid-feedback {
  font-size: 13px;
  color: #e20909;
  display: block;
  text-align: left;
}

@media (max-width: 767.98px) {
  .error-help-block, .invalid-feedback {
    font-size: 12px;
  }
}

.alert {
  padding: 6px 15px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  border: 1px solid;
  border-left: 6px solid;
  border-right: 6px solid;
}

.alert.alert-danger {
  color: #ee3b4c;
  border-color: #ee3b4c;
}

@media (max-width: 1599px) {
  .alert {
    padding: 5px 15px;
  }
}

@media (max-width: 767.98px) {
  .alert {
    font-size: 14px;
    padding: 6px 10px;
  }
}

.color-300 {
  color: #FF7002 !important;
}

.color-500 {
  color: #07BAAD !important;
}

.filterToggle {
  margin-bottom: 20px;
}

.filterToggle.btn {
  font-size: 16px;
  width: 32px;
  height: 32px;
}

@media (max-width: 767.98px) {
  .filterToggle {
    margin-bottom: 15px;
  }
}

.filterClose.btn {
  position: absolute;
  border-radius: 0 5px 5px 0;
  background: #FDFFE5;
  font-size: 14px;
}

body.profileShow {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  body.profileShow .accountPage_left {
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.profileShow .content_left {
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  body.profileShow .profileOverlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
}

body .profileOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.5);
}

.toggleDrop {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: .7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.catClose {
  height: 40px;
  padding: 0 15px;
  background: #000000;
}

.catClose a {
  color: #ffffff;
  opacity: 1;
}

.py-80 {
  padding: 80px 0px;
}

.py-70 {
  padding: 70px 0px;
}

.py-50 {
  padding: 50px 0px;
}

.py-40 {
  padding: 40px 0px;
}

.py-30 {
  padding: 30px 0px;
}

@media (max-width: 1599px) {
  .py-80, .py-70 {
    padding: 60px 0px;
  }
  .py-50 {
    padding: 40px 0px;
  }
}

@media (max-width: 1199.98px) {
  .py-80, .py-70 {
    padding: 40px 0px;
  }
}

@media (max-width: 991.98px) {
  .py-80, .py-70, .py-50, .py-40 {
    padding: 30px 0px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-30 {
  margin-top: 30px;
}

@media (max-width: 1199.98px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199.98px) {
  .mt-30 {
    margin-top: 10px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(40);
    transform: scale(40);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(40);
    transform: scale(40);
  }
}

@-webkit-keyframes radius-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 103, 107, 0.4);
    box-shadow: 0 0 0 0 rgba(102, 103, 107, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

@keyframes radius-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(102, 103, 107, 0.4);
    box-shadow: 0 0 0 0 rgba(102, 103, 107, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes spin-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

html {
  height: 100%;
}

body {
  color: #000000;
  font-size: 14px;
  font-family: "avenirnextltpro-regular";
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.topPad {
  padding-top: 75px;
}

@media (max-width: 1499px) {
  .topPad {
    padding-top: 65px;
  }
}

@media (max-width: 991.98px) {
  .topPad {
    padding-top: 58px;
  }
}

@media (max-width: 575.98px) {
  .topPad {
    padding-top: 50px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1370px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .container {
    max-width: 1240px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1660px) {
  .container-large {
    max-width: 1645px;
  }
}

@media (min-width: 1440px) and (max-width: 1659px) {
  .container-large {
    max-width: 1380px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .container-large {
    max-width: 1240px;
  }
}

@media (max-width: 1199.98px) {
  .container-large {
    max-width: 100%;
  }
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e2e5e6;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #07BAAD;
  border-radius: 20px;
}

:focus {
  outline: 0 !important;
}

.favorite {
  position: absolute;
  top: 15px;
  z-index: 5;
  font-size: 17px;
  right: 15px;
}

.favorite em {
  color: #D2D2D2;
}

.favorite.active em {
  color: #F70000;
}

.ProductListBoxAddToCart {
  margin-top: auto;
}

.ProductListBoxAddToCart .btn {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

.ProductListBoxAddToCart .quantity {
  max-width: 70px;
  height: 30px;
  color: #000000;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: 0;
}

.ProductListBoxAddToCart .AddToCartButtonSec .btn {
  overflow: hidden;
  font-weight: 500;
  position: relative;
}

.ProductListBoxAddToCart .AddToCartButtonSec .btnPlus {
  top: -1px;
  width: 30px;
  height: 30px;
  background: #dd6000;
  right: -1px;
}

.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  -webkit-animation: ripple 0.9s;
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #fff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000;
  opacity: 0.07;
}

.pageLoader.spinner-border {
  border-width: 3px;
  color: #07BAAD;
  font-size: inherit;
  margin: 10px auto;
  text-align: center;
  display: block;
}

.buttonLoader {
  margin-left: 5px;
  border-width: 2px;
  width: 16px;
  height: 16px;
}

.qtySec {
  width: 100%;
  max-width: 110px;
  border-radius: 4px;
  position: absolute;
  display: none;
  bottom: 10px;
  right: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.qtySec .qtyValue {
  height: 32px;
  padding: 6px 2px;
  text-align: center;
  border-radius: 0px;
  border: none;
  font-size: 16px;
  color: #000000;
  font-family: "avenirnextltpro-demi";
  width: 100%;
  background: #ffffff;
}

.qtySec .qtyValue:hover, .qtySec .qtyValue:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.qtySec .qtyValue:disabled, .qtySec .qtyValue[readonly] {
  background-color: #ffffff;
}

.qtySec a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #07BAAD;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  border-radius: 4px;
}

.qtySec a em {
  font-size: 14px;
}

.qtySec a em.icon-minus {
  font-size: 15px;
}

.rtl .dropdown-menu, [dir=rtl] .dropdown-menu {
  right: inherit;
}

.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1060;
  -webkit-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

.preloader img {
  width: 160px;
}

.pac-container {
  z-index: 1051;
}

.noRecordView {
  text-align: center;
  padding: 30px 0;
  display: block;
}

.noRecordView img {
  max-width: 115px;
  margin-bottom: 20px;
}

.noRecordView h2 {
  font-size: 20px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 10px;
}

.noRecordView p {
  line-height: 18px;
  font-size: 14px;
  color: #83827F;
  max-width: 225px;
  margin: 0 auto 20px;
}

.noRecordView-noResult img {
  margin-left: -15px;
}

@media (max-width: 991.98px) {
  .noRecordView {
    padding: 20px 0;
  }
  .noRecordView img {
    max-width: 90px;
    margin-bottom: 10px;
  }
  .noRecordView h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .noRecordView p {
    max-width: 190px;
    margin: 0 auto 20px;
  }
  .noRecordView-noResult img {
    margin-left: -10px;
  }
}

@media (max-width: 575.98px) {
  .noRecordView {
    padding: 20px 0;
  }
  .noRecordView h2 {
    font-size: 16px;
  }
}

.unitSec .dropdown.bootstrap-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.unitSec .dropdown.bootstrap-select .dropdown-toggle {
  border: none;
  padding: 0;
  height: 20px;
  width: auto;
  font-size: 14px;
  font-family: "avenirnextltpro-demi";
  padding-right: 22px;
}

.unitSec .dropdown.bootstrap-select .dropdown-toggle:after {
  color: #07BAAD;
  font-size: 6px;
  width: 9px;
  height: 5px;
  top: 11px;
  right: 5px;
}

.unitSec .dropdown.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #83827F;
}

.unitSec .dropdown.bootstrap-select .dropdown-menu {
  border: none !important;
  padding: 0;
  border-radius: 5px;
  min-width: 110px !important;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  right: 0 !important;
  left: auto !important;
}

.unitSec .dropdown.bootstrap-select.dropup .dropdown-menu.show > .inner.show {
  border: none;
}

.unitSec .dropdown.bootstrap-select .inner:not(.dropdown-menu) {
  max-height: 180px !important;
}

.unitSec .dropdown.bootstrap-select .inner:not(.dropdown-menu) .dropdown-menu {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.unitSec .dropdown.bootstrap-select .inner:not(.dropdown-menu) .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #F3F2EF;
}

.unitSec .dropdown.bootstrap-select .inner:not(.dropdown-menu) .dropdown-menu li a {
  font-size: 14px;
  padding: 10px;
  color: #090600;
}

.unitSec .dropdown.bootstrap-select .inner:not(.dropdown-menu) .dropdown-menu .dropdown-item.varOutStoke {
  color: #AAAAAA;
  font-family: "avenirnextltpro-regular";
}

.unitSec .dropdown.bootstrap-select .inner:not(.dropdown-menu) .dropdown-menu .dropdown-item:hover, .unitSec .dropdown.bootstrap-select .inner:not(.dropdown-menu) .dropdown-menu .dropdown-item:active, .unitSec .dropdown.bootstrap-select .inner:not(.dropdown-menu) .dropdown-menu .dropdown-item.active {
  color: #07BAAD;
  background-color: #F1F1F1;
  font-family: "avenirnextltpro-medium";
}

.unitSec .dropdown.bootstrap-select .inner:not(.dropdown-menu) .dropdown-menu .dropdown-item:hover.varOutStoke, .unitSec .dropdown.bootstrap-select .inner:not(.dropdown-menu) .dropdown-menu .dropdown-item:active.varOutStoke, .unitSec .dropdown.bootstrap-select .inner:not(.dropdown-menu) .dropdown-menu .dropdown-item.active.varOutStoke {
  color: #AAAAAA;
  font-family: "avenirnextltpro-regular";
}

@media (max-width: 1599px) {
  .unitSec .dropdown.bootstrap-select .dropdown-toggle {
    height: 16px;
    font-size: 11px;
  }
  .unitSec .dropdown.bootstrap-select .dropdown-toggle:after {
    top: 7px;
  }
}

.stockLabel {
  position: absolute;
  top: 7px;
  left: 7px;
  color: #ffffff;
  font-size: 11px;
  font-family: "avenirnextltpro-demi";
  background: #FE4F60;
  padding: 4px 6px;
  border-radius: 3px;
  text-align: center;
  z-index: 5;
}

#mountId iframe {
  height: 220px !important;
}

@media (max-width: 575.98px) {
  #mountId iframe {
    height: 290px !important;
  }
}

.unitsBadge {
  font-size: 12px;
  padding: 2px 4px;
  font-family: "avenirnextltpro-medium";
  border-radius: 4px;
  color: #ffffff;
  background-color: #FE4F60;
}

.offerLists_box {
  padding: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.offerLists_box_img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #F8F8F8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.offerLists_box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offerLists_box_txt {
  width: calc(100% - 100px);
  margin-left: 15px;
}

.offerLists_box_txt h2 {
  font-size: 22px;
  color: #000000;
  font-family: "avenirnextltpro-medium";
  margin-bottom: 10px;
}

.offerLists_box_txt p {
  font-size: 18px;
  color: #83827F;
  line-height: 26px;
  margin-bottom: 10px;
}

.offerLists_box_txt ul li {
  position: relative;
  font-size: 16px;
  color: #07BAAD;
  font-family: "avenirnextltpro-medium";
}

.offerLists_box_txt ul li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #D8D8D8;
}

@media (max-width: 1599px) {
  .offerLists_box {
    padding: 15px;
  }
  .offerLists_box_txt h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .offerLists_box_txt p {
    font-size: 15px;
    line-height: 22px;
  }
  .offerLists_box_txt ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .offerLists_box_txt ul li:not(:last-child) {
    margin-right: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 1399px) {
  .offerLists_box_img {
    width: 75px;
    height: 75px;
  }
  .offerLists_box_txt {
    width: calc(100% - 75px);
    margin-left: 10px;
  }
}

@media (max-width: 575.98px) {
  .offerLists_box_img {
    margin-bottom: 8px;
  }
  .offerLists_box_txt {
    width: 100%;
    margin-left: 0px;
  }
  .offerLists_box_txt p {
    font-size: 14px;
  }
}

.btn {
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "avenirnextltpro-demi";
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.btn-lg {
  height: 50px;
  padding: 12px 20px;
}

.btn-md {
  height: 42px;
  padding: 10px 15px;
  font-size: 16px;
  font-family: "avenirnextltpro-medium";
}

.btn-sm {
  height: 38px;
  padding: 8px 10px;
  font-size: 14px;
  font-family: "avenirnextltpro-medium";
}

.btn-xs {
  height: 32px;
  padding: 6px 10px;
  font-size: 14px;
  font-family: "avenirnextltpro-medium";
}

.btn-primary {
  border-color: #07BAAD;
  color: #ffffff;
  background: #07BAAD;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:disabled, .btn-primary.disabled {
  background: #08cebf;
  color: #ffffff;
  border-color: #08cebf;
}

.btn-primary:focus {
  border-color: #07BAAD;
  color: #ffffff;
  background: #07BAAD;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary {
  border-color: #FF7002;
  color: #ffffff;
  background: #FF7002;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:disabled, .btn-secondary.disabled {
  background: #ff7c16;
  color: #ffffff;
  border-color: #ff7c16;
}

.btn-secondary:focus {
  border-color: #FF7002;
  color: #ffffff;
  background: #FF7002;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary {
  border-color: #FF7002;
  color: #FF7002;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:disabled, .btn-outline-primary.disabled {
  border-color: #FF7002;
  background: #d85e00;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success {
  border-color: #07BAAD;
  color: #07BAAD;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:disabled, .btn-outline-success.disabled {
  border-color: #07BAAD;
  background: #069388;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.w-150 {
  min-width: 150px;
}

@media (max-width: 1199.98px) {
  .btn.w-150 {
    min-width: 130px;
  }
}

.btn.w-120 {
  min-width: 120px;
}

@media (max-width: 1599px) {
  .btn-lg {
    height: 45px;
    padding: 8px 15px;
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .btn-md {
    height: 38px;
    padding: 8px 10px;
  }
  .btn.w-120 {
    min-width: 100px;
  }
}

@media (max-width: 767.98px) {
  .btn.w-150 {
    min-width: 120px;
  }
  .btn-lg {
    height: 40px;
    padding: 6px 10px;
    font-size: 14px;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?yhupp3");
  src: url("../fonts/icomoon.eot?yhupp3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?yhupp3") format("truetype"), url("../fonts/icomoon.woff?yhupp3") format("woff"), url("../fonts/icomoon.svg?yhupp3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-notification:before {
  content: "\E92B";
}

.icon-information:before {
  content: "\E92A";
}

.icon-marker-add:before {
  content: "\E929";
}

.icon-verticle-ellipse:before {
  content: "\E925";
}

.icon-copy:before {
  content: "\E926";
}

.icon-star:before {
  content: "\E927";
}

.icon-location:before {
  content: "\E924";
}

.icon-deliverd:before {
  content: "\E920";
}

.icon-disk:before {
  content: "\E921";
}

.icon-download:before {
  content: "\E922";
}

.icon-shipped:before {
  content: "\E923";
}

.icon-eye:before {
  content: "\E901";
}

.icon-eye-off:before {
  content: "\E902";
}

.icon-minus:before {
  content: "\E903";
}

.icon-android:before {
  content: "\E904";
}

.icon-apple:before {
  content: "\E905";
}

.icon-arrow-right:before {
  content: "\E906";
}

.icon-arrows-down:before {
  content: "\E907";
}

.icon-arrows-right:before {
  content: "\E908";
}

.icon-cart:before {
  content: "\E909";
}

.icon-cart-plus:before {
  content: "\E90A";
}

.icon-check:before {
  content: "\E90B";
}

.icon-heart:before {
  content: "\E90C";
}

.icon-plus:before {
  content: "\E90D";
}

.icon-search:before {
  content: "\E90E";
}

.icon-share:before {
  content: "\E90F";
}

.icon-heart-fill:before {
  content: "\E910";
}

.icon-user-o:before {
  content: "\E911";
}

.icon-close:before {
  content: "\E912";
}

.icon-calendar:before {
  content: "\E913";
}

.icon-circle-check:before {
  content: "\E914";
}

.icon-credit-card:before {
  content: "\E915";
}

.icon-delete:before {
  content: "\E916";
}

.icon-edit:before {
  content: "\E917";
}

.icon-marker:before {
  content: "\E918";
}

.icon-phone:before {
  content: "\E919";
}

.icon-wallet:before {
  content: "\E91A";
}

.icon-chevron-left:before {
  content: "\E91B";
}

.icon-chevron-right:before {
  content: "\E91C";
}

.icon-alert:before {
  content: "\E91D";
}

.icon-hand-curser:before {
  content: "\E91E";
}

.icon-linkedin:before {
  content: "\E957";
}

.icon-twitter:before {
  content: "\E958";
}

.icon-instagram:before {
  content: "\E959";
}

.icon-facebook:before {
  content: "\E95A";
}

.icon-grid:before {
  content: "\E928";
}

.icon-camera:before {
  content: "\E900";
}

.icon-filter:before {
  content: "\E91F";
}

.productList_box {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #F8F8F8;
}

.productList_box:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(20, 49, 0, 0.1);
  box-shadow: 0 0 20px rgba(20, 49, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.productList_box:hover .productList_img .productImg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.productList_img {
  background-color: #F8F8F8;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.productList_img .productImg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productList_img .likeIcon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: 10px;
  text-align: center;
  position: absolute;
  color: #707070;
  border-radius: 50%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.05);
  right: 10px;
}

.productList_img .likeIcon em {
  font-size: 10px;
}

.productList_img .likeIcon.active {
  color: #FE4F60;
}

.productList_img .likeIcon.active em::before {
  content: "\E910";
}

.productList_img .offerLabel, .productList_img .outStock {
  padding: 4px 6px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 10px;
  text-align: center;
  font-size: 11px;
  font-family: "avenirnextltpro-demi";
  line-height: 14px;
  border-radius: 3px;
  background-color: #FF7002;
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.productList_img .outStock {
  background-color: #FE4F60;
}

.productList_img .cartBtn {
  position: absolute;
  width: 32px;
  height: 32px;
  color: #ffffff;
  line-height: 32px;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 4px;
  background-color: #07BAAD;
}

.productList_img .cartBtn img {
  width: 22px;
}

.productList_txt {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 110px;
}

.productList_txt h3 {
  color: #090600;
  font-size: 14px;
  font-family: "avenirnextltpro-regular";
  line-height: 25px;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.productList_txt h3:hover {
  color: #07BAAD;
}

.productList_txt p {
  color: #83827F;
  font-size: 14px;
  font-family: "avenirnextltpro-demi";
  line-height: 25px;
  margin-bottom: 0px;
}

.productList_txt .prizeTxt {
  border-top: 1px solid #F8F8F8;
  padding-top: 10px;
  margin-top: 10px;
}

.productList_txt .prizeTxt h4 {
  color: #000000;
  font-size: 16px;
  font-family: "avenirnextltpro-bold";
  line-height: 24px;
  margin-bottom: 0px;
}

.productList_txt .prizeTxt h4 span del {
  color: #83827F;
  margin-left: 5px;
  font-size: 12px;
  font-family: "avenirnextltpro-regular";
}

@media (max-width: 1599px) {
  .productList_txt {
    padding: 10px;
  }
  .productList_txt p {
    font-size: 12px;
  }
  .productList_txt .prizeTxt h4 {
    font-size: 14px;
  }
  .productList_img .offerLabel {
    font-size: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .productList_txt {
    min-height: 130px;
  }
}

@media (max-width: 575.98px) {
  .productList_txt {
    padding: 8px;
  }
  .productList_txt p {
    font-size: 12px;
  }
  .productList_txt .prizeTxt h4 {
    font-size: 12px;
  }
  .productList_img .offerLabel, .productList_img .outStock {
    top: 10px;
  }
}

.customBreadcrumb .breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin: 30px 0;
}

.customBreadcrumb .breadcrumb .breadcrumb-item {
  font-family: "avenirnextltpro-regular";
  font-size: 16px;
  text-transform: capitalize;
}

.customBreadcrumb .breadcrumb .breadcrumb-item a {
  color: #83827F;
}

.customBreadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: #07BAAD;
}

.customBreadcrumb .breadcrumb .breadcrumb-item.active {
  color: #090600;
}

.customBreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}

.customBreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0;
  content: "";
  border: 1px solid #83827F;
  width: 1px;
  height: 16px;
  margin-right: 15px;
  position: relative;
  top: 3px;
}

@media (max-width: 1599px) {
  .customBreadcrumb .breadcrumb {
    margin: 20px 0px;
  }
}

@media (max-width: 1199.98px) {
  .customBreadcrumb .breadcrumb {
    margin: 15px 0px;
  }
  .customBreadcrumb .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
  .customBreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
  }
  .customBreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    height: 14px;
    margin-left: 7px;
    margin-right: 12px;
  }
}

@media (max-width: 991.98px) {
  .customBreadcrumb .breadcrumb {
    margin: 10px 0px 15px;
  }
  .customBreadcrumb .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }
  .customBreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 7px;
  }
  .customBreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    height: 13px;
    margin-left: 7px;
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .customBreadcrumb .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .customBreadcrumb .breadcrumb {
    margin: 10px 0px;
  }
  .customBreadcrumb .breadcrumb .breadcrumb-item {
    font-size: 11px;
  }
  .customBreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
  }
  .customBreadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    height: 11px;
    margin-left: 5px;
    margin-right: 10px;
  }
}

.form-group {
  margin-bottom: 30px;
  text-align: left;
}

.form-group_label {
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  margin-bottom: 12px;
  font-family: "avenirnextltpro-medium";
}

.form-group_text {
  font-size: 16px;
  color: #83827F;
  line-height: 24px;
  margin-top: 17px;
}

.form-group ::-webkit-input-placeholder {
  color: #83827F;
}

.form-group :-moz-placeholder {
  color: #83827F;
}

.form-group ::-moz-placeholder {
  color: #83827F;
}

.form-group :-ms-input-placeholder {
  color: #83827F;
}

.form-group .form-control {
  background: #ffffff;
  border-color: #F1F1F1;
  border-radius: 5px;
  color: #000000;
  font-size: 16px;
  padding: 12px 20px;
  height: 50px;
}

.form-group .form-control:focus {
  border: 1px solid #07BAAD;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group .form-control:-webkit-autofill, .form-group .form-control:-webkit-autofill:hover, .form-group .form-control:-webkit-autofill:focus, .form-group .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-group textarea.form-control {
  height: auto;
}

.form-group input[type="password"]::-webkit-input-placeholder {
  letter-spacing: 0;
}

.form-group input[type="password"]::-moz-placeholder {
  letter-spacing: 0;
}

.form-group input[type="password"]::-ms-input-placeholder {
  letter-spacing: 0;
}

.form-group input[type="password"]::placeholder {
  letter-spacing: 0;
}

.form-group .iconGroup {
  position: relative;
}

.form-group .iconGroup.phnNums .bootstrap-select .dropdown-toggle {
  border-right: transparent;
}

.form-group .iconGroup .phnNumsfrom {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form-group .iconGroup .form-control {
  padding-right: 60px;
}

.form-group .iconGroup em {
  position: absolute;
  top: 15px;
  font-size: 20px;
  color: #000000;
  right: 15px;
}

.form-group .iconGroup em.showPassword {
  cursor: pointer;
}

.form-group .iconGroup .icon-alert {
  color: #FE4F60;
}

.form-group .iconGroup .icon-circle-check {
  color: #07BAAD;
}

@media (max-width: 767.98px) {
  .form-group .iconGroup em {
    top: 10px;
    font-size: 18px;
    right: 15px;
  }
}

.form-group .phnNum {
  width: 120px;
}

.form-group .phnNum .bootstrap-select .dropdown-toggle {
  border-right: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-group.mobileNumber .bootstrap-select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px !important;
}

.form-group.mobileNumber .bootstrap-select .dropdown-toggle {
  padding: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-group.mobileNumber .bootstrap-select .dropdown-toggle:after {
  right: 10px;
}

@media (max-width: 991.98px) {
  .form-group {
    margin-bottom: 20px;
  }
  .form-group_label {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .form-group_text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 12px;
  }
  .form-group .form-control {
    height: 45px;
    padding: 12px;
  }
}

@media (max-width: 767.98px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group_label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .form-group .form-control {
    height: 40px;
    padding: 10px;
    font-size: 14px;
  }
  .form-group.mobileNumber .bootstrap-select .dropdown-toggle {
    padding: 10px 12px;
  }
}

@media (max-width: 575.98px) {
  .form-group_label {
    font-size: 13px;
  }
}

input:focus, textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

[dir=rtl] .custom-control {
  margin: 0;
}

.custom-radio {
  line-height: normal;
  min-height: auto;
  padding-left: 28px;
}

.custom-radio.custom-control-inline:not(:last-child) {
  margin-right: 32px;
}

.custom-radio .custom-control-input {
  z-index: 1;
  cursor: pointer;
}

.custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #ffffff;
  border-color: #d6d6d6;
}

.custom-radio .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d6d6d6;
}

.custom-radio.interactive-effect .custom-control-label:after {
  -webkit-animation: radius-shadow 0.4s;
  animation: radius-shadow 0.4s;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #07BAAD;
  border-radius: 3px;
  background: #07BAAD;
}

.custom-radio .custom-control-label {
  width: 100%;
  cursor: pointer;
  position: static;
  color: #000000;
}

.custom-radio .custom-control-label:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #ffffff;
  top: 0px;
  border: 1px solid #83827F;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
}

.custom-radio .custom-control-label:after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  left: 3px;
}

.custom-radio.custom-radio {
  min-height: 19px;
}

.custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #000000;
}

.custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #07BAAD;
  background-image: none;
  content: "";
  border-radius: 50%;
}

.custom-radio.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #07BAAD;
  border-radius: 50%;
  background-color: transparent;
}

.custom-radio.custom-radio .custom-control-label:before, .custom-radio.custom-radio .custom-control-label:after {
  border-radius: 50%;
  content: "";
  border-color: #83827F;
}

.custom-radio.custom-radio .custom-control-label:before {
  height: 18px;
  width: 18px;
  border-width: 2px;
}

.custom-radio.custom-radio .custom-control-label:after {
  width: 8px;
  height: 8px;
  background-color: transparent;
  top: 5px;
  left: 5px;
}

@media (max-width: 767.98px) {
  .custom-radio.custom-radio .custom-control-label:before {
    border-width: 1px;
  }
}

.custom-checkbox {
  min-height: 23px;
  padding-left: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #000000;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #07BAAD;
  border-radius: 3px;
  background: #07BAAD;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-size: 10px;
  width: 18px;
  height: 18px;
  top: 4px;
  background-image: url("../img/check.svg");
  left: 0;
}

.custom-checkbox .custom-control-input {
  width: 16px;
  height: 16px;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #C0C0BE;
  border-color: #C0C0BE;
}

.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  background: #ffffff;
  border-color: #83827F;
}

.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background: #ffffff;
  border-color: #83827F;
}

.custom-checkbox .custom-control-label {
  font-size: 16px;
  color: #000000;
  min-height: 16px;
  vertical-align: baseline;
  line-height: normal;
  padding-top: 4px;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 28px;
}

.custom-checkbox .custom-control-label:before {
  width: 18px;
  height: 18px;
  border: 2px solid #83827F;
  top: 4px;
  border-radius: 3px;
  background: #ffffff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  left: 0;
}

@media (max-width: 767.98px) {
  .custom-checkbox .custom-control-label:before {
    border-width: 1px;
  }
}

@media (max-width: 575.98px) {
  .custom-checkbox .custom-control-label {
    padding-top: 2px;
    padding-left: 25px;
  }
  .custom-checkbox .custom-control-label:before {
    width: 16px;
    height: 16px;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    width: 16px;
    height: 16px;
    background-size: 8px;
  }
}

.ps-dropdown-single {
  padding: 0px;
}

.ps-dropdown-single .select2-results__option {
  color: #090600 !important;
}

.select2-container--default .select2-selection--single {
  border-color: #83827F;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  color: #090600;
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 6px;
}

.uploadImg {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  position: relative;
}

.uploadImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.uploadImg label {
  position: absolute;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background-color: #07BAAD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  bottom: 0;
  margin: 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  right: 0;
  left: 35px;
  bottom: -10px;
}

.genderRadio input {
  display: none;
}

.genderRadio input ~ label {
  border: 1px solid #83827F;
  border-radius: 4px;
  padding: 11px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
}

.genderRadio input:checked ~ label {
  color: #FF7002;
  border-color: #FF7002;
}

.custom-switch {
  padding: 0;
  min-height: unset;
}

.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #07BAAD;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  -webkit-transform: translateX(17px);
          transform: translateX(17px);
}

.custom-switch .custom-control-label {
  width: 38px;
  height: 20px;
  cursor: pointer;
}

.custom-switch .custom-control-label:before {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #D9D9D8;
  border: 0;
  top: 0;
  left: 0;
}

.custom-switch .custom-control-label:after {
  background: #ffffff;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}

@media (max-width: 1199.98px) {
  .addressList .row {
    margin: 0 -8px;
  }
  .addressList .row [class*="col-"] {
    padding: 0 8px;
  }
}

@media (max-width: 767.98px) {
  .addressList.mb-30 {
    margin-bottom: 0;
  }
}

.addressList .addressBox input {
  display: none;
}

.addressList .addressBox input:checked + label {
  border-color: #07BAAD;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(7, 186, 173, 0.1);
  box-shadow: 0 0 20px rgba(7, 186, 173, 0.1);
}

.addressList .addressBox label {
  background: #F8F8F8;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0;
  width: 100%;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.addressList .addressBox label:hover {
  border-color: #07BAAD;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(7, 186, 173, 0.1);
  box-shadow: 0 0 20px rgba(7, 186, 173, 0.1);
}

.addressList .addressBox_head p {
  color: #AAAAAA;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}

.addressList .addressBox_head .makeDefault {
  font-size: 13px;
  height: 32px;
}

.addressList .addressBox_act {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.addressList .addressBox_act a {
  font-size: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.addressList .addressBox_act a + a {
  margin-left: 7px;
}

.addressList .addressBox_act a.iconEdit {
  color: #000000;
}

.addressList .addressBox_act a.iconDelete {
  color: #FE4F60;
}

.addressList .addressBox_act a.makeDefault {
  font-size: 10px;
  font-family: "avenirnextltpro-demi";
  text-transform: uppercase;
  height: 30px;
}

.addressList .addressBox_body .addName {
  margin: 15px 0;
}

.addressList .addressBox_body h3 {
  font-family: "avenirnextltpro-demi";
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.addressList .addressBox_body .addType {
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
  background: #FF7002;
  border-radius: 3px;
  margin-left: 10px;
  font-family: "avenirnextltpro-demi";
}

.addressList .addressBox_body ul {
  margin-bottom: 0;
}

.addressList .addressBox_body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #83827F;
  margin-bottom: 6px;
  word-break: break-word;
}

.addressList .addressBox_body ul li em {
  padding-top: 6px;
  margin-right: 15px;
  color: #07BAAD;
  font-size: 16px;
}

@media (max-width: 1599px) {
  .addressList .addressBox label {
    padding: 15px;
  }
  .addressList .addressBox_body h3 {
    font-size: 16px;
  }
  .addressList .addressBox_body .addName {
    margin: 10px 0;
  }
  .addressList .addressBox_body ul li {
    font-size: 16px;
  }
  .addressList .addressBox_body ul li em {
    margin-right: 12px;
  }
}

@media (max-width: 767.98px) {
  .addressList .addressBox label {
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .addressList .addressBox_body h3 {
    font-size: 15px;
  }
  .addressList .addressBox_body ul li {
    font-size: 14px;
  }
  .addressList .addressBox_act a {
    font-size: 20px;
  }
}

.bootstrap-select {
  height: auto;
}

.bootstrap-select .dropdown-toggle {
  font-size: 16px;
  font-family: "avenirnextltpro-regular";
  border-color: #F1F1F1;
  border-radius: 5px;
  height: 50px;
  -webkit-transition: none;
  transition: none;
  color: #000000;
  background-color: #ffffff;
  padding: 12px 20px;
  text-transform: none;
}

.bootstrap-select .dropdown-toggle.btn-light {
  border-color: #F1F1F1 !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: 0px;
}

.bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active:focus, .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:active:hover, .bootstrap-select .dropdown-toggle:not(:disabled), .bootstrap-select .dropdown-toggle:not(.disabled):active {
  background-color: #ffffff !important;
  outline: none !important;
  color: #6C6F70;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}

.bootstrap-select .dropdown-toggle:after {
  content: "\E907";
  font-family: 'icomoon';
  border: none;
  font-size: 7px;
  color: #83827F;
  vertical-align: middle;
  line-height: 5px;
  width: auto;
  top: 23px;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 20px;
}

.bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
  color: #83827F;
}

.bootstrap-select .bs-searchbox .form-control {
  padding: 10px;
  height: 40px;
}

.bootstrap-select.form-control {
  z-index: initial;
  padding: 0;
}

.bootstrap-select.show .dropdown-toggle {
  border-radius: 5px 5px 0 0;
  border-color: #07BAAD;
}

.bootstrap-select.show .dropdown-toggle.btn-light {
  border-color: #07BAAD !important;
  border-radius: 5px 5px 0 0;
}

.bootstrap-select.show .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 28px;
}

.bootstrap-select.show .dropdown-menu {
  min-width: 100% !important;
  border-color: #07BAAD;
  width: 100%;
  margin-top: 0px;
  background-color: #ffffff;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  z-index: 13;
  padding: 0;
}

.bootstrap-select.show .dropdown-menu ul {
  display: block !important;
}

.bootstrap-select.show .dropdown-menu .inner li.active a, .bootstrap-select.show .dropdown-menu .inner li:active a, .bootstrap-select.show .dropdown-menu .inner li.selected a {
  background-color: #07BAAD;
  color: #ffffff;
}

.bootstrap-select.show .dropdown-menu .inner li.active a span, .bootstrap-select.show .dropdown-menu .inner li:active a span, .bootstrap-select.show .dropdown-menu .inner li.selected a span {
  top: 10px;
}

.bootstrap-select.show .dropdown-menu .inner li a {
  padding: 7px 15px;
  font-size: 15px;
  white-space: normal;
  line-height: normal;
  color: #000000;
}

.bootstrap-select.show .dropdown-menu .inner li a:hover {
  background-color: #07BAAD;
  color: #ffffff;
}

.bootstrap-select.show .dropdown-menu .inner li a:hover span {
  top: 10px;
}

.bootstrap-select.show .dropdown-menu .inner li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.bootstrap-select.dropup.show .dropdown-toggle {
  border-radius: 0 0 5px 5px;
}

.bootstrap-select.dropup > .dropdown-menu {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
  border-top: 1px solid #07BAAD;
  border-radius: 5px 5px 0 0;
}

@media (max-width: 991.98px) {
  .bootstrap-select .dropdown-toggle {
    height: 45px;
    padding: 8px 15px;
  }
}

@media (max-width: 767.98px) {
  .bootstrap-select .dropdown-toggle {
    height: 40px;
    font-size: 14px;
    padding: 8px 15px;
  }
  .bootstrap-select .dropdown-toggle:after {
    font-size: 6px;
    top: 18px;
    right: 15px;
  }
  .bootstrap-select.show .dropdown-toggle:after {
    top: 23px;
  }
}

.ui-datepicker {
  text-align: center;
  margin-top: 2px;
  padding: 0 !important;
  border: 0;
  font-family: "avenirnextltpro-medium";
  width: 190px;
}

.ui-datepicker .ui-datepicker-title {
  line-height: normal !important;
  padding: 6px;
  margin: 0 !important;
}

.ui-datepicker .ui-state-active {
  border-color: #07BAAD;
  background-color: #07BAAD !important;
  color: #ffffff !important;
}

.ui-datepicker.ui-widget-content {
  -webkit-box-shadow: 0 0 20px rgba(10, 65, 130, 0.15);
          box-shadow: 0 0 20px rgba(10, 65, 130, 0.15);
  border: 0 !important;
  width: 215px;
  z-index: 55555 !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #07BAAD !important;
  background-image: none !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  background-color: transparent !important;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==") !important;
  height: 12px !important;
  width: 7px !important;
  margin: 0 12px;
  display: inline-block;
  left: 0 !important;
  top: 12px !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: none !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  text-align: center;
  cursor: pointer;
  background-color: transparent !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==") !important;
  height: 12px !important;
  width: 8px !important;
  margin: 0 12px;
  display: inline-block;
  right: 0 !important;
  top: 12px !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
  border-radius: 2px;
  background-color: #07BAAD;
  width: 65px !important;
  height: 22px;
  font-family: "avenirnextltpro-regular" !important;
  color: #fff;
  font-size: 14px !important;
  text-align: center;
  border: none !important;
  margin-right: 17px !important;
  vertical-align: text-top;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  border-radius: 2px;
  background-color: #07BAAD;
  width: 65px !important;
  height: 22px;
  border: none !important;
  font-family: "avenirnextltpro-regular" !important;
  color: #fff;
  font-size: 14px !important;
  text-align: center;
  vertical-align: text-top;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-month option, .ui-datepicker .ui-datepicker-header .ui-datepicker-year option {
  color: #0A4182 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-month option [selected], .ui-datepicker .ui-datepicker-header .ui-datepicker-year option [selected] {
  background-color: #e5edf0 !important;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
  border: 0 !important;
}

.ui-datepicker .ui-datepicker-calendar thead {
  background-color: #06a196;
}

.ui-datepicker .ui-datepicker-calendar thead th {
  color: #ffffff;
  font-size: 12px;
  padding: 8px 5px;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-calendar td {
  vertical-align: top;
  width: 33px;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  border-radius: 2px;
  border-color: #edebeb !important;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  line-height: 24px;
  text-align: center !important;
  color: #707070;
  font-size: 13px;
  font-weight: 400 !important;
  margin: 7px 0 0 4px;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-highlight {
  border-color: #dcdcdc;
  background-color: #FF7002 !important;
  color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-hover {
  border-color: #07BAAD;
  background-color: #07BAAD !important;
  color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-datepicker-current {
  float: none !important;
  font-family: Open Sans, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-width: 0 !important;
  border: none;
  vertical-align: top;
  margin: 0 !important;
  background-color: transparent !important;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0;
  background-color: #ffffff;
  color: #000000;
}

.pagination {
  margin-bottom: 0;
}

.pagination .page-item {
  margin: 0px 5px;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #07BAAD;
  border-color: #07BAAD;
}

.pagination .page-item.active .page-link:hover {
  background-color: #07BAAD;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0px !important;
}

.pagination .page-item .page-link {
  color: #090600;
  font-family: "avenirnextltpro-medium";
  font-size: 14px;
  border-color: #EEEEEE;
  height: 34px;
  width: 34px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .page-item .page-link:hover {
  background-color: #EEEEEE;
}

.pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  .pagination .page-item .page-link {
    font-size: 12px;
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 575.98px) {
  .pagination .page-item:not(:first-child):not(:last-child) {
    display: none;
  }
}

.commonTable {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
}

.commonTable .table {
  margin: 0;
}

.commonTable .table thead th, .commonTable .table thead td {
  padding: 15px 20px;
  font-size: 14px;
  font-family: "avenirnextltpro-medium";
  line-height: 25px;
  border: 0;
  font-weight: normal;
  text-align: center;
}

.commonTable .table thead th:first-child, .commonTable .table thead td:first-child {
  text-align: left;
  border-top-left-radius: 5px;
}

.commonTable .table thead th:last-child, .commonTable .table thead td:last-child {
  text-align: right;
  border-top-right-radius: 5px;
}

.commonTable .table thead .thead-dark, .commonTable .table thead th {
  background-color: #000000;
}

.commonTable .table tbody td {
  padding: 20px 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-family: "avenirnextltpro-medium";
  border-color: #F1F1F1;
}

.commonTable .table tbody td p {
  margin-bottom: 0;
}

.commonTable .table .userItemList .userItem {
  position: relative;
}

.commonTable .table .userItemList .userItem_cardImg {
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 28px;
  padding: 14px;
  border-radius: 50%;
}

.commonTable .table .userItemList .userItem_cardImg-success {
  background-color: rgba(7, 186, 173, 0.1);
}

.commonTable .table .userItemList .userItem_cardImg-failed {
  background-color: rgba(254, 79, 96, 0.1);
}

.commonTable .table .userItemList .userItem_cardImg-orange {
  background-color: rgba(255, 112, 2, 0.1);
}

.commonTable .table .userItemList .userItem .userId {
  margin-left: 15px;
  text-align: left;
}

.commonTable .table .userItemList .userItem .userId .title {
  font-size: 14px;
  color: #000000;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 0px;
}

.commonTable .table .userItemList .userItem .userId .productUnit {
  font-size: 14px;
  font-family: "avenirnextltpro-regular";
  line-height: 22px;
  color: #83827F;
}

.commonTable .table .userItemList .SuccessCheck {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #07BAAD;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 5px;
}

.commonTable .table .userItemList .SuccessCheck .icon-check:before {
  font-size: 9px;
}

.commonTable .table .userItemList .SuccessTxt {
  color: #07BAAD;
}

.commonTable .table .userItemList .failedClose {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #FE4F60;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 5px;
}

.commonTable .table .userItemList .failedClose .icon-close:before {
  font-size: 9px;
}

.commonTable .table .userItemList .failedTxt {
  color: #FE4F60;
}

@media (max-width: 1199.98px) {
  .commonTable .table .userItemList .userItem_cardImg {
    width: 45px;
    height: 45px;
    line-height: 25px;
    padding: 8px;
  }
}

.commonTable .table .checkoutItem .qtySec {
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 140px;
}

.commonTable .table .checkoutItem .qtySec .form-control {
  border-top: 2px solid #F3F2EF;
  border-bottom: 2px solid #F3F2EF;
  height: 40px;
}

.commonTable .table .checkoutItem .qtySec a {
  width: 40px;
  height: 40px;
}

.commonTable .table .checkoutItem .qtySec .decreaseQty {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.commonTable .table .checkoutItem .qtySec .increaseQty {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.commonTable .table .checkoutItem .checkoutPrice {
  width: 100px;
  text-align: center;
}

.commonTable .table .checkoutItem .checkoutPrice p {
  margin: 0;
  font-size: 16px;
  color: #000000;
}

.commonTable .table .checkoutItem .removeIcon {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 48px;
  background: #ffffff;
  border-radius: 50%;
  color: #FE4F60;
  -webkit-box-shadow: 0 3px 30px rgba(254, 79, 96, 0.1);
  box-shadow: 0 3px 30px rgba(254, 79, 96, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.commonTable .table .checkoutItem .removeIcon:hover {
  background: #FE4F60;
  color: #ffffff;
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.commonTable .table .checkoutItem .addCart_link {
  color: #07BAAD;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "avenirnextltpro-demi";
  margin-right: 13px;
}

.commonTable .table .checkoutItem_product {
  max-width: 340px;
  min-width: 340px;
}

.commonTable .table .checkoutItem_img {
  background-color: #F8F8F8;
  padding: 22px 20px;
  position: relative;
  text-align: center;
}

.commonTable .table .checkoutItem_img img {
  max-width: 65px;
}

.commonTable .table .checkoutItem_img .offrer_ribben {
  font-size: 12px;
  font-family: "avenirnextltpro-demi";
  background: #FE4F60;
  padding: 1px 8px;
  color: #ffffff;
  border-radius: 3px;
  position: absolute;
  left: 5px;
  top: 5px;
}

.commonTable .table .checkoutItem_img .offerLabel, .commonTable .table .checkoutItem_img .outStock {
  padding: 4px 6px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 10px;
  text-align: center;
  font-size: 10px;
  font-family: "avenirnextltpro-demi";
  line-height: 14px;
  border-radius: 3px;
  background-color: #FF7002;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commonTable .table .checkoutItem_img .outStock {
  background-color: #FE4F60;
}

.commonTable .table .checkoutItem_caption {
  margin-left: 15px;
  text-align: left;
}

.commonTable .table .checkoutItem_caption .title {
  font-size: 18px;
  font-family: "avenirnextltpro-medium";
  line-height: 26px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}

.commonTable .table .checkoutItem_caption .productUnit {
  font-size: 18px;
  font-family: "avenirnextltpro-medium";
  line-height: 26px;
  color: #83827F;
}

@media (max-width: 1599px) {
  .commonTable .table .checkoutItem .removeIcon {
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-size: 14px;
  }
  .commonTable .table .checkoutItem .addCart_link {
    font-size: 13px;
    font-family: "avenirnextltpro-demi";
    margin-right: 10px;
  }
  .commonTable .table .checkoutItem .qtySec {
    max-width: 125px;
  }
  .commonTable .table .checkoutItem_img {
    padding: 15px;
  }
  .commonTable .table .checkoutItem_img .offerLabel {
    font-size: 10px;
  }
  .commonTable .table .checkoutItem_caption .title {
    margin-bottom: 8px;
  }
  .commonTable .table .checkoutItem_caption .title, .commonTable .table .checkoutItem_caption .productUnit {
    font-size: 16px;
    line-height: 24px;
  }
  .commonTable .table .checkoutItem_product {
    max-width: 290px;
    min-width: 290px;
  }
}

@media (max-width: 1199.98px) {
  .commonTable .table .checkoutItem .qtySec {
    max-width: 105px;
  }
  .commonTable .table .checkoutItem .qtySec .form-control {
    font-size: 14px;
  }
  .commonTable .table .checkoutItem .qtySec a {
    width: 34px;
  }
  .commonTable .table .checkoutItem .qtySec a em {
    font-size: 12px;
  }
  .commonTable .table .checkoutItem .qtySec a em.icon-minus {
    font-size: 13px;
  }
  .commonTable .table .checkoutItem .checkoutPrice p {
    font-size: 14px;
  }
  .commonTable .table .checkoutItem .removeIcon {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 12px;
  }
  .commonTable .table .checkoutItem_caption .title, .commonTable .table .checkoutItem_caption .productUnit {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 767.98px) {
  .commonTable .table .checkoutItem_img img {
    max-width: 50px;
  }
  .commonTable .table .checkoutItem_img .offrer_ribben {
    font-size: 10px;
    padding: 1px 5px;
  }
}

@media (max-width: 575.98px) {
  .commonTable .table .checkoutItem .qtySec .form-control {
    font-size: 12px;
    height: 35px;
  }
  .commonTable .table .checkoutItem .qtySec a {
    width: 30px;
    height: 35px;
  }
  .commonTable .table .checkoutItem .qtySec a em {
    font-size: 10px;
  }
  .commonTable .table .checkoutItem .qtySec a em.icon-minus {
    font-size: 12px;
  }
  .commonTable .table .checkoutItem_product {
    margin: 15px 0;
  }
  .commonTable .table .checkoutItem_img .offerLabel, .commonTable .table .checkoutItem_img .outStock {
    top: 10px;
  }
}

@media (max-width: 1199.98px) {
  .commonTable .table thead th, .commonTable .table thead td {
    padding: 10px 15px;
  }
  .commonTable .table tbody td {
    padding: 15px;
  }
  .commonTable .table tbody td p {
    font-size: 14px;
  }
}

.frontHeader {
  background-color: #07BAAD;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 49;
  padding: 15px 30px;
  border-bottom: 1px solid #39C8BE;
  height: 75px;
}

.frontHeader.userLogin .rightMenu .myAccountDropdown_withoutLogin {
  display: none;
}

.frontHeader.userLogin .rightMenu .myAccountDropdown_login {
  display: block;
}

.frontHeader.userLogin .rightMenu .btn-login {
  display: none;
}

.frontHeader .toggleMenus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.frontHeader .menuIcon {
  width: 24px;
  padding: 12px 0px;
  display: block;
  margin-left: 10px;
}

.frontHeader .menuIcon.show .menuIcon_line {
  -webkit-transform: translateX(0px) rotate(-45deg);
          transform: translateX(0px) rotate(-45deg);
}

.frontHeader .menuIcon.show .menuIcon_line-right {
  -webkit-transform: translate(-2px, -1px) rotate(45deg);
          transform: translate(-2px, -1px) rotate(45deg);
}

.frontHeader .menuIcon.show .menuIcon_line-left {
  -webkit-transform: translate(1px, 2px) rotate(45deg);
          transform: translate(1px, 2px) rotate(45deg);
}

.frontHeader .menuIcon_line {
  height: 2px;
  width: 24px;
  display: block;
  background: #ffffff;
  margin-bottom: 4px;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.frontHeader .menuIcon_line-left, .frontHeader .menuIcon_line-right {
  width: 12px;
}

.frontHeader .menuIcon_line-right {
  float: right;
}

.frontHeader .logo a {
  display: inline-block;
}

.frontHeader .logo a img {
  width: 198px;
}

.frontHeader .bootstrap-select.form-control {
  background-color: transparent;
}

.frontHeader .bootstrap-select .dropdown-toggle {
  border: none;
  padding: 0;
  height: 25px;
}

.frontHeader .bootstrap-select .dropdown-toggle:hover, .frontHeader .bootstrap-select .dropdown-toggle:focus, .frontHeader .bootstrap-select .dropdown-toggle:active:focus, .frontHeader .bootstrap-select .dropdown-toggle:active, .frontHeader .bootstrap-select .dropdown-toggle:active:hover, .frontHeader .bootstrap-select .dropdown-toggle:not(:disabled), .frontHeader .bootstrap-select .dropdown-toggle:not(.disabled):active {
  background-color: transparent !important;
  outline: none !important;
  border: none;
}

.frontHeader .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #ffffff;
  font-size: 14px;
  font-family: "avenirnextltpro-medium";
  text-transform: capitalize;
  padding-right: 22px;
}

.frontHeader .bootstrap-select .dropdown-toggle:after {
  color: rgba(255, 255, 255, 0.5);
  content: "\E907";
  font-size: 6px;
  font-family: 'icomoon';
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 6px;
}

.frontHeader .bootstrap-select.show .dropdown-toggle:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 0px;
}

.frontHeader .bootstrap-select .dropdown-menu {
  border: none !important;
  padding: 0;
  border-radius: 5px 0px 5px 5px;
  min-width: 115px !important;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  right: 0 !important;
  left: auto !important;
}

.frontHeader .bootstrap-select .inner .dropdown-menu {
  padding: 15px 10px;
  background-color: #ffffff;
}

.frontHeader .bootstrap-select .inner .dropdown-menu li:not(:last-child) {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #F3F2EF;
}

.frontHeader .bootstrap-select .inner .dropdown-menu li a {
  font-size: 14px;
  padding: 0px;
  color: #83827F;
}

.frontHeader .bootstrap-select .inner .dropdown-menu .dropdown-item:hover, .frontHeader .bootstrap-select .inner .dropdown-menu .dropdown-item:active, .frontHeader .bootstrap-select .inner .dropdown-menu .dropdown-item.active {
  color: #07BAAD;
  background-color: transparent;
  font-family: "avenirnextltpro-medium";
}

.frontHeader .location {
  width: 100%;
  max-width: 290px;
  padding-left: 70px;
}

.frontHeader .location p {
  margin: 0;
  color: #ffffff;
  font-size: 11px;
  font-family: "avenirnextltpro-medium";
  text-transform: uppercase;
}

.frontHeader .location .dropdown.locationSelect .locationSelect_input {
  width: 100%;
}

.frontHeader .location .dropdown.locationSelect .locationSelect_input .form-control {
  height: 38px;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 5px;
  border: 2px solid #F1F1F1;
}

.frontHeader .location .dropdown.locationSelect .locationSelect_or {
  font-size: 12px;
  color: #83827F;
  display: block;
  margin: 0 10px;
}

.frontHeader .location .dropdown.locationSelect .locationSelect_btn .btn {
  width: 38px;
  height: 38px;
}

.frontHeader .location .dropdown.locationSelect.show .dropdown-toggle:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  margin-top: 0px;
}

.frontHeader .location .dropdown.locationSelect .dropdown-toggle {
  color: #ffffff;
  font-size: 16px;
  font-family: "avenirnextltpro-demi";
  height: 27px !important;
  display: block;
  margin-top: 2px;
  padding-right: 20px;
}

.frontHeader .location .dropdown.locationSelect .dropdown-toggle:after {
  color: rgba(255, 255, 255, 0.5);
  content: "\E907";
  font-size: 6px;
  font-family: 'icomoon';
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 5px;
  margin-top: -2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 5px;
}

.frontHeader .location .dropdown.locationSelect .dropdown-menu {
  border-radius: 0px 5px 5px 5px;
  padding: 15px;
  border: none;
  background-color: #ffffff;
  margin-top: 6px;
  width: 308px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.frontHeader .location .bootstrap-select .filter-option-inner-inner {
  font-size: 16px;
  font-family: "avenirnextltpro-demi";
}

.frontHeader .location .bootstrap-select .dropdown-menu {
  border-radius: 0px 5px 5px 5px;
}

.frontHeader .location .bootstrap-select .inner .dropdown-menu {
  padding: 15px;
}

.frontHeader .location .bootstrap-select .inner .dropdown-menu li {
  position: relative;
  padding-left: 20px;
}

.frontHeader .location .bootstrap-select .inner .dropdown-menu li ::before {
  content: '\E918';
  position: absolute;
  font-family: 'icomoon';
  top: 1px;
  left: 0px;
}

.frontHeader .searchSec {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}

.frontHeader .searchSec_lft {
  width: calc(100% - 130px);
}

.frontHeader .searchSec_rgt {
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}

.frontHeader .searchSec_rgt .dropdown.show .btn::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.frontHeader .searchSec_rgt .dropdown-menu {
  border-radius: 0px 5px 5px 5px;
  padding: 15px;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  min-height: 150px;
  max-height: 345px;
  overflow: auto;
}

.frontHeader .searchSec_rgt .dropdown-menu li:not(:last-child) {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #F3F2EF;
}

.frontHeader .searchSec_rgt .dropdown-menu li a {
  font-size: 14px;
  padding: 0px;
  padding-right: 17px;
  position: relative;
  color: #83827F;
  line-height: 18px;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
}

.frontHeader .searchSec_rgt .dropdown-menu li a::before {
  content: "\E906";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  font-family: 'icomoon';
  font-size: 12px;
  opacity: 0;
  right: 5px;
}

.frontHeader .searchSec_rgt .dropdown-menu li a:hover {
  font-family: "avenirnextltpro-medium";
}

.frontHeader .searchSec_rgt .dropdown-menu li a:hover::before {
  color: #07BAAD;
  opacity: 1;
  right: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.frontHeader .searchSec_rgt .dropdown-menu .dropdown-item:hover, .frontHeader .searchSec_rgt .dropdown-menu .dropdown-item:active, .frontHeader .searchSec_rgt .dropdown-menu .dropdown-item.active {
  color: #07BAAD;
  background-color: transparent;
}

.frontHeader .searchSec_rgt .dropdown .btn {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 18px;
  min-width: 130px;
  height: 38px;
  color: #ffffff;
  font-family: "avenirnextltpro-medium";
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-radius: 5px;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.frontHeader .searchSec_rgt .dropdown .btn::after {
  color: rgba(255, 255, 255, 0.5);
  content: "\E907";
  font-size: 6px;
  font-family: 'icomoon';
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 18px;
}

.frontHeader .searchSec .searchBar {
  position: relative;
}

.frontHeader .searchSec .searchBar .input-group {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.frontHeader .searchSec .searchBar .form-control {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 35px;
  padding-left: 0;
  border: 0;
  color: #83827F;
  font-size: 14px;
  height: 38px;
  background-color: #ffffff;
  font-family: "avenirnextltpro-regular";
}

.frontHeader .searchSec .searchBar .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.frontHeader .searchSec .searchBar .form-control.searchSelect {
  width: 65px;
  padding-right: 10px;
}

.frontHeader .searchSec .searchBar_btn {
  font-size: 16px;
  background-color: #ffffff;
  color: #6A6A6A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  padding: 7px 10px 7px 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.frontHeader .searchSec .searchBar .searchClose {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  right: 15px;
}

.frontHeader .searchSec .searchBar .searchClose em {
  color: #83827F;
  font-size: 13px;
}

.frontHeader .searchSec .searchBar_list {
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  display: none;
  background-color: #ffffff;
  border-radius: 0px 0px 5px 5px;
  z-index: 11;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.frontHeader .searchSec .searchBar_list_table {
  padding: 20px;
  max-height: 360px;
  overflow-y: auto;
}

.frontHeader .searchSec .searchBar_list_table .table-responsive {
  padding-bottom: 5px;
}

.frontHeader .searchSec .searchBar_list_table table {
  margin-bottom: 0px;
  white-space: nowrap;
}

.frontHeader .searchSec .searchBar_list_table table tr:not(:last-child) {
  border-bottom: 1px solid #F1F1F1;
}

.frontHeader .searchSec .searchBar_list_table table tr:first-child td, .frontHeader .searchSec .searchBar_list_table table tr:first-child th {
  padding-top: 0px;
}

.frontHeader .searchSec .searchBar_list_table table tr:last-child td, .frontHeader .searchSec .searchBar_list_table table tr:last-child th {
  padding-bottom: 0px;
}

.frontHeader .searchSec .searchBar_list_table table td, .frontHeader .searchSec .searchBar_list_table table th {
  border-top: none;
  padding: 20px 5px;
  vertical-align: middle;
}

.frontHeader .searchSec .searchBar_list_table table .tableImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 168px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.frontHeader .searchSec .searchBar_list_table table .tableImg .productList_img {
  background-color: #F8F8F8;
  padding: 0;
  width: 58px;
  height: 58px;
  margin-right: 10px;
}

.frontHeader .searchSec .searchBar_list_table table .tableImg .productList_img .offerLabel {
  display: none;
}

.frontHeader .searchSec .searchBar_list_table table .tableImg .productList_img .outStock {
  z-index: 1;
  padding: 2px 2px;
  left: 0;
  min-width: 100%;
  overflow: auto;
  text-overflow: inherit;
  white-space: initial;
  top: 0;
  font-size: 7px;
}

.frontHeader .searchSec .searchBar_list_table table .tableImg_img {
  text-align: center;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.frontHeader .searchSec .searchBar_list_table table .tableImg_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.frontHeader .searchSec .searchBar_list_table table .tableImg_cat {
  position: relative;
  z-index: 1;
  color: #07BAAD;
  margin-top: 5px;
  font-size: 12px;
  word-break: break-all;
  display: block;
  white-space: normal;
  line-height: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  text-overflow: ellipsis;
}

.frontHeader .searchSec .searchBar_list_table table .tableImg h2 {
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  color: #090600;
}

.frontHeader .searchSec .searchBar_list_table table .tableImg h2:hover {
  color: #07BAAD;
}

.frontHeader .searchSec .searchBar_list_table table p {
  font-size: 14px;
  color: #83827F;
  margin-bottom: 0px;
  font-family: "avenirnextltpro-medium";
}

.frontHeader .searchSec .searchBar_list_table table h3 {
  font-size: 14px;
  margin-bottom: 0px;
}

.frontHeader .searchSec .searchBar_list_table table .icon img {
  width: 18px;
  margin-top: -6px;
}

.frontHeader .searchSec .searchBar_list_table table .btn {
  font-size: 12px;
  padding: 4px 10px;
}

.frontHeader .searchSec .searchBar_list_table table .qtySec {
  max-width: 105px;
  margin-left: auto;
}

.frontHeader .searchSec .searchBar_noResults {
  padding: 40px;
}

.frontHeader .searchSec .searchBar_noResults img {
  margin-bottom: 20px;
}

.frontHeader .searchSec .searchBar_noResults h3 {
  font-size: 20px;
  font-family: "avenirnextltpro-demi";
}

.frontHeader .searchSec .searchBar_noResults p {
  margin-bottom: 0;
  color: #83827F;
  line-height: 20px;
}

.frontHeader .headSelect_item:not(:last-child) {
  margin-right: 20px;
}

.frontHeader-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 30px;
}

.frontHeader-right .notification {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
}

.frontHeader-right .notification a {
  color: #ffffff;
}

.frontHeader-right .notification em {
  position: relative;
}

.frontHeader-right .notification em:after {
  content: '';
  position: absolute;
  top: 1px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FE4F60;
}

.frontHeader-right .notification em.no-notification:after {
  display: none;
}

.frontHeader .myCartbackdrop {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 10;
}

.frontHeader .rightMenu .btn-login {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0;
  width: 38px;
  line-height: 38px;
  height: 38px;
  color: #ffffff;
  font-family: "avenirnextltpro-medium";
  border-radius: 50%;
  background-color: transparent;
  border-color: #ffffff;
}

.frontHeader .rightMenu .btn-login img {
  width: 38px;
}

.frontHeader .rightMenu .dropdown.myAccountDropdown_login .dropdown-toggle:after {
  display: none;
}

.frontHeader .rightMenu .dropdown.myAccountDropdown_login .dropdown-toggle img {
  width: 38px;
  height: 38px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.frontHeader .rightMenu .dropdown-menu {
  border-radius: 5px 0px 5px 5px;
  padding: 15px;
  margin-top: 18px;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.frontHeader .rightMenu .dropdown-menu li:not(:last-child) {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #F3F2EF;
}

.frontHeader .rightMenu .dropdown-menu li:last-child a {
  color: #FE4F60;
}

.frontHeader .rightMenu .dropdown-menu li a {
  font-size: 14px;
  padding: 0px;
  position: relative;
  color: #000000;
  line-height: 18px;
}

.frontHeader .rightMenu .dropdown-menu li a img {
  margin-right: 15px;
}

.frontHeader .rightMenu .dropdown-menu .dropdown-item:hover, .frontHeader .rightMenu .dropdown-menu .dropdown-item:active, .frontHeader .rightMenu .dropdown-menu .dropdown-item.active {
  color: #07BAAD;
  background-color: transparent;
}

.frontHeader .rightMenu .myAccountDropdown_login {
  display: none;
}

.frontHeader .navbar-toggler {
  display: none;
  padding: 0;
  border: 0;
  width: 18px;
  margin-right: 13px;
}

.frontHeader .navbar-toggler .line {
  border: 1px solid #ffffff;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  margin-top: 5px;
}

.frontHeader .navbar-toggler .line:nth-of-type(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  margin-top: 0;
}

.frontHeader .navbar-toggler .line:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.frontHeader .navbar-toggler .line:nth-of-type(3) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.frontHeader .cart {
  margin-right: 10px;
  position: relative;
}

.frontHeader .cart > a {
  background: #E5EE65;
  padding: 6px 15px;
  font-family: "avenirnextltpro-demi";
  border-radius: 5px;
  font-size: 14px;
  height: 38px;
  color: #000000;
}

.frontHeader .cart > a.disabledCart {
  pointer-events: none;
  opacity: 0.6;
}

.frontHeader .cart > a em {
  font-size: 22px;
  vertical-align: middle;
}

.frontHeader .cart > a .icon {
  position: relative;
  margin-right: 15px;
}

.frontHeader .cart > a .icon .count {
  min-width: 16px;
  height: 16px;
  font-size: 11px;
  background-color: #FE4F60;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: -7px;
}

.frontHeader .cart > a .cart-txt {
  margin-top: 2px;
}

.frontHeader .myCart {
  width: 488px;
  position: fixed;
  top: 75px;
  background-color: #ffffff;
  height: calc(100% - 74px);
  z-index: 12;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: -100%;
}

.frontHeader .myCart.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
}

.frontHeader .myCart .listloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.frontHeader .myCart .emptyCart {
  height: 100%;
}

.frontHeader .myCart .emptyCart .myCart_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.frontHeader .myCart_empty {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.frontHeader .myCart_empty .desc {
  text-align: center;
  width: 220px;
  margin: 27px auto 0;
}

.frontHeader .myCart_empty .desc h3 {
  font-family: "avenirnextltpro-demi";
  font-size: 20px;
}

.frontHeader .myCart_empty .desc p {
  color: #83827F;
  line-height: 20px;
  margin-bottom: 0;
}

.frontHeader .myCart_head {
  background-color: #F3F2EF;
  padding: 15px 30px;
}

.frontHeader .myCart_head h4 {
  font-size: 18px;
  font-family: "avenirnextltpro-demi";
  color: #000000;
}

.frontHeader .myCart_head .close {
  color: #83827F;
  font-size: 12px;
  opacity: 1;
  text-shadow: none;
}

.frontHeader .myCart_body {
  padding: 50px 40px;
  overflow-y: auto;
  background-color: #ffffff;
  height: calc(100% - 118px);
}

.frontHeader .myCart_body .cartEmpty img {
  height: 120px;
}

.frontHeader .myCart_body .cartEmpty p {
  font-size: 16px;
  margin: 12px 0px;
  color: #000000;
  font-family: "avenirnextltpro-demi";
}

.frontHeader .myCart_body .cartEmpty span {
  color: #83827F;
  font-size: 14px;
}

.frontHeader .myCart_body .myProducts .media {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F3F2EF;
}

.frontHeader .myCart_body .myProducts .media-img {
  width: 100%;
  max-width: 140px;
  height: 122px;
  border-radius: 5px;
  background-color: #F3F2EF;
  padding: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-right: 15px;
  text-align: center;
}

.frontHeader .myCart_body .myProducts .media-img img {
  width: 90px;
}

.frontHeader .myCart_body .myProducts .media-img .cart-label {
  position: absolute;
  top: 7px;
  left: 7px;
  color: #ffffff;
  font-size: 11px;
  font-family: "avenirnextltpro-demi";
  background: #FE4F60;
  padding: 4px 6px;
  border-radius: 3px;
  text-align: center;
  z-index: 5;
}

.frontHeader .myCart_body .myProducts .media-body {
  max-width: 250px;
}

.frontHeader .myCart_body .myProducts .media-body h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #090600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
  padding-right: 50px;
}

.frontHeader .myCart_body .myProducts .media-body p {
  font-size: 16px;
  color: #83827F;
  font-family: "avenirnextltpro-medium";
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.frontHeader .myCart_body .myProducts .media-body .cartItemPrice {
  margin-top: 12px;
}

.frontHeader .myCart_body .myProducts .media-body .cartClose {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 39px;
  top: -6px;
  text-align: center;
  font-size: 12px;
  color: #FE4F60;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 20px rgba(254, 79, 96, 0.1);
  box-shadow: 0px 3px 20px rgba(254, 79, 96, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
}

.frontHeader .myCart_body .myProducts .media-body .cartClose:hover {
  color: #ffffff;
  background-color: #FE4F60;
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.frontHeader .myCart_body .myProducts .media-body .priceTxt {
  display: block;
  font-size: 18px;
  font-family: "avenirnextltpro-demi";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 140px;
  text-align: right;
}

.frontHeader .myCart_body .myProducts .media-body .qtySec {
  position: inherit;
  max-width: 100px;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}

.frontHeader .myCart_body .myProducts .media-body .qtySec a {
  width: 30px;
  height: 30px;
}

.frontHeader .myCart_body .myProducts .media-body .qtySec a.decreaseQty {
  border-radius: 4px 0px 0px 4px;
}

.frontHeader .myCart_body .myProducts .media-body .qtySec a.increaseQty {
  border-radius: 0px 4px 4px 0px;
}

.frontHeader .myCart_body .myProducts .media-body .qtySec .form-control {
  height: 30px;
  font-size: 14px;
  padding: 4px 2px;
}

.frontHeader .myCart_body .myPrice {
  padding: 30px;
  background-color: #F3F2EF;
  border-radius: 5px;
}

.frontHeader .myCart_body .myPrice p, .frontHeader .myCart_body .myPrice h3 {
  margin-bottom: 0px;
  font-size: 18px;
}

.frontHeader .myCart_body .myPrice h2 {
  font-size: 20px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 15px;
}

.frontHeader .myCart_body .myPrice p {
  color: #83827F;
}

.frontHeader .myCart_body .myPrice h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 190px;
  text-align: right;
}

.frontHeader .myCart_footer {
  position: absolute;
  bottom: 0;
  padding: 12px 40px;
  width: 100%;
  background-color: #07BAAD;
}

.frontHeader .myCart_footer .priceIcon em {
  font-size: 24px;
  color: #E5EE65;
  margin-right: 10px;
}

.frontHeader .myCart_footer .priceIcon_txt {
  text-transform: uppercase;
  color: #ffffff;
}

.frontHeader .myCart_footer .priceIcon_txt span {
  font-size: 12px;
  display: block;
  line-height: normal;
  font-family: "avenirnextltpro-medium";
}

.frontHeader .myCart_footer .priceIcon_txt h2 {
  font-family: "avenirnextltpro-demi";
  font-size: 18px;
  margin-bottom: 0px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  max-width: 190px;
}

.frontHeader .myCart_footer .proceedtxt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-family: "avenirnextltpro-medium";
  text-transform: uppercase;
}

.frontHeader .myCart_footer .proceedtxt span em {
  font-size: 12px;
  margin-left: 8px;
}

@media (max-width: 1699px) {
  .frontHeader {
    padding: 15px;
  }
  .frontHeader .searchSec {
    max-width: 670px;
  }
  .frontHeader .logo a img {
    width: 145px;
  }
  .frontHeader .location {
    max-width: 250px;
    padding-left: 30px;
  }
}

@media (max-width: 1499px) {
  .frontHeader {
    padding: 10px;
    height: 65px;
  }
  .frontHeader .logo a img {
    width: 120px;
  }
  .frontHeader .rightMenu .btn-login {
    width: 35px;
    line-height: 35px;
    height: 35px;
  }
  .frontHeader-right {
    margin-left: 10px;
  }
  .frontHeader .headSelect {
    margin-left: 10px;
  }
  .frontHeader .headSelect_item:not(:last-child) {
    margin-right: 12px;
  }
  .frontHeader .searchSec {
    max-width: 640px;
  }
  .frontHeader .searchSec_rgt .dropdown .btn {
    padding: 8px 10px;
    min-width: 100px;
    font-size: 13px;
  }
  .frontHeader .searchSec_rgt .dropdown .btn::after {
    right: 10px;
  }
  .frontHeader .searchSec .searchBar_noResults {
    padding: 30px;
  }
  .frontHeader .searchSec .searchBar_noResults img {
    margin-bottom: 15px;
    max-width: 160px;
  }
  .frontHeader .searchSec .searchBar_noResults h3 {
    font-size: 18px;
  }
  .frontHeader .searchSec .searchBar_list_table {
    padding: 10px;
  }
  .frontHeader .searchSec .searchBar_list_table table td {
    padding: 10px 4px;
  }
  .frontHeader .searchSec .searchBar_list_table table .tableImg_img {
    width: 48px;
    height: 48px;
  }
  .frontHeader .location {
    max-width: 190px;
    padding-left: 12px;
    padding-right: 8px;
  }
  .frontHeader .location .dropdown.locationSelect .dropdown-toggle {
    font-size: 13px;
    height: 20px !important;
  }
  .frontHeader .location .bootstrap-select .filter-option-inner-inner {
    font-size: 14px;
  }
  .frontHeader .myCartbackdrop, .frontHeader .myCart {
    top: 65px;
  }
  .frontHeader .myCart {
    height: calc(100% - 65px);
  }
  .frontHeader .myCart_head {
    padding: 15px;
  }
  .frontHeader .myCart_head h4 {
    font-size: 16px;
  }
  .frontHeader .myCart_body {
    padding: 20px;
  }
  .frontHeader .myCart_body .myProducts .media-img {
    padding: 20px;
    max-width: 120px;
  }
  .frontHeader .myCart_body .myProducts .media-img img {
    width: 80px;
  }
  .frontHeader .myCart_body .myProducts .media-body h5 {
    line-height: 20px;
    padding-right: 40px;
  }
  .frontHeader .myCart_body .myProducts .media-body h5, .frontHeader .myCart_body .myProducts .media-body p {
    font-size: 14px;
  }
  .frontHeader .myCart_body .myProducts .media-body .qtySec {
    max-width: 90px;
  }
  .frontHeader .myCart_body .myProducts .media-body .qtySec a {
    width: 27px;
    height: 27px;
  }
  .frontHeader .myCart_body .myProducts .media-body .qtySec a em {
    font-size: 10px;
  }
  .frontHeader .myCart_body .myProducts .media-body .qtySec .form-control {
    height: 27px;
    font-size: 12px;
  }
  .frontHeader .myCart_body .myProducts .media-body .priceTxt {
    font-size: 15px;
  }
  .frontHeader .myCart_body .myPrice {
    padding: 20px;
  }
  .frontHeader .myCart_body .myPrice h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .frontHeader .myCart_body .myPrice p, .frontHeader .myCart_body .myPrice h3 {
    font-size: 16px;
  }
  .frontHeader .myCart_footer {
    padding: 12px 30px;
  }
  .frontHeader .myCart_footer .priceIcon_txt h2 {
    font-size: 15px;
  }
  .frontHeader .myCart_footer .priceIcon em {
    font-size: 20px;
  }
  .frontHeader .myCart_footer .proceedtxt span {
    font-size: 14px;
  }
  .frontHeader .myCart_empty img {
    max-width: 100px;
  }
  .frontHeader .myCart_empty .desc {
    margin: 15px auto 0;
  }
  .frontHeader .myCart_empty .desc h3 {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .frontHeader-right {
    margin-left: 10px;
  }
  .frontHeader .logo a img {
    width: 50px;
  }
  .frontHeader .location {
    padding-left: 15px;
  }
  .frontHeader .location .bootstrap-select .filter-option-inner-inner {
    font-size: 13px;
  }
  .frontHeader .headSelect_item:not(:last-child) {
    margin-right: 8px;
  }
  .frontHeader .cart > a {
    width: 38px;
    height: 38px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .frontHeader .cart > a .icon {
    margin: 0 auto;
  }
  .frontHeader .searchSec .searchBar_noResults {
    padding: 20px;
  }
  .frontHeader .searchSec .searchBar_noResults img {
    max-width: 120px;
  }
  .frontHeader .searchSec .searchBar_noResults h3 {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .frontHeader {
    height: 58px;
  }
  .frontHeader.menuShow .toggleMenus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    top: 58px;
    background-color: #07BAAD;
    padding: 10px;
    left: 0;
  }
  .frontHeader.menuShow .location {
    padding-left: 0px;
  }
  .frontHeader.menuShow .searchSec {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: inherit;
    max-width: 100%;
    margin-left: auto;
  }
  .frontHeader.menuShow .searchSec_lft {
    width: calc(100% - 110px);
  }
  .frontHeader.menuShow .searchSec_rgt {
    width: 110px;
  }
  .frontHeader .toggleMenus {
    display: none;
  }
  .frontHeader .myCartbackdrop, .frontHeader .myCart {
    top: 58px;
  }
  .frontHeader .myCart {
    height: calc(100% - 58px);
    width: 430px;
  }
  .frontHeader .myCart_body {
    padding: 15px;
  }
  .frontHeader .myCart_body .myProducts .media-img {
    padding: 15px;
    max-width: 100px;
    height: 100px;
  }
  .frontHeader .myCart_body .myProducts .media-img img {
    width: 65px;
  }
  .frontHeader .myCart_body .myProducts .media-body .priceTxt {
    font-size: 14px;
  }
  .frontHeader .myCart_body .myPrice {
    padding: 15px;
  }
  .frontHeader .myCart_body .myPrice h2 {
    font-size: 16px;
  }
  .frontHeader .myCart_body .myPrice p, .frontHeader .myCart_body .myPrice h3 {
    font-size: 14px;
  }
  .frontHeader .myCart_footer {
    padding: 12px 15px;
  }
  .frontHeader .myCart_footer .priceIcon_txt h2 {
    font-size: 13px;
  }
  .frontHeader .myCart_footer .proceedtxt span {
    font-size: 13px;
  }
  .frontHeader .myCart_footer .proceedtxt span em {
    font-size: 10px;
    margin-left: 5px;
  }
  .frontHeader .myCart_empty img {
    max-width: 80px;
  }
  .frontHeader .myCart_empty .desc h3 {
    font-size: 16px;
  }
  .frontHeader .myCart_empty .desc p {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .frontHeader .bootstrap-select .inner .dropdown-menu {
    padding: 10px;
    min-width: 90px !important;
  }
  .frontHeader .bootstrap-select .inner .dropdown-menu li:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .frontHeader .bootstrap-select .inner .dropdown-menu li a {
    font-size: 13px;
  }
  .frontHeader .rightMenu .dropdown-menu {
    padding: 10px;
  }
  .frontHeader .rightMenu .dropdown-menu li a {
    font-size: 13px;
  }
  .frontHeader .rightMenu .dropdown-menu li a:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .frontHeader.menuShow .location {
    max-width: 160px;
  }
  .frontHeader.menuShow .location .bootstrap-select .inner .dropdown-menu {
    padding: 10px;
  }
  .frontHeader.menuShow .searchSec .searchBar_btn {
    font-size: 14px;
    padding: 6px 10px;
  }
  .frontHeader.menuShow .searchSec .searchBar .form-control {
    height: 35px;
    padding-right: 25px;
  }
  .frontHeader.menuShow .searchSec .searchBar .form-control.searchSelect {
    padding-right: 8px;
  }
  .frontHeader.menuShow .searchSec .searchBar .searchClose {
    right: 10px;
  }
  .frontHeader.menuShow .searchSec .searchBar .searchClose em {
    font-size: 10px;
  }
  .frontHeader.menuShow .searchSec_lft {
    width: calc(100% - 38px);
  }
  .frontHeader.menuShow .searchSec_rgt {
    width: 38px;
  }
  .frontHeader.menuShow .searchSec_rgt .dropdown .dropdown-menu {
    padding: 10px;
    height: 200px;
  }
  .frontHeader.menuShow .searchSec_rgt .dropdown .dropdown-menu li:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .frontHeader.menuShow .searchSec_rgt .dropdown .dropdown-menu li a {
    font-size: 13px;
  }
  .frontHeader.menuShow .searchSec_rgt .dropdown .btn {
    width: 35px;
    height: 35px;
    line-height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    padding: 6px;
    min-width: auto;
  }
  .frontHeader.menuShow .searchSec_rgt .dropdown .btn::after {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .frontHeader {
    height: 50px;
  }
  .frontHeader-right .notification {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .frontHeader.menuShow .toggleMenus {
    top: 50px;
  }
  .frontHeader .rightMenu .btn-login {
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .frontHeader .rightMenu .btn-login span {
    display: none;
  }
  .frontHeader .rightMenu .btn-login img {
    width: 30px;
  }
  .frontHeader .menuIcon {
    padding: 6px 0px;
    width: 20px;
  }
  .frontHeader .menuIcon.show .menuIcon_line-right {
    -webkit-transform: translate(-1px, -2px) rotate(45deg);
            transform: translate(-1px, -2px) rotate(45deg);
  }
  .frontHeader .menuIcon.show .menuIcon_line-left {
    -webkit-transform: translate(1px, 2px) rotate(45deg);
            transform: translate(1px, 2px) rotate(45deg);
  }
  .frontHeader .menuIcon_line {
    width: 20px;
  }
  .frontHeader .menuIcon_line-left, .frontHeader .menuIcon_line-right {
    width: 10px;
  }
  .frontHeader .logo a img {
    width: 40px;
  }
  .frontHeader .cart > a {
    width: 30px;
    height: 30px;
    padding: 2px;
  }
  .frontHeader .cart > a em {
    font-size: 18px;
  }
  .frontHeader .cart > a .icon .count {
    font-size: 10px;
  }
  .frontHeader.menuShow .location {
    max-width: 190px;
    margin-bottom: 5px;
  }
  .frontHeader.menuShow .toggleMenus {
    display: block;
  }
  .frontHeader.menuShow .searchSec .searchBar {
    position: static;
  }
  .frontHeader.menuShow .searchSec .searchBar_list {
    top: 98px;
  }
  .frontHeader.menuShow .searchSec .searchBar_noResults {
    border: 1px solid #07BAAD;
  }
  .frontHeader.menuShow .searchSec .searchBar_noResults img {
    max-width: 100px;
  }
  .frontHeader.menuShow .searchSec .searchBar_noResults p {
    font-size: 13px;
  }
  .frontHeader .rightMenu .dropdown.myAccountDropdown_login .dropdown-toggle img {
    width: 30px;
    height: 30px;
  }
  .frontHeader .myCartbackdrop, .frontHeader .myCart {
    top: 50px;
  }
  .frontHeader .myCart {
    height: calc(100% - 50px);
    width: 350px;
  }
  .frontHeader .myCart_body .myProducts .media-img {
    padding: 5px;
    max-width: 85px;
    height: 80px;
  }
  .frontHeader .myCart_body .myProducts .media-img img {
    width: 55px;
  }
  .frontHeader .myCart_body .myProducts .media-img .cart-label {
    top: 5px;
    left: 5px;
    padding: 2px 5px;
    font-size: 10px;
  }
  .frontHeader .myCart_body .myProducts .media-body .cartClose {
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-size: 10px;
  }
  .frontHeader .myCart_body .myProducts .media-body .priceTxt {
    font-size: 13px;
  }
  .frontHeader .myCart_body .myPrice h2 {
    font-size: 16px;
  }
}

@media (max-width: 440px) {
  .frontHeader .myCart {
    width: 308px;
  }
  .frontHeader .myCart_body .myPrice h2 {
    font-size: 14px;
  }
  .frontHeader .myCart_body .myPrice p, .frontHeader .myCart_body .myPrice h3 {
    font-size: 12px;
  }
}

.ps-footer {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  font-family: "avenirnextltpro-regular";
  z-index: 1;
}

.ps-footer.mainFooter {
  padding-top: 80px;
}

.ps-footer.mainFooter:after {
  content: "";
  background: #E5EE65;
  opacity: 20%;
  position: absolute;
  right: -110px;
  top: -250px;
  height: 440px;
  width: 440px;
  border-radius: 50%;
}

.ps-footer.mainFooter:before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -140px;
  height: 605px;
  width: 605px;
  border-radius: 50%;
  border: 3px solid #333C47;
  z-index: -1;
  opacity: 30%;
}

.ps-footer.mainFooter .mb-60 {
  margin-bottom: 60px;
}

.ps-footer.mainFooter .footerTitle h2 {
  font-family: "avenirnextltpro-demi";
  font-size: 40px;
  line-height: 55px;
  color: #ffffff;
  max-width: 600px;
  margin: 0;
}

.ps-footer.mainFooter .infoList {
  padding: 50px 0px 80px;
}

.ps-footer.mainFooter .infoList_icon {
  margin-bottom: 15px;
}

.ps-footer.mainFooter .infoList_icon img {
  width: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 15px;
}

.ps-footer.mainFooter .infoList_icon h5 {
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  font-family: "avenirnextltpro-demi";
}

.ps-footer.mainFooter .infoList_block:hover .infoList_icon img {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.ps-footer.mainFooter .infoList p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
}

.ps-footer.mainFooter .ps-footer__download {
  background: url("../img/footer-download-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 0 115px 0 70px;
  position: relative;
  z-index: 1;
}

.ps-footer.mainFooter .ps-footer__download:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/footer-bg-icon.png);
  bottom: -1px;
  height: 165px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 335px;
  z-index: -1;
  right: 40%;
}

.ps-footer.mainFooter .ps-footer__download .appDownloadBlk_left h5 {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  font-family: "MisterKInformalPro";
  margin-bottom: 0;
}

.ps-footer.mainFooter .ps-footer__download .appDownloadBlk_left h3 {
  font-size: 50px;
  line-height: 62px;
  color: #000000;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 0;
}

.ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right {
  padding-top: 25px;
}

.ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink {
  position: relative;
  text-align: center;
}

.ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FE4F60;
  max-width: 180px;
  padding: 34px 20px;
  left: -104px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon {
  margin-top: 15px;
  width: 100%;
}

.ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon a {
  color: #ffffff;
  font-size: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon a + a {
  margin-left: 15px;
}

.ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.ps-footer.mainFooter .ps-footer__categories .ourCat-block_title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 26px;
  color: #ffffff;
  font-family: "avenirnextltpro-demi";
}

.ps-footer.mainFooter .ps-footer__categories .ourCat-block_list li {
  margin-bottom: 12px;
  margin-right: 12px;
}

.ps-footer.mainFooter .ps-footer__categories .ourCat-block_list li a {
  background: #1A2430;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  padding: 7px 20px;
  font-family: "avenirnextltpro-regular";
  display: inline-block;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-transform: capitalize;
}

.ps-footer.mainFooter .ps-footer__categories .ourCat-block_list li a:hover {
  color: #07BAAD;
  border-color: #07BAAD;
}

.ps-footer.mainFooter .ps-footer__middle {
  padding-bottom: 30px;
}

.ps-footer.mainFooter .ps-footer__middle .ps-footer--block .ps-block__title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 26px;
  color: #ffffff;
  font-family: "avenirnextltpro-demi";
}

.ps-footer.mainFooter .ps-footer__middle .ps-footer--block .ps-block__list {
  margin-bottom: 0;
}

.ps-footer.mainFooter .ps-footer__middle .ps-footer--block .ps-block__list li {
  padding: 0;
}

.ps-footer.mainFooter .ps-footer__middle .ps-footer--block .ps-block__list li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
}

.ps-footer.mainFooter .ps-footer__middle .ps-footer--block .ps-block__list li a:hover {
  color: #07BAAD;
  margin-left: 3px;
}

.ps-footer.mainFooter .ps-footer__middle .storeImg a + a {
  margin-left: 12px;
}

.ps-footer.mainFooter .ps-footer__middle .social-links .span-txt {
  margin-right: 18px;
}

.ps-footer.mainFooter .ps-footer__middle .social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ps-footer.mainFooter .ps-footer__middle .social-links ul li:not(:last-child) {
  margin-right: 12px;
}

.ps-footer.mainFooter .ps-footer__middle .social-links ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #07BAAD;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
}

.ps-footer.mainFooter .ps-footer__middle .social-links ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.ps-footer.mainFooter .ps-footer__middle .social-links ul li a:hover {
  color: #07BAAD;
}

.ps-footer.mainFooter .ps-footer__middle .social-links ul li a:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ps-footer.mainFooter .ps-footer__middle .social-links ul li a span {
  font-size: 16px;
  line-height: 30px;
}

.ps-footer.mainFooter .ps-footer__bottom .copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.ps-footer.mainFooter .ps-footer__bottom .copyright p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

@media (max-width: 1799px) {
  .ps-footer.mainFooter .ps-footer__middle .leftColumn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .ps-footer.mainFooter .ps-footer__middle .rightColumn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (max-width: 1599px) {
  .ps-footer.mainFooter {
    padding-top: 50px;
  }
  .ps-footer.mainFooter:after {
    height: 400px;
    width: 400px;
  }
  .ps-footer.mainFooter:before {
    height: 500px;
    width: 500px;
  }
  .ps-footer.mainFooter .mb-60 {
    margin-bottom: 40px;
  }
  .ps-footer.mainFooter .footerTitle h2 {
    font-size: 32px;
    line-height: 48px;
    max-width: 500px;
  }
  .ps-footer.mainFooter .infoList {
    padding: 50px 0px;
  }
  .ps-footer.mainFooter .infoList_icon {
    margin-bottom: 10px;
  }
  .ps-footer.mainFooter .infoList_icon img {
    margin-right: 10px;
  }
  .ps-footer.mainFooter .infoList_icon h5 {
    font-size: 18px;
  }
  .ps-footer.mainFooter .infoList p {
    font-size: 15px;
    line-height: 20px;
  }
  .ps-footer.mainFooter .ps-footer__categories .ourCat-block_title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .ps-footer.mainFooter .ps-footer__categories .ourCat-block_list li a {
    font-size: 14px;
    padding: 5px 12px;
  }
  .ps-footer.mainFooter .ps-footer__download {
    padding: 0 50px;
    margin-bottom: 50px;
  }
  .ps-footer.mainFooter .ps-footer__download:after {
    height: 130px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_left h5 {
    font-size: 36px;
    line-height: 42px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_left h3 {
    font-size: 34px;
    line-height: 45px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_img {
    height: 180px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_box {
    padding: 25px 15px;
    max-width: 140px;
    left: -80px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon {
    margin-top: 10px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon a {
    font-size: 32px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon a img {
    height: 40px;
  }
  .ps-footer.mainFooter .ps-footer__middle .ps-footer--block .ps-block__title {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 24px;
  }
  .ps-footer.mainFooter .ps-footer__middle .ps-footer--block .ps-block__list li a {
    font-size: 14px;
    line-height: 26px;
  }
  .ps-footer.mainFooter .ps-footer__middle .footerLogo img {
    max-width: 120px;
  }
  .ps-footer.mainFooter .ps-footer__middle .social-links ul li:not(:last-child) {
    margin-right: 8px;
  }
  .ps-footer.mainFooter .ps-footer__middle .storeImg a img {
    max-width: 140px;
  }
  .ps-footer.mainFooter .ps-footer__middle .leftColumn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .ps-footer.mainFooter .ps-footer__middle .rightColumn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .ps-footer.mainFooter .ps-footer__bottom .copyright {
    padding: 15px 0;
  }
  .ps-footer.mainFooter .ps-footer__bottom .copyright p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1199.98px) {
  .ps-footer.mainFooter {
    padding-top: 30px;
  }
  .ps-footer.mainFooter .mb-60 {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .ps-footer.mainFooter:before {
    display: none;
  }
  .ps-footer.mainFooter .footerTitle h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .ps-footer.mainFooter .infoList {
    padding: 30px 0;
  }
  .ps-footer.mainFooter .infoList {
    padding: 30px 0px;
  }
  .ps-footer.mainFooter .infoList_icon h5 {
    font-size: 16px;
  }
  .ps-footer.mainFooter .infoList_icon img {
    width: 35px;
  }
  .ps-footer.mainFooter .ps-footer__download {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_left h5 {
    font-size: 28px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_left h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_img {
    height: 160px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_box {
    padding: 15px;
    max-width: 120px;
    left: -70px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon a {
    font-size: 24px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon a + a {
    margin-left: 10px;
  }
  .ps-footer.mainFooter .ps-footer__categories .ourCat-block_list li {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .ps-footer.mainFooter .ps-footer__categories .ourCat-block_list li a {
    font-size: 13px;
  }
  .ps-footer.mainFooter .ps-footer__middle {
    padding-bottom: 25px;
  }
  .ps-footer.mainFooter .ps-footer__middle .leftColumn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .ps-footer.mainFooter .ps-footer__middle .rightColumn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .ps-footer.mainFooter .ps-footer__middle .footerLogo img {
    max-width: 100px;
  }
  .ps-footer.mainFooter .ps-footer__middle .storeImg a img {
    max-width: 120px;
  }
}

@media (max-width: 991.98px) {
  .ps-footer.mainFooter {
    padding-top: 15px;
  }
  .ps-footer.mainFooter .footerTitle h2 {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
  }
  .ps-footer.mainFooter .infoList {
    padding: 20px 0 10px;
  }
  .ps-footer.mainFooter .infoList_block {
    margin-bottom: 15px;
  }
  .ps-footer.mainFooter .ps-footer__download {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .ps-footer.mainFooter .ps-footer__download:after {
    display: none;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_left h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_box {
    padding: 10px;
    max-width: 100%;
    border-radius: 0;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon a {
    font-size: 17px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_img {
    height: 130px;
  }
  .ps-footer.mainFooter .ps-footer__bottom .copyright {
    padding: 10px 0;
  }
}

@media (max-width: 575.98px) {
  .ps-footer.mainFooter .mb-60 {
    margin-bottom: 20px;
  }
  .ps-footer.mainFooter .footerTitle h2 {
    font-size: 18px;
  }
  .ps-footer.mainFooter .infoList {
    padding: 20px 0 10px;
  }
  .ps-footer.mainFooter .infoList .row [class*="col-"] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk {
    text-align: center;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_left h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right {
    padding: 10px 0;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_box {
    padding: 7px;
    position: static;
    max-width: 80px;
    border-radius: 3px;
    margin: auto;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_box img {
    display: none;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_img {
    display: none;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon {
    margin-top: 0;
  }
  .ps-footer.mainFooter .ps-footer__download .appDownloadBlk_right .storeLink_icon a {
    font-size: 17px;
  }
  .ps-footer.mainFooter .ps-footer__categories {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .ps-footer.mainFooter .ps-footer__categories .ourCat-block_list li {
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .ps-footer.mainFooter .ps-footer__categories .ourCat-block_list li a {
    font-size: 12px;
  }
  .ps-footer.mainFooter .ps-footer__middle {
    padding-bottom: 0;
  }
  .ps-footer.mainFooter .ps-footer__middle .ps-footer--block {
    margin-bottom: 15px;
  }
  .ps-footer.mainFooter .ps-footer__middle .footerLogo img {
    max-width: 85px;
  }
  .ps-footer.mainFooter .ps-footer__middle .storeImg a img {
    max-width: 105px;
  }
  .ps-footer.mainFooter .ps-footer__middle .storeImg a + a {
    margin-left: 8px;
  }
  .ps-footer.mainFooter .ps-footer__middle .social-links ul li a {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
  .ps-footer.mainFooter .ps-footer__middle .social-links ul li a span {
    font-size: 12px;
    line-height: 27px;
  }
  .ps-footer.mainFooter .ps-footer__middle .rightColumn .row [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .modal-md {
    max-width: 540px;
  }
}

.modal.noHeader .close {
  position: absolute;
  top: 15px;
  font-size: 12px;
  z-index: 1;
  right: 15px;
}

.modal-dialog {
  max-width: 600px;
}

.modal-dialog.modal-md {
  max-width: 450px;
}

.modal-dialog.modal-sm {
  max-width: 390px;
  margin: auto;
}

.modal-header {
  padding: 15px 30px;
  background: #ffffff;
  border: 0px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-header .close {
  font-size: 20px;
}

.modal-body {
  padding: 40px;
}

.modal-title {
  font-size: 20px;
  color: #090600;
  font-family: "avenirnextltpro-bold";
}

.modal-content {
  border: 0;
}

.modal_head {
  text-align: center;
}

.modal_head h2 {
  font-size: 26px;
  line-height: 30px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 20px;
}

.modal_head p {
  font-size: 18px;
  color: #83827F;
  margin: 0 auto;
  line-height: 30px;
}

@media (max-width: 1599px) {
  .modal-body {
    padding: 30px;
  }
}

@media (max-width: 1199.98px) {
  .modal-header, .modal-body {
    padding: 25px;
  }
  .modal_head h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .modal_head p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  .modal-header, .modal-body {
    padding: 15px;
  }
  .modal-title {
    font-size: 18px;
  }
  .modal_head {
    margin-bottom: 15px !important;
  }
  .modal_head h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .modal_head p {
    font-size: 14px;
    line-height: 22px;
  }
}

.addressModal .addressHead h2 {
  font-size: 26px;
  line-height: 30px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 30px;
}

.addressModal .addTypeOpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: 5px;
}

.addressModal .addTypeOpt_item {
  padding: 0 5px;
  margin-bottom: 5px;
}

.addressModal .addTypeOpt_item label {
  margin-bottom: 0;
}

.addressModal .addTypeOpt_item label input {
  display: none;
}

.addressModal .addTypeOpt_item label span {
  border: 1px solid #83827F;
  background: #ffffff;
  font-size: 10px;
  line-height: 12px;
  font-family: "avenirnextltpro-demi";
  text-transform: uppercase;
  color: #83827F;
  display: inline-block;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 3px;
}

.addressModal .addTypeOpt_item label input:checked + span {
  border-color: #FF7002;
  background: #FF7002;
  color: #ffffff;
}

.addressModal .custom-control-label {
  font-size: 15px;
  color: #83827F !important;
}

.addressModal .scrollBox {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  margin-right: -40px;
  padding-right: 30px;
}

.addressModal .addressList {
  max-height: calc(100vh - 330px);
  overflow: auto;
  margin-right: -30px;
  padding-right: 30px;
}

.addressModal .addressList .addressBox {
  position: relative;
}

.addressModal .addressList .addressBox_act {
  position: relative;
  z-index: 1;
}

.addressModal .addressList .addressBox_click::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.addressModal .addressList .addressBox:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1599px) {
  .addressModal .addTypeOpt {
    margin: 0 -3px;
  }
  .addressModal .addTypeOpt_item {
    padding: 0 3px;
  }
  .addressModal .addressHead h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .addressModal .addressList {
    margin-right: -20px;
  }
  .addressModal .addressList .addressBox:not(:last-child) {
    margin-bottom: 15px;
  }
  .addressModal .addressList label {
    margin-bottom: 0;
  }
  .addressModal .modal-body--address {
    padding-top: 40px;
  }
}

@media (max-width: 1199.98px) {
  .addressModal .addressHead h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .addressModal .addressList {
    max-height: calc(100vh - 260px);
    margin-right: -15px;
    padding-right: 25px;
  }
}

@media (max-width: 991.98px) {
  .addressModal .addressList {
    max-height: calc(100vh - 240px);
  }
}

@media (max-width: 767.98px) {
  .addressModal .addressList {
    margin-right: -10px;
    padding-right: 20px;
  }
}

.alertModal .modal-content {
  background: #F3F2EF;
}

.alertModal .btnLink {
  font-size: 14px;
  color: #83827F;
  font-family: "avenirnextltpro-medium";
  margin-top: 10px;
  display: inline-block;
}

.alertModal_body {
  text-align: center;
}

.alertModal_body img {
  max-width: 100%;
  margin-bottom: 40px;
}

.alertModal_body h2 {
  font-size: 24px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 15px;
}

.alertModal_body p {
  font-size: 14px;
  font-family: "avenirnextltpro-medium";
  color: #818181;
  margin: 0 auto;
  max-width: 260px;
  line-height: 22px;
}

@media (max-width: 1599px) {
  .alertModal_body img {
    max-width: 200px;
    margin-bottom: 30px;
  }
  .alertModal_body h2 {
    font-size: 21px;
  }
}

@media (max-width: 1199.98px) {
  .alertModal_body img {
    max-width: 170px;
    margin-bottom: 15px;
  }
  .alertModal_body h2 {
    font-size: 18px;
  }
}

.otpVerifyModal .otp-group input:not(:last-child) {
  margin-right: 15px;
}

.bootbox .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
  max-width: 500px;
}

.bootbox .modal-header {
  border: 0;
  padding: 30px 20px 0;
  background: transparent;
}

.bootbox .modal-header .close {
  display: none;
}

.bootbox .modal-header .modal-title {
  font-size: 16px;
  color: #000000;
}

.bootbox .modal-content .modal-body {
  padding: 30px 20px 0;
}

.bootbox .modal-content .modal-body .close {
  display: none;
}

.bootbox .modal-content .modal-body .bootbox-body {
  font-size: 14px;
  text-align: center;
}

.bootbox .modal-footer {
  padding: 30px 20px;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bootbox .modal-footer .btn {
  min-width: 90px;
  height: 35px;
  padding: 5px;
  font-size: 13px;
  margin: 0;
}

.bootbox .modal-footer .btn + .btn {
  margin-left: 15px;
}

@media (max-width: 991.98px) {
  .bootbox .modal-content .modal-body .bootbox-body {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .bootbox .modal-content .modal-body {
    padding: 20px 15px 0;
  }
  .bootbox .modal-footer {
    padding: 20px 15px;
  }
}

.ratingModal.modal .modal-dialog {
  max-width: 500px;
}

.ratingModal.modal .modal-body .modal_head .jq-ry-container {
  margin-bottom: 50px;
}

.ratingModal.modal .modal-body .modal_head .reviewTxt {
  color: #000000;
  margin-bottom: 10px;
  text-align: left;
}

.ratingModal.modal .modal-body .modal_head textarea {
  resize: none;
}

.ratingModal.modal .modal-body .modal_head .note {
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: left;
}

@media (max-width: 991.98px) {
  .ratingModal.modal .modal-dialog {
    max-width: 450px;
    margin: 0 auto;
  }
  .ratingModal.modal .modal-body .modal_head .jq-ry-container {
    margin-bottom: 30px;
  }
  .ratingModal.modal .modal-body .modal_head .note {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .ratingModal.modal .modal-dialog {
    max-width: 400px;
    margin: 0 auto;
  }
  .ratingModal.modal .modal-body .modal_head .jq-ry-container {
    margin-bottom: 25px;
  }
  .ratingModal.modal .modal-body .modal_head .note {
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

@media (max-width: 575.98px) {
  .ratingModal.modal .modal-dialog {
    max-width: 300px;
    margin: 0 auto;
  }
  .ratingModal.modal .modal-body .modal_head .jq-ry-container {
    margin-bottom: 20px;
  }
  .ratingModal.modal .modal-body .modal_head .note {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}

.homePage .categorySlider .cateSlider {
  padding: 0px 15px;
}

.homePage .categorySlider .cateSlider .item {
  text-align: center;
}

.homePage .categorySlider .cateSlider .item .categorySlider_img {
  width: 130px;
  height: 130px;
  background-color: #F7FBBD;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}

.homePage .categorySlider .cateSlider .item .categorySlider_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.homePage .categorySlider .cateSlider .item span {
  display: block;
  color: #090600;
  font-size: 14px;
  font-family: "avenirnextltpro-demi";
  max-width: 130px;
  margin: 5px auto 0px;
}

.homePage .categorySlider .cateSlider .item p {
  color: #090600;
  font-size: 13px;
  margin-bottom: 0px;
}

.homePage .categorySlider .cateSlider .arrow {
  position: absolute;
  color: #FE4F60;
  top: 42%;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
  z-index: 1;
}

.homePage .categorySlider .cateSlider .arrow em {
  font-size: 18px;
}

.homePage .categorySlider .cateSlider .arrow.prev {
  left: 0;
  right: auto;
}

.homePage .categorySlider .cateSlider .arrow.next {
  right: 0px;
  left: auto;
}

@media (max-width: 1599px) {
  .homePage .categorySlider .cateSlider .item .categorySlider_img {
    width: 105px;
    height: 105px;
  }
}

@media (max-width: 1199.98px) {
  .homePage .categorySlider .cateSlider .item .categorySlider_img {
    width: 95px;
    height: 95px;
  }
}

@media (max-width: 991.98px) {
  .homePage .categorySlider .cateSlider .item span {
    font-size: 14px;
  }
  .homePage .categorySlider .cateSlider .item .categorySlider_img {
    border-width: 4px;
    width: 85px;
    height: 85px;
  }
}

@media (max-width: 767.98px) {
  .homePage .categorySlider {
    margin-top: 0;
    padding-top: 20px;
  }
}

.homePage .offerSec .offerSlider {
  padding: 0px 15px;
}

.homePage .offerSec .offerSlider .slick-track {
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homePage .offerSec .offerSlider .slick-list {
  margin: 0px -15px;
}

.homePage .offerSec .offerSlider .slick-list .slick-slide {
  margin: 0px 15px;
  height: inherit !important;
}

@media (max-width: 1699px) {
  .homePage .offerSec .offerSlider {
    padding: 0px 10px;
  }
  .homePage .offerSec .offerSlider .slick-list {
    margin: 0px -10px;
  }
  .homePage .offerSec .offerSlider .slick-list .slick-slide {
    margin: 0px 10px;
  }
}

.homePage .offerSec .offerSlider .arrow {
  position: absolute;
  color: #FE4F60;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.homePage .offerSec .offerSlider .arrow em {
  font-size: 18px;
}

.homePage .offerSec .offerSlider .arrow.prev {
  left: -30px;
  right: auto;
}

.homePage .offerSec .offerSlider .arrow.next {
  right: -30px;
  left: auto;
}

@media (max-width: 1699px) {
  .homePage .offerSec .offerSlider .arrow.prev {
    left: -10px;
  }
  .homePage .offerSec .offerSlider .arrow.next {
    right: -10px;
  }
}

.homePage .offerSec_box {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  height: 100%;
}

.homePage .offerSec_box:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.homePage .offerSec_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homePage .offerSec_marquee {
  position: relative;
  margin: 30px 0 20px;
}

.homePage .offerSec_marquee:after, .homePage .offerSec_marquee:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% + 1px);
  width: 320px;
  z-index: 1;
}

.homePage .offerSec_marquee:after {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffffff 20%, transparent 50%);
}

.homePage .offerSec_marquee:before {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to left, #ffffff 20%, transparent 50%);
}

.homePage .offerSec_marquee marquee {
  background: rgba(255, 112, 2, 0.1);
  color: #FF7002;
  padding: 8px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.homePage .offerSec_marquee marquee p span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.homePage .offerSec_marquee marquee p span::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FF7002;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media (max-width: 1199.98px) {
  .homePage .offerSec .row {
    margin: 0 -7px;
  }
  .homePage .offerSec .row [class*="col-"] {
    padding: 0 7px;
  }
  .homePage .offerSec_marquee {
    margin: 20px 0 10px;
  }
  .homePage .offerSec_marquee:after, .homePage .offerSec_marquee:before {
    width: 250px;
  }
  .homePage .offerSec_marquee marquee p {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .homePage .offerSec_box {
    margin-bottom: 15px;
  }
  .homePage .offerSec_marquee {
    margin: 10px 0 0px;
  }
  .homePage .offerSec_marquee:after, .homePage .offerSec_marquee:before {
    width: 150px;
  }
  .homePage .offerSec_marquee marquee p {
    font-size: 12px;
  }
}

@media (min-width: 1660px) {
  .homePage .productSec.proPd {
    padding-top: 0px;
  }
}

.homePage .productSec .productSlider, .homePage .productSec .hotDealSlider {
  margin-bottom: 20px;
}

.homePage .productSec .productSlider .arrow, .homePage .productSec .hotDealSlider .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  font-size: 12px;
  color: #ffffff;
  background-color: #FF7002;
  position: absolute;
  bottom: -45px;
  border-radius: 4px;
  z-index: 2;
  right: 0;
}

.homePage .productSec .productSlider .arrow.prev, .homePage .productSec .hotDealSlider .arrow.prev {
  left: calc(100% - 72px);
}

.homePage .productSec .productSlider .arrow.slick-disabled, .homePage .productSec .hotDealSlider .arrow.slick-disabled {
  background-color: rgba(255, 112, 2, 0.8);
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1199.98px) {
  .homePage .productSec .productSlider .arrow, .homePage .productSec .hotDealSlider .arrow {
    width: 26px;
    height: 26px;
    font-size: 8px;
    bottom: -38px;
  }
  .homePage .productSec .productSlider .arrow.prev, .homePage .productSec .hotDealSlider .arrow.prev {
    left: calc(100% - 60px);
  }
}

.homePage .productSec_head {
  margin-bottom: 20px;
}

.homePage .productSec_head h2 {
  color: #090600;
  font-size: 32px;
  line-height: 30px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.homePage .productSec_head .link-txt {
  color: #07BAAD;
  font-size: 18px;
  font-family: "avenirnextltpro-medium";
}

.homePage .productSec_head .link-txt em {
  font-size: 12px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-left: 5px;
}

.homePage .productSec_head .link-txt:hover em {
  margin-left: 10px;
}

.homePage .productSec .productList .slick-list {
  margin: 0px -10px;
}

.homePage .productSec .productList .slick-list .slick-slide {
  margin: 0px 10px;
  height: auto;
}

.homePage .productSec .productList .slick-list .slick-track {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homePage .productSec .productList .slick-list .productList_img img {
  margin: 0 auto;
}

.homePage .productSec .productList.hotDealSlider .slick-slide > div:first-child .productList_box {
  margin-bottom: 30px;
}

.homePage .productSec .brandList .row {
  margin-right: -8px;
  margin-left: -8px;
}

.homePage .productSec .brandList .row [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
  -ms-flex: 0 0 14.28%;
  -webkit-box-flex: 0;
          flex: 0 0 14.28%;
  max-width: 14.28%;
}

.homePage .productSec .brandList_Img a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.homePage .productSec .brandList_Img a img {
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.homePage .productSec .categoryList .row {
  margin-right: -8px;
  margin-left: -8px;
}

.homePage .productSec .categoryList .row [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.homePage .productSec .categoryList .row img {
  border-radius: 10px;
}

@media (max-width: 1599px) {
  .homePage .productSec_head h2 {
    font-size: 28px;
  }
  .homePage .productSec .productList .slick-list {
    margin: 0px -5px;
  }
  .homePage .productSec .productList .slick-list .slick-slide {
    margin: 0px 5px;
  }
}

@media (max-width: 1199.98px) {
  .homePage .productSec_head h2 {
    font-size: 24px;
  }
  .homePage .productSec .productList .slick-list {
    margin: 0px -7px;
  }
  .homePage .productSec .productList .slick-list .slick-slide {
    margin: 0px 7px;
  }
}

@media (max-width: 991.98px) {
  .homePage .productSec_head h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .homePage .productSec_head .link-txt {
    font-size: 16px;
  }
  .homePage .productSec_head .link-txt em {
    font-size: 10px;
  }
  .homePage .productSec .brandList .row [class*="col-"] {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .homePage .productSec .brandList_Img {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .homePage .productSec .brandList .row [class*="col-"] {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .homePage .productSec .categoryList .row [class*="col-"]:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .homePage .productSec_head {
    margin-bottom: 15px;
  }
  .homePage .productSec_head h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .homePage .productSec .productList .slick-list {
    margin: 0px -3px;
  }
  .homePage .productSec .productList .slick-list .slick-slide {
    margin: 0px 3px;
  }
  .homePage .productSec .brandList .row [class*="col-"] {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 480px) {
  .homePage .productSec .brandList .row [class*="col-"] {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.homePage .discountSec_delivery {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.homePage .discountSec_delivery img {
  width: 100%;
}

.homePage .discountSec_delivery_txt {
  width: 100%;
  padding: 20px 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.homePage .discountSec_delivery_txt h2 {
  font-size: 32px;
  margin-bottom: 0px;
  font-family: "avenirnextltpro-regular";
}

.homePage .discountSec_delivery_txt h2 span {
  font-family: "avenirnextltpro-demi";
}

.homePage .discountSec_offerBox {
  padding: 32px;
  text-align: center;
  border: 1px dashed #07BAAD;
  background-color: #F1FBFA;
  border-radius: 10px;
  height: 100%;
}

.homePage .discountSec_offerBox.brderOrg {
  border: 1px dashed #FF7002;
  background-color: #FFF7F1;
}

.homePage .discountSec_offerBox.brderYllw {
  border: 1px dashed #D3E10C;
  background-color: #FDFEF6;
}

.homePage .discountSec_offerBox h2 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 0px;
  font-family: "avenirnextltpro-medium";
}

@media (max-width: 1699px) {
  .homePage .discountSec_offerBox {
    padding: 25px;
  }
  .homePage .discountSec_offerBox h2 {
    font-size: 20px;
  }
}

@media (max-width: 1599px) {
  .homePage .discountSec_delivery_txt {
    padding: 20px 30px;
  }
  .homePage .discountSec_delivery_txt h2 {
    font-size: 24px;
  }
  .homePage .discountSec_delivery_txt .btn {
    height: 45px;
    font-size: 15px;
  }
  .homePage .discountSec_offerBox {
    padding: 20px;
  }
  .homePage .discountSec_offerBox h2 {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .homePage .discountSec .row {
    margin: 0 -7px;
  }
  .homePage .discountSec .row [class*="col-"] {
    padding: 0 7px;
  }
  .homePage .discountSec_delivery_txt {
    padding: 20px;
  }
  .homePage .discountSec_offerBox {
    padding: 15px;
  }
  .homePage .discountSec_offerBox h2 {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .homePage .discountSec_delivery {
    margin-bottom: 15px;
  }
  .homePage .discountSec_delivery_txt {
    padding: 15px;
  }
  .homePage .discountSec_delivery_txt h2 {
    font-size: 18px;
  }
  .homePage .discountSec_delivery_txt .btn {
    height: 40px;
    font-size: 12px;
  }
  .homePage .discountSec .row [class*="col-"]:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .homePage .discountSec .offer-img {
    margin-bottom: 15px;
  }
  .homePage .discountSec_delivery {
    border-radius: 0;
  }
  .homePage .discountSec_delivery img {
    display: none;
  }
  .homePage .discountSec_delivery_txt {
    position: static;
    -webkit-transform: inherit;
            transform: inherit;
    background: #E5EE65;
  }
  .homePage .discountSec_delivery_txt h2 {
    font-size: 16px;
  }
  .homePage .discountSec_delivery_txt .btn {
    padding: 10px 15px;
  }
}

@media (max-width: 575.98px) {
  .homePage .discountSec_delivery_txt {
    text-align: center;
  }
  .homePage .discountSec_delivery_txt .btn {
    height: 35px;
    font-size: 11px;
    margin-top: 15px;
  }
}

@media (min-width: 1660px) {
  .productListPage .container {
    max-width: 1645px;
  }
}

@media (min-width: 1440px) and (max-width: 1659px) {
  .productListPage .container {
    max-width: 1380px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .productListPage .container {
    max-width: 1240px;
  }
}

@media (max-width: 1199.98px) {
  .productListPage .container {
    max-width: 100%;
  }
}

.productListPage_details .profileOverlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}

.productListPage_details .flexrow {
  margin: 0 -22px;
}

.productListPage_details .flexrow .column-1, .productListPage_details .flexrow .column-2 {
  padding: 0 22px;
}

.productListPage_details .productListLeft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 357px;
          flex: 0 0 357px;
  max-width: 357px;
  position: sticky;
  position: -webkit-sticky;
  top: 75px;
}

.productListPage_details .productListLeft .MenuBox {
  text-align: left;
  background-color: #F3F2EF;
  border-radius: 10px;
  padding: 10px 0;
}

.productListPage_details .productListLeft .MenuBox_List {
  padding: 20px 30px;
}

.productListPage_details .productListLeft .MenuBox_List h3 {
  font-size: 20px;
  font-family: "avenirnextltpro-demi";
  color: #090600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.productListPage_details .productListLeft .MenuBox_List ul.brandHght {
  max-height: 350px;
  overflow-y: auto;
}

.productListPage_details .productListLeft .MenuBox_List ul li {
  position: relative;
  font-size: 16px;
  font-family: "avenirnextltpro-medium";
}

.productListPage_details .productListLeft .MenuBox_List ul li.form-group {
  margin-bottom: 0;
}

.productListPage_details .productListLeft .MenuBox_List ul li.form-group:not(:last-child) {
  margin-bottom: 10px;
}

.productListPage_details .productListLeft .MenuBox_List ul li .custom-checkbox .custom-control-label, .productListPage_details .productListLeft .MenuBox_List ul li .custom-radio .custom-control-label {
  color: #83827F;
}

.productListPage_details .productListLeft .MenuBox_List .rangeSlider {
  padding-top: 15px;
}

.productListPage_details .productListLeft .MenuBox_List .rangeSlider_value {
  padding-top: 25px;
}

.productListPage_details .productListLeft .MenuBox_List .rangeSlider_value p {
  color: #83827F;
}

.productListPage_details .productListLeft .MenuBox_List .rangeSlider_value p input {
  width: 65px;
  height: 30px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  font-family: "avenirnextltpro-medium";
  margin-left: 8px;
}

.productListPage_details .productListLeft .MenuBox_List .rangeSlider .noUi-target {
  background: rgba(7, 186, 173, 0.2);
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 3px;
}

.productListPage_details .productListLeft .MenuBox_List .rangeSlider .noUi-handle {
  border: 0;
  border-radius: 50%;
  background: #07BAAD;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(7, 186, 173, 0.2);
          box-shadow: 0px 0px 0px 4px rgba(7, 186, 173, 0.2);
  top: -10px;
}

.productListPage_details .productListLeft .MenuBox_List .rangeSlider .noUi-handle:before, .productListPage_details .productListLeft .MenuBox_List .rangeSlider .noUi-handle:after {
  display: none;
}

.productListPage_details .productListLeft .MenuBox_List:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.productListPage_details .productListLeft .advertisementImg {
  margin-top: 30px;
}

.productListPage_details .productListRight {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 357px);
          flex: 0 0 calc(100% - 357px);
  max-width: calc(100% - 357px);
}

.productListPage_details .productListRight.column-12 {
  display: block;
  width: 100%;
  max-width: 100%;
}

.productListPage_details .productListRight .productListHead h2 {
  color: #090600;
  font-size: 32px;
  line-height: 30px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.productListPage_details .productListRight .productListHead .link-txt {
  color: #07BAAD;
  font-size: 18px;
  font-family: "avenirnextltpro-medium";
}

.productListPage_details .productListRight .productListHead .link-txt em {
  font-size: 12px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-left: 5px;
}

.productListPage_details .productListRight .productListHead .link-txt:hover em {
  margin-left: 10px;
}

.productListPage_details .productListRight_header ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 14px;
}

.productListPage_details .productListRight_header ul li:not(:last-child) {
  margin-right: 12px;
}

.productListPage_details .productListRight_header ul li a {
  color: #83827F;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 10px 22px;
  font-size: 16px;
  font-family: "avenirnextltpro-medium";
  margin-bottom: 0;
  background-color: #F8F8F8;
}

.productListPage_details .productListRight_header ul li a.active, .productListPage_details .productListRight_header ul li a:hover {
  background-color: #07BAAD;
  color: #ffffff;
}

.productListPage_details .productListRight_details {
  margin-top: 35px;
}

.productListPage_details .productListRight_details .sortDropdown .bootstrap-select.show .dropdown-menu {
  left: auto !important;
  right: 0;
  border-radius: 5px;
  width: auto;
}

.productListPage_details .productListRight_details .sortBy {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.productListPage_details .productListRight_details .sortBy .sortByPages {
  padding-right: 25px;
}

.productListPage_details .productListRight_details .sortBy p {
  font-family: "avenirnextltpro-regular";
  font-size: 18px;
  color: #83827F;
}

.productListPage_details .productListRight_details .sortBy label {
  font-family: "avenirnextltpro-medium";
  font-size: 18px;
  padding-right: 20px;
}

.productListPage_details .productListRight_details .sortBy .bootstrap-select {
  width: auto;
}

.productListPage_details .productListRight_details .sortBy button {
  background-color: #ffffff;
  border: 1px solid #F3F2EF;
  padding: 8px 40px 8px 15px;
  border-radius: 5px;
  color: #83827F;
  height: 40px;
}

.productListPage_details .productListRight_details .sortBy button.dropdown-toggle:after {
  border: none;
  color: #83827F;
  content: "\E907";
  font-size: 7px;
  font-family: 'icomoon';
  position: absolute;
  border: none;
  width: 11px;
  height: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 16px;
  line-height: 12px;
  top: 14px;
}

.productListPage_details .productListRight_details .productList_box {
  margin-bottom: 30px;
}

.productListPage_details .productListRight_details .productList .row {
  margin-right: -10px;
  margin-left: -10px;
}

.productListPage_details .productListRight_details .productList .row [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.productListPage_details .productListRight_details .loadMoreBtn {
  margin-top: 20px;
}

@media (max-width: 1599px) {
  .productListPage_details .productListLeft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .productListPage_details .productListLeft .MenuBox_List {
    padding: 20px 20px;
  }
  .productListPage_details .productListLeft .MenuBox_List h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .productListPage_details .productListLeft .MenuBox_List .rangeSlider_value p input {
    width: 60px;
    margin-left: 0;
  }
  .productListPage_details .productListRight {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
            flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
  .productListPage_details .productListRight_header ul li {
    margin-bottom: 10px;
  }
  .productListPage_details .productListRight_header ul li:not(:last-child) {
    margin-right: 10px;
  }
  .productListPage_details .productListRight_header ul li a {
    font-size: 14px;
    padding: 7px 15px;
  }
  .productListPage_details .productListRight_details {
    margin-top: 20px;
  }
  .productListPage_details .productListRight_details .productListHead h2 {
    font-size: 28px;
  }
  .productListPage_details .productListRight_details .sortBy label {
    font-size: 16px;
    padding-right: 15px;
  }
  .productListPage_details .productListRight_details .sortBy button {
    height: 35px;
    padding: 6px 35px 6px 10px;
  }
  .productListPage_details .productListRight_details .sortBy button.dropdown-toggle:after {
    top: 12px;
  }
  .productListPage_details .productListRight_details .sortBy button .filter-option-inner-inner {
    font-size: 14px;
  }
  .productListPage_details .productListRight_details .productList_box {
    margin-bottom: 15px;
  }
  .productListPage_details .productListRight_details .productList .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .productListPage_details .productListRight_details .productList .row [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 1200px) {
  .productListPage_details .productListRight_details .productList--hot [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (max-width: 1199.98px) {
  .productListPage_details .flexrow {
    margin: 0 -15px;
  }
  .productListPage_details .flexrow .column-1, .productListPage_details .flexrow .column-2 {
    padding: 0 15px;
  }
  .productListPage_details .productListLeft .MenuBox_List {
    padding: 15px;
  }
  .productListPage_details .productListLeft .MenuBox_List .custom-checkbox .custom-control-label {
    font-size: 14px;
    padding-left: 25px;
  }
  .productListPage_details .productListLeft .MenuBox_List .custom-checkbox .custom-control-label:before {
    width: 16px;
    height: 16px;
  }
  .productListPage_details .productListLeft .MenuBox_List .custom-checkbox .custom-control-label:after {
    width: 16px;
    height: 16px;
    top: 4px;
  }
  .productListPage_details .productListLeft .MenuBox_List .custom-radio {
    font-size: 14px;
    padding-left: 25px;
  }
  .productListPage_details .productListLeft .MenuBox_List .custom-radio .custom-control-label:before {
    width: 17px;
    height: 17px;
  }
  .productListPage_details .productListLeft .MenuBox_List .custom-radio .custom-control-label:after {
    width: 7px;
    height: 7px;
    top: 5px;
    left: 5px;
  }
  .productListPage_details .productListLeft .MenuBox_List .rangeSlider .noUi-handle {
    width: 16px;
    height: 16px;
    top: -7px;
  }
  .productListPage_details .productListLeft .MenuBox_List .rangeSlider_value p input {
    width: 50px;
    font-size: 13px;
  }
  .productListPage_details .productListRight_details {
    margin-top: 10px;
  }
  .productListPage_details .productListRight_details .productListHead h2 {
    font-size: 24px;
  }
  .productListPage_details .productListRight_details .sortBy .sortByPages {
    padding-right: 18px;
  }
  .productListPage_details .productListRight_details .sortBy label {
    font-size: 14px;
    padding-right: 10px;
  }
  .productListPage_details .productListRight_details .sortBy button {
    height: 30px;
    padding: 5px 34px 5px 8px;
  }
  .productListPage_details .productListRight_details .sortBy button.dropdown-toggle:after {
    top: 10px;
    font-size: 6px;
  }
  .productListPage_details .productListRight_details .sortBy button .filter-option-inner-inner {
    font-size: 13px;
  }
  .productListPage_details .productListRight_details .productList [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 991.98px) {
  .productListPage_details .flexrow .column-1 {
    z-index: 15;
  }
  .productListPage_details .productListLeft {
    position: fixed;
    top: 58px;
    left: -100%;
    height: calc(100% - 58px);
    overflow-y: auto;
    -webkit-transition: .5s left linear;
    transition: .5s left linear;
    z-index: 12;
    background-color: #F3F2EF;
  }
  .productListPage_details .productListLeft .advertisementImg {
    display: none;
  }
  .productListPage_details .productListLeft .MenuBox h3 {
    font-size: 14px;
  }
  .productListPage_details .productListLeft .MenuBox .close {
    font-size: 12px;
    margin-right: 10px;
    float: right;
  }
  .productListPage_details .productListLeft .MenuBox .MenuBox_List .rangeSlider_value p input {
    width: 40px;
    font-size: 12px;
    margin-left: 5px;
  }
  .productListPage_details .productListRight {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .productListPage_details .productListRight_header ul li a {
    font-size: 14px;
    padding: 4px 10px;
  }
  .productListPage_details .productListRight_details {
    margin-top: 10px;
  }
  .productListPage_details .productListRight_details .productListHead h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .productListPage_details .productListRight_details .productListHead .link-txt {
    font-size: 16px;
  }
  .productListPage_details .productListRight_details .productListHead .link-txt em {
    font-size: 10px;
  }
  .productListPage_details .productListRight_details .sortBy .sortByPages {
    padding-right: 15px;
  }
  .productListPage_details .productListRight_details .sortBy .sideMenuToggleBtn {
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0;
    margin-left: 15px;
  }
  .productListPage_details .productListRight_details .productList .row {
    margin: 0 -7px;
  }
  .productListPage_details .productListRight_details .productList .row [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 7px;
  }
  .productListPage_details .productListRight_details .loadMoreBtn {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .productListPage_details .productListRight_header ul li:not(:last-child) {
    margin-right: 5px;
  }
  .productListPage_details .productListRight_header ul li a {
    font-size: 13px;
    padding: 4px 5px;
  }
  .productListPage_details .productListRight_details {
    margin-top: 5px;
  }
  .productListPage_details .productListRight_details .sortBy {
    margin-bottom: 15px;
  }
  .productListPage_details .productListRight_details .sortBy .sortByPages {
    padding-right: 10px;
  }
  .productListPage_details .productListRight_details .sortBy .sideMenuToggleBtn {
    font-size: 12px;
    margin-left: 10px;
  }
  .productListPage_details .productListRight_details .productList .row [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 575.98px) {
  .productListPage_details .productListLeft {
    left: -100%;
    height: calc(100% - 50px);
    top: 50px;
  }
  .productListPage_details .productListRight_details .productListHead {
    margin-bottom: 15px;
  }
  .productListPage_details .productListRight_details .productListHead h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .productListPage_details .productListRight_details .sortBy {
    font-size: 10px;
  }
  .productListPage_details .productListRight_details .productList .row [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 425px) {
  .productListPage_details .productListRight_details .sortBy label {
    font-size: 13px;
  }
  .productListPage_details .productListRight_details .productList .row {
    margin: 0 -4px;
  }
  .productListPage_details .productListRight_details .productList .row [class*="col-"] {
    padding: 0 4px;
  }
}

.productDetailPage .productDetailsSection_left .slider-for {
  width: 100%;
  max-height: 570px;
  min-height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

.productDetailPage .productDetailsSection_left .slider-for .slider_item {
  min-height: 570px;
  max-height: 570px;
}

.productDetailPage .productDetailsSection_left .slider-for .slider_item img {
  max-width: 100%;
}

.productDetailPage .productDetailsSection_left .slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productDetailPage .productDetailsSection_left .slider-nav {
  margin-top: 15px;
}

.productDetailPage .productDetailsSection_left .slider-nav .slick-list {
  margin: 0 -5px;
}

.productDetailPage .productDetailsSection_left .slider-nav .slider_item {
  max-height: 164px;
  border-radius: 5px;
  cursor: pointer;
}

.productDetailPage .productDetailsSection_left .slider-nav .slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 7px;
}

.productDetailPage .productDetailsSection_right .saveTxt {
  background-color: #FF7002;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 3px;
  padding: 10px 13px;
  display: inline-block;
  margin-bottom: 20px;
}

.productDetailPage .productDetailsSection_right .saveTxt.outStock {
  background-color: #FE4F60;
}

.productDetailPage .productDetailsSection_right h1 {
  margin-bottom: 15px;
  font-size: 36px;
  font-family: "avenirnextltpro-medium";
}

.productDetailPage .productDetailsSection_right .ratings {
  padding: 0 0 30px;
}

.productDetailPage .productDetailsSection_right .ratings p {
  font-size: 18px;
  font-family: "avenirnextltpro-medium";
  color: #83827F;
  margin: 0;
  margin-left: 7px;
}

.productDetailPage .productDetailsSection_right .ratings p span {
  color: #83827F;
  border: 2px solid #83827F;
  width: 2px;
  height: 2px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.productDetailPage .productDetailsSection_right .prizeTxt {
  padding-bottom: 50px;
  border-bottom: 1px solid #F3F2EF;
}

.productDetailPage .productDetailsSection_right .prizeTxt h4 {
  font-size: 35px;
  font-family: "avenirnextltpro-bold";
  margin-bottom: 0;
}

.productDetailPage .productDetailsSection_right .prizeTxt h4 span {
  font-size: 25px;
  font-family: "avenirnextltpro-medium";
  color: #83827F;
  padding-left: 20px;
}

.productDetailPage .productDetailsSection_right .prizeTxt p {
  font-size: 18px;
  font-family: "avenirnextltpro-medium";
  color: #07BAAD;
  margin: 10px 0 0;
}

.productDetailPage .productDetailsSection_right .prizeTxt p span {
  color: #090600;
}

.productDetailPage .productDetailsSection_right .offers {
  padding: 30px 0;
}

.productDetailPage .productDetailsSection_right .offers h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.productDetailPage .productDetailsSection_right .offers_item {
  padding-left: 0;
}

.productDetailPage .productDetailsSection_right .offers_item:not(:last-child) {
  margin-bottom: 18px;
}

.productDetailPage .productDetailsSection_right .offers img {
  margin-right: 15px;
}

.productDetailPage .productDetailsSection_right .offers h4 {
  font-size: 20px;
  margin-bottom: 7px;
}

.productDetailPage .productDetailsSection_right .offers p {
  font-size: 16px;
  color: #83827F;
}

.productDetailPage .productDetailsSection_right .offers .info-icon {
  color: #07BAAD;
  font-size: 20px;
  margin-left: 15px;
}

.productDetailPage .productDetailsSection_right .availability {
  border-bottom: 1px solid #F3F2EF;
  padding-bottom: 25px;
}

.productDetailPage .productDetailsSection_right .availability h3 {
  font-size: 20px;
  font-family: "avenirnextltpro-regular";
  color: #090600;
  margin-bottom: 15px;
  margin-top: 40px;
}

.productDetailPage .productDetailsSection_right .availability label {
  cursor: pointer;
}

.productDetailPage .productDetailsSection_right .availability label:not(:last-child) {
  margin-bottom: 10px;
  margin-right: 10px;
}

.productDetailPage .productDetailsSection_right .availability label input {
  position: absolute;
  display: none;
}

.productDetailPage .productDetailsSection_right .availability label input:checked + span {
  background-color: #ffffff;
  border: 1px solid #07BAAD;
  -webkit-box-shadow: 0 0 20px rgba(0, 52, 48, 0.15);
          box-shadow: 0 0 20px rgba(0, 52, 48, 0.15);
}

.productDetailPage .productDetailsSection_right .availability label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
  border-radius: 5px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  border: 1px solid #F3F2EF;
  font-size: 16px;
  font-size: "avenirnextltpro-medium";
}

.productDetailPage .productDetailsSection_right .availability label span:hover {
  border: 1px solid #07BAAD;
}

.productDetailPage .productDetailsSection_right .addItems {
  padding-top: 30px;
}

.productDetailPage .productDetailsSection_right .addItems ul li {
  display: inline-block;
  margin-bottom: 0;
}

.productDetailPage .productDetailsSection_right .addItems ul li:not(:last-child) {
  margin-right: 10px;
}

.productDetailPage .productDetailsSection_right .addItems ul li .btn {
  height: 55px;
  max-width: 200px;
  min-width: 200px;
}

.productDetailPage .productDetailsSection_right .addItems ul li a {
  font-size: 17px;
  font-family: "avenirnextltpro-demi";
  text-transform: uppercase;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) {
  position: relative;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .icon {
  position: relative;
  top: -1px;
  padding: 0;
  margin-left: 20px;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .qtySec {
  max-width: 200px;
  position: static;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .qtySec a {
  height: 55px;
  width: 55px;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) {
  position: relative;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) em {
  width: 55px;
  height: 55px;
  background-color: #F3F2EF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #83827F;
  font-size: 24px;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) .shearBox {
  display: none;
  position: absolute;
  top: 58px;
  min-width: 235px;
  max-width: 235px;
  z-index: 1;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  left: 0;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) .shearBox h3 {
  font-size: 16px;
  color: #090600;
  margin-bottom: 10px;
  line-height: 30px;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) .shearBox ul {
  padding: 0;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) .shearBox ul li {
  display: inline-block;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) .shearBox ul li:not(:last-child) {
  margin-right: 12px;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) .shearBox ul li a {
  cursor: pointer;
  color: #83827F;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) .shearBox ul li a span {
  font-size: 22px;
}

.productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) .shearBox ul li a:hover {
  color: #07BAAD;
}

.productDetailPage .productDetailsSection_right .addItems ul li.productList_img {
  background: transparent;
  width: 55px;
  height: 55px;
  padding: 0;
}

.productDetailPage .productDetailsSection_right .addItems ul li.productList_img .likeIcon {
  width: 55px;
  height: 55px;
  background-color: #F3F2EF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #83827F;
  top: 0;
  right: 0;
}

.productDetailPage .productDetailsSection_right .addItems ul li.productList_img .likeIcon em {
  font-size: 24px;
}

.productDetailPage .productDetailsSection_right .addItems ul li.productList_img .likeIcon.active em {
  color: #FE4F60;
}

.productDetailPage .productDetailsSection_bottom {
  padding-top: 60px;
  width: 100%;
}

.productDetailPage .productDetailsSection_bottom .nav {
  padding-bottom: 30px;
}

.productDetailPage .productDetailsSection_bottom .nav.nav-tabs {
  border-bottom: 3px solid #F3F2EF;
}

.productDetailPage .productDetailsSection_bottom .nav .nav-item:not(:last-child) {
  padding-right: 60px;
}

.productDetailPage .productDetailsSection_bottom .nav .nav-item .nav-link {
  font-size: 20px;
  font-family: "avenirnextltpro-demi";
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  border: none;
}

.productDetailPage .productDetailsSection_bottom .nav .nav-item .nav-link.active, .productDetailPage .productDetailsSection_bottom .nav .nav-item .nav-link:hover {
  color: black;
}

.productDetailPage .productDetailsSection_bottom .tab-content {
  padding: 30px 0;
}

.productDetailPage .productDetailsSection_bottom .details p {
  font-size: 18px;
  font-family: "avenirnextltpro-regular";
  color: #83827F;
  line-height: 30px;
  margin-bottom: 0;
}

.productDetailPage .productDetailsSection_bottom .details p + p {
  padding-top: 30px;
}

.productDetailPage .productDetailsSection_bottom .ratingBox {
  border: 1px solid #F3F2EF;
  border-radius: 5px;
  padding: 45px 0;
  width: 100%;
}

.productDetailPage .productDetailsSection_bottom .ratingBox .ratingBoxCol {
  position: relative;
}

.productDetailPage .productDetailsSection_bottom .ratingBox .ratingBoxCol:not(:last-child):after {
  position: absolute;
  bottom: 0;
  border-right: 2px solid #F3F2EF;
  content: "";
  width: 100%;
  z-index: -1;
  height: 100%;
  right: 0;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_left h3 {
  font-size: 40px;
  margin-bottom: 12px;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_left p {
  font-size: 16px;
  color: #83827F;
  margin-top: 12px;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_center div:not(:last-child) {
  margin-bottom: 5px;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_center p {
  font-size: 14px;
  font-family: "avenirnextltpro-medium";
  margin-bottom: 0;
  max-width: 65px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_center p:first-child {
  padding-right: 15px;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_center p:last-child {
  padding-left: 15px;
  text-align: left;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_center .progress {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 680px;
  height: 8px;
  border-radius: 10px;
  background-color: #F3F2EF;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_center .progress-bar-success {
  background-color: #4AA54A;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_center .progress-bar-primary {
  background-color: #A5D631;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_center .progress-bar-warning {
  background-color: #FF7D27;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_center .progress-bar-secondary {
  background-color: #FFCA37;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_center .progress-bar-danger {
  background-color: #FE4F4F;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_right p {
  font-size: 16px;
  padding-bottom: 13px;
  margin: 0 auto;
}

.productDetailPage .productDetailsSection_bottom .ratingBox_right .btn {
  max-width: 263px;
  width: 100%;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.productDetailPage .productDetailsSection_bottom .usersList {
  padding-top: 60px;
}

.productDetailPage .productDetailsSection_bottom .usersList.row {
  margin-right: -30px;
  margin-left: -30px;
}

.productDetailPage .productDetailsSection_bottom .usersList.row [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.productDetailPage .productDetailsSection_bottom .usersBox {
  margin-bottom: 80px;
  width: 100%;
}

.productDetailPage .productDetailsSection_bottom .usersBox_left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  overflow: hidden;
  height: 60px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}

.productDetailPage .productDetailsSection_bottom .usersBox_left h3 {
  font-size: 18px;
  margin-bottom: 7px;
  font-family: "avenirnextltpro-demi";
}

.productDetailPage .productDetailsSection_bottom .usersBox_right a {
  color: #000000;
}

.productDetailPage .productDetailsSection_bottom .usersBox_right p {
  font-size: 14px;
  color: #717171;
  min-width: 85px;
}

.productDetailPage .productDetailsSection_bottom .usersBox_desc p {
  font-size: 18px;
  color: #83827F;
  margin-top: 20px;
}

@media (max-width: 1599px) {
  .productDetailPage .productDetailsSection_left .slider-for {
    max-height: 470px;
    min-height: 470px;
  }
  .productDetailPage .productDetailsSection_left .slider-for .slider_item {
    max-height: 470px;
    min-height: 470px;
  }
  .productDetailPage .productDetailsSection_left .slider-nav .slider_item {
    max-height: 125px;
    min-height: 125px;
  }
  .productDetailPage .productDetailsSection_right h1 {
    font-size: 26px;
  }
  .productDetailPage .productDetailsSection_right .saveTxt {
    height: 30px;
    font-size: 15px;
    max-width: 100px;
  }
  .productDetailPage .productDetailsSection_right .ratings {
    padding: 0 0 25px;
  }
  .productDetailPage .productDetailsSection_right .ratings p {
    font-size: 16px;
    margin-left: 5px;
  }
  .productDetailPage .productDetailsSection_right .prizeTxt {
    padding-bottom: 15px;
  }
  .productDetailPage .productDetailsSection_right .prizeTxt h4 {
    font-size: 23px;
  }
  .productDetailPage .productDetailsSection_right .prizeTxt h4 span {
    font-size: 19px;
    padding-left: 15px;
  }
  .productDetailPage .productDetailsSection_right .prizeTxt p {
    font-size: 14px;
  }
  .productDetailPage .productDetailsSection_right .offers {
    padding: 20px 0;
  }
  .productDetailPage .productDetailsSection_right .offers h3 {
    font-size: 18px;
  }
  .productDetailPage .productDetailsSection_right .offers h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .productDetailPage .productDetailsSection_right .offers p {
    font-size: 14px;
  }
  .productDetailPage .productDetailsSection_right .offers img {
    width: 60px;
  }
  .productDetailPage .productDetailsSection_right .availability {
    padding-bottom: 20px;
  }
  .productDetailPage .productDetailsSection_right .availability h3 {
    font-size: 18px;
    margin: 15px 0;
  }
  .productDetailPage .productDetailsSection_right .availability label span {
    padding: 10px 25px;
    font-size: 14px;
  }
  .productDetailPage .productDetailsSection_right .addItems {
    padding-top: 25px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li .btn {
    height: 43px;
    max-width: 145px;
    min-width: 145px;
    font-size: 15px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .icon {
    top: -2px;
    margin-left: 15px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .icon img {
    max-width: 25px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .qtySec {
    max-width: 145px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .qtySec a {
    width: 43px;
    height: 43px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img {
    width: 43px;
    height: 43px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img .likeIcon {
    width: 43px;
    height: 43px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img .likeIcon em {
    font-size: 18px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) em {
    font-size: 18px;
    width: 43px;
    height: 43px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) .shearBox {
    top: 43px;
    padding: 15px 10px;
  }
  .productDetailPage .productDetailsSection_bottom {
    padding-top: 50px;
  }
  .productDetailPage .productDetailsSection_bottom .nav {
    padding-bottom: 20px;
  }
  .productDetailPage .productDetailsSection_bottom .nav .nav-item:not(:last-child) {
    padding-right: 40px;
  }
  .productDetailPage .productDetailsSection_bottom .nav .nav-item .nav-link {
    font-size: 18px;
  }
  .productDetailPage .productDetailsSection_bottom .tab-content {
    padding: 20px 0;
  }
  .productDetailPage .productDetailsSection_bottom .details p {
    font-size: 16px;
    line-height: 24px;
  }
  .productDetailPage .productDetailsSection_bottom .details p + p {
    padding-top: 20px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox {
    padding: 35px 0;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_left h3 {
    font-size: 36px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_right .btn {
    max-width: 200px;
    font-size: 18px;
  }
  .productDetailPage .productDetailsSection_bottom .usersList {
    padding-top: 40px;
  }
  .productDetailPage .productDetailsSection_bottom .usersBox {
    margin-bottom: 50px;
  }
}

@media (max-width: 1199.98px) {
  .productDetailPage .productDetailsSection_left .slider-for {
    max-height: 400px;
    min-height: 400px;
  }
  .productDetailPage .productDetailsSection_left .slider-for .slider_item {
    max-height: 400px;
    min-height: 400px;
  }
  .productDetailPage .productDetailsSection_left .slider-nav .slider_item {
    max-height: 100px;
    min-height: 100px;
  }
  .productDetailPage .productDetailsSection_right .saveTxt {
    font-size: 12px;
    height: 25px;
    max-width: 85px;
  }
  .productDetailPage .productDetailsSection_right h1 {
    font-size: 22px;
  }
  .productDetailPage .productDetailsSection_right .ratings {
    padding: 0 0 15px;
  }
  .productDetailPage .productDetailsSection_right .ratings p {
    font-size: 14px;
  }
  .productDetailPage .productDetailsSection_right .prizeTxt h4 {
    font-size: 18px;
  }
  .productDetailPage .productDetailsSection_right .prizeTxt h4 span {
    font-size: 14px;
    padding-left: 15px;
  }
  .productDetailPage .productDetailsSection_right .offers {
    padding: 15px 0;
  }
  .productDetailPage .productDetailsSection_right .offers h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .productDetailPage .productDetailsSection_right .offers img {
    max-width: 50px;
    margin-right: 10px;
  }
  .productDetailPage .productDetailsSection_right .offers h4 {
    font-size: 16px;
  }
  .productDetailPage .productDetailsSection_right .availability {
    padding-bottom: 15px;
  }
  .productDetailPage .productDetailsSection_right .availability h3 {
    font-size: 16px;
  }
  .productDetailPage .productDetailsSection_right .addItems {
    padding-top: 20px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li .btn {
    height: 40px;
    max-width: 130px;
    min-width: 130px;
    font-size: 13px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .icon {
    top: -3px;
    margin-left: 10px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .icon img {
    max-width: 20px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .qtySec {
    max-width: 130px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .qtySec a {
    width: 40px;
    height: 40px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img {
    width: 40px;
    height: 40px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img .likeIcon {
    width: 40px;
    height: 40px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img .likeIcon em {
    font-size: 17px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) em {
    font-size: 17px;
    width: 40px;
    height: 40px;
  }
  .productDetailPage .productDetailsSection_bottom {
    padding-top: 30px;
  }
  .productDetailPage .productDetailsSection_bottom .nav {
    padding-bottom: 15px;
  }
  .productDetailPage .productDetailsSection_bottom .nav .nav-item:not(:last-child) {
    padding-right: 25px;
  }
  .productDetailPage .productDetailsSection_bottom .nav .nav-item .nav-link {
    font-size: 16px;
  }
  .productDetailPage .productDetailsSection_bottom .tab-content {
    padding: 15px 0;
  }
  .productDetailPage .productDetailsSection_bottom .details p {
    font-size: 14px;
    line-height: 20px;
  }
  .productDetailPage .productDetailsSection_bottom .details p + p {
    padding-top: 15px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox {
    padding: 25px 0;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_left h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_left p {
    font-size: 14px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center p:first-child {
    padding-right: 10px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center p:last-child {
    padding-left: 10px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center .progress {
    max-width: 150px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_right p {
    font-size: 14px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_right .btn {
    max-width: 165px;
    font-size: 15px;
    height: 40px;
  }
  .productDetailPage .productDetailsSection_bottom .usersList {
    padding-top: 30px;
  }
  .productDetailPage .productDetailsSection_bottom .usersList.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .productDetailPage .productDetailsSection_bottom .usersList.row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .productDetailPage .productDetailsSection_bottom .usersBox {
    margin-bottom: 30px;
  }
  .productDetailPage .productDetailsSection_bottom .usersBox_left img {
    height: 50px;
    width: 50px;
    margin-right: 10px;
  }
  .productDetailPage .productDetailsSection_bottom .usersBox_left h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .productDetailPage .productDetailsSection_bottom .usersBox_right p {
    font-size: 12px;
  }
  .productDetailPage .productDetailsSection_bottom .usersBox_desc p {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 991.98px) {
  .productDetailPage .productDetailsSection_left .slider-for {
    max-height: 350px;
    min-height: 350px;
  }
  .productDetailPage .productDetailsSection_left .slider-for .slider_item {
    max-height: 350px;
    min-height: 350px;
  }
  .productDetailPage .productDetailsSection_left .slider-nav .slider_item {
    max-height: 100px;
    min-height: 100px;
  }
  .productDetailPage .productDetailsSection_right {
    margin-top: 20px;
  }
  .productDetailPage .productDetailsSection_right h1 {
    margin-bottom: 10px;
  }
  .productDetailPage .productDetailsSection_right .ratings {
    padding: 0 0 10px;
  }
  .productDetailPage .productDetailsSection_right .prizeTxt h4 {
    font-size: 16px;
  }
  .productDetailPage .productDetailsSection_right .prizeTxt h4 span {
    font-size: 13px;
    padding-left: 10px;
  }
  .productDetailPage .productDetailsSection_right .offers .custom-radio:not(:last-child) {
    margin-bottom: 10px;
  }
  .productDetailPage .productDetailsSection_right .offers img {
    max-width: 40px;
  }
  .productDetailPage .productDetailsSection_right .offers h4 {
    font-size: 14px;
  }
  .productDetailPage .productDetailsSection_right .addItems {
    padding-top: 15px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li .btn {
    height: 35px;
    max-width: 115px;
    min-width: 115px;
    font-size: 12px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .icon {
    top: -3px;
    margin-left: 7px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .icon img {
    max-width: 17px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .qtySec {
    max-width: 115px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .qtySec a {
    width: 35px;
    height: 35px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img {
    width: 35px;
    height: 35px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img .likeIcon {
    width: 35px;
    height: 35px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img .likeIcon em {
    font-size: 15px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) em {
    font-size: 15px;
    width: 35px;
    height: 35px;
  }
  .productDetailPage .productDetailsSection_bottom {
    padding-top: 20px;
  }
  .productDetailPage .productDetailsSection_bottom .nav .nav-item:not(:last-child) {
    padding-right: 20px;
  }
  .productDetailPage .productDetailsSection_bottom .nav .nav-item .nav-link {
    font-size: 14px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox {
    padding: 15px 0;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_left h3 {
    font-size: 24px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center p {
    font-size: 13px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center .progress {
    max-width: 110px;
    height: 6px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_right p {
    font-size: 13px;
    padding: 0 10px 10px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_right .btn {
    max-width: 130px;
    font-size: 13px;
    height: 35px;
  }
  .productDetailPage .productDetailsSection_bottom .usersList {
    padding-top: 20px;
  }
  .productDetailPage .productDetailsSection_bottom .usersBox {
    margin-bottom: 20px;
  }
  .productDetailPage .productDetailsSection_bottom .usersBox_left h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .productDetailPage .productDetailsSection_bottom .usersBox_desc p {
    font-size: 13px;
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .productDetailPage .productDetailsSection_left .slider-for {
    max-height: 300px;
    min-height: 300px;
  }
  .productDetailPage .productDetailsSection_left .slider-for .slider_item {
    max-height: 300px;
    min-height: 300px;
  }
  .productDetailPage .productDetailsSection_left .slider-nav .slider_item {
    max-height: 90px;
    min-height: 90px;
  }
  .productDetailPage .productDetailsSection_right h1 {
    font-size: 18px;
  }
  .productDetailPage .productDetailsSection_right .prizeTxt p {
    font-size: 12px;
  }
  .productDetailPage .productDetailsSection_bottom {
    padding-top: 15px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox {
    padding: 20px 0;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_left h3 {
    font-size: 18px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center p {
    font-size: 12px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center p:first-child {
    padding-right: 7px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center p:last-child {
    padding-left: 7px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center .progress {
    max-width: 85px;
  }
  .productDetailPage .productDetailsSection_bottom .usersBox_left img {
    width: 40px;
    height: 40px;
    margin-right: 7px;
  }
}

@media (max-width: 575.98px) {
  .productDetailPage .productDetailsSection.py-70 {
    padding: 20px 0 5px;
  }
  .productDetailPage .productDetailsSection_left .slider-for {
    max-height: 250px;
    min-height: 250px;
  }
  .productDetailPage .productDetailsSection_left .slider-for .slider_item {
    max-height: 250px;
    min-height: 250px;
  }
  .productDetailPage .productDetailsSection_left .slider-nav {
    margin-top: 10px;
  }
  .productDetailPage .productDetailsSection_left .slider-nav .slider_item {
    max-height: 80px;
    min-height: 80px;
  }
  .productDetailPage .productDetailsSection_right .offers p {
    font-size: 12px;
  }
  .productDetailPage .productDetailsSection_right .availability label span {
    font-size: 13px;
    padding: 5px 12px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li .btn {
    height: 30px;
    max-width: 100px;
    min-width: 100px;
    font-size: 11px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .icon {
    top: -3px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .icon img {
    max-width: 15px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .qtySec {
    max-width: 100px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .qtySec a {
    width: 30px;
    height: 30px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(1) .qtySec .form-control {
    height: 30px;
    font-size: 14px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img {
    width: 30px;
    height: 30px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img .likeIcon {
    width: 30px;
    height: 30px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li.productList_img .likeIcon em {
    font-size: 14px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) em {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) .shearBox {
    top: 33px;
    min-width: 210px;
    max-width: 210px;
    padding: 10px 8px;
    left: -70px;
  }
  .productDetailPage .productDetailsSection_right .addItems ul li:nth-of-type(3) .shearBox h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox {
    padding: 5px 15px;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox .ratingBoxCol {
    padding: 10px 0;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox .ratingBoxCol:after {
    display: none;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center {
    border-top: 1px solid #F3F2EF;
  }
  .productDetailPage .productDetailsSection_bottom .ratingBox_center .progress {
    max-width: 110px;
  }
}

.accountPage_wrapper {
  padding: 32px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1599px) {
  .accountPage_wrapper {
    padding: 32px 0 32px;
  }
}

@media (max-width: 991.98px) {
  .accountPage_wrapper {
    padding: 20px 0 25px;
  }
}

.accountPage_left {
  width: 244px;
}

.accountPage_left .leftTop {
  padding-top: 20px;
  background: #FDFFE5;
}

.accountPage_left .leftTop .user-card {
  margin-bottom: 30px;
}

.accountPage_left .leftTop .user-avatar {
  height: 80px;
  width: 80px;
  margin: 0 auto 15px;
}

.accountPage_left .leftTop .user-avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accountPage_left .leftTop .user-info h6 {
  font-size: 18px;
  font-family: "AvenirNextDemiBold03";
  margin-bottom: 1px;
  padding: 0 10px;
}

.accountPage_left .leftTop .user-info span {
  color: #5A5A5A;
  font-size: 12px;
}

.accountPage_left .leftTop ul li {
  border-top: 1px solid #F6F1CF;
}

.accountPage_left .leftTop ul li a {
  font-size: 14px;
  color: #000000;
  padding: 15px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accountPage_left .leftTop ul li a span {
  width: 18px;
  line-height: normal;
  margin-right: 15px;
}

.accountPage_left .leftTop ul li a.active, .accountPage_left .leftTop ul li a:hover {
  background-color: #E5EE65;
  color: #000000;
}

.accountPage_left .prifileAdd {
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .accountPage_left {
    width: 220px;
  }
  .accountPage_left .leftTop .user-card {
    margin-bottom: 20px;
  }
  .accountPage_left .leftTop .user-avatar {
    height: 70px;
    width: 70px;
  }
  .accountPage_left .leftTop .user-info h6 {
    font-size: 16px;
  }
  .accountPage_left .leftTop ul li a {
    padding: 15px;
  }
  .accountPage_left .leftTop ul li a span {
    margin-right: 10px;
  }
}

@media (max-width: 991.98px) {
  .accountPage_left .leftTop {
    padding-top: 15px;
  }
  .accountPage_left .leftTop .user-card {
    margin-bottom: 15px;
  }
  .accountPage_left .leftTop .user-avatar {
    height: 60px;
    width: 60px;
    margin: 0px auto 10px;
  }
  .accountPage_left .leftTop .user-info h6 {
    font-size: 16px;
  }
  .accountPage_left .leftTop .inner {
    overflow-y: auto;
    height: calc(100vh - 140px);
    padding-bottom: 15px;
  }
}

.accountPage_right {
  width: calc(100% - 244px);
  position: relative;
  padding: 0 0 30px 30px;
}

.accountPage_right .head {
  margin-bottom: 20px;
}

.accountPage_right .head .title {
  text-transform: capitalize;
  font-family: "avenirnextltpro-demi";
  font-size: 18px;
  margin-bottom: 0px;
}

.accountPage_right .head .items {
  margin-bottom: 0;
  color: #83827F;
  padding-left: 8px;
}

.accountPage_right .subHead h3 {
  font-size: 22px;
  font-family: "avenirnextltpro-medium";
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .accountPage_right .subHead h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .accountPage_right .subHead h3 {
    margin-bottom: 10px !important;
  }
}

.accountPage_right .ratingGroup {
  margin-top: 50px;
}

@media (max-width: 1599px) {
  .accountPage_right .ratingGroup {
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  .accountPage_right .ratingGroup {
    margin-top: 20px;
  }
}

.accountPage_right .productList_box {
  margin-bottom: 30px;
}

.accountPage_right .productList .row {
  margin: 0 -10px;
}

.accountPage_right .productList .row [class*="col-"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  max-width: 20%;
  padding: 0 10px;
}

.accountPage_right .profileBox {
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 35px;
}

.accountPage_right .profileBox .spaceMargin {
  margin-bottom: 25px;
}

.accountPage_right .profileBox .detail_label {
  font-size: 14px;
  color: #83827F;
  text-transform: uppercase;
}

.accountPage_right .profileBox .detail_value {
  font-size: 16px;
  font-family: "avenirnextltpro-demi";
  color: #000000;
  word-break: break-word;
}

.accountPage_right .profileBox .detail h4 {
  font-size: 16px;
  font-family: "avenirnextltpro-medium";
  white-space: nowrap;
}

.accountPage_right .profileBox .detail h4 a {
  color: #07BAAD;
}

@media (max-width: 1280px) {
  .accountPage_right .profileBox {
    padding: 20px;
  }
}

@media (max-width: 991.98px) {
  .accountPage_right .profileBox {
    padding: 15px;
    margin-bottom: 25px;
  }
  .accountPage_right .profileBox .spaceMargin {
    margin-bottom: 10px;
  }
  .accountPage_right .profileBox .detail_label {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .accountPage_right .profileBox .detail_value {
    font-size: 14px;
  }
  .accountPage_right .profileBox .detail h4 {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .accountPage_right .profileBox {
    margin-bottom: 15px;
  }
}

.accountPage_right .profileItems .row {
  margin: 0 -10px;
}

.accountPage_right .profileItems .row [class*="col-"] {
  padding: 0 10px;
}

.accountPage_right .profileItems_box {
  border-radius: 5px;
  padding: 30px 10px 28px;
  text-align: center;
}

.accountPage_right .profileItems_box-green {
  border: 1px solid #07BAAD;
  background-color: #F1FBFA;
}

.accountPage_right .profileItems_box-orange {
  border: 1px solid #FF7002;
  background-color: #FFF7F1;
}

.accountPage_right .profileItems_box-yellow {
  border: 1px solid #E5EE65;
  background-color: #FDFEF6;
}

.accountPage_right .profileItems_box-red {
  border: 1px solid #FE4F60;
  background-color: rgba(254, 79, 96, 0.1);
}

.accountPage_right .profileItems_box img {
  height: 40px;
}

.accountPage_right .profileItems_box h4 {
  font-size: 20px;
  font-family: "AvenirNextDemiBold03";
  color: #000000;
  margin-top: 12px;
  margin-bottom: 0px;
}

.accountPage_right .profileItems_box p {
  font-size: 13px;
  font-family: "avenirnextltpro-regular";
  color: #83827F;
  margin-bottom: 0px;
}

@media (max-width: 1199.98px) {
  .accountPage_right .profileItems_box {
    padding: 20px 10px;
  }
  .accountPage_right .profileItems_box img {
    height: 35px;
  }
  .accountPage_right .profileItems_box h4 {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .accountPage_right .profileItems_box {
    padding: 10px 5px;
  }
  .accountPage_right .profileItems_box img {
    height: 25px;
  }
  .accountPage_right .profileItems_box h4 {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .accountPage_right .profileItems_box {
    margin-bottom: 15px;
  }
}

.accountPage_right .setSetting {
  margin-top: 20px;
}

.accountPage_right .setSetting li:not(:last-child) {
  margin-bottom: 30px;
}

.accountPage_right .setSetting-title h6 {
  font-size: 22px;
  font-family: "avenirnextltpro-medium";
  margin-bottom: 0;
}

.accountPage_right .setSetting-switch {
  margin-top: 5px;
  margin-left: 5px;
}

@media (max-width: 1599px) {
  .accountPage_right .setSetting li:not(:last-child) {
    margin-bottom: 20px;
  }
  .accountPage_right .setSetting-title h6 {
    font-size: 16px;
  }
  .accountPage_right .setSetting-switch {
    margin-top: 2px;
  }
}

.accountPage_right .myOrder .orderList {
  margin-bottom: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 15px;
}

.accountPage_right .myOrder .orderList_head h4 {
  font-size: 16px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 2px;
}

.accountPage_right .myOrder .orderList_head span {
  font-size: 14px;
  color: #83827F;
}

.accountPage_right .myOrder .orderList_head .badge {
  font-size: 14px;
  font-family: "avenirnextltpro-medium";
  border-radius: 5px;
  font-weight: normal;
  padding: 6px 13px;
}

.accountPage_right .myOrder .orderList_head .badge-picked {
  color: #FF7002;
  background: rgba(255, 112, 2, 0.1);
}

.accountPage_right .myOrder .orderList_head .badge-warning {
  color: #FFC402;
  background: rgba(255, 196, 2, 0.1);
}

.accountPage_right .myOrder .orderList_head .badge-danger {
  color: #FF3939;
  background: rgba(255, 57, 57, 0.1);
}

.accountPage_right .myOrder .orderList_head .badge-success {
  color: #19BA07;
  background: rgba(25, 186, 7, 0.1);
}

.accountPage_right .myOrder .orderList .productBottom {
  background: #F3F2EF;
  border-radius: 5px;
  padding: 7px 15px;
  margin-top: 20px;
}

.accountPage_right .myOrder .orderList .productBottom .total {
  font-family: "avenirnextltpro-medium";
  color: #000000;
  font-size: 12px;
}

.accountPage_right .myOrder .orderList .productBottom strong {
  font-size: 16px;
  font-family: "avenirnextltpro-demi";
  font-weight: normal;
}

@media (max-width: 1599px) {
  .accountPage_right .myOrder .row {
    margin: 0 -7px;
  }
  .accountPage_right .myOrder .row [class*="col-"] {
    padding: 0 7px;
  }
  .accountPage_right .myOrder .orderList {
    margin-bottom: 20px;
  }
  .accountPage_right .myOrder .orderList_head h4 {
    font-size: 14px;
  }
  .accountPage_right .myOrder .orderList_head .badge {
    font-size: 13px;
    padding: 5px 8px;
  }
  .accountPage_right .myOrder .orderList .productBottom {
    margin-top: 10px;
  }
  .accountPage_right .myOrder .orderList .productBottom strong {
    font-size: 14px;
  }
  .accountPage_right .myOrder .orderList .productBottom .total {
    font-size: 11px;
  }
  .accountPage_right .myOrder .orderList .productBottom .btn {
    height: 30px;
    font-size: 12px;
  }
}

@media (max-width: 1199.98px) {
  .accountPage_right .myOrder .orderList {
    margin-bottom: 15px;
  }
}

.accountPage_right .orderDetail .trackOrder_status {
  padding: 10px 18px;
}

.accountPage_right .orderDetail .trackOrder_status .badge {
  padding: 8px 10px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accountPage_right .orderDetail .trackOrder_status .badge i {
  margin-right: 3px;
}

.accountPage_right .orderDetail .trackOrder_status p {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}

.accountPage_right .orderDetail .trackOrder_step {
  margin-bottom: 40px;
  max-width: 930px;
}

.accountPage_right .orderDetail .trackOrder_step .progressStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 495px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accountPage_right .orderDetail .trackOrder_step .progressStep li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.accountPage_right .orderDetail .trackOrder_step .progressStep li:not(:last-child):after {
  content: '';
  width: 245px;
  position: absolute;
  border: 1px dashed #83827F;
  left: 15px;
  top: 18px;
  z-index: -1;
}

.accountPage_right .orderDetail .trackOrder_step .progressStep li em {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #83827F;
  font-size: 19px;
  margin-bottom: 10px;
}

.accountPage_right .orderDetail .trackOrder_step .progressStep li span {
  display: block;
  font-family: "avenirnextltpro-medium";
  color: #83827F;
}

.accountPage_right .orderDetail .trackOrder_step .progressStep li.active em {
  color: #ffffff;
  background: #07BAAD;
}

.accountPage_right .orderDetail .trackOrder_step .progressStep li.active span {
  color: #07BAAD;
}

.accountPage_right .orderDetail .trackOrder_step .progressStep li.active:after {
  border-style: solid;
  border-color: #07BAAD;
}

.accountPage_right .orderDetail .trackOrder_step .progressStep li.is-done:after {
  border-style: solid;
  border-color: #07BAAD;
}

.accountPage_right .orderDetail .trackOrder_step .progressStep li.is-done em {
  color: #ffffff;
  background: #07BAAD;
}

.accountPage_right .orderDetail .trackOrder_step .progressStep li.is-done span {
  color: #07BAAD;
}

.accountPage_right .orderDetail .orderBox {
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 30px;
}

.accountPage_right .orderDetail .orderBox_detail {
  height: 100%;
  border-right: 1px solid #EEEEEE;
}

.accountPage_right .orderDetail .orderBox_detail:not(:last-child) {
  border-right: none;
}

.accountPage_right .orderDetail .orderBox_detail span {
  font-size: 14px;
  color: #83827F;
}

.accountPage_right .orderDetail .orderBox_detail .detailBox {
  margin-top: 30px;
}

.accountPage_right .orderDetail .orderBox_detail .detailBox .detailImg {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.accountPage_right .orderDetail .orderBox_detail .detailBox .detailImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accountPage_right .orderDetail .orderBox_detail .detailBox .detailTxt, .accountPage_right .orderDetail .orderBox_detail .detailBox .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  margin-right: 15px;
}

.accountPage_right .orderDetail .orderBox_detail .detailBox .detailTxt h5, .accountPage_right .orderDetail .orderBox_detail .detailBox .txt h5 {
  font-size: 16px;
  font-family: "avenirnextltpro-demi";
  color: #000000;
}

.accountPage_right .orderDetail .orderBox_detail .detailBox .detailTxt p, .accountPage_right .orderDetail .orderBox_detail .detailBox .txt p {
  font-size: 14px;
  font-family: "avenirnextltpro-regular";
  color: #83827F;
  margin-bottom: 0px;
}

.accountPage_right .orderDetail .orderBox_detail .detailBox .rewardImg {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 18px;
  padding: 8px;
  border-radius: 50%;
  background-color: rgba(255, 112, 2, 0.1);
}

@media (max-width: 1399px) {
  .accountPage_right .orderDetail .orderBox {
    padding: 15px;
  }
  .accountPage_right .orderDetail .orderBox_detail .detailBox {
    margin-top: 15px;
  }
  .accountPage_right .orderDetail .orderBox_detail .detailBox .detailImg {
    width: 50px;
    height: 50px;
  }
  .accountPage_right .orderDetail .orderBox_detail .detailBox .detailTxt h5, .accountPage_right .orderDetail .orderBox_detail .detailBox .txt h5 {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  .accountPage_right .orderDetail .orderBox .row {
    margin: 0 -10px;
  }
  .accountPage_right .orderDetail .orderBox .row [class*="col-"] {
    padding: 0 10px;
  }
  .accountPage_right .orderDetail .orderBox_detail .detailBox .detailTxt {
    margin-left: 8px;
    margin-right: 8px;
  }
  .accountPage_right .orderDetail .orderBox_detail .detailBox .txt {
    white-space: nowrap;
  }
}

@media (max-width: 767.98px) {
  .accountPage_right .orderDetail .orderBox_detail {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
    border-right: none;
  }
}

.accountPage_right .orderDetail .ordersDetail .table thead th {
  font-size: 18px;
}

.accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemImg {
  background-color: #F8F8F8;
  padding: 22px 20px;
  position: relative;
  text-align: center;
}

.accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemImg img {
  max-width: 65px;
}

.accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemName {
  text-align: left;
  margin-left: 15px;
}

.accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemName .title {
  font-size: 18px;
  font-family: "avenirnextltpro-medium";
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  text-overflow: ellipsis;
}

.accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemName p {
  font-size: 18px;
  color: #83827F;
}

.accountPage_right .orderDetail .ordersDetail .table .quaty {
  font-size: 18px;
  border: 1px solid #F3F2EF;
  border-radius: 3px;
  padding: 10px 40px;
}

.accountPage_right .orderDetail .ordersDetail .table .amount {
  font-size: 18px;
  white-space: nowrap;
  display: block;
  text-align: right;
}

.accountPage_right .orderDetail .ordersDetail .table .rate {
  color: #000000;
  font-size: 16px;
  font-family: "avenirnextltpro-demi";
}

.accountPage_right .orderDetail .ordersDetail .table .rate span {
  margin-right: 5px;
}

.accountPage_right .orderDetail .ordersDetail .table .rate em {
  color: #FFCA37;
}

@media (max-width: 1440px) {
  .accountPage_right .orderDetail .ordersDetail .table thead th {
    font-size: 14px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemImg {
    padding: 10px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemName .title {
    font-size: 16px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemName p {
    font-size: 16px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .quaty {
    font-size: 16px;
    padding: 10px 30px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .amount {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  .accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemName {
    margin-left: 10px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemName .title {
    font-size: 14px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemName p {
    font-size: 14px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .quaty {
    font-size: 14px;
    padding: 10px 20px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .amount {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemImg {
    padding: 8px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemImg img {
    max-width: 45px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemName {
    margin-left: 10px;
  }
  .accountPage_right .orderDetail .ordersDetail .table .itemDetail_itemName .title {
    white-space: nowrap;
  }
}

.accountPage_right .orderDetail .ordersDetail .infoBox {
  padding: 30px;
  background: #F3F2EF;
  border-radius: 5px;
}

.accountPage_right .orderDetail .ordersDetail .infoBox_title {
  font-size: 20px;
  color: #000000;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 0;
}

.accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}

.accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary ul li label {
  color: #83827F;
  margin: 0;
  padding-right: 15px;
}

.accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary ul li label.discount {
  color: #FF7002;
}

.accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary ul li label.discountTxt {
  color: #FF7002;
}

.accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary ul li > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary ul li.totalAmt {
  padding-top: 20px;
  border-top: 1px solid #D5D0C0;
  font-family: "avenirnextltpro-demi";
}

.accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary ul li.totalAmt label {
  color: #000000;
}

.accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary .orderPayment {
  border-radius: 5px;
  padding: 12px 15px;
  background-color: #D5D0C0;
  color: #ffffff;
  font-size: 14px;
}

@media (max-width: 1440px) {
  .accountPage_right .orderDetail .ordersDetail .infoBox {
    padding: 15px;
  }
  .accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary ul li {
    font-size: 15px;
  }
}

@media (max-width: 1199.98px) {
  .accountPage_right .orderDetail .ordersDetail .infoBox {
    padding: 10px;
  }
  .accountPage_right .orderDetail .ordersDetail .infoBox_title {
    font-size: 18px;
  }
  .accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary ul li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
    white-space: nowrap;
  }
  .accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary ul li.totalAmt {
    padding-top: 10px;
  }
  .accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary .orderPayment {
    padding: 12px;
  }
}

@media (max-width: 991.98px) {
  .accountPage_right .orderDetail .ordersDetail .infoBox_title {
    font-size: 16px;
  }
  .accountPage_right .orderDetail .ordersDetail .infoBox_body .orderSummary .orderPayment {
    padding: 8px;
  }
}

@media (max-width: 575px) {
  .accountPage_right .orderDetail .ordersDetail .infoBox {
    margin-top: 20px;
  }
}

.accountPage_right .orderDetail .ordersDetail .orderDownload {
  margin-top: 26px;
}

.accountPage_right .orderDetail .ordersDetail .orderDownload ul li {
  display: inline-block;
  padding-left: 25px;
}

.accountPage_right .orderDetail .ordersDetail .orderDownload ul li:first-child {
  padding-left: 0px;
}

.accountPage_right .orderDetail .ordersDetail .orderDownload ul li a {
  color: #000000;
}

.accountPage_right .orderDetail .ordersDetail .orderDownload ul li a:hover {
  color: #07BAAD;
}

.accountPage_right .orderDetail .ordersDetail .orderDownload ul li .iconColor {
  color: #07BAAD;
}

.accountPage_right .orderDetail .ordersDetail .orderDownload ul li span {
  padding-left: 4px;
  font-size: 16px;
  font-family: "avenirnextltpro-medium";
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .accountPage_right .orderDetail .ordersDetail .orderDownload ul li {
    padding-left: 14px;
  }
  .accountPage_right .orderDetail .ordersDetail .orderDownload ul li span {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .accountPage_right .orderDetail .ordersDetail .orderDownload ul li {
    padding-left: 12px;
  }
}

@media (max-width: 1199.98px) {
  .accountPage_right .orderDetail .ordersDetail .orderDownload {
    margin-top: 15px;
  }
  .accountPage_right .orderDetail .ordersDetail .orderDownload ul li {
    padding-left: 0px;
  }
}

@media (max-width: 575px) {
  .accountPage_right .orderDetail .ordersDetail .orderDownload ul li {
    padding-left: 20px;
  }
}

@media (max-width: 575.98px) {
  .accountPage_right .orderDetail .trackOrder_step {
    margin-bottom: 25px;
  }
  .accountPage_right .orderDetail .trackOrder_step .progressStep {
    max-width: 285px;
  }
  .accountPage_right .orderDetail .trackOrder_step .progressStep li:not(:last-child):after {
    width: 125px;
  }
  .accountPage_right .orderDetail .trackOrder_step .progressStep li em {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .accountPage_right .orderDetail .trackOrder_step .progressStep li span {
    font-size: 14px;
  }
}

.accountPage_right .profileBtn {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .accountPage_right .profileBtn {
    margin-top: 10px;
  }
}

.accountPage_right .productList .productList_img .likeIcon.active em::before {
  content: "\E912";
}

.accountPage_right .addressList .row [class*="col-"] {
  margin-bottom: 40px;
}

.accountPage_right .addressList .addressBox {
  height: 100%;
}

.accountPage_right .addressList .addressBox label {
  height: 100%;
}

@media (max-width: 1440px) {
  .accountPage_right .addressList .row [class*="col-"] {
    margin-bottom: 25px;
  }
  .accountPage_right .addressList .addressBox {
    height: 100%;
  }
  .accountPage_right .addressList .addressBox label {
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .accountPage_right .addressList .row [class*="col-"] {
    margin-bottom: 15px;
  }
  .accountPage_right .addressList .addressBox {
    height: 100%;
  }
  .accountPage_right .addressList .addressBox label {
    height: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 1599px) {
  .accountPage_right .head .title {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  .accountPage_right .productList .row [class*="col-"] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
  }
}

@media (max-width: 1199.98px) {
  .accountPage_right {
    width: calc(100% - 220px);
    padding: 0 0 20px 20px;
  }
  .accountPage_right .productList_box {
    margin-bottom: 15px;
  }
  .accountPage_right .productList .row {
    margin: 0 -7px;
  }
  .accountPage_right .productList .row [class*="col-"] {
    padding: 0 7px;
  }
}

@media (max-width: 991.98px) {
  .accountPage_right .head .btn-outline-success {
    height: 33px;
    padding: 8px 6px;
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .accountPage_right .productList .row [class*="col-"] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 575.98px) {
  .accountPage_right .productList .row [class*="col-"] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 425px) {
  .accountPage_right .productList .row {
    margin: 0 -4px;
  }
  .accountPage_right .productList .row [class*="col-"] {
    padding: 0 4px;
  }
}

@media (min-width: 440px) and (max-width: 575px) {
  .accountPage_right .notificatioRow [class*="col-"] {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.accountPage .walletPage_box {
  padding: 37px 40px;
  border-radius: 5px;
  height: 100%;
}

.accountPage .walletPage_box-orange {
  border: 1px solid #FF7002;
  background-color: #FFF7F1;
}

.accountPage .walletPage_box-orange .txt h3 {
  font-size: 32px;
  font-family: "avenirnextltpro-bold";
  color: #FF7002;
  margin-bottom: 0px;
}

.accountPage .walletPage_box-orange .txt p {
  font-size: 20px;
  font-family: "avenirnextltpro-medium";
  color: #FF7002;
  margin-bottom: 0px;
}

.accountPage .walletPage_box-orange .addBtn .btn-primary {
  border-color: #FF7002;
  color: #ffffff;
  background-color: #FF7002;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 39px 14px 38px;
}

.accountPage .walletPage_box-green {
  border: 1px solid #07BAAD;
  background-color: #F1FBFA;
}

.accountPage .walletPage_box-green .txt h3 {
  font-size: 32px;
  font-family: "avenirnextltpro-bold";
  color: #07BAAD;
  margin-bottom: 0px;
}

.accountPage .walletPage_box-green .txt p {
  font-size: 20px;
  font-family: "avenirnextltpro-medium";
  color: #07BAAD;
  margin-bottom: 0px;
  word-break: break-word;
}

@media (max-width: 1440px) {
  .accountPage .walletPage_box {
    padding: 25px;
  }
  .accountPage .walletPage_box-orange .txt h3 {
    font-size: 28px;
  }
  .accountPage .walletPage_box-orange .txt p {
    font-size: 18px;
  }
  .accountPage .walletPage_box-orange .addBtn .btn-primary {
    padding: 14px 20px;
    font-size: 16px;
  }
  .accountPage .walletPage_box-green .txt h3 {
    font-size: 28px;
  }
  .accountPage .walletPage_box-green .txt p {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .accountPage .walletPage_box {
    padding: 15px;
  }
  .accountPage .walletPage_box-orange .txt h3 {
    font-size: 24px;
  }
  .accountPage .walletPage_box-orange .txt p {
    font-size: 15px;
  }
  .accountPage .walletPage_box-orange .addBtn .btn-primary {
    font-size: 13px;
  }
  .accountPage .walletPage_box-green .txt h3 {
    font-size: 24px;
  }
  .accountPage .walletPage_box-green .txt p {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .accountPage .walletPage_box {
    padding: 10px;
  }
  .accountPage .walletPage_box-orange .txt h3 {
    font-size: 20px;
  }
  .accountPage .walletPage_box-orange .txt p {
    font-size: 13px;
  }
  .accountPage .walletPage_box-orange .addBtn .btn-primary {
    padding: 10px;
  }
  .accountPage .walletPage_box-green .walletImg img {
    max-width: 40px;
  }
  .accountPage .walletPage_box-green .txt h3 {
    font-size: 20px;
  }
  .accountPage .walletPage_box-green .txt p {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .accountPage .walletPage_box-green {
    margin-top: 10px;
  }
}

@media (max-width: 1199.98px) {
  .accountPage .walletPage .row {
    margin: 0 -10px;
  }
  .accountPage .walletPage .row [class*="col-"] {
    padding: 0 10px;
  }
}

.accountPage .transactionDetail {
  margin-top: 50px;
}

.accountPage .transactionDetail .sortBy {
  margin-bottom: 20px;
}

.accountPage .transactionDetail .sortBy p {
  font-family: "avenirnextltpro-regular";
  font-size: 18px;
  color: #83827F;
}

.accountPage .transactionDetail .sortBy label {
  font-family: "avenirnextltpro-medium";
  font-size: 18px;
  padding-right: 20px;
}

.accountPage .transactionDetail .sortBy .bootstrap-select {
  width: auto;
}

.accountPage .transactionDetail .sortBy button {
  background-color: #ffffff;
  border: 1px solid #F3F2EF;
  padding: 8px 40px 8px 15px;
  border-radius: 5px;
  color: #83827F;
  height: 40px;
}

.accountPage .transactionDetail .sortBy button.dropdown-toggle:after {
  border: none;
  color: #83827F;
  content: "\E907";
  font-size: 7px;
  font-family: 'icomoon';
  position: absolute;
  border: none;
  width: 11px;
  height: 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 16px;
  line-height: 12px;
  top: 14px;
}

@media (max-width: 1199.98px) {
  .accountPage .transactionDetail .sortBy label {
    font-size: 16px;
  }
}

.accountPage .transactionDetail .commonTable .table thead, .accountPage .transactionDetail .commonTable .table th {
  padding: 17px 40px;
  white-space: nowrap;
}

.accountPage .transactionDetail .commonTable .table tbody, .accountPage .transactionDetail .commonTable .table td {
  padding: 17px 40px;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .accountPage .transactionDetail .commonTable .table thead, .accountPage .transactionDetail .commonTable .table th {
    padding: 15px 20px;
  }
  .accountPage .transactionDetail .commonTable .table tbody, .accountPage .transactionDetail .commonTable .table td {
    padding: 15px 20px;
  }
}

@media (max-width: 767.98px) {
  .accountPage .transactionDetail .commonTable .table thead, .accountPage .transactionDetail .commonTable .table th {
    padding: 10px 15px;
  }
  .accountPage .transactionDetail .commonTable .table tbody, .accountPage .transactionDetail .commonTable .table td {
    padding: 15px;
  }
}

@media (max-width: 1399px) {
  .accountPage .transactionDetail {
    margin-top: 20px;
  }
}

.accountPage_myaddress-memberList .addFamilySec_table {
  border-width: 1px 0px;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  margin-top: 15px;
}

.accountPage_myaddress-memberList .addFamilySec .table {
  margin-bottom: 0px;
}

.accountPage_myaddress-memberList .addFamilySec .table thead td, .accountPage_myaddress-memberList .addFamilySec .table thead th {
  border-top: none;
}

.accountPage_myaddress-memberList .addFamilySec .table td, .accountPage_myaddress-memberList .addFamilySec .table th {
  border-bottom-width: 1px;
  font-size: 14px;
  border-color: #EEEEEE;
  padding: 8px 24px;
  white-space: nowrap;
  text-align: left;
}

.accountPage_myaddress-memberList .addFamilySec .table a {
  font-size: 16px;
  padding: 2px 4px;
}

.accountPage_myaddress-memberList .addFamilySec .table a.delete {
  color: #ff0000;
}

.accountPage_myaddress-memberList .addFamilySec .table a.delete:hover {
  color: #e60000;
}

.accountPage_myaddress-memberList .addFamilySec .table a.edit {
  color: #59b828;
}

.accountPage_myaddress-memberList .addFamilySec .table a.edit:hover {
  color: #4fa323;
}

.accountPage_myaddress .newAdsbtn {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 16px 20px;
  color: #FF7002;
  display: block;
  padding-left: 50px;
}

.accountPage_myaddress .newAdsbtn em {
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
}

.accountPage_myaddress .newAdsbtn:hover {
  background-color: #F3F2EF;
}

.accountPage_adsItem {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EEEEEE;
}

.accountPage_adsItem + .accountPage_adsItem {
  margin-top: 20px;
}

.accountPage_adsItem_icon {
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #090600;
  font-weight: 500;
  font-size: 20px;
}

.accountPage_adsItem_icon em {
  vertical-align: top;
}

.accountPage_adsItem_txt {
  width: calc(100% - 50px);
  text-align: left;
}

.accountPage_adsItem_txt .tag {
  font-size: 14px;
  color: #FF7002;
}

.accountPage_adsItem_txt .title {
  font-size: 18px;
  line-height: 15px;
  margin: 10px 0 5px;
}

.accountPage_adsItem_txt .title span {
  font-size: 12px;
  color: #59b828;
  font-family: "avenirnextltpro-regular";
  vertical-align: 2px;
  background-color: #DFF2E3;
  padding: 5px 10px;
}

.accountPage_adsItem_txt p {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}

.accountPage_adsItem_txt .btn-sm {
  height: 30px;
  font-size: 14px;
  padding: 5px 8px;
}

.accountPage_adsItem_btn {
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}

.accountPage_adsItem_btn a {
  font-size: 18px;
}

.accountPage_adsItem_btn a.delete {
  color: #ff0000;
}

.accountPage_adsItem_btn a.delete:hover {
  color: #e60000;
}

.accountPage_adsItem_btn a.edit {
  color: #59b828;
}

.accountPage_adsItem_btn a.edit:hover {
  color: #4fa323;
}

.accountPage_adsItem_btn a:not(:last-child) {
  margin-right: 10px;
}

.accountPage_adsItem_btn .dropdown-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #666666;
  width: 330px;
  padding: 16px;
  margin-top: 5px;
  border: none;
  border-radius: 3px;
  text-align: center;
}

.accountPage_adsItem_btn .dropdown-menu p {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 12px;
}

.accountPage_wallet {
  border-radius: 3px;
  border: 1px solid #EEEEEE;
  margin: 16px 16px 40px;
  padding: 32px 20px;
  text-align: center;
}

.accountPage_wallet p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0px;
}

.accountPage_wallet h3 {
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 500;
}

.accountPage_saveHead .accountPage_saveList_left h2 {
  font-size: 21px;
}

.accountPage_saveHead_price {
  margin: 12px 0px;
  padding: 12px 0px;
  border: 1px solid #EEEEEE;
  border-width: 1px 0px;
}

.accountPage_saveHead_price h2 {
  font-size: 18px;
  color: #090600;
  font-weight: 600;
}

.accountPage_saveHead_price .priceTxt {
  font-size: 18px;
  color: #FE4F60;
  font-weight: 600;
}

.accountPage_saveList .items {
  background: #F8F8F8;
  padding: 28px 20px;
  border-radius: 5px;
}

.accountPage_saveList .items + .items {
  margin-top: 20px;
}

.accountPage_saveList .items_title {
  width: 145px;
}

.accountPage_saveList .items_title h3 {
  font-size: 20px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 0;
}

.accountPage_saveList .items_amt p {
  font-family: "avenirnextltpro-medium";
}

.accountPage_saveList .items_detail .btn {
  font-size: 18px;
  padding: 24px 41px;
}

.accountPage_saveList .items_delete {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}

.accountPage_saveList .items_delete em {
  color: #FE4F60;
  font-size: 22px;
}

.accountPage_saveList .items span {
  font-size: 12px;
  color: #A0A0A0;
  text-transform: uppercase;
}

.accountPage_saveList .items p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 1599px) {
  .accountPage_saveList .items {
    padding: 20px;
  }
  .accountPage_saveList .items_title h3 {
    font-size: 18px;
  }
  .accountPage_saveList .items_detail .btn {
    font-size: 14px;
    padding: 20px 25px;
  }
  .accountPage_saveList .items_delete {
    width: 40px;
    height: 40px;
  }
  .accountPage_saveList .items_delete em {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .accountPage_saveList .items {
    padding: 15px;
  }
  .accountPage_saveList .items p {
    font-size: 14px;
  }
  .accountPage_saveList .items + .items {
    margin-top: 15px;
  }
  .accountPage_saveList .items_title h3 {
    font-size: 16px;
  }
  .accountPage_saveList .items_detail .btn {
    padding: 10px;
    font-size: 10px;
    height: 30px;
  }
  .accountPage_saveList .items_delete {
    width: 30px;
    height: 30px;
  }
  .accountPage_saveList .items_delete em {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .accountPage_saveList .items {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .accountPage_saveList .items_detail {
    position: absolute;
    right: 15px;
  }
}

.accountPage_saveList .delete-txt {
  color: #090600;
  font-size: 22px;
  margin-left: 10px;
}

.accountPage_saveList .delete-txt:hover {
  color: #FE4F60;
}

.accountPage_saveList_item {
  border: 1px solid #EEEEEE;
  padding: 16px 20px;
}

.accountPage_saveList_item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.accountPage_saveList_left {
  width: calc(100% - 180px);
}

.accountPage_saveList_left h2 {
  color: #090600;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.accountPage_saveList_left h3 {
  color: #FE4F60;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}

.accountPage_saveList_right {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.accountPage_saveList_right .priceTxt {
  color: #FF7002;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
}

.accountPage_saveList_right p {
  color: #83827F;
  font-size: 13px;
  margin-bottom: 8px;
}

.accountPage_saveList_right .dropdown-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #666666;
  width: 330px;
  padding: 16px;
  margin-top: 10px;
  border: none;
  border-radius: 3px;
  text-align: center;
}

.accountPage_saveList_right .dropdown-menu p {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 12px;
}

.accountPage_saveList .media:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.accountPage_saveList .media-img {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #EEEEEE;
  margin-right: 15px;
}

.accountPage_saveList .media-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accountPage_saveList .media-body {
  position: relative;
}

.accountPage_saveList .media-body .closeIcon {
  position: absolute;
  color: #090600;
  font-size: 22px;
  z-index: 1;
  top: -3px;
  padding: 2px 5px;
  right: -3px;
}

.accountPage_saveList .media-body .closeIcon:hover {
  color: #ff0000;
}

.accountPage_saveList .media-body > div {
  margin-top: 20px;
}

.accountPage_saveList .media-body h3 {
  color: #090600;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  padding-right: 30px;
  text-align: left;
}

.accountPage_saveList .media-body p {
  color: #83827F;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 15px;
  text-align: left;
}

.accountPage_saveList .media-body p + div {
  margin-top: 0;
}

.accountPage_saveList .media-body .price-box {
  color: #090600;
  font-family: "avenirnextltpro-medium";
  font-size: 17px;
  line-height: 22px;
}

.accountPage_saveList .media-body .price-box span {
  color: #83827F;
  font-size: 14px;
  font-weight: 200;
  text-decoration: line-through;
}

.accountPage_saveList .media-body .btn {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
}

.accountPage_saveList table tr th, .accountPage_saveList table tr td {
  white-space: nowrap;
}

.accountPage_saveList table tr td:nth-child(1) {
  white-space: normal;
}

.accountPage_noaddress {
  text-align: center;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -15px;
}

.accountPage_noaddress img {
  max-width: 115px;
  margin-bottom: 20px;
}

.accountPage_noaddress img.wd-180 {
  max-width: 180px;
}

.accountPage_noaddress h2 {
  font-size: 20px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 10px;
}

.accountPage_noaddress p {
  line-height: 18px;
  font-size: 14px;
  color: #83827F;
  max-width: 225px;
  margin: 0 auto 20px;
}

@media (max-width: 991.98px) {
  .accountPage_noaddress {
    padding: 30px 0;
  }
  .accountPage_noaddress img {
    max-width: 90px;
    margin-bottom: 10px;
  }
  .accountPage_noaddress h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .accountPage_noaddress p {
    max-width: 190px;
    margin: 0 auto 20px;
  }
}

@media (max-width: 575.98px) {
  .accountPage_noaddress {
    padding: 20px 0;
  }
  .accountPage_noaddress h2 {
    font-size: 16px;
  }
}

.accountPage #myOrderList, .accountPage .accountPage_noaddress, .accountPage .productList, .accountPage #favoriteList, .accountPage #saveList, .accountPage .addressList, .accountPage #myAddressList {
  height: 100%;
}

@media (max-width: 991.98px) {
  .accountPage_left {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 50;
    background-color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .accountPage_right {
    width: 100%;
    padding: 0;
  }
  .accountPage_right .head {
    margin-bottom: 15px;
  }
  .accountPage_right .head .title {
    font-size: 16px;
  }
  .accountPage_saveHead .accountPage_saveList_left h2 {
    font-size: 17px;
  }
  .accountPage_saveHead_price {
    margin: 10px 0px;
    padding: 10px 0px;
  }
  .accountPage_saveHead_price h2 {
    font-size: 17px;
  }
  .accountPage_saveHead_price .priceTxt {
    font-size: 15px;
  }
  .accountPage_orderList_head, .accountPage_orderList_body {
    padding: 10px;
  }
  .accountPage_orderList .trackOrder {
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .accountPage_saveHead .accountPage_saveList_left, .accountPage_saveHead .accountPage_saveList_right {
    width: auto;
  }
  .accountPage_saveHead .accountPage_saveList_left {
    margin-bottom: 5px;
  }
  .accountPage_saveHead_price h2 {
    font-size: 14px;
  }
  .accountPage_saveList_left h2 {
    font-size: 16px;
  }
  .accountPage_saveList_left h3 {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .accountPage_saveList_item {
    padding: 12px;
  }
  .accountPage_saveList_item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .accountPage_saveList_left.ListTxt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .accountPage_saveList_left.ListTxt h3 {
    margin-bottom: 5px;
  }
  .accountPage_saveList_right.ListTxt {
    width: 100%;
    text-align: left;
  }
  .accountPage_saveList_right.ListTxt .btn {
    font-size: 14px;
    padding: 4px 6px;
  }
  .accountPage_saveList .media-img {
    width: 60px;
    height: 60px;
    padding: 5px;
    margin-right: 10px;
  }
  .accountPage_saveList .media-body h3 {
    font-size: 14px;
  }
  .accountPage_saveList .media-body .price-box {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.loginPage {
  padding-top: 120px;
  padding-bottom: 50px;
}

.loginPage .staticContent span, .loginPage .staticContent a {
  font-size: 16px;
}

.loginPage .staticContent a {
  font-family: "avenirnextltpro-medium";
  color: #07BAAD;
  direction: ltr;
}

.loginPage .staticContent a:hover {
  color: #FF7002;
}

.loginPage_img {
  height: 100%;
}

.loginPage_img img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loginPage_head {
  margin-bottom: 50px;
}

.loginPage_head h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 0;
  letter-spacing: -0.3px;
  margin-right: 10px;
}

.loginPage_head .headLine {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.loginPage_form {
  max-width: 520px;
  margin-left: auto;
}

.loginPage_form .rememberLink.position-absolute {
  top: 0;
  right: 0;
}

.loginPage_form .rememberLink .custom-control-label {
  font-size: 16px;
  color: #83827F !important;
}

.loginPage_form .rememberLink .custom-control-label a {
  color: #07BAAD;
  font-family: "avenirnextltpro-medium";
}

.loginPage_form .rememberLink .custom-control-label a:hover {
  color: #07BAAD;
}

.loginPage_action {
  margin-top: 50px;
}

.loginPage_action h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #090600;
  margin: 20px 0px 15px;
  font-family: "avenirnextltpro-bold";
  text-align: center;
}

.loginPage_action h2 a {
  color: #090600;
}

.loginPage_action h2 a:hover {
  color: #07BAAD;
}

.loginPage_action p {
  font-size: 16px;
  color: #83827F;
  line-height: 19px;
}

.loginPage .forgotLink {
  font-size: 16px;
  color: #07BAAD;
  font-family: "avenirnextltpro-medium";
}

.loginPage.registerPage .loginPage_action {
  margin-top: 30px;
}

@media (max-width: 1599px) {
  .loginPage {
    padding-top: 80px;
  }
}

@media (max-width: 1399px) {
  .loginPage {
    padding-top: 50px;
  }
  .loginPage_head {
    margin-bottom: 30px;
  }
  .loginPage_head h2 {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 1199.98px) {
  .loginPage_head h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .loginPage_form {
    max-width: 100%;
  }
  .loginPage_action {
    margin-top: 30px;
  }
  .loginPage .staticContent span, .loginPage .staticContent a {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  .loginPage {
    padding: 30px 0;
  }
  .loginPage_head {
    margin-bottom: 20px;
  }
  .loginPage_head h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .loginPage_action {
    margin-top: 20px;
  }
  .loginPage_img {
    display: none;
  }
  .loginPage_form {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .loginPage {
    padding: 20px 0;
  }
  .loginPage_head h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .loginPage_form .rememberLink .custom-control-label {
    font-size: 14px;
    padding-top: 1px;
    line-height: 20px;
    padding-left: 25px;
  }
  .loginPage_action {
    margin-top: 15px;
  }
  .loginPage_action p {
    font-size: 14px;
    line-height: 17px;
  }
  .loginPage.registerPage .loginPage_action {
    margin-top: 15px;
  }
  .loginPage .forgotLink {
    font-size: 14px;
  }
}

.faqPage .faq .card {
  background-color: transparent;
  border: 1px solid #F3F2EF;
  padding: 0;
  margin-bottom: 10px;
}

.faqPage .faq .card-header {
  border-bottom: none;
  margin-bottom: 0px;
  padding: 0;
}

.faqPage .faq .card h5, .faqPage .faq .card p {
  margin-bottom: 0px;
}

.faqPage .faq .card-title {
  margin-bottom: 0px;
  font-family: "avenirnextltpro-demi";
}

.faqPage .faq .card-title a {
  font-size: 18px;
  padding: 16px 20px;
  border-radius: 5px;
  background-color: #F8F8F8;
  width: 100%;
  color: #000000;
  line-height: 24px;
  position: relative;
  padding-right: 50px;
}

.faqPage .faq .card-title a p {
  font-size: 18px;
  line-height: 24px;
}

.faqPage .faq .card-title a:not(.collapsed):after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.faqPage .faq .card-title a:after {
  content: '\E907';
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 9px;
  font-family: 'icomoon' !important;
  color: #83827F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 22px;
  right: 20px;
}

.faqPage .faq .card-body {
  font-size: 18px;
  line-height: 30px;
  color: #83827F;
  padding: 25px 20px;
  font-family: "avenirnextltpro-regular";
}

@media (max-width: 1599px) {
  .faqPage .faq .card-title a {
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
    padding-right: 40px;
  }
  .faqPage .faq .card-title a p {
    font-size: 16px;
    line-height: 22px;
  }
  .faqPage .faq .card-title a:after {
    height: 19px;
    right: 15px;
  }
  .faqPage .faq .card-body {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 15px;
  }
}

@media (max-width: 1199.98px) {
  .faqPage .faq .card {
    margin-bottom: 8px;
  }
  .faqPage .faq .card-body {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .faqPage .faq .card-title a:after {
    font-size: 7px;
  }
}

@media (max-width: 767.98px) {
  .faqPage .faq .card-body {
    font-size: 13px;
    line-height: 20px;
    padding: 12px;
  }
  .faqPage .faq .card-title a {
    font-size: 15px;
    padding: 12px;
    padding-right: 35px;
  }
  .faqPage .faq .card-title a p {
    font-size: 15px;
  }
  .faqPage .faq .card-title a:after {
    height: 18px;
    right: 12px;
  }
}

@media (max-width: 575.98px) {
  .faqPage .faq .card-body {
    font-size: 13px;
    line-height: 18px;
  }
}

.checkOutPage {
  background-color: #ffffff;
}

.checkOutPage .checkOutCnt .mainBox {
  margin: 0 -15px;
}

.checkOutPage .checkOutCnt_left {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 15px;
  max-width: calc(100% - 410px);
}

.checkOutPage .checkOutCnt_left fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.checkOutPage .checkOutCnt_left .checkoutItemList {
  margin-bottom: 15px;
}

.checkOutPage .checkOutCnt_left .infoTxt {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #999999;
  margin-right: 20px;
}

.checkOutPage .checkOutCnt_left .checkout-btn {
  margin-top: auto;
}

@media (max-width: 1599px) {
  .checkOutPage .checkOutCnt_left {
    max-width: calc(100% - 370px);
  }
}

@media (max-width: 1199.98px) {
  .checkOutPage .checkOutCnt_left {
    max-width: calc(100% - 340px);
  }
}

@media (max-width: 991.98px) {
  .checkOutPage .checkOutCnt_left {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .checkOutPage .checkOutCnt_left .infoTxt {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.checkOutPage .checkOutCnt_step {
  margin-bottom: 40px;
  max-width: calc(100% - 410px);
}

@media (max-width: 1599px) {
  .checkOutPage .checkOutCnt_step {
    max-width: calc(100% - 370px);
  }
}

@media (max-width: 1199.98px) {
  .checkOutPage .checkOutCnt_step {
    max-width: calc(100% - 340px);
  }
}

.checkOutPage .checkOutCnt_step .progressStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 495px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkOutPage .checkOutCnt_step .progressStep li {
  position: relative;
  z-index: 1;
}

.checkOutPage .checkOutCnt_step .progressStep li:not(:last-child):after {
  content: '';
  width: 245px;
  position: absolute;
  border: 1px dashed #83827F;
  left: 0;
  top: 50%;
  z-index: -1;
}

.checkOutPage .checkOutCnt_step .progressStep li span {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #83827F;
  font-size: 19px;
}

.checkOutPage .checkOutCnt_step .progressStep li.active span {
  color: #ffffff;
  background: #07BAAD;
}

.checkOutPage .checkOutCnt_step .progressStep li.is-done:after {
  border-style: solid;
  border-color: #07BAAD;
}

.checkOutPage .checkOutCnt_step .progressStep li.is-done span {
  color: #ffffff;
  background: #07BAAD;
}

.checkOutPage .checkOutCnt_cnt fieldset:not(:first-of-type) {
  display: none;
}

.checkOutPage .checkOutCnt .addressBtn {
  height: 100%;
}

.checkOutPage .checkOutCnt .addressBtn .row {
  height: 100%;
}

.checkOutPage .checkOutCnt .addressBtn .btn {
  padding: 17px 15px;
  border: 2px solid #F1F1F1;
  color: #FF7002;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "avenirnextltpro-demi";
  border-radius: 5px;
  background: transparent;
  height: 100%;
  display: block;
}

.checkOutPage .checkOutCnt .addressBtn .btn span {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 19px;
  line-height: 44px;
  background: #F3F2EF;
  border-radius: 50%;
  margin: 0 auto 10px;
  color: #000000;
}

.checkOutPage .checkOutCnt_right {
  -ms-flex: 0 0 410px;
  -webkit-box-flex: 0;
          flex: 0 0 410px;
  max-width: 410px;
  padding: 0 15px;
}

.checkOutPage .checkOutCnt_right .walletBox {
  background: rgba(255, 112, 2, 0.08);
  padding: 20px;
  border-radius: 5px;
}

.checkOutPage .checkOutCnt_right .walletBox .custom-checkbox .custom-control-label {
  padding-top: 0;
}

.checkOutPage .checkOutCnt_right .walletBox .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #C0C0BE;
  border-color: #C0C0BE;
}

.checkOutPage .checkOutCnt_right .walletBox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 10px;
  width: 18px;
  height: 18px;
  top: 4px;
  background-image: url("../img/check.svg");
  left: 0;
}

.checkOutPage .checkOutCnt_right .walletBox_item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 112, 2, 0.1);
}

.checkOutPage .checkOutCnt_right .walletBox .walletInfo_cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.checkOutPage .checkOutCnt_right .walletBox .walletInfo_cnt h3 {
  font-size: 20px;
  font-family: "avenirnextltpro-medium";
  margin-bottom: 5px;
}

.checkOutPage .checkOutCnt_right .walletBox .walletInfo_cnt p {
  font-size: 14px;
  line-height: 16px;
  color: #83827F;
  margin-bottom: 0;
}

.checkOutPage .checkOutCnt_right .walletBox .walletInfo_value {
  padding-left: 15px;
}

.checkOutPage .checkOutCnt_right .walletBox .walletInfo_value span {
  width: 100%;
  min-width: 105px;
  text-align: center;
  border: 1px solid rgba(255, 112, 2, 0.5);
  border-radius: 5px;
  background: #ffffff;
  display: inline-block;
  padding: 12px 12px;
  font-size: 16px;
  font-family: "avenirnextltpro-medium";
}

.checkOutPage .checkOutCnt_right .walletBox .walletInfo_value span.loyalPoint {
  font-size: 20px;
  font-family: "avenirnextltpro-demi";
  color: #FF7002;
}

.checkOutPage .checkOutCnt_right .walletBox .walletInfo_value span.walletPoint {
  font-size: 20px;
  font-family: "avenirnextltpro-demi";
  color: #000000;
}

.checkOutPage .checkOutCnt_right .infoBox {
  padding: 30px;
  background: #F3F2EF;
  border-radius: 5px;
}

.checkOutPage .checkOutCnt_right .infoBox_title {
  font-size: 20px;
  color: #000000;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 0;
}

.checkOutPage .checkOutCnt_right .infoBox_body .promoInput .form-control {
  height: 50px;
  background: #ffffff;
  color: #83827F;
  font-size: 16px;
  border-color: transparent;
  border-radius: 5px;
  padding: 5px 20px;
  padding-right: 50px;
}

.checkOutPage .checkOutCnt_right .infoBox_body .promoInput .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkOutPage .checkOutCnt_right .infoBox_body .promoInput .codeApply {
  text-transform: capitalize;
  font-family: "avenirnextltpro-medium";
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  height: 40px;
  min-width: 110px;
}

.checkOutPage .checkOutCnt_right .infoBox_body .promoInput em {
  font-size: 22px;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkOutPage .checkOutCnt_right .infoBox_body .promoInput p {
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0 0;
}

.checkOutPage .checkOutCnt_right .infoBox_body .promoInput.promoNotValid em {
  color: #FE4F60;
}

.checkOutPage .checkOutCnt_right .infoBox_body .promoInput.promoNotValid em.icon-circle-check {
  color: #07BAAD;
}

.checkOutPage .checkOutCnt_right .infoBox_body .promoInput.promoNotValid p {
  color: #FE4F60;
}

.checkOutPage .checkOutCnt_right .infoBox_body .promoInput.promoValid em {
  color: #07BAAD;
}

.checkOutPage .checkOutCnt_right .infoBox_body .promoInput.promoValid p {
  color: #07BAAD;
}

.checkOutPage .checkOutCnt_right .infoBox_body .orderSummary ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}

.checkOutPage .checkOutCnt_right .infoBox_body .orderSummary ul li label {
  color: #83827F;
  margin: 0;
  padding-right: 15px;
}

.checkOutPage .checkOutCnt_right .infoBox_body .orderSummary ul li label.discountTxt {
  color: #FF7002;
}

.checkOutPage .checkOutCnt_right .infoBox_body .orderSummary ul li > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkOutPage .checkOutCnt_right .infoBox_body .orderSummary ul li.totalAmt {
  padding-top: 20px;
  border-top: 1px solid #D5D0C0;
  font-family: "avenirnextltpro-demi";
}

.checkOutPage .checkOutCnt_right .infoBox_body .orderSummary ul li.totalAmt label {
  color: #000000;
}

.checkOutPage .checkOutCnt_right .infoBox_body .orderSummary .infoTxt {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  margin-top: 15px;
  text-align: center;
  color: #999999;
}

@media (max-width: 1599px) {
  .checkOutPage .checkOutCnt_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    max-width: 370px;
  }
  .checkOutPage .checkOutCnt_right .walletBox .walletInfo_cnt h3 {
    font-size: 18px;
  }
  .checkOutPage .checkOutCnt_right .walletBox .walletInfo_value span {
    font-size: 14px;
    min-width: 100px;
    padding: 8px 10px;
  }
  .checkOutPage .checkOutCnt_right .walletBox .walletInfo_value span.loyalPoint, .checkOutPage .checkOutCnt_right .walletBox .walletInfo_value span.walletPoint {
    font-size: 16px;
  }
  .checkOutPage .checkOutCnt_right .infoBox {
    padding: 20px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_title {
    font-size: 16px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body.mt-30 {
    margin-top: 20px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .orderSummary ul li {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .orderSummary ul li span {
    font-size: 15px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .orderSummary ul li.totalAmt {
    padding-top: 15px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .promoInput .form-control {
    height: 46px;
    padding: 5px 15px;
    padding-right: 40px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .promoInput .codeApply {
    height: 36px;
    min-width: 90px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .promoInput em {
    font-size: 18px;
    right: 12px;
  }
}

@media (max-width: 1199.98px) {
  .checkOutPage .checkOutCnt_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    max-width: 340px;
  }
}

@media (max-width: 991.98px) {
  .checkOutPage .checkOutCnt_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .checkOutPage .checkOutCnt_right .walletBox .walletInfo_cnt h3 {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .checkOutPage .checkOutCnt_right .infoBox {
    padding: 15px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .promoInput .form-control {
    height: 40px;
    font-size: 14px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .promoInput .codeApply {
    font-size: 14px;
    height: 30px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .promoInput em {
    font-size: 16px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .orderSummary ul li {
    font-size: 13px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .orderSummary ul li span {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .checkOutPage .checkOutCnt_right .walletBox .walletInfo_cnt h3 {
    font-size: 15px;
  }
  .checkOutPage .checkOutCnt_right .walletBox .walletInfo_value span {
    font-size: 13px;
    min-width: 90px;
  }
  .checkOutPage .checkOutCnt_right .walletBox .walletInfo_value span.loyalPoint, .checkOutPage .checkOutCnt_right .walletBox .walletInfo_value span.walletPoint {
    font-size: 14px;
  }
  .checkOutPage .checkOutCnt_right .infoBox_body .promoInput .codeApply {
    min-width: auto;
  }
}

.checkOutPage .checkOutCnt .commonTable .table thead th, .checkOutPage .checkOutCnt .commonTable .table thead td {
  font-size: 18px;
}

.checkOutPage .checkOutCnt .commonTable .table tbody td {
  font-size: 16px;
}

.checkOutPage .checkOutCnt .commonTable .table tbody td:last-child {
  padding-left: 0;
}

@media (max-width: 1599px) {
  .checkOutPage .checkOutCnt .commonTable .table thead th, .checkOutPage .checkOutCnt .commonTable .table thead td, .checkOutPage .checkOutCnt .commonTable .table tbody th, .checkOutPage .checkOutCnt .commonTable .table tbody td {
    min-width: 160px;
    font-size: 16px;
  }
  .checkOutPage .checkOutCnt .commonTable .table thead tr th:last-child, .checkOutPage .checkOutCnt .commonTable .table thead tr td:last-child, .checkOutPage .checkOutCnt .commonTable .table tbody tr th:last-child, .checkOutPage .checkOutCnt .commonTable .table tbody tr td:last-child {
    min-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .checkOutPage .checkOutCnt .commonTable .table thead th, .checkOutPage .checkOutCnt .commonTable .table thead td {
    font-size: 14px;
  }
  .checkOutPage .checkOutCnt .commonTable .table thead th, .checkOutPage .checkOutCnt .commonTable .table thead td, .checkOutPage .checkOutCnt .commonTable .table tbody th, .checkOutPage .checkOutCnt .commonTable .table tbody td {
    min-width: 130px;
  }
}

@media (max-width: 1199.98px) {
  .checkOutPage .checkOutCnt .mainBox {
    margin: 0 -10px;
  }
  .checkOutPage .checkOutCnt_left, .checkOutPage .checkOutCnt_right {
    padding: 0 10px;
  }
}

@media (max-width: 991.98px) {
  .checkOutPage .checkOutCnt .mainBox {
    margin: 0;
  }
  .checkOutPage .checkOutCnt_left, .checkOutPage .checkOutCnt_right {
    padding: 0;
  }
  .checkOutPage .checkOutCnt_right .walletBox {
    padding: 15px;
  }
}

.checkOutPage .checkOutCnt .boxView {
  border: 1px solid #F8F8F8;
  background: #ffffff;
  padding: 50px;
}

.checkOutPage .checkOutCnt_head {
  margin-bottom: 70px;
  text-align: center;
}

.checkOutPage .checkOutCnt_head h3 {
  font-size: 32px;
  line-height: 26px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 20px;
}

.checkOutPage .checkOutCnt_head p {
  font-size: 18px;
  line-height: 26px;
  color: #83827F;
  max-width: 550px;
  margin: 0 auto;
}

.checkOutPage .checkOutCnt .boxHeading {
  margin-bottom: 20px;
}

.checkOutPage .checkOutCnt .boxHeading h4 {
  font-size: 18px;
  font-family: "avenirnextltpro-demi";
  margin: 0;
}

.checkOutPage .checkOutCnt .boxHeading .selectYear {
  padding: 10px 20px;
  background: #F8F8F8;
  font-family: "avenirnextltpro-medium";
  border-radius: 5px;
}

.checkOutPage .checkOutCnt .schedulesSec .boxHeading .dateSlide a {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.checkOutPage .checkOutCnt .schedulesSec .boxHeading .dateSlide h5 {
  font-size: 18px;
  margin: 0;
  font-family: "avenirnextltpro-medium";
  padding: 9px 16px;
  border-radius: 5px;
}

.checkOutPage .checkOutCnt .schedulesSec .boxHeading_right a {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(191, 191, 191, 0.35);
  color: #AAAAAA;
  font-size: 18px;
}

.checkOutPage .checkOutCnt .schedulesSec .boxHeading_right a + a {
  margin-left: 10px;
}

.checkOutPage .checkOutCnt .schedulesSec .boxHeading_right a:hover {
  background: #07BAAD;
  color: #ffffff;
  border-color: #07BAAD;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot {
  position: relative;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot > .dateSlot {
  border: 0;
  border-radius: 0;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot > .dateSlot.mb-50 {
  margin-bottom: 0;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul {
  margin: 0 -14px;
  overflow: auto;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li {
  width: 100%;
  text-align: center;
  padding: 0 14px;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .labelBox input[type=checkbox], .checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .labelBox input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .labelBox label {
  width: 100%;
  cursor: pointer;
  text-align: center;
  padding: 15px 18px;
  position: relative;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .labelBox input[type=checkbox]:checked + label, .checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .labelBox input[type=radio]:checked + label {
  background-color: #07BAAD;
  color: #ffffff;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .labelBox input[type=checkbox]:checked + label .date, .checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .labelBox input[type=radio]:checked + label .date {
  color: #ffffff;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .labelBox input[type=checkbox]:disabled + label, .checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .labelBox input[type=radio]:disabled + label {
  background-color: #F8F8F8;
  color: #BDBCBA;
  cursor: auto;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .labelBox input[type=checkbox]:disabled + label .date, .checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .labelBox input[type=radio]:disabled + label .date {
  color: #BDBCBA;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .dayParent__wrap {
  padding: 15px 18px;
  display: inline-block;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .day {
  font-size: 17px;
  font-family: "avenirnextltpro-medium";
  margin-bottom: 6px;
  display: block;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .date {
  font-size: 15px;
  color: #808080;
  margin: 0;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li.today-active .dayParent__wrap, .checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li.active .dayParent__wrap {
  background-color: #07BAAD;
  color: #ffffff;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li.today-active .date, .checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li.active .date {
  color: #ffffff;
}

.checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li.disabled {
  background-color: #F8F8F8;
  cursor: auto;
}

.checkOutPage .checkOutCnt .schedulesSec .timeslot {
  margin: 0 -15px;
}

.checkOutPage .checkOutCnt .schedulesSec .timeslot__list {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
}

.checkOutPage .checkOutCnt .schedulesSec .timeslot__list:not(:last-child) {
  margin-bottom: 20px;
}

.checkOutPage .checkOutCnt .schedulesSec .timeslot__list input {
  display: none;
}

.checkOutPage .checkOutCnt .schedulesSec .timeslot__list input ~ label {
  border: 1px solid #07BAAD;
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  color: #83827F;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
}

.checkOutPage .checkOutCnt .schedulesSec .timeslot__list input:checked ~ label {
  color: #ffffff;
  background: #07BAAD;
  border-color: #07BAAD;
}

.checkOutPage .checkOutCnt .schedulesSec .timeslot__list input:checked ~ label span {
  color: #ffffff;
}

.checkOutPage .checkOutCnt .schedulesSec .timeslot__list input:disabled ~ label {
  border-color: #F1F1F1;
  background: #F8F8F8;
  color: rgba(131, 130, 127, 0.5);
}

.checkOutPage .checkOutCnt .paymentMethod .radioBox {
  margin-bottom: 30px;
}

.checkOutPage .checkOutCnt .paymentMethod .radioBox_label {
  padding: 20px 20px;
  font-size: 16px;
  font-family: "avenirnextltpro-medium";
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  margin-bottom: 0;
  cursor: pointer;
}

.checkOutPage .checkOutCnt .paymentMethod .radioBox_label span {
  line-height: 19px;
}

.checkOutPage .checkOutCnt .paymentMethod .radioBox_label em {
  color: #FF7002;
  font-size: 20px;
  margin-right: 15px;
}

.checkOutPage .checkOutCnt .paymentMethod .radioBox_label .custom-radio {
  padding-left: 16px;
}

.checkOutPage .checkOutCnt .paymentMethod .radioBox_label #payment_type-error {
  display: none !important;
}

.checkOutPage .checkOutCnt .pmtNoteBlk {
  padding-top: 30px;
  border-top: 1px solid #F3F2EF;
}

.checkOutPage .checkOutCnt .pmtNoteBlk p {
  font-size: 18px;
  color: #83827F;
}

.checkOutPage .checkOutCnt .pmtNoteBlk p:not(:last-child) {
  margin-bottom: 30px;
}

.checkOutPage .checkOutCnt .schedule_noFound {
  height: calc(100% - 70px);
}

@media (max-width: 1599px) {
  .checkOutPage .checkOutCnt .boxView {
    padding: 30px;
  }
  .checkOutPage .checkOutCnt_head {
    margin-bottom: 40px;
  }
  .checkOutPage .checkOutCnt_head h3 {
    font-size: 24px;
  }
  .checkOutPage .checkOutCnt_head p {
    font-size: 16px;
  }
  .checkOutPage .checkOutCnt .boxHeading {
    margin-bottom: 15px;
  }
  .checkOutPage .checkOutCnt .boxHeading h4 {
    font-size: 16px;
  }
  .checkOutPage .checkOutCnt .boxHeading .dateSlide h5 {
    font-size: 16px;
    padding: 7px 15px;
  }
  .checkOutPage .checkOutCnt .schedulesSec .boxHeading {
    margin-bottom: 15px;
  }
  .checkOutPage .checkOutCnt .schedulesSec .boxHeading .dateSlide h5 {
    font-size: 16px;
    padding: 7px 15px;
  }
  .checkOutPage .checkOutCnt .schedulesSec .dateSlot.mb-50 {
    margin-bottom: 30px;
  }
  .checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .day {
    font-size: 14px;
  }
  .checkOutPage .checkOutCnt .schedulesSec .dateSlot ul li .dayParent__wrap {
    padding: 10px 15px;
  }
  .checkOutPage .checkOutCnt .schedulesSec .timeslot {
    margin: 0 -7px;
  }
  .checkOutPage .checkOutCnt .schedulesSec .timeslot__list {
    padding: 0 7px;
  }
  .checkOutPage .checkOutCnt .schedulesSec .timeslot__list:not(:last-child) {
    margin-bottom: 15px;
  }
  .checkOutPage .checkOutCnt .schedulesSec .timeslot__list input ~ label {
    padding: 8px;
    font-size: 14px;
  }
  .checkOutPage .checkOutCnt .paymentMethod .radioBox {
    margin-bottom: 15px;
  }
  .checkOutPage .checkOutCnt .paymentMethod .radioBox_label {
    padding: 15px;
    font-size: 14px;
  }
  .checkOutPage .checkOutCnt .paymentMethod .radioBox_label em {
    font-size: 20px;
    margin-right: 10px;
  }
  .checkOutPage .checkOutCnt .otherMethod .row {
    margin: 0 -7px;
  }
  .checkOutPage .checkOutCnt .otherMethod .row [class*="col-"] {
    padding: 0 7px;
  }
  .checkOutPage .checkOutCnt .pmtNoteBlk {
    padding-top: 20px;
  }
  .checkOutPage .checkOutCnt .pmtNoteBlk p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .checkOutPage .checkOutCnt .pmtNoteBlk p:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199.98px) {
  .checkOutPage .checkOutCnt .schedulesSec .timeslot__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .checkOutPage .checkOutCnt .addressBtn .row {
    margin: 0 -10px;
  }
  .checkOutPage .checkOutCnt .addressBtn .row [class*="col-"] {
    padding: 0 10px;
  }
  .checkOutPage .checkOutCnt .addressBtn .btn {
    font-size: 13px;
    padding: 13px 10px;
  }
  .checkOutPage .checkOutCnt .boxView {
    padding: 20px;
  }
  .checkOutPage .checkOutCnt_head {
    margin-bottom: 30px;
  }
  .checkOutPage .checkOutCnt_head h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  .checkOutPage .checkOutCnt_step {
    max-width: 100%;
  }
  .checkOutPage .checkOutCnt .addressBtn .row {
    margin: 0 -7px;
  }
  .checkOutPage .checkOutCnt .addressBtn .row [class*="col-"] {
    padding: 0 7px;
  }
  .checkOutPage .checkOutCnt .addressBtn .btn {
    font-size: 14px;
    padding: 15px;
  }
  .checkOutPage .checkOutCnt .boxView {
    padding: 15px;
  }
  .checkOutPage .checkOutCnt .pmtNoteBlk {
    padding-top: 15px;
  }
  .checkOutPage .checkOutCnt .pmtNoteBlk p {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .checkOutPage .checkOutCnt_head {
    margin-bottom: 20px;
  }
  .checkOutPage .checkOutCnt_head h3 {
    font-size: 18px;
  }
  .checkOutPage .checkOutCnt .addressBtn {
    margin-bottom: 15px;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .checkOutPage .checkOutCnt_head h3 {
    margin-bottom: 10px;
  }
  .checkOutPage .checkOutCnt_head p {
    font-size: 15px;
    line-height: 24px;
  }
  .checkOutPage .checkOutCnt_step {
    margin-bottom: 25px;
  }
  .checkOutPage .checkOutCnt_step .progressStep {
    max-width: 285px;
  }
  .checkOutPage .checkOutCnt_step .progressStep li:not(:last-child):after {
    width: 125px;
  }
  .checkOutPage .checkOutCnt_step .progressStep li span {
    font-size: 15px;
  }
  .checkOutPage .checkOutCnt .schedulesSec .timeslot {
    max-height: 205px;
    overflow-y: auto;
  }
  .checkOutPage .checkOutCnt .schedulesSec .timeslot__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .checkOutPage .checkOutCnt .schedulesSec .dateSlot ul {
    overflow-x: auto;
  }
  .checkOutPage .checkOutCnt .pmtNoteBlk {
    padding-top: 15px;
  }
  .checkOutPage .checkOutCnt .pmtNoteBlk p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .checkOutPage .checkOutCnt .otherMethod .row [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  .checkOutPage .checkOutCnt .schedulesSec .timeslot__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .checkOutPage .checkOutCnt .addressBtn .row [class*="col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .checkOutPage .checkOutCnt .addressBtn .row [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
  }
  .checkOutPage .checkOutCnt .addressBtn .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .checkOutPage .checkOutCnt .addressBtn .btn span {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0;
    margin-right: 10px;
  }
}

.contentPage .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.contentPage .content_head {
  margin-bottom: 30px;
}

.contentPage .content_title {
  font-size: 18px;
  font-family: "avenirnextltpro-demi";
  line-height: 26px;
  margin-bottom: 0px;
}

.contentPage .content_left {
  padding: 0 10px;
  width: 270px;
}

.contentPage .content_left ul {
  border-radius: 5px 5px 0 0;
  padding: 0;
  overflow: hidden;
  background: #FDFFE5;
  /* Safari */
  position: sticky;
  top: 105px;
}

.contentPage .content_left ul li {
  border-bottom: 1px solid #F6F1CF;
}

.contentPage .content_left ul li a {
  font-size: 14px;
  color: #000000;
  padding: 15px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentPage .content_left ul li a img {
  width: 18px;
  margin-right: 15px;
}

.contentPage .content_left ul li a.active, .contentPage .content_left ul li a:hover {
  background-color: #E5EE65;
  color: #000000;
}

.contentPage .content_right {
  padding: 0 10px;
  width: calc(100% - 270px);
}

.contentPage .content_right .content_inner .email {
  color: #000000;
  text-decoration: none;
}

.contentPage .content_right .content_inner .email:hover {
  color: #07BAAD;
}

.contentPage .content_right .content_inner h5 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  font-family: "avenirnextltpro-medium";
}

.contentPage .content_right .content_inner p {
  font-size: 18px;
  line-height: 30px;
  color: #83827F;
  margin-bottom: 20px;
}

.contentPage .content_right .content_inner p a {
  color: #07BAAD;
  text-decoration: underline;
}

.contentPage .content_right .content_inner p a:hover, .contentPage .content_right .content_inner p a:active, .contentPage .content_right .content_inner p a:focus {
  color: #FF7002;
}

.contentPage .content_right .content_inner strong {
  font-family: "avenirnextltpro-bold";
}

.contentPage .content_right .content_inner ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.contentPage .content_right .content_inner ul li {
  font-size: 18px;
  line-height: 30px;
  color: #83827F;
}

.contentPage .content_right .content_inner ul li:not(:last-child) {
  margin-bottom: 10px;
}

.contentPage .content_right .content_inner ol {
  padding: 0;
  margin-bottom: 20px;
  padding-left: 4px;
}

.contentPage .content_right .content_inner ol li {
  counter-increment: item;
  list-style-type: none;
  text-indent: -15px;
  font-size: 18px;
  line-height: 30px;
  color: #83827F;
  padding: 0 0 0 12px;
}

.contentPage .content_right .content_inner ol li:before {
  content: counter(item) ".";
  display: inline-block;
  font-family: "avenirnextltpro-medium";
  color: #83827F;
  padding-right: 10px;
  text-align: right;
  width: 1.5rem;
}

.contentPage .content_right .content_inner ol li:not(:last-child) {
  margin-bottom: 10px;
}

.contentPage .content_item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F3F2EF;
}

@media (max-width: 1599px) {
  .contentPage .content_head {
    margin-bottom: 20px;
  }
  .contentPage .content_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .contentPage .content_left ul {
    top: 95px;
  }
  .contentPage .content_right .content_inner h5 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .contentPage .content_right .content_inner p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 25px;
  }
  .contentPage .content_right .content_inner ul, .contentPage .content_right .content_inner ol {
    margin-bottom: 15px;
  }
  .contentPage .content_right .content_inner ul li, .contentPage .content_right .content_inner ol li {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 991.98px) {
  .contentPage .content_left {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 13;
    background: #FDFFE5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0;
    width: 210px;
  }
  .contentPage .content_left ul {
    overflow: auto;
    height: 100vh;
    position: static;
    top: 0;
    border-radius: 0;
  }
  .contentPage .content_right {
    width: 100%;
  }
  .contentPage .content_right .content_inner h5 {
    font-size: 18px;
  }
  .contentPage .content_right .content_inner p {
    font-size: 15px;
  }
  .contentPage .content_right .content_inner ul li, .contentPage .content_right .content_inner ol li {
    font-size: 15px;
  }
  .contentPage .py-30 {
    padding: 20px 0;
  }
}

@media (max-width: 767.98px) {
  .contentPage .content_head {
    margin-bottom: 15px;
  }
  .contentPage .content_item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .contentPage .content_right .content_inner h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .contentPage .content_right .content_inner p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .contentPage .content_right .content_inner ul, .contentPage .content_right .content_inner ol {
    margin-bottom: 10px;
  }
  .contentPage .content_right .content_inner ul li, .contentPage .content_right .content_inner ol li {
    font-size: 14px;
    line-height: 20px;
  }
  .contentPage .content_right .content_inner ul li:not(:last-child), .contentPage .content_right .content_inner ol li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.aboutPage .about {
  padding: 60px 0px;
}

.aboutPage .about_img {
  border-radius: 20px;
  overflow: hidden;
}

.aboutPage .about_img img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.aboutPage .about_img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.aboutPage .about_title {
  margin-bottom: 80px;
}

.aboutPage .about_title h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "avenirnextltpro-demi";
}

.aboutPage .about_title p {
  font-size: 18px;
  line-height: 30px;
  color: #83827F;
  margin: 0 auto;
  max-width: 850px;
}

.aboutPage .about_info {
  margin-bottom: 70px;
}

.aboutPage .about_info .info-cnt {
  margin-top: 50px;
}

.aboutPage .about_info .info-cnt h3 {
  font-size: 24px;
  line-height: 36px;
  font-family: "avenirnextltpro-demi";
}

.aboutPage .about_info .info-cnt p {
  font-size: 18px;
  line-height: 30px;
  max-width: 790px;
  margin-bottom: 0;
  color: #83827F;
  margin-left: auto;
}

.aboutPage .about_features .featuresBox {
  padding: 30px 10px 30px 25px;
  border-radius: 10px;
  border: 1px solid #F3F2EF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
}

.aboutPage .about_features .featuresBox:hover {
  -webkit-box-shadow: 0 0 30px rgba(213, 208, 192, 0.3);
          box-shadow: 0 0 30px rgba(213, 208, 192, 0.3);
  border-color: transparent;
}

.aboutPage .about_features .featuresBox:hover .featuresBox_icon span {
  border-radius: 10px;
}

.aboutPage .about_features .featuresBox_icon {
  margin-right: 15px;
}

.aboutPage .about_features .featuresBox_icon span {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  background: #07BAAD;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.aboutPage .about_features .featuresBox_icon span img {
  height: 34px;
  width: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

.aboutPage .about_features .featuresBox_cnt h3 {
  font-size: 18px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 5px;
}

.aboutPage .about_features .featuresBox_cnt p {
  font-size: 14px;
  line-height: 20px;
  color: #83827F;
  margin-bottom: 0;
  letter-spacing: -0.2px;
}

.aboutPage .about_team .row [class*="col-"]:nth-of-type(even) {
  margin-top: 140px;
}

.aboutPage .about_team .teamBox {
  border-radius: 10px;
  background: #F3F2EF;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 40px;
}

.aboutPage .about_team .teamBox:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.aboutPage .about_team .teamBox img {
  margin: 0 auto;
  text-align: center;
}

.aboutPage .about_team .teamBox_info {
  position: absolute;
  bottom: 20px;
  background: #ffffff;
  border-radius: 8px;
  left: 0;
  right: 0;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 10px 15px;
  text-align: left;
}

.aboutPage .about_team .teamBox_info h3 {
  font-size: 16px;
  font-family: "avenirnextltpro-demi";
  line-height: 20px;
  margin-bottom: 5px;
}

.aboutPage .about_team .teamBox_info p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 16px;
  color: #83827F;
}

.aboutPage .about_team .teamBox.team1 {
  background: rgba(254, 79, 96, 0.1);
}

.aboutPage .about_team .teamBox.team1 .teamBox_info h3 {
  color: #FE4F60;
}

.aboutPage .about_team .teamBox.team2 {
  background: #FFE2CC;
}

.aboutPage .about_team .teamBox.team2 .teamBox_info h3 {
  color: #FF7002;
}

.aboutPage .about_team .teamBox.team3 {
  background: #E5F4F8;
}

.aboutPage .about_team .teamBox.team3 .teamBox_info h3 {
  color: #078FBA;
}

.aboutPage .about_places .placesInner {
  max-width: 1065px;
  margin: 0 auto;
}

.aboutPage .about_places .placesInner_box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 100%;
}

.aboutPage .about_places .placesInner_box img {
  margin-bottom: 40px;
  -ms-flex-item-align: center;
      align-self: center;
}

.aboutPage .about_places .placesInner_box h3 {
  font-size: 32px;
  font-family: "avenirnextltpro-demi";
  line-height: 40px;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1599px) {
  .aboutPage .about {
    padding: 40px 0px;
  }
  .aboutPage .about_title {
    margin-bottom: 60px;
  }
  .aboutPage .about_title h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .aboutPage .about_title p {
    font-size: 16px;
    line-height: 26px;
    max-width: 650px;
  }
  .aboutPage .about_info {
    margin-bottom: 40px;
  }
  .aboutPage .about_info .info-cnt {
    margin-top: 30px;
  }
  .aboutPage .about_info .info-cnt h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .aboutPage .about_info .info-cnt p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
  .aboutPage .about_features .featuresBox {
    padding: 20px 10px;
  }
  .aboutPage .about_features .featuresBox_icon {
    margin-right: 10px;
  }
  .aboutPage .about_features .featuresBox_icon span {
    width: 55px;
    height: 55px;
    line-height: 50px;
  }
  .aboutPage .about_features .featuresBox_icon span img {
    height: 30px;
    width: 30px;
  }
  .aboutPage .about_features .featuresBox_cnt h3 {
    font-size: 16px;
  }
  .aboutPage .about_team .row [class*="col-"]:nth-of-type(even) {
    margin-top: 110px;
  }
  .aboutPage .about_team .teamBox {
    padding-top: 25px;
  }
  .aboutPage .about_places .placesInner {
    max-width: 950px;
  }
  .aboutPage .about_places .placesInner_box img {
    margin-bottom: 30px;
    max-width: 190px;
  }
  .aboutPage .about_places .placesInner_box h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 1279px) {
  .aboutPage .about_team .row [class*="col-"]:nth-of-type(even) {
    margin-top: 90px;
  }
}

@media (max-width: 1199.98px) {
  .aboutPage .about {
    padding: 40px 0px;
  }
  .aboutPage .about .py-50 {
    padding: 30px 0;
  }
  .aboutPage .about_img {
    border-radius: 10px;
  }
  .aboutPage .about_title {
    margin-bottom: 30px;
  }
  .aboutPage .about_title h2 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 26px;
  }
  .aboutPage .about_title p {
    font-size: 15px;
  }
  .aboutPage .about_info {
    margin-bottom: 40px;
  }
  .aboutPage .about_info .info-cnt {
    margin-top: 20px;
  }
  .aboutPage .about_info .info-cnt h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .aboutPage .about_info .info-cnt p {
    font-size: 15px;
    line-height: 24px;
  }
  .aboutPage .about_features .row {
    margin: 0 -8px;
  }
  .aboutPage .about_features .row [class*="col"] {
    padding: 0 8px;
  }
  .aboutPage .about_features .featuresBox {
    padding: 10px 10px;
  }
  .aboutPage .about_features .featuresBox_icon {
    margin-right: 10px;
  }
  .aboutPage .about_features .featuresBox_icon span {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  .aboutPage .about_features .featuresBox_icon span img {
    height: 26px;
    width: 26px;
  }
  .aboutPage .about_features .featuresBox_cnt h3 {
    font-size: 15px;
  }
  .aboutPage .about_team .row [class*="col-"]:nth-of-type(even) {
    margin-top: 80px;
  }
  .aboutPage .about_team .teamBox {
    padding-top: 15px;
  }
  .aboutPage .about_team .teamBox_info {
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 10px;
  }
  .aboutPage .about_team .teamBox_info h3 {
    font-size: 15px;
  }
  .aboutPage .about_places .placesInner {
    max-width: 800px;
  }
  .aboutPage .about_places .placesInner_box img {
    margin-bottom: 15px;
    max-width: 150px;
  }
  .aboutPage .about_places .placesInner_box h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 991.98px) {
  .aboutPage .about {
    padding: 30px 0px;
  }
  .aboutPage .about .py-50 {
    padding: 20px 0;
  }
  .aboutPage .about_title {
    margin-bottom: 20px;
  }
  .aboutPage .about_info {
    margin-bottom: 30px;
  }
  .aboutPage .about_info .info-cnt h3 {
    font-size: 16px;
  }
  .aboutPage .about_info .info-cnt p {
    font-size: 14px;
  }
  .aboutPage .about_features .row [class*="col"] {
    margin-bottom: 15px;
  }
  .aboutPage .about_team .row {
    margin: 0 -6px;
  }
  .aboutPage .about_team .row [class*="col-"] {
    padding: 6px;
  }
  .aboutPage .about_team .row [class*="col-"]:nth-of-type(even) {
    margin-top: 60px;
  }
  .aboutPage .about_team .teamBox_info {
    padding: 5px 10px;
  }
  .aboutPage .about_team .teamBox_info h3 {
    margin-bottom: 2px;
  }
  .aboutPage .about_places .placesInner_box img {
    max-width: 100px;
    margin-bottom: 10px;
  }
  .aboutPage .about_places .placesInner_box h3 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .aboutPage .about {
    padding: 30px 0px;
  }
  .aboutPage .about .py-50 {
    padding: 20px 0;
  }
  .aboutPage .about_title {
    margin-bottom: 20px;
  }
  .aboutPage .about_info {
    margin-bottom: 20px;
  }
  .aboutPage .about_info .info-cnt h3 {
    margin-bottom: 5px !important;
  }
  .aboutPage .about_features .row [class*="col"] {
    margin-bottom: 15px;
  }
  .aboutPage .about_team .row [class*="col-"]:nth-of-type(even) {
    margin-top: 0px;
  }
  .aboutPage .about_team .row [class*="col-"]:not(:last-child) .teamBox {
    margin-bottom: 20px;
  }
  .aboutPage .about_places .placesInner_box img {
    max-width: 100px;
    margin-bottom: 10px;
  }
  .aboutPage .about_places .placesInner_box h3 {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .aboutPage .about {
    padding: 20px 0px;
  }
  .aboutPage .about .py-50 {
    padding: 15px 0;
  }
  .aboutPage .about_title {
    margin-bottom: 20px;
  }
  .aboutPage .about_title h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .aboutPage .about_title p {
    font-size: 14px;
    line-height: 22px;
  }
  .aboutPage .about_info {
    margin-bottom: 20px;
  }
  .aboutPage .about_info .info-cnt {
    margin-top: 12px;
  }
  .aboutPage .about_info .info-cnt h3 {
    margin-bottom: 5px !important;
  }
  .aboutPage .about_features .row [class*="col"] {
    margin-bottom: 15px;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .aboutPage .about_features .row [class*="col"]:last-child {
    margin-bottom: 0;
  }
  .aboutPage .about_places .placesInner_box h3 {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .aboutPage .about_team .row [class*="col-"] {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .aboutPage .about_places .placesInner_box img {
    max-width: 75px;
    margin-bottom: 5px;
  }
}

.errorPage .errorSec {
  background: #ffffff;
  height: 100vh;
}

.errorPage .errorSec .content {
  max-width: 540px;
  margin: auto;
  text-align: center;
}

.errorPage .errorSec_text {
  margin: 30px 0;
}

.errorPage .errorSec_text img {
  width: 100%;
  max-width: 520px;
  margin-bottom: 40px;
}

.errorPage .errorSec_text h1 {
  font-size: 68px;
  font-family: "MisterKInformalPro";
  text-transform: capitalize;
  color: #FE4F60;
}

.errorPage .errorSec_text h2 {
  font-size: 110px;
  font-family: "StickyNotes";
  line-height: 120px;
  margin-bottom: 15px;
}

.errorPage .errorSec_text p {
  font-size: 18px;
  color: #83827F;
}

@media (max-width: 1599px) {
  .errorPage .errorSec_text {
    margin: 20px 0;
  }
  .errorPage .errorSec_text img {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199.98px) {
  .errorPage .errorSec .content {
    max-width: 485px;
  }
  .errorPage .errorSec_text img {
    max-width: 400px;
  }
  .errorPage .errorSec_text h1 {
    font-size: 48px;
  }
  .errorPage .errorSec_text h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .errorPage .errorSec_text p {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .errorPage .errorSec {
    padding: 15px 0px;
  }
  .errorPage .errorSec:before {
    background-size: cover;
  }
  .errorPage .errorSec_text img {
    max-width: 300px;
    margin-bottom: 12px;
  }
  .errorPage .errorSec_text h1 {
    font-size: 38px;
  }
  .errorPage .errorSec_text h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 8px;
  }
  .errorPage .errorSec_text p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .errorPage .errorSec_text img {
    max-width: 200px;
  }
  .errorPage .errorSec_text h1 {
    font-size: 32px;
  }
  .errorPage .errorSec_text h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .errorPage .errorSec .w-150 {
    height: 40px;
  }
}

.notificationPage .notification {
  padding: 30px 0 110px;
}

.notificationPage .notification-wrap {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
}

.notificationPage .notification-header {
  margin-bottom: 30px;
}

.notificationPage .notification-header h3 {
  font-size: 18px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 0;
}

.notificationPage .notification-item {
  padding: 20px 30px;
}

.notificationPage .notification-item:not(:last-child) {
  border-bottom: 1px solid #F1F1F1;
}

.notificationPage .notification-item .updateHint {
  font-size: 18px;
  font-family: "avenirnextltpro-medium";
  color: #07BAAD;
  margin: 10px 0 20px;
  display: inline-block;
}

.notificationPage .notification-item a {
  color: #07BAAD;
}

.notificationPage .notification-thumb {
  width: 80px;
  height: 80px;
  background: #F8F8F8;
  border-radius: 3px;
  margin-right: 20px;
}

.notificationPage .notification-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.notificationPage .notification-txt h3 {
  font-size: 18px;
  line-height: 26px;
  font-family: "avenirnextltpro-demi";
  margin-bottom: 15px;
}

.notificationPage .notification-txt p {
  font-size: 18px;
  line-height: 30px;
  font-family: "avenirnextltpro-medium";
  color: #83827F;
  margin-bottom: 0;
}

.notificationPage .notification-right {
  min-width: 110px;
  text-align: right;
}

.notificationPage .notification-right span {
  font-size: 18px;
  color: #83827F;
}

.notificationPage .notification-right span.just {
  color: #000000;
}

@media (max-width: 1599px) {
  .notificationPage .notification {
    padding: 30px 0 60px;
  }
  .notificationPage .notification-header {
    margin-bottom: 20px;
  }
  .notificationPage .notification-thumb {
    width: 60px;
    height: 60px;
  }
  .notificationPage .notification-thumb img {
    width: 40px;
  }
  .notificationPage .notification-txt h3 {
    margin-bottom: 8px;
  }
  .notificationPage .notification-txt h3, .notificationPage .notification-txt p {
    font-size: 16px;
    line-height: 24px;
  }
  .notificationPage .notification-right span {
    font-size: 16px;
  }
  .notificationPage .notification-item {
    padding: 15px 20px;
  }
  .notificationPage .notification-item .updateHint {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

@media (max-width: 1199.98px) {
  .notificationPage .notification {
    padding: 30px 0 30px;
  }
}

@media (max-width: 575.98px) {
  .notificationPage .notification-item {
    padding: 15px;
  }
  .notificationPage .notification-thumb {
    width: 55px;
    height: 55px;
    margin-right: 15px;
  }
  .notificationPage .notification-txt p {
    font-size: 14px;
    line-height: 22px;
  }
  .notificationPage .notification-right span {
    font-size: 14px;
  }
}
