img {
  width: 100%;
  max-width: 100%;
}
::-webkit-scrollbar {
  width: 10px;
  background: #e6e6e6;
}
::-webkit-scrollbar-thumb {
  background: #000;
}
.mobil-header-container {
  display: none;
}
.megamenu-logo {
  display: none;
}
.activemenu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
}
.sticky {
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 10000;
  width: 100%;
  border: 1px solid #ddd;
  left: 0;
  background: #fff;
  right: 0;
  z-index: 9999;
  /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
}
.sticky-wrapper {
  top: 60px !important;
}
.footerwebsite {
  /* display: none !important; */
  margin-top: 2rem;
}
.favorited i {
  color: #d8272c !important;
}
.header-html-top-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.3rem;
  background: #000;
}

.header-html-top-container ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header-html-top-container ul li {
  width: 25%;
  display: flex;
  justify-content: center;
}

.header-html-top-container ul li > span {
  color: #fff;
  font-size: 14px;
}
.header-top-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.header-logo {
  width: 33.3%;
  margin: 0;
  height: 100%;
}
.header-logo img {
  margin: 0;
}

.quick-btn-wrapper.search {
  width: 100%;
  height: 100%;
}

.search-container {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 0.3rem;
  height: 100%;
}
#search .search-input-wrapper > input {
  width: 95%;
  padding: 0.2rem;
  font-size: 14px;
}

.header-account-container {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.user-submenu {
  z-index: 999;
}
.header-quick-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-quick-menu > li {
  /* width: 15%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-quick-menu > li > div {
  /* width: 100%; */
}

.header-quick-menu > li > div > a {
  width: 100%;
}

.header-quick-menu > li > div > a > i {
  font-size: 25px;
}

.header-quick-menu > li > div > a > .bi-person {
  font-size: 28px;
}
button.search-search {
  display: block !important;
}

button.search-remove {
  display: none !important;
}
.menu-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.swiper {
  overflow: hidden;
}
.homepage-slider-container {
  display: flex;
  width: 95%;
  justify-content: center;
  align-items: center;
}

.main-slider-container {
  width: calc(61% - 1rem);
  margin-right: 1rem;
  position: relative;
}

.right-banner-container {
  width: 36%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-slider-container .swiper-wrapper {
  width: 100%;
}

.main-slider-container .swiper-wrapper .swiper-slide {
  width: 100% !important;
}

.main-slider-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.right-banner-container .small-slider {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}

.right-banner-container .small-slider .swiper-wrapper {
  display: flex;

  align-items: center;
}

.right-banner-container .small-slider .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.sticky-banner {
  width: 100%;
}

.sticky-banner > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-banner-container .small-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.sticky-banner > a > img {
  width: 100%;
}

.swiper-button-prev {
}

.swiper-button-next {
}
.swiper-pagination {
  left: unset !important;
}
.home-gallery.lights-off {
  margin-top: 4rem;
  overflow: hidden;
}
.home-gallery.lights-off .modul-title {
  display: flex;
  width: 100%;
  align-items: center; /* justify-content: center; */
}

.home-gallery.lights-off .modul-title h3 {
  display: flex;
  align-items: center;
  padding-left: 5rem;
  margin: 0;
  margin-bottom: 1rem;
  width: 100%;
}
.swiper-container.gallery-slider.gallery-slider3.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
  width: 90%;
  position: unset;
}
.image-div:hover > img {
  transform: scale(1);
}
.home-gallery .gallery-lower .gallery-slider .swiper-slide {
  border: 1px solid #eee;
  border-radius: 3px;
  background: #ffff;
}
.img-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #00000054;
  top: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.product-image-wrapper > a:hover .img-overlay {
  opacity: 1;
  visibility: visible;
}
.image-div:hover .img-overlay {
  opacity: 1;
  visibility: visible;
}
.home-gallery .gallery-lower {
  position: relative;
}

.gallery-slider3 .swiper-button-next {
  right: 4%;
}
.gallery-slider3 .swiper-button {
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #fff;
  padding: 1rem;
}

.gallery-slider3 .swiper-button-prev {
  left: 4%;
}

.gallery-slider3 .swiper-button-next::after,
.gallery-slider3 .swiper-button-prev::after {
  font-size: 12px;
  color: #999;
}
.home-gallery
  .gallery-lower
  .gallery-slider
  .swiper-slide
  .product-card-buttons {
  position: absolute;
  top: 37%;
  right: 43%;
  transform: scale(0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: 0.5s ease-in-out;
}

.button-wrapper .product-fav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  color: #777;
  /* font-size: 19px; */
  z-index: 99999;
}
.button-wrapper {
  justify-content: center;
  height: 10%;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #fff;
  z-index: 9999;
  transition: 0.3s ease-in-out;
}
.home-gallery
  .gallery-lower
  .gallery-slider
  .swiper-slide:hover
  .product-card-buttons {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.button-wrapper:hover {
  background: #000000c9;
  border: #000000c9;
}

.button-wrapper:hover .product-fav-btn > i {
  /* color: #fff !important; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-gallery
  .gallery-lower
  .gallery-slider
  a
  > .product-caption
  .product-price
  .price-old {
  margin-right: 0.5rem;
}
.banner-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  overflow: hidden;
}

.banner-container .twin-top {
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6rem;
}

.banner-container .twin-top > div > a {
  /* width: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-container .twin-bottom > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-container .twin-bottom {
  display: flex;
  justify-content: center;
  width: 90%;
  align-items: center;
}
.banner-container div > div > a {
  /* margin-right: 0.5rem; */
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.twin-top-left {
  width: 60.8%;
  position: relative;
  /* display: flex; */
  margin-right: 0.5rem;
}

.twin-top-right {
  width: 38.7%;
  position: relative;
}

.twin-bottom-left {
  width: 38.7%;
  margin-right: 0.5rem;
  position: relative;
}

.twin-bottom-right {
  width: 60.8%;
  position: relative;
}
.twin-hover-text {
  position: absolute;
  top: 0;
  font-size: 26px;
  justify-content: center !important;
  display: flex;
  align-items: center !important;
  width: 100%;
  height: 100%;
  background: #00000029;
  color: #fff !important;
  font-weight: 700;
  transition: 0.5s ease-in-out;
  opacity: 0;
  /* visibility: visible; */
  --default-black: #fff;
  transform: scale(0.7);
}
.twin-top-img {
}

.twin-top-left:hover .twin-hover-text {
  opacity: 1;
  transform: scale(1);
}
.twin-top-right:hover .twin-hover-text {
  opacity: 1;
  transform: scale(1);
}
.twin-bottom-right:hover .twin-hover-text {
  opacity: 1;
  transform: scale(1);
}
.twin-bottom-left:hover .twin-hover-text {
  opacity: 1;
  transform: scale(1);
}
.palette-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.palette-container .palette-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  width: 100%;
}

.palette-container .palette-box-wrapper .palette-box {
  width: 16.6%;
  padding: 25px 30px;
  margin-bottom: 2rem;
}
.palette-container .palette-contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 91%;
  background: #f7f9fc;
  margin-top: 2rem;
  border-radius: 10px;
  padding: 1rem;
}

.palette-container .palette-box-wrapper .palette-box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
.palette-container .palette-box-wrapper .palette-box:hover a {
  transform: scale(1.2);
}

.palette-container .palette-box-wrapper .palette-box a > span {
  display: block;
  height: 25px;
  line-height: 16px;
  color: #13305d;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 600;
  text-align: center;
}
.palette-container .palette-contain p {
  font-size: 15px;
  color: rgba(9, 47, 96, 0.65);
  padding-bottom: 30px;
  text-align: center;
}

.palette-container .palette-contain h2 {
  color: #323232;

  height: 30px;
  line-height: 30px;

  padding: 0px 5px;
  box-sizing: border-box;
  margin: 20px 0px;
  font-size: 29px;
  font-weight: 600;
}
.product-comment-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  overflow: hidden;
}
.product-comment-container h2 {
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.commet-swipper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
}
.comment-swiper {
}

.comment-swiper .swiper-wrapper {
}

.comment-swiper .swiper-wrapper .swiper-slide {
}

.comment-swiper .swiper-wrapper .swiper-slide > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.comment-swiper .swiper-wrapper .swiper-slide > a .review-image {
  position: relative;
}

.comment-swiper .swiper-wrapper .swiper-slide > a > .review-image > img {
  transition: 0.5s ease;
  z-index: 99;
  transform: scale(0.9);
}

.comment-swiper .swiper-wrapper .swiper-slide > a > p {
  font-weight: 600;
  margin-top: 1rem;
}

.comment-swiper .swiper-wrapper .swiper-slide > a > span {
  font-size: 13px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.comment-swiper .swiper-wrapper .swiper-slide > a .user-img {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #ddd;
  border-radius: 50%;
  bottom: -10px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
  right: 43%;
}

.comment-swiper .swiper-wrapper .swiper-slide > a .user-img img {
  border-radius: 50%;
}
.comment-swiper .swiper-wrapper .swiper-slide > a .review-image:hover img {
  transform: scale(1);
}
.seo-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
}

.seo-text-container .seo-text {
  width: 90%;
  float: left;

  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #515151;
  line-height: 23px;
  max-height: 210px;
  overflow-y: scroll;
}

.seo-text-container .seo-text h2 {
  font-size: 22px;
  font-weight: 700;
  color: #515151;
}

.seo-text-container .seo-text span {
  color: #313437;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/*product-page*/

.sogo-product-container .product-left > ul > li {
  width: calc(100% - 0.3rem);
}
.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons {
  display: none !important;
}
.btn-div-product {
  width: 100%;
}
.product-detail-review-container {
  width: 100%;
  display: flex;
}

.product-detail-left {
  width: calc(50% - 2rem);
  margin-right: 2rem;
}

.product-review-right {
  width: 50%;
}
.product-detail-left .collapse-description > a {
  font-weight: 600;
  font-size: 18px;
}
.product-tab-wrapper {
  /* width: 100%; */ /* display: flex; */ /* flex-direction: column; */ /* justify-content: center; */
}

.product-tab-wrapper .tab-content {
  /* width: 100%; */ /* display: flex; */
}

.product-tab-wrapper .tab-content .tab-pane-text {
  display: flex;
  justify-content: center;
  width: 100%;
}

.product-tab-wrapper .tab-content .tab-pane-text .callme-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.product-tab-wrapper
  .tab-content
  .tab-pane-text
  .callme-form-container
  .callme-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-tab-wrapper
  .tab-content
  .tab-pane-text
  .callme-form-container
  .callme-form
  input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 13px;
}

.product-tab-wrapper
  .tab-content
  .tab-pane-text
  .callme-form-container
  .callme-form:not(:last-child) {
  margin-bottom: 1rem;
}

.product-tab-wrapper
  .tab-content
  .tab-pane-text
  .callme-form-container
  .callme-form-message {
  width: 100%;
}

.product-tab-wrapper
  .tab-content
  .tab-pane-text
  .callme-form-container
  .callme-form-message
  textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 13px;
}

.product-tab-wrapper .tab-content .tab-pane-text .callme-form-container span {
  padding: 1rem 0;
  color: #444;
  font-size: 13px;
  width: 100%;
}
.product-tab-wrapper > ul {
}

.product-tab-wrapper > ul > li {
}

.product-tab-wrapper > ul > li > a {
  padding: 7px 9px !important;
  font-size: 13px;
}
.product-tab-wrapper .tab-content .tab-pane-text .form-horizontal {
  width: 100%;
}

.product-tab-wrapper .tab-content .tab-pane-text .form-horizontal > h2 {
  font-size: 15px;
  color: #444;
}

.product-tab-wrapper .tab-content .tab-pane-text .form-horizontal .form-group {
}

.product-tab-wrapper
  .tab-content
  .tab-pane-text
  .form-horizontal
  .form-group
  .col-sm-12 {
}

.product-tab-wrapper
  .tab-content
  .tab-pane-text
  .form-horizontal
  .form-group
  .col-sm-12
  .control-label {
  font-size: 13px;
  color: #444;
}
.product-tab-wrapper
  .tab-content
  .tab-pane-text
  .form-horizontal
  .form-group
  .col-sm-12
  .help-block {
  font-size: 12px;
}

div#tab-id3 {
  margin-top: 1rem;
  width: 100%;
}

div#tab-id3 .tab-pane-text {
  justify-content: start;
  margin-left: 1rem;
}
ul.product-price {
  position: relative;
}
.product-discount-wrapper {
  position: absolute; /* left: 0; */
  height: 100%;
  right: 51%;
  padding: 0 1rem;
  border: 1px solid #f4030a;
  background: #f4030a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-tab-wrapper
  .tab-content
  .tab-pane-text
  .form-horizontal
  #review
  .table-bordered
  tbody
  tr
  > td
  > span {
  width: 20px;
  height: 15px;
}

.product-tab-wrapper
  .tab-content
  .tab-pane-text
  .form-horizontal
  #review
  .table-bordered
  tbody
  tr
  > td
  > span
  > i {
  font-size: 15px;
}

.product-tab-wrapper
  .tab-content
  .tab-pane-text
  .form-horizontal
  #review
  .table-bordered
  tbody
  tr
  td
  > p {
  font-size: 13px;
}
.product-image-wrapper > a {
  position: relative;
}
.product-card .product-card-buttons {
  position: absolute;
  top: 37%;
  right: 43%;
  transform: scale(0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: 0.5s ease-in-out;
}
.product-card:hover .product-image-wrapper > a > .product-image {
  transform: scale(1);
}
.product-card .product-card-buttons .product-fav-btn > i {
  color: #777;
}
.product-card .product-card-buttons .product-fav-btn {
  background: unset !important;
}

/*category-page*/
.category-content-wrapper .product-layout .product-card .product-card-buttons {
  height: unset;
}
/* .content-wrapper
  .sogo-content
  .product-layout
  .product-card
  .product-card-buttons {
  height: 83.8%;
} */
.breadcrumb-container {
  width: 100%;
}
.content-wrapper .sogo-breadcrumb {
  padding: 0 1rem;
}
.category-description {
  width: 100%;
  padding-bottom: 2rem;
}
.box-heading {
  background: #f6f6f6 !important;
}
.bf-attr-header {
  background: #f6f6f6 !important;
}
.bf-attr-block {
  margin-bottom: 0.3rem;
}

.bf-attr-header {
  border-top: none !important;
  padding: 10px 10px !important;
}
.tag-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.tag-container .tag-title {
  display: flex;
  align-items: center;
  width: 100%;
  background: #f6f6f6;
}

.tag-container .tag-title h3 {
  width: 100%;
  font-size: 17px;
  color: #f42920;
  margin: 0;
  padding: 0.7rem 0 0.7rem 10px;
}

.tag-container .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-left: 0.7rem;
}

.tag-container .tag-wrapper a {
  font-size: 13px;
  transform: scale(0.9);
  transition: 0.3s ease;
}

.tag-container .tag-wrapper a:not(:last-child) {
  padding: 0.2rem;
}
.tag-container .tag-wrapper a:hover {
  transform: scale(1);
}
.bf-c-1 {
  display: none !important;
}
.bf-slider-container.ui-slider-horizontal,
.bf-slider-range.ui-slider-horizontal {
  height: 4px !important;
  background: #f42920 !important;
}
.bf-buttonclear-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none !important;
}
.bf-form div:nth-last-of-type(2) .bf-attr-filter:last-child .bf-cell {
  border-bottom: none !important;
}
.bf-buttonclear-box .bf-buttonsubmit {
  border: 1px solid transparent !important;
  background: #000;
  color: #ffff;
  padding: 0.2rem 1rem;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out;
}
.bf-buttonclear-box .bf-buttonsubmit:hover {
  background: #333;
}
.bf-slider-container.ui-slider .ui-slider-handle,
.bf-slider-range.ui-slider .ui-slider-handle {
  background: rgb(221 221 221) !important;
}
.bf-attr-header.bf-clickable {
  color: #666363 !important;
}

.bf-cell label {
  color: #8c8c8c !important;
}
/*search-page*/
.product-search .content-wrapper .sogo-content .product-layout .product-card {
  width: calc(25% - 0.25rem);
}
/*blog-page*/
.blog-container .flash-blog .blog-slide-item {
  background-color: #983838 !important;
}
.blog-container .sogo-content .main-blog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-container .sogo-content .main-blog .sogo-blog-top {
  width: 100%;
}

.blog-container .sogo-content .main-blog .sogo-blog-top .blog-card-wrapper {
}

.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1 {
}

.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1
  > div {
}

.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1
  > div
  a {
  display: flex;
  width: 90%;
  flex-direction: column;
}

.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1
  > div
  a
  > img {
  filter: grayscale(100%);
  transition: filter 450ms ease;
}

.sogo-blog-bottom {
  width: 100%;
  margin-top: 4rem;
}
.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1
  > div
  a
  .blog-card-info {
  display: flex;
  flex-direction: column;
}

.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1
  > div
  a
  .blog-card-info
  .blog-card-title {
  display: flex;
  flex-direction: column;
}

.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1
  > div
  a
  .blog-card-info
  .blog-card-title
  .blog-header-container {
  padding: 1.5rem 0;
}
.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1
  > div
  a
  .blog-card-info
  .blog-card-title
  .blog-header-container
  .blog-title {
  font-size: 20px;
  transition: 0.3s ease;
  font-weight: 800;
}
.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1
  > div
  a
  .blog-card-info
  .blog-card-title
  .blog-header-container
  .blog-title:hover {
  text-decoration: underline;
  color: #983838;
}
.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1
  > div
  a
  .blog-card-info
  .blog-card-title
  .blog-description {
  margin-bottom: 1rem;
  color: #5c5c5c;
}

.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1
  > div
  a
  .blog-card-info
  .blog-card-sub-info {
  display: flex;
  flex-direction: column;
}
.read-more-container {
  display: flex;
  margin-bottom: 1rem;
  padding: 0.5rem 0 0.5rem 0;
  background: #983838;
  width: 20%;
  justify-content: center;
  transition: 0.5s ease-in;
}

.read-more-container .read-more {
  color: #fff;
  display: flex;
  align-items: center;
}

.read-more-container .read-more > i {
  padding-left: 0.5rem;
}

.read-more-container:hover {
  background: #000;
}

.blog-container
  .sogo-content
  .main-blog
  .sogo-blog-top
  .blog-card-wrapper
  .blog-card-group-1
  > div
  a:is(:hover, :focus)
  img {
  filter: grayscale(0%) drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
}
.sogo-blog-bottom > ul {
  display: flex;
  flex-wrap: wrap;
}

.sogo-blog-bottom > ul > li {
  width: calc(33.3% - 2rem);
  margin-top: 2rem;
}

.mini-blog-card .mini-blog-image {
  width: 100%;
  margin: 0;
  height: 208.56px;
}

.mini-blog-card {
  height: auto !important;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}

.sogo-blog-bottom > ul > li:not(:last-child) {
  margin-right: 2rem;
}

.mini-blog-card .mini-blog-image > img {
  object-fit: contain !important;
  filter: grayscale(100%);
  transition: filter 450ms ease;
}

.mini-blog-card .mini-blog-content > span {
  font-size: 17px;
  color: #983838;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease-in;
}

.mini-blog-content {
  margin: 1rem 0;
}

.mini-blog-description {
  margin: 1rem 0;
}

.mini-blog-card .read-more-container {
  width: 50%;
  margin: 0;
  cursor: pointer;
}
.mini-blog-card .mini-blog-content > span:hover {
  color: #000;
  text-decoration: underline;
}
.mini-blog-card > a:hover .mini-blog-image img {
  filter: grayscale(0%) drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
}
.mini-blog-card .read-more-container > a {
  color: #fff;
}
/*blogs as blog page*/

.blog-page-wrapper {
  display: flex;
}

.blog-page-wrapper .blog-single {
  width: calc(80% - 2rem) !important;
  margin-right: 2rem;
}
.blog-page-wrapper .blog-single .single-blog-content {
  width: 100%;
}

.blog-page-wrapper .ticket-tag-container {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.blog-page-wrapper .ticket-tag-container .ticket-tag-header {
  display: flex;
  margin-bottom: 2rem;
}
.blog-page-wrapper .ticket-tag-container .ticket-tag-header > span {
  border-bottom: 2px solid #000;
  padding: 0.5rem 0 0.5rem 0;
  color: #983838;
}
.blog-page-wrapper .ticket-tag-container .ticket-tags {
  display: flex;
  flex-wrap: wrap;
}

.blog-page-wrapper .ticket-tag-container .ticket-tags > a {
  float: left;
  margin: 0px 0.2em 0.4em 0;
  padding: 0.6rem 1.8rem;
  line-height: 1;

  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 85% !important;
  border: 1px solid #e5e5e5;
  color: #464646;
  transition: all 0.5s ease;
}
.blog-page-wrapper .ticket-tag-container .ticket-tags > a:hover {
  border-color: #000;
  color: #000;
}

/*search-page*/
.search-content-wrapper {
  display: flex;
  width: 90%;
}

.search-list-container {
  width: 20%;
}
.product-image-wrapper {
  height: auto !important;
}
.product-search .content-wrapper .sogo-content .product-layout {
  width: 80%;
}
.product-search .content-wrapper .sogo-content .product-layout .product-card {
  width: calc(33.3% - 0.25rem) !important;
}
/*wishlist-page*/
.clear-wishlist {
  width: 95% !important;
}
.wishlist-layout .product-card .product-caption .product-name-wrapper {
  padding: 0;
  padding-top: 1rem;
}
.wishlist-button {
  height: 10% !important;
  background: #222 !important;
  width: 100% !important;
  right: 0 !important;
  top: 74% !important;
  flex-direction: unset !important;
  justify-content: center;
  align-items: center;
}

.wishlist-layout .product-card {
  position: relative !important;
}

.wishlist-layout .product-card .product-image-wrapper {
  position: relative !important;
}

.wishlist-layout .product-card .product-fav-btn {
  background: #fff !important;
}

.wishlist-layout .product-card .product-cart-btn {
  color: #000;
}

.wishlist-layout .product-card .product-fav-btn > i {
  color: #000;
}
.wishlist-layout .product-card .product-fav-btn:hover {
  background: #da3a3a !important;
}

.wishlist-layout .product-card .product-fav-btn:hover i {
  color: #fff !important;
}

.wishlist-layout .product-card .product-cart-btn:hover {
  background: #6dbc6d;
}

.wishlist-layout .product-card .product-cart-btn:hover i {
  color: #fff !important;
}
i.bi.bi-facebook {
  color: blue;
}

i.bi.bi-instagram {
  color: #e7405d;
}

i.bi.bi-whatsapp {
  color: green;
}
