@charset "UTF-8";
h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1 !important;
}
@media (max-width: 575px) {
  h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
h1 .showpro {
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 1600px) {
  h1 .showpro {
    font-size: 14px;
  }
}

.Shop .SearchS {
  position: sticky;
  top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 0 5px rgb(var(--black-rgb)/0.1);
          box-shadow: 0 0 5px rgb(var(--black-rgb)/0.1);
  z-index: 2;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Shop .SearchS > a, .Shop .SearchS > button {
  border: 1px solid rgb(var(--black-rgb)/0.2);
  border-radius: 0.5rem;
  background: var(--white);
  height: 36px;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1600px) {
  .Shop .SearchS > a, .Shop .SearchS > button {
    font-size: 16px;
    height: 40px;
  }
}
.Shop .SearchS .SearchBox {
  padding-right: 35px !important;
  font-size: 13px;
  height: 36px !important;
  border-radius: 0.5rem;
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid rgb(var(--black-rgb)/0.1);
  width: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61 60" stroke="%23666" stroke-width="3px" stroke-linecap="round" fill="none"><circle cx="25" cy="25" r="23"/><line x1="42" y1="41" x2="59" y2="58"/></svg>') no-repeat center right 15px/20px var(--white);
  border-color: rgb(var(--black-rgb)/0.2);
  max-width: 260px;
}
@media (min-width: 1600px) {
  .Shop .SearchS .SearchBox {
    font-size: 15px;
    height: 40px !important;
  }
}
.Shop .SearchS .SearchL {
  width: calc(100% - 155px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .Shop .SearchS .SearchL {
    width: 100%;
  }
  .Shop .SearchS .SearchL .SearchBox {
    max-width: 100%;
  }
}
.Shop .SearchS .SearchLocation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 1600px) {
  .Shop .SearchS .SearchLocation {
    font-size: 14px;
  }
}
.Shop .SearchS .SearchLocation a {
  color: rgb(var(--black-rgb)/0.7);
}
.Shop .SearchS .SearchLocation a:hover {
  color: var(--black);
}
@media (max-width: 991px) {
  .Shop .SearchS .SearchL ~ * {
    width: auto;
  }
}
@media (max-width: 767px) {
  .Shop .SearchS .SearchL ~ * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .Shop .SearchS {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .Shop > .container .List > .col-lg-3 {
    width: 240px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .Shop > .container .List > .col-lg-3 {
    width: 260px;
  }
}
.Shop > .container .List > .col-lg-3.offcanvas {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (max-width: 991px) {
  .Shop > .container .List > .col-lg-3.offcanvas {
    padding: 0;
  }
}
.Shop > .container .List > .col-lg-3.offcanvas .offcanvas-body::-webkit-scrollbar {
  width: 3px;
}
@media (min-width: 992px) {
  .Shop > .container .List > .col-lg-3.offcanvas {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    border: none;
    position: relative;
    z-index: 0;
    background: transparent;
  }
  .Shop > .container .List > .col-lg-3.offcanvas.show:not(.hiding), .Shop > .container .List > .col-lg-3.offcanvas.showing {
    margin-left: -250px;
    visibility: hidden;
    opacity: 0;
    height: calc(100vh - 66px);
  }
  .Shop > .container .List > .col-lg-3.offcanvas.show:not(.hiding) + .RightP, .Shop > .container .List > .col-lg-3.offcanvas.showing + .RightP {
    width: 100%;
    z-index: 0;
  }
  .Shop > .container .List > .col-lg-3.offcanvas.show:not(.hiding) + .RightP .RTop .FilterOpen, .Shop > .container .List > .col-lg-3.offcanvas.showing + .RightP .RTop .FilterOpen {
    right: 0;
    margin-left: 0;
  }
  .Shop > .container .List > .col-lg-3.offcanvas.show:not(.hiding) + .RightP .RTop .FilterOpen span, .Shop > .container .List > .col-lg-3.offcanvas.showing + .RightP .RTop .FilterOpen span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .Shop > .container .List > .col-lg-3.offcanvas + .RightP .RTop .FilterOpen {
    margin-left: -25px;
    right: 40px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .Shop > .container .List > .col-lg-3.offcanvas + .RightP .RTop .FilterOpen span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .Shop > .container .List > .col-lg-3.offcanvas ~ .offcanvas-backdrop {
    display: none;
  }
}
@media (min-width: 992px) {
  .Shop > .container .List > .col-lg-3.offcanvas.show:not(.hiding), .Shop > .container .List > .col-lg-3.offcanvas.showing {
    margin-left: -290px;
  }
}
@media (min-width: 1400px) {
  .Shop > .container .List > .col-lg-3.offcanvas.show:not(.hiding), .Shop > .container .List > .col-lg-3.offcanvas.showing {
    margin-left: -300px;
  }
}
@media (max-width: 574px) {
  .Shop > .container .List > .col-lg-3.offcanvas {
    width: 100% !important;
  }
}
.Refresh {
  border: none;
  background: transparent;
  line-height: 1;
}
.Refresh svg {
  fill: none;
  stroke: var(--thm);
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 21px;
  width: 21px;
  stroke-width: 2px;
}

.Shop > .container .List > .col-lg-3 .FilterOp {
  position: relative;
  margin-right: 2px;
}
.Shop > .container .List > .col-lg-3 .FilterOp:last-child:after {
  display: none;
}
.Shop > .container .List > .col-lg-3 .FilterOp:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(var(--black-rgb)/0.1);
  position: absolute;
  bottom: -0.75rem;
}
@media (min-width: 1200px) {
  .Shop > .container .List > .col-lg-3 .FilterOp {
    margin-right: 4px;
  }
}
@media (min-width: 1365px) {
  .Shop > .container .List > .col-lg-3 .FilterOp {
    margin-right: 6px;
  }
}
.Shop > .container .List > .col-lg-3 .FilterOp > a {
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1600px) {
  .Shop > .container .List > .col-lg-3 .FilterOp > a {
    font-size: 15px;
  }
}
.Shop > .container .List > .col-lg-3 .FilterOp > a:after {
  content: "";
  border: none;
  border-bottom: 1px solid;
  border-left: 1px solid;
  height: 8px;
  width: 8px;
  -webkit-transform: translateY(70%) rotate(135deg);
          transform: translateY(70%) rotate(135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 4px;
  top: -1px;
  position: relative;
}
.Shop > .container .List > .col-lg-3 .FilterOp > a:not(.collapsed):after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.Shop > .container .List > .col-lg-3 .FilterOp > div {
  border: none;
  padding: 0;
}
.Shop > .container .List > .col-lg-3 .FilterOp > div > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  max-height: 405px;
  overflow: auto;
  padding: 12px 0;
}
.Shop > .container .List > .col-lg-3 .FilterOp > div > .list::-webkit-scrollbar {
  width: 2px;
}
.Shop > .container .List > .col-lg-3 .FilterOp > div > .list .form-check-input[type=checkbox] {
  font-size: 14px;
  top: 2px;
}
@media (min-width: 1600px) {
  .Shop > .container .List > .col-lg-3 .FilterOp > div > .list .form-check-input[type=checkbox] {
    font-size: 16px;
  }
}
.Shop > .container .List > .col-lg-3 .FilterOp > div > .list:last-child {
  margin-bottom: 0;
}
.Shop > .container .List > .col-lg-3 .FilterOp > div > .list a, .Shop > .container .List > .col-lg-3 .FilterOp > div > .list label {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 8px;
  margin: 0;
  border-radius: 5px;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: rgb(var(--black-rgb)/0.9);
}
@media (min-width: 1600px) {
  .Shop > .container .List > .col-lg-3 .FilterOp > div > .list a, .Shop > .container .List > .col-lg-3 .FilterOp > div > .list label {
    font-size: 13px;
  }
}
.Shop > .container .List > .col-lg-3 .FilterOp > div > .list a span:not(.star):last-child:not(:has(input)), .Shop > .container .List > .col-lg-3 .FilterOp > div > .list label span:not(.star):last-child:not(:has(input)) {
  color: var(--black);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 11px;
  padding: 2px 4px;
  border-radius: 4px;
  background: rgb(var(--thm-rgb)/0.12);
  font-weight: 600;
  min-width: 22px;
  text-align: center;
}
@media (min-width: 1600px) {
  .Shop > .container .List > .col-lg-3 .FilterOp > div > .list a span:not(.star):last-child:not(:has(input)), .Shop > .container .List > .col-lg-3 .FilterOp > div > .list label span:not(.star):last-child:not(:has(input)) {
    font-size: 12px;
  }
}
.Shop > .container .List > .col-lg-3 .FilterOp > div > .list a span:not(.star):first-child, .Shop > .container .List > .col-lg-3 .FilterOp > div > .list label span:not(.star):first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-clamp: 1;
}
.Shop > .container .List > .col-lg-3 .FilterOp > div > .list a:hover, .Shop > .container .List > .col-lg-3 .FilterOp > div > .list label:hover {
  background: rgb(var(--thm-rgb)/0.1);
}
.Shop > .container .List > .col-lg-3 .FilterOp > div > .list a:hover span:not(.star):last-child:not(:has(input)), .Shop > .container .List > .col-lg-3 .FilterOp > div > .list label:hover span:not(.star):last-child:not(:has(input)) {
  background: var(--white);
}
.Shop > .container .List > .col-lg-3 .FilterOp > div > .list a.active, .Shop > .container .List > .col-lg-3 .FilterOp > div > .list label.active {
  background: var(--thm);
  color: var(--white);
}
.Shop > .container .List > .col-lg-3 .FilterOp > div > .list a.active span, .Shop > .container .List > .col-lg-3 .FilterOp > div > .list label.active span {
  background: rgb(var(--white-rgb)/0.7) !important;
}
.Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .PriceRange {
  height: 4px;
  position: relative;
  background: #e4e4e4;
  border-radius: 5px;
  margin-top: 8px;
}
.Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .PriceRange .PriceSlider {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: var(--thm);
}
.Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .RangeInput {
  position: relative;
}
.Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .RangeInput input {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  top: -5px;
  pointer-events: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .RangeInput input[type=range]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 70%;
  background: var(--thm);
  pointer-events: auto;
  -webkit-appearance: none;
          appearance: none;
  border: none;
}
.Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .RangeInput input[type=range]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 70%;
  background: var(--thm);
  pointer-events: auto;
  -moz-appearance: none;
       appearance: none;
  border: none;
}
.Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .PriceInput {
  width: 100%;
  margin-top: 9px;
}
.Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .PriceInput .PriceText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 42%;
}
.Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .PriceInput .PriceText span {
  font-size: 13px;
  display: block;
  width: 100%;
  color: rgb(var(--black-rgb)/0.6);
}
@media (min-width: 1600px) {
  .Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .PriceInput .PriceText span {
    font-size: 14px;
  }
}
.Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .PriceInput .PriceText span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .PriceInput .PriceText input {
  height: 28px;
  width: calc(100% - 12px);
  font-size: 13px;
  text-align: left;
  border: 1px solid rgb(var(--black-rgb)/0.15);
  background: none;
  padding: 2px 6px;
  font-weight: 600;
  border-radius: 4px;
}
@media (min-width: 1600px) {
  .Shop > .container .List > .col-lg-3 .FilterOp .PriceBox .PriceInput .PriceText input {
    font-size: 14px;
  }
}
.Shop > .container .List > .col-lg-9 .ProCat .Arrival {
  max-width: 255px;
}
@media (min-width: 1200px) {
  .Shop > .container .List > .col-lg-9 .ProCat .Arrival {
    max-width: 235px;
  }
}
.Shop > .container .List > .col-lg-9 .ProCat .Arrival .card-body {
  max-width: 90px;
}
@media (max-width: 575px) {
  .Shop > .container .List > .col-lg-9 .ProCat .Arrival .card-body {
    width: 70px;
  }
}
@media (max-width: 450px) {
  .Shop > .container .List > .col-lg-9 .ProCat .Arrival .card-body {
    width: 60px;
  }
}
.Shop > .container .List > .col-lg-9 .ProCat .Arrival .card-footer {
  width: calc(100% - 90px);
  padding-left: 5px;
}
@media (max-width: 575px) {
  .Shop > .container .List > .col-lg-9 .ProCat .Arrival .card-footer {
    width: calc(100% - 70px);
  }
}
@media (max-width: 450px) {
  .Shop > .container .List > .col-lg-9 .ProCat .Arrival .card-footer {
    width: calc(100% - 60px);
  }
}
.Shop > .container .List > .col-lg-9 .ProCat .Arrival .card-footer h3 {
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 1600px) {
  .Shop > .container .List > .col-lg-9 .ProCat .Arrival .card-footer h3 {
    font-size: 14px;
  }
}
.Shop > .container .List > .col-lg-9 .ProCat .swiper-scrollbar {
  height: 2px !important;
}
@media (min-width: 992px) {
  .Shop > .container .List > .col-lg-9 {
    width: calc(100% - 240px);
  }
}
@media (min-width: 1200px) {
  .Shop > .container .List > .col-lg-9 {
    width: calc(100% - 260px);
  }
}
.Shop > .container .List > .col-lg-9 .listboxs {
  margin: 0 -8px;
}
.Shop > .container .List > .col-lg-9 .listboxs > div {
  padding: 0 8px;
}
@media (max-width: 767px) {
  .Shop > .container .List > .col-lg-9 .listboxs {
    margin: 0 -4px;
  }
  .Shop > .container .List > .col-lg-9 .listboxs > div {
    padding: 0 4px;
  }
}
@media (max-width: 575px) {
  .Shop > .container .List > .col-lg-9 .listboxs {
    margin: 0 -2px;
  }
  .Shop > .container .List > .col-lg-9 .listboxs > div {
    padding: 0 2px;
  }
}
.Shop > .container .FilterDrop {
  position: relative;
}
.Shop > .container .FilterDrop:last-child {
  margin-right: 0;
}
.Shop > .container .FilterDrop:last-child:after {
  display: none;
}
.Shop > .container .FilterDrop > a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 150px;
}
.Shop > .container .FilterDrop > a span:after {
  display: none;
}
.Shop > .container .FilterDrop > a.show {
  -webkit-box-shadow: 0 0 0 0.25em rgb(var(--thm-rgb)/0.25) !important;
          box-shadow: 0 0 0 0.25em rgb(var(--thm-rgb)/0.25) !important;
  border: 1px solid var(--thm) !important;
}
.Shop > .container .FilterDrop > a.show:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -13px;
  z-index: 9999;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: var(--white);
}
.Shop > .container .FilterDrop .dropdown-menu, .Shop > .container .FilterDrop .offcanvas {
  -webkit-box-shadow: 0 0 25px rgb(var(--black-rgb)/0.2);
          box-shadow: 0 0 25px rgb(var(--black-rgb)/0.2);
  border: none;
  border-radius: 0.375rem;
  margin-top: 6px !important;
  max-height: inherit;
  max-width: inherit;
  height: auto;
  width: auto;
}
.Shop > .container .FilterDrop .dropdown-menu.Filter ul, .Shop > .container .FilterDrop .offcanvas.Filter ul {
  padding: 0;
  margin: 15px 0 0;
}
@media (min-width: 767px) {
  .Shop > .container .FilterDrop .dropdown-menu.Filter ul, .Shop > .container .FilterDrop .offcanvas.Filter ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.Shop > .container .FilterDrop .dropdown-menu .form-check-label, .Shop > .container .FilterDrop .offcanvas .form-check-label {
  width: 100% !important;
  font-size: 13px;
  color: var(--black);
}
@media (min-width: 1600px) {
  .Shop > .container .FilterDrop .dropdown-menu .form-check-label, .Shop > .container .FilterDrop .offcanvas .form-check-label {
    font-size: 15px;
  }
}
.Shop > .container .FilterDrop .dropdown-menu .form-check-input:checked[type=radio] ~ label, .Shop > .container .FilterDrop .offcanvas .form-check-input:checked[type=radio] ~ label {
  color: var(--thm);
}
.Shop > .container .FilterDrop .dropdown-menu ul, .Shop > .container .FilterDrop .offcanvas ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.Shop > .container .FilterDrop .dropdown-menu li, .Shop > .container .FilterDrop .offcanvas li {
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 1600px) {
  .Shop > .container .FilterDrop .dropdown-menu li, .Shop > .container .FilterDrop .offcanvas li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .Shop > .container .FilterDrop .dropdown-menu li, .Shop > .container .FilterDrop .offcanvas li {
    margin-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .Shop > .container .FilterDrop .dropdown-menu, .Shop > .container .FilterDrop .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
  .Shop > .container .FilterDrop .dropdown-menu:not(.show), .Shop > .container .FilterDrop .offcanvas:not(.show) {
    -webkit-transform: none;
            transform: none;
    position: absolute !important;
    display: none;
    bottom: auto;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .Shop > .container .FilterDrop .dropdown-menu + .offcanvas-backdrop, .Shop > .container .FilterDrop .offcanvas + .offcanvas-backdrop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .Shop > .container .FilterDrop .dropdown-menu, .Shop > .container .FilterDrop .offcanvas {
    padding: 24px 24px 60px !important;
  }
}
.Shop > .container .FilterDrop .dropdown-toggle {
  padding: 12px;
  position: relative;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  min-width: 50px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.Shop > .container .FilterDrop .dropdown-toggle:after {
  height: 8px;
  width: 8px;
  margin-top: -4px;
}
.Shop > .container .FilterDrop .dropdown-toggle img {
  max-height: 18px;
  width: 20px;
}
.Shop > .container .FilterDrop .dropdown-toggle.selected {
  background: rgb(var(--thm-rgb)/0.1);
  border: 1px solid rgb(var(--thm-rgb)/0.25);
}
.Shop > .container .FilterDrop .dropdown-toggle i {
  font-style: normal !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 150px;
  line-height: normal;
}
@media (max-width: 767px) {
  .Shop > .container .FilterDrop .dropdown-toggle {
    padding: 6px !important;
    min-width: 30px;
  }
}
.Shop > .container .FilterDrop .dropdown-toggle span:before {
  content: "⬤";
  padding: 0 6px;
  font-size: 4px;
}
@media (min-width: 1600px) {
  .Shop > .container .FilterDrop .dropdown-toggle span:before {
    font-size: 5px;
  }
}
.Shop > .container .FilterDrop .dropdown-toggle span:empty:before {
  display: none;
}
.Shop > .container .FilterDrop.FilterSort .dropdown-toggle {
  border: 1px solid rgb(var(--black-rgb)/0.2);
  border-radius: 0.5rem;
  background: var(--white);
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  font-size: 14px;
}
@media (min-width: 1600px) {
  .Shop > .container .FilterDrop.FilterSort .dropdown-toggle {
    font-size: 16px;
    height: 40px;
  }
}
.Shop > .container .dropdown-toggle {
  padding: 9px 12px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.Shop > .container .dropdown-toggle.d-lg-none {
  font-weight: 500;
  border: 1px solid rgb(var(--black-rgb)/0.2);
  border-radius: 0.5rem;
  background: var(--white);
  font-size: 14px;
}
.Shop > .container .dropdown-toggle.d-lg-none:after {
  display: none;
}
.Shop > .container .dropdown-toggle svg {
  fill: none;
  stroke: var(--black);
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .Shop > .container .dropdown-toggle {
    background: none !important;
    border: none !important;
    padding: 6px !important;
  }
  .Shop > .container .dropdown-toggle:after {
    display: none;
  }
}
.ShopD h1.Heading {
  text-shadow: none;
}
@media (min-width: 992px) {
  .ShopD > div > .row > .col-xl-5 {
    width: 500px;
  }
  .ShopD > div > .row > .col-xl-7 {
    width: calc(100% - 500px);
  }
}
.ShopD ~ section:nth-child(odd) {
  background: rgb(var(--black-rgb)/0.05);
}
.ShopD .ImgBox {
  top: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.ShopD .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  background: var(--white);
  height: auto;
}
@media (min-width: 992px) {
  .ShopD .slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
  }
  .ShopD .slide .SlideThum {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.ShopD .Slide {
  width: 100%;
  border-radius: 9px;
  background: var(--white);
}
.ShopD .Slide, .ShopD .Slide ~ .SlideThum {
  max-width: 500px;
}
.ShopD .Slide .swiper-slide {
  cursor: crosshair;
}
.ShopD .Slide .swiper-slide:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 992px) {
  .ShopD .Slide .swiper-slide:after {
    padding-bottom: 120%;
  }
}
.ShopD .Slide .swiper-slide .img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ShopD .Slide .swiper-slide img {
  max-height: revert-layer;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.ShopD .Slide .swiper-button-next, .ShopD .Slide .swiper-button-prev {
  color: var(--black);
}
.ShopD .Slide .swiper-button-next:after, .ShopD .Slide .swiper-button-prev:after {
  font-size: 1.8em;
}
@media (min-width: 1600px) {
  .ShopD .Slide .swiper-button-next:after, .ShopD .Slide .swiper-button-prev:after {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .ShopD .SlideThum {
    margin: 0;
    min-width: 60px;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .ShopD .SlideThum {
    min-width: 66px;
  }
}
.ShopD .SlideThum .swiper-slide {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  height: 60px !important;
  width: 60px;
  cursor: pointer;
  border: 1px solid rgb(var(--black-rgb)/0.1);
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .ShopD .SlideThum .swiper-slide {
    height: 66px !important;
    width: 66px;
  }
}
@media (min-width: 992px) {
  .ShopD .SlideThum .swiper-slide {
    margin-bottom: 1px;
  }
}
.ShopD .SlideThum .swiper-slide-thumb-active {
  opacity: 1;
  border-color: rgb(var(--thm-rgb)/0.5);
}
.ShopD .SlideThum .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .ShopD .SlideThum .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ShopD .PriceBox .Price sub {
  font-size: 13px;
  bottom: 0;
  font-weight: 500;
  opacity: 0.8;
}
@media (min-width: 1600px) {
  .ShopD .PriceBox .Price sub {
    font-size: 15px;
  }
}
.ShopD .PriceBox .Price sub:before {
  content: "/";
}
.ShopD .qut {
  max-width: 180px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ShopD .qut > span {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 1600px) {
  .ShopD .qut > span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .ShopD .qut {
    max-width: 240px;
  }
}
.ShopD .qut-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 104px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .ShopD .qut-box {
    max-width: 120px;
  }
}
.ShopD .qut-box button {
  min-width: 30px;
  height: 30px;
  border: none;
  background: rgb(var(--thm-rgb)/0.1);
  color: rgb(var(--black-rgb)/0.7);
  border: 1px solid rgb(var(--thm-rgb)/0.1);
  border-radius: 5px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1600px) {
  .ShopD .qut-box button {
    font-size: 16px;
  }
}
.ShopD .qut-box button:hover {
  background: var(--thm);
  color: var(--white);
  border: transparent;
}
@media (min-width: 1200px) {
  .ShopD .qut-box button {
    min-width: 38px;
    height: 38px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .ShopD .qut-box button {
    font-size: 18px;
  }
}
.ShopD .qut-box input {
  border: none;
  width: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
}
@media (min-width: 1200px) {
  .ShopD .qut-box input {
    width: 48px;
    font-size: 18px;
  }
}
.ShopD .Colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.ShopD .Colors .cbtn {
  line-height: 0;
}
.ShopD .Colors .cbtn-label {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid rgb(var(--black-rgb)/0.2);
  position: relative;
}
.ShopD .Colors .cbtn-label:after {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  border: 1px solid transparent;
  border-radius: 50%;
}
.ShopD .Colors .cbtn-check:checked + label {
  -webkit-box-shadow: 0 0 9px rgb(var(--thm-rgb)/0.5);
          box-shadow: 0 0 9px rgb(var(--thm-rgb)/0.5);
}
.ShopD .Colors .cbtn-check:checked + label:after {
  border-color: rgb(var(--thm-rgb)/0.3);
}
.ShopD .Sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.ShopD .Sizes .sizebtn-label {
  border-radius: 9px;
  border: 1px solid rgb(var(--black-rgb)/0.2);
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .ShopD .Sizes .sizebtn-label {
    font-size: 15px;
  }
}
.ShopD .Sizes .sizebtn-label.Vari {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  line-height: 1;
  padding: 12px 18px;
}
.ShopD .Sizes .sizebtn-label.Vari svg {
  height: 34px;
  width: 34px;
  fill: none;
  stroke: var(--thm);
  stroke-width: 0.6px;
  opacity: 0.6;
}
.ShopD .Sizes .sizebtn-label.Vari > span {
  font-size: 17px;
  text-transform: none;
}
@media (min-width: 1600px) {
  .ShopD .Sizes .sizebtn-label.Vari > span {
    font-size: 19px;
  }
}
.ShopD .Sizes .sizebtn-label.Vari > span small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
  opacity: 0.8;
}
@media (min-width: 1600px) {
  .ShopD .Sizes .sizebtn-label.Vari > span small {
    font-size: 13px;
  }
}
.ShopD .Sizes .sizebtn-check:checked + label {
  -webkit-box-shadow: 0 0 9px rgb(var(--thm-rgb)/0.7);
          box-shadow: 0 0 9px rgb(var(--thm-rgb)/0.7);
  border: 1px solid var(--thm);
}
.ShopD .Des .text, .ShopD .Des .text p, .ShopD .Des .text p {
  font-size: 13px;
}
.ShopD .Des .text, .ShopD .Des .text *, .ShopD .Des .text p, .ShopD .Des .text p *, .ShopD .Des .text p, .ShopD .Des .text p * {
  word-break: break-word;
}
@media (min-width: 1600px) {
  .ShopD .Des .text, .ShopD .Des .text p, .ShopD .Des .text p {
    font-size: 15px;
  }
}
.ShopD .Des .text table:first-child {
  margin: 0;
}
.ShopD .Des .text table tr td {
  color: var(--thm);
  text-align: center;
}
.ShopD .Des .text table tr td:first-child {
  color: rgb(var(--black-rgb)/0.8);
  font-weight: 600;
  text-align: left;
}
.ShopD .Des .text table tr td:last-child {
  text-align: right;
}
.ShopD .btnn .btn {
  width: 100%;
}
.ShopD .btnn .btn svg {
  height: 24px !important;
  width: 24px !important;
}
.ShopD .btnn .btn.AddCart:hover {
  background: rgb(var(--thm-rgb)/0.06) !important;
  color: var(--thm) !important;
}
.ShopD .btnn .btn.AddCart:hover svg {
  stroke: var(--thm) !important;
}
.ShopD .btnn .btn.Buy:hover {
  background: rgb(var(--thm-rgb)/1) !important;
  color: var(--white) !important;
}
.ShopD .btnn .btn.Buy:hover svg {
  stroke: var(--white) !important;
}
.ShopD .btnn .btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.ShopD .btnn .Wishlist {
  padding: 0 !important;
  min-width: 50px;
  max-width: 50px;
}
.ShopD .btnn .Wishlist svg {
  fill: var(--white);
  stroke: transparent;
  stroke-linecap: round;
  height: 24px !important;
  width: 24px !important;
}
.ShopD .btnn .Wishlist.Add, .ShopD .btnn .Wishlist:hover {
  background: transparent;
}
.ShopD .btnn .Wishlist.Add svg, .ShopD .btnn .Wishlist:hover svg {
  stroke: transparent;
  fill: var(--thm);
}
.ShopD .btnn .Wishlist:hover svg {
  -webkit-transform: none;
          transform: none;
}
.ShopD .Features .accordion {
  gap: 0;
}
.ShopD .Features .accordion-item {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid rgb(var(--black-rgb)/0.15) !important;
}
.ShopD .Features .accordion-item:first-child {
  border-top: 1px solid rgb(var(--black-rgb)/0.1) !important;
}
.ShopD .Features .accordion-button {
  border: none !important;
  padding: 9px 12px;
  font-size: 14px;
  border-radius: 0 !important;
  background: rgb(var(--thm-rgb)/0.2);
}
@media (min-width: 1600px) {
  .ShopD .Features .accordion-button {
    font-size: 16px;
  }
}
.ShopD .Features .accordion-button img {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.ShopD .Features .accordion-button:not(.collapsed) {
  background: var(--thm) !important;
  border-radius: 0 !important;
  color: var(--white) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ShopD .Features .accordion-button:not(.collapsed) img {
  -webkit-filter: grayscale(1) brightness(8) !important;
          filter: grayscale(1) brightness(8) !important;
}
.ShopD .Features .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="%23fff" stroke-linecap="round"><line x1="6" y1="11" x2="6" y2="1"/><line x1="11" y1="6" x2="1" y2="6"/></svg>') 0 0/15px no-repeat !important;
}
.ShopD .Features .accordion-button:after {
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="%23000" stroke-linecap="round"><line x1="6" y1="11" x2="6" y2="1"/><line x1="11" y1="6" x2="1" y2="6"/></svg>') 0 0/15px no-repeat !important;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ShopD .Features .accordion-button:before {
  display: none;
}
@media (max-width: 767px) {
  .ShopD .Features .accordion-button:after {
    height: 14px;
    width: 14px;
    background-size: 14px !important;
  }
  .ShopD .Features .accordion-button img {
    height: 24px;
    width: 24px;
    margin-right: 9px;
  }
}
.ShopD .Features .accordion-button:hover {
  background: rgb(var(--thm-rgb)/0.5);
}
.ShopD .Features .accordion-body {
  border-radius: 0 !important;
  background: var(--white);
}
.ShopD .Features .accordion-body p {
  font-size: 13px;
}
@media (min-width: 1600px) {
  .ShopD .Features .accordion-body p {
    font-size: 15px;
  }
}
.ShopD .Usp > div {
  width: auto;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  line-height: 1.3;
  position: relative;
}
@media (min-width: 1600px) {
  .ShopD .Usp > div {
    font-size: 15px;
  }
}
.ShopD .Usp > div span strong {
  display: block;
}
.ShopD .Usp > div:after {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--bs-border-color);
  left: calc(100% + 2.5vw);
  position: absolute;
}
.ShopD .Usp > div img {
  height: 32px;
  width: 32px;
}
.ShopD .Usp > div:last-child:after {
  display: none;
}
@media (min-width: 1200px) {
  .ShopD .ConBox > div.col-xl-8 {
    width: calc(100% - 260px);
  }
}
@media (min-width: 1400px) {
  .ShopD .ConBox > div.col-xl-8 {
    width: calc(100% - 320px);
  }
}
@media (min-width: 1200px) {
  .Seller:not(.Details) {
    width: 260px;
  }
}
@media (min-width: 1400px) {
  .Seller:not(.Details) {
    width: 320px;
  }
}
.SellerBox {
  position: sticky;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.SellerBoxS {
  background: var(--white);
  padding: 15px;
  border: 1px solid rgb(var(--black-rgb)/0.1);
}
.Seller .CnameS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Seller .CnameS .clogo {
  height: 48px;
  width: 48px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid rgb(var(--black-rgb)/0.4);
  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;
}
.Seller .CnameS .clogo img {
  height: 90%;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Seller .CnameS .ctext {
  width: calc(100% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Seller .CnameS .ctext .Cname {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1600px) {
  .Seller .CnameS .ctext .Cname {
    font-size: 15px;
  }
}
.Seller .CnameS .ctext .Cname.verified {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Seller .CnameS .ctext .Cname.verified:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" stroke-linecap="round" stroke-linejoin="round" fill="%2300c249"><path d="M10,0l2,2,3-1,1,3,3,1-1,3,2,2-2,2,1,3-3,1-1,3-3-1-2,2-2-2-3,1-1-3-3-1,1-3-2-2,2-2-1-3,3-1,1-3,3,1,2-2Z"/><path d="M6,9l2,3,6-5" fill="none" stroke="white"/></svg>') center/16px no-repeat;
  height: 16px;
  width: 16px;
  z-index: 2;
  content: "";
  vertical-align: middle;
  display: inline-block;
}
.Seller .CnameS .ctext .Cname ~ small {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: rgb(var(--black-rgb)/0.7);
}
@media (min-width: 1600px) {
  .Seller .CnameS .ctext .Cname ~ small {
    font-size: 13px;
  }
}
.Seller .CnameS .ctext .Cname ~ small i {
  border-radius: 2px;
  overflow: hidden;
  min-width: 1.1rem;
  -webkit-box-shadow: inset 0 0 2px rgb(var(--black-rgb)/0.4);
          box-shadow: inset 0 0 2px rgb(var(--black-rgb)/0.4);
}
.Seller .Oth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Seller .OthList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.Seller .OthList .icon {
  height: 23px;
  min-width: 18px;
  max-width: 18px;
  display: block;
}
.Seller .OthList .icon svg {
  fill: none;
  stroke: var(--black);
  stroke-linecap: round;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}
.Seller .OthList .text {
  font-size: 13px;
  line-height: normal;
}
@media (min-width: 1600px) {
  .Seller .OthList .text {
    font-size: 15px;
  }
}
.Seller .OthList .text > strong {
  font-weight: 600;
}
.Seller .OthList .text > div {
  font-size: 12px;
  color: #777;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .Seller .OthList .text > div {
    font-size: 13px;
  }
}

.ShopD .Details .SellerBoxS .Oth {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
.ShopD .Details .SellerBoxS .OthList {
  gap: 15px;
}
@media (min-width: 576px) {
  .ShopD .Details .SellerBoxS .OthList {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .ShopD .Details .SellerBoxS .OthList {
    width: calc(33.333% - 20px);
  }
}
.ShopD .Details .SellerBoxS .OthList .icon {
  height: 28px;
  min-width: 22px;
  max-width: 22px;
}
.ShopD .Details .SellerBoxS .OthList .text {
  font-size: 14px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media (min-width: 1600px) {
  .ShopD .Details .SellerBoxS .OthList .text {
    font-size: 16px;
  }
}
.ShopD .Details .SellerBoxS .OthList .text > div {
  font-size: 13px;
}
@media (min-width: 1600px) {
  .ShopD .Details .SellerBoxS .OthList .text > div {
    font-size: 12px;
  }
}
.ShopD .Details .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.ShopD .Details .nav-pills .nav-link {
  color: var(--thm);
  opacity: 0.8;
  font-weight: 400;
  position: relative;
  padding: 7px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgb(var(--black-rgb)/0.1);
}
.ShopD .Details .nav-pills .nav-link.active {
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--thm)), to(var(--thm1)));
  background: linear-gradient(0deg, var(--thm), var(--thm1));
  color: var(--white);
}
.ShopD .Details .nav-pills .nav-link:last-child:after {
  display: none;
}
.ShopD .Details .tab-content ul {
  padding-left: 1.4rem;
}
.ShopD .Details .tab-content ul:not(.browser-default) > li {
  list-style-type: disc;
}
.ShopD .Details .tab-content ul li span {
  font-weight: 600;
  word-wrap: nowrap;
  white-space: nowrap;
}
.ShopD .Details .tab-pane {
  padding: 20px;
  border: 1px solid rgb(var(--black-rgb)/0.1);
  background: var(--white);
}
.Shop .BrandBox {
  border: none;
  background: transparent;
}
.Shop .BrandBox > * {
  padding: 0;
  border: none;
  background: transparent;
}
.Shop .BrandBox .card-header {
  position: relative;
  border: 1px solid rgb(var(--black-rgb)/0.1);
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  background: var(--white);
}
.Shop .BrandBox .card-header:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.Shop .BrandBox .card-header .Braimg {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Shop .BrandBox .card-header .Braimg img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Shop .BrandBox .card-body {
  font-size: 15px !important;
  text-align: center;
  font-weight: 500;
}

.SearchP .listboxs {
  margin: 0 -8px;
}
.SearchP .listboxs .col-lg-3 {
  padding: 0 8px;
}
@media (min-width: 1400px) {
  .SearchP .listboxs .col-lg-3 {
    width: 20%;
  }
}

.SecTopC .ProCat {
  height: 100%;
  max-height: 400px;
}
.SecTopC .ProCat .Cat {
  height: auto !important;
}/*# sourceMappingURL=shop.css.map */