@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

body {
  font-family: "Roboto", sans-serif;
}

:root {
  --theme-color: #40bbf4;
}

.headers-top-banner,
.headers-top-banner > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.headers-top-banner > a > img {
  width: 100%;
}

.footerwebsite {
  border-top: none !important;
}

.header-tops-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-tops-link > a {
  display: flex;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: 0.25s ease-in-out;
  color: #4a4a56;
}

.header-tops-link > a:hover {
  color: var(--theme-color);
}

.header-tops-link > a.offer {
  color: var(--theme-color);
  font-weight: 600;
}

.header-tops-link > a.blog {
  color: #fb197b;
  font-weight: 600;
}

.header-bottom-container {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.header-bottoms-logo {
  width: 25%;
  margin-right: 1rem;
}

.header-bottoms-logo > a > img {
  width: 100%;
}

.header-bottoms-logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-bottoms-right {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 1rem;
}

.header-bottoms-search {
  width: 45%;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  margin-left: 1rem;
}

.header-bottoms-search > form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-bottoms-search > form > input {
  width: 100%;
  height: 45px;
  border-radius: 5px 0 0 5px;
  border-right: none !important;
  border: 2px solid #92929b;
  box-shadow: none;
}

.header-bottoms-search > form > button {
  background-color: #494956;
  border: none !important;
  height: 45px;
  width: 55px;
  border-radius: 0 5px 5px 0;
  color: #fff;
}

.header-bottoms-right > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d9d9e1;
  height: 45px;
  border-radius: 5px;
  width: 50%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.header-bottoms-right > div:hover {
  border: 2px solid var(--theme-color);
}

.header-bottoms-right > div .ikon-text {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #4a4a56;
}

.header-bottoms-right > div:not(:last-child) .ikon-text > a {
  color: #92929b;
}
.slick-list .slick-track .slick-slide > a > img {
  width: 100%;
}
.ikon-text > a {
  display: flex;
  flex-direction: column;
}

.header-bottoms-right > div .ikon-text > a > p {
  color: #4a4a56;
  font-weight: 500;
}

.header-bottoms-right > div > i {
  margin-right: 0.5rem;
  font-size: 20px;
}
.header-bottoms-right > div .ikon-div > i {
  margin-right: 0.5rem;
  font-size: 20px;
}

.header-bottoms-right > div:not(:last-child) {
  margin-right: 1rem;
}

.swiper-button-prev {
  left: 10%;
  color: #fff;
}

.swiper-button-next {
  right: 10%;
  color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 50px;
  font-weight: 100;
}

.home-top-ikon-wrapper {
  cursor: pointer;
}

.home-top-ikon-wrapper-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: 0.2s ease-in-out;
}

.home-top-ikon-wrapper-container .home-top-ikon-content {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-top-ikon-wrapper-container .home-top-ikon-content > img {
  width: 30px;
  margin-right: 1rem;
  filter: opacity(0.5);
}

.home-top-ikon-wrapper {
  border-top: 1px solid #ddd;
  margin-top: 2rem;
  border-bottom: 1px solid #ddd;
}

.home-slider {
  top: unset !important;
}

.home-top-ikon-content > span {
  font-size: 13px;
  color: #92929b;
}

.home-three-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.home-three-banner > a {
  width: calc(33.33% - 1rem);
}

.home-three-banner > a:not(:last-child) {
  margin-right: 1rem;
}

.home-three-banner > a > img {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--theme-color);
}

.slick-initialized .slick-slide {
  padding: 1rem;
}

.featured-item-bottom {
  margin-top: 1rem;
}

.featured-name > span {
  font-size: 14px;
  letter-spacing: 0.2px;
}

.featured-name {
  margin-bottom: 2rem;
}

.fetured-quantity,
.category-quantity {
  color: #838386 !important;
  font-size: 12px;
}

.featured-price > span {
  font-weight: 700;
  font-size: 16px;
}

.featured-price {
  margin-top: 0.3rem;
}

.featured-slick-slider-wrapper .slick-list .slick-track .slick-slide > a {
  display: flex;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #f0f0f4;
  overflow: hidden;
}

.featured-slick-slider-wrapper .slick-list .slick-track .slick-slide {
  border-radius: 5px;
  border: 2px solid #f0f0f4;
  margin: 0.5rem;
  height: 340px !important;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.featured-slick-slider-wrapper .slick-list .slick-track .slick-slide:hover {
  border: solid 2px var(--theme-color);
  box-shadow: 0 24px 23px -21px rgb(0 0 0 / 20%);
}

.slick-track {
  margin: 1rem 0;
}

.featured-slick-prev,
.campaign-slick-prev,
.referance-slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  z-index: 99;
  background-color: transparent !important;
  border: none !important;
  font-size: 2.5rem;
  color: #d9d9e1;
}

.featured-slick-next,
.campaign-slick-next,
.referance-slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  z-index: 99;
  background-color: transparent !important;
  border: none !important;
  font-size: 2.5rem;
  color: #d9d9e1;
}

.slick-dots {
  position: absolute;
  bottom: -5%;
  display: flex !important;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots > li {
  margin: 0 0.3rem;
  font-size: 0;
  border: none !important;
  height: 12px;
  width: 12px;
}

.slick-dots > li > button {
  border: none !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.2;
}

.slick-dots > li.slick-active > button {
  background-color: var(--theme-color) !important;
  opacity: 1;
}

.featured-slider-title > a,
.campaign-slider-title > a {
  font-size: 24px;
  font-weight: 500;
  color: #4a4a56;
}

.featured-slider-title {
  margin: 1rem 0.5rem 0;
}

.campaign-slider-title {
  margin: 2rem 0.5rem 0;
}

.featured-slider-wrapper.container {
  margin-top: 1rem;
}

.campaign-slick-slider-wrapper .slick-list .slick-track .slick-slide > a > img {
  width: 100%;
}

.campaign-slick-slider-wrapper .slick-list .slick-track .slick-slide > a {
  border: none;
  border-radius: 0;
}

.campaign-slick-slider-wrapper .slick-list .slick-track .slick-slide {
  height: auto !important;
  border: 2px solid #f0f0f4;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  margin: 0.5rem;
}

.campaign-slick-slider-wrapper .slick-list .slick-track .slick-slide:hover {
  border: solid 2px var(--theme-color);
  box-shadow: 0 24px 23px -21px rgb(0 0 0 / 20%);
}

.campaign-name {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0px;
  color: #4a4a56;
  opacity: 1;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  line-height: 1.6;
}

.campaign-name > span {
  display: flex;
  flex-direction: column;
}

.campaign-name > b {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #4a4a56;
  opacity: 1;
  height: 50px;
  display: block;
}

.campaign-btn {
  display: flex;
  margin: 1.5rem 0 0;
  width: 100%;
}

.campaign-btn > a {
  display: flex;
  width: 45%;
  border: 2px solid #000;
  padding: 0.8rem;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.slick-slide {
  position: relative;
}

.slick-slide:hover .fetured-btn {
  opacity: 1;
  visibility: visible;
  top: 51%;
}

.fetured-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 46%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  z-index: 99;
}

.fetured-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color);
  color: white;
  letter-spacing: 0.88px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 20px 3px;
  cursor: pointer;
  border-radius: 10px;
}

.sector-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sector-content {
  margin: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 5px;
  background: #ffffff 0% 0% no-repeat padding-box;
  height: 160px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.1s ease-in-out;
}

.sector-content:hover {
  border: 2px solid var(--theme-color);
  box-shadow: 0 24px 23px -21px rgb(0 0 0 / 20%);
}

.sector-contain {
  padding: 2rem;
  background-color: #f9f9fa;
  margin-top: 2rem;
}

.sector-title > span {
  color: #4a4a56;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sector-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.sector-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sector-img > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sector-img > a > img {
  width: 100%;
}

.sector-container-title {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.sector-container-title > span {
  font-size: 24px;
  font-weight: 500;
  color: #4a4a56;
}

.referance-wrapper .slick-slider-wrapper .slick-list .slick-track .slick-slide {
  margin: 0.5rem;
  padding: 0;
}

.referance-wrapper .slick-list .slick-track .slick-slide > a > img {
  width: 100%;
}

.read-more-container {
  height: 120px;
  overflow: hidden;
}

.read-more-btn {
  cursor: pointer;
}

.read-more-wrapper {
  background-color: rgb(240, 240, 244);
  padding: 2rem;
}

.label {
  padding: 0 !important;
}

.referance-title > span {
  font-size: 30px;
  font-weight: 500;
  color: #4a4a56;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.referance-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.read-more-btn {
  box-shadow: none !important;
  outline: 0;
}

.read-more-btn-wrappper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.read-more-btn {
  width: 15%;
  border-radius: 0;
  font-size: 12px;
  box-shadow: 0 0 0 1px var(--theme-color) inset !important;
  transition: all 300ms ease;
}

.read-more-btn:hover {
  box-shadow: 0 0 0 3em var(--theme-color) inset !important;
  color: #fff;
}

.footerwebsite {
  box-shadow: none !important;
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.footer-contain {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
}

.footer-contain .footer-content {
  width: 100%;
}

.footer-content-title {
  padding-bottom: 1.5rem;
  position: relative;
}

.footer-content-title > span {
  font-size: 14px;
  letter-spacing: 1.1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4a4a56;
}

.footer-content > ul > li > a {
  color: #4a4a56;
  text-decoration: none;
  transition: color 150ms ease;
  letter-spacing: 0.2px;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  transition: 0.15s ease-in-out;
}

.footer-content > ul > li > a:hover {
  color: var(--theme-color);
}

.footer-content > ul > li {
  margin-bottom: 1rem;
}

.footer-content-title::before {
  content: "";
  position: absolute;
  width: 8%;
  height: 1px;
  background-color: var(--theme-color);
  bottom: 30%;
}

.footer-content > ul > li > a > i {
  margin-right: 0.5rem;
}

.footer-bottom-contain {
  margin-top: 2rem;
}

.footer-bottoms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 2px solid #eee;
}

.footer-bottoms > div {
  width: 100%;
}

.footer-social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-social-media > a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f0f0f4;
  color: #92929b;
}

.footer-social-media > a:not(:last-child) {
  margin-right: 1rem;
}

.footer-bottoms-text {
  font-size: 23px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.3px;
  float: left;
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.footer-bottoms-text > i {
  font-size: 35px;
  margin-right: 0.8rem;
  color: #16e38a;
}

.to-top > button,
.to-top > button:hover {
  background-color: var(--theme-color) !important;
  border-color: transparent !important;
}

.product-card {
  padding: 1rem;
  border: 2px solid #f0f0f4;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.product-image-wrapper {
  border-radius: 5px;
  border: 2px solid #f0f0f4;
}

.product-grid .product-card:hover {
  border: 2px solid var(--theme-color);
  box-shadow: 0 24px 23px -21px rgb(0 0 0 / 20%) !important;
}

.product-card:hover .product-image-wrapper > a > .product-image {
  transform: scale(1) !important;
}

.header-bottom-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color);
  padding: 0.5rem;
  height: 45px;
}

.header-bottom-text > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-right: 1rem;
}

.header-bottom-text > span > b {
  margin: 0 0.3rem;
}

.header-bottom-text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-botom-text-btn > a {
  padding: 0.4rem 0.6rem;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 11px;
  border-radius: 5px;
  color: #fff;
}

.home-top-ikon-content > p {
  display: none;
}

.home-top-ikon-content.active {
  width: calc(20% - 1rem);
  flex-direction: column;
  margin: 0.5rem;
}

.home-top-ikon-content.active > p {
  display: flex;
  text-align: center;
  font-size: 12px;
  color: #4a4a56;
  text-align: center;
  line-height: 1.4;
  max-width: 180px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.home-top-ikon-content.active > img {
  width: 50px;
  margin-bottom: 0.3rem;
  margin-right: 0;
  filter: opacity(0.3);
}

.home-top-ikon-content.active > span {
  margin-bottom: 0.5rem;
  font-size: 17px;
  color: #92929b;
}

.featured-new-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.3rem;
}

.featured-new-wrapper > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  background-color: #16e38a;
  padding: 2px 10px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 12px;
  font-weight: 500;
  margin-right: 5px;
}

.referance-wrapper.container {
  margin-bottom: 2rem;
}

.product-card .product-caption {
  justify-content: space-around !important;
}

.mobile-header-contain {
  display: none;
}

@media screen and (min-width: 991px) {
  ul.megamenu > li > a strong {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    color: #4a4a56;
    font-size: 14px;
  }

  nav.megamenu-nav {
    justify-content: center;
  }

  .mainmenu .row,
  ul.megamenu li .sub-menu .content .static-menu .menu ul {
    align-items: unset !important;
  }

  ul.megamenu li .sub-menu .content .categories {
    transform: unset !important;
  }

  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li:hover {
    border-bottom: 1px solid var(--theme-color);
  }

  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li:hover > a {
    color: var(--theme-color) !important;
  }

  ul.megamenu li .sub-menu .content .static-menu > a.main-menu {
    color: #4a4a56;
    text-decoration: none;
    transition: color 150ms ease;
    letter-spacing: 0.2px;
    font-size: 14px;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    padding-left: 0 !important;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu {
    color: var(--theme-color);
    color: #4a4a56 !important;
    font-weight: 400 !important;
    font-size: 14px;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover {
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    padding-left: 0 !important;
    font-size: 14px;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover::before {
    opacity: 0 !important;
    visibility: hidden !important;
    left: 0 !important;
  }

  .hover-shine-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0.3rem;
    list-style: none !important;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #f0f0f4;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 0px rgb(0 0 0 / 16%);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    max-width: 150px;
    height: 140px;
    padding: 10px;
    position: relative;
  }

  .hover-shine-content:hover {
    border: 1px solid #40bbf4;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0px 1px 13px -3px rgb(0 0 0 / 16%);
    box-shadow: 0px 1px 13px -3px rgb(0 0 0 / 16%);
  }

  .megamenu-html-content > figure {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .hover-shine-content > a > img {
    width: 100%;
  }

  ul.megamenu > li > a {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0.3rem 1rem !important;
    position: relative;
  }

  ul.megamenu > li:not(:last-child) > a {
    border-right: 1px solid #f0f0f4;
  }

  ul.megamenu > li > a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    z-index: 99999;
    border-top: 10px solid var(--theme-color);
    border-left: 8.5px solid transparent;
    border-right: 7.5px solid transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
  }

  ul.megamenu > li > a:hover::before {
    opacity: 1;
    visibility: visible;
  }

  ul.megamenu > li:last-child > a {
    display: flex;
  }

  ul.megamenu > li > a > strong {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  ul.megamenu > li > button {
    padding: 0;
  }

  ul.megamenu > li > a:hover {
    background-color: var(--theme-color);
    color: #fff !important;
  }

  ul.megamenu > li > a:hover > strong {
    color: #fff !important;
  }
}

@media screen and (max-width: 1200px) {
  ul.megamenu > li > a strong {
    font-size: 11px;
    text-align: center;
  }

  ul.megamenu > li > a {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0.3rem 0.5rem !important;
  }

  ul.megamenu > li:last-child > a {
    line-height: unset !important;
  }
}

@media screen and (max-width: 991px) {
  .megamenu-html-content {
    display: none;
  }

  ul.megamenu > li > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  ul.megamenu > li > a strong {
    font-family: "Roboto", sans-serif;
  }

  .home-top-ikon-wrapper-container {
    flex-wrap: wrap;
  }

  .home-top-ikon-wrapper-container .home-top-ikon-content {
    width: 33.333%;
    margin-bottom: 0.5rem;
  }

  .sector-content {
    width: calc(33.33% - 1rem);
  }

  .sector-wrapper {
    flex-wrap: wrap;
  }

  .show-menu > i {
    font-size: 32px;
    margin-left: 0.5rem;
  }
  .header-bottom-container {
    width: 100%;
  }

  .header-tops-link {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .featured-slick-prev,
  .campaign-slick-prev,
  .referance-slick-prev {
    left: -30px;
    font-size: 2rem;
  }

  .featured-slick-next,
  .campaign-slick-next,
  .referance-slick-next {
    right: -30px;
    font-size: 2rem;
  }

  .sector-wrapper {
    flex-wrap: wrap;
  }

  .sector-content {
    width: calc(33.333% - 1rem) !important;
  }

  .sector-contain {
    padding: 2rem 0;
  }

  .read-more-wrapper {
    padding: 1rem;
  }

  .featured-slick-next,
  .campaign-slick-next,
  .referance-slick-next,
  .featured-slick-prev,
  .campaign-slick-prev,
  .referance-slick-prev {
    display: none !important;
  }

  .read-more-btn {
    width: 30%;
  }

  .header-bottoms-wrapper {
    display: none;
  }
  .mobile-header-contain {
    display: flex;
    padding: 0.5rem;
  }

  .mobile-header-right {
    display: flex;
    align-items: center;
    width: 65%;
    justify-content: flex-end;
  }

  .mobile-header-left {
    display: flex;
    width: 35%;
  }

  .mobile-header-left > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .mobile-header-left > a > img {
    width: 100%;
  }

  .mobile-header-right > div {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-header-right > div:not(:last-child) {
    margin-right: 1rem;
  }

  .mobile-header-right > div > i,
  .mobile-header-right > div > a > i {
    font-size: 20px;
  }
  .mobile-menu-div > i {
    font-size: 25px !important;
  }

  button#show-megamenu {
    display: none;
  }

  nav.megamenu-nav {
    height: 0 !important;
  }
  .megamenu-overlay.actives {
    opacity: 1;
    visibility: visible;
  }
  .megamenu-wrapper.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mobile-account-div {
    position: relative;
  }

  .mobile-account-div .mobile-account-sub {
    position: absolute;
    width: 150px;
    top: 120%;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
  }
  .mobile-account-div .mobile-account-sub.active {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .mobile-account-div .mobile-account-sub > ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .mobile-account-div .mobile-account-sub > ul > li {
    display: flex;
    width: 100%;
  }

  .mobile-account-div .mobile-account-sub > ul > li > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
  }
  .mobile-account-div .mobile-account-sub > ul > li:first-child > a {
    background-color: var(--theme-color);
    color: #fff;
  }

  .headers-top-banner {
    display: none;
  }
  .mobile-header-contain {
    position: relative;
    height: 60px;
  }
  .mobile-search-wrapper {
    position: absolute;
    top: 140%;
    width: 100% !important;
    left: 0;
    background-color: #fff;
    height: 100px !important;
    z-index: 999;
    -webkit-transition: top 0.3s ease-in-out, opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out, opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-search-wrapper.active {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }

  .mobile-search-wrapper > form {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
  }

  .mobile-search-wrapper > form > input {
    width: 85%;
    border: none !important;
    border-bottom: 1px solid #000 !important;
  }
  .mobile-search-wrapper > form > input::placeholder {
    font-size: 14px;
    padding-bottom: 0.3rem;
  }
  .mobile-search-wrapper > form > button {
    border: none;
    box-shadow: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
  }
  .search-overlays {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    inset: 0;
    background-color: #000;
    z-index: 988;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 60px;
  }
  .search-overlays.active {
    opacity: 0.8;
    visibility: visible;
    pointer-events: all;
  }
  body.active {
    overflow: hidden;
  }
}

@media screen and (max-width: 553px) {
  .footer-contain {
    flex-wrap: wrap;
  }

  .footer-contain .footer-content {
    width: 50%;
    margin-bottom: 1rem;
    text-align: center;
  }

  .home-three-banner {
    flex-wrap: wrap;
  }

  .home-three-banner > a {
    width: calc(100% - 1rem);
    margin-bottom: 0.5rem;
  }

  .home-three-banner > a:not(:last-child) {
    margin-right: 0;
  }

  .header-botom-text-btn > a {
    font-size: 10px;
  }

  .header-bottom-text > span {
    font-size: 11px;
  }

  .campaign-btn > a {
    display: flex;
    width: 50%;
  }

  .footer-content-title::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .slick-slide .fetured-btn,
  .slick-slide:hover .fetured-btn {
    opacity: 1;
    visibility: visible;
    top: 43%;
  }
  .featured-slick-slider-wrapper .slick-list .slick-track .slick-slide {
    border: solid 2px var(--theme-color);
    box-shadow: 0 24px 23px -21px rgb(0 0 0 / 20%);
  }
  .campaign-slick-slider-wrapper .slick-list .slick-track .slick-slide {
    border: solid 2px var(--theme-color);
    box-shadow: 0 24px 23px -21px rgb(0 0 0 / 20%);
  }
}

@media screen and (max-width: 426px) {
  .home-top-ikon-wrapper-container .home-top-ikon-content {
    width: 50%;
  }

  .featured-slick-slider-wrapper .slick-list .slick-track .slick-slide {
    height: 280px !important;
  }

  .footer-bottoms.container {
    flex-direction: column;
  }

  .footer-bottoms-text {
    margin-bottom: 1rem;
  }

  .sector-content {
    width: calc(50% - 1rem) !important;
  }

  .featured-slick-slider-wrapper .slick-list .slick-track .slick-slide {
    border: solid 2px var(--theme-color);
    box-shadow: 0 24px 23px -21px rgb(0 0 0 / 20%);
  }
  .slick-slide .fetured-btn,
  .slick-slide:hover .fetured-btn {
    opacity: 1;
    visibility: visible;
    top: 40%;
  }
  .header-bottom-text > span {
    font-size: 13px;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .header-bottom-text {
    height: auto;
    flex-direction: column;
  }

  .mobile-header-right > div:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 376px) {
  .featured-slick-slider-wrapper .slick-list .slick-track .slick-slide {
    height: 390px !important;
  }

  .sector-content {
    width: calc(50% - 1rem) !important;
  }

  .referance-text {
    padding: 1rem;
  }

  .fetured-btn,
  .slick-slide:hover.fetured-btn {
    opacity: 1;
    visibility: visible;
    top: 52% !important;
  }
}

@media screen and (max-width: 321px) {
  .sector-content {
    width: calc(100% - 1rem) !important;
  }

  .footer-contain .footer-content {
    width: 100%;
  }

  .home-top-ikon-content.active > span {
    text-align: center;
  }
  .fetured-btn,
  .slick-slide:hover.fetured-btn {
    opacity: 1;
    visibility: visible;
    top: 43% !important;
  }

  .header-bottom-text > span {
    font-size: 10px;
  }
}

.product-slick-slider .slick-list .slick-track .item > img {
  width: 100%;
}

.product-left-image {
  width: 30%;
}

.product-slick-slider {
  border: 2px solid #f0f0f4;
  border-radius: 5px;
}

.product-slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
  background-color: transparent !important;
  border: none !important;
  font-size: 48px;
  color: #fff;
  text-shadow: 0 -1px 4px rgb(0 0 0 / 26%);
}

.product-slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
  background-color: transparent !important;
  border: none !important;
  font-size: 48px;
  color: #fff;
  text-shadow: 0 -1px 4px rgb(0 0 0 / 26%);
}

.tab-wrapper > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #f0f0f4;
  margin: 0.5rem 0;
}

.tab-wrapper > ul > li.active > a {
  cursor: pointer !important;
}

.tab-wrapper > ul > li > a:hover {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.tab-wrapper > ul > li > a {
  background-color: transparent;
  border-radius: 0;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #d9d9e1;
  padding-bottom: 5px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  background-color: transparent;
  color: #d9d9e1;
}
.nav-tabs > li {
  border-bottom: 3px solid transparent;
}
.nav-tabs > li.active {
  border-bottom: 3px solid #4a4a56;
}

.nav-tabs > .ai.active > a,
.nav-tabs > .ai.active > a:hover {
  color: #ffa854 !important;
}

.nav-tabs > .pdf.active > a,
.nav-tabs > .pdf.active > a:hover {
  color: #ff5454 !important;
}

.nav-tabs > .psd.active > a,
.nav-tabs > .psd.active > a:hover {
  color: #54a5ff !important;
}

.product-templates {
  position: relative;
  padding: 1rem;
  border: 2px solid #f0f0f4;
  border-radius: 5px;
  margin-top: 1.5rem;
}

.tab-wrapper .tab-content .tab-pane > ul > li > a,
.templates-questions > ul > li > a {
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #4a4a56;
  transition: 0.1s ease-in-out;
}

.tab-wrapper .tab-content .tab-pane > ul > li > a:hover,
.templates-questions > ul > li > a:hover {
  color: var(--theme-color);
}

.tab-wrapper .tab-content .tab-pane > ul > li > a > i,
.templates-questions > ul > li > a > i {
  margin-right: 0.3rem;
}

.tab-wrapper .tab-content .tab-pane > ul > li {
  margin-bottom: 0.5rem;
}

.templates-questions {
  padding-top: 0.5rem;
  border-top: 1px solid #efeff4;
}

.tab-wrapper {
  padding-bottom: 0.5rem;
}

.tab-wrapper .tab-content {
  margin-top: 1rem;
}

.templates-questions > ul > li {
  margin-bottom: 0.3rem;
}

.product-templates-title {
  position: absolute;
  top: -15px;
  background-color: #fff;
  height: 30px;
  left: 25px;
}

.product-templates-title > span {
  margin-top: -30px;
  background: white;
  padding: 0 10px;
  margin-left: -10px;
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
  color: #92929b;
}

.product-four-ikon {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 1.5rem 1rem;
  border: 2px solid #f0f0f4;
  border-radius: 5px;
  position: relative;
  margin: 4rem 0;
}

.product-four-ikon-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.product-four-ikon-content .product-four-ikon-content-text > i {
  color: #d9d9e1;
  font-size: 33px;
  margin-bottom: 25px;
}

.product-four-ikon-content .product-four-ikon-content-text > span {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a56;
  margin-bottom: 5px;
}

.product-four-ikon-content .product-four-ikon-content-text > p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #92929b;
  margin-bottom: 0;
}

.product-four-ikon-content {
  display: flex;
  width: 100%;
}

.product-four-ikon-content-before {
  margin-top: 58px;
}

.product-four-ikon-content-before > i {
  color: #92929b;
}

.product-four-ikon-title {
  position: absolute;
  height: 30px;
  top: -15px;
  left: 15px;
  background-color: #fff;
  padding: 0 1rem;
}

.product-four-ikon-title > span {
  color: #92929b;
  font-size: 14px;
}

.product-options > div {
  flex-direction: unset !important;
}

.product-options > div > .label-div {
  width: 25%;
}

.product-options > div > .card-body-wrapper {
  width: 75%;
  padding: 0.2rem;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li {
  width: calc(100% - 0.5rem) !important;
  height: auto !important;
  padding: 0.5rem;
  border: 2px solid #e9e9e9;
  border-radius: 5px !important;
  margin: 0 !important;
  transition: 0.1s ease-in-out;
}
.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li:hover {
  width: calc(100% - 0.5rem) !important;
  height: auto !important;
  padding: 0.5rem;
  border: 2px solid #999;
  border-radius: 5px !important;
  margin: 0 !important;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li.selected,
.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li.selected:hover {
  border: 2px solid var(--theme-color) !important;
  -webkit-box-shadow: 0 14px 16px -10px rgb(0 0 0 / 14%) !important;
  box-shadow: 0 14px 16px -10px rgb(0 0 0 / 14%) !important;
  border-radius: 5px !important;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li:not(:last-child) {
  margin-right: 0.5rem !important;
}

.product-options > div:nth-child(1) {
  padding-right: 0 !important;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option {
  margin-top: 0 !important;
  overflow: unset !important;
}

.product-options > div {
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li
  > span {
  font-weight: 400 !important;
  font-size: 13px;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .name-fav
  .product-name
  span {
  font-size: 30px !important;
  font-weight: 400 !important;
  color: #4a4a56 !important;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .name-fav
  .product-name {
  width: 70%;
}

.product-right {
  width: 70% !important;
  position: unset !important;
  padding-left: 0 !important;
  margin-left: 1rem;
}

.product-right #product {
  display: flex;
  align-items: flex-start;
}

.product-right .product-contain {
  width: 65%;
  border: 2px solid #f0f0f4;
  border-radius: 5px;
  padding: 1rem !important;
}

.description-wrapper {
  padding: 0.5rem;
  background: rgb(250, 250, 252);
  margin-bottom: 1rem;
}

.description-wrapper > span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4a4a56;
}

.description-wrapper > span a {
  color: var(--theme-color);
}

.product-details-upper {
  margin-bottom: 0 !important;
}

.detail-info > li {
  display: none !important;
}

.product-info {
  height: 0 !important;
}

.product-tab-wrapper {
  border: 2px solid #484856;
  border-radius: 5px;
  overflow: hidden;
  border-top: none;
  margin-top: 2rem;
}

.tab-content {
  padding: 1.5rem;
}

.product-tab-wrapper .nav-tabs > li.active {
  border-bottom: none;
  background-color: #fff;
}

.product-tab-wrapper .nav-tabs > li.active > a {
  color: #494956;
  font-size: 14px;
  border-radius: 0 !important;
  font-weight: 500;
}

.product-tab-wrapper .nav-tabs > li > a {
  color: #fff;
  font-size: 14px;
  border-radius: 0 !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  transition: 0.1s ease-in-out;
  outline: 0 !important;
}

.product-tab-wrapper .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: none;
  border-top: 2px solid #484856;
  background-color: #494956;
}

.product-tab-wrapper .nav-tabs > li {
  background-color: #494956;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  transition: 0.1s ease-in-out;
}

.product-tab-wrapper .nav-tabs > li:hover {
  background: #32323c;
}

.product-tab-wrapper .nav-tabs > li.active:hover {
  background: #fff;
}

.product-tab-wrapper .nav-tabs > li.active > a:hover {
  background-color: #fff;
}

.product-tab-wrapper .nav-tabs > li > a:focus {
  background-color: transparent !important;
}

.product-tab-wrapper .nav-tabs > li > a:hover {
  background-color: #32323c;
  border: none !important;
  border-color: transparent !important;
}

.product-little-box {
  width: calc(35% - 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #f0f0f4;
  border-radius: 5px;
  padding: 1rem;
  position: sticky;
  top: 20px;
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  margin-left: 1rem;
}

.product-little-box-text > span {
  font-weight: 600;
  color: #4a4a56;
  font-size: 13px;
}

.product-little-box-price > span {
  font-size: 36px;
  font-weight: 700;
  color: #4a4a56;
}

.product-little-box-cargo > span {
  font-size: 14px;
  background-color: #ffe84e;
  color: #333;
  border-radius: 13px;
  padding: 0.2rem;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-little-box-cargo {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.product-little-box-buton {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.product-little-box-buton .btn-div-product > button {
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  background-color: var(--theme-color);
  box-shadow: 0px 12px 20px 0 rgb(64 187 244 / 36%);
  color: #fff;
  border: none;
  font-size: 18px;
}
.product-little-box-buton .btn-div-product > button.power-inactive {
  box-shadow: 0px 12px 20px 0 rgb(244 64 64 / 36%);
}
.product-little-box-buton .btn-div-product {
  width: 100%;
}

.product-little-box-buton .btn-div-product > button:hover,
.product-little-box-buton .btn-div-product > button.power-inactive:hover {
  box-shadow: none;
}

.product-little-box-text {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .product-option-label {
  margin-bottom: 0.25rem;
  font-size: 14px;
  color: #4a4a56;
  font-weight: 600;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li {
  position: relative;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li::before {
  content: "\f633";
  position: absolute;
  right: 5px;
  bottom: 0;
  font-size: 15px;
  color: var(--theme-color);
  font-family: "bootstrap-icons";
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li.selected::before {
  opacity: 1;
  visibility: visible;
}

span.product-old-price {
  font-size: 25px;
  text-decoration: line-through;
  color: #999;
  padding-top: 0;
}

.product-little-box-price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

ul.product-price {
  position: unset !important;
}

span.product-new-price {
  font-weight: 700;
  font-size: 36px;
  color: #4a4a56;
}

.featured-price .old-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-right: 0.3rem;
}

.ikon-div {
  position: relative;
}

.ikon-div .count-div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 3px;
  width: 15px;
  height: 15px;
  background-color: var(--theme-color);
  border-radius: 50%;
}
.ikon-div .count-div .cart-count {
  color: #fff;
  font-size: 14px;
}

.product-little-box-buton .cart-count-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin-bottom: 1rem;
}

.product-little-box-buton .quantity-input-wrapper > input {
  height: 45px;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
}

.product-little-box-buton .quantity-input-wrapper {
  width: 100%;
}

.product-little-box-buton .cart-count-buttons > button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 45px;
  width: 85px;
  border: 1px solid #ccc;
}

.product-little-box-buton .cart-count-buttons > button > i {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* 
.product-little-box-buton .cart-count-buttons .minus {
  border-radius: 3px 0 0 3px;
}

.product-little-box-buton .cart-count-buttons .plus {
  border-radius: 0 3px 3px 0;
}
 */
.product-little-box-buton .cart-count-buttons > button > i::before {
  line-height: 0;
}

@media screen and (max-width: 991px) {
  .sogo-product-container {
    flex-direction: column;
  }

  .product-left-image {
    width: 100%;
    margin-bottom: 1rem;
  }

  .product-right {
    width: 100% !important;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sogo-container {
    padding: 1.5rem 2rem 2rem !important;
    background-color: #ffffff;
  }
  .product-right #product {
    flex-direction: column;
  }

  .product-right #product > div {
    width: 100%;
  }

  .product-little-box {
    margin-left: 0;
    margin-top: 1rem;
  }
  .product-options > div:nth-child(1) {
    border-bottom: none !important;
  }
  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked {
    display: none;
  }
}

@media screen and (max-width: 681px) {
  .product-four-ikon-content {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }

  .product-four-ikon {
    flex-wrap: wrap;
  }

  .product-four-ikon-content:nth-child(3) .product-four-ikon-content-before {
    display: none;
  }
  .product-tab-wrapper .nav-tabs {
    flex-wrap: wrap;
  }

  .product-tab-wrapper .nav-tabs > li {
    width: 33.333%;
  }

  .product-tab-wrapper .nav-tabs > li {
    background-color: transparent;
  }
}

@media screen and (max-width: 426px) {
  .product-options > div {
    flex-direction: column !important;
  }

  .product-options > div > .card-body-wrapper {
    width: 100%;
  }

  .product-options > div > .label-div {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .sogo-product-container
    .product-right
    .product-details-upper
    .name-fav
    .product-name {
    width: 100%;
  }
  .product-four-ikon-content {
    width: calc(100% - 1rem);
    margin: 0.5rem;
  }
  .product-four-ikon-content-before {
    display: none;
  }

  .product-tab-wrapper .nav-tabs > li {
    width: 50%;
  }
}

.cart-product-info {
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
