.featured-cont .product-card {
  width: calc(33.33% - 0.6rem) !important;
  position: relative !important;
  margin: 0.3rem !important;
}

.product-grid .product-card {
  width: calc(25% - 0.6rem) !important;
  position: relative !important;
  margin: 0.3rem !important;
}

.product-card > a .product-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  justify-content: center;
  padding: 0 1rem;
  height: auto;
  padding-bottom: 1rem;
}

.product-card > a .product-caption .product-name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.product-card > a .product-caption .product-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product-card > a .product-caption .product-price > span {
  background-color: #fff;
  padding: 0.3rem 0.5rem;
  margin-left: 1rem;
}

.image-div {
  margin-bottom: 0 !important;
  border: none !important;
}

.featured-cont
  .product-card
  > a
  .product-caption
  .product-price
  > span.price-old {
  text-decoration: line-through;
}

.product-card > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0 -180px 120px -120px rgb(0 0 0 / 60%);
  z-index: 5;
}

.product-card > a {
  position: relative;
}

.product-card > a:hover .image-div > img {
  transform: scale(1.1);
}

.product-location {
  color: #fff;
}

.product-status {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #fff;
  font-weight: 600;
}

.product-status > span {
  font-size: 16px;
  background-color: #d98400;
  color: #fff;
  font-weight: 600;
  z-index: 9;
  padding: .3rem 1rem;
  width: 38%;
}

.product-card > a .product-caption .product-price > span.price-old {
  text-decoration: line-through;
}

.tab-featured-container .vertical-tab > ul > li {
  display: flex;
  width: 110px;
  border-radius: 0 !important;
}

.tab-featured-container .vertical-tab > ul > li > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0 !important;
}

.footer-list ul {
  /* text-align: center; */
}

.product-container-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.product-name > span {
  font-size: 26px;
  color: #6e3f04;
  font-weight: 700;
}

.text-barcode {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
  font-size: 13px;
}

.product-container-top .product-status {
  width: 20%;
}

body {
  overflow-x: hidden;
}

/* .product-swiper,
.product-swiper .swiper-wrapper {
  overflow-x: hidden;
} */

.product-container-center {
  width: 100%;
  display: flex;
}

.product-swiper .swiper-slide,
.product-swiper .swiper-slide > a,
.product-swiper .swiper-slide > a > img {
  height: 100% !important;
}

.product-swiper .swiper-slide > a > img {
  width: 100%;
}

.product-container-bottom {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.product-container-bottom-left {
  margin-right: 1rem;
  width: calc(75% - 1rem);
  background-color: #fff;
  padding: 1rem;
}

.product-container-bottom-right {
  display: flex;
  flex-direction: column;
  width: 25%;
  background-color: #fff;
  position: sticky;
}

.product-container-bottom-right-title {
  padding: 1rem;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-container-bottom-right-title > span {
  font-size: 18px !important;
  font-weight: 600;
}

.product-container-bottom-left-content {
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
}

.product-container-bottom-left-content:not(:last-child){
  margin-bottom: 1rem;
}

.product-container-bottom-left-content-title {
  width: 20%;
}

.product-container-bottom-left-content-details {
  width: 80%;
}

.product-container-bottom-left-content-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-container-bottom-left-content-details > iframe {
  width: 100%;
}

.product-container-bottom-left-content-details .attribute-details {
  display: flex;
  align-items: center;
  width: calc(33.33% - 0.5rem);
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  padding: 0.5rem;
  background-color: #f5f5f5;
}

.product-container-bottom-left-content:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-container-bottom-left-content-title > span {
  font-weight: 600;
}

.product-container-bottom-right > ul {
  padding: 0.5rem;
}

.product-container-bottom-right > ul > li {
  margin-bottom: 0.5rem;
}

.product-container-bottom-right > ul > li > span {
  color: #555;
  font-size: 16px;
}

.product-container-bottom-right > ul > li > a {
  color: #777;
  font-size: 14px;
  margin-left: 0.3rem;
}

.product-container-bottom-left-content-details > form {
  width: 100%;
}

span.attribute-text {
  padding-left: 0.5rem;
  font-size: 14px;
}

span.attribute-name {
  font-size: 17px;
  font-weight: 600;
}

.footerwebsite {
  padding-bottom: 1.5rem;
}

ul.product-price {
  /* position: unset; */
  /* text-align: unset; */
  /* right: unset; */
  /* margin-top: 1rem; */
}

ul.product-price > li {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

ul.product-price > li > span {
  /* padding: 0; */
  /* margin: 0 0.5rem; */
}

span.product-old-price {
  font-size: 18px !important;
  text-decoration: line-through;
  color: #666;
}

span.product-new-price {
  /* font-size: 25px !important; */
}

.mobile-product-slider {
  display: none;
}

.vertical-tab {
  margin-bottom: 1rem;
}

.sub-menu-div {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out, -webkit-transform 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}

.blog-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}

.blog-wrapper .blog-content:not(:last-child) {
  margin-right: 1rem;
}

.blog-wrapper .blog-content {
  width: calc(33.333% - 1rem);
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  padding: 1rem;
  height: 450px;
  justify-content: space-between;
}

.blog-content {
  display: flex;
  /* flex-wrap: wrap; */
  margin-bottom: 3rem;
}

.blog-image {
  display: flex;
  width: 100%;
}

.blog-image > img {
  width: 100%;
  height: 100%;
}

.blog-text {
  display: flex;
  flex-direction: column;
  height: auto;
}

.blog-text .blog-name {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 1rem 0;
  text-transform: uppercase;
}

.blog-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.blog-btn > a {
  color: #000;
  transition: 0.25s ease-in-out;
  display: flex !important;
  padding: 0.5rem !important;
  background-color: #000;
  color: #fff !important;
  border-radius: 3px !important;
  width: 150px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-text > span {
  color: #666;
  font-size: 13px;
}

.blog-title > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  color: #000;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.header-wrapper {
  z-index: unset !important;
}

.ui-slider .ui-slider-range,
.bf-slider-range.ui-slider-horizontal {
  /* background-color: #000; */
}

.all_advert {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.all_advert > a {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  color: #fff;
  height: 45px;
  font-size: 14px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.all_advert > a:hover {
  background-color: #cb0202;
}

.all_advert > a > i {
  font-size: 20px;
  margin-right: 0.5rem;
}

.informaiton-wrapper {
  flex-direction: column;
}

.information-image > span {
  margin: 1rem 0 !important;
}

.information-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
  font-size: 25px;
  font-weight: 700;
}

.header-contain-center {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-contain-center > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.header-contain-center > a > img {
  width: 180px;
}

.header-contain-left {
  display: flex;
  width: 40%;
}

.header-contain-right {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: flex-end;
}

.header-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
}

.header-contain-left > a {
  display: flex;
  margin-right: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  font-size: 14px;
  color: #000;
}

.header-contain-left > a > i {
  margin-right: 0.5rem;
  font-size: 20px;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.header-contain-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-contain-social > a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3rem;
}

.header-contain-social > a > i {
  color: #000;
  font-size: 20px;
}

.quick-btn-wrapper > button {
  height: 35px;
  width: 35px;
  background-color: transparent;
  border: none;
  outline: 0;
}

.quick-btn-wrapper > button > i {
  color: #000;
  font-size: 20px;
}

.header-menu {
  display: flex;
  width: 100%;
  background-color: #000;
  padding: 0.5rem;
}

.menu-btn {
  display: none;
}

.contact-iframe {
  display: flex;
  height: 100%;
  margin-top: 3rem;
}

.contact-iframe > iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  nav.megamenu-nav,
  .container-megamenu.horizontal,
  .megamenu-wrapper,
  .megamenu-container {
    width: 100%;
  }

  .megamenu-container > ul {
    width: 100%;
    justify-content: center;
  }

  ul.megamenu > li.with-sub-menu > a {
    padding-right: 1rem !important;
  }

  ul.megamenu li .sub-menu .content.slide .sub-menu-div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .sub-menu-div > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  .sub-menu-div > ul > li {
    width: 50%;
    text-align: center;
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
    justify-content: center;
  }

  .sub-menu-div > ul > li > a {
    display: flex;
    /* width: 100%; */
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    position: relative !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0.8rem;
  }

  .sub-menu-div > ul > li > a::before {
    content: "";
    width: 5px;
    height: 2px;
    position: absolute !important;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    background-color: #333;
    -webkit-transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out,
      left 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out,
      left 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out,
      left 0.3s ease-in-out;
  }

  .sub-menu-div > ul > li > a:hover {
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 1rem;
  }

  .sub-menu-div > ul > li > a:hover::before {
    opacity: 1;
    visibility: visible;
    left: 0.25rem;
  }
}

@media screen and (max-width: 991px) {
  .show-menu > i {
    color: #fff !important;
  }

  .header-wrapper {
    background-color: #000 !important;
  }

  ul.megamenu > li:first-child > a {
    color: #000 !important;
  }

  ul.megamenu > li {
    overflow: hidden;
  }

  .sub-menu-div > ul > li > a {
    padding: 0.5rem 1rem;
    font-weight: 500;
    position: relative !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0.8rem;
    display: flex;
    width: 100%;
  }

  .sub-menu-div > ul {
    padding-left: 5px;
  }

  ul.megamenu > li:last-child > a {
    color: #000 !important;
  }

  .header-contain-social > a {
    width: auto;
    margin: 0 0.5rem;
  }

  .quick-btn-wrapper > button {
    width: auto;
  }

  .quick-btn-wrapper > button > i {
    font-size: 17px;
  }

  .header-contain-social > a > i {
    font-size: 17px;
  }

  .header-contain-left {
    display: none;
  }

  .header-contain-right {
    width: 80%;
  }

  .header-contain-center {
    width: 20%;
  }

  .header-contain-center > a > img {
    width: 100%;
  }

  .header-contain {
    padding: 0.5rem;
  }

  .menu-btn {
    display: flex;
    margin: 0 0.5rem;
  }

  .menu-btn > i {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .show-menu {
    display: none;
  }

  .header-menu {
    height: 0;
    padding: 0;
  }

  .megamenu-wrapper.active{
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 768px) {
  .featured-cont .product-card {
    width: calc(50% - 0.6rem) !important;
  }

  .product-container-bottom {
    flex-direction: column;
    width: 100%;
    padding: 0.5rem;
  }

  .product-container-bottom-left {
    width: 100%;
    margin: 0;
  }

  .product-container-bottom-right {
    width: 100%;
    margin-top: 1rem;
  }

  .product-container-top .product-status {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 1rem;
  }

  .product-slick-wrapper {
    display: none;
  }

  .swiper-container-horizontal > .swiper-pagination-progressbar {
    bottom: 0;
    top: unset;
  }

  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
  }

  .mobile-product-slider {
    display: block;
  }

  .swiper-slide img {
    width: 100%;
  }

  ul.megamenu li.active .sub-menu .content .sub-menu-div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s ease-in-out 0.25s,
      visibility 0.3s ease-in-out 0.25s,
      -webkit-transform 0.5s ease-in-out 0.25s;
    -o-transition: transform 0.5s ease-in-out 0.25s,
      opacity 0.3s ease-in-out 0.25s, visibility 0.3s ease-in-out 0.25s;
    transition: transform 0.5s ease-in-out 0.25s, opacity 0.3s ease-in-out 0.25s,
      visibility 0.3s ease-in-out 0.25s;
    transition: transform 0.5s ease-in-out 0.25s, opacity 0.3s ease-in-out 0.25s,
      visibility 0.3s ease-in-out 0.25s,
      -webkit-transform 0.5s ease-in-out 0.25s;
  }

  .blog-wrapper .blog-content {
    width: calc(50% - 1rem);
    margin-bottom: 1rem;
  }

  .product-container-bottom-right > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-container-bottom-right-title {
    justify-content: center;
  }

  .bf-cur-symb {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content-wrapper
    .sogo-content
    .filter-sort
    .sort-view
    .sort-wrapper
    .select-styled,
  .content-wrapper .sogo-content .filter-sort .sort-view #show-filter {
    font-size: 13px;
  }

  .blog-card-group-1 {
    flex-direction: column;
  }

  .blog-container .sogo-blog-left .blog-card-wrapper .blog-card\[0\] {
    width: 100%;
    padding: 0;
  }

  .blog-container
    .sogo-blog-left
    .blog-card-wrapper
    .blog-card-group-1
    .blog-card-group-1-right {
    width: 100%;
  }

  .main-blog {
    padding: 0 0.5rem;
  }

  .blog-container .sogo-blog-left [class^="blog-card\["] a > img {
    width: 100%;
  }

  .blog-container .sogo-blog-left .blog-card-wrapper [class^="blog-card\["] {
    margin-bottom: 1.5rem;
  }

  .blog-container
    .sogo-blog-left
    .blog-card-wrapper
    [class^="blog-card\["]
    > a {
    max-height: initial !important;
    height: 350px;
  }

  .blog-container .flash-blog {
    padding: 1rem;
  }
}

@media screen and (max-width: 553px) {
  .featured-cont .product-card,
  .product-card {
    width: calc(100% - 0.6rem) !important;
  }

  .product-layout .product-card {
    margin-left: 0 !important ;
    margin-right: 0 !important ;
    width: 100% !important;
  }

  .tab-featured-container .nav-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .tab-featured-container .vertical-tab > ul > li {
    width: 150px;
    max-width: 150px;
    flex-shrink: 0;
  }

  .header-right {
    justify-content: flex-end !important;
  }

  .product-container-top .product-status {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 1rem;
  }

  .product-container-bottom-left-content {
    flex-direction: column;
  }

  .product-container-bottom-left-content-title {
    width: 100%;
    margin-bottom: 1rem;
  }

  .product-container-bottom-left-content-details {
    width: 100%;
  }

  .product-container-bottom-left-content-details .attribute-details {
    width: calc(50% - 0.5rem);
  }

  span.attribute-name {
    font-size: 13px;
  }

  .product-name > span {
    font-size: 24px;
  }

  .blog-wrapper .blog-content {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  .footer-wrapper > div {
    width: 100% !important;
    padding-left: 0;
    margin-bottom: 1.5rem;
  }

  .vertical-tab {
    padding: 0;
  }

  .header-contain-right {
    width: 70%;
  }

  .header-contain-center {
    width: 30%;
  }

  .header-contain-center > a > img {
    width: 100%;
  }

  .contact-iframe{
    margin-top: 0;
  }
}
