@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,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/checkbox2.png) no-repeat left top;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.checkboxsection input[type=checkbox]:checked + input + label::before {
  background-position: 0px -21px;
}
.checkboxsection label {
  padding-left: 30px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
@media (max-width: 991px) {
  .checkboxsection label {
    font-size: 16px;
    line-height: 20px;
  }
}

.moretext {
  display: none;
}

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

@media (min-width: 1500px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1480px;
  }
}
@media (min-width: 1901px) and (max-width: 2500px) {
  .container {
    max-width: 1500px;
  }
}
.badge.badge-secondary, .badge .badge-warning {
  background: #c99b4b;
  color: #fff;
}

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

.megamenu-section .navbar {
  background: transparent;
}

#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: #000;
}
#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: "Urbanist", 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: "Urbanist", 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: #000;
  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: #000;
}
@media (max-width: 1440px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 16px;
    padding: 14px 15px;
  }
}
@media (max-width: 1366px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 12px;
    padding: 10px 15px 12px 17px;
  }
}
@media (max-width: 360px) {
  #cookie-manager-window .btn-primary, #cookie-manager-window .btn-secondary {
    font-size: 11px;
    padding: 10px 10px 12px 10px;
  }
}
#cookie-manager-window .btn-secondary {
  background: #13503B;
  color: #fff;
}
#cookie-manager-window .btn-secondary:hover, #cookie-manager-window .btn-secondary:focus {
  background: #000;
  color: #fff;
}
@media (max-width: 1440px) {
  #cookie-manager-window {
    font-size: 15px;
  }
  #cookie-manager-window .modal-content .modal-body {
    padding: 15px 5px 10px 5px !important;
  }
  #cookie-manager-window .modal-content .modal-footer {
    padding: 10px 5px 15px 5px !important;
  }
  #cookie-manager-window h4 {
    font-size: 20px;
  }
  #cookie-manager-window .cm-consent h5 {
    font-size: 15px;
    padding-left: 12px !important;
  }
  #cookie-manager-window .cm-consent .cm-consent-switch {
    width: 17px;
    height: 17px;
  }
  #cookie-manager-window .cm-consent label input {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  #cookie-manager-window {
    font-size: 14px;
  }
  #cookie-manager-window h4 {
    font-size: 18px;
  }
  #cookie-manager-window .cm-consent h5 {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  #cookie-manager-window {
    font-size: 13px;
  }
  #cookie-manager-window h4 {
    font-size: 17px;
  }
  #cookie-manager-window .cm-consent-switch {
    width: 15px;
    height: 15px;
  }
  #cookie-manager-window h5 {
    font-size: 14px;
  }
  #cookie-manager-window label input {
    width: 15px;
    height: 15px;
  }
  #cookie-manager-window .btn {
    min-width: 1px;
  }
}

.topHeader {
  background: #272727;
  padding: 12px 0;
  display: none !important;
}
.topHeader .menubar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topHeader .menubar-group {
  margin-left: 0px;
}
.topHeader .menubar {
  padding: 0;
}
.topHeader .menubar a.menubar-link {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 0 31px !important;
}
@media (max-width: 1700px) {
  .topHeader .menubar a.menubar-link {
    font-size: 15px;
    line-height: 18px;
    padding: 0px 24px !important;
  }
}
@media (max-width: 1600px) {
  .topHeader .menubar a.menubar-link {
    font-size: 14px;
    line-height: 16px;
    padding: 0px 22px !important;
  }
}
@media (max-width: 1366px) {
  .topHeader .menubar a.menubar-link {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 18px !important;
  }
}
@media (max-width: 1199px) {
  .topHeader {
    padding: 10px 0px;
  }
  .topHeader .menubar a.menubar-link {
    font-size: 11px;
    line-height: 12px;
    padding: 0px 15px !important;
  }
}

.topHeaderSection {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 15px 0px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topHeaderSection p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.topHeaderSection .headerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topHeaderSection .headerSocial a {
  padding: 0px 5px;
  margin: 0 5px;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topHeaderSection .headerSocial a i {
  font-size: 20px;
  color: #414141;
}
@media (max-width: 1700px) {
  .topHeaderSection {
    padding: 10px 0px;
  }
  .topHeaderSection p {
    font-size: 14px;
    line-height: 1.2;
  }
  .topHeaderSection .headerSocial a i {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .topHeaderSection {
    margin-bottom: 0px;
    padding: 6px;
  }
  .topHeaderSection .translateDiv .langBtn {
    margin-left: 0;
  }
  .topHeaderSection .translateDiv p {
    display: none !important;
  }
  .topHeaderSection p {
    font-size: 12px;
  }
  .topHeaderSection .headerSocial a i {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .topHeaderSection {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topHeaderSection p {
    margin-bottom: 10px;
  }
}

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

.shopbar-col-group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.heading::before {
  display: none;
}

.hd2, .heading .heading-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
  padding: 0px 0px 40px 0px;
  margin: 0px;
  background: none;
}
.hd2.fs-h1, .heading .heading-title.fs-h1 {
  font-size: 36px !important;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  padding: 0px 0px 40px 0px;
  margin: 0px;
  background: none;
}
@media (max-width: 1440px) {
  .hd2, .heading .heading-title {
    font-size: 30px !important;
    line-height: 36px;
    padding-bottom: 30px;
  }
  .hd2.fs-h1, .heading .heading-title.fs-h1 {
    font-size: 30px !important;
    line-height: 36px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hd2, .heading .heading-title {
    font-size: 26px !important;
    line-height: 32px;
    padding-bottom: 20px;
  }
  .hd2.fs-h1, .heading .heading-title.fs-h1 {
    font-size: 26px !important;
    line-height: 32px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hd2, .heading .heading-title {
    font-size: 18px !important;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .hd2.fs-h1, .heading .heading-title.fs-h1 {
    font-size: 22px !important;
    line-height: 26px;
    padding-bottom: 15px;
  }
}

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

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

.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: 40px;
}
.hdrow.heading.paddbtm0 {
  padding-bottom: 0px;
}
.hdrow.heading .heading-title {
  padding: 0px;
  margin: 0px;
}
.hdrow.heading .heading-title small {
  color: #000 !important;
}
.hdrow.heading .saidelink {
  min-width: 70px;
  display: block;
}
.hdrow.heading .saidelink a {
  color: #E6BB70;
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.hdrow.heading .saidelink a:hover {
  color: #000;
}
@media (max-width: 1440px) {
  .hdrow.heading .saidelink a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .hdrow.heading {
    padding-bottom: 25px;
  }
  .hdrow.heading.heading-title {
    font-size: 26px !important;
    line-height: 30px;
    padding-bottom: 25px;
  }
  .hdrow.heading.heading-title.fs-h1 {
    font-size: 26px !important;
    line-height: 30px;
    padding-bottom: 25px;
  }
  .hdrow.heading .saidelink a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .hdrow.heading {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hdrow.heading {
    padding-bottom: 15px;
  }
}

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

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

.hmBestseller {
  position: relative;
  margin-bottom: 0px !important;
}
.hmBestseller .container {
  position: relative;
  z-index: 2;
}
.hmBestseller .art .art-badges {
  display: none;
}

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

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

.discountSection {
  max-width: 1920px;
  margin: 0px auto;
}
.discountSection .discountlistProudct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discountSection .discountlistProudct .boxDiscount:nth-child(2) {
  margin: 0px 30px;
}
.discountSection .discountlistProudct .boxDiscount img {
  width: 100%;
}

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

.manufactureSlider {
  background: #f0f0f0;
  margin: 0px !important;
}
.manufactureSlider .artlist-grid.artlist-boxed .art {
  background: transparent;
  border: 1px solid #B8B8B8;
}

.topBrand {
  position: relative;
}
.topBrand .hd2 {
  padding: 0px;
  margin: 0px;
}
.topBrand .postioninherit {
  position: inherit;
}
.topBrand .topBrandSlider {
  margin: 0px !important;
  padding: 0px !important;
  position: inherit;
}
.topBrand .topBrandSlider .art {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  padding: 0;
  margin-bottom: 0px;
}
.topBrand .topBrandSlider .art-genericname {
  display: none;
}
.topBrand .topBrandSlider .art-picture-block {
  margin-bottom: 0px;
}
.topBrand .topBrandSlider .art-picture-block .img-center-container {
  height: auto;
  padding: 5px;
  min-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 12px;
}
.topBrand .topBrandSlider .art-picture-block .img-center-container img {
  height: 120px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.topBrand .comman_slider .slick-arrow {
  left: 0px;
  top: 54px;
  background-color: transparent !important;
}
.topBrand .comman_slider .slick-arrow:hover {
  background-color: #000 !important;
}
.topBrand .comman_slider .slick-arrow.slick-prev {
  right: 50px;
  left: inherit;
  top: 0px;
}
.topBrand .comman_slider .slick-arrow.slick-next {
  right: 0px;
  left: inherit;
  top: 0px;
}
@media (max-width: 1366px) {
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 80px;
  }
}
@media (max-width: 991px) {
  .topBrand .topBrandSlider .art-picture-block .img-center-container img {
    max-height: 49px;
  }
  .topBrand .comman_slider .slick-arrow.slick-prev {
    right: 35px;
  }
}
@media (max-width: 767px) {
  .topBrand .hd2 {
    text-align: center;
    padding-bottom: 7px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 80px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container img {
    max-height: 50px;
  }
}
@media (max-width: 480px) {
  .topBrand .topBrandSlider .art-picture-block .img-center-container {
    min-height: 80px;
  }
  .topBrand .topBrandSlider .art-picture-block .img-center-container img {
    max-height: 43px;
  }
}

.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: "Urbanist", 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;
}
@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: 1366px) {
  .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;
  }
}

#content-body {
  position: relative;
}

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

.paddbtm100 {
  padding-bottom: 100px;
}

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

.hd-name-section {
  position: relative;
  padding: 0 !important;
}
.hd-name-section .page-title {
  background: #c99b4b;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30pxs 0px;
  margin-bottom: 70px;
  min-height: 150px;
  border: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hd-name-section .page-title h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-family: "Urbanist", sans-serif;
}
.hd-name-section .page-title h1 span {
  padding-left: 10px;
  font-weight: 300;
  font-size: 30px;
}
.hd-name-section .page-title.pagetitlemargin0 {
  margin-bottom: 0px;
  display: none;
}
@media (max-width: 1700px) {
  .hd-name-section .page-title {
    padding: 20px 0px;
  }
  .hd-name-section .page-title h1 {
    margin-bottom: 0px;
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .hd-name-section .page-title {
    padding: 16px 0px;
    min-height: 130px;
  }
  .hd-name-section .page-title h1 {
    font-size: 38px;
  }
}
@media (max-width: 1366px) {
  .hd-name-section .page-title {
    padding: 12px 0px;
    margin-bottom: 60px;
  }
  .hd-name-section .page-title h1 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .hd-name-section .page-title {
    padding: 8px 0px;
    margin-bottom: 50px;
    min-height: 110px;
  }
  .hd-name-section .page-title h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hd-name-section .page-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .hd-name-section .page-title {
    padding: 7px 0px;
  }
  .hd-name-section .page-title h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 400px) {
  .hd-name-section .page-title h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

.facet-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /*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;
}

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

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

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

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

.needHelpSection {
  padding: 15px 0px 0px 0px;
}
.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: #c99b4b;
}
.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: 1366px) {
  .needHelpSection ul li {
    font-size: 16px;
    padding-right: 18px;
  }
  .needHelpSection ul li i {
    margin-right: 7px;
    font-size: 15px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 15px;
  }
}
@media (max-width: 991px) {
  .needHelpSection ul li {
    font-size: 14px;
    padding-right: 14px;
  }
  .needHelpSection ul li i {
    margin-right: 5px;
    font-size: 13px;
  }
  .needHelpSection ul li.whatappIcon img {
    max-width: 13px;
  }
}
@media (max-width: 767px) {
  .needHelpSection 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;
}

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

.alert-success::before {
  background: #2fbd2d;
}

.alert-success {
  color: #2fbd2d;
  background-color: #eaffea;
  border-color: #2fbd2d;
}

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

.shopping-cart-page, .wishlist-page {
  min-height: 500px;
}
.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: #DAEAF3;
}
.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;
}

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

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

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

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

.loginSection {
  padding: 0px;
}
.loginSection #content-body {
  padding-bottom: 0px;
}
.loginSection .guestLoginBox .socialBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loginSection .guestLoginBox .socialBtnList div {
  margin-bottom: 20px;
  width: 100%;
}
.loginSection .guestLoginBox .socialBtnList div:last-child {
  margin-bottom: 0px;
}
.loginSection .guestLoginBox .socialBtnList div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5px 10px;
  height: 70px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
}
.loginSection .guestLoginBox .socialBtnList div a img {
  max-width: 50px;
  margin-right: 20px;
}
.loginSection .guestLoginBox .socialBtnList div a:hover {
  background-color: #f0f0f0;
  color: #fff;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.facebookbtn {
  background: #203a74;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.gmailbtn {
  background: #f75f42;
}
.loginSection .guestLoginBox .socialBtnList div a:hover.guestbtn {
  background: #000;
}
.loginSection .guestLoginBox .socialBtnList div.guestbtn a:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1700px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 18px;
    height: 60px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 40px;
    margin-right: 15px;
  }
}
@media (max-width: 1600px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 16px;
    height: 50px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 35px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 14px;
    height: 45px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 32px;
    margin-right: 7px;
  }
}
@media (max-width: 1199px) {
  .loginSection .loginRegister .boxshadowBox {
    height: auto;
  }
  .loginSection .loginRegister .boxshadowBox.guestSection {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .loginSection .guestLoginBox .socialBtnList div a {
    font-size: 13px;
    height: 42px;
  }
  .loginSection .guestLoginBox .socialBtnList div a img {
    max-width: 30px;
    margin-right: 10px;
  }
}

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

.margintop10 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-widget.ui-widget-content {
  height: 1px !important;
  border: none !important;
  border-bottom: 1px solid #CACACA !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: #000;
}
.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: "Urbanist", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #232323;
  background: transparent !important;
}
.facet-range-container.d-flex .range {
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.facet-range-container.d-flex input {
  border: 0px;
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 2px;
  background: transparent;
  color: #232323;
}
@media (max-width: 1700px) {
  .facet-range-container.d-flex div {
    font-size: 13px;
    line-height: 1;
  }
  .facet-range-container.d-flex .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: "Urbanist", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-top: -9px;
}
.btn-remove-group-filters:hover {
  color: #000;
}

.checkout-completed-page {
  max-width: 1180px;
  margin: 0px auto;
  text-align: center;
  background: #F9F9FB;
  padding: 70px 10px 70px 10px;
}
.checkout-completed-page .heading-title {
  font-size: 50px !important;
  line-height: 1.2 !important;
  margin: 0px;
  padding: 0px 0px 25px 0px;
  font-weight: 500 !important;
  font-family: "Urbanist", sans-serif;
}
.checkout-completed-page h3 {
  font-size: 18px;
  font-weight: 500 !important;
  color: #666666;
  margin: 0px;
  padding: 0px 0px 4px 0px;
  font-family: "Urbanist", sans-serif;
}
.checkout-completed-page p {
  margin: 0px;
  padding: 0px;
}
.checkout-completed-page .two_button1 {
  padding-top: 40px !important;
}
.checkout-completed-page .two_button1 .btn_comman {
  margin-right: 15px;
}
.checkout-completed-page .two_button1 .btn_comman:last-child {
  margin-right: 0px;
}
.checkout-completed-page .checkout-data {
  padding-top: 20px !important;
}
@media (max-width: 1440px) {
  .checkout-completed-page .heading-title {
    font-size: 40px !important;
  }
  .checkout-completed-page h3 {
    font-size: 32px;
  }
  .checkout-completed-page .order-completed p {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .checkout-completed-page {
    padding: 50px 10px 50px 10px;
  }
  .checkout-completed-page h3 {
    font-size: 28px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 30px !important;
  }
}
@media (max-width: 1199px) {
  .checkout-completed-page .heading-title {
    font-size: 28px !important;
    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: 25px !important;
  }
}
@media (max-width: 767px) {
  .checkout-completed-page .heading-title {
    font-size: 24px !important;
    padding-bottom: 18px;
  }
  .checkout-completed-page h3 {
    font-size: 18px;
  }
  .checkout-completed-page .two_button1 {
    padding-top: 20px !important;
  }
}
@media (max-width: 575px) {
  .checkout-completed-page {
    padding: 30px 15px 40px 15px;
  }
  .checkout-completed-page .heading {
    margin: 0px !important;
  }
  .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 !important;
    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;
    -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;
  }
}
#scroll-top {
  background: #f0f0f0;
}
#scroll-top:hover {
  background: #000;
}

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

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

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

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

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

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

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

@media (max-width: 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: 1366px) {
  .hd2, .heading .heading-title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .hd2, .heading .heading-title {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 400px), (min-width: 768px) and (max-width: 1199px) {
  .row.pd-offer-actions .pd-offer-action-qty {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 136px;
    min-width: 136px;
  }
}
@media (max-width: 991px) {
  .hmProduct_section2, .hmProduct_section3, .giftImgSection {
    margin-bottom: -30px;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman, .hmProduct_section2 .row .imgboxComman, .hmProduct_section3 .col-lg-6 .imgboxComman, .hmProduct_section3 .row .imgboxComman, .giftImgSection .col-lg-6 .imgboxComman, .giftImgSection .row .imgboxComman {
    margin-bottom: 30px;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman:last-child, .hmProduct_section2 .row .imgboxComman:last-child, .hmProduct_section3 .col-lg-6 .imgboxComman:last-child, .hmProduct_section3 .row .imgboxComman:last-child, .giftImgSection .col-lg-6 .imgboxComman:last-child, .giftImgSection .row .imgboxComman:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mobileCenter {
    text-align: center;
  }
  .mobileCenter .col-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .offcanvas-nav .tab-content-header a:hover {
    color: #E44640;
  }
  .offcanvas-nav .tab-pane {
    padding-top: 0px;
  }
  .btnCenterMobile {
    text-align: center;
  }
  .btnCenterMobile button {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hmProduct_section2, .hmProduct_section3, .giftImgSection {
    margin-bottom: -15px;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman, .hmProduct_section2 .row .imgboxComman, .hmProduct_section3 .col-lg-6 .imgboxComman, .hmProduct_section3 .row .imgboxComman, .giftImgSection .col-lg-6 .imgboxComman, .giftImgSection .row .imgboxComman {
    margin-bottom: 15px;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman:last-child, .hmProduct_section2 .row .imgboxComman:last-child, .hmProduct_section3 .col-lg-6 .imgboxComman:last-child, .hmProduct_section3 .row .imgboxComman:last-child, .giftImgSection .col-lg-6 .imgboxComman:last-child, .giftImgSection .row .imgboxComman:last-child {
    margin-bottom: 15px;
  }
}
.artlist-homepage-categories.artlist-4-cols .art {
  padding: 0 15px;
}
.artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname {
  text-align: center;
  width: 100%;
}
.artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1700px) {
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname {
    padding: 10px 25px;
  }
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .artlist-homepage-categories.productCatSlider.comman_slider .art .art-genericname a {
    font-size: 14px;
    line-height: 16px;
  }
}
.artlist-homepage-categories .art {
  position: relative;
  margin: 0 !important;
  padding: 0 8px;
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -ms-flex-preferred-size: 25% !important;
      flex-basis: 25% !important;
  max-width: 25% !important;
}
.artlist-homepage-categories .art .art-picture-block {
  margin-bottom: 0;
  height: 100%;
}
.artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container {
  padding: 0px;
  height: 100%;
  position: relative;
}
.artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container::before {
  content: "";
  background: linear-gradient(188.04deg, rgba(0, 0, 0, 0) 60.19%, rgba(0, 0, 0, 0.6) 98.22%);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
}
.artlist-homepage-categories .art .art-picture-block .art-picture.img-center-container img {
  position: relative;
  height: 100%;
  width: 100%;
}
.artlist-homepage-categories .art .art-genericname {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 32px;
  z-index: 1;
  text-align: left;
}
.artlist-homepage-categories .art .art-genericname a {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1700px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .artlist-homepage-categories .art .art-genericname {
    padding: 10px 25px;
  }
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .artlist-homepage-categories .art {
    padding: 0 6px;
  }
}
@media (max-width: 575px) {
  .artlist-homepage-categories .art {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
    margin: 6px 0px !important;
  }
  .artlist-homepage-categories .art .art-genericname a {
    font-size: 16px;
    line-height: 20px;
  }
}

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

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

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

.keyFeatures {
  background: #c99b4b;
  padding: 70px 0px;
}
.keyFeatures .col-lg-3 .featureBox span {
  margin: 0px;
}
.keyFeatures .featureBox {
  padding-left: 120px;
  position: relative;
}
.keyFeatures .featureBox::before {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  left: 0px;
  top: 15px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
.keyFeatures .featureBox span {
  font-family: "Urbanist", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.keyFeatures .featureBox p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #C9C9C9;
  margin: 0px;
}
@media (max-width: 1700px) {
  .keyFeatures .featureBox span {
    font-size: 28px;
    line-height: 32px;
  }
  .keyFeatures .featureBox p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1440px) {
  .keyFeatures .featureBox {
    padding-left: 80px;
  }
  .keyFeatures .featureBox::before {
    width: 60px;
  }
  .keyFeatures .featureBox span {
    font-size: 25px;
    line-height: 30px;
  }
  .keyFeatures .featureBox p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .keyFeatures .featureBox span {
    font-size: 22px;
    line-height: 26px;
  }
  .keyFeatures .featureBox p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1366px) {
  .keyFeatures {
    padding: 60px 0px;
  }
}
@media (max-width: 1199px) {
  .keyFeatures {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  .keyFeatures .featureBox {
    padding-left: 40px;
  }
  .keyFeatures .featureBox::before {
    width: 30px;
    top: 10px;
  }
  .keyFeatures .featureBox span {
    font-size: 20px;
    line-height: 24px;
  }
  .keyFeatures .featureBox p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .keyFeatures .col-md-4:last-child .featureBox {
    margin-bottom: 0px !important;
  }
  .keyFeatures .col-md-6:last-child .featureBox {
    margin-bottom: 0px !important;
  }
  .keyFeatures .col-md-6:nth-last-child(2) .featureBox {
    margin-bottom: 0px !important;
  }
  .keyFeatures .featureBox {
    margin-bottom: 20px;
  }
  .keyFeatures .featureBox span {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .keyFeatures .col-md-6:nth-last-child(2) .featureBox {
    margin-bottom: 20px !important;
  }
  .keyFeatures .featureBox span {
    font-size: 17px;
    line-height: 20px;
  }
  .keyFeatures .featureBox p {
    font-size: 12px;
    line-height: 16px;
  }
}

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

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

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

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

@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .container {
    max-width: 1170px;
  }
}
.block {
  margin-bottom: 0px !important;
}

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

.guestLoginBox .heading-title.fs-h1 {
  font-family: "Tenor Sans", sans-serif;
}

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

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

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

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

.pagination li .page-link, .pagination li .page-link:not(.page-nav) {
  border: 1px solid #000 !important;
  margin: 0 5px !important;
}
.pagination li.active .page-link {
  background: #000;
  color: #fff;
}

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

.passionDet {
  position: relative;
}
.passionDet .passionImg img {
  width: 100%;
}
.passionDet .passionDiv {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  max-width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 30px;
}
@media (max-width: 991px) {
  .passionDet .passionDiv {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .passionDet .passionDiv {
    position: relative;
    background: #f5f5f5;
    padding: 30px;
  }
}

.companySec .flxEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .companySec .flxEnd {
    margin-top: 30px;
  }
}

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

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

.more-less, .html-editor-content {
  margin-bottom: 0px;
}

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

.news-items {
  padding: 0 5px;
}
.news-items .newslist-item {
  margin-bottom: 50px;
}
.news-items .newslist-item:last-child {
  margin-bottom: 0px !important;
}
.news-items .newslist-item .newsitem-title {
  font-family: "Urbanist", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  color: #232323;
  margin-bottom: 20px;
}
.news-items .newslist-item ul, .news-items .newslist-item ol {
  margin: 0px;
  padding-left: 20px;
}
.news-items .newslist-item p, .news-items .newslist-item ul li, .news-items .newslist-item ol li {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #232323;
}
.news-items .newslist-item p:last-child, .news-items .newslist-item ul li:last-child, .news-items .newslist-item ol li:last-child {
  margin-bottom: 0px !important;
}
@media (max-width: 1700px) {
  .news-items .newslist-item .newsitem-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .news-items .newslist-item p, .news-items .newslist-item ul li, .news-items .newslist-item ol li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1440px) {
  .news-items .newslist-item .newsitem-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .news-items .newslist-item p, .news-items .newslist-item ul li, .news-items .newslist-item ol li {
    font-size: 16px;
    line-height: 26px;
  }
}

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

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

.storeLocationSectionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.storeLocationSectionList .storeLocationSection {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.storeLocationSectionList .storeLocationSection.col3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding-left: 10px;
  padding-right: 10px;
}
.storeLocationSectionList .storeLocationSection.col3 .storeLocationList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .storeLocationSectionList .storeLocationSection.col3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .storeLocationSectionList {
    margin: 0 -15px;
  }
}

.storeLocationSection {
  padding: 40px 0px;
}
.storeLocationSection:first-child {
  padding-top: 0px;
}
.storeLocationSection:last-child {
  padding-bottom: 0px;
}
.storeLocationSection .storeLocationList {
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  background: #EBF8FF;
  border: 1px solid #CCCCCC;
  margin-bottom: 50px;
}
.storeLocationSection .storeLocationList:last-child {
  margin-bottom: 0px !important;
}
.storeLocationSection .storeLocationList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.storeLocationSection .storeLocationList li:nth-child(4n) .storeLocationBox::after {
  display: none !important;
}
.storeLocationSection .storeLocationList li:last-child .storeLocationBox::after {
  display: none !important;
}
.storeLocationSection .storeLocationList li .storeLocationBox {
  padding: 20px 30px;
  height: 100%;
  position: relative;
}
.storeLocationSection .storeLocationList li .storeLocationBox .title {
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  color: #232323;
}
.storeLocationSection .storeLocationList li .storeLocationBox::after {
  content: "";
  background: #CCCCCC;
  height: 80%;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #232323;
}
.storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p i {
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 16px;
  color: #232323;
}
.storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p a {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #232323;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .storeLocationSection .storeLocationList li .storeLocationBox .title {
    font-size: 24px;
    line-height: 30px;
  }
  .storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p a {
    font-size: 16px;
    line-height: 24px;
  }
  .storeLocationSection .storeLocationList li .storeLocationBox .storecontactInfo p i {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .storeLocationSection .storeLocationList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 991px) {
  .storeLocationSection .storeLocationList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .storeLocationSection .storeLocationList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .storeLocationSection {
    padding: 20px 0px;
  }
  .storeLocationSection .heading:nth-child(1) .heading-title.fs-h1 {
    margin-top: 0px !important;
  }
}

.storeLocationSection {
  padding-top: 0px !important;
}
.storeLocationSection .heading .heading-title.fs-h1 {
  padding-bottom: 10px !important;
  margin-top: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.artlist.artlist-product-categories.productCatSlider.comman_slider.artlist-sub-categories {
  display: none !important;
}

.storeBox {
  width: 100%;
  max-width: 100%;
  padding: 20px 0px;
  height: 100%;
}
.storeBox .storeImg {
  max-width: 580px;
  border-radius: 10px;
  overflow: hidden;
}
.storeBox .storeImg img {
  width: auto;
  height: auto;
}
.storeBox .storDetails {
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgb(214, 214, 214);
          box-shadow: 0 5px 10px rgb(214, 214, 214);
}
.storeBox .storDetails .storeLocation {
  font-size: 30px;
  line-height: 1.2;
  color: #c99b4b;
  padding-bottom: 0px;
}
.storeBox .storDetails ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.storeBox .storDetails ul li {
  color: #000;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.storeBox .storDetails ul li i {
  padding-right: 10px;
  padding-top: 6px;
}
.storeBox .storDetails ul li p, .storeBox .storDetails ul li a {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.storeBox .storDetails ul li p {
  font-size: 20px;
}
.storeBox .storDetails ul li:last-child a {
  padding-bottom: 0px;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .storeBox .storeImg {
    max-width: 500px;
  }
  .storeBox .storDetails .storeLocation {
    font-size: 26px;
  }
  .storeBox .storDetails ul li p {
    font-size: 16px;
  }
  .storeBox .storDetails ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .storeBox .storeImg {
    max-width: 450px;
  }
  .storeBox .storDetails .storeLocation {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .storeBox .storeImg {
    max-width: 400px;
  }
  .storeBox .storDetails .storeLocation {
    font-size: 22px;
  }
  .storeBox .storDetails ul li a, .storeBox .storDetails ul li p {
    font-size: 14px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .storeBox .storeImg {
    max-width: 350px;
  }
  .storeBox .storDetails {
    padding: 20px;
  }
  .storeBox .storDetails .storeLocation {
    font-size: 20px;
  }
  .storeBox .storDetails ul li a, .storeBox .storDetails ul li p {
    font-size: 14px;
    padding-bottom: 12px;
  }
}

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

.langCurrencySelector {
  display: none !important;
}

.rightHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .rightHeader #menubar-my-account {
    margin-right: 0 !important;
  }
  .rightHeader .shopbar-tool {
    margin-left: 15px !important;
  }
}

.leftHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .category-page {
    padding-bottom: 40px;
  }
}

.mobStickyFooter {
  display: none;
}

.stickyCartRow {
  display: none;
}

.btn_comman, #content-wrapper .btn-primary, .btn-warning {
  line-height: inherit !important;
}

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

.loginRegister .has-icon .input-group-icon {
  padding: 0px;
}

@media (max-width: 767px) {
  .topbdr {
    display: none !important;
  }
  .hmProduct_section2 .col-lg-6 .imgboxComman:last-child, .hmProduct_section2 .row .imgboxComman:last-child, .hmProduct_section3 .col-lg-6 .imgboxComman:last-child,
  .hmProduct_section3 .row .imgboxComman:last-child, .giftImgSection .col-lg-6 .imgboxComman:last-child, .giftImgSection .row .imgboxComman:last-child {
    margin-bottom: 16px;
    padding: 0;
  }
  .artlist-homepage-categories {
    padding: 0 5px;
  }
  .artlist-homepage-categories.artlist-4-cols .art {
    padding: 0 3px;
    margin: 3px 0 !important;
  }
  .art .artBox {
    margin: 0 3px 6px 3px !important;
  }
  .art .artBox .art-btn.btn-secondary.ajax-cart-link i.fa-heart {
    width: auto;
  }
  .artlist-homepage-categories .art {
    padding: 0 3px;
  }
  .manufactureSlider .artlist-grid.artlist-boxed .art {
    margin: 0 3px 20px 3px !important;
  }
  .product-list-container .artlist-actions .btn-warning {
    width: auto;
  }
  .product-list-container .artlist.artlist-grid {
    margin: 0px;
  }
  #tabbyCard {
    margin-left: -30px;
  }
  .stickyCartRow {
    display: block;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 998;
    -webkit-box-shadow: 0 -1px 8px #d4d5d9;
            box-shadow: 0 -1px 8px #d4d5d9;
    bottom: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 20px;
  }
  .stickyCartRow div, .stickyCartRow .pd-price {
    margin-bottom: 0px !important;
  }
  .stickyCartRow .pd-oldprice-line {
    display: none !important;
  }
  .stickyCartRow .btn-primary {
    width: auto !important;
    min-width: auto !important;
    min-width: 130px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px !important;
  }
  .stickyCartRow .btn-primary img {
    height: 14px !important;
    margin-right: 8px;
  }
  .stickyCartRow .btn-primary span {
    padding-left: 0px !important;
    font-size: 12px;
  }
  .stickyCartRow .btn-primary i {
    font-size: 12px;
  }
  .stickyCartRow .pd-price {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .form-control-plaintext .form-check-label {
    font-size: 13px;
  }
  .billingButton a, .billingButton a input {
    min-width: 100px !important;
    width: auto !important;
  }
  .cartConfirm.cart-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cartConfirm .btn-danger, .cartConfirm .btn-primary {
    width: auto !important;
    min-width: 100px !important;
  }
  .hd3 {
    font-size: 22px;
    line-height: 28px;
  }
  .checkout-completed-page .heading-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .checkout-completed-page .two_button1 .btn {
    min-width: auto !important;
  }
  .page-order-details .print-buttons .btn {
    width: auto !important;
    min-width: inherit !important;
    padding: 10px 20px !important;
  }
  .delAcc .btn-danger {
    width: auto !important;
    min-width: 120px !important;
    padding: 10px 20px !important;
  }
  .cart-row {
    margin-bottom: 20px;
  }
  .hmProduct_section2, .hmProduct_section3, .giftImgSection {
    margin-bottom: -10px;
  }
  #offcanvas-menu .layer {
    padding-bottom: 30px;
  }
  .page-myaccount-orders .card .card-footer .btn {
    padding: 10px 15px !important;
  }
  .page-myaccount-orders .card .card-footer .btn span {
    padding: 0px !important;
  }
  .backBtn .icon-left {
    display: block;
    margin: 2px auto;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 575px) {
  .hmProduct_section2 .col-lg-6 .imgboxComman:last-child, .hmProduct_section2 .row .imgboxComman:last-child, .hmProduct_section3 .col-lg-6 .imgboxComman:last-child,
  .hmProduct_section3 .row .imgboxComman:last-child, .giftImgSection .col-lg-6 .imgboxComman:last-child, .giftImgSection .row .imgboxComman:last-child {
    margin-bottom: 16px;
    padding: 0;
  }
}
.validation-summary-errors > ul {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

.myGateway {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media (max-width: 767px) {
  .myGateway {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
}

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

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

@media (max-width: 575px) {
  a.pretty-link > i {
    padding-right: 0.5rem;
  }
}
.translateDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.translateDiv .langBtn {
  margin-left: 30px;
}

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

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

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

#order-items .cart-head {
  display: block !important;
  background: transparent !important;
}
#order-items .cart-head .cart-row {
  background: transparent !important;
  padding: 0px !important;
  border-color: #000;
}
#order-items .cart-head .cart-row .cart-col {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  #order-items .cart-head {
    display: none !important;
  }
}
#order-items .cart-row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#order-items .cart-row .cart-col-main .cart-item-img {
  max-width: 150px;
  min-width: 150px;
}
#order-items .cart-row .cart-col-main .prodnamemob {
  display: none;
}
#order-items .cart-row .cart-col-main:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#order-items .cart-row .cart-col-main:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#order-items .cart-row .cart-col-main:nth-child(2) .cart-col:nth-child(2) {
  width: 15%;
  text-align: center;
}
#order-items .cart-row .cart-col-main:nth-child(2) .cart-col:nth-child(3) {
  width: 30%;
  text-align: right;
}
#order-items .cart-row .cart-col-main:nth-child(2) .cart-col:nth-child(4) {
  width: 30%;
  text-align: right;
}
@media (max-width: 991px) {
  #order-items .cart-row .cart-col-main .cart-item-img {
    min-width: inherit;
  }
}
@media (max-width: 767px) {
  #order-items .cart-row .cart-col-main .cart-item-img {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    padding-right: 15px;
  }
  #order-items .cart-row .cart-col-main .prodname {
    display: none;
  }
  #order-items .cart-row .cart-col-main:nth-child(2) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #order-items .cart-row .cart-col-main:nth-child(2) .cart-col {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.3% !important;
            flex: 0 0 33.3% !important;
    text-align: left !important;
    padding: 0 !important;
    min-width: auto !important;
  }
  #order-items .cart-row .cart-col-main:nth-child(2) .prodnamemob {
    display: block;
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}/*# sourceMappingURL=style.css.map */