:root {
  --default-color: #f13f3e;
}

body {
  font-family: "Nunito", sans-serif;
}
.img-responsive {
  width: 100%;
}
.owl-carousel {
  margin-bottom: 15px !important;
}

.btn.focus,
.btn:focus,
.btn:hover,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn:active {
  color: #ffffff;
  background-color: #7b7b7b;
  text-decoration: none;
  box-shadow: none;
  outline: none !important;
  outline-offset: 0;
}
.language-div form .btn-group .btn {
  color: #ffffff;
  background-color: #7b7b7b !important;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  outline-offset: 0;
}

.language-div form .btn-group > ul > li > button {
  width: 100%;
}

.language-div form .btn-group > ul {
  padding: 0;
  overflow: hidden;
}

.owl-wrapper-outer {
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.container {
}
.top-menu-container ul li {
  list-style-type: none;
  float: left;
  padding-left: 20px;
  background: url(https://statics.boyner.com.tr/staticfiles/images/dotted.png)
    10px center no-repeat;
  display: flex;
}

.top-menu-container ul li a {
  font-size: 11px;
  color: #302c2c;
  text-decoration: none;
  display: block;
  line-height: 14px;
  border-bottom: 1px solid transparent;
  transition: border 0.2s ease-out, opacity 0.2s ease-out;
  padding: 6px 0 0;
}
.top-menu-container ul li a:hover {
  text-decoration: underline;
}
.header-top {
  display: flex;
  padding-bottom: 3px;
  background: #ebebeb;
}

.header-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.header-logo {
  width: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-search {
  width: 55%;
  display: flex;
  justify-content: center;
}

.header-cart-account {
  width: 25%;
  display: flex;
  justify-content: end;
}
.header-account {
  width: 45%;
  /* padding: 7px; */
  /* margin-right: 12px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.account-icon-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.account-text {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  align-items: center;
}
.header-search form {
  display: flex;
  width: 70%;
  position: relative;
}
.search-input {
  border: none !important;
}

.search-input:focus {
  background: #f0f0f0;
  border: none !important;
}
.account-icon i {
  font-size: 20px;
  color: #302c2c;
}

span.profil-text {
  /* font-weight: bold; */
  font-size: 16px;
  color: #000;
}

span.profil-name {
  font-size: 12px;
  line-height: 10px;
}
.header-cart {
  width: 35%;
  padding-left: 0.8rem;
}

.header-cart a {
  display: flex;
  color: #000;
  /* flex-wrap: wrap; */
  /* flex-direction: row; */
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.cart-icon-count {
  position: relative;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cart-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  height: 100%;
}

.cart-count {
}

.cart-icon i {
  font-size: 1rem;
}
.account-icon-text > a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #919191;
  text-decoration: none;
  align-items: center;
  height: 100%;
}
.account-icon {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-caret {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.account-caret > i {
  font-size: 18px;
}
.header-search input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  color: #1d1d1d;
  background-color: #f0f0f0;
  border-radius: 6px;
  border: none;
  height: 40px;
  padding-left: 20px !important;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.search--btn > button {
  font-family: avenirheavy;

  color: #1d1d1d;

  background-color: #f0f0f0;

  border-radius: 6px;

  border: none;

  height: 40px;

  padding-left: 20px;

  border-bottom-left-radius: 0;

  border-top-left-radius: 0;
}

.search--btn > button:hover {
  background: #f0f0f0;
  color: #1d1d1d;
}

.header-logo > a {
  display: flex;
}

.header-logo > a > img {
  width: 200px;
}

.header-search form .search--btn {
  width: 10%;
}

.dropdown-toggle::after {
  display: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #919191;
}

.header-search input::placeholder {
}

.header-search form > i {
}

.header-top .top-menu-container {
  display: flex;
  justify-content: flex-end;
}

.header-top .top-menu-container > ul {
  display: flex;
  padding: 0;
  margin: 0;
}
/*menu*/

.header-bottom {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2rem;
}
.header-bottom .responsive {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-bottom .responsive .navbar-default {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-bottom .responsive .navbar-default .container-megamenu {
  width: 100%;
}

.header-bottom .responsive .navbar-default .container-megamenu ul.megamenu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.megamenu-pattern {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
span#remove-menu {
  display: none;
}

.header-bottom
  .responsive
  .navbar-default
  .container-megamenu
  ul.megamenu
  > li {
}

.header-bottom
  .responsive
  .navbar-default
  .container-megamenu
  ul.megamenu
  > li
  > a {
  font-size: 15px;
}
.megamenu-wrapper {
  background: none !important;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.header-bottom
  .responsive
  .navbar-default
  .container-megamenu
  ul.megamenu
  > li:hover
  a {
  background: #eee !important;
}
.menu-content {
}

.menu-content .content {
  padding: 30px !important;
  background: #eee !important;
  box-shadow: none !important;
}

.menu-content .content .row {
}

.menu-content .content .row .col-sm-2 {
  width: 20%;
}

.menu-content .content .row .col-sm-2 .categories {
}

.menu-content .content .row .col-sm-2 .categories > .row {
}

.menu-content .content .row .col-sm-2 .categories > .row .static-menu {
}

.menu-content .content .row .col-sm-2 .categories > .row .static-menu .menu {
}

.menu-content
  .content
  .row
  .col-sm-2:nth-child(1)
  .categories
  > .row
  .static-menu
  .menu
  > ul {
}

.menu-content
  .content
  .row
  .col-sm-2:nth-child(1)
  .categories
  > .row
  .static-menu
  .menu
  > ul
  > li:nth-child(2)
  > a {
  color: #138813;
}

.menu-content
  .content
  .row
  .col-sm-2:nth-child(1)
  .categories
  > .row
  .static-menu
  .menu
  > ul
  > li:nth-child(1)
  > a {
  color: #2121fc;
}

.menu-content
  .content
  .row
  .col-sm-2
  .categories
  > .row
  .static-menu
  .menu
  > ul
  > li
  > a {
  background: none !important;
}

.menu-content
  .content
  .row
  .col-sm-2
  .categories
  > .row
  .static-menu
  .menu
  > ul
  > li
  > a {
  font-weight: 700;
  color: #000;
}

.menu-content
  .content
  .row
  .col-sm-2
  .categories
  > .row
  .static-menu
  .menu
  > ul
  > li
  > ul {
  padding: 0;
  /* padding-top: .5rem; */
  padding-left: 0.3rem;
}

.menu-content
  .content
  .row
  .col-sm-2
  .categories
  > .row
  .static-menu
  .menu
  > ul
  > li
  > ul
  > li::before {
  display: none;
}

.menu-content
  .content
  .row
  .col-sm-2
  .categories
  > .row
  .static-menu
  .menu
  > ul
  > li
  > ul
  > li
  > a {
  background: none !important;
  color: #7b7b7b;
}

.menu-content
  .content
  .row
  .col-sm-2
  .categories
  > .row
  .static-menu
  .menu
  > ul
  > li
  > a:hover {
  text-decoration: underline;
}

.menu-content
  .content
  .row
  .col-sm-2
  .categories
  > .row
  .static-menu
  .menu
  > ul
  > li
  > ul
  > li
  > a:hover {
  text-decoration: underline;
}
.menu-content
  .content
  .row
  .col-sm-2
  .categories
  > .row
  .static-menu
  .menu
  > ul
  > li
  > a {
  margin-bottom: 8px;
}
.menu-content
  .content
  .row
  .col-sm-2:nth-child(1)
  .categories
  > .row
  .static-menu
  .menu
  > ul
  > li:nth-child(3)
  > a {
  color: #138813;
}
/*menu-end*/

.category-banner-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.category-banner-image img {
  width: 100%;
  transition: 0.3s ease;
}
.category-banner-image > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.category-banner-image:hover > a > img {
  transform: scale(1.1);
}

.category-banner-image {
  width: calc(25% - 12px);
  overflow: hidden;
}

.category-banner-image:not(:first-child) {
  margin-left: 15px;
}
.cart-text > span {
  font-size: 15px;
  color: #302c2c;
  height: 100%;
  display: flex;
  align-items: center;
}

.cart-icon-count .cart-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.cart-icon-count .cart-icon > i {
  font-size: 20px;
  color: #302c2c;
}
.header-wishlist {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-wishlist > a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #000;
  font-size: 18px;
}

.header-cart-account > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  background: #ebebeb;
  height: 25px;
  width: 1%;
}

.header-cart-account > div {
  position: relative;
}
.cart-icon-count .cart-icon > img {
  width: 19px;
  height: 19px;
}

.account-icon-text > ul {
  padding: 0;
}

.account-icon-text > ul > li {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  transition: 0.2s ease-in;
}

.account-icon-text > ul > li > a {
  text-decoration: none;
  color: #000;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.account-icon-text > ul > li > a:hover {
  background: none;
  color: #000;
}

.account-icon-text > ul > li:hover {
  background: #000;
}

.account-icon-text > ul > li:hover > a {
  color: #fff;
}

.home-slide .swiper-wrapper .swiper-slide > a {
  display: flex;
  width: 100%;
}

.home-slide .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
}
.home-slide .swiper-button-next,
.home-slide .swiper-button-prev {
  background: #ffffff70;
  width: 70px;
  height: 70px;
}

.home-slide .swiper-button-next::after,
.home-slide .swiper-button-prev::after {
  color: #636363;
  font-weight: 800;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.home-category-container {
  margin-top: 20px;
}

.home-category-container .home-category-box {
  display: flex;
  align-items: center;
}

.home-category-container .home-category-box .swiper-slide > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.3s ease;
  transform: scale(0.9);
}
.home-category-container .home-category-box .swiper-slide > a:hover {
  color: var(--default-color) !important;
}

.home-category-container
  .home-category-box
  .swiper-slide
  > a
  .home-category-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-category-container
  .home-category-box
  .swiper-slide
  > a
  .home-category-wrapper
  > img {
  width: 55px;
  /* height: 60px; */
  position: absolute;
  transform: translate(0px, 0px);
}

.home-category-container
  .home-category-box
  .swiper-slide
  > a
  .home-category-wrapper
  > i {
  font-size: 100px;
  position: relative;
}

.home-category-container .home-category-box .swiper-slide > a:hover {
  transform: scale(1);
}

/*featured*/
.featured-wrapper {
  padding: 15px;
}

.featured-wrapper .featured-swiper-container {
  padding: 3px;
}

.featured-wrapper .featured-swiper-container .featured-wrap {
  background: #fff;
  padding: 0px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.product-image {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s ease;
}

.product-caption {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 10px;
}

.product-caption .product-name {
  width: 100%;
  display: flex;
  /* align-items: center; */
  height: 65px;
}

.product-caption .product-name > span {
  width: 100%;
  font-size: 16px;
}

.product-image > img {
  padding: 0 0px;
}

.featured-wrapper .featured-swiper-container .featured-wrap > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.featured-wrapper .featured-swiper-container .featured-wrap > a:hover {
  color: #000;
}

.product-price {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 10px;
}
.price-old {
  margin-right: 0.5rem;
  text-decoration: line-through;
  font-size: 14px;
  color: #878787;
}

.product-price .price-new {
  font-size: 23px;
  font-weight: 900;
  color: var(--default-color) !important;
}
.featured-wrapper .featured-swiper-container .swiper-button {
  background: #fff;
  border: 1px solid #97979736;
  border-radius: 25px;
  height: 35px;
  width: 35px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.featured-wrapper .featured-swiper-container .swiper-button::after {
  color: #979797;
  font-size: 12px;
  font-weight: 700;
}

.home-featured {
  margin-top: 30px;
  padding: 0;
}

.home-featured-container {
  background: #fdfdfd;
}

.home-featured .featured-title {
  padding: 20px;
}

.home-featured .featured-title > span {
  font-size: 30px;
  font-weight: 800;
  color: #000;
}
.product-card-button-container {
  width: 100%;
  position: absolute;
  bottom: -35px;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  left: 0;
}

.product-card-button-container .button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.product-card-button-container .button-wrapper > button {
  width: 100%;
  border: none;
  padding: 12px 10px;
  background: var(--default-color) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-card-button-container .button-wrapper > button > span {
  color: #fff;
  font-size: 16px;
}

.product-card-button-container .button-wrapper > button > i {
  color: #fff;
  font-size: 20px;
}

.featured-wrapper
  .featured-swiper-container
  .featured-wrap:hover
  .product-card-button-container {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/*featured-end*/

/*five-banner*/
.fivebanner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.five-banners {
  display: flex;
  justify-content: center;
  align-items: center;
}

.five-banners .left-banner {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}

.five-banners .right-banner {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.five-banners .left-banner > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.five-banners .left-banner > a > img {
  width: 100%;
  height: auto !important;
  border-radius: 10px;
}

.five-banners .right-banner > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 1rem);
  border-radius: 10px;
  padding: 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.five-banners .right-banner > a > img {
  width: 100%;
  border-radius: 10px;
}

.five-banners .right-banner > a:not(:nth-child(2n)) {
  margin-right: 1rem;
}

.five-banners .right-banner > a:nth-child(1) {
  margin-bottom: 1rem;
}

.five-banners .right-banner > a:nth-child(2) {
  margin-bottom: 1rem;
}
/*five-banner-end*/

/*manufacturer*/
.manufacturer-container {
  margin-top: 30px;
}

.manufacturer-container .manufacturer-title {
  padding: 20px 0;
}

.manufacturer-container .manufacturer-title > span {
  font-size: 30px;
  font-weight: 800;
  color: #000;
}

.manufacturer-swiper {
}

div#swiper-wrapper-ed9403bed52e39da {
}

.manufacturer-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.manufacturer-swiper .swiper-slide > a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 10px;
  border-radius: 10px;
}

.manufacturer-swiper .swiper-slide > a > img {
  width: 100%;
  transition: 0.3s ease;
  overflow: hidden;
}
.manufacturer-swiper .swiper-slide:hover > a > img {
  transform: scale(1.2);
}

/*manufacturer-end*/

.home-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  /* padding: 0 5rem !important; */
  margin-top: 3rem;
}

.home-description .home-description-logo-container {
  width: 15%;
  display: flex;
  align-items: center;
}

.home-description .home-description-logo-container > img {
  width: 100%;
}

.home-description .home-description-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
}

.home-description .home-description-text > span {
  font-size: 14px;
  overflow: hidden;
}
.home-desc-view-more {
  display: flex;
  justify-content: end;
  position: relative;
  margin: 0 !important;
  padding-top: 0 !important;
  bottom: 0;
  padding: 0 5rem !important;
}

.home-desc-view-more::before {
  content: "";
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 40%);
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.hidden {
  display: none;
}
.home-desc-view-more > button {
  background: none;
}

.favorited i {
  color: var(--default-color) !important;
}
/*footer*/
.footer-container {
}

.footer-container .footer-top-container {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 43px;
}

footer {
  padding: 0;
  border: none;
  background: none;
  color: #fff;
}

.footer-container .footer-top-container .footer-top-content {
  display: flex;
  justify-content: space-between;
}

.footer-container .footer-top-container .footer-bottom-content {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.footer-container .footer-top-container .footer-bottom-content > img {
  width: 22%;
}

.footer-container .footer-top-container .footer-top-content .footer-colon {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  > span {
  color: #323232;
  font-weight: 700;
  font-size: 20px;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  .dual-content
  > span {
  color: #323232;
  font-weight: 700;
  font-size: 20px;
}

.footer-container .footer-top-container .footer-top-content .footer-colon ul {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  ul
  > li {
  padding: 5px 0;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  ul
  > li
  > a {
  color: #6a6a6a;
  font-size: 16px;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  .dual-content
  .social-media {
  flex-direction: unset;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  .dual-content
  .social-media
  > li {
  width: 16.6%;
  display: flex;
  justify-content: center;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .footer-colon
  .dual-content
  .social-media
  > li
  > a {
  font-size: 24px;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .dual-colon
  .dual-content {
}

.footer-container
  .footer-top-container
  .footer-top-content
  .dual-colon
  .dual-content
  .footer-contact-link {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .dual-colon
  .dual-content
  .footer-contact-link
  > a {
  max-width: 295px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-radius: 5px;
  padding: 0 20px;
  margin: 0 0 10px;
  background: #fff;
  color: #646464;
  font-size: 16px;
}

.footer-container
  .footer-top-container
  .footer-top-content
  .dual-colon
  .dual-content
  .footer-contact-link
  > a:hover
  span {
  color: #000;
  transition: 0.3s ease;
}

.footer-bottom-container {
  padding: 32px 0;
  background: #323232;
}

.footer-bottom-container > div > span {
  font-size: 15px;
  color: #969696;
}
.dual-content-mobile {
  display: none;
}
/*footer-end*/

/*category-page*/
button#show-filter {
  display: none;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

ul.select-options {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 120%;
  right: calc(-25px - 1.5rem);
  z-index: 1000;
  padding: 0;
  list-style: none;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    top 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    top 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    top 0.3s ease-in-out;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  min-width: 150px;
}

.select-options.visible {
  top: calc(100% + 1px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.select-options,
.select-options li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-options,
.select-options.visible.fade {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.select-options .close-li {
  display: none;
}
.select-options li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  align-items: center;
  padding: 0.5rem;
  height: 35px;
  font-size: 0.9rem;
  font-weight: 500;
}
.breadcrumb {
  border: none !important;
}

.breadcrumb > li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  top: 5px !important;
  width: 9px !important;
  height: 9px !important;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-color: var(--default-color) !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li:after {
  display: none;
}

.breadcrumb > li > a {
  font-size: 14px;
}
ul.breadcrumb {
  overflow-y: scroll;
  display: flex;
  width: 100%;
  flex-wrap: unset;
}

ul.breadcrumb::-webkit-scrollbar {
  display: none;
}
.modal__head {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.modal__head .modal__head--item > button {
  background: none;
  color: #666;
  border: none;
  padding: 0;
  font-size: 14px;
}

.modal__head .modal__head--item > a {
  background: none;
  color: #666;
  border: none;
  padding: 0;
}
.modal__title {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  width: 50%;
}

.modal__head .modal__head--item > a > i {
  font-size: 16px;
}

.bf-form .bf-buttonsubmit {
  height: 25px;
  font-size: 15px;
  background: var(--default-color) !important;
  width: 70%;
}

.bf-buttonclear-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.bf-form {
  padding-top: 2rem;
}

.content-left-filter {
  width: 25%;
  margin-right: 1rem;
}

.category-content {
  display: flex;
}

.product-layout.product-grid {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}

.product-card {
  width: calc(33.3% - 0.7rem);
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
.product-layout .product-card:not(:nth-child(3n)) {
  margin-right: 1rem;
}
.category-product-content
  .product-caption
  .product-price-wrapper
  .product-old-price {
  text-decoration: line-through;
  color: #878787;
}

.bf-panel-wrapper {
  margin-top: 0 !important;
}
.category-product-content {
  display: flex;
  flex-direction: column;
}

.category-product-content .product-caption {
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

.category-product-content .product-wishlist-buttons {
  position: absolute;
  top: 10px;
  right: 5px;
}

.category-product-content .product-wishlist-buttons > button {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: none;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-product-content .product-wishlist-buttons > button > i {
  font-size: 19px;
}

.category-product-content .product-caption .product-price-wrapper {
  margin-top: 1rem;
}

.category-product-content
  .product-caption
  .product-price-wrapper
  .product-new-price {
  color: var(--default-color) !important;
  font-size: 17px;
  font-weight: 900;
}
.category-product-content .product-caption .product-name-wrapper {
  display: flex;
  flex-direction: column;
}

.category-product-content .product-caption .product-name-wrapper > a {
  color: #000;
  font-size: 16px;
  margin-top: 5px;
}
.product-card:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bf-attr-group-header {
  display: none;
}

.bf-layout-id-52 .ui-widget-header {
  background: var(--default-color) !important;
  height: 5px !important;
}

.bf-slider-range {
  display: flex;
  align-items: center;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px !important;
}

.bf-attr-block {
  padding-top: 0 !important;
  border: none !important;
}

.bf-sliding-cont {
  background: none !important;
}

.bf-clickable {
  font-size: 14px !important;
}

/* .bf-cell label {
  font-size: 12px !important;
} */
.filter-sort {
  margin-bottom: 1rem;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 2rem;
  height: 60px;
  background-color: #ffffff;
  z-index: 100;
  border-bottom: 1px solid transparent;
  -webkit-transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border 0.1s ease-in-out;
  -o-transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border 0.1s ease-in-out;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border 0.1s ease-in-out;
}

.filter-sort .sort-view {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-sort .sort-view > button {
  box-shadow: none;
  border-style: double;
  background: none;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border: none;
}

.filter-sort .sort-view > button > i {
  font-size: 15px;
}

.filter-sort .sort-view .sort-wrapper {
}

.filter-sort .sort-view .sort-wrapper > select {
  height: 30px;
  border-color: #ddd;
}
.modal__head--item.modal__left.modal__nav {
  width: 25%;
}

.modal__head--item.modal__right {
  width: 25%;
}
.category-product-content
  .product-caption
  .product-name-wrapper
  a:nth-child(1) {
  margin-right: 0.3rem;
  font-weight: 800;
}
.category-content .product-image:hover {
  transform: scale(1.1);
}

.product-card .product-image-wrapper {
  overflow: hidden;
  position: relative;
}

.product-card .product-image-wrapper > a {
  overflow: hidden;
}
.product-card:hover .product-card-button-container {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.product-grid-4 .product-card:not(:nth-child(3n)) {
  margin-right: 0.7rem;
}
.product-grid-4 .product-card {
  width: calc(25% - 0.7rem);
  margin-right: 0.7rem;
}

.category-pagination {
  width: 100%;
}
.productsrel-sizeandcolor-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: -35%;
  background: #ffff;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: 0.3s ease;
  width: 100%;
}

.productsrel-sizeandcolor-container .productsrel-size {
  display: flex;
  width: 100%;
}

.productsrel-sizeandcolor-container .productsrel-size > ul {display: flex;list-style: none;padding: 0;width: 100%;overflow-x: auto;}

.productsrel-sizeandcolor-container .productsrel-size > ul::-webkit-scrollbar {
  height: 5px;
  background-color: #f5f5f5;
}

.productsrel-sizeandcolor-container .productsrel-size > ul::-webkit-scrollbar-thumb {
  background-color: #f13f3e;
  /* color: #f13f3e; */
}


.productsrel-sizeandcolor-container .productsrel-size > ul > li {
  padding: 10px;
  display: flex;
  width: auto;
  flex: none;
}

.productsrel-sizeandcolor-container .productsrel-colors {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.productsrel-sizeandcolor-container .productsrel-colors .productsrel-color {
}

.productsrel-sizeandcolor-container .productsrel-colors .productsrel-color > a {
  display: flex;
  padding: 2px 7px;
}

.productsrel-sizeandcolor-container
  .productsrel-colors
  .productsrel-color
  > a
  > img {
  width: 100%;
}
.category-manufacturers {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.5rem;
}

.category-manufacturers .category-manufacturer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: 1rem;
  border-radius: 20px;
  padding: 0.5rem;
}
.category-manufacturers .category-manufacturer-content a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.category-manufacturers .category-manufacturer-content > img {
  width: 100%;
  border-radius: 25px;
}
.category-manufacturers .category-manufacturer-content > span {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.empty-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empty-content .empty-content-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty-content .empty-content-top > img {
  width: 60%;
}

.empty-content .empty-content-top .empty-info {
  font-size: 18px;
}

.empty-content .empty-content-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.empty-content .empty-content-bottom > a {
  padding: 0.7rem 2rem;
  background: var(--default-color);
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
/*category-page-end*/
/*product-page*/
.other-sellers-list-mobile {
  display: none;
}
.product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin: 10px 0;
  /* box-shadow: 0 0 9px 0 #dddddd85; */
  /* border-radius: 5px; */
  /* border: 1px solid #f2f2f2; */
  padding: 20px 0;
  position: relative;
}

.product-page-wrapper {
  display: flex;
  flex-direction: column;
}

.product-left {
  width: 40% !important;
  margin-right: 1rem;
}

.zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: crosshair;
}

.product-content .product-image {
  border-radius: 10px;
}

.product-content .product-image > a {
  display: flex;
  align-items: center;
  position: relative;
}

.product-content .product-image > a > img {
  width: 100%;
}

.gallery-thumbs {
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.gallery-thumbs .little-image .swiper-slide {
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  transition: 0.3s ease-in;
  cursor: pointer;
}

.gallery-thumbs .little-image .swiper-slide > a {
  display: flex;
  align-items: center;
}

.gallery-thumbs .little-image .swiper-slide > img {
  width: 100%;
  border-radius: 5px;
}

.gallery-thumbs .little-image .swiper-slide > a > img {
  width: 100%;
  border-radius: 5px;
}
.gallery-thumbs .little-image {
  justify-content: center;
}
.product-right {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
  padding: 30px 20px;
}

div#product {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.product-right .product-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-right .product-details .product-name {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-bottom: 0.3rem;
}

.product-right .product-details .product-name span {
  font-size: 18px;
}

.product-right .product-details .product-name > a {
  font-size: 20px;
  font-weight: 700;
  margin-right: 0.5rem;
}

.product-info {
}

.product-info > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-info > ul > li {
  font-size: 13px;
}

.product-info > ul > li > a {
  color: #5890e1;
}
.product-right .product-details .product-name span:not(:last-child) {
  margin-right: 0.5rem;
}
.product-info .rating-product {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}

.product-info .rating-product .rating-icon {
  margin-right: 0.5rem;
}
.product-info .rating-product .rating-icon > i {
  font-size: 18px;
}
.product-info .product-price {
  display: flex;
  align-items: center;
}

.product-info .product-price .special-price-container {
  display: flex;
}

.product-info .product-price .product-discount-wrapper {
  margin-right: 0.5rem;
  border: 2px solid var(--default-color);
  color: var(--default-color);
  padding: 5px 7px;
  border-radius: 8px;
}

.product-info .product-price .product-discount-wrapper > span {
  font-size: 16px;
  font-weight: 700;
}

.product-info .product-price .special-price-container > li {
}

.product-info
  .product-price
  .special-price-container
  > li:not(:last-child)
  > span {
  color: #666666;
  text-decoration: line-through;
  margin-right: 1rem;
  font-weight: 100;
  font-size: 22px;
}

.product-info .product-price .special-price-container > li > span {
  font-size: 24px;
  color: var(--default-color);
  font-weight: 800;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-weight: 700;
}
.product-details-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.prod-colors .colors-img > a > img {
  width: 100%;
}

.prod-colors .colors-img {
  width: 16%;
  margin-left: 8px;
}

.product-options {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.product-options > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  margin: 0;
  margin-top: 0 !important;
}

.form-group.required .card.card-body {
  border: none;
  padding: 0;
  padding-top: 20px;
}

.product-options > div:nth-child(1) {
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 11px;
  flex-direction: row;
}

.colorlabel {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.product-option-label {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.form-group.required {
}

.form-group.required > label {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.form-group.required > label::before {
  display: none;
}

.form-group.required > select {
  width: 50%;
}
.product-buttons-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 1rem;
}

.product-buttons-wrapper .btn-div-product {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-buttons-wrapper .product-wishlist-buttons {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-buttons-wrapper .btn-div-product > button {
  width: 100%;
  background: var(--default-color);
  border: none;
  padding: 19px 0;
  color: #fff;
  font-size: 22px;
  border-radius: 5px;
  font-weight: 700;
}

.product-buttons-wrapper .product-wishlist-buttons > button {
  padding: 17px;
  border: none;
  background: none;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 5px;
  width: 58px;
  height: 58px;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8c8c8c;
}
.product-descriptions-capsule {
  display: flex;
  flex-direction: column;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
}

.product-descriptions-capsule .description-seeall {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-descriptions-capsule .description-seeall > button {
  width: 100%;
  /* padding: 8px 0; */
  background: #fff;
  border: 1px solid #e6e6e6;
  letter-spacing: 0.05rem;
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
  border-style: double;
  transition: all 0.3s ease;
}

.opacity-button {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 21px 0;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.9)
  );
}

.product-descriptions-capsule .description-seeall > button:hover {
  color: var(--default-color);
  border-color: var(--default-color);
}

.product-description-tab-container {
  background: var(--clr-0);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
  margin-top: 20px;
  /* padding: 25px; */
}
.product-description-tab-container .product-tab-wrapper {
}

.product-description-tab-container .product-tab-wrapper .tab-content {
  padding: 25px;
}

.product-description-tab-container .product-tab-wrapper .nav-pills {
  border-bottom: 1px solid var(--clr-8);
}

.product-description-tab-container
  .product-tab-wrapper
  .nav-pills
  > li:nth-child(1) {
  border: 0;
}

.product-description-tab-container
  .product-tab-wrapper
  .nav-pills
  > li
  > button {
  display: inline-block;
  padding: 22px 30px;
  border-right: 1px solid var(--clr-8) !important;
  position: relative;
  cursor: pointer;
  background: none;
  color: #969696;
  border-radius: 0;
  border-bottom: 0 !important;
  font-size: 16px;
  font-weight: 700;
}

.product-description-tab-container
  .product-tab-wrapper
  .nav-pills
  > li
  > button.active::before {
  content: "";
  background: var(--clr-0);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.product-description-tab-container
  .product-tab-wrapper
  .nav-pills
  > li
  > button.active {
  color: #323232;
}
.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: var(--clr-4);
  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: var(--clr-4);
  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: var(--clr-4);
  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: #ffb928;
  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: #ffb928;
}
.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;
}
.related-title {
  padding: 20px;
  display: flex;
  align-items: center;
}

.related-title > span {
  font-size: 30px;
  font-weight: 800;
  color: #000;
}

.product-related {
  margin-top: 1rem;
}
.product-other-sellers-capsule {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  margin-top: 2rem;
}

.product-other-sellers-capsule .other-sellers-capsule-head {
  display: flex;
  align-items: center;
}

.product-other-sellers-capsule
  .other-sellers-capsule-head
  .other-sellers-capsule-title {
}

.product-other-sellers-capsule
  .other-sellers-capsule-head
  .other-sellers-capsule-title
  > span {
  font-size: 20px;
  font-weight: 700;
  color: #323232;
}

.product-other-sellers-capsule
  .other-sellers-capsule-head
  .other-sellers-all-button {
}

.product-other-sellers-capsule
  .other-sellers-capsule-head
  .other-sellers-all-button
  > span {
  position: relative;
  margin-left: 30px;
  color: var(--default-color);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.product-other-sellers-capsule .other-sellers-capsule-list {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}

.product-other-sellers-capsule .other-sellers-capsule-list > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
}

.product-other-sellers-capsule .other-sellers-capsule-list > ul > li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: #f5f5f5;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.product-other-sellers-capsule
  .other-sellers-capsule-list
  > ul
  > li:not(:last-child) {
  margin-bottom: 1rem;
}

.product-other-sellers-capsule .other-sellers-capsule-list > ul > li > a {
  display: flex;
  width: 75%;
  justify-content: space-between;
  align-items: center;
}

.product-other-sellers-capsule
  .other-sellers-capsule-list
  > ul
  > li
  .other-sellers-list-addcart {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-other-sellers-capsule
  .other-sellers-capsule-list
  > ul
  > li
  > a
  .other-sellers-list-item {
  padding: 15px 20px;
}

.product-other-sellers-capsule
  .other-sellers-capsule-list
  > ul
  > li
  > a
  .other-sellers-list-item
  .other-sellers-list-info {
  width: 100%;
  display: flex;
  align-items: center;
}

.product-other-sellers-capsule
  .other-sellers-capsule-list
  > ul
  > li
  > a
  .other-sellers-list-item
  .other-sellers-list-info
  > span {
  margin-right: 1rem;
  background: #c8c8c8;
  color: #fff;
  font-weight: 700;
  padding: 4px 7px;
  border-radius: 5px;
  transition: all 0.2s;
  font-size: 17px;
}

.product-other-sellers-capsule
  .other-sellers-capsule-list
  > ul
  > li
  > a
  .other-sellers-list-item
  .other-sellers-list-info
  .other-sellers-list-store {
  margin-left: 10px;
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
  font-weight: 700;
  color: #646464;
  font-size: 16px;
}

.product-other-sellers-capsule
  .other-sellers-capsule-list
  > ul
  > li
  > a
  .other-sellers-list-actions {
}

.product-other-sellers-capsule
  .other-sellers-capsule-list
  > ul
  > li
  > a
  .other-sellers-list-actions
  .other-sellers-list-price {
  font-weight: 900;
  font-size: 20px;
  color: #323232;
}

.product-other-sellers-capsule
  .other-sellers-capsule-list
  > ul
  > li
  .other-sellers-list-addcart
  > button {
  padding: 0 18px;
  height: 40px;
  line-height: 40px;
  border: 0;
  border-radius: 5px;
  /* margin-left: 20px; */
  font-weight: 700;
  font-size: 16px;
  background: var(--default-color);
}
.product-other-sellers-capsule
  .other-sellers-capsule-list
  > ul
  > li:hover
  > a
  .other-sellers-list-item
  .other-sellers-list-info
  > span {
  background: var(--default-color);
}

.tab-other-sellers-list {
  display: flex;
  align-items: center;
  width: 100%;
}

.tab-other-sellers-list > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
}

.tab-other-sellers-list > ul > li {
  display: flex;
  width: 85%;
  justify-content: space-between;
  background: #f5f5f5;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tab-other-sellers-list > ul > li:not(:last-child) {
  margin-bottom: 1rem;
}

.tab-other-sellers-list > ul > li > a {
  display: flex;
  width: 80%;
  justify-content: space-between;
  align-items: center;
}

.tab-other-sellers-list > ul > li > a .other-sellers-list-item {
  padding: 15px 20px;
}

.tab-other-sellers-list > ul > li > a .other-sellers-list-product-name > span {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.tab-other-sellers-list
  > ul
  > li
  > a
  .other-sellers-list-item
  .other-sellers-list-info {
  width: 100%;
  display: flex;
  align-items: center;
}

.tab-other-sellers-list
  > ul
  > li
  > a
  .other-sellers-list-item
  .other-sellers-list-info
  > span {
  margin-right: 1rem;
  background: #c8c8c8;
  color: #fff;
  font-weight: 700;
  padding: 4px 7px;
  border-radius: 5px;
  transition: all 0.2s;
  font-size: 17px;
}

.tab-other-sellers-list > ul > li > a .other-sellers-list-store {
  margin-left: 10px;
  white-space: nowrap;
  overflow: visible;
  text-overflow: ellipsis;
  font-weight: 700;
  color: #646464;
  font-size: 16px;
}

.tab-other-sellers-list > ul > li > a .other-sellers-list-actions {
}

.tab-other-sellers-list
  > ul
  > li
  > a
  .other-sellers-list-actions
  .other-sellers-list-price {
  font-weight: 900;
  font-size: 20px;
  color: #323232;
}

.tab-other-sellers-list > ul > li .other-sellers-list-addcart {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-other-sellers-list > ul > li .other-sellers-list-addcart > button {
  padding: 0 18px;
  height: 40px;
  line-height: 40px;
  border: 0;
  border-radius: 5px;
  margin-left: 20px;
  font-weight: 700;
  font-size: 16px;
  background: var(--default-color);
}
.tab-other-sellers-list
  > ul
  > li:hover
  > a
  .other-sellers-list-item
  .other-sellers-list-info
  > span {
  background: var(--default-color);
}
.product-options .list-option {
  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;
}
.product-options .list-option > 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;
}
.product-options .list-option > li {
  border: none;
  background-color: transparent;
  padding: 0;
  border-radius: 50%;
}
.product-options .list-option > li {
  width: auto;
  height: 35px;
  /* padding-bottom: 0.5rem; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  margin-right: 13px;
}
.product-options .list-option > li:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.product-options .list-option > li:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.product-options .list-option > 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%);
}
.product-options .list-option > li.selected {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.product-options .list-option > li.selected {
  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%);
}
.product-buttons-wrapper .cart-count-buttons {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.product-buttons-wrapper .cart-count-buttons > button.minus {
  /* margin-right: .5rem; */
}

.product-buttons-wrapper .cart-count-buttons > button {
  border-color: #dddd;
  box-shadow: none;
  background: #f5f5f5;
  border-style: double;
  height: 55px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-product-slider {
  display: none;
}
.product-buttons-wrapper .cart-count-buttons > button.plus {
  /* margin-left: .5rem; */
}

.product-buttons-wrapper .cart-count-buttons .quantity-input-wrapper {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-buttons-wrapper .cart-count-buttons .quantity-input-wrapper > input {
  height: 55px;
  width: 100%;
  box-shadow: none;
  border-color: #ddd;
  border-style: double;
  border-right: none;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}

.product-buttons-wrapper .cart-count-buttons > button > i {
  font-weight: 700;
  font-size: 25px;
}
span.product-new-price {
  font-size: 24px;
  color: var(--default-color);
  font-weight: 800;
}
/*product-end*/

/*checkout/cart*/
.not-found-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  min-height: calc(100vh - 700px);
  margin-top: 60px;
}

.not-found-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.not-found-container .not-found-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.not-found-container .not-found-icon > img {
  width: 100%;
}

.not-found-container .not-found-header {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found-container .not-found-text {
  margin-bottom: 40px;
  margin-top: 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.not-found-container .not-found-text > span {
  font-size: 19px;
}

.not-found-container .not-found-header > span {
  font-size: 30px;
  font-weight: 700;
  color: #323232;
}

.continue-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.continue-button > a {
  background: var(--default-color);
  color: #fff;
  padding: 0 35px;
  height: 47px;
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
/*checkout/cart-end*/

/*account-success*/
.account-success-continer {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  min-height: calc(100vh - 700px);
  margin-top: 60px;
}

.account-success-continer .account-success-icon {
}

.account-success-continer .account-success-icon > img {
  width: 100%;
}

.account-success-continer .account-success-text {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 20px;
  line-height: 1.4;
}

.account-success-continer .account-success-text > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}

.account-success-continer .account-success-text > span > p {
  text-align: center;
  margin: 0;
}

.account-success-continer .account-success-header {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-success-continer .account-success-header > span {
  font-size: 30px;
  font-weight: 700;
  color: #323232;
}
/*account-success-end*/
/*checkout/cart*/
.cart-header-title {
  display: flex;
  align-items: center;
}

.cart-header-title > span {
  font-size: 20px;
  font-weight: 800;
  color: #000;
}

.cart-header-title > span:nth-child(1) {
  margin-right: 0.5rem;
}
.cart-container .cart-wrapper .cart-side .cart-header {
  border-bottom: 1px solid #ddd;
  padding: 1.5rem;
}

.cart-container .cart-wrapper .cart-side .cart-header button {
  background: var(--default-color) !important;
  margin-right: 0.5rem !important;
  font-weight: 700;
}

.cart-container .cart-wrapper .cart-side .cart-header .header-buttons > a {
  background-color: #fafafa;
  border-color: #e6e6e6;
  color: #000;
  padding: 1rem 2rem !important;
  font-weight: 700;
}
.cart-content {
}

.cart-content .cart-row {
  justify-content: center !important;
  width: 100%;
  padding: 0.5rem 1.5rem !important;
  align-items: flex-start !important;
}

.cart-content .cart-row .cart-product-image {
  margin-right: 1rem;
}

.cart-content .cart-row .cart-product-content {
  width: 60% !important;
  align-items: flex-start;
}

.cart-content .cart-row .cart-product-info {
  width: 20% !important;
  justify-content: space-between;
  height: 200px;
}

.cart-content .cart-form {
  width: 100%;
}

.custom-select-trigger {
  padding: 0.9375rem 40px 0.9375rem 0.9375rem;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-size: 0.875rem;
  color: #000;
  height: 50px;
}

.custom-select-trigger:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.cart-container
  .cart-wrapper
  .cart-side
  .cart-content
  .cart-row
  .cart-product-content
  .cart-product-price {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.cart-container
  .cart-wrapper
  .cart-side
  .cart-content
  .cart-row
  .cart-product-content
  .cart-product-manufacturer {
  margin-bottom: 0.5rem;
}

.cart-container
  .cart-wrapper
  .cart-side
  .cart-content
  .cart-row
  .cart-product-content
  .cart-product-price
  > p {
  margin: 0;
}

.cart-content .cart-row .cart-product-content > a {
  margin-bottom: 0.5rem !important;
}

.cart-content .cart-row .cart-product-content > span {
  margin-bottom: 0.5rem !important;
  font-size: 16px !important;
}
.cart-content .cart-row .cart-product-content .row-btn-group {
  flex-direction: column;
  justify-content: flex-start !important;
  margin-top: 0 !important;
}

.cart-content .cart-row .cart-product-content .row-btn-group > button {
}

.cart-container
  .cart-wrapper
  .cart-side
  .cart-content
  .cart-row
  .row-btn-group
  > button {
  background: none !important;
  color: #999999 !important;
  align-items: center !important;
  padding-left: 0 !important;
}

.cart-container
  .cart-wrapper
  .cart-side
  .cart-content
  .cart-row
  .row-btn-group
  > button:hover {
  background: none !important;
  color: #000 !important;
}

.cart-container
  .cart-wrapper
  .cart-side
  .cart-content
  .cart-row
  .row-btn-group
  .cart-fav-btn {
  padding-left: 0;
  color: #999999;
  border: none;
  outline: none;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  background: none;
  font-size: 14px;
  padding: 1rem;
  padding-bottom: 0;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 2px;
  margin-right: 0;
}
.cart-container
  .cart-wrapper
  .cart-side
  .cart-content
  .cart-row
  .row-btn-group
  button
  > i {
  margin-right: 0.3rem;
}
.cart-container
  .cart-wrapper
  .cart-side
  .cart-content
  .cart-row
  .cart-product-content
  .cart-product-manufacturer {
  color: var(--default-color) !important;
}
.custom-select-wrapper {
  height: 50%;
  display: flex !important;
}

.cart-content .cart-row .cart-product-info .total-div {
  display: flex;
  height: 50%;
  align-items: end;
}

.cart-content .cart-row .cart-product-info .total-div > .cart-product-total {
  color: #03a87c;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}

.cart-container .cart-wrapper .summary-side .summary-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1rem;
}

.summary-container .summary-table {
}

.summary-container .summary-table > tbody {
}

.summary-container .summary-table > tbody > tr > td {
  border: none !important;
  background: none !important;
}

.cart-container .cart-wrapper .summary-side .summary-table tbody tr {
  background: none !important;
  --bs-table-striped-bg: none !important;
}

.cart-container
  .cart-wrapper
  .summary-side
  .summary-table
  tbody
  tr:nth-child(3)
  > td {
  color: #03a87c !important;
  font-weight: 700;
}

.cart-container
  .cart-wrapper
  .summary-side
  .summary-table
  tbody
  tr:nth-child(3):hover
  > td {
  color: #03a87c;
}

.cart-container .cart-wrapper .summary-side .summary-table tbody tr:hover {
  --bs-table-striped-bg: none !important;
  cursor: context-menu;
}

.summary-container .summary-table > tbody > tr:hover > td {
  --bs-table-accent-bg: none !important;
}
.cart-container .cart-wrapper .summary-side .summary-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 1.5rem;
}

.cart-container .cart-wrapper .summary-side .summary-header > span {
  font-size: 20px;
  font-weight: 800;
  color: #000;
}

.cart-container .cart-wrapper .summary-side {
  padding: 2rem 0 !important;
  padding-top: 0 !important;
  width: 30% !important;
}

.cart-container .cart-wrapper .cart-side {
  width: calc(70% - 2rem) !important;
}

.cart-container .cart-wrapper .summary-side .summary-container .summary-table {
  margin: 0;
}

.cart-container .cart-wrapper .summary-side .summary-footer {
  padding: 1rem;
}

.cart-container .cart-wrapper .summary-side .summary-footer .total-cart {
  display: flex;
}

.cart-container
  .cart-wrapper
  .summary-side
  .summary-footer
  .total-cart
  > table {
  width: 100%;
}

.cart-container
  .cart-wrapper
  .summary-side
  .summary-footer
  .total-cart
  > table
  > tbody {
}

.cart-container
  .cart-wrapper
  .summary-side
  .summary-footer
  .total-cart
  > table
  > tbody
  > tr {
  display: flex;
  justify-content: space-between;
}

.cart-container
  .cart-wrapper
  .summary-side
  .summary-footer
  .total-cart
  > table
  > tbody
  > tr
  > td {
  color: #000;
}

.cart-container
  .cart-wrapper
  .summary-side
  .summary-footer
  .total-cart
  > table
  > tbody
  > tr
  > td
  > strong {
  font-size: 19px;
  font-weight: 700;
}

.cart-container
  .cart-wrapper
  .summary-side
  .summary-footer
  .total-cart
  > table
  > tbody
  > tr
  > td
  > span {
  font-size: 19px;
  font-weight: 700;
}

.cart-container .cart-wrapper .summary-side .summary-footer .input-group {
  margin-top: 1rem !important;
}

.cart-container
  .cart-wrapper
  .summary-side
  .summary-footer
  .input-group
  .input-group-btn {
}

.cart-container
  .cart-wrapper
  .summary-side
  .summary-footer
  .input-group
  .input-group-btn
  > input {
  background: var(--default-color);
  border-color: var(--default-color);
}

.cart-container
  .cart-wrapper
  .summary-side
  .summary-footer
  .proceed-checkout-btn {
  background: var(--default-color);
}
.cart-container .cart-wrapper .cart-side .cart-content {
  padding: 0.5rem 0 !important;
}
.cart-content .cart-row:not(:last-child) {
  border-bottom: 1px solid #ddd !important;
}

.cart-container .cart-wrapper {
  padding-bottom: 2rem;
}
.cart-content
  .cart-row
  .cart-product-info
  .total-div
  > .cart-product-total
  > span {
  font-weight: 700;
}

.cart-content
  .cart-row
  .cart-product-info
  .total-div
  > .cart-product-total
  .price-new {
  font-size: 15px;
}

.cart-content .cart-row .cart-product-info .total-div .total-price {
}

.cart-content .cart-row .cart-product-info .total-div .total-price > span {
  font-size: 16px;
  font-weight: 800;
}
.cart-content .cart-row .cart-product-content .cart-product-options {
  font-size: 17px;
  margin-bottom: 0.5rem !important;
}

.header-buttons #removeModal .confirm-modal {
  transform: translateY(195px) !important;
  max-width: fit-content !important;
}

.header-buttons {
}

.header-buttons #removeModal {
}

.header-buttons #removeModal .confirm-modal .modal-content {
  padding: 2rem;
  width: 550px;
}

.header-buttons #removeModal .confirm-modal .modal-content .modal-body {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.header-buttons
  #removeModal
  .confirm-modal
  .modal-content
  .modal-body
  button.close {
  top: 0px;
  right: -20px;
  margin: 0 !important;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 20px;
}

.header-buttons
  #removeModal
  .confirm-modal
  .modal-content
  .modal-body
  .confirm-buttons {
}

.header-buttons
  #removeModal
  .confirm-modal
  .modal-content
  .modal-body
  button.close
  .modal-desc {
}

.header-buttons
  #removeModal
  .confirm-modal
  .modal-content
  .modal-body
  .modal-desc
  > p {
  margin: 0;
  font-size: 17px;
  display: flex;
}

.header-buttons
  #removeModal
  .confirm-modal
  .modal-content
  .modal-body
  .confirm-buttons
  > button {
  color: #fff;
  padding: 0;
  width: 120px !important;
  font-size: 18px;
}

.header-buttons
  #removeModal
  .confirm-modal
  .modal-content
  .modal-body
  .modal-desc {
  text-align: unset;
  display: flex;
}
.header-buttons
  #removeModal
  .confirm-modal
  .modal-content
  .modal-body
  .confirm-buttons
  a.modal-btn {
  color: #fff;
  padding: 0;
  width: 120px !important;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000c;
}
.product-card:hover .productsrel-sizeandcolor-container {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
/*checkout/cart-end*/

.admin_wrapper .admin_images_section,
.account_dashboard .right_order_wrapper .totle_order_wrapper,
.ad_my_account h3,
.account_dashboard
  .change_items
  .change_password_wrapper
  .change_icon_wrapper
  i,
.recent_orders h3,
.recent_orders .table tr td.pending_section span,
.recent_orders .table tr td.eye_icons i:hover,
form#ebquickcontact #sendenquery,
.account_dashboard .product-thumb .button-group button,
.account_dashboard_mange .right_order_wrapper_sec,
.account_dashboard .account_dashboard_mange .eb_info {
  background: var(--default-color) !important;
}

.account_dashboard.new_account_dashboard
  .right_order_wrapper
  .totle_text_wrapper,
.profile-section .profilelinks,
.list-group.ad_my_account a:hover,
.recent_orders table thead tr th,
.recent_orders .table tr td.eye_icons i,
.secendlayoutdashboard .change_items .change_password_wrapper,
.account_dashboard .change_items .change_password_wrapper,
.firstdashboardlayour .cover-photo {
  background: var(--default-color) !important;
}

.mv-dashboard-wrap .mv-sidebar li a.active,
.mv-dashboard-wrap .mv-sidebar li a:hover {
  background: var(--default-color) !important;
}
#seller-menus {
  background: var(--default-color) !important;
}
.threelayoutdashboard .account_dashboard .change_icon_wrapper > i {
  display: flex;
}
.wishlist-wrapper .not-found-content {
  padding-top: 0;
}

/*become_seller*/
.become-seller-wrapper {
  background: #ebebeb;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.become-seller-table-container {
  width: 70%;
  margin: 2rem;
  background: #fff;
  /* padding: 2rem; */
  /* padding-top: 1rem; */
  border-radius: 25px;
  padding: 0;
  box-shadow: 0 0 20px 10px rgb(0 0 0 / 5%);
}

.become-seller-table-container .become-seller-tab-content {
  padding: 2rem;
}

.become-seller-table-container .become-seller-tab-content > form {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.become-seller-form-group {
  width: 100%;
  margin-bottom: 2rem;
}

.become-seller-table-container
  .become-seller-tab-content
  > form
  .become-seller-form-content-left {
  width: calc(50% - 2rem);
  margin-right: 2rem;
}

.become-seller-table-container
  .become-seller-tab-content
  > form
  .become-seller-form-content-right {
  width: calc(50% - 2rem);
}

.become-seller-form-group > input {
  font-size: 15px !important;
  padding: 0.7rem 0.75rem;
  margin-top: 0.5rem;
}
.become-seller-table-container .become-seller-title {
  border-bottom: 1px solid #f1f2f7;
  padding: 0 2rem;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 0;
}

.become-seller-table-container .become-seller-title > span {
  color: var(--default-color);
  font-size: 17px;
  font-weight: 800;
  display: flex;
  height: 100%;
  align-items: center;
  border-bottom: 1px solid;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
}
.become-seller-table-container .become-seller-title > span > i {
  margin-right: 0.5rem;
  font-size: 19px;
}
.become-seller-form-group > label {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
}
.become-seller-table-container
  .become-seller-tab-content
  > form
  .become-seller-tab-content-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}
.become-seller-submit-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 50%;
}

.become-seller-submit-btn input {
  background: var(--default-color);
  border-style: hidden;
  width: 50%;
  /* padding: .7rem 1rem; */
  font-size: 18px;
}
.become-seller-continue-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
}

.become-seller-continue-wrap .lighting-text-content {
  display: flex;
  align-items: center;
}

.become-seller-continue-wrap .lighting-text-content > span {
  font-weight: 800;
  font-size: 15px;
}

.become-seller-continue-wrap .lighting-text-content > span > a {
  margin-right: 0.3rem;
  text-decoration: underline;
  color: var(--default-color);
}
.become-seller-continue-wrap .lighting-text-content > input {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}
.become-seller-form-group > select {
  font-size: 15px !important;
  padding: 0.7rem 0.75rem;
  margin-top: 0.5rem;
}
/*become_seller_end*/
.btn.btn-primary {
  background-color: var(--default-color) !important;
  background-image: var(--default-color) !important;
  border-color: var(--default-color) !important;
}

.btn.btn-primary:hover {
  background-color: #8c1c1b !important;
  background-image: #8c1c1b !important;
  border-color: #8c1c1b !important;
}
.standard-option .label-div {
  width: 100%;
}
.category-product-content .product-caption .product-name {
  padding-left: 0;
}
.category-product-content .product-caption .product-price {
  padding-left: 0;
}