:root {
  --theme-blue: #0071c1;
  --theme-orange: #f89a0f;
}

::-webkit-scrollbar-thumb {
  background: #4d4d4d;
  border-radius: 5px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #e6e6e6;
  border-radius: 5px;
}

body {
  font-family: "SF Pro Display" !important;
  overflow-x: hidden;
}

.header-top-banner {
  display: flex;
  width: 100%;
  height: 65px;
  position: relative;
}

.hader-bottom-wrapper {
  position: relative;
  background-color: #fff;
}

.sogo-loader {
  z-index: 9999999;
}

.header-top-banner > img {
  width: 100%;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%);
}
.banner-text > span {
  color: #50427f;
  font-size: 20px;
}

.header-bottom {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.header-logos {
  width: 20%;
}

.header-logos > a {
  width: 100%;
  display: flex;
}

.header-logos > a > img {
  width: 100%;
}

.header-rights {
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: space-evenly;
}

.header-search {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 2.5rem;
  margin-right: 1rem;
}

.header-search > form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  position: relative;
}

.header-search > form > input {
  width: 100%;
  height: 45px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 22.5px;
  padding-left: 2rem;
  font-size: 13px;
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-div {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.text-div > p {
  font-weight: 600;
}

.icon-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.header-account {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-div > i {
  font-size: 25px;
}

.header-account .icon-div > i {
  font-size: 30px;
}

.header-search > form > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border: none;
  background-color: transparent;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  background-color: var(--theme-blue);
  position: relative;
}

.header-menu.sticked .menu-overlay {
  top: 55px;
}
.slick-slide img {
  width: 100%;
}

.slick-slider-wrapper {
  position: relative;
  margin-top: 2rem;
}

.slider-slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 9;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slider-slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 9;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.featured-slider-title {
  display: flex;
  align-items: center;
  background-color: var(--theme-blue);
  padding: 1rem;
  color: #fff;
  height: 55px;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.featured-slider-title2 {
  display: flex;
  align-items: center;
  background-color: #db3925;
  padding: 1rem;
  color: #fff;
  height: 55px;
  border-radius: 5px 5px 0 0;
}

.featured-slider-title > img,
.featured-slider-title2 > img {
  width: 30px;
  margin-right: 1rem;
}

.featured-slider-wrapper .item,
.featured-slider-wrapper2 .item {
  display: flex;
  padding: 1rem 0;
  height: 200px;
}

.featured-image-div {
  display: flex;
  width: 30%;
  margin-right: 1rem;
}

.featured-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.featured-image-div > a {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.featured-slider-wrapper .item:hover .featured-image-div > a > img,
.featured-slider-wrapper2 .item:hover .featured-image-div > a > img {
  transform: scale(1.1);
}

.featured-image-div > a > img {
  width: 100%;
  transition: 0.5s ease-in-out;
}

.featured-content-top {
  display: flex;
  width: 90%;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}

.price > h4 {
  font-weight: bold;
  padding-top: 1rem;
  margin-top: 0;
}

.content-bottom-wrapper {
  display: flex;
}

.content-bottom-wrapper > div {
  width: 50%;
  margin-top: 1rem;
}

.featured-slider-wrapper .slick-slider,
.featured-slider-wrapper2 .slick-slider {
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
}

.featured-slider-wrapper {
  width: calc(50% - 1.5rem) !important;
  margin-right: 1.5rem;
}

.tab-wrapper-content {
  margin: 0.5rem;
  width: calc(25% - 1rem);
  position: relative;
}

.tab-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.content-img > a > img {
  width: 100%;
  transition: 0.5s ease-in-out;
}

.content-bottom {
  position: relative;
  bottom: 0;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.add-cart {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.15s ease-in-out;
}

.add-cart > button {
  border: none;
  padding: 0.6rem 1rem;
  font-size: 13px;
  background-color: var(--theme-orange);
  color: #fff;
  border-radius: 5px;
}

.add-cart > button > img {
  width: 21px;
  margin-right: 0.5rem;
}

.add-cart > button:last-child {
  background-color: var(--theme-blue);
}

.content-title {
  margin-top: 2rem;
}

.tab-wrapper-content:hover .add-cart,
.product-card:hover .add-cart {
  opacity: 1;
  visibility: visible;
}

.content-img > a {
  display: flex;
  overflow: hidden;
}

.tab-wrapper-content:hover .content-img > a > img {
  transform: scale(1.1);
}

.nav-menu-container .nav-tabs,
.product-tab-wrapper .nav-tabs {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-menu-container .nav-tabs > li > a,
.product-tab-wrapper .nav-tabs > li > a {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 2rem;
  display: flex;
  font-size: 25px;
  padding-right: 2rem;
  padding-left: 2rem;
  font-weight: 500;
  color: #999;
}

.nav-menu-container .nav-tabs > li.active > a,
.product-tab-wrapper .nav-tabs > li.active > a {
  color: var(--theme-orange);
  border-bottom: 1px solid var(--theme-orange) !important;
  position: relative;
  background-color: transparent;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent !important;
}

.nav-menu-container .nav-tabs > li.active > a::before,
.product-tab-wrapper .nav-tabs > li.active > a::before {
  content: "";
  width: 15px;
  height: 7px;
  display: inline-block;
  background-color: var(--theme-orange);
  position: absolute;
  bottom: -7px;
  left: calc(50% - 5px);

  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.content-title > span {
  font-size: 14px;
}

.home-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}

.home-icon-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.home-icon-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 1rem;
  height: 80px;
}

.home-icon-content-text > span {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
}

.home-icon-content-text > p {
  font-size: 13px;
  color: #848484;
}

.home-icon-content-image > img {
  width: 30px;
}

.home-icon-content-image {
  height: 30px;
}

footer {
  box-shadow: none !important;
}

.footer-newsletter-wrapper .cbx {
  margin-top: 0.5rem;
}

.footer-newsletter-wrapper .cbx > span:last-child {
  font-size: 12px;
}

.featured-add-cart > button {
  width: 120px !important;
  height: auto;
  border-radius: 5px;
  font-size: 11px;
}

.featured-add-cart > button > img {
  margin-right: 0rem;
}

footer {
  box-shadow: none !important;
}

.footer-newsletter-wrapper {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: 1rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}

.footer-newsletter-wrapper .middle-heading {
  width: 50%;
  font-size: 25px;
  font-weight: 500;
  color: #323232;
}

.footer-newsletter-wrapper .newsletter-wrapper {
  width: 50%;
}

.footer-newsletter-wrapper .newsletter-wrapper .newsletter-group {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer-newsletter-wrapper .newsletter-wrapper .newsletter-group > input {
  width: 100%;
  border: none;
  border-radius: 25px;
  background-color: #f1f1f1;
  color: #848484;
  height: 45px;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  padding-left: 1rem;
}

.footer-newsletter-wrapper
  .newsletter-wrapper
  .newsletter-group
  .newsletter-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border: none;
  background-color: transparent;
}

.footer-link-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 3rem;
}

.footer-link-wrapper .footer-link-content {
  width: 100%;
}

.footer-link-content-title > span {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #323232;
}

.footer-link-wrapper .footer-link-content > ul > li > a {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #848484;
}

.footer-link-wrapper .footer-link-content > span {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #323232;
}

.footer-link-wrapper .footer-link-content > p {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #848484;
}

.footer-social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
  background-color: var(--theme-blue);
  padding: 1rem;
}

.footer-social-top > span {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.footer-social-top > p {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #ffffff;
}

.footer-social-bottom > span {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid white;
}

.footer-social-bottom,
.footer-social-bottom > span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-top {
  margin-bottom: 1rem;
}

.footer-social-ikon {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-ikon > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
}

.footer-social-ikon > a > img {
  width: 100%;
}

.footer-bank-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.footer-bank-image > img {
  max-width: 100%;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.footer-bank-bottom-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.footer-bank-bottom-image > img {
  max-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-bank-bottom-image > span {
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  color: #323232;
}

.featured-slick-prev {
  position: absolute;
  top: -22%;
  z-index: 9;
  right: 15%;
  background-color: #f1f1f1;
  border-radius: 50%;
  border: none;
  width: 30px;
  height: 30px;
}

.featured-slick-next {
  position: absolute;
  top: -22%;
  z-index: 9;
  right: 5%;
  background-color: #f1f1f1;
  border-radius: 50%;
  border: none;
  width: 30px;
  height: 30px;
}

.footer-bottom-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  font-size: 12px;
  margin-top: 3rem;
  background-color: #f1f1f1;
  margin-bottom: 0 !important;
}

.footer-bottom-text > span > a {
  font-weight: 500;
}

.featured-add-cart {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: unset;
  top: unset;
  left: unset;
}

.featured-content-bottom {
  display: flex;
  align-items: center;
}

.price-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.featured-add-cart {
  justify-content: center !important;
}

.featured-add-cart > button {
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-add-cart > button > img {
  margin-right: 0 !important;
}

@media screen and (min-width: 992px) {
  .header-menu .megamenu-nav,
  .header-menu .megamenu-nav .container-megamenu,
  .header-menu .megamenu-nav .container-megamenu .megamenu-wrapper,
  .header-menu
    .megamenu-nav
    .container-megamenu
    .megamenu-wrapper
    .megamenu-container,
  .header-menu
    .megamenu-nav
    .container-megamenu
    .megamenu-wrapper
    .megamenu-container
    .megamenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-blue) !important;
  }

  .header-menu
    .megamenu-nav
    .container-megamenu
    .megamenu-wrapper
    .megamenu-container
    .megamenu
    > li
    > a {
    padding: 0 1rem !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: normal !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px !important;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover {
    background-color: transparent !important;
    letter-spacing: 0 !important;
    font-weight: bold !important;
    padding-left: 0 !important;
  }

  ul.megamenu > li.active > a,
  ul.megamenu > li.home > a,
  ul.megamenu > li:hover > a,
  ul.megamenu > li > a:hover {
    background-color: transparent !important;
  }

  ul.megamenu > li {
    border-right: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
  }

  ul.megamenu > li:first-child {
    border-left: 1px solid #ddd;
  }

  .expand-submenu {
    padding: 0;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover::before {
    display: none;
  }

  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
    margin-bottom: 1rem;
  }

  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > a {
    transition: 0.25s ease-in-out;
    font-size: 12px !important;
    color: #545454 !important;
    font-weight: bold !important;
  }

  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > a:hover {
    color: #e35252 !important;
  }

  ul.megamenu > li:hover {
    background-color: #fff;
  }

  ul.megamenu > li {
    transition: 0.25s ease-in-out;
  }

  .header-menu
    .megamenu-nav
    .container-megamenu
    .megamenu-wrapper
    .megamenu-container
    .megamenu
    > li:hover
    > a {
    color: var(--theme-blue) !important;
  }
}

.header-menu.sticked {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9999999;
}

body.active {
  padding-top: 55px;
}

.iziToast.iziToast-color-green {
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

.menu-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 80%);
  inset: 0;
  z-index: 999998;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
  top: 208px;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

ul.megamenu > li > .sub-menu {
  z-index: 999999;
  top: 99% !important;
}

ul.megamenu li .sub-menu .content {
  margin: 0 1rem;
  border-radius: 0 !important;
}

.image-wrapper {
  display: flex;
  width: 100%;
}

.image-wrapper > img {
  width: 100%;
}

.product-left {
  width: 35% !important;
}

.product-right {
  position: relative !important;
  top: unset !important;
}

.gallery {
  cursor: pointer;
}

#lightbox {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 99999999;
}

.close,
.prev,
.next {
  position: absolute;
  cursor: pointer;
}

.close {
  right: 10px;
  top: 10px;
  color: #fff !important;
  opacity: 1 !important;
}

.prev {
  left: 10px;
  font-size: 30px;
}

.next {
  right: 10px;
  font-size: 30px;
}

#lightbox > img {
  width: 25%;
  border-radius: 5px;
}

.home-nav-menu .nav-menu-container .tab-content {
  border: none;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li {
  font-size: 12px;
  color: #848484;
  font-weight: 200;
}

ul.product-price {
  position: relative !important;
  top: unset !important;
  left: unset !important;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .product-price
  #power-price
  > li
  > span {
  color: var(--theme-orange);
  font-size: 37px !important;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.btn-div-product > button > img {
  width: 21px;
  margin-right: 0.5rem;
}

.btn-div-product #button-cart {
  background-color: var(--theme-orange) !important;
  border-radius: 5px;
  height: 50px;
}

.btn-div-product .buy-btn {
  background-color: var(--theme-blue) !important;
  color: #fff !important;
  border-radius: 5px;
  border: none !important;
  height: 50px;
}

.btn-div-product #button-cart:hover {
  background-color: var(--theme-orange) !important;
}

.btn-div-product .buy-btn:hover {
  background-color: var(--theme-blue) !important;
  border: none !important;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .quantity-input-wrapper,
.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .minus,
.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus,
.btn-div-product {
  height: 50px !important;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .minus {
  background-color: transparent !important;
  border-radius: 5px 0 0 5px;
  width: 50px !important;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus {
  background-color: transparent !important;
  border-radius: 0 5px 5px 0;
  width: 50px !important;
}

.rating > p > span > i {
  font-size: 10px;
}

.rating > p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating > p > span {
  width: 14px;
}

.rating-text > a {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #323232;
}

.rating-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-right-middle {
  display: flex;
  width: 15%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 1.5rem;
}

.rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.details-icon-content {
  display: flex;
  width: 100%;
}

.details-icon-content > img {
  width: 100%;
}

.product-tab-wrapper {
  margin-bottom: 2.5rem;
}

.tab-image-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.tab-image-wrapper .tab-image-content {
  display: flex;
  width: 25%;
  border: 1px solid #eee;
  margin: 1rem 0.5rem;
  border-radius: 5px;
  overflow: hidden;
  padding: 1rem;
}

.tab-image-wrapper .tab-image-content > img {
  width: 100%;
}

.account-sub-menu {
  position: absolute;
  z-index: 9;
  top: 100%;
  background-color: #fff;
  width: 170px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
  z-index: 999;
}

.account-sub-menu > ul > li > a {
  display: flex;
  padding: 0.8rem 1rem;
  width: 100%;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #323232;
}

.account-sub-menu > ul > li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-right: 1rem;
}

.header-account:hover .account-sub-menu {
  opacity: 1;
  visibility: visible;
}

.product-wishlist-btn .product-card-buttons,
.product-wishlist-btn .product-card-buttons > button {
  right: unset;
  width: 100% !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  top: unset;
  left: unset;
  background-color: transparent !important;
  color: #000 !important;
}

.product-wishlist-btn {
  width: 100%;
  display: flex;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.product-wishlist-btn .product-card-buttons > button {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #323232;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-wishlist-btn .product-card-buttons > button > i {
  margin-right: 0.3rem;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li
  .manufacturers-name {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #0071c1;
  margin-right: 10px;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li
  > a {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #848484;
  display: flex;
  align-items: center;
}

.product-caption {
  justify-content: space-between !important;
}

.product-grid .product-card:hover {
  box-shadow: none !important;
}

.product-card .add-cart > button {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-card .add-cart > button:first-child {
  margin-right: 1rem;
}

.product-card .product-caption .product-name-wrapper > a .product-name {
  font-weight: 400 !important;
  font-size: 14px !important;
}

.product-card .product-caption .product-price-wrapper .product-new-price {
  font-weight: bold;
  padding-top: 1rem;
  font-size: 18px;
}

.mobile-footer-collapse,
.mobile-header-contain {
  display: none;
}

.megamenu-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.header-cart-div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem 2rem;
  background-color: var(--theme-orange);
  color: #fff;
  position: relative;
}

.header-cart-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}

.header-cart-div > a > img {
  width: 30px;
  position: relative;
}

span.cart-text {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 14px;
}

.tab-content {
  border: 1px solid #eee;
  border-radius: 0 0 5px 5px;
  border-top: none;
  padding: 1rem;
}

.mobil-slick-slider {
  display: none;
}

.product-grid .product-card {
  width: calc(20% - 1.5rem);
}

.product-grid-2 .product-card {
  width: calc(25% - 0.25rem);
}

.home-icon-content:last-child .home-icon-content-image > img {
  width: 35px;
}

#search {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99999 !important;
  pointer-events: unset !important;
  border-bottom: none !important;
}

.search-input-wrapper {
  display: none !important;
}

.gallery-thumbs .little-image .swiper-slide > a > img,
.gallery-thumbs .little-image .swiper-slide > img {
  width: 100%;
}

.gallery-thumbs .little-image .swiper-slide > a {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}

.gallery-thumbs .little-image .swiper-slide > a {
  margin-right: 0.5rem;
}

#show-filter {
  display: none !important;
}

.bf-buttonclear-box .bf-buttonsubmit {
  display: none;
}

.bf-attr-filter:not(.active) .bf-c-2 label,
.bf-attr-filter.active label {
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  color: #848484;
}

.bf-sliding {
  overflow: auto !important;
}

.content-wrapper .sogo-content .filter-sort .filter-side.filter-active {
  display: none;
}

.category-content-wrapper {
  display: flex;
  width: 100%;
}

.content-wrapper .sogo-content .product-layout {
  width: 84%;
}

.category-list-container {
  width: 16%;
}

.bf-row {
  width: 100%;
  display: inline-block !important;
}

.bf-cell {
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .tab-wrapper-content {
    margin: 0.5rem;
    width: calc(33.333% - 1rem);
  }
  .product-grid .product-card {
    width: calc(33% - 1.5rem);
  }

  .featured-content-bottom {
    flex-direction: column;
  }

  .featured-add-cart {
    justify-content: flex-end !important;
  }
}

@media screen and (max-width: 991px) {
  .header-bottom,
  .header-top-banner {
    display: none;
  }

  .mobile-header-contain {
    display: flex;
    padding: 1rem;
    background-color: #fff;
  }

  .mobile-logo {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: center;
  }

  .mobile-logo > a {
    width: 100%;
  }

  .mobile-logo > a > img {
    width: 100%;
  }

  .mobile-header-right {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .mobile-header-account {
    position: relative;
    margin-right: 1.5rem;
  }

  .mobile-account-sub {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
    width: 150px;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-header-account:hover .mobile-account-sub {
    opacity: 1;
    visibility: visible;
  }

  .mobile-header-account > a > i,
  .mobile-header-cart > a > i {
    margin-right: 0.5rem;
    font-size: 22px;
    color: #e35252;
  }

  .mobile-header-account > a,
  .mobile-header-cart > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-account-sub > ul > li > a {
    font-size: 14px;
    display: flex;
    padding: 0.8rem 0.8rem;
    color: #323232;
  }

  .mobile-account-sub > ul > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .mobile-logo > i {
    font-size: 29px;
    margin-right: 1rem;
    color: #e35252;
  }

  .megamenu-wrapper.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 999999999;
  }

  .show-menu {
    display: none;
  }

  .header-menu {
    background-color: transparent;
    height: 0;
  }

  .slick-slider-wrapper {
    margin-top: 0;
  }

  .megamenu-upper-container .header-search {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-right: 0;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #eee;
  }

  ul.megamenu > li > .sub-menu {
    top: 44px !important;
  }

  ul.megamenu li .sub-menu .content {
    margin: 0;
  }

  .header-cart-div {
    display: none;
  }

  .megamenu-wrapper {
    align-items: unset;
    justify-content: unset;
  }

  .mobile-header-cart > a {
    position: relative;
  }

  span.cart-text {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: 35px;
    background-color: var(--theme-orange);
    color: #fff;
  }

  .mobile-header-contain.sticked {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    z-index: 9999999;
    border-bottom: 1px solid #ddd;
  }
}

@media screen and (max-width: 769px) {
  .content-bottom-wrapper {
    flex-direction: column;
  }

  .content-bottom-wrapper > div {
    width: 100% !important;
  }

  .slick-slider-wrapper {
    width: 100%;
    padding: 0;
  }

  .tab-wrapper-content {
    margin: 0.5rem;
    width: calc(50% - 1rem);
  }

  .home-icon-wrapper {
    flex-wrap: wrap;
  }

  .home-icon-content {
    width: 50%;
  }

  .footer-newsletter-wrapper {
    flex-direction: column;
  }

  .footer-newsletter-wrapper .newsletter-wrapper {
    width: 100%;
  }

  .footer-newsletter-wrapper .middle-heading {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer-link-wrapper {
    display: none;
  }

  .mobile-footer-collapse {
    display: flex;
    flex-direction: column;
  }

  .mobile-footer-collapse .panel-group {
    margin-bottom: 0;
  }

  .mobile-footer-collapse .panel-group .panel {
    border-radius: 0;
    border: none;
  }

  .mobile-footer-collapse .panel-group .panel-default > .panel-heading {
    color: #333;
    background-color: #444;
    border-color: #ddd;
    border-radius: 0;
    padding: 0;
  }

  .footer-link-content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem;
    background-color: #444;
    height: 100%;
  }

  .footer-link-content-title > span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }

  .footer-link-content-title > i {
    color: #fff;
    font-size: 13px;
  }

  .mobile-footer-collapse
    .panel-group
    .panel-default
    > .panel-heading:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .mobile-footer-collapse .panel-collapse > ul > li > a {
    display: flex;
    padding: 0.7rem;
    font-size: 15px;
    color: #848484;
    padding-left: 1rem;
  }

  .mobile-footer-collapse .panel-collapse > ul,
  .mobile-footer-collapse .panel-collapse .collapse-content {
    background-color: #f7f7f7;
  }

  .mobile-footer-collapse .panel-collapse > ul > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }

  .footer-link-content-title[aria-expanded="true"] {
    background-color: #e35252;
  }

  .collapse-content > span {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #323232;
  }

  .collapse-content {
    padding: 0.8rem;
  }

  .collapse-content > p {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #848484;
    margin-bottom: 1rem;
  }

  .footer-social-wrapper {
    width: 100%;
  }

  .footer-bank-image {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bank-image > img {
    margin-bottom: 0.5rem;
  }

  .add-cart {
    position: relative;
    opacity: 1;
    visibility: visible;
  }

  .add-cart > button {
    width: 100%;
  }
  .add-cart > button:first-child {
    margin-right: 1rem;
  }

  .tab-wrapper-content {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
    padding: 0.5rem;
    border-radius: 5px;
  }

  .product-grid .product-card {
    width: calc(50% - 1.5rem);
  }

  .product-left {
    width: 100% !important;
  }

  .sogo-container {
    background-color: #fff;
  }

  .product-right-middle {
    width: 100%;
    margin-left: 0;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked
    #button-cart {
    height: 50px;
  }

  #lightbox > img {
    width: 55%;
  }

  .tab-content > .active {
    padding: 0.5rem;
  }

  .sogo-product-container {
    flex-direction: column;
  }

  .mobil-slick-slider {
    display: block;
  }

  .slick-slider-wrapper {
    display: none;
  }

  .product-grid-2 .product-card {
    width: calc(50% - 0.25rem);
  }

  #grid-view-2,
  #grid-view {
    display: none !important;
  }

  .product-card .product-caption {
    height: 130px;
  }

  .category-list-container {
    display: none;
  }
  #show-filter {
    display: flex !important;
  }

  .featured-content-bottom {
    flex-direction: unset;
  }
}

@media screen and (max-width: 553px) {
  .nav-menu-container .nav-tabs > li > a,
  .product-tab-wrapper .nav-tabs > li > a {
    font-size: 15px;
    padding-bottom: 0.5rem;
  }

  .footer-newsletter-wrapper {
    flex-direction: column;
    padding: 0 0.8rem;
    padding-bottom: 1rem;
  }

  .product-grid-2 .product-card {
    width: calc(100% - 0.25rem);
  }

  .product-card .product-caption {
    height: 180px;
    padding: 0.5rem;
  }

  .content-wrapper .sogo-content .filter-sort .filter-side.filter-active {
    display: block;
  }

  .bf-cell {
    border-bottom: none !important;
  }
  .bf-row {
    display: table-row !important;
  }

  .content-wrapper .sogo-content .product-layout {
    width: 100% !important;
  }

  .featured-content-bottom {
    flex-direction: column;
  }

  .featured-add-cart {
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  .product-card .product-caption .product-price-wrapper {
    height: auto !important;
  }
}

@media screen and (max-width: 426px) {
  .nav-menu-container .nav-tabs,
  .product-tab-wrapper .nav-tabs {
    flex-wrap: wrap;
  }

  .tab-wrapper-content {
    margin: 0.5rem;
    width: calc(100% - 1rem);
  }

  .footer-bank-image,
  .footer-bank-bottom-image {
    width: 100%;
    padding: 0;
  }

  .footer-bank-image > img {
    width: 20%;
  }

  .footer-bank-bottom-image {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bank-bottom-image > img {
    margin-bottom: 0.5rem;
  }

  .featured-slick-prev {
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 35px;
    height: 35px;
  }

  .featured-slick-next {
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 35px;
    height: 35px;
  }

  .mobile-logo {
    width: 80%;
  }

  .mobile-header-right {
    width: 60%;
  }

  .mobile-header-account > a,
  .mobile-header-cart > a {
    font-size: 0;
  }
  span.cart-text {
    font-size: 14px;
    top: -5px;
    right: -5px;
  }

  .tab-content > .active {
    padding: 0.5rem;
  }

  .tab-image-wrapper .tab-image-content {
    display: flex;
    width: 50%;
  }

  .btn-div-product > button {
    font-size: 12px;
  }

  #lightbox > img {
    width: 85%;
  }

  .mobile-account-sub {
    right: -130%;
  }

  .swiper-container.gallery-thumbs.swiper-container-initialized.swiper-container-horizontal.swiper-container-free-mode.swiper-container-thumbs {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 376px) {
  .featured-slider-wrapper .item,
  .featured-slider-wrapper2 .item {
    flex-direction: column;
    height: auto;
  }

  .featured-image-div,
  .featured-content {
    width: 100%;
  }

  .featured-content-top,
  .featured-content-bottom {
    padding-left: 1rem;
    width: 100%;
    padding-top: 0.5rem;
  }

  .price > h4 {
    padding-top: 0;
    margin-top: 0;
  }

  .mobile-logo {
    width: 80%;
  }

  .mobile-header-account {
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 377px) {
  .add-cart > button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .nav-menu-container,
  .home-nav-menu .nav-menu-container .tab-content {
    padding: 0;
  }
}

@media screen and (max-width: 321px) {
  .mobile-logo {
    width: 70%;
  }

  .add-cart > button:first-child {
    margin-right: 0.4rem;
  }
}
