.container-default {
  max-width: 135rem;
  margin: 0 auto;
}
.classicHeader .container-fluid {
  max-width: 150rem;
  padding: 0 1.8rem;
}
.classicHeader .container-fluid > div {
  padding: 0.8rem 0;
}

.logo {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.logo a > img {
  height: 7rem;
}

.is-invalid {
  border: 1px solid var(--color-red-error) !important;
}

.invalid-message {
  color: var(--color-red-error) !important;
}

.footer-bottom .row {
  align-items: center;
}

/***********************HEADER*******************************/
.classicHeader:not(.stickyNav) {
  position: static;
  border-bottom: 1px solid var(--color-white);
  background-color: #f5ffff;
}

.classicHeader .row {
  justify-content: space-between;
}

.logo {
  margin-right: 1.2rem;
}

.icon {
  height: 2.2rem;
}

.icon--zoom {
  background: var(--color-main);
  stroke: #fff;
  padding: 0.3rem;
  border-radius: 0.4rem;
}

.top-header {
  background-color: var(--color-main-white-3);
  border-bottom: 1px solid var(--color-white);
}

.top-header .row {
  justify-content: flex-end;
}

.header-top--links {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-top--links li:last-child {
  background-color: var(--color-main-dark-1);
  border: 1px solid var(--color-main-dark-4);
}

.header-top--links li:last-child a {
  color: var(--color-white);
}

.header-top--links li:last-child:hover {
  opacity: 0.8;
}

.nav-menu--container {
  display: flex;
}

.nav-menu--container button {
  border: none;
}

.mobile-nav-btn {
  border: none;
}
.mobile-nav-btn svg {
  height: 3.2rem;
}

.btn-cartt {
  margin-right: 2.4rem;
}

.mobile-icon--nav {
  display: none;
}

.mobile-nav-btn svg[name="close-outline"] {
  display: none;
}

.top-header a {
  color: var(--color-main);
  font-weight: 400;
  display: flex;
  padding: 0 1.2rem;
  align-items: center;
}

.top-header li:not(:last-child) {
  margin-right: 0.5rem;
  border-right: 1px solid var(--color-main-white-3);
}

.search {
  flex: 1;
}

.search-bar__form {
  display: flex;
  width: 90%;
  border: 1px solid var(--color-main);
  border-radius: 3px;
}

.search-bar__form:focus-within {
  outline: 1px solid var(--color-main-white-2);
}

.icon--search {
  width: 2.5rem;
  height: 2.5rem;
}

#siteNav .lvl1 b {
  font-weight: 500;
}

#siteNav > li:last-child {
  background: var(--color-main-white-2);
  border-radius: 0.3rem;
  margin-right: 1.2rem;
}
#siteNav > li:last-child:hover {
  opacity: 0.95;
}

/***********************Footer*******************************/
.backtotop {
  padding: 7.4rem 0 0 0;
}

.backtotop a {
  color: #fff;
  font-weight: 500;
  padding: 1rem;
  text-align: center;
  font-size: 1.3rem;
  display: block;
  background-color: #353675;
}

.backtotop a:hover {
  background-color: rgba(53, 54, 117, 0.911);
}

.footer {
  background-color: var(--color-main-dark-4);
  flex: 1;
}

.footer-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 11.4rem 0 0 2.4rem;
}

.footer-logo-translate {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
}

.translate {
  border: 1px solid #ccc;
  padding: 0.8rem;
  color: #ccc;
}

#translate {
  background: none;
  border: none;
  color: #ccc;
  font-size: 1.4rem;
}

#translate:focus {
  color: #222;
  outline: none;
}

.footer-contract {
  display: flex;
  color: #fff;
  align-items: center;
  margin-top: 2.4rem;
}

.footer-contract h3 {
  margin-right: 2.4rem;
  font-size: 1.4rem;
}

.footer .copyright {
  color: #fff;
  font-size: 1.2rem;
}

.footer .copyright a {
  font-weight: 600;
  color: #fff;
  font-size: 1.4rem;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-logo {
  width: 16rem;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.widget h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.7rem !important;
}

.widget .footer-menu a {
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
}

.widget .footer-menu a:hover {
  text-decoration: underline;
}

.footer-contract i {
  font-size: 2.2rem;
}

.widget-footer {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}

.backtotop a:hover {
  text-decoration: none;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.divider {
  display: none;
}

/*************Product Details ****************/
#ProductSection-product-template .container {
  padding-left: 0 2.4rem;
}

.product-single {
  display: grid;
  grid-template-columns: 80% 20%;
  grid-gap: 1.2rem;
}

.product-single .tabs-listing {
  grid-column: 1 / -1;
}

.sidebar_categories a {
  color: #333;
  font-size: 1.3rem;
}

.sidebar_categories a:hover {
  color: var(--color-main);
}

.product-single-1 .product-details-img .zoompro-span {
  border: 1px solid var(--color-main-white-3);
}
.product-single strong {
  font-weight: 600;
  color: #333;
}

.product-single__description {
  padding: 1.2rem 0;
  order: 2;
}

.breadcrumbs a + span {
  color: var(--color-main);
}

.money {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--color-main);
}
.product-single__price {
  margin-bottom: 1.8rem;
}

.product-details-img {
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 1.2rem;
  margin-top: 1.2rem;
}

.slick-cloned.active > img {
  box-shadow: 0px 0px 3px #0076be;
}

.product-thumb {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.product-thumb a:focus {
  outline: none !important;
}

.zoompro-wrap {
  grid-row: 1 / 2;
}

.product-details-img img {
  height: 60rem;
  width: 100%;
  object-fit: contain;
  border: 1px solid var(--color-main-white-sec--1);
}

.mg-top {
  margin-top: 2.4rem;
}

.product-thumb img {
  border: 1px solid var(--color-main);
  height: 5.4rem;
  width: 5.6rem;
}

.product-single__meta {
  display: flex;
  flex-direction: column;
  margin-top: 3.2rem;
}

.product-single__title {
  order: -4;
}
.prInfoRow {
  order: -3;
}
.product-single__price {
  order: -2;
}
.product-form__item--submit {
  order: 1;
  margin-top: 4.6rem !important;
}

.icon {
  height: 2.4rem;
}

.instock,
.outstock {
  background: #3cb371;
  padding: 0.4rem;
  color: #ffffff !important;
  font-size: 1rem;
  border-radius: 13rem;
}

.outstock {
  background: var(--color-red-error);
}

.grid-products .item {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.grid-products .item .product-name a {
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.02s;
}
.grid-products .item .product-name a:hover {
  color: var(--color-main);
  text-decoration-line: underline !important;
}

.grid-products .item .product-price {
  margin: 0.8rem 0 0 0;
}
.grid-products .item .product-price {
  padding-bottom: 1.2rem;
}
.grid-products .item .product-price .price {
  font-size: 2rem;
  color: var(--color-main);
}

.related__side--products {
  border-left: 1px solid var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.related__side--products .section-header {
  margin-bottom: 2.4rem;
}

.related__side--products .product-image img {
  height: 17rem;
}

.related__side--products .section-header h2 {
  font-size: 1.5rem;
}

.tabs-listing {
  padding: 3.2rem 6.4rem;
}

.acor-ttl {
  font-size: 2rem;
  display: inline-block;
  font-weight: 400;
  padding: 0;
  color: var(--color-main);
}

.productPageSlider .item,
.productPageSlider .slick-track {
  width: 20rem !important;
}

/* .product-details-img.product-single__photos.bottom .product-thumb .slick-next,
  .product-details-img.product-single__photos.bottom .product-thumb .slick-prev {
    top: 100%;
  } */

.product--details__sellar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.3rem;
}

.product--details__trust {
  border: 1px solid var(--color-white);
  padding: 0.5rem 0.7rem;
  border-radius: 2px;
  margin-top: 1.2rem;
}

.product--details__trust > strong {
  color: var(--color-main);
}

.icon--star {
  stroke: var(--color-main);
}

/****Store*******/
.store {
  display: flex;
  padding: 1.4rem 2.4rem;
  align-items: center;
  margin: 0.8rem 6.2rem;
  font-size: 1.5rem;
  color: var(--color-main-dark-3);
  justify-content: space-between;
  background-color: var(--color-main-white-1);
}

.store h2 {
  color: var(--color-main-dark-3);
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  text-transform: initial;
}

.store a {
  border: 1px solid var(--color-main-dark-3);
  padding: 0.8rem 1.8rem;
  background-color: #ee6c4d;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.store a:hover .icon--arrow {
  transform: scaleX(1.2);
  text-decoration: none;
}

.icon--arrow {
  height: 1.9rem;
  margin-left: 0.5rem;
}

/*********************Home***********/
.product--items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.8rem;
}
.product--items-4 {
  grid-template-columns: repeat(4, 1fr);
}

.home-slideshow .bg-size,
.home-slidesshow .bg-size img {
  height: 60rem !important;
}

.section-header .h2 {
  font-size: 4.8rem;
  margin: 0;
  color: #444;
  font-weight: 700;
  color: var(--color-main-dark-4);
  text-transform: initial;
  font-family: "Poppins", sans-serif;
}
.section-header .h2 + p {
  font-size: 2rem;
  font-weight: 500;
}

.product-image img {
  height: 25rem;
}

.tab-slider-product .tabs-listing {
  padding-top: 2.2rem;
}

.grid-products .grid-view_image a {
  width: 100%;
}

.grid-products .grid-view_image img {
  height: 25rem;
  object-fit: contain;
  width: 100%;
  border: 1px solid var(--color-white);
  border-radius: 0.3rem;
}

.grid-products .product-details {
  margin-top: 1.2rem;
  padding: 0 0.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.collection-box .collection-grid-item__link img {
  margin: 0 auto;
  width: 100%;
  height: 20rem;
  object-fit: contain;
  background-color: var(--color-white);
}

.collection-box .collection-grid-item__title-wrapper {
  position: static;
  margin-top: 1.2rem;
}

.collection-box .collection-grid-item__title.btn--secondary {
  background-color: var(--color-main-white-3);
  color: var(--color-main);
  border: 0;
  font-weight: 500;
}

.collection-grid .slick-slide > div {
  margin: 0 1.2rem;
}

/***********************Features****************/
.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  padding: 2.4rem 1.2rem;
}

.feature__image > a {
  height: 40rem;
  overflow: hidden;
  border-radius: 0.3rem;
}

.feature__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*********************Category**************/
.section-category {
  padding: 2.4rem 0;
}

.category--container {
  padding: 0 3.2rem;
}

.categories--list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.2rem 2.4rem;
  list-style: none;
}

.category__item {
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: 3px;
  padding-bottom: 0.1rem;
}

/* .category__item:hover {
  outline: 1px solid var(--color-main-white-1);
  outline-offset: 7px;
  border-radius: 0.1rem;
} */

.category__item a:hover {
  text-decoration: none;
}

.category__image {
  height: 20rem;
}

.category__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}

.category__name {
  display: block;
  padding: 1.2rem;
  margin: 0;
  border-radius: 0.3rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-color: var(--color-main-white-3);
  margin-top: 1.2rem;
}

/********************* SECTION CATEGORY --2 **********************/
.section-category--2 {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2.4rem;
  padding: 5.4rem 4.8rem;
  align-items: center;
}

.category__scroll {
  position: relative;
  height: 62rem;
  overflow: hidden;
  background-color: var(--color-main-white-sec--1);
  border-radius: 2.2rem;
}

.section-category--2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: inherit;
  gap: 2.4rem;
  list-style: none;
  position: absolute;
  width: 90%;
  top: 0px;
  left: 5%;
}

.category__scroll-pr {
  animation: 20s linear 0s infinite normal none running secondary-scroll;
}
.category__scroll-sr {
  animation: 20s linear 0s infinite normal none running secondary-scroll;
}

.section-category--2 ul > li {
  background: #fff;
  padding: 3.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.section-category--2 .section-header .h2 {
  font-size: 7.4rem;
  line-height: 1;
}

.section-category--2 .section-header > p {
  font-size: 2.1rem;
  font-weight: 500;
  margin: 2.4rem 0;
}

.btn-cate {
  padding: 1.4rem 3.2rem;
  font-size: 1.7rem;
  border-radius: 4.3rem;
  font-weight: 600;
}

@keyframes primary-scroll {
  0% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}

@keyframes secondary-scroll {
  0% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}

.section-category--2 ul > li:hover {
  background-color: var(--color-white);
}

.section-category--2 ul > li > a:link,
.section-category--2 ul > li > a:visited,
.section-category--2 ul > li > a:hover {
  color: inherit;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1024px) {
  .section-category--2 .section-header .h2 {
    font-size: 5.4rem;
  }
}
@media (max-width: 60em) {
  .section-category--2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 572px) {
  .section-category--2 ul {
    grid-template-columns: 1fr 1fr;
  }
  .grid-products .item .product-name a {
    font-size: 2rem;
  }
  .section-category--2 {
    padding: 5.4rem 1.4rem;
  }
}

/********************* SECTION CATEGORY --2 END **********************/

/********************* Animation **********************/

.spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.spinner:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 7.6rem solid #cef;
  border-color: #cef transparent #cef transparent;
  animation: spinner 1.5s infinite;
}
@keyframes spinner {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.product--details__return,
.product-details__payments,
.product__details__condition {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.product-details__payments img {
  height: 2.7rem;
  width: 30.7rem;
  object-fit: cover;
}
.product__details__condition {
  order: -2;
  margin: 1.2rem 0;
}

.product__details__condition p {
  background-color: var(--color-main-white-1);
  border-radius: 6rem;
  padding: 0rem 1.2rem;
  color: #fff;
  margin-left: 0.6rem;
}

.container-filter {
  padding: 0 1.2rem;
}

.overlayy {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 111;
  background-color: rgba(17, 17, 17, 0.226);
  filter: blur(3px);
  transition: all 0.2s;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.icon--close {
  display: none;
}

/************** Login page *******************/
.login--page .form-group label {
  font-weight: 500;
}

input[type="submit"] {
  color: var(--color-white);
  text-transform: initial;
  border-radius: 0.3rem;
  width: 100%;
  padding: 1.7rem;
  font-size: 2.2rem;
  font-weight: 500;
  border-image: none !important;
}

.contact-form .row:last-child {
  margin-top: 4.6rem;
}

.list-sidebar-products .money {
  font-size: 1.6rem;
}

.widget-title h2 {
  font-size: 1.8rem;
  color: var(--color-main-dark-2);
  text-transform: initial;
  margin-bottom: 1.6rem;
}

.mini-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.2rem;
}

.page--signup {
  max-width: 70rem;
  padding: 0 1.2rem;
}

.page--signup > .signup .row:not(:last-child) {
  margin-bottom: 1.4rem;
}

.page--signup .form-group > input {
  height: 60px;
  padding: 0 1.6rem;
  font-size: 1.7rem;
  font-weight: 500;
}

.page--signup > .signup > div {
  border: 1px solid var(--color-main-white-2);
  padding: 5.6rem;
}

.login--page > .login > div {
  border: 1px solid var(--color-main-white-2);
  padding: 5.6rem;
  padding-bottom: 0.6rem;
}

.productList + h1 {
  font-size: 1.4rem;
  color: var(--color-main-dark-3);
  font-weight: 500;
  margin-top: 1.8rem;
  padding: 2.2rem 3.2rem;
  text-align: end;
  border-top: 1px solid #e9ecef;
}

#gallery {
  display: flex;
  flex-direction: column;
  /* gap: 0.6rem; */
  padding: 0;
}

@media (min-width: 975px) {
  #gallery {
    height: 54rem;
    overflow: hidden;
  }

  table {
    width: 100% !important;
  }

  .product-template__container .product-single {
    margin-left: 1.2rem;
  }
}

.prev,
.next {
  position: absolute;
  cursor: pointer;
  top: 41%;
}

#gallery img {
  cursor: pointer;
  user-select: none;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.modal > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  overflow-y: scroll;
}

.modal--content {
  max-width: 85rem;
  margin: 4.6rem auto 0 auto;
}

.modal__slides {
  height: 80rem;
}

.product__image--big {
  position: relative;
}

a[title="zoom"] {
  position: absolute;
  bottom: 0;
  right: 1%;
  cursor: pointer;
}

.icon--zoom {
  height: 3.6rem;
}

@media (max-width: 1370px) {
  .modal__slides {
    height: 65rem;
  }
}

.modal__slides img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border: 1px solid #999;
}

.modal {
  background: #f5ffff;
}

.close {
  font-size: 8rem;
  color: var(--color-main);
}

.product-deatils--images {
  align-self: start;
  position: relative;
}

.modal .prev {
  left: 0;
}

.modal .next {
  right: 0;
}

.modal svg {
  width: 6.2rem;
  height: 12.6rem;
}

.close {
  position: absolute;
  top: 0;
  right: 0.5%;
}

.close svg {
  height: 5.4rem;
}

#galleryModal {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 3.4rem;
  flex-wrap: wrap;
  gap: 1.6rem 1.2rem;
  margin-bottom: 3.2rem;
}

.modal__thumb {
  cursor: pointer;
}

.modal__thumb--img.active {
  outline: 1px solid var(--color-main);
}

.modal__thumb--img:hover {
  outline: 1px solid var(--color-main);
}

.modal__thumb img {
  height: 5.6rem;
  width: 5.4rem;
  object-fit: contain;
  border: 1px solid var(--color-main-white-2);
}

.icon--prev-arrow,
.icon--next-arrow {
  user-select: none;
  height: 6.6rem;
  stroke: var(--color-main-white-1);
  background: var(--color-main-white-3);
  width: 3.2rem;
  opacity: 0.7;
}

.product__thumb {
  transition: all 0.3s;
}

.product__thumb--img:hover {
  border: 1px solid var(--color-main);
}

.product__thumb--img.active {
  border: 2px solid var(--color-main) !important;
}

.product-details-img .icon:hover {
  opacity: 1;
}

/***************** Inputs styles **********************/
.register--container {
  padding-bottom: 7.6rem;
  padding-top: 1.2rem;
}

.login--page {
  max-width: 60rem;
  padding: 0 1.2rem 7.6rem 1.2rem;
}
.form-group {
  position: relative;
  margin-bottom: 1.8rem;
}

.login--container {
  padding: 2.4rem 0;
  padding-bottom: 7.6rem;
}
.form-group > input {
  height: 50px;
  border: 1px solid var(--color-main-dark-1);
}

.form-group > label {
  position: absolute;
  left: 15px;
  pointer-events: none;
  -webkit-transform: translateY(-1.3rem);
  -ms-transform: translateY(-1.3rem);
  transform: translateY(-1.3rem);
  padding: 0 0.6rem;
  color: var(--color-main-dark-3);
  background: var(--color-main-white-3);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.form-group > input:focus,
input:valid {
  outline: none;
  --angle: 0deg;
  border-bottom: 1px solid;
  -o-border-image: conic-gradient(
      from var(--angle),
      red,
      yellow,
      lime,
      aqua,
      blue,
      magenta,
      red
    )
    1;
  border-image: conic-gradient(
      from var(--angle),
      red,
      yellow,
      lime,
      aqua,
      blue,
      magenta,
      red
    )
    1;
  -webkit-animation: 3s rotate9234 linear infinite;
  animation: 3s rotate9234 linear infinite;
}

@-webkit-keyframes rotate9234 {
  to {
    --angle: 360deg;
  }
}

@keyframes rotate9234 {
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

#modal--slides {
  display: none;
}

.gallery__next {
  display: none;
}

.gallery__next svg {
  height: 2.6rem;
  width: 100%;
}

.product-thumb img {
  margin-bottom: 0.6rem;
}

/********************************* MEDIA QUARIES *************************************/

/**************************/
/* BELOW 1200px (Small-Desktop) */
/**************************/
@media (max-width: 75em) {
  html {
    font-size: 50%;
  }
  .categories--list,
  .product--items {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .store {
    margin: 0.8rem 3.2rem;
  }
}

/**************************/
/* BELOW 944px (Small-Desktop) */
/**************************/

@media (max-width: 60em) {
}

/**************************/
/* BELOW 767px (Small-Desktop) */
/**************************/
@media (max-width: 60rem) {
  .store__heading {
    flex: 0 0 70%;
  }

  body,
  html {
    overflow-x: hidden;
  }

  .store {
    margin: 0.8rem 1.4rem;
    padding: 1.4rem 1.8rem;
    font-size: 1.3rem;
  }

  .classicHeader:not(.stickyNav) {
    z-index: auto;
  }
  .store h2 {
    font-size: 1.8rem;
  }

  .feature__image > a {
    height: 35rem;
  }

  .categories--list,
  .product--items {
    grid-template-columns: repeat(3, 1fr);
  }

  .category__image {
    height: 20rem;
  }

  .breadcrumbs a,
  .breadcrumbs span {
    margin-right: 0;
    padding: 0 5px 0 0;
    font-size: 1.4rem;
  }
  .gallery__next {
    display: none !important;
  }

  .top-header {
    display: none;
  }
  .zoom-slides {
    display: none;
  }
  .container,
  .category--container {
    padding: 0 1.2rem;
  }

  .footer-container {
    padding-top: 6.4rem;
  }

  body {
    position: relative;
    font-size: 1.6rem;
  }

  .mobile-icon--nav {
    display: flex;
    padding: 0 0.8rem;
  }

  #siteNav > li > a {
    display: none !important;
  }

  #siteNav,
  #siteNav > li.dropdown {
    position: static;
  }

  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* #siteNav > li .dropdown,
    #siteNav > li .dropdown ul {
      top: 10%;
      left: 50%;
    } */

  #siteNav > li .dropdown,
  #siteNav > li .dropdown ul {
    width: 85vw;
    right: -100%;
    top: 4rem !important;
  }

  .nav-open #siteNav > li .dropdown,
  .nav-open #siteNav > li .dropdown ul {
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    top: 4rem;
    visibility: visible !important;
    opacity: 1 !important;
    right: 1% !important;
  }

  .nav-open #siteNav .icon--close {
    position: absolute;
    right: 101%;
    top: 0;
    background: #fff;
    height: 3.4rem;
    display: block;
    z-index: 11111;
  }

  .section-header {
    margin-bottom: 2.4rem;
  }
  .section-category {
    padding-top: 1.2rem;
    padding-bottom: 0;
  }
  .classicHeader .container-fluid > div {
    padding: 0.8rem 0.3rem;
  }

  .store {
    margin: 0.8rem 0.4rem;
  }

  .search {
    flex: 0 0 100%;
    order: 1;
    padding: 0 1.2rem;
    margin-top: 1.2rem;
  }

  .search-bar__form {
    width: 100%;
  }

  .product-single .col-sm-12:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    padding: 0 3.6rem;
  }
  .tabs-listing {
    padding: 1.2rem;
  }
  .related__side--products {
    grid-row: 3 / 4;
  }

  .product-single__meta {
    margin-top: 1.2rem;
  }

  .product-details-img {
    grid-template-columns: 1fr;
    padding: 0 1.2rem;
    /* padding-right: 2rem; */
  }

  .product-single {
    grid-template-columns: 1fr;
  }

  .product-single-1 .product-details-img {
    grid-column: 1 / -1;
  }
  .product-thumb {
    grid-row: 2;
  }
  .product-thumb .slick-track {
    display: flex;
    flex-wrap: wrap;
  }
  .product-thumb .slick-slide {
    width: 100%;
  }
  .bredcrumbWrap {
    padding: 0 1.8rem;
  }
  .product-single__photos.bottom .product-dec-slider-1 .slick-slide {
    margin: 0 1px;
  }
  .zoompro-span img {
    height: 45rem;
  }
  .related__side--products .section-header h2 {
    font-size: 2.4rem;
  }
  .footer .lh-35 {
    line-height: 1.6;
  }
  .footer .lh-35 li > a {
    margin-bottom: 1.6rem;
    display: inline-block;
  }

  .home-slideshow .bg-size,
  .home-slidesshow .bg-size img {
    height: 50rem !important;
    border-radius: 0.3rem;
  }

  .col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .product--items-4 {
    grid-template-columns: 1fr 1fr;
  }

  .prev,
  .next {
    top: 42%;
  }

  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }

  .product-thumb img {
    width: 5.4rem;
    height: 4.8rem;
    margin-bottom: 0;
  }

  #gallery {
    flex-direction: row;
    gap: 0.8rem 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .icon--prev-arrow,
  .icon--next-arrow {
    opacity: 0.95;
  }
  .product-template__container .product-single__meta {
    margin-top: 2.4rem;
  }
  .product__image--big img {
    height: 50rem;
  }
}

/**************************/
/* BELOW 518px (Small-Desktop) */
/**************************/
@media (max-width: 45.62em) {
  .home-slideshow .bg-size,
  .home-slidesshow .bg-size img {
    height: 40rem !important;
  }
  table {
    width: 100% !important;
  }
  .categories--list,
  .product--items {
    grid-template-columns: repeat(2, 1fr);
  }

  .categories--list .category__item:last-child {
    display: none;
  }

  .product__image--big img {
    height: 45rem;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .logo a > img {
    height: 5.5rem;
  }
  .store {
    font-size: 1.2rem;
  }
  .store h2 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .footer-container .col-lg-3,
  .footer-container .col-md-3 .footer-container .col-sm-12 {
    width: 33.33%;
  }

  .footer-btm .col-sm-12 {
    width: 100%;
  }

  .footer-logos-col {
    flex: 1;
    order: 1;
  }

  .widget-footer {
    align-items: center;
  }
  .footer-contract {
    display: none;
  }
  .store {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}

@media (max-width: 356px) {
  #siteNav > li > a {
    padding: 0;
  }
  #siteNav > li > a:last-child {
    padding: 0 7px;
    margin-left: 0.4rem;
  }

  #siteNav > li:last-child {
    margin-right: 0;
  }
}
