@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");
/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.checkboxsection {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkboxsection input[type=checkbox] {
  position: absolute;
  left: 0px;
  z-index: 2;
  opacity: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.checkboxsection input[type=checkbox] + input + label::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background: url(../images/checkbox2.png) no-repeat left top;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.checkboxsection input[type=checkbox]:checked + input + label::before {
  background-position: 0px -21px;
}
.checkboxsection label {
  padding-left: 30px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media (max-width: 991px) {
  .checkboxsection label {
    font-size: 16px;
    line-height: 20px;
  }
}

.moretext {
  display: none;
}

.welcomeSection .heading {
  text-align: center;
}
.welcomeSection p {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  color: #323232;
  text-align: center;
}
.welcomeSection a {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #064E4F;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: auto;
}
.welcomeSection a:hover {
  color: #064e4f !important;
}
@media (max-width: 1700px) {
  .welcomeSection p {
    font-size: 18px;
    line-height: 26px;
  }
  .welcomeSection a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1440px) {
  .welcomeSection p {
    font-size: 16px;
    line-height: 22px;
  }
  .welcomeSection a {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .welcomeSection p, .welcomeSection a {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .welcomeSection p, .welcomeSection a {
    font-size: 14px;
    line-height: 20px;
  }
}

.form-control:focus {
  border-color: #064E4F;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1480px;
  }
}
@media (min-width: 1901px) and (max-width: 2500px) {
  .container {
    max-width: 1500px;
  }
}
.containerpd {
  padding-left: 45px !important;
  padding-right: 45px !important;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .containerpd {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 991px) {
  .containerpd {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 575px) {
  .containerpd {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

body {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #000;
}
@media (max-width: 1199px) {
  body {
    font-size: 13px;
  }
}

p {
  line-height: 24px;
  color: #000;
}
@media (max-width: 1440px) {
  p {
    line-height: 22px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  color: #000;
}

.poppinsFnt {
  font-family: "Inter", sans-serif;
}

.ebGaramondFnt {
  font-family: "Inter", sans-serif;
}

a, button {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a {
  color: #064e4f;
  cursor: pointer;
}
a:hover {
  color: #000;
}

.badge.badge-secondary, .badge .badge-warning {
  background: #13503B;
  color: #fff;
}

.shopbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 !important;
}
.shopbar .megamenu-section .megamenu .navbar-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  .shopbar .megamenu-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
}

.instasearch-drop.open {
  width: 400px !important;
  margin-top: 25px;
  border: 0px;
}
@media (max-width: 991px) {
  .instasearch-drop.open {
    width: 300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .instasearch-drop.open {
    width: 200px !important;
    min-width: 400px;
    left: 0% !important;
    margin-top: 17px;
  }
}
@media (max-width: 767px) {
  .instasearch-drop.open {
    width: 200px !important;
    min-width: 400px;
    margin-top: 18px;
    right: 0 !important;
    left: auto !important;
  }
}
@media (max-width: 575px) {
  .instasearch-drop.open {
    width: 150px !important;
    min-width: 360px;
  }
}
@media (max-width: 480px) {
  .instasearch-drop.open {
    min-width: 280px;
    margin-top: 18px;
  }
}
@media (max-width: 420px) {
  .instasearch-drop.open {
    min-width: 261px;
  }
}
@media (max-width: 380px) {
  .instasearch-drop.open {
    min-width: 240px;
  }
}
@media (max-width: 330px) {
  .instasearch-drop.open {
    min-width: 270px;
    margin-top: 33px;
  }
}

@media (max-width: 480px) {
  .instasearch-hit {
    font-size: 13px;
    padding: 8px 10px;
  }
}

@media (max-width: 480px) {
  .instasearch-hit-thumb {
    width: 36px;
    min-width: 36px;
    max-height: 36px;
  }
}

@media (max-width: 480px) {
  .instasearch-group-header {
    font-size: 19px;
  }
}

.home .shopbar-section {
  padding: 50px 0px 15px 0px;
}
@media (max-width: 1199px) {
  .home .shopbar-section {
    padding: 30px 0px 30px 0px;
  }
}
@media (max-width: 991px) {
  .home .shopbar-section {
    padding: 15px 0px 15px 0px;
  }
}

.shopbar-section {
  padding: 15px 0px;
}

#shopbar-cart {
  margin: 0px !important;
}

.shopbar .flx33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
}
.shopbar .shop-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shopbar .shop-logo .brand {
  width: auto;
  max-width: 283px;
  display: contents;
}
.shopbar .shop-logo .brand img {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shopbar .search-focused .shop-logo {
  margin-left: 0;
  opacity: 1;
  -webkit-transform: inherit;
          transform: inherit;
}
.shopbar .instasearch-form {
  padding: 2px 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  min-width: 330px;
  margin-right: 30px;
  max-width: 100%;
}
.shopbar .instasearch-form .instasearch-term {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  border: none;
  padding: 5px 10px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  padding-right: 50px;
}
.shopbar .instasearch-form ::-webkit-input-placeholder {
  color: #666666;
}
.shopbar .instasearch-form ::-moz-placeholder {
  color: #666666;
}
.shopbar .instasearch-form :-ms-input-placeholder {
  color: #666666;
}
.shopbar .instasearch-form ::-ms-input-placeholder {
  color: #666666;
}
.shopbar .instasearch-form ::placeholder {
  color: #666666;
}
.shopbar .instasearch-form .instasearch-button {
  background: transparent;
  border: none;
  padding: 0 !important;
  width: 20px;
  right: 20px;
}
.shopbar .instasearch-form .instasearch-button i {
  color: #000;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  position: relative;
  left: 0;
  top: 0;
}
.shopbar .shopbar-button {
  padding: 0;
  border: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shopbar .shopbar-button .shopbar-button-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  display: none;
}
.shopbar .shopbar-tools {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1700px) {
  .shopbar .instasearch-form .instasearch-term {
    font-size: 16px;
    line-height: 16px;
  }
  .shopbar .shop-logo {
    margin-right: 0;
  }
  .shopbar .shop-logo .brand {
    min-width: 120px;
    max-width: 150px;
  }
  .shopbar .shopbar-button .shopbar-button-label {
    font-size: 14px;
    line-height: 1.2;
  }
  .shopbar .shopbar-button .shopbar-button-icon i {
    width: 25px !important;
    height: 25px !important;
  }
  .shopbar .shopbar-button .shopbar-button-icon .haertIcon {
    height: 22px !important;
  }
  .shopbar .shopbar-button .shopbar-button-icon .bagIcon {
    height: 24px !important;
  }
}
@media (max-width: 1366px) {
  .shopbar .shop-logo .brand img {
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .shopbar .instasearch-form {
    min-width: 250px;
  }
  .shopbar .instasearch-form .instasearch-term {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    height: 35px;
  }
  .shopbar .instasearch-form .instasearch-term {
    height: 30px;
  }
  .shopbar .instasearch-form .instasearch-button {
    right: 15px;
    top: -5px;
  }
  .shopbar .shopbar-button .shopbar-button-label {
    font-size: 12px;
  }
  .shopbar .shopbar-button .shopbar-button-icon i {
    width: 22px !important;
    height: 25px !important;
    background-position: bottom !important;
  }
}
@media (max-width: 991px) {
  .shopbar .shopbar-button .shopbar-button-icon i {
    width: 20px !important;
    height: 22px !important;
  }
  .shopbar .shopbar-button .shopbar-button-icon .haertIcon {
    width: 22px !important;
  }
}

#content {
  margin: 0 auto;
}
#content.content {
  position: relative;
}

.megamenu-container {
  display: block !important;
  width: 100%;
  padding: 40px 50px;
  max-width: 1920px;
  margin: 0 auto;
}
.megamenu-container .megamenu {
  border: 0px !important;
}
@media (max-width: 767px) {
  .megamenu-container {
    padding: 30px 20px !important;
  }
}

.megamenuheader {
  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;
  margin-bottom: 50px;
  position: relative;
}
.megamenuheader ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
.megamenuheader ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-transform: capitalize;
}
.megamenuheader ul li.seperator {
  background: #000;
  width: 1px;
  height: 100%;
  margin: 0px 40px;
}
@media (max-width: 767px) {
  .megamenuheader ul li.seperator {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .megamenuheader {
    margin-bottom: 30px;
  }
}
.megamenuheader .mobLogo img {
  max-height: 90px;
}
@media (max-width: 767px) {
  .megamenuheader .mobLogo img {
    max-height: 70px;
  }
}
.megamenuheader .closeBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  margin: auto;
  color: #000;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.megamenu-section {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.megamenu-section.active {
  opacity: 1;
  visibility: visible;
}
.megamenu-section.active .navbar {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.megamenu-section .navbar {
  position: relative;
  max-width: 640px;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: auto;
}

.menuoverlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menuoverlay .leftmenuoverlay {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
}
.menuoverlay .leftmenuoverlay .title {
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 10%;
  margin: 0px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 15px;
  text-decoration: none !important;
}
.menuoverlay .leftmenuoverlay ul {
  padding: 0;
  list-style: disc;
  padding-left: 20px;
}
.menuoverlay .leftmenuoverlay ul li {
  margin-bottom: 10px;
}
.menuoverlay .leftmenuoverlay ul li:last-child {
  margin-bottom: 0px;
}
.menuoverlay .leftmenuoverlay ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-decoration: none !important;
}
.menuoverlay .spacer {
  height: 40px;
}
@media (max-width: 767px) {
  .menuoverlay {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menuoverlay .leftmenuoverlay {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .menuoverlay .leftmenuoverlay .title {
    font-size: 14px;
  }
  .menuoverlay .leftmenuoverlay ul li a {
    font-size: 14px;
  }
  .menuoverlay .spacer {
    height: 30px;
  }
}

#cookie-manager-window {
  font-size: 17px;
}
#cookie-manager-window .modal-dialog {
  margin-top: 10%;
}
#cookie-manager-window .modal-content .modal-body {
  padding: 20px 15px 10px 15px !important;
}
#cookie-manager-window .modal-content .modal-body #cookie-manager {
  margin-top: 0px !important;
}
#cookie-manager-window .modal-content .modal-footer {
  padding: 10px 15px 20px 15px !important;
}
#cookie-manager-window h4 {
  font-size: 22px;
}
#cookie-manager-window .cm-intro a {
  color: #064e4f;
}
#cookie-manager-window .cm-intro a:hover {
  color: #000;
}
#cookie-manager-window .cm-consent {
  position: relative;
  margin-bottom: 13px;
}
#cookie-manager-window .cm-consent .cm-consent-intro {
  padding-top: 0.86rem;
}
#cookie-manager-window .cm-consent .cm-consent-switch {
  width: 20px;
  height: 20px;
  background: #000;
}
#cookie-manager-window .cm-consent label {
  margin: 0px;
}
#cookie-manager-window .cm-consent label input {
  width: 20px;
  height: 20px;
  margin: 0px !important;
  top: 0px;
}
#cookie-manager-window .cm-consent label input:checked {
  background: #000;
  color: #fff;
}
#cookie-manager-window .cm-consent h5 {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}
#cookie-manager-window .cm-consent h5 i {
  margin-left: 5px;
  cursor: pointer;
}
#cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
  text-align: center;
  padding: 13px 25px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  overflow: hidden;
  background: #000;
  color: #fff;
  min-width: 148px;
}
#cookie-manager-window .btn-primary:hover, #cookie-manager-window .btn-primary:focus, #cookie-manager-window .btn-secondary:hover, #cookie-manager-window .btn-secondary:focus {
  background: #064e4f;
  color: #fff;
}
#cookie-manager-window .btn-primary:hover::before, #cookie-manager-window .btn-primary:focus::before, #cookie-manager-window .btn-secondary:hover::before, #cookie-manager-window .btn-secondary:focus::before {
  background: #064e4f;
}
@media (max-width: 1440px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 16px;
    padding: 14px 15px;
  }
}
@media (max-width: 1366px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 12px;
    padding: 10px 15px 12px 17px;
  }
}
@media (max-width: 360px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 11px;
    padding: 10px 10px 12px 10px;
  }
}
#cookie-manager-window .btn-secondary {
  background: #13503B;
  color: #fff;
}
#cookie-manager-window .btn-secondary:hover, #cookie-manager-window .btn-secondary:focus {
  background: #000;
  color: #fff;
}
@media (max-width: 1440px) {
  #cookie-manager-window {
    font-size: 15px;
  }
  #cookie-manager-window .modal-content .modal-body {
    padding: 15px 5px 10px 5px !important;
  }
  #cookie-manager-window .modal-content .modal-footer {
    padding: 10px 5px 15px 5px !important;
  }
  #cookie-manager-window h4 {
    font-size: 20px;
  }
  #cookie-manager-window .cm-consent h5 {
    font-size: 15px;
    padding-left: 12px !important;
  }
  #cookie-manager-window .cm-consent .cm-consent-switch {
    width: 17px;
    height: 17px;
  }
  #cookie-manager-window .cm-consent label input {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  #cookie-manager-window {
    font-size: 14px;
  }
  #cookie-manager-window h4 {
    font-size: 18px;
  }
  #cookie-manager-window .cm-consent h5 {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  #cookie-manager-window {
    font-size: 13px;
  }
  #cookie-manager-window h4 {
    font-size: 17px;
  }
  #cookie-manager-window .cm-consent-switch {
    width: 15px;
    height: 15px;
  }
  #cookie-manager-window h5 {
    font-size: 14px;
  }
  #cookie-manager-window label input {
    width: 15px;
    height: 15px;
  }
  #cookie-manager-window .btn {
    min-width: 1px;
  }
}

.home #header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: transparent !important;
}
.home #header .search-focused .shop-logo {
  opacity: 1;
  margin-left: inherit !important;
  -webkit-transform: inherit;
          transform: inherit;
}
.home #header .search-focused .instasearch-button {
  z-index: 2;
}
.home #header .search-focused .instasearch-button i::before {
  font-size: 24px !important;
  line-height: 24px !important;
}
.home #header .instasearch-button i {
  color: #fff;
}

.home #content-wrapper {
  padding-top: 0px !important;
}

#searchIcon {
  margin-right: 20px;
}
#searchIcon svg path {
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
#searchIcon:hover svg path {
  stroke: #064E4F;
}

.home .rightHeader svg path {
  stroke: #fff !important;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.otherPages #header {
  position: relative;
  z-index: 99999;
  z-index: 99999;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
}

.topHeader {
  background: #272727;
  padding: 12px 0;
  display: none !important;
}
.topHeader .menubar-container {
  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;
}
.topHeader .menubar-group {
  margin-left: 0px;
}
.topHeader .menubar {
  padding: 0;
}
.topHeader .menubar a.menubar-link {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 0 31px !important;
}
@media (max-width: 1700px) {
  .topHeader .menubar a.menubar-link {
    font-size: 15px;
    line-height: 18px;
    padding: 0px 24px !important;
  }
}
@media (max-width: 1700px) {
  .topHeader .menubar a.menubar-link {
    font-size: 14px;
    line-height: 16px;
    padding: 0px 22px !important;
  }
}
@media (max-width: 1366px) {
  .topHeader .menubar a.menubar-link {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 18px !important;
  }
}
@media (max-width: 1199px) {
  .topHeader {
    padding: 10px 0px;
  }
  .topHeader .menubar a.menubar-link {
    font-size: 11px;
    line-height: 12px;
    padding: 0px 15px !important;
  }
}

.topHeaderSection {
  display: none !important;
  border-bottom: 1px solid rgba(6, 78, 79, 0.4);
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #F5F8FD;
  border-radius: 0px 0px 10px 10px;
  border-bottom: none;
  padding-top: 9px;
  padding-bottom: 16px;
}
.topHeaderSection p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 15px;
  color: #626262;
}
.topHeaderSection .headerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topHeaderSection .headerSocial a {
  padding: 0px 5px;
  margin: 0 5px;
  width: auto;
  height: auto;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topHeaderSection .headerSocial a i {
  font-size: 20px;
  color: #414141;
}
@media (max-width: 1700px) {
  .topHeaderSection {
    padding: 10px 0px;
  }
  .topHeaderSection p {
    font-size: 14px;
    line-height: 1.2;
  }
  .topHeaderSection .headerSocial a i {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .topHeaderSection {
    margin: 0px !important;
  }
  .topHeaderSection .translateDiv .langBtn {
    margin-left: 0;
  }
  .topHeaderSection .translateDiv p {
    display: none !important;
  }
  .topHeaderSection {
    padding: 6px;
  }
  .topHeaderSection p {
    font-size: 12px;
  }
  .topHeaderSection .headerSocial a i {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .topHeaderSection p {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .topHeaderSection .headerSocial a {
    margin-right: 5px;
  }
  .topHeaderSection .headerSocial i:before {
    font-size: 14px;
    line-height: 14px !important;
  }
}
@media (max-width: 360px) {
  .topHeaderSection {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topHeaderSection p {
    display: none !important;
  }
}

.block .block-body {
  padding: 0px;
  margin: 0px;
}

.navbar-light .megamenu .navbar-nav {
  white-space: inherit;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.navbar-light .megamenu .navbar-nav.flex-nowrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navbar-light .megamenu .navbar-nav .nav-item {
  padding: 0px;
  margin-left: 65px;
}
.navbar-light .megamenu .navbar-nav .nav-item .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  padding: 0px;
  background: none !important;
  position: relative;
}
.navbar-light .megamenu .navbar-nav .nav-item .nav-link:before {
  display: none;
}
.navbar-light .megamenu .navbar-nav .nav-item:hover .nav-link, .navbar-light .megamenu .navbar-nav .nav-item.selected .nav-link {
  color: #064e4f;
}
@media (max-width: 1700px) {
  .navbar-light .megamenu .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .navbar-light .megamenu .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .navbar-light .megamenu .navbar-nav .nav-item {
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  .navbar-light .megamenu .navbar-nav .nav-item {
    margin-left: 40px;
  }
  .navbar-light .megamenu .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}

.shopbar-col-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.topLinks {
  margin-left: 12px;
}
@media (max-width: 991px) {
  .topLinks {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media (max-width: 767px) {
  .topLinks {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    margin-left: 0px !important;
  }
}

.home #header .shopbar-tools #menubar-my-account .fa-user-circle {
  background: url(../images/user_head_wht.svg) no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-bottom: 0;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
@media (max-width: 1700px) {
  .home #header .shopbar-tools #menubar-my-account .fa-user-circle {
    width: 22px !important;
    height: 25px !important;
  }
}
.home #header .shopbar-tools .menubar-link .adminLogo {
  background: url(../images/admin.png) no-repeat;
  background-size: contain;
  height: 28px;
  width: 28px;
}

#header .shopbar-tools {
  padding: 0px;
  width: auto;
}
#header .shopbar-tools .shopbar-tool {
  margin-right: 25px;
}
#header .shopbar-tools .shopbar-tool .shopbar-button-icon {
  height: auto;
  font-size: inherit;
}
@media (max-width: 1440px) {
  #header .shopbar-tools .shopbar-tool {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  #header .shopbar-tools .shopbar-tool {
    margin: 0 15px;
  }
}
#header .shopbar-tools #menubar-my-account {
  margin-right: 25px;
  margin-left: 0px;
}
@media (max-width: 991px) {
  #header .shopbar-tools #menubar-my-account {
    margin-right: 0;
  }
}
#header .shopbar-tools #menubar-my-account .disNone {
  display: none;
}
#header .shopbar-tools #menubar-my-account .fa-user-circle {
  background: url(../images/user_head.svg) no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-bottom: 0;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
#header .shopbar-tools #menubar-my-account .fa-user-circle::before {
  display: none;
}
@media (max-width: 1700px) {
  #header .shopbar-tools #menubar-my-account .fa-user-circle {
    width: 22px !important;
    height: 25px !important;
  }
}
#header .shopbar-tools .menubar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  text-transform: inherit;
  font-size: 20px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  line-height: 25px;
  color: #000;
}
#header .shopbar-tools .menubar-link .fa-angle-down:before {
  font-size: 18px;
  color: #000;
}
#header .shopbar-tools .menubar-link .adminLogo {
  background: url(../images/admin.png) no-repeat;
  background-size: contain;
  height: 28px;
  width: 28px;
}
#header .shopbar-tools .shopbar-button {
  min-width: 1px;
  height: auto;
  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;
  background: transparent !important;
}
#header .shopbar-tools .shopbar-button .shopbar-button-icon {
  width: auto;
  height: auto;
}
#header .tabbyLogo {
  min-width: 92px;
  margin-left: 18px;
  margin-top: 5px;
}
#header .tabbyLogo img {
  width: auto;
}
#header nav.menubar-group.menubar-group--special.d-none.d-xl-block {
  display: none !important;
}
@media (max-width: 1700px) {
  #header .shopbar-tools #menubar-my-account {
    margin-right: 20px;
    margin-top: 0;
  }
  #header .shopbar-tools .menubar-group.menubar-group--special {
    display: none !important;
  }
  #header .shopbar-tools .menubar-link img {
    max-width: 25px;
  }
}
@media (max-width: 1700px) {
  #header .shopbar-tools .menubar-link {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  #header .shopbar-section {
    border: 0px;
  }
  #header .shopbar-section .shopbar-tools .shopbar-tool {
    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;
  }
  #header .shopbar-section .shopbar-tools #menubar-my-account {
    margin-right: 0px;
  }
  #header .shopbar-section .shopbar-tools #menubar-my-account .menubar-link.loggedInUser {
    margin-right: 0;
  }
  #header .shopbar-section .shopbar-tools #menubar-my-account .menubar-caret {
    right: -15px;
  }
  #header .shopbar-section .shopbar-tools #menubar-my-account .fa-user-circle {
    width: 20px !important;
    height: 24px !important;
    margin: 0px;
    background-position: bottom;
  }
  #header .shopbar-section .shopbar-tools #shopbar-menu {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shop-logo {
    margin-right: 0px;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shop-logo img {
    max-width: 120px;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .langCurrencySelector {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #header .shopbar-section .shopbar .flx33.shopbar-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #header .shopbar-section .shopbar .flx33.shop-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 165px;
    margin-right: 20px;
  }
  #header .shopbar-section .shopbar .flx33.shopbar-col-group-tools {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #header .shopbar-section .shopbar .shop-logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .shopbar-section .shopbar .shop-logo .brand {
    max-width: 165px;
  }
  #header .shopbar-section .shopbar .instasearch-form {
    margin-left: 8px;
    margin-right: 15px;
  }
  #header .shopbar-section .shopbar #shopbar-menu .shopbar-button-icon .icm-menu {
    background: url(../images/menu_icon.png) no-repeat center center;
    background-size: 20px;
    width: 22px;
    height: 20px;
  }
  #header .shopbar-section .shopbar #shopbar-menu .shopbar-button-icon .icm-menu::before {
    display: none;
  }
  #header .shopbar-section .shopbar #shopbar-user {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .shopbar-tools #menubar-my-account .fa-user-circle {
    background-position: top !important;
  }
  #header .shopbar-tools {
    width: 100%;
  }
  #header .shopbar-tools #menubar-my-account .menubar-link.loggedInUser {
    margin-right: 0px !important;
  }
  #header .shopbar-section {
    padding: 0px;
  }
  #header .shopbar-section .shopbar {
    margin: 0px;
  }
  #header .shopbar-section .shopbar .shop-logo .brand {
    min-width: inherit;
  }
  #header .shopbar-section .shopbar .shopbar-col-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header .shopbar-section .shopbar .shopbar-col-group .shop-logo {
    margin-bottom: 0px !important;
  }
  #header .shopbar-section .shopbar .shopbar-col-group.shopbar-col-group-brand {
    position: relative;
  }
  #header .shopbar-section .shopbar .shopbar-col-group .shopbar-tools {
    padding: 5px 0px 5px 0px;
  }
  #header .shopbar-section .shopbar .instasearch-form {
    margin: 0px auto;
    max-width: 100%;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-button {
    border-radius: 0%;
    background: transparent;
    padding: 5px;
    width: 30px !important;
    height: 30px !important;
    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;
    color: #fff;
    right: 2px;
    top: 2px;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-button i {
    color: #000;
    font-size: 18px;
  }
  #header .tabbyLogo img {
    max-width: 72px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #header .shopbar-section .shopbar > .shopbar-col-group {
    position: relative;
    padding: 15px 0px;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-col-group {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group.shopbar-col-group-brand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-tools {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 auto;
  }
  #header .shopbar-section .shopbar > .shopbar-col-group .shopbar-tools .shopbar-button {
    padding: 0;
  }
  #header .shopbar-section .shopbar-tools #shopbar-menu {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #header .tabbyLogo {
    margin-left: 8px;
    max-width: 56px;
  }
  #header .tabbyLogo img {
    max-width: 56px;
  }
}
@media (max-width: 575px) {
  #header .shopbar-section .shopbar-tools .shopbar-tool {
    margin: 0 8px;
  }
}

.shopbar-search {
  position: fixed;
  background: #fff;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  height: 110px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  display: none;
}
.shopbar-search .instasearch-form {
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
}
.shopbar-search.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .shopbar-search {
    height: auto;
  }
  .shopbar-search .container {
    padding-left: 0px;
  }
}

#searchClose {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: -5px;
  right: 5%;
  cursor: pointer;
  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;
  cursor: pointer;
}
#searchClose img {
  width: 20px;
  height: 20px;
}

#searchIcon {
  cursor: pointer;
}
#searchIcon i {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  #searchIcon {
    margin-top: 6px !important;
  }
}

.homeBannerSection {
  position: relative;
}
.homeBannerSection .customHomeSlider .slide-inner {
  height: 100%;
}
.homeBannerSection .customHomeSlider .slide-inner picture video {
  -o-object-fit: cover;
     object-fit: cover;
}
.homeBannerSection .slick-slide img {
  width: 100%;
}
.homeBannerSection .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.homeBannerSection .slick-list {
  z-index: 1;
}
.homeBannerSection .slick-dots {
  bottom: -20px;
  z-index: 2;
}
.homeBannerSection .slick-dots li {
  margin: 0px 5px;
  padding: 0px;
  width: 20px;
  height: 20px;
}
.homeBannerSection .slick-dots li button {
  background: #f3f3f3;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid transparent;
}
.homeBannerSection .slick-dots li.slick-active button {
  background: #064e4f;
}
.homeBannerSection .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  background: none;
  width: 17px;
  height: 27px;
  border: none;
  font-size: 0;
}
.homeBannerSection .slick-arrow:hover {
  background: none;
}
.homeBannerSection .slick-arrow::before {
  display: none;
}
.homeBannerSection .slick-arrow.slick-prev {
  background-image: url(../images/arrow_left1.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: -40px;
  opacity: 0.51;
}
.homeBannerSection .slick-arrow.slick-prev:hover {
  background-image: url(../images/arrow_left1.png);
  opacity: 1;
}
.homeBannerSection .slick-arrow.slick-next {
  background-image: url(../images/arrow_right1.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: -40px;
  opacity: 0.51;
}
.homeBannerSection .slick-arrow.slick-next:hover {
  background-image: url(../images/arrow_right1.png);
  opacity: 1;
}
.homeBannerSection .homeSlider .bannerBox {
  position: relative;
}
.homeBannerSection .homeSlider .bannerImage img {
  width: 100%;
}
.homeBannerSection .homeSlider .bannerDesc {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  bottom: 0;
  width: 100%;
  text-align: left;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
  font-size: 110px;
  font-weight: 400;
  line-height: 110px;
  color: #13503B;
  text-transform: uppercase;
}
.homeBannerSection .homeSlider .bannerDesc .bannerText {
  font-size: 200px;
  font-weight: 400;
  line-height: 130px;
  color: #13503B;
  text-transform: uppercase;
  display: block;
}
.homeBannerSection .homeSlider .bannerDesc .bannerBtn {
  margin-top: 35px;
}
.homeBannerSection .homeSlider .bannerDesc .offerbg {
  background: #9B7F67;
  font-size: 70px;
  line-height: 50px;
  font-weight: 400;
  display: inline-block;
  padding: 10px;
  color: #fff;
  padding: 10px;
  margin-top: 15px;
}
.homeBannerSection .homeSlider .bannerDesc .offerbg span {
  font-weight: 700;
}
.homeBannerSection .homeSlider .bannerDesc .blagTagline {
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  color: #000;
}
@media (max-width: 1700px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 90px;
    line-height: 90px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 168px;
    line-height: 113px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 58px;
    line-height: 45px;
    margin: 12px 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 44px;
    line-height: 44px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 30px;
  }
}
@media (max-width: 1700px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 80px;
    line-height: 82px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 148px;
    line-height: 116px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 50px;
    line-height: 40px;
    margin: 12px 0px 20px 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 36px;
    line-height: 36px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 25px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 12px 26px;
    font-size: 16px;
    line-height: 19px;
  }
  .homeBannerSection .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .homeBannerSection .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1440px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 70px;
    line-height: 72px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 128px;
    line-height: 110px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 43px;
    line-height: 35px;
    margin: 7px 0px 15px 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 31px;
    line-height: 30px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 25px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 11px 20px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 1366px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 70px;
    line-height: 70px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 128px;
    line-height: 100px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 43px;
    line-height: 33px;
    margin: 6px 0px 15px 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 26px;
    line-height: 26px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 18px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 17px;
  }
  .homeBannerSection .slick-arrow {
    background-size: 14px;
  }
  .homeBannerSection .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .homeBannerSection .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1199px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 92px;
    line-height: 88px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 30px;
    line-height: 25px;
    margin: 6px 0px 11px 0px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 23px;
    line-height: 23px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 10px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 9px 20px;
  }
}
@media (max-width: 991px) {
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 35px;
    line-height: 35px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 65px;
    line-height: 65px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 21px;
    line-height: 21px;
    margin: 6px 0px 9px 0px;
    padding: 6px 7px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 20px;
    line-height: 20px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 10px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 8px 15px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .homeBannerSection .homeSlider .bannerImage img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .homeBannerSection .homeSlider .bannerDesc .HeadingBanner {
    font-size: 35px;
    line-height: 35px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerText {
    font-size: 65px;
    line-height: 65px;
  }
  .homeBannerSection .homeSlider .bannerDesc .offerbg {
    font-size: 21px;
    line-height: 21px;
    margin: 6px 0px 9px 0px;
    padding: 6px 7px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blagTagline {
    font-size: 20px;
    line-height: 20px;
  }
  .homeBannerSection .homeSlider .bannerDesc .bannerBtn {
    margin-top: 10px;
  }
  .homeBannerSection .homeSlider .bannerDesc .blackBtn {
    padding: 8px 15px;
    font-size: 13px;
  }
  .homeBannerSection .slick-arrow {
    background-size: 12px;
  }
  .homeBannerSection .slick-arrow.slick-prev {
    left: 15px;
  }
  .homeBannerSection .slick-arrow.slick-next {
    right: 15px;
  }
  .homeBannerSection .slick-dots {
    padding: 8px 0px;
  }
  .homeBannerSection .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .homeBannerSection .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.imgboxComman {
  margin-bottom: 30px;
}
.imgboxComman img {
  max-width: 100%;
  width: 100%;
}
.imgboxComman.widthfull100 img {
  width: 100%;
}
@media (max-width: 575px) {
  .imgboxComman {
    margin-bottom: 15px;
  }
}

.heading::before {
  display: none;
}

.hd2, .heading-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  color: #232323;
  margin: 0px 0px 25px 0px;
  background: none;
}
.hd2.fs-h1, .heading-title.fs-h1 {
  font-size: 28px !important;
  font-weight: 400;
  line-height: 32px;
  color: #232323;
  margin: 0px 0px 25px 0px;
  background: none;
}
@media (max-width: 991px) {
  .hd2, .heading-title {
    font-size: 24px !important;
    line-height: 30px;
  }
  .hd2.fs-h1, .heading-title.fs-h1 {
    font-size: 24px !important;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .hd2, .heading-title {
    font-size: 20px !important;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .hd2.fs-h1, .heading-title.fs-h1 {
    font-size: 20px !important;
    line-height: 26px;
    margin-bottom: 15px;
  }
}

.hd3 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  padding: 0px 0px 26px 0px;
  margin: 0px;
}
@media (max-width: 1366px) {
  .hd3 {
    font-size: 24px;
    line-height: 24px;
  }
}

.sectionPadding {
  padding: 100px 0px;
}
.sectionPadding.paddtop0 {
  padding-top: 0px;
}
.sectionPadding.paddbtm0 {
  padding-bottom: 0px;
}
@media (max-width: 1440px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}
@media (max-width: 1366px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 30px 0;
  }
}

.bgGreay {
  position: relative;
}
.bgGreay::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 53.5%;
  background: #F3F3F3;
}
@media (max-width: 1700px) {
  .bgGreay::after {
    height: 54.5%;
  }
}

.comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 50%;
  background: #fff;
  width: 43px;
  height: 43px;
  border: #000 solid 1px;
  font-size: 0;
  position: absolute;
  top: 42%;
  z-index: 3;
}
.comman_slider .slick-arrow:hover, .artlist-carousel .slick-arrow:hover {
  background-color: #000;
}
.comman_slider .slick-arrow::before, .artlist-carousel .slick-arrow::before {
  display: none;
}
.comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
  background-image: url(../images/arrow_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: -66px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.comman_slider .slick-arrow.slick-prev:hover, .artlist-carousel .slick-arrow.slick-prev:hover {
  background-image: url(../images/arrow_left_hover.png);
}
.comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: -66px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.comman_slider .slick-arrow.slick-next:hover, .artlist-carousel .slick-arrow.slick-next:hover {
  background-image: url(../images/arrow_right_hover.png);
}
@media (max-width: 1440px) {
  .comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 10px;
    top: 44%;
  }
}
@media (max-width: 1366px) {
  .comman_slider .comman_slider .slick-arrow, .artlist-carousel .comman_slider .slick-arrow {
    width: 36px;
    height: 36px;
    background-size: 8px;
  }
  .comman_slider .comman_slider .slick-arrow.slick-prev, .artlist-carousel .comman_slider .slick-arrow.slick-prev {
    left: -58px;
  }
  .comman_slider .comman_slider .slick-arrow.slick-next, .artlist-carousel .comman_slider .slick-arrow.slick-next {
    right: -58px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
    width: 32px;
    height: 32px;
    background-size: 8px;
    z-index: 2;
  }
  .comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
    left: -38px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: -38px;
  }
}
@media (max-width: 991px) {
  .comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
    width: 28px;
    height: 28px;
  }
  .comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
    left: -31px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: -31px;
  }
}
@media (max-width: 575px) {
  .comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
    left: -8px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: -8px;
  }
}

.comman_slider .slick-dots {
  position: relative;
  bottom: -15px;
}
.comman_slider .slick-dots li {
  height: auto;
}
.comman_slider .slick-dots li button {
  height: 18px;
  width: 18px;
  border: 0px;
  background: #ccc;
}
.comman_slider .slick-dots li.slick-active button {
  border: 5px solid #000;
  background: transparent;
}
@media (max-width: 1440px) {
  .comman_slider .slick-dots li button {
    height: 15px;
    width: 15px;
  }
  .comman_slider .slick-dots li.slick-active button {
    border: 4px solid #000;
  }
}
@media (max-width: 767px) {
  .comman_slider .slick-dots li button {
    height: 12px;
    width: 12px;
  }
}

.artlist {
  margin: 0px;
}
.artlist::after {
  display: none;
}

.slick-list .art .artBox {
  margin: 0px 5px;
}

.art {
  margin: 0px;
  padding: 0px;
  border: none;
}
.art:hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.art .artBox {
  position: relative;
  padding: 10px 10px 38px 10px;
  position: relative;
  margin: 0px;
  text-align: center;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 490px;
  height: 100%;
  border-radius: 10px;
  background: #F5F8FD;
  border: none !important;
}
.art .artBox:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art .artBox .sales_art {
  position: absolute;
  top: 0px;
  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;
  z-index: 3;
  width: 100%;
}
.art .artBox .sales_art span {
  margin: 0px auto;
  background: #E4E4E4;
  color: #000;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 18px;
  line-height: 16px;
}
.art .artBox .art-badges {
  display: none;
}
.art .artBox .art-picture-block {
  min-height: 340px;
  max-height: 262px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
  margin: 0px 0px 25px 0px;
}
.art .artBox .art-picture-block img {
  max-width: 100%;
  max-height: 262px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art .artBox .art-brand {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  text-transform: uppercase;
  padding-bottom: 13px;
}
.art .artBox .art-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  height: auto;
  margin-bottom: 12px;
  color: #000000;
  margin-top: 25px;
  text-align: left;
  padding: 0 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.art .artBox .art-name a {
  color: #000;
}
.art .artBox .art-name a:hover {
  color: #064e4f;
  text-decoration: none;
}
.art .artBox .art-price-block {
  margin: 0px 0px 2px 0px;
  text-align: left;
  padding: 0 40px;
}
.art .artBox .art-price-block .art-price {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
}
.art .artBox .art-price-block .art-price--offer {
  color: #000;
}
.art .artBox .art-price-block .art-oldprice {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
}
.art .artBox .art-drop {
  position: initial;
  background: none;
  visibility: visible;
  border: none;
  z-index: initial;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.art .artBox .art-drop .art-variant-info {
  display: none;
}
.art .artBox .btn-primary {
  display: none;
  background: none;
  min-width: inherit !important;
  width: 21px;
  height: 22px;
  position: absolute;
  right: 17px;
  top: 60px;
  color: #222;
  padding: 0px !important;
}
.art .artBox .btn-primary i {
  display: block;
}
.art .artBox .btn-primary i.fa-cart-arrow-down {
  background: url(../images/basket.png) no-repeat center center;
  background-size: 18px 22px;
  width: 100%;
  height: 100%;
}
.art .artBox .btn-primary i.fa-cart-arrow-down::before {
  display: none;
}
.art .artBox .btn-primary i.fa-cart-arrow-down:hover {
  background-image: url(../images/basket_hover.png);
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link {
  background: none;
  width: 30px;
  height: 28px;
  position: absolute;
  right: 40px;
  top: 0px;
  color: #222;
  padding: 0px;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i {
  display: block;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i.fa-heart {
  background: url(../images/hearticon.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 28px;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i.fa-heart::before {
  display: none;
}
.art .artBox .btn-secondary.art-btn.ajax-cart-link i.fa-heart:hover {
  background-image: url(../images/hearticon_hover.png);
}
.art .artBox .art-btn {
  background: none !important;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #232323;
  text-align: center;
  text-decoration: none !important;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0px;
  margin: 12px auto 0px auto;
}
.art .artBox .art-btn:hover {
  background: none;
  color: #000;
}
@media (max-width: 1700px) {
  .art .artBox {
    min-height: 440px;
    padding: 20px 10px;
    padding-top: 10px;
  }
  .art .artBox .sales_art span {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 14px;
  }
  .art .artBox .art-brand {
    min-height: 21px;
    font-size: 14px;
    padding-bottom: 8px;
  }
  .art .artBox .art-picture-block {
    min-height: 270px;
    max-height: 210px;
    margin-bottom: 20px;
  }
  .art .artBox .art-picture-block img {
    max-height: 208px;
  }
  .art .artBox .art-price-block .art-price {
    font-size: 18px;
  }
  .art .artBox .art-price-block .art-oldprice {
    font-size: 16px;
  }
  .art .artBox .art-btn {
    font-size: 15px;
    margin-top: 10px;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link {
    right: 30px;
    top: 13px;
    margin-top: 0px;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link i.fa-heart {
    width: 25px;
    height: 23px;
  }
  .art .artBox .art-btn.btn-primary {
    width: 17px;
    height: 21px;
    right: 20px;
    top: 52px;
    margin-top: 0px;
  }
  .art .artBox .art-btn.btn-primary i.fa-cart-arrow-down {
    background-size: 17px 21px;
  }
}
@media (max-width: 1366px) {
  .art .artBox {
    padding: 7px 7px 20px 7px;
    min-height: 424px;
  }
  .art .artBox .sales_art span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 12px;
  }
  .art .artBox .art-brand {
    min-height: 21px;
    font-size: 14px;
    padding-bottom: 8px;
  }
  .art .artBox .art-picture-block {
    min-height: 270px;
    max-height: 190px;
    margin-bottom: 15px;
  }
  .art .artBox .art-picture-block img {
    max-height: 185px;
  }
  .art .artBox .art-price-block .art-price {
    font-size: 16px;
  }
  .art .artBox .art-price-block .art-oldprice {
    font-size: 14px;
  }
  .art .artBox .art-btn {
    font-size: 14px;
    margin-top: 8px;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link {
    width: 18px;
    height: 17px;
    right: 45px;
    top: 13px;
    margin-top: 0px;
  }
  .art .artBox .art-btn.btn-primary {
    width: 15px;
    height: 19px;
    right: 15px;
    top: 43px;
    margin-top: 0px;
  }
  .art .artBox .art-btn.btn-primary i.fa-cart-arrow-down {
    background-size: 15px 19px;
  }
}
@media (max-width: 1199px) {
  .art .artBox {
    min-height: inherit;
  }
  .art .artBox .art-picture-block {
    min-height: 225px;
  }
}
@media (max-width: 767px) {
  .art .artBox {
    padding: 7px 7px 15px 7px;
    min-height: 321px;
    margin: 0 8px;
  }
  .art .artBox .sales_art span {
    padding: 5px 7px;
    font-size: 12px;
    line-height: 11px;
    font-weight: 500;
  }
  .art .artBox .art-brand {
    padding-bottom: 6px;
  }
  .art .artBox .art-picture-block {
    min-height: 170px;
    max-height: 162px;
    margin-bottom: 10px;
  }
  .art .artBox .art-picture-block img {
    max-height: 156px;
  }
  .art .artBox .art-name {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0 25px;
  }
  .art .artBox .art-price-block {
    padding: 0 25px;
  }
  .art .artBox .art-price-block .art-price {
    font-size: 14px;
  }
  .art .artBox .art-price-block .art-oldprice {
    font-size: 12px;
  }
  .art .artBox .art-btn {
    font-size: 12px;
    margin-top: 6px;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link, .art .artBox .art-btn.btn-primary {
    right: 24px;
    top: 6px;
  }
}

.productboxlist {
  padding: 0px !important;
}
.productboxlist.artlist-no-separators .artlist-grid:not(.artlist-boxed) .art {
  border-bottom-width: 1px !important;
}

.hmluxurySec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmluxurySec .luxuryBg {
  position: relative;
  background: url(../images/luxury_bg.jpg) no-repeat;
  background-size: cover;
  padding: 25px 50px;
}
.hmluxurySec .luxuryBg h2 {
  font-size: 45px;
  line-height: 45px;
  color: #795741;
}
.hmluxurySec .luxuryBg h2 span {
  display: block;
}
.hmluxurySec .luxuryBg h2 .smallTxt {
  font-size: 40px;
  line-height: 40px;
  padding-left: 12%;
  margin-bottom: -35px;
}
.hmluxurySec .luxuryBg h2 .bigTxt {
  font-size: 160px;
  line-height: 160px;
  color: #A88871;
  font-weight: 400;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.hmluxurySec .luxuryBox {
  position: relative;
}
.hmluxurySec .luxuryBox .luxuryImg img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.hmluxurySec .imgshadow img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hmBestseller {
  position: relative;
  margin-bottom: 0px !important;
}
.hmBestseller .container {
  position: relative;
  z-index: 2;
}
.hmBestseller .art .art-badges {
  display: none;
}
.hmBestseller .hdrow {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hmProduct_section2 .col-lg-6 .imgboxComman:last-child {
  margin-bottom: 0px;
}

.hmProduct_section3 .col-lg-6 .imgboxComman {
  margin-bottom: 0px;
}

.discountSection {
  max-width: 1920px;
  margin: 0px auto;
}
.discountSection .discountlistProudct {
  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;
}
.discountSection .discountlistProudct .boxDiscount:nth-child(2) {
  margin: 0px 30px;
}
.discountSection .discountlistProudct .boxDiscount img {
  width: 100%;
}

.giftImgSection .imgboxComman img {
  width: 100%;
}
.giftImgSection .row .imgboxComman {
  margin-bottom: 0px;
}

.manufactureSlider {
  background: #000;
  margin: 0px !important;
}
.manufactureSlider .artlist-grid.artlist-boxed .art {
  background: transparent;
  border: 1px solid #B8B8B8;
  border-radius: 10px;
}
.manufactureSlider .heading {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.manufactureSlider .heading .heading-title {
  color: #fff !important;
}

.topBrand {
  position: relative;
}
.topBrand .hd2 {
  padding: 0px;
  margin: 0px;
}
.topBrand .postioninherit {
  position: inherit;
}
.topBrand .topBrandSlider {
  margin: 0px !important;
  padding: 0px !important;
  position: inherit;
}
.topBrand .topBrandSlider .art {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  padding: 0;
  margin-bottom: 0px;
}
.topBrand .topBrandSlider .art-genericname {
  display: none;
}
.topBrand .topBrandSlider .art-picture-block {
  margin-bottom: 0px;
}
.topBrand .topBrandSlider .art-picture-block .img-center-container {
  height: 100px;
  padding: 5px;
  min-height: 100px;
  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;
  padding: 15px 12px;
  background: #fff;
  border-radius: 10px;
}
.topBrand .topBrandSlider .art-picture-block .img-center-container img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.topBrand .comman_slider .slick-arrow {
  left: 0px;
  top: 54px;
  background-color: transparent !important;
}
.topBrand .comman_slider .slick-arrow:hover {
  background-color: #000 !important;
}
.topBrand .comman_slider .slick-arrow.slick-prev {
  right: 50px;
  left: inherit;
  top: 0px;
}
.topBrand .comman_slider .slick-arrow.slick-next {
  right: 0px;
  left: inherit;
  top: 0px;
}
@media (max-width: 1366px) {
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 80px;
  }
}
@media (max-width: 991px) {
  .topBrand .topBrandSlider .art-picture-block .img-center-container img {
    max-height: 49px;
  }
  .topBrand .comman_slider .slick-arrow.slick-prev {
    right: 35px;
  }
}
@media (max-width: 767px) {
  .topBrand .hd2 {
    text-align: center;
    padding-bottom: 7px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 80px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container img {
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 80px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container img {
    max-height: 43px;
  }
}
.topBrand .art.show-all-items .show-all-items-link {
  min-height: 150px;
  border: 1px solid #b8b8b8;
  background: #fff;
}
@media (max-width: 991px) {
  .topBrand .art.show-all-items .show-all-items-link {
    min-height: 80px;
  }
}

#footer-newsletter {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
}

.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  font-family: "Inter", sans-serif;
}
.input-group > .form-control::-webkit-input-placeholder, .input-group > .custom-select::-webkit-input-placeholder, .input-group > .custom-file::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
}
.input-group > .form-control::-moz-placeholder, .input-group > .custom-select::-moz-placeholder, .input-group > .custom-file::-moz-placeholder {
  font-family: "Inter", sans-serif;
}
.input-group > .form-control:-ms-input-placeholder, .input-group > .custom-select:-ms-input-placeholder, .input-group > .custom-file:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
}
.input-group > .form-control::-ms-input-placeholder, .input-group > .custom-select::-ms-input-placeholder, .input-group > .custom-file::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
}
.input-group > .form-control::placeholder, .input-group > .custom-select::placeholder, .input-group > .custom-file::placeholder {
  font-family: "Inter", sans-serif;
}

.btn_comman {
  display: inline-block;
}

.btn_comman, #content-wrapper .btn-primary, .btn-warning {
  border: #86C8E2 solid 0px;
  text-align: center;
  padding: 13px 25px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  text-decoration: underline;
  overflow: hidden;
  cursor: pointer !important;
}
.btn_comman span, #content-wrapper .btn-primary span, .btn-warning span {
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .btn_comman, #content-wrapper .btn-primary, .btn-warning {
    font-size: 16px;
    padding: 14px 15px;
  }
}
@media (max-width: 1366px) {
  .btn_comman, #content-wrapper .btn-primary, .btn-warning {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .btn_comman, #content-wrapper .btn-primary, .btn-warning {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn_comman, #content-wrapper .btn-primary, .btn-warning {
    font-size: 12px;
    padding: 10px 15px 12px 17px;
  }
}

.btn-primary .btn_primary, .btn-danger, #content-wrapper .btn-primary, .btn-warning {
  background: #000;
  color: #fff;
  min-width: 148px;
}
.btn-primary .btn_primary:hover, .btn-primary .btn_primary:focus, .btn-danger:hover, .btn-danger:focus, #content-wrapper .btn-primary:hover, #content-wrapper .btn-primary:focus, .btn-warning:hover, .btn-warning:focus {
  background: #064e4f;
  color: #fff;
}
.btn-primary .btn_primary:hover::before, .btn-primary .btn_primary:focus::before, .btn-danger:hover::before, .btn-danger:focus::before, #content-wrapper .btn-primary:hover::before, #content-wrapper .btn-primary:focus::before, .btn-warning:hover::before, .btn-warning:focus::before {
  background: #064e4f;
}

.btn-brd {
  border: #ddd solid 1px;
}

.btn-icon {
  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;
}
.btn-icon img {
  max-width: 7px;
  margin: 0px 6px;
  margin-top: -2px;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn.btn-to-danger:not(:disabled):not(.disabled):not([disabled]):active, .btn.btn-to-danger.active:not(:disabled):not(.disabled):not([disabled]), .show > .btn.btn-to-danger.dropdown-toggle:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  background: #064e4f;
  color: #fff;
}

#content-body {
  position: relative;
}

.breadcrumb-container {
  display: none !important;
}

.paddbtm100 {
  padding-bottom: 100px;
}

.lyt-cols-1 .hd-name-section {
  padding: 0 15px !important;
}

.hd-name-section {
  position: relative;
  display: none;
  padding: 0 !important;
}
.hd-name-section.catBanner {
  display: block !important;
}
.hd-name-section.catBanner .page-title .h3 {
  position: absolute;
  bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1199px) {
  .hd-name-section.catBanner .page-title .h3 {
    display: none;
  }
}
.hd-name-section .page-title {
  background: url(../images/innerbanner1.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 0px;
  margin-bottom: 0px;
  min-height: 400px;
  -webkit-transition: min-height 0.05s linear;
  transition: min-height 0.05s linear;
  border: 0px;
  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;
}
.hd-name-section .page-title h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  line-height: 40px;
  color: #414141;
  margin: 0px;
  padding: 0px;
}
.hd-name-section .page-title h1 span {
  padding-left: 10px;
  font-weight: 300;
  font-size: 30px;
}
.hd-name-section .page-title.pagetitlemargin0 {
  margin-bottom: 0px;
  display: none;
}
@media (max-width: 1700px) {
  .hd-name-section .page-title {
    padding: 20px 0px;
  }
  .hd-name-section .page-title h1 {
    margin-bottom: 0px;
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .hd-name-section .page-title {
    padding: 16px 0px;
  }
  .hd-name-section .page-title h1 {
    font-size: 38px;
  }
}
@media (max-width: 1366px) {
  .hd-name-section .page-title {
    padding: 12px 0px;
    margin-bottom: 20px;
  }
  .hd-name-section .page-title h1 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .hd-name-section .page-title {
    padding: 8px 0px;
    margin-bottom: 20px;
    min-height: 150px;
    min-height: 120px;
  }
  .hd-name-section .page-title h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hd-name-section .page-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .hd-name-section .page-title {
    padding: 7px 0px;
  }
  .hd-name-section .page-title h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 400px) {
  .hd-name-section .page-title h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

.facet-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.facet-toggle.collapsed::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.alert {
  font-size: 15px;
  padding: 15px 35px 13px 65px;
}
.alert::after {
  font-size: 20px;
  width: 50px;
  line-height: 20px;
}
.alert::before {
  width: 50px;
}

#content-left, #content-center {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nowrap.row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body .setleftwidth1, body .setrightwidth1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide #content-left, body.leftdivhide .setleftwidth1 {
  position: absolute;
  left: 0px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide #content-left .leftSideBox, body.leftdivhide .setleftwidth1 .leftSideBox {
  border: none;
}
body.leftdivhide #content-left .arrowshow, body.leftdivhide #content-left .addnewclss, body.leftdivhide .setleftwidth1 .arrowshow, body.leftdivhide .setleftwidth1 .addnewclss {
  display: none;
}
body.leftdivhide #content-center, body.leftdivhide .setrightwidth1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 32px);
          flex: 0 0 calc(100% - 32px);
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  body.leftdivhide #content-center .artlist-grid.artlist-3-cols .art, body.leftdivhide #content-center .artlist-grid.artlist-4-cols .art, body.leftdivhide .setrightwidth1 .artlist-grid.artlist-3-cols .art, body.leftdivhide .setrightwidth1 .artlist-grid.artlist-4-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 150px;
  }
}
body.leftdivhide #content-center .product-list-container .artlist-actions.artlist-actions--top, body.leftdivhide .setrightwidth1 .product-list-container .artlist-actions.artlist-actions--top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide #content-center .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group--page, body.leftdivhide .setrightwidth1 .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group--page {
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide .leftSideBox {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide .leftSideBox .addnewclss {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide .leftSideBox .fiiterBox {
  border: #dddddd solid 1px;
  background: #ffffff;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.leftdivhide .leftSideBox .fiiterBox h3 {
  opacity: 1;
}
body.leftdivhide .leftSideBox .fiiterBox h3 strong.span {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
body.leftdivhide .leftSideBox .fiiterBox h3 strong.strong {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
body.leftdivhide .leftSideBox .fiiterBox h3::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
body.leftdivhide .leftSideBox .crossLine .line.crossLine1 {
  top: 9px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
body.leftdivhide .leftSideBox .crossLine .line.crossLine2 {
  top: 45%;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
body.leftdivhide .leftSideBox .crossLine .line.crossLine3 {
  bottom: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.leftSideBox {
  position: relative;
  border: solid 1px #CACACA;
  font-family: "Inter", sans-serif;
  height: auto;
  background: #fff;
  padding: 70px 45px;
  min-height: 400px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.leftSideBox .filterLabel {
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1440px) {
  .leftSideBox .filterLabel {
    font-size: 20px;
    line-height: 24px;
  }
}
.leftSideBox .btnFilter {
  position: absolute;
  right: 13px;
  top: 0px;
  z-index: 2;
}
.leftSideBox .crossLine {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 26px;
  height: 36px;
  cursor: pointer;
  border: inherit;
}
.leftSideBox .crossLine:focus, .leftSideBox .crossLine:hover {
  border: inherit;
  outline: none;
}
.leftSideBox .crossLine .line {
  display: block;
  background: #000;
  height: 3px;
  width: 26px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.leftSideBox .crossLine .line.crossLine1 {
  top: 42%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.leftSideBox .crossLine .line.crossLine2 {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.leftSideBox .crossLine .line.crossLine3 {
  bottom: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .leftSideBox .crossLine .line {
    width: 21px;
  }
}
.leftSideBox .addnewclss {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .arrowshow {
  position: absolute;
  z-index: 2;
  right: -17px;
  top: 150px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 16px solid #000;
  border-bottom: 16px solid transparent;
  cursor: pointer;
}
.leftSideBox .accordion {
  padding: 0px;
}
.leftSideBox .fiiterBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: transparent solid 1px;
  border-bottom: #dddddd solid 1px;
  padding: 7px 14px 7px 2px;
  margin-bottom: 7px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .fiiterBox h3 {
  width: calc(100% - 50px);
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #232323;
  position: relative;
  text-transform: uppercase;
  margin: 0px !important;
  cursor: pointer;
}
.leftSideBox .fiiterBox h3 strong {
  font-weight: 600;
}
.leftSideBox .fiiterBox h3 strong.span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .fiiterBox h3 strong.strong {
  display: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .fiiterBox h3::after {
  display: block;
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-size: 1.2rem;
  line-height: 1;
  color: #393f46;
  right: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.leftSideBox .block-catmenu {
  border-bottom: #D9D9D9 solid 1px;
  margin-bottom: 0px !important;
}
.leftSideBox .block-catmenu .catmenu {
  border: #CACACA solid 0px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 0px !important;
}
.leftSideBox .block-catmenu .catmenu .list-group-item {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  border: none;
  border-bottom: #CACACA solid 0px;
  margin: 0px 0px 10px 0px;
  padding: 2px;
  background: transparent !important;
}
.leftSideBox .block-catmenu .catmenu .list-group-item::after {
  right: 0px !important;
  display: none;
}
.leftSideBox .block-catmenu .catmenu .list-group-item:last-child {
  margin-bottom: 0px;
}
.leftSideBox .block-catmenu .catmenu .list-group-item::before {
  display: none;
}
.leftSideBox .block-catmenu .catmenu .list-group-item:hover, .leftSideBox .block-catmenu .catmenu .list-group-item.active {
  color: #064e4f;
  background: none;
}
.leftSideBox .block-catmenu .catmenu .list-group-item:last-child {
  border-bottom: none;
}
.leftSideBox .block-catmenu .catmenu .list-group-item.catmenu-path-item {
  color: #064e4f;
}
.leftSideBox .facet-group {
  border-bottom: #D9D9D9 solid 1px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0;
}
.leftSideBox .facet-group:last-child {
  border: 0px;
}
.leftSideBox .facet-group .facet-group-header {
  padding: 15px 0px 15px;
  color: #000 !important;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 10%;
  text-transform: uppercase;
}
.leftSideBox .facet-group .facet-group-header.has-selection {
  padding-top: 0;
  margin-top: 0px;
}
.leftSideBox .facet-group .facet-body {
  padding: 0px;
}
.leftSideBox .facet-group .facet-body.collapse:not(.show) {
  display: block !important;
}
.leftSideBox .facet-group .facet-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.leftSideBox .facet-group .facet-check label {
  padding-bottom: 14px;
}
.leftSideBox .facet-group .facet-check .facet-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  padding-top: 0px;
  margin-top: 0;
}
.leftSideBox .facet-group .facet-toggle:after {
  right: 0px;
  display: none;
}
@media (max-width: 1700px) {
  .leftSideBox .fiiterBox {
    margin-bottom: 3px;
  }
  .leftSideBox .fiiterBox h3 {
    font-size: 24px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 20px;
  }
}
@media (max-width: 1700px) {
  .leftSideBox .fiiterBox h3 {
    font-size: 22px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .leftSideBox .fiiterBox {
    margin-bottom: 3px;
  }
  .leftSideBox .fiiterBox h3 {
    font-size: 20px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .leftSideBox .fiiterBox {
    margin-bottom: 0px;
  }
  .leftSideBox .fiiterBox h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .leftSideBox .fiiterBox span {
    font-size: 17px;
  }
  .leftSideBox .facet-group {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (max-width: 1199px) {
  .leftSideBox .btnFilter {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .leftSideBox {
    min-height: 10px;
  }
}

.mobile-fixed-nav.fixed-bottom {
  display: none;
}

.badge-warning {
  background: #064e4f;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.artlist-carousel .art-drop {
  display: block !important;
}

#pd-gallery-container .slick-arrow {
  cursor: pointer;
}
#pd-gallery-container .slick-arrow.slick-next {
  right: 2% !important;
}
#pd-gallery-container .slick-arrow.slick-prev {
  left: 2% !important;
}
#pd-gallery-container .slick-arrow.slick-disabled {
  opacity: 0.3 !important;
}

.productdetails #content-wrapper .containerpd {
  padding: 0 !important;
}
.productdetails #content.container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.productdetails #content-body {
  padding-bottom: 0px;
}
.productdetails .hd-name-section .page-title {
  display: none;
}
.productdetails .hd-name-section.showdiv .page-title {
  display: block;
}
.productdetails #content-wrapper {
  position: relative;
}
.productdetails #content-wrapper .breadcrumb-container {
  display: none !important;
  position: relative;
  z-index: 2;
  margin: 0px auto !important;
  padding-top: 10px;
  padding-bottom: 8px;
  background: rgba(118, 129, 136, 0.3);
}
@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .productdetails #content-wrapper .breadcrumb-container {
    max-width: 1140px;
  }
}
.productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
  font-size: 20px;
  color: #232323;
}
.productdetails #content-wrapper .breadcrumb-container .breadcrumb-item > a:hover {
  color: #000 !important;
}
.productdetails #content-wrapper .breadcrumb-container .breadcrumb-item.active {
  color: #000;
}
.productdetails .product-details-page {
  padding-top: 20px;
  padding-bottom: 70px;
}
.productdetails .product-details-page .pd-section {
  margin-bottom: 0;
}
.productdetails .product-details-page #pd-gallery-container {
  border: 1px solid #000;
  border-radius: 12px;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell {
  border: #D3D3D3 solid 1px;
  vertical-align: middle;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .gal {
  height: 100% !important;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell .slick-track .slick-slide a {
  padding-top: 120%;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav .gal-item-viewport {
  border-color: rgba(0, 0, 0, 0.02);
  background: #F1F1F1;
  opacity: 0.5;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav .gal-item-viewport:hover {
  opacity: 1;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-nav .gal-current .gal-item-viewport {
  border-color: rgba(0, 0, 0, 0.08);
  outline: 0px !important;
  opacity: 1;
}
.productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
  color: #666666;
  font-size: 20px;
  margin-left: 88px;
  margin-top: -12px;
}
.productdetails .product-details-page #pd-gallery-container .pd-attr-sku strong {
  font-weight: 400;
}
.productdetails .product-details-page .productRightContent {
  position: relative;
  padding: 50px 40px 10px 25px;
}
.productdetails .product-details-page .productRightContent .pd-group, .productdetails .product-details-page .productRightContent .pd-offer-price {
  margin-bottom: 5px;
}
.productdetails .product-details-page .productRightContent .pd-info-container .size {
  margin-bottom: 0;
}
.productdetails .product-details-page .productRightContent .pd-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
}
.productdetails .product-details-page .productRightContent .pd-info .pd-brand-block {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: 36px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 7px;
}
.productdetails .product-details-page .productRightContent .pd-info .pd-brand-block .pd-brand {
  display: block;
  margin-left: 10px;
}
.productdetails .product-details-page .productRightContent .pd-info .pd-brand-block .pd-brand-picture {
  max-height: inherit;
  max-width: 250px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
  min-width: 180px;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px;
  max-height: 80px;
  min-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1700px) {
  .productdetails .product-details-page .productRightContent .pd-info .pd-brand-block .pd-brand-picture {
    max-width: 200px;
  }
}
.productdetails .product-details-page .productRightContent .pd-info .page-title {
  font-size: 34px;
  color: #232323;
  font-weight: 400;
}
.productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
  font-size: 34px;
  color: #232323;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .productdetails .product-details-page .productRightContent .pd-info .page-title {
    font-size: 30px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.productdetails .product-details-page .productRightContent .pd-review-summary {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 5px;
  padding: 5px 5px;
  border-radius: 6px;
  font-size: 16px;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-count {
  margin-left: 3px;
  margin-top: 3px;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-count a {
  color: #232323;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link {
  font-weight: 500;
  font-size: 15px;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link a {
  color: #064e4f;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link a:hover {
  color: #000;
}
.productdetails .product-details-page .productRightContent .pd-offer {
  background: none !important;
  padding: 0px !important;
  position: initial;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .overviewLabel {
  font-size: 18px !important;
  font-weight: 300;
  line-height: 18px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: uppercase;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-description p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-description ul li {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 12px 0;
  padding-left: 20px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-description ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  background: #000;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-description ul li strong {
  font-weight: 500;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container {
  font-size: 16px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-price.pd-price--offer {
  color: #000;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-group .pd-oldprice-line:last-child {
  width: 100%;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container {
  margin-top: 10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice {
  width: auto;
  margin-right: 30px;
  margin-bottom: 26px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice:first-child {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 18px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice:first-child .choice-box-group .choice-box {
  margin-right: 12px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice:last-child {
  margin-right: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
  margin-bottom: 3px;
  font-weight: 500;
  display: block;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control {
  display: inline-block;
  min-width: 150px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-element {
  background: #efefef;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #666666;
  border-color: #E4E4E4;
  padding: 7px 12px;
  background-size: contain;
  height: 60px;
  width: 60px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-control-native:checked + .choice-box-content .choice-box-element {
  color: #000;
  border-color: #bbbbbb;
  border-width: 2px;
  outline: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-content:after {
  background-color: #064e4f;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control .form-check {
  padding-left: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control .form-check .form-check-input {
  display: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.noselect .choice-boxes .choice-box-group .choice-box {
  padding-top: 0px;
  padding-bottom: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.noselect .choice-boxes .choice-box-group .choice-box .choice-box-label .choice-box-content .choice-box-element {
  background: none;
  padding: 0px;
  border: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control.noselect .choice-boxes .choice-box-group .choice-box .choice-box-label .choice-box-content .choice-box-element .choice-box-text {
  padding: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox {
  width: 100%;
  margin-right: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-label.required {
  font-weight: bold;
  padding-bottom: 3px;
  background: url(../images/icon_gift.svg) no-repeat left center;
  padding: 4px 0px 0px 36px;
  margin-bottom: 15px;
  min-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  background-size: 27px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control {
  margin-bottom: -7px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check {
  position: relative;
  padding-bottom: 7px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check .form-check-input {
  display: block;
  margin-left: 0px;
  opacity: 0;
  position: absolute;
  z-index: 2;
  margin: 0px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check input.form-check-input + label {
  position: relative;
  z-index: 1;
  min-height: 22px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check input.form-check-input + label::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/rediobox.png) no-repeat left top;
  background-size: 21px;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check input.form-check-input:checked + label::before {
  background-position: 0px -21px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check .choice-item {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-label.required {
    font-size: 14px;
    background-size: 25px;
    padding: 6px 0px 0px 34px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container {
  font-size: 16px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container .pd-stock-info .pd-stock {
  color: #064e4f !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container .pd-stock-info .deliverytime-group {
  margin-top: 20px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container .pd-stock-info .deliverytime-group span {
  text-transform: capitalize;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container .pd-stock-info .deliverytime-group .delivery-time {
  color: #ff0000;
  text-transform: none;
  font-weight: 600;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container .pd-stock-info .deliverytime-group .delivery-time i {
  display: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .productActionBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.productdetails .product-details-page .productRightContent .pd-offer .productActionBar .pd-actions {
  margin: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container {
  width: 100%;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-actions {
  width: 100%;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-actions .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  max-width: 46% !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-actions .pd-offer-action-qty {
  display: inline-block;
  min-width: inherit;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 100%;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item {
  padding: 0px;
  border: 0px;
  padding: 0px 2px !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link {
  background: #064E4F;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  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: #fff;
  border: 1px solid transparent;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart {
  background: url(../images/hearticon_white.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 30px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart::before {
  display: none;
}
@media (max-width: 1700px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart {
    max-width: 22px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link .pd-action-label {
  display: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link:hover {
  border: 1px solid #064E4F;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link:hover .pd-action-icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link:hover.icm-heart {
  background-image: url(../images/hearticon.png);
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .col.flex-grow-1 {
  width: 100%;
  -webkit-box-flex: initial !important;
      -ms-flex-positive: initial !important;
          flex-grow: initial !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-action-qty {
  margin-right: 50px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-action-qty strong {
  display: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
  font-weight: 400;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
  border: 0px;
  height: auto !important;
  padding: 5px;
  min-width: 35px;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn {
  position: relative;
  border: 1px solid #064E4F;
  height: 30px;
  width: 30px;
  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;
  line-height: 30px;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn > .btn {
  padding: 0px;
  text-align: center;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn > .btn i {
  opacity: 1;
  color: #064E4F;
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
    min-width: 30px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-action-qty {
  min-width: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-action-qty strong {
  margin-right: 7px;
  width: 114;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: inline-block;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea {
  display: none;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea .amberPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea .amberPoint img {
  margin-right: 10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea .payAed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea .payAed img {
  margin-left: 10px;
  max-width: 63px;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px;
  border: 1px solid #CFCFCF;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea li img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  max-width: 100%;
  margin-right: 10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #064E4F;
  text-transform: uppercase;
}
.productdetails .product-details-page .productRightContent .pd-offer .earnArea li.tamara {
  position: relative;
  border-right: 1px solid #CFCFCF;
}
@media (max-width: 991px) {
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea li img {
    max-width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .shippArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
  padding-top: 10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .shippArea span {
  margin-right: 25px;
  width: 50px;
}
.productdetails .product-details-page .productRightContent .pd-offer .shippArea div {
  width: calc(100% - 75px);
}
.productdetails .product-details-page .productRightContent .pd-offer .shippArea div strong {
  display: block;
}
.productdetails .product-details-page .productRightContent .pd-offer .shippArea div strong em {
  font-size: 12px;
  margin-left: 8px;
  font-style: normal;
}
.productdetails .product-details-page .productRightContent .pd-offer .btn-primary {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 13px 25px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border: none;
  border-radius: 0px;
  text-decoration: underline;
}
.productdetails .product-details-page .productRightContent .pd-offer .btn-primary:hover {
  background: #064e4f;
  color: #fff;
}
@media (max-width: 991px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container {
    margin-left: 10px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-action-qty {
    margin-right: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .btn-primary {
    min-width: inherit;
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}
@media (max-width: 575px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description p {
    font-size: 14px;
    line-height: 20px;
  }
}
.productdetails .reletedProductSection {
  background: #fff;
  padding-bottom: 30px;
}
.productdetails .reletedProductSection .pd-section.pd-section-bottom {
  margin-bottom: 0px !important;
}
.productdetails .reletedProductSection .block.block-boxed {
  border: none;
  margin-bottom: 0px !important;
}
.productdetails .reletedProductSection .block-title {
  padding: 0px 0px 36px 0px;
  margin: 0px;
  border: none;
}
.productdetails .reletedProductSection .block-title h3 {
  font-size: 40px;
  line-height: 40px;
  color: #232323;
  text-transform: capitalize;
}
.productdetails .reletedProductSection .artlist-carousel {
  overflow: visible;
}
@media (max-width: 767px) {
  .productdetails .reletedProductSection {
    padding-bottom: 70px;
  }
}
@media (max-width: 1700px) {
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 18px;
  }
  .productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
    font-size: 18px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea {
    font-size: 18px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .btn-primary {
    padding: 11px 22px;
    font-size: 16px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-element {
    padding: 6px;
    font-size: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    font-size: 13px;
  }
  .productdetails .reletedProductSection .block-title {
    padding-bottom: 26px;
  }
  .productdetails .reletedProductSection .block-title h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1700px) {
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 16px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link {
    height: 40px;
    width: 40px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .overviewLabel {
    font-size: 22px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description p {
    font-size: 16px;
    line-height: 20px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea {
    font-size: 16px;
    padding: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea li {
    padding: 10px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea li p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea li a {
    font-size: 14px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .amberPoint {
    padding-bottom: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .payAed {
    padding-bottom: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .shippArea span {
    width: 41px;
    margin-right: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-element {
    font-size: 14px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    font-size: 12px;
  }
}
@media (max-width: 1440px) {
  .productdetails #content-wrapper::before {
    min-height: 36px;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item::after {
    padding: 0 0.4rem;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.4rem;
  }
  .productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
    font-size: 16px;
  }
  .productdetails .product-details-page .productRightContent .pd-review-summary {
    padding: 3px 0px;
    border-radius: 4px;
    font-size: 13px;
    margin: 0px;
  }
  .productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link {
    font-size: 13px;
    margin: 0px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container {
    font-size: 13px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container {
    font-size: 14px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .overviewLabel {
    font-size: 18px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description p, .productdetails .product-details-page .productRightContent .pd-offer .pd-description ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description ul {
    padding-left: 0;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .shippArea {
    font-size: 13px;
    padding-bottom: 28px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .shippArea span {
    width: 36px;
    margin-right: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .btn-primary {
    padding: 9px 18px;
    font-size: 14px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
    height: 38px;
    padding: 5px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .qty-input .input-group-btn > .btn {
    border-radius: 0px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-element {
    padding: 5px 6px;
    font-size: 13px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    font-size: 13px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
    sfont-size: 28px;
  }
  .productdetails .reletedProductSection .block-title {
    padding-bottom: 22px;
  }
  .productdetails .reletedProductSection .block-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart {
    background-size: 23px 22px;
    width: 23px;
    height: 22px;
  }
  .productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
    margin-left: 72px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-action-qty .bootstrap-touchspin .input-group-btn > .btn {
    margin-top: -2px;
  }
}
@media (max-width: 400px), (min-width: 768px) and (max-width: 1199px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-action-qty strong {
    width: 96px;
  }
}
@media (max-width: 991px) {
  .productdetails #content-wrapper .breadcrumb-container {
    padding-top: 8px;
    background: #F1F1F1;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 12px;
  }
  .productdetails .product-details-page #pd-gallery-container .slick-dots li {
    padding: 0px 3px;
  }
  .productdetails .product-details-page #pd-gallery-container .slick-dots li.slick-active button {
    background: #064e4f;
  }
  .productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
    margin-left: 0px;
    text-align: center;
  }
  .productdetails .product-details-page .productRightContent .pd-info {
    margin-bottom: 5px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .pd-brand-block {
    font-size: 24px;
    line-height: 17px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title {
    font-size: 22px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
    font-size: 22px;
  }
  .productdetails .product-details-page .productRightContent .pd-review-summary {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link {
    font-size: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-stock-info-container {
    font-size: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-action-qty strong {
    font-size: 13px;
    width: 85px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea {
    font-size: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .amberPoint {
    padding-bottom: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .payAed {
    padding-bottom: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .shippArea {
    font-size: 12px;
    padding-bottom: 24px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .shippArea span {
    width: 36px;
    margin-right: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .btn-primary {
    font-size: 13px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-label {
    font-size: 12px;
  }
  .productdetails .reletedProductSection .block-title {
    padding-bottom: 20px;
  }
  .productdetails .reletedProductSection .block-title h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link {
    height: 35px;
    width: 35px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart {
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .productdetails .product-details-page .productRightContent {
    padding-top: 24px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .btn-primary {
    font-size: 13px !important;
    padding: 10px 15px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .btn-primary span {
    padding-left: 0px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title {
    font-size: 20px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
    font-size: 20px;
  }
  .productdetails .reletedProductSection .block-title h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
    text-align: left;
    padding-top: 4px;
  }
  .productdetails .product-details-page .productRightContent {
    padding-top: 8px;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 12px;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item.active {
    padding-left: 0.1rem;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item::after {
    padding: 0 0.1rem;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.1rem;
  }
}

.tabbable {
  margin: 50px 0;
}
.tabbable .nav-tabs {
  background: #fff;
  border: none;
  padding: 0;
}
.tabbable .nav-tabs-line .nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabbable .nav-tabs-line .nav-item:last-child {
  display: none;
}
.tabbable .nav-tabs-line .nav-item::after {
  display: none;
  content: "";
  background: #064E4F;
  height: 22px;
  position: absolute;
  right: 0px;
  width: 1px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.tabbable .nav-tabs-line .nav-item:last-child::after {
  display: none;
}
.tabbable .nav-tabs-line .nav-item .badge {
  border-radius: 100%;
  margin-left: 5px !important;
  width: 26px;
  height: 26px;
  line-height: 17px;
  font-size: 15px;
}
.tabbable .nav-tabs-line .nav-item:last-child {
  padding-right: 0px;
}
.tabbable .nav-tabs-line .nav-item .nav-link {
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
  padding: 0;
  text-transform: capitalize;
  border-radius: 0px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer !important;
}
.tabbable .nav-tabs-line .nav-item .nav-link .tab-caption {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
}
.tabbable .nav-tabs-line .nav-item .nav-link::before {
  display: none !important;
}
.tabbable .nav-tabs-line .nav-item .nav-link.active {
  color: #000;
  background: transparent !important;
}
@media (max-width: 1700px) {
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 20px;
  }
}
.tabbable .nav-tabs-line .nav-item:hover .nav-link {
  color: #000;
  background: transparent !important;
}
.tabbable .tab-content {
  margin: 0px;
  padding: 0;
  color: #000;
  font-family: "Inter", sans-serif !important;
}
.tabbable .tab-content font {
  font-family: "Inter", sans-serif !important;
}
.tabbable .tab-content .more-block {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.tabbable .tab-content .btn-warning {
  background: #064e4f;
  color: #fff !important;
  border: none;
  font-size: 15px;
  padding: 8px 12px;
  text-decoration: none;
  text-decoration: none;
  border-radius: 6px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.tabbable .tab-content .btn-warning:hover {
  background: #000;
}
.tabbable .tab-content .more-less, .tabbable .tab-content .html-editor-content {
  margin-bottom: 0px;
}
.tabbable .tab-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Inter", sans-serif !important;
}
.tabbable .tab-content h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 12px 0px 10px 0px;
  margin: 0px;
}
.tabbable .tab-content h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px 7px 0px;
  margin: 5px 0px 0px 0px;
}
.tabbable .tab-content .review-title h4 {
  padding: 0px;
  padding-left: 90px;
}
.tabbable .tab-content .tab-pane h3:first-child {
  padding-top: 0px;
}
.tabbable .tab-content .tab-pane ul, .tabbable .tab-content .tab-pane ol {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.tabbable .tab-content .tab-pane ul li, .tabbable .tab-content .tab-pane ol li {
  list-style: none;
  position: relative;
  padding: 0px 0px 7px 17px;
}
.tabbable .tab-content .tab-pane ul li::before, .tabbable .tab-content .tab-pane ol li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  z-index: 1;
  background: #064e4f;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.tabbable .tab-content .tab-pane ul li strong, .tabbable .tab-content .tab-pane ol li strong {
  margin-right: 5px;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand {
  background: none;
  padding: 0px;
  margin: 0px;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #F4F4F4), to(#F4F4F4));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #F4F4F4 70%, #F4F4F4 100%);
}
.tabbable .tab-content .tab-pane .more-less.expanded .btn-text-expander.btn-text-expander--collapse {
  margin-top: 10px;
  font-weight: 600;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand, .tabbable .tab-content .tab-pane a {
  color: #064e4f;
}
.tabbable .tab-content .tab-pane .more-less.collapsed .btn-text-expander--expand:hover, .tabbable .tab-content .tab-pane a:hover {
  color: #000;
}
.tabbable .tab-content p, .tabbable .tab-content div {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.tabbable .tab-content p:last-child, .tabbable .tab-content div:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.tabbable .tab-content table tr td {
  padding: 10px 20px;
}
@media (max-width: 1199px) {
  .tabbable .nav-tabs-line .nav-item {
    padding-right: 3px;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 10px;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .tabbable {
    margin-top: 32px;
  }
  .tabbable .btn-warning {
    font-size: 14px;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tabbable {
    margin-top: 32px;
  }
  .tabbable.nav-responsive.collapsed .nav-tabs {
    background: none;
    padding: 0px;
  }
  .tabbable.nav-responsive.collapsed .nav-tabs .nav-link .nav-link-summary {
    display: none;
  }
  .tabbable .nav-tabs-line .nav-item {
    padding-right: 0px;
    margin: 8px 0px;
  }
  .tabbable .nav-tabs-line .nav-item::after {
    display: none;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link {
    border: 0;
    border-radius: 0px !important;
    width: 100%;
    background: #daeaf3 !important;
    color: #000 !important;
    font-size: 18px;
    padding: 15px 20px;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link.active {
    background: #daeaf3 !important;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 16px;
  }
}

.needHelpSection {
  padding: 15px 0px 40px 0px;
}
.needHelpSection ul {
  list-style: none;
  margin: 0px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  position: relative;
}
.needHelpSection ul::before {
  content: "";
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  background: #e5e5e5;
  width: 95%;
  height: 1px;
  margin: auto;
}
.needHelpSection ul li {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  padding-right: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 50px;
}
.needHelpSection ul li:last-child {
  margin-right: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
.needHelpSection ul li p {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.needHelpSection ul li .fntWgt400 {
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
}
.needHelpSection ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.needHelpSection ul li a:hover {
  color: #064E4F;
}
.needHelpSection ul li i {
  margin-right: 12px;
  font-size: 20px;
  color: #434343;
}
.needHelpSection ul li.whatappIcon {
  max-width: 20px;
}
.needHelpSection ul li.whatappIcon i {
  width: 20px;
}
.needHelpSection ul li.whatappIcon img {
  max-width: 20px;
}
@media (max-width: 1700px) {
  .needHelpSection ul li {
    font-size: 18px;
    padding-right: 20px;
  }
  .needHelpSection ul li i {
    margin-right: 9px;
    font-size: 18px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 18px;
  }
}
@media (max-width: 1366px) {
  .needHelpSection ul li {
    font-size: 16px;
    padding-right: 18px;
  }
  .needHelpSection ul li i {
    margin-right: 7px;
    font-size: 15px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 15px;
  }
}
@media (max-width: 991px) {
  .needHelpSection ul li {
    font-size: 14px;
    padding-right: 14px;
  }
  .needHelpSection ul li i {
    margin-right: 5px;
    font-size: 13px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 13px;
  }
}
@media (max-width: 767px) {
  .needHelpSection {
    padding: 10px 0 35px 0;
  }
  .needHelpSection ul li {
    font-size: 15px;
    padding-right: 16px;
  }
  .needHelpSection ul li i {
    margin-right: 5px;
    font-size: 14px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 14px;
  }
}
@media (max-width: 480px) {
  .needHelpSection ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 20px;
  }
  .needHelpSection ul::before {
    display: none;
  }
  .needHelpSection ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 0 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .needHelpSection ul li:last-child {
    border: none;
  }
  .needHelpSection ul li p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .needHelpSection ul li a {
    font-size: 14px;
    line-height: 14px;
  }
}

.paddbtm0 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.offcanvas-cart-footer-row {
  background: #064E4F !important;
}

.label-cart-amount {
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  right: -10px;
  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;
  line-height: initial;
}
@media (max-width: 991px) {
  .label-cart-amount {
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    top: -5px;
  }
}
.label-cart-amount.badge-warning {
  font-size: 12px;
}

.btn-success:hover, .btn-success .hover {
  background: #064e4f;
}

.alert-success::before, .validation-summary-valid::before {
  background: #064e4f;
}
.alert-success, .validation-summary-valid {
  color: #064e4f;
  background-color: #ffeae4;
  border-color: #064e4f;
}

.alert-success::before {
  display: none;
}

.alert-success::after {
  display: none;
}

.alert-success {
  background-color: #fff;
  border-color: #2fbd2d;
  margin-bottom: 20px;
  color: #000000;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #D6D6D6;
  border-radius: 12px;
  padding: 15px;
}
@media (max-width: 767px) {
  .alert-success {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
  }
}
.alert-success.alrtScc {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.alert-success span {
  max-width: 90%;
}
.alert-success img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  background-color: #064e4f;
  border-color: rgba(255, 255, 255, 0.61);
}

.offcanvas-content .nav-link .badge {
  margin-left: 5px;
}
.offcanvas-content .offcanvas-cart-content .qty-input {
  border: solid 1px #B1B1B1 !important;
  width: 88px;
  margin: 0px auto;
  line-height: 1;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group {
  line-height: 1;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn {
  background: #EBEBEB;
  line-height: 1;
  border-radius: 0px !important;
  margin: -1px 0px;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn .btn {
  padding: 0px !important;
  text-align: center !important;
  line-height: 1;
  border-radius: 0px !important;
  color: #828282;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn .btn i {
  opacity: 1;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn .btn.bootstrap-touchspin-down {
  border-right: #B1B1B1 solid 1px;
}
.offcanvas-content .offcanvas-cart-content .qty-input .input-group-btn .btn.bootstrap-touchspin-up {
  border-left: #B1B1B1 solid 1px;
}
.offcanvas-content .offcanvas-cart-content .qty-input .form-control {
  border-radius: 0px !important;
  border: none;
  height: 32px;
  width: 30px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .col-alpha {
  padding: 0;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
  font-size: 18px;
  line-height: 24px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc {
  font-size: 16px;
  line-height: 21px;
  color: #000 !important;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .ml-auto.text-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .ml-auto.text-nowrap .btn {
  margin-right: 5px;
}
.offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .ml-auto.text-nowrap .btn:last-child {
  margin-right: 0px;
}
.offcanvas-content .offcanvas-cart-footer .btn-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .offcanvas-content .offcanvas-cart-footer .btn-action {
    margin-left: 0;
  }
}
.offcanvas-content .offcanvas-cart-footer .btn-action i {
  display: none;
}
.offcanvas-content .offcanvas-cart-footer .btn-action span {
  padding-left: 0px !important;
}
.offcanvas-content .offcanvas-tabs .nav-link {
  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;
}
@media (max-width: 1700px) {
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
    font-size: 16px;
    line-height: 24px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .unit-price {
    font-size: 1.12rem;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row .sub-total {
    font-size: 1.3rem;
  }
}
@media (max-width: 1700px) {
  .offcanvas-content .offcanvas-tabs .nav-link {
    font-size: 17px;
    line-height: 18px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
    font-size: 15px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc {
    font-size: 16px;
    line-height: 20px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc p {
    margin-bottom: 4px;
    font-size: 13px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .unit-price {
    font-size: 18px;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row .sub-total {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .offcanvas-content .offcanvas-tabs .nav-link {
    font-size: 14px;
    padding: 10px 12px;
    line-height: 15px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
    line-height: 18px;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row {
    padding: 10px 15px;
  }
}
@media (max-width: 1366px) {
  .offcanvas-content .offcanvas-tabs .nav-link {
    font-size: 15px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
    font-size: 13px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc {
    font-size: 14px;
    line-height: 18px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc p {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .unit-price {
    font-size: 15px;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row {
    padding: 8px 15px;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row .sub-total {
    font-size: 16px;
  }
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row .btn {
    padding: 7px 10px;
  }
}
@media (max-width: 991px) {
  .offcanvas-content .offcanvas-tabs .nav-link {
    font-size: 14px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item a {
    line-height: 13px;
    line-height: 15px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc {
    font-size: 14px;
    line-height: 18px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .short-desc p {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .unit-price {
    font-size: 14px;
  }
  .offcanvas-content .offcanvas-cart-content .offcanvas-cart-item .attributes {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .offcanvas-content .offcanvas-cart-footer .offcanvas-cart-footer-row {
    padding: 0;
  }
  .offcanvas-content .offcanvas-tabs .nav-link {
    padding: 15px 25px;
  }
}

.shopping-cart-page {
  padding-bottom: 120px;
}

.shopping-cart-page .order-summary-content .card, .shopping-cart-page .wishlist-content .card, .wishlist-page .order-summary-content .card, .wishlist-page .wishlist-content .card {
  border: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shopping-cart-page .order-summary-content .card .cart .cart-head .cart-row, .shopping-cart-page .wishlist-content .card .cart .cart-head .cart-row, .wishlist-page .order-summary-content .card .cart .cart-head .cart-row, .wishlist-page .wishlist-content .card .cart .cart-head .cart-row {
  background: #fff;
}
.shopping-cart-page .order-summary-content .card .cart .cart-head .cart-col, .shopping-cart-page .wishlist-content .card .cart .cart-head .cart-col, .wishlist-page .order-summary-content .card .cart .cart-head .cart-col, .wishlist-page .wishlist-content .card .cart .cart-head .cart-col {
  border-bottom: 0px;
  font-size: 26px;
  font-weight: 400;
}
.shopping-cart-page .order-summary-content .card .cart .cart-item-link, .shopping-cart-page .wishlist-content .card .cart .cart-item-link, .wishlist-page .order-summary-content .card .cart .cart-item-link, .wishlist-page .wishlist-content .card .cart .cart-item-link {
  font-weight: 400;
}
.shopping-cart-page .order-summary-content .cart-row-actions, .shopping-cart-page .wishlist-content .cart-row-actions, .wishlist-page .order-summary-content .cart-row-actions, .wishlist-page .wishlist-content .cart-row-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.shopping-cart-page .order-summary-content .cart-row-actions .btn, .shopping-cart-page .wishlist-content .cart-row-actions .btn, .wishlist-page .order-summary-content .cart-row-actions .btn, .wishlist-page .wishlist-content .cart-row-actions .btn {
  padding: 0px;
  border: 0px;
  background: transparent;
}
.shopping-cart-page .order-summary-content .cart-row-actions .btn:hover, .shopping-cart-page .wishlist-content .cart-row-actions .btn:hover, .wishlist-page .order-summary-content .cart-row-actions .btn:hover, .wishlist-page .wishlist-content .cart-row-actions .btn:hover {
  background: transparent;
}

.costeps {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0px 50px 0px;
}
.costeps .costep::after, .costeps .costep::before {
  top: 13px;
  background-color: #f1f1f1;
}
.costeps .costep .costep-icon {
  width: 28px;
  height: 28px;
  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;
  border-color: rgba(217, 217, 217, 0.6);
}
.costeps .costep .costep-icon::before {
  display: none;
}
.costeps .costep .costep-icon::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #D9D9D9;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.costeps .costep .costep-label {
  font-size: 18px;
  font-weight: 600;
  color: #A6A6A6;
}
.costeps .costep.active .costep-icon::after, .costeps .costep.visited .costep-icon::after {
  background-color: #064E4F !important;
}
.costeps .costep.active .costep-label, .costeps .costep.visited .costep-label {
  color: #064E4F !important;
  font-weight: 600;
}
.costeps .costep.active::before, .costeps .costep.visited::before {
  background-color: #064E4F !important;
}
.costeps .costep.visited .costep-icon {
  background-color: #fff;
}
.costeps .costep.visited::after {
  background-color: #064E4F !important;
}
@media (max-width: 1700px) {
  .costeps .costep::after, .costeps .costep::before {
    top: 12px;
  }
  .costeps .costep .costep-icon {
    width: 26px;
    height: 26px;
  }
  .costeps .costep .costep-icon::after {
    width: 10px;
    height: 10px;
  }
  .costeps .costep .costep-label {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .costeps .costep::after, .costeps .costep::before {
    top: 12px;
  }
  .costeps .costep .costep-label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .costeps {
    margin: 40px 0px;
  }
  .costeps .costep::after, .costeps .costep::before {
    top: 11px;
  }
  .costeps .costep .costep-icon {
    width: 24px;
    height: 24px;
  }
  .costeps .costep .costep-icon::after {
    width: 12px;
    height: 12px;
  }
  .costeps .costep .costep-label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .costeps {
    margin: 30px 0px 30px 0px;
  }
  .costeps .costep::after, .costeps .costep::before {
    top: 11px;
  }
  .costeps .costep .costep-icon {
    width: 20px;
    height: 20px;
  }
  .costeps .costep .costep-icon::after {
    width: 10px;
    height: 10px;
  }
  .costeps .costep .costep-label {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .costeps .costep::after, .costeps .costep::before {
    top: 9px;
  }
  .costeps .costep .costep-icon {
    width: 20px;
    height: 20px;
  }
  .costeps .costep .costep-icon::after {
    width: 10px;
    height: 10px;
  }
  .costeps .costep .costep-label {
    font-size: 13px;
  }
}
@media (max-width: 399px) {
  .costeps {
    margin-left: -15px;
  }
  .costeps .costep::after, .costeps .costep::before {
    top: 9px;
  }
  .costeps .costep .costep-icon {
    width: 18px;
    height: 18px;
  }
  .costeps .costep .costep-icon::after {
    width: 8px;
    height: 8px;
  }
  .costeps .costep .costep-label {
    font-size: 12px;
  }
}
@media (max-width: 399px) {
  .costeps .costep .costep-label {
    font-size: 9px;
  }
}

.card.card_list, .wishlist-content .card.card_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  border-radius: 0;
}
.card.card_list .cart, .wishlist-content .card.card_list .cart {
  border-radius: 0px;
  overflow: hidden;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none;
}
.card.card_list .cart .cart-head, .wishlist-content .card.card_list .cart .cart-head {
  background: #DAEAF3;
  border-radius: 0px;
}
.card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
  border: none;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.card.card_list .cart .cart-head .cart-row .cart-col:first-child, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col:first-child {
  border-bottom-left-radius: 0;
}
.card.card_list .cart .cart-head .cart-row .cart-col:last-child, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col:last-child {
  border-bottom-right-radius: 0;
}
@media (max-width: 1700px) {
  .card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 1440px) {
  .card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 16px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .card.card_list .cart .cart-head .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col {
    font-size: 13px;
  }
  .card.card_list .cart .cart-head .cart-row .cart-col::before, .wishlist-content .card.card_list .cart .cart-head .cart-row .cart-col::before {
    font-size: 13px;
    padding-bottom: 3px;
  }
}
@media (max-width: 360px) {
  .card.card_list .cart .cart-body .cart-row, .wishlist-content .card.card_list .cart .cart-body .cart-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.card.card_list .cart .cart-body .cart-row:first-child .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row:first-child .cart-col {
  border: none;
}
.card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding: 35px 15px;
  border-color: #BEBEBE;
}
.card.card_list .cart .cart-body .cart-row .cart-col .btn-danger:not(:disabled):not(.disabled):active, .card.card_list .cart .cart-body .cart-row .cart-col .btn.btn-to-danger:not(:disabled):not(.disabled):not([disabled]):active, .card.card_list .cart .cart-body .cart-row .cart-col .btn.btn-to-danger.active:not(:disabled):not(.disabled):not([disabled]), .card.card_list .cart .cart-body .cart-row .cart-col .show > .btn.btn-to-danger.dropdown-toggle:not(:disabled):not(.disabled), .card.card_list .cart .cart-body .cart-row .cart-col .btn-danger:not(:disabled):not(.disabled).active, .card.card_list .cart .cart-body .cart-row .cart-col .show > .btn-danger.dropdown-toggle, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .btn-danger:not(:disabled):not(.disabled):active, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .btn.btn-to-danger:not(:disabled):not(.disabled):not([disabled]):active, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .btn.btn-to-danger.active:not(:disabled):not(.disabled):not([disabled]), .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .show > .btn.btn-to-danger.dropdown-toggle:not(:disabled):not(.disabled), .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .btn-danger:not(:disabled):not(.disabled).active, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col .show > .btn-danger.dropdown-toggle {
  background-color: transparent !important;
}
@media (max-width: 1700px) {
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    padding: 5px;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
  width: calc(100% - 166px);
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
  width: 130px;
  min-width: 130px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
  background: #FAFAFA;
  border-radius: 0px;
  margin-right: 10px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
  max-height: 115px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  font-weight: 400;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link strong, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link strong {
  display: block;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 1px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes {
  margin: 4px 0px 0px 0px !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted {
  color: #000 !important;
  font-size: 15px !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs {
  margin: 0px !important;
  font-size: 15px !important;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .col-3, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .col-9, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .col-3, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .col-9, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .col-9, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  max-width: auto;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr {
  margin: 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .col-3, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .col-9, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-9, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .col-9, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-9 {
  max-width: initial;
  padding: 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .col-3, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs .cart-item-attr .col-3 {
  padding-right: 5px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: calc(100% - 90px);
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: 90px;
    min-width: 90px;
    height: 100px;
    margin-right: 5px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 80px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 3px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attr, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attr {
    font-size: 13px !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted {
    font-size: 13px !important;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: calc(100% - 70px);
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: 70px;
    height: 70px;
    min-width: 1px;
    max-width: 70px;
    margin-right: 5px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 70px;
    padding: 10px 5px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
    font-size: 13px;
    line-height: 16px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span {
    font-size: 15px;
    line-height: 17px;
    padding-bottom: 3px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attr, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attr {
    font-size: 12px !important;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted {
    font-size: 12px !important;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: calc(100% - 90px);
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: 90px;
    min-width: 90px;
    height: 90px;
    max-width: 90px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col {
    width: 100%;
    max-width: 100%;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img {
    width: auto;
    min-width: 100%;
    height: auto;
    max-width: inherit;
    margin-bottom: 10px;
    margin-right: 0px;
    background: none;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img div, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img div {
    background: #FAFAFA;
    width: 200px;
    height: 160px;
    border-radius: 20px;
    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;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col.cart-item-img img {
    max-height: 120px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
    font-size: 15px;
    line-height: 16px;
    padding-bottom: 4px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link span {
    font-size: 17px;
    line-height: 19px;
    padding-bottom: 3px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .attributes.text-muted {
    font-size: 13px !important;
    line-height: 19px;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty {
  min-width: 110px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty span, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty span {
  display: block;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input {
  border: solid 0px #B1B1B1 !important;
  width: 88px;
  margin: 0px auto;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn {
  border-radius: 0px !important;
  margin: 0px;
  background: #fff;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn {
  padding: 0px !important;
  text-align: center !important;
  border-radius: 0px !important;
  color: #828282;
  border: #B1B1B1 solid 1px;
  color: #000;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i {
  opacity: 1;
}
.card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control {
  border-radius: 0px !important;
  border: none;
  height: 40px;
  width: 30px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control {
    font-size: 16px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i {
    font-size: 11px;
  }
}
@media (max-width: 1366px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input {
    margin-top: 5px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn {
    height: 25px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control {
    font-size: 14px;
    height: 25px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .input-group-btn .btn i {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-qty, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty {
    min-width: 1px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input {
    width: 70px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-qty .qty-input .form-control {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row, .wishlist-content .card.card_list .cart .cart-body .cart-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    width: auto !important;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions {
  margin-top: 8px;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn {
  margin-left: 14px;
  width: 20px;
  height: 21px;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart {
  background: url(../images/hearticon.png) no-repeat center center;
  background-size: 20px 19px;
  width: 20px;
  height: 21px;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart::before, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart::before {
  display: none;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart:hover, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-heart:hover {
  background-image: url(../images/hearticon_hover.png);
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt {
  background: url(../images/delete.png) no-repeat center center;
  background-size: 19px 21px;
  width: 19px;
  height: 21px;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt::before, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt::before {
  display: none;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt:hover, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt:hover {
  background-image: url(../images/delete_hover.png);
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn:last-child, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn:last-child {
  margin-left: 0px;
  margin-top: 1px;
}
@media (max-width: 1440px) {
  .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-trash-alt {
    background-size: 16px 18px;
    width: 16px;
    height: 18px;
  }
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove {
  padding-left: 0px;
  padding-right: 0px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn {
  background: none !important;
  padding: 0px !important;
  border: none !important;
  width: 19px;
  margin-right: 9px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn i, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn i {
  color: #575757;
  font-size: 20px;
}
.card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn:last-child, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove .cart-row-actions .btn:last-child {
  margin-right: 0px;
}
.card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 30px !important;
  background: #FAFAFA !important;
  border: 0 !important;
  border-radius: 12px !important;
}
.card.card_list .cart-footer #order-totals, .wishlist-content .card.card_list .cart-footer #order-totals {
  padding: 40px 0 30px;
}
.card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-subtotal .cart-summary-label, .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-tax .cart-summary-label, .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-shipping .cart-summary-label, .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-total .cart-summary-label, .wishlist-content .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-subtotal .cart-summary-label, .wishlist-content .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-tax .cart-summary-label, .wishlist-content .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-shipping .cart-summary-label, .wishlist-content .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-total .cart-summary-label {
  padding: 10px 0 !important;
  font-size: 16px;
  line-height: 16px;
}
.card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-subtotal .cart-summary-value, .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-tax .cart-summary-value, .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-shipping .cart-summary-value, .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-subtotal .cart-summary-value, .wishlist-content .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-tax .cart-summary-value, .wishlist-content .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-shipping .cart-summary-value, .wishlist-content .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-total .cart-summary-value {
  font-weight: 500;
}
.card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-total .cart-summary-label, .wishlist-content .card.card_list .cart-footer #order-totals .cart-summary tbody .cart-summary-total .cart-summary-label {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}
.card.card_list .cart-footer .cartPaymentOptions, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions {
  list-style: none;
  margin: 0;
  padding: 20px 15px;
  display: none;
}
.card.card_list .cart-footer .cartPaymentOptions s li, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card.card_list .cart-footer .cartPaymentOptions s li img, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li img {
  max-width: 70px;
  margin-right: 15px;
}
.card.card_list .cart-footer .cartPaymentOptions s li p, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin-bottom: 5px;
}
.card.card_list .cart-footer .cartPaymentOptions s li a, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #064E4F;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}
.card.card_list .cart-footer .cartPaymentOptions s li.tamara, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li.tamara {
  position: relative;
  border-bottom: 1px solid #CACACA;
}
@media (max-width: 1366px) {
  .card.card_list .cart-footer .cartPaymentOptions s li p, .card.card_list .cart-footer .cartPaymentOptions s li a, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li p, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart-footer .cartPaymentOptions s li, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card.card_list .cart-footer .cartPaymentOptions s li img, .wishlist-content .card.card_list .cart-footer .cartPaymentOptions s li img {
    max-width: 100%;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.card.card_list .cart-footer .cartLabel, .wishlist-content .card.card_list .cart-footer .cartLabel {
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 20px;
  color: #000;
}
.card.card_list .cart-footer .cart-summary .cart-summary-neg, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-neg {
  color: #000;
}
.card.card_list .cart-footer .shipping-options, .wishlist-content .card.card_list .cart-footer .shipping-options {
  font-size: 16px;
}
.card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button, .wishlist-content .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button {
  font-size: 15px !important;
  padding: 8px 15px !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
}
.card.card_list .cart-footer .cart-action-coupon, .wishlist-content .card.card_list .cart-footer .cart-action-coupon {
  border: 0px !important;
}
.card.card_list .cart-footer .coupon-code, .wishlist-content .card.card_list .cart-footer .coupon-code {
  padding: 30px 20px 0px 20px;
  margin: 0px;
}
.card.card_list .cart-footer .coupon-code .defaultBtn, .wishlist-content .card.card_list .cart-footer .coupon-code .defaultBtn {
  background: transparent !important;
  text-transform: uppercase !important;
  color: #064E4F !important;
  padding: 0px !important;
  min-width: inherit !important;
  font-size: 14px !important;
}
.card.card_list .cart-footer .coupon-code .cartLabel, .wishlist-content .card.card_list .cart-footer .coupon-code .cartLabel {
  padding: 0px;
}
.card.card_list .cart-footer .cart-action, .wishlist-content .card.card_list .cart-footer .cart-action {
  margin: 0px 2px;
  border-bottom: solid 1px #DEDEDE;
}
.card.card_list .cart-footer .cart-action .cart-action-title, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 16px 20px;
  font-family: "Inter", sans-serif;
}
.card.card_list .cart-footer .cart-action .cart-action-title::after, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title::after {
  content: "-";
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  right: 20px;
  top: 52%;
}
.card.card_list .cart-footer .cart-action .cart-action-title.collapsed::after, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title.collapsed::after {
  content: "+";
}
.card.card_list .cart-footer .cart-action .cart-action-body, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-body {
  padding: 5px 20px 23px 20px;
}
.card.card_list .cart-footer .input-group, .wishlist-content .card.card_list .cart-footer .input-group {
  position: relative;
}
.card.card_list .cart-footer .input-group .defaultBtn, .wishlist-content .card.card_list .cart-footer .input-group .defaultBtn {
  position: absolute;
  right: 0px !important;
  top: 0;
  bottom: 0;
  z-index: 3;
  border-radius: 0 !important;
  background: #064E4F !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 16px 33px !important;
  max-height: 100% !important;
  border-radius: 0 !important;
  font-weight: 400;
  line-height: 14px !important;
  border: 1px solid #064E4F;
}
.card.card_list .cart-footer .input-group .defaultBtn:hover, .wishlist-content .card.card_list .cart-footer .input-group .defaultBtn:hover {
  background: #fff !important;
  color: #064E4F !important;
}
@media (max-width: 1199px) {
  .card.card_list .cart-footer .input-group .defaultBtn, .wishlist-content .card.card_list .cart-footer .input-group .defaultBtn {
    position: relative;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart-footer .input-group .defaultBtn, .wishlist-content .card.card_list .cart-footer .input-group .defaultBtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0px;
  }
}
.card.card_list .cart-footer .input-group .defaultBtn.remove-discount-button, .wishlist-content .card.card_list .cart-footer .input-group .defaultBtn.remove-discount-button {
  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;
}
.card.card_list .cart-footer .input-group > .form-control, .wishlist-content .card.card_list .cart-footer .input-group > .form-control {
  position: relative;
}
.card.card_list .cart-footer .input-group > .form-control.discount-coupon-code, .wishlist-content .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code {
  min-height: 52px;
  font-size: 16px;
  width: 100%;
  border-radius: 0px !important;
  border: 1px solid rgba(6, 78, 79, 0.2509803922) !important;
  background-color: transparent !important;
}
.card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  border-bottom: #DEDEDE solid 2px;
  padding: 16px 30px;
}
.card.card_list .cart-footer .cart-summary, .wishlist-content .card.card_list .cart-footer .cart-summary {
  padding: 8px 2px 0px 2px;
}
.card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
  padding: 10px 20px;
  font-size: 18px;
  color: #000;
  width: 50%;
}
.card.card_list .cart-footer .cart-summary tr.cart-summary-total td, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-total td {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.card.card_list .cart-footer .cart-summary-total, .wishlist-content .card.card_list .cart-footer .cart-summary-total {
  border: 0px;
}
.card.card_list .cart-footer .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary-total .cart-summary-value {
  font-size: 20px;
  font-weight: 700;
}
.card.card_list .cart-footer .cart-summary-total .fs-h6, .wishlist-content .card.card_list .cart-footer .cart-summary-total .fs-h6 {
  font-size: 18px !important;
}
.card.card_list .cart-footer .col-md-6, .wishlist-content .card.card_list .cart-footer .col-md-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.card.card_list .cart-footer .cart-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons {
  padding: 0;
  margin: 0px auto !important;
  width: 100%;
}
.card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
  padding: 0px;
}
.card.card_list .cart-footer .cart-buttons .btn-block + .btn-block, .wishlist-content .card.card_list .cart-footer .cart-buttons .btn-block + .btn-block {
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .card.card_list .cart-footer .cart-action .cart-action-title, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title {
    font-size: 16px;
    padding: 13px 20px;
  }
  .card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
    padding: 12px 20px;
    font-size: 22px;
  }
  .card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
    font-size: 16px;
    padding: 8px 20px;
  }
  .card.card_list .cart-footer .cart-summary tr.cart-summary-total td, .wishlist-content .card.card_list .cart-footer .cart-summary tr.cart-summary-total td {
    font-size: 18px;
    line-height: 22px;
  }
  .card.card_list .cart-footer .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary-total .cart-summary-value {
    font-size: 17px;
  }
  .card.card_list .cart-footer .cart-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons {
    padding: 25px 5px 0px 5px;
  }
}
@media (max-width: 1366px) {
  .card.card_list .cart-footer .alert, .wishlist-content .card.card_list .cart-footer .alert {
    font-size: 13px;
    padding: 10px 5px 10px 56px;
  }
  .card.card_list .cart-footer .alert::before, .card.card_list .cart-footer .alert::after, .wishlist-content .card.card_list .cart-footer .alert::before, .wishlist-content .card.card_list .cart-footer .alert::after {
    width: 35px;
  }
  .card.card_list .cart-footer .cart-action .cart-action-title, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title {
    font-size: 15px;
    padding: 11px 20px;
  }
  .card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
    padding: 10px 20px;
    font-size: 18px;
  }
  .card.card_list .cart-footer .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary-total .cart-summary-value {
    font-size: 16px;
  }
  .card.card_list .cart-footer .cart-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons {
    padding: 20px 5px 0px 5px;
  }
  .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code, .wishlist-content .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code {
    min-height: 40px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 5px;
  }
  .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button, .wishlist-content .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button {
    font-size: 14px !important;
    padding: 7px 20px !important;
  }
  .card.card_list .cart-footer .shipping-options, .wishlist-content .card.card_list .cart-footer .shipping-options {
    font-size: 13px;
  }
  .card.card_list .cart-footer .shipping-options .form-control, .wishlist-content .card.card_list .cart-footer .shipping-options .form-control {
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    font-size: 17px;
  }
  .card.card_list .cart-footer .alert, .wishlist-content .card.card_list .cart-footer .alert {
    font-size: 13px;
    padding: 10px 5px 10px 46px;
  }
  .card.card_list .cart-footer .alert::before, .card.card_list .cart-footer .alert::after, .wishlist-content .card.card_list .cart-footer .alert::before, .wishlist-content .card.card_list .cart-footer .alert::after {
    width: 35px;
  }
  .card.card_list .cart-footer .cart-action .cart-action-title, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-title {
    padding: 10px 15px;
  }
  .card.card_list .cart-footer .shipping-options, .wishlist-content .card.card_list .cart-footer .shipping-options {
    font-size: 13px;
  }
  .card.card_list .cart-footer .shipping-options .form-control, .wishlist-content .card.card_list .cart-footer .shipping-options .form-control {
    padding: 5px 10px;
    font-size: 13px;
  }
  .card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
    padding: 9px 15px;
    font-size: 21px;
  }
  .card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
    padding: 10px 15px;
  }
  .card.card_list .cart-footer .cart-summary .cart-summary-subtotal .cart-summary-label, .card.card_list .cart-footer .cart-summary .cart-summary-subtotal .cart-summary-value, .card.card_list .cart-footer .cart-summary .cart-summary-shipping .cart-summary-label, .card.card_list .cart-footer .cart-summary .cart-summary-shipping .cart-summary-value, .card.card_list .cart-footer .cart-summary .cart-summary-tax .cart-summary-label, .card.card_list .cart-footer .cart-summary .cart-summary-tax .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-subtotal .cart-summary-label, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-subtotal .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-shipping .cart-summary-label, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-shipping .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-tax .cart-summary-label, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-tax .cart-summary-value {
    font-size: 14px;
    line-height: 14px;
  }
  .card.card_list .cart-footer .cart-summary .cart-summary-total .cart-summary-label, .card.card_list .cart-footer .cart-summary .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-total .cart-summary-label, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-total .cart-summary-value {
    font-size: 16px;
    line-height: 16px;
  }
  .card.card_list .cart-footer .cart-summary .cart-summary-total .cart-summary-label .fs-h6, .card.card_list .cart-footer .cart-summary .cart-summary-total .cart-summary-value .fs-h6, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-total .cart-summary-label .fs-h6, .wishlist-content .card.card_list .cart-footer .cart-summary .cart-summary-total .cart-summary-value .fs-h6 {
    font-size: 14px !important;
  }
  .card.card_list .cart-footer .cart-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons {
    padding: 25px 0px 0px 0px;
  }
  .card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    margin-top: 30px;
    border-radius: 10px;
    max-width: 600px;
    padding: 10px !important;
  }
  .card.card_list .cart-footer .cart-buttons .col-sm-12, .wishlist-content .card.card_list .cart-footer .cart-buttons .col-sm-12 {
    text-align: center;
  }
  .card.card_list .cart-footer .checkout-buttons, .wishlist-content .card.card_list .cart-footer .checkout-buttons {
    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;
  }
  .card.card_list .cart-footer .checkout-buttons .btn-block + .btn-block, .wishlist-content .card.card_list .cart-footer .checkout-buttons .btn-block + .btn-block {
    margin-top: 0px;
  }
  .card.card_list .cart-footer .btn_comman, .wishlist-content .card.card_list .cart-footer .btn_comman {
    margin-top: 0px;
    margin: 0px 10px;
  }
  .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button, .wishlist-content .card.card_list .cart-footer .btn-primary.apply-discount-coupon-code-button {
    font-size: 13px !important;
    padding: 7px 12px !important;
  }
  .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code, .wishlist-content .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code {
    min-height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    padding-bottom: 20px;
  }
  .card.card_list .cart-footer .cart-summary tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
    font-size: 14px;
  }
  .card.card_list .cart-footer .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .cart-summary-total .cart-summary-value {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    max-width: 100%;
  }
  .card.card_list .cart-footer .posInitial #order-totals, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals {
    padding: 30px 0 25px;
  }
  .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-subtotal .cart-summary-label, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-subtotal .cart-summary-value, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-shipping .cart-summary-label, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-shipping .cart-summary-value, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-tax .cart-summary-label, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-tax .cart-summary-value, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-subtotal .cart-summary-label, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-subtotal .cart-summary-value, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-shipping .cart-summary-label, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-shipping .cart-summary-value, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-tax .cart-summary-label, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-tax .cart-summary-value {
    font-size: 16px;
    line-height: 16px;
  }
  .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-label, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-label, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-value {
    font-size: 18px;
    line-height: 18px;
  }
  .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-label .fs-h6, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-value .fs-h6, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-label .fs-h6, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-value .fs-h6 {
    font-size: 16px !important;
  }
  .card.card_list .cart-footer .cart-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons {
    position: fixed;
    bottom: 85px;
    background: #fff;
    width: 100%;
    z-index: 11;
    padding: 0;
  }
  .card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
    padding: 10px 0 !important;
  }
}
@media (max-width: 575px) {
  .card.card_list .cart-footer .tital_cart, .wishlist-content .card.card_list .cart-footer .tital_cart {
    padding: 20px 15px;
  }
  .card.card_list .cart-footer .checkout-buttons, .wishlist-content .card.card_list .cart-footer .checkout-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card.card_list .cart-footer .checkout-buttons .btn_comman, .wishlist-content .card.card_list .cart-footer .checkout-buttons .btn_comman {
    margin: 7px 0px;
  }
  .card.card_list .cart-footer .checkout-buttons .btn_comman span, .wishlist-content .card.card_list .cart-footer .checkout-buttons .btn_comman span {
    padding-left: 0px !important;
  }
}
@media (max-width: 575px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    padding: 22px 0 !important;
  }
  .card.card_list .cart-footer .posInitial #order-totals, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals {
    padding: 25px 0 0;
  }
  .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-subtotal .cart-summary-label, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-subtotal .cart-summary-value, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-shipping .cart-summary-label, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-shipping .cart-summary-value, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-tax .cart-summary-label, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-tax .cart-summary-value, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-subtotal .cart-summary-label, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-subtotal .cart-summary-value, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-shipping .cart-summary-label, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-shipping .cart-summary-value, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-tax .cart-summary-label, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-tax .cart-summary-value {
    font-size: 14px;
    line-height: 14px;
    padding: 7px 0 !important;
  }
  .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-label, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-value, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-label, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-value {
    font-size: 16px;
    line-height: 16px;
    padding: 7px 0 !important;
  }
  .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-label .fs-h6, .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-value .fs-h6, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-label .fs-h6, .wishlist-content .card.card_list .cart-footer .posInitial #order-totals .cart-summary .cart-summary-total .cart-summary-value .fs-h6 {
    font-size: 14px !important;
  }
  .card.card_list .cart-footer .cart-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons {
    position: fixed;
    bottom: 85px;
    background: #fff;
    width: 100%;
    z-index: 11;
    padding: 0;
  }
  .card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
    padding: 10px 0 !important;
  }
}
.card.card_list .freeRetuns, .wishlist-content .card.card_list .freeRetuns {
  padding: 30px 0px;
  text-align: left;
  font-size: 20px;
  color: #000;
}
@media (max-width: 1700px) {
  .card.card_list .freeRetuns, .wishlist-content .card.card_list .freeRetuns {
    padding: 25px;
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .card.card_list .freeRetuns, .wishlist-content .card.card_list .freeRetuns {
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .card.card_list .freeRetuns, .wishlist-content .card.card_list .freeRetuns {
    padding: 20px;
    font-size: 15px;
  }
}

.form-group {
  position: relative;
}
.form-group .field-validation-error {
  font-size: 13px;
  position: absolute;
  left: 0px;
  bottom: -18px;
  margin: 0px;
}
.form-group .field-validation-error span {
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 1366px) {
  .form-group .field-validation-error span {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  .form-group .field-validation-error {
    margin: 0px !important;
  }
}

.field-validation-error {
  font-size: 15px;
  margin-top: 0.56rem;
}

.maxwidth700 {
  max-width: 700px;
  margin: 0px auto;
}

.boxshadowBox {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.26);
  background: #ffffff;
  padding: 40px 45px;
  height: 100%;
}
.boxshadowBox .maxWidth620 {
  max-width: 620px;
  margin: 0px auto;
}
.boxshadowBox .maxWidth947 {
  max-width: 947px;
  margin: 0px auto;
}

.form-control-plaintext {
  text-align: left;
  font-size: 16px;
}
.form-control-plaintext input.form-check-input {
  width: 20px;
  height: 20px;
}
.form-control-plaintext .form-check-label {
  padding-left: 12px;
  color: #000;
}
.form-control-plaintext a {
  color: #064e4f;
}

.loginSection {
  padding: 0px;
}
.loginSection #content-body {
  padding-bottom: 0px;
}
.loginSection .guestLoginBox .socialBtnList {
  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;
}
.loginSection .guestLoginBox .socialBtnList div {
  margin-bottom: 20px;
  width: 100%;
}
.loginSection .guestLoginBox .socialBtnList div:last-child {
  margin-bottom: 0px;
}
.loginSection .guestLoginBox .socialBtnList div a {
  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: 100%;
  padding: 5px 10px;
  height: 70px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
}
.loginSection .guestLoginBox .socialBtnList div a img {
  max-width: 50px;
  margin-right: 20px;
}
.loginSection .guestLoginBox .socialBtnList div a:hover {
  background-color: #f0f0f0;
  color: #fff;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.facebookbtn {
  background: #203a74;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.gmailbtn {
  background: #f75f42;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.guestbtn {
  background: #064e4f;
}
.loginSection .guestLoginBox .socialBtnList div.guestbtn a:hover {
  background: #064e4f;
  color: #fff;
}
@media (max-width: 1700px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 18px;
    height: 60px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 40px;
    margin-right: 15px;
  }
}
@media (max-width: 1700px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 16px;
    height: 50px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 35px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 14px;
    height: 45px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 32px;
    margin-right: 7px;
  }
}
@media (max-width: 1199px) {
  .loginSection .loginRegister .boxshadowBox {
    height: auto;
  }
  .loginSection .loginRegister .boxshadowBox.guestSection {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 13px;
    height: 42px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 30px;
    margin-right: 10px;
  }
}

.passwordRecoveryConfirmSection form .col-12, .passwordRecoveryConfirmSection form .col-md-3, .passwordRecoveryConfirmSection form .col-md-9 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

.loginRegister .paddcomman18 {
  padding-top: 0;
}
.loginRegister .heading-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
}
.loginRegister .row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginRegister .loginWidth {
  max-width: 700px;
  margin: 0 auto;
}
.loginRegister .heading {
  text-align: left;
}
.loginRegister .col-form-label {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.loginRegister .lgnImg {
  height: 100%;
}
.loginRegister .lgnImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loginRegister .socialBtnList .btn {
  line-height: 12px !important;
}
.loginRegister .login-box {
  background: transparent;
  padding: 20px;
  padding-left: 45px;
}
.loginRegister .login-box.frgtPass .lgnImg {
  height: 100%;
}
.loginRegister .login-box.frgtPass .lgnImg img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.loginRegister .login-box .form-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 8px;
}
.loginRegister .login-box .input-group-icon > i {
  width: 20px;
  height: 100%;
}
.loginRegister .login-box .input-group-icon > i::before {
  display: none;
}
.loginRegister .login-box .input-group-icon > i.icm-user {
  background: url(../images/icon_user1.png) no-repeat center center;
}
.loginRegister .login-box .input-group-icon > i.icm-shield {
  background: url(../images/icon_key.png) no-repeat center center;
}
.loginRegister .login-box .input-group-icon > i.icm-envelope-open {
  width: auto;
  color: #000;
}
.loginRegister .login-box .input-group-icon > i.icm-envelope-open::before {
  display: block;
}
.loginRegister .login-box .fnt18 {
  font-size: 18px;
  text-align: left;
  margin: 5px 0px 20px 0px;
}
.loginRegister .form-group label:not(.form-check-label):not(.custom-control-label) {
  font-weight: 400;
}
.loginRegister .registerWidth {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  border-color: #D3D3D3;
  -webkit-box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, 0.1) !important;
}
.loginRegister .boxshadowBox {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px;
  border-radius: 10px;
}
.loginRegister .text-muted {
  font-size: 12px !important;
}
.loginRegister .form-group {
  margin-bottom: 20px;
}
.loginRegister .form-control {
  background: #FAFAFA;
  height: 48px;
  border: 0px;
  padding: 14px 12px !important;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.loginRegister .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.loginRegister .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.loginRegister .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.loginRegister .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.loginRegister .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.loginRegister select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.png) no-repeat #FAFAFA !important;
  background-position: 88% center !important;
  background-size: 16px !important;
}
.loginRegister .has-icon .input-group-icon {
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1rem;
  color: #646464 !important;
  left: 15px;
  padding: 0;
}
.loginRegister ::-ms-input-placeholder {
  color: #646464;
}
.loginRegister ::-webkit-input-placeholder {
  color: #646464;
}
.loginRegister ::-moz-placeholder {
  color: #646464;
}
.loginRegister :-ms-input-placeholder {
  color: #646464;
}
.loginRegister ::placeholder {
  color: #646464;
}
.loginRegister .forgot-password {
  text-align: left;
}
.loginRegister .registerBlock {
  margin: 0 auto;
}
.loginRegister .btn-login, .loginRegister .guestbtn {
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 16px 15px !important;
}
.loginRegister .loginBtn {
  margin-top: 80px;
  margin-bottom: 25px;
}
@media (max-width: 1700px) {
  .loginRegister .loginBtn {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .loginRegister .loginBtn {
    margin-top: 70px !important;
  }
}
.loginRegister .loginBtn .spcOr, .loginRegister .loginBtn .socialBtnList {
  display: none;
}
.loginRegister .loginBtn.btnTp {
  margin-top: 40px;
}
.loginRegister .loginBtn .btn {
  min-width: 100% !important;
  display: block;
  text-decoration: none !important;
  background: #064E4F !important;
  border-radius: 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  border: 1px solid #064E4F !important;
}
.loginRegister .loginBtn .btn:hover {
  background: transparent !important;
  color: #064E4F !important;
}
.loginRegister .forgot-password a {
  font-size: 12px;
  color: #000;
  line-height: 18px;
  display: block;
  text-decoration: none !important;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.loginRegister .forgot-password a:hover {
  color: #064E4F;
}
.loginRegister .register-block {
  margin-top: 25px;
}
.loginRegister .register-block .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginRegister .register-block .row .registerLink {
  text-align: center;
  text-decoration: none !important;
}
@media (max-width: 480px) {
  .loginRegister .register-block .row .forgot-password {
    text-align: center;
  }
}
.loginRegister .registerLink a:not([href]):not([tabindex]):hover {
  color: #000 !important;
}
.loginRegister .registerLink a {
  font-size: 14px;
  color: #000;
  line-height: 14px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.loginRegister .registerLink a:hover {
  color: #064E4F;
}
.loginRegister .registerLink .register-button {
  margin-left: 5px;
  display: inline-block;
  text-decoration: underline;
}
.loginRegister .orArea {
  padding: 15px 0px 0px 0px;
  text-align: center;
}
.loginRegister .orArea span {
  display: block;
  text-align: center;
  padding-bottom: 24px;
  font-size: 16px;
  color: #000;
}
.loginRegister .orArea div {
  text-align: center;
  margin: 0px auto;
  display: inline-block;
}
.loginRegister .orArea div a {
  border-radius: 8px;
  border: transparent solid 1px;
  width: 50px;
  height: 50px;
  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;
}
.loginRegister .orArea div a:hover {
  border-color: #000;
}
.loginRegister .orArea div img {
  max-width: 100%;
}
@media (max-width: 1700px) {
  .loginRegister .has-icon .input-group-icon {
    left: 0;
  }
  .loginRegister .login-box .fnt18 {
    font-size: 16px;
    line-height: 20px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 1700px) {
  .loginRegister .has-icon .input-group-icon {
    left: 0;
  }
  .loginRegister .orArea {
    font-size: 16px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .loginRegister .boxshadowBox {
    padding: 30px 40px;
  }
  .loginRegister .orArea {
    font-size: 15px;
  }
  .loginRegister .orArea span {
    padding-bottom: 17px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .loginRegister .boxshadowBox {
    padding: 30px 40px;
  }
  .loginRegister .has-icon.input-group-lg .input-group-icon {
    width: calc(2.3rem + 2px);
    height: auto;
  }
  .loginRegister .login-box .input-group-icon > i {
    width: 16px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-user {
    background-size: 16px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-shield {
    background-size: 16px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-envelope-open::before {
    width: 16px;
  }
  .loginRegister .login-box .fnt18 {
    font-size: 16px;
    margin: 5px 0px 15px 0px;
  }
  .loginRegister .login-box .loginBtn.passwordrecoveryicon .input-group-icon.text-muted {
    margin-top: 0px;
  }
  .loginRegister .orArea {
    font-size: 14px;
  }
  .loginRegister .orArea span {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .loginRegister .orArea div img {
    max-width: 25px;
  }
  .loginRegister .paddcomman18 {
    padding: 0px;
  }
  .loginRegister .loginBtn {
    margin-bottom: 20px;
  }
  .loginRegister .form-group {
    margin-bottom: 20px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .loginRegister .has-icon.input-group-lg .input-group-icon {
    width: calc(2.8rem + 2px);
    height: auto;
    padding: 0;
  }
  .loginRegister .boxshadowBox {
    padding: 30px 25px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .loginRegister .login-box .fnt18 {
    font-size: 14px;
  }
  .loginRegister .loginBtn {
    margin-top: 60px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .loginRegister .row.algnCntr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .loginRegister .lgnImg img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .loginRegister .login-box .form-group label {
    font-size: 14px;
    line-height: 20px;
  }
  .loginRegister .login-box {
    padding: 25px 15px 100px 15px;
  }
  .loginRegister .loginBtn {
    margin-top: 30px;
  }
  .loginRegister .form-group {
    margin-bottom: 20px;
  }
  .loginRegister .has-icon .input-group-icon {
    left: 10px;
  }
  .loginRegister .orArea {
    padding-bottom: 5px;
  }
  .loginRegister .login-box .loginBtn.passwordrecoveryicon .input-group-icon.text-muted {
    margin-top: 2px;
  }
  .loginRegister .col-form-label {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .loginRegister .boxshadowBox {
    padding: 22px 30px;
  }
  .loginRegister .has-icon.input-group-lg .input-group-icon {
    width: calc(2rem + 2px);
    height: auto;
    padding: 0px;
  }
  .loginRegister .login-box .input-group-icon > i {
    width: 14px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-user {
    background-size: 14px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-shield {
    background-size: 14px;
  }
  .loginRegister .login-box .input-group-icon > i.icm-envelope-open::before {
    width: 14px;
  }
  .loginRegister .login-box .fnt18 {
    font-size: 13px;
    margin: 0px;
  }
  .loginRegister .login-box .loginBtn.passwordrecoveryicon .input-group-icon.text-muted {
    margin-top: 0px;
  }
  .loginRegister .col-form-label {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .loginRegister .boxshadowBox {
    padding: 15px 15px;
  }
}
.loginRegister.registration-page .login-box {
  padding-right: 0px;
}
.loginRegister.registration-page .page-body .content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.loginRegister.registration-page .page-body .content-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin: 0px;
  padding: 0px 15px 0 0;
  text-align: left;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 30px;
}
.loginRegister.registration-page .page-body .content-group .form-group .col-md-9, .loginRegister.registration-page .page-body .content-group .registration-page .page-body .content-group .form-group .col-md-6 {
  padding: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.loginRegister.registration-page .page-body .content-group .col-form-label {
  text-transform: capitalize;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
.loginRegister.registration-page .page-body .content-group .col-md-12 {
  padding: 0px;
}
@media (max-width: 575px) {
  .loginRegister.registration-page .page-body .content-group .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .loginRegister.registration-page .login-box {
    padding: 15px 10px 100px 10px;
  }
}

.text-muted, .muted {
  color: #222 !important;
  padding-top: 10px;
}

.margintop10 {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-results__option > .select2-option, .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  font-size: 14px !important;
  font-family: "Inter", sans-serif !important;
}

.page-myaccount .hdrow.heading {
  padding-bottom: 28px;
}
.page-myaccount form {
  margin-left: -15px;
  margin-right: -15px;
}
.page-myaccount .page-title {
  margin-bottom: 0px;
}
.page-myaccount .page-title .h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 40px;
}
.page-myaccount fieldset.content-group > legend {
  color: #064e4f;
  margin-left: 15px;
}
.page-myaccount .cms-menu-listgroup {
  padding-right: 25px;
}
.page-myaccount .cms-menu-listgroup .card-header {
  display: none;
}
.page-myaccount .cms-menu-listgroup .card {
  border: none;
}
.page-myaccount .cms-menu-listgroup .card .list-group a {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  padding: 20px 25px;
  position: relative;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.page-myaccount .cms-menu-listgroup .card .list-group a .list-group-item-icon {
  height: 20px;
  width: 20px;
  font-size: 18px;
}
.page-myaccount .cms-menu-listgroup .card .list-group a::after {
  position: absolute;
  right: 15px;
  top: auto;
  bottom: auto;
  content: "";
  background: url("./images/account_arrow.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 13px;
}
.page-myaccount .cms-menu-listgroup .card .list-group a.active, .page-myaccount .cms-menu-listgroup .card .list-group a:hover {
  color: #fff;
  background: #064e4f;
}
.page-myaccount .cms-menu-listgroup .card .list-group a.active::after, .page-myaccount .cms-menu-listgroup .card .list-group a:hover::after {
  background: url("./images/active_arrow.png") no-repeat;
}
.page-myaccount .cms-menu-listgroup .card .list-group a.active::before, .page-myaccount .cms-menu-listgroup .card .list-group a:hover::before {
  display: none;
}
.page-myaccount .card .card-title, .page-myaccount .card h4 {
  font-size: 24px;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1700px) {
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    padding: 18px;
  }
  .page-myaccount fieldset.content-group > legend {
    margin-bottom: 15px;
  }
}
@media (max-width: 1700px) {
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    font-size: 16px;
  }
  .page-myaccount .card .card-title, .page-myaccount .card h4 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    font-size: 15px;
    padding: 16px 5px 16px 12px;
  }
  .page-myaccount .cms-menu-listgroup .card .list-group a .list-group-item-icon {
    margin-right: 8px;
  }
  .page-myaccount .card .card-title, .page-myaccount .card h4 {
    font-size: 20px;
  }
  .page-myaccount .hdrow.heading {
    padding-bottom: 20px;
  }
}
@media (max-width: 1366px) {
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    font-size: 14px;
    padding: 16px 5px 16px 12px;
  }
  .page-myaccount .cms-menu-listgroup .card .list-group a .list-group-item-icon {
    margin-right: 8px;
  }
  .page-myaccount .card .card-title, .page-myaccount .card h4 {
    font-size: 18px;
  }
  .page-myaccount .hdrow.heading {
    padding-bottom: 20px;
  }
  .page-myaccount .margintop10 {
    margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    font-size: 13px;
    padding: 10px 5px 10px 9px;
  }
  .page-myaccount .cms-menu-listgroup .card .list-group a .list-group-item-icon {
    margin-right: 6px;
  }
  .page-myaccount .card .card-title, .page-myaccount .card h4 {
    font-size: 18px;
  }
  .page-myaccount .hdrow.heading {
    padding-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-myaccount .page-body .col-md-4.col-lg-3.d-print-none {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.33333%;
            flex: 0 0 30.33333%;
    max-width: 30.33333%;
  }
  .page-myaccount .page-body .col-md-8.col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69.66667%;
            flex: 0 0 69.66667%;
    max-width: 69.66667%;
  }
  .page-myaccount .page-body .col-md-8.col-lg-9 .col-lg-3, .page-myaccount .page-body .col-md-8.col-lg-9 .col-lg-9 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .page-myaccount form {
    margin: 0px -5px;
  }
}
@media (max-width: 991px) {
  .page-myaccount {
    padding-bottom: 0px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-myaccount {
    padding: 15px 0 50px 0px;
  }
  .page-myaccount .page-title {
    margin-top: 30px;
  }
  .page-myaccount .page-title .h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .page-myaccount .cms-menu {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .page-myaccount .cms-menu-listgroup .card-header {
    display: block !important;
    background: #000;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
  }
  .page-myaccount .cms-menu-listgroup .card .list-group a {
    font-size: 13px;
  }
  .page-myaccount .card .card-title, .page-myaccount .card h4 {
    font-size: 18px;
  }
  .page-myaccount .btnCenterMobile {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .page-myaccount {
    padding: 15px 0px 30px 0;
  }
  .page-myaccount .page-title .h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .page-myaccount .text-muted {
    font-size: 13px;
  }
}

.page-order-details .print-buttons .btn {
  font-size: 15px;
  font-weight: 500;
  background: #f0f0f0;
}
.page-order-details .print-buttons .btn:hover {
  background: #080B0E;
  color: #fff;
  font-weight: 500;
}
.page-order-details h5, .page-order-details p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #000;
}
.page-order-details .margintablecart {
  margin: 0px 0px 60px 0px;
}
.page-order-details table.cart-summary tr td:first-child {
  text-align: right;
}
.page-order-details .cart-actions {
  text-align: right;
}
.page-order-details .order-details-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0px !important;
}
@media (max-width: 1199px) {
  .page-order-details .print-buttons .btn {
    font-size: 14px;
    margin-right: 5px;
  }
  .page-order-details .print-buttons .btn:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .page-order-details h5, .page-order-details p {
    font: 16px;
  }
}

.page-myaccount-info .form-horizontal .content-group, .page-myaccount-addresses .form-horizontal .content-group {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-myaccount-info .form-horizontal .content-group .form-group, .page-myaccount-addresses .form-horizontal .content-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-myaccount-info .form-horizontal .content-group .form-group .margingbtm0, .page-myaccount-addresses .form-horizontal .content-group .form-group .margingbtm0 {
  margin-bottom: 0px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.fulldiv, .page-myaccount-addresses .form-horizontal .content-group .form-group.fulldiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-info .form-horizontal .content-group .form-group .col-lg-9, .page-myaccount-info .form-horizontal .content-group .form-group .col-lg-3, .page-myaccount-addresses .form-horizontal .content-group .form-group .col-lg-9, .page-myaccount-addresses .form-horizontal .content-group .form-group .col-lg-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-info .form-horizontal .content-group .form-group .form-group, .page-myaccount-addresses .form-horizontal .content-group .form-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber {
  position: absolute;
  bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  z-index: 22;
  left: 0px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
  content: "";
  width: 1px;
  height: 35px;
  background: #c0c0c0;
  position: absolute;
  left: 60px;
  top: 12px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .form-group, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .form-group {
  margin-bottom: 0px;
}
.page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .form-group .form-control, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .form-group .form-control {
  padding-left: 65px;
}
.page-myaccount-info .form-horizontal .content-group .form-control-plaintext, .page-myaccount-addresses .form-horizontal .content-group .form-control-plaintext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 6px;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label a, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check .form-check-label a {
  color: #000;
}
@media (max-width: 1199px) {
  .page-myaccount-info .form-horizontal .content-group:nth-child(3) .form-group .form-check, .page-myaccount-addresses .form-horizontal .content-group:nth-child(3) .form-group .form-check {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
@media (max-width: 1440px) {
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    top: 5px;
  }
}
@media (max-width: 1366px) {
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber {
    left: -3px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    height: 25px;
    top: 10px;
  }
}
@media (max-width: 1199px) {
  .page-myaccount-info .form-horizontal .form-group .col-12, .page-myaccount-addresses .form-horizontal .form-group .col-12 {
    padding-left: 20px !important;
    padding-top: 20px;
  }
  .page-myaccount-info .form-horizontal .form-group .form-check, .page-myaccount-addresses .form-horizontal .form-group .form-check {
    padding-left: 6px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber {
    left: -1px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    left: 58px;
    top: 12px;
  }
  .page-myaccount-info .form-horizontal .save-customer-info-button, .page-myaccount-addresses .form-horizontal .save-customer-info-button {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .page-myaccount-info .form-horizontal, .page-myaccount-addresses .form-horizontal {
    padding-bottom: 0px;
  }
  .page-myaccount-info .form-horizontal .save-customer-info-button, .page-myaccount-addresses .form-horizontal .save-customer-info-button {
    margin-left: 12px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group:nth-child(5), .page-myaccount-info .form-horizontal .content-group .form-group:nth-child(6), .page-myaccount-info .form-horizontal .content-group .form-group.birtdayDate, .page-myaccount-addresses .form-horizontal .content-group .form-group:nth-child(5), .page-myaccount-addresses .form-horizontal .content-group .form-group:nth-child(6), .page-myaccount-addresses .form-horizontal .content-group .form-group.birtdayDate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-myaccount-info .form-horizontal .form-group .col-12, .page-myaccount-addresses .form-horizontal .form-group .col-12 {
    margin-top: 20px;
  }
  .page-myaccount-info .form-horizontal .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .form-horizontal .content-group .form-group.phoneNumber .codenumber::before {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .page-myaccount-info, .page-myaccount-addresses {
    padding-bottom: 0px;
  }
  .page-myaccount-info .form-horizontal .form-group .col-12, .page-myaccount-addresses .form-horizontal .form-group .col-12 {
    padding-top: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .page-myaccount-info .content-group .form-group, .page-myaccount-addresses .content-group .form-group {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .page-myaccount-info .content-group .form-group.phoneNumber, .page-myaccount-addresses .content-group .form-group.phoneNumber {
    border-color: transparent;
  }
  .page-myaccount-info .content-group .form-group.phoneNumber .codenumber, .page-myaccount-addresses .content-group .form-group.phoneNumber .codenumber {
    bottom: -1px !important;
    left: 0px !important;
  }
  .page-myaccount-info .content-group .form-group.phoneNumber .codenumber::before, .page-myaccount-addresses .content-group .form-group.phoneNumber .codenumber::before {
    left: 52px !important;
    top: 8px !important;
  }
}

.page-myaccount-addresses .add-address {
  position: absolute;
  top: -6px;
  right: 15px;
}
.page-myaccount-addresses .add-address .btn-primary {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.page-myaccount-addresses .full_row {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}
.page-myaccount-addresses .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-myaccount-addresses .form-horizontal .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-myaccount-addresses .form-horizontal .form-group .margingbtm0 {
  margin-bottom: 0px;
}
.page-myaccount-addresses .form-horizontal .form-group.fulldiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-addresses .form-horizontal .form-group .col-lg-3, .page-myaccount-addresses .form-horizontal .form-group .col-md-3, .page-myaccount-addresses .form-horizontal .form-group .col-lg-9, .page-myaccount-addresses .form-horizontal .form-group .col-md-9, .page-myaccount-addresses .form-horizontal .form-group .col-sm-9, .page-myaccount-addresses .form-horizontal .form-group .col-sm-3 {
  width: 100% !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-addresses .form-horizontal .form-group .form-control {
  width: 100% !important;
}
.page-myaccount-addresses .form-horizontal .form-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .codenumber {
  position: absolute;
  bottom: 0px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: none;
  background: transparent;
  z-index: 22;
  left: -2px;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .codenumber::before {
  content: "";
  width: 1px;
  height: 45px;
  background: #c0c0c0;
  position: absolute;
  left: 60px;
  top: 7px;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .form-group {
  margin-bottom: 0px;
}
.page-myaccount-addresses .form-horizontal .form-group.phoneNumber .form-group .form-control {
  padding-left: 68px;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group .form-check .form-check-label {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.page-myaccount-addresses .form-horizontal:nth-child(3) .form-group .form-check .form-check-label a {
  color: #000;
}
.page-myaccount-addresses .address-list {
  margin-left: -11px;
  margin-right: -11px;
}
.page-myaccount-addresses .address-list.card {
  margin: 0px 15px 30px 15px;
  max-width: calc(50% - 22px) !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(50% - 22px) !important;
          flex: 0 0 calc(50% - 22px) !important;
}
.page-myaccount-addresses .card {
  -webkit-box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.0025);
          box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.0025);
  border-radius: 12px;
  background: #FAFAFA;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  border-color: transparent;
}
.page-myaccount-addresses .card:hover, .page-myaccount-addresses .card:focus {
  border-color: #064E4F;
}
.page-myaccount-addresses .card .card-body {
  padding: 35px 28px;
}
.page-myaccount-addresses .card .card-body .card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 20px;
  color: #000;
}
.page-myaccount-addresses .card .card-body div {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}
.page-myaccount-addresses .card .card-body label {
  text-transform: capitalize;
}
.page-myaccount-addresses .card .card-footer {
  background: transparent;
  border: none;
  position: relative;
}
.page-myaccount-addresses .card .card-footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 73px;
  height: 50%;
  width: 1px;
  background: rgba(0, 0, 0, 0.5019607843);
  margin: auto 0;
}
.page-myaccount-addresses .card .card-footer a {
  padding: 0;
  background: transparent;
  color: #000;
  border: none;
}
.page-myaccount-addresses .card .card-footer a img {
  margin-right: 7px;
}
.page-myaccount-addresses .card .card-footer a.delete-address-button {
  color: rgba(255, 0, 0, 0.5019607843);
}
@media (max-width: 1700px) {
  .page-myaccount-addresses .card .card-body div {
    font-size: 15px;
  }
  .page-myaccount-addresses .card .card-footer a {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .page-myaccount-addresses .card .card-body div {
    font-size: 13px;
    line-height: 20px;
  }
  .page-myaccount-addresses .card .card-footer a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .page-myaccount-addresses .form-horizontal .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .page-myaccount-addresses .form-horizontal .form-group.phoneNumber .codenumber::before {
    top: 3px;
  }
  .page-myaccount-addresses .address-list .card {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .page-myaccount-addresses .add-address .btn-primary {
    font-size: 16px;
    min-width: 1px !important;
  }
  .page-myaccount-addresses .form-group .text-muted {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .page-myaccount-addresses {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .page-myaccount-addresses .form-horizontal .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-myaccount-addresses .address-list {
    margin-left: 0;
    margin-right: 0;
  }
  .page-myaccount-addresses .address-list .card:first-child {
    margin-right: 0px;
  }
  .page-myaccount-addresses .form-horizontal .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .page-myaccount-addresses .hdrow.heading {
    padding-bottom: 55px;
  }
  .page-myaccount-addresses .add-address {
    position: absolute;
    top: 60px;
    right: inherit;
    left: 15px;
  }
  .page-myaccount-addresses .card .card-footer::before {
    left: 70px;
  }
  .page-myaccount-addresses .card .card-footer a {
    font-size: 14px;
  }
  .page-myaccount-addresses .card-body {
    padding: 10px;
  }
}

.page-myaccount-orders .order-list .card {
  padding: 35px;
  background: #fff;
  border-radius: 12px;
}
.page-myaccount-orders .col-lg-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}
.page-myaccount-orders .card .col-sm-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  max-width: 25%;
  min-width: 162px;
}
.page-myaccount-orders .card .col-sm-3.text-muted {
  font-weight: 600 !important;
  padding-top: 0;
}
.page-myaccount-orders .card .card-body {
  padding: 0px;
  margin-bottom: 10px;
}
.page-myaccount-orders .card .card-footer {
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-myaccount-orders .card .card-footer .btn {
  margin-right: 10px;
}
.page-myaccount-orders .card .card-footer .btn:last-child {
  margin-right: 0px;
}
.page-myaccount-orders .card .card-footer .btn-secondary {
  background: #064e4f;
  border-color: #064e4f;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0px !important;
  padding: 10px 20px;
  margin-top: 18px;
  color: #fff;
}
.page-myaccount-orders .card .card-footer .btn-secondary i {
  margin-right: 3px;
}
.page-myaccount-orders .card .card-footer .btn-secondary span {
  padding-left: 0px;
}
.page-myaccount-orders .card .card-footer .btn-secondary:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1199px) {
  .page-myaccount-orders .card .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    min-width: 120px;
  }
  .page-myaccount-orders .card .card-footer .btn-secondary {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .page-myaccount-orders .card .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .page-myaccount-orders .card .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .page-myaccount-orders .card .card-footer .btn-secondary {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .page-myaccount-orders .card .card-footer .btn-secondary {
    font-size: 13px;
    line-height: 16px;
    padding: 8px 12px;
  }
}
@media (max-width: 340px) {
  .page-myaccount-orders .card .card-footer .btn-secondary {
    padding: 8px 9px;
  }
  .page-myaccount-orders .card .col-sm-3 {
    min-width: 112px;
  }
}
@media (max-width: 767px) {
  .page-myaccount-orders .order-list .card {
    padding: 20px;
  }
  .page-myaccount-orders .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-myaccount-orders .card .card-title, .page-myaccount-orders .card h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 340px) {
  .page-myaccount-orders .order-list .card {
    padding: 10px 12px;
  }
}
@media (max-width: 330px) {
  .page-myaccount-orders .order-list .card {
    font-size: 12px;
  }
  .page-myaccount-orders .order-list .card .text-muted {
    font-size: 12px;
  }
}

.page-myaccount-changepassword .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-myaccount-changepassword .form-horizontal .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-myaccount-changepassword .form-horizontal .form-group .col-lg-4, .page-myaccount-changepassword .form-horizontal .form-group .col-lg-8 {
  width: 80% !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.page-myaccount-changepassword .form-horizontal .form-group .col {
  padding: 0px;
}
.page-myaccount-changepassword .form-horizontal .form-group .form-control {
  width: 100% !important;
}
.page-myaccount-changepassword .form-horizontal .form-group .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group .form-check .form-check-label {
  font-size: 16px;
  line-height: 21px;
  color: #000;
}
.page-myaccount-changepassword .form-horizontal:nth-child(3) .form-group .form-check .form-check-label a {
  color: #000;
}
@media (max-width: 1199px) {
  .page-myaccount-changepassword .form-horizontal .form-group .col-lg-4, .page-myaccount-changepassword .form-horizontal .form-group .col-lg-8 {
    width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.filterBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.filterBar .heading .heading-title.fs-h1 {
  padding-bottom: 0px !important;
}
.filterBar form {
  min-width: 60% !important;
}
.filterBar .grid-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.filterBar .grid-filter input {
  padding-right: 45px;
}
.filterBar .grid-filter ::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
.filterBar .grid-filter ::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
.filterBar .grid-filter :-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
.filterBar .grid-filter ::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
.filterBar .grid-filter ::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
.filterBar .grid-filter #btnSearch {
  padding: 5px 15px;
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  min-width: auto;
  width: auto;
  background: transparent;
}
@media (max-width: 1440px) {
  .filterBar .grid-filter ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
  }
  .filterBar .grid-filter ::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
  }
  .filterBar .grid-filter :-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
  }
  .filterBar .grid-filter ::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
  }
  .filterBar .grid-filter ::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
  }
}
@media (max-width: 1440px) {
  .filterBar {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .filterBar {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .filterBar {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .filterBar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}

.brandSection {
  padding: 0px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brandSection .categoryBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6%;
          flex: 0 0 16.6%;
  max-width: 16.6%;
  background: transparent;
  margin-bottom: 30px;
  padding: 0 10px;
}
.brandSection .categoryBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px !important;
  width: 100%;
  border: 1px solid rgba(6, 78, 79, 0.3) !important;
  min-height: inherit;
}
.brandSection .categoryBox a img {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.brandSection .categoryBox a .img-center-container {
  padding: 0px;
}
.brandSection .categoryBox a .art-picture-block {
  display: none;
}
.brandSection .categoryBox a:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 991px) {
  .brandSection .categoryBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .brandSection .categoryBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 3px;
    margin-bottom: 6px;
  }
}
@media (max-width: 575px) {
  .brandSection .categoryBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 160px;
  }
  .brandSection .categoryBox img {
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  .brandSection .categoryBox {
    min-height: 140px;
  }
}
@media (max-width: 400px) {
  .brandSection .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }
  .brandSection .categoryBox {
    min-height: 180px;
  }
  .brandSection .categoryBox img {
    max-height: 60px;
  }
}

.validation-summary-errors li {
  list-style: none;
  text-align: left;
}

.commanform .form-group {
  margin: 0px;
  margin-bottom: 20px !important;
  position: relative;
}
.commanform .form-group.marginbtn0 {
  margin-bottom: 0px !important;
}
.commanform .form-group .field-validation-error {
  font-size: 13px;
  position: absolute;
  left: 0px;
  bottom: -21px;
  margin: 0px 15px;
}
.commanform .col-form-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400 !important;
  color: #000000;
  font-family: "Inter", sans-serif;
  padding-top: 0px;
  padding-bottom: 8px;
  text-transform: capitalize;
}
.commanform .form-control, .commanform .select2-container--bootstrap .select2-selection--single {
  background: #FAFAFA;
  border: 0px solid #AFAFAF;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400 !important;
  color: #000000;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1366px) {
  .commanform .form-control, .commanform .select2-container--bootstrap .select2-selection--single {
    height: 50px;
  }
}
.commanform select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.png) no-repeat #FAFAFA !important;
  background-position: 94% center !important;
  background-size: 16px !important;
  border: #c1c1c1 solid 1px !important;
}
.commanform .form-control, .commanform select {
  font-size: 17px;
  border: 0px !important;
}
.commanform .select2-container--bootstrap .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commanform .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  background: none;
  border: none;
}
.commanform .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  background: url(../images/dropdown.png) no-repeat center center;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
}
.commanform .textboxhieght100 .form-control {
  height: 100px;
  resize: none;
}
.commanform ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5019607843) !important;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
}
.commanform ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5019607843) !important;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
}
.commanform :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5019607843) !important;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
}
.commanform ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5019607843) !important;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
}
.commanform ::placeholder {
  color: rgba(0, 0, 0, 0.5019607843) !important;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .commanform .form-group.noteText {
    margin-top: -15px;
  }
  .commanform .form-control, .commanform select, .commanform .col-form-label, .commanform .select2-container--bootstrap .select2-selection--single {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .commanform .form-control, .commanform select, .commanform .col-form-label, .commanform .select2-container--bootstrap .select2-selection--single {
    font-size: 15px;
  }
  .commanform .col-form-label {
    padding-top: 0px;
  }
}
@media (max-width: 1366px) {
  .commanform .col-form-label, .commanform .form-control, .commanform select, .commanform .col-form-label, .commanform .select2-container--bootstrap .select2-selection--single {
    font-size: 14px;
  }
  .commanform .col-form-label {
    padding-top: 0px;
  }
}
@media (max-width: 1199px) {
  .commanform .form-control, .commanform select {
    height: auto;
    min-height: 42px;
  }
  .commanform .form-control, .commanform select, .commanform .col-form-label, .commanform .select2-container--bootstrap .select2-selection--single {
    font-size: 14px;
  }
  .commanform .col-form-label {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .commanform .form-group {
    margin-bottom: 20px !important;
  }
  .commanform select {
    background: #F4F4F4;
    border: 1px solid #AFAFAF;
    padding: 0.625rem 1rem;
    width: 100%;
  }
  .commanform .form-control, .commanform select {
    height: auto;
    min-height: 42px;
  }
}
@media (max-width: 767px) {
  .commanform .form-group {
    margin-bottom: 15px !important;
  }
  .commanform .col-form-label {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .commanform .form-control, .commanform select, .commanform .col-form-label, .commanform .select2-container--bootstrap .select2-selection--single {
    font-size: 14px;
    padding: 5px 15px;
  }
  .commanform .form-control::-webkit-input-placeholder, .commanform select::-webkit-input-placeholder, .commanform .col-form-label::-webkit-input-placeholder, .commanform .select2-container--bootstrap .select2-selection--single::-webkit-input-placeholder {
    font-size: 14px !important;
  }
  .commanform .form-control::-moz-placeholder, .commanform select::-moz-placeholder, .commanform .col-form-label::-moz-placeholder, .commanform .select2-container--bootstrap .select2-selection--single::-moz-placeholder {
    font-size: 14px !important;
  }
  .commanform .form-control:-ms-input-placeholder, .commanform select:-ms-input-placeholder, .commanform .col-form-label:-ms-input-placeholder, .commanform .select2-container--bootstrap .select2-selection--single:-ms-input-placeholder {
    font-size: 14px !important;
  }
  .commanform .form-control::-ms-input-placeholder, .commanform select::-ms-input-placeholder, .commanform .col-form-label::-ms-input-placeholder, .commanform .select2-container--bootstrap .select2-selection--single::-ms-input-placeholder {
    font-size: 14px !important;
  }
  .commanform .form-control::placeholder, .commanform select::placeholder, .commanform .col-form-label::placeholder, .commanform .select2-container--bootstrap .select2-selection--single::placeholder {
    font-size: 14px !important;
  }
  .commanform .form-group .field-validation-error {
    left: 0;
  }
  .commanform .form-group.textboxhieght100 .field-validation-error {
    left: 15px;
  }
}
@media (max-width: 480px) {
  .commanform .form-group {
    margin-bottom: 20px !important;
  }
  .commanform .form-group .field-validation-error {
    left: 0;
    bottom: -18px;
    font-size: 12px;
  }
}

.conact_map_section iframe {
  display: block;
}

.contactRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .contactRow {
    margin: 0;
  }
  .contactRow .col-lg-4 {
    padding: 0;
  }
  .contactRow .contactInfo {
    margin-top: 0px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .contactRow.row .col-lg-6 {
    padding: 0;
  }
}
.contactRow .contactForm {
  padding: 0;
}
.contactRow .contactformFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}
.contactRow .contactformFlex .row {
  padding: 0px 15px;
  margin: 0px;
}
@media (max-width: 767px) {
  .contactRow .contactformFlex .row {
    padding: 0;
  }
}
.contactRow .contactformFlex .col-form-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactformFlex .col-sm-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactformFlex .col-sm-3, .contactRow .contactformFlex .col-sm-9 {
  padding-left: 0px;
  padding-right: 0px;
}
.contactRow .contactformFlex .select2-container--bootstrap .select2-selection {
  background: #F4F4F4;
  border: 0px solid #AFAFAF;
  height: 50px;
  padding-top: 0.825rem;
}
.contactRow .contactformFlex .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  background: #F4F4F4;
  border: 0px solid #ced4da;
}
.contactRow .contactformFlex .form-group.fullDiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactInfo .heading {
  padding-bottom: 20px;
}
.contactRow .contactInfo .subTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #232323;
}
.contactRow .contactInfo .contactDetails {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 40px !important;
}
.contactRow .contactInfo .contactDetails li {
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #D6D6D6;
}
.contactRow .contactInfo .contactDetails li:last-child {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 25px;
}
.contactRow .contactInfo .contactDetails li {
  margin-bottom: 40px;
  padding-top: 25px;
}
.contactRow .contactInfo .contactDetails li i {
  font-size: 28px;
}
.contactRow .contactInfo .contactDetails li span {
  display: block;
  margin-bottom: 10px;
  margin-right: 15px;
}
.contactRow .contactInfo .contactDetails li h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5019607843);
  position: relative;
  margin-bottom: 0;
}
.contactRow .contactInfo .contactDetails li a {
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.contactRow .contactInfo .contactDetails li a:hover {
  text-decoration: none;
  color: #064E4F;
}
.contactRow .contactInfo .socialIcons {
  margin-top: 20px;
}
.contactRow .contactInfo .socialIcons a {
  margin-right: 20px;
  display: inline-block;
}
.contactRow .contactInfo .socialIcons a i {
  font-size: 28px;
  line-height: 32px;
  color: #232323;
}
@media (max-width: 1700px) {
  .contactRow .contactInfo {
    padding-right: 40px;
  }
  .contactRow .contactInfo .contactDetails {
    margin-bottom: 32px !important;
  }
  .contactRow .contactInfo .contactDetails li {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .contactRow .contactInfo .contactDetails li:last-child {
    padding-bottom: 20px;
  }
  .contactRow .contactInfo .contactDetails li:last-child span img {
    height: 18px;
  }
  .contactRow .contactInfo .contactDetails li span {
    margin-right: 10px;
  }
  .contactRow .contactInfo .contactDetails li span img {
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .contactRow .contactInfo .contactDetails li h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 16px;
    line-height: 24px;
  }
  .contactRow .contactInfo .socialIcons a i {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .contactRow .contactInfo {
    margin-bottom: 30px;
    padding: 0px;
    margin-right: 0;
  }
  .contactRow .contactInfo .topic-html-content-body {
    margin: 0px !important;
  }
  .contactRow .contactInfo .subTitle {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .contactRow .contactInfo .contactDetails li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .contactRow .contactInfo .contactDetails li .cntTxt {
    width: 100%;
  }
  .contactRow .contactInfo .contactDetails li span {
    margin-top: 4px;
    margin-right: 10px;
    width: 20px;
    margin-bottom: 0px;
  }
  .contactRow .contactInfo .contactDetails li i {
    font-size: 20px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 17px;
    line-height: 22px;
    width: calc(100% - 30px);
    margin-bottom: 0px !important;
  }
  .contactRow .contactInfo .socialIcons {
    margin-top: 12px;
  }
  .contactRow .contactInfo .socialIcons a {
    font-size: 18px;
    line-height: 22px;
  }
  .contactRow .contactInfo .socialIcons a i {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .contactRow .contactInfo .subTitle {
    font-size: 18px;
    line-height: 20px;
  }
  .contactRow .contactInfo .contactDetails {
    margin-bottom: 25px !important;
  }
  .contactRow .contactInfo .contactDetails li {
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .contactRow .contactInfo .contactDetails li:last-child {
    padding-bottom: 15px;
  }
  .contactRow .contactInfo .contactDetails li h4 {
    margin-bottom: 0px;
  }
  .contactRow .contactInfo .contactDetails li span {
    margin-bottom: 0;
  }
  .contactRow .contactInfo .contactDetails li i {
    font-size: 18px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
  }
  .contactRow .contactInfo .socialIcons a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .contactRow .contactInfo .contactDetails {
    margin-top: 0;
    margin-bottom: 15px !important;
  }
  .contactRow .contactInfo .contactDetails li {
    margin-bottom: 0;
    padding: 10px 0;
  }
  .contactRow .contactInfo .contactDetails li:last-child {
    padding-bottom: 10px;
  }
  .contactRow .contactInfo .contactDetails li:nth-child(1), .contactRow .contactInfo .contactDetails li:nth-child(2) {
    border-bottom: none;
  }
}
@media (max-width: 1700px) {
  .contactRow .form-control-plaintext {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .contactRow {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contactRow .lftBtn {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 575px) {
  .contactRow .contactformFlex .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.categorypageSec {
  margin-bottom: -30px;
}
.categorypageSec .categoryBox {
  padding-bottom: 30px;
}
.categorypageSec .categoryBox a {
  background: #f0f0f0;
  width: 100%;
  height: 160px;
  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: #000;
  font-size: 18px;
  text-transform: capitalize;
  text-decoration: none;
  border: #dddddd solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categorypageSec .categoryBox a:hover {
  background: #13503B;
  color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .categorypageSec .categoryBox a {
    height: 107px;
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .categorypageSec .categoryBox a {
    height: 100px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .categorypageSec .categoryBox a {
    height: 80px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .categorypageSec .row .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .categorypageSec .categoryBox {
    padding-bottom: 15px;
  }
  .categorypageSec .categoryBox a {
    height: 70px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .artlist-grid .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  .fullPageList .artlist-grid.artlist-3-cols .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.facet-body-inner.scrollable {
  margin-bottom: 20px !important;
  /* width */
}
.facet-body-inner.scrollable::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
.facet-body-inner.scrollable {
  /* Track */
}
.facet-body-inner.scrollable::-webkit-scrollbar-track {
  background: #D9D9D9;
}
.facet-body-inner.scrollable {
  /* Handle */
}
.facet-body-inner.scrollable::-webkit-scrollbar-thumb {
  background: #232323;
}
.facet-body-inner.scrollable {
  /* Handle on hover */
}
.facet-body-inner.scrollable::-webkit-scrollbar-thumb:hover {
  background: #D9D9D9;
}

.price-range-block .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.ui-slider-horizontal {
  height: 0.6em;
}

.price-filter-range {
  height: 3px;
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
}

.ui-slider-horizontal .ui-slider-range {
  height: 1px !important;
  top: 4px !important;
  background: #064e4f !important;
}

.ui-widget.ui-widget-content {
  height: 4px !important;
  border: none !important;
  border-bottom: 4px solid #E6E7E8 !important;
  padding-bottom: 4px;
}

.ui-slider-horizontal {
  width: 95%;
  margin: 0 auto;
}

.ui-slider-horizontal .ui-slider-range {
  border-bottom: 4px solid #878A92 !important;
}

.facet-range-container .ui-state-default, .facet-range-container .ui-widget-content .ui-state-default, .facet-range-container .ui-widget-header .ui-state-default, .facet-range-container .ui-button, .facet-range-container html .ui-button.ui-state-disabled:hover, .facet-range-container html .ui-button.ui-state-disabled:active {
  border-color: #064e4f;
  background: #064E4F;
}
.facet-range-container .mSpecial {
  width: 100%;
  padding: 0px 4px !important;
  position: relative;
}
.facet-range-container.d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.facet-range-container.d-flex div {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #232323;
  background: transparent !important;
}
.facet-range-container.d-flex .range {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  color: #000;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  margin-bottom: 10px;
}
.facet-range-container.d-flex input {
  border: 0px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 2px;
  background: transparent;
  color: #232323;
}
@media (max-width: 1700px) {
  .facet-range-container.d-flex div {
    font-size: 13px;
    line-height: 1;
  }
  .facet-range-container.d-flex input {
    font-size: 13px;
    line-height: 1;
  }
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.15em !important;
}

.ui-state-default:focus-visible {
  outline: none !important;
}

.ui-state-focus {
  outline: none !important;
}
.ui-state-focus:focus-visible {
  outline: none !important;
}

.ui-state-active {
  background: #ccc !important;
  outline: none !important;
  border-color: #666 !important;
}
.ui-state-active:focus-visible {
  outline: none !important;
}

#price-range-to {
  width: 58px;
}

.price-range-search {
  width: 40.5%;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  min-width: 40%;
  display: inline-block;
  height: 32px;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}

#price-range-from {
  width: 25px;
  margin: 0 0 0 5px;
}

.price-range-field {
  margin: 0 5px;
  width: 37px;
  min-width: 20px;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  color: black;
  font-family: myFont;
  font: normal 14px Arial, Helvetica, sans-serif;
  border-radius: 5px;
  height: 26px;
  padding: 5px;
}

.search-results-block {
  position: relative;
  display: block;
  clear: both;
}

.btn-remove-group-filters {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #064e4f;
  margin-top: 20px;
}
.btn-remove-group-filters:hover {
  color: #000;
}

.product-list-container .artlist.artlist-grid {
  margin-right: -50px;
  margin-left: -50px;
}
.product-list-container .artlist.artlist-grid::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1700px) {
  .product-list-container .artlist.artlist-grid {
    margin-right: -35px;
    margin-left: -35px;
  }
}
@media (max-width: 767px) {
  .product-list-container .artlist.artlist-grid {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.product-list-container .art .artBox {
  background: #fff;
  padding: 0;
  margin: 0 3px 30px;
}
.product-list-container .art .artBox .art-picture-block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #FBFBFB;
  padding: 18px 40px;
  min-height: inherit !important;
  max-height: inherit !important;
}
.product-list-container .art .artBox .art-picture-block .subTxt {
  text-align: left;
  margin: 0 0 20px;
  position: relative;
}
.product-list-container .art .artBox .art-picture-block .art-picture.img-center-container {
  background: transparent !important;
}
.product-list-container .art .artBox .art-picture-block .art-picture img {
  max-height: 100% !important;
  margin: 0;
  height: 100%;
  width: 100%;
}
.product-list-container .artlist-actions.artlist-actions--top {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary {
  border-color: #454545;
  background: #ffffff;
  padding: 8px 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary em {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary em span {
  font-size: 15px;
  font-weight: 500;
  color: #232323;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary i {
  margin-left: 8px;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down {
  background: url(../images/arrow_down.png) no-repeat center center;
  background-size: 14px;
  width: 14px;
  height: 15px;
}
.product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down::before {
  display: none;
}
.product-list-container .artlist-actions .artlist-action-group .artlist-action--sort select {
  height: auto;
  font-size: 14px;
}
.product-list-container .artlist-actions .artlist-action-group.artlist-action-group--page .artlist-action--viewmode {
  display: none;
}
.product-list-container .artlist-actions select {
  height: auto;
  font-size: 16px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  .product-list-container .artlist-actions {
    margin: 0 -4px;
    padding: 0;
  }
  .product-list-container .artlist-actions .mf-dropdown {
    margin-right: 5px;
  }
}
@media (max-width: 1440px) {
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary {
    padding: 6px 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em {
    font-size: 13px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em span {
    font-size: 13px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary i {
    margin-left: 6px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down {
    background-size: 12px;
    width: 12px;
    height: 13px;
  }
  .product-list-container .artlist-actions select {
    font-size: 14px;
    padding: 5px 8px;
  }
}
@media (max-width: 1366px) {
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary {
    padding: 5px 10px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em {
    font-size: 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary em span {
    font-size: 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .btn-secondary .fa-caret-down {
    background-size: 10px;
    width: 10px;
    height: 11px;
  }
  .product-list-container .artlist-actions select {
    height: auto;
    font-size: 13px;
    padding: 5px 7px;
  }
}
@media (max-width: 1199px) {
  .product-list-container .artlist-actions .btn-artlist-action {
    font-weight: 500;
    font-size: 12px;
  }
  .product-list-container .artlist-actions .btn-artlist-action .fa-sort {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .product-list-container .artlist-action-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-list-container .artlist-actions.artlist-actions--top {
    margin-bottom: 15px;
  }
  .product-list-container .artlist-actions .artlist-action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--filter {
    max-width: 110px;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--filter .btn.btn-labeled b {
    top: 1px;
    width: 17px;
    right: 12px;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .mf-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .btn.btn-labeled {
    display: none;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .btn-secondary {
    padding: 8px 12px;
    font-size: 13px;
  }
  .product-list-container .artlist-actions .artlist-action-group.artlist-action--sort select {
    height: 40px;
  }
  .product-list-container .artlist-actions .btn-warning {
    background: #064e4f;
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .product-list-container .artlist.artlist-grid .art .artBox {
    margin-bottom: 16px;
  }
  .product-list-container .art .artBox {
    margin: 0 !important;
    margin-bottom: 15px !important;
  }
  .product-list-container .art .artBox .art-picture-block {
    padding: 10px 25px;
  }
}
@media (max-width: 575px) {
  .product-list-container .art .artBox {
    padding: 0 5px 0;
  }
  .product-list-container .art .artBox .art-picture-block {
    padding: 10px 15px;
  }
  .product-list-container .art .artBox .art-picture-block .subTxt {
    margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  .product-list-container .art .artBox .art-picture-block {
    padding: 10px;
  }
  .product-list-container .art .artBox .art-picture-block .subTxt {
    font-size: 10px !important;
    line-height: 14px !important;
  }
}
@media (max-width: 480px) {
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--filter {
    max-width: 100%;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort {
    max-width: 50%;
  }
  .product-list-container .artlist-actions .artlist-action-group .artlist-action.artlist-action--sort .btn-secondary {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .product-list-container .art {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.addressForm_comman .container {
  padding: 0px;
}
.addressForm_comman .cityInputArea .fullDiv .col {
  padding: 0px;
}
.addressForm_comman .blingcheckbox {
  margin-bottom: 0px !important;
}
.addressForm_comman .blingcheckbox .checkboxsection label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.addressForm_comman .billingShippinfAdreesSection {
  margin: 0px 0px 40px 0px;
  padding: 0 20px;
}
.addressForm_comman .address-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addressForm_comman .address-list .card {
  padding: 0px;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100%;
  border: none;
  color: #000;
  font-size: 18px;
}
.addressForm_comman .address-list .card:last-child {
  margin-bottom: 0px;
}
.addressForm_comman .address-list .card .mt-3 {
  margin: 0px !important;
}
.addressForm_comman .address-list .card .name {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 22px;
  padding-bottom: 4px !important;
}
.addressForm_comman .address-list .card .address, .addressForm_comman .address-list .card .email {
  padding-bottom: 5px;
}
.addressForm_comman .address-list .card .btn_comman {
  margin-top: 19px;
  padding: 17px 25px 19px 25px;
}
@media (max-width: 767px) {
  .addressForm_comman .address-list .card .name {
    font-size: 14px;
    padding-bottom: 4px !important;
  }
  .addressForm_comman .address-list .card .address span, .addressForm_comman .address-list .card .email span {
    display: none;
  }
  .addressForm_comman .address-list .card .btn_comman {
    margin-top: 19px;
    padding: 17px 25px 19px 25px;
  }
}
.addressForm_comman .address-list .address-item .address-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.addressForm_comman .address-list .address-item .address-data .checkSelect {
  width: 20px;
  margin-right: 18px;
  position: relative;
}
.addressForm_comman .address-list .address-item .address-data .addressSelect {
  width: calc(100% - 38px);
}
.addressForm_comman .address-list .address-item .address-data .addressSelect .address br {
  display: contents;
  width: 5px;
  position: relative;
  margin-right: 10px;
}
.addressForm_comman .address-list .address-item .address-data .addressSelect .address br::after {
  content: ", ";
  margin-left: 0;
}
.addressForm_comman .address-list .address-item .address-data .addressSelect strong {
  font-weight: 600 !important;
}
.addressForm_comman .boxBillingShipping {
  background: #fff;
  margin-bottom: 20px;
}
.addressForm_comman .boxBillingShipping .address-list-item.active .address-item {
  border-color: #064E4F;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item {
  padding: 35px 30px;
  background: #FAFAFA;
  border: 1px solid #fff;
  border-radius: 12px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item:hover, .addressForm_comman .boxBillingShipping .address-list-item .address-item:focus {
  border-color: #064E4F;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect {
  padding-left: 10px;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .address {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer {
  background: transparent !important;
  border: none !important;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .btn {
  position: relative;
  margin-right: 40px;
  min-width: inherit;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .btn img {
  margin-right: 5px;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  height: 70%;
  width: 1px;
  background: rgba(0, 0, 0, 0.5019607843);
  margin: auto 0;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .edit-address-button, .addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .delete-address-button {
  padding: 0;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .edit-address-button {
  background: transparent;
  color: #000;
  border: none;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .edit-address-button:hover, .addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .edit-address-button:focus {
  border: none;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .delete-address-button {
  background: transparent;
  color: rgba(255, 0, 0, 0.5019607843);
  border: none;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .delete-address-button:hover, .addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .delete-address-button:focus {
  border: none;
}
.addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .card-footer .delete-address-button::before {
  display: none;
}
@media (max-width: 767px) {
  .addressForm_comman .boxBillingShipping .address-list-item .address-item {
    padding: 20px 16px;
  }
  .addressForm_comman .boxBillingShipping .address-list-item .address-item .checkSelect {
    margin-right: 6px;
  }
  .addressForm_comman .boxBillingShipping .address-list-item .address-item .addressSelect .address {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
.addressForm_comman .boxBillingShipping h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding: 0 !important;
  margin-bottom: 20px;
}
.addressForm_comman .boxBillingShipping .content-group {
  padding: 0;
}
.addressForm_comman .boxBillingShipping .inputcheckbox {
  position: relative;
  top: 6px;
}
.addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] {
  position: absolute;
  left: 0px;
  z-index: 2;
  opacity: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] + .bgcheckbox {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background: url(../images/checkbox2.png) no-repeat left top;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio]:checked + .bgcheckbox {
  background-position: 0px -21px;
}
@media (max-width: 767px) {
  .addressForm_comman .boxBillingShipping h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] + .bgcheckbox {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio]:checked + .bgcheckbox {
    background-position: 0px -18px;
  }
}
.addressForm_comman .otherAdrresAdd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox {
  width: 20px;
  margin-right: 18px;
  position: relative;
  top: 6px;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio] {
  position: absolute;
  left: 0px;
  z-index: 2;
  opacity: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio] + .bgcheckbox {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background: url(../images/checkbox2.png) no-repeat left top;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio]:checked + .bgcheckbox {
  background-position: 0px -21px;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox {
  top: 3px;
}
@media (max-width: 1700px) {
  .addressForm_comman .otherAdrresAdd .inputcheckbox {
    top: 0px;
  }
}
@media (max-width: 1366px) {
  .addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio] + .bgcheckbox {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }
  .addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio]:checked + .bgcheckbox {
    background-position: 0px -18px;
  }
}
.addressForm_comman .otherAdrresAdd label {
  width: calc(100% - 38px);
  text-transform: capitalize;
  margin: 0px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .addressForm_comman .otherAdrresAdd label {
    font-weight: 600;
  }
}
.addressForm_comman .billingShippingForm .h2 {
  padding-left: 15px;
  padding-right: 15px;
}
.addressForm_comman .billingShippingForm .commanForm .form-horizontal {
  margin-left: -15px;
  margin-right: -15px;
}
.addressForm_comman .billingShippingForm .commanForm .checkboxsection input[type=checkbox] + input + label::before {
  top: 3px;
}
.addressForm_comman .billingShippingForm .form-horizontal {
  margin-top: 0px;
}
@media (max-width: 1700px) {
  .addressForm_comman .billingShippingForm .commanForm .checkboxsection input[type=checkbox] + input + label::before {
    top: 0px;
  }
}
@media (max-width: 1199px) {
  .addressForm_comman .billingShippingForm .commanForm .col-form-label {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .addressForm_comman .billingShippingForm .commanForm .form-horizontal {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.addressForm_comman .form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.addressForm_comman .form-horizontal .row {
  width: 50%;
  margin-left: 0px;
  margin-right: 0px;
}
.addressForm_comman .form-horizontal .row.fulldiv, .addressForm_comman .form-horizontal .row.full_row, .addressForm_comman .form-horizontal .row:nth-child(4), .addressForm_comman .form-horizontal .row:nth-child(5) {
  width: 100%;
}
.addressForm_comman .form-horizontal .row.contactNumber {
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .addressForm_comman .form-horizontal .row.contactNumber {
    padding: 0;
  }
}
.addressForm_comman .form-horizontal .col-form-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.addressForm_comman .form-horizontal .col-sm-9, .addressForm_comman .form-horizontal .col-md-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.addressForm_comman .form-horizontal .form-control {
  width: 100% !important;
}
.addressForm_comman .form-horizontal .form-control.codenumber {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.addressForm_comman .form-horizontal .addressInput textarea.form-control {
  height: 100px;
}
.addressForm_comman .form-horizontal .row.cityInputArea .fullDiv .row {
  width: 100%;
}
.addressForm_comman .form-horizontal .checkboxsection label {
  text-transform: capitalize;
}
.addressForm_comman .form-horizontal .checkboxsection input[type=checkbox] + input + label::before {
  top: 3px;
}
.addressForm_comman .form-horizontal .select2-container--bootstrap .select2-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addressForm_comman .form-horizontal .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  border: none;
  background: none;
}
.addressForm_comman .form-horizontal hr {
  display: none;
}
.addressForm_comman .form-horizontal .form-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
}
.addressForm_comman .form-horizontal .form-check .checkboxbg {
  position: absolute;
  width: 21px;
  height: 21px;
  z-index: 1;
  left: 0px;
  top: 2px;
}
.addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old), .addressForm_comman .form-horizontal .form-check input[type=radio]:not(old) {
  width: 21px;
  height: 21px;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 2px;
  margin: 0px;
  z-index: 2;
}
.addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old) + input + .checkboxbg, .addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old) + .checkboxbg {
  background: url(../Content/images/checkbox2.png) no-repeat left top;
}
.addressForm_comman .form-horizontal .form-check input[type=radio]:not(old) + .checkboxbg {
  background: url(../Content/images/rediobox.png) no-repeat left top;
}
.addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old):checked + input + .checkboxbg, .addressForm_comman .form-horizontal .form-check input[type=checkbox]:not(old):checked + .checkboxbg {
  background-position: left -21px;
}
.addressForm_comman .form-horizontal .form-check input[type=radio]:not(old):checked + .checkboxbg {
  background-position: left -21px;
}
.addressForm_comman .field-validation-error {
  position: absolute;
  left: 17px;
  bottom: -22px;
}
.addressForm_comman .buttons .btn {
  margin-right: 30px;
  height: auto;
}
.addressForm_comman .buttons .btn:last-child {
  margin-right: 0px;
}
.addressForm_comman .guest_Address .col-lg-8 {
  margin: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
@media (max-width: 575px) {
  .addressForm_comman .guest_Address .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
  }
}
@media (max-width: 1700px) {
  .addressForm_comman .address-list .card {
    font-size: 17px;
  }
  .addressForm_comman .address-list .card .name {
    font-size: 20px;
    padding-bottom: 1px !important;
  }
}
@media (max-width: 1700px) {
  .addressForm_comman .address-list .card {
    font-size: 16px;
  }
  .addressForm_comman .address-list .card .name {
    font-size: 17px;
  }
  .addressForm_comman .form-horizontal {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .addressForm_comman .otherAdrresAdd .inputcheckbox {
    margin-right: 13px;
  }
  .addressForm_comman .otherAdrresAdd label {
    font-weight: 500;
  }
  .addressForm_comman .form-horizontal {
    font-size: 15px;
  }
}
@media (max-width: 1366px) {
  .addressForm_comman .address-list .card {
    font-size: 15px;
  }
  .addressForm_comman .address-list .card .name {
    font-size: 16px;
  }
  .addressForm_comman .address-list .address-item .address-data .checkSelect {
    margin-right: 12px;
    width: 18px;
  }
  .addressForm_comman .address-list .address-item .address-data .addressSelect {
    width: calc(100% - 30px);
  }
  .addressForm_comman .form-horizontal {
    margin: 30px 0px 0px 0px;
    font-size: 13px;
  }
  .addressForm_comman fieldset.content-group {
    margin: 0px;
  }
}
@media (max-width: 1199px) {
  .addressForm_comman .address-list .card {
    font-size: 14px;
    margin: 0px 0px 25px 0px;
  }
  .addressForm_comman .address-list .card .name {
    font-size: 15px;
  }
  .addressForm_comman .form-horizontal {
    font-size: 12px;
    font-weight: 500;
  }
  .addressForm_comman .blingcheckbox {
    margin-bottom: 30px !important;
  }
  .addressForm_comman .boxBillingShipping {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .addressForm_comman .billingShippinfAdreesSection {
    margin-bottom: 10px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .addressForm_comman .address-list .card {
    margin-bottom: 26px;
  }
  .addressForm_comman .address-list .address-item .address-data .checkSelect {
    height: 30px;
  }
  .addressForm_comman .address-list .address-item .address-data .addressSelect {
    width: 100%;
  }
  .addressForm_comman .checkout-data .buttons {
    padding-left: 0;
  }
  .addressForm_comman .form-horizontal .row {
    width: 100%;
  }
  .addressForm_comman .form-horizontal .row .col-sm-9, .addressForm_comman .form-horizontal .row .col-sm-3, .addressForm_comman .form-horizontal .row .col-md-9, .addressForm_comman .form-horizontal .row .col-md-3, .addressForm_comman .form-horizontal .row .col-sm-12, .addressForm_comman .form-horizontal .row .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .addressForm_comman .form-horizontal .field-validation-error {
    left: 0px;
    bottom: -19px;
  }
  .addressForm_comman .otherAdrresAdd .inputcheckbox {
    margin-right: 8px;
  }
  .addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio] + .bgcheckbox {
    top: 1px;
  }
  .addressForm_comman .otherAdrresAdd label {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .addressForm_comman .buttons {
    width: 100%;
  }
  .addressForm_comman .buttons .btn {
    min-width: 1px;
    width: 48%;
  }
  .addressForm_comman .address-list .card {
    margin: 0px 0px 26px;
  }
}
@media (max-width: 400px) {
  .addressForm_comman .buttons .btn {
    margin-right: 0px;
  }
}

#terms-of-service-consent-box .form-check {
  position: relative;
  padding-left: 32px;
}
#terms-of-service-consent-box .form-check .form-check-input {
  margin-top: 0px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 2px;
  margin: 0px;
  width: 21px;
  height: 21px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
#terms-of-service-consent-box .form-check input[type=checkbox].form-check-input + .form-check-label::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 2px;
  width: 21px;
  height: 21px;
  border: #D9D9D9 solid 0px;
  border-radius: 0px;
  background: url(../images/checkbox2.png) no-repeat left top #fff;
  cursor: pointer;
}
#terms-of-service-consent-box .form-check input[type=checkbox].form-check-input:checked + .form-check-label::before {
  border-color: #D9D9D9 solid 0px;
  background-position: 0px -21px;
}

.defaultBtn span {
  text-transform: uppercase !important;
}

.checkout_comman .btn-danger {
  border: none !important;
}
.checkout_comman .card {
  border-radius: 0;
  border: 0;
  padding: 0;
}
.checkout_comman .card .billinginfo, .checkout_comman .card .shippinginfo {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  margin: 0 0px;
}
.checkout_comman .card .billinginfo > .row, .checkout_comman .card .shippinginfo > .row {
  margin: 0px;
  border-bottom: 1px solid #C0C0C0;
  padding: 20px 30px 20px 30px !important;
}
@media (max-width: 575px) {
  .checkout_comman .card .billinginfo > .row, .checkout_comman .card .shippinginfo > .row {
    padding: 0 !important;
  }
}
.checkout_comman .card .billinginfo .addreesTitle, .checkout_comman .card .shippinginfo .addreesTitle {
  padding: 0px !important;
}
@media (max-width: 1440px) {
  .checkout_comman .card .billinginfo .heading .heading-title, .checkout_comman .card .shippinginfo .heading .heading-title {
    font-size: 20px !important;
  }
}
@media (max-width: 575px) {
  .checkout_comman .card .billinginfo .heading .heading-title, .checkout_comman .card .shippinginfo .heading .heading-title {
    font-size: 14px !important;
  }
}
.checkout_comman .heading .heading-title {
  font-size: 20px;
  font-weight: 600 !important;
  padding-bottom: 0px !important;
}
.checkout_comman .email span:first-child, .checkout_comman .phone span:first-child {
  font-weight: 700;
}
.checkout_comman .billinginfo .btn, .checkout_comman .shippinginfo .btn {
  min-width: 1px !important;
  font-size: 12px !important;
  padding: 5px 10px !important;
}
@media (max-width: 575px) {
  .checkout_comman .billinginfo .btn, .checkout_comman .shippinginfo .btn {
    padding: 0 !important;
  }
}
.checkout_comman .cart-buttons.two_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
}
.checkout_comman .cart-buttons.two_button div {
  margin-right: 30px;
}
.checkout_comman .cart-buttons.two_button div:div {
  margin-right: 0px;
}
@media (max-width: 575px) {
  .checkout_comman .cart-buttons.two_button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .checkout_comman .cart-buttons.two_button .btn {
    min-width: 1px;
  }
  .checkout_comman .cart-buttons.two_button {
    max-width: 100%;
  }
  .checkout_comman .cart-buttons.two_button div {
    min-width: 1px;
    width: 48%;
  }
}
@media (max-width: 400px) {
  .checkout_comman .cart-buttons.two_button div {
    margin-right: 0px;
  }
}
.checkout_comman .form-control, .checkout_comman .select2-container--bootstrap .select2-selection {
  background: #FAFAFA;
  border-radius: 10px;
  height: 60px;
  border: transparent solid 1px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.checkout_comman .form-control:hover, .checkout_comman .form-control:focus, .checkout_comman .select2-container--bootstrap .select2-selection:hover, .checkout_comman .select2-container--bootstrap .select2-selection:focus {
  border-color: #ddd;
}
@media (max-width: 1366px) {
  .checkout_comman .heading .heading-title {
    font-size: 16px;
  }
  .checkout_comman .form-control {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .checkout_comman .billinginfo, .checkout_comman .shippinginfo {
    min-width: 100%;
    border-bottom: #ddd solid 1px;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
  }
  .checkout_comman .order-review-data-box .col-md-8, .checkout_comman .order-review-data-box .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout_comman .order-review-data-box .col-md-4 p {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .checkout_comman .order-review-data-box.mb-5 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .checkout_comman .billinginfo, .checkout_comman .shippinginfo {
    margin-bottom: 0 !important;
  }
  .checkout_comman #terms-of-service-consent-box .card-body {
    padding: 12px 10px;
  }
  .checkout_comman .comment-box .h5 {
    font-size: 14px;
  }
  .checkout_comman .form-control {
    font-size: 14px;
  }
  .checkout_comman .card {
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .checkout_comman .comment-box .card-body {
    padding: 10px 12px;
  }
}
@media (max-width: 399px) {
  .checkout_comman .cart-buttons {
    text-align: center;
  }
  .checkout_comman .cart-buttons .text-right {
    text-align: center !important;
  }
  .checkout_comman .cart-buttons .btn {
    width: 100%;
    max-width: 220px;
    margin: 3px auto;
  }
}

.checkout-confirm-page .bgnone #confirm-order-form {
  background: transparent;
  padding: 0;
}
.checkout-confirm-page .bgnone #confirm-order-form #terms-of-service-consent-box {
  background: transparent;
}
.checkout-confirm-page .bgnone #confirm-order-form #terms-of-service-consent-box .card-body {
  padding: 0px;
}
@media (max-width: 767px) {
  .checkout-confirm-page .bgnone #confirm-order-form {
    margin-bottom: 30px;
  }
}
.checkout-confirm-page .tabbyPaymentFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout-confirm-page .tabbyPaymentFlex .opt-name {
  font-size: 14px !important;
  font-weight: 500;
  margin-left: 10px !important;
}
.checkout-confirm-page .tabbyPaymentFlex button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0px;
  z-index: 11;
  position: relative;
  cursor: pointer;
}
.checkout-confirm-page .tabbyPaymentFlex button i {
  position: relative;
  z-index: -1;
  cursor: pointer;
}
.checkout-confirm-page #confirm-order-form {
  background: #EBF8FF;
  padding: 30px;
  margin-bottom: 60px;
}
.checkout-confirm-page #confirm-order-form .payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
  background: none;
  border: none;
  padding: 20px 40px 20px 20px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #000;
  border: #56a9d5 solid 1px;
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1215686275);
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .form-check, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(1) .form-check {
  width: 100%;
  display: block !important;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(1) .cardimg {
  margin-left: 30px;
  display: block;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(3) .form-check-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0 .tabbyPaymentFlex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0 .tabbyPaymentFlex .payment-method-description {
  margin: 0px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0.opt-list-item .form-check label:before, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_0.opt-list-item .form-check input[type=radio]:checked + label:after {
  top: 12px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1 .tabbyPaymentFlex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1 .tabbyPaymentFlex .payment-method-description {
  margin: 0px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1.opt-list-item .form-check label:before, .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_1.opt-list-item .form-check input[type=radio]:checked + label:after {
  top: 12px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_2 img {
  max-width: 71px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .opt-name {
  margin-left: 10px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .form-check {
  width: 100%;
  margin: 0;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .tabbyPaymentFlex {
  margin-top: -10px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item::before {
  display: none !important;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-label {
  width: 100%;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0px;
  margin: 0px !important;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-input {
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0px;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check input[type=radio] {
  display: none;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 35px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check input[type=radio]:checked + label:before {
  border-color: #064E4F;
  background-color: #064E4F;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check input[type=radio]:checked + label:after {
  content: "";
  color: white;
  font-size: 12px;
  border-radius: 50%;
  background: white;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 4px;
  top: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label span {
  margin-left: 10px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-label {
  position: relative;
  padding-left: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .opt-name {
  margin-left: 0px !important;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .cardimg {
  display: none;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description {
  margin-top: 0px;
  margin-left: 30px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description p {
  padding-top: 3px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-info.payment-method-info {
  display: none;
}
@media (max-width: 1440px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .opt-name {
    font-size: 16px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg {
    margin-left: 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 22px;
    max-width: 100%;
  }
}
@media (max-width: 1366px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 15px 15px 15px 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 20px;
  }
}
@media (max-width: 1199px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 18px;
  }
}
@media (max-width: 991px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 15px 40px 15px 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg {
    margin-left: 20px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 22px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description {
    margin-left: 30px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .opt-name {
    font-size: 15px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .form-check-label {
    -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;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check label .cardimg {
    margin: 10px 0px 0px 0px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_3 .tabbyPaymentFlex {
    margin: 0px;
  }
}
@media (max-width: 480px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 15px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg {
    margin-left: 9px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg img {
    max-height: 18px;
  }
}
@media (max-width: 400px) {
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
    padding: 12px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) {
    padding-right: 12px;
  }
  .checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-label {
    padding-left: 26px;
  }
}
@media (max-width: 575px) {
  .checkout-confirm-page #confirm-order-form {
    margin-bottom: 35px;
  }
}
@media (max-width: 400px) {
  .checkout-confirm-page #confirm-order-form {
    padding: 30px 15px;
  }
}

.checkout-completed-page {
  margin: 0px auto;
  text-align: center;
  background: #fff;
  padding: 50px 0 50px 0px;
  border: 1px solid #D6D6D6;
  border-radius: 12px;
}
.checkout-completed-page .successImg img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}
.checkout-completed-page .heading-title {
  font-size: 20px !important;
  line-height: 30px !important;
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-weight: 600 !important;
}
.checkout-completed-page h3 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000;
  font-weight: 600 !important;
  color: #666666;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.checkout-completed-page p {
  margin: 0px;
  padding: 0px;
}
.checkout-completed-page .order-completed p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400 !important;
  max-width: 615px;
  margin: 0 auto;
  color: #000000;
  padding: 0px;
  margin-bottom: 10px;
}
.checkout-completed-page .order-completed .transactionText {
  color: #000;
}
.checkout-completed-page .order-completed a {
  color: inherit;
}
.checkout-completed-page .order-completed a strong {
  color: inherit;
  font-weight: inherit;
}
.checkout-completed-page .two_button1 {
  padding-top: 60px !important;
}
.checkout-completed-page .two_button1 .btn_comman {
  margin-right: 15px;
}
.checkout-completed-page .two_button1 .btn_comman:last-child {
  margin-right: 0px;
}
.checkout-completed-page .checkout-data {
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  .checkout-completed-page .checkout-data {
    padding-top: 0 !important;
  }
}
@media (max-width: 1366px) {
  .checkout-completed-page {
    padding: 30px 0px 15px 0px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 50px !important;
  }
}
@media (max-width: 1199px) {
  .checkout-completed-page h3 {
    font-size: 22px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 14px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 25px !important;
  }
}
@media (max-width: 767px) {
  .checkout-completed-page h3 {
    font-size: 18px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 20px !important;
  }
}
@media (max-width: 575px) {
  .checkout-completed-page {
    padding: 0;
  }
  .checkout-completed-page .successImg img {
    height: 100px;
  }
  .checkout-completed-page .heading {
    margin: 0px !important;
  }
  .checkout-completed-page h3 {
    font-size: 20px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 20px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkout-completed-page .two_button1 .btn {
    margin-right: 0;
    width: 100%;
  }
  .checkout-completed-page .two_button1 .defaultBtn.diffClr {
    margin-bottom: 15px;
  }
}

#footer {
  background: #FAFAFA;
  border: 0px;
  padding-top: 0px;
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
}
#footer a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  padding: 0;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
  color: #000000 !important;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
#footer a:hover, #footer a.active {
  color: #064e4f !important;
}
#footer a span {
  position: relative;
}
@media (max-width: 767px) {
  #footer a {
    font-size: 14px;
    line-height: 14px;
  }
}
#footer a::before {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#footer a:hover:before {
  width: 100%;
}
#footer .sm-gutters > .col, #footer .sm-gutters > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
#footer.footer-light a.footer-link, #footer.footer-light a.menu-link {
  color: #000;
}
#footer .newsLetter .SearchBoxComman {
  margin-bottom: 0px !important;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#footer .newsLetter .SearchBoxComman .btnSerach {
  right: 0;
  top: 0;
  bottom: 0;
}
#footer .newsLetter .SearchBoxComman .btnSerach .btn_black {
  background: #064E4F;
  color: #fff;
  padding: 15px 24px;
  text-decoration: none !important;
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  min-height: 52px;
  text-transform: uppercase;
}
#footer .newsLetter .SearchBoxComman .btnSerach .btn_black:hover {
  background: #000;
  color: #fff;
}
#footer .newsLetter .SearchBoxComman .form-control {
  border-radius: 0 !important;
  padding: 15px 20px !important;
  border: 1px solid rgba(6, 78, 79, 0.2509803922);
  min-width: auto;
  max-width: 100%;
  height: 52px;
  max-height: 52px;
  background: #fafafa;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  width: 100%;
}
#footer .newsLetter .SearchBoxComman .form-control::-webkit-input-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
}
#footer .newsLetter .SearchBoxComman .form-control::-moz-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
}
#footer .newsLetter .SearchBoxComman .form-control:-ms-input-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
}
#footer .newsLetter .SearchBoxComman .form-control::-ms-input-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
}
#footer .newsLetter .SearchBoxComman .form-control::placeholder {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
}
#footer .footer-main-wrapper {
  padding: 0px !important;
}
#footer .footer-main-wrapper .footer-main {
  padding: 40px 0px 30px 0px;
}
#footer .footer-main-wrapper .footer-main > .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#footer .footer-main-wrapper .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer-main-wrapper .row1 .footerCol {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  #footer .footer-main-wrapper .logoBhd {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #footer .footer-main-wrapper .newsLttrPs {
    max-width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .footer-main-wrapper .newsLttrPs {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #footer .footer-main-wrapper .logoBhd {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #footer .footer-main-wrapper .newsLttrPs {
    max-width: 370px;
    margin: 0;
  }
  #footer .footer-main-wrapper .newsLttrPs #footer-newsletter {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #footer .footer-main-wrapper .newsLttrPs {
    max-width: 400px;
  }
  #footer .footer-main-wrapper .row1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer-main-wrapper .row1 .footerCol:nth-child(1), #footer .footer-main-wrapper .row1 .footerCol:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  #footer .footer-main-wrapper .row1 .footerCol:nth-child(2), #footer .footer-main-wrapper .row1 .footerCol:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}
#footer .footerlogo a {
  margin-bottom: 20px;
}
#footer .footerlogo img {
  max-height: 95px;
}
#footer .footer-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
#footer .footerLinks ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#footer .footerLinks ul li::marker {
  display: none;
  font-size: 0;
}
#footer .footerLinks ul li:last-child a {
  margin-bottom: 0px;
}
#footer .payment {
  background: #000;
  padding: 70px 0px;
}
#footer .payment .container {
  padding: 0px;
}
#footer .socialAndpayment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#footer .socialAndpayment .footer-social-wrapper {
  padding: 0px;
}
#footer .socialAndpayment .paymentOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  max-height: 50px;
}
#footer .socialAndpayment .paymentOptions a {
  padding: 0 8px;
  margin-bottom: 0px;
}
#footer .socialAndpayment .paymentOptions a img {
  max-height: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .socialAndpayment .paymentOptions a::before {
  display: none;
}
@media (max-width: 767px) {
  #footer .socialAndpayment {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .socialAndpayment .paymentOptions a {
    padding: 0 5px;
  }
}
#footer .footer-social-wrapper .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
#footer .footer-social-wrapper .footer-social a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#footer .footer-social-wrapper .footer-social a::before {
  display: none;
}
#footer .footer-social-wrapper .footer-social a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#footer .footer-social-wrapper .footer-social .btn-social {
  background: none;
  margin: 0px 15px 0px 0px;
  padding: 6px 0px;
}
#footer .footer-social-wrapper .footer-social .btn-social:last-child {
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-social-wrapper .footer-social .btn-social i {
  font-size: 30px;
}
#footer .footer-bottom-wrapper {
  background: #FAFAFA !important;
}
#footer .footer-bottom-wrapper .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 30px 0px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
#footer .footer-bottom-wrapper .footer-bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-bottom-wrapper .footer-bottom .designedby {
  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;
}
#footer .footer-bottom-wrapper .footer-bottom .designedby a::before {
  display: none;
}
#footer .footer-bottom-wrapper .footer-bottom .designedby img {
  max-width: 100%;
  margin-left: 8px;
}
@media (max-width: 1199px) {
  #footer .footerLinks ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #footer .newsLetter .footer-newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    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;
    margin-bottom: 30px;
  }
  #footer .newsLetter .footer-newsletter .footer-title {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  #footer br {
    display: none;
  }
  #footer .newsLetter {
    padding-bottom: 0px !important;
  }
  #footer .footerlogo a {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  #footer .footer-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  #footer ul.list-unstyled {
    margin-bottom: 0px !important;
    margin-top: -3px;
  }
  #footer .newsLetter .SearchBoxComman .form-control {
    padding: 12px 15px !important;
    height: 40px;
    min-height: inherit;
  }
  #footer .newsLetter .SearchBoxComman .btnSerach .btn_black {
    padding: 12px 15px;
    font-size: 14px;
    height: 40px;
    min-height: inherit;
  }
  #footer .newsLetter .SearchBoxComman .form-control::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 12px;
  }
  #footer .newsLetter .SearchBoxComman .form-control::-moz-placeholder {
    font-size: 12px;
    line-height: 12px;
  }
  #footer .newsLetter .SearchBoxComman .form-control:-ms-input-placeholder {
    font-size: 12px;
    line-height: 12px;
  }
  #footer .newsLetter .SearchBoxComman .form-control::-ms-input-placeholder {
    font-size: 12px;
    line-height: 12px;
  }
  #footer .newsLetter .SearchBoxComman .form-control::placeholder {
    font-size: 12px;
    line-height: 12px;
  }
}

#scroll-top {
  background: #f0f0f0;
}
#scroll-top:hover {
  background: #064e4f;
}

.nav-tabs-line .nav-link.active:before, .nav-tabs-line .nav-link.active:focus:before, .nav-tabs-line .nav-item.open .nav-link:before, .nav-tabs-line .nav-item.open .nav-link:focus:before {
  background: #064e4f;
}

.nav-tabs-line .nav-link {
  font-size: 18px;
  text-align: left;
}

.offcanvas-menu-body {
  -webkit-box-flex: inherit !important;
      -ms-flex-positive: inherit !important;
          flex-grow: inherit !important;
}

.offcanvas-content .brand li {
  padding: 0px 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.offcanvas-content .brand li a {
  padding: 15px 0px;
  display: block;
  font-size: 16px;
  color: #393f46;
}
.offcanvas-content .brand li:hover a {
  color: #064e4f;
}

#offcanvas-menu .menubar-link .ocm-link, #offcanvas-menu .ocm-item .ocm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#offcanvas-menu .menubar-link .ocm-link i, #offcanvas-menu .ocm-item .ocm-link i {
  margin-right: 8px;
}

.ocm-info {
  padding: 10px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ocm-info .ocm-name {
  margin-bottom: 0px;
}

#offcanvas-menu .menubar-link.selected:before, #offcanvas-menu .menubar-link.expanded:before, #offcanvas-menu .ocm-item.selected:before, #offcanvas-menu .ocm-item.expanded:before {
  background: #064e4f;
}

.touchevents .slick-arrow {
  display: block !important;
}

#offcanvas-menu .tab-content ul {
  margin-bottom: 0px;
}
#offcanvas-menu .tab-content .ocm-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#offcanvas-menu .tab-content .ocm-nav .ocm-item {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
#offcanvas-menu .cms-menu ul li {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1rem;
  position: relative;
}
#offcanvas-menu .cms-menu ul li a {
  color: #393f46;
  display: block;
  line-height: 1.3;
  padding: 1rem 2.5rem 1rem 2rem;
  text-decoration: none !important;
}

@media (max-width: 400px), (min-width: 768px) and (max-width: 1199px) {
  .row.pd-offer-actions .pd-offer-action-qty {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 136px;
    min-width: 136px;
  }
}
@media (max-width: 991px) {
  .hmProduct_section2, .hmProduct_section3, .giftImgSection {
    margin-bottom: -30px;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman, .hmProduct_section2 .row .imgboxComman, .hmProduct_section3 .col-lg-6 .imgboxComman, .hmProduct_section3 .row .imgboxComman, .giftImgSection .col-lg-6 .imgboxComman, .giftImgSection .row .imgboxComman {
    margin-bottom: 30px;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman:last-child, .hmProduct_section2 .row .imgboxComman:last-child, .hmProduct_section3 .col-lg-6 .imgboxComman:last-child, .hmProduct_section3 .row .imgboxComman:last-child, .giftImgSection .col-lg-6 .imgboxComman:last-child, .giftImgSection .row .imgboxComman:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mobileCenter {
    text-align: center;
  }
  .mobileCenter .col-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .offcanvas-nav .tab-content-header a:hover {
    color: #064e4f;
  }
  .offcanvas-nav .tab-pane {
    padding-top: 0px;
  }
  .btnCenterMobile {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hmProduct_section2, .hmProduct_section3, .giftImgSection {
    margin-bottom: -15px;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman, .hmProduct_section2 .row .imgboxComman, .hmProduct_section3 .col-lg-6 .imgboxComman, .hmProduct_section3 .row .imgboxComman, .giftImgSection .col-lg-6 .imgboxComman, .giftImgSection .row .imgboxComman {
    margin-bottom: 15px;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman:last-child, .hmProduct_section2 .row .imgboxComman:last-child, .hmProduct_section3 .col-lg-6 .imgboxComman:last-child, .hmProduct_section3 .row .imgboxComman:last-child, .giftImgSection .col-lg-6 .imgboxComman:last-child, .giftImgSection .row .imgboxComman:last-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .btn_primary, .btn-danger, #content-wrapper .btn-primary, .btn-warning {
    min-width: 130px;
  }
}
.artlist-homepage-categories.artlist-4-cols .art {
  padding: 0 15px;
}
.artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname {
  text-align: center;
  width: 100%;
}
.artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1700px) {
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname {
    padding: 10px 25px;
  }
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
    font-size: 14px;
    line-height: 16px;
  }
}
.artlist-homepage-categories .art {
  position: relative;
  margin: 0 !important;
  padding: 0 8px;
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -ms-flex-preferred-size: 25% !important;
      flex-basis: 25% !important;
  max-width: 25% !important;
}
@media (max-width: 991px) {
  .artlist-homepage-categories .art {
    -ms-flex-preferred-size: 33.33% !important;
        flex-basis: 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media (max-width: 575px) {
  .artlist-homepage-categories .art {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
    margin: 6px 0px !important;
    margin-bottom: 20px !important;
  }
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .artlist-homepage-categories .art {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.artlist-homepage-categories .art:nth-child(2) {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
  max-width: 50% !important;
}
@media (max-width: 991px) {
  .artlist-homepage-categories .art:nth-child(2) {
    -ms-flex-preferred-size: 33.33% !important;
        flex-basis: 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media (max-width: 575px) {
  .artlist-homepage-categories .art:nth-child(2) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 480px) {
  .artlist-homepage-categories .art:nth-child(2) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.artlist-homepage-categories .art:first-child .art-genericname {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.artlist-homepage-categories .art:last-child .art-genericname a:last-child {
  text-align: left;
}
.artlist-homepage-categories .art .art-picture-block {
  margin-bottom: 0;
  height: 100%;
}
.artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container {
  padding: 0px;
  height: 100%;
  position: relative;
}
.artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container::before {
  content: "";
  background: linear-gradient(188.04deg, rgba(0, 0, 0, 0) 60.19%, rgba(0, 0, 0, 0.6) 98.22%);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
}
.artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container img {
  position: relative;
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container img {
    height: 300px;
  }
}
.artlist-homepage-categories .art .art-genericname {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 50px;
  z-index: 1;
  text-align: left;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.artlist-homepage-categories .art .art-genericname a {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #064E4F;
  text-decoration: none;
  font-family: "Satisfy", cursive !important;
}
@media (max-width: 1700px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 20px;
    line-height: 20px;
  }
}
.artlist-homepage-categories .art .art-genericname .shopNowBtn {
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .artlist-homepage-categories .art .art-genericname {
    padding: 10px 25px;
  }
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .artlist-homepage-categories .art {
    padding: 0 6px;
  }
}

.artlist-product-categories .art {
  position: relative;
  margin: 0 !important;
  padding: 0 8px;
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.artlist-product-categories .art .art-picture-block {
  margin-bottom: 0;
  height: 100%;
  position: relative;
  max-height: 150px;
}
.artlist-product-categories .art .art-picture-block .art-picture.img-center-container {
  padding: 0px;
  height: 100%;
  max-height: 150px;
  position: relative;
}
.artlist-product-categories .art .art-picture-block .art-picture.img-center-container::before {
  content: "";
  background: linear-gradient(188.04deg, rgba(0, 0, 0, 0) 60.19%, rgba(0, 0, 0, 0.6) 98.22%);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
}
.artlist-product-categories .art .art-picture-block .art-picture.img-center-container img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  object-fit: cover;
  object-position: center;
  max-height: 150px;
}
.artlist-product-categories .art .art-genericname {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  padding: 10px 15px;
  z-index: 1;
}
.artlist-product-categories .art .art-genericname a {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .artlist-product-categories .art .art-genericname a {
    font-size: 16px;
    line-height: 20px;
  }
}

.productCatSlider.artlist-grid {
  margin-bottom: 50px !important;
  display: none !important;
}

.artlist-homepage-categories.productCatSlider.artlist-grid {
  margin-bottom: 0px !important;
}

.keyFeatures {
  background: #064e4f;
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.keyFeatures .col-lg-3 .featureBox span {
  margin: 0px;
}
.keyFeatures .featureBox {
  position: relative;
  text-align: center;
  max-width: 380px;
}
.keyFeatures .featureBox.mauto {
  margin: auto;
}
.keyFeatures .featureBox.mleftauto {
  margin-left: auto;
}
.keyFeatures .featureBox span {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.keyFeatures .featureBox p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #C9C9C9;
  margin: 0px;
}
@media (max-width: 1440px) {
  .keyFeatures .featureBox {
    max-width: 300px;
  }
  .keyFeatures .featureBox span {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .keyFeatures .featureBox p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .keyFeatures .featureBox span {
    font-size: 19px;
    line-height: 19px;
  }
  .keyFeatures .featureBox p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1440px) {
  .keyFeatures {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .keyFeatures {
    padding: 30px;
  }
  .keyFeatures .featureBox p {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .keyFeatures .col-md-4:last-child .featureBox {
    margin-bottom: 0px !important;
  }
  .keyFeatures .col-md-6:last-child .featureBox {
    margin-bottom: 0px !important;
  }
  .keyFeatures .col-md-6:nth-last-child(2) .featureBox {
    margin-bottom: 0px !important;
  }
  .keyFeatures .featureBox {
    margin-bottom: 20px !important;
    max-width: 100%;
  }
  .keyFeatures .featureBox span {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .keyFeatures .col-md-6:nth-last-child(2) .featureBox {
    margin-bottom: 20px !important;
  }
  .keyFeatures .featureBox span {
    font-size: 17px;
    line-height: 20px;
  }
  .keyFeatures .featureBox p {
    font-size: 12px;
    line-height: 16px;
  }
}

.product-details-page .keyFeatures {
  border-radius: 0px !important;
}

.langCurrencySelector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .langCurrencySelector {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.megamenu-dropdown-container.simple .dropdown-item {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  padding: 5px 20px;
}

.more-less {
  max-height: none !important;
}

.more-less .btn-text-expander {
  display: none !important;
}

.defaultBtn {
  background: #064E4F !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  padding: 16px 40px !important;
  text-transform: uppercase;
  border: 1px solid #064E4F !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff !important;
}
.defaultBtn i {
  margin-right: 5px;
}
@media (max-width: 1366px) {
  .defaultBtn {
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 10px 20px !important;
  }
}
@media (max-width: 767px) {
  .defaultBtn {
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 8px 15px !important;
  }
}
@media (max-width: 480px) {
  .defaultBtn {
    padding: 13px 12px !important;
  }
}
.defaultBtn:hover, .defaultBtn:focus {
  background: white !important;
  border-color: #064E4F;
  color: #064E4F !important;
}
.defaultBtn.redBtn {
  background: #064e4f !important;
}
.defaultBtn.diffClr {
  background: transparent !important;
  border: 1px solid #064E4F !important;
  color: #064E4F !important;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.defaultBtn.diffClr:hover {
  background: #064E4F !important;
  color: #fff !important;
}

.menubar-caret {
  position: absolute;
  right: -12px;
  top: 0;
  display: none;
}
@media (max-width: 991px) {
  .menubar-caret {
    top: inherit;
  }
}

.block {
  margin-bottom: 0px !important;
}

.addressBoxsec .billinginfo .heading .heading-title,
.addressBoxsec .shippinginfo .heading .heading-title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  padding: 0px 0px 26px 0px;
  margin: 0px;
}
@media (max-width: 1366px) {
  .addressBoxsec .billinginfo .heading .heading-title,
  .addressBoxsec .shippinginfo .heading .heading-title {
    font-size: 28px;
    line-height: 30px;
  }
}

.addressBoxsec .change-checkout-data {
  background: transparent !important;
}

.addressBoxsec .change-checkout-data img {
  width: 22px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .addressBoxsec .change-checkout-data img {
    width: 20px;
    height: 18px;
  }
}

.addressBoxsec .billinginfo,
.addressBoxsec .shippinginfo {
  padding: 0;
}

.addressBoxsec .shippinginfo .name, .addressBoxsec .billinginfo .name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.addressBoxsec .shippinginfo .address1, .addressBoxsec .shippinginfo .email, .addressBoxsec .shippinginfo .phone, .addressBoxsec .billinginfo .address1, .addressBoxsec .billinginfo .email, .addressBoxsec .billinginfo .phone {
  padding-top: 10px;
}
.addressBoxsec .shippinginfo .address1, .addressBoxsec .shippinginfo .country, .addressBoxsec .shippinginfo .city-state-zip, .addressBoxsec .shippinginfo .email, .addressBoxsec .shippinginfo .phone, .addressBoxsec .billinginfo .address1, .addressBoxsec .billinginfo .country, .addressBoxsec .billinginfo .city-state-zip, .addressBoxsec .billinginfo .email, .addressBoxsec .billinginfo .phone {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.addressBoxsec .shippinginfo .address1 span:first-child, .addressBoxsec .shippinginfo .country span:first-child, .addressBoxsec .shippinginfo .city-state-zip span:first-child, .addressBoxsec .shippinginfo .email span:first-child, .addressBoxsec .shippinginfo .phone span:first-child, .addressBoxsec .billinginfo .address1 span:first-child, .addressBoxsec .billinginfo .country span:first-child, .addressBoxsec .billinginfo .city-state-zip span:first-child, .addressBoxsec .billinginfo .email span:first-child, .addressBoxsec .billinginfo .phone span:first-child {
  font-weight: 400;
}
.addressBoxsec .shippinginfo .address1 span:last-child, .addressBoxsec .shippinginfo .country span:last-child, .addressBoxsec .shippinginfo .city-state-zip span:last-child, .addressBoxsec .shippinginfo .email span:last-child, .addressBoxsec .shippinginfo .phone span:last-child, .addressBoxsec .billinginfo .address1 span:last-child, .addressBoxsec .billinginfo .country span:last-child, .addressBoxsec .billinginfo .city-state-zip span:last-child, .addressBoxsec .billinginfo .email span:last-child, .addressBoxsec .billinginfo .phone span:last-child {
  font-weight: 700;
}
@media (max-width: 1440px) {
  .addressBoxsec .shippinginfo .name, .addressBoxsec .billinginfo .name {
    font-size: 16px;
    line-height: 24px;
  }
  .addressBoxsec .shippinginfo .address1, .addressBoxsec .shippinginfo .country, .addressBoxsec .shippinginfo .city-state-zip, .addressBoxsec .shippinginfo .email, .addressBoxsec .shippinginfo .phone, .addressBoxsec .billinginfo .address1, .addressBoxsec .billinginfo .country, .addressBoxsec .billinginfo .city-state-zip, .addressBoxsec .billinginfo .email, .addressBoxsec .billinginfo .phone {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .addressBoxsec .shippinginfo .name, .addressBoxsec .billinginfo .name {
    font-size: 18px;
    line-height: 24px;
  }
  .addressBoxsec .shippinginfo .address1, .addressBoxsec .shippinginfo .country, .addressBoxsec .shippinginfo .city-state-zip, .addressBoxsec .shippinginfo .email, .addressBoxsec .shippinginfo .phone, .addressBoxsec .billinginfo .address1, .addressBoxsec .billinginfo .country, .addressBoxsec .billinginfo .city-state-zip, .addressBoxsec .billinginfo .email, .addressBoxsec .billinginfo .phone {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .addressBoxsec .shippinginfo .name, .addressBoxsec .billinginfo .name {
    font-size: 14px;
    line-height: 20px;
  }
  .addressBoxsec .shippinginfo .address1, .addressBoxsec .shippinginfo .country, .addressBoxsec .shippinginfo .city-state-zip, .addressBoxsec .shippinginfo .email, .addressBoxsec .shippinginfo .phone, .addressBoxsec .billinginfo .address1, .addressBoxsec .billinginfo .country, .addressBoxsec .billinginfo .city-state-zip, .addressBoxsec .billinginfo .email, .addressBoxsec .billinginfo .phone {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .addressBoxsec.mb-4 {
    margin-bottom: 0 !important;
  }
}

.addressnameBox {
  padding: 25px 35px 25px;
}
@media (max-width: 575px) {
  .addressnameBox {
    padding: 0;
  }
}

.addreesTitle {
  padding: 10px 30px !important;
}

.comment-box {
  display: none !important;
}

.card_list.margintablecart {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card_list.margintablecart .cart-footer {
  width: 100%;
  padding: 20px;
}
.card_list.margintablecart .cart-item-link {
  margin-bottom: 10px;
  display: block;
}
.card_list.margintablecart .col-md-6 {
  -webkit-box-flex: inherit !important;
      -ms-flex: inherit !important;
          flex: inherit !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.advertisementBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0px 5px 0px;
}
.advertisementBar .titleText {
  background: #0F1317;
  color: #fff;
  padding: 10px 12px;
  display: inline-block;
}

.slidePurchase {
  display: inline-block;
  padding: 6px 10px;
  background: #C3DCEB;
}
.slidePurchase ul {
  overflow: hidden;
  text-align: left;
  min-width: 90px;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.slidePurchase ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding: 2px 0px;
}
.slidePurchase ul li img {
  margin-right: 10px;
  height: 18px;
}
@media (max-width: 1700px) {
  .slidePurchase ul li {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1440px) {
  .slidePurchase ul li {
    font-size: 14px;
    line-height: 14px;
  }
}

.pagination {
  margin-top: 30px;
}
.pagination li .page-link, .pagination li .page-link:not(.page-nav) {
  border: 1px solid #000 !important;
  color: #000 !important;
  margin: 0 5px !important;
  padding: 8px 15px !important;
  border-radius: 0px !important;
  font-size: 14px;
  line-height: 20px;
}
.pagination li.active .page-link {
  background: #000;
  color: #fff !important;
}

.btnSpace-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.passionDet {
  position: relative;
}
.passionDet .passionImg img {
  width: 100%;
}
.passionDet .passionDiv {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  max-width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 60px 30px;
}
@media (max-width: 991px) {
  .passionDet .passionDiv {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .passionDet .passionDiv {
    position: relative;
    background: #f5f5f5;
    padding: 30px;
  }
}

.companySec .flxEnd {
  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: flex-end;
}
@media (max-width: 767px) {
  .companySec .flxEnd {
    margin-top: 30px;
  }
}

.aboutPage p {
  color: #064E4F;
  font-size: 18px;
  line-height: 26px;
}
.aboutPage .hd2.fs-h1, .aboutPage .heading .heading-title.fs-h1 {
  padding-bottom: 20px !important;
}
@media (max-width: 1366px) {
  .aboutPage p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .aboutPage p {
    font-size: 14px;
    line-height: 20px;
  }
}

.policySection h2.mg0 {
  margin-top: 0px !important;
}
.policySection h2 {
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .policySection h2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .policySection h2 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 12px;
  }
}

.product-list-container .art .artBox {
  min-height: inherit;
}

.news-list-page .pagination {
  margin-top: 50px !important;
}

.news-items .page-title {
  padding-bottom: 30px;
}
.news-items .newslist-item {
  margin-bottom: 40px;
}
.news-items .newslist-item:last-child {
  margin-bottom: 0px !important;
}
.news-items .newslist-item .newsitem-title {
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.news-items .newslist-item ul, .news-items .newslist-item ol {
  margin: 0px;
  padding-left: 20px;
}
.news-items .newslist-item p, .news-items .newslist-item ul li, .news-items .newslist-item ol li {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #232323;
}
.news-items .newslist-item p:last-child, .news-items .newslist-item ul li:last-child, .news-items .newslist-item ol li:last-child {
  margin-bottom: 0px !important;
}
@media (max-width: 575px) {
  .news-items {
    padding-top: 15px;
  }
  .news-items .newslist-item {
    margin-bottom: 25px;
  }
  .news-items .newslist-item .newsitem-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 12px;
  }
  .news-items .newslist-item p {
    font-size: 14px;
    line-height: 24px;
  }
  .news-items .newslist-item ol li, .news-items .newslist-item ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

.storeSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px !important;
}
.storeSearch .heading .heading-title.fs-h1 {
  padding-bottom: 0px !important;
}
.storeSearch form {
  min-width: 50%;
}
.storeSearch .grid-filter {
  position: relative;
  display: none;
}
.storeSearch .grid-filter #btnSearch {
  position: absolute;
  right: 0;
  border: 0;
  top: 0;
  width: auto;
  background: transparent;
}
@media (max-width: 767px) {
  .storeSearch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -15px;
  }
  .storeSearch form {
    margin-top: 15px;
    min-width: 100%;
  }
}

.storeAreaTitle {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 30px;
  color: #064E4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.storeAreaTitle::after {
  content: "";
  width: 150px;
  height: 2px;
  background: #232323;
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 1440px) {
  .storeAreaTitle {
    font-size: 34px;
    line-height: 36px;
  }
  .storeAreaTitle::after {
    width: 80px;
  }
}

.storeLocationSectionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}
.storeLocationSectionList .storeLocationSection {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}
.storeLocationSectionList .storeMap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.storeLocationSectionList .storeMap iframe {
  height: 100%;
  width: 100%;
  border: 0px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .storeLocationSectionList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .storeLocationSectionList .storeLocationSection, .storeLocationSectionList .storeMap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .storeLocationSectionList .storeLocationSection iframe, .storeLocationSectionList .storeMap iframe {
    height: 300px;
    margin-bottom: 30px;
  }
}

.storeLocationSection {
  padding: 0px;
}
.storeLocationSection .storeLocationList {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 50px;
}
.storeLocationSection .storeLocationList:last-child {
  margin-bottom: 0px !important;
}
.storeLocationSection .storeLocationList li {
  margin-bottom: 25px;
  width: 100%;
}
.storeLocationSection .storeLocationList li .storeLocationBox {
  padding: 30px 40px;
  height: 100%;
  width: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 12px;
  position: relative;
}
.storeLocationSection .storeLocationList li .storeLocationBox .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 0;
  color: #000;
  margin-bottom: 20px;
}
.storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo i {
  display: none;
}
.storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p {
  padding-left: 0px;
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}
.storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  text-decoration: none;
}
.storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo .add {
  margin-bottom: 20px;
}
.storeLocationSection .storeLocationList li.active .storeLocationBox {
  border: 1px solid #064E4F;
  background: #FAFAFA;
}
@media (max-width: 991px) {
  .storeLocationSection {
    padding: 20px 0px;
  }
}

.stateList {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  .stateList {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1440px) {
  .stateList {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .stateList {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .stateList {
    font-size: 16px;
    line-height: 22px;
  }
}

.uaeremotePage table {
  width: 100%;
  border: 1px solid #C0C0C0;
}
.uaeremotePage table thead tr {
  background: #FAFAFA;
}
.uaeremotePage table thead th {
  border: 0px;
  background: #FAFAFA;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 40px;
  text-align: left;
}
.uaeremotePage table thead th:nth-child(1) {
  width: 30%;
}
.uaeremotePage table thead th:nth-child(2) {
  width: 70%;
}
.uaeremotePage table tbody tr td {
  border: 0px;
  border-top: 1px solid #C0C0C0;
}
.uaeremotePage table tbody tr td:nth-child(1) {
  font-weight: 600;
}
.uaeremotePage table tbody tr td {
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 1440px) {
  .uaeremotePage table thead tr th {
    padding: 18px 35px;
    font-size: 18px;
    line-height: 18px;
  }
  .uaeremotePage table tbody tr td {
    padding: 18px 35px;
    font-size: 16px;
    line-height: 18px;
  }
}

.ln-letters a {
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  color: #232323;
  position: relative;
  padding: 0px 20px 0px 15px;
  margin: 8px 0px;
  display: inline-block;
  text-decoration: none !important;
}
.ln-letters a:last-child::after {
  display: none;
}
.ln-letters a::after {
  content: "";
  background: #9F9F9F;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1440px) {
  .ln-letters a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .ln-letters a {
    font-size: 18px;
    padding: 0px 15px 0px 10px;
  }
}
@media (max-width: 991px) {
  .ln-letters a {
    font-size: 16px;
    margin: 5px 0px;
  }
}
@media (max-width: 767px) {
  .ln-letters a {
    font-size: 14px;
  }
}

@-webkit-keyframes slidingBox1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  16.6667% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  33.3333% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  50% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  66.6667% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  83.3333% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  100% {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
}

@keyframes slidingBox1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  16.6667% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  33.3333% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  50% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  66.6667% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  83.3333% {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
  100% {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
}
@-webkit-keyframes slidingBox2 {
  0% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
  16.6667% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
  33.3333% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  50% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  66.6667% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  83.3333% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slidingBox2 {
  0% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
  16.6667% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
  33.3333% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  50% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  66.6667% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  83.3333% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.slidingBar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 2px 8px;
  width: 100%;
  height: 24px;
  overflow: hidden;
  background-image: linear-gradient(91deg, rgba(215, 239, 205, 0.45) 1.08%, rgba(215, 239, 205, 0.2) 50.57%, rgba(215, 239, 205, 0) 96.9%);
}

.slidingTextHeight {
  width: 100%;
  position: relative;
  height: 16px;
  overflow: hidden;
}

.slidingTextBox1 {
  position: absolute;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: 7.5s linear 0s infinite normal none running slidingBox1;
          animation: 7.5s linear 0s infinite normal none running slidingBox1;
}

.slidingTextBox2 {
  position: absolute;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: 7.5s linear 0s infinite normal none running slidingBox2;
          animation: 7.5s linear 0s infinite normal none running slidingBox2;
}

.slidingTextBox > div {
  width: 100%;
  height: 16px;
  position: relative;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  min-width: 0px;
}

.slidingTextBox span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}

.slidingTextBox img {
  width: 16px;
  height: 16px;
}

@media (max-width: 1199px) {
  .paymentSectionFailed img {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .paymentSectionFailed img {
    max-width: 40px;
  }
}

.paymentFailed ul {
  padding: 0px;
  margin: 0px;
  list-style: none !important;
}

.offcanvas-cart-body .alert-success, .offcanvas-cart-body .validation-summary-valid {
  color: #484848;
  background-color: #f4fff2;
  border-color: #39ad25;
}
.offcanvas-cart-body .alert-success::before, .offcanvas-cart-body .validation-summary-valid::before {
  background: #39ad25;
}

.art-picture.no-picture:before {
  top: 1rem !important;
}

.deliverytime-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.desktopLogo {
  display: block !important;
  padding: 0;
  text-align: center;
}

.mobileLogo {
  display: none !important;
}
@media (max-width: 991px) {
  .mobileLogo {
    display: block !important;
    margin: 0 15px;
  }
}

.langCurrencySelector {
  display: none !important;
}

.rightHeader {
  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;
}
@media (max-width: 767px) {
  .rightHeader {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .rightHeader #menubar-my-account {
    margin-right: 0 !important;
    display: inline-block !important;
  }
  .rightHeader .shopbar-tool, .rightHeader .menubar-group, .rightHeader #menubar-my-account {
    display: none !important;
  }
  .rightHeader #searchIcon {
    display: block !important;
    margin: 0 !important;
    margin-right: 15px !important;
  }
  .rightHeader #shopbar-storeloc {
    display: block !important;
    margin: 0 !important;
    margin-right: 0px !important;
  }
}

.leftHeader {
  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;
}
@media (max-width: 767px) {
  .leftHeader {
    margin-right: 17px;
  }
}

.search-page {
  padding-top: 30px;
}
.search-page .page-title {
  margin-bottom: 40px;
}
.search-page .page-title .h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}
.search-page .page-title .h3 .search-term {
  color: #064e4f;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}
.search-page .page-title .search-hitcount {
  color: #064e4f;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .search-page {
    padding-top: 30px;
  }
  .search-page .page-title {
    margin-bottom: 30px !important;
  }
  .search-page .page-title .h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .search-page .page-title .h3 .search-term {
    font-size: 22px;
    line-height: 28px;
  }
  .search-page .page-title .search-hitcount {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .search-page {
    padding-top: 25px;
  }
  .search-page .page-title {
    margin-bottom: 25px !important;
  }
  .search-page .page-title .h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 6px;
  }
  .search-page .page-title .h3 .search-term {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 575px) {
  .category-page, .search-page {
    padding-bottom: 40px;
  }
  .category-page .page-body, .search-page .page-body {
    position: relative;
  }
  .category-page .page-body .product-list-container .artlist-actions, .search-page .page-body .product-list-container .artlist-actions {
    position: fixed;
    bottom: 79px;
    z-index: 11;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
  }
  .category-page .page-body .product-list-container .artlist-actions .artlist-action-group, .search-page .page-body .product-list-container .artlist-actions .artlist-action-group {
    padding: 15px 40px !important;
  }
}

.mobStickyFooter {
  display: none;
}

.stickyCartRow {
  display: none;
}

.bestSellerPage .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bestSellerPage .col-lg-3.setleftwidth1 {
  display: none !important;
}

@media (max-width: 767px) {
  .topbdr {
    display: none !important;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman:last-child, .hmProduct_section2 .row .imgboxComman:last-child, .hmProduct_section3 .col-lg-6 .imgboxComman:last-child,
  .hmProduct_section3 .row .imgboxComman:last-child, .giftImgSection .col-lg-6 .imgboxComman:last-child, .giftImgSection .row .imgboxComman:last-child {
    margin-bottom: 16px;
    padding: 0;
  }
  .artlist-homepage-categories {
    padding: 0 5px;
  }
  .artlist-homepage-categories.artlist-4-cols .art {
    padding: 0 3px;
  }
  #footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .mobStickyFooter {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 998;
    padding: 15px 0 0;
  }
  #footer .mobStickyFooter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    padding-bottom: 0;
  }
  #footer .mobStickyFooter ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    list-style: none !important;
  }
  #footer .mobStickyFooter ul li a {
    padding: 10px 5px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .mobStickyFooter ul li a .icon-item {
    margin-bottom: 5px;
    position: relative;
  }
  #footer .mobStickyFooter ul li a .icon-item .badge {
    font-size: 10px;
    position: absolute;
    color: #fff;
    right: -15px;
    top: -10px;
    background: #064e4f;
  }
  #footer .mobStickyFooter ul li a .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #000000;
  }
  #footer .mobStickyFooter ul li a i {
    font-size: 15px;
    color: #000;
  }
  .art .artBox {
    margin: 0 3px 6px 3px !important;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link i.fa-heart {
    width: auto;
  }
  .artlist-homepage-categories .art {
    padding: 0 3px;
  }
  .manufactureSlider .artlist-grid.artlist-boxed .art {
    margin: 0 3px 20px 3px !important;
  }
  .product-list-container .artlist-actions .btn-warning {
    width: auto;
  }
  #tabbyCard {
    margin-left: -30px;
  }
  .form-control-plaintext .form-check-label {
    font-size: 13px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .overviewLabel {
    font-size: 20px !important;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description {
    font-size: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description ul {
    margin-top: 5px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-description ul li {
    font-size: 15px;
  }
  .costep {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .billingButton a, .billingButton a input {
    min-width: 100px !important;
    width: auto !important;
  }
  .cartConfirm.cart-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cartConfirm .btn-danger, .cartConfirm .btn-primary {
    width: auto !important;
    min-width: 100px !important;
  }
  .hd3 {
    font-size: 22px;
    line-height: 28px;
  }
  .checkout-completed-page .heading-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .checkout-completed-page .two_button1 .btn {
    min-width: auto !important;
  }
  .page-order-details .print-buttons .btn {
    width: auto !important;
    min-width: inherit !important;
    padding: 10px 20px !important;
  }
  .delAcc .btn-danger {
    width: auto !important;
    min-width: 120px !important;
    padding: 10px 20px !important;
  }
  .cart-row {
    margin-bottom: 20px;
  }
  .hmProduct_section2, .hmProduct_section3, .giftImgSection {
    margin-bottom: -10px;
  }
  #offcanvas-menu .layer {
    padding-bottom: 30px;
  }
  .card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
    margin-bottom: 0px;
    padding-top: 15px !important;
  }
  .page-myaccount-orders .card .card-footer .btn {
    padding: 10px 15px !important;
  }
  .page-myaccount-orders .card .card-footer .btn span {
    padding: 0px !important;
  }
  .backBtn .icon-left {
    display: block;
    margin: 2px auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 575px) {
  .card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    max-width: 100% !important;
  }
  .card.card_list .cart-footer .btn_comman, .wishlist-content .card.card_list .cart-footer .btn_comman {
    padding: 10px 8px !important;
    font-size: 12px !important;
    margin: 5px !important;
    min-width: inherit !important;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman:last-child, .hmProduct_section2 .row .imgboxComman:last-child, .hmProduct_section3 .col-lg-6 .imgboxComman:last-child,
  .hmProduct_section3 .row .imgboxComman:last-child, .giftImgSection .col-lg-6 .imgboxComman:last-child, .giftImgSection .row .imgboxComman:last-child {
    margin-bottom: 16px;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .card.card_list .cart-footer .cart-buttons .checkout-buttons, .wishlist-content .card.card_list .cart-footer .cart-buttons .checkout-buttons {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 0 20px;
  }
}
.validation-summary-errors > ul {
  padding: 0 !important;
}

#confirm-deleteaccount .flex-buttons {
  margin-top: 30px;
}

.footerh1None {
  position: absolute;
  left: 0;
  color: #0f1317;
  font-size: 2px;
}

.addressForm_comman .form-horizontal .contactNumber .col-form-label {
  width: 100%;
}
.addressForm_comman .form-horizontal .contactNumber .codebox {
  width: 30%;
}
.addressForm_comman .form-horizontal .contactNumber > .row {
  width: 70%;
}
.addressForm_comman .form-horizontal .contactNumber > .row .col-sm-3.col-form-label {
  display: none;
}
@media (max-width: 767px) {
  .addressForm_comman .form-horizontal .contactNumber {
    padding: 0px;
  }
  .addressForm_comman .form-horizontal .contactNumber .codebox {
    padding-right: 15px;
  }
  .addressForm_comman .form-horizontal .contactNumber .col-form-label {
    padding-left: 0px !important;
  }
}

.myGateway {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myGateway #TabbyPromo {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .myGateway {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .myGateway #TabbyPromo {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .myGateway #TabbyPromo {
    margin-bottom: 15px;
  }
}
.myGateway.flxGtWy {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.myGateway.flxGtWy #TabbyPromo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  margin-right: 0;
}
.myGateway.flxGtWy .styles__containerPortal--c9f84 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.myGateway.flxGtWy .styles__containerPortal--c9f84 .styles__snippetWrapper--d68e9 {
  border-radius: 10px !important;
  border-color: rgba(0, 0, 0, 0.1019607843) !important;
}
.myGateway.flxGtWy .styles__containerPortal--c9f84 .styles__snippetWrapper--d68e9 .styles__snippetContentWrapper--ac42d.styles__singleLine--d1c5f {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.myGateway.flxGtWy .styles__containerPortal--c9f84 .styles__snippetWrapper--d68e9 .styles__snippetContentWrapper--ac42d.styles__singleLine--d1c5f .styles__tabbyPromoSnippetContent--ef3e6 {
  margin: 0 0 0 20px !important;
}
.myGateway.flxGtWy .tamaraCls {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border-color: rgba(0, 0, 0, 0.1019607843) !important;
  border-radius: 10px !important;
}
.myGateway.flxGtWy .tamaraCls:hover {
  background: inherit;
}

.optSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 10px 0px 0px;
}

#Lipaymentmethod_2 .optSec {
  margin: 0px 0px 0px 15px;
}

#Lipaymentmethod_3 .optSec {
  margin: 0px 0px 0px 15px;
}

.btn-brand-tiktok-p {
  max-height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topHeaderSection .headerSocial a img {
  max-height: 14px;
}

.adWid100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 0px 15px;
}

@media (max-width: 767px) {
  .tamaraWidget {
    margin-top: 10px;
  }
}

.offcanvas-menu-header {
  position: relative;
}

.offcanvas-close-btn {
  position: absolute;
  right: 0;
  z-index: 1;
  padding: 8px 12px;
  border: 0px;
  background: transparent;
  font-size: 30px;
  line-height: 20px;
  top: 0;
}

.extraMenu .dropdown .dropdownMenu {
  position: relative;
}
.extraMenu .dropdown .dropdownMenu:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: inherit;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #646464;
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  text-align: center;
}
.extraMenu .dropdown.show .dropdownMenu::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.extraSubmenu {
  margin-bottom: 0px;
  position: relative !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  width: 100%;
  top: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0px !important;
}
.extraSubmenu .ocm-link {
  padding: 8px 2rem;
}

.page-body .blogposts article {
  padding: 25px 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin: 0px !important;
}
.page-body .blogposts article:last-child {
  border-bottom: 0px !important;
}
.page-body .blogposts article img {
  width: 100%;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .page-body .blogposts article img {
    min-height: 220px;
  }
}
@media (max-width: 991px) {
  .page-body .blogposts article img {
    min-height: 200px;
  }
}
.page-body .blogposts article .bloglist-item-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 100%;
}
.page-body .blogposts article .bloglist-item-header .blogpost-tags-overlay {
  display: none !important;
}
.page-body .blogposts article .bloglist-item-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 100%;
  padding: 30px;
}
.page-body .blogposts article .bloglist-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-body .blogposts article .bloglist-item-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
  .page-body .blogposts article .bloglist-item-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .page-body .blogposts article .bloglist-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .page-body .blogposts article .bloglist-item-header, .page-body .blogposts article .bloglist-item-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-body .blogposts article .bloglist-item-body {
    padding: 15px 5px;
  }
}
@media (max-width: 767px) {
  .page-body .blogposts {
    display: block;
  }
}

.blogpost-text {
  position: relative;
}
.blogpost-text h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  text-decoration: none;
}
.blogpost-text h3 a {
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  color: #000;
  text-decoration: none;
}
.blogpost-text .blogpost-date {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blogpost-text .blogpost-date svg {
  margin-right: 5px;
}
.blogpost-text .blogpost-tags-overlay .blogpost-tag {
  border: 1px solid #d6d6d6;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
  background: #fff;
  text-decoration: none !important;
}
@media (max-width: 1199px) {
  .blogpost-text {
    padding-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .blogpost-text h3, .blogpost-text h3 a {
    font-size: 18px;
    line-height: 28px;
  }
  .blogpost-text .blogpost-date {
    font-size: 13px;
    line-height: 18px;
  }
}

.blogpost-tags .blogpost-tag {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  background: #F9F9FB;
  padding: 2px 10px;
  border-radius: 5px;
  display: inline-block;
  color: #000;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .blogpost-tags .blogpost-tag {
    font-size: 13px;
    line-height: 18px;
  }
}

.blogpost-page .page-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 20px;
}
.blogpost-page p {
  color: #000;
}
@media (max-width: 767px) {
  .blogpost-page .page-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.blogspage .comments-overlay {
  display: none;
}
.blogspage .btn-warning {
  display: none;
}
.blogspage .setrightwidth1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .blogspage .setrightwidth1 {
    width: 100%;
  }
}
.blogspage .setrightwidth1 .btn-warning {
  display: none;
}
.blogspage .col-lg-3 {
  display: none;
}
.blogspage article .single-media-item-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offcanvas-scrollable.show .extraMenu {
  margin-top: -15px;
}

@media (max-width: 575px) {
  a.pretty-link > i {
    padding-right: 0.5rem;
  }
}
.blogLink {
  margin-right: 30px;
  color: #000;
  display: inline-block;
  font-size: 14px;
}

.blogpost-body {
  padding-bottom: 50px;
}

.translateDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.translateDiv .langBtn {
  margin-right: 18px;
}

.translateDiv .langBtn .notranslate {
  color: #626262;
  text-decoration: none !important;
  margin: 0px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
}

.translateDiv .langBtn .notranslate.active, .translateDiv .langBtn .notranslate:hover {
  color: #064e4f;
}

.translateDiv .langBtn span {
  color: #454545;
}

#footer .sm-gutters > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.product-grid-home-page .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-center-container {
  background: #fff;
  border-radius: 10px;
}

.hmProductslider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
}
.hmProductslider .slick-dots li {
  width: 100%;
  padding: 0px;
  height: auto;
}
.hmProductslider .slick-dots li button {
  width: 100%;
  height: 5px;
  border-radius: 0px;
  border: none;
  background: #f3f3f3;
}
.hmProductslider .slick-dots li.slick-active button {
  height: 5px;
  background: #D3D3D3;
}

.btn.btn-icon.btn-lg {
  width: 100%;
  height: 100%;
}

.footerlogo a::before {
  display: none !important;
}

@media (max-width: 480px) {
  .hdrow.heading .heading-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

#content-wrapper .btn-primary {
  text-decoration: none;
}

#content-wrapper .btn-primary span {
  text-transform: capitalize;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: transparent;
}

@media (max-width: 991px) {
  .tabNone {
    display: none !important;
  }
}

.search-results .art .artBox {
  margin-bottom: 30px;
}

.search-page .artlist-actions--top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-myaccount-addresses .form-horizontal .form-group.contactNumber {
  padding: 0 15px !important;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .row {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  margin-left: -5px;
  display: block;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .row .col-lg-3.col-form-label.required {
  display: none;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .row .col-lg-9 {
  max-width: 100%;
  padding-left: 5px !important;
  padding-right: 6px !important;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .contactRow1 .form-group {
  margin: 0px !important;
}
.page-myaccount-addresses .form-horizontal .form-group.contactNumber .codebox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .page-myaccount-addresses .form-horizontal .form-group.contactNumber .col-form-label {
    padding-left: 0px !important;
  }
}

.addressForm_comman .form-horizontal .contactNumber .contactRow1 {
  width: 100%;
}
.addressForm_comman .form-horizontal .contactNumber .col-form-label {
  width: 100%;
}
.addressForm_comman .form-horizontal .contactNumber .codebox {
  width: 30%;
}
.addressForm_comman .form-horizontal .contactNumber .row {
  width: 70%;
}
.addressForm_comman .form-horizontal .contactNumber .row .col-sm-3.col-form-label {
  display: none;
}
.addressForm_comman .form-horizontal .contactNumber .row .col-sm-9 {
  padding-right: 0;
}

.dNone {
  display: none;
}

.spcOr {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .spcOr {
    margin: 10px 0;
  }
}

.tabbyrelative {
  position: relative;
  padding-bottom: 120px !important;
}
.tabbyrelative .posInitial {
  position: inherit;
}
.tabbyrelative .posInitial #TabbyPromo {
  position: absolute;
  bottom: -75px;
}
.tabbyrelative .posInitial #TabbyPromo .styles__snippetWrapperContainer--c8b0e .styles__tabbyPromoSnippet--ed9ac {
  border: 1px solid #F0F0F0;
  border-radius: 10px;
}
.tabbyrelative .posInitial #TabbyPromo .styles__snippetWrapperContainer--c8b0e .styles__tabbyPromoSnippet--ed9ac .styles__snippetContentWrapper--ac42d {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.tabbyrelative .posInitial #TabbyPromo .styles__snippetWrapperContainer--c8b0e .styles__tabbyPromoSnippet--ed9ac .styles__snippetContentWrapper--ac42d .styles__tabbyPromoSnippetContent--ef3e6 .styles__tabbyPromoSnippetLink--fc364 > span {
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .tabbyrelative {
    padding-bottom: 150px !important;
  }
}
@media (max-width: 991px) {
  .tabbyrelative {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 767px) {
  .tabbyrelative .posInitial #TabbyPromo {
    bottom: -70px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabbyrelative .posInitial #TabbyPromo div {
    width: 100%;
  }
}

.stickyWhatsapp {
  background: #1DAA61;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  position: fixed !important;
  right: 15px;
  bottom: 20px;
  z-index: 9999;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-decoration: none !important;
  padding: 0 !important;
}

.stickyWhatsapp i {
  color: #fff;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .stickyWhatsapp {
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 70px;
  }
  .stickyWhatsapp i {
    font-size: 20px;
  }
}
.dNone {
  display: none !important;
}

.newsLttrPs {
  max-width: 75%;
}

.logoBhd {
  margin-top: 20px;
  margin-bottom: 35px;
  max-width: 450px;
}
.logoBhd h4 {
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #000000;
}
.logoBhd p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 1440px) {
  .logoBhd {
    margin-top: 12px;
    margin-bottom: 28px;
  }
  .logoBhd h4 {
    font-size: 13px;
    line-height: 13px;
  }
  .logoBhd p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .logoBhd {
    margin: 25px 0;
  }
}

.blkTxt {
  color: #000;
  margin-bottom: 0 !important;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1366px) {
  .blkTxt {
    font-size: 14px;
    line-height: 22px;
  }
}

.footer-bt-title {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-right: 15px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .footer-bt-title {
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 380px) {
  .footer-bt-title {
    margin-right: 8px;
    font-size: 13px;
    line-height: 19px;
  }
}

.home #burgerMenu {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
}
.home #burgerMenu .hme {
  margin-right: 15px;
  display: inline-block;
}
.home #burgerMenu .nrml {
  display: none;
}
.home #burgerMenu p {
  margin-bottom: 0;
  color: #fff;
}

#burgerMenu {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  cursor: pointer;
}
#burgerMenu .nrml {
  margin-right: 15px;
}
#burgerMenu .hme {
  display: none;
}
#burgerMenu p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  #burgerMenu p {
    display: none;
  }
}

/* ── SLIDER WRAPPER ── */
.slider-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Each slide */
.slide {
  position: absolute;
  inset: 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-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
  /* No CSS transition here — all transitions handled by JS */
}

/* Active slide sits in place */
.slide.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* ── SLIDE BACKGROUNDS ── */
.slide-1 {
  background: radial-gradient(ellipse at 40% 60%, #1a1a2e 0%, #0a0a14 60%, #000 100%);
}

.slide-2 {
  background: radial-gradient(ellipse at 60% 40%, #1e1510 0%, #0f0a06 60%, #000 100%);
}

.slide-3 {
  background: radial-gradient(ellipse at 50% 55%, #1a0a0a 0%, #0e0606 60%, #000 100%);
}

.slide-4 {
  background: radial-gradient(ellipse at 45% 50%, #0a0f1a 0%, #050810 60%, #000 100%);
}

/* Atmospheric light */
.slide::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  -webkit-filter: blur(120px);
          filter: blur(120px);
  pointer-events: none;
  opacity: 0.35;
  top: 10%;
  left: 20%;
}

.slide-1::before {
  background: radial-gradient(circle, #3a4a8a 0%, transparent 70%);
}

.slide-2::before {
  background: radial-gradient(circle, #8a6a2a 0%, transparent 70%);
  top: 5%;
  left: 30%;
}

.slide-3::before {
  background: radial-gradient(circle, #8a1a1a 0%, transparent 70%);
  top: 15%;
  left: 15%;
}

.slide-4::before {
  background: radial-gradient(circle, #1a2a4a 0%, transparent 70%);
  top: 8%;
  left: 25%;
}

/* ── SLIDE INNER LAYOUT ── */
.slide-inner {
  position: relative;
  width: 100%;
}
.slide-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  height: 100%;
  width: 100%;
}

/* ── SLIDE COUNTER & DOTS ── */
.slide-counter {
  position: absolute;
  bottom: 48px;
  right: 48px;
  font-size: 11px;
  letter-spacing: 3px;
  color: rgba(240, 236, 228, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.counter-current {
  font-size: 22px;
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  font-weight: 300;
}

.dots {
  position: absolute;
  bottom: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(240, 236, 228, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.dot.active {
  width: 24px;
  border-radius: 2px;
  background: var(--gold);
}

/* ── SCROLL HINT ── */
.scroll-hint {
  position: absolute;
  bottom: 44px;
  left: 48px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  opacity: 0.5;
}

.scroll-hint span {
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--gold-light)));
  background: linear-gradient(to bottom, transparent, var(--gold-light));
  -webkit-animation: scrollPulse 1.8s ease-in-out infinite;
          animation: scrollPulse 1.8s ease-in-out infinite;
}

@-webkit-keyframes scrollPulse {
  0%, 100% {
    opacity: 0.3;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scaleY(1.3);
            transform: scaleY(1.3);
  }
}

@keyframes scrollPulse {
  0%, 100% {
    opacity: 0.3;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scaleY(1.3);
            transform: scaleY(1.3);
  }
}
/* ── COLLECTION CARD (bottom right) ── */
.collection-card {
  position: absolute;
  bottom: 10%;
  right: 80px;
  border: 1px solid rgba(201, 169, 110, 0.15);
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  min-width: 450px;
  -webkit-transform: translateX(140px);
          transform: translateX(140px);
  opacity: 0;
  z-index: 10;
  background: linear-gradient(113.96deg, rgba(255, 231, 231, 0.46) 0%, rgba(255, 255, 255, 0.47) 7.3%, rgba(0, 0, 0, 0) 23.96%, rgba(255, 255, 255, 0.3) 57.81%);
  backdrop-filter: blur(50px);
  -webkit-box-shadow: 20px 20px 50px 0px rgba(48, 48, 48, 0.2509803922);
          box-shadow: 20px 20px 50px 0px rgba(48, 48, 48, 0.2509803922);
  border-radius: 10px;
  border: 1px solid;
  border-image-source: linear-gradient(113.96deg, rgba(255, 231, 231, 0.46) 0%, rgba(255, 255, 255, 0.47) 7.3%, rgba(0, 0, 0, 0) 23.96%, rgba(255, 255, 255, 0.3) 57.81%, rgba(115, 129, 255, 0.45) 81.28%, rgba(0, 7, 73, 0.31) 100%);
}
@media (max-width: 767px) {
  .collection-card {
    bottom: 15%;
    right: 0;
    left: 0;
    margin: 0 30px;
    max-width: 450px;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    min-width: inherit;
  }
}
@media (max-width: 575px) {
  .collection-card {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    padding: 8px;
    gap: 12px;
    max-width: 90%;
  }
}

.card-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.card-thumbnails img {
  width: 148px !important;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .card-thumbnails img {
    height: 100% !important;
    max-width: 120px;
    width: 100% !important;
  }
}

.card-thumb {
  width: 18px;
  height: 28px;
  border-radius: 3px;
}

.card-thumb:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a2d6e), to(#071030));
  background: linear-gradient(to bottom, #1a2d6e, #071030);
}

.card-thumb:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f0de), to(#d4c99a));
  background: linear-gradient(to bottom, #f5f0de, #d4c99a);
}

.card-thumb:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, from(#8b1a1a), to(#3d0808));
  background: linear-gradient(to bottom, #8b1a1a, #3d0808);
}

.card-thumb:nth-child(4) {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1a2a), to(#060610));
  background: linear-gradient(to bottom, #1a1a2a, #060610);
}

.card-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-tag {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.card-name {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 30px;
}

.card-link {
  color: #fff !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  padding: 15px 35px;
  border: 1px solid #fff;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  display: inline-block;
}
.card-link:hover {
  background: #064E4F;
  border-color: #064E4F;
  color: #fff;
}

@media (max-width: 767px) {
  .card-name {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .card-tag {
    font-size: 12px;
    line-height: 100%;
  }
}
@media (max-width: 575px) {
  .card-link {
    width: 100%;
    display: block !important;
    text-align: center;
  }
}
/* ── SECTIONS BELOW ── */
.other-section {
  min-height: 100vh;
  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;
  background: var(--dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  color: rgba(240, 236, 228, 0.15);
  letter-spacing: 8px;
  text-transform: uppercase;
}

.flx3Prt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.flx3Prt.topLinks {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flx3Prt.flexEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lgnImg img {
  width: 100%;
}

.algnCntr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-box .guestbtn {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  background: transparent !important;
  border: 1px solid #064E4F !important;
  color: #064E4F !important;
}
.login-box .guestbtn span {
  text-transform: uppercase !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.login-box .guestbtn:hover {
  background: #064E4F !important;
  color: #fff !important;
}

#shopbar-wishlist, #shopbar-cart {
  margin-right: 25px;
}
#shopbar-wishlist .label-cart-amount, #shopbar-cart .label-cart-amount {
  top: -5px;
}

.headerSec {
  margin-left: 5px;
}

.contact-page .subTxt {
  margin-bottom: 5px;
}
.contact-page .contactformFlex .form-control {
  padding: 14px 12px !important;
  background: #FAFAFA;
}
@media (max-width: 575px) {
  .contact-page .subTxt {
    margin-bottom: 10px;
  }
}

.mapSec {
  margin: 25px 0 50px;
}
.mapSec iframe {
  border-radius: 12px;
}
@media (max-width: 1700px) {
  .mapSec {
    margin: 15px 0 35px;
  }
}
@media (max-width: 575px) {
  .mapSec {
    margin: 15px 0 25px;
  }
}
@media (max-width: 480px) {
  .mapSec iframe {
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.contactInfo {
  padding-right: 50px;
}

.cntctSm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.cntctSm p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #0D0D0D;
  min-width: 140px;
}
.cntctSm .cntctSmLnk {
  margin-left: 0;
}
.cntctSm .cntctSmLnk .footer-social-wrapper .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cntctSm .cntctSmLnk .footer-social-wrapper .footer-social .btn-social {
  width: 38px;
  margin-bottom: 0 !important;
  height: 38px !important;
  margin-right: 15px;
  background: #fff;
  color: #064E4F;
  border: 1px solid #105a5b !important;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.cntctSm .cntctSmLnk .footer-social-wrapper .footer-social .btn-social i {
  font-size: 18px;
  line-height: 15px;
}
.cntctSm .cntctSmLnk .footer-social-wrapper .footer-social .btn-social:hover {
  background: #064E4F;
  color: #fff;
}
.cntctSm .cntctSmLnk a {
  display: inline-block;
  margin: 0 10px 0 0;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  cursor: pointer;
}
.cntctSm .cntctSmLnk a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.cntctSm .cntctSmLnk a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1700px) {
  .cntctSm {
    margin-top: 35px;
  }
  .cntctSm p {
    font-size: 18px;
    line-height: 26px;
    min-width: 115px;
  }
  .cntctSm .cntctSmLnk a {
    margin: 0 8px 0 0;
  }
}
@media (max-width: 991px) {
  .cntctSm {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .cntctSm p {
    font-size: 16px;
    line-height: 24px;
  }
  .cntctSm .cntctSmLnk a {
    margin: 0 6px 0 0;
  }
}
@media (max-width: 575px) {
  .cntctSm {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .cntctSm p {
    font-size: 14px;
    line-height: 22px;
    min-width: 95px;
  }
}
@media (max-width: 480px) {
  .cntctSm {
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .cntctSm .cntctSmLnk a img {
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

#offcanvas-cart {
  width: 700px;
  max-width: 100%;
}
#offcanvas-cart .offcanvas-tabs {
  display: none;
}
#offcanvas-cart .offcanvas-cart-body {
  padding: 40px;
}
#offcanvas-cart .offcanvas-cart-body .topUprMn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
#offcanvas-cart .offcanvas-cart-body .topUprMn .heading-title.fs-h1 {
  margin-bottom: 0px;
}
#offcanvas-cart .offcanvas-cart-body .crtUpr {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
#offcanvas-cart .offcanvas-cart-body .crtUpr li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 10%;
}
#offcanvas-cart .offcanvas-cart-body .crtUpr li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items {
  border-top: 1px solid #E0E0E0;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item {
  padding: 40px 0;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .clsIcn {
  height: 15px;
  width: 15px;
  min-width: 15px !important;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .addItm {
  text-align: right;
  margin-top: 10px;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .addItm a {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .addItm a:hover {
  text-decoration: none;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .col-alpha {
  width: 80px;
  min-width: 80px;
  max-width: 90px;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .col-alpha {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .col-data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.67%;
          flex: 0 0 51.67%;
  max-width: 51.67%;
  margin-top: 0 !important;
  margin-left: 5px;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .col-alpha {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
  width: inherit;
  min-width: inherit;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .hvrExt {
  color: #000;
  width: 30px;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .hvrExt i {
  font-size: 18px;
  line-height: 18px;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .hvrExt:hover, #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .hvrExt:focus {
  color: #064E4F;
  background-color: transparent !important;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .clsBtn {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .clsBtn:hover, #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .clsBtn:focus {
  background-color: #fff !important;
  border-radius: 0%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .lft30 {
  margin-left: 30px;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .mbDBlk {
  display: none;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .col-data .name {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .col-data .name:hover {
  text-decoration: none;
  color: #064E4F;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .sze {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .unit-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .noPd {
  padding: 0 !important;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .noMgBt {
  margin-bottom: 0 !important;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .btn-icon {
  border: none;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .qty-input {
  margin: 0;
}
#offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .qty-input .bootstrap-touchspin-down, #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .qty-input .bootstrap-touchspin-up {
  background-color: #fff !important;
  color: #064E4F;
  border: none !important;
  font-size: 12px !important;
}
@media (max-width: 991px) {
  #offcanvas-cart .topUprMn {
    margin-bottom: 40px;
  }
  #offcanvas-cart .topUprMn .heading-title {
    margin-bottom: 0 !important;
  }
  #offcanvas-cart .crtUpr {
    padding-top: 0;
    margin-bottom: 15px;
  }
  #offcanvas-cart .offcanvas-cart-items .offcanvas-cart-item {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  }
}
@media (max-width: 575px) {
  #offcanvas-cart {
    width: 700px;
  }
  #offcanvas-cart .offcanvas-cart-body {
    padding: 30px 15px;
  }
  #offcanvas-cart .offcanvas-cart-body .topUprMn {
    margin-bottom: 25px;
  }
  #offcanvas-cart .offcanvas-cart-body .topUprMn .heading-title {
    margin-bottom: 0 !important;
  }
  #offcanvas-cart .offcanvas-cart-body .crtUpr {
    display: none;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items {
    border: none;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item {
    padding: 14px;
    border: 1px solid #E0E0E0 !important;
    border-radius: 12px;
    margin-bottom: 15px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .clsIcn {
    height: 15px;
    width: 15px;
    min-width: 15px !important;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .addItm {
    text-align: right;
    margin-top: 10px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .addItm a {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .addItm a:hover {
    text-decoration: none;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .col-alpha {
    width: 55px;
    min-width: 55px;
    max-width: 65px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .col-alpha {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 65px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .col-data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
    margin-left: 0;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .col-alpha {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: inherit;
    min-width: 90px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .lft30 {
    margin-left: 0;
    display: none;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .mbDNne {
    display: none;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .mbDBlk {
    display: block;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .col-data .name {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .sze {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .unit-price {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 480px) {
  #offcanvas-cart .offcanvas-cart-body .topUprMn .heading-title {
    margin-bottom: 0 !important;
  }
  #offcanvas-cart .offcanvas-cart-body .topUprMn #closePopup img {
    height: 16px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .clsIcn {
    height: 14px;
    width: 14px;
    min-width: 14px !important;
    margin: 0;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .col-alpha {
    min-width: 75px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .col-alpha .qty-input {
    width: 75px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .hvrExt {
    width: 20px;
    margin: 0;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .hvrExt i {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 360px) {
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .row .col-alpha {
    padding: 0;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .row .col-data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    max-width: 38%;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .row .col-data .name {
    font-size: 12px;
    line-height: 16px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .clsIcn {
    height: 14px;
    width: 14px;
    min-width: 14px !important;
    margin: 0;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .col-alpha {
    min-width: 68px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .col-alpha .qty-input {
    width: 68px;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 > .text-nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 0 15px !important;
  }
  #offcanvas-cart .offcanvas-cart-body .offcanvas-cart-items .offcanvas-cart-item .flx45 .hvrExt i {
    font-size: 15px;
    line-height: 15px;
  }
}

.canvas-sliding-left.canvas-overlay .canvas-slidable {
  -webkit-transform: translate3d(0%, 0, 0) !important;
          transform: translate3d(0%, 0, 0) !important;
}

.offcanvas-cart-footer {
  padding: 0 40px;
}
.offcanvas-cart-footer .midSc {
  margin: 0 0 40px !important;
  padding: 15px 30px;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.offcanvas-cart-footer .midSc .offFtrFlx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offcanvas-cart-footer .midSc .offFtrFlx .sub-total-caption {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.offcanvas-cart-footer .midSc .offFtrFlx .price {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .offcanvas-cart-footer {
    padding: 25px 15px;
  }
  .offcanvas-cart-footer .midSc {
    margin: 0 0 25px !important;
    padding: 20px 0;
  }
  .offcanvas-cart-footer .midSc .offFtrFlx .sub-total-caption {
    font-size: 16px;
    line-height: 16px;
  }
}

.lstSc {
  background: #fff !important;
  padding: 0;
  margin-bottom: 40px;
}
.lstSc .offcanvas-cart-footer-col {
  width: 100%;
}
.lstSc .offcanvas-cart-footer-col .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}
.lstSc .offcanvas-cart-footer-col .col .defaultBtn {
  width: 100% !important;
  margin: 0;
  display: inline-block !important;
  border: 1px solid #064E4F !important;
}
.lstSc .offcanvas-cart-footer-col .col .defaultBtn:hover {
  background: transparent !important;
  color: #064E4F !important;
}
.lstSc .offcanvas-cart-footer-col .col .defaultBtn.diffClr {
  background: transparent !important;
  border: 1px solid #064E4F !important;
  color: #064E4F !important;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.lstSc .offcanvas-cart-footer-col .col .defaultBtn.diffClr:hover {
  background: #064E4F !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .lstSc {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lstSc .offcanvas-cart-footer-col {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lstSc .offcanvas-cart-footer-col .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
    padding: 0;
  }
  .lstSc .offcanvas-cart-footer-col .col .defaultBtn {
    text-align: center !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}

.subTxt {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .subTxt {
    font-size: 12px;
    line-height: 16px;
  }
}

.fntsz14 {
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 10% !important;
  vertical-align: middle;
  color: #000000 !important;
}

.fntsz16 {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #000000;
}
@media (max-width: 480px) {
  .fntsz16 {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}

.pd25 {
  padding: 25px !important;
}
@media (max-width: 991px) {
  .pd25 {
    padding: 15px !important;
  }
}

.crtPg .cart-editable {
  border: 1px solid #D6D6D6 !important;
  border-radius: 12px !important;
}
.crtPg .cart-editable .cart-head {
  position: relative;
}
.crtPg .cart-editable .cart-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #D6D6D6;
}
.crtPg .cart-editable .cart-head .cart-row {
  background: #fff !important;
}
.crtPg .cart-editable .cart-body .cart-row {
  position: relative;
}
.crtPg .cart-editable .cart-body .cart-row:last-child .cart-col {
  border-bottom: none !important;
  border: none !important;
}
.crtPg .cart-editable .cart-body .cart-row .pd35 {
  padding: 25px 35px;
}
.crtPg .cart-editable .cart-body .cart-row .cart-col {
  border: none !important;
  border-bottom: 1px solid #d6d6d6 !important;
}
@media (max-width: 767px) {
  .crtPg .cart-editable .cart-body .cart-row .cart-col {
    border-bottom: none !important;
  }
}
.crtPg .cart-editable .cart-body .cart-row .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crtPg .cart-editable .cart-body .cart-row .row .cart-item-img {
  width: 80px !important;
  min-width: 80px !important;
  height: 100px !important;
  margin-right: 0 !important;
  background: transparent !important;
  max-width: 80px !important;
  padding: 0;
}
.crtPg .cart-editable .cart-body .cart-row .row .cart-item-img.fxImg {
  height: 60px !important;
}
.crtPg .cart-editable .cart-body .cart-row .row .cart-item-link {
  color: #000 !important;
  -webkit-transition: 0.45s ease-in-out all;
  transition: 0.45s ease-in-out all;
}
.crtPg .cart-editable .cart-body .cart-row .row .cart-item-link:hover {
  text-decoration: none;
  color: #064E4F !important;
}
.crtPg .cart-editable .cart-body .cart-row .row .deliverytime-group {
  margin-bottom: 5px !important;
}
.crtPg .cart-editable .cart-body .cart-row .row .skuTxt {
  margin-bottom: 10px !important;
}
.crtPg .cart-editable .cart-body .cart-row .row .skuTxt.noMgBt {
  margin-bottom: 0 !important;
}
.crtPg .cart-editable .cart-body .cart-row .row .deliverytime-group, .crtPg .cart-editable .cart-body .cart-row .row .skuTxt {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.crtPg .cart-editable .cart-body .cart-row .row .deliverytime-group .col-9, .crtPg .cart-editable .cart-body .cart-row .row .skuTxt .col-9 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
          flex: 0 0 75% !important;
}
.crtPg .cart-editable .cart-body .cart-row .row .deliverytime-group .dtTxt, .crtPg .cart-editable .cart-body .cart-row .row .deliverytime-group .delivery-date, .crtPg .cart-editable .cart-body .cart-row .row .skuTxt .dtTxt, .crtPg .cart-editable .cart-body .cart-row .row .skuTxt .delivery-date {
  font-size: 14px !important;
  line-height: 14px !important;
  color: #000 !important;
  font-weight: 300 !important;
}
.crtPg .cart-editable .cart-body .cart-row .row .deliverytime-group .dtTxt b, .crtPg .cart-editable .cart-body .cart-row .row .deliverytime-group .delivery-date b, .crtPg .cart-editable .cart-body .cart-row .row .skuTxt .dtTxt b, .crtPg .cart-editable .cart-body .cart-row .row .skuTxt .delivery-date b {
  font-weight: 300 !important;
}
.crtPg .cart-editable .cart-body .cart-row .row .deliverytime-group .dtTxt, .crtPg .cart-editable .cart-body .cart-row .row .skuTxt .dtTxt {
  font-weight: 300 !important;
}
.crtPg .cart-editable .price {
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
}
.crtPg .cart-editable .unit {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
}
.crtPg .cart-editable .qty-input {
  margin: 0 !important;
}
.crtPg .cart-editable .qty-input .bootstrap-touchspin {
  border: 1px solid #064E4F;
  height: 40px;
}
.crtPg .cart-editable .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up, .crtPg .cart-editable .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down {
  border: none !important;
  background: #fff !important;
  color: #064E4F !important;
  height: 35px !important;
}
.crtPg .cart-editable .qty-input .bootstrap-touchspin .form-control {
  height: 35px !important;
}
.crtPg .cart-editable .clsBt {
  margin: 0 !important;
}
.crtPg .cart-editable .clsBt .clsIcn {
  height: 15px;
  width: 15px;
  min-width: 15px !important;
}
@media (max-width: 991px) {
  .crtPg .cart-editable .cart-body {
    padding: 20px;
  }
  .crtPg .cart-editable .cart-body .cart-row {
    border: none;
    margin-bottom: 0;
  }
  .crtPg .cart-editable .cart-body .cart-row .cart-col-main, .crtPg .cart-editable .cart-body .cart-row .cart-col {
    padding: 20px !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .cart-col-qty .qty-input {
    width: 100% !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .skuTxt {
    margin-bottom: 5px !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .size {
    margin-bottom: 7px;
  }
  .crtPg .cart-editable .unit {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .crtPg .cart-editable .cart-body {
    padding: 20px;
  }
  .crtPg .cart-editable .cart-body .cart-row {
    border: none;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6 !important;
  }
  .crtPg .cart-editable .cart-body .cart-row:last-child {
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: none !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .cart-col-main, .crtPg .cart-editable .cart-body .cart-row .cart-col {
    padding: 0 !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .cart-col-qty .qty-input {
    width: 100% !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .cart-item-img {
    width: 70px !important;
    min-width: 70px !important;
    height: 80px !important;
    max-width: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 10px !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .cart-item-img img {
    padding: 0 !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .cart-item-img.fxImg {
    height: 60px !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .cart-item-link span {
    font-size: 16px !important;
    line-height: 18px !important;
    padding-bottom: 10px !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .deliverytime-group {
    display: none;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .skuTxt {
    display: none;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .size {
    margin-bottom: 10px;
  }
  .crtPg .cart-editable .unit {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .crtPg .cart-editable .cart-body {
    padding: 14px;
  }
  .crtPg .cart-editable .cart-body .cart-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .crtPg .cart-editable .cart-body .cart-row:last-child {
    padding-bottom: 0;
    margin-bottom: 5px;
    border: none !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .pd35 {
    padding: 0;
  }
  .crtPg .cart-editable .cart-body .cart-row .cart-col-main {
    padding: 0 !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .cart-col-qty .qty-input {
    width: 85px !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .cart-item-img {
    width: 55px !important;
    min-width: 55px !important;
    height: 70px !important;
    max-width: 55px !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 6px !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .cart-item-img img {
    padding: 0 !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .cart-item-img.fxImg {
    height: 60px !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .cart-item-link span {
    font-size: 14px !important;
    line-height: 16px !important;
    padding-bottom: 6px !important;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .deliverytime-group {
    display: none;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .skuTxt {
    display: none;
  }
  .crtPg .cart-editable .cart-body .cart-row .row .size {
    margin-bottom: 7px;
  }
  .crtPg .cart-editable .unit {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
  }
  .crtPg .cart-editable .qty-input {
    width: 85px;
  }
  .crtPg .cart-editable .qty-input .bootstrap-touchspin {
    height: 35px;
  }
  .crtPg .cart-editable .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up, .crtPg .cart-editable .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down {
    height: 30px !important;
  }
  .crtPg .cart-editable .qty-input .bootstrap-touchspin .form-control {
    height: 30px !important;
  }
}

.jsCntr {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vm {
  vertical-align: middle;
}

.addItm {
  text-align: right;
  margin-top: 15px;
}
.addItm a {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.addItm a:hover {
  text-decoration: none;
}

.fntsz20 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .fntsz20 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .fntsz20 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .fntsz20 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.cart-footer.crtFt {
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cart-footer.crtFt {
    padding: 0 !important;
  }
}
.cart-footer .cpCrt {
  padding: 0 !important;
}
.cart-footer .cpCrt .defaultBtn {
  border-radius: 0;
}
@media (max-width: 1199px) {
  .cart-footer .cpCrt .input-group .apply-discount-coupon-code-button.defaultBtn {
    position: absolute !important;
    margin: 0 !important;
  }
}

.wishlist-content {
  padding-top: 50px;
}

.addCrt {
  color: #000 !important;
  -webkit-transition: 0.45s ease-in-out all;
  transition: 0.45s ease-in-out all;
}
.addCrt:hover {
  color: #064E4F !important;
}

.abtTle {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  color: #000;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .abtTle {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .abtTle {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 26px;
  }
}

.abtPg .abtTp {
  margin-bottom: 50px;
}
.abtPg .abtTp .paraTxt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.abtPg .abtTp .paraTxt p:first-child {
  margin-bottom: 0;
}
.abtPg .abtTp .abtImg {
  margin-top: 50px;
}
@media (max-width: 1700px) {
  .abtPg .abtTp .abtImg img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.abtPg .abtTp .abtImg img {
  width: 100%;
  border-radius: 10px;
}
.abtPg .abtFstMid {
  padding-bottom: 50px;
}
.abtPg .abtFstMid .counterLst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 45px;
}
.abtPg .abtFstMid .counterLst .counterBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
.abtPg .abtFstMid .counterLst .counterBox::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #D6D6D6;
  height: 60px;
  width: 1px;
  margin: auto 0;
}
.abtPg .abtFstMid .counterLst .counterBox:last-child::before {
  display: none;
}
.abtPg .abtFstMid .counterLst .counterBox .count, .abtPg .abtFstMid .counterLst .counterBox .counterDigit {
  color: #000000;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -2%;
  margin-bottom: 15px;
}
.abtPg .abtFstMid .counterLst .counterBox p {
  color: rgba(0, 0, 0, 0.5019607843);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
}
.abtPg .abtScndMid .abtScndLst {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.abtPg .abtScndMid .abtScndLst li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 13px;
}
.abtPg .abtScndMid .abtScndLst li:first-child {
  margin-left: -13px;
}
.abtPg .abtScndMid .abtScndLst li img {
  margin-bottom: 25px;
  border-radius: 10px;
  width: 100%;
}
.abtPg .abtScndMid .abtScndLst li p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000;
}
.abtPg .abtBtm img {
  width: 100%;
}
.abtPg .abtBtm .abtBtmLst {
  padding: 0;
  list-style-type: none;
}
.abtPg .abtBtm .abtBtmLst li {
  padding: 25px 15px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.abtPg .abtBtm .abtBtmLst li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.abtPg .abtBtm .abtBtmLst li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  margin: auto 0;
}
.abtPg .abtBtm .abtBtmLst li p {
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.abtPg .abtBtm .paraTxt {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .abtPg .abtTp {
    margin-bottom: 40px;
  }
  .abtPg .abtTp .paraTxt p {
    font-size: 13px;
    line-height: 22px;
  }
  .abtPg .abtTp .abtImg {
    margin-top: 35px;
  }
  .abtPg .abtFstMid {
    padding-bottom: 20px;
  }
  .abtPg .abtFstMid .counterLst {
    margin-top: 30px;
  }
  .abtPg .abtFstMid .counterLst .counterBox .count, .abtPg .abtFstMid .counterLst .counterBox .counterDigit {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0%;
  }
  .abtPg .abtFstMid .counterLst .counterBox p {
    font-size: 16px;
    line-height: 26px;
  }
  .abtPg .abtScndMid .abtScndLst li {
    padding: 0 10px;
  }
  .abtPg .abtScndMid .abtScndLst li img {
    margin-bottom: 20px;
  }
  .abtPg .abtScndMid .abtScndLst li p {
    font-size: 16px;
  }
  .abtPg .abtBtm .abtBtmLst li {
    padding: 20px 15px;
  }
  .abtPg .abtBtm .abtBtmLst li p {
    font-size: 13px;
    line-height: 13px;
  }
  .abtPg .abtBtm .paraTxt {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .abtPg .abtFstMid .counterLst .counterBox:nth-child(2)::before {
    display: none;
  }
  .abtPg .abtFstMid .counterLst .counterBox .count, .abtPg .abtFstMid .counterLst .counterBox .counterDigit {
    font-size: 32px;
    line-height: 42px;
  }
  .abtPg .abtFstMid .counterLst .counterBox p {
    font-size: 15px;
    line-height: 25px;
  }
  .abtPg .abtScndMid {
    padding-bottom: 10px;
  }
  .abtPg .abtScndMid .abtScndLst {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .abtPg .abtScndMid .abtScndLst li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .abtPg .abtScndMid .abtScndLst li:first-child {
    margin-left: 0;
  }
  .abtPg .abtScndMid .abtScndLst li img {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .abtPg .abtTp {
    margin-bottom: 30px;
  }
  .abtPg .abtTp .abtImg {
    margin-top: 25px;
  }
  .abtPg .abtTp .paraTxt p {
    font-size: 12px;
    line-height: 20px;
  }
  .abtPg .abtFstMid {
    padding-bottom: 0;
  }
  .abtPg .abtFstMid .counterLst {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .abtPg .abtFstMid .counterLst .counterBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .abtPg .abtFstMid .counterLst .counterBox .count, .abtPg .abtFstMid .counterLst .counterBox .counterDigit {
    font-size: 25px;
    line-height: 35px;
  }
  .abtPg .abtFstMid .counterLst .counterBox p {
    font-size: 13px;
    line-height: 20px;
  }
  .abtPg .abtScndMid .abtScndLst {
    margin: 0;
  }
  .abtPg .abtScndMid .abtScndLst li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .abtPg .abtBtm .abtBtmLst li {
    padding: 15px;
  }
  .abtPg .abtBtm .abtBtmLst li::before {
    bottom: inherit;
    top: 24px;
  }
  .abtPg .abtBtm .abtBtmLst li p {
    line-height: 16px;
  }
  .abtPg .abtBtm .paraTxt {
    margin-top: 20px;
  }
}

.page-myaccount-addresses .heading, .page-myaccount-orders .heading, .page-myaccount-returnrequests .heading {
  display: none;
}

.addRss {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pdSd .btn-delete {
  margin-right: 10px;
}

.return-request-page {
  padding: 70px 0;
}
.return-request-page .card {
  border-radius: 10px;
}
.return-request-page .card .cart {
  border: none;
}
.return-request-page .card .cart .cart-body .cart-item-link {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.return-request-page .card .cart .cart-body .cart-item-link:hover {
  text-decoration: none;
  color: #064E4F !important;
}
@media (max-width: 767px) {
  .return-request-page {
    padding: 40px 0;
  }
  .return-request-page .page-body {
    margin-top: 25px;
  }
  .return-request-page .page-body .h4 {
    font-size: 16px !important;
  }
  .return-request-page .page-body .h4.mb-4 {
    margin-bottom: 15px !important;
  }
  .return-request-page .card .cart .cart-body .cart-row {
    margin-bottom: 5px;
  }
  .return-request-page .card .cart .cart-body .cart-item-link {
    font-size: 14px !important;
    line-height: 18px;
  }
}

.return-request-item .card-body {
  padding: 35px;
  background: #fff;
  border-radius: 12px;
}

.pdTop {
  padding-top: 0;
}

.checkout-data {
  padding-top: 0px !important;
}
@media (max-width: 575px) {
  .checkout-data {
    padding-top: 10px !important;
  }
}
.checkout-data .buttons {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.billinginfo, .shippinginfo {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #D6D6D6;
  padding-bottom: 30px !important;
  padding-top: 10px !important;
}
.billinginfo > .row, .shippinginfo > .row {
  border-bottom: none !important;
  padding: 0 !important;
}
.billinginfo .addreesTitle .heading .heading-title, .shippinginfo .addreesTitle .heading .heading-title {
  font-size: 20px !important;
  line-height: 20px;
  font-weight: 600 !important;
}
.billinginfo .addressnameBox, .shippinginfo .addressnameBox {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.billinginfo .addressnameBox .name, .shippinginfo .addressnameBox .name {
  font-weight: 400 !important;
  text-transform: capitalize;
}
.billinginfo .addressnameBox .email, .shippinginfo .addressnameBox .email {
  margin-top: 20px;
}
.billinginfo .addressnameBox .email span, .shippinginfo .addressnameBox .email span {
  font-weight: 400 !important;
}
.billinginfo .addressnameBox .email span, .shippinginfo .addressnameBox .email span {
  font-weight: 400 !important;
}
.billinginfo .change-checkout-data, .shippinginfo .change-checkout-data {
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.billinginfo .change-checkout-data:hover span, .shippinginfo .change-checkout-data:hover span {
  color: #064E4F;
}
.billinginfo .change-checkout-data span, .shippinginfo .change-checkout-data span {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.billinginfo .change-checkout-data span img, .shippinginfo .change-checkout-data span img {
  margin-right: 6px;
}
@media (max-width: 575px) {
  .billinginfo, .shippinginfo {
    padding: 20px 16px !important;
  }
  .billinginfo > .row, .shippinginfo > .row {
    padding: 0 !important;
  }
  .billinginfo .addreesTitle, .shippinginfo .addreesTitle {
    margin-bottom: 15px;
  }
  .billinginfo .addreesTitle .heading .heading-title, .shippinginfo .addreesTitle .heading .heading-title {
    font-size: 14px !important;
    line-height: 16px;
  }
  .billinginfo .addressnameBox .email, .shippinginfo .addressnameBox .email {
    margin-top: 10px;
  }
  .billinginfo .addressnameBox .email span, .billinginfo .addressnameBox .phone span, .shippinginfo .addressnameBox .email span, .shippinginfo .addressnameBox .phone span {
    font-weight: 500 !important;
  }
  .billinginfo .change-checkout-data span, .shippinginfo .change-checkout-data span {
    font-size: 14px;
    line-height: 20px;
  }
  .billinginfo .change-checkout-data span img, .shippinginfo .change-checkout-data span img {
    width: 22px;
    height: 20px;
  }
}

.checkout-confirm-page .cart-footer .posInitial #order-totals {
  padding: 0 !important;
}

.pymntMthod #confirm-order-form {
  background: #fff;
  padding: 0;
}
.pymntMthod #confirm-order-form .payment-methods .payment-method-item {
  border: 1px solid #D6D6D6;
}
.pymntMthod #confirm-order-form .payment-methods .payment-method-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #d8d8d8;
}
.pymntMthod .cardimg img {
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -11px;
}
@media (max-width: 991px) {
  .pymntMthod #confirm-order-form {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pymntMthod #confirm-order-form {
    margin-bottom: 30px;
  }
  .pymntMthod .payment-methods .payment-method-item .opt-data .form-check label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 0;
    padding-left: 25px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .pymntMthod .payment-methods .payment-method-item .opt-data .form-check label::before, .pymntMthod .payment-methods .payment-method-item .opt-data .form-check label::after {
    top: 22px !important;
  }
  .pymntMthod .payment-methods .payment-method-item .opt-data .form-check label .tabbyPaymentFlex {
    max-width: 70%;
  }
}

#terms-of-service-consent-box label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.jsStart {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.ml40 {
  margin-left: 40px;
}

.size {
  display: block;
  line-height: 14px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 10px 0 15px 0px;
  letter-spacing: 10%;
  color: #000000;
}
@media (max-width: 991px) {
  .size {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .size {
    font-size: 12px;
    line-height: 12px;
  }
}

.pdTxt {
  margin-bottom: 10px !important;
}
.pdTxt .page-title .pd-name {
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 32px !important;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pdTxt {
    margin-bottom: 0 !important;
  }
  .pdTxt .page-title .pd-name {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}
@media (max-width: 767px) {
  .pdTxt {
    margin-bottom: 0 !important;
  }
  .pdTxt .page-title .pd-name {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

.flxHlf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.flxHlf::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15.5%;
  background: #dee2e6;
  height: 50%;
  width: 1px;
  margin: auto;
}
.flxHlf .size {
  margin: 10px 0 5px 30px;
}

.productRightContent .pd-attr-sku {
  display: block;
  line-height: 14px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.pd-offer-actions-container .qty-input {
  margin: 0 !important;
  height: 100%;
}
.pd-offer-actions-container .qty-input .bootstrap-touchspin {
  border: 1px solid #064E4F;
  height: 100%;
}
.pd-offer-actions-container .qty-input .bootstrap-touchspin .input-group-btn {
  border: none !important;
  height: 100% !important;
}
.pd-offer-actions-container .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up, .pd-offer-actions-container .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down {
  border: none !important;
  color: #064E4F !important;
  height: 100% !important;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.pd-offer-actions-container .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up i, .pd-offer-actions-container .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down i {
  color: #064e4f !important;
}
.pd-offer-actions-container .qty-input .bootstrap-touchspin .form-control {
  height: 35px !important;
}

#pd-gallery-container #pd-gallery-container-inner #pd-gallery .gal-box .slick-slide img {
  width: 100%;
}
#pd-gallery-container #pd-gallery-container-inner #pd-gallery .gal-box .gal-cell {
  border: none !important;
}
@media (max-width: 767px) {
  #pd-gallery-container #pd-gallery-container-inner #pd-gallery .gal-box .gal-nav-cell {
    display: block !important;
  }
  #pd-gallery-container #pd-gallery-container-inner #pd-gallery .gal-box .gal-cell .gal .slick-dots {
    padding: 10px 0 0;
    bottom: 0px;
  }
}

.artlstSrt .mf-dropdown .btn-artlist-action {
  border: none;
}
.artlstSrt .mf-dropdown .sortTxt {
  margin-left: 15px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 10%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000 !important;
}
@media (max-width: 1199px) {
  .artlstSrt .mf-dropdown .sortTxt {
    margin-left: 10px;
  }
}

#ph-topic-17 .keyFeatures {
  display: none;
}

#pd-gallery-container {
  position: relative;
}

.wishLst {
  position: absolute;
  top: 4%;
  right: 5%;
  z-index: 2;
}
.wishLst .pd-actions-container {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.wishLst .pd-actions-container .pd-action-item {
  padding: 0 !important;
  border: none !important;
}

.lstStk {
  text-align: center;
  margin-top: 25px;
}
.lstStk .pd-group {
  margin-bottom: 8px;
}
.lstStk p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .lstStk {
    display: none;
  }
}

@media (max-width: 360px) {
  .product-list-container .art {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.product-list-container .artlist-actions.artlist-actions--top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-list-container .artlist-actions.artlist-actions--top .artlist-action-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex: inherit;
      flex: inherit;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlist-action--filter, .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlist-action--sort {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
.product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlist-action--filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlist-action--filter .fltrBtn {
  text-align: left;
}
.product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .midItmCnt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
}
.product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .midItmCnt p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #000;
}
.product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlstSrt {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlstSrt .btn-artlist-action {
  padding: 0;
  margin: 0 0 0 auto;
}
.product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlstSrt .artlist-action-select {
  padding: 0;
}
.product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlstSrt .artlist-action-select option {
  padding: 5px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlstSrt .btn-artlist-action i {
    display: none;
  }
  .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlstSrt .artlist-action-select option {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (max-width: 575px) {
  .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlist-action--filter, .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlstSrt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlstSrt .btn-artlist-action i {
    display: none;
  }
  .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlstSrt .btn-artlist-action .sortTxt span {
    display: none;
  }
  .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .midItmCnt {
    display: none;
  }
  .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .midItmCnt p {
    font-size: 12px;
  }
  .product-list-container .artlist-actions.artlist-actions--top .artlist-action-group .artlstSrt .artlist-action-select option {
    font-size: 13px;
    line-height: 13px;
  }
}

.fltrBtn {
  background: transparent;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 14px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  padding: 0 !important;
}
.fltrBtn span {
  margin-left: 15px;
}
.fltrBtn:hover, .fltrBtn.active {
  background: transparent !important;
  color: #064E4F !important;
}
@media (max-width: 767px) {
  .fltrBtn {
    font-size: 12px !important;
    line-height: 12px;
  }
  .fltrBtn span {
    margin-left: 10px;
  }
}

.leftSideBox {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .addnewclss {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .fiiterBox {
  border: #dddddd solid 1px;
  background: #ffffff;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.leftSideBox .fiiterBox h3 {
  opacity: 1;
}
.leftSideBox .fiiterBox h3 strong.span {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
.leftSideBox .fiiterBox h3 strong.strong {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.leftSideBox .fiiterBox h3::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.leftSideBox .crossLine .line.crossLine1 {
  top: 9px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.leftSideBox .crossLine .line.crossLine2 {
  top: 45%;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.leftSideBox .crossLine .line.crossLine3 {
  bottom: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#content-left {
  position: fixed;
  left: -100%;
  top: 0px;
  z-index: 999999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  opacity: 0;
}
#content-left .leftSideBox {
  max-width: 400px;
  height: 100%;
  overflow: auto;
}
#content-left .leftSideBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
#content-left .leftSideBox::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
#content-left .leftSideBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
#content-left .leftSideBox .filterpopuptitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  border-bottom: 0px solid #D9D9D9;
}
#content-left .leftSideBox .filterpopuptitle .filterLabel {
  color: #000000;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  padding: 0;
}
#content-left .leftSideBox .filterpopuptitle a.btncloseone {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 68px;
}
#content-left .leftSideBox .filterpopuptitle a.btncloseone img {
  width: 20px;
  height: 20px;
}
#content-left .leftSideBox .addnewclss {
  opacity: 1;
}
#content-left.openfilter {
  left: 0%;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  opacity: 1;
}

.categorytopbox {
  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;
  margin-bottom: -20px;
}
.categorytopbox .midItmCnt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
}
.categorytopbox .midItmCnt {
  text-align: center;
}
.categorytopbox .midItmCnt p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 767px) {
  .categorytopbox {
    display: none !important;
  }
}

.active-filters-container {
  margin-bottom: 20px !important;
}
.active-filters-container .active-filters .active-filter-item {
  padding: 0 10px 0 0 !important;
}
.active-filters-container .active-filters .active-filter-item .active-filter-link {
  padding: 7px 15px !important;
  padding-right: 30px !important;
  background-color: #064E4F !important;
  border-color: #064E4F !important;
  color: #fff !important;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.active-filters-container .active-filters .active-filter-item .active-filter-link::after {
  right: 10px !important;
  top: 5px !important;
}
.active-filters-container .active-filters .active-filter-item .active-filter-link:hover {
  border-color: #000 !important;
  background-color: #000 !important;
}

.showpop, .showshi {
  display: block !important;
  position: fixed;
  background: #d6d6d6;
  padding: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
  max-width: 500px;
  overflow-y: auto;
}
.showpop .flxMdl, .showshi .flxMdl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
.showpop .flxMdl h2, .showshi .flxMdl h2 {
  padding: 0;
}
.showpop .flxMdl img, .showshi .flxMdl img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.blkHrt {
  background: url(../images/hearticon_blk.svg) no-repeat center center !important;
  background-size: contain !important;
}

.proDes {
  margin: 50px 0 30px 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.proDes h4 {
  font-weight: 300;
  line-height: 18px;
  color: #000000;
  padding: 0;
  text-transform: uppercase;
  border-radius: 0px;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
.proDes p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.proDes ul {
  padding: 0;
}
.proDes ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 12px 0;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.proDes ul li strong {
  font-weight: 500;
  min-width: 200px;
}
.proDes ul li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  margin: auto 0;
  background: #000;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
@media (max-width: 991px) {
  .proDes ul li::before {
    top: 19px;
  }
}
.proDes ul li p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
}
.proDes ul li p:first-child {
  font-weight: 500;
}
.proDes .pd-specs .pd-specs-table tbody tr {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
}
.proDes .pd-specs .pd-specs-table tbody tr::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  margin: auto 0;
  background: #000;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
@media (max-width: 767px) {
  .proDes .pd-specs .pd-specs-table tbody tr::before {
    top: 20px;
  }
}
.proDes .pd-specs .pd-specs-table tbody tr .pd-spec-name {
  width: 200px;
  font-weight: 500;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .proDes .pd-specs .pd-specs-table tbody tr .pd-spec-name {
    width: 150px;
  }
}
.proDes .pd-specs .pd-specs-table tbody tr .pd-spec-value {
  text-align: left;
}
@media (max-width: 1200px) {
  .proDes ul li {
    font-size: 13px;
    line-height: 23px;
    text-align: left;
  }
  .proDes ul li strong {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .proDes.mbProDes ul li p:first-child {
    text-align: left;
  }
  .proDes {
    margin: 35px 0;
  }
  .proDes h4 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .proDes ul li {
    padding: 10px 0;
    padding-left: 16px;
  }
  .proDes .pd-specs .pd-specs-table tbody tr {
    font-size: 13px;
    line-height: 22px;
  }
  .proDes .pd-specs .pd-specs-table tbody tr .pd-spec-name {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .proDes {
    margin: 30px 0;
  }
  .proDes h4 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .proDes p {
    font-size: 12px;
    line-height: 18px;
  }
  .proDes ul li {
    padding: 8px 0 8px 12px;
  }
  .proDes ul li::before {
    top: 17px;
  }
  .proDes .pd-specs .pd-specs-table tbody tr .pd-spec-name {
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  .proDes ul li strong {
    min-width: 150px;
  }
}
@media (max-width: 360px) {
  .proDes ul li {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  .proDes ul li p {
    font-size: 12px !important;
    line-height: 22px !important;
  }
}

.page-order-details.ordrSum .heading {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 575px) {
  .page-order-details.ordrSum .heading {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .page-order-details.ordrSum {
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .page-order-details.ordrSum > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.page-order-details.ordrSum .print-buttons .defaultBtn {
  margin-right: 20px;
}
.page-order-details.ordrSum .print-buttons .defaultBtn.diffClr {
  margin: 0;
}
@media (max-width: 575px) {
  .page-order-details.ordrSum .print-buttons {
    width: 100%;
  }
  .page-order-details.ordrSum .print-buttons .defaultBtn {
    margin-right: 0;
    padding: 13px 12px !important;
  }
  .page-order-details.ordrSum .print-buttons .btn {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.page-order-details.ordrSum .page-body .orderDts {
  padding: 30px 30px 15px;
  margin-right: 0;
  margin-left: 0;
  border-radius: 12px;
  border: 1px solid #D6D6D6;
  margin-bottom: 50px;
}
.page-order-details.ordrSum .page-body .orderDts .plrZro {
  padding-left: 0;
  padding-right: 0;
}
.page-order-details.ordrSum .page-body .orderDts .flxhr {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 33.3% !important;
          flex: 0 0 33.3% !important;
  max-width: 33.3% !important;
  padding-bottom: 15px !important;
}
.page-order-details.ordrSum .page-body .orderDts .flxhr h5 {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.page-order-details.ordrSum .page-body .orderDts .flxhr p {
  margin-bottom: 0;
  padding-left: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-order-details.ordrSum .page-body .orderDts {
    margin-bottom: 30px;
    padding: 20px;
  }
  .page-order-details.ordrSum .page-body .orderDts .flxhr {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 575px) {
  .page-order-details.ordrSum .page-body .orderDts .flxhr {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .page-order-details.ordrSum .page-body .orderDts {
    padding: 19px 17px;
    margin-bottom: 25px;
  }
  .page-order-details.ordrSum .page-body .orderDts .flxhr:last-child {
    padding-bottom: 0 !important;
  }
  .page-order-details.ordrSum .page-body .orderDts .flxhr h5 {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .page-order-details.ordrSum .page-body .orderDts .flxhr p {
    margin-bottom: 0;
    padding-left: 5px;
    display: inline-block;
  }
}
.page-order-details.ordrSum .page-body .billinginfo {
  margin-bottom: 50px !important;
}
.page-order-details.ordrSum .page-body .billinginfo, .page-order-details.ordrSum .page-body .shippinginfo {
  border-radius: 10px;
  margin: 0 0px;
  padding: 35px 30px !important;
  margin-bottom: 50px;
}
.page-order-details.ordrSum .page-body .billinginfo > .row, .page-order-details.ordrSum .page-body .shippinginfo > .row {
  margin: 0px;
  border-bottom: 1px solid #C0C0C0;
  padding: 20px 30px 20px 30px !important;
}
.page-order-details.ordrSum .page-body .billinginfo .addreesTitle, .page-order-details.ordrSum .page-body .shippinginfo .addreesTitle {
  padding: 0px !important;
}
.page-order-details.ordrSum .page-body .billinginfo .email, .page-order-details.ordrSum .page-body .shippinginfo .email {
  padding-top: 20px;
}
.page-order-details.ordrSum .page-body .billinginfo .billInfoTxt h5, .page-order-details.ordrSum .page-body .shippinginfo .billInfoTxt h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  margin-bottom: 20px;
}
.page-order-details.ordrSum .page-body .billinginfo .billInfoTxt div, .page-order-details.ordrSum .page-body .shippinginfo .billInfoTxt div {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
@media (max-width: 1440px) {
  .page-order-details.ordrSum .page-body .billinginfo .heading .heading-title, .page-order-details.ordrSum .page-body .shippinginfo .heading .heading-title {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .page-order-details.ordrSum .page-body .billinginfo, .page-order-details.ordrSum .page-body .shippinginfo {
    padding: 20px !important;
    margin-bottom: 25px !important;
  }
  .page-order-details.ordrSum .page-body .billinginfo .heading .heading-title, .page-order-details.ordrSum .page-body .shippinginfo .heading .heading-title {
    font-size: 18px !important;
  }
  .page-order-details.ordrSum .page-body .billinginfo .billInfoTxt h5, .page-order-details.ordrSum .page-body .shippinginfo .billInfoTxt h5 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .page-order-details.ordrSum .page-body .billinginfo .billInfoTxt div, .page-order-details.ordrSum .page-body .shippinginfo .billInfoTxt div {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 575px) {
  .page-order-details.ordrSum .page-body .billinginfo, .page-order-details.ordrSum .page-body .shippinginfo {
    padding: 19px 17px !important;
  }
  .page-order-details.ordrSum .page-body .billinginfo .email, .page-order-details.ordrSum .page-body .shippinginfo .email {
    padding-top: 15px;
  }
  .page-order-details.ordrSum .page-body .billinginfo .billInfoTxt h5, .page-order-details.ordrSum .page-body .shippinginfo .billInfoTxt h5 {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 15px;
  }
  .page-order-details.ordrSum .page-body .billinginfo .billInfoTxt div, .page-order-details.ordrSum .page-body .shippinginfo .billInfoTxt div {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
.page-order-details.ordrSum .page-body .crtPg .cart-editable {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
  max-width: 58%;
}
.page-order-details.ordrSum .page-body .crtPg .cart-editable .cart-col-price {
  text-align: center;
}
@media (max-width: 767px) {
  .page-order-details.ordrSum .page-body .crtPg .cart-editable {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-editable .unit {
    margin-bottom: 5px;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-editable .cart-body .cart-row .row .cart-item-link {
    margin-bottom: 5px;
    padding-bottom: 0 !important;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-editable .cart-body .cart-row .row .cart-item-link span {
    padding-bottom: 0 !important;
  }
}
.page-order-details.ordrSum .page-body .crtPg .cart-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
  max-width: 39%;
  margin-left: 3%;
  max-height: 300px;
}
@media (max-width: 767px) {
  .page-order-details.ordrSum .page-body .crtPg .cart-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 25px 0px 0px;
    padding: 20px 10px !important;
  }
}
.page-order-details.ordrSum .page-body .crtPg .cart-footer .cart-summary .sumTxt {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
  text-align: left;
}
.page-order-details.ordrSum .page-body .crtPg .cart-footer .cart-summary tr td {
  text-align: left;
  width: auto !important;
}
@media (max-width: 767px) {
  .page-order-details.ordrSum .page-body .crtPg .cart-head {
    display: block;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-head .cart-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-head .cart-row .cart-col-main {
    width: auto;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-head .cart-row .cart-col-price.cart-col-subtotal {
    text-align: right;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-body .cart-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-body .cart-row .cart-col-main .cart-item-link span {
    padding-bottom: 0 !important;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-body .cart-row .cart-col-price::before {
    display: none;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-footer {
    padding: 10px !important;
    max-height: inherit;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-footer .cart-summary .sumTxt {
    font-size: 18px;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-footer .cart-summary tr td {
    padding: 7px;
  }
}
@media (max-width: 575px) {
  .page-order-details.ordrSum .page-body .crtPg .cart-body .cart-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-body .cart-row .cart-col-main .cart-item-link span {
    max-width: 80%;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-body .cart-row .cart-col-price::before {
    display: none;
  }
  .page-order-details.ordrSum .page-body .crtPg .cart-footer .cart-summary .sumTxt {
    font-size: 16px;
  }
}
.page-order-details.ordrSum .page-body .cart-actions {
  text-align: left !important;
}
@media (max-width: 767px) {
  .page-order-details.ordrSum .page-body .cart-actions {
    position: fixed;
    background: #fff;
    bottom: 85px;
    padding: 15px;
    z-index: 11;
    left: 0;
    right: 0;
    margin: 0 auto !important;
  }
  .page-order-details.ordrSum .page-body .cart-actions .btnCenterMobile {
    margin: 0 !important;
    padding: 0;
  }
  .page-order-details.ordrSum .page-body .cart-actions .btnCenterMobile .btn {
    width: 100%;
  }
}

.productRightContent {
  padding: 50px 40px 50px;
}
.productRightContent .pd-offer {
  background: #fff !important;
  padding: 0 !important;
}
.productRightContent .pd-offer .pd-offer-price-container .pd-offer-price {
  margin-bottom: 0 !important;
}
.productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group {
  margin-bottom: 0 !important;
}
.productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #000;
}
@media (max-width: 991px) {
  .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price {
    font-size: 18px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price {
    font-size: 16px;
    line-height: 15px;
  }
}
.productRightContent .pd-offer .productActionBar .pd-offer-actions-container {
  width: 100%;
}
.productRightContent .pd-offer .productActionBar .pd-offer-actions-container .pd-offer-actions {
  width: 100%;
}
.productRightContent .pd-offer .productActionBar .pd-offer-actions-container .pd-offer-actions .pd-offer-action-qty {
  max-width: inherit;
  min-width: inherit;
  margin-right: 50px;
}
.productRightContent .pd-offer .productActionBar .pd-offer-actions-container .pd-offer-actions .pd-offer-action-qty strong {
  display: none;
}
.productRightContent .pd-offer .productActionBar .pd-offer-actions-container .pd-offer-actions .pd-offer-action-qty .qty-input .bootstrap-touchspin .input-group-btn .btn .fa {
  opacity: 1 !important;
  font-size: 14px;
}
.productRightContent .pd-offer .productActionBar .pd-offer-actions-container .pd-offer-actions .pd-offer-action-qty .qty-input .bootstrap-touchspin .form-control {
  height: 100% !important;
}
@media (max-width: 767px) {
  .productRightContent {
    padding: 35px 30px;
  }
}

.reletedProductSection.comman_slider .slick-arrow.slick-prev {
  left: 0;
}
.reletedProductSection.comman_slider .slick-arrow.slick-next {
  right: 0;
}
.reletedProductSection.comman_slider .art .artBox {
  max-width: 400px !important;
  margin: 0 auto !important;
  padding: 15px 15px 20px 15px;
  background: #fff;
  min-height: inherit !important;
  max-height: inherit !important;
}
.reletedProductSection.comman_slider .art .artBox .art-btn.ajax-cart-link {
  top: 12px;
  margin: 0;
}
.reletedProductSection.comman_slider .art .artBox .art-name {
  margin-top: 15px;
}
.reletedProductSection.comman_slider .art .artBox .art-picture-block {
  min-height: inherit !important;
  max-height: inherit !important;
  margin-bottom: 0 !important;
}
.reletedProductSection.comman_slider .art .artBox .art-picture-block .subTxt {
  width: 100%;
  text-align: left;
  margin-bottom: 12px;
}
.reletedProductSection.comman_slider .art .artBox .art-picture-block .img-center-container img {
  max-height: 100% !important;
}

.product-details-page {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .product-details-page .leftGallery {
    position: sticky;
    top: 0px;
  }
}
.product-details-page .page-body .pd-section-top {
  margin-right: -30px;
  margin-left: -30px;
}
.product-details-page .page-body .pd-section-top .pd-data-col {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-details-page .page-body .pd-section-top .productRightContent {
  position: relative;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .product-details-page .page-body .pd-section-top .productRightContent {
    height: 100%;
    overflow: inherit;
  }
}
.product-details-page .page-body .pd-section-top .productRightContent::-webkit-scrollbar {
  display: none;
}
.product-details-page .page-body .pd-section-top .productRightContent .productActionBar {
  position: sticky;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  z-index: 11;
  padding: 20px;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-details-page .page-body .pd-section-top .productRightContent .productActionBar .ajax-cart-link {
  height: 100%;
  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;
  font-size: 16px !important;
  line-height: 16px !important;
}
.product-details-page .page-body .pd-section-top .productRightContent .productActionBar .ajax-cart-link .fa-shopping-bag {
  display: none;
}
.product-details-page .page-body .wishLst .pd-action-item a .icm-heart {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 32px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.product-details-page .page-body .wishLst .pd-action-item a .icm-heart:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-details-page .page-body .wishLst .pd-action-item a .icm-heart:hover::before {
  color: #064e4f;
}
.product-details-page .page-body .wishLst .pd-action-item a .icm-heart::before {
  color: #000;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.product-details-page .page-body .wishLst .pd-action-item a .pd-action-label {
  display: none;
}
@media (max-width: 767px) {
  .product-details-page .page-body .pd-section-top {
    margin-bottom: 0;
  }
  .product-details-page .page-body .pd-section-top .productRightContent .productActionBar {
    position: fixed;
    padding: 6px 15px;
    bottom: 84px;
  }
  .product-details-page .page-body .wishLst .pd-action-item a .icm-heart {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
  }
  .product-details-page .page-body .wishLst .pd-action-item a .icm-heart:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .product-details-page .page-body .wishLst .pd-action-item a .icm-heart:hover::before {
    color: #064e4f;
  }
  .product-details-page .page-body .wishLst .pd-action-item a .icm-heart::before {
    color: #000;
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
  }
  .product-details-page .page-body .wishLst .pd-action-item a .pd-action-label {
    display: none;
  }
}
@media (max-width: 480px) {
  .product-details-page .page-body .pd-section-top .productRightContent .productActionBar {
    border-top: 1px solid #E6E6E6;
  }
  .product-details-page .page-body .pd-section-top .productRightContent .productActionBar .ajax-cart-link {
    font-size: 14px !important;
  }
  .product-details-page .page-body .pd-section-top .productRightContent .productActionBar .pd-offer-actions-container .pd-offer-actions .pd-offer-action-qty {
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  .page-title {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 480px) {
  .page-title {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .mbSpcUp {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .checkout-page .cart-col-qty::before, .checkout-page .cart-col-price::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .checkout-page .cart-col-qty::before {
    display: none;
  }
  .checkout-page .cart-col-price {
    display: none;
  }
}

@media (max-width: 767px) {
  .fixBtnMb {
    position: fixed;
    bottom: 85px;
    background: #fff;
    width: 100%;
    z-index: 11;
    padding: 15px;
  }
  .fixBtnMb .billingButton {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .fixBtnMb .billingButton .diffClr {
    margin-right: 25px;
  }
  .fixBtnMb .billingButton a {
    width: 100% !important;
  }
  .fixBtnMb .billingButton a .btn {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  #divshipping .hd2 {
    font-size: 18px !important;
    line-height: 24px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #bilpinhide .hd2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .checkout-confirm-page .crtPg .cart-editable .cart-head {
    display: block;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-head .cart-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-head .cart-row .cart-col-main {
    width: auto;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-head .cart-row .cart-col-qty, .checkout-confirm-page .crtPg .cart-editable .cart-head .cart-row .cart-col-remove {
    display: none;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-head .cart-row .cart-col-price.cart-col-subtotal {
    display: inline-block;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-body .cart-col-qty {
    display: none;
  }
  .checkout-confirm-page .cart-buttons {
    position: fixed;
    background: #fff;
    bottom: 85px;
    width: 100%;
    padding: 15px;
    z-index: 11;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .checkout-confirm-page .cart-buttons .widthAuto {
    width: 100%;
  }
  .checkout-confirm-page .cart-buttons .ml40 {
    margin-left: 25px;
  }
}
@media (max-width: 575px) {
  .checkout-confirm-page .page-title .hd2 {
    padding-bottom: 15px !important;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-head {
    display: block;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-head .cart-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-head .cart-row .cart-col-main {
    width: auto;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-head .cart-row .cart-col-qty, .checkout-confirm-page .crtPg .cart-editable .cart-head .cart-row .cart-col-remove {
    display: none;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-head .cart-row .cart-col-price.cart-col-subtotal {
    display: inline-block;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-body .cart-col-main {
    padding-right: 10px !important;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-body .cart-col-qty {
    display: none;
  }
  .checkout-confirm-page .crtPg .cart-editable .cart-body .cart-col-price.cart-col-subtotal {
    display: inline-block;
  }
  .checkout-confirm-page .crtPg .cart-footer {
    margin-top: 15px;
  }
  .checkout-confirm-page .cart-buttons {
    position: fixed;
    background: #fff;
    bottom: 85px;
    width: 100%;
    padding: 15px;
    z-index: 11;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .checkout-confirm-page .cart-buttons .widthAuto {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .order-review-data-box.mb-5 {
    margin-bottom: 0px !important;
  }
}

.emptyCrt {
  text-align: center;
  margin: 70px 0 50px;
}
.emptyCrt img {
  height: 120px;
  margin: 0 auto 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.emptyCrt .emptyCrtTxt .headingTle {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.emptyCrt .emptyCrtTxt p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 40px;
}
.emptyCrt .emptyCrtTxt .discBtn {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  color: #000;
  cursor: pointer;
}
.emptyCrt .emptyCrtTxt .discBtn:hover {
  color: #064E4F;
}
@media (max-width: 991px) {
  .emptyCrt {
    margin: 60px 0 40px;
  }
  .emptyCrt img {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .emptyCrt {
    margin: 50px 0 30px;
  }
  .emptyCrt img {
    height: 75px;
  }
  .emptyCrt .emptyCrtTxt .headingTle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .emptyCrt .emptyCrtTxt p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .emptyCrt .emptyCrtTxt .discBtn {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .emptyCrt {
    margin: 45px 0 25px;
  }
  .emptyCrt img {
    height: 55px;
    margin-bottom: 25px;
  }
  .emptyCrt .emptyCrtTxt .headingTle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 17px;
  }
  .emptyCrt .emptyCrtTxt p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto 25px;
    max-width: 60%;
  }
  .emptyCrt .emptyCrtTxt .discBtn {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .alert-dismissible .close {
    height: 100%;
    padding: 8px 10px;
  }
}
@media (max-width: 575px) {
  .alert-dismissible .close {
    padding: 0 10px;
  }
}
@media (max-width: 400px) {
  .alert-dismissible .close {
    height: inherit;
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr {
    display: block !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .mbNone, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .mbNone {
    display: none !important;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .skuTxt .dtTxt, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .skuTxt .dtTxt {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .shopping-cart-page .crtPg, .wishlist-page .crtPg {
    margin-top: 20px;
  }
  .shopping-cart-page .crtPg .cart-editable, .wishlist-page .crtPg .cart-editable {
    border: none !important;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body, .wishlist-page .crtPg .cart-editable .cart-body {
    padding: 0;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row, .wishlist-page .crtPg .cart-editable .cart-body .cart-row {
    border: 1px solid #D6D6D6;
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main ~ .cart-col:before, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main ~ .cart-col:before {
    display: none;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .cart-item-img, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .cart-item-img {
    margin: 0;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-link.fntsz16, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-link.fntsz16 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr {
    display: block !important;
    margin: 0 !important;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .mbNone, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .mbNone {
    display: none !important;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .skuTxt .dtTxt, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .skuTxt .dtTxt {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-qty, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-qty {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .addCls, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .addCls {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-price, .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-price.cart-col-subtotal, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-price, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-price.cart-col-subtotal {
    display: none;
  }
  .shopping-cart-page .crtPg .cart-editable .clsBt .clsIcn, .wishlist-page .crtPg .cart-editable .clsBt .clsIcn {
    margin: 0 !important;
  }
}
@media (max-width: 400px) {
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-qty, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-qty {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 23% !important;
            flex: 0 0 23% !important;
    margin-left: 5px;
    min-width: 78px !important;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .cart-col-qty .qty-input, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-qty .qty-input {
    width: 75px !important;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .addCls, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .addCls {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .addCls .clsBt .btn, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .addCls .clsBt .btn {
    margin-left: 12px;
    width: 12px;
    height: 15px;
  }
  .shopping-cart-page .crtPg .cart-editable .cart-body .cart-row .addCls .clsBt .addCrt, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .addCls .clsBt .addCrt {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr {
    display: block !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .mbNone {
    display: none !important;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .skuTxt .dtTxt {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .wishlist-page .crtPg {
    margin-top: 20px;
  }
  .wishlist-page .crtPg .cart-editable {
    border: none !important;
  }
  .wishlist-page .crtPg .cart-editable .cart-body {
    padding: 0;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row {
    border: 1px solid #D6D6D6;
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main ~ .cart-col:before {
    display: none;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .cart-item-img {
    margin: 0;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-link.fntsz16 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr {
    display: block !important;
    margin: 0 !important;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .cart-item-attr .mbNone {
    display: none !important;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main .col .cart-item-attributes .skuTxt .dtTxt {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-qty {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .addCls {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-price, .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-price.cart-col-subtotal {
    display: none;
  }
  .wishlist-page .crtPg .cart-editable .clsBt .clsIcn {
    margin: 0 !important;
  }
}
@media (max-width: 400px) {
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-qty {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 23% !important;
            flex: 0 0 23% !important;
    margin-left: 5px;
    min-width: 78px !important;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .cart-col-qty .qty-input {
    width: 75px !important;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .addCls {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .addCls .clsBt .btn {
    margin-left: 12px;
    width: 12px;
    height: 15px;
  }
  .wishlist-page .crtPg .cart-editable .cart-body .cart-row .addCls .clsBt .addCrt {
    margin-top: 0 !important;
  }
}

.footer-social-wrapper {
  padding: 0;
}
.footer-social-wrapper .footer-social {
  margin-top: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-social-wrapper .footer-social .btn-social {
  margin: 0;
  padding-top: 0 !important;
  display: inline-block;
  height: inherit !important;
  text-align: left;
  margin-bottom: 20px !important;
  text-transform: capitalize;
}
.footer-social-wrapper .footer-social .btn-social:hover {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
@media (max-width: 1700px) {
  .footer-social-wrapper .footer-social .btn-social {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px !important;
  }
}
@media (max-width: 1199px) {
  .footer-social-wrapper .footer-social .btn-social {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 575px) {
  .footer-social-wrapper .footer-social .btn-social {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .return-request-page .mt-5.mbMt5 {
    margin-top: 30px !important;
  }
}
@media (max-width: 400px) {
  .return-request-page .mt-5.mbMt5 {
    margin-top: 25px !important;
  }
  .return-request-page .mt-5.mbMt5 .form-group {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .billing-address-page .page-title .col-md-12 {
    padding: 0 !important;
  }
  .billing-address-page .page-body .billingShippinfAdreesSection {
    padding: 0 10px;
  }
  .billing-address-page .fixBtnMb .col-lg-12 {
    padding: 0 !important;
  }
}
@media (max-width: 575px) {
  .billing-address-page .page-body .billingShippinfAdreesSection {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #footer .sm-gutters > [class*=col-] {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (max-width: 767px) {
  .page-myaccount-changepassword .hdrow.heading .heading-title {
    padding-bottom: 0;
  }
}

.page-myaccount-orders .defaultBtn {
  font-size: 13px !important;
  line-height: 15px !important;
}

.ui-pnotify .ui-pnotify-container {
  padding: 15px 20px 15px 50px !important;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-closer {
  display: none;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-sticker {
  display: none;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-icon {
  background: url("../images/delete_icn.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-icon::before, .ui-pnotify .ui-pnotify-container .ui-pnotify-icon::after, .ui-pnotify .ui-pnotify-container .ui-pnotify-icon span {
  display: none;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-title {
  display: none;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-text {
  font-size: 16px;
  line-height: 22px;
  color: red;
}
@media (max-width: 575px) {
  .ui-pnotify {
    border: none;
    border-radius: 12px;
  }
  .ui-pnotify .ui-pnotify-container {
    padding: 15px 20px 15px 45px !important;
  }
  .ui-pnotify .ui-pnotify-container .ui-pnotify-icon {
    background-size: 25px;
  }
  .ui-pnotify .ui-pnotify-container .ui-pnotify-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .ui-pnotify {
    border: none !important;
    border-radius: 12px !important;
  }
}

@media (max-width: 575px) {
  #header .shopbar-section .shopbar .instasearch-form {
    margin-right: 25px;
  }
}

.instasearch-group-header {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  color: #064E4F;
  font-weight: 500;
}
@media (max-width: 767px) {
  .instasearch-group-header {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .instasearch-group-header {
    font-size: 16px;
    line-height: 20px;
  }
}

#pd-gallery-container .slick-arrow, #pd-gallery-container .btn-flat {
  -webkit-transition: 0.5s ease-in-out all !important;
  transition: 0.5s ease-in-out all !important;
  color: #000 !important;
  font-size: 40px !important;
  opacity: 1 !important;
}
#pd-gallery-container .slick-arrow i, #pd-gallery-container .btn-flat i {
  color: #000 !important;
}
#pd-gallery-container .slick-arrow .fa-angle-left:before, #pd-gallery-container .btn-flat .fa-angle-left:before {
  content: "\f053" !important;
}
#pd-gallery-container .slick-arrow .fa-angle-right:before, #pd-gallery-container .btn-flat .fa-angle-right:before {
  content: "\f054" !important;
}
#pd-gallery-container .slick-arrow:hover, #pd-gallery-container .slick-arrow:focus, #pd-gallery-container .btn-flat:hover, #pd-gallery-container .btn-flat:focus {
  background: transparent !important;
  border: none !important;
  color: #064E4F !important;
}
#pd-gallery-container .slick-arrow:hover i, #pd-gallery-container .slick-arrow:focus i, #pd-gallery-container .btn-flat:hover i, #pd-gallery-container .btn-flat:focus i {
  color: #064E4F !important;
}
@media (max-width: 575px) {
  #pd-gallery-container .slick-arrow, #pd-gallery-container .btn-flat {
    font-size: 30px !important;
  }
}

.latestblog {
  padding-bottom: 25px !important;
}
.latestblog .blogimg {
  position: relative;
}
.latestblog .blogimg img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  border-radius: 12px;
}
.latestblog .blogimg::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 12px;
}
.latestblog .blogimg .blogdetail {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  max-width: 100%;
  padding: 30px;
}
.latestblog .blogimg .blogdetail p {
  color: #000;
}
.latestblog .blogimg .blogdetail h3, .latestblog .blogimg .blogdetail h3 a {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}
.latestblog .blogimg .blogdetail .blogpost-date {
  color: #fff;
}
@media (max-width: 991px) {
  .latestblog .blogimg img {
    height: 400px;
  }
  .latestblog .blogimg .blogdetail {
    padding: 30px 20px;
  }
  .latestblog .blogimg .blogdetail h3, .latestblog .blogimg .blogdetail h3 a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .latestblog .blogimg img {
    height: 350px;
  }
  .latestblog .blogimg .blogdetail {
    padding: 25px 15px;
  }
  .latestblog .blogimg .blogdetail h3, .latestblog .blogimg .blogdetail h3 a {
    font-size: 18px;
    line-height: 28px;
  }
}

.mytitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
}

.gal-nav-cell {
  position: absolute !important;
  width: 82.5%;
  z-index: 9999;
  bottom: 10% !important;
  left: 0;
  right: 0;
  margin: 0px auto !important;
}
.gal-nav-cell .gal-list {
  width: 100% !important;
  display: block;
  margin: 0px auto !important;
}
.gal-nav-cell .gal-item {
  width: 100px !important;
}
.gal-nav-cell .gal-item a {
  background: #ffffff;
  border-radius: 5px !important;
}

@media screen and (max-width: 767px) {
  .gal-nav-cell {
    position: absolute !important;
    width: 100%;
    z-index: 9999;
    bottom: 3% !important;
    left: 0;
    right: 0;
    margin: 0px auto !important;
  }
  .gal-nav-cell .gal-list {
    width: 100% !important;
    display: block;
    margin: 0px auto !important;
  }
  .gal-nav-cell .gal-item {
    width: 70px !important;
  }
  .gal-nav-cell .gal-item a {
    background: #ffffff;
  }
}
.gal-cell {
  width: 100% !important;
}

/* Horizontal thumbnail nav */
.gal-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

.gal-list {
  overflow: hidden;
}

.gal-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.gal-track .gal-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.catBanner {
  position: sticky;
  top: 0px;
}

#page {
  overflow-x: visible !important;
}/*# sourceMappingURL=style.css.map */