*:not(i) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  outline: none;
}
.zoomImg {
  background: #fff !important;
}
.w-300 {
  min-width: 300px;
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-footer button:last-child {
  background: #ef3840 !important;
  color: white !important;
}
.dont-show {
  /*opacity: 0;*/
  /*visibility: hidden;*/
  /*height: 0;*/
}
.modal-body textarea {
  resize: none;
  min-height: 110px;
}
.fww {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mb-20 {
  margin-bottom: 20px;
}
body {
  font-family: "mons";
  font-weight: 500;
}

#alert {
  z-index: 9999;
}
.container {
  max-width: 1400px;
}

.justfiy-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bor-rad {
  border-radius: 12px !important;
}

/* /global styles/ */
.main-overlay,
.main-overlay2 {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(140, 140, 140, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* /STYLING HEADER/ */
body {
  position: relative;
}

header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 15;
  -webkit-box-shadow: 10px -6px 10px black !important;
  box-shadow: 10px -6px 10px black !important;
}
header .container {
  max-width: 96% !important;
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .logo {
  width: 155px;
}
@media (max-width: 576px){
    .top-header .header__menu, .nums {
        transition:.4s;
        position: absolute;
        top: 0;
        background: white;
        left: 100%;
        height: 40%;
        z-index: 1;
    }
    .nums{top:48px !important;}

    .inner_fullpage_products .gallery-container{
        -webkit-box-orient:vertical !important;
        -webkit-box-direction:normal !important;
            -ms-flex-direction:column !important;
                flex-direction:column !important;
    }
    .gallery-thumbs {height:150px !important;}
    .gallery-top{width:100% !important;}
    .inner_fullpage_products .gallery-thumbs{width:100% !important}
    .inner_fullpage_products .gallery-thumbs .swiper-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
}
@media (max-width: 768px) {
  header nav {
    gap: 0 !important;
  }
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .top-header {
  border-bottom: 1px solid #d5d5d5;
  font-size: 17px;
}
.nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nums.myLeft{
    left:0 !important;
}
.nums a {
  color: black;
  margin-left: 3px;
}
header .main-list-item {
  padding: 5px;
}
header .top-header .header__menu.myLeft{
left:0 !important;
}
header .top-header .header__menu {
  gap: 10px;
}
:not(.top-header) .main-list-item {
  position: relative;
}
:not(.top-header) .main-list-item:before {
  content: "";
  width: 0;
  bottom: 10px;
  height: 1px;
  background-color: #212121;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}

:not(.top-header) .main-list-item:hover:before {
  width: 100%;
}

.header__menu {
  gap: 0;
}

.header__menu .red {
  color: #e2211c;
}

.header__menu li {
  position: relative;
}

.header__menu li a,
.header__menu li span {
  font-weight: bold;
  color: #555;
  display: inline-block;
  line-height: 110%;
}

.header__menu .main-link {
  max-width: 90px;
  text-align: center;
  position: relative;
}

.header__search-input {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  height: 42px;
  border-radius: 21px;
  margin-block: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
}

.header__search-icon {
  border: 1px solid #ddd;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  border-radius: 21px 0 0 21px;
  border-right: none;
}

.header__search-input img {
  width: 20px;
  color: #ddd;
}

.header__search-input input {
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0 21px 21px 0;
  padding-left: 10px;
  border-left: none;
  overflow: hidden;
  outline: none;
}

.header__search-input button {
  outline: none;
  background: transparent;
  border: none;
  border-radius: 21px 0 0 21px;
}
.katalog-box {
  border-radius: 21px;
  border: 1px solid #999;
  padding: 10px;
  cursor: pointer;
  color: #999;
}

.header__icons {
  margin-block: 10px;
  gap: 20px;
}
.my-rel {
  position: relative;
  padding: 0;
}
#header-cart .btn-lg {
  outline: none !important;
  border: none !important;
}
#header-cart .btn-lg span {
  background: black;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__icons svg {
  top: 0;
  left: 0;
  position: absolute;
  width: 26px;
  color: #777;
  z-index: -1;
}

.header__icons i {
  color: #999999;
  font-size: 25px;
}

.header__menu-submenu {
  padding: 10px 40px;
  margin-left: 0;
  text-align: left;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  border-top: 1px solid #eee;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-animation: headerSubMenuAnim ease 0.5s;
  animation: headerSubMenuAnim ease 0.5s;
  display: none;
}

:not(.top-header) .main-list-item:hover .header__menu-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu-submenu .list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.header__menu-submenu .list a {
  white-space: nowrap;
}
.header__menu-submenu li {
  padding: 0;
  padding-bottom: 9px;
}

@-webkit-keyframes headerSubMenuAnim {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes headerSubMenuAnim {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/* slider */
.slider {
  margin-top: 30px;
}

.slider img {
  width: 100%;
  aspect-ratio: 16/6.5;
}

.slider .swiper-button-next.swiper-button-disabled,
.slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.slider .main-swiper-next::after,
.slider .main-swiper-prev::after {
  content: "";
}

.slider .main-swiper-next,
.slider .main-swiper-prev {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
}

.slider .main-swiper-next img,
.slider .main-swiper-prev img {
  width: 16px;
  height: 16px;
}

.slider .main-swiper-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider .swiper-slide img {
  border-radius: 10px;
  min-height:25vh;
  overflow: hidden;
}

.main_slider_bg_mobile {
  display: block;
}

.main_slider_bg_tablet {
  display: none;
}

.main_slider_bg_desktop {
  display: none;
}

/* slider end */
/* brands slider */
.brands-slider {
  background: #f3f0f0;
  font-size: 16px;
  color: #000;
  padding: 10px;
  margin-top: 30px;
}
.my-abs {
  display: none;
  position: absolute;
  min-width: 300px;
  width: 45%;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: scroll;
  max-height: 100vh;
}
.dropdown-menu.show {
  right: 0;
}
.brands-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.brands-slider .swiper-slide {
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
}
.brands-slider i {
  margin-right: 8px;
}
/* brands slider end */
/* bonus */
.bonus-background {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0.3))
    ),
    url("/catalog/view/assets/img/discount.jpeg") center/cover;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)),
    url("/catalog/view/assets/img/discount.jpeg") center/cover;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)),
    url("/catalog/view/assets/img/discount.jpeg") center/cover;
  color: #fff;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
}

.bonus-background h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
}

.bonus-background button {
  width: 100%;
  padding: 8px 1rem;
  font-size: 1rem;
  /*border-radius: 10px;*/
  border: 1px solid #fff;
  font-weight: bold;
  background: transparent;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bonus-background button:hover {
  /*background-color: hsla(0, 0%, 45%, 0.75);*/
  background-color: #fff;
  color: #000;
}
@media (min-width: 576px) {
  .wishlist {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .main-cart {
    min-width: 450px !important;
    width: 40% !important;
  }
  .left-categories {
    min-width: 180px !important;
    width: 17% !important;
  }
  .product-grid-text-3 {
    padding-top: 81px !important;
    padding-left: 30px !important;
  }
  .main_slider_bg_mobile {
    display: none;
  }

  .main_slider_bg_tablet {
    display: block;
  }

  .main_slider_bg_desktop {
    display: none;
  }

  .bonus-background h3 {
    font-size: 3rem;
  }

  .bonus-background button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.3rem auto;
  }
}

@media (min-width: 992px) {
  .wishlist {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
  .main_slider_bg_mobile {
    display: none;
  }

  .main_slider_bg_tablet {
    display: none;
  }

  .main_slider_bg_desktop {
    display: block;
  }

  .bonus-background h3 {
    font-size: 3rem;
  }

  .bonus-background button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.3rem auto;
  }
}

.bonus-background p,
.bonus-background button {
  margin-top: 1.3rem;
  font-weight: bold;
}

/* bonus end */

/* blog */
.blog {
  margin-top: 30px;
}

.blog .blog-info {
  position: relative;
  margin-bottom: 17px;
}

.blog .blog-info .blog-img img {
  width: 100%;
  height: 380px;
}

.blog .blog-info .blog-social {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.blog .blog-info .blog-social ul li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog .blog-info .blog-social ul li:nth-child(1) {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.blog .blog-info .blog-social ul li:nth-child(2) {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.blog .blog-info .blog-social ul li:nth-child(3) {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.blog .blog-info:hover .blog-social {
  opacity: 1;
}

.blog .blog-info:hover .blog-social ul li {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.blog .blog-info .blog-social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px;
}

.blog .blog-info .blog-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.blog .blog-info .blog-social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}

.blog .blog-info .blog-social ul li:nth-child(1):hover a {
  background: #f09433;
  background: -o-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

  color: #fff;
}
.blog .blog-info .blog-social ul li:nth-child(2):hover a {
  background-color: #1773ea;
  color: #fff;
}
.blog .blog-info .blog-social ul li:nth-child(3):hover a {
  background-color: #c61c24;
  color: #fff;
}

.blog .blog-card .blog-content {
  padding: 0 25px 0 10px;
}

.blog .blog-card .blog-content .category {
  display: inline-block;
  color: #f28b71;
  text-decoration: none;
  margin-bottom: 10px;
}

.blog .blog-card .blog-content .category:hover {
  text-decoration: underline;
}

.blog .blog-card .blog-content h3 {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog .blog-card .blog-content h3 a {
  font-size: 24px;
  color: black;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.blog .blog-card .blog-content h3 a:hover {
  color: #f28b71;
}

.blog .blog-card .blog-content div {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.post-date {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 12px;
}

.blog .blog-card .post-date .date-part,
.blog .blog-card .post-date .view-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}

/* blog end */

/* calltoaction */
.call-to-action .cta-background {
  background-color: #ecd1c2;
  display: block;
  color: #000;
  border-radius: 12px;
  text-align: center;
  padding: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.call-to-action .cta-background .cta-title {
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.call-to-action .cta-background p {
  font-size: 14px;
  margin-bottom: 10px;
}

.call-to-action .cta-background button {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  font-size: 14px;
  margin: 20px auto 0 auto;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  padding: 8px 20px 7px;
  border: none;
}

.call-to-action .cta-background button:hover {
  opacity: 0.7;
}

/* calltoaction end */
/*STYLING FOOTER*/
.last-footer-part {
  font-size: 18px;
  gap: 14px;
}
footer .blog-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
footer .blog-social i {
  font-size: 24px;
}
footer {
  background: #e6e6e6;
  padding-top: 20px;
}

.footer__inner {
  padding-bottom: 20px;
}

.footer__inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.footer__inner-item {
  max-width: 332px;
  width: 100%;
}

footer h3 {
  color: #222;
  padding-bottom: 15px;
  font-size: 20px;
}

.footer__inner-item li:hover a {
  text-decoration: underline;
}

.footer__inner-item a {
  color: rgb(34, 34, 34);
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__socials li {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__socials li:hover {
  background: #f5f5f5;
}

.footer__socials li a {
  padding: 2px 0 0 0 !important;
}

.footer__socials i {
  font-size: 20px;
}

.footer__copyright {
  padding: 30px 0;
  border-top: 1px solid #fff;
}

.footer__copyright p {
  font-size: 14px;
  line-height: 20px;
}

.footer-bottom {
  padding-top: 25px;
}

.footer__copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.footer__copyright ul li a {
  text-decoration: underline;
  color: #222;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.footer__copyright ul li:hover a {
  opacity: 0.7;
}

/*STYLING PRODUCT GRID LIST*/
.products-gridList__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-areas:
    "myArea1 myArea3"
    "myArea2 myArea3";
  gap: 20px;
  padding: 40px 0;
}
.product-grid {
  border: 0.1px solid #f7f7f7;
  -webkit-box-shadow: 0 0 8px #f0f0f0;
  box-shadow: 0 0 8px #f0f0f0;
  overflow: hidden;
}
.product-grid:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.product-grid:not(:last-child) p {
  display: none !important;
}
.product-grid-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: myArea1;
  /*background: #d6e2f8;*/
  height: 300px;
  /*background-image: url("https://pngimg.com/uploads/women_shoes/women_shoes_PNG7453.png");*/
}
.product-grid {
  position: relative;
}
.product-grid img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product-grid-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: myArea2;
  height: 300px;
  /*background: url(https://sun1-24.userapi.com/GIB6MnDDjwPemGPKMzptq_rnwASMmVVg6D5fQw/Hz4SUHfqADg.jpg) bottom/cover;*/
}

.product-grid-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: myArea3;
  height: 100%;
  /*background: url(https://sun6-20.userapi.com/s/v1/if2/owmy7cmXz5snQZvMtFvivdgFDOtGQaeWlD6NIybPIZSpLZ9RBsTIN4c0M7Yv5ZS1WW6M4Y5sVIMMFYwKUN7cC5zA.jpg?size=800x800&quality=96&crop=59,0,800,800&ava=1) center/cover;*/
}

.product-grid-text {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.product-grid-text-2 {
  margin-right: inherit;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.product-grid-text-3 {
  margin-left: inherit;
  margin-right: auto;
  color: black;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0 0 20px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.product-grid-3_decor h4:first-of-type {
  font-size: 60px;
  font-weight: 900;
}

.product-grid-3_decor h4:last-of-type {
  font-size: 40px;
  font-weight: 500;
}

.product-grid-text-3 p:last-of-type {
  text-decoration: none;
  font-size: 14px;
  max-width: 80%;
  padding: 10px 0;
}

.product-grid-text-3 p {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 18px;
}
.product-grid-text-3 a {
  display: block;
  border: 1px solid #fff;
  padding: 5px 30px;
  margin-top: 10px;
  color: #000 !important;
}

.product-grid-text h2 {
  font-size: 40px;
  text-align: center;
}

.product-grid-text h3 {
  font-size: 22px;
  text-align: center;
}

.product-grid-text a {
  margin-top: 10px;
  background: #fff;
  color: #222;
  padding: 15px 30px;
  font-size: 18px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product-grid-text a:hover {
  color: white !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
  background: #000;
  border-color: black;
}
/*STYLING j-slider1*/
.j-slider-1-prev {
  left: 20px !important;
}
.j-slider-1-next {
  right: 20px !important;
}

:is(.j-slider1, .j-slider2, .j-slider3) .swiper-slide .img {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #f1f1f1;
  box-shadow: 0 0 10px #f1f1f1;
}
:is(.j-slider1, .j-slider2, .j-slider3) .swiper-wrapper {
  padding-block: 20px;
}
.j-slider {
  padding-block: 40px;
}

.j-slider .container {
  position: relative;
}

.j-slider-1__custom-btns div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 44px !important;
  height: 44px !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  padding: 14px !important;
  z-index: 1;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #777;
  cursor: pointer;
}

.j-slider-1-prev,
.j-slider-2-prev {
  left: -10px;
}

.j-slider-1-next,
.j-slider-2-next {
  right: -10px;
}

.j-slider1 .swiper-slide,
.j-slider1 .swiper-slide .img {
  position: relative;
}

.j-slider1 .swiper-slide span {
  position: absolute;
  top: 10px;
  left: 20px;
  font-weight: bold;
}

.j-slider1 .swiper-slide h3 {
  font-size: 15px;
  padding: 5px;
  font-weight: 500;
  color: #000;
  margin-block: 10px 6px;
  line-height: 16px;
}

.j-slider1 .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  border-radius: 12px;
  height: 350px;
}

.j-slider1 .swiper-slide .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f9f9f7;
  border: 1px solid #e7e5df;
  border-radius: 6px;
  padding: 4px 4px 6px;
  margin-top: 4px;
  line-height: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 4px;
  line-height: 16px;
}

.j-slider1 .swiper-slide .discount {
  width: 100%;
  margin: 1px 4px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 15px;
  margin-bottom: 6px;
}

.j-slider1 .swiper-slide .old-price {
  color: #999;
  position: relative;
  margin: 2px 4px 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: line-through;
}

.j-slider1 .swiper-slide .last-price {
  font-size: 122%;
  font-weight: 600;
  white-space: nowrap;
  margin: 1px 4px;
  color: #c77951;
  line-height: 15px;
}

.j-slider1 .swiper-slide:hover .vars {
  opacity: 1;
}
.favoriIcon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 4px !important;
}
.j-slider1 .swiper-slide:hover .favoriIcon {
  opacity: 1;
}
.favoriIcon button {
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
}

.j-slider1 .vars {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.j-slider1 .vars span {
  display: block;
  width: 36px;
  z-index: 20;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0 0,
    rgba(0, 0, 0, 0.04) 0 0 0 0.5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0 0, rgba(0, 0, 0, 0.04) 0 0 0 0.5px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
  text-align: center;
  padding: 8px 5px;
  margin-top: 8px;
  position: relative;
  top: inherit;
  left: inherit;
}

.j-slider1 .favoriIcon {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  cursor: pointer;
  background-color: rgba(252, 236, 203, 0.8);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0 0,
    rgba(0, 0, 0, 0.04) 0 0 0 0.5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 0 0, rgba(0, 0, 0, 0.04) 0 0 0 0.5px;
  border-radius: 100%;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  opacity: 1;
}

.j-slider1.j-slider-3 .img a:first-child {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.j-slider1.j-slider-3 .img a:first-child img {
  background: white;
}
.j-slider1.j-slider-3 .img:hover a:first-child {
  opacity: 0;
}

.j-slider1.j-slider-3 .img a:nth-child(2) {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 0;
}

.j-slider1.j-slider-3 .swiper-slide span {
  position: absolute;
  top: 20px;
  left: 0;
  font-weight: normal;
  background: #fff;
  padding: 2px 10px;
  font-size: 12px;
  z-index: 3;
}

.j-slider1.j-slider-3 .favoriIcon {
  bottom: inherit;
  top: 12px;
  background: transparent;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 22px;
}

.j-slider1.j-slider-3 .swiper-slide .price {
  background: none;
  border: none;
}

.j-slider1.j-slider-3 .swiper-slide .last-price {
  color: #e71d34;
  font-size: 14px;
  font-weight: 400;
}

.j-slider1.j-slider-3 .swiper-slide .old-price {
  color: #000;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  /*RESPONSIVE STYLING FOOTER 992*/
  .footer__copyright ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  /*RESPONSIVE PRODUCT GRID LIST 992*/
  .products-gridList__inner {
    grid-template-areas:
      "myArea1"
      "myArea2"
      "myArea3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-grid-text h2 {
    font-size: 20px;
  }

  .product-grid-text h3 {
    font-size: 20px;
  }

  .product-grid-text a {
    padding: 10px 20px;
    font-size: 15px;
  }

  .product-grid-text-3 {
    padding: 20px;
  }

  .product-grid-3_decor h4:first-of-type {
    font-size: 45px;
  }

  .product-grid-3_decor h4:last-of-type {
    font-size: 30px;
  }
  .product-grid-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .product-grid-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .product-grid-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

@media only screen and (max-width: 768px) {
  .brands-slider .swiper-slide {
    font-size: 15px !important;
  }
  .product-grid {
    height: 200px !important;
  }

  /*RESPONSIVE STYLING FOOTER 768*/
  .footer__copyright ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .footer__inner .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

#form-login {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-control:hover {
  border-color: black;
}

.form-control:focus {
  border-color: black;
}

.new_customer_link,
.my_confirm_button {
  background: black;
  color: white;
  border: 1px solid black !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.25rem;
}

.new_customer_link:hover,
.my_confirm_button:hover {
  color: black;
  background: lightgray;
  border: 1px solid lightgray !important;
}
/*account*/
.account_list a {
  font-size: 16px;
}
.account_list {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgb(25, 25, 25, 15%);
  box-shadow: 0 0 15px 0 rgb(25, 25, 25, 15%);
}
.account_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}
.account_list ul li {
  padding: 5px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.account_list ul li:hover {
  background: #ef3840;
  & > a {
    color: white;
  }
}
.account_inner_list {
  margin-block: 15px;
}
.account_inner_list ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.account_inner_list ul li {
  border: 1px solid #f0f0f0;
  padding: 10px;
  border-radius: 10px;
  background: #f3f0f0;
}
.account_inner_list a {
  color: black;
}
#account + fieldset legend {
  display: none;
}

#account + fieldset + fieldset .mt-4 {
  margin: 0 !important;
}
/*account end*/
/*wishlist*/
.wishlist {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.wishlist_product_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #f0f0f0;
}
/*wishlist end*/
/*product inner*/
#product-category .dis-per {
  left: 20px;
}
@media (min-width: 768px) {
  #product-category .swiper-slide {
    width: 33.33333333% !important;
  }
}

.product_all {
  padding-block: 20px;
}
.product_all .f-carousel img {
  width: 100%;
}
.product_right_title h1 {
  font-size: clamp(
    1.5rem,
    1.3446132596685083rem + 0.6629834254143646vw,
    1.875rem
  );
}
#button-cart {
  width: 100%;
  background: #000;
  border: none;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 8px;
}
.product_right_add_to_fav {
  background: white;
  border: 2px solid black;
  width: 100%;
  padding: 8px;
  color: black;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-info-fav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid black;
  padding: 10px;
}
.product-info-fav-item img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.icon-svg {
  width: 30px;
}
.product-info-fav-item {
  font-size: 12px;
}
.icons-inner-product {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.size-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.size-box {
  position: relative;
  padding: 0;
}
.size-label {
  padding: 5px 10px;
  border: 2px solid #aaa;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.size-box input {
  cursor: pointer;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0;
  opacity: 0;
}
.size-box input:checked + label {
  border-color: black;
}
/*product inner end*/
/*about*/
.breadcrumb {
  padding-block: 30px;
  margin: 0;
}
.breadcrumb a {
  color: gray;
}
.about-page-heading-title {
  margin-bottom: 18px;
}
#content {
  padding-bottom: 30px;
}
/*about end*/
/*cart*/
#form-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid gray;
  width: 230px;
}
#form-coupon input {
  width: 65%;
}
#form-coupon button {
  width: 38%;
  background: #ef3840;
  color: white;
}
#form-coupon input,
#form-coupon button {
  padding: 10px;
  border: none;
}
.checkout_product_title h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.checkout_confirm_order {
  background: black;
  display: block;
  width: 220px;
  font-size: 16px;
  padding: 8px;
  margin-top: 30px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.checkout_confirm_order:hover {
  background: #ef3840;
  color: white;
}
.checkout_product_price {
  font-size: 15px;
}
.checkout_product_total {
  font-size: 20px;
}
.checkout_product_cart {
  -webkit-box-shadow: 0 0 10px #f1f1f1;
  box-shadow: 0 0 10px #f1f1f1;
}
.checkout_product_cart_remove_button {
  border: none;
  background: transparent;
  font-size: 24px;
}
.shopping_product_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid black;
  width: 120px;
  margin-block: 20px;
}
.shopping_product_count button,
.shopping_product_count input {
  border: none;
  background: white;
  width: 40px;
  font-size: 24px;
  text-align: center;
}
.cart-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cart-overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}

.main-cart,
.left-categories {
  background-color: white;
  width: 100%;
  min-width: 300px;
  position: fixed;
  top: 0;
  z-index: 10000;
  padding: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.left-categories {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
}
.left-categories a {
  font-size: 16px;
  color: black;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.left-categories a:hover {
  color: #ef3840;
}
.main-cart {
  right: -100%;
}
.left-categories {
  left: -100%;
}
.left-categories.cart-active {
  left: 0;
}
.close-cats {
  position: absolute;
  right: -15%;
  top: 40%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.close-cats img {
  width: 80px;
  -webkit-animation-name: swipeLeft;
  animation-name: swipeLeft;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
@-webkit-keyframes swipeLeft {
  100% {
    opacity: 0;
    margin-right: 40px;
  }
}
@keyframes swipeLeft {
  100% {
    opacity: 0;
    margin-right: 40px;
  }
}
.main-cart.cart-active {
  right: 0;
}
.cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid black;
  padding: 10px 0;
  font-size: 20px;
  height: 10vh;
}
.cart-close {
  cursor: pointer;
}
.cart-toggle {
  width: 22px !important;
  height: 22px;
}
.cart-main {
  padding: 10px 0;
  height: 70vh;
  overflow-y: scroll;
}
.cart-product-content {
  width: 100%;
}
.cart-main::-webkit-scrollbar {
  opacity: 0;
}
.cart-product-img img {
  width: 100%;
  background-color: #f5f5f5;
}
.cart-product-img {
  width: 170px;
  border: 1px solid #f0f0f0;
}
.cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 30px 0;
  border-bottom: 1px solid lightgray;
}
.cart-product-name h5 {
  font-size: 18px;
}
.cart-product-size {
  font-size: 14px;
  color: gray;
}
.cart-product-price {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
s {
  text-decoration: line-through !important;
}
.cart-quantity-control {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-quantity-control input,
.cart-quantity-control button {
  width: 40px;
  border: none;
  background-color: white;
  font-size: 24px;
  text-align: center;
  outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-remove {
  font-size: 15px;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: gray;
}
.cart-footer {
  border-top: 2px solid black;
}
.cart-footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-submit button {
  width: 100%;
  padding: 8px;
  border: none;
  background-color: black;
  color: white;
}
.cart-footer {
  height: 20vh;
}
.cart-footer-title {
  font-size: 18px;
  padding: 10px 0;
}
.cart-footer-title span {
  display: block;
  margin-top: -8px;
  font-size: 14px;
  color: gray;
}

.cart-link {
  display: block;
}
.img-thumbnail,
.cart-link {
  width: 150px !important;
}
/*cart end*/
/*checkout*/
.checkout_page_register_account_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#input-shipping-zone {
  padding: 10px;
}
#form-register input,
#form-register button,
#form-register select,
.checkout_page_register_account h4 {
  margin-bottom: 10px;
}
#button-register {
  background: black;
  color: white;
  border: 2px solid black;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 8px 20px;
}
#button-register:hover {
  color: black;
  background: white;
}
#checkout-shipping-method,
#checkout-payment-method {
  -webkit-box-shadow: 0 0 5px #f0f0f0;
  box-shadow: 0 0 5px #f0f0f0;
  color: white;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #ef3840;
}
#checkout-payment button {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid black;
}
.checkout_product_card {
  color: black;
}
.checkout_shipping_details,
.my-stick {
  position: sticky;
  top: 180px;
}
/*checkout end*/
/*contact*/
.contact_all > .container {
  padding: 0;
}
.contact_us_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact_us_line span {
  background: black;
  width: 1px;
  display: block;
  height: 100%;
}
.contact_all label {
  margin-bottom: 15px;
}
.contact_all label,
.contact_all textarea {
  width: 100%;
  border: 1px solid black;
  border-radius: 5px;
  overflow: hidden;
}
.contact_all textarea {
  border: none;
  padding: 8px;
}
.contact_us_form_submit {
  background: black;
  border-radius: 5px;
  border: 1px solid transparent;
  color: white;
  width: 100%;
  padding: 8px;
}
.contact_all input {
  width: 100%;
  padding: 8px;
  border: none;
}
.contact_head h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
.contact_us_form_title h4,
.contact_us_right_info h5 {
  font-size: 28px;
  margin-bottom: 10px;
}
.contact_us_form_title p,
.contact_us_right_info p {
  font-size: 18px;
  margin-bottom: 25px;
}
.contact_us_right_info a {
  color: #f9321b;
}
.contact_us_right_info p {
  font-size: 18px;
  margin-bottom: 8px;
}
.contact_us_right_link-last {
  margin-bottom: 30px;
}
/*contact end*/
/*news*/
.news_content h1,
.blog h1 {
  padding: 0 0 30px;
  font-size: 40px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #131e38;
  font-weight: 800;
}
.news_content .image img {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 30px;
}

.news_text {
  line-height: 1.5;
  font-weight: 300;
}

.news_text p {
  font-size: 17px;
}
/*news end*/
/*product inner*/
.quant-div {
  border: 1px solid black;
  width: 120px;
}
.quantity-decrement,
.quantity-increment,
.quantity-input {
  width: 40px !important;
  border: none;
  font-size: 24px;
  background: white;
}
.quantity-input:focus {
  border: none !important;
}
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inner_fullpage_products .zoom {
  display: inline-block;
  position: relative;
}
.inner_fullpage_products .zoom:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
}
.inner_fullpage_products .zoom img {
  display: block;
}
.inner_fullpage_products .zoom img::-moz-selection {
  background-color: transparent;
}
.inner_fullpage_products .zoom img::selection {
  background-color: transparent;
}

.inner_fullpage_products .gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 10px;
}

.inner_fullpage_products .swiper {
  width: 79%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.inner_fullpage_products .gallery-thumbs {
  width: 20%;
  height: 100%;
}

.inner_fullpage_products .gallery-thumbs .swiper-slide {
  cursor: pointer;
  height: 100%;
}

.inner_fullpage_products .gallery-top .swiper-slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner_fullpage_products .gallery-thumbs .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.inner_fullpage_products .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 120px;
}
.size-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.size-box {
  position: relative;
  padding: 0;
}
.size-label {
  padding: 5px 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.size-box input {
  cursor: pointer;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0;
  opacity: 0;
}
.size-box input:checked + label {
  border-color: black;
}
.product_color_imgs {
  border-radius: 10px;
  overflow: hidden;
}
.product_parameters img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product_parameters .row {
  row-gap: 20px;
}
.product_parameters .col-my {
  width: 25%;
}
.param_line {
  margin-bottom: 13px;
}
.param_line .col-6:first-child {
  padding-right: 0;
}
.param-name {
  position: relative;
  color: #868695;
  overflow: hidden;
}
.param-name::after {
  content: " ";
  width: 100%;
  height: 100%;
  bottom: 10px;
  position: absolute;
  border-bottom: 1px dashed #d5d5d5;
}
.product_innner_params {
  margin-top: 20px;
}
.product_innner_params ul {
  font-size: 15px !important;
}
.product-inner-price-box {
  position: sticky;
  top: 120px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.star-img {
  width: 18px !important;
  margin-right: 5px;
}
.my-clr {
  color: #ef3840;
}
.product-inner-price-box button {
  background: #ef3840;
  padding: 6px;
  color: white;
  border-radius: 10px;
  border: 1px solid transparent;
  margin: auto;
  width: 90%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-block: 15px;
}
/*product-inner end*/
/*statics*/
#static-webpages img {
  width: 100%;
}
#static-webpages input {
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid black;
  -webkit-box-shadow: 0 0 5px #f0f0f0;
  box-shadow: 0 0 5px #f0f0f0;
}
#static-webpages button {
  font-size: 16px;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid black;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: white;
  background: black;
}
#static-webpages button:hover {
  background: #d5d5d5;
  color: black;
}

#static-webpages2 {
  text-align: center;
}
#static-webpages2 img {
  width: 60%;
  min-width: 200px;
  margin: auto;
}
/*statics end*/
/*filter*/
.filter input[type="number"] {
  width: 130px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
}
/*.filter ul li{margin-left:18px;}*/
.filter .category_filter_list {
  width: 100%;
  padding: 8px;
  border: 1px solid #d5d5d5;
  border-radius: 2.5px;
}
.minmax-inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.filter #column-left {
  width: 100%;
}
.minmax-inputs div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.minmax-inputs button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ef3840;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 5.5px;
  width: 100%;
}
.category_filter_select {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.category_filter_select a,
.category_filter_select label {
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: black;
}
.category_filter_select label {
  display: block;
  width: 100%;
  position: relative;
}
.category_filter_select label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9;
}
.category_filter_select a:hover {
  color: #ef3840;
}
.category_filter_head {
  font-size: 21px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.category_filter_list {
  margin-bottom: 10px;
}
/*filter end*/
/*shipping*/
#form-shipping-address select {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
#form-shipping-address button {
  width: 100%;
  background: black;
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-color: black;
}
#form-shipping-address button:hover {
  background: #d5d5d5;
  color: black;
}
/*shipping end*/
/*review*/
.reviews {
  padding: 6px;
}
.review-card {
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
/*review end*/
