:root {
  --theme-color: #e3000f;
}

@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

body {
  font-family: 'Poppins', sans-serif;
}

footer {
  /* border: none !important; */
  /* display: none !important; */
}

.footerwebsite {
  box-shadow: none !important;
  background-color: #f7f7f7;
  width: 100%;
}

.slide-swiper,
.thumb-swiper {
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}

.slide-swiper .swiper-slide > img,
.thumb-swiper .swiper-slide > img {
  width: 100%;
}

.thumb-swiper .swiper-slide {
  width: 80px !important;
  height: 60px;
  border-radius: 5px;
  border: 2px solid #fff;
  overflow: hidden;
}

.thumb-swiper .swiper-slide > img {
  height: 100%;
  object-fit: cover;
}

.slider-wrapper0 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-swiper-wrapper {
  position: absolute;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
}

.icon-column-content > a > img {
  width: 60px;
  height: 60px;
  min-height: 60px;
  object-fit: contain;
}

.icon-column-container {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.8rem 0;
}

.icon-column-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.icon-column-content > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.icon-column-content > a > span {
  font-size: 15px;
  display: flex;
  margin-top: 1rem;
}

.icon-column-wrapper {
  margin-top: 1rem;
}

.featured-list-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-list-content {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #fff;
  transition: 0.25s ease-in-out;
  border: solid 3px #f7f7f7 !important;
}

.slick-track .featured-list-content {
  display: flex !important;
  border: 1px solid transparent;
  border-radius: 7px;
  margin: 0 0.5rem;
  justify-content: space-between;
}

.slick-track .featured-list-content:hover {
  transform: unset;
}

.featured-list-content:hover {
  transform: scale(1.1);
}

.featured-list-slider .slick-track {
  padding: 1rem 0;
}

.featured-list-content:nth-child(1),
.featured-list-content:nth-child(6) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-list-title,
.popular-publishers-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #444;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 0;
  text-transform: uppercase;
}

.featured-list-wrapper {
  margin-top: 2rem;
}

.featured-list-content-bottom {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-list-name > a {
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.5rem;
}

.featured-list-name > span {
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin-top: 0.5rem;
}

.featured-list-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-direction: column;
  height: 100%;
}

.featured-list-price-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  padding: 0.5rem;
  border-radius: 10px;
  position: relative;
}

.product-add-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}

.featured-list-content:hover .product-add-btn,
.product-card:hover .product-add-btn {
  opacity: 1;
  visibility: visible;
}

.product-add-btn > button {
  width: 100%;
  background-color: var(--theme-color);
  color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
  padding: 0.5rem;
  border-radius: 10px;
}

.featured-list-price-bottom > span {
  color: #fff !important;
}

.featured-list-name {
  margin-bottom: 1rem;
}

.featured-list-price > span {
  margin: 0 0.5rem;
}

span.featured-old-price {
  font-size: 15px;
  color: #999;
  text-decoration: line-through;
}

.item.product-card .product-caption,
.product-card .product-caption {
  height: 180px;
}

span.featured-price {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}

.featured-list-content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.featured-list-content-image > a {
  display: flex;
  width: 100%;
}

.featured-list-content-image > a > img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.home-banners-wrapper {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}

.home-banner-content {
  width: calc(33.33% - 1rem);
  display: flex;
  margin-bottom: 1rem;
}

.home-banner-content > a {
  display: flex;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.home-banner-content > a > img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.home-banner-content > a:hover > img {
  transform: scale(1.1);
}

.home-banners-wrapper::before,
.home-banners-wrapper::after,
.popular-publishers-container::before,
.popular-publishers-container::after,
.featured-list-slider-container::before,
.featured-list-slider-container::after {
  display: none;
}

.featured-list-slider-container {
  padding: 0;
}

.featured-slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  z-index: 9;
}

.featured-slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  z-index: 9;
}

.featured-slick-prev,
.featured-slick-next {
  background-color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.featured-list-slider-wrapper {
  margin-top: 1.5rem;
}

.popular-publishers-wrapper {
  margin-top: 1.5rem;
}

.popular-publishers-container {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}

.popular-publishers-content {
  display: flex;
  width: calc(16.666% - 1rem);
  box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}

.popular-publishers-content:hover {
  box-shadow: var(--theme-color) 0px -1px 3px, var(--theme-color) 0px 1px 2px !important;
}

.popular-publishers-content > a {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.popular-publishers-content > a > img {
  display: flex;
  width: 100%;
  transition: 0.2s ease-in-out;
}

.popular-publishers-content:hover > a > img {
  transform: scale(1.1);
}

.home-text {
  height: 150px;
  overflow: hidden;
}

.home-text-read-more {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1rem;
}

.home-text-read-more::before {
  content: "";
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  height: 3rem;
  position: absolute;
  top: -3.5em;
  width: 100%;
  left: 0;
}

.home-text-read-more.aktif::before {
  display: none;
}

.home-text-read-more-btn {
  box-shadow: none !important;
  outline: 0 !important;
  border: none !important;
  color: #666;
  font-size: 17px;
  border-bottom: 1px dashed #666 !important;
  border-radius: 0;
  padding: 0 0.3rem;
}

.home-text-read-more.aktif > i {
  transform: rotate(180deg);
}

.home-text-read-more > i {
  font-size: 11px;
}

.home-text-container {
  padding: 0;
  margin-top: 2rem;
}

.footer-list-wrapper {
  background-image: linear-gradient(to bottom, #fff, #f3f3f3);
  padding: 2rem 5rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 2px solid var(--theme-color);
}

.footer-list-container {
  padding: 0;
  display: flex;
}

.footer-list-column {
  display: flex;
  flex-direction: column;
  width: calc(18% - 2rem);
  margin-right: 2rem;
}

.footer-list-column-2 {
  display: flex;
  flex-direction: column;
  width: calc(28% - 2rem);
  margin-right: 2rem;
}

.footer-single {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
  border: 1px solid #e1e1e1;
  box-shadow: 1px 1px 4px 2px #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}

.footer-single-title {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 600;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.footer-single > ul > li:not(:last-child) {
  margin-bottom: 0.7rem;
}

.footer-single > ul > li > a {
  font-size: 13px;
  color: #454545;
  line-height: 24px;
  display: flex;
  transition: 0.2s ease-in-out;
}

.footer-single > ul > li > a:hover {
  color: var(--theme-color);
}

.footer-single > span {
  font-size: 13px;
  color: #454545;
}

.footer-single > a {
  display: flex;
  width: 100%;
}

.footer-single > a > img {
  width: 100%;
}

.footer-list-phone-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  font-weight: 600;
}

.footer-list-phone-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.footer-list-phone-content > i {
  margin-right: 0.5rem;
  font-size: 25px;
}

.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5rem;
}

.footer-wrapper-left {
  color: #666;
  font-size: 13px;
}

.footer-wrapper-right {
  display: flex;
}

.footer-wrapper-right > a > img {
  width: 280px;
}

.discount-wrapper {
  position: unset;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.discount-wrapper > span {
  color: #f00;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.featured-list-price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.7rem;
}

.category-content-wrapper {
  display: flex;
}

.category-list-container {
  width: 20%;
}

.category-content-right {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding: 1rem;
}

.bf-form > [class^="bf-attr-"] {
  width: 100% !important;
  margin: 0;
}

.bf-attr-header .bf-arrow {
  display: block !important;
}

.bf-attr-header {
  border-radius: 0 !important;
  border: 0 !important;
  border-top: 1px solid #dbdee1 !important;
  background: #eee !important;
  font-weight: normal !important;
  padding: 7px 10px !important;
  z-index: 2 !important;
  position: relative !important;
}

.bf-cell label {
  font-size: 13px;
  color: #434343;
  padding-left: 0.5rem;
}

.bf-attr-block-cont {
  margin: 0.5rem 0;
}

.bf-row {
  width: 100%;
}

.bf-row:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.category-image {
  display: flex;
  width: 100%;
}

.category-image > img {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
}

.category-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 1rem;
}

.category-desc > span {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.category-desc > p {
  font-size: 16px;
  color: #434343;
}

form.bf-form {
  padding: 1rem 0.5rem !important;
}

.product-grid .product-card,
.product-related-wrapper .product-card {
  position: relative;
  border-radius: 7px;
  padding: 0.5rem;
  border: solid 3px #f7f7f7;
  box-shadow: none !important;
}

.header-contain-menu-btn:hover .header-contain-bottom-center {
  display: none;
}

.product-card img {
  width: auto !important;
  height: 250px;
}

.product-image-wrapper,
.product-image-wrapper > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-wrapper .sogo-content .filter-sort {
  margin-top: 1rem;
}

.content-wrapper .sogo-content .filter-sort {
  z-index: unset !important;
}

.content-wrapper .sogo-content .filter-sort.sticked {
  position: unset;
  background-color: transparent;
  border: none;
  z-index: unset;
}

.content-wrapper .sogo-breadcrumb {
  padding: 0;
  padding-bottom: 0.75rem;
  border: none;
}

.select-options {
  min-width: 200px;
}

.select-options li {
  transition: 0.25s ease-in-out;
}

.bf-price-container {
  width: 100%;
}

.bf-cur-symb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-slider-range {
  background-color: var(--theme-color);
}

.bf-sliding {
  overflow: auto !important;
}

.bf-sliding::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #e6e6e6;
  border-radius: 5px;
}

.bf-sliding::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 5px;
}

.bf-count {
  background: var(--theme-color) !important;
}

.bf-sliding::-webkit-scrollbar-button {
  display: none;
}

.bf-cell label {
  text-transform: capitalize;
}

.little-image .swiper-slide > a > img,
.little-image .swiper-slide > img {
  width: 100%;
}

ul.product-price {
  position: unset;
}

.gallery-thumbs {
  margin-top: 1rem;
}

.little-image .swiper-slide {
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.little-image .swiper-slide-thumb-active {
  border: 1px solid #000;
}

.price-detail .discount-wrapper {
  position: relative;
}

.price-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  border: 1px dashed #ccc;
  padding: 1rem;
  flex-direction: row;
}

ul.product-price {
  margin-left: 1rem;
}

.attribute-table {
  margin-top: 2rem;
}

.nav-tabs > li > a {
  border: none !important;
  background-color: transparent !important;
  color: #999 !important;
  border-radius: 0 !important;
  transition: 0.2s ease-in-out;
  padding: 1rem 1.5rem;
  display: flex;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid transparent !important;
}

.nav-tabs > li.active > a {
  background-color: transparent !important;
  color: var(--theme-color) !important;
  border-bottom: 2px solid var(--theme-color) !important;
}

.nav-tabs > li.active:hover > a {
  background-color: transparent !important;
  color: var(--theme-color) !important;
}

.nav-tabs > li:hover > a {
  background-color: transparent !important;
  color: #999 !important;
}

ul.nav.nav-tabs {
  border-bottom: 1px solid #f0f0f0 !important;
}

.nav-tabs > li {
  margin-right: 0;
}

.tab-pane .attribute-table .attribute-details {
  background-color: #f5f5f5;
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  border: none;
  margin-bottom: 1rem;
}

.tab-pane .attribute-table {
  max-width: 100%;
  margin-top: 0;
}

.product-tab-wrapper {
  border: 1px solid #f0f0f0;
  margin-bottom: 2rem;
}

.tab-content {
  padding: 1rem;
  margin: 1.5rem 0;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons {
  width: calc(40% - 1.5rem);
  height: 50px;
  align-items: center;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
}

.product-cart-buttons {
  justify-content: space-between;
  padding: 0 1rem;
}

.btn-div-product {
  width: 60%;
  height: 50px !important;
}

.btn-div-product > button {
  width: 100% !important;
  height: 50px !important;
  border-radius: 5px;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .minus {
  background-color: var(--theme-color);
  height: 30px;
  width: 30px;
  border-radius: 7px;
  border: none;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus {
  background-color: var(--theme-color);
  height: 30px;
  width: 30px;
  border-radius: 7px;
  border: none;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .minus
  > i::before,
.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus
  > i::before {
  filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(178deg)
    brightness(98%) contrast(108%);
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .quantity-input-wrapper {
  border-right: none;
  border-left: none;
  border: none;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .quantity-input-wrapper
  #input-quantity {
  font-size: 16px;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart {
  background-color: var(--theme-color);
  height: 100%;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart:hover {
  background-color: var(--theme-color);
}

button.buy-btn {
  background-color: #434343;
  color: #fff;
}

.productd-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #313131;
}

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  background-color: #ddd;
}

.home-banner {
  display: flex;
  margin-top: 2rem;
}

.home-banner > a {
  display: flex;
  width: 100%;
}

.home-banner > a > img {
  width: 100%;
}

span.product-name {
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  font-weight: bold !important;
  margin-top: 0.5rem;
  text-align: center;
  width: 100%;
}

.product-name-wrapper > span {
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin-top: 0.5rem;
}

.iziToast {
  background: rgba(238, 238, 238, 0.9) !important;
}

ul.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

ul.slick-dots > li {
  width: 18px;
  height: 8px;
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #979797;
  margin-right: 0.5rem;
  transition: all 0.5s ease;
  background-color: #d8d8d8;
}

ul.slick-dots > li > button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 0;
  border: none;
}

ul.slick-dots > li.slick-active {
  width: 28px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.header-container-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  background-color: #e3000f;
}

.header-container-top > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.container-center-left {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.container-center-right {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0.5rem;
}

.container-center-search {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-container-center {
  display: flex;
  position: relative;
  padding: 0.5rem;
}

.center-right-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  font-weight: bold;
  font-size: 15px;
  height: 50px;
  margin: 0.5rem;
  margin-right: 0;
}

.center-right-list:not(:last-child) {
  margin: 0.5rem;
}

.center-right-list > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  height: 100%;
  font-size: 13px;
}

.center-right-list > a > i {
  margin-right: 0.5rem;
}

.center-left-logo {
  width: 70%;
}

.center-left-language {
  width: 30%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  margin-left: 1rem;
}

.center-left-logo > a {
  display: flex;
  width: 100%;
}

.center-left-logo > a > img {
  width: 100%;
}

.center-left-language .btn-group > button {
  text-decoration: none !important;
}

.center-left-language .btn-group > button > span,
.center-left-language .btn-group > button > i {
  color: #000;
  font-weight: bold;
}

.search-input-wrapper {
  display: flex !important;
  width: 100%;
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  padding: 0 0 !important;
  align-items: center;
  height: 50px;
}

.search-result-wrapper {
  position: absolute;
  z-index: 9999;
  width: 100% !important;
  overflow: auto;
  left: 0;
}

#search {
  width: 100%;
}

.search-input-wrapper #quick-search {
  height: 100% !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#search .search-input-wrapper > button.search-remove,
#search .search-input-wrapper > button.search-search {
  width: 45px;
  height: 43px;
  border-radius: 4px;
  transition: 0.5s ease-in;
}

#search .search-input-wrapper .search-search {
  display: flex !important;
}

.search-remove {
  display: none;
}

.search-search > i {
  color: var(--theme-color);
}

.search-remove > i {
  display: none;
}

#search .search-input-wrapper > button.search-search:hover {
  background-color: transparent;
}

#search .search-input-wrapper > button.search-search:hover i {
  color: var(--theme-color);
  font-size: 21px;
}

.header-contain-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin-bottom: 10px;
}

.cart-product-info.product-card {
  display: flex;
  width: 20%;
}

.row-btn-group {
  display: flex;
}

.slider-wrapper1 {
  display: none;
}

.center-right-list.cart > a {
  position: relative;
}

span.cart-count {
  position: absolute;
  top: 0;
  right: -13px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.price-detail .discount-wrapper {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #434343;
}

.price-detail .discount-wrapper > span {
  color: #fff;
}

.price-detail .discount-wrapper > span > p {
  font-size: 9px;
}

.mobile-header-wrapper {
  display: none;
}

#show-filter {
  display: none !important;
}

.filter-sort .bf-panel-wrapper {
  display: none;
}

.footer-website-top {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  margin-top: 2rem;
}

.footer-website-top > div {
  width: 50%;
}

.footer-website-top-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-website-top-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-website-top-left {
  display: flex;
  position: relative;
}

.footer-website-top-left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #dcdcdc;
  right: -50px;
  transform: rotate(90deg);
}

.footer-website-bottom {
  border-top: 1px solid #dcdcdc;
  padding: 2rem 0;
}

.footer-website-top-left-logo > a,
.footer-website-top-left-logo > a > img {
  display: flex;
  width: 100%;
}

.footer-website-top-left-logo {
  width: 250px;
  margin-right: 2rem;
}

.footer-website-top-left-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}

.footer-website-top-left-social > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-website-top-left-social > ul > li:not(:last-child) {
  margin-right: 0.5rem;
}

.footer-website-top-left-social > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
}

.footer-website-top-left-social > ul > li:nth-child(1) > a {
  background-color: #3b5998;
}

.footer-website-top-left-social > ul > li:nth-child(2) > a {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}

.footer-website-top-left-social > ul > li:nth-child(3) > a {
  background-color: #00acee;
}

.social-media-title {
  font-size: 25px;
  margin-bottom: 0.5rem;
}

.footer-website-top-left-social > span {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0.5rem;
}

.footer-website-top-right > span {
  font-size: 25px;
}

.footer-website-top-right > a {
  display: flex;
  font-size: 35px;
  color: var(--theme-color);
  font-weight: bold;
}

.footer-website-top-right > p {
  font-size: 13px;
  font-weight: bold;
}

.footer-website-bottom-list-wrapper {
  display: flex;
  justify-content: space-between;
}

.list-wrapper-content {
  width: 16.66%;
  margin-right: 1rem;
}

.list-wrapper-content.list-wrapper-newsletter {
  width: 33.33%;
  margin-right: 0;
}

.list-wrapper-content-title {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  margin-bottom: 1rem;
}

.list-wrapper-content > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.list-wrapper-content > ul > li {
  margin-bottom: 0.7rem;
}

.list-wrapper-content.list-wrapper-newsletter > label {
  font-size: 15px;
  margin-bottom: 1rem;
}

.list-wrapper-content.list-wrapper-newsletter .newsletter-group > input {
  height: 50px;
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #000;
  width: 100%;
  padding-left: 1rem;
}

.list-wrapper-content.list-wrapper-newsletter .newsletter-group {
  position: relative;
}

.list-wrapper-content.list-wrapper-newsletter .newsletter-group > button {
  position: absolute;
  right: 0;
  height: 50px;
  border: none;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 0 1rem;
  border-radius: 0 7px 7px 0;
}

.list-wrapper-content.list-wrapper-newsletter .newsletter-wrapper .cbx {
  font-size: 15px;
  margin-top: 1rem;
  margin-right: 0;
}

.footer-website-bottom-text {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  font-size: 14px;
  color: #444;
}

.header-contain-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 2rem;
  background-color: #f8f8f8 !important;
}

.header-contain-bottom-left {
  display: flex;
  align-items: center;
  width: 25%;
}

.header-contain-bottom-right {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: space-between;
}

.header-contain-bottom-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  margin: 0 2rem;
}

.header-contain-bottom-left .header-contain-logo {
  width: 250px;
  display: flex;
  margin-right: 2rem;
}

.header-contain-bottom-left .header-contain-logo > a,
.header-contain-bottom-left .header-contain-logo > a > img {
  display: flex;
  width: 100%;
}

.header-contain-menu-btn {
  width: 120px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #000;
  border-radius: 7px;
  color: var(--theme-color);
  font-weight: 700;
  font-size: 13px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.header-contain-menu-btn .menu-btn-content::before {
  content: "";
  position: absolute;
  border-color: var(--theme-color) transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  width: 0px;
  height: 0px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}

.header-contain-menu-btn .menu-btn-content > i {
  font-size: 19px;
  transition: 0.2s ease-in-out;
  margin-left: 0.5rem;
}

.header-contain-menu-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
  border: 1px solid transparent;
}

.menu-btn-content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100%;
}

.header-contain-menu-btn:hover .menu-btn-content > i {
  color: #fff;
}

.header-contain-menu-btn:hover .menu-btn-content::before {
  opacity: 1;
  visibility: visible;
}

.header-contain-language {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--theme-color);
  height: 50px;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 7px;
  background-color: #fff;
}

.header-contain-order-tracking {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--theme-color);
  height: 50px;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 7px;
  background-color: #fff;
}

.header-contain-order-tracking > a {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--theme-color);
  height: 100%;
  padding: 0.5rem;
}

.header-contain-order-tracking > a > i {
  font-size: 20px;
  margin-right: 0.5rem;
}

.header-contain-account {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px solid #000;
  border-radius: 7px;
  position: relative;
  background-color: #fff;
  border-left: none;
}

.header-contain-account-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  background-color: #4a4a4a;
  border-radius: 7px;
  height: 50px;
  position: absolute;
  left: 0;
}

.header-contain-account-icon > i {
  font-size: 20px;
  color: #fff;
}

.header-contain-account-text {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
  padding-left: 55px;
}

.header-contain-account-text > a {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--theme-color);
}

.header-contain-account-text > a:not(:last-child) {
  padding-right: 1rem;
}

.header-contain-account-text > a:first-child::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #dcdcdc;
  right: 0;
  transform: rotate(90deg);
  top: 50%;
}

.header-contain-cart {
  height: 50px;
  border: 1px solid transparent;
  border-radius: 7px;
  overflow: hidden;
}

.header-contain-cart > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color);
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  height: 100%;
  position: relative;
}

.header-contain-cart > a > i {
  font-size: 20px;
}

#search .search-input-wrapper > button.search-search {
  width: 45px;
  height: 43px;
  border-radius: 4px;
  transition: 0.5s ease-in;
}

#search .search-input-wrapper > button.search-search > i {
  color: var(--theme-color) !important;
  font-size: 20px !important;
}

#search .search-input-wrapper > button.search-clear {
  padding-right: 1rem;
}

.slider-container {
  display: flex;
  padding: 0;
  margin-top: 1rem;
}

.slider-container-left {
  width: 65%;
}

.slider-container-right {
  display: flex;
  width: 35%;
  margin-left: 2rem;
}

.slider-container-right-image {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.slider-container-right-image > a,
.slider-container-right-image > a > img {
  display: flex;
  width: 100%;
}

.slider-container-right-image > a {
  border-radius: 10px;
  overflow: hidden;
}

.slider-container-right-image > a:not(:last-child) {
  margin-bottom: 1rem;
}

.header-contain-bottom.sticked {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
  top: 0;
}

.product-right {
  border: 1px solid #f8f8f8;
  padding: 0 !important;
  margin-left: 1rem;
  padding-bottom: 2rem !important;
}

.sogo-product-container .product-right .product-details-upper .name-fav {
  border-bottom: 1px solid #f8f8f8;
  padding: 1rem;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .name-fav
  .product-name {
  margin-bottom: 0 !important;
  width: 100%;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info {
  flex-direction: unset;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f8f8f8;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #535353;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li
  > a,
.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li
  > div {
  color: #535353;
  font-weight: 600;
  font-size: 13px;
  margin-left: 0.3rem;
}

.product-info-bottom {
  display: flex;
  padding: 0 1rem;
}

.product-info-bottom .attribute-table {
  width: 40%;
  border: 1px solid #f8f8f8;
  margin-top: 0;
  margin-right: 0.5rem;
  padding: 0.5rem;
}

.product-info-bottom .price-detail {
  width: 60%;
  padding: 0.5rem;
  border: 1px solid #f8f8f8;
  margin-left: 0.5rem;
}

.product-info-bottom .attribute-table .attribute-name {
  font-size: 13px;
  color: #535353;
  font-weight: 100 !important;
  padding-right: 0;
}

.product-info-bottom .attribute-table .attribute-text {
  font-size: 13px;
  color: #535353;
  font-weight: 100 !important;
}

.product-info-bottom .attribute-table .attribute-details:not(:last-child) {
  border-bottom: 1px solid #f8f8f8;
}

.product-info-bottom .price-detail ul > div {
  flex-direction: column;
  align-items: flex-start !important;
}

span.product-old-price {
  font-size: 15px !important;
  margin: 0 !important;
}

span.product-new-price {
  font-size: 32px !important;
  color: var(--theme-color);
  letter-spacing: 2px;
}

.product-info-bottom .price-detail .discount-wrapper {
  width: 150px;
  height: 60px;
  border-radius: 5px;
  background-color: var(--theme-color);
}

.product-info-bottom .price-detail .discount-wrapper > span {
  font-size: 25px;
  line-height: 1.1;
}

.product-info-bottom .price-detail .discount-wrapper > span > p {
  font-size: 20px;
}

.product-text-wrapper {
  display: flex;
  width: 100%;
  padding: 0 1rem;
}

.product-text-wrapper .header-container-top {
  width: 100%;
  border-radius: 5px;
  background-color: #6cc250;
}

.sogo-breadcrumb {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f8f8f8 !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.mobile-header-contain,
.slider-container-bottom {
  display: none;
}

.header-contain-language .hidden-md {
  display: unset !important;
}

.header-contain-language button > i,
.header-contain-language button > span {
  color: var(--theme-color);
}

.header-contain-language button {
  text-decoration: unset !important;
}
.cart-product-image img {
  height: 111px;
}

@media screen and (min-width: 992px) {
  .megamenu-wrapper {
    background-color: transparent;
  }

  ul.megamenu > li:last-child > a {
    display: flex;
  }

  ul.megamenu > li > a {
    color: #000000!important;
    padding: 0 2rem;
    line-height: inherit !important;
    text-align: center;
    padding: 0 1rem;
  }

  ul.megamenu > li > a:hover,
  ul.megamenu > li.active > a,
  ul.megamenu > li.home > a,
  ul.megamenu > li:hover > a {
    background-color: var(--theme-color);
  }
}

@media screen and (max-width: 1025px) {
  .footer-list-container {
    flex-wrap: wrap;
  }

  .footer-list-wrapper {
    padding: 2rem 1rem;
  }

  .footer-list-column,
  .footer-list-column-2 {
    width: calc(33.333% - 1rem);
    margin-right: 1rem;
  }

  .container-center-search {
    width: 35%;
  }

  .container-center-right {
    width: 40%;
  }

  .header-container {
    padding: 0;
  }

  .header-contain-bottom-right {
    width: 50%;
  }

  .header-contain-bottom-center {
    width: 25%;
    margin: 0 1rem;
  }

  .header-contain-bottom {
    padding: 0.7rem 1rem;
  }

  .header-contain-bottom-left .header-contain-logo {
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 991px) {
  .featured-slick-next {
    right: 0px;
  }

  .featured-slick-prev {
    left: 0px;
  }

  .container-center-left {
    display: none;
  }

  div#search {
    display: none;
  }

  .container-center-right {
    display: none;
  }

  .header-container-center {
    padding: 0;
  }

  .mobile-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.5rem;
  }

  .mobile-search.search-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
  }

  .mobile-header-wrapper #search {
    display: none;
  }

  .mobile-header-left {
    display: flex;
    width: 30%;
  }

  .mobile-header-right {
    display: flex;
    width: 70%;
    margin-left: 1rem;
    align-items: center;
    justify-content: flex-end;
    margin-right: 1rem;
  }

  .mobile-header-left > a {
    display: flex;
    width: 100%;
  }

  .mobile-header-left > a > img {
    width: 100%;
  }

  .mobile-logo,
  .mobile-logo > a {
    display: flex;
    width: 100%;
  }

  .mobile-logo > a > img {
    width: 100%;
  }

  .mobile-header-right > div:not(:last-child) {
    margin-right: 1rem;
  }

  .quick-btn-wrapper > button {
    background-color: transparent;
    border: none;
  }

  .mobile-menu-btn > i {
    font-size: 22px;
  }

  .mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .quick-btn-wrapper > button > i {
    font-size: 19px;
    color: var(--theme-color);
  }

  .mobile-cart > a > i {
    font-size: 20px;
  }

  .mobile-cart > a {
    position: relative;
  }

  span.cart-count {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }

  .megamenu-wrapper.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .show-menu {
    display: none;
  }

  .megamenu-header {
    height: 0;
  }

  #show-filter {
    display: flex !important;
  }

  .footer-website-top {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .footer-website-top-left::before {
    display: none;
  }

  .footer-website-top-left {
    margin-bottom: 1.5rem;
  }

  .footer-website-bottom {
    width: 100%;
    padding: 2rem 1rem;
  }

  .footer-website-bottom-list-wrapper {
    flex-wrap: wrap;
  }

  .list-wrapper-content {
    width: 20%;
    margin-bottom: 1.5rem;
  }

  .header-contain-logo {
    display: none !important;
  }

  .menu-btn-content {
    display: none;
  }

  .header-contain-menu-btn {
    height: 0;
    border: none;
    width: 0;
  }

  .header-contain-bottom-right {
    display: none;
  }

  .header-contain-bottom {
    padding: 0;
  }

  .mobile-header-contain {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid #f0f0f0;
  }

  .mobile-header-contain-right > div:not(:last-child) {
    margin-right: 1rem;
  }

  .mobile-header-contain-cart > a > i {
    font-size: 23px;
    color: var(--theme-color);
  }

  .mobile-header-contain-order-tracking > a > i {
    font-size: 23px;
    color: var(--theme-color);
  }

  .mobile-header-contain-menu-btn > i {
    font-size: 29px;
    color: var(--theme-color);
  }

  .mobile-header-contain-cart {
    position: relative;
  }

  .mobile-header-contain-cart > a > span {
    top: 0;
  }

  .mobile-header-contain-logo > a,
  .mobile-header-contain-logo > a > img {
    width: 100%;
  }

  .mobile-header-contain-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 1rem;
    width: calc(100% - 250px);
  }

  .mobile-header-contain-logo {
    display: flex;
    margin-right: 1rem;
    width: calc(250px - 1rem);
  }

  .slider-container,
  .featured-list-slider-container,
  .home-banners-wrapper {
    width: 100%;
    padding: 0 1rem;
  }

  .sogo-product-container
    .product-right
    .product-details-upper
    .product-info
    .detail-info {
    flex-wrap: wrap;
  }

  .product-info-bottom {
    flex-direction: column;
  }

  .product-info-bottom .attribute-table {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .price-detail {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .mobile-header-contain-language button > i,
  .mobile-header-contain-language button > span {
    color: var(--theme-color);
  }

  .mobile-header-contain-language button {
    text-transform: unset !important;
  }

  .mobile-header-contain-language button > i {
    font-size: 19px;
  }

  .mobile-header-contain-language button {
    padding: 0;
  }
}

@media screen and (max-width: 769px) {
  .slider-wrapper0 {
    display: none;
  }

  .slider-wrapper1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 1rem;
  }

  .slider-wrapper1 img {
    width: 100%;
  }

  .category-content-right {
    width: 100%;
  }

  .category-list-container {
    display: none;
  }

  .product-card {
    padding: 1rem;
  }

  .featured-list-price-bottom {
    flex-direction: column;
  }

  .product-add-btn {
    position: relative;
    transform: unset;
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
    top: unset;
  }

  .featured-list-price-bottom {
    background-color: transparent;
  }

  span.featured-price {
    background-color: var(--theme-color);
    width: 100%;
    padding: 0.5rem;
    border-radius: 10px;
  }

  .featured-list-content-bottom {
    height: 250px;
  }

  .list-wrapper-content {
    width: 100%;
  }

  .list-wrapper-content.list-wrapper-newsletter {
    width: 100%;
  }

  .list-wrapper-content:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .slider-container {
    display: none;
  }

  .slider-container-bottom {
    display: flex;
    padding: 0 1rem;
    margin-top: 1rem;
  }

  .bottom-image-single {
    width: 50%;
    display: flex;
    margin-right: 1rem;
  }

  .bottom-image-double {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .bottom-image-single > a,
  .bottom-image-single > a > img {
    width: 100%;
  }

  .bottom-image-double > a,
  .bottom-image-double > a > img {
    width: 100%;
  }

  .bottom-image-double > a {
    margin-bottom: 1.5rem;
  }

  .slider-container-bottom div a {
    border-radius: 10px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .product__carousel {
    display: none;
  }

  .swiper-wrapper {
    height: auto !important;
  }

  .sogo-container {
    background-color: #fff !important;
  }

  ul.nav.nav-tabs {
    padding-left: 1.5rem;
  }

  .filter-sort .bf-panel-wrapper {
    display: block;
  }

  .product-right {
    margin: 0 !important;
  }

  .footer-website-bottom-text {
    text-align: center;
  }

  .category-content-wrapper {
    width: 100%;
  }

  .content-wrapper .sogo-content .filter-sort {
    left: 0;
    z-index: 99 !important;
  }
}

@media screen and (max-width: 553px) {
  .icon-column-content {
    width: 100px;
    max-width: 100px;
    flex-shrink: 0;
  }

  .icon-column-container {
    overflow-x: auto;
  }

  .featured-list-title,
  .popular-publishers-title {
    text-align: center;
    font-size: 20px;
  }

  .popular-publishers-content {
    width: 110px;
    max-width: 110px;
    flex-shrink: 0;
    margin-right: 1rem;
  }

  .popular-publishers-container {
    flex-wrap: unset;
    overflow-x: auto;
    padding: 1rem;
  }

  .home-text-container {
    padding: 0 1rem;
  }

  .footer-list-column,
  .footer-list-column-2 {
    width: 100%;
    margin-right: 0;
  }

  .home-banner-content {
    width: 270px;
    flex-shrink: 0;
    margin-right: 1rem;
  }

  .home-banners-wrapper {
    flex-wrap: unset;
    padding-left: 1rem;
    overflow-x: auto;
  }

  .header-container-top > span {
    font-size: 12px;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    padding: 1rem;
  }

  .footer-wrapper-left {
    margin-bottom: 1rem;
  }

  .mobile-header-left {
    width: 60%;
  }

  .mobile-header-right {
    width: 40%;
  }

  .featured-list-content-bottom {
    height: 230px;
  }

  .slick-track .featured-list-content {
    padding: 0;
  }

  .featured-list-price-top {
    padding: 0 0.5rem;
  }

  .product-grid-2 .product-card {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .category-content-right {
    padding: 0;
  }

  .content-wrapper
    .sogo-content
    .filter-sort
    .sort-view
    .sort-wrapper
    .select-styled,
  button#show-filter {
    font-size: 11px;
  }

  .item.product-card .product-caption,
  .product-card .product-caption {
    height: auto;
    padding: 0;
  }

  ul.nav.nav-tabs > li {
    width: 190px;
    max-width: 190px;
    flex-shrink: 0;
  }

  .nav-tabs > li > a {
    padding: 1rem 0.5rem;
    font-size: 15px;
  }

  ul.nav.nav-tabs {
    display: flex;
    overflow-x: auto;
  }

  .to-top {
    bottom: 12rem;
  }

  .featured-list-name > a {
    font-size: 11px;
  }

  .featured-list-name > span {
    font-size: 9px;
  }

  .cart-wrapper .summary-side .total-cart tbody tr > td:last-child {
    padding: 0;
  }

  .footer-website-top > div {
    width: 100%;
  }

  .footer-website-top-left {
    flex-direction: column;
  }

  .footer-website-top-left-logo {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .mobile-header-contain-logo {
    width: calc(150px - 1rem);
  }

  .mobile-header-contain-right {
    width: calc(100% - 150px);
  }

  .price-detail {
    flex-direction: column;
    height: auto;
  }

  .product-info-bottom .price-detail .discount-wrapper {
    margin-top: 1rem;
  }

  .slider-container-bottom {
    flex-direction: column;
  }

  .bottom-image-single {
    width: 100%;
  }

  .bottom-image-double {
    width: 100%;
    margin-top: 1.5rem;
  }

  .content-wrapper .sogo-content .product-layout {
    padding: 0;
    margin-top: 1rem;
  }

  .product-grid-2 .product-card {
    margin-right: 0.5rem !important;
    padding: 0.5rem;
    width: calc(50% - 0.5rem);
  }
}

@media screen and (max-width: 321px) {
  ul.nav.nav-tabs {
    padding-left: 0.5rem;
  }
}
:root {
  --theme-color: #e3000f;
}

@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

body {
  font-family: 'Poppins', sans-serif;
}

footer {
  /* border: none !important; */
  /* display: none !important; */
}

.footerwebsite {
  box-shadow: none !important;
  background-color: #f7f7f7;
  width: 100%;
}

.slide-swiper,
.thumb-swiper {
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}

.slide-swiper .swiper-slide > img,
.thumb-swiper .swiper-slide > img {
  width: 100%;
}

.thumb-swiper .swiper-slide {
  width: 80px !important;
  height: 60px;
  border-radius: 5px;
  border: 2px solid #fff;
  overflow: hidden;
}

.thumb-swiper .swiper-slide > img {
  height: 100%;
  object-fit: cover;
}

.slider-wrapper0 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-swiper-wrapper {
  position: absolute;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
}

.icon-column-content > a > img {
  width: 60px;
  height: 60px;
  min-height: 60px;
  object-fit: contain;
}

.icon-column-container {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.8rem 0;
}

.icon-column-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.icon-column-content > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.icon-column-content > a > span {
  font-size: 15px;
  display: flex;
  margin-top: 1rem;
}

.icon-column-wrapper {
  margin-top: 1rem;
}

.featured-list-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-list-content {
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #fff;
  transition: 0.25s ease-in-out;
  border: solid 3px #f7f7f7 !important;
}

.slick-track .featured-list-content {
  display: flex !important;
  border: 1px solid transparent;
  border-radius: 7px;
  margin: 0 0.5rem;
  justify-content: space-between;
}

.slick-track .featured-list-content:hover {
  transform: unset;
}

.featured-list-content:hover {
  transform: scale(1.1);
}

.featured-list-slider .slick-track {
  padding: 1rem 0;
}

.featured-list-content:nth-child(1),
.featured-list-content:nth-child(6) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-list-title,
.popular-publishers-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #444;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 0;
  text-transform: uppercase;
}

.featured-list-wrapper {
  margin-top: 2rem;
}

.featured-list-content-bottom {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.featured-list-name > a {
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.5rem;
}

.featured-list-name > span {
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin-top: 0.5rem;
}

.featured-list-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-direction: column;
  height: 100%;
}

.featured-list-price-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  padding: 0.5rem;
  border-radius: 10px;
  position: relative;
}

.product-add-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}

.featured-list-content:hover .product-add-btn,
.product-card:hover .product-add-btn {
  opacity: 1;
  visibility: visible;
}

.product-add-btn > button {
  width: 100%;
  background-color: var(--theme-color);
  color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
  padding: 0.5rem;
  border-radius: 10px;
}

.featured-list-price-bottom > span {
  color: #fff !important;
}

.featured-list-name {
  margin-bottom: 1rem;
}

.featured-list-price > span {
  margin: 0 0.5rem;
}

span.featured-old-price {
  font-size: 15px;
  color: #999;
  text-decoration: line-through;
}

.item.product-card .product-caption,
.product-card .product-caption {
  height: 180px;
}

span.featured-price {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}

.featured-list-content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.featured-list-content-image > a {
  display: flex;
  width: 100%;
}

.featured-list-content-image > a > img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.home-banners-wrapper {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}

.home-banner-content {
  width: calc(33.33% - 1rem);
  display: flex;
  margin-bottom: 1rem;
}

.home-banner-content > a {
  display: flex;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.home-banner-content > a > img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.home-banner-content > a:hover > img {
  transform: scale(1.1);
}

.home-banners-wrapper::before,
.home-banners-wrapper::after,
.popular-publishers-container::before,
.popular-publishers-container::after,
.featured-list-slider-container::before,
.featured-list-slider-container::after {
  display: none;
}

.featured-list-slider-container {
  padding: 0;
}

.featured-slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  z-index: 9;
}

.featured-slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  z-index: 9;
}

.featured-slick-prev,
.featured-slick-next {
  background-color: #fff;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.featured-list-slider-wrapper {
  margin-top: 1.5rem;
}

.popular-publishers-wrapper {
  margin-top: 1.5rem;
}

.popular-publishers-container {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}

.popular-publishers-content {
  display: flex;
  width: calc(16.666% - 1rem);
  box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
  border-radius: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}

.popular-publishers-content:hover {
  box-shadow: var(--theme-color) 0px -1px 3px, var(--theme-color) 0px 1px 2px !important;
}

.popular-publishers-content > a {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.popular-publishers-content > a > img {
  display: flex;
  width: 100%;
  transition: 0.2s ease-in-out;
}

.popular-publishers-content:hover > a > img {
  transform: scale(1.1);
}

.home-text {
  height: 150px;
  overflow: hidden;
}

.home-text-read-more {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1rem;
}

.home-text-read-more::before {
  content: "";
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  height: 3rem;
  position: absolute;
  top: -3.5em;
  width: 100%;
  left: 0;
}

.home-text-read-more.aktif::before {
  display: none;
}

.home-text-read-more-btn {
  box-shadow: none !important;
  outline: 0 !important;
  border: none !important;
  color: #666;
  font-size: 17px;
  border-bottom: 1px dashed #666 !important;
  border-radius: 0;
  padding: 0 0.3rem;
}

.home-text-read-more.aktif > i {
  transform: rotate(180deg);
}

.home-text-read-more > i {
  font-size: 11px;
}

.home-text-container {
  padding: 0;
  margin-top: 2rem;
}

.footer-list-wrapper {
  background-image: linear-gradient(to bottom, #fff, #f3f3f3);
  padding: 2rem 5rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 2px solid var(--theme-color);
}

.footer-list-container {
  padding: 0;
  display: flex;
}

.footer-list-column {
  display: flex;
  flex-direction: column;
  width: calc(18% - 2rem);
  margin-right: 2rem;
}

.footer-list-column-2 {
  display: flex;
  flex-direction: column;
  width: calc(28% - 2rem);
  margin-right: 2rem;
}

.footer-single {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
  border: 1px solid #e1e1e1;
  box-shadow: 1px 1px 4px 2px #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}

.footer-single-title {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 600;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.footer-single > ul > li:not(:last-child) {
  margin-bottom: 0.7rem;
}

.footer-single > ul > li > a {
  font-size: 13px;
  color: #454545;
  line-height: 24px;
  display: flex;
  transition: 0.2s ease-in-out;
}

.footer-single > ul > li > a:hover {
  color: var(--theme-color);
}

.footer-single > span {
  font-size: 13px;
  color: #454545;
}

.footer-single > a {
  display: flex;
  width: 100%;
}

.footer-single > a > img {
  width: 100%;
}

.footer-list-phone-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  font-weight: 600;
}

.footer-list-phone-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.footer-list-phone-content > i {
  margin-right: 0.5rem;
  font-size: 25px;
}

.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5rem;
}

.footer-wrapper-left {
  color: #666;
  font-size: 13px;
}

.footer-wrapper-right {
  display: flex;
}

.footer-wrapper-right > a > img {
  width: 280px;
}

.discount-wrapper {
  position: unset;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.discount-wrapper > span {
  color: #f00;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.featured-list-price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.7rem;
}

.category-content-wrapper {
  display: flex;
}

.category-list-container {
  width: 20%;
}

.category-content-right {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding: 1rem;
}

.bf-form > [class^="bf-attr-"] {
  width: 100% !important;
  margin: 0;
}

.bf-attr-header .bf-arrow {
  display: block !important;
}

.bf-attr-header {
  border-radius: 0 !important;
  border: 0 !important;
  border-top: 1px solid #dbdee1 !important;
  background: #eee !important;
  font-weight: normal !important;
  padding: 7px 10px !important;
  z-index: 2 !important;
  position: relative !important;
}

.bf-cell label {
  font-size: 13px;
  color: #434343;
  padding-left: 0.5rem;
}

.bf-attr-block-cont {
  margin: 0.5rem 0;
}

.bf-row {
  width: 100%;
}

.bf-row:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.category-image {
  display: flex;
  width: 100%;
}

.category-image > img {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
}

.category-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 1rem;
}

.category-desc > span {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.category-desc > p {
  font-size: 16px;
  color: #434343;
}

form.bf-form {
  padding: 1rem 0.5rem !important;
}

.product-grid .product-card,
.product-related-wrapper .product-card {
  position: relative;
  border-radius: 7px;
  padding: 0.5rem;
  border: solid 3px #f7f7f7;
  box-shadow: none !important;
}

.header-contain-menu-btn:hover .header-contain-bottom-center {
  display: none;
}

.product-card img {
  width: auto !important;
  height: 250px;
}

.product-image-wrapper,
.product-image-wrapper > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-wrapper .sogo-content .filter-sort {
  margin-top: 1rem;
}

.content-wrapper .sogo-content .filter-sort {
  z-index: unset !important;
}

.content-wrapper .sogo-content .filter-sort.sticked {
  position: unset;
  background-color: transparent;
  border: none;
  z-index: unset;
}

.content-wrapper .sogo-breadcrumb {
  padding: 0;
  padding-bottom: 0.75rem;
  border: none;
}

.select-options {
  min-width: 200px;
}

.select-options li {
  transition: 0.25s ease-in-out;
}

.bf-price-container {
  width: 100%;
}

.bf-cur-symb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-slider-range {
  background-color: var(--theme-color);
}

.bf-sliding {
  overflow: auto !important;
}

.bf-sliding::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #e6e6e6;
  border-radius: 5px;
}

.bf-sliding::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 5px;
}

.bf-count {
  background: var(--theme-color) !important;
}

.bf-sliding::-webkit-scrollbar-button {
  display: none;
}

.bf-cell label {
  text-transform: capitalize;
}

.little-image .swiper-slide > a > img,
.little-image .swiper-slide > img {
  width: 100%;
}

ul.product-price {
  position: unset;
}

.gallery-thumbs {
  margin-top: 1rem;
}

.little-image .swiper-slide {
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.little-image .swiper-slide-thumb-active {
  border: 1px solid #000;
}

.price-detail .discount-wrapper {
  position: relative;
}

.price-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  border: 1px dashed #ccc;
  padding: 1rem;
  flex-direction: row;
}

ul.product-price {
  margin-left: 1rem;
}

.attribute-table {
  margin-top: 2rem;
}

.nav-tabs > li > a {
  border: none !important;
  background-color: transparent !important;
  color: #999 !important;
  border-radius: 0 !important;
  transition: 0.2s ease-in-out;
  padding: 1rem 1.5rem;
  display: flex;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid transparent !important;
}

.nav-tabs > li.active > a {
  background-color: transparent !important;
  color: var(--theme-color) !important;
  border-bottom: 2px solid var(--theme-color) !important;
}

.nav-tabs > li.active:hover > a {
  background-color: transparent !important;
  color: var(--theme-color) !important;
}

.nav-tabs > li:hover > a {
  background-color: transparent !important;
  color: #999 !important;
}

ul.nav.nav-tabs {
  border-bottom: 1px solid #f0f0f0 !important;
}

.nav-tabs > li {
  margin-right: 0;
}

.tab-pane .attribute-table .attribute-details {
  background-color: #f5f5f5;
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  border: none;
  margin-bottom: 1rem;
}

.tab-pane .attribute-table {
  max-width: 100%;
  margin-top: 0;
}

.product-tab-wrapper {
  border: 1px solid #f0f0f0;
  margin-bottom: 2rem;
}

.tab-content {
  padding: 1rem;
  margin: 1.5rem 0;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons {
  width: calc(40% - 1.5rem);
  height: 50px;
  align-items: center;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
}

.product-cart-buttons {
  justify-content: space-between;
  padding: 0 1rem;
}

.btn-div-product {
  width: 60%;
  height: 50px !important;
}

.btn-div-product > button {
  width: 100% !important;
  height: 50px !important;
  border-radius: 5px;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .minus {
  background-color: var(--theme-color);
  height: 30px;
  width: 30px;
  border-radius: 7px;
  border: none;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus {
  background-color: var(--theme-color);
  height: 30px;
  width: 30px;
  border-radius: 7px;
  border: none;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .minus
  > i::before,
.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus
  > i::before {
  filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(178deg)
    brightness(98%) contrast(108%);
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .quantity-input-wrapper {
  border-right: none;
  border-left: none;
  border: none;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .quantity-input-wrapper
  #input-quantity {
  font-size: 16px;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart {
  background-color: var(--theme-color);
  height: 100%;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart:hover {
  background-color: var(--theme-color);
}

button.buy-btn {
  background-color: #434343;
  color: #fff;
}

.productd-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #313131;
}

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  background-color: #ddd;
}

.home-banner {
  display: flex;
  margin-top: 2rem;
}

.home-banner > a {
  display: flex;
  width: 100%;
}

.home-banner > a > img {
  width: 100%;
}

span.product-name {
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  font-weight: bold !important;
  margin-top: 0.5rem;
  text-align: center;
  width: 100%;
}

.product-name-wrapper > span {
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin-top: 0.5rem;
}

.iziToast {
  background: rgba(238, 238, 238, 0.9) !important;
}

ul.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

ul.slick-dots > li {
  width: 18px;
  height: 8px;
  display: flex;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #979797;
  margin-right: 0.5rem;
  transition: all 0.5s ease;
  background-color: #d8d8d8;
}

ul.slick-dots > li > button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 0;
  border: none;
}

ul.slick-dots > li.slick-active {
  width: 28px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.header-container-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  background-color: #e3000f;
}

.header-container-top > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.container-center-left {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.container-center-right {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0.5rem;
}

.container-center-search {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-container-center {
  display: flex;
  position: relative;
  padding: 0.5rem;
}

.center-right-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  font-weight: bold;
  font-size: 15px;
  height: 50px;
  margin: 0.5rem;
  margin-right: 0;
}

.center-right-list:not(:last-child) {
  margin: 0.5rem;
}

.center-right-list > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  height: 100%;
  font-size: 13px;
}

.center-right-list > a > i {
  margin-right: 0.5rem;
}

.center-left-logo {
  width: 70%;
}

.center-left-language {
  width: 30%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  margin-left: 1rem;
}

.center-left-logo > a {
  display: flex;
  width: 100%;
}

.center-left-logo > a > img {
  width: 100%;
}

.center-left-language .btn-group > button {
  text-decoration: none !important;
}

.center-left-language .btn-group > button > span,
.center-left-language .btn-group > button > i {
  color: #000;
  font-weight: bold;
}

.search-input-wrapper {
  display: flex !important;
  width: 100%;
  border: 2px solid #e8e8e8;
  border-radius: 7px;
  padding: 0 0 !important;
  align-items: center;
  height: 50px;
}

.search-result-wrapper {
  position: absolute;
  z-index: 9999;
  width: 100% !important;
  overflow: auto;
  left: 0;
}

#search {
  width: 100%;
}

.search-input-wrapper #quick-search {
  height: 100% !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#search .search-input-wrapper > button.search-remove,
#search .search-input-wrapper > button.search-search {
  width: 45px;
  height: 43px;
  border-radius: 4px;
  transition: 0.5s ease-in;
}

#search .search-input-wrapper .search-search {
  display: flex !important;
}

.search-remove {
  display: none;
}

.search-search > i {
  color: var(--theme-color);
}

.search-remove > i {
  display: none;
}

#search .search-input-wrapper > button.search-search:hover {
  background-color: transparent;
}

#search .search-input-wrapper > button.search-search:hover i {
  color: var(--theme-color);
  font-size: 21px;
}

.header-contain-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin-bottom: 10px;
}

.cart-product-info.product-card {
  display: flex;
  width: 20%;
}

.row-btn-group {
  display: flex;
}

.slider-wrapper1 {
  display: none;
}

.center-right-list.cart > a {
  position: relative;
}

span.cart-count {
  position: absolute;
  top: 0;
  right: -13px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.price-detail .discount-wrapper {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #434343;
}

.price-detail .discount-wrapper > span {
  color: #fff;
}

.price-detail .discount-wrapper > span > p {
  font-size: 9px;
}

.mobile-header-wrapper {
  display: none;
}

#show-filter {
  display: none !important;
}

.filter-sort .bf-panel-wrapper {
  display: none;
}

.footer-website-top {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  margin-top: 2rem;
}

.footer-website-top > div {
  width: 50%;
}

.footer-website-top-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-website-top-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-website-top-left {
  display: flex;
  position: relative;
}

.footer-website-top-left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #dcdcdc;
  right: -50px;
  transform: rotate(90deg);
}

.footer-website-bottom {
  border-top: 1px solid #dcdcdc;
  padding: 2rem 0;
}

.footer-website-top-left-logo > a,
.footer-website-top-left-logo > a > img {
  display: flex;
  width: 100%;
}

.footer-website-top-left-logo {
  width: 250px;
  margin-right: 2rem;
}

.footer-website-top-left-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}

.footer-website-top-left-social > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-website-top-left-social > ul > li:not(:last-child) {
  margin-right: 0.5rem;
}

.footer-website-top-left-social > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
}

.footer-website-top-left-social > ul > li:nth-child(1) > a {
  background-color: #3b5998;
}

.footer-website-top-left-social > ul > li:nth-child(2) > a {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}

.footer-website-top-left-social > ul > li:nth-child(3) > a {
  background-color: #00acee;
}

.social-media-title {
  font-size: 25px;
  margin-bottom: 0.5rem;
}

.footer-website-top-left-social > span {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0.5rem;
}

.footer-website-top-right > span {
  font-size: 25px;
}

.footer-website-top-right > a {
  display: flex;
  font-size: 35px;
  color: var(--theme-color);
  font-weight: bold;
}

.footer-website-top-right > p {
  font-size: 13px;
  font-weight: bold;
}

.footer-website-bottom-list-wrapper {
  display: flex;
  justify-content: space-between;
}

.list-wrapper-content {
  width: 16.66%;
  margin-right: 1rem;
}

.list-wrapper-content.list-wrapper-newsletter {
  width: 33.33%;
  margin-right: 0;
}

.list-wrapper-content-title {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  margin-bottom: 1rem;
}

.list-wrapper-content > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.list-wrapper-content > ul > li {
  margin-bottom: 0.7rem;
}

.list-wrapper-content.list-wrapper-newsletter > label {
  font-size: 15px;
  margin-bottom: 1rem;
}

.list-wrapper-content.list-wrapper-newsletter .newsletter-group > input {
  height: 50px;
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #000;
  width: 100%;
  padding-left: 1rem;
}

.list-wrapper-content.list-wrapper-newsletter .newsletter-group {
  position: relative;
}

.list-wrapper-content.list-wrapper-newsletter .newsletter-group > button {
  position: absolute;
  right: 0;
  height: 50px;
  border: none;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 0 1rem;
  border-radius: 0 7px 7px 0;
}

.list-wrapper-content.list-wrapper-newsletter .newsletter-wrapper .cbx {
  font-size: 15px;
  margin-top: 1rem;
  margin-right: 0;
}

.footer-website-bottom-text {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  font-size: 14px;
  color: #444;
}

.header-contain-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 2rem;
  background-color: #f8f8f8 !important;
}

.header-contain-bottom-left {
  display: flex;
  align-items: center;
  width: 25%;
}

.header-contain-bottom-right {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: space-between;
}

.header-contain-bottom-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  margin: 0 2rem;
}

.header-contain-bottom-left .header-contain-logo {
  width: 250px;
  display: flex;
  margin-right: 2rem;
}

.header-contain-bottom-left .header-contain-logo > a,
.header-contain-bottom-left .header-contain-logo > a > img {
  display: flex;
  width: 100%;
}

.header-contain-menu-btn {
  width: 120px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #000;
  border-radius: 7px;
  color: var(--theme-color);
  font-weight: 700;
  font-size: 13px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.header-contain-menu-btn .menu-btn-content::before {
  content: "";
  position: absolute;
  border-color: var(--theme-color) transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  width: 0px;
  height: 0px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}

.header-contain-menu-btn .menu-btn-content > i {
  font-size: 19px;
  transition: 0.2s ease-in-out;
  margin-left: 0.5rem;
}

.header-contain-menu-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
  border: 1px solid transparent;
}

.menu-btn-content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  height: 100%;
}

.header-contain-menu-btn:hover .menu-btn-content > i {
  color: #fff;
}

.header-contain-menu-btn:hover .menu-btn-content::before {
  opacity: 1;
  visibility: visible;
}

.header-contain-language {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--theme-color);
  height: 50px;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 7px;
  background-color: #fff;
}

.header-contain-order-tracking {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--theme-color);
  height: 50px;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 7px;
  background-color: #fff;
}

.header-contain-order-tracking > a {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--theme-color);
  height: 100%;
  padding: 0.5rem;
}

.header-contain-order-tracking > a > i {
  font-size: 20px;
  margin-right: 0.5rem;
}

.header-contain-account {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px solid #000;
  border-radius: 7px;
  position: relative;
  background-color: #fff;
  border-left: none;
}

.header-contain-account-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  background-color: #4a4a4a;
  border-radius: 7px;
  height: 50px;
  position: absolute;
  left: 0;
}

.header-contain-account-icon > i {
  font-size: 20px;
  color: #fff;
}

.header-contain-account-text {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
  padding-left: 55px;
}

.header-contain-account-text > a {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--theme-color);
}

.header-contain-account-text > a:not(:last-child) {
  padding-right: 1rem;
}

.header-contain-account-text > a:first-child::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #dcdcdc;
  right: 0;
  transform: rotate(90deg);
  top: 50%;
}

.header-contain-cart {
  height: 50px;
  border: 1px solid transparent;
  border-radius: 7px;
  overflow: hidden;
}

.header-contain-cart > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color);
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  height: 100%;
  position: relative;
}

.header-contain-cart > a > i {
  font-size: 20px;
}

#search .search-input-wrapper > button.search-search {
  width: 45px;
  height: 43px;
  border-radius: 4px;
  transition: 0.5s ease-in;
}

#search .search-input-wrapper > button.search-search > i {
  color: var(--theme-color) !important;
  font-size: 20px !important;
}

#search .search-input-wrapper > button.search-clear {
  padding-right: 1rem;
}

.slider-container {
  display: flex;
  padding: 0;
  margin-top: 1rem;
}

.slider-container-left {
  width: 65%;
}

.slider-container-right {
  display: flex;
  width: 35%;
  margin-left: 2rem;
}

.slider-container-right-image {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.slider-container-right-image > a,
.slider-container-right-image > a > img {
  display: flex;
  width: 100%;
}

.slider-container-right-image > a {
  border-radius: 10px;
  overflow: hidden;
}

.slider-container-right-image > a:not(:last-child) {
  margin-bottom: 1rem;
}

.header-contain-bottom.sticked {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
  top: 0;
}

.product-right {
  border: 1px solid #f8f8f8;
  padding: 0 !important;
  margin-left: 1rem;
  padding-bottom: 2rem !important;
}

.sogo-product-container .product-right .product-details-upper .name-fav {
  border-bottom: 1px solid #f8f8f8;
  padding: 1rem;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .name-fav
  .product-name {
  margin-bottom: 0 !important;
  width: 100%;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info {
  flex-direction: unset;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f8f8f8;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #535353;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li
  > a,
.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li
  > div {
  color: #535353;
  font-weight: 600;
  font-size: 13px;
  margin-left: 0.3rem;
}

.product-info-bottom {
  display: flex;
  padding: 0 1rem;
}

.product-info-bottom .attribute-table {
  width: 40%;
  border: 1px solid #f8f8f8;
  margin-top: 0;
  margin-right: 0.5rem;
  padding: 0.5rem;
}

.product-info-bottom .price-detail {
  width: 60%;
  padding: 0.5rem;
  border: 1px solid #f8f8f8;
  margin-left: 0.5rem;
}

.product-info-bottom .attribute-table .attribute-name {
  font-size: 13px;
  color: #535353;
  font-weight: 100 !important;
  padding-right: 0;
}

.product-info-bottom .attribute-table .attribute-text {
  font-size: 13px;
  color: #535353;
  font-weight: 100 !important;
}

.product-info-bottom .attribute-table .attribute-details:not(:last-child) {
  border-bottom: 1px solid #f8f8f8;
}

.product-info-bottom .price-detail ul > div {
  flex-direction: column;
  align-items: flex-start !important;
}

span.product-old-price {
  font-size: 15px !important;
  margin: 0 !important;
}

span.product-new-price {
  font-size: 32px !important;
  color: var(--theme-color);
  letter-spacing: 2px;
}

.product-info-bottom .price-detail .discount-wrapper {
  width: 150px;
  height: 60px;
  border-radius: 5px;
  background-color: var(--theme-color);
}

.product-info-bottom .price-detail .discount-wrapper > span {
  font-size: 25px;
  line-height: 1.1;
}

.product-info-bottom .price-detail .discount-wrapper > span > p {
  font-size: 20px;
}

.product-text-wrapper {
  display: flex;
  width: 100%;
  padding: 0 1rem;
}

.product-text-wrapper .header-container-top {
  width: 100%;
  border-radius: 5px;
  background-color: #6cc250;
}

.sogo-breadcrumb {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f8f8f8 !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.mobile-header-contain,
.slider-container-bottom {
  display: none;
}

.header-contain-language .hidden-md {
  display: unset !important;
}

.header-contain-language button > i,
.header-contain-language button > span {
  color: var(--theme-color);
}

.header-contain-language button {
  text-decoration: unset !important;
}
.cart-product-image img {
  height: 111px;
}
@media screen and (min-width: 992px) {
  .megamenu-wrapper {
    background-color: transparent;
  }

  ul.megamenu > li:last-child > a {
    display: flex;
  }

  ul.megamenu > li > a {
    color: #000000!important;
    padding: 0 2rem;
    line-height: inherit !important;
    text-align: center;
    padding: 0 1rem;
  }

  ul.megamenu > li > a:hover,
  ul.megamenu > li.active > a,
  ul.megamenu > li.home > a,
  ul.megamenu > li:hover > a {
    background-color: var(--theme-color);
    color: #ffffff !important;
  }
}

@media screen and (max-width: 1025px) {
  .footer-list-container {
    flex-wrap: wrap;
  }

  .footer-list-wrapper {
    padding: 2rem 1rem;
  }

  .footer-list-column,
  .footer-list-column-2 {
    width: calc(33.333% - 1rem);
    margin-right: 1rem;
  }

  .container-center-search {
    width: 35%;
  }

  .container-center-right {
    width: 40%;
  }

  .header-container {
    padding: 0;
  }

  .header-contain-bottom-right {
    width: 50%;
  }

  .header-contain-bottom-center {
    width: 25%;
    margin: 0 1rem;
  }

  .header-contain-bottom {
    padding: 0.7rem 1rem;
  }

  .header-contain-bottom-left .header-contain-logo {
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 991px) {
  .featured-slick-next {
    right: 0px;
  }

  .featured-slick-prev {
    left: 0px;
  }

  .container-center-left {
    display: none;
  }

  div#search {
    display: none;
  }

  .container-center-right {
    display: none;
  }

  .header-container-center {
    padding: 0;
  }

  .mobile-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.5rem;
  }

  .mobile-search.search-active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
  }

  .mobile-header-wrapper #search {
    display: none;
  }

  .mobile-header-left {
    display: flex;
    width: 30%;
  }

  .mobile-header-right {
    display: flex;
    width: 70%;
    margin-left: 1rem;
    align-items: center;
    justify-content: flex-end;
    margin-right: 1rem;
  }

  .mobile-header-left > a {
    display: flex;
    width: 100%;
  }

  .mobile-header-left > a > img {
    width: 100%;
  }

  .mobile-logo,
  .mobile-logo > a {
    display: flex;
    width: 100%;
  }

  .mobile-logo > a > img {
    width: 100%;
  }

  .mobile-header-right > div:not(:last-child) {
    margin-right: 1rem;
  }

  .quick-btn-wrapper > button {
    background-color: transparent;
    border: none;
  }

  .mobile-menu-btn > i {
    font-size: 22px;
  }

  .mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .quick-btn-wrapper > button > i {
    font-size: 19px;
    color: var(--theme-color);
  }

  .mobile-cart > a > i {
    font-size: 20px;
  }

  .mobile-cart > a {
    position: relative;
  }

  span.cart-count {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }

  .megamenu-wrapper.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .show-menu {
    display: none;
  }

  .megamenu-header {
    height: 0;
  }

  #show-filter {
    display: flex !important;
  }

  .footer-website-top {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .footer-website-top-left::before {
    display: none;
  }

  .footer-website-top-left {
    margin-bottom: 1.5rem;
  }

  .footer-website-bottom {
    width: 100%;
    padding: 2rem 1rem;
  }

  .footer-website-bottom-list-wrapper {
    flex-wrap: wrap;
  }

  .list-wrapper-content {
    width: 20%;
    margin-bottom: 1.5rem;
  }

  .header-contain-logo {
    display: none !important;
  }

  .menu-btn-content {
    display: none;
  }

  .header-contain-menu-btn {
    height: 0;
    border: none;
    width: 0;
  }

  .header-contain-bottom-right {
    display: none;
  }

  .header-contain-bottom {
    padding: 0;
  }

  .mobile-header-contain {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid #f0f0f0;
  }

  .mobile-header-contain-right > div:not(:last-child) {
    margin-right: 1rem;
  }

  .mobile-header-contain-cart > a > i {
    font-size: 23px;
    color: var(--theme-color);
  }

  .mobile-header-contain-order-tracking > a > i {
    font-size: 23px;
    color: var(--theme-color);
  }

  .mobile-header-contain-menu-btn > i {
    font-size: 29px;
    color: var(--theme-color);
  }

  .mobile-header-contain-cart {
    position: relative;
  }

  .mobile-header-contain-cart > a > span {
    top: 0;
  }

  .mobile-header-contain-logo > a,
  .mobile-header-contain-logo > a > img {
    width: 100%;
  }

  .mobile-header-contain-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 1rem;
    width: calc(100% - 250px);
  }

  .mobile-header-contain-logo {
    display: flex;
    margin-right: 1rem;
    width: calc(250px - 1rem);
  }

  .slider-container,
  .featured-list-slider-container,
  .home-banners-wrapper {
    width: 100%;
    padding: 0 1rem;
  }

  .sogo-product-container
    .product-right
    .product-details-upper
    .product-info
    .detail-info {
    flex-wrap: wrap;
  }

  .product-info-bottom {
    flex-direction: column;
  }

  .product-info-bottom .attribute-table {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .price-detail {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .mobile-header-contain-language button > i,
  .mobile-header-contain-language button > span {
    color: var(--theme-color);
  }

  .mobile-header-contain-language button {
    text-transform: unset !important;
  }

  .mobile-header-contain-language button > i {
    font-size: 19px;
  }

  .mobile-header-contain-language button {
    padding: 0;
  }
}

@media screen and (max-width: 769px) {
  .slider-wrapper0 {
    display: none;
  }

  .slider-wrapper1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 1rem;
  }

  .slider-wrapper1 img {
    width: 100%;
  }

  .category-content-right {
    width: 100%;
  }

  .category-list-container {
    display: none;
  }

  .product-card {
    padding: 1rem;
  }

  .featured-list-price-bottom {
    flex-direction: column;
  }

  .product-add-btn {
    position: relative;
    transform: unset;
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
    top: unset;
  }

  .featured-list-price-bottom {
    background-color: transparent;
  }

  span.featured-price {
    background-color: var(--theme-color);
    width: 100%;
    padding: 0.5rem;
    border-radius: 10px;
  }

  .featured-list-content-bottom {
    height: 250px;
  }

  .list-wrapper-content {
    width: 100%;
  }

  .list-wrapper-content.list-wrapper-newsletter {
    width: 100%;
  }

  .list-wrapper-content:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .slider-container {
    display: none;
  }

  .slider-container-bottom {
    display: flex;
    padding: 0 1rem;
    margin-top: 1rem;
  }

  .bottom-image-single {
    width: 50%;
    display: flex;
    margin-right: 1rem;
  }

  .bottom-image-double {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .bottom-image-single > a,
  .bottom-image-single > a > img {
    width: 100%;
  }

  .bottom-image-double > a,
  .bottom-image-double > a > img {
    width: 100%;
  }

  .bottom-image-double > a {
    margin-bottom: 1.5rem;
  }

  .slider-container-bottom div a {
    border-radius: 10px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .product__carousel {
    display: none;
  }

  .swiper-wrapper {
    height: auto !important;
  }

  .sogo-container {
    background-color: #fff !important;
  }

  ul.nav.nav-tabs {
    padding-left: 1.5rem;
  }

  .filter-sort .bf-panel-wrapper {
    display: block;
  }

  .product-right {
    margin: 0 !important;
  }

  .footer-website-bottom-text {
    text-align: center;
  }

  .category-content-wrapper {
    width: 100%;
  }

  .content-wrapper .sogo-content .filter-sort {
    left: 0;
    z-index: 99 !important;
  }
}

@media screen and (max-width: 553px) {
  .icon-column-content {
    width: 100px;
    max-width: 100px;
    flex-shrink: 0;
  }

  .icon-column-container {
    overflow-x: auto;
  }

  .featured-list-title,
  .popular-publishers-title {
    text-align: center;
    font-size: 20px;
  }

  .popular-publishers-content {
    width: 110px;
    max-width: 110px;
    flex-shrink: 0;
    margin-right: 1rem;
  }

  .popular-publishers-container {
    flex-wrap: unset;
    overflow-x: auto;
    padding: 1rem;
  }

  .home-text-container {
    padding: 0 1rem;
  }

  .footer-list-column,
  .footer-list-column-2 {
    width: 100%;
    margin-right: 0;
  }

  .home-banner-content {
    width: 270px;
    flex-shrink: 0;
    margin-right: 1rem;
  }

  .home-banners-wrapper {
    flex-wrap: unset;
    padding-left: 1rem;
    overflow-x: auto;
  }

  .header-container-top > span {
    font-size: 12px;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    padding: 1rem;
  }

  .footer-wrapper-left {
    margin-bottom: 1rem;
  }

  .mobile-header-left {
    width: 60%;
  }

  .mobile-header-right {
    width: 40%;
  }

  .featured-list-content-bottom {
    height: 230px;
  }

  .slick-track .featured-list-content {
    padding: 0;
  }

  .featured-list-price-top {
    padding: 0 0.5rem;
  }

  .product-grid-2 .product-card {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .category-content-right {
    padding: 0;
  }

  .content-wrapper
    .sogo-content
    .filter-sort
    .sort-view
    .sort-wrapper
    .select-styled,
  button#show-filter {
    font-size: 11px;
  }

  .item.product-card .product-caption,
  .product-card .product-caption {
    height: auto;
    padding: 0;
  }

  ul.nav.nav-tabs > li {
    width: 190px;
    max-width: 190px;
    flex-shrink: 0;
  }

  .nav-tabs > li > a {
    padding: 1rem 0.5rem;
    font-size: 15px;
  }

  ul.nav.nav-tabs {
    display: flex;
    overflow-x: auto;
  }

  .to-top {
    bottom: 12rem;
  }

  .featured-list-name > a {
    font-size: 11px;
  }

  .featured-list-name > span {
    font-size: 9px;
  }

  .cart-wrapper .summary-side .total-cart tbody tr > td:last-child {
    padding: 0;
  }

  .footer-website-top > div {
    width: 100%;
  }

  .footer-website-top-left {
    flex-direction: column;
  }

  .footer-website-top-left-logo {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .mobile-header-contain-logo {
    width: calc(150px - 1rem);
  }

  .mobile-header-contain-right {
    width: calc(100% - 150px);
  }

  .price-detail {
    flex-direction: column;
    height: auto;
  }

  .product-info-bottom .price-detail .discount-wrapper {
    margin-top: 1rem;
  }

  .slider-container-bottom {
    flex-direction: column;
  }

  .bottom-image-single {
    width: 100%;
  }

  .bottom-image-double {
    width: 100%;
    margin-top: 1.5rem;
  }

  .content-wrapper .sogo-content .product-layout {
    padding: 0;
    margin-top: 1rem;
  }

  .product-grid-2 .product-card {
    margin-right: 0.5rem !important;
    padding: 0.5rem;
    width: calc(50% - 0.5rem);
  }
}

@media screen and (max-width: 321px) {
  ul.nav.nav-tabs {
    padding-left: 0.5rem;
  }
}
