@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

body {
  font-family: Arial !important;
}

footer {
  border: none !important;
}

.footerwebsite {
  box-shadow: none !important;
}

.slide-swiper,
.thumb-swiper {
  overflow: hidden;
  cursor: pointer;
}

.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: rgb(255 255 255 / 50%);
  border-radius: 4px;
  width: 35px;
  height: 50px;
}

.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;
  box-shadow: rgb(0 0 0 / 10%) -2px -1px 8px -1px,
    rgb(0 0 0 / 6%) 0px 2px 4px -1px;
  background-color: #fff;
  transition: 0.25s ease-in-out;
}

.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 {
  box-shadow: #007aff 0px 4px 5px, #007aff 0px 1px 2px;
  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 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 0;
}

.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: #007aff;
  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: #007aff;
  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: #007aff;
  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 {
  width: 100%;
}

.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: #0563d0 0px -1px 3px, #0563d0 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 #007aff;
}

.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: 17px;
  color: #007aff;
  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: #007aff;
}

.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;
  box-shadow: rgb(0 0 0 / 10%) -2px -1px 8px -1px,
    rgb(0 0 0 / 6%) 0px 2px 4px -1px;
}

.product-grid .product-card:hover,
.product-related-wrapper .product-card:hover {
  box-shadow: #007aff 0px 4px 5px, #007aff 0px 1px 2px !important;
}

.product-card img {
  height: 250px !important;
  width: auto !important;
}

.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.sticked {
  position: unset;
  background-color: transparent;
  border: none;
}

.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: #007aff;
}

.bf-sliding {
  overflow-y: auto !important;
}

.bf-sliding::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #e6e6e6;
  border-radius: 5px;
}

.bf-sliding::-webkit-scrollbar-thumb {
  background: #4d4d4d;
  border-radius: 5px;
}

.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;
}

.gallery-top {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.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: flex-end;
  height: 110px;
  border: 1px dashed #ccc;
  padding: 1rem;
  flex-direction: row-reverse;
}

ul.product-price {
  margin-left: 1rem;
}

.attribute-table {
  margin-top: 2rem;
}

.nav-tabs > li > a {
  border: none !important;
  background-color: #f1f1f1 !important;
  color: #000 !important;
  border-radius: 0 !important;
  transition: 0.2s ease-in-out;
  padding: 1rem 2rem;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.nav-tabs > li.active > a {
  background-color: #007aff !important;
  color: #fff !important;
}

.nav-tabs > li:hover > a {
  background-color: #007aff !important;
  color: #fff !important;
}

ul.nav.nav-tabs {
  border: none !important;
}

.nav-tabs > li {
  margin-right: 1.5rem;
}

.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;
}

.tab-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin: 1.5rem 0;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons {
  width: calc(22% - 1.5rem);
}

.product-cart-buttons {
  justify-content: space-between;
}

.btn-div-product {
  width: 78%;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .minus {
  background-color: transparent;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus {
  background-color: transparent;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .quantity-input-wrapper {
  border-right: none;
  border-left: 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: #007aff;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart:hover {
  background-color: #0563d0;
}

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: #007aff;
  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: #007aff;
  border: 1px solid #007aff;
}

.header-container-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  background-color: #f1be32;
}

.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%;
}

.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: #007aff;
}

.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: #007aff;
  font-size: 21px;
}

.header-contain-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #007aff;
}

.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;
}
.swiper-container.gallery-top {
    height: auto !important;
}
@media screen and (max-width:1400px){
  .header-container{
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .megamenu-wrapper {
    background-color: transparent;
  }

  ul.megamenu > li:last-child > a {
    display: flex;
  }

  ul.megamenu > li > a {
    color: #fff !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: #0563d0;
  }
}

@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;
  }
}

@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: 18px;
  }

  .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;
  }
}

@media screen and (max-width: 769px) {
  .slider-wrapper0 {
    display: none;
  }

  .slider-wrapper1 {
    position: relative;
    display: block;
    overflow: hidden;
  }

  .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: #007aff;
    width: 100%;
    padding: 0.5rem;
    border-radius: 10px;
  }

  .featured-list-content-bottom {
    height: 250px;
  }
}

@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;
  }

  .content-wrapper .sogo-content .filter-sort{
    left: 0;
  }
}

@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;
  }

  .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;
  }

  .content-wrapper .sogo-content .product-layout{
    padding: 0;
  }

  .product-grid-2 .product-card {
    margin-right: 0.5rem !important;
    padding: .5rem;
}

  .product-grid-2 .product-card {
    width: calc(50% - 0.5rem);
    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: 220px;
    max-width: 220px;
    flex-shrink: 0;
  }

  ul.nav.nav-tabs {
    display: flex;
    overflow-x: auto;
  }

  .to-top {
    bottom: 10rem;
  }

  .footerwebsite {
    padding-bottom: 2rem;
  }

  .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;
  }
}

@media screen and (max-width: 321px) {
  ul.nav.nav-tabs {
    padding-left: 0.5rem;
  }
}
