body {
  background-color: #f5f5f5;
}

.footerwebsite {
  box-shadow: none !important;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

.search-input-wrapper {
  display: flex !important;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  padding: 0 0 !important;
  align-items: center;
  height: 40px;
}

.search-result-wrapper {
  position: absolute;
  z-index: 9999;
  width: 100% !important;
  overflow: auto;
  left: 0;
  border-bottom: 1px solid #ddd;
}

#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-remove > i {
  display: none;
}

#search .search-input-wrapper > button.search-search {
  background-color: #404040;
  width: 25px;
  height: 25px;
  margin-right: 0.3rem;
}

#search .search-input-wrapper > button.search-search > i {
  color: #fff;
  font-size: 15px;
}

#search .search-input-wrapper > button.search-search:hover {
  background-color: #737373;
}

#search .search-input-wrapper > button.search-search:hover i {
  color: #fff;
}

.header-contain {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.header-container-logo {
  display: flex;
  width: 231px;
  align-items: center;
  justify-content: center;
}

.header-container-logo > a {
  display: flex;
  width: 100%;
}

.header-container-logo > a > img {
  width: 100%;
}

.header-container-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 310px;
}

.header-search {
  display: flex;
  width: calc(100% - 541px);
  margin: 0 1rem;
  margin-right: 0;
}

.header-container-right > div {
  width: 100%;
}

.account-dropdown > button {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  padding: 0 12px;
  width: 100%;
}

.account-dropdown > button > i {
  font-size: 35px;
  color: #404040;
}

.account-dropdown > button > span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  position: relative;
  width: 100%;
}

.account-dropdown > button > span::before {
  content: "\F282";
  position: absolute;
  top: 2px;
  right: -7px;
  font-family: "bootstrap-icons";
  font-size: 13px;
}

.account-dropdown > button > span > p {
  font-size: 11px;
  font-weight: 100;
}

.container-right-cart-text {
  display: flex;
  margin-left: 0.5rem;
}

.container-right-cart-text > span {
  display: flex;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  width: 100%;
}

.header-container-right-cart,
.header-container-right-cart > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-right-cart-icon > i {
  font-size: 30px;
  color: #404040;
}

#search .search-input-wrapper > input {
  width: calc(100% - 25px) !important;
  border-radius: 0;
}

.account-dropdown > ul {
  max-width: 160px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}

.account-dropdown > ul > li > a {
  background-color: transparent !important;
  display: flex;
  padding: 0.8rem;
  transition: 0.2s ease-in-out;
}

.account-dropdown > ul > li:not(:last-child) > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.account-dropdown > ul > li > a:hover {
  background-color: #404040 !important;
  color: #fff;
}

.slider-wrapper0 {
  position: relative;
  overflow-x: hidden;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-wrapper0 .swiper-slide > img {
  width: 100%;
  height: 100%;
}

.thumb-swiper-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.swiper-slide-thumb-active {
  border-bottom: 2px solid #fb8c00 !important;
}

.thumb-swiper-container .swiper-slide {
  cursor: pointer;
}

.thumb-swiper-container .thumb-swiper {
  height: 100%;
  width: 100%;
}

.thumb-swiper-container .thumb-swiper .swiper-wrapper {
  align-items: center;
  justify-content: space-between;
}

.thumb-swiper-container .thumb-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}

.thumb-swiper .swiper-wrapper .swiper-slide > img {
  height: 75%;
  object-fit: cover;
}

.thumb-swiper-wrapper {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  padding: 0 0.3rem;
}

.thumb-swiper .swiper-wrapper .swiper-slide {
  border-bottom: 2px solid #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.home-two-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  background-color: #fff;
  margin-top: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-direction: column;
}

.home-two-banner-content,
.home-two-banner-content > a {
  display: flex;
  width: 100%;
  padding: 0 1rem;
}

.home-two-banner-content > a > img {
  width: 100%;
  transition: 0.2s ease-in-out;
}

.home-two-banner-content > a > img:hover {
  opacity: 0.9;
}

.home-two-banner-content:first-child > a {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.home-six-banner {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  background-color: #fff;
  margin-top: 1rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.six-banner-contain-left {
  display: flex;
  flex-direction: column;
}

.six-banner-contain {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.six-banner-contain > div {
  width: 33.33%;
}
.six-banner-contain-center {
  display: flex;
  justify-content: center;
}

.six-banner-contain > div > div {
  width: 100%;
}

.six-banner-contain-right {
  display: flex;
  flex-direction: column;
}

.six-banner-contain > div {
  margin: 0 1rem;
}

.six-banner-contain-left-content > a,
.six-banner-contain-right-content > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.six-banner-contain-left-content > a > img,
.six-banner-contain-right-content > a > img {
  width: 35%;
}

.six-banner-contain-left-content > a > span,
.six-banner-contain-right-content > a > span {
  width: 60%;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.six-banner-contain-center-content {
  display: flex;
}

.six-banner-contain-center-content > a {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.six-banner-contain-center-content > a > span {
  margin-bottom: 2rem;
}

.six-banner-contain-center-content {
  padding-right: 1.5rem;
}

.six-banner-contain-left-content {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.six-banner-contain-left-content:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.six-banner-contain-center-content:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 0.75rem;
}

.six-banner-contain-center-content:last-child {
  padding-left: 0.75rem;
}

.six-banner-contain-right-content {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.six-banner-contain-right-content:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.six-banner-contain-center-content > a > span {
  color: #333;
  font-weight: 600;
  font-size: 17px;
}

.six-banner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 1rem;
  padding-bottom: 1rem;
  font-size: 20px;
  font-weight: bolder;
  color: #000;
}

.thumb-swiper .swiper-slide {
  height: 45px;
  overflow: hidden;
}

.thumb-swiper-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.product-item {
  position: relative;
  background-color: #fff;
  padding: 1rem;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.product-item:hover {
  box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%),
    0 0.5rem 1.2rem rgb(0 0 0 / 10%) !important;
}

.product-item-image,
.product-item-image > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.product-item-image > a > img {
  width: 90%;
}

.product-item-caption {
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: space-evenly;
}

.product-item-tags > ul {
  display: flex;
  flex-wrap: wrap;
}

.product-item-tags {
  margin-top: 1rem;
}

.product-item-tags > ul > li > span,
.product-item-tags > ul > li > a {
  display: flex;
  font-size: 9px;
  padding: 0.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #666;
}

.product-item-tags > ul > li {
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
}

.product-item-tags > ul > li:first-child > span,
.product-item-tags > ul > li:first-child > a {
  background-color: #f00;
  color: #fff;
}

.product-item-tags > ul > li:last-child > span,
.product-item-tags > ul > li:last-child > a {
  color: #66a215;
  border: 1px solid #66a215;
}

.product-item-name > a {
  font-size: 14px;
  margin: 0.5rem 0;
}

.product-item-image {
  margin: 1.5rem 0;
}

span.price-new {
  font-size: 18px;
  font-weight: bold;
}

.featured-slider-wrapper-title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.featuerd-slider-wrapper {
  background-color: #fff;
  margin-top: 1.5rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.featuerd-slider-wrapper .slick-track {
  padding: 1rem 0;
}

.featured-slick-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  z-index: 9;
}

.featured-slick-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  z-index: 9;
}

span.price-old {
  font-size: 13px;
  color: #555;
  font-weight: bold;
  text-decoration: line-through;
  margin-right: 0.5rem;
}

/*footer*/
.footer-container .footer-top-container {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 43px;
}

footer {
  padding: 0;
  border: none;
  background: none;
  color: #fff;
}

.footer-container .footer-top-container .footer-top-content {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.footer-container .footer-top-container .footer-bottom-content {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding: 0;
}

.footer-container .footer-top-container .footer-bottom-content > img {
  width: 22%;
}

.footer-container .footer-top-container .footer-top-content .footer-colon {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  > span {
  color: #323232;
  font-weight: 700;
  font-size: 20px;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  .dual-content
  > span {
  color: #323232;
  font-weight: 700;
  font-size: 20px;
}

.footer-container .footer-top-container .footer-top-content .footer-colon ul {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  ul
  > li {
  padding: 5px 0;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  ul
  > li
  > a {
  color: #6a6a6a;
  font-size: 16px;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  .dual-content
  .social-media {
  flex-direction: unset;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  .dual-content
  .social-media
  > li {
  width: 16.6%;
  display: flex;
  justify-content: center;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  .dual-content
  .social-media
  > li
  > a {
  font-size: 24px;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .dual-colon
  .dual-content:last-child {
  margin-top: 1.5rem;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .dual-colon
  .dual-content
  .footer-contact-link {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .dual-colon
  .dual-content
  .footer-contact-link
  > a {
  max-width: 295px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-radius: 5px;
  padding: 0 20px;
  margin: 0 0 10px;
  background: #fff;
  color: #646464;
  font-size: 16px;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .dual-colon
  .dual-content
  .footer-contact-link
  > a:hover
  span {
  color: #000;
  transition: 0.3s ease;
}

.footer-bottom-container {
  padding: 32px 0;
  background: #323232;
}

.footer-bottom-container > div > span {
  font-size: 15px;
  color: #969696;
}
/*footer-end*/

.featured-wrapper .product-item {
  width: calc(20% - 0.5rem);
  margin: 0;
  margin-bottom: 0.5rem;
}

.featured-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.featured-wrapper .product-item:not(:nth-child(5n)) {
  margin-right: 0.5rem !important;
}

.tab-featured-container {
  padding: 0;
}

.vertical-tab > ul {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0;
}

.vertical-tab > ul > li > a {
  border: none !important;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  outline: 0 !important;
  transition: 0.2s ease-in-out;
}

.vertical-tab > ul > li.active > a,
.vertical-tab > ul > li.active > a:hover {
  background-color: #1972d5 !important;
  color: #fff !important ;
}

.vertical-tab > ul > li:not(:last-child) {
  margin-right: 0.5rem;
}

.vertical-tab > ul > li > a:hover {
  background-color: #828282 !important;
  color: #fff !important;
}

.header-menu-container {
  padding: 0;
}

ul.megamenu > li > a {
  display: flex !important;
  line-height: inherit !important;
  color: #333 !important;
  background-color: transparent !important;
  position: relative;
}

ul.megamenu > li:not(:last-child) > a::before {
  content: "";
  position: absolute;
  right: -14px;
  width: 25px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
}

ul.megamenu > li > a > strong {
  font-size: 13px;
  text-align: center;
}

.megamenu-wrapper {
  background-color: transparent;
}

.header-menu-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  background-color: #fff;
}

.product-add-btn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

.product-add-btn > button {
  background-color: #333;
  color: #fff;
  display: flex;
  border: none;
  padding: 0.5rem;
  width: 140px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 25px;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

.product-item:hover .product-add-btn {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

.product-add-btn > button:hover {
  opacity: 0.9;
}

.cart-wrapper .cart-side .cart-content .cart-row .row-btn-group {
  display: flex;
}

#show-filter {
  display: none !important;
}

.category-content-wrapper {
  display: flex;
  margin-top: 1rem;
  align-items: flex-start;
  padding: 0;
}

.category-content-wrapper .category-list-container {
  width: 20%;
  background-color: #fff;
  /* border-radius: 10px; */
}

.category-content-wrapper .category-content-right {
  width: 80%;
}

.product-grid .product-item {
  width: calc(25% - 0.5rem);
  margin: 0;
  margin-bottom: 0.5rem;
  border-radius: 0;
  border: none;
}

.product-grid .product-item:not(:nth-child(4n)) {
  margin-right: 0.5rem;
}

.product-grid {
  justify-content: flex-start;
  padding: 1rem !important;
}

.product-grid .product-item .product-item-image {
  margin: 0;
}

.product-grid .product-item .product-item-image > a > img {
  width: 100%;
}

.category-desc {
  display: flex;
  padding: 0 1rem;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.sort-wrapper {
  display: flex;
  padding: 0 1rem;
  margin-top: 1rem;
}

.sort-wrapper > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.sort-wrapper > ul > li {
  width: auto;
  margin-bottom: 0.5rem;
}

.sort-wrapper > ul > li > a {
  display: flex;
  font-size: 12px;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 5px;
  color: #656565;
}

.sort-wrapper > ul > li:not(:last-child) {
  margin-right: 0.5rem;
}

.category-list-container .bf-form {
  flex-direction: column;
  padding: 1rem !important;
}

.category-list-container .bf-form .bf-attr-block {
  width: 100% !important;
  margin: 0;
  margin-bottom: 1rem;
}

.category-list-container .bf-form .bf-attr-block .bf-attr-filter {
  width: 100%;
  margin-bottom: 0.5rem;
}

.category-list-container .bf-form .bf-attr-block .bf-attr-block-cont {
  margin-top: 0.5rem;
}

.category-list-container .bf-form .bf-attr-block .bf-attr-filter label {
  font-size: 13px;
  color: #5c636e;
  text-transform: unset;
}

.category-list-container .bf-form .bf-attr-block .bf-sliding {
  max-height: 260px;
  overflow-y: auto !important;
}

.category-list-container
  .bf-form
  .bf-attr-block
  .bf-sliding::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #e6e6e6;
  border-radius: 5px;
}

.category-list-container
  .bf-form
  .bf-attr-block
  .bf-sliding::-webkit-scrollbar-thumb {
  background: #4d4d4d;
  border-radius: 5px;
}

.category-list-container
  .bf-form
  .bf-attr-block
  .bf-sliding::-webkit-scrollbar-button {
  display: none;
}

.category-list-container .bf-form .bf-attr-block .bf-attr-header {
  font-size: 16px;
  color: #484848;
  text-transform: uppercase;
  pointer-events: none;
}

.product-image-wrapper,
.product-image-wrapper > a {
  display: flex;
  width: 100%;
  position: relative;
}

.product-image-wrapper > a > img {
  width: 100%;
}

[data-in_stock="false"]::after {
  top: 30% !important;
}

[class^="stock-request"] {
  padding: 0 !important;
  font-size: 14px !important;
}

.filter-sort {
  display: none !important;
}

.gallery-top .swiper-slide > a {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.gallery-top .swiper-slide > a > img {
  width: 85%;
  object-fit: contain;
}

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.gallery-top .swiper-button-next::after,
.gallery-top .swiper-button-prev::after {
  font-size: 13px;
}

.attribute-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1rem;
}

.attribute-wrapper .attribute-details {
  display: flex;
  align-items: center;
  width: 20%;
  height: 45px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.attribute-wrapper .attribute-details > span {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0.2rem;
}

.attribute-wrapper .attribute-details:not(:last-child) {
  margin-right: 0.4rem;
}

.attribute-wrapper .attribute-details > span > i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.swiper-pagination-bullet-active {
  background: #333 !important;
}

.product-details-upper .product-item-tags {
  margin-bottom: 1rem;
}

.product-page-wrapper,
.product-page-wrapper .sogo-container {
  background-color: #f5f5f5 !important;
}

.sogo-product-container {
  background-color: #fff;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-left {
  padding-bottom: 2rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.product-right {
  padding-bottom: 2rem;
  padding-left: 1rem !important;
  position: unset !important;
  top: unset !important;
  padding-right: 1rem;
}

.attribute-wrapper .attribute-details:last-child {
  cursor: pointer;
}

.product-tab-wrapper > ul {
  display: flex;
  align-items: center;
  border: none;
}

.product-tab-wrapper > ul > li {
  display: flex;
  width: 100%;
}

.product-tab-wrapper > ul > li {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-bottom: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.product-tab-wrapper > ul > li > a {
  border: none !important;
  border-radius: 0;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
}

.product-tab-wrapper > ul > li.active {
  background-color: #fff;
  border-top: 2px solid #000;
}

.product-tab-wrapper > ul > li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.product-tab-wrapper .tab-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
}

.product-tab-wrapper .tab-content .attribute-table {
  width: 100% !important;
  max-width: 100% !important;
}

.product-tab-wrapper
  .tab-content
  .attribute-table
  .attribute-details
  .attribute-name {
  width: 25% !important;
}

.attribute-table .attribute-details:nth-child(2n) {
  background-color: #f5f5f5;
}

.product-tab-wrapper .tab-content .attribute-table .attribute-details {
  margin: 0 !important;
  padding: 0.5rem;
}

.product-related-contain .owl-stage-outer {
  padding: 0;
}

.product-related-contain {
  background-color: #fff;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.product-related-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}

/* .product-related-contain .product-item[data-in_stock="false"]::after {
  top: 20% !important;
} */

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .product-price
  .product-new-price {
  font-size: 2rem;
}

.product-details-lower-left-wishlist .product-fav {
  position: unset;
  bottom: unset;
  right: unset;
}

.product-details-lower {
  display: flex;
  flex-direction: unset !important;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-details-lower-left {
  width: 35%;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-details-lower-right {
  display: flex;
  width: 65%;
}

.product-details-lower-right .product-cart-buttons .cart-count-buttons {
  width: 105px !important;
  height: 75px;
  background-color: #f5f5f5;
  justify-content: center !important;
  align-items: center !important;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-details-lower-right .product-cart-buttons .btn-div-product {
  height: 75px !important;
  width: calc(100% - 105px) !important;
}

.product-details-lower-right .product-cart-buttons .btn-div-product > button {
  width: 100% !important;
  height: 100% !important;
}

.cart-count-buttons-contain {
  display: flex;
  flex-direction: column;
}

.product-details-lower-right
  .product-cart-buttons
  .cart-count-buttons
  .quantity-input-wrapper {
  width: 100% !important;
  border-radius: 5px !important;
}

.cart-count-buttons-contain > button {
  background-color: transparent;
  border: none;
}

.cart-count-buttons-contain > button > i {
  color: #000;
  font-size: 15px;
}

.product-details-lower-left-wishlist .product-fav > button {
  background-color: transparent;
  border: none;
  color: #737373;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.product-details-lower-left .social-share-buttons {
  margin-top: 0.5rem !important;
}

.product-details-lower-left .social-share-buttons .share-header > a > span {
  color: #737373;
  font-size: 14px;
  font-weight: 600;
}

.product-details-lower-left-wishlist .product-fav > button > i,
.product-details-lower-left .social-share-buttons .share-header > a > i {
  font-size: 17px;
  margin-right: 0.5rem;
  color: #737373;
}

.product-details-lower-left .social-share-buttons .share-header > a {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.share-buttons > ul {
  justify-content: center;
}

.modal-dialog {
  padding-top: 10%;
}

.modal-content {
  overflow: visible;
}

.modal-body {
  overflow: auto;
}

.product-details-lower-right
  .product-cart-buttons
  .btn-div-product
  > button
  > i {
  font-size: 35px;
  margin-right: 1rem;
}

.product-details-lower-right .product-cart-buttons .btn-div-product > button {
  font-size: 21px;
}

.product-details-lower-left .social-share-buttons .share-header {
  margin-bottom: 0 !important;
}

.product-three-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.product-three-column-left {
  width: 50%;
  margin-right: 0.5rem;
}

.product-three-column-right {
  width: 50%;
  display: flex;
  align-items: center;
}

.product-three-column-content {
  height: 65px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.column-content-text > span {
  color: #f38902;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.column-content-text > p {
  font-size: 12px;
  font-weight: 600;
  color: #999;
}

.column-content-image > img {
  width: 100%;
}

.column-content-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-three-column-right .product-three-column-content {
  margin-right: 0.5rem;
}

.prod-colors .colors-img {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0.2rem;
  border-radius: 5px;
  margin-right: 0.5rem;
  margin-left: 0;
  margin-bottom: 0.5rem;
  transition: 0.2s ease-in-out;
}

.prod-colors .colors-img:hover {
  border: 2px solid #f38902;
}

.sogo-product-container .product-right .product-details-middle {
  margin-bottom: 0 !important;
}

.attribute-details.all-attr > button {
  background-color: transparent;
  border: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0.2rem;
}

.header-menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* width: 100% !important; */


}

.header-contain-image {
  display: flex;
  height: 108px;
}

.header-contain-image > img {
  width: 100%;
}

.cart-product-image {
  margin-right: 1rem;
}

.slide-page {
  display: flex;
  padding: 0;
  margin-top: 1rem;
}

.slide-page-slider {
  width: calc(75% - 1.5rem);
  margin-right: 1.5rem;
  /* background-color: #fff; */
}

.slide-page .slide-featured {
  width: 25%;
}

.slide-featured .featuerd-slider-wrapper {
  width: 100% !important;
  margin-top: 0;
}

.slide-featured .featuerd-slider-wrapper .featured-slider-wrapper-title {
  padding: 0;
  border: none;
  text-align: center;
  margin: 1rem 0 !important;
}

.slide-featured .featuerd-slider-wrapper .slick-track {
  padding: 0;
  padding-bottom: 1rem;
}

.slide-featured
  .featuerd-slider-wrapper
  .slick-track
  .product-item
  .product-item-image {
  margin: 0;
}

.slide-featured
  .featuerd-slider-wrapper
  .slick-track
  .product-item
  .product-item-caption {
  height: 150px;
}

.slide-featured
  .featuerd-slider-wrapper
  .slick-track
  .product-item
  .product-item-tags {
  display: none;
}

.dual-content-mobile {
  display: none;
}

.slide-page1 {
  display: none;
}

.slider-wrapper1 {
  overflow: hidden;
  position: relative;
}

.share_modal-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.share-buttons {
  margin-top: 1rem;
}

.share-buttons > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}

.share-buttons > ul > li {
  padding: 0.5rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-right: 0.5rem;
  transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.share-buttons > ul > li:hover {
  cursor: pointer;
  background-color: #ddd;
  box-shadow: inset 0 0 10px -3px rgb(0 0 0/35%);
}

.share-buttons > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-buttons > ul > li > a > {
  color: #333;
}

.container-right-cart-icon {
  position: relative;
}

span.cart-count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  top: 5px;
  right: -5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-header-wrapper {
  display: none;
}

.search-product-card
  .search-product-description
  .search-product-price
  .price-old {
  font-size: 0.6rem;
}

.search-product-card
  .search-product-description
  .search-product-price
  .price-new {
  font-size: 0.7rem;
}

ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover {
  letter-spacing: unset !important;
}

#collapse-coupon label {
  display: none;
}

.summary-footer > a {
  margin-bottom: 1rem;
}

#collapse-coupon span > input {
  background-color: #333 !important;
  border: none;
  border-radius: 0;
  height: 100%;
  display: flex;
  padding: 0.45rem 0.4rem;
}

.category-list-container .bf-form .bf-attr-block .bf-attr-filter .bf-cell {
  display: block !important;
  margin-right: 1rem;
}

.category-list-container
  .bf-form
  .bf-attr-block
  .bf-attr-filter
  .bf-cell
  > input[type="checkbox"] {
  position: relative;
  border: 2px solid #444;
  border-radius: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.5rem;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  opacity: 0.5;
}

.category-list-container
  .bf-form
  .bf-attr-block
  .bf-attr-filter
  .bf-cell
  > input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.category-list-container
  .bf-form
  .bf-attr-block
  .bf-attr-filter
  .bf-cell
  > input[type="checkbox"]:checked {
  background-color: #000;
  opacity: 1;
}

.home-two-banner-top,.home-two-banner-top > a ,.home-two-banner-top > a > img {
  display: flex;
  width: 100%;
}

.home-two-banner-top > a > img{
  transition: .2s ease-in-out;
}

.home-two-banner-top {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 1rem;
}

.home-two-banner-bottom {
  display: flex;
  width: 100%;
}

.home-two-banner-bottom > a {
  width: 50%;
}

.home-two-banner-bottom > a:first-child {
  margin-right: 1rem;
}

.home-two-banner-bottom > a > img {
  width: 100%;
  transition: .2s ease-in-out;
}

.home-two-banner-bottom > a:hover > img,
.home-two-banner-top > a:hover > img{
  opacity: .8;
}

.home-two-banner-bottom > a:first-child {
  border-right: 1px solid rgba(0,0,0,.1);
}

@media screen and (max-width: 1025px) {
  .six-banner-contain {
    flex-direction: column;
  }

  .six-banner-contain > div {
    width: 100%;
  }

  .six-banner-contain-left {
    flex-direction: unset !important;
  }

  .six-banner-contain-right {
    flex-direction: unset !important;
  }

  .six-banner-contain-center-content > a {
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 1rem;
  }

  .six-banner-contain-center-content {
    padding: 0 !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
  }

  .six-banner-contain-center-content > a > img {
    width: 35%;
  }

  .six-banner-contain-center-content > a > span {
    width: 60%;
  }

  .six-banner-contain-left-content > a > span,
  .six-banner-contain-right-content > a > span {
    margin-bottom: 2rem;
  }

  .six-banner-contain-left-content > a,
  .six-banner-contain-right-content > a {
    flex-direction: column-reverse;
  }

  .six-banner-contain-left-content {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
    border-right: none !important;
  }

  .six-banner-contain-right-content {
    border-bottom: none !important;
    border-left: none !important;
  }

  .six-banner-contain-right-content:first-child,
  .six-banner-contain-left-content:first-child,
  .six-banner-contain-center-content:first-child {
    border-right: 2px solid rgba(0, 0, 0, 0.1) !important;
  }

  .six-banner-contain > div {
    margin: 0;
  }

  .slide-page {
    flex-direction: column;
  }

  .slide-page-slider {
    margin-right: 0 !important;
    width: 100%;
  }

  .slide-page .slide-featured {
    width: 100%;
    margin-top: 1.5rem;
  }

  .footer-container .footer-top-container .footer-top-content {
    flex-wrap: wrap;
  }

  .footer-container .footer-top-container .footer-top-content .footer-colon {
    width: calc(50% - 1rem);
  }

  .footer-container .footer-top-container {
    padding: 40px 20px;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon:not(:nth-child(2n)) {
    margin-right: 1rem;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon
    > span {
    font-size: 18px;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon
    ul
    > li
    > a {
    font-size: 14px;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon
    .dual-content
    .social-media {
    flex-wrap: wrap;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon
    .dual-content
    .social-media
    > li {
    width: 33%;
    justify-content: flex-start;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .dual-colon
    .dual-content {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer-container
    .footer-top-container
    .footer-top-content
    .dual-colon:nth-child(4)
    .dual-content:nth-child(2) {
    display: none;
  }

  .dual-content-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1rem;
  }

  .dual-content-mobile > span {
    color: #323232;
    font-weight: 700;
    font-size: 21px;
    display: flex;
    justify-content: center;
  }

  .dual-content-mobile .footer-contact-link {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .dual-content-mobile .footer-contact-link > a {
    width: 295px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    padding: 0 20px;
    margin: 0 0 10px;
    background: #fff;
    color: #646464;
    font-size: 16px;
  }

  .footer-container .footer-top-container .footer-bottom-content > img {
    width: 50%;
  }

  .footer-container .footer-top-container .footer-bottom-content {
    justify-content: center;
  }
  .footer-bottom-container > div > span {
    font-size: 12px;
  }

  .footer-bottom-container {
    padding: 15px 0;
  }
}

@media screen and (min-width:992px){
  .header-menu-container nav,
  .header-menu-container nav .container-megamenu,
  .header-menu-container nav .container-megamenu .megamenu-wrapper,
  .header-menu-container nav .container-megamenu .megamenu-wrapper .megamenu-container {
    width: 100%;
  }

}

@media screen and (max-width: 991px) {
  .featured-wrapper .product-item:not(:nth-child(5n)) {
    margin-right: 0.3rem !important;
  }

  .featured-wrapper .product-item {
    width: calc(33.33% - 0.6rem);
    margin-right: 0.3rem !important;
    margin-left: 0.3rem !important;
  }

  .product-add-btn {
    position: unset;
    left: unset;
    bottom: unset;
    transform: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -1rem;
    opacity: 1;
    visibility: visible;
  }

  .featured-slider-wrapper-title,
  .six-banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .megamenu-wrapper {
    background-color: #fff;
  }

  ul.megamenu > li > a {
    width: 100%;
  }

  ul.megamenu > li > a::before {
    display: none;
  }

  .product-tab-wrapper > ul > li > a {
    font-size: 13px;
  }

  .header-container-logo {
    display: none;
  }

  .header-container-right {
    display: none;
  }

  button#show-megamenu {
    display: none;
  }

  .megamenu-header {
    height: 0;
  }

  .header-menu-wrapper {
    padding: 0;
  }

  .header-container {
    padding: 0;
  }

  .mobile-header-wrapper {
    display: flex;
    padding: 1rem;
  }

  #mobile-search {
    position: fixed;
    inset: 0;
    background-color: #f7f6f6;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block !important;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  #mobile-search.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  #mobile-search .mobile-search-upper {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1rem;
    position: relative;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  }

  #mobile-search .mobile-search-result-wrapper {
    max-height: calc(100vh - 80px);
    overflow: auto;
    padding: 1rem;
  }

  #mobile-search .mobile-search-bottom {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem;
    width: 100%;
    box-shadow: 0 6px 9px 3px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 6px 9px 3px rgb(0 0 0 / 50%);
    background-color: #fff;
    align-items: center;
    justify-content: center;
  }

  #mobile-search .mobile-search-bottom > button {
    font-weight: 500;
    border: 1px solid #ccc;
    background-color: #eee;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.6rem;
  }

  #mobile-search .mobile-search-upper > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: calc(100% - 2rem);
    width: 50px;
  }
  #mobile-search .mobile-search-upper > button.mobile-search-close {
    position: absolute;
    left: 1rem;
  }

  #mobile-search .mobile-search-upper > button.mobile-search-btn > i,
  #mobile-search .mobile-search-upper > button.mobile-search-clear > i,
  #mobile-search .mobile-search-upper > button.mobile-search-close > i {
    font-size: 1.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #mobile-search .mobile-search-upper > #mobile-quick-search {
    width: 100%;
    padding: 0 100px 0 50px;
    line-height: normal;
    font-weight: 500;
    border: 1px solid #ccc;
  }

  #mobile-search .mobile-search-upper > button.mobile-search-clear {
    position: absolute;
    right: calc(1rem + 50px);
    display: none;
  }

  #mobile-search .mobile-search-upper > button.mobile-search-btn {
    position: absolute;
    right: 1rem;
  }

  #mobile-search .mobile-search-result-wrapper .pop-categories {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-category-results
    > ul,
  #mobile-search .mobile-search-result-wrapper .pop-categories,
  #mobile-search
    .mobile-search-result-wrapper
    .pop-categories
    .pop-cat-body
    > ul,
  .mobile-search-product-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #mobile-search .mobile-search-result-wrapper .pop-categories .pop-cat-header {
    margin-bottom: 2rem;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .pop-categories
    .pop-cat-header
    .search-anim {
    max-width: 200px;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .pop-categories
    .pop-cat-header
    > span {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .pop-categories
    .pop-cat-header
    > span::before {
    content: "";
    position: absolute;
    bottom: -0.2rem;
    width: 50%;
    height: 2px;
    background-color: #333;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-product-results
    .empty-search-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-product-results
    .empty-search-result
    .empty-icons {
    position: relative;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-product-results
    .empty-search-result
    #search-no-item {
    padding-left: 0.75rem;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-product-results
    .empty-search-result
    .empty-icons
    > i:first-child {
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-product-results
    .empty-search-result
    .empty-icons
    > i:last-child {
    font-size: 1.8rem;
    left: -8%;
    top: -3.5%;
    position: absolute;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-category-results
    .mobile-search-category-header,
  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-product-results
    .mobile-search-product-header {
    margin-bottom: 1.25rem;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-category-results
    .mobile-search-category-header
    > span,
  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-product-results
    .mobile-search-product-header
    > span {
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-category-results
    .mobile-search-category-header
    > span::before,
  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-product-results
    .mobile-search-product-header
    > span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -0.2rem;
    background-color: #ddd;
  }

  #mobile-search
    .mobile-search-result-wrapper
    .mobile-search-category-results
    > ul,
  #mobile-search .mobile-search-result-wrapper .pop-categories,
  #mobile-search
    .mobile-search-result-wrapper
    .pop-categories
    .pop-cat-body
    > ul,
  .mobile-search-product-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-search-product-card-wrapper .mobile-search-product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
  }

  .mobile-search-product-card-wrapper .mobile-search-product-card > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-search-product-card-wrapper
    .mobile-search-product-card
    > a
    .search-product-image {
    width: 50px;
    height: 75px;
  }

  .mobile-search-product-card-wrapper
    .mobile-search-product-card
    > a
    .search-product-image
    > img {
    width: 50px;
  }

  .mobile-search-product-card-wrapper
    .mobile-search-product-card
    > a
    .search-product-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 50px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #mobile-search .mobile-search-bottom > button,
  .mobile-search-product-card-wrapper
    .mobile-search-product-card
    > a
    .search-product-description
    .search-product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.5rem;
    width: 60%;
  }

  .mobile-search-product-card-wrapper
    .mobile-search-product-card
    > a
    .search-product-description
    .search-product-name
    > span {
    font-size: 0.9rem;
  }

  .matched {
    background: 0 0;
    font-weight: 700;
    padding: 0;
  }

  .mobile-search-product-card-wrapper
    .mobile-search-product-card
    > a
    .search-product-description
    .search-product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: "Montserrat-Medium", sans-serif;
    width: 40%;
    padding-right: 0.5rem;
  }

  .mobile-search-product-card-wrapper
    .mobile-search-product-card
    > a
    .search-product-description
    .search-product-price
    > span.price-new {
    -webkit-transform: scaleY(0.9);
    -ms-transform: scaleY(0.9);
    transform: scaleY(0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .mobile-search-product-card-wrapper
    .mobile-search-product-card
    > a
    .search-product-description
    .search-product-price
    > span.price-old {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 0.8rem;
    color: #888;
    -webkit-transform: scaleY(0.9);
    -ms-transform: scaleY(0.9);
    transform: scaleY(0.9);
  }

  div#search {
    display: none;
  }

  .mobile-header-left {
    display: flex;
    width: 231px;
  }

  .mobile-header-left .mobile-logo,
  .mobile-header-left .mobile-logo > a {
    display: flex;
    width: 100%;
  }

  .mobile-header-left .mobile-logo > a > img {
    width: 100%;
  }

  .mobile-header-right {
    width: calc(100% - 231px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .mobile-header-right > div:not(:last-child) {
    margin-right: 1rem;
  }

  .quick-btn-wrapper > button {
    background-color: transparent;
    border: none;
    outline: 0;
  }

  .mobile-cart {
    position: relative;
  }

  .mobile-cart > a > i {
    font-size: 25px;
  }

  .quick-btn-wrapper > button > i {
    font-size: 20px;
  }

  .mobile-menu-btn > i {
    font-size: 29px;
  }

  .mobile-cart > a > span.cart-count {
    top: 0;
  }

  .megamenu-wrapper.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .summary-footer {
    flex-wrap: wrap;
    width: 100% !important;
  }

  .cart-wrapper .summary-side .total-cart {
    width: 50%;
  }

  .summary-footer > a {
    width: 50%;
    font-size: 14px;
  }

  .summary-footer .panel-default {
    width: 100%;
  }

  .detail-row {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .detail-row > span {
    font-size: 20px;
  }

  .summary-footer .panel-default h4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 769px) {
  .slide-page0 {
    display: none;
  }

  .slide-page1 {
    display: flex;
  }

  .mobile-slide-swiper img {
    width: 100%;
  }

  .product-grid .product-item {
    width: calc(33.33% - 0.5rem);
    margin-right: 0.5rem;
  }

  .category-content-wrapper .category-list-container {
    display: none;
  }

  .category-content-wrapper .category-content-right {
    width: 100%;
  }

  [data-in_stock="false"]::after {
    top: 20% !important;
  }
}

@media screen and (max-width: 767px) {
  #show-filter {
    display: flex !important;
  }

  .filter-sort {
    display: flex !important;
  }

  .sort-wrapper {
    margin: 0;
  }

  .category-content-right > .sort-wrapper {
    display: none;
  }

  .product__carousel {
    display: none;
  }

  .product-details-lower-left {
    width: 100% !important;
  }

  .product-options > div:nth-child(1) {
    border-bottom: none !important;
  }

  .product-right {
    padding: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1.5rem !important;
  }

  .product-three-column {
    padding: 0 1rem;
  }

  .product-details-lower-right .product-cart-buttons .cart-count-buttons,
  .product-details-lower-right .product-cart-buttons .btn-div-product {
    height: 55px !important;
  }

  .sogo-product-container .product-left .mobile-product-slider .product-image {
    padding: 1rem;
  }
}

@media screen and (max-width: 693px) {
  .vertical-tab > ul {
    flex-wrap: unset;
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
    padding-left: 1rem;
  }

  .vertical-tab > ul > li {
    display: flex;
    width: 270px;
    max-width: 270px;
    flex-shrink: 0;
  }

  .vertical-tab > ul > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vertical-tab > ul > li > a {
    background-color: #555 !important;
    color: #fff !important;
  }
}

@media screen and (max-width: 553px) {
  .six-banner-contain-left-content > a > img,
  .six-banner-contain-right-content > a > img,
  .six-banner-contain-center-content > a > img {
    width: 85%;
  }

  .six-banner-title {
    font-size: 15px;
  }

  .home-two-banner {
    flex-direction: column;
    padding: 0.5rem;
  }

  .home-two-banner-content:first-child {
    margin-bottom: 1rem;
  }

  .home-two-banner-content:first-child > a {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
  }

  .featured-wrapper .product-item {
    width: calc(50% - 0.6rem);
  }

  .product-item-tags > ul > li > span,
  .product-item-tags > ul > li > a {
    display: flex;
    font-size: 8px;
  }

  .product-item-tags > ul > li {
    margin-right: 0.3rem;
  }

  .product-item-image > a > img {
    width: 100%;
  }

  .product-item-name > a {
    font-size: 13px;
  }

  span.price-old {
    font-size: 10px;
  }

  span.price-new {
    font-size: 15px;
  }

  .product-item-tags {
    margin-top: 2rem;
  }

  .product-item-image {
    margin: 0;
  }

  .product-item-caption {
    height: 250px;
  }

  .product-price {
    display: flex;
    flex-direction: column;
  }

  .featuerd-slider-wrapper {
    padding: 0;
  }

  .product-item {
    margin: 0 0.2rem;
  }

  .featured-slick-next {
    right: 0;
  }

  .featured-slick-prev {
    left: 0;
  }

  .vertical-tab > ul > li {
    width: 240px;
    max-width: 240px;
  }

  .vertical-tab > ul > li > a {
    font-size: 16px;
  }

  .product-grid .product-item {
    margin: 0 !important;
    margin: 0.2rem !important;
    width: calc(50% - 0.4rem);
    padding: 0.5rem;
    padding-bottom: 1rem;
  }

  .product-grid {
    padding: 0.3rem !important;
  }

  .product-related-wrapper {
    padding: 0;
  }

  .product-related-contain {
    padding: 0.5rem;
  }

  .product-related-wrapper .product-item {
    padding: 0.3rem;
    padding-bottom: 1rem;
  }

  .attribute-wrapper .attribute-details {
    width: calc(33.33% - 0.4rem);
    margin-bottom: 0.4rem;
  }

  .attribute-wrapper {
    flex-wrap: wrap;
  }

  .product-tab-wrapper > ul > li {
    width: 170px;
    flex-shrink: 0;
    max-width: 170px;
    font-size: 13px;
  }

  .product-tab-wrapper > ul {
    overflow-x: auto;
  }

  .product-cart-buttons.sticked {
    flex-direction: unset !important;
  }

  .product-details-lower-right .product-cart-buttons .btn-div-product > button {
    font-size: 15px;
  }

  .product-details-lower-right
    .product-cart-buttons
    .btn-div-product
    > button
    > i {
    font-size: 25px;
  }

  .product-details-lower-right .product-cart-buttons .btn-div-product {
    margin-top: 0 !important;
  }

  .product-three-column {
    flex-direction: column;
  }

  .product-three-column-left {
    width: 100%;
    margin: 0;
    margin-bottom: 0.5rem;
  }

  .product-three-column-right {
    width: 100%;
  }

  .product-three-column-right .product-three-column-content:last-child {
    margin-right: 0;
  }

  .prod-colors .colors-img {
    width: calc(25% - 0.5rem);
  }

  .attribute-table .attribute-details .attribute-text {
    width: 50%;
  }

  .product-tab-wrapper
    .tab-content
    .attribute-table
    .attribute-details
    .attribute-name {
    width: 50% !important;
  }
}

@media screen and (max-width: 390px) {
  .mobile-header-left {
    width: 180px;
    margin-right: 1rem;
  }

  .mobile-header-right {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 350px) {
  .vertical-tab > ul > li > a {
    font-size: 12px;
  }

  .vertical-tab > ul > li {
    width: 200px;
    max-width: 200px;
  }

  .content-wrapper .sogo-content .filter-sort .sort-view #show-filter,
  .content-wrapper .sogo-content .filter-sort .sort-view .sort-wrapper {
    font-size: 12px;
  }

  [class^="stock-request"] {
    font-size: 11px !important;
  }

  [data-in_stock="false"]::after {
    top: 10% !important;
    font-size: 12px;
  }
}
