:root {
  --theme-color: #9e7e4b;
}
.filter-sort {
  display: none !important;
}

.category-content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

.category-list-container {
  width: 25%;
}

.category-content-right {
  width: 75%;
}

.product-item {
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
  width: calc(25% - 1rem);
}

.product-image-wrapper,
.product-image-wrapper > a {
  display: flex;
  width: 100%;
}

.product-image-wrapper > a > img {
  width: 100%;
}

.category-list-container .bf-form {
  flex-direction: column;
  padding-left: 1rem !important;
}

.category-list-container .bf-form .bf-attr-block {
  width: 100% !important;
  margin-bottom: 1rem;
}

.category-list-container .bf-form .bf-attr-block .bf-attr-block-cont {
  flex-direction: column;
  padding: 0 0.3rem !important;
}

.category-list-container .bf-form .bf-attr-block .bf-sliding {
  overflow: auto;
}

.category-list-container
  .bf-form
  .bf-attr-block
  .bf-attr-block-cont
  .bf-attr-filter
  .bf-c-2 {
  display: flex;
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1) !important;
  font-size: 14px;
}

.category-list-container
  .bf-form
  .bf-attr-block
  .bf-attr-block-cont
  .bf-attr-filter {
  width: 100%;
}

.bf-sliding::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #e6e6e6;
  border-radius: 5px;
}
.bf-sliding::-webkit-scrollbar-button {
  display: none;
}
.bf-sliding::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 5px;
}

.category-list-container .bf-form .bf-attr-block .bf-attr-header {
  background-color: var(--theme-color) !important;
  padding: 0.5rem !important;
  color: #fff;
}

/* .category-list-container .bf-form .bf-attr-block .bf-attr-header > span {
      display: flex !important;
    } */

.category-list-container
  .bf-form
  .bf-attr-block
  .bf-attr-block-cont
  .bf-attr-filter
  .bf-c-1 {
  display: block !important;
  margin-right: 0.5rem;
}

.category-list-container
  .bf-form
  .bf-attr-block
  .bf-attr-block-cont
  .bf-attr-filter
  .bf-c-1
  > input {
  -webkit-appearance: auto !important;
}

.category-list-container
  .bf-form
  .bf-attr-block
  .bf-attr-block-cont
  .bf-slider-range {
  background-color: var(--theme-color);
}

.sort-wrapper {
  display: flex;
  padding: 0 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  align-items: flex-start;
}

.sort-wrapper > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.sort-wrapper > ul > li:not(:last-child) {
  margin-right: 0.5rem;
}
.sort-wrapper > ul > li {
  width: auto;
  margin-bottom: 0.5rem;
}

.sort-wrapper > ul > li > a {
  display: flex;
  font-size: 12px;
  padding: 0.5rem;
  border-radius: 5px;
  color: #fff;
}

.sort-wrapper > ul > li:nth-child(1) > a {
  background-color: #b2925e;
}

.sort-wrapper > ul > li:nth-child(2) > a {
  background-color: #b99b6b;
}

.sort-wrapper > ul > li:nth-child(3) > a {
  background-color: #bfa478;
}

.sort-wrapper > ul > li:nth-child(4) > a {
  background-color: #c5ad86;
}

.sort-wrapper > ul > li:nth-child(5) > a {
  background-color: #ccb693;
}

.sort-wrapper > ul > li:nth-child(6) > a {
  background-color: #d2bfa0;
}

.sort-wrapper > ul > li:nth-child(7) > a {
  background-color: #d8c8ae;
}

.sort-wrapper > ul > li:nth-child(8) > a {
  background-color: #dfd1bb;
}

.sort-wrapper > ul > li:nth-child(9) > a {
  background-color: #e5dac8;
}

.product-search .content-wrapper .sogo-content .product-layout {
  padding: 0 1rem !important;
}

.category-desc {
  display: flex;
  margin: 1rem 0;
  padding: 0 1rem;
}

.category-desc > span {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.product-layout,
.search-title {
  padding: 0 1rem !important;
}

.product-grid .product-card:nth-child(4n + 1),
.product-grid-2 .product-card:nth-child(2n) {
  margin-right: 0.5rem !important;
}

.product-grid .product-card {
  width: calc(25% - 0.5rem) !important;
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}

.product-card .product-caption .product-name-wrapper > a .product-name {
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}

.product-card .product-caption .product-name-wrapper > a .product-name:hover {
  color: var(--theme-color);
}

.product-card .product-caption .product-price-wrapper {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-card .product-caption .product-name-wrapper {
  margin-bottom: 0.2rem;
  text-align: center;
}

.search-title > span:nth-child(1) {
  margin-bottom: 1rem !important;
}

.category-list-container .bf-form .bf-attr-block .bf-sliding-cont {
  margin-top: 0.5rem;
}

.sort-wrapper > button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  outline: 0 !important;
  margin-right: 0.5rem;
}

.sort-wrapper > button > i {
  font-size: 20px;
}

.sort-wrapper > button > i.bi-grid-fill {
  color: var(--theme-color);
}

.sort-wrapper > button > i.bi-grid-3x3-gap-fill {
  color: var(--theme-color);
}

.product-grid-2 .product-card {
  width: calc(33.33% - 0.5rem);
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}

.product-grid-2 .product-card:hover {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.product-btn-bottom {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in-out;
}

.product-card:hover .product-btn-bottom {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.product-btn-bottom .product-card-buttons {
  position: unset;
  right: unset;
  top: unset;
  width: 45px;
  height: 45px;
  background-color: #3B3B39;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ddd;
}

.product-btn-bottom .product-card-buttons > button {
  opacity: 1 !important;
  visibility: visible !important;
  background-color: #3B3B39 !important;
}

.product-btn-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-add-btn {
  display: flex;
  width: calc(100% - 45px);
  height: 45px;
}

.product-add-btn > button {
  width: 100%;
  border: none;
  outline: 0;
  background-color: #3B3B39;
  color: #fff;
}

.product-card {
  overflow: hidden;
}

.btn-div-product > button {
  text-transform: capitalize !important;
  font-size: 16px !important;
}

.prod-colors .colors-img {
  margin-bottom: 8px;
}

.product-tab-wrapper .tab-content {
  /* box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%); */
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  padding: 1rem;
  border-top: none;
}

.product-tab-wrapper > ul {
  display: flex;
  align-items: center;
  border: none;
}

.product-tab-wrapper > ul > li {
  display: flex;
  width: 100%;
}

.product-tab-wrapper > ul > li {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-bottom: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.product-tab-wrapper > ul > li > a {
  border: none !important;
  border-radius: 0;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5 !important;
}

.product-tab-wrapper > ul > li.active {
  background-color: #fff;
  border-top: 2px solid var(--theme-color);
}

.product-tab-wrapper > ul > li.active > a {
  background-color: #fff !important;
}

.product-tab-wrapper > ul > li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.product-tab-wrapper {
  margin: 3rem 0 !important;
}

.standard-option > input {
  height: 35px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none !important;
  outline: 0 !important;
}

.standard-option > input:focus {
  border-color: var(--theme-color);
}

.standard-option {
  margin-bottom: 0.5rem !important;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option {
  flex-wrap: wrap;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .power-option
  .list-option
  > li {
  height: auto;
  width: auto;
  margin-right: 1rem;
}

.power-option {
  margin-bottom: 1rem !important;
  flex-direction: column !important;
}

.washing-instructions,.size-chart {
  display: flex;
  width: 100%;
  margin: 1rem 0;
}

.washing-instructions > img, .size-chart > img {
  width: 437px;
  max-width: 437px;
}

.product-options .form-group.required label::after {
  content: "*";
  color: #f00;
  font-weight: 100;
  margin: 0;
  margin-right: 0.3rem;
  position: absolute;
  left: 0;
}

.product-options .form-group.required label {
  position: relative;
  padding-left: 0.5rem;
}

ul.product-price{
  position: unset;
  top: unset;
  right: unset;
}


.power-option[level="0"] .list-option > li{
  height: auto;
  border: none !important;
}


.power-option[level="0"] .list-option > li > img{
  border: 1px solid rgba(0,0,0,.1);
}

.product-detail-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1rem 0;
}

.product-detail-bottom .product-fav {
  position: unset;
  bottom: unset;
  right: unset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: transparent;
  border: none;
  font-size: 12px;
  padding: 0;
}

.product-detail-bottom .product-fav > i {
  margin-right: 0.5rem;
}

.delivery-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* margin-bottom: .5rem; */
  font-size: 12px;
}

.delivery-time > i {
  margin-right: .5rem;
}

.product-detail-bottom > div {
  width: 100%;
  padding-bottom: .5rem !important;
  border-bottom: 1px solid rgba(0,0,0,.1) !important;
}

.sogo-product-container .product-right {
  padding-left: 1rem !important;
  margin-left: 1rem;
}

.product-detail-bottom > div:first-child {
  margin-right: 1rem;
}

.product-detail-bottom .product-fav > i {
  font-size: 20px;
}

.delivery-time > i {
  font-size: 20px;
}

.sogo-product-container .product-right .product-details-lower .product-tags .tags > a {
  font-size: 11px !important;
}

.product-content .product-image {
  border-radius: 10px;
}

.product-content .product-image > a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.product-image > img {
  padding: 0 20px;
}

.product-image {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s ease;
}



.product-content .product-image > a > img {
  width: 100%;
}

.gallery-thumbs {
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.gallery-thumbs .little-image {
}

.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 > a > img {
  width: 100%;
  border-radius: 5px;
}
.swiper.gallery-top {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


.gallery-thumbs .little-image .swiper-slide > img {
  width: 100%;
  border-radius: 5px;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .list-option {
  margin-top: 0.5rem;
}

.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .list-option
  > li {
  height: auto;
  width: auto;
  margin-bottom: 14px;
  margin-left: 15px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
}
.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .list-option
  > li:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.sogo-product-container
  .product-right
  .product-details-middle
  .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;
}
.sogo-product-container
  .product-right
  .product-details-middle
  .product-options
  .list-option
  > li:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.sogo-product-container .product-right .product-details-middle .product-options {
    flex-wrap: wrap;
}

.card.card-body .list-option {
    display: flex;
    flex-wrap: wrap;
}

.sogo-product-container .product-right .product-details-middle .product-options .list-option > li > img {
    width: 100%;
    border-radius: 50%;
}