.showcase-choose-box {
  float: left;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-gap: 10px;
}

.choose-box {
  border-radius: 17px;
  position: relative;
  float: left;
  overflow: hidden;
}

.choose-box-input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.choose-box-input:checked ~ .choose-box-img {
  border: 1px solid #000;
}

.choose-box-img {
  width: 100%;
  height: auto;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 17px;
}


.editor-title {
  font-weight: 600;
}

.choose-box-storage {
  font-size: 12px;
  border: 1px solid #d4d4d4;
  border-radius: 17px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  font-weight: 600;
  color: #777;
}

.choose-box-input:checked ~ .choose-box-storage {
  border: 1px solid #ff8c00;
  color: #000;
}

/* pages */

.middle {position: relative;
  margin: 0 auto;
  width: 1240px;}

.page-title-1 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #222;
  float: left;
  width: 100%;
  font-size: 30px;
  margin-top: 60px;
}

.page-title-2 {
  float: left;
  width: 100%;
  line-height: 22px;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-text-1 {
  line-height: 22px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

/* pages end */

.go-guest-url {
  float: left;
  font-size: 14px;
  background-color: #f5f5f5;
  line-height: 34px;
  border-radius: 17px;
  color: #b27e34;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-top: 10px;
  font-weight: 500;
}


/* contact-oxeema */

.contact-chkd-message {
  float: left;
  width: calc(100% - 138px);
  padding-right: 15px;
  max-width: 420px;
}

.contact-oxeema {
  width: 1240px;
  position: relative;
}

.contact-welcome {
  float: left;
  margin-bottom: 24px;
  width: 100%;
  gap:24px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.contact-image-box {
  padding:44px;
  background-color: #fff;
  border-radius:17px;
}

.contact-form-box {
  padding: 60px;
  background-color: #fff;
  border-radius: 17px;
}

.contact-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  float: left;
  line-height: 44px;
}

.contact-text {
  width: 100%;
  float: left;
}

.contact-form-box span {color: rgb(232, 0, 0);}


.contact-names {  width: 100%;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;}

.contact-resources {
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 17px;
}

.contact-title-form {
  font-size: 13px;
  margin-bottom: 7px;
  color: #000;
  float: left;
  width: 100%;
}

.contact-input-1 {
  box-sizing: border-box;
  color: #000;
  float: left;
  font-weight: 400;
  height: 34px;
  line-height: 34px;
  position: relative;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
  background-color: transparent;
  border-bottom: 1px solid #d4d4d4;
}

.contact-input-2 {
  background-color: transparent;
  box-sizing: border-box;
  color: #000;
  float: left;
  font-weight: 400;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  overflow-y: hidden;
  height: 280px;
  max-width: 100%;
  min-width: 100%;
  max-height: 400px;
  resize: none;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom:
1px solid #d4d4d4;
  outline:
none;
}

.contact-link {
  color: rgb(0, 116, 232);
  font-weight: 400;
}

.contact-submit {
  box-sizing: border-box;
  color: #fff;
  float: right;
  font-weight: 400;
  height: 34px;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  border-radius: 17px;
  background-color: #3c6b6e;
  cursor: pointer;
  margin-top: 2px;
}

.contact-chkd {
  position: relative;
  float: left;}

.chkd-icon {
  width: 24px;
  height: 24px;
  float: left;
  transition: 0.3s;
  background-size: 0;
  border-radius: 50%;
  margin-top: 3px;
  background-color: transparent;
  border: 1px solid #d4d4d4;
}

.contact-checked {cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  left: 0;
  top: 0;}

.contact-checked-text {
  line-height: 22px;
  margin-left: 14px;
  float: left;
  width: calc(100% - 40px);
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.contact-chkd input:checked ~ .chkd-icon {
  background-image: url(../img/check.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3c6b6e;
  border: 1px solid #fff;
}

.contact-checked-text a {
  color: rgb(60, 107, 110);
  font-weight: 400;
  text-decoration: underline;
}

.contact-same-box {
  float: left;
  width: 340px;
}


.contact-same-title {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  float: left;
  margin-top: 30px;
}


.contact-same-text {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
}

.contact-same-text a {
  color: rgb(60, 107, 110);
  font-weight: 400;
  text-decoration: underline;
}


.contact-helpcenter {
  padding:24px;
}

.contact-boxes-title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
}

.contact-boxes-text {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.contact-boxes-link {
  color: rgb(60, 107, 110);
  font-weight: 400;
  text-decoration: underline;
}

.help-link {
  color: #fff;
  height: 34px;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 17px;
  background-color: #3c6b6e;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  float: left;
}


.privacy {
  width: 100%;
  position: relative;
}

.privacy p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 24px;
  float: left;
  width: 100%;
}

.privacy-main {
  display: flex;
  width: 100%;
  background-color: #46494d;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 17px;
}

.privacy-main svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.privacy-main h1 {
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #fff;
  margin-top: 70px;
  font-size: 60px;
  font-weight: 600;
}

.privacy-main p {
  width: 100%;
  line-height: 26px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  z-index: 1;
  margin-bottom: 70px;
}

.privacy-middle {
  width: 1240px;
  margin: 0 auto;
}



.privacy-title-mini {
  font-weight: 700;
}

.privacy-list {
  list-style-type: disc;
  margin-left: 15px;
  font-size: 15px;
  float: left;
  width: calc(100% - 15px);
}

.privacy-list li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.privacy-theme {
  width: 100%;
  position: relative;
  float: left;
  background-color: #f5f5f5;
  border-radius: 17px;
  padding: 20px;
}

.privacy-theme h3 {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}

.privacy-next-link {
  position: relative;
  font-size: 14px;
  border-radius: 23px;
  line-height: 34px;
  text-decoration: none !important;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s;
  background-color: #3c6b6e;
  color: #fff !important;
  float: left;
}

.privacy-mb-15 {margin-bottom: 15px;}

.privacy-title {
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding-right: 30px;
}

.privacy-middle strong {
  font-weight: 600;
}

.privacy-middle a {
  color: rgb(60, 107, 110);
  font-weight: 400;
  text-decoration: underline;
}


/* contact-oxeema */




/* FAQ */

.faq {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto 70px;
  width: 640px;
}


.privacy-theme h3 {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}

.faq-theme p {
  width: 540px;
  font-size: 18px;
  line-height: 26px;
  color: #bdbdbd;
  text-align: center;
  font-weight: 400;
}

.privacy-select {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-radius: 17px;
  padding: 20px;
  margin-bottom: 10px;
}

.privacy-main-text {
  color: #000;
  float: left;
  width: 100%;
}

.privacy-arrow {
  position: absolute;
  right: 0px;
  height: 24px;
  width: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-1 {
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
}
.privacy-2 {
  width: 2px;
  height: 16px;transition: 0.3s;
  background-color: #000;
  position: absolute;
}

.privacy-select input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  border: 0;
  height: 100%;
  z-index: 2;
}

.privacy-select-box {
  transition: 0.3s;
  position: relative;
  float: left;
  width: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.privacy-text {
  position: relative;
  transition: 0.5s;
  width: 100%;
  float: left;
  overflow: hidden;
  max-height: 0;
  box-sizing: border-box;
  color: #fff;
}

.privacy-text p:last-child {
margin-bottom: 0px;}

.privacy-checkbox:checked + .privacy-select-box {
  height: auto;
}

.privacy-checkbox:checked ~ .privacy-select-box .privacy-text {
  max-height: 2000px;
  padding-top: 20px;
  opacity: 1;
  color: #000;
}

.privacy-checkbox:checked + .privacy-select-box .privacy-arrow .privacy-2 {
  height: 2px;
}


.privacy-pre {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 22px;
}

.privacy-pre p {
  position: relative;
  float: left;
  color: #fff;
  line-height: 44px;
  font-weight: 400;
}

.privacy .button {
float: right;
}



@media screen and (max-width: 1240px) {

 .privacy {
    padding-left: 15px;
    padding-right: 15px;
  }

.privacy-middle {
    width: 100%;
}

}

@media screen and (max-width: 740px) {

 .privacy-title {
    font-size: 16px;
  }

  .privacy-theme h3 {
    font-size: 16px;
  }

  .privacy-main h1 {
    font-size: 34px;
  }

}



/* privacy end */


/* pagination */

.pagination {
  float: left;
  width: 100%;
  margin-top: 24px;
  font-size: 14px;
  display: flex;
  gap: 5px;
}

.pagination-link {
  width: 34px;
  height: 34px;
  float: left;
  line-height: 34px;
  text-align: center;
  color: #000;
}

.pagination-next {
  background-image: url(../img/backW.svg);
  transform: rotate(180deg);
  font-size: 0;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination-prev {
  background-image: url(../img/backW.svg);
  font-size: 0;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination-current {
  background-color: #222;
  color: #fff;
  border-radius: 50%;
}

.pagination a {text-decoration: none;}

/* pagination end */


.pubof {
  float: left;
  color: #005bac;
  line-height: 34px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin-top: 15px;
  background-color: #ececec;
  border-radius: 17px;
  text-align: center;
}

/* footer */

.scrolltop {
  background-image: url(../img/backW2.svg);
  transform: rotate(90deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 50%;
  background-color: #222;
  height: 34px;
  width: 34px;
  float: left;
  cursor: pointer;
}

.footer {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  background-color: #000;
  padding-bottom: 24px;
  margin-top: 15px;
  float: left;
}

.footer a {
  color: #bdbdbd;
}

.footer-logo {
    font-family: September W00 Bold;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
    font-size: 24px;
    text-decoration: none;
    line-height: 36px;
}

.logo-x-box {
  float: left;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 90px;
}

.footer-logo-box {
  float: left;
  width: 100%;
}

.follow-us {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
}

.logo-x {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 9px;
  letter-spacing: 1px;
  font-weight: 600;
}



.chat-on-whatsapp {
    background-color: #25ae74;
    line-height: 36px;
    height: 36px;
    position: relative;
    float: left;
    color: #fff !important;
    background-image: url(../img/whatsapp2.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: 15px 8px;
    padding-left: 44px;
    padding-right: 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
}

.social {
  height: 34px;
  background-repeat: no-repeat;
  border-radius: 50%;
  float: left;
  transition: 0.3s;
  width: 34px;
  background-color: #222;
  background-position: center;
  font-size: 0px;
}

.social-box {
  float: left;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-gap: 10px;
}

.ico-twitter {
    background-image: url(../img/social/twitter-x.svg);
    background-size: 26px;
}

.ico-instagram {
    background-image: url(../img/social/instagram.svg);
    background-size: 20px;
}

.ico-tiktok {
    background-image: url(../img/social/tiktok.svg);
    background-size: 19px;
}

.ico-youtube {
    background-image: url(../img/social/youtube.svg);
    background-size: 19px;
}

.ico-whatsapp {
    background-image: url(../img/whatsapp.svg);
    background-size: 18px;
}

.footer-phone {
    color: #fff;
    text-decoration: none;
    float: right;
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
}

.footer-nav {
    width: 1240px;
}

.nav-copyright {
  float: left;
  width: 1240px;
  text-align: center;
}

.footer-copyright {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 14px;
}

.nav-copyright a {
  float: left;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
  transition: 0.3s;
  line-height: 34px;
  background-color: #222;
  color: #bdbdbd;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 17px;
}

.copyright p {
  float: left;
  position: relative;
  margin-left: 10px;
}

.nav-copyright a:hover {
    text-decoration: underline;
}

.box-1 {
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
}

.f-logo {
    height: 46px;
    line-height: 46px;
    font-family: September W00 Bold;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    font-size: 34px;
    float: left;
}

.fh-phone {
    float: right;
    width: 240px;
}

.footer-head {
    padding-top: 30px;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.footer-title-2 {
    color: #fff;
    float: left;
    font-weight: 600;
    line-height: 34px;
    width: 100%;
}

.footer-wtsp {
    float: left;
    color: #bdbdbd;
    text-decoration: none;
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
    width: 100%;
}

.footer-desc {
    position: relative;
    float: left;
    width: 500px;
    color: #dbdbdb;
    font-weight: 300;
    line-height: 34px;
}

.footer h3 {
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  float: left;
  width: 100%;
}

.footer-title {
  font-weight: 400;
  color: #bdbdbd;
  font-size: 12px;
  float: left;
  width: 100%;
  margin-bottom: 11px;
}

.footer-link {
    float: left;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s;
    line-height: 34px;
    width: 100%;
}

.footer-link:hover {
    text-decoration: underline;
}

.ctr {
    width: 1000px;
    margin: 0 auto;
}

.copyright {
  font-size: 15px;
  color: #fff;
  line-height: 34px;
}



.box-1 li {
    width: 100%;
}

.contact-info {
    color: #b4b4b4;
    width: 200px;
    line-height: 24px;
    margin-top: 10px;
    font-size: 15px;
}

.footer-menu {
  float: right;
  width: 540px;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.box-2 {
    float: left;
    width: 100%;
}

.box-3 {
    float: left;
}

.footer-menu-2 {
    float: left;
}

.open-footer {
    display: none; 
}

.open-box {
    display: none;
}

/* footer end */

/* header */

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
  top: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  flex-direction: column;
  box-shadow: 0 0 29px 7px rgba(100, 100, 111, 0.2);
}

.header-top {
    position: relative;
    width: 1240px;
    margin: 0 auto;
}

.logotext {
  font-family: Inter;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 25px;
  line-height: 38px;
  height: 39px;
  text-align: center;
  text-decoration: none;
  color: #0a4549;
  display: block;
  position: absolute;
}


.header-menu {
  width: 640px;
  margin: 0 auto;
}

.header-right {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}


.menu-button {
  position: absolute;
  top: 0;
  height: 38px;
  background-color: #3c6b6e;
  background-image: url(../img/menu-b.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 15px 9px;
  border-radius: 19px;
  line-height: 38px;
  font-size: 14px;
  padding-left: 46px;
  padding-right: 15px;
  color: #fff;
  width: 116px;
  cursor: pointer;
}


  .navigation {
    position: fixed;
    width: 340px;
    height: 100vh;
    transform: translateX(340px);
    background-color: #fff;
    z-index: 2222;
    transition: 0.5s;
    top: 0;
    right: 0;
    float: none;
    left: auto;
  }

.menu-button:hover .navigation {
    height: 400px;
}

    .navigation.on {
    transform: translateX(0);
    box-shadow: 0px 4px 20px 7px rgba(0, 0, 0, 0.2);
  }


.cart-table {
  float: left;
}

.cart-info-box {
  float: left;
  width: 70px;
}

.cart-info-box p {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.cart-info-box span {
  display: flex;
  float: left;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}

.search.on {
    height: 100vh;
    opacity: 1;
    visibility: visible;
}

.search-button {
  width: 40px;
  height: 40px;
  float: left;
  background-image: url(../img/search.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.search-button:active {
    background-color: #fff;
}

.search-button:focus {
    background-color: #fff;
}

.search-button.on {
    background-image: url(../img/close.svg);
}

.search-input {
  float: right;
  line-height: 36px;
  background-color: #fff;
  padding-left: 17px;
  padding-right: 0px;
  border-radius: 19px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  width: 17px;
  font-weight: 400;
  transition: 0.5s;
  will-change: width;
  background-image: url(../img/search.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 0px;
  font-size: 14px;
  height: 38px;
  width: calc(100% - 126px);
  padding-left: 40px;
  padding-right: 40px;
  background-position: 14px;
  background-color: transparent;
  border: 1px solid #999;
  z-index: 0;
  position: relative;
}

#search-results-container {
  width: 100%;
  float: left;
  display: block !important;
}

.search-results.on {
  height: calc(100vh - 48px);
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-focus {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  background-position: 15px;
  background-color: #fff;
}

.clear-button {
  position: absolute;
  left: calc(100% - 41px);
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 34px;
  height: 34px;
  background-color: transparent;
  cursor: pointer;
  line-height: 34px;
  opacity: 0;
  transition: 2s;
  background-image: url(../img/close.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 10px 11px;
  visibility: hidden;
}

.clear-button.on {opacity: 1;visibility:visible;}

/* search results */

.search-results {
  width: 100%;
  float: left;
  height: 0px;
}

.search-results input {
    line-height: 38px;
    font-size: 15px;
    color: #000;
    transition: 0.4s;
    float: left;
    box-sizing: border-box;
    font-weight: 400;
    background-color: #fff;
    margin-left: 7px;
    padding-right: 15px;
    width: calc(100% - 52px);
}

.search-box {
    border: 1px solid #d5d5d5;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    height: 40px;
    width: 100%;
}

.search-result {
  width: calc(100% - 30px);
  line-height: 40px;
  color: #000;
  font-size: 15px;
  float: left;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 1px solid #ebebeb;
  margin-left: 15px;
  margin-right: 15px;
}

.search-result:hover .search-result-title {
    text-decoration: underline;
}

.search-result-box {
  width: 100%;
  float: left;
  padding-top: 7px;
  padding-bottom: 7px;
  background-image: url(../img/right.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 100%;
}

.search-img {
  position: relative;
  float: left;
  width: 54px;
  height: 54px;
  background-color: #ebebeb;
  border-radius: 17px;
  margin-left: -10px;
}

.search-img img {width: 100%;position: relative;float: left;}

.search-arrow {
    float: right;
    width: 40px;
    height: 40px;
    background-image: url(../img/right.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.search-results-title {
  font-weight: 300;
  font-size: 14px;
  float: left;
  margin-top: 10px;
  color: #000;
  width: 100%;
}

.search-result-title {
  width: 100%;
  float: left;
  line-height: 20px;
  font-weight: 500;
  color: #3c6b6e;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  padding-right: 30px;
}

.search-result-text {
  width: 100%;
  float: left;
  line-height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.search-result-ico {
    float: left;
    width: 40px;
    height: 54px;
    background-image: url(../img/right.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.catalog {
  width: 100%;
  float: left;
  position: relative;
}



#search-width.on {
  width: 100%;
}



#search-width {
  transition: 0.5s;
  height: 38px;
  float: left;
  width: 100%;
}

.catalog.on {overflow: hidden;}

.showcase-buy-box.on {
  opacity: 0;
  margin-top: -40px;
}

.catalog-icon {
    aspect-ratio: 1 / 1;
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    border-radius: 20px;
    margin-bottom: 7px;
}


.mobile-menu-button img {display: none;}

.catalog-link:hover {
    text-decoration: underline;
}

.catalog-button {
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    float: left;
    background-color: #f5f5f5;
}

.catalog-button p {
    line-height: 38px;
    float: left;
}

.catalog-menu {
    width: 30px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    height: 38px;
    float: left;
}

.cm-line-1 {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 15px;
    left: 0;
}

.cm-line-2 {
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 23px;
    left: 0;
}

/* header end */

/* categories */

.categories-header {
    float: left;
    width: 100%;
    line-height: 34px;
    margin-bottom: 15px; 
}

.subcategories-nav {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.subcategories-nav ul {
  float: left;
  width: 100%;
}

.subcategories-nav li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.cat-li-edit a {
  background-color: transparent !important;
  color: #b27d34 !important;
  border: 1px solid #b17d33;
  line-height: 32px !important;
}

.subcategories-nav li a {
  float: left;
  line-height: 34px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 17px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  white-space: nowrap;
}

.subcategories-nav li a:hover {text-decoration: underline;}

/* categories end 8?

/* main */

main {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 24px;
  float: left;
}

.button-back {
  float: left;
  width: 34px;
  height: 34px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  font-size: 0px;
  margin-right: 10px;
  background-image: url(../img/back.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.main-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  float: left;
}

.main-title a {
    color: #000;
    text-decoration: none;
}

.main-title a:hover {
    text-decoration: underline;
}

.main-view-all {
  float: right;
  background-color: #3c6b6e;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 400;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
  display: none;
}

.main-view-all:hover {
    text-decoration: underline;
}

.main-header {
  float: left;
  width: 100%;
  margin-top: 48px;
  line-height: 34px;
  margin-bottom: 15px;
}

.main-header-2 {
  float: left;
  width: 100%;
  margin-top: 60px;
  line-height: 34px;
  margin-bottom: 15px;
}

.main-welcome {
    width: 1240px;
    position: relative;
    float: left;
}

.main-welcome h1 {
    float: left;
    font-size: 34px;
    font-weight: 600;
}

.view-all {
    float: right;
    color: #0074e8;
    font-weight: 500;
    line-height: 34px;
    text-decoration: none;
}

.view-all:hover {
    text-decoration: underline;
}

.main-banner {
  width: 1240px;
  float: left;
}

.main-banner-img img {width: 100%;position: relative;float: left;}

.main-banner-scroll {
    width: 1240px;
    overflow: hidden;
    border-radius: 17px;
    position: relative;
}

.main-banner-radio {
    z-index: 2;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.7s;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.main-banner-prev {
    background-image: url(../img/backW.svg);
    left: 20px;
}

.main-banner-next {
    background-image: url(../img/backW.svg);
    transform: rotate(180deg);
    right: 20px;
}

.main-banner-radio:checked {
    opacity: 0;
    cursor: auto;
    visibility: hidden;
}

.main-banner-1 {
    left: 20px;
}

.main-banner-2 {
    right: 20px;
}

.main-banner-1:checked~.main-banner-content {
    right: 0;
}

.main-banner-2:checked~.main-banner-content {
    right: 100%;
}

.main-banner-content {
  float: left;
  transition: 0.7s;
  position: relative;
  display: grid;
  right: 0%;
}

.ban-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 1;
    display: none;
}

.main-banner-title {
    font-weight: 600;
    font-size: 30px;
    float: left;
    width: 100%;
}

.main-banner-description {
  margin-bottom: 15px;
  line-height: 24px;
  float: left;
  width: 100%;
  font-weight: 400;
}

.main-banner-link {
  line-height: 34px;
  height: 34px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  font-size: 14px;
  font-weight: 400;
}




.main-banner-link-2 {
  line-height: 30px;
  height: 30px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
}

.ban-content-box {
    width: 480px;
}

.main-banner-slide {
    width: 100%;
    position: relative;
}

.main-banner-slide img {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
}

.ban-bg-1 {
    background-image: url(../img/big-ban-1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #000;
}

.ban-bg-2 {
    background-image: url(../img/big-ban-2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.product-section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
}

.nav-menu {
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  max-height: 100%;
  margin-top: 0;
  float: left;
  padding-top: 15px;
  padding-bottom: 90px;
}

  .no-vision {display: none;}
  .view-sub {display: block!important;}

  .test-x {
    width: 100%;
    float: left;
  }

.view-cat .catalog-link {display: none;}

.mobile-menu-button {
  float: left;
  width: calc(100% - 85px);
  margin-left: 15px;
  height: 70px;
  display: flex;
  align-items: center;
}

.mobile-menu-button p {
  font-size: 14px;
}

.cat-image {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #294a4c1f;
  margin: 5px;
  overflow: hidden;
}

.cat-image img {position: relative;float: left;width: 100%;}



.current-offers {
    width: 1240px;
}

.new-arrivals {
    width: 1240px;
}

/* main end */


    /* Help center */

.help-center {
  width: 100%;
  float: left;
  border-radius: 17px;
  padding: 24px;
  background-color: #fff;
}


.help-center-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  float: left;
  width: 100%;
  line-height: 24px;
  margin-top: 15px;
}

.help-center-button {
  line-height: 34px;
  height: 34px;
  background-color: #222;
  color: #fff;
  border-radius: 17px;
  text-align: center;
  padding-left: 17px;
  padding-right: 17px;
  float: left;
  font-size: 15px;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}

.help-center-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  float: left;
  width: 100%;
}

.help-center-share {
  height: 34px;
  background-color: #efefef;
  color: #000;
  border-radius: 17px;
  float: left;
  cursor: pointer;
  transition: 0.4s;
  font-size: 0;
  line-height: 34px;
  margin-left: 10px;
  width: 34px;
  background-image: url(../img/share.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.help-center-share:active {background-color: #000;color: #fff;}

.showcase-share-box {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  right: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  transition: 0.4s;
}

.close-share-box {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #f5f5f5;
  top: 29px;
  right: 24px;
  background-image: url(../img/close.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
}

.showcase-share-box.on {transform: translateY(0);}

.showcase-share-title {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
  color: #000;
  line-height: 34px;
}

.share-button {
  cursor: pointer;
  float: left;
  width: 54px;
  border-radius: 50%;
}

.share-button-box {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 15px;
  width: auto;
  float: left;
}

.share-middle {
   display: inline-block;
}

.share-button-title {
  font-size: 11px;
  color: #000;
  width: 100%;
  text-align: center;
  margin-top: 7px;
}

.share-ico {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.sb-whatsapp {
  background-image: url(../img/social/whatsapp_x1.svg);
  background-size: 26px;
  background-color: #25d366;
}

.sb-twitter {
  background-image: url(../img/social/twitter-x.svg);
  background-size: 32px;
  background-color: #000;
}

.sb-fb {
  background-image: url(../img/social/facebook.svg);
  background-size: 36px;
  margin-right: 0;
  background-color: #3b5998;
}

.sb-telegram {
  background-image: url(../img/social/telegram.svg);
  background-size: 40px;
  margin-right: 0;
  background-color: #40b3e0;
}

.sb-email {
  background-image: url(../img/email.svg);
  background-size: 26px;
  margin-right: 0;
  background-color: #f5f5f5;
}

.sb-cpl {
  background-image: url(../img/copy.svg);
  background-size: 24px;
  margin-right: 0;
  background-color: #f5f5f5;
}

/* Help center end */



/* showcase main */
.showcase-back {
  width: 24px;
  height: 34px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #fff;
  position: relative;
  background-image: url(../img/back.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 14px;
  cursor: pointer;
  margin-top: 3px;
  float: left;
}
.showcase {
    box-sizing: border-box;
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    grid-gap: 24px;
    float: left;
    width: 100%;
}

.showcase-box {
  background-color: #fff;
  border-radius: 14px;
  color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.showcase-info {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: #fdfdfd;
}

.showcase-box img {
  width: calc(100% - 30px);
  float: left;
  height: auto;
  margin: 15px;
  border-radius: 7px;
}

.showcase-name {
  font-size: 14px;
  line-height: 18px;
  float: left;
  width: 100%;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  color: #000;
}

.showcase-price span {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 300;
}

.showcase-price {
  font-weight: 400;
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  position: relative;
}





/* showcase main end */

/* showcase view main */

.showcase-view-main {
    box-sizing: border-box;
    width: 1240px;
    float: left;
    position: relative;
}

.showcase-view {
  width: 73%;
  float: left;
  box-sizing: border-box;
  position: relative;
}

.showcase-label {
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  left: 0;
  width: 16%;
  border: 1px solid #fff;
}

.showcase-label img {
  float: left;
  width: 100%;
  height: auto;
}

.showcase-view-box-1 {
    height: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    grid-gap: 10px;
}

.showcase-view-box-1 img {
    width: 100%;
    border-radius: 17px;
    border: 1px solid #ebebeb;
    transition: 0.3s;
}

.showcase-view-box-2 {
    width: 400%;
    height: auto;
    position: relative;
    float: left;
    transition: 0.4s;
    left: 0;
}

.showcase-view-box-2 img {
  width: 25%;
  float: left;
  height: auto;
}

.showcase-view-scroll {
  float: left;
  box-sizing: border-box;
  width: calc(100% - 16% - 20px);
  overflow: hidden;
  border-radius: 17px;
  margin-left: calc(16% + 20px);
}

.showcase-view-radio {
    width: 177px;
    height: 177px;
    cursor: pointer;
    opacity: 0;
}

.showcase-view-1:checked ~ .showcase-view-1 {
  border: 2px solid #ff8c00;
}

.showcase-view-2:checked~.showcase-view-2 {
  border: 2px solid #ff8c00;
}

.showcase-view-3:checked~.showcase-view-3 {
  border: 2px solid #ff8c00;
}

.showcase-view-4:checked~.showcase-view-4 {
  border: 2px solid #ff8c00;
}

.showcase-view-1 {
    position: absolute;
    top: 0;
    z-index: 1;
}

.showcase-view-1:checked~.showcase-view-box-2 {
    left: 0%;
}

.showcase-view-2 {
  position: absolute;
  top: 22%;
  z-index: 1;
}

.showcase-view-2:checked~.showcase-view-box-2 {
    left: -100%;
}

.showcase-view-3 {
  position: absolute;
  top: 44%;
  z-index: 1;
}

.showcase-view-3:checked~.showcase-view-box-2 {
    left: -200%;
}

.showcase-view-4 {
  position: absolute;
  top: 66%;
  z-index: 1;
}

.showcase-view-4:checked~.showcase-view-box-2 {
    left: -300%;
}

/* Showcase View Main End */

/* Showcase View Mini */

.stock-title-White {
  line-height: 20px;
  float: left;
  color: #000;
  font-weight: 600;
  width: 100%;
}

.stock-title-Black {
  line-height: 20px;
  float: left;
  color: #fff;
  font-weight: 600;
  width: 100%;
}

.stock-text-White {
  line-height: 20px;
  float: left;
  color: #000;
  font-weight: 400;
  width: 100%;
}

.stock-text-Black {
  line-height: 20px;
  float: left;
  color: #bdbdbd;
  font-weight: 400;
  width: 100%;
}



.showcase-view-mini-box {
  background-color: #fff;
  border-radius: 17px;
  color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.showcase-view-mini {
  width: 1240px;
  display: none;
}

.showcase-mini-img {
  width: 100%;
  border-radius: 17px;
  float: left;
  height: auto;
}

.showcase-view-mini-content {
    float: left;
    width: calc(200% + 24px);
    transition: 0.7s;
    position: relative;
    grid-template-columns: repeat(10, 1fr);
    display: grid;
    grid-gap: 24px;
}

.showcase-mini-view-scroll {
    width: 1240px;
    overflow: hidden;
    border-radius: 17px;
    position: relative;
}

.showcase-view-mini-radio {
    z-index: 2;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.7s;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.showcase-view-mini-prev {
    background-image: url(../img/backW.svg);
}

.showcase-view-mini-next {
    background-image: url(../img/backW.svg);
    transform: rotate(180deg);
}

.showcase-view-mini-1 {
    left: 24px;
}

.showcase-view-mini-2 {
    right: 24px;
}

.showcase-view-mini-radio:checked {
    opacity: 0;
    cursor: auto;
    visibility: hidden;
}

.showcase-view-mini-1:checked~.showcase-view-mini-content {
    right: 0;
}

 .showcase-view-mini-2:checked ~ .showcase-view-mini-content {
    right: calc(100% + 24px);
  }

/* Showcase View Mini End */



.showcase-view-content {
  float: right;
  width: 27%;
  border-radius: 17px;
  position: sticky;
  top: 80px;
  bottom: 24px;
  padding-left: 20px;
}

.showcase-view-content-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  float: left;
}

.showcase-view-content-price {
  font-size: 15px;
  font-weight: 400;
  float: left;
  line-height: 34px;
  margin-right: 15px;
}

.showcase-view-description-title {
  font-weight: 600;
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.showcase-view-description-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.showcase-buy-box {
  float: left;
  width: 100%;
}

.showcase-buy-buttons {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.showcase-buy-buttons-box {
  float: left;
  width: 100%;
}

.showcase-product-return {
  float: left;
  font-size: 15px;
  line-height: 24px;
  margin-left: 5px;
}

.showcase-info-box {
  float: left;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 17px;
  grid-gap: 24px;
  display: grid;
  overflow: hidden;
}

.showcase-view-info {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.showcase-view-content-add {
  background-color: #3c6b6e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  float: left;
  padding-right: 19px;
  padding-left: 20px;
  line-height: 34px;
  border-radius: 21px;
  cursor: pointer;
  height: 34px;
  transition: 0.4s;
  text-decoration: none;
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 15px;
}

.showcase-view-content-buy {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  float: left;
  padding-right: 24px;
  padding-left: 24px;
  line-height: 34px;
  border-radius: 21px;
  cursor: pointer;
  height: 34px;
  margin-left: 7px;
}

.showcase-product-price {
  float: left;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  position: relative;
}



/* Details */

.details {
  float: right;
  margin-top: 15px;
  margin-right: 27%;
  width: 740px;
}

.details-2 {
  border-radius: 17px;
  background-color: #fff;
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  float: left;
}

.details-3 {
  width: 100%;
  float: left;
  margin-top: 15px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 15px;
}

.details-3-box {
  border-radius: 17px;
  background-color: #fff;
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}

.margin-top20 {margin-top: 15px;}

.details-table {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  grid-gap: 15px;
  font-size: 14px;
  line-height: 24px;
}

.details-box-title {
  font-weight: 600;
  font-size: 15px;
  color: #b27e34;
}

.details-15 {margin-bottom: 20px;}

.details-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 15px;
}

.details ul {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}

.details ul:last-child {margin-bottom: 0px;}
.details li:last-child {margin-bottom: 0px;}

.details li {
  line-height: 24px;
  float: left;
  width: 100%;
  background-image: url(../img/dot.svg);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 0px 9px;
  padding-left: 15px;
  margin-bottom: 7px;
}



/* Characteristics end */

/* Current Offers */

.current-offers-content {
  float: left;
  width: calc(200% + 24px);
  transition: 0.7s;
  position: relative;
  grid-template-columns: repeat(8, 1fr);
  display: grid;
  grid-gap: 20px;
}

.current-offers-scroll {
  width: 1240px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.current-offers-box {
    position: relative;
    overflow: hidden;
}

.current-offers-box img {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.stock-header {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  left: 0;
  top: 0;
  font-size: 14px;
  width: 100%;
}

.stock-dark-title {
    float: left;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}

.stock-new {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-weight: 600;
  background-color: red;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24px;
}

.stock-white-title {
  line-height: 20px;
  float: left;
  color: #000;
  font-weight: 600;
  width: 100%;
}


.stock-white-text {
line-height: 20px;
  float: left;
  color: #000;
  font-weight: 400;
  width: 100%;
}

.stock-white-button {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background-color: #b17e34;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 34px;
  border-radius: 17px;
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 15px;
  display: none;
}

.stock-dark-text {
  margin-top: 5px;
  float: left;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.current-offers-1 {left: 24px;}
.current-offers-2 {right: 24px;}

.current-offers-1:checked ~ .current-offers-content {
  right: 0;
}

.current-offers-2:checked ~ .current-offers-content {
  right: calc(100% + 24px);
}

/* Current Offers */

/* footer */

.scrolltop {
  background-image: url(../img/backW2.svg);
  transform: rotate(90deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
  background-color: #222;
  height: 34px;
  width: 34px;
  float: left;
  cursor: pointer;
}

.footer-logo {
    font-family: September W00 Bold;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
    font-size: 24px;
    text-decoration: none;
    line-height: 36px;
}

.logo-x-box {
  float: left;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 90px;
}

.footer-logo-box {
  float: left;
  width: 100%;
}

.follow-us {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
}





.chat-on-whatsapp {
    background-color: #25ae74;
    line-height: 36px;
    height: 36px;
    position: relative;
    float: left;
    color: #fff !important;
    background-image: url(../img/whatsapp2.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: 15px 8px;
    padding-left: 44px;
    padding-right: 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
}



.social-box {
  float: left;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-gap: 10px;
}

.ico-twitter {
    background-image: url(../img/social/twitter-x.svg);
    background-size: 26px;
}

.ico-instagram {
    background-image: url(../img/social/instagram.svg);
    background-size: 20px;
}

.ico-tiktok {
    background-image: url(../img/social/tiktok.svg);
    background-size: 19px;
}

.ico-youtube {
    background-image: url(../img/social/youtube.svg);
    background-size: 19px;
}

.ico-whatsapp {
    background-image: url(../img/whatsapp.svg);
    background-size: 18px;
}

.footer-phone {
    color: #fff;
    text-decoration: none;
    float: right;
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
}

.footer-nav {
    width: 1240px;
}

.nav-copyright {
  float: left;
  width: 1240px;
  text-align: center;
}

.footer-copyright {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 14px;
}

.nav-copyright a {
  float: left;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
  transition: 0.3s;
  line-height: 34px;
  background-color: #222;
  color: #bdbdbd;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 17px;
}

.copyright p {
  float: left;
  position: relative;
  margin-left: 10px;
  color: #bdbdbd;
}

.copyright span {
  font-weight: 600;
}

.nav-copyright a:hover {
    text-decoration: underline;
}

.box-1 {
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
}

.f-logo {
    height: 46px;
    line-height: 46px;
    font-family: September W00 Bold;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    font-size: 34px;
    float: left;
}

.fh-phone {
    float: right;
    width: 240px;
}

.footer-head {
    padding-top: 30px;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.footer-title-2 {
    color: #fff;
    float: left;
    font-weight: 600;
    line-height: 34px;
    width: 100%;
}

.footer-title-social {
  font-weight: 300;
  color: #000;
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 11px;
}

.footer-wtsp {
    float: left;
    color: #bdbdbd;
    text-decoration: none;
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
    width: 100%;
}

.footer-desc {
    position: relative;
    float: left;
    width: 500px;
    color: #dbdbdb;
    font-weight: 300;
    line-height: 34px;
}



.ctr {
    width: 1000px;
    margin: 0 auto;
}





.box-1 li {
    width: 100%;
}

.contact-info {
    color: #b4b4b4;
    width: 200px;
    line-height: 24px;
    margin-top: 10px;
    font-size: 15px;
}

.footer-menu {
  float: right;
  gap: 64px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.box-2 {
    float: left;
    width: 100%;
}

.box-3 {
    float: left;
}

.footer-menu-2 {
  float: left;
  width: 25%;
}

.open-footer {
    display: none; 
}

.open-box {
    display: none;
}

/* footer end */

/* Cart */

.cart {
  background-color: #fff;
  position: relative;
  float: right;
  cursor: pointer;
  height: 38px;
  width: 38px;
  background-image: url(../img/bag1.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 17px;
  z-index: 11;
}

.total-count {
  position: absolute;
  border-radius: 50%;
  background-color: #3c6b6e;
  color: #fff;
  width: 18px;
  height: 18px;
  left: 18px;
  top: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  font-weight: 400;
}

.main-cart-box {
  width: 320px;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  border-radius: 17px;
  box-shadow: 0 0 29px 7px rgba(100, 100, 111, 0.2);
  color: #fff;
}


.cart p {
    float: left;
    height: 40px;
    line-height: 40px;
}



.cart-box {
    position: relative;
    float: right;
    width: 66px;
    height: 60px;
    background-color: #333;
    background-image: url(../img/sc.png);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.cart-ico {
    width: 22px;
    float: left;
    height: 40px;
    background-image: url(../img/cart5.svg);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 24px;
}

.clear-cart {
  position: relative;
  float: right;
  background-color: #fff;
  color: #262626;
  height: 34px;
  line-height: 32px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 17px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  margin-right: 15px;
  display: none;
}

.nt-p-1 {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  color: #bdbdbd;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
}

.nt-p-2 {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 600;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 23px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.notification {
  position: absolute;
  background-color: #000;
  top: 52px;
  border-radius: 17px;
  transition: 0.5s;
  width: 240px;
  overflow: hidden;
  z-index: 200;
  right: 0px;
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  max-height: 60px;
  transform: scale(0);
}


.notification-show {
    transform: scale(1);
}

.notification-hide {
    opacity: 0;
    transition: 3.5s;
    padding: 15px;
}

.shopping-cart-box {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 502;
  transition: 0.5s;
  top: 0;
  right: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 17px;
  transform: scale(0);
}

.shopping-cart-box.on {
  transform: scale(1);
  height: 621px;
  width: 340px;
  top: 65px;
}

.sh-submit {
  background-color: #f5f5f5;
  color: #000;
  text-align: center;
  line-height: 34px;
  height: 34px;
  border-radius: 17px;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  float: left;
  padding-left: 24px;
  padding-right: 24px;
  transition: 0.5s;
}

.sh-submit.active {background-color: #0074e8;color: #fff;}

.red-stars {
  color: #0074e8;
  font-size: 13px;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
  line-height: 20px;
}

.sh-back {
  width: 34px;
  height: 34px;
  position: absolute;
  background-image: url(../img/back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #f5f5f5;
  z-index: 5;
  left: 15px;
  top: 7px;
}

.sh-box-4 {position: relative;float: left;width: 100%;margin-top: 10px;}

.shopping-cart-title {
  position: relative;
  float: left;
  width: 100%;
  line-height: 34px;
  font-size: 15px;
  font-weight: 600;
  padding-right: 44px;
  background-color: #fff;
  z-index: 4;
  padding-left: 15px;
  padding-top: 7px;
  height: 46px;
}

.shopping-cart-title-2 {
  position: relative;
  float: left;
  width: 100%;
  line-height: 34px;
  font-size: 15px;
  font-weight: 600;
  padding-right: 44px;
  background-color: #fff;
  z-index: 4;
  padding-left: 59px;
  padding-top: 7px;
}

.navigation a {
  float: left;
  text-decoration: none;
  font-size: 14px;
  color: rgb(0, 0, 0);
  margin-left: 0px;
  margin-right: 0px;
  background-color: rgb(255, 255, 255);
  border-radius: 17px;
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}

.catalog-link {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.subcategories-list {
  float: left;
  width: 100%;
  display: none;
}

.subcategories-list a {
  float: left;
  width: 100%;
  text-decoration: none;
  line-height: 26px;
  font-size: 13px;
  margin-bottom: 15px;
  transition: 0.5s;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.subcategories-list a:hover {text-decoration: underline;}

.menu-remove {
  position: absolute;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 6;
  background-image: url(../img/close.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
  top: 15px;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.menu-back {
  position: absolute;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 6;
  background-image: url(../img/back.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
  top: 15px;
  background-color: #f5f5f5;
  border-radius: 50%;
  font-size: 0;
  display: none;
}

.menu-title {
  position: relative;
  float: left;
  width: 100%;
  line-height: 34px;
  font-size: 15px;
  font-weight: 600;
  padding-left: 60px;
  padding-right: 60px;
  z-index: 4;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}

.sh-table {
  position: relative;
  height: auto;
  box-sizing: border-box;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 15px;
  float: left;
  width: 100%;
  z-index: 2;
}

.sh-left {
  width: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: 0 0 20px 7px rgba(100, 100, 111, 0.2);
  z-index: 3;
  background-color: #fff;
}

.order-title {
  float: left;
  width: 104px;
}

.order-count {
  width: 100%;
  text-align: left;
  font-weight: 500;
  background-color: transparent;
  color: #000;
  left: auto;
  top: auto;
  position: relative;
  float: left;
  font-size: 14px;
  height: auto;
  line-height: 18px;
  border-radius: 0;
}

.total-title {
  font-size: 12px;
  color: #777;
  float: left;
  line-height: 16px;
  font-weight: 400;
}

.dfree {
  color: green;
  font-weight: 600;
}

.go-pay {
  float: right;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-color: #3c6b6e;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.5s;
  transform: scale(1);
  width: calc(100% - 104px);
  font-weight: 500;
}

.ico-whatsapp {
  background-image: url(../img/whatsapp-buy.svg);
  background-size: 19px;
  width: 24px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: left;
  float: left;
  margin-right: 2px;
}

.go-pay-title {
  display: inline-block;
}

.go-pay.wait {
  background-color: #ebebeb;
  color: #999;
  transform: scale(0);
}

.order-confirm {display: none;}

.sh-main {
  position: relative;
  float: right;
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 24px;
  height: calc(621px - 92px);
  padding-top: 15px;
  background-color: #f5f5f5;
  overflow-y: auto;
}

.sh-main-2 {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 24px;
  height: calc(621px - 92px);
  padding-top: 15px;
  overflow: hidden;
}

.sh-price {
  position: relative;
  float: left;
  line-height: 24px;
  height: 24px;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  width: 100%;
}
.delete-item {
    position: relative;
    float: right;
}

.sh-cartmessage {display: none;
  position: absolute;
  color: #262626;
  z-index: 1;
  margin: 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  background-image: url(../img/attention.svg);
  background-size: 42px;
  background-repeat: no-repeat;
  line-height: 21px;
  font-size: 14px;
  width: 100%;
  padding: 15px;
    padding-left: 15px;
  padding-left: 15px;
  padding-left: 70px;
  background-position: 15px;
}


/* contacts */

.cont-button {
  width: auto;
  height: 34px;
  line-height: 34px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  background-image: none;
  font-size: 14px;
  background-position: left;
  background-color: #222;
}

.cont-box {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.cont-title {
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  float: left;
}

.cont-thetitle {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #ef4625;
}

.cont-link {
  width: 100%;
  float: left;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.cont-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  float: left;
  width: 100%;
}

.cont-whatsapp {
  background-color: #ef4625;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 44px;
  line-height: 34px;
  border-radius: 21px;
  cursor: pointer;
  height: 34px;
  transition: 0.4s;
  text-decoration: none;
  background-image: url(../img/whatsapp-footer.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 15px;
}

.cont-ban {
  float: left;
  width: 100%;
  height: 150px;
  border-radius: 17px;
  margin-bottom: 15px;
  background-color: #333;
}

/* contacts end */


.sh-title {
  position: absolute;
  font-weight: 600;
  font-size: 24px;
  box-sizing: border-box;
  color: #000;
  top: 24px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 100%;
  display: none;
}

.sh-title-2 {
  font-size: 13px;
  margin-bottom: 7px;
  color: #000;
  float: left;
  width: 100%;
}

.sh-title-2 span {color: #e80000;}

.sh-country {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  min-height: 34px;
  border-radius: 17px;
  margin-bottom: 10px;
  overflow: hidden;
}

.countries {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  z-index: 2;
  position: absolute;
  font-size: 14px;
  display: none;
  left: 0;
  top: 0;
  height: calc(100vh - 92px);
}

.country-box {
  float: left;
  width: calc(100% - 14px);
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 12px;
}

.country-box:hover label {text-decoration: underline;}

.country-box input {display: none;}

.countries-search-box {
  position: relative;
  width: 100%;
  padding-top: 15px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f5f5f5;
}

.country-scroll {
  float: left;
  width: calc(100% - 15px);
  height: 464px;
  overflow-y: scroll;
  margin-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.countries-search-box input {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  line-height: 34px;
  height: 34px;
  border-radius: 17px;
  background-image: url(../img/search.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.countries-close {
  width: 34px;
  height: 34px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/close.svg);
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.flag {
  position: relative;
  float: left;
  width: 24px;
  height: 34px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 7px;
}

.sh-country-title.active .flag {margin-left: 0!important;margin-right: 7px!important;}

.flag-at {background-image: url(../img/flags/4x3/at.svg);}
.flag-be {background-image: url(../img/flags/4x3/be.svg);}
.flag-bg {background-image: url(../img/flags/4x3/bg.svg);}
.flag-hr {background-image: url(../img/flags/4x3/hr.svg);}
.flag-cy {background-image: url(../img/flags/4x3/cy.svg);}
.flag-cz {background-image: url(../img/flags/4x3/cz.svg);}
.flag-dk {background-image: url(../img/flags/4x3/dk.svg);}
.flag-ee {background-image: url(../img/flags/4x3/ee.svg);}
.flag-fi {background-image: url(../img/flags/4x3/fi.svg);}
.flag-fr {background-image: url(../img/flags/4x3/fr.svg);}
.flag-de {background-image: url(../img/flags/4x3/de.svg);}
.flag-gr {background-image: url(../img/flags/4x3/gr.svg);}
.flag-hu {background-image: url(../img/flags/4x3/hu.svg);}
.flag-ie {background-image: url(../img/flags/4x3/ie.svg);}
.flag-it {background-image: url(../img/flags/4x3/it.svg);}
.flag-lv {background-image: url(../img/flags/4x3/lv.svg);}
.flag-lt {background-image: url(../img/flags/4x3/lt.svg);}
.flag-lu {background-image: url(../img/flags/4x3/lu.svg);}
.flag-mt {background-image: url(../img/flags/4x3/mt.svg);}
.flag-nl {background-image: url(../img/flags/4x3/nl.svg);}
.flag-pl {background-image: url(../img/flags/4x3/pl.svg);}
.flag-pt {background-image: url(../img/flags/4x3/pt.svg);}
.flag-ro {background-image: url(../img/flags/4x3/ro.svg);}
.flag-sk {background-image: url(../img/flags/4x3/sk.svg);}
.flag-si {background-image: url(../img/flags/4x3/si.svg);}
.flag-es {background-image: url(../img/flags/4x3/es.svg);}
.flag-se {background-image: url(../img/flags/4x3/se.svg);}
.flag-gb {background-image: url(../img/flags/4x3/gb.svg);}


.country-box label {
  float: left;
  width: calc(100% - 48px);
  line-height: 34px;
  padding-left: 7px;
  position: relative;
  height: 34px;
  cursor: pointer;
}

.sh-country-title {
  float: left;
  width: 100%;
  line-height: 34px;
  font-size: 14px;
  color: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
}

.sh-country-title.active {opacity: 1;}


.sh-display {
  position: fixed;
  height: 100vh;
  top: 0;
  background-color: rgba(255, 255, 255 0.3);
  z-index: 12;
  left: 0px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  visibility: hidden;
}

.sh-display.on {
  width: 100%;
  visibility: visible;
  background-color: rgba(0, 0, 0,0.3);
}

.pm-checkbox {
    width: 140px;
    border: none;
    margin: 0;
    padding: 0;
    height: 44px;
    position: absolute;
    right: 15px;
    top: 75px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.sh-name {
  position: relative;
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  line-height: 18px;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}

.sh-product {
  float: left;
  width: 100%;
  box-sizing: border-box;
  z-index: 4;
  background-color: #fff;
  border-radius: 14px;
  color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.sh-right {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.sh-image {
  float: left;
  width: 100%;
  border-radius: 17px;
  background-image: url(https://admin.oxeema.com/img/products/228-img-1-228x228-v2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1 / 1;
  border: none;
}

.sh-image img {
  float: left;
  width: calc(100% - 30px);
  margin: 15px;
  border-radius: 10px;
}

.sh-box {
  position: relative;
  float: left;
  height: 106px;
}

.sh-cart-remove {
  position: absolute;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 6;
  background-image: url(../img/close.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
  top: 7px;
  background-color: #f5f5f5;
  border-radius: 50%;
}


.input-group {
  position: absolute;
  background-color: #fff;
  float: left;
  margin-bottom: 15px;
  margin-top: 7px;
  bottom: 0;
}

.shipping-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 4;
  display: none;
}

.shipping-details.on {display: block;}

.sh-input {
  box-sizing: border-box;
  color: #000;
  float: left;
  font-weight: 400;
  height: 34px;
  line-height: 34px;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 17px;
  background-color: #f5f5f5;
}

.sh-box-table {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px;
}

.sh-p-1 {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 600;
  text-align: left;
  font-size: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #000;
  margin-top: 15px;
}

.sh-box-2 {
  float: left;
  width: 100%;
}

.sh-box-3 {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 15px;
  float: left;
}

.sh-p-2 {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    font-size: 24px;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #c62026;
}

.minus-item {
  width: 24px;
  height: 24px;
  position: relative;
  float: left;
  background-color: #ebebeb;
  cursor: pointer;
  text-align: center;
  background-image: url(../img/remove-.svg);
  background-size: 13px;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.plus-item {
  width: 24px;
  cursor: pointer;
  height: 24px;
  background-color: #ebebeb;
  position: relative;
  float: left;
  border-radius: 50%;
  background-image: url(../img/add+.svg);
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.item-count {
  width: 24px;
  text-align: center;
  height: 24px;
  position: relative;
  float: left;
  background-color: #fff;
  color: #000;
  line-height: 24px;
  font-size: 13px;
}

/* Cart End */

/* RESPONSIVE CODE */

@media screen and (max-width: 1240px) {


/* menu */


 .navigation {
    position: fixed;
    width: 340px;
    height: 100vh;
    transform: translateX(340px);
    background-color: #fff;
    z-index: 2222;
    transition: 0.5s;
    top: 0;
    right: 0;
    float: none;
    left: auto;
  }

.menu-title {display: block;}
.menu-remove {display: block;}

  .mobile-menu-button span {
    font-size: 13px !important;
    color: #b27e34;
    margin-bottom: 15px;
    font-weight: 500;
  }

.subcategories-list a {
  color: #000;
  font-size: 15px;
}



/* main */

  main {
    padding-top: 79px;
  }

 .main-header {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

.main-header-2 {
    width: calc(100% - 320px);
  }
  article {width: 100%;}

/* main end */

/* categories */

.categories-header {padding-left: 24px;padding-right: 24px;}

/* categories end */



/* banner main */

  .main-banner {
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
  }

  .main-banner-scroll {width: 100%;}

/* banner main end */

/* new arrivals */

.new-arrivals {width: 100%;}

/* new arrivals end */


/* current offers */

  .current-offers {
    width: 100%;
  }

/* current offers end */

/* showcase */

  .showcase {
    padding-left: 24px;
    padding-right: 24px;
    grid-template-columns: repeat(4, 1fr);
  }



.showcase-name {font-size: 13px;line-height: 18px;}

 .details {
    float: left;
    margin-left: 13%;
    width: calc(87% - 320px);
  }


.details-3 {grid-template-columns: repeat(1, 1fr);}

/* showcase end */

    /* header */
    header {
        padding-left: 24px;
        padding-right: 24px;
    }
    .header-top {
        width: 100%;
        margin: auto;
    }

  .header-box {
    width: 100%;
    float: left;
  }




 .header-menu {
    width: 460px;
  }




    /* header end */




    /* footer */

  .middle {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }


    .footer-nav {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

  .footer-menu-2 {
    width: 200px;
  }
  .nav-copyright {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
  }

  .copyright {margin-left: 35%;}
    /* footer end */

    /* showcase */

  .showcase-view-main {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

 .showcase-view-2 {
    top: calc(20% + 20px);
  }
  .showcase-view-3 {
    top: calc(40% + 40px);
  }
  .showcase-view-4 {
    top: calc(60% + 60px);
  }

.showcase-label img {width: 100%;}



  .showcase-faq {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 320px);
  }

  .showcase-view-content {
    width: 320px;
  }

  .showcase-view {
  width: calc(100% - 320px);
}

    /* showcase end */


    /* showcase mini */
.showcase-view-mini {
    width: 100%;
}
  .showcase-mini-view-scroll {
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
  }


.showcase-view-mini-content {
grid-template-columns: repeat(10, 1fr);
}


    /* showcase mini end */




/* current offers */

  .current-offers-scroll {
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
  }

/* current offers end */

}

@media screen and (max-width: 1000px) {

 .middle {
    padding-left: 15px;
    padding-right: 15px;
  }


/* main */



.main-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  float: left;
}

  .main-header-2 {
    padding-left: 0px;
    width: calc(100% - 305px);
  }


  .main-header {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 24px;
    margin-bottom: 10px;
  }


 .product-section {
    padding-bottom: 15px;
  }

/* main end */


/* categories */






.categories-header {padding-left: 15px;padding-right: 15px;}
.subcategories-nav {
    width: 100%;
    position: relative;
  }

  .subcategories-nav ul {
    left: -15px;
    position: relative;
    width: calc(100% + 30px);
    display: flex;
    overflow-x: scroll;
    padding-left: 15px;
    padding-right: 15px;
  
/* Скрыть полосу прокрутки для всех браузеров */

scrollbar-width: none;
/* Для Firefox */
-ms-overflow-style: none;
/* Для Internet Explorer и Edge */
}
    
/* Дополнительно для WebKit (Chrome, Safari, Opera) */
.subcategories-nav ul::-webkit-scrollbar {
display: none;
}

.subcategories-nav ul li:last-child {margin-right: 0;}

/* categories end */


/* main banner */

  .main-banner {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }

.main-banner-title {font-size: 24px;}
.main-banner-description {font-size: 15px;}
.main-banner-1 {
  left: 15px;
}

.main-banner-2 {
  right: 15px;
}
/* main banner end */


    /* header */
    header {
        padding-left: 0px;
        padding-right: 0px;
    }

.logotext {margin-left: 15px;}

.header-right {right: 15px;}



    /* header end */
    /* search */
    .search {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* search end */
    /* footer */
    .footer-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-copyright {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* footer end */


    /* showcase */



  .showcase-back {
    margin-top: 1px;
  }

  .details {
    margin-left: auto;
    width: calc(102% - 324px);
    margin-top: 20px;
  }

  .showcase-share-box {padding-left: 15px;}

  .close-share-box {top: 15px;right: 15px;}

  .showcase {
    padding-left: 15px;
    padding-right: 15px;
    grid-gap: 15px;
  }

  .showcase-view-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .showcase-view-content {
    width: 305px;
    padding-left: 15px;
  }


    .showcase-view {
    width: calc(100% - 305px);
  }




  .showcase-view-scroll {
    width: 100%;
    border-radius: 15px;
    margin-left: 0;
    margin-bottom: calc(22% + 15px);
  }

  .no-block {margin-bottom: auto!important;}

  .showcase-label {
    right: 0px;
    left: auto;
    width: calc(18% - 30px);
  }

.showcase-view-1 {
    left: 0;
    top: 82%;
    width: 22%;
  }

  .showcase-view-2 {
    left: calc(22% + 4%);
    top: 82%;
    width: 22%;
  }

  .showcase-view-3 {
    left: calc(44% + 8%);
    top: 82%;
    width: 22%;
  }

  .showcase-view-4 {
    left: calc(66% + 12%);
    top: 82%;
    width: 22%;
  }

  .showcase-faq {
    padding-left: 0px;
    width: calc(100% - 305px);
    grid-gap: 15px;
  }
  .showcase-faq-title {width: 100%;}


  .showcase-info-box {
    padding: 15px;
  }


     /* showcase end */

/* showcase view mini */
.showcase-view-mini-radio {display: none;}
 .showcase-mini-view-scroll {
    overflow-x: scroll;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-radius: 0;
  }

.showcase-view-mini-content {
    width: auto;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

 .showcase-view-mini-box {
    width: 180px;
  }

 .showcase-view-mini-content .showcase-view-mini-box:nth-last-child(-n+2) {
    display: flex;
  }

 .showcase-view-mini-content .showcase-view-mini-box:last-child {
    
  }

/* showcase view mini end */


/* current offers */
  .current-offers-content {
    padding-left: 15px;
    padding-right: 15px;
    grid-gap: 15px;
    width: auto;
  }

  .current-offers-box {
    width: 260px;
  }


.stock-white-title {font-size: 15px;}
.stock-white-text {font-size: 13px;}

.current-offers-scroll {overflow-x: scroll;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-radius: 0;}

/* current offers end */


/* cart */



  .search-button {
    height: 34px;
  }

.cart p {height: 34px;line-height: 34px;}

/* cart end */

/* search */



/* search end */

/* footer */

  .footer-menu {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
  }

  .copyright {display: block;margin-left: 35%;}

/* footer end */

}

@media screen and (max-width: 840px) {


.catalog ul li.on {width: 100%!!important;}




    .catalog {overflow-x: scroll;}

        /* header */

 .catalog {
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: 0px;
    padding-right: 0px;
  }

 
    /* Дополнительно для WebKit (Chrome, Safari, Opera) */
    .catalog::-webkit-scrollbar {
        display: none;
    }


}


@media screen and (max-width: 740px) {

.main-banner-radio {display: none!important;}

main {
    padding-top: 119px;
  }



        /* для 3 изображений */
        .images-x3 {
         grid-template-columns: repeat(3, 1fr)!important;
         width: 240%!important;
        }

        /* для 2х изображений */
        .images-x2 {
         grid-template-columns: repeat(2, 1fr)!important;
         width: 160%!important;
        }

        /* для 2х изображений */
        .images-x1 {
         grid-template-columns: repeat(1, 1fr)!important;
         width: 100%!important;
        }


.details li {font-size: 14px;}

 .showcase-share-box {
    transition: none;
  }


.notification {top: 44px;right: -5px;}

  .showcase-price {
    font-size: 12px;
    line-height: 23px;
  }

  .country-scroll {
    height: calc(100% - 49px);
    padding-bottom: 107px;
  }

.sh-main-2 {
  height: calc(100vh - 92px);
  overflow-y: scroll;
}

.sh-main {padding-bottom: 107px;}

.sh-top-1 {margin-top:15px;}

  .details {
    width: 100%;
    float: left;
    margin-top: 15px;
  }

.shopping-cart-box {
    position: fixed;
    width: 340px;
    height: 100% !important;
    transform: translateX(-340px);
    z-index: 502;
    transition: 0.5s;
    top: 0 !important;
    left: 0;
    border-radius: 0;
  }
.shopping-cart-box.on {
transform: translateX(0);
    box-shadow: 0px 4px 20px 7px rgba(0, 0, 0, 0.2);
}

/* showcase */
.showcase-faq {grid-template-columns: repeat(2, 1fr);}

.showcase-view-description-text {font-size: 14px;line-height: 22px;}
.details {font-size: 14px;line-height: 22px;}

.showcase {grid-template-columns: repeat(3, 1fr);}


/* showcase end */




  /* main */

.main-header {width: 100%;}
  .main-header-2 {
    width: 100%;
    margin-top: 40px;
  }
  /* main end */


/* main banner */



 .ban-content {
    width: 100%;
    height: auto;
    align-items: center;
    position: relative;
    float: left;
  }

 .main-banner-title {
    text-align: center;
    margin-top: 34px;
  }

.main-banner-description {text-align: center;}

.main-banner-radio {display: none;}

.main-banner-scroll {
    width: calc(100% + 30px);
    border-radius: 0;
    margin-bottom: 0;
    overflow-x: scroll;
    border: none;
    left: -15px;
    position: relative;
    padding-left: 15px;
}


    .main-banner-scroll {
        scrollbar-width: none;
        /* Для Firefox */
        -ms-overflow-style: none;
        /* Для Internet Explorer и Edge */
    }
    /* Дополнительно для WebKit (Chrome, Safari, Opera) */
    .main-banner-scroll::-webkit-scrollbar {
        display: none;
    }


 .main-banner-slide {
    border-radius: 17px;
    overflow: hidden;
  }

.main-banner-content {
    width: 185%;
    height: auto;
    position: relative;
    float: left;
    transition: 0.4s;
    left: 0;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 15px;
    padding-right: 15px;
}
/* main banner end */





/* header end */

  #search-width {z-index: 11;
    width: 100%;
    position: fixed;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 56px;
  }

  .header-right {
    right: 15px;
    margin-right: auto;
  }

  .navigation {
    position: fixed;
    width: 340px;
    height: 100vh;
    transform: translateX(-340px);
    background-color: #fff;
    z-index: 502;
    transition: 0.5s;
    top: 0;
    left: 0;
  }

  .navigation.on {transform: translateX(0);
  box-shadow: 0px 4px 20px 7px rgba(0, 0, 0, 0.2);}

  .mobile-menu-button img {
    display: block;
    width: calc(100% - 30px);
    float: left;
    aspect-ratio: 1 / 1;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: 15px;
  }



  .subcategories-list {margin-bottom: 24px;}

  .icoimg-40 {
    background-image: url(../img/category-img/40.webp);
    background-size: 44px;
  }

  .icoimg-42 {
    background-image: url(../img/category-img/42.webp);
    background-size: 44px;
  }

  .icoimg-43 {
    background-image: url(../img/category-img/43.webp);
    background-size: 48px;
  }

  .icoimg-48 {
    background-image: url(../img/category-img/48.webp);
    background-size: 44px;
  }

  .icoimg-49 {
    background-image: url(../img/category-img/49.webp);
    background-size: 48px;
  }

  .icoimg-51 {
    background-image: url(../img/category-img/51.webp);
    background-size: 46px;
  }

  .mobile-menu-icon {
  float: left;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
}


.logotext {}

  .header-top {margin:0;}

  .search-input {
    padding-left: 40px;
    padding-right: 40px;
    background-position: 14px;
  }

  .header {
    min-height: 104px;
  }


  .sh-main {
    height: calc(100vh - 92px);
  }

  .clear-button {left: calc(100% - 54px);}

  #search-results-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-results.on {
    position: fixed;
    left: 0;
    background-color: #fff;
    top: 85px;
    padding-top: 15px;
  }
 .header-menu {
    width: 100%;
    height: 34px;
    left: 100%;
    position: fixed;
  }



.catalog-link ul li:last-child a {margin-right: 15px;}

 .nav-menu {
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }

.menu-title {
    display: block;
    margin-bottom: 0;
  }
.menu-remove {display: block;}
    /* header end */

    /* showcase */

  .showcase-view {
    width: 100%;
    margin-bottom: 15px;
  }

  .showcase-view-scroll {
    width: calc(100% + 30px);
    border-radius: 0;
    margin-bottom: 0;
    overflow-x: scroll;
    border: none;
    left: -15px;
    position: relative;
    padding-left: 15px;
  }


        /* Скрыть полосу прокрутки для всех браузеров */
    .showcase-view-scroll {
        scrollbar-width: none;
        /* Для Firefox */
        -ms-overflow-style: none;
        /* Для Internet Explorer и Edge */
    }
    /* Дополнительно для WebKit (Chrome, Safari, Opera) */
    .showcase-view-scroll::-webkit-scrollbar {
        display: none;
    }

    .showcase-view-scroll::-webkit-scrollbar {
        display: none;
    }


.showcase-view-box-2 {
  width: 320%;
  height: auto;
  position: relative;
  float: left;
  transition: 0.4s;
  left: 0;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-gap: 15px;
  padding-right: 15px;
}

.showcase-view-box-2 img {
    width: 100%;
    border-radius: 17px;
  }

  .showcase-label {
    right: auto;
    border-radius: 20px;
    display: none;
  }

.showcase-view-1 {
    left: 0;
    top: 82%;
    width: 22%;
  }

  .showcase-view-2 {
    left: calc(22% + 4%);
    top: 82%;
    width: 22%;
  }

  .showcase-view-3 {
    left: calc(44% + 8%);
    top: 82%;
    width: 22%;
  }

  .showcase-view-4 {
    left: calc(66% + 12%);
    top: 82%;
    width: 22%;
  }

 .showcase-view-content {
    width: 100%;
    position: relative;
    float: left;
    top: auto;
    bottom: auto;
    padding-left: 0px;
  }

  .showcase-view-info {width: 100%;}
  .showcase-info-box {grid-template-columns: repeat(1, 1fr);
  display: grid;
  grid-gap: 24px;}
  .showcase-faq {width: 100%;}

    /* showcase end */

 
    /* cart */
     .cart {
    right: 0px;
  }


/* footer */

  .footer {
    width: 100%;
    margin-bottom: 0;
  }

  .copyright {

    margin-left: 0;
  }

}

@media screen and (max-width: 640px) {
    /* header */

    .search {
        width: 100%;
    }
    .catalog-scroll {
        grid-gap: 24px;
    }
    .x100 {
        width: 100%;
        float: left;
        background-color: #fff;
        height: 60px;
        border-bottom: dashed 1px #999;
        line-height: 60px;
    }
    .x100 p {
        font-size: 16px;
        color: #000;
        padding-left: 24px;
    }
    .top140 {
        margin-top: 0px;
        float: left;
        width: 100%;
    }




    /* showcase */

      .showcase-label {
    right: auto;
    border-radius: 15px;
  }



  .showcase-buy-box {
    justify-content: space-between;
    display: block;
  }
.showcase {grid-template-columns: repeat(2, 1fr);}
  .showcase-view-content-add {
    height: 34px;
    line-height: 34px;
  }

    /* showcase end */




        /* Скрыть полосу прокрутки для всех браузеров */
    .current-offers-scroll, .showcase-mini-view-scroll {
        scrollbar-width: none;
        /* Для Firefox */
        -ms-overflow-style: none;
        /* Для Internet Explorer и Edge */
    }
    /* Дополнительно для WebKit (Chrome, Safari, Opera) */
    .showcase-mini-view-scroll::-webkit-scrollbar {
        display: none;
    }

    .current-offers-scroll::-webkit-scrollbar {
        display: none;
    }






  .footer {margin-top: 0px;}

}

@media screen and (max-width: 540px) {

.shopping-cart-box.on {width: 100%;}
.navigation {width: 100%;}
  .navigation {
    transform: translateX(-100%);
    transition: 0s;
  }

.sh-display {background-color: transparent;}
.sh-display.on {background-color: transparent;}

.shopping-cart-box {transition: 0s;}

main {padding-bottom: 60px;}


  .cart {height: 34px;line-height: 34px;}

  .cart-info-box span {line-height: 18px;font-size: 15px;}



   .nt-p-2 {
    line-height: 18px;
    font-size: 15px;
  }

.main-banner-title {font-size: 20px;}
.main-banner-description {font-size: 15px;}

.showcase-info-box {grid-template-columns: repeat(1, 1fr);}


/* search results */
  .search-result-title {
    font-size: 13px;
  }
.search-result-text {font-size: 13px;}

/* search results end */



    /* footer */
 
  .footer-menu-2 {
    width: 100%;
  }


  .footer {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-menu {
    width: 100%;
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

.copyright {margin-left: 0;}

    /* footer end */


}

