footer {
  border-top: none !important;
}

.header-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.3rem 2rem;
}

.header-contain-logo {
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: center;
}

.header-contain-logo > a {
  display: flex;
  width: 60%;
}

.header-contain-logo > a > img {
  width: 100%;
}

.header-contain-right {
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: flex-end;
}

.header-contain-menu {
  display: flex;
  width: 60%;
  align-items: center;
  justify-content: center;
}

.header-contain-right > div {
  margin-right: 1.3rem;
}

.header-contain-search > button {
  border: none;
  background-color: transparent;
  padding: 0 !important;
}

.header-contain-account > a > i {
  font-size: 19px;
}

ul.megamenu > li:last-child > a {
  color: #f40305 !important;
}

.cont-img2 {
  margin: 1rem 0;
}

.cont-img2 .colimg2:first-child {
  margin-right: 0.5rem;
}

.home-slider {
  top: unset !important;
}

.colimg2 span,
.colimg1 span {
  width: 50%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000db;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
}

.colimg1 span {
  width: 70%;
}

.colimg2:hover > a span,
.colimg1:hover > a span {
  background-color: #aaaaaadb;
}

.footer-contain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-contain > div {
  width: 100%;
}

.footer-contain .footer-link {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer-contain .footer-link > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-link-title,
.footer-link-title > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.category-link > ul {
  flex-wrap: wrap;
  flex-direction: unset !important;
}

.category-link > ul > li {
  width: 50%;
}

.iframe-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link-title {
  margin-bottom: 1rem;
}

.footer-link-title > span {
  font-weight: bold;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-link > ul > li > a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.footer-wrappers {
  padding: 1.5rem 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-top: 3rem;
}

.footerwebsite {
  box-shadow: none !important;
}

.footer-text > span {
  font-weight: bold;
  font-size: 14px;
  margin-left: 3rem;
}

.footer-text {
  padding: 1rem 0;
}

.footer-contain .footer-link > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.5rem;
}

.footer-logo > a {
  display: flex;
  width: 80%;
}

.footer-logo > a > img {
  width: 100%;
}

.information-banner {
  display: flex;
  width: 100%;
}

.information-banner > img {
  width: 100%;
}

.informaiton-wrapper {
  flex-direction: column;
}

.information-image > span {
  font-weight: bold;
  margin-top: 0 !important;
}

.contact-content-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contact-content > i {
  font-size: 25px;
  margin-bottom: 1rem;
}

.contact-content > address {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.contact-logo > a {
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
}

.contact-logo > a > img {
  width: 100%;
}

/* .product-grid-2 .product-card:nth-child(2n + 1) {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.product-grid-2 .product-card {
  width: calc(25% - 2rem) !important;
}

.product-grid-2 .product-card:nth-child(2n) {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
 */

.product-grid .product-card:hover {
  box-shadow: none !important;
}

.product-name-wrapper,
.product-name-wrapper > a,
.product-name-wrapper > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-caption {
  justify-content: center !important;
  height: 40px !important;
}

.header-contain-account {
  position: relative;
}

.hader-account-sub {
  position: absolute;
  z-index: 9;
  width: 150px;
  left: -65px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.header-contain-account:hover .hader-account-sub {
  opacity: 1;
  visibility: visible;
}

.hader-account-sub > ul > li > a {
  display: flex;
  font-size: 12px;
  padding: 0.5rem 1rem;
  align-items: center;
  justify-content: center;
}

.hader-account-sub > ul > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.little-image .swiper-slide > img {
  width: 100%;
  cursor: pointer;
}

.little-image .swiper-slide {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.swiper-slide-visible {
  border: 3px solid transparent;
}

.swiper-slide-thumb-active {
  border: 3px solid #2a8338;
}

.product-options > div:nth-child(1) {
  flex-direction: column !important;
}

.product-options {
  display: flex;
  flex-wrap: unset !important;
}

.product-options > div {
  width: 100%;
}

.product-options > div {
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.label-div,
.label-div > label {
  cursor: pointer;
}

.btn-div-product > button {
  width: 100%;
  padding: 0.8rem 0.8rem;
  border: none;
  background-color: #000;
  color: #fff;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option {
  flex-direction: column;
}

.cart-count-buttons {
  display: none !important;
}

.sogo-product-container .product-right .product-details-middle {
  margin-top: 2rem;
}

.product-detail-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.product-detail-title > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

#search,
.sogo-header.hovered + #search,
.sogo-header.hovered.header-minimized + #search {
  top: 61px;
}

ul.megamenu > li > a {
  text-transform: uppercase;
}

.category-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 45px;
}

.category-title > h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 0.2rem;
  border-bottom: 4px solid #000;
}

.information-image > span {
  font-size: 25px;
}

.information-image > span > h3 {
  font-size: 40px;
}

.contact-logo > a {
  width: 40%;
  margin-bottom: 5rem;
}

.contact-content-wrapper {
  margin-bottom: 5rem;
}

.gallery-image-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.gallery-image-wrapper .gallery-image-content {
  margin: 0.5rem;
  width: calc(33.333% - 1rem);
  display: flex;
  overflow: hidden;
}

.gallery-image-wrapper .gallery-image-content > img {
  width: 100%;
  transition: 0.35s ease-in-out;
}

.gallery-image-wrapper .gallery-image-content:hover > img {
  transform: scale(1.1);
}

.gallery-horizontal-image-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.gallery-horizontal-image-wrapper .gallery-horizontal-image-content {
  margin: 0.5rem;
  width: calc(50% - 1rem);
  overflow: hidden;
}

.gallery-horizontal-image-wrapper .gallery-horizontal-image-content > img {
  width: 100%;
  transition: 0.35s ease-in-out;
}

.gallery-horizontal-image-wrapper
  .gallery-horizontal-image-content:hover
  > img {
  transform: scale(1.1);
}

@media screen and (min-width: 1600px) {
  #search,
  .sogo-header.hovered + #search,
  .sogo-header.hovered.header-minimized + #search {
    top: 91px;
  }

  .colimg1 span,
  .colimg2 span,
  .colimg3 span {
    font-size: 50px !important;
  }

  .colimg1 span {
    width: 75%;
  }

  .footer-contain {
    width: 1500px;
  }

  ul.megamenu > li > a {
    padding: 0 1.8rem;
  }

  .header-contain-social > a > i,
  .header-contain-wishlist > a > i,
  .header-contain-search > button > i {
    font-size: 25px;
  }

  .header-contain-account > a > i {
    font-size: 30px;
  }

  .header-contain-cart > a > i {
    font-size: 26px;
  }

  .header-contain {
    padding: 0.3rem 4rem;
  }

  .header-contain-right > div {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 1025px) {
  .colimg2 span,
  .colimg1 span {
    width: 80%;
  }
}

@media screen and (max-width: 992px) {
  .header-contain-menu {
    justify-content: flex-end;
    margin-right: 1.5rem;
    font-size: 25px;
  }

  .megamenu-upper-container
    .megamenu-action-buttons
    .megamenu-btn-wrapper
    > div:nth-child(2)
    .megamenu-btn-body
    ul
    > li
    > a {
    font-size: 13px;
  }
}

@media screen and (max-width: 769px) {
  .cont-img1,
  .cont-img2 {
    flex-direction: column;
  }

  .footer-contain > div {
    width: 50%;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-contain {
    flex-wrap: wrap;
  }

  .category-link > ul > li {
    width: 100%;
  }

  .header-contain-menu {
    width: 35%;
    justify-content: flex-end;
    margin-right: 0.6rem;
  }

  .header-contain-logo {
    width: 30%;
  }

  .header-contain-right {
    width: 35%;
    justify-content: space-evenly;
  }

  .header-contain {
    padding: 0.3rem 0;
  }

  .show-menu > i {
    font-size: 25px;
  }

  .sogo-product-container {
    flex-direction: column;
  }

  .sogo-product-container > div {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .product__carousel {
    display: none;
  }

  .sogo-product-container
    .product-right
    .product-details-middle
    .product-options {
    flex-direction: unset !important;
  }

  .product-options > div:nth-child(1) {
    border-bottom: none !important;
  }

  .sogo-container {
    background-color: #fff !important;
  }
}

@media screen and (max-width: 426px) {
  .colimg2 span,
  .colimg1 span {
    width: 80%;
  }

  .header-contain-logo {
    width: 40%;
  }

  .header-contain-logo > a {
    width: 100%;
  }

  .header-contain-menu {
    width: 30%;
    justify-content: flex-end;
    margin-right: 0.6rem;
  }

  .header-contain-right {
    width: 60%;
    justify-content: center;
  }

  .sogo-product-container
    .product-right
    .product-details-middle
    .product-options {
    flex-direction: column !important;
  }

  .product-options > div:nth-child(3) {
    margin-top: 0.8rem !important;
  }

  .header-contain {
    padding: 0.3rem;
  }

  .collapse {
    width: 100%;
  }

  .footer-contain > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-content-wrapper {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }

  .gallery-image-wrapper .gallery-image-content {
    width: calc(50% - 1rem);
  }

  .gallery-horizontal-image-wrapper .gallery-horizontal-image-content {
    width: calc(100% - 1rem);
  }
}

@media screen and (max-width: 376px) {
  .header-contain-logo {
    width: 70%;
  }

  .header-contain-right > div:last-child {
    margin-right: 0.5rem;
  }

  .header-contain-right > div {
    margin-right: 0.6rem;
  }
}

@media screen and (max-width: 355px) {
  .content-wrapper
    .sogo-content
    .filter-sort
    .sort-view
    .sort-wrapper
    .select-styled {
    font-weight: 600;
    width: 100%;
    display: flex;
    font-size: 13px;
  }

  .content-wrapper .sogo-content .filter-sort .sort-view #show-filter {
    font-size: 13px;
  }
}
