:root {
  --theme-blue: #ff914c;
  --theme-orange: #ff914c;
}

::-webkit-scrollbar-thumb {
  background: #4d4d4d;
  border-radius: 5px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #e6e6e6;
  border-radius: 5px;
}

body {
  font-family: "SF Pro Display" !important;
  overflow-x: hidden;
}

.header-top-banner {
  display: flex;
  width: 100%;
  height: 40px;
  position: relative;
}

.hader-bottom-wrapper {
  position: relative;
  background-color: #fff;
}

.sogo-loader {
  z-index: 9999999;
}

.header-top-banner > img {
  width: 100%;
}

.content-wrapper {
  background: #f7f6f6;
}

/*.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%);
}
.banner-text > span {
  color: #50427f;
  font-size: 20px;
}*/

.banner-top-text-content {
  position: absolute;
  display: flex;
  justify-content: space-between;
  /* width: 100%; */
  top: 20%;
  height: fit-content;
  right: 0;
  left: 0;
}

.banner-top-text-content .banner-top-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 40%;
}

.banner-top-text-content .banner-top-contact > a {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #5d5d5d;
}

.banner-top-text-content .banner-top-contact > a > i {
  font-size: 18px;
  margin-right: .5rem;
}

.banner-top-text-content .banner-top-text {
  width: 40%;
  display: flex;
}

.banner-top-text-content .banner-top-social-media {
  width: 20%;
  display: flex;
  justify-content: end;
  gap: 2rem;
}

.banner-top-text-content .banner-top-social-media > a {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #5d5d5d;
}

.banner-top-text-content .banner-top-text > span {
  font-weight: 500;
  color: #5d5d5d;
}

.header-bottom {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 38px;
  padding-left: 20px;
}

.header-logos {
  width: 20%;
}

.header-logos > a {
  width: 100%;
  display: flex;
}

.header-logos > a > img {
  width: 80%;
}

.header-rights {
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: end;
  gap: 2rem;
}

.header-search {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 2.5rem;
  margin-right: 1rem;
}

.header-search > form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 45px; */
  position: relative;
}

.header-search > form > input {
  width: 100%;
  height: 45px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 22.5px;
  padding-left: 2rem;
  font-size: 13px;
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-div {
  display: flex;
  /* flex-direction: column; */
  font-size: 13px;
  gap: .2rem;
}

.text-div > p {
  font-weight: 600;
}

.icon-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.header-account {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-div > i {
  font-size: 25px;
}

.header-account .icon-div > i {
  font-size: 30px;
}

.header-search > form > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border: none;
  background-color: transparent;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-blue);
  position: relative;
}

.header-menu.sticked .menu-overlay {
  top: 55px;
}

.col-sm-3.static-menu .menu > ul > li > ul {
  gap: .5rem;
  margin-top: .5rem !important;
}

.col-sm-3.static-menu .menu > ul > li > ul > li > a {
  text-align: center !important;
  display: flex;
}

.slick-slide img {
  width: 100%;
}

.slick-slider-wrapper {
  position: relative;
  margin-top: .5rem;
}

.slider-slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 9;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slider-slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 9;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.featured-slider-title {
  display: flex;
  align-items: center;
  background-color: var(--theme-blue);
  padding: 1rem;
  color: #fff;
  height: 55px;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.featured-slider-title2 {
  display: flex;
  align-items: center;
  background-color: #db3925;
  padding: 1rem;
  color: #fff;
  height: 55px;
  border-radius: 5px 5px 0 0;
}

.featured-slider-title > img,
.featured-slider-title2 > img {
  width: 30px;
  margin-right: 1rem;
}

.featured-slider-wrapper .item,
.featured-slider-wrapper2 .item {
  display: flex;
  padding: 1rem 0;
  height: 200px;
}

.featured-image-div {
  display: flex;
  width: 30%;
  margin-right: 1rem;
}

.featured-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.featured-image-div > a {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.featured-slider-wrapper .item:hover .featured-image-div > a > img,
.featured-slider-wrapper2 .item:hover .featured-image-div > a > img {
  transform: scale(1.1);
}

.featured-image-div > a > img {
  width: 100%;
  transition: 0.5s ease-in-out;
}

.featured-content-top {
  display: flex;
  width: 90%;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}

.price > h4 {
  font-weight: bold;
  padding-top: 1rem;
  margin-top: 0;
}

.content-bottom-wrapper {
  display: flex;
}

.content-bottom-wrapper > div {
  width: 50%;
  margin-top: 1rem;
}

.featured-slider-wrapper .slick-slider,
.featured-slider-wrapper2 .slick-slider {
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
}

.featured-slider-wrapper {
  width: calc(50% - 1.5rem) !important;
  margin-right: 1.5rem;
}

.tab-wrapper-content {
  margin: 0.5rem;
  width: calc(12.5% - 1rem);
  position: relative;
}

.tab-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.content-img > a > img {
  width: 100%;
  transition: 0.5s ease-in-out;
}

.content-bottom {
  /* position: relative; */
  /* bottom: 0; */
  /* height: 130px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.add-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: 0.15s ease-in-out;
  margin-top: 15px;
}

.add-cart > button {
  border: none;
  padding: 0.2rem 0.1rem;
  font-size: 13px;
  background-color: var(--theme-orange);
  color: #fff;
  border-radius: 5px;
  width: 100%;
}

.add-cart > button > img {
  width: 21px;
  margin-right: 0.5rem;
}

.add-cart > button:last-child {
  background-color: var(--theme-blue);
}

.content-title {
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /*KaÃƒÂ§ StÃ„Â±rda sÃ„Â±nÃ„Â±rlamak istiyorsanÃ„Â±z */
  -webkit-box-orient: vertical;
  overflow:hidden;
  height: 45px;
  margin-bottom: 1rem;
}

.tab-wrapper-content:hover .add-cart,
.product-card:hover .add-cart {
  opacity: 1;
  visibility: visible;
}

.content-img > a {
  display: flex;
  overflow: hidden;
}

.tab-wrapper-content:hover .content-img > a > img {
  transform: scale(1.1);
}

.nav-menu-container .nav-tabs,
.product-tab-wrapper .nav-tabs {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-menu-container .nav-tabs > li > a,
.product-tab-wrapper .nav-tabs > li > a {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 1rem;
  display: flex;
  font-size: 20px;
  padding-right: 2rem;
  padding-left: 2rem;
  font-weight: 500;
  color: #999;
}

.nav-menu-container .nav-tabs > li.active > a,
.product-tab-wrapper .nav-tabs > li.active > a {
  color: var(--theme-orange);
  border-bottom: 1px solid var(--theme-orange) !important;
  position: relative;
  background-color: transparent;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent !important;
}

.nav-menu-container .nav-tabs > li.active > a::before,
.product-tab-wrapper .nav-tabs > li.active > a::before {
  content: "";
  width: 15px;
  height: 7px;
  display: inline-block;
  background-color: var(--theme-orange);
  position: absolute;
  bottom: -7px;
  left: calc(50% - 5px);

  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.content-title > span {
  font-size: 14px;
}

.home-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}

.home-icon-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.home-icon-content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 1rem;
  height: 80px;
}

.home-icon-content-text > span {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
}

.home-icon-content-text > p {
  font-size: 13px;
  color: #848484;
}

.home-icon-content-image > img {
  width: 30px;
}

.home-icon-content-image {
  height: 30px;
}

footer {
  box-shadow: none !important;
}

.footer-newsletter-wrapper .cbx {
  margin-top: 0.5rem;
}

.footer-newsletter-wrapper .cbx > span:last-child {
  font-size: 12px;
}

.featured-add-cart > button {
  width: 120px !important;
  height: auto;
  border-radius: 5px;
  font-size: 11px;
}

.featured-add-cart > button > img {
  margin-right: 0rem;
}

footer {
  box-shadow: none !important;
}

.footer-newsletter-wrapper {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: 1rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}

.footer-newsletter-wrapper .middle-heading {
  width: 50%;
  font-size: 25px;
  font-weight: 500;
  color: #323232;
}

.footer-newsletter-wrapper .newsletter-wrapper {
  width: 50%;
}

.footer-newsletter-wrapper .newsletter-wrapper .newsletter-group {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer-newsletter-wrapper .newsletter-wrapper .newsletter-group > input {
  width: 100%;
  border: none;
  border-radius: 25px;
  background-color: #f1f1f1;
  color: #848484;
  height: 45px;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  padding-left: 1rem;
}

.footer-newsletter-wrapper
  .newsletter-wrapper
  .newsletter-group
  .newsletter-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border: none;
  background-color: transparent;
}

.footer-link-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 3rem;
}

.footer-link-wrapper .footer-link-content {
  width: 100%;
}

.footer-link-content-title > span {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #323232;
}

.footer-link-wrapper .footer-link-content > ul > li > a {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #848484;
}

.footer-link-wrapper .footer-link-content > span {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #323232;
}

.footer-link-wrapper .footer-link-content > p {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #848484;
}

.footer-social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
  background-color: var(--theme-blue);
  padding: 1rem;
}

.footer-social-top > span {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.footer-social-top > p {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #ffffff;
}

.footer-social-bottom > span {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid white;
}

.footer-social-bottom,
.footer-social-bottom > span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-top {
  margin-bottom: 1rem;
}

.footer-social-ikon {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-ikon > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
}

.footer-social-ikon > a > img {
  width: 100%;
}

.footer-bank-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.footer-bank-image > img {
  max-width: 100%;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.footer-bank-bottom-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.footer-bank-bottom-image > img {
  max-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-bank-bottom-image > span {
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  color: #323232;
}

.featured-slick-prev {
  position: absolute;
  top: -22%;
  z-index: 9;
  right: 15%;
  background-color: #f1f1f1;
  border-radius: 50%;
  border: none;
  width: 30px;
  height: 30px;
}

.featured-slick-next {
  position: absolute;
  top: -22%;
  z-index: 9;
  right: 5%;
  background-color: #f1f1f1;
  border-radius: 50%;
  border: none;
  width: 30px;
  height: 30px;
}

.footer-bottom-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  font-size: 12px;
  margin-top: 3rem;
  background-color: #f1f1f1;
  margin-bottom: 0 !important;
}

.footer-bottom-text > span > a {
  font-weight: 500;
}

.featured-add-cart {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: unset;
  top: unset;
  left: unset;
}

.featured-content-bottom {
  display: flex;
  align-items: center;
}

.price-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.featured-add-cart {
  justify-content: center !important;
}

.featured-add-cart > button {
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-add-cart > button > img {
  margin-right: 0 !important;
}

.home-brands-container {
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.home-brands-container .home-brands-swiper .swiper-wrapper .swiper-slide {
  padding: 1rem;
}

.home-brands-container .home-brands-swiper .swiper-wrapper .swiper-slide > a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.home-brands-container .home-brands-swiper .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
  padding: .5rem;
}
.home-banner-brands-title {
  border-bottom: 2px solid #ff914c;
  display: flex;
  width: fit-content;
  position: relative;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.home-banner-brands-title > span {
  font-size: 23px;
  color: #999999;
  font-weight: 500;
}

.home-banner-brands-title::before {
  content: "";
  width: 15px;
  height: 7px;
  display: inline-block;
  background-color: var(--theme-orange);
  position: absolute;
  bottom: -7px;
  left: 46%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/*product-reviews*/
.product-rating-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.product-rating-container .tab-review-product-name {
}

.product-rating-container .tab-review-product-name > span {
  font-size: 18px;
  font-weight: 800;
}

.product-rating-container .tab-rating-container {
  display: flex;
  width: 100%;
  /* align-items: center; */
  justify-content: center;
  /* align-items: center; */
  margin-top: 2rem;
  flex-direction: column;
  position: relative;
  padding-bottom: 30px;
}
.product-rating-container .tab-rating-container::before {
  content: "";
  background: #f5f5f5;
  width: calc(100% + 60px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -30px;
}

.product-rating-container .tab-rating-container .rating-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-items: center;
  /* margin-top: 2rem; */
}

.product-rating-container .tab-rating-container .rating-content {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}

.product-rating-container .tab-rating-container .rating-result {
  width: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  height: 180px;
  margin-bottom: 1rem;
}

.product-rating-container .tab-rating-container .rating-content .rating-item {
  display: flex;
  width: 95%;
  align-items: center;
  margin-bottom: 1rem;
}

.rating-stars-wrapper {
  display: flex;
  width: 100%;
}

.rating-stars-wrapper .rating-stars {
  width: 20%;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.rating-stars-wrapper .rating-info {
  width: 20%;
  display: flex;
  font-size: 15px;
  align-items: center;
}

.rating-stars-wrapper .rating-stars > i {
  font-size: 23px;
}

.product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-info
  > span {
  color: #c8c8c8;
}

.product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-progress {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-progress
  .progress {
  width: 100%;
  background: #f5f5f5;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-progress
  .progress
  .progress-bar {
  background: #ffb928;
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-title {
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-title
  > span {
  font-size: 20px;
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-stars-wrap {
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-stars-wrap
  .result-rating--stars {
  margin: 10px 0;
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-stars-wrap
  .result-rating--stars
  > i {
  font-size: 20px;
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-rating {
  font-size: 17px;
}
.input-rating label::before {
  margin-right: 5px;
  content: "\F588";
  font-family: "bootstrap-icons";
  display: inline-block;
  font-size: 22px;
  color: #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.input-rating input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}

.input-rating {
  display: flex;
  position: relative;
  display: inline-block;
  border: 0;
  margin-left: 20px;
}

.input-rating label {
  position: relative;
  float: right;
  color: #c8c8c8;
  cursor: pointer;
  display: flex;
  align-items: center;
  left: -5px;
}
.rating-new-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rating-new-area .new-area-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.rating-new-area .new-area-top .new-area-text {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #646464;
}

.rating-new-area .new-area-top .new-area-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-new {
  display: none;
  padding: 30px 0;
  position: relative;
}

.rating-new::before {
  content: "";
  background: #f5f5f5;
  width: calc(100% + 60px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -30px;
}

.rating-new-title {
  font-size: 20px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 25px;
}

.product-rating-container .tab-rating-container::before {
  content: "";
  background: #f5f5f5;
  width: calc(100% + 60px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -30px;
}

.input-rating input:checked ~ label:before {
  color: #ffc107;
  content: "\F586";
}

.input-rating label:hover:before {
  color: #ffc107;
  content: "\F586";
}

.wrating-review {
  display: flex;
  flex-direction: column;
}

.wrating-review > input {
  font-size: 14px !important;
  color: #555 !important;
  padding: 0 20px;
}

.wrating-review > textarea {
  padding: 20px;
  border: 0;
  border-radius: 5px;
  max-width: 790px;
  min-height: 150px;
  resize: vertical;
  margin-top: 25px;
  background: #f5f5f5;
  font-size: 16px !important;
}

.rating-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.rating-actions .rating-buttons {
  display: flex;
}

.rating-actions .rating-buttons .rating-button {
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  border: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #ff914c;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
}

.rating-actions .rating-buttons .rating-button > i {
  margin-right: 0.5rem;
}

.product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-stars
  > i:not(:last-child) {
  margin-right: 0.3rem;
}

.input-rating label:hover ~ label:after {
  color: #ffdb70;
}

.input-rating label:hover ~ label:before {
  color: #ffdb70;
  content: "\F586";
}
.rating-send {
  width: 100%;
}

.rating-send .buttons {
}

.rating-send .buttons .pull-right {
  display: flex;
  width: 100%;
  justify-content: end;
}

.rating-send .buttons .pull-right > button {
  border: 0;
  border-radius: 5px;
  padding: 0 60px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  background: #ff914c !important;
  border: 1px solid #ff914c !important;
  border-radius: 5px !important;
}

.rating-send .buttons .pull-right > button:hover {
  background: #fff !important;
  color: #8d4a32 !important;
}

.product-tab-comments {
  display: flex;
  width: 100%;
}

.product-tab-comments .product-tab-comments--list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head {
  display: flex;
  align-items: center;
  width: 100%;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta {
  flex: 1;
  display: flex;
  width: 100%;
  height: 55px;
  align-items: center;
  justify-content: space-between;
}
.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .product-tab-comment__metadata {
  font-size: 15px;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .product-tab-comment__metadata
  > span {
  font-weight: 800;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__bottom {
  margin-left: 20px;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__bottom
  .product-tab-comment__text {
  border-radius: 5px;
  padding: 20px;
  line-height: 1.4;
  background: #f5f5f5;
  color: #646464;
  font-size: 15px;
}
.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .rating-stars-wrapper {
  width: auto;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .rating-stars-wrapper
  .rating-stars
  > i:not(:last-child) {
  margin-right: 0.3rem;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .rating-stars-wrapper
  .rating-stars
  > i {
  font-size: 20px;
}
.rating-new > span {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 200;
}
.product-description-tab-container .product-tab-wrapper .nav-pills > li {
  width: calc(33.3% - (2rem * 3) / 3);
  background-color: #fbfbfb;
  border: 1px solid #ececec;
}
.product-related-wrapper .product-wrap {
  width: 100%;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .product-fav .add_favori.favorited .bi.bi-star-fill {
  color: #EBEB1A;
}
/*product-reviews-end*/

.footer-fixed-buttons {
  position: fixed;
  bottom: 32%;
  z-index: 99999;
  right: 2%;
  border: aliceblue;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.footer-fixed-buttons > a:nth-child(1) {
  background: #2DCD4A;
  color: #fff;
  font-size: 26px;
  padding: 1rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-fixed-buttons > a:nth-child(2) {
  color: #fff;
  font-size: 26px;
  padding: 1rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(246,11,89);
  background: radial-gradient(circle, rgba(246,11,89,1) 0%, rgba(198,6,222,1) 100%);
}

.header-top-mobile-banner{
  display: none;
}
@media screen and (min-width: 992px) {


  .header-menu .megamenu-nav,
  .header-menu .megamenu-nav .container-megamenu,
  .header-menu .megamenu-nav .container-megamenu .megamenu-wrapper,
  .header-menu
    .megamenu-nav
    .container-megamenu
    .megamenu-wrapper
    .megamenu-container,
  .header-menu
    .megamenu-nav
    .container-megamenu
    .megamenu-wrapper
    .megamenu-container
    .megamenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-blue) !important;
    height: 45px;
  }

  .header-menu
    .megamenu-nav
    .container-megamenu
    .megamenu-wrapper
    .megamenu-container
    .megamenu
    > li
    > a {
    padding: 0 1rem !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: normal !important;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px !important;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover {
    background-color: transparent !important;
    letter-spacing: 0 !important;
    font-weight: bold !important;
    padding-left: 0 !important;
  }

  ul.megamenu > li.active > a,
  ul.megamenu > li.home > a,
  ul.megamenu > li:hover > a,
  ul.megamenu > li > a:hover {
    background-color: transparent !important;
  }

  ul.megamenu > li {
    border-right: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    height: 42px;
  }

  ul.megamenu > li:first-child {
    border-left: 1px solid #ddd;
  }

  .expand-submenu {
    padding: 0;
  }

  ul.megamenu li .sub-menu .content .static-menu a.main-menu:hover::before {
    display: none;
  }

  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
    margin-bottom: 1rem;
  }

  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > a {
    transition: 0.25s ease-in-out;
    font-size: 15px !important;
    color: #545454 !important;
    font-weight: bold !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  ul.megamenu li .sub-menu .content .static-menu .menu ul ul > li > a {
    font-size: 11px;
    color: #545454 !important;
    font-weight: 500;
  }

  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
    padding-right: 0 !important;
    display: none !important;
  }

  ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > a:hover {
    color: #e35252 !important;
  }

  ul.megamenu > li:hover {
    background-color: #fff;
  }

  ul.megamenu > li {
    transition: 0.25s ease-in-out;
  }

  .header-menu
    .megamenu-nav
    .container-megamenu
    .megamenu-wrapper
    .megamenu-container
    .megamenu
    > li:hover
    > a {
    color: var(--theme-blue) !important;
  }
}

.header-menu.sticked {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9999999;
}

body.active {
  padding-top: 55px;
}

.iziToast.iziToast-color-green {
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

.menu-overlay {
  position: fixed;
  /* background: rgba(0, 0, 0, 80%); */
  inset: 0;
  z-index: 999998;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
  top: 156px;
  display: none;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

ul.megamenu > li > .sub-menu {
  z-index: 999999;
  top: 99% !important;
}

ul.megamenu li .sub-menu .content {
  margin: 0 1rem;
  border-radius: 0 !important;
}

.image-wrapper {
  display: flex;
  width: 100%;
}

.image-wrapper > img {
  width: 100%;
}

.product-left {
  width: 35% !important;
}

.product-swiper-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.product-swipers {
  border: 2px solid #eff4fa;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.thumbs-product-swiper {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
}

.thumbs-product-swiper .swiper-wrapper {
  flex-direction: column;
  align-items: center;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide {
  height: unset !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide .product-images {
  width: 70%;
  display: flex;
  border: 2px solid #eff4fa;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

.swiper-slide-thumb-active .product-images {
  border: 2px solid #ff914c !important;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide .product-images > img {
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
}

.product-right {
  position: relative !important;
  top: unset !important;
}

.gallery {
  cursor: pointer;
}

#lightbox {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 99999999;
}

.close,
.prev,
.next {
  position: absolute;
  cursor: pointer;
}

.close {
  right: 10px;
  top: 10px;
  color: #fff !important;
  opacity: 1 !important;
}

.prev {
  left: 10px;
  font-size: 30px;
}

.next {
  right: 10px;
  font-size: 30px;
}

#lightbox > img {
  width: 25%;
  border-radius: 5px;
}

.home-nav-menu .nav-menu-container .tab-content {
  border: none;
  padding-top: 0;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li {
  font-size: 12px;
  color: #848484;
  font-weight: 200;
}

ul.product-price {
  position: relative !important;
  top: unset !important;
  left: unset !important;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .product-price
  #power-price
  > li
  > span {
  color: var(--theme-orange);
  font-size: 23px !important;
}
.sogo-product-container .product-right .product-details-upper .product-info .detail-info > li.this-week > span {
  display: flex;
  gap: .1rem;
}

.sogo-product-container .product-right .product-details-upper .product-info .detail-info > li:nth-child(5) {
  width: 100%;
  padding-top: .5rem;
}

.sogo-product-container .product-right .product-details-upper .product-info .detail-info > li:nth-child(5) > span {
  width: 100%;
  display: flex;
  gap: .3rem;
}

.sogo-product-container .product-right .product-details-upper .product-info .detail-info > li:nth-child(5) > span > p {
  color: #ff914c;
  font-weight: 700;
}
div#power-stock {
  color: #2ea22e;
  font-weight: 700;
}

.sogo-product-container .product-right .product-details-upper .product-info .product-price #power-price > li > span.product-old-price {
  font-size: 16px !important;
  color: #999 !important;
  margin-right: 1rem;
}

.product-fav-btn i.bi.bi-heart-fill {
  color: red;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.btn-div-product > button > img {
  width: 21px;
  margin-right: 0.5rem;
}

.btn-div-product #button-cart {
  background-color: var(--theme-orange) !important;
  border-radius: 5px;
  height: 40px;
}

.btn-div-product .buy-btn {
  background-color: var(--theme-blue) !important;
  color: #fff !important;
  border-radius: 5px;
  border: none !important;
  height: 40px;
}

.btn-div-product #button-cart:hover {
  background-color: var(--theme-orange) !important;
}

.btn-div-product .buy-btn:hover {
  background-color: var(--theme-blue) !important;
  border: none !important;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .quantity-input-wrapper,
.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .minus,
.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus,
.btn-div-product {
  height: 40px !important;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .minus {
  background-color: transparent !important;
  border-radius: 5px 0 0 5px;
  width: 45px !important;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons
  > .plus {
  background-color: transparent !important;
  border-radius: 0 5px 5px 0;
  width: 45px !important;
}

.rating > p > span > i {
  font-size: 10px;
}

.rating > p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating > p > span {
  width: 14px;
}

.rating-text > a {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #323232;
}

.rating-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-right-middle {
  display: flex;
  width: 15%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 1.5rem;
}

.share-buttons > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}

.share-buttons > ul > li {
  padding: 0.5rem;
  width: 35px;
  height: 35px;
  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: #eee;
  border: 1px solid #ccc;
  margin-right: 0.5rem;
  -webkit-transition: background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.share-buttons > ul > li > a {
  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;
}

.social-share-buttons {
  padding-top: .5rem;
}

.rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.details-icon-content {
  display: flex;
  width: 100%;
}

.details-icon-content > img {
  width: 100%;
}

.product-tab-wrapper {
  margin-bottom: 2.5rem;
}

.tab-image-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.tab-image-wrapper .tab-image-content {
  display: flex;
  width: 25%;
  border: 1px solid #eee;
  margin: 1rem 0.5rem;
  border-radius: 5px;
  overflow: hidden;
  padding: 1rem;
}

.tab-image-wrapper .tab-image-content > img {
  width: 100%;
}

.account-sub-menu {
  position: absolute;
  z-index: 9;
  top: 100%;
  background-color: #fff;
  width: 170px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
  z-index: 999;
}

.account-sub-menu > ul > li > a {
  display: flex;
  padding: 0.8rem 1rem;
  width: 100%;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #323232;
}

.account-sub-menu > ul > li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-right: 1rem;
}

.header-account:hover .account-sub-menu {
  opacity: 1;
  visibility: visible;
}

.product-wishlist-btn .product-card-buttons,
.product-wishlist-btn .product-card-buttons > button {
  right: unset;
  width: 100% !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  top: unset;
  left: unset;
  background-color: transparent !important;
  color: #000 !important;
}

.product-wishlist-btn {
  width: 100%;
  display: flex;
  padding-bottom: .5rem;
  border-bottom: 1px solid #eee;
}

.product-wishlist-btn .product-card-buttons > button {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #323232;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-wishlist-btn .product-card-buttons > button > i {
  margin-right: 0.3rem;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li
  .manufacturers-name {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #0071c1;
  margin-right: 10px;
}

.sogo-product-container
  .product-right
  .product-details-upper
  .product-info
  .detail-info
  > li
  > a {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #848484;
  display: flex;
  align-items: center;
}

.product-caption {
  justify-content: space-between !important;
}

.product-grid .product-card:hover {
  box-shadow: none !important;
}

.product-card .add-cart > button {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-card .add-cart > button:first-child {
  margin-right: 1rem;
}

.product-card .product-caption .product-name-wrapper > a .product-name {
  font-weight: 400 !important;
  font-size: 14px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2; /*KaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ StÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±rda sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±nÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±rlamak istiyorsanÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±z */
  -webkit-box-orient: vertical;
  overflow:hidden;
}

.product-card .product-caption .product-price-wrapper .product-new-price {
  font-weight: bold;
  /* padding-top: 1rem; */
  font-size: 18px;
}

.mobile-footer-collapse,
.mobile-header-contain {
  display: none;
}

.megamenu-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.header-cart-div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 1rem 2rem; */
  /* background-color: var(--theme-orange); */
  /* color: #fff; */
  position: relative;
}

.header-cart-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-cart-div > a > i {
  font-size: 27px;
}
.header-cart-div > a > img {
  width: 30px;
  position: relative;
}

.header-rights .header-wishlist-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-rights .header-wishlist-div > a > i {
  font-size: 24px;
}

span.cart-text {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5d5d5d;
  border-radius: 50%;
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  top: -1px;
  right: -15px;
  color: #ffffff;
  background: #5d5d5d;
}

.tab-content {
  border: 1px solid #eee;
  border-radius: 0 0 5px 5px;
  border-top: none;
  background: white;
}

.mobil-slick-slider {
  display: none;
}

.product-grid .product-card {
  width: calc(20% - 1.8rem);
}

.product-grid-2 .product-card {
  width: calc(25% - 0.25rem);
}

.home-icon-content:last-child .home-icon-content-image > img {
  width: 35px;
}

#search {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99999 !important;
  pointer-events: unset !important;
  border-bottom: none !important;
}

.search-input-wrapper {
  display: none !important;
}

.gallery-thumbs .little-image .swiper-slide > a > img,
.gallery-thumbs .little-image .swiper-slide > img {
  width: 100%;
}

.gallery-thumbs .little-image .swiper-slide > a {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}

.gallery-thumbs .little-image .swiper-slide > a {
  margin-right: 0.5rem;
}

#show-filter {
  display: none !important;
}

.bf-buttonclear-box .bf-buttonsubmit {
  display: none;
}

.bf-attr-filter:not(.active) .bf-c-2 label,
.bf-attr-filter.active label {
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  color: #848484;
}

.bf-sliding {
  overflow: auto !important;
}
.category-page {
  background: #eeeeee;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-page .sogo-content {
  width: 90%;
}

.content-wrapper .sogo-content .filter-sort .filter-side.filter-active {
  display: none;
}
.content-wrapper .sogo-content .filter-sort.sticked .category-page-title {
  justify-content: flex-start;
}

.category-content-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  height: auto !important;
  margin-bottom: 2rem;
  gap: 1rem;
}

.content-wrapper .sogo-content .product-layout {
  width: 75%;
  padding: 1rem;
}

.category-list-container {
  width: 25%;
}
.category-page .add-cart {
  gap: .5rem;
}

.category-page .add-cart > button {
  font-size: 12px;
  padding: 0.2rem 0.1rem;
  flex-direction: unset;
  justify-content: center;
}

.category-page .add-cart > button:first-child {
  margin-right: 0;
}
.bf-cell .ui-slider-horizontal .ui-slider-range, .bf-slider-range.ui-slider .ui-slider-range {
  background: #ff914c !important;
}
.content-wrapper .sogo-content .filter-sort .sort-view {
  width: 65%;
}

.category-page-title {
  display: flex;
  width: 35%;
  justify-content: end;
}

.category-page-title > span {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ff914c;
}
.bf-sliding-cont {
  background: #fff;
}

.category-list-container .bf-panel-wrapper {}

.category-list-container .bf-panel-wrapper .bf-form {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
}

.category-list-container .bf-panel-wrapper .bf-form .bf-price-filter .bf-attr-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.bf-row {
  width: 100%;
  display: inline-block !important;
}

.bf-cell {
  width: 100%;
}
.content-price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: .5rem;
}

.content-price .old-price h4 {
  font-size: 13px !important;
  margin: 0;
  text-decoration: line-through;
  color: #888;
}



.discount-wrapper {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #ff914c;
  padding: .5rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.discount-wrapper > span {
  color: #fff;
  font-size: 14px;
}


.special-price > h4 {
  margin: 0;
}

.price > h4 {
  margin: 0;
  padding: 0;
}

.category-content-wrapper .discount-wrapper {
  left: 5px;
}


@media screen and (max-width: 1200px) {
  .product-grid .product-card {
    width: calc(33.3% - 2rem);
  }
  .content-wrapper .sogo-content .filter-sort.sticked {
    top: 0;
}
.product-rating-container .tab-rating-container .rating-top {
  flex-direction: column;
}

.product-rating-container .tab-rating-container .rating-content {
  width: 100%;
}

.product-rating-container .tab-rating-container .rating-result {
  width: 50%;
}

.rating-stars-wrapper .rating-info {
  font-size: 13px;
}

.rating-stars-wrapper .rating-stars > i {
  font-size: 19px;
}
.rating-send {
  margin-top: 1rem;
}
.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner {
  width: 100%;
}
.product-price-container .product-price div#power-price .discount-wrapper > span {
  right: 50%;
}
 
}
@media screen and (max-width: 1025px) {
  .tab-wrapper-content {
    margin: 0.5rem;
    width: calc(33.3% - 1rem);
  }
  .content-wrapper .sogo-content .filter-sort.sticked {
    top: 0;
}

  .featured-content-bottom {
    flex-direction: column;
  }

  .featured-add-cart {
    justify-content: flex-end !important;
  }
}

@media screen and (max-width: 991px) {
  .header-top-mobile-banner {
    background: #eeee;
    position: relative;
    height: 40px;
    display:flex ;
}

.header-top-mobile-banner > img {
    width: 100%;
    height: 34px;
}

.header-top-mobile-banner .banner-top-text-content {
    position: absolute;
    justify-content: center !important;
    align-items: center !important;
}

.header-top-mobile-banner .banner-top-text-content .banner-top-contact {
    display: none;
}

.header-top-mobile-banner .banner-top-text-content .banner-top-social-media {
    display: none;
}

.header-top-mobile-banner .banner-top-text-content .banner-top-text {
    width: 100%;
    justify-content: center;
}
  .megamenu-pattern {
    width: 100%;
    max-height: unset !important;
  }

  ul.megamenu > li {
    overflow: hidden;
  }

  ul.megamenu > li.active {
    overflow: unset;
  }

  .header-bottom,
  .header-top-banner {
    display: none;
  }

  .mobile-header-contain {
    display: flex;
    padding: 1rem;
    background-color: #fff;
  }

  .mobile-logo {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: center;
  }

  .mobile-logo > a {
    width: 100%;
  }

  .mobile-logo > a > img {
    height: 25px;
    margin-top: -10px;
  }

  .mobile-header-right {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .mobile-header-account {
    position: relative;
    margin-right: 1.5rem;
  }

  .header-wishlist-div {
    margin-right: 1.5rem;
}
  .mobile-account-sub {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
    width: 150px;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-header-account:hover .mobile-account-sub {
    opacity: 1;
    visibility: visible;
  }

  .mobile-header-account > a > i, .mobile-header-cart > a > i,.mobile-header-right .header-wishlist-div > a > i {
    margin-right: 0.5rem;
    font-size: 22px;
    color: #fe9350;
  }

  .mobile-header-account > a, .mobile-header-cart > a,.mobile-header-right .header-wishlist-div > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-account-sub > ul > li > a {
    font-size: 14px;
    display: flex;
    padding: 0.8rem 0.8rem;
    color: #323232;
  }

  .mobile-account-sub > ul > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .mobile-logo > i {
    font-size: 29px;
    margin-right: 1rem;
    color: #fe904c;
  }

  .megamenu-wrapper.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 999999999;
  }

  .show-menu {
    display: none;
  }

  .header-menu {
    background-color: transparent;
    height: 0;
  }

  .slick-slider-wrapper {
    margin-top: 0;
  }

  .megamenu-upper-container .header-search {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-right: 0;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #eee;
  }

  ul.megamenu > li > .sub-menu {
    top: 44px !important;
  }

  ul.megamenu li .sub-menu .content {
    margin: 0;
  }

  .header-cart-div {
    display: none;
  }

  .megamenu-wrapper {
    align-items: unset;
    justify-content: unset;
  }

  .mobile-header-cart > a {
    position: relative;
  }

  span.cart-text {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -4px;
    background-color: var(--theme-orange);
    color: #fff;
  }

  .mobile-header-contain.sticked {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    z-index: 9999999;
    border-bottom: 1px solid #ddd;
  }

  .category-list-container .bf-panel-wrapper .bf-form .bf-attr-block {
    width: 100% !important;
    margin: 0 !important;
}
.category-list-container {
  width: 30%;
}

.content-wrapper .sogo-content .product-layout {
  width: 70%;
}

.category-page-title {
  justify-content: flex-start;
}
.bf-cur-symb {
  width: 100%;
}

input[type=text].bf-range-max, input[type=text].bf-range-min, input[type=text].bf-slider-input {
  width: 45px;
  min-width: 45px;
}
.nav-menu-container .nav-tabs > li > a, .product-tab-wrapper .nav-tabs > li > a {
  font-size: 17px;
}
}

@media screen and (max-width: 769px) {
  .content-bottom-wrapper {
    flex-direction: column;
  }

  .content-bottom-wrapper > div {
    width: 100% !important;
  }

  .slick-slider-wrapper {
    width: 100%;
    padding: 0;
  }


  .tab-wrapper-content {
    margin: 0.5rem;
    width: calc(50% - 1rem);
  }

  .home-icon-wrapper {
    flex-wrap: wrap;
  }

  .home-icon-content {
    width: 50%;
  }

  .product-swiper-wrapper {
    display: none;
}
.sogo-product-container .product-right .product-details-upper {
  padding: 0;
}

  .footer-newsletter-wrapper {
    flex-direction: column;
  }

  .footer-newsletter-wrapper .newsletter-wrapper {
    width: 100%;
  }

  .footer-newsletter-wrapper .middle-heading {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 15px;
  }

  .footer-link-wrapper {
    display: none;
  }

  .mobile-footer-collapse {
    display: flex;
    flex-direction: column;
  }

  .mobile-footer-collapse .panel-group {
    margin-bottom: 0;
  }

  .mobile-footer-collapse .panel-group .panel {
    border-radius: 0;
    border: none;
  }

  .mobile-footer-collapse .panel-group .panel-default > .panel-heading {
    color: #333;
    background-color: #444;
    border-color: #ddd;
    border-radius: 0;
    padding: 0;
  }

  .footer-link-content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem;
    background-color: #444;
    height: 100%;
  }

  .footer-link-content-title > span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }

  .footer-link-content-title > i {
    color: #fff;
    font-size: 13px;
  }

  .mobile-footer-collapse
    .panel-group
    .panel-default
    > .panel-heading:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .mobile-footer-collapse .panel-collapse > ul > li > a {
    display: flex;
    padding: 0.7rem;
    font-size: 15px;
    color: #848484;
    padding-left: 1rem;
  }

  .mobile-footer-collapse .panel-collapse > ul,
  .mobile-footer-collapse .panel-collapse .collapse-content {
    background-color: #f7f7f7;
  }

  .mobile-footer-collapse .panel-collapse > ul > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }

  .footer-link-content-title[aria-expanded="true"] {
    /* background-color: #e35252; */
  }

  .collapse-content > span {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #323232;
  }

  .collapse-content {
    padding: 0.8rem;
  }

  .collapse-content > p {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #848484;
    margin-bottom: 1rem;
  }

  .footer-social-wrapper {
    width: 100%;
  }

  .footer-bank-image {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bank-image > img {
    margin-bottom: 0.5rem;
  }

  .add-cart {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
  }

  .add-cart > button {
    width: 100%;
  }
  .add-cart > button:first-child {
    margin-right: 1rem;
  }

  .tab-wrapper-content {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
    padding: 0.5rem;
    border-radius: 5px;
  }

  .product-grid .product-card {
    width: calc(50% - 2rem);
  }

  .product-left {
    width: 100% !important;
  }

  .sogo-container {
    background-color: #fff;
  }

  .product-right-middle {
    width: 100%;
    margin-left: 0;
  }

  .sogo-product-container
    .product-right
    .product-details-lower
    .product-cart-buttons.sticked
    #button-cart {
    /* height: 50px; */
  }

  #lightbox > img {
    width: 55%;
  }

  .tab-content > .active {
    padding: 0.5rem;
  }

  .sogo-product-container {
    flex-direction: column;
  }

  .mobil-slick-slider {
    display: block;
  }

  .slick-slider-wrapper {
    display: none;
  }

  .product-grid-2 .product-card {
    width: calc(50% - 0.25rem);
  }

  #grid-view-2,
  #grid-view {
    display: none !important;
  }

  .product-card .product-caption {
    height: 150px;
  }
  .content-wrapper .sogo-content .product-layout {
    width: 100%;
}

  .category-list-container {
    display: none;
  }
  #show-filter {
    display: flex !important;
  }

  .featured-content-bottom {
    flex-direction: unset;
  }
  .content-wrapper .sogo-content .filter-sort .filter-side.filter-active {
    display: block;
}
.product-card .product-card-buttons .product-fav-btn {/* justify-content: flex-start !important; */}

.social-share-buttons {
    width: 100%;
}
.footer-link-content-title {
  padding: 1.3rem;
  padding: .5rem;
  background: #eeeeee;
}

.footer-link-content-title > span {
  color: #ff914c;
  font-size: 14px;
}

.footer-link-content-title > i {
  color: #ff914c;
}
.product-rating-container .tab-review-product-name > span {
  font-size: 14px;
}

.product-rating-container .tab-rating-container .rating-top {
  flex-direction: column;
}

.product-rating-container .tab-rating-container .rating-content {
  width: 100%;
  margin-right: 0;
}

.product-rating-container .tab-rating-container .rating-content .rating-item {
  width: 100%;
}

.rating-stars-wrapper .rating-stars > i {
  font-size: 15px;
}

.rating-stars-wrapper .rating-info {
  font-size: 10px;
}

.product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-progress {
  width: 80%;
}

.product-rating-container .tab-rating-container .rating-result {
  width: 90%;
  margin-top: 1rem;
  margin-bottom: 0;
}

.rating-new > span {
  font-size: 13px;
}

.rating-new-title {
  font-size: 17px;
}
}
@media screen and (max-width: 650px){
  .product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-progress {
  display: none;
}

.rating-stars-wrapper {
  justify-content: center;
  align-items: center;
}

.rating-stars-wrapper .rating-stars > i {
  font-size: 21px;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .rating-stars-wrapper
  .rating-stars {
  width: 100%;
  justify-content: center;
  margin-right: 0;
}

.rating-stars-wrapper .rating-info {
  font-size: 14px;
  width: 50%;
  justify-content: center;
}
.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner {
  width: 100%;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .rating-stars-wrapper
  .rating-stars
  > i {
  font-size: 13px;
}

.rating-stars-wrapper .rating-stars {
  width: 50%;
}
}
@media screen and (max-width: 580px){

  .nav-menu-container .nav-tabs, .product-tab-wrapper .nav-tabs {
    overflow: hidden;
    overflow-x: scroll;
    justify-content: flex-start;
    height: 60px;
    margin: 1rem;
    border-bottom: 0;
    margin-bottom: 0;
}

.nav-menu-container .nav-tabs li {
    flex-shrink: 1;
    /* width: 150px !important; */
    height: 60px;
}

.nav-menu-container .nav-tabs > li > a, .product-tab-wrapper .nav-tabs > li > a {
    width: 150px;
    padding: 1rem;
    padding-bottom: 8px;
    justify-content: center;
}


.nav-menu-container .nav-tabs > li.active > a::before, .product-tab-wrapper .nav-tabs > li.active > a::before {
    left: 45%;
}
.nav-menu-container .nav-tabs::-webkit-scrollbar, .product-tab-wrapper .nav-tabs::-webkit-scrollbar{
  height: 0;
  background: none !important;
  width: 0;
  border: none;
  opacity: 0;
}

}

@media screen and (max-width: 553px) {
  .nav-menu-container .nav-tabs > li > a,
  .product-tab-wrapper .nav-tabs > li > a {
    font-size: 15px;
    padding-bottom: 0.5rem;
  }

  .footer-newsletter-wrapper {
    flex-direction: column;
    padding: 0 0.8rem;
    padding-bottom: 1rem;
  }

  .product-grid-2 .product-card {
    width: calc(100% - 0.25rem);
  }

  .product-card .product-caption {
    height: auto;
    padding: 0;
  }

  .content-wrapper .sogo-content .filter-sort .filter-side.filter-active {
    display: block;
  }

  .bf-cell {
    border-bottom: none !important;
  }
  .bf-row {
    display: table-row !important;
  }

  .content-wrapper .sogo-content .product-layout {
    width: 100% !important;
    justify-content: space-evenly;
    padding: 0;
  }

  .featured-content-bottom {
    flex-direction: column;
  }

  .featured-add-cart {
    width: 100%;
  }
}

@media screen and (max-width: 481px) {
  .product-card .product-caption .product-price-wrapper {
    height: auto !important;
    /* flex-direction: column; */
  }



.home-banner-brands-title > span {
  font-size: 17px;
}
}

@media screen and (max-width: 426px) {
  .nav-menu-container .nav-tabs,
  .product-tab-wrapper .nav-tabs {
    /* flex-wrap: wrap; */
  }

  .tab-wrapper-content {
    margin: 0.5rem;
    width: calc(50% - 1rem);
  }

  .footer-bank-image,
  .footer-bank-bottom-image {
    width: 100%;
    padding: 0;
  }

  .footer-bank-image > img {
    width: 20%;
  }

  .footer-bank-bottom-image {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-bank-bottom-image > img {
    margin-bottom: 0.5rem;
  }

  .featured-slick-prev {
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 35px;
    height: 35px;
  }

  .featured-slick-next {
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 35px;
    height: 35px;
  }

  .mobile-logo {
    width: 80%;
  }

  .mobile-header-right {
    width: 60%;
  }

  .mobile-header-account > a,
  .mobile-header-cart > a {
    font-size: 0;
  }
  span.cart-text {
    font-size: 14px;
    top: -5px;
    right: -5px;
  }

  .tab-content > .active {
    padding: 0.5rem;
  }

  .tab-image-wrapper .tab-image-content {
    display: flex;
    width: 50%;
  }

  .btn-div-product > button {
    font-size: 12px;
  }

  #lightbox > img {
    width: 85%;
  }

  .mobile-account-sub {
    right: -130%;
  }

  .swiper-container.gallery-thumbs.swiper-container-initialized.swiper-container-horizontal.swiper-container-free-mode.swiper-container-thumbs {
    padding: 0 1rem;
  }

  .product-grid .product-card {
    /* width: calc(100% - 1.5rem); */
    justify-content: flex-start;
    width: calc(50% - 1rem);
  }

  .product-grid .product-card {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .sogo-breadcrumb::-webkit-scrollbar {
    display: none;
}
.rating-send .buttons .pull-right > button {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  width: 45%;
  padding: 0;
}

.rating-actions .rating-buttons .rating-button {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  width: 100%;
  padding: .5rem;
}

}

@media screen and (max-width: 376px) {
  .featured-slider-wrapper .item,
  .featured-slider-wrapper2 .item {
    flex-direction: column;
    height: auto;
  }

  .featured-image-div,
  .featured-content {
    width: 100%;
  }

  .featured-content-top,
  .featured-content-bottom {
    padding-left: 1rem;
    width: 100%;
    padding-top: 0.5rem;
  }

  .price > h4 {
    padding-top: 0;
    margin-top: 0;
  }

  .mobile-logo {
    width: 80%;
  }

  .mobile-header-account {
    margin-right: 0.5rem;
  }
  .rating-new-area .new-area-top {
    flex-direction: column;
}
.header-wishlist-div {
  margin-right: 0.5rem;
}
}

@media screen and (max-width: 377px) {
  .add-cart > button {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
  }

  .nav-menu-container,
  .home-nav-menu .nav-menu-container .tab-content {
    padding: 0;
  }
}

@media screen and (max-width: 321px) {
  .mobile-logo {
    width: 70%;
  }

  .add-cart > button:first-child {
    margin-right: 0.4rem;
  }
  .category-page-title > span {
    font-size: 11px;
}
.category-page .add-cart > button {
  font-size: 10px;
}
}
