img {
  max-width: 100%;
  width: 100%;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #a9bc7e;
  color: #a9bc7e;
}
#login-content,
#register-content {
  justify-content: center;
}
#login-content .login-left,
#register-content .register-left {
  display: none;
}
#account-content {
  justify-content: center;
}
#account-content .account-right {
  display: none;
}
.sogo-loader > img {
  width: 7% !important;
}
.mobile-header-wrapper {
  display: none;
}
.header-logo {
  display: flex;
  width: 8%;
}

.header-logo > a {
  display: flex;
  width: 100%;
  max-width: 100%;
}

.header-logo > a img {
  width: 100% !important;
  max-width: 100%;
}
.search-result-wrapper {
  position: absolute;
  top: 110px;
  left: 0;
}
.search-input-wrapper .search-search {
  font-size: 15px !important;
  opacity: 1 !important;
  position: absolute !important;
  left: 13px;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}

.search-input-wrapper .search-search bi-search::before {
  font-weight: 900;
  color: #000;
  font-size: 16px;
}

.bi-search::before {
  color: #000;
  font-weight: 900 !important;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#search .search-result-wrapper {
  z-index: 999;
}
#search .search-input-wrapper > input {
  width: 100% !important; /* padding-left: 55px; */

  /* text-indent: 30px; */
  padding: 0.4rem 2rem;
  font-size: 12px;
  border: 1px solid;
}
#search {
  position: unset !important;
  opacity: unset !important;
  visibility: unset !important;
  pointer-events: unset !important;
}
.account-wrapper {
  height: 100%;
  display: flex;
  width: 10%;
  justify-content: center;
  padding-left: 2rem;
}

.account-wrapper .user-div {
  height: 100%;
}

.account-wrapper .user-div > a {
  display: flex;
  width: 100%;
  height: 100%;
}

.account-wrapper .user-div > a > .header-icon {
  width: 40px;
  max-width: 100%;
  display: flex;
}
.menu-middle {
  display: flex;
  width: 60%;
  justify-content: end;
  align-items: center;
}

.menu-end {
  display: flex;
  width: 25%;
  justify-content: center;
}

.header-wrapper .menu-middle .menu {
  display: flex;
  height: 100%;
  width: 35%;
  justify-content: center;
}

.header-wrapper .menu > a {
  display: flex;
  height: 100%;
  text-transform: uppercase;
}

.header-wrapper .menu > a:hover {
  color: #9cb26b;
}
.cart-div {
  display: flex;
  width: 33.3%;
}

.cart-div > a {
  display: flex;
  width: 100%;
}

.cart-div > a .header-icon {
  width: 30px;
}

.wishlist-div {
  display: flex;
  width: 33.3%;
  justify-content: center;
}

.wishlist-div > a {
  display: flex;
  width: 100%;
  justify-content: center;
}

.wishlist-div .header-icon {
  display: flex;
  width: 35px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}
.swiper-pagination-bullet {
  width: 30px;
  height: 20px;
  display: inline-block;
  /* border-radius: 50%; */
  /* background: #000; */
  opacity: 0.4;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  --swiper-theme-color: #000 !important;
  border-radius: unset !important;
  background: #566533;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #000;
}
.newsletter-button > span {
  width: 100%;
  background: #000;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.home-gallery {
  margin-top: 2rem;
  width: 100%;
}

.home-gallery .home-product-header {
  display: flex;
  justify-content: center;
  width: 100%;
}

.home-gallery .home-product-header > span {
  font-size: 21px;
  text-transform: uppercase;
}

.select-product {
  display: flex;
  justify-content: center;
}

.select-product > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.select-product > a > .product-caption {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.home-product-container {
  display: flex;
  width: 100%;
  margin-top: 2rem;
}
.gallery-carousel .owl-nav {
  display: block !important; /* position: absolute; */ /* top: 0; */ /* right: 50%; */
}

.gallery-carousel {
  position: relative;
}

.gallery-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 35%;
}

.gallery-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 35%;
}

.gallery-carousel .owl-nav > button > span {
  font-size: 55px;
}
.gallery-carousel .owl-nav > button:hover {
  background: unset !important;
  width: 60px;
  color: #000 !important;
}

.gallery-carousel .owl-nav > button {
  width: 60px;
}
.select-product > a > .product-caption .product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.select-product > a > .product-caption .product-price .price-old {
  font-size: 14px;
  margin-right: 8px;
  color: #747f60;
  text-decoration: line-through;
}

.select-product > a > .product-caption .product-price .price-new {
  font-size: 19px;
  font-weight: 600;
}

.home-product-container .home-product-banner {
  width: 49%;
  position: relative;
}

.home-product-container .home-product-banner > img {
  width: 100%;
  max-width: 100%;
  /* height: 100%; */
}

.home-product-container .home-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
}

.home-product-container .home-product-wrapper .home-product {
  display: flex;
  width: calc(50% - 2rem);
  justify-content: center;
}
.home-product-container .home-product-wrapper .home-product:nth-child(1) {
  margin-right: 1rem;
}

.home-product-container .home-product-wrapper .home-product:nth-child(3) {
  margin-right: 1rem;
}
.home-product-container .home-product-wrapper .home-product > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.home-product-container .home-product-wrapper .home-product > a > .image-div {
  display: flex;
  justify-content: center;
}

.home-product-container
  .home-product-wrapper
  .home-product
  > a
  > .image-div
  > img {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  transition: 1s ease-in-out;
}

.home-product-container .home-product-wrapper .home-product > a > .image-div > img:hover {
  object-position: bottom;
}

.home-product-container .home-product-banner .banner-link {
  position: absolute;
  bottom: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

ul.megamenu > li:last-child > a {
  display: flex;
}

.home-product-container .home-product-banner .banner-link > span {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  text-align: center;
}

.home-product-container .home-product-banner .banner-link > a {
  padding: 0.5rem 3rem;
  font-size: 25px;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s ease-in-out;
}

.home-product-container .home-product-banner .banner-link > a:hover {
  background-color: #ffffffad;
  border-color: #000000ba;
  color: #000000ba;
}
.home-product-container
  .home-product-wrapper
  .home-product
  > a
  .product-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.home-product-container
  .home-product-wrapper
  .home-product
  > a
  .product-caption
  .product-price {
  margin-top: 0.5rem;
}

.home-product-container
  .home-product-wrapper
  .home-product
  > a
  .product-caption
  .product-price
  .price-old {
  font-size: 13px;
  text-decoration: line-through;
  color: #747f60;
}

.home-product-container
  .home-product-wrapper
  .home-product
  > a
  .product-caption
  .product-price
  .price-new {
  font-size: 17px;
  font-weight: 600;
}
.home-product-container.right-aligned {
  flex-direction: row-reverse;
}
.aboutus-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.aboutus-container .aboutus-tittle {
  margin-bottom: 1rem;
}

.aboutus-container .aboutus-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
}

.aboutus-container .aboutus-tittle a {
  font-weight: 700;
  text-decoration: revert;
}

.aboutus-container .aboutus-text span {
  font-size: 15px;
}
.footerwebsite {
  box-shadow: unset !important;
}
.footer-list-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #a0a0a0;
  padding: 3rem;
}
.list-social-tittle {
  text-align: center;
}
.footer-social > a > i {
  font-size: 21px;
  transition: 0.3s ease;
}
.footer-wrapper .footer-list .category-list {
  display: flex;
  width: 100%;
}

.footer-wrapper .footer-list .category-list > ul {
  display: flex;
  align-items: start;
}

.footer-wrapper .footer-list .category-list > ul > li {
  margin-bottom: 0.5rem;
}
.footer-list-title .footer-category-title {
  margin: 0;
}
.footer-social > a > .bi-twitter:last-child {
  color: #1d9bf0;
}

.footer-social > a > .fa-facebook:last-child {
  color: #1877f2;
}

i.fa.fa-facebook {
}

.footer-social > a > .bi-instagram:last-child {
  color: #cf2e98;
}

.footer-social > a > .fa-pinterest-p:last-child {
  color: #cc0000;
}
.footer-social > a:hover > i:first-child {
  transform: translateY(-140%);
}

.footer-social > a {
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}

.footer-social > a > i {
}

.footer-social > a > i:last-child {
  position: absolute;
  z-index: 99;

  left: 50%;
  transform: translate(-50%, -50%);
  top: 140%;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}

.footer-social > a:hover > i:last-child {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

/*category-page*/

.content-wrapper .sogo-content .filter-sort .filter-side.filter-active {
  display: none;
}

.content-wrapper {
  padding: 0;
}
.category-content-wrapper {
  display: flex;
  width: 100%;
}

.category-list-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  padding-top: 0;
}

.category-list-tittle {
}

.category-list-tittle > span {
  font-weight: 900;
  font-size: 13px;
}

.category-list-container .category-list {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.category-list-container .category-list ul {
  /* width: 100%; */
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
}

.category-list-container .category-list ul li {
  /* width: 100%; */
  display: flex; /* justify-content: center; */
  padding: 0.3rem 0;
}

.category-list-container .category-list ul li > a {
  display: flex;
  width: 100%; /* justify-content: center; */
  font-size: 13px;
}
.category-content-wrapper .product-layout {
  width: 90% !important;
}
.category-content-wrapper .product-layout .product-card {
  width: calc(33.3% - 1rem) !important;
  margin: 0 !important;
  margin-right: 1rem !important;
  margin-bottom: 3rem !important;
}

.category-content-wrapper .product-layout .product-card .product-caption {
  display: flex;
  justify-content: start;
  align-items: center;
  /* height: 95px !important; */
}

.category-content-wrapper
  .product-layout
  .product-card
  .product-caption
  .product-name-wrapper {
  margin-top: 0.5rem;
}
.bf-attr-header.bf-w-line.bf-clickable {
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

span.bf-arrow {
  opacity: 0;
}

span.bf-cell.bf-c-2 {
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
span.bf-cell.bf-c-2:hover {
  color: #97ae63;
}
input.btn.btn-primary.bf-buttonsubmit {
  display: none;
}
.content-wrapper .sogo-content .filter-sort .sogo-breadcrumb {
  padding: 0;
  border: none;
  width: 50%;
  height: 100%;
}

.content-wrapper .sogo-content .filter-sort .sort-view {
  width: 35%;
}
.content-wrapper .sogo-content .product-layout {
  padding: 0 2rem;
  margin-top: 1rem;
}
.content-wrapper .sogo-content .filter-sort .filter-wrap {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 100%;
}
.filter-wrap-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 100%;
}

.filter-wrap-container .filter-header-wrap .filter-header {
  width: 100%;
  height: 100%;
  margin-bottom: 0.5rem;
}

.filter-wrap-container .filter-header span {
  font-size: 21px;
  text-transform: uppercase;
}
.filter-wrap-container .filter-header-wrap {
  width: 85%;
  display: flex;
}

.filter-wrap-container .filter-header-wrap .sogo-pagination {
  padding: 0;
}
.filter-wrap-container .filter-header-wrap .sogo-pagination span {
  color: #929292;
  font-size: 13px;
}
.content-wrapper .sogo-content .filter-sort-mobil {
  display: none;
}
.filter-side-mobil {
  display: none;
}
/* .filter-active {
  display: none !important;
} */
#show-filter {
  display: none !important;
}
span.bf-cell.bf-c-1 {
  display: none;
}
.bf-attr-block-cont {
  margin-bottom: 1rem;
}

.bf-sliding {
  border-bottom: 1px solid #cfcfcf;
}
/*product-page*/

ul.megamenu > li.logo > a > strong {
  font-size: 0 !important;
}

ul.megamenu > li.logo > a > strong > img {
  height: auto;
  width: 190px;
}

.header-wrapper {
  padding: 1rem;
}

@media screen and (min-width: 1441px) {
  .product-page-wrapper .sogo-container {
    width: 80%;
  }
}
.product-details-middle .product-options .btn-div-product {
  width: 100%;
}
.product-attributes > a {
  display: flex;
  align-items: center;
}
ul.detail-info {
  display: none !important;
}
.sogo-product-container {
  flex-direction: column;
}
.product-right {
  width: 100% !important;
  margin-top: 3rem;
}
.collapse-description,
.collapse-review,
.collapse-delivery {
  justify-content: center !important;
}

.product-top-image {
  width: 100%;
}

.product-images-container {
  width: 100%;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
}

.product-images-container .right-images-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-images-container .left-images-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-images-container .middle-images-container {
}
.product-images-container .right-images-container img {
  width: 50%;
}

.product-images-container .right-images-container img:nth-child(1) {
  margin-bottom: 0.5rem;
}

.product-images-container .left-images-container img {
  width: 50%;
}
.image-contain {
  display: flex;

  justify-content: center;
  align-items: center;
}
.product-bottom {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 0 !important;
}

.product-bottom #product {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.product-details-upper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100% !important;
}

.product-details-upper .name-fav {
  width: 100%;
  justify-content: center !important;
}

.product-details-upper .name-fav .product-name {
  width: 100% !important;
  justify-content: center !important;
}

.product-details-upper .name-fav .product-name span {
  font-size: 24px !important;
  font-weight: 700 !important;
  width: 100%;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
}

.product-details-upper .product-info {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-details-upper .product-info .product-price {
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-details-upper .product-info .product-price > div {
  display: flex;
  justify-content: center;
}

.product-details-upper .product-info .product-price > div > li {
}

.product-details-upper .product-info .product-price > div > li > span {
  font-size: 20px;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  .cart-count-buttons {
  display: none;
}
.product-details-middle {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.product-details-middle .product-options {
  width: 100%;
  /* flex-direction: column; */
  /* justify-content: space-between; */
  align-items: center;

  height: 100%;
}

.product-details-middle .product-options .form-group {
  width: 10%;
  justify-content: center !important;
  display: flex;
  align-items: center;

  height: 100%;
  position: relative;
}
.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option {
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;

  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease-in;
}
.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .product-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 700;
}
.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .product-option-label
  span {
  font-size: 16px;
  font-weight: 700;
  margin-right: 0.5rem;
}

.product-details-middle
  .product-options
  .form-group:not(:last-child)
  .label-div {
  margin-right: 1rem;
}
.label-div {
  /* margin-right: 2rem; */
  width: 100%;
  justify-content: center !important;
  /* height: 44px; */
}
.product-details-middle .product-options .product-details-lower {
  width: 22%;
}

.product-details-lower {
  width: 100%;
  justify-content: center;
}
.product-details-middle
  .product-options
  .product-details-lower
  .product-cart-buttons
  .btn-div-product
  #button-cart {
  width: 100%;
}
.product-details-lower .product-cart-buttons {
  justify-content: center;
}

.btn-div-product {
  justify-content: center;
  width: 25%;
  margin: 2.5rem 0;
}

.product-description {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.product-description .size_chart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart {
  font-size: 22px;
}
.social-share-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.social-share-buttons .share-header {
  justify-content: center;
  margin-bottom: 0.5rem;
}

.social-share-buttons .share-buttons {
  justify-content: center;
  display: flex;
}
.social-share-buttons .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;
}

.social-share-buttons .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;
}
.social-share-buttons .share-buttons ul > li:hover {
  cursor: pointer;
  background-color: #ddd;
  box-shadow: inset 0 0 10px -3px rgb(0 0 0 / 35%);
  -webkit-box-shadow: inset 0 0 10px -3px rgb(0 0 0 / 35%);
}
.collapse-description > a {
  margin-right: 1rem;
  font-size: 22px;
  font-weight: 700;
}
.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart
  span {
  font-size: 25px;
  font-weight: 200;
  width: 100%;
}
.product-related-header {
  justify-content: center;
}

.product-related-header > span {
  font-size: 22px;
  font-weight: 400 !important;
}
.product-price-wrapper {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px !important;
}

.product-card .product-caption .product-price-wrapper .product-old-price {
  /* width: 50%; */
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 0.5rem;
  color: #a9bc7e;
  padding: 0;
}

.product-card .product-caption .product-price-wrapper .product-new-price {
  /* width: 50%; */
  font-size: 17px;
  font-weight: 600;
  padding: 0;
}
.imgcol .swiper-slide > img {
  cursor: pointer;
}
.imgcol3 .swiper-slide > img {
  cursor: pointer;
}
.swiper-slide-thumb-active {
  border: 3px solid #2a8338;
}
.sogo-product-container-mobile {
  display: none;
}
.sogo-product-container
  .product-left
  .mobile-product-slider
  .swiper-wrapper
  .swiper-slide {
  width: 100% !important;
}
.product-related-wrapper {
  overflow: hidden;
}

/*contact-page*/
.sogo-input-wrapper .input-label.required {
  display: none !important;
}
.required-areas {
  display: none;
}
.contact-wrapper-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-wrapper-container .contact-wrapper {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.contact-wrapper-container .contact-header-container {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.contact-wrapper-container .contact-wrapper .contact-form {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-wrapper-container .contact-wrapper .contact-form form {
  width: 100%;
}

.contact-wrapper-container .contact-wrapper .contact-form form fieldset {
  flex-direction: column;
}
.contact-wrapper .contact-info .contact-store > address span.info-heading {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0.25rem;
}
.contact-wrapper .contact-info {
  justify-content: center;
  align-items: center;
}
.contact-wrapper .contact-info .contact-store {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-wrapper .contact-info .contact-store .contact-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-wrapper .contact-info .contact-store address {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.contact-wrapper .contact-info .contact-phone > span {
  /* margin-bottom: 0.5rem !important; */
  font-size: 22px !important;
}
.contact-wrapper .contact-info .contact-store address .adress-text {
  font-weight: 600;
  width: 73%;
  font-size: 18px;
  text-align: center;
  margin-top: 1rem;
  line-height: 30px;
}
.contact-wrapper-container .contact-header-container .contact-header {
}

.contact-wrapper-container .contact-header-container .contact-header span {
  font-size: 30px;
  font-weight: 600;
}

.contact-wrapper-container .contact-header-container .contact-gdpr {
  width: 24%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.contact-wrapper .contact-form .form-button button {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #000;
}

.contact-wrapper .contact-form .form-button {
  justify-content: center;
}
.sogo-input-wrapper .sogo-input::placeholder {
  color: #cacaca;
}
.contact-wrapper-container .contact-map {
  width: 100%;
  margin-top: 2rem;
}

.contact-wrapper-container .contact-map iframe {
  width: 100%;
}

.sogo-input-wrapper > textarea::placeholder {
  display: flex;
  color: #000;
  padding: 0 !important;
}
/*search-page*/
.product-search
  .content-wrapper
  .sogo-content
  .filter-sort
  .sort-view
  .sort-wrapper {
  padding: 0 0 0 1.5rem;
  width: 40%;
  position: relative;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option.active {
  background: #fff;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.social-share-buttons .share-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.btn-div-product {
  position: relative;
}

.btn-div-product .image1 {
  position: absolute;
  z-index: -1;
  top: -140%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}

.btn-div-product .image2 {
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}

.btn-div-product:hover .image1 {
  opacity: 1;
  visibility: visible;
}

.btn-div-product:hover .image2 {
  opacity: 1;
  visibility: visible;
}

.sogo-product-container
  .product-right
  .product-details-lower
  .product-cart-buttons
  #button-cart {
  background-color: #efebe4 !important;
  color: #000 !important;
}

.home-product-container .home-product-wrapper .home-product:nth-child(1) > a,
.home-product-container .home-product-wrapper .home-product:nth-child(2) > a {
  justify-content: flex-start;
}

.home-product-container .home-product-wrapper .home-product:nth-child(3) > a,
.home-product-container .home-product-wrapper .home-product:nth-child(4) > a {
  justify-content: flex-end;
}

.social-share-buttons .share-buttons > ul > li > a > i {
  font-family: "FontAwesome" !important;
}

.home-video {
  margin-top: 1rem;
}

.owl-carousel .owl-item img {
  height: 460px;
  object-fit: cover;
}