@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lexend:wght@100..900&display=swap");
/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
.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/checkbox.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;
}

body {
  overflow-x: hidden;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
}
@media (max-width: 1700px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 13px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lexend", sans-serif;
}

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

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

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

a {
  color: #EA5C0A;
}
a:hover {
  color: #000;
}

.pd-price {
  color: #EA5C0A;
}

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

.search-focused .shop-logo {
  opacity: 1;
  margin-left: inherit !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.shopbar-section {
  padding: 20px 0px;
  background: #fff;
}
@media (max-width: 1199px) {
  .shopbar-section {
    padding: 15px 0px;
  }
}

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

.shopbar {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .shopbar {
    position: relative;
  }
  .shopbar #shopbar-menu {
    position: absolute;
    left: 0;
    top: 25px;
    margin: 0 10px 0 0;
  }
}
.shopbar .flx33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.shopbar .flx33.shopbar-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 100%;
}
.shopbar .shopbar-search {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.shopbar .shop-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.shopbar .shop-logo .brand {
  width: auto;
  max-width: 250px;
  max-height: 85px !important;
}
.shopbar .search-focused .shop-logo {
  margin-left: 0;
  opacity: 1;
  -webkit-transform: inherit;
          transform: inherit;
}
.shopbar .instasearch-form {
  max-width: 100%;
}
.shopbar .instasearch-form .instasearch-term {
  font-family: "Lexend", sans-serif;
  border-radius: 50px;
  padding: 10px 15px 10px 30px;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: grey;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}
.shopbar .instasearch-form ::-webkit-input-placeholder {
  color: grey;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.shopbar .instasearch-form ::-moz-placeholder {
  color: grey;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.shopbar .instasearch-form :-ms-input-placeholder {
  color: grey;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.shopbar .instasearch-form ::-ms-input-placeholder {
  color: grey;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.shopbar .instasearch-form ::placeholder {
  color: grey;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.shopbar .instasearch-form .instasearch-button {
  background: #eb5d0b !important;
  border: none;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  width: 35px;
  height: 35px !important;
  padding: 10px !important;
  right: 7px;
}
.shopbar .instasearch-form .instasearch-button i {
  color: #fff !important;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  font-weight: 700;
  position: relative;
  left: 0;
  top: 0;
  font-size: 18px;
}
@media (max-width: 1500px) {
  .shopbar .instasearch-form .instasearch-term {
    font-size: 12px;
    line-height: 18px;
    height: 45px;
    padding-left: 30px;
  }
  .shopbar .instasearch-form ::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 18px;
  }
  .shopbar .instasearch-form ::-moz-placeholder {
    font-size: 12px;
    line-height: 18px;
  }
  .shopbar .instasearch-form :-ms-input-placeholder {
    font-size: 12px;
    line-height: 18px;
  }
  .shopbar .instasearch-form ::-ms-input-placeholder {
    font-size: 12px;
    line-height: 18px;
  }
  .shopbar .instasearch-form ::placeholder {
    font-size: 12px;
    line-height: 18px;
  }
  .shopbar .instasearch-form .instasearch-button {
    width: 30px;
    height: 30px !important;
    right: 10px;
  }
  .shopbar .instasearch-form .instasearch-button i {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .shopbar .instasearch-form .instasearch-term {
    height: 40px;
    padding-left: 25px;
  }
  .shopbar .instasearch-form .instasearch-button {
    right: 8px;
  }
}
.shopbar .shopbar-button {
  padding: 0;
  border: inherit;
}
.shopbar .shopbar-button .shopbar-button-label {
  display: none;
}
.shopbar .shopbar-button .shopbar-button-icon {
  height: 32px;
  margin-right: 0;
}
.shopbar .shopbar-button .shopbar-button-icon .haertIcon {
  background: url(/Themes/Flex/Content/images/hearticon_menu.png) no-repeat;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.shopbar .shopbar-button .shopbar-button-icon .bagIcon {
  background: url(/Themes/Flex/Content/images/basket.png) no-repeat;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
}
.shopbar .shopbar-col-group-tools {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.shopbar #shopbar-cart {
  margin-right: 0 !important;
  margin-left: 26px !important;
}
@media (max-width: 1500px) {
  .shopbar #shopbar-cart {
    margin-left: 22px !important;
  }
}
@media (max-width: 991px) {
  .shopbar #shopbar-cart {
    margin-right: 10px !important;
  }
}
@media (max-width: 400px) {
  .shopbar #shopbar-cart {
    margin-left: 18px !important;
  }
}
.shopbar .shopbar-tools {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .shopbar .shopbar-tools {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.shopbar .shopbar-tools .blockLink {
  position: relative;
}
.shopbar .shopbar-tools .blockLink .menubar-link {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}
.shopbar .shopbar-tools .blockLink .menubar-link .locate-icon {
  background: url(../images/location.png) no-repeat;
  background-size: contain;
  height: 25px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 25px;
  margin-right: 0;
}
@media (max-width: 1500px) {
  .shopbar .shopbar-tools .blockLink {
    margin-bottom: 0px !important;
  }
  .shopbar .shopbar-tools .blockLink .menubar-link {
    font-size: 13px;
    line-height: 20px;
  }
  .shopbar .shopbar-tools .blockLink .menubar-link .locate-icon {
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 1199px) {
  .shopbar .shopbar-tools .blockLink .menubar-link {
    font-size: 12px;
    line-height: 18px;
  }
  .shopbar .shopbar-tools .blockLink .menubar-link .locate-icon {
    height: 20px;
    width: 20px;
  }
}
.shopbar .shopbar-tools #shopbar-wishlist {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.shopbar .shopbar-tools #shopbar-cart {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.shopbar .shopbar-tools #menubar-my-account {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 1700px) {
  .shopbar .flx33.shopbar-col-group.shopbar-col-group-tools {
    padding-top: 0;
  }
  .shopbar .flx33 .shopbar-tools .shopbar-tool #shopbar-cart {
    margin-top: -1px;
  }
  .shopbar .instasearch-form .instasearch-term {
    font-size: 20px;
    line-height: 20px;
  }
  .shopbar .shop-logo .brand {
    max-width: 250px;
  }
  .shopbar .shopbar-button .shopbar-button-icon {
    margin-right: 0;
  }
}
@media (max-width: 1600px) {
  .shopbar .shopbar-tools #menubar-my-account {
    margin-top: 3px;
  }
  .shopbar .instasearch-form .instasearch-term {
    font-size: 18px;
    line-height: 18px;
  }
  .shopbar .shop-logo .brand {
    max-width: 230px;
  }
}
@media (max-width: 1440px) {
  .shopbar .instasearch-form {
    max-width: 100%;
  }
}
@media (max-width: 1500px) {
  .shopbar .shopbar-tools #menubar-my-account {
    margin-top: 0px;
  }
  .shopbar .instasearch-form .instasearch-term {
    font-size: 16px;
    line-height: 16px;
  }
  .shopbar .shop-logo .brand {
    max-width: 210px;
  }
  .shopbar .shopbar-button .shopbar-button-icon {
    height: 23px;
  }
  .shopbar .shopbar-button .shopbar-button-icon .haertIcon {
    height: 23px;
    width: 23px;
  }
  .shopbar .shopbar-button .shopbar-button-icon .bagIcon {
    height: 23px;
    width: 23px;
  }
}
@media (max-width: 1199px) {
  .shopbar .shop-logo .brand {
    max-width: 185px;
  }
  .shopbar .shopbar-button .shopbar-button-icon {
    height: 20px;
  }
  .shopbar .shopbar-button .shopbar-button-icon .haertIcon {
    height: 20px;
    width: 20px;
  }
  .shopbar .shopbar-button .shopbar-button-icon .bagIcon {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 991px) {
  .shopbar .shopbar-button .shopbar-button-icon {
    margin-right: 0;
  }
  .shopbar .flx33 .shopbar-tools .storeandlist {
    top: 24px;
  }
  .shopbar .flx33 .shopbar-tools .storeandlist .blockLink {
    position: relative;
  }
}

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

.megamenu-section .navbar {
  background: #000;
}

#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: #EA5C0A;
}
#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: "Lexend", 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: "Lexend", 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: #EA5C0A;
  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: #EA5C0A;
}
@media (max-width: 1440px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 16px;
    padding: 14px 15px;
  }
}
@media (max-width: 1500px) {
  #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;
  }
}

.topHeader {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4 !important;
}
@media (max-width: 767px) {
  .topHeader.d-none {
    display: block !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: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 0 31px !important;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  position: relative;
}
.topHeader .menubar a.menubar-link::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  height: 85%;
  width: 1px;
  background: #000;
}
.topHeader .menubar a.menubar-link:last-child::before {
  display: none;
}
.topHeader .menubar a.menubar-link:hover {
  background: transparent;
  color: #ea5d0b;
}
.topHeader .menubar a.menubar-link span {
  padding-left: 0;
}
@media (max-width: 1500px) {
  .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;
  }
}
@media (max-width: 767px) {
  .topHeader {
    padding: 7px 0px;
  }
  .topHeader .menubar a.menubar-link {
    font-size: 10px;
    line-height: 12px;
    text-transform: capitalize;
  }
}

.megamenu .megamenu-nav.omega > .megamenu-nav-btn {
  background-image: inherit !important;
}

.storeandlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  position: relative;
  top: -12px;
}
.storeandlist .shopbar-tool.blockLink {
  width: auto !important;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.storeandlist .shopbar-tool.blockLink .language-selector {
  width: auto !important;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.storeandlist .shopbar-tool.blockLink .language-selector .menubar-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.storeandlist .shopbar-tool.blockLink .language-selector .dropdown-menu {
  left: auto !important;
  right: 0px !important;
}
@media (max-width: 1700px) {
  .storeandlist {
    margin-top: -16px;
  }
}
@media (max-width: 991px) {
  .storeandlist {
    margin-top: 0px;
    min-width: 200px;
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 13px;
    margin-top: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .storeandlist .blockLink {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
  }
}

.navbar-light .megamenu .navbar-nav {
  white-space: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar-light .megamenu .navbar-nav.flex-nowrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.navbar-light .megamenu .navbar-nav .nav-item {
  padding: 12px 12px;
}
.navbar-light .megamenu .navbar-nav .nav-item .nav-link {
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  padding: 0px;
  background: none !important;
  position: relative;
  text-transform: uppercase;
}
.navbar-light .megamenu .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #EA5C0A;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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: #EA5C0A;
}
.navbar-light .megamenu .navbar-nav .nav-item:hover .nav-link::after, .navbar-light .megamenu .navbar-nav .nav-item.selected .nav-link::after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1500px) {
  .navbar-light .megamenu .navbar-nav .nav-item {
    padding: 11px;
  }
  .navbar-light .megamenu .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .navbar-light .megamenu .navbar-nav .nav-item {
    padding: 7px 13px 7px 0px;
  }
  .navbar-light .megamenu .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}

.shopbar-light .shopbar-button:active, .open .shopbar-light .shopbar-button, .show .shopbar-light .shopbar-button {
  background: transparent;
}

.shopbar-light .navbar-slide {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 33px 0 0;
}
.shopbar-light .navbar-slide .menubar-group {
  margin-left: 0;
}
.shopbar-light .navbar-slide .menubar-group .menubar-link {
  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;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding: 0;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.shopbar-light .navbar-slide .menubar-group .menubar-link span {
  padding: 0;
}
@media (max-width: 1500px) {
  .shopbar-light .navbar-slide .menubar-group .menubar-link {
    font-size: 12px;
    line-height: 20px;
  }
}

#header .shopbar-tools {
  padding: 0px;
  width: auto;
  padding-right: 25px;
}
@media (max-width: 991px) {
  #header .shopbar-tools {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #header .shopbar-tools {
    padding-right: 10px !important;
  }
}
#header .shopbar-tools .shopbar-tool {
  margin: 0px 15px;
  height: 25px;
}
#header .shopbar-tools .shopbar-tool .shopbar-button-icon {
  height: 32px;
}
#header .shopbar-tools #menubar-my-account {
  margin-right: 15px;
  margin-left: 0px;
}
#header .shopbar-tools #menubar-my-account .disNone {
  display: none;
}
#header .shopbar-tools #menubar-my-account .iconText {
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  padding: 0;
  color: #000;
  text-transform: capitalize;
  font-family: "Lexend", sans-serif;
}
@media (max-width: 991px) {
  #header .shopbar-tools #menubar-my-account .iconText {
    display: none;
  }
}
#header .shopbar-tools #menubar-my-account .fa-user-circle {
  background: url(../images/user_head.png) no-repeat;
  background-size: contain;
  height: 27px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 27px;
  margin-left: 13px;
}
#header .shopbar-tools #menubar-my-account .fa-user-circle::before {
  display: none;
}
@media (max-width: 1440px) {
  #header .shopbar-tools #menubar-my-account .fa-user-circle {
    width: 27px;
    height: 27px;
  }
}
#header .shopbar-tools #menubar-my-account .menubar-caret {
  margin-left: -2px !important;
}
@media (max-width: 1700px) {
  #header .shopbar-tools #menubar-my-account .menubar-caret {
    margin-left: 4px !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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#header .shopbar-tools .menubar-link .fa-angle-down:before {
  font-size: 18px;
  color: #fff;
}
#header .shopbar-tools .menubar-link .adminLogo {
  background: url(../images/admin.png) no-repeat;
  background-size: contain;
  height: 28px;
  width: 28px;
}
#header .shopbar-tools .language-selector .menubar-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -15px;
}
#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;
}
#header .shopbar-tools .shopbar-button.active {
  background: transparent !important;
}
#header .shopbar-tools .shopbar-button .shopbar-button-label-sm {
  display: inline-block;
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  display: none;
}
#header .shopbar-tools .shopbar-button .shopbar-button-icon {
  width: 30px;
  height: 30px;
}
#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: 1500px) {
  #header .shopbar-tools .shopbar-tool {
    height: 22px;
    margin: 0px 10px;
  }
  #header .shopbar-tools #menubar-my-account {
    margin-right: 10px;
  }
  #header .shopbar-tools #menubar-my-account .fa-user-circle {
    height: 24px;
    width: 24px;
  }
  #header .shopbar-tools #menubar-my-account .iconText {
    font-size: 14px;
    line-height: 12px;
  }
  #header .shopbar-tools .shopbar-button .shopbar-button-icon {
    width: 22px;
    height: 22px;
  }
  #header .shopbar-tools .shopbar-button .shopbar-button-label-sm {
    font-size: 14px;
    line-height: 12px;
  }
  #header .tabbyLogo {
    min-width: 80px;
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  #header .shopbar-tools .shopbar-tool {
    height: 20px;
    margin: 0 10px;
  }
  #header .shopbar-tools #menubar-my-account {
    margin-right: 8px;
  }
  #header .shopbar-tools #menubar-my-account .fa-user-circle {
    height: 22px;
    width: 22px;
    margin-left: 10px;
  }
  #header .shopbar-tools #menubar-my-account .iconText {
    font-size: 12px;
    line-height: 10px;
  }
  #header .tabbyLogo {
    min-width: 70px;
    margin-left: 12px;
  }
}
@media (max-width: 991px) {
  #header {
    position: relative;
  }
  #header .shopbar-section {
    padding: 20px 0px;
  }
  #header .shopbar-section .shopbar-tools {
    margin: 0;
  }
  #header .shopbar-section .shopbar-tools .shopbar-tool {
    height: 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;
    margin: 0 10px;
  }
  #header .shopbar-section .shopbar-tools #menubar-my-account {
    margin-top: 0;
  }
  #header .shopbar-section .shopbar-tools #menubar-my-account .fa-user-circle {
    margin: 0;
  }
  #header .shopbar-section .shopbar .shopbar-col-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .shopbar-section .shopbar .flx33.shopbar-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
  #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: 0;
  }
  #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-right: 0;
    margin-left: 0;
  }
  #header .shopbar-section .shopbar #shopbar-menu.shopbar-tool {
    margin: 0;
  }
  #header .shopbar-section .shopbar #shopbar-menu .shopbar-button-icon {
    width: 20px;
    height: 20px;
    margin-left: 25px;
  }
  #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;
  }
  #header .shopbar-section .shopbar .shopbar-button .shopbar-button-label-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  #header::before {
    top: 25%;
  }
  #header .shopbar-section {
    padding: 0px;
  }
  #header .shopbar-section .shopbar {
    margin: 0px;
  }
  #header .shopbar-section .shopbar #menubar-my-account {
    margin-top: 0;
  }
  #header .shopbar-section .shopbar #shopbar-menu .shopbar-button-icon {
    margin-left: 0;
  }
  #header .shopbar-section .shopbar .shopbar-col-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .shopbar-section .shopbar .flx33.shopbar-search {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 5px 0px 24px 0px;
  }
  #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: 136px;
    margin: 0px;
    padding: 18px 0px;
    margin-left: 50px;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  #header .shopbar-section .shopbar .flx33.shop-logo .brand {
    display: none;
  }
  #header .shopbar-section .shopbar .flx33.shop-logo .brand.mobShw {
    display: inline-block;
  }
  #header .shopbar-section .shopbar .flx33.shopbar-col-group-tools {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0px;
        -ms-flex: 0px;
            flex: 0px;
    width: auto;
    max-width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0px;
  }
  #header .shopbar-section .shopbar .flx33.shopbar-col-group-tools .shopbar-tools {
    width: auto;
  }
  #header .shopbar-section .shopbar .instasearch-form {
    margin: 0px auto;
    max-width: 100%;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-term {
    border: #000 solid 1px;
    border-radius: 20px;
    padding: 5px 40px 5px 15px;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-button {
    border-radius: 100%;
    background: #EA5C0A;
    padding: 5px;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    right: 5px;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-button i {
    color: #fff;
    font-size: 14px;
  }
  #header .tabbyLogo img {
    max-width: 72px;
    margin-top: 0px;
  }
  #header .shopbar-button .shopbar-button-icon {
    height: 24px;
    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;
    margin-right: 0;
  }
  #header .shopbar-tools {
    margin: 0;
    padding-right: 0;
  }
  #header .shopbar-tools .shopbar-tool {
    height: 24px;
    margin: 0 15px;
  }
  #header .shopbar-tools #menubar-my-account .fa-user-circle {
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  #header .shopbar-section .shopbar .flx33.shop-logo {
    max-width: 130px;
    margin-left: 35px;
  }
  #header .shopbar-section .shopbar #shopbar-menu .shopbar-button-icon .icm-menu {
    top: 24px;
  }
  #header .shopbar-section .shopbar .shop-logo .brand {
    max-width: 111px;
  }
  #header .shopbar-section .shopbar-tools .shopbar-tool {
    margin: 0px 5px;
  }
  #header .shopbar-section #menubar-my-account {
    margin-right: 5px;
  }
  #header .shopbar-section #menubar-my-account .fa-user-circle {
    margin-right: 5px;
  }
  #header .shopbar-section #menubar-my-account .menubar-caret {
    display: none;
  }
  #header .tabbyLogo {
    margin-left: 8px;
    max-width: 56px;
  }
  #header .tabbyLogo img {
    max-width: 56px;
  }
}
@media (max-width: 360px) {
  #header .shopbar-section .shopbar .flx33.shop-logo {
    max-width: 113px;
  }
  #header .shopbar-section .shopbar .flx33.shop-logo .brand {
    max-width: 110px;
  }
  #header .tabbyLogo {
    margin-left: 1px;
    min-width: 1px;
  }
  #header .tabbyLogo img {
    max-width: 47px;
  }
}
@media (max-width: 330px) {
  #header .shopbar-section .shopbar .instasearch-form .instasearch-term {
    height: 36px;
  }
  #header .shopbar-section .shopbar .instasearch-form .instasearch-button {
    width: 28px !important;
    height: 28px !important;
  }
  #header .shopbar-tools .shopbar-tool {
    height: 23px;
  }
  #header .shopbar-tools #menubar-my-account {
    margin-right: 2px;
  }
}
@media (max-width: 320px) {
  #header .shopbar-section .shopbar .flx33.shop-logo .brand {
    max-width: 105px;
  }
}

.homeBannerSection {
  position: relative;
  max-width: 1920px;
  margin: 0px auto;
}
.homeBannerSection .bannerTpBlck {
  display: none;
  background: #000;
  height: 20px;
}
@media (max-width: 767px) {
  .homeBannerSection .bannerTpBlck {
    display: block;
  }
}
.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: -40px;
  z-index: 2;
}
.homeBannerSection .slick-dots li {
  margin: 0px 5px;
  padding: 0px;
  width: 50px;
  height: 3px;
}
.homeBannerSection .slick-dots li button {
  background: rgba(255, 113, 31, 0.5803921569);
  width: 50px;
  height: 3px;
  border-radius: 0;
  border: 1px solid transparent;
}
.homeBannerSection .slick-dots li.slick-active button {
  background: #EA5C0A;
}
@media (max-width: 991px) {
  .homeBannerSection .slick-dots {
    bottom: -35px;
  }
}
.homeBannerSection .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  background: none;
  width: 17px;
  height: 27px;
  border: none;
  font-size: 0;
  background-size: 30px;
}
.homeBannerSection .slick-arrow:hover {
  background: none;
}
.homeBannerSection .slick-arrow::before {
  display: none;
}
.homeBannerSection .slick-arrow.slick-prev {
  background-image: url(../images/arrow_lft.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 4%;
  opacity: 0.8;
}
.homeBannerSection .slick-arrow.slick-prev:hover {
  background-image: url(../images/arrow_lft_hover.png);
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}
.homeBannerSection .slick-arrow.slick-next {
  background-image: url(../images/arrow_rgt.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 4%;
  opacity: 0.8;
}
.homeBannerSection .slick-arrow.slick-next:hover {
  background-image: url(../images/arrow_rgt_hover.png);
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}
@media (max-width: 991px) {
  .homeBannerSection .slick-arrow {
    top: 45%;
  }
}
.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: 1600px) {
  .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;
  }
}
@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: 1500px) {
  .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: 30px;
  }
  .homeBannerSection .slick-dots li {
    width: 40px;
    height: 3px;
  }
  .homeBannerSection .slick-dots li button {
    width: 40px;
    height: 3px;
  }
}
@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: 22px;
    top: 39%;
  }
  .homeBannerSection .slick-arrow.slick-prev {
    left: 9px;
    background-size: 22px;
  }
  .homeBannerSection .slick-arrow.slick-prev:hover {
    background-size: 22px;
  }
  .homeBannerSection .slick-arrow.slick-next {
    right: 9px;
    background-size: 22px;
  }
  .homeBannerSection .slick-arrow.slick-next:hover {
    background-size: 22px;
  }
  .homeBannerSection .slick-dots {
    bottom: -30px;
  }
  .homeBannerSection .slick-dots li {
    width: 30px;
  }
  .homeBannerSection .slick-dots li button {
    width: 30px;
    height: 1px;
  }
}
@media (max-width: 400px) {
  .homeBannerSection .slick-arrow {
    background-size: 15px;
    top: 33%;
  }
  .homeBannerSection .slick-arrow.slick-prev {
    left: 0;
    background-size: 10px;
  }
  .homeBannerSection .slick-arrow.slick-prev:hover {
    background-size: 10px;
  }
  .homeBannerSection .slick-arrow.slick-next {
    right: 0;
    background-size: 10px;
  }
  .homeBannerSection .slick-arrow.slick-next:hover {
    background-size: 10px;
  }
  .homeBannerSection .slick-dots {
    bottom: -30px;
  }
}

.imgboxComman {
  margin-bottom: 0;
  height: 100%;
  padding-bottom: 30px;
}
.imgboxComman.margingbtm0 {
  margin-bottom: 0px;
}
.imgboxComman.paddbtm0 {
  padding-bottom: 0;
}
.imgboxComman img {
  max-width: 100%;
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.imgboxComman.widthfull100 img {
  width: 100%;
}
@media (max-width: 575px) {
  .imgboxComman {
    margin-bottom: 15px;
  }
}

.heading::before {
  display: none;
}

.hd2, .heading .heading-title {
  font-size: 32px !important;
  line-height: 42px;
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
  padding: 0px 0px 26px 0px;
  margin: 0px;
  background: none;
}
@media (max-width: 400px) {
  .hd2, .heading .heading-title {
    padding-bottom: 20px;
  }
}

.hd3, .daynamicSection h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  padding: 0px 0px 26px 0px;
  margin: 0px;
}

.sectionPadding {
  padding: 70px 0px;
}
.sectionPadding.paddtop0 {
  padding-top: 0px;
}
.sectionPadding.paddbtm0 {
  padding-bottom: 0px;
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}

.bgGreay {
  position: relative;
}
.bgGreay::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #F3F3F3;
}

.hdrow {
  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;
}
.hdrow.heading {
  padding-bottom: 36px;
}
.hdrow.heading.paddbtm0 {
  padding-bottom: 0px;
}
.hdrow.heading .heading-title {
  padding: 0px;
  margin: 0px;
}
.hdrow.heading .heading-title small {
  color: #EA5C0A !important;
}
.hdrow.heading .saidelink a {
  background: #EA5C0A;
  padding: 12px 20px;
  color: #fff;
  border-radius: 10px;
  text-decoration: none !important;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.hdrow.heading .saidelink a span {
  padding-left: 25px;
}
.hdrow.heading .saidelink a:hover {
  background: #000;
}
@media (max-width: 1500px) {
  .hdrow.heading .saidelink a span {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .hdrow.heading {
    padding-bottom: 22px;
  }
  .hdrow.heading .saidelink a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .hdrow.heading {
    padding-bottom: 22px;
  }
  .hdrow.heading .saidelink a {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 15px;
  }
  .hdrow.heading .saidelink a span {
    padding-left: 10px;
  }
  .hdrow.heading .saidelink a span img {
    height: 14px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 767px) {
  .hdrow.heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 400px) {
  .hdrow.heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  .hdrow.heading .heading-title {
    margin-bottom: 0;
  }
}

.comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 0px;
  background: #fff;
  width: 60px;
  height: 60px;
  border: #E3DBD8 solid 1px;
  font-size: 0;
  position: absolute;
  top: 42%;
  z-index: 3;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.comman_slider .slick-arrow:hover, .artlist-carousel .slick-arrow:hover {
  border-color: #034833;
}
.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;
  background-size: 15px;
  left: -20px;
}
.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;
  background-size: 15px;
  right: -20px;
}
@media (max-width: 1440px) {
  .comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 10px;
    top: 44%;
  }
}
@media (max-width: 1500px) {
  .comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 8px;
  }
  .comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
    left: -15px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: -15px;
  }
}
@media (max-width: 1199px) {
  .comman_slider .slick-arrow, .artlist-carousel .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
    left: -15px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: -15px;
  }
}
@media (max-width: 575px) {
  .comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
    left: 0px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: 0px;
  }
}
@media (max-width: 480px) {
  .comman_slider .slick-arrow.slick-prev, .artlist-carousel .slick-arrow.slick-prev {
    left: 0px;
  }
  .comman_slider .slick-arrow.slick-next, .artlist-carousel .slick-arrow.slick-next {
    right: 0px;
  }
}

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

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

.art {
  margin: 0px;
  padding: 0px;
  border: none;
}
.art:hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.art .artBox {
  position: relative;
  background: #F5F5F5;
  border-radius: 16px;
  padding: 30px 15px 38px 15px;
  position: relative;
  margin: 0px 10px 20px;
  text-align: center;
  font-family: "Lexend", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 450px;
}
.art .artBox:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art .artBox:hover .art-picture-block img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -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: 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;
  z-index: 3;
  width: 100%;
}
.art .artBox .sales_art span {
  margin-top: 15px;
  margin-left: 5px;
  background: #eb2a0b;
  color: #fff;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 10px;
  font-weight: 500;
}
.art .artBox .art-badges {
  display: none;
}
.art .artBox .art-picture-block {
  min-height: 230px;
  max-height: 230px;
  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;
  margin: 0px 0px 20px 0px;
  position: relative;
}
.art .artBox .art-picture-block img {
  max-width: 100%;
  max-height: 230px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art .artBox .art-brand {
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  text-transform: uppercase;
  padding-bottom: 13px;
}
.art .artBox .art-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Lexend", sans-serif;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}
.art .artBox .art-name a {
  color: #666666;
}
.art .artBox .art-name a:hover {
  color: #EA5C0A;
}
.art .artBox .art-price-block {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0px 0px 12px 0px;
}
.art .artBox .art-price-block .art-price {
  font-size: 16px;
  font-weight: 600;
  color: #EA5C0A;
}
.art .artBox .art-price-block .art-price--offer {
  color: #EA5C0A;
}
.art .artBox .art-price-block .art-oldprice {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.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: 32px;
  height: 30px;
  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: 32px 30px;
  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: 24px;
  height: 23px;
  position: absolute;
  z-index: 9;
  right: 17px;
  top: 17px;
  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/wish_heart.png) no-repeat center center;
  background-size: 24px 23px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.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/wish_heart_fill.png);
}
.art .artBox .art-btn {
  background: none !important;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0px;
  margin: 0 auto 0px auto;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.art .artBox .art-btn:hover {
  background: none;
  color: #eb2a0b;
}
@media (max-width: 1440px) {
  .art .artBox {
    padding: 30px 10px 25px 10px;
    min-height: 415px;
  }
  .art .artBox .sales_art span {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 14px;
  }
  .art .artBox .art-brand {
    min-height: 21px;
    font-size: 16px;
    padding-bottom: 8px;
  }
  .art .artBox .art-picture-block {
    min-height: 210px;
    max-height: 210px;
    margin-bottom: 20px;
  }
  .art .artBox .art-picture-block img {
    max-height: 208px;
  }
  .art .artBox .art-name {
    font-size: 13px;
  }
  .art .artBox .art-price-block .art-price {
    font-size: 17px;
  }
  .art .artBox .art-price-block .art-oldprice {
    font-size: 15px;
  }
  .art .artBox .art-btn {
    font-size: 13px;
    margin-top: 10px;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link {
    width: 20px;
    height: 19px;
    right: 20px;
    top: 21px;
    margin-top: 0px;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link i.fa-heart {
    background-size: 20px 19px;
  }
  .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: 1500px) {
  .art .artBox {
    padding: 25px 10px 20px 10px;
    min-height: 370px;
  }
  .art .artBox .sales_art span {
    margin-top: 15px;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 12px;
  }
  .art .artBox .art-brand {
    min-height: 21px;
    font-size: 16px;
    padding-bottom: 8px;
  }
  .art .artBox .art-picture-block {
    min-height: 190px;
    max-height: 190px;
    margin-bottom: 15px;
  }
  .art .artBox .art-picture-block img {
    max-height: 185px;
  }
  .art .artBox .art-name {
    font-size: 12px;
  }
  .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: 12px;
    margin-top: 0;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link {
    width: 18px;
    height: 17px;
    right: 15px;
    top: 15px;
    margin-top: 0px;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link i.fa-heart {
    background-size: 18px 17px;
  }
  .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 .sales_art span {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 767px) {
  .art .artBox {
    padding: 20px 7px 15px 7px;
    min-height: 310px;
  }
  .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: 162px;
    max-height: 162px;
    margin-bottom: 10px;
  }
  .art .artBox .art-picture-block img {
    max-height: 156px;
  }
  .art .artBox .art-name {
    font-size: 12px;
  }
  .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: 9px;
  }
}
@media (max-width: 400px) {
  .art .artBox {
    padding: 15px 5px 10px;
    min-height: 330px;
  }
  .art .artBox .sales_art span {
    padding: 5px 7px;
    font-size: 10px;
    line-height: 10px;
  }
  .art .artBox .art-brand {
    font-size: 14px;
  }
  .art .artBox .art-picture-block {
    min-height: 150px;
    max-height: 150px;
  }
  .art .artBox .art-picture-block img {
    max-height: 140px;
  }
  .art .artBox .art-name {
    font-size: 14px;
  }
  .art .artBox .art-price-block .art-price {
    font-size: 15px;
  }
  .art .artBox .art-price-block .art-oldprice {
    font-size: 14px;
    display: block;
  }
  .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: 9px;
  }
}

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

.hmluxurySec .heading-title img {
  width: 100%;
}
.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hmluxurySec .luxuryBox .luxuryBoxImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  padding: 0 30px 0 0;
}
.hmluxurySec .luxuryBox .luxuryBoxImg:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hmluxurySec .luxuryBox .luxuryBoxImg:last-child .luxuryImg {
  margin-bottom: 30px;
}
.hmluxurySec .luxuryBox .luxuryBoxImg:last-child .luxuryImg.mgBtZro {
  margin-bottom: 0;
}
.hmluxurySec .luxuryBox .luxuryBoxImg .luxuryImg {
  height: 100%;
  position: relative;
}
.hmluxurySec .luxuryBox .luxuryBoxImg .luxuryImg .bannerLink {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 15px;
}
.hmluxurySec .luxuryBox .luxuryBoxImg .luxuryImg .bannerLink > img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.hmluxurySec .luxuryBox .luxuryBoxImg .luxuryImg .bannerLink .overlayLayer {
  position: absolute;
  top: calc(100% - 50px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
.hmluxurySec .luxuryBox .luxuryBoxImg .luxuryImg .bannerLink .overlayLayer p {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.hmluxurySec .luxuryBox .luxuryBoxImg .luxuryImg .bannerLink .overlayLayer .arrowIcon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  background: #fff;
  width: 50px;
  height: 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;
}
.hmluxurySec .luxuryBox .luxuryBoxImg .luxuryImg .bannerLink .overlayLayer .arrowIcon img {
  max-width: 14px;
}
.hmluxurySec .luxuryBox .luxuryBoxImg .luxuryImg .bannerLink:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hmluxurySec .luxuryBox .luxuryBoxImg .luxuryImg .bannerLink:hover .overlayLayer {
  top: 45%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hmluxurySec .luxuryBox .luxuryBoxImg .luxuryImg .bannerLink:hover .arrowIcon {
  opacity: 1;
  visibility: visible;
  position: absolute; /* stay out of document flow */
}
.hmluxurySec .luxuryBox .luxuryBoxImg .luxuryImg > img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .hmluxurySec .luxuryBox .luxuryBoxImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .hmluxurySec .luxuryBox .luxuryBoxImg:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hmluxurySec .luxuryBox .luxuryBoxImg:last-child .luxuryImg {
    margin-bottom: 20px;
  }
  .hmluxurySec .luxuryBox .luxuryBoxImg:last-child .luxuryImg .overlayLayer p {
    font-size: 18px;
    line-height: 22px;
  }
  .hmluxurySec .luxuryBox .luxuryBoxImg:last-child .luxuryImg .overlayLayer .arrowIcon {
    height: 32px;
    width: 32px;
  }
  .hmluxurySec .luxuryBox .luxuryBoxImg:last-child .luxuryImg .bannerLink {
    width: 100%;
  }
}
.hmluxurySec .imgshadow {
  display: none;
}
.hmluxurySec .imgshadow img {
  max-width: 100%;
}

.hmBestseller {
  position: relative;
  margin-bottom: 0px !important;
}
.hmBestseller .heading-title.giftImg {
  width: 100%;
}
.hmBestseller .heading-title.giftImg img {
  width: 100%;
}
.hmBestseller .container {
  position: relative;
  z-index: 2;
}
.hmBestseller .art .art-badges {
  display: none;
}
@media (max-width: 1500px) {
  .hmBestseller {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .hmBestseller {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .hmBestseller {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .hmBestseller {
    padding-top: 40px;
  }
}

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

.hmProduct_section3 .col-lg-6 .imgboxComman, .hmProduct_section3 .col-md-6 .imgboxComman {
  margin-bottom: 0px !important;
}
.hmProduct_section3 .col-lg-6 .imgboxComman.paddbtm0, .hmProduct_section3 .col-md-6 .imgboxComman.paddbtm0 {
  padding-bottom: 30px;
}

.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 {
  padding-bottom: 0;
}
.giftImgSection .imgboxComman img {
  width: 100%;
}
.giftImgSection .row {
  display: none;
}
.giftImgSection .row .imgboxComman {
  margin-bottom: 0px;
}

.topBrand {
  position: relative;
  margin-bottom: 0;
}
.topBrand .hd2 {
  padding: 0px;
  margin-bottom: 40px;
}
.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: auto;
  padding: 5px;
  min-height: 140px;
  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: none;
  background: #F6F6F6;
  border-radius: 16px;
}
.topBrand .topBrandSlider .art-picture-block .img-center-container img {
  max-height: 60px;
  height: auto;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  margin: inherit;
  padding: 0 30px;
}
.topBrand .comman_slider .slick-arrow {
  left: 0px;
  top: 55%;
}
.topBrand .comman_slider .slick-arrow.slick-prev {
  left: -20px;
}
.topBrand .comman_slider .slick-arrow.slick-next {
  right: -20px;
  left: inherit;
}
@media (max-width: 1199px) {
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 120px;
  }
}
@media (max-width: 991px) {
  .topBrand {
    margin-bottom: 15px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 100px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container img {
    padding: 0 25px;
  }
}
@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;
  }
  .topBrand .comman_slider .slick-arrow {
    left: inherit;
    right: 0px;
    top: inherit;
    bottom: -41px;
  }
  .topBrand .comman_slider .slick-arrow.slick-prev {
    right: inherit;
    left: 43%;
  }
  .topBrand .comman_slider .slick-arrow.slick-next {
    right: 43%;
    left: inherit;
  }
  .topBrand .slick-dots {
    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;
    margin-top: 20px;
    list-style: none;
    padding: 0;
  }
  .topBrand .slick-dots li {
    width: 80px;
    height: 2px;
    background-color: #000;
    margin: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.3;
  }
  .topBrand .slick-dots li.slick-active {
    opacity: 1;
  }
  .topBrand .slick-dots li button {
    display: none;
  }
}
@media (max-width: 480px) {
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 115px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container img {
    max-height: 70px;
  }
}

.SearchBoxComman {
  position: relative;
  margin-bottom: 37px;
}
.SearchBoxComman .form-control {
  position: relative;
  z-index: 1;
  background: #080B0E;
  border: rgba(255, 255, 255, 0.3) solid 1px;
  width: 100%;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  color: #fff;
  height: 50px;
  padding: 5px 135px 5px 20px !important;
}
.SearchBoxComman .form-control::-webkit-input-placeholder {
  color: #B7B5B5;
}
.SearchBoxComman .form-control::-moz-placeholder {
  color: #B7B5B5;
}
.SearchBoxComman .form-control:-ms-input-placeholder {
  color: #B7B5B5;
}
.SearchBoxComman .form-control::-ms-input-placeholder {
  color: #B7B5B5;
}
.SearchBoxComman .form-control::placeholder {
  color: #B7B5B5;
}
.SearchBoxComman .btnSerach {
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 3px;
  bottom: 3px;
  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;
}
.SearchBoxComman .btnSerach .btn_black {
  background: #000;
  text-align: center;
  min-width: 120px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  height: 100%;
  text-transform: uppercase;
  text-decoration: underline !important;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.SearchBoxComman .btnSerach .btn_black:hover {
  color: #EA5C0A;
}
@media (max-width: 1600px) {
  .SearchBoxComman .form-control {
    font-size: 16px;
    height: 48px;
  }
  .SearchBoxComman .btnSerach .btn_black {
    min-width: 105px;
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .SearchBoxComman .form-control {
    font-size: 16px;
    height: 44px;
  }
  .SearchBoxComman .btnSerach .btn_black {
    min-width: 90px;
    font-size: 15px;
  }
}
@media (max-width: 1500px) {
  .SearchBoxComman .form-control {
    font-size: 15px;
    height: 42px;
    padding: 2px 99px 5px 15px !important;
  }
  .SearchBoxComman .btnSerach .btn_black {
    min-width: 84px;
    font-size: 14px;
    padding: 3px 10px;
  }
}
@media (max-width: 1199px) {
  .SearchBoxComman .form-control {
    font-size: 15px;
    height: 38px;
    padding: 2px 90px 5px 15px !important;
  }
  .SearchBoxComman .btnSerach .btn_black {
    min-width: 80px;
    font-size: 13px;
    padding: 3px 10px;
  }
}

.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  font-family: "Lexend", 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: "Lexend", sans-serif;
}
.input-group > .form-control::-moz-placeholder, .input-group > .custom-select::-moz-placeholder, .input-group > .custom-file::-moz-placeholder {
  font-family: "Lexend", 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: "Lexend", 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: "Lexend", sans-serif;
}
.input-group > .form-control::placeholder, .input-group > .custom-select::placeholder, .input-group > .custom-file::placeholder {
  font-family: "Lexend", 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: 14px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  text-decoration: underline;
  overflow: hidden; /* position: relative; min-width: 215px;*/
}
.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: 1500px) {
  .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: 14px;
    padding: 10px 15px 12px 17px;
  }
}
@media (max-width: 400px) {
  .btn_comman, #content-wrapper .btn-primary, .btn-warning {
    font-size: 12px;
  }
}

.btn-primary .btn_primary, .btn-danger, #content-wrapper .btn-primary, .btn-warning, .btn-black {
  background: #EA5C0A;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none !important;
  min-width: 148px;
  border: none !important;
}
.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, .btn-black:hover, .btn-black:focus {
  background: #000;
  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, .btn-black:hover::before, .btn-black:focus::before {
  background: #000;
}

.btn-main {
  background: #EA5C0A;
  color: #fff;
  min-width: 148px;
}
.btn-main:hover, .btn-main:focus {
  background: #000;
  color: #fff;
}
.btn-main:hover::before, .btn-main:focus::before {
  background: #000;
}
@media (max-width: 360px) {
  .btn-main {
    min-width: 124px;
  }
}

.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-right: 6px;
}
.btn-icon.leftmargin img {
  margin-right: 0px;
  margin-left: 6px;
}

.two_button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon_next {
  position: relative;
  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;
}
.icon_next input {
  background: none;
  border: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.icon_next::after {
  content: "";
  background: url(../images/right-arrow-white.png) no-repeat center center;
  background-size: 7px;
  width: 7px;
  height: 14px;
}

.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: #EA5C0A;
  color: #fff;
}

#content-body {
  padding-bottom: 70px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #content-body {
    padding-bottom: 40px;
  }
}

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

.paddbtm100 {
  padding-bottom: 100px;
}

.page-title .h3 {
  text-transform: capitalize;
}

.hd-name-section {
  position: relative;
}
.hd-name-section .page-title {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 0px;
  margin-bottom: 70px;
  text-transform: capitalize;
  background: #d6d6d6;
}
.hd-name-section .page-title h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #232323;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
}
.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: 1500px) {
  .hd-name-section .page-title {
    padding: 20px 0px;
    margin-bottom: 30px;
  }
  .hd-name-section .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .hd-name-section .page-title {
    padding: 15px 0px;
    margin-bottom: 25px;
  }
  .hd-name-section .page-title h1 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .hd-name-section .page-title {
    padding: 12px 0px;
    margin-bottom: 20px;
  }
  .hd-name-section .page-title h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

.facet-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /*transform: rotate(0deg);*/
}
.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;
}
@media (max-width: 1600px) {
  .alert {
    font-size: 13px;
  }
}
@media (max-width: 1500px) {
  .alert {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 32px 8px 58px;
  }
  .alert::after {
    width: 45px;
    font-size: 17px;
    line-height: 17px;
  }
  .alert::before {
    width: 45px;
  }
}

#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: 25%;
  }
}
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-bottom: none;
  background: #ffffff;
  padding-left: 0;
  -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); /*transform: rotate(180deg);*/
}
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;
  font-family: "Lexend", sans-serif;
  height: 100%;
  min-height: 400px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.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 {
  display: none;
  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 .block-catmenu {
  margin-bottom: 0px !important;
}
.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: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #232323;
  position: relative;
  text-transform: capitalize;
  margin: 0 !important;
  cursor: pointer;
}
.leftSideBox .fiiterBox h3 strong {
  font-weight: 400;
}
.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: -9px;
  -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 .catmenu {
  border: #DCDCDC 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: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
  border: none;
  border-bottom: #DCDCDC solid 0px;
  margin: 0px 0px 10px 0px;
  padding: 0;
}
.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: #EA5C0A;
  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: #EA5C0A;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-left: -15px;
}
.leftSideBox .block-catmenu .catmenu .list-group-item.catmenu-path-item.active {
  font-size: 18px;
  font-weight: 700;
}
.leftSideBox .facet-group {
  border: #DCDCDC solid 0px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 9px 25px 9px 0px;
}
.leftSideBox .facet-group .facet-group-header {
  border-bottom: #DCDCDC solid 0px;
  padding: 0px;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}
.leftSideBox .facet-group .facet-body {
  padding: 9px 0px 0px 0px;
}
.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: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding-top: 0px;
  margin-top: 0;
}
.leftSideBox .facet-group .facet-toggle:after {
  right: -10px;
}
@media (max-width: 1500px) {
  .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;
  }
  .leftSideBox .facet-group .facet-group-header {
    font-size: 16px;
  }
  .leftSideBox .facet-group .facet-check .facet-label {
    font-size: 14px;
  }
  .leftSideBox .block-catmenu .catmenu .list-group-item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
@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: #EA5C0A;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

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

.productdetails #content.container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 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::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: #F1F1F1;
  width: 100%;
  min-height: 43px;
}
.productdetails #content-wrapper .breadcrumb-container {
  display: block !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  z-index: 2;
  margin: 0px auto !important;
  padding-top: 10px;
  padding-bottom: 8px;
}
.productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
  font-size: 17px;
  color: #666666;
}
.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: 50px 0px 0px 0px;
}
.productdetails .product-details-page #main-update-container {
  padding-bottom: 63px;
}
.productdetails .product-details-page #pd-gallery-container .gal-box .gal-cell {
  border: none;
  vertical-align: middle;
  background: #f5f5f5;
  border-radius: 16px;
}
.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: 16px;
  margin-top: -12px;
}
.productdetails .product-details-page #pd-gallery-container .pd-attr-sku strong {
  font-weight: 400;
}
.productdetails .product-details-page .productRightContent {
  position: relative;
}
.productdetails .product-details-page .productRightContent .pd-info.pd-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.productdetails .product-details-page .productRightContent .pd-info.pd-group .pd-brand {
  background: #E6E6E6;
  color: #000;
  border-radius: 10px;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.productdetails .product-details-page .productRightContent .pd-info .pd-brand-block {
  font-family: "Lexend", sans-serif;
  font-size: 40px;
  line-height: 36px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.productdetails .product-details-page .productRightContent .pd-info .page-title {
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}
.productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
  color: #191919;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  max-width: 80%;
}
.productdetails .product-details-page .productRightContent .pd-review-summary {
  background: transparent;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0;
  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: 30px;
  margin-top: 18px;
}
.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: #EA5C0A;
}
.productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link a:hover {
  color: #000;
}
@media (max-width: 575px) {
  .productdetails .product-details-page .productRightContent .pd-review-summary {
    margin-top: 0;
    margin-bottom: 10px !important;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer {
  background: none;
  padding: 0px;
  position: initial;
}
.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-offer-price .pd-group .pd-price-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price-group .pd-price-block.col-auto {
  padding-right: 18px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price-group .pd-oldprice-line span {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price-group .pd-oldprice-line .pd-oldprice {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price-group .pd-oldprice-line:last-child {
  padding-left: 8px;
  margin-top: 10px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price-group .pd-oldprice-line:last-child .pl-1 {
  color: #7D7D7D;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price-group .pd-oldprice-line:last-child .pl-1 .pd-saving-percent {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #FF711F;
}
@media (max-width: 991px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price-group .pd-price-block.col-auto {
    padding-right: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price-group .pd-oldprice-line span {
    font-size: 16px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price-group .pd-oldprice-line .pd-oldprice {
    font-size: 16px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price-group .pd-oldprice-line:last-child .pl-1 {
    font-size: 16px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-offer-price .pd-group .pd-price-group .pd-oldprice-line:last-child .pl-1 .pd-saving-percent {
    font-size: 16px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-price.pd-price--offer {
  color: #000;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container .pd-price.pd-price--offer {
    font-size: 25px;
    line-height: 35px;
  }
}
.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 .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-label.required {
  display: none;
}
.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: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.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;
  height: auto;
}
.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: #EA5C0A;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-control .choice-item {
  background: #E6E6E6;
  color: #000;
  border-radius: 10px;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.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 {
  position: relative;
  padding-bottom: 0;
  margin-right: 15px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .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 .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 .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: 7px;
  top: 0px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .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 .choice-control .form-check .choice-item {
  padding-left: 35px;
}
.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 .choice-control #choice-boxes-1 .choice-box-element {
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  background: #E6E6E6;
}
.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;
  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-offer .pd-variants-container .pd-variants .form-group.choice.giftpackcheckbox .choice-control .form-check {
  position: relative;
  padding-bottom: 0;
  margin-right: 15px;
}
.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: 7px;
  top: 0px;
  bottom: 0;
  margin: auto;
  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: 35px;
}
@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 .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;
  white-space: nowrap;
  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 .pd-stock-info-container .pd-stock-info .deliverytime-group .col-9 {
  white-space: nowrap;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
}
@media (max-width: 767px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container {
    top: 30px;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item {
  padding: 0px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart {
  background: url(../images/wish_heart.png) no-repeat center center;
  background-size: 30px 28px;
  width: 30px;
  height: 28px;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart::before {
  display: none;
}
.productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container .pd-action-item .pd-action-link i.icm-heart:hover {
  background-image: url(../images/wish_heart_fill.png);
}
.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 .pd-action-icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.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: 15px;
}
@media (max-width: 991px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .pd-offer-action-qty {
    margin-right: 0;
  }
}
.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 .pd-offer-actions-container .btn-add-to-cart {
  margin-left: 51px;
  min-width: 300px !important;
  height: 52px;
  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-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
@media (max-width: 1500px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .btn-add-to-cart {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .btn-add-to-cart {
    margin-left: 12px;
    min-width: 230px !important;
  }
}
@media (max-width: 480px) {
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-actions-container .btn-add-to-cart {
    min-width: initial !important;
  }
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
  font-weight: 400;
  background: black;
  color: #fff;
  height: 52px !important;
  width: 170px;
  padding: 14px 20px !important;
  border-radius: 10px !important;
  font-size: 16px !important;
}
.productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control .bootstrap-touchspin-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px;
  padding-right: 20px !important;
  color: #fff !important;
}
@media (max-width: 1500px) {
  .productdetails .product-details-page .productRightContent .pd-offer .qty-input .form-control {
    width: 140px;
    padding: 12px 20px !important;
  }
}
.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 {
  font-family: "Lexend", 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 .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: "Lexend", sans-serif;
  font-weight: 400;
  border: none;
  border-radius: 0px;
  text-decoration: underline;
}
.productdetails .product-details-page .productRightContent .pd-offer .btn-primary:hover {
  background: #EA5C0A;
  color: #fff;
}
.productdetails .reletedProductSection {
  background: #F3F3F3;
}
.productdetails .reletedProductSection .pd-related-products {
  padding: 100px 0px;
}
.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;
}
.productdetails .reletedProductSection .artlist-carousel .artBox {
  border: 1px solid #cecece;
  min-height: 470px;
}
@media (max-width: 1500px) {
  .productdetails .reletedProductSection .artlist-carousel .artBox {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .productdetails .reletedProductSection .artlist-carousel .artBox {
    min-height: 360px;
  }
}
@media (max-width: 400px) {
  .productdetails .reletedProductSection .artlist-carousel .artBox {
    min-height: 335px;
  }
}
@media (max-width: 1700px) {
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 16px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .pd-brand-block {
    font-size: 36px;
    line-height: 32px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title {
    font-size: 17px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-price {
    font-size: 27px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-element {
    padding: 8px;
    height: auto;
    font-size: 16px;
  }
  .productdetails .reletedProductSection .block.block-boxed {
    padding: 70px 0px;
  }
  .productdetails .reletedProductSection .block-title {
    padding-bottom: 26px;
  }
  .productdetails .reletedProductSection .block-title h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 1600px) {
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 14px;
  }
  .productdetails .product-details-page #pd-gallery-container .pd-attr-sku {
    font-size: 14px;
  }
  .productdetails .product-details-page #main-update-container {
    padding-bottom: 0;
  }
  .productdetails .product-details-page .productRightContent .pd-info .pd-brand-block {
    font-size: 32px;
    line-height: 28px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title {
    font-size: 17px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-price {
    font-size: 24px;
  }
  .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 .reletedProductSection .block.block-boxed {
    padding: 50px 0px;
  }
  .productdetails .reletedProductSection .block-title {
    padding-bottom: 26px;
  }
  .productdetails .reletedProductSection .block-title h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 14px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .amberPoint {
    padding-bottom: 18px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .amberPoint span {
    line-height: 0px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .amberPoint img {
    max-width: 30px;
    margin-right: 8px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .earnArea .payAed {
    padding-bottom: 24px;
  }
  .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;
  }
}
@media (max-width: 1500px) {
  .productdetails #content-wrapper::before {
    min-height: 36px;
  }
  .productdetails #content-wrapper .breadcrumb-container .breadcrumb-item {
    font-size: 13px;
  }
  .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: 13px;
  }
  .productdetails .product-details-page #main-update-container {
    padding-bottom: 0;
  }
  .productdetails .product-details-page .productRightContent .pd-info .pd-brand-block {
    font-size: 28px;
    line-height: 20px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title {
    font-size: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .productdetails .product-details-page .productRightContent .pd-review-summary {
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .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-price {
    font-size: 18px;
  }
  .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 .earnArea {
    font-size: 16px;
  }
  .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: 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 .pd-variants-container .pd-variants .form-group.choice .choice-box-group .choice-box-element {
    padding: 5px 6px;
    font-size: 13px;
  }
  .productdetails .reletedProductSection .block.block-boxed {
    padding: 30px 0px;
  }
  .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-info .page-title h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .productdetails .product-details-page .productRightContent .pd-info.pd-group .pd-brand {
    font-size: 14px;
    line-height: 18px;
  }
  .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 {
    padding-top: 36px;
  }
  .productdetails .product-details-page #main-update-container {
    padding-bottom: 0;
  }
  .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: #EA5C0A;
  }
  .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: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-info .page-title h1 {
    font-size: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-review-summary {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .productdetails .product-details-page .productRightContent .pd-review-summary .pd-review-link {
    font-size: 12px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-price {
    font-size: 20px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-offer-price-container {
    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: 14px;
  }
  .productdetails .reletedProductSection .block.block-boxed {
    padding: 30px 0px;
  }
  .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 {
    padding-top: 28px;
  }
  .productdetails .product-details-page .productRightContent {
    padding-top: 24px;
  }
  .productdetails .product-details-page .productRightContent .pd-offer .pd-actions-container {
    width: 23px;
    right: 8px;
  }
  .productdetails .reletedProductSection .block.block-boxed {
    padding: 20px 0px 30px 0px;
  }
  .productdetails .reletedProductSection .block-title h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .productdetails .product-details-page #main-update-container {
    padding-bottom: 0px;
  }
  .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;
  }
}

@media (max-width: 480px) {
  .row.pd-offer-actions .pd-offer-action-qty {
    min-width: initial;
  }
}
.tabbable {
  margin: 50px 0px 0px 0px;
}
.tabbable .nav-tabs {
  background: #E8E8E8;
  border: none;
  padding: 8px;
}
.tabbable .nav-tabs-line .nav-item {
  padding-right: 5px;
}
.tabbable .nav-tabs-line .nav-item .badge {
  border-radius: 100%;
  margin-left: 5px !important;
  width: 20px;
  height: 20px;
}
.tabbable .nav-tabs-line .nav-item:last-child {
  padding-right: 0px;
}
.tabbable .nav-tabs-line .nav-item .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 7px 13px;
  text-transform: capitalize;
  border-radius: 0px;
}
.tabbable .nav-tabs-line .nav-item .nav-link::before {
  display: none !important;
}
.tabbable .nav-tabs-line .nav-item .nav-link.active {
  background: #fff;
  font-weight: 600;
}
.tabbable .nav-tabs-line .nav-item:hover .nav-link {
  color: #000;
  background: #fff;
}
.tabbable .tab-content {
  background: #F4F4F4;
  margin: 0px;
  padding: 20px 15px;
  color: #000;
}
.tabbable .tab-content .btn-warning {
  background: #EA5C0A;
  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 h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 12px 0px 10px 0px;
  margin: 0px;
}
.tabbable .tab-content h4 {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0px 7px 0px;
  margin: 5px 0px 0px 0px;
}
.tabbable .tab-content .review-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.tabbable .tab-content .review-title h4 {
  padding: 0px;
  padding-left: 0;
  text-transform: capitalize;
}
.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: #EA5C0A;
  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: #EA5C0A;
}
.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: 15px;
  line-height: 24px;
}
.tabbable .tab-content p:last-child, .tabbable .tab-content div:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 16px;
    padding: 7px 11px;
  }
}
@media (max-width: 1600px) {
  .tabbable .btn-warning {
    font-size: 13px;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 15px;
    padding: 5px 7px;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1500px) {
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 14px;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 13px;
  }
  .tabbable .tab-content h3 {
    font-size: 20px;
  }
  .tabbable .tab-content ul li::before, .tabbable .tab-content ol li::before {
    top: 6px;
  }
}
@media (max-width: 1199px) {
  .tabbable .nav-tabs-line .nav-item {
    padding-right: 3px;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 6px;
  }
  .tabbable .nav-tabs-line .nav-item .badge {
    line-height: 12px;
  }
  .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: 12px;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 13px;
    padding: 6px 10px;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 12px;
  }
}
@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;
  }
  .tabbable .nav-tabs-line .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 12px;
  }
  .tabbable .tab-content p, .tabbable .tab-content div {
    font-size: 12px;
  }
}
.needHelpSection {
  padding: 15px 0px 0px 0px;
  display: none;
}
.needHelpSection ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  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;
}
.needHelpSection ul li {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  padding-right: 22px;
}
.needHelpSection ul li:last-child {
  margin-right: 0px;
}
.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;
}
.needHelpSection ul li a:hover {
  color: #EA5C0A;
}
.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: 1600px) {
  .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: 1500px) {
  .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 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;
  }
  .needHelpSection ul li:first-child {
    width: 100%;
    padding-right: 0px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 4px;
  }
}

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

.offcanvas-cart-footer-row {
  background: #EA5C0A;
}

.label-cart-amount {
  width: 0;
  height: 0;
  font-size: 18px !important;
  line-height: 24px !important;
  right: -10px;
  top: 0;
  padding: 0;
  font-weight: 600;
  background: transparent;
  color: #000;
}
.label-cart-amount.badge-warning {
  font-size: 12px;
}
@media (max-width: 1500px) {
  .label-cart-amount {
    font-size: 14px !important;
    line-height: 20px !important;
    top: 3px;
  }
}
@media (max-width: 1199px) {
  .label-cart-amount {
    top: 0;
  }
}
@media (max-width: 400px) {
  .label-cart-amount {
    right: -6px;
  }
}

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

.alert-success, .validation-summary-valid {
  color: #EA5C0A;
  background-color: #ffd5bd;
  border-color: #ffa571;
}
.alert-success::before, .validation-summary-valid::before {
  background: #EA5C0A;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  background-color: #EA5C0A;
  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;
  color: #000 !important;
  font-size: inherit !important;
}
.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 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-content .iconCart i.fa-cart-arrow-down {
  background: url(../images/basket.png) no-repeat center center;
  background-size: 18px 22px;
  width: 100%;
  height: 100%;
}
.offcanvas-content .offcanvas-cart-content .iconCart i.fa-cart-arrow-down::before {
  display: none;
}
.offcanvas-content .offcanvas-cart-content .iconCart i.fa-cart-arrow-down:hover {
  background-image: url(../images/basket_hover.png);
}
.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;
}
.offcanvas-content .offcanvas-cart-footer .btn-action i {
  display: none;
}
.offcanvas-content .offcanvas-cart-footer .btn-action span {
  padding-left: 0px !important;
}
@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: 1600px) {
  .offcanvas-content .offcanvas-tabs .nav-link {
    font-size: 17px;
  }
  .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;
  }
  .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: 1500px) {
  .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: 1024px) {
  .offcanvas-content .offcanvas-cart-content .iconCart i.fa-cart-arrow-down {
    background-size: 13px auto;
  }
}
@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;
  }
}

.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: #F2F2F2;
  font-family: "EB Garamond";
}
.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: 0px 0px 50px 0px;
}
.costeps .costep {
  padding: 0 50px;
}
.costeps .costep::after, .costeps .costep::before {
  display: none !important;
}
.costeps .costep .costep-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-color: #B1B5C3;
  background: #B1B5C3;
  margin: 0 !important;
  position: relative;
}
.costeps .costep .costep-icon span {
  color: #fff;
  font-style: normal;
}
.costeps .costep .costep-icon img {
  display: none;
}
.costeps .costep .costep-icon::before {
  display: none;
}
.costeps .costep .costep-label {
  font-size: 18px;
  font-weight: 500;
  color: #B1B5C3;
  padding-left: 15px;
  padding-top: 0px;
}
.costeps .costep.active .costep-icon, .costeps .costep.visited .costep-icon {
  border-color: #38CB89;
  background-color: #38CB89;
}
.costeps .costep.active .costep-icon span, .costeps .costep.visited .costep-icon span {
  display: none;
}
.costeps .costep.active .costep-icon img, .costeps .costep.visited .costep-icon img {
  display: block;
}
.costeps .costep.active .costep-label, .costeps .costep.visited .costep-label {
  color: #38CB89;
  font-weight: 600;
}
.costeps .costep.active::before, .costeps .costep.visited::before {
  background-color: #38CB89;
}
.costeps .costep.visited .costep-icon {
  border-color: #38CB89;
  background-color: #38CB89;
}
.costeps .costep.visited .costep-icon span {
  display: block;
}
.costeps .costep.visited .costep-icon img {
  display: none;
}
.costeps .costep.visited .costep-label {
  color: #38CB89;
  font-weight: 600;
}
.costeps .costep.visited::before {
  background-color: #38CB89;
}
.costeps .costep .costep-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1600px) {
  .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 {
    padding: 0 30px;
  }
  .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 {
    padding: 0 20px;
  }
  .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 {
    padding: 0 10px;
  }
  .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: transparent !important;
  border-radius: 0px;
}
.card.card_list .cart .cart-head .cart-row, .wishlist-content .card.card_list .cart .cart-head .cart-row {
  font-family: "EB Garamond";
}
.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: 1600px) {
  .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-bottom: 20px;
}
.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: 1600px) {
  .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: 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: solid 1px #F2F2F2;
  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: 17px;
  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: 21px;
  line-height: 20px;
  padding-bottom: 1px;
  font-weight: 500;
}
.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 .deliverytime-group, .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 .deliverytime-group, .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 .deliverytime-group .col-3, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .deliverytime-group .col-9, .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 .deliverytime-group .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .deliverytime-group .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 .deliverytime-group .cart-item-attr, .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 .deliverytime-group .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 .deliverytime-group .cart-item-attr .col-3, .card.card_list .cart .cart-body .cart-row .cart-col-main .col .deliverytime-group .cart-item-attr .col-9, .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 .deliverytime-group .cart-item-attr .col-3, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .deliverytime-group .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 .deliverytime-group .cart-item-attr .col-3, .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 .deliverytime-group .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;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .deliverytime-group .col-9, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .deliverytime-group .col-9 {
  white-space: nowrap;
}
.card.card_list .cart .cart-body .cart-row .cart-col-main .col .deliverytime-group .delivery-date, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .deliverytime-group .delivery-date {
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .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: 1.1;
  }
  .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: 19px;
    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: 14px !important;
    line-height: 18px;
  }
}
@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, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-link {
    font-size: 14px;
    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: 17px;
    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: 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%;
    text-align: center;
  }
  .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: #F2F2F2;
    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-attrs, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-main .col .cart-item-attrs {
    margin-top: 5px !important;
  }
  .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-attrs .cart-item-attr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px !important;
  }
  .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-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    text-align: left;
  }
  .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-attrs .cart-item-attr .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    text-align: left;
  }
  .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: -1px 0px;
}
.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;
  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: 32px;
  width: 30px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .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: 1500px) {
  .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;
  }
}
.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 i.fa-cart-arrow-down, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-cart-arrow-down {
  background: url(../images/basket.png) no-repeat center center;
  background-size: 19px auto;
  width: 19px;
  height: 23px;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-cart-arrow-down::before, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-cart-arrow-down::before {
  display: none;
}
.card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-cart-arrow-down:hover, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-cart-arrow-down:hover {
  background-image: url(../images/basket_hover.png);
}
@media (max-width: 1024px) {
  .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-cart-arrow-down, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-row-actions .btn i.fa-cart-arrow-down {
    background-size: 15px auto;
    width: 16px;
  }
}
.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: 767px) {
  .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-top: 0px;
  }
}
@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;
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row .cart-col-remove, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col-remove {
    width: 100%;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .card.card_list .cart .cart-body .cart-row .cart-col, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col {
    padding: 10px;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-main, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-main {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price.cart-col-subtotal, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price.cart-col-subtotal {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .card.card_list .cart .cart-body .cart-row .cart-col.col-auto, .wishlist-content .card.card_list .cart .cart-body .cart-row .cart-col.col-auto {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 0px auto;
  }
  .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: 0px;
  }
}
@media (max-width: 1199px) {
  .card.card_list .cart .cart-col, .wishlist-content .card.card_list .cart .cart-col {
    padding: 10px 7px;
  }
}
@media (max-width: 991px) {
  .card.card_list .cart .cart-col, .wishlist-content .card.card_list .cart .cart-col {
    padding: 1rem;
  }
}
.card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  padding: 0px 0px 40px 0px;
  margin-bottom: 30px;
  border-radius: 5px !important;
  background: #F6F6F6;
}
.card.card_list .cart-footer .titalsummary, .wishlist-content .card.card_list .cart-footer .titalsummary {
  display: none;
}
.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, .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: 30px 20px 15px 20px;
  font-family: "Lexend", 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: "Lexend", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  right: 20px;
  top: 52%;
  display: none;
}
.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 > .form-control.discount-coupon-code, .wishlist-content .card.card_list .cart-footer .input-group > .form-control.discount-coupon-code {
  min-height: 46px;
  font-size: 15px;
}
.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;
}
.card.card_list .cart-footer .cart-summary-total, .wishlist-content .card.card_list .cart-footer .cart-summary-total {
  border-top: #DEDEDE solid 1px;
  border-bottom: #DEDEDE solid 1px;
}
.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 .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: 30px 15px 0px 15px;
  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 {
  margin-bottom: 18px;
  padding: 0px 20px;
}
.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, .wishlist-content .card.card_list .cart-footer {
    padding-bottom: 22px;
  }
  .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;
  }
  .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-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: 1500px) {
  .card.card_list .cart-footer, .wishlist-content .card.card_list .cart-footer {
    padding-bottom: 15px;
  }
  .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;
  }
  .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 tr td, .wishlist-content .card.card_list .cart-footer .cart-summary tr td {
    font-size: 15px;
    padding: 8px 20px;
  }
  .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: 11px !important;
    padding: 7px 10px !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: 30px 15px 15px 15px;
  }
  .card.card_list .cart-footer .cart-action .cart-action-body, .wishlist-content .card.card_list .cart-footer .cart-action .cart-action-body {
    padding: 5px 15px 20px 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-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;
  }
  .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 {
    max-width: 220px;
    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: 16px;
  }
  .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: 18px;
    font-weight: 700;
  }
}
@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 .btn_comman, .wishlist-content .card.card_list .cart-footer .btn_comman {
    margin: 0px 5px;
  }
  .card.card_list .cart-footer .btn_comman span, .wishlist-content .card.card_list .cart-footer .btn_comman span {
    padding-left: 0px !important;
  }
}
@media (max-width: 399px) {
  .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 .freeRetuns, .wishlist-content .card.card_list .freeRetuns {
  padding: 30px 0px;
  text-align: left;
  font-size: 20px;
  color: #000;
}
@media (max-width: 1600px) {
  .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: 1500px) {
  .card.card_list .freeRetuns, .wishlist-content .card.card_list .freeRetuns {
    padding: 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .card.card_list .freeRetuns, .wishlist-content .card.card_list .freeRetuns {
    padding-bottom: 0px;
  }
}

.form-group {
  position: relative;
}
.form-group .field-validation-error {
  font-size: 13px;
  position: absolute;
  left: 0px;
  bottom: -21px;
  margin: 0px 15px;
}
@media (max-width: 400px) {
  .form-group .field-validation-error {
    font-size: 11px;
  }
}

.field-validation-error {
  font-size: 15px;
  margin-top: 0.56rem;
}
@media (max-width: 400px) {
  .field-validation-error {
    font-size: 11px;
  }
}

.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: #d65408;
}

.loginSection {
  padding: 0px;
  background: #F1F1F1;
}
.loginSection #content-body {
  padding-bottom: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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;
  border: #C39148 solid 1px;
  height: 68px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.loginSection .guestLoginBox .socialBtnList div a img {
  max-width: 50px;
  margin-right: 20px;
}
.loginSection .guestLoginBox .socialBtnList div a .widthbtn1 {
  width: 238px;
}
.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: #d65408;
}
.loginSection .guestLoginBox .socialBtnList div.guestbtn a:hover {
  background: #d65408;
  color: #fff;
}
@media (max-width: 1700px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 18px;
    height: 58px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 40px;
    margin-right: 15px;
  }
  .loginSection .guestLoginBox .socialBtnList div a .widthbtn1 {
    width: 208px;
  }
}
@media (max-width: 1600px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 16px;
    height: 55px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 35px;
    margin-right: 15px;
  }
  .loginSection .guestLoginBox .socialBtnList div a .widthbtn1 {
    width: 200px;
  }
}
@media (max-width: 1440px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 15px;
    height: 50px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 32px;
    margin-right: 12px;
  }
  .loginSection .guestLoginBox .socialBtnList div a .widthbtn1 {
    width: 190px;
  }
}
@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;
  }
  .loginSection .guestLoginBox .socialBtnList div a .widthbtn1 {
    width: 190px;
  }
}
@media (max-width: 1199px) {
  .loginSection .loginRegister .boxshadowBox {
    height: auto;
  }
}
@media (max-width: 991px) {
  .loginSection .mobReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .loginSection .loginRegister .boxshadowBox.guestSection {
    margin-bottom: 50px;
  }
}
@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;
  }
  .loginSection .guestLoginBox .socialBtnList div a .widthbtn1 {
    width: 155px;
  }
}

.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: 18px;
}
.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: center;
}
.loginRegister .col-form-label {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  color: #000;
}
.loginRegister .login-box {
  background: #fff !important;
}
.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: center;
  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 .grayBg {
  background: #F1F1F1;
  padding: 100px 0px;
}
.loginRegister .form-group {
  margin-bottom: 30px;
}
.loginRegister .form-control {
  background: #F2F2F2;
  height: 70px;
  border: 0px;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.loginRegister .form-control::-webkit-input-placeholder {
  color: #000;
}
.loginRegister .form-control::-moz-placeholder {
  color: #000;
}
.loginRegister .form-control:-ms-input-placeholder {
  color: #000;
}
.loginRegister .form-control::-ms-input-placeholder {
  color: #000;
}
.loginRegister .form-control::placeholder {
  color: #000;
}
.loginRegister select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.png) no-repeat #F2F2F2 !important;
  background-position: 88% center !important;
  background-size: 16px !important;
}
.loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
  padding-left: calc(4.08333rem + 2px);
}
.loginRegister .has-icon .input-group-icon {
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1rem;
  color: #646464 !important;
  left: 15px;
}
.loginRegister ::-ms-input-placeholder { /* Edge 12-18 */
  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: center;
}
.loginRegister .registerBlock {
  margin: 0 auto;
}
.loginRegister .loginBtn {
  margin-bottom: 28px;
  text-align: center;
}
.loginRegister .loginBtn .btn {
  min-width: 150px;
  border: #ea5d0b solid 2px !important;
}
.loginRegister .forgot-password a {
  font-size: 18px;
  color: #000;
  line-height: 27px;
  margin-bottom: 10px;
  display: block;
}
.loginRegister .registerLink {
  text-align: center;
}
.loginRegister .registerLink a {
  font-size: 18px;
  color: #000;
  line-height: 27px;
  display: inline-block;
}
.loginRegister .registerLink a:hover {
  color: #EA5C0A;
}
.loginRegister .registerLink .register-button {
  margin-left: 5px;
  display: inline-block;
}
.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 .form-control {
    height: 65px;
    font-size: 16px;
  }
  .loginRegister .has-icon .input-group-icon {
    left: 0;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: calc(3.45rem + 2px);
  }
  .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: 1600px) {
  .loginRegister .form-control {
    height: 60px;
    font-size: 15px;
  }
  .loginRegister .has-icon .input-group-icon {
    left: 0;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: calc(3.45rem + 2px);
  }
  .loginRegister .forgot-password a, .loginRegister .registerLink a {
    font-size: 17px;
  }
  .loginRegister .orArea {
    font-size: 16px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .loginRegister .boxshadowBox {
    padding: 30px 40px;
  }
  .loginRegister .forgot-password a, .loginRegister .registerLink a {
    font-size: 16px;
  }
  .loginRegister .orArea {
    font-size: 15px;
  }
  .loginRegister .orArea span {
    padding-bottom: 17px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 15px;
  }
}
@media (max-width: 1500px) {
  .loginRegister .boxshadowBox {
    padding: 30px 40px;
  }
  .loginRegister .has-icon.input-group-lg .input-group-icon {
    width: calc(2.3rem + 2px);
    height: calc(2.3rem + 2px);
  }
  .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;
    text-align: center;
    margin: 5px 0px 15px 0px;
  }
  .loginRegister .login-box .loginBtn.passwordrecoveryicon .input-group-icon.text-muted {
    margin-top: 0px;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: calc(3rem + 2px);
  }
  .loginRegister .form-control {
    height: 45px;
    font-size: 14px;
    padding: 5px 15px;
  }
  .loginRegister .forgot-password a, .loginRegister .registerLink a {
    font-size: 15px;
  }
  .loginRegister .orArea {
    font-size: 14px;
  }
  .loginRegister .orArea span {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .loginRegister .orArea div img {
    max-width: 25px;
  }
  .loginRegister .grayBg {
    padding: 70px 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: calc(2.8rem + 2px);
  }
  .loginRegister .boxshadowBox {
    padding: 30px 25px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .loginRegister .login-box .fnt18 {
    font-size: 14px;
  }
  .loginRegister .form-group .col-form-label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .loginRegister .form-control {
    height: 50px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: 52px;
  }
  .loginRegister .forgot-password a, .loginRegister .registerLink a {
    font-size: 14px;
    line-height: 22px;
  }
  .loginRegister .form-group {
    margin-bottom: 15px;
  }
  .loginRegister .has-icon .input-group-icon {
    left: 10px;
  }
  .loginRegister .orArea {
    padding-bottom: 5px;
  }
  .loginRegister .form-control {
    padding: 12px 15px;
  }
  .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 .grayBg {
    padding: 40px 0px;
  }
  .loginRegister .boxshadowBox {
    padding: 22px 30px;
  }
  .loginRegister .has-icon.input-group-lg .input-group-icon {
    width: calc(2rem + 2px);
    height: calc(2rem + 2px);
  }
  .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: 15px;
    text-align: center;
    margin: 5px 0px 12px 0px;
  }
  .loginRegister .login-box .loginBtn.passwordrecoveryicon .input-group-icon.text-muted {
    margin-top: 0px;
  }
  .loginRegister .has-icon:not(.has-icon-right).input-group-lg .form-control {
    padding-left: 45px;
  }
  .loginRegister .form-control {
    height: 45px;
    font-size: 13px;
    padding: 10px 10px;
  }
  .loginRegister .col-form-label {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .loginRegister .birtdayDate .row.xs-gutters .col:first-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
  }
  .loginRegister .birtdayDate .row.xs-gutters .col:last-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }
}
@media (max-width: 360px) {
  .loginRegister .grayBg {
    padding: 20px 0px;
  }
  .loginRegister .boxshadowBox {
    padding: 15px 15px;
  }
}
.loginRegister.registration-page .text-muted {
  color: #000 !important;
  font-size: 20px;
  line-height: 30px;
}
.loginRegister.registration-page .page-body .content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.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;
  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: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
}
.loginRegister.registration-page .page-body .content-group .col-md-12 {
  padding: 0px;
}
@media (max-width: 1700px) {
  .loginRegister.registration-page .text-muted {
    font-size: 18px;
    line-height: normal;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 16px;
    line-height: 19px;
  }
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 16px;
    line-height: normal;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 15px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 18px;
    height: 18px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 10px;
  }
}
@media (max-width: 1440px) {
  .loginRegister.registration-page .text-muted {
    font-size: 16px;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 15px;
    line-height: 17px;
  }
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 14px;
    padding-left: 25px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 10px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}
@media (max-width: 1500px) {
  .loginRegister.registration-page .text-muted {
    font-size: 14px;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 15px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 13px;
    padding-left: 23px;
    padding-top: 0px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 7px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .loginRegister.registration-page .boxshadowBox {
    max-width: 100%;
  }
  .loginRegister.registration-page .text-muted {
    font-size: 14px;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 14px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 12px;
    font-weight: 500;
    padding-left: 23px;
    padding-top: 0px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 7px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .loginRegister.registration-page .text-muted {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .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: 12px;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    padding: 0px 12px;
  }
}
@media (max-width: 480px) {
  .loginRegister.registration-page .boxshadowBox {
    padding: 15px 2px;
  }
  .loginRegister.registration-page .text-muted {
    font-size: 13px;
    line-height: normal;
  }
  .loginRegister.registration-page .page-body .content-group .form-group {
    font-size: 13px;
    line-height: normal;
  }
  .loginRegister.registration-page .page-body .content-group .col-form-label {
    font-size: 13px;
  }
  .loginRegister.registration-page .form-control-plaintext {
    font-size: 12px;
    font-weight: 500;
    padding-left: 23px;
    padding-top: 0px;
  }
  .loginRegister.registration-page .form-control-plaintext input.form-check-input {
    width: 16px;
    height: 16px;
  }
  .loginRegister.registration-page .form-control-plaintext .form-check-label {
    padding-left: 7px;
  }
  .loginRegister.registration-page fieldset.content-group {
    margin-bottom: 12px;
  }
}

.text-muted, .muted {
  color: #222 !important;
}

.margintop10 {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-results__option > .select2-option, .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  font-size: 17px !important;
  font-family: "Lexend", 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: #EA5C0A;
  margin-left: 15px;
}
.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 {
  border-radius: 0px;
  border: 1px solid #DCDCDC;
}
.page-myaccount .cms-menu-listgroup .card .list-group a {
  font-size: 17px;
  line-height: 22px;
  color: #000;
  padding: 20px;
  position: relative;
  background: #F1F1F1;
}
.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: #EA5C0A;
}
.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: 5px;
  }
}
@media (max-width: 1600px) {
  .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 fieldset.content-group > legend {
    margin-bottom: 5px;
  }
  .page-myaccount .hdrow.heading {
    padding-bottom: 20px;
  }
}
@media (max-width: 1500px) {
  .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 fieldset.content-group > legend {
    margin-bottom: 5px;
  }
  .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;
  }
}
@media (max-width: 767px) {
  .page-myaccount {
    padding: 60px 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;
  }
  .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: 45px 0px;
  }
  .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 {
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  color: #000;
}
.page-order-details .margintablecart {
  margin: 40px 0px;
}
@media (max-width: 400px) {
  .page-order-details .margintablecart {
    margin-bottom: 30px;
  }
}
.page-order-details #order-items .cart-head {
  background: #f0f0f0;
  color: #000;
}
.page-order-details #order-items .cart-head .cart-col {
  font-size: 17px;
}
.page-order-details #order-items .cart-body .cart-row .cart-col-main .cart-item-img img {
  max-height: 95px;
}
.page-order-details #order-items .cart-body .cart-row .cart-col-main .cart-item-link {
  text-transform: capitalize;
  font-size: 16px;
}
.page-order-details table.cart-summary tr td:first-child {
  text-align: right;
}
.page-order-details .cart-actions {
  text-align: right;
}
@media (max-width: 1600px) {
  .page-order-details h5 {
    font-size: 16px;
  }
  .page-order-details #order-items .cart-head .cart-col {
    font-size: 16px;
  }
  .page-order-details #order-items .cart-body .cart-row .cart-col-main .cart-item-link {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .page-order-details h5 {
    font-size: 15px;
  }
  .page-order-details #order-items .cart-head .cart-col {
    font-size: 15px;
  }
  .page-order-details #order-items .cart-body .cart-row .cart-col-main .cart-item-link {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .page-order-details .print-buttons .btn {
    font-size: 13px;
    margin-right: 5px;
  }
  .page-order-details .print-buttons .btn:last-child {
    margin-right: 0px;
  }
  .page-order-details h5 {
    font-size: 14px;
  }
  .page-order-details #order-items .cart-head .cart-col {
    font-size: 14px;
  }
  .page-order-details #order-items .cart-body .cart-row .cart-col-main .cart-item-link {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .page-order-details table.cart-summary tr td:first-child {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .page-order-details .page-body {
    padding-top: 10px;
  }
  .page-order-details .print-buttons .btn {
    padding: 5px 10px;
  }
  .page-order-details .order-details-box .col-md-8 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-order-details .order-details-box .col-md-8 .row .billinginfo, .page-order-details .order-details-box .col-md-8 .row .shippinginfo {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px !important;
  }
  .page-order-details .order-details-box .col-md-4 p:last-child {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 400px) {
  .page-order-details .print-buttons {
    width: 100%;
    margin-top: 9px;
    text-align: center;
  }
  .page-order-details .print-buttons .btn {
    font-size: 12px;
  }
  .page-order-details .page-body {
    padding-top: 0px;
  }
  .page-order-details .card-body.order-details-box {
    padding: 12px 12px;
  }
}

.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: 1500px) {
  .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: 0px;
}
.page-myaccount-addresses .card .card-body .card-title {
  margin-bottom: 7px;
}
.page-myaccount-addresses .card .card-body div {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}
.page-myaccount-addresses .card .card-body label {
  text-transform: capitalize;
}
.page-myaccount-addresses .card .card-footer {
  background: transparent;
}
.page-myaccount-addresses .card .card-footer a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background: #efefef;
  color: #000;
}
.page-myaccount-addresses .card .card-footer a:hover {
  border: 1px solid transparent;
  background: #ff0000;
  color: #fff;
}
.page-myaccount-addresses .card .card-footer a.btn-secondary {
  border-right: 1px solid #d9d9d9;
  background: #f5f5f5;
}
.page-myaccount-addresses .card .card-footer a.btn-secondary:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1600px) {
  .page-myaccount-addresses .card .card-body div {
    font-size: 15px;
  }
  .page-myaccount-addresses .card .card-footer a {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .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 .card-body {
    padding: 10px;
  }
}

.page-myaccount-orders .order-list .card {
  padding: 20px;
}
.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 .card-body {
  padding: 0px;
}
.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: #EA5C0A;
  border-color: #EA5C0A;
  font-size: 16px;
  line-height: 22px;
  border-radius: 10px !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;
  border-color: #000;
}
@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 .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%;
  }
}

.ln-letters {
  margin-bottom: 40px;
}
.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;
  }
}

.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;
  }
}

.brandSection {
  padding: 0px;
  margin-top: 40px;
}
.brandSection .brandRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
}
.brandSection .brandRow .brandLogoBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .brandSection .brandRow .brandLogoBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .brandSection .brandRow .brandLogoBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0 10px;
    margin-bottom: 6px;
  }
  .brandSection .brandRow .brandLogoBox .categoryBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .brandSection .brandRow .brandLogoBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .brandSection .brandRow .brandLogoBox img {
    max-height: 50px;
  }
}
@media (max-width: 400px) {
  .brandSection .brandRow .brandLogoBox img {
    max-height: 60px;
  }
}
.brandSection .categoryBox {
  margin-bottom: 30px;
}
.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: 120px !important;
  width: 100%;
  background: #F6F6F6;
  border-radius: 16px;
  border: 0px;
  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);
}

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

.commanform .form-group {
  margin: 0px;
  margin-bottom: 30px !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;
}
@media (max-width: 400px) {
  .commanform .form-group .field-validation-error {
    font-size: 11px;
  }
}
.commanform .col-form-label {
  font-size: 17px;
  font-weight: 400 !important;
  color: #232323;
  font-family: "Lexend", sans-serif;
  padding-top: 0px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.commanform .form-control, .commanform .select2-container--bootstrap .select2-selection--single {
  background: #F4F4F4;
  border: 1px solid #AFAFAF;
  height: 50px;
  font-size: 17px;
  font-weight: 400 !important;
  color: #232323;
  font-family: "Lexend", sans-serif;
}
.commanform select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.png) no-repeat #F2F2F2 !important;
  background-position: 94% center !important;
  background-size: 16px !important;
  border: #c1c1c1 solid 1px !important;
}
.commanform .form-control, .commanform select {
  font-size: 17px;
}
.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: #666666 !important;
  font-size: 16px !important;
}
.commanform ::-moz-placeholder {
  color: #666666 !important;
  font-size: 16px !important;
}
.commanform :-ms-input-placeholder {
  color: #666666 !important;
  font-size: 16px !important;
}
.commanform ::-ms-input-placeholder {
  color: #666666 !important;
  font-size: 16px !important;
}
.commanform ::placeholder {
  color: #666666 !important;
  font-size: 16px !important;
}
@media (max-width: 1600px) {
  .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: 1500px) {
  .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 .select2-container--bootstrap .select2-selection--single, .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 .select2-container--bootstrap .select2-selection--single, .commanform select {
    height: auto;
    min-height: 42px;
  }
}
@media (max-width: 767px) {
  .commanform .col-form-label {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .commanform .form-control, .commanform select, .commanform .col-form-label, .commanform .select2-container--bootstrap .select2-selection--single {
    font-size: 13px;
    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: 13px !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: 13px !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: 13px !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: 13px !important;
  }
  .commanform .form-control::placeholder, .commanform select::placeholder, .commanform .col-form-label::placeholder, .commanform .select2-container--bootstrap .select2-selection--single::placeholder {
    font-size: 13px !important;
  }
}
@media (max-width: 380px) {
  .commanform .birtdayDate .row.xs-gutters .col:first-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
  }
  .commanform .birtdayDate .row.xs-gutters .col:last-child {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
  }
}

.contactRow {
  padding-bottom: 100px;
}
.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;
}
.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: 1px 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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.contactRow .contactformFlex .form-group.fullDiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.contactRow .contactformFlex .form-group.fullDiv .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.contactRow .contactInfo {
  background: #272727;
  padding: 60px 35px;
}
.contactRow .contactInfo .heading .heading-title {
  color: #fff;
}
.contactRow .contactInfo .subTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}
.contactRow .contactInfo .contactDetails {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 40px !important;
}
.contactRow .contactInfo .contactDetails li {
  color: #fff;
  margin-bottom: 40px;
}
.contactRow .contactInfo .contactDetails li i {
  font-size: 28px;
}
.contactRow .contactInfo .contactDetails li span {
  display: block;
  margin-bottom: 10px;
}
.contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}
.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: #fff;
}
@media (max-width: 1600px) {
  .contactRow .contactInfo .subTitle {
    font-size: 22px;
  }
  .contactRow .contactInfo .contactDetails {
    margin-bottom: 32px !important;
  }
  .contactRow .contactInfo .contactDetails li {
    margin-bottom: 32px;
  }
  .contactRow .contactInfo .contactDetails li i {
    font-size: 24px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 20px;
    line-height: 28px;
  }
  .contactRow .contactInfo .socialIcons a i {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .contactRow .contactInfo {
    padding: 40px 30px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 18px;
    line-height: 26px;
  }
  .contactRow .contactInfo .contactDetails li span {
    margin-bottom: 6px;
  }
}
@media (max-width: 1500px) {
  .contactRow .contactInfo {
    padding: 30px 30px;
  }
  .contactRow .contactInfo .subTitle {
    font-size: 20px;
  }
  .contactRow .contactInfo .contactDetails li {
    margin-bottom: 24px;
  }
  .contactRow .contactInfo .contactDetails li i {
    font-size: 22px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 16px;
    line-height: 26px;
  }
  .contactRow .contactInfo .contactDetails li span {
    margin-bottom: 4px;
  }
  .contactRow .contactInfo .contactDetails .socialIcons {
    margin-top: 15px;
  }
  .contactRow .contactInfo .contactDetails .socialIcons a i {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .contactRow .contactInfo {
    margin-bottom: 30px;
    padding: 30px;
  }
  .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: 30px;
  }
  .contactRow .contactInfo .contactDetails li span {
    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 {
    padding: 30px;
  }
  .contactRow .contactInfo .subTitle {
    font-size: 18px;
    line-height: 20px;
  }
  .contactRow .contactInfo .contactDetails li {
    margin-bottom: 25px;
  }
  .contactRow .contactInfo .contactDetails li span {
    margin-bottom: 5px;
  }
  .contactRow .contactInfo .contactDetails li i {
    font-size: 18px;
  }
  .contactRow .contactInfo .contactDetails li p, .contactRow .contactInfo .contactDetails li a {
    font-size: 15px;
    line-height: 22px;
    margin-top: -3px;
  }
  .contactRow .contactInfo .socialIcons a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .contactRow .contactInfo {
    padding: 15px 20px;
  }
  .contactRow .contactInfo .contactDetails {
    margin-top: 10px;
    margin-bottom: 22px !important;
  }
}
@media (max-width: 1600px) {
  .contactRow .form-control-plaintext {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .contactRow {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .contactRow .contactformFlex .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.daynamicSection h3 {
  padding: 26px 0px 15px 0px;
}
.daynamicSection h3:first-child {
  padding-top: 0px;
}
.daynamicSection ul {
  margin: 0px;
  padding: 0px 0px 0px 18px;
  margin-bottom: 1rem;
}
.daynamicSection ul li {
  padding-bottom: 5px;
}
.daynamicSection ul li:last-child {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .daynamicSection h3 {
    padding: 16px 0px 12px 0px !important;
  }
}

.not-found-page {
  padding-bottom: 70px;
}
.not-found-page .hd404 {
  font-size: 220px;
  padding: 50px 0px 10px 0px;
  color: #000;
}
@media (max-width: 1440px) {
  .not-found-page .hd404 {
    font-size: 180px;
  }
}
@media (max-width: 1500px) {
  .not-found-page .hd404 {
    font-size: 160px;
  }
}
@media (max-width: 991px) {
  .not-found-page .hd404 {
    font-size: 150px;
    padding: 2px 0px 0px 0px;
  }
}
@media (max-width: 480px) {
  .not-found-page .hd404 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .not-found-page {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .not-found-page {
    padding-bottom: 20px;
  }
}

.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 {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.facet-body-inner.scrollable::-webkit-scrollbar {
  width: 10px;
}
.facet-body-inner.scrollable::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.facet-body-inner.scrollable::-webkit-scrollbar-thumb {
  background: #888;
}
.facet-body-inner.scrollable::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.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: #EA5C0A !important;
}

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

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

.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: #EA5C0A;
}
.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: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #232323;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facet-range-container.d-flex .range {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.facet-range-container.d-flex input {
  border: 0px;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  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 .range {
    font-size: 13px;
    line-height: 1;
    color: #000;
  }
  .facet-range-container.d-flex input {
    font-size: 13px;
    line-height: 1;
  }
}

.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-field {
  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: "Lexend", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #EA5C0A;
  margin-top: -9px;
}
.btn-remove-group-filters:hover {
  color: #000;
}

.product-list-container .artlist.artlist-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.product-list-container .art .artBox {
  margin-bottom: 30px;
  height: 100%;
  min-height: 360px;
}
@media (max-width: 767px) {
  .product-list-container .art .artBox {
    min-height: 330px;
  }
}
@media (max-width: 400px) {
  .product-list-container .art .artBox {
    min-height: 330px;
  }
}
.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;
}
.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;
}
.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: 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: 1500px) {
  .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: #ea5d0b;
    color: #fff;
    padding: 8px 12px;
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
  }
  .product-list-container .artlist-actions .btn-warning:hover {
    background: #000;
  }
}
@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 .billingShippinfAdreesSection {
  margin: 0px 0px 40px 0px;
}
.addressForm_comman .billingShippinfAdreesSection .content-group {
  max-height: 600px;
  margin-right: 10px;
  overflow-y: auto; /* Scrollbar styles for WebKit-based browsers (Chrome, Safari) */
  /* Firefox scrollbar styles */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  /* IE and Edge (only for EdgeHTML-based, not Chromium-based Edge) */
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar {
  width: 12px;
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  border: 3px solid #f1f1f1;
}
.addressForm_comman .billingShippinfAdreesSection .content-group::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.addressForm_comman .address-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.addressForm_comman .address-list .card {
  margin: 0px 0px 30px 0px;
  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;
  background: transparent;
  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: 600;
  text-transform: capitalize;
  font-size: 20px;
  padding-bottom: 4px !important;
}
.addressForm_comman .address-list .card .address {
  padding-bottom: 9px;
}
.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: #f6f6f6;
  border: #C0C0C0 solid 0px;
  margin-bottom: 30px;
}
.addressForm_comman .boxBillingShipping h3 {
  border-bottom: #C0C0C0 solid 1px;
  padding: 20px 35px;
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
.addressForm_comman .boxBillingShipping .content-group {
  padding: 30px 25px;
}
.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/checkbox1.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: 1700px) {
  .addressForm_comman .boxBillingShipping h3 {
    padding: 20px 35px;
    font-size: 26px;
  }
  .addressForm_comman .boxBillingShipping .content-grou {
    padding: 30px 25px;
  }
}
@media (max-width: 1600px) {
  .addressForm_comman .boxBillingShipping .inputcheckbox input[type=radio] + .bgcheckbox {
    top: -4px;
  }
}
@media (max-width: 1440px) {
  .addressForm_comman .boxBillingShipping .content-group {
    padding: 15px 35px;
  }
  .addressForm_comman .boxBillingShipping h3 {
    padding: 20px 27px;
  }
  .addressForm_comman .boxBillingShipping .checkboxsection input[type=checkbox] + input + label::before {
    top: 0px;
  }
}
@media (max-width: 1500px) {
  .addressForm_comman .boxBillingShipping h3 {
    padding: 15px 25px;
    font-size: 22px;
  }
  .addressForm_comman .boxBillingShipping .content-group {
    padding: 15px 30px;
  }
  .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;
  }
}
@media (max-width: 1199px) {
  .addressForm_comman .boxBillingShipping h3 {
    padding: 12px 15px;
    font-size: 20px;
  }
  .addressForm_comman .boxBillingShipping .content-group {
    padding: 12px 25px;
  }
  .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;
  top: 3px;
}
.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/checkbox1.png) no-repeat left top;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.addressForm_comman .otherAdrresAdd .inputcheckbox input[type=radio]:checked + .bgcheckbox {
  background-position: 0px -21px;
}
@media (max-width: 1700px) {
  .addressForm_comman .otherAdrresAdd .inputcheckbox {
    top: 0px;
  }
}
@media (max-width: 1500px) {
  .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;
}
@media (max-width: 991px) {
  .addressForm_comman .otherAdrresAdd label {
    font-weight: 600;
  }
}
.addressForm_comman .checkout-data .buttons {
  padding-left: 15px;
}
.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: 767px) {
  .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.cityInputArea, .addressForm_comman .form-horizontal .row:nth-child(5), .addressForm_comman .form-horizontal .row:nth-child(6), .addressForm_comman .form-horizontal .row:nth-child(9) {
  width: 100%;
}
.addressForm_comman .form-horizontal .row.newclass.contactNumber .form-group {
  width: inherit;
}
.addressForm_comman .form-horizontal .row.newclass.contactNumber .col-lg-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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/checkbox.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;
}
.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: 1600px) {
  .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: 1500px) {
  .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 .billingShippinfAdreesSection .content-group {
    max-height: 332px;
  }
  .addressForm_comman .blingcheckbox {
    margin-bottom: 30px !important;
  }
  .addressForm_comman .boxBillingShipping {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .addressForm_comman .billingShippinfAdreesSection {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .addressForm_comman .address-list .card {
    margin-bottom: 26px;
  }
  .addressForm_comman .address-list .address-item .address-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .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;
  }
  .addressForm_comman .boxBillingShipping .content-group {
    padding: 12px 30px;
  }
}
@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;
  }
  .addressForm_comman .boxBillingShipping .content-group {
    padding: 12px 16px;
  }
}
@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/checkbox.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;
}

.payment-methods {
  margin-bottom: 40px;
}
.payment-methods .opt-list-item {
  background: #F2F2F2;
  border: none;
  height: 70px;
  padding: 10px 30px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.payment-methods .opt-list-item::before {
  display: none !important;
}
.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;
}
.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;
}
.payment-methods .opt-list-item .form-check-label {
  position: relative;
  padding-left: 30px;
  z-index: 1;
}
.payment-methods .opt-list-item .form-check-label::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: #D9D9D9 solid 3px;
  border-radius: 100%;
  background-color: #fff;
}
.payment-methods .opt-list-item .form-check input[type=radio] + .form-check-label::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: #D9D9D9 solid 3px;
  border-radius: 100%;
  background-color: #fff;
}
.payment-methods .opt-list-item .form-check input[type=radio]:checked + .form-check-label::before {
  border-color: #D9D9D9 solid 3px;
  background-color: #EA5C0A;
}
.payment-methods .opt-list-item .opt-name {
  margin-left: 0px;
  font-size: 18px;
  color: #000;
}
.payment-methods .opt-info.payment-method-info {
  display: none;
}
@media (max-width: 1440px) {
  .payment-methods .opt-list-item {
    height: 56px;
    padding: 10px 20px;
  }
  .payment-methods .opt-list-item .form-check-input {
    width: 18px;
    height: 18px;
    border-width: 2px;
    margin: 0px !important;
    top: 4px;
  }
  .payment-methods .opt-list-item .form-check input[type=radio] + .form-check-label::before {
    width: 18px;
    height: 18px;
    top: 4px;
  }
  .payment-methods .opt-list-item .opt-name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .payment-methods .opt-list-item .opt-name {
    font-size: 15px;
  }
}

.checkout_comman .btn-danger {
  border: none !important;
}
.checkout_comman .card {
  border-radius: 20px;
}
.checkout_comman .card .card-header {
  border-radius: 20px 20px 0 0;
}
.checkout_comman .heading .heading-title {
  font-size: 18px;
  font-weight: 700 !important;
  padding-bottom: 0px;
}
.checkout_comman .email, .checkout_comman .phone {
  padding-top: 3px;
}
.checkout_comman .email span strong, .checkout_comman .phone span strong {
  font-weight: 600;
}
.checkout_comman .billinginfo .btn, .checkout_comman .shippinginfo .btn {
  min-width: 1px !important;
  font-size: 12px !important;
  padding: 5px 10px !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;
    max-width: 100%;
  }
  .checkout_comman .cart-buttons.two_button .btn {
    min-width: 1px;
  }
  .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 .cart-buttons.btnSpace-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkout_comman .cart-buttons.btnSpace-between .widthAuto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.checkout_comman .form-control, .checkout_comman .select2-container--bootstrap .select2-selection {
  background: #F2F2F2;
  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;
}
.checkout_comman.checkout-confirm-page .billinginfo, .checkout_comman.checkout-confirm-page .shippinginfo {
  font-size: 18px;
  color: #000;
}
.checkout_comman.checkout-confirm-page .billinginfo .heading .heading-title, .checkout_comman.checkout-confirm-page .shippinginfo .heading .heading-title {
  font-size: 24px;
  font-weight: 500 !important;
  color: #000;
}
.checkout_comman.checkout-confirm-page .billinginfo .btn, .checkout_comman.checkout-confirm-page .shippinginfo .btn {
  background: none !important;
  font-size: 0px;
  width: 23px;
  height: 23px;
  position: relative;
  cursor: pointer;
}
.checkout_comman.checkout-confirm-page .billinginfo .btn::before, .checkout_comman.checkout-confirm-page .shippinginfo .btn::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/icon_edit.png) no-repeat center center;
}
.checkout_comman.checkout-confirm-page .billinginfo .btn:hover, .checkout_comman.checkout-confirm-page .shippinginfo .btn:hover {
  background: none !important;
}
.checkout_comman.checkout-confirm-page .billinginfo .btn:hover::before, .checkout_comman.checkout-confirm-page .shippinginfo .btn:hover::before {
  background: url(../images/icon_edit_hover.png) no-repeat center center !important;
}
.checkout_comman.checkout-confirm-page .billinginfo .name, .checkout_comman.checkout-confirm-page .shippinginfo .name {
  font-size: 18px;
  color: #000;
  font-weight: 700 !important;
  text-transform: capitalize;
  padding-top: 10px;
}
.checkout_comman.checkout-confirm-page .billinginfo .mb-2, .checkout_comman.checkout-confirm-page .shippinginfo .mb-2 {
  margin-bottom: 3px !important;
}
.checkout_comman.checkout-confirm-page .billinginfo .addressSection, .checkout_comman.checkout-confirm-page .shippinginfo .addressSection {
  padding: 1px 0px 3px 0px;
  text-transform: capitalize;
}
.checkout_comman.checkout-confirm-page .billinginfo .addressSection div, .checkout_comman.checkout-confirm-page .shippinginfo .addressSection div {
  display: inline;
}
.checkout_comman.checkout-confirm-page .billinginfo .addressSection div::after, .checkout_comman.checkout-confirm-page .shippinginfo .addressSection div::after {
  content: ", ";
  margin-left: -3px;
}
.checkout_comman.checkout-confirm-page .billinginfo .addressSection div:last-child::after, .checkout_comman.checkout-confirm-page .shippinginfo .addressSection div:last-child::after {
  content: ".";
}
@media (max-width: 1500px) {
  .checkout_comman.checkout-confirm-page .billinginfo, .checkout_comman.checkout-confirm-page .shippinginfo {
    font-size: 16px;
  }
  .checkout_comman.checkout-confirm-page .billinginfo .name, .checkout_comman.checkout-confirm-page .shippinginfo .name {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .checkout_comman.checkout-confirm-page .billinginfo, .checkout_comman.checkout-confirm-page .shippinginfo {
    font-size: 15px;
  }
  .checkout_comman.checkout-confirm-page .billinginfo .heading .heading-title, .checkout_comman.checkout-confirm-page .shippinginfo .heading .heading-title {
    font-size: 22px;
  }
  .checkout_comman.checkout-confirm-page .billinginfo .name, .checkout_comman.checkout-confirm-page .shippinginfo .name {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .checkout_comman.checkout-confirm-page .billinginfo .heading .heading-title, .checkout_comman.checkout-confirm-page .shippinginfo .heading .heading-title {
    font-size: 21px;
  }
  .checkout_comman.checkout-confirm-page .billinginfo .btn, .checkout_comman.checkout-confirm-page .shippinginfo .btn {
    width: 18px;
    height: 18px;
  }
  .checkout_comman.checkout-confirm-page .billinginfo .btn::before, .checkout_comman.checkout-confirm-page .shippinginfo .btn::before {
    background-size: 18px;
  }
}
@media (max-width: 1500px) {
  .checkout_comman .heading .heading-title {
    font-size: 16px;
  }
  .checkout_comman .form-control {
    font-size: 16px;
  }
  .checkout_comman #terms-of-service-consent-box .card-body {
    padding: 12px 15px;
  }
  .checkout_comman #terms-of-service-consent-box .form-check {
    padding-left: 28px;
  }
  .checkout_comman #terms-of-service-consent-box .form-check input[type=checkbox].form-check-input + .form-check-label::before {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
  .checkout_comman #terms-of-service-consent-box .form-check input[type=checkbox].form-check-input:checked + .form-check-label::before {
    background-position: 0px -18px;
  }
}
@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-4 p {
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .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: 7px auto;
  }
}

.checkout-confirm-page .bgnone #confirm-order-form {
  background: transparent;
  padding: 0;
  border-radius: 10px;
}
.checkout-confirm-page .bgnone #confirm-order-form #terms-of-service-consent-box {
  border: 0;
  background: transparent;
}
.checkout-confirm-page .bgnone #confirm-order-form #terms-of-service-consent-box .card-body {
  padding: 0px;
}
.checkout-confirm-page #confirm-order-form {
  background: #F6F6F6;
  padding: 30px;
  margin-bottom: 60px;
  border-radius: 5px;
}
.checkout-confirm-page #confirm-order-form .payment-methods.extraMethods li {
  border: 0px !important;
}
.checkout-confirm-page #confirm-order-form .payment-methods.extraMethods li:nth-child(2) {
  display: none !important;
}
.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: 0px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item {
  background: none;
  border: none;
  padding: 20px 0px;
  margin-bottom: 0px;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  color: #000;
  border-bottom: #dee2e6 solid 1px;
  width: 100%;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:nth-child(2) .cardimg {
  margin-left: 30px;
  display: inline-block;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item:last-child {
  padding-right: 0px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item#Lipaymentmethod_2 .opt-name {
  margin-left: 10px;
}
.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_2 .form-check input[type=radio] + .form-check-label::before {
  top: 7px;
}
.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 {
  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;
  position: relative;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-input {
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 8px;
  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-label {
  position: relative;
  padding-left: 40px;
  z-index: 1;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-label::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check-label::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 13px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .form-check input[type=radio]:checked + .form-check-label::after {
  opacity: 1;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .opt-name {
  margin-left: 0px;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .cardimg {
  margin-left: 30px;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-list-item .payment-method-description {
  margin-top: 0px;
}
.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: 15px;
  font-weight: 300;
}
.checkout-confirm-page #confirm-order-form .payment-methods .opt-info.payment-method-info {
  display: none;
}
@media (max-width: 400px) {
  .checkout-confirm-page #confirm-order-form {
    padding: 30px 15px;
  }
}

.checkout-confirm-page .tabbyPaymentFlex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-confirm-page .tabbyPaymentFlex button {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  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 .tabbyPaymentFlex .opt-name {
  font-size: 14px !important;
  font-weight: 500;
  margin-left: 15px !important;
}

.bgnone #confirm-order-form {
  background: none;
  padding: 0px;
  margin-bottom: 60px;
}

.checkout-completed-page {
  max-width: 945px;
  margin: 0px auto;
  text-align: center;
  background: #ECECEC;
  padding: 52px 0px 70px 0px;
}
.checkout-completed-page .heading-title {
  font-size: 50px;
  margin: 0px;
  padding: 0px 0px 32px 0px;
  font-weight: 500 !important;
}
.checkout-completed-page h3 {
  font-size: 36px;
  font-weight: 500 !important;
  color: #666666;
  margin: 0px;
  padding: 0px 0px 4px 0px;
}
.checkout-completed-page p {
  margin: 0px;
  padding: 0px;
}
.checkout-completed-page .order-completed p {
  font-size: 24px;
  font-weight: 400 !important;
  color: #232323;
}
.checkout-completed-page p.transactionText {
  font-size: 22px;
  font-weight: 500 !important;
  padding-top: 15px;
}
.checkout-completed-page .two_button1 {
  padding-top: 45px;
}
.checkout-completed-page .two_button1 .btn_comman {
  margin-right: 15px;
}
.checkout-completed-page .two_button1 .btn_comman:last-child {
  margin-right: 0px;
}
@media (max-width: 1440px) {
  .checkout-completed-page {
    padding: 30px 15px 60px 15px;
  }
  .checkout-completed-page .heading-title {
    font-size: 40px;
  }
  .checkout-completed-page h3 {
    font-size: 32px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 18px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 45px;
  }
}
@media (max-width: 1500px) {
  .checkout-completed-page {
    padding: 30px 15px 60px 15px;
  }
  .checkout-completed-page .heading-title {
    font-size: 32px;
  }
  .checkout-completed-page h3 {
    font-size: 28px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 16px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 35px;
  }
}
@media (max-width: 1199px) {
  .checkout-completed-page .heading-title {
    font-size: 28px;
    padding-bottom: 22px;
  }
  .checkout-completed-page h3 {
    font-size: 22px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 14px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .checkout-completed-page .heading-title {
    font-size: 24px;
    padding-bottom: 18px;
  }
  .checkout-completed-page h3 {
    font-size: 18px;
  }
  .checkout-completed-page .pt-4 {
    padding-top: 15px !important;
  }
  .checkout-completed-page p.transactionText {
    padding-top: 12px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 25px;
  }
}
@media (max-width: 575px) {
  .checkout-completed-page {
    padding: 30px 15px 40px 15px;
  }
  .checkout-completed-page .heading {
    margin: 0px !important;
  }
  .checkout-completed-page .heading-title {
    font-size: 24px;
    padding-bottom: 18px;
    line-height: 1;
  }
  .checkout-completed-page h3 {
    font-size: 18px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 25px;
  }
  .checkout-completed-page .two_button1 .btn {
    min-width: 1px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .checkout-completed-page .heading-title {
    font-size: 20px;
    font-weight: 600 !important;
  }
  .checkout-completed-page h3 {
    font-size: 17px;
  }
  .checkout-completed-page .two_button1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .checkout-completed-page .two_button1 .btn {
    margin-right: 0px;
    width: 48%;
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .checkout-completed-page .two_button1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout-completed-page .two_button1 .btn {
    margin-right: 0px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .checkout-completed-page .two_button1 .btn:last-child {
    margin-bottom: 0px;
  }
}

.write-review.commanform .form-control {
  background: #fff;
}
@media (max-width: 767px) {
  .write-review.commanform {
    padding: 20px 12px;
  }
  .write-review.commanform .form-control-label.col-form-label {
    font-size: 15px !important;
  }
  .write-review.commanform .mobileCenter {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .write-review.commanform {
    padding: 16px 10px;
  }
}

.forCategory {
  display: none;
}
.forCategory .forList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.forCategory .forList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.33%;
          flex: 0 0 31.33%;
  max-width: 31.33%;
}
.forCategory .forList li .forBox {
  position: relative;
  overflow: hidden;
}
.forCategory .forList li .forBox img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.forCategory .forList li .forBox .forText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 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;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  padding: 30px;
}
.forCategory .forList li .forBox .forText h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.forCategory .forList li .forBox .forText a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.forCategory .forList li .forBox .forText a:hover {
  text-decoration: none;
}
.forCategory .forList li .forBox:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1500px) {
  .forCategory .forList li .forBox .forText h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .forCategory .forList li .forBox .forText a {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 991px) {
  .forCategory .forList li .forBox .forText {
    padding: 20px;
  }
  .forCategory .forList li .forBox .forText h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .forCategory .forList li .forBox .forText a {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  .forCategory .forList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .forCategory .forList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%;
    margin: 0 7px 15px;
  }
  .forCategory .forList li .forBox .forText {
    padding: 15px;
  }
  .forCategory .forList li .forBox .forText h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .forCategory .forList li .forBox .forText a {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 400px) {
  .forCategory .forList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .forCategory .forList li .forBox .forText h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

.productCategory .cateList {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.productCategory .cateList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
  padding: 0;
}
.productCategory .cateList li .img-center-container {
  padding-top: 0;
  height: 164px;
}
.productCategory .cateList li .cateBox {
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productCategory .cateList li .cateBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin: inherit;
}
.productCategory .cateList li .cateBox .cateText {
  position: relative;
  margin: 15px 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;
}
.productCategory .cateList li .cateBox .cateText p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}
.productCategory .cateList li .cateBox:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.productCategory .cateList li .cateBox .cateWht {
  display: none;
}
@media (max-width: 1199px) {
  .productCategory .cateList li .img-center-container {
    height: 140px;
  }
  .productCategory .cateList li .cateBox .cateText p {
    font-size: 14px;
    line-height: 14px;
  }
  .productCategory .cateList li:nth-child(3) .cateBox .cateWht p, .productCategory .cateList li:last-child .cateBox .cateWht p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .productCategory .cateList li .img-center-container {
    height: 110px;
  }
  .productCategory .cateList li .cateBox .cateText {
    margin: 10px auto;
  }
  .productCategory .cateList li .cateBox .cateText p {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 767px) {
  .productCategory .cateList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.33%;
            flex: 0 0 32.33%;
    max-width: 32.33%;
    margin-bottom: 0;
  }
  .productCategory .cateList li .img-center-container {
    height: 164px;
  }
  .productCategory .cateList li .cateBox .cateText p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 575px) {
  .productCategory .heading {
    text-align: center;
  }
  .productCategory .cateList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .productCategory .cateList li .cateBox .cateText p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 400px) {
  .productCategory .cateList li .img-center-container {
    height: 176px;
  }
}

.manufacturer-list-page .artlist .art {
  margin-bottom: 30px;
}
.manufacturer-list-page .artlist .art .art-picture-block {
  margin-bottom: 0;
}
.manufacturer-list-page .artlist .art .art-picture-block .art-picture.img-center-container {
  padding-top: 0;
  height: 110px;
}
.manufacturer-list-page .artlist .art .art-genericname {
  display: none;
}

#footer {
  background: #000;
  border: 0px;
  padding-top: 40px;
  color: #d9d9d9;
}
@media (max-width: 1500px) {
  #footer {
    padding-top: 30px;
  }
}
#footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
#footer a:hover {
  color: #EA5C0A;
}
#footer .sm-gutters > .col, #footer .sm-gutters > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
#footer .sm-gutters {
  margin-right: -25px;
  margin-left: -25px;
}
#footer.footer-light a.footer-link, #footer.footer-light a.menu-link {
  color: #d9d9d9;
}
#footer .footer-main-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1500px) {
  #footer .footer-main-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#footer .footerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 30px;
  position: relative;
}
#footer .footerLogo img {
  max-width: 205px;
  display: block;
  margin: 0px auto;
}
#footer .footer-title {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
#footer .SearchBoxComman .form-control {
  font-family: "Lexend", sans-serif;
}
#footer .footerLinks ul {
  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;
}
#footer .footerLinks ul li {
  width: 50%;
}
#footer .footerLinks ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6) !important;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
#footer .footerLinks ul li a:hover {
  color: #EA5C0A !important;
}
#footer .footerLinks ul li.active a {
  color: #EA5C0A !important;
}
#footer .footerLinks .part3 ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footerLinks .part3 ul li {
  width: 100%;
}
#footer .infoLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .infoLinks ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
#footer .infoLinks ul li a {
  text-transform: capitalize;
}
#footer .socialAndpayment {
  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: 51px 0px 39px 0px;
}
#footer .socialAndpayment .SecondDiv {
  margin-left: 90px;
}
#footer .socialAndpayment .footer-social-wrapper {
  padding: 0px;
}
#footer .footer-social-wrapper .footer-social .btn-social {
  background: none;
  margin: 0px 56px 0px 0px;
}
#footer .footer-social-wrapper .footer-social .btn-social:last-child {
  margin-right: 0px;
}
#footer .footer-social-wrapper .footer-social .btn-social i::before {
  display: none;
}
#footer .footer-social-wrapper .footer-social .btn-social.btn-brand-facebook-f {
  width: 27px;
  height: 27px;
}
#footer .footer-social-wrapper .footer-social .btn-social.btn-brand-facebook-f i {
  background: url(../images/facebook.png) no-repeat center center;
  background-size: 27px 27px;
  width: 27px;
  height: 27px;
}
#footer .footer-social-wrapper .footer-social .btn-social.btn-brand-twitter {
  width: 25px;
  height: 24px;
}
#footer .footer-social-wrapper .footer-social .btn-social.btn-brand-twitter i {
  background: url(../images/twitter.png) no-repeat center center;
  background-size: 25px 24px;
  width: 25px;
  height: 24px;
}
#footer .footer-social-wrapper .footer-social .btn-social.btn-brand-instagram {
  width: 25px;
  height: 24px;
}
#footer .footer-social-wrapper .footer-social .btn-social.btn-brand-instagram i {
  background: url(../images/instagram.png) no-repeat center center;
  background-size: 25px 24px;
  width: 25px;
  height: 24px;
}
#footer .contactdetail p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding-bottom: 15px;
  padding-left: 35px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#footer .contactdetail p span {
  position: absolute;
  left: 0px;
}
#footer .contactdetail p:last-child {
  padding-bottom: 0px;
}
#footer .footer-bottom-wrapper {
  background: none;
}
#footer .footer-bottom-wrapper .footer-bottom {
  padding: 40px 0px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#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;
  text-transform: capitalize;
}
#footer .footer-bottom-wrapper .footer-bottom .designedby img {
  max-width: 100%;
  margin-left: 8px;
}
@media (max-width: 1700px) {
  #footer .footerLinks ul li {
    font-size: 16px;
  }
  #footer .socialAndpayment .SecondDiv {
    margin-left: 80px;
    max-width: 107px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social {
    margin-right: 33px;
  }
  #footer .footer-bottom-wrapper .footer-bottom {
    font-size: 16px;
    line-height: 18px;
    padding: 13px 0px;
  }
}
@media (max-width: 1600px) {
  #footer .footerLogo img {
    max-width: 180px;
  }
  #footer .footerLinks ul li {
    font-size: 16px;
  }
  #footer .socialAndpayment {
    padding: 37px 0px 27px 0px;
  }
  #footer .socialAndpayment .SecondDiv {
    margin-left: 60px;
    max-width: 90px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social {
    margin-right: 30px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social.btn-brand-facebook-f i {
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social.btn-brand-twitter i {
    background-size: 21px 20px;
    width: 21px;
    height: 20px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social.btn-brand-instagram i {
    background-size: 22px 21px;
    width: 22px;
    height: 21px;
  }
  #footer .SearchBoxComman {
    margin-bottom: 24px;
  }
  #footer .contactdetail p {
    padding-left: 30px;
    padding-bottom: 13px;
  }
  #footer .contactdetail p span {
    font-size: 19px;
  }
  #footer .footer-bottom-wrapper .footer-bottom {
    font-size: 16px;
    line-height: 16px;
    padding: 11px 0px;
  }
}
@media (max-width: 1440px) {
  #footer .sm-gutters > .col, #footer .sm-gutters > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .sm-gutters {
    margin-right: -15px;
    margin-left: -15px;
  }
  #footer .footerLogo img {
    max-width: 180px;
  }
  #footer .socialAndpayment .SecondDiv {
    margin-left: 60px;
    max-width: 90px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social {
    margin-right: 30px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social.btn-brand-facebook-f i {
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social.btn-brand-twitter i {
    background-size: 21px 20px;
    width: 21px;
    height: 20px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social.btn-brand-instagram i {
    background-size: 22px 21px;
    width: 22px;
    height: 21px;
  }
}
@media (max-width: 1500px) {
  #footer .SearchBoxComman {
    margin-bottom: 18px;
  }
  #footer .SearchBoxComman .btnSerach .btn_black {
    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;
  }
  #footer .footerLogo img {
    max-width: 180px;
  }
  #footer .footer-title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  #footer .footerLinks ul li a {
    font-size: 14px;
    line-height: 22px;
  }
  #footer .socialAndpayment {
    padding: 37px 0px 27px 0px;
  }
  #footer .socialAndpayment .SecondDiv {
    margin-left: 46px;
    max-width: 77px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social {
    margin-right: 24px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social.btn-brand-facebook-f i {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social.btn-brand-twitter i {
    background-size: 18px 17px;
    width: 18px;
    height: 17px;
  }
  #footer .footer-social-wrapper .footer-social .btn-social.btn-brand-instagram i {
    background-size: 19px 18px;
    width: 19px;
    height: 18px;
  }
  #footer .SearchBoxComman {
    margin-bottom: 24px;
  }
  #footer .contactdetail p {
    font-size: 14px;
    line-height: 18px;
    padding-left: 32px;
    padding-bottom: 13px;
  }
  #footer .contactdetail p span {
    font-size: 17px;
  }
  #footer .footer-bottom-wrapper .footer-bottom {
    font-size: 14px;
    line-height: 14px;
    padding: 30px 0px;
  }
  #footer .footer-bottom-wrapper .footer-bottom .designedby img {
    max-width: 22px;
    margin-left: 6px;
  }
}
@media (max-width: 1199px) {
  #footer .footerLogo img {
    max-width: 160px;
  }
  #footer .footer-title {
    font-size: 14px;
    line-height: 14px;
  }
  #footer .footerLinks ul li a {
    font-size: 12px;
  }
  #footer .socialAndpayment {
    padding: 35px 0px 27px 0px;
  }
  #footer .socialAndpayment .SecondDiv {
    margin-left: 38px;
    max-width: 77px;
  }
  #footer .SearchBoxComman {
    margin-bottom: 15px;
  }
  #footer .contactdetail p {
    font-size: 12px;
    padding-left: 26px;
    padding-bottom: 11px;
  }
  #footer .contactdetail p span {
    font-size: 12px;
  }
  #footer .contactdetail p span img {
    height: 18px;
  }
  #footer .footer-bottom-wrapper .footer-bottom {
    font-size: 13px;
    line-height: 13px;
    padding: 9px 0px;
  }
  #footer .footer-bottom-wrapper .footer-bottom .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  #footer {
    padding-top: 25px;
  }
  #footer a, #footer .contactdetail p {
    color: #bdbdbd;
  }
  #footer.footer-light a.footer-link, #footer.footer-light a.menu-link {
    color: #bdbdbd;
  }
  #footer .contactdetail p {
    font-size: 12px;
    padding-left: 25px;
    padding-bottom: 10px;
  }
  #footer .footerLinks ul li a {
    font-size: 10px;
    line-height: 18px;
  }
  #footer .footer-title {
    font-size: 10px;
    line-height: 10px;
  }
  #footer .contactdetail p {
    font-size: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
  }
  #footer .contactdetail p span img {
    height: 15px;
  }
  #footer .footer-bottom-wrapper .footer-bottom {
    font-size: 11px;
    line-height: 11px;
  }
  #footer .timingFtr {
    margin-top: 15px;
  }
  #footer .timingFtr p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  #footer .footer-main, #footer .footer-bottom {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 540px !important;
  }
  #footer .footerLogo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footerLogo img {
    max-width: 100%;
    height: 47px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #footer .footer-title {
    display: none;
    margin-top: 0px;
    padding-top: 20px;
    font-size: 16px;
    margin-bottom: 15px;
    border-top: solid 1px rgba(255, 255, 255, 0.09);
  }
  #footer .footer-title.first {
    margin-top: 0px;
    padding-top: 0px;
    border: none;
  }
  #footer ul.list-unstyled {
    margin-bottom: -6px !important;
    margin-top: -3px;
  }
  #footer .footerLinks ul li a {
    font-size: 12px;
    line-height: 20px;
  }
  #footer .timingFtr p {
    font-size: 14px;
    line-height: 22px;
  }
  #footer .footer-main-wrapper {
    padding-bottom: 30px;
  }
  #footer .footer-main-wrapper .footer-main .last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .footer-main-wrapper .footerConactUs {
    width: 100%;
  }
  #footer .footer-main-wrapper .footerComman > .footer-links.footerLinks {
    width: 100%;
  }
  #footer .footer-main-wrapper .footer-links ul.list-unstyled {
    margin-bottom: 0 !important;
    margin-top: 0px;
  }
  #footer .footer-main-wrapper .footer-links .part3 ul li {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  #footer .footer-main-wrapper .footer-links .part3 ul li a {
    font-size: 12px;
    line-height: 22px;
  }
  #footer .footer-main-wrapper .socialAndpayment {
    padding: 18px 0px 0px 0px;
  }
  #footer .footer-main-wrapper .socialAndpayment .SecondDiv {
    margin-left: 30px;
  }
  #footer .footer-main-wrapper .footer-social-wrapper .footer-social .btn-social {
    margin-right: 12px;
  }
  #footer .footer-main-wrapper .contactdetail p {
    font-size: 14px;
  }
  #footer .footer-bottom-wrapper .footer-bottom {
    padding: 25px 0;
  }
  #footer .footer-bottom-wrapper .footer-bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footer-bottom-wrapper .footer-bottom .sm-gutters > .col {
    min-height: auto;
    text-align: center;
    padding: 0px;
    padding-bottom: 0;
  }
  #footer .footer-bottom-wrapper .footer-bottom .designedby {
    opacity: 0.52;
  }
  #footer .footer-bottom-wrapper .footer-bottom .rgtIcnLst {
    padding-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #footer .footerLogo img {
    max-width: 136px;
  }
  #footer .footer-title {
    margin-top: 0px;
  }
  #footer ul.list-unstyled {
    margin-bottom: 0px !important;
    margin-top: -3px;
  }
  #footer .footer-main-wrapper .footer-main .col-md-4:first-child .footer-title {
    margin-top: 0px;
  }
  #footer .footer-main-wrapper .footer-main .last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .footer-main-wrapper .socialAndpayment {
    padding: 18px 0px 0px 0px;
  }
  #footer .footer-main-wrapper .footer-links .part3 ul li {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 360px) {
  #footer .footer-title {
    font-size: 21px;
  }
  #footer .footerLinks ul li {
    font-size: 14px;
  }
  #footer .footerLinks .part3 ul li {
    width: 50%;
  }
  #footer .footer-main-wrapper .contactdetail p {
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  #footer .footer-title {
    font-size: 19px;
  }
  #footer .footerLinks ul li {
    font-size: 15px;
  }
  #footer .footer-main-wrapper .contactdetail p {
    font-size: 15px;
  }
}

#scroll-top {
  background: #f0f0f0;
}
#scroll-top:hover {
  background: #EA5C0A;
}

.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: #EA5C0A;
}

.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: #EA5C0A;
}

#offcanvas-menu .menubar-link .ocm-link, #offcanvas-menu .ocm-item .ocm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#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: #EA5C0A;
}

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

@media (min-width: 1440px) {
  .setleftwidth1.col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 316px;
    max-width: 22%;
  }
  .setrightwidth1.col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78%;
            flex: 0 0 78%;
    max-width: 78%;
  }
}
@media (max-width: 1700px) {
  .hd2, .heading .heading-title {
    font-size: 40px;
    line-height: 41px;
  }
}
@media (max-width: 1600px) {
  .hd2, .heading .heading-title {
    font-size: 38px;
    line-height: 39px;
  }
}
@media (max-width: 1440px) {
  .hd2, .heading .heading-title {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 1500px) {
  .hd2, .heading .heading-title {
    font-size: 32px !important;
    line-height: 42px;
  }
}
@media (max-width: 1199px) {
  .hd2, .heading .heading-title {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 767px) {
  .hd2, .heading .heading-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}
@media (max-width: 400px) {
  .hd2, .heading .heading-title {
    font-size: 18px !important;
    line-height: 26px !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) {
  .hmProduct_section2, .hmProduct_section3, .giftImgSection {
    margin-bottom: 0;
  }
  .mobileCenter {
    text-align: center;
  }
  .mobileCenter .col-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .offcanvas-nav .tab-content-header a:hover {
    color: #EA5C0A;
  }
  .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 {
    padding-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 {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .btn_primary, .btn-danger, #content-wrapper .btn-primary, .btn-warning {
    min-width: 130px;
  }
}
[dir=rtl] body .menubar-group {
  margin-top: -17px;
}
[dir=rtl] body .megamenu .navbar-nav .nav-item + .nav-item {
  padding-right: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[dir=rtl] body #header .shopbar-tools .language-selector .menubar-link {
  margin-top: 0px;
}
[dir=rtl] body #shopbar-cart {
  margin-left: 0px !important;
}
[dir=rtl] body .shopbar .instasearch-form .instasearch-button {
  width: 100%;
  right: -10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
[dir=rtl] body #header .shopbar-tools .shopbar-button .shopbar-button-icon {
  margin-right: 0px;
  margin-left: 10px;
}
[dir=rtl] body #header .shopbar-tools .blockLink .menubar-link .locate-icon {
  margin-right: 0px;
  margin-left: 10px;
}
[dir=rtl] body .leftSideBox {
  border-left: solid 2px #d9d9d9;
  padding-left: 10px;
  border-right: 0;
}
[dir=rtl] body .leftSideBox .fiiterBox h3::after {
  right: inherit;
  left: 0px;
}
[dir=rtl] body .leftSideBox .facet-group .facet-toggle:after {
  right: inherit;
}
[dir=rtl] body .leftSideBox .arrowshow {
  border-right: 16px solid #000;
  border-left: 0;
  right: inherit;
  left: -18px;
}
[dir=rtl] body .art .artBox .art-btn.btn-secondary.ajax-cart-link {
  right: inherit;
  left: 10px;
}
[dir=rtl] body .art .artBox .art-price-block {
  text-align: right;
}
[dir=rtl] body #footer .contactdetail p {
  padding-left: 0;
  padding-right: 28px;
}
[dir=rtl] body #footer .contactdetail p span {
  left: inherit;
  right: 0;
}
[dir=rtl] body #footer .footer-bottom-wrapper .footer-bottom .designedby img {
  margin-left: 0;
  margin-right: 6px;
}
[dir=rtl] body .SearchBoxComman .btnSerach {
  left: 0;
  right: inherit;
}
[dir=rtl] body .SearchBoxComman .form-control {
  padding: 2px 15px 5px 15px !important;
}
[dir=rtl] body .commanform select {
  background-position: 9% center !important;
}
[dir=rtl] body .card.card_list .cart-footer .cart-action .cart-action-title:after {
  left: 20px;
  right: inherit;
}
[dir=rtl] body .addressForm_comman .address-list .address-item .address-data .addressSelect {
  margin-right: 10px;
}
[dir=rtl] body .addressForm_comman .otherAdrresAdd label {
  margin-right: 10px;
}
[dir=rtl] body .paymentOderSection .billinginfo .row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
[dir=rtl] body .paymentOderSection .shippinginfo .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  [dir=rtl] body .topBrand .comman_slider .slick-arrow.slick-prev {
    left: -42px;
  }
  [dir=rtl] body .topBrand .comman_slider .slick-arrow.slick-next {
    right: -42px;
  }
}
@media (max-width: 991px) {
  [dir=rtl] body .sectionPadding.paddtop0 {
    padding-top: 20px;
  }
  [dir=rtl] body .bestSilder {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  [dir=rtl] body #header .shopbar-section .shopbar .instasearch-form .instasearch-term {
    padding: 5px 15px 5px 15px;
  }
  [dir=rtl] body #header .shopbar-section .shopbar .instasearch-form .instasearch-button {
    right: inherit;
    left: 4px;
  }
  [dir=rtl] body .art .artBox {
    min-height: 310px;
  }
  [dir=rtl] body .cart-item-attr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  [dir=rtl] body .topBrand .comman_slider .slick-arrow.slick-prev {
    left: 40%;
  }
  [dir=rtl] body .topBrand .comman_slider .slick-arrow.slick-next {
    right: 40%;
  }
}

.timingFtr {
  margin-top: 30px;
}
.timingFtr .gryTxt {
  color: rgba(255, 255, 255, 0.6);
}
.timingFtr p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.timingFtr p span {
  color: rgba(255, 255, 255, 0.6);
  display: block;
}
@media (max-width: 1500px) {
  .timingFtr {
    margin-top: 20px;
  }
  .timingFtr p {
    font-size: 14px;
    line-height: 22px;
  }
}

.soclLst {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.soclLst .socialFtr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-bottom: 0;
}
.soclLst .socialFtr li {
  margin: 0 12px 0 0;
  border: 1px solid #fff;
  padding: 0;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.soclLst .socialFtr li img {
  height: 14px;
  width: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.soclLst .socialFtr li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.soclLst .imgLst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  padding-left: 18%;
  margin-bottom: 0;
}
.soclLst .imgLst li {
  margin: 0 40px 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.soclLst .imgLst li img {
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}
.soclLst .imgLst li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1500px) {
  .soclLst {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .soclLst .imgLst li {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 991px) {
  .soclLst {
    margin-top: 20px;
  }
  .soclLst .imgLst {
    padding-left: 6%;
  }
  .soclLst .imgLst li {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .soclLst {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .soclLst .socialFtr {
    margin-bottom: 0;
  }
  .soclLst .imgLst {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .soclLst .imgLst li {
    margin: 0 10px 0;
  }
}

.rgtIcnLst a {
  margin-right: 10px;
  display: inline-block;
}
.rgtIcnLst a:last-child {
  margin: 0;
}
.rgtIcnLst a img {
  height: 41px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ftrTp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ftrTp .ftrImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1500px) {
  .ftrTp {
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .ftrTp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ftrTp .ftrImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }
}
@media (max-width: 767px) {
  .ftrTp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ftrTp .ftrImg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }
  .ftrTp .ftrImg:nth-child(3), .ftrTp .ftrImg:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ftrTp.mbHde {
    display: none;
  }
}
.ftrTp.mbShw {
  display: none;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .ftrTp.mbShw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ftrTp.mbShw .ftrImg {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .ftrTp.mbShw .ftrImg img {
    margin-bottom: 11px;
  }
  .ftrTp.mbShw .ftrImg p {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
  }
  .ftrTp.mbShw .ftrImg:nth-child(3), .ftrTp.mbShw .ftrImg:last-child {
    margin-bottom: 0;
  }
}

.blockLink {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.bannerTp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eb5d0b;
  margin: 5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bannerTp .bannerTpBx {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 25px;
  text-align: center;
  position: relative;
}
.bannerTp .bannerTpBx:last-child::after {
  display: none;
}
.bannerTp .bannerTpBx::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 1px;
  height: 80%;
  margin: auto;
}
.bannerTp .bannerTpBx p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .bannerTp {
    background: #FF711F;
  }
  .bannerTp .bannerTpBx {
    padding: 10px;
  }
  .bannerTp .bannerTpBx p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .bannerTp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bannerTp .bannerTpBx {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }
  .bannerTp .bannerTpBx::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.368627451);
    margin: auto;
  }
  .bannerTp .bannerTpBx::after {
    display: none;
  }
  .bannerTp .bannerTpBx:first-child::before {
    display: none;
  }
}

.artModel {
  background: #fff;
  color: #05422C !important;
  display: inline-block;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 17px;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.artModel:hover {
  text-decoration: none;
  background: #05422C;
  color: #fff !important;
}
@media (max-width: 1500px) {
  .artModel {
    padding: 7px 12px;
    font-size: 10px;
    line-height: 15px;
  }
}
@media (max-width: 1199px) {
  .artModel {
    padding: 7px 10px;
  }
}
@media (max-width: 400px) {
  .artModel {
    padding: 7px;
  }
}

.frmDull {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-right: 8px;
}

.art-price {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 24px;
  color: #EB2606 !important;
}

.mgBtThrty {
  margin-bottom: 30px;
}

.priceSlider .priceBox {
  border-radius: 16px;
  padding: 140px 30px 0px 30px;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
.priceSlider .priceBox.brown {
  background: #F8E2AF;
}
.priceSlider .priceBox.green {
  background: #E7F8AF;
}
.priceSlider .priceBox.green::before {
  background: #cfec70;
}
.priceSlider .priceBox.blue {
  background: #AFEFF8;
}
.priceSlider .priceBox.blue::before {
  background: #7ce2f0;
}
.priceSlider .priceBox.purple {
  background: #EBDCFF;
}
.priceSlider .priceBox.purple::before {
  background: #cdb3ef;
}
.priceSlider .priceBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: #f3c968;
  height: 55%;
  width: 100%;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.priceSlider .priceBox img {
  position: relative;
}
.priceSlider .priceBox p {
  position: absolute;
  right: 0;
  top: 20px;
  left: 0;
  padding: 0 30px;
  margin: 0px;
  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;
}
.priceSlider .priceBox p span {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.priceSlider .priceBox p span.price {
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .priceSlider .priceBox p span {
    font-size: 16px;
    line-height: 16px;
  }
  .priceSlider .priceBox p span.price {
    font-size: 50px;
    line-height: 50px;
  }
}
.priceSlider .priceBox > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  background: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.priceSlider .priceBox > span img {
  margin-left: 10px;
}
.priceSlider .priceBox:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 1500px) {
  .priceSlider .priceBox {
    padding-top: 100px;
  }
  .priceSlider .priceBox .priceBox {
    margin: 0 10px;
  }
}
.priceSlider .slick-next, .priceSlider .slick-prev {
  position: absolute;
  top: 18% !important;
  z-index: 1;
  width: 60px;
  height: 60px;
  cursor: pointer;
  font-size: 0;
  border: #E3DBD8 solid 1px;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  background: #fff;
}
.priceSlider .slick-next:hover, .priceSlider .slick-prev:hover {
  border-color: #05422C;
}
@media (max-width: 1500px) {
  .priceSlider .slick-next, .priceSlider .slick-prev {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 400px) {
  .priceSlider .slick-next, .priceSlider .slick-prev {
    width: 40px;
    height: 40px;
    top: 40% !important;
  }
}
.priceSlider .slick-next {
  left: -15px;
  background-image: url(../images/arrow_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
}
@media (max-width: 1500px) {
  .priceSlider .slick-next {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .priceSlider .slick-next {
    left: 0;
  }
}
.priceSlider .slick-prev {
  right: -15px;
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
}
@media (max-width: 1500px) {
  .priceSlider .slick-prev {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .priceSlider .slick-prev {
    right: 0;
  }
}
@media (max-width: 400px) {
  .priceSlider .priceBox {
    margin: 0 10px;
  }
  .priceSlider .priceBox p {
    top: 10px;
    padding: 0 20px;
  }
  .priceSlider .priceBox p span {
    font-size: 14px;
    line-height: 14px;
  }
  .priceSlider .priceBox p span.price {
    font-size: 40px;
    line-height: 40px;
  }
}

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

.heading.txtCntr {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hmPgNotes .artlist .art {
  background: transparent;
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.hmPgNotes .artlist .art .art-picture-block {
  margin-bottom: 0;
}
.hmPgNotes .artlist .art .art-picture-block .art-picture {
  position: relative;
}
.hmPgNotes .artlist .art .art-picture-block .art-picture img {
  border-radius: 20px;
  margin: 0;
}
.hmPgNotes .artlist .art .art-genericname {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 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;
}
.hmPgNotes .artlist .art .art-genericname a {
  padding: 10px 40px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.hmPgNotes .artlist .art:hover .art-genericname a {
  text-decoration: none;
}
@media (max-width: 1500px) {
  .hmPgNotes .artlist .art .art-genericname a {
    padding: 13px 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .hmPgNotes .artlist .art .art-genericname a {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .hmPgNotes .artlist .art .art-genericname a {
    padding: 9px 20px;
  }
}
.hmPgNotes .productCatSlider .artlist-grid.artlist-boxed .art {
  margin: 0 0.35rem 1rem 0.35rem;
}
@media (max-width: 767px) {
  .hmPgNotes .comman_slider .slick-arrow, .hmPgNotes .artlist-carousel .slick-arrow {
    top: 33%;
  }
}
@media (max-width: 400px) {
  .hmPgNotes .comman_slider .slick-arrow, .hmPgNotes .artlist-carousel .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .hmPgNotes .comman_slider .slick-arrow.slick-prev, .hmPgNotes .artlist-carousel .slick-arrow .slick-prev {
    left: -5px;
    background-size: 12px;
  }
  .hmPgNotes .comman_slider .slick-arrow.slick-next, .hmPgNotes .artlist-carousel .slick-arrow .slick-next {
    right: -5px;
    background-size: 12px;
  }
}

.bestSilder, .priceSlider, .topBrandSlider {
  margin: 0 -15px;
}

.cateList {
  margin: 0 -5px;
}

#main-nav-item-402224, #main-nav-item-402220, #main-nav-item-402225 {
  display: none;
}

@media (max-width: 1199px) {
  .shopbar-button .shopbar-button-icon {
    font-size: 20px !important;
  }
}

.shopPrice a {
  color: #000 !important;
}
@media (max-width: 400px) {
  .shopPrice .hdrow.heading {
    padding-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .giftImg.heading-title {
    margin-bottom: 0 !important;
  }
}

.brand.mobShw {
  display: none;
}
@media (max-width: 767px) {
  .brand.mobShw {
    display: inline-block;
  }
}

.saidelink.mbShw {
  display: none;
}
@media (max-width: 767px) {
  .saidelink.mbHde {
    display: none;
  }
}

.heading.hdrow.mbShw {
  display: none;
  text-align: center;
}
@media (max-width: 767px) {
  .heading.hdrow.mbShw {
    display: block;
    margin-top: 25px;
  }
  .heading.hdrow.mbShw a {
    font-size: 14px !important;
    line-height: 12px !important;
    padding: 12px 20px !important;
  }
}

.product-details-page #pd-gallery .gal-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.product-details-page #pd-gallery .gal-box .gal-nav-cell {
  width: 100%;
  display: block;
  padding: 0;
}
.product-details-page #pd-gallery .gal-box .gal-nav-cell .gal-nav .gal-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  width: 440px;
  overflow-y: hidden;
}
.product-details-page #pd-gallery .gal-box .gal-nav-cell .gal-nav .gal-track::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.product-details-page #pd-gallery .gal-box .gal-nav-cell .gal-nav .gal-track::-webkit-scrollbar {
  width: 3px;
  height: 4px;
  background-color: #F5F5F5;
}
.product-details-page #pd-gallery .gal-box .gal-nav-cell .gal-nav .gal-track::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #949ba7;
}
.product-details-page #pd-gallery .gal-box .gal-nav-cell .gal-nav .gal-track .gal-item {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
  margin: 10px 5px;
}
.product-details-page #pd-gallery .gal-box .gal-nav-cell .gal-nav .gal-track .gal-item .gal-item-viewport {
  width: 100%;
  border: none;
  border-radius: 16px;
}

.accordionBtn {
  display: none;
}

@media (max-width: 767px) {
  .accordionWrapper {
    width: 100%;
  }
  .accordionBtn {
    display: block;
    background: transparent !important;
    position: relative;
    width: 100%;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 4%;
    text-transform: uppercase;
    border: none;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .accordionBtn::after {
    content: "";
    background: url(../images/footer_dropdown.png) no-repeat;
    width: 15px;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    background-position: center;
  }
  .accordionBtn:hover::after, .accordionBtn.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .accordionContent {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
  }
  .accordionContent .paddBox {
    padding: 20px;
  }
  .accordionContent.open {
    max-height: 100%; /* Large enough to fit all content */
  }
}
.shippArea {
  padding: 16px 20px !important;
  background: #F1F1F1;
  border-radius: 16px;
  margin-bottom: 44px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  max-width: 550px;
}
.shippArea > span {
  margin-right: 20px !important;
}
.shippArea > div {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.shippArea > div strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}
.shippArea > div strong em {
  display: none;
}
@media (max-width: 1500px) {
  .shippArea {
    padding: 12px 16px !important;
    margin-bottom: 30px;
    max-width: 500px;
  }
  .shippArea > div {
    font-size: 16px;
    line-height: 20px;
  }
  .shippArea > div strong {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .shippArea {
    max-width: 400px;
  }
}
@media (max-width: 400px) {
  .shippArea {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.bootstrap-touchspin .input-group-btn > .bootstrap-touchspin-down {
  padding-left: 20px !important;
  padding-right: 0 !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;
}

.bootstrap-touchspin .input-group-btn > .bootstrap-touchspin-up {
  padding-right: 20px !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;
}

.bootstrap-touchspin .input-group-btn > .btn > .fa {
  opacity: 1 !important;
  color: #fff !important;
  font-size: 24px !important;
}
@media (max-width: 1500px) {
  .bootstrap-touchspin .input-group-btn > .btn > .fa {
    font-size: 16px !important;
  }
}

.product-details-page .pd-section-bottom .tabbable .nav-tabs {
  background: transparent;
  border-bottom: 1px solid #F0F0F0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.product-details-page .pd-section-bottom .tabbable .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #191919;
  padding-bottom: 22px;
}
.product-details-page .pd-section-bottom .tabbable .nav-tabs .nav-link.active {
  border-bottom: 2px solid #E73C17;
}
@media (max-width: 1500px) {
  .product-details-page .pd-section-bottom .tabbable .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product-details-page .pd-section-bottom .tabbable .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .product-details-page .pd-section-bottom .tabbable .nav-tabs .nav-link.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
}
.product-details-page .pd-section-bottom .tabbable .nav-tabs-line .nav-item {
  padding-right: 60px;
}
.product-details-page .pd-section-bottom .tabbable .nav-tabs-line .nav-item:last-child {
  padding-right: 0;
}
.product-details-page .pd-section-bottom .tabbable .nav-tabs-line .nav-item .badge {
  margin-left: 10px !important;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1500px) {
  .product-details-page .pd-section-bottom .tabbable .nav-tabs-line .nav-item {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .product-details-page .pd-section-bottom .tabbable .nav-tabs-line .nav-item {
    padding-right: 20px;
  }
  .product-details-page .pd-section-bottom .tabbable .nav-tabs-line .nav-item .badge {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 575px) {
  .product-details-page .pd-section-bottom .tabbable .nav-tabs-line .nav-item {
    padding-right: 0;
  }
}
.product-details-page .pd-section-bottom .tabbable .tab-content {
  background: transparent;
}
.product-details-page .pd-section-bottom .tabbable .tab-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #3E3E3E;
}
@media (max-width: 767px) {
  .product-details-page .pd-section-bottom .tabbable .tab-content p {
    font-size: 14px;
    line-height: 22px;
  }
}

.needHelpSection ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 400px) {
  .needHelpSection ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.review-meta > span {
  margin-right: 20px;
}
.review-meta .review-meta-label, .review-meta .review-meta-value {
  margin-right: 0;
}

.review-text {
  margin: 10px 0 !important;
}

.coupon-code .input-group .discount-coupon-code {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
}
.coupon-code .input-group .apply-discount-coupon-code-button {
  height: 42px;
}
@media (max-width: 767px) {
  .coupon-code .input-group .apply-discount-coupon-code-button {
    height: 40px;
  }
}

.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;
}
@media (max-width: 767px) {
  .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: 12px !important;
  }
}

.shopping-cart-page .order-summary-content #cart-items .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down, .shopping-cart-page .order-summary-content #cart-items .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  border-color: #000 !important;
  background-color: #000 !important;
}
.shopping-cart-page .order-summary-content #cart-items .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down .fa, .shopping-cart-page .order-summary-content #cart-items .qty-input .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up .fa {
  font-size: 14px !important;
}

.billinginfo .heading .heading-title, .shippinginfo .heading .heading-title {
  text-transform: capitalize;
}

.cart-summary .cart-summary-neg {
  color: #52585e !important;
}

@media (max-width: 767px) {
  .freeRetuns {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .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 !important;
  }
  .checkout-data .hd3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
  }
  .page-order-details .hdrow.heading {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.two_button1 {
  -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;
}
.two_button1 .btn {
  width: 100% !important;
  margin-bottom: 10px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.two_button1 .btn:last-child {
  margin-bottom: 0;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.page-order-details .btnCenterMobile {
  text-align: right;
}
@media (max-width: 400px) {
  .page-order-details .btnCenterMobile {
    text-align: center;
  }
}

.product-grid-home-page.sectionPadding {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .product-grid-home-page.sectionPadding {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .product-grid-home-page.sectionPadding {
    padding-top: 60px;
  }
}
@media (max-width: 400px) {
  .product-grid-home-page.sectionPadding {
    padding-top: 50px;
  }
}

.product-details-page .review-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-details-page .review-list .review-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  border: 1px solid rgba(0, 0, 0, 0.0509803922) !important;
  padding: 20px 25px !important;
  margin-bottom: 20px;
}
.product-details-page .review-list .review-item .review-title {
  margin-bottom: 5px;
}
.product-details-page .review-list .review-item .review-title h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  margin-bottom: 10px;
}
.product-details-page .review-list .review-item .review-title .rating {
  position: relative;
  top: 0 !important;
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
}
.product-details-page .review-list .review-item .review-meta .review-meta-label {
  font-weight: normal;
}
.product-details-page .review-list .review-item .review-meta .review-meta-value {
  font-weight: 300;
  padding-left: 3px;
}
.product-details-page .review-list .review-item:last-child {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product-details-page .review-list .review-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 20px !important;
    margin-bottom: 15px;
  }
  .product-details-page .review-list .review-item:last-child {
    margin-bottom: 15px;
  }
}

.long-text.html-editor-content p {
  font-weight: 400 !important;
  color: #000 !important;
}

@media (max-width: 575px) {
  .DeliveryDetails h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .offcanvas-content .review-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .offcanvas-content .review-list .review-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.0509803922) !important;
    padding: 20px 25px !important;
    margin-bottom: 20px;
  }
  .offcanvas-content .review-list .review-item .review-title {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .offcanvas-content .review-list .review-item .review-title h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    padding-left: 0;
    color: #000;
    margin-bottom: 10px;
  }
  .offcanvas-content .review-list .review-item .review-title .rating {
    position: relative;
    top: 0 !important;
    -webkit-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
  }
  .offcanvas-content .review-list .review-item .review-meta .review-meta-label {
    font-weight: normal;
  }
  .offcanvas-content .review-list .review-item .review-meta .review-meta-value {
    font-weight: 300;
    padding-left: 3px;
  }
  .offcanvas-content .review-list .review-item:last-child {
    margin-bottom: 20px;
  }
}

.hideMnuTp {
  display: none !important;
}

.offCnvsTp {
  position: relative;
  z-index: 11;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 18px;
  background: #000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offCnvsTp img {
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.offCnvsTp .shopbar-tool .shopbar-button {
  padding: 0;
  text-align: right;
  color: #fff;
}
.offCnvsTp .shopbar-tool .shopbar-button .shopbar-button-icon {
  padding-left: 10px;
}
.offCnvsTp .shopbar-tool .shopbar-button .shopbar-button-icon i {
  font-size: 18px !important;
}

#offcanvas-menu-container .ocm-home-layer {
  padding-top: 60px;
}

#offcanvas-menu .ocm-item, #offcanvas-menu .menubar-link {
  border-bottom: none !important;
}
#offcanvas-menu .ocm-item .ocm-link, #offcanvas-menu .menubar-link .ocm-link {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cardInfo {
  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;
  margin-top: 30px;
}
.cardInfo span {
  margin-right: 18px;
  width: auto;
}
.cardInfo div {
  font-size: 16px;
  color: #545454;
  font-weight: 400;
}
.cardInfo div strong {
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 16px;
  color: #CA0028;
}
@media (max-width: 767px) {
  .cardInfo div {
    font-size: 12px;
    line-height: 1.2;
  }
}

.page-body.checkout-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
.page-body.checkout-data .orderSummaryLeft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
  max-width: 57%;
}
.page-body.checkout-data .orderSummaryRight {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.page-body.checkout-data .orderSummaryRight .heading .hd3 {
  padding-bottom: 15px;
}
.page-body.checkout-data .orderSummaryRight .order-review-data-box {
  background: #F6F6F6;
  border: 0;
  border-radius: 5px;
  padding: 30px;
}
.page-body.checkout-data .orderSummaryRight .cart-footer {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent !important;
  margin-top: 20px;
  padding: 0px !important;
}
.page-body.checkout-data .orderSummaryRight .cart-footer .cart-summary tr td, .page-body.checkout-data .orderSummaryRight .cart-footer .cart-summary tr td {
  padding: 10px 0px;
}
.page-body.checkout-data .orderSummaryRight .card {
  background: #F6F6F6;
  padding: 30px;
  border: 0;
  border-radius: 5px;
  margin: 0;
}
.page-body.checkout-data .orderSummaryRight .card .col-lg-8, .page-body.checkout-data .orderSummaryRight .card .col-lg-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.page-body.checkout-data .orderSummaryRight #terms-of-service-consent-box {
  padding: 0;
  font-size: 14px;
}
.page-body.checkout-data .orderSummaryRight .card.card_list .cart .cart-head {
  display: none !important;
}
.page-body.checkout-data .orderSummaryRight .card.card_list .col-lg-12 {
  padding: 0px;
}
.page-body.checkout-data .orderSummaryRight .card.card_list .cart .cart-body .cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid #dee2e6;
  border-top: 0px !important;
}
.page-body.checkout-data .orderSummaryRight .card.card_list .cart .cart-body .cart-row .cart-col {
  border: 1px solid #f5f5f5 !important;
  padding: 5px !important;
}
.page-body.checkout-data .orderSummaryRight .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-body.checkout-data .orderSummaryRight .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-price {
  width: 33.3%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-body.checkout-data .orderSummaryRight .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty {
  width: 33.3%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
  min-width: auto;
}
.page-body.checkout-data .orderSummaryRight .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-qty .qty-input {
  margin-left: 0;
}
.page-body.checkout-data .orderSummaryRight .card.card_list .cart .cart-body .cart-row .cart-col.cart-col-subtotal {
  width: 33.3%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.page-body.checkout-data .orderSummaryRight .card.card_list .cart .cart-body .cart-row .cart-col.col.col-auto.cart-col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-body.checkout-data .orderSummaryRight .cart-col-main ~ .cart-col:before {
  display: block;
  content: attr(data-caption);
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 0px;
}
.page-body.checkout-data .orderSummaryRight .cart-editable .price {
  line-height: inherit;
  font-size: 18px;
}
@media (max-width: 991px) {
  .page-body.checkout-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-body.checkout-data .orderSummaryLeft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .page-body.checkout-data .orderSummaryRight {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.page.shopping-cart-page .cart-body .heading {
  display: none;
}

.page.checkout-completed-page .page-body.checkout-data {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#terms-of-service-consent-box {
  background: transparent !important;
  border: 0px !important;
  font-size: 16px;
}
#terms-of-service-consent-box .card-body {
  padding: 0px;
}

.btn-continue-shopping {
  background: transparent;
  border: 1px solid #000 !important;
  color: #000 !important;
}
.btn-continue-shopping:hover {
  background: #000 !important;
  color: #fff !important;
}

.billingShippinfAdreesSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
.billingShippinfAdreesSection .billingShippingForm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  max-width: 64%;
}
.billingShippinfAdreesSection .orderSummarySection {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
}
.billingShippinfAdreesSection .orderSummarySection .orderSummaryRight {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.billingShippinfAdreesSection .orderSummarySection .order-review-data-box {
  display: none !important;
}
.billingShippinfAdreesSection .buttons.billingButton {
  padding: 0px !important;
}
@media (max-width: 991px) {
  .billingShippinfAdreesSection .billingShippingForm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .billingShippinfAdreesSection .orderSummarySection {
    display: none;
  }
}

#accordionExample {
  margin-bottom: 30px;
}
#accordionExample .card {
  margin-bottom: 20px;
  border: 0px !important;
  border-radius: 5px !important;
}
#accordionExample .card-header {
  border: 0 !important;
}
#accordionExample .card-header button {
  position: relative;
}
#accordionExample .card-header button::after {
  content: "";
  background: url(../images/dropdown.png) no-repeat;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#accordionExample .card-header button.collapsed::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#accordionExample .card-body {
  background: #f6f6f6;
}
#accordionExample .otherAdrresAdd, #accordionExample .commanForm {
  padding: 0 25px;
}
#accordionExample .hd3 {
  text-decoration: none !important;
  padding: 10px !important;
}
#accordionExample .btn-link:focus, #accordionExample .btn-link.focus {
  text-decoration: none !important;
}
#accordionExample .boxBillingShipping .content-group {
  padding-top: 0px !important;
}
@media (max-width: 767px) {
  #accordionExample .otherAdrresAdd, #accordionExample .commanForm {
    padding: 0 5px;
  }
}

.orderBanner {
  position: relative;
  margin-bottom: 50px;
}
.orderBanner img {
  border-radius: 10px;
}
.orderBanner .heading {
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
}
.orderBanner .heading .heading-title {
  color: #fff;
  padding: 0;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .orderBanner {
    padding-top: 15px;
  }
  .orderBanner img {
    min-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 18% center;
       object-position: 18% center;
  }
  .orderBanner .heading {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .page-order-details .row.mb-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-order-details .row.mb-3 .heading {
    display: block;
    height: 100%;
    min-height: 30px;
    margin-top: 30px;
  }
}

.orderdetailpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  margin-top: 30px;
}
.orderdetailpage .page-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63%;
          flex: 0 0 63%;
  max-width: 63%;
}
.orderdetailpage .page-body .grayBg {
  background: #f6f6f6;
  padding: 30px;
  border-radius: 5px;
}
.orderdetailpage .page-body .grayBg > .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.orderdetailpage .page-body .grayBg > .row .col-sm-auto {
  padding-bottom: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderdetailpage .page-body .grayBg > .row .col-sm-auto h5 {
  padding-right: 10px;
}
.orderdetailpage .page-body .grayBg .cart-row {
  padding: 10px;
  background: #f6f6f6;
  border: 0px !important;
  border-bottom: 1px solid #dee2e6 !important;
  display: block;
}
.orderdetailpage .page-body .grayBg .cart-row .cart-item-img {
  background: #fff;
  min-width: 120px;
  margin-right: 15px;
}
.orderdetailpage .page-body .grayBg .cart-row .col {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.orderdetailpage .page-body .grayBg .cart-row .cart-item-link {
  margin-bottom: 5px;
}
.orderdetailpage .page-body .grayBg .cart-row .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.orderdetailpage .page-body .grayBg .cart-col, .orderdetailpage .page-body .grayBg .cart, .orderdetailpage .page-body .grayBg .card {
  padding: 0px;
  border: 0px !important;
}
.orderdetailpage .page-body .grayBg .cart-col {
  font-size: 14px;
  line-height: 16px;
  margin: 0 !important;
  padding: 2px 0px !important;
}
.orderdetailpage .page-body .grayBg .cart-footer {
  border: 0px !important;
}
.orderdetailpage .page-body .grayBg .margintablecart {
  margin-bottom: 20px;
}
.orderdetailpage .page-body .note {
  background: #f6f6f6;
  padding: 30px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.orderdetailpage .page-body .note p {
  margin: 0;
  font-size: 16px;
  color: #545454;
}
.orderdetailpage .page-body .note p strong {
  color: #000;
}
.orderdetailpage .page-body .note a {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  margin-left: 15px !important;
}
@media (max-width: 991px) {
  .orderdetailpage .page-body .note {
    -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;
  }
  .orderdetailpage .page-body .note p {
    font-size: 14px;
    line-height: 20px;
  }
  .orderdetailpage .page-body .note a {
    margin-left: 0px !important;
    margin-top: 10px !important;
  }
}
.orderdetailpage .orderPageRight {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}
.orderdetailpage .orderPageRight .emailConfirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.orderdetailpage .orderPageRight .emailConfirmation span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
}
.orderdetailpage .orderPageRight .emailConfirmation p {
  margin: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #545454;
  padding: 0 15px;
}
.orderdetailpage .orderPageRight .emailConfirmation .tick {
  background: #38CB89;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 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;
  color: #fff;
}
.orderdetailpage .orderPageRight .order-details-box {
  padding: 0;
  border: 0;
  background: transparent;
  background: #f6f6f6;
  padding: 30px;
}
.orderdetailpage .orderPageRight .order-details-box .billinginfo, .orderdetailpage .orderPageRight .order-details-box .shippinginfo {
  margin-bottom: 30px !important;
}
.orderdetailpage .orderPageRight .order-details-box .billinginfo div, .orderdetailpage .orderPageRight .order-details-box .shippinginfo div {
  font-size: 16px;
  line-height: 24px;
}
.orderdetailpage .orderPageRight .order-details-box p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .orderdetailpage .orderPageRight .emailConfirmation p {
    font-size: 14px;
    line-height: 18px;
  }
  .orderdetailpage .orderPageRight .order-details-box .billinginfo div, .orderdetailpage .orderPageRight .order-details-box .shippinginfo div {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .orderdetailpage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .orderdetailpage .page-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .orderdetailpage .orderPageRight {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.manufactureBanner {
  min-height: initial !important;
}
.manufactureBanner img {
  width: 100%;
}

.phonenoBox {
  position: relative;
}
.phonenoBox .phoneno {
  padding-left: 50px;
}
.phonenoBox::before {
  content: "(0)";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.offcanvas-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offcanvas-back-btn button {
  z-index: 1;
  padding: 8px 12px;
  border: 0px;
  background: rgba(0, 0, 0, 0);
  font-size: 30px;
  line-height: 20px;
}

.art .artBox i.fal.fa-heart {
  background: url(../images/hearticon.png) no-repeat center center;
  background-size: contain;
}
.art .artBox i.fal.fa-heart::before {
  display: none;
}
.art .artBox i.fal.fa-heart-wishlisted {
  background: url(../images/hearticon_hover.png) no-repeat center center;
  height: 100%;
  background-size: contain;
}

#TabbyPromo {
  margin-top: 30px;
}

#add-to-wishlist1 {
  z-index: 9999;
}

@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;
}
.paymentFailed .buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.paymentFailed .buttons a {
  text-decoration: none;
}
.paymentFailed .icon_area {
  margin-bottom: 15px;
}/*# sourceMappingURL=style.css.map */