@font-face {
  font-family: "Poppin";
  font-style: normal;
  src: url(/resources/font/Poppins/Poppins-Black.ttf);
}

@font-face {
  font-family: "Poppinbold";
  font-style: normal;
  src: url(/resources/font/Poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppinlight";
  font-style: normal;
  src: url(/resources/font/Poppins/Poppins-Light.ttf);
}

.search-page-content label {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #232323;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
}

.search-page-content label em {
  color: #f1152f;
  font-weight: 500;
  font-style: normal;
  margin-left: 3px;
}

.search-page-content ul,
.search-page-content ol {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.search-page-content ul li,
.search-page-content ol li {
  margin-bottom: 0.25em;
}

.search-page-content a {
  transition: all 0.3s ease;
  color: #0688e2;
}

.search-page-content a:hover {
  color: #232323;
  outline: none;
  text-decoration: none;
}

.errors ul {
  padding-left: 0;
}

.form-success {
  border: 1px solid white;
  margin-bottom: 20px;
  padding: 5px 20px 5px 30px;
}

.search-page-content h1,
.search-page-content h2,
.search-page-content h3,
.search-page-content h4,
.search-page-content h5,
.search-page-content h6 {
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
}

.search-page-content h1 {
  font-size: 2.307692308em;
  margin-bottom: 1em;
}

.search-page-content h2 {
  font-size: 12;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;

  margin-bottom: 1em;
}

.search-page-content h3 {
  font-size: 14px;
  margin-bottom: 1.25em;
}

.search-page-content h4 {
  font-size: 17px;
  margin-bottom: 1.5em;
}

.search-page-content h5 {
  font-size: 15px;
  margin-bottom: 1.5em;
}

.search-page-content h6 {
  font-size: 1em;
  margin-bottom: 1.5em;
}

.search-page-content p:last-child,
.search-page-content p:last-of-type {
  margin-bottom: 0;
}

.search-page-content small {
  font-size: 12px;
}

.search-page-header .row .col-12 p > span {
  font-size: 12px;
  padding: 4px;
  font-family: "Poppinlight";
  cursor: pointer;
  color: #999999;
}

.col-sidebar .category_all > h4 {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #232323;
  border-bottom: 1px solid #f6f6f6;
  margin: 0;
  padding-bottom: 9px;
}
.col-sidebar .category_all > ul {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.col-sidebar .category_all ul > li {
  margin: 0;
  position: relative;
  padding-right: 22px;
  cursor: pointer;
  list-style: none;
}

.col-sidebar .category_all ul li > a {
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
  color: #232323;
  text-decoration: none;
  padding: 7px 0 6px 0;
  line-height: 22px;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
  position: relative;
  transition-property: padding-left;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.col-sidebar .category_all ul li > a:hover {
  padding-left: 15px;
  transition-property: padding-left;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.col-sidebar .category_all ul li > a:hover::before {
  content: ">";
  color: #999999;
  padding-right: 10px;
  position: absolute;
  left: 0px;
}

.sidebar-filter {
  padding-bottom: 5px;
}

.sidebar-filter .sidebar-tags .widget-title,
.sidebar-filter .refined-widgets .widget-title {
  margin-bottom: 20px;
  cursor: pointer;
}

.sidebar-filter .sidebar-tags .list-tags {
  margin-bottom: 0;
}

.sidebar-filter .sidebar-tags .list-tags li {
  margin: 0;
}

.sidebar-filter .sidebar-tags label {
  font-weight: normal;
  margin-bottom: 10px;
  color: #232323;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
}

.sidebar-filter .sidebar-tags:not(.filter-color) .widget-content {
  margin-bottom: 41px;
}

.sidebar-filter
  .sidebar-tags:not(.filter-color)
  .widget-content
  .list-tags.full {
  max-height: 310px;
  overflow-y: auto;
  margin-bottom: 41px;
  padding-right: 15px;
}

.sidebar-filter
  .sidebar-tags:not(.filter-color)
  .widget-content
  .list-tags.full::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

.sidebar-filter
  .sidebar-tags:not(.filter-color)
  .widget-content
  .list-tags.full::-webkit-scrollbar {
  width: 5px;
  background-color: #f4f4f4;
}

.sidebar-filter
  .sidebar-tags:not(.filter-color)
  .widget-content
  .list-tags.full::-webkit-scrollbar-thumb {
  background-color: #323232;
}

.sidebar-filter
  .sidebar-tags:not(.filter-color)
  .list-tags
  li:last-of-type
  label {
  margin-bottom: 0;
}

.sidebar-filter .sidebar-title {
  position: relative;
  padding-right: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#page_size {
  margin: 20px 0px 20px 0px;
  font-size: 13px;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
}

.sidebar-filter .sidebar-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto !important;
  top: -0.5px;
  font-weight: 600;
  font-size: 17px;
  color: #232323;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}

.sidebar-filter .widget-title.open .sidebar-title:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0.5px;
  left: -1px;
}

.sidebar-filter .sidebar-title .clear-all,
.sidebar-filter .sidebar-title .clear {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: capitalize;
}

.sidebar-filter .sidebar-title .clear-all:before,
.sidebar-filter .sidebar-title .clear:before {
  background-color: #999999;
  bottom: 1px;
}

.sidebar-filter .widget-title.open .sidebar-title:before {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0.5px;
  left: -1px;
}

.sidebar-filter .filter-color .widget-content {
  margin-bottom: 20px;
}

.sidebar-filter .filter-color .list-tags {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-filter .filter-color .list-tags li {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  background-color: white;
}

.sidebar-filter .filter-color .list-tags li label {
  display: inline-block;
  width: 34px;
  height: 34px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  padding: 3px;
  position: relative;
  background-repeat: inherit;
  background-size: 100%;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
}

.sidebar-filter .filter-color .list-tags a {
  display: inline-block;
  width: 34px;
  height: 34px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  padding: 3px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sidebar-filter .filter-color .list-tags a img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  object-fit: cover;
}

.sidebar-filter .filter-color .list-tags a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #323232;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.sidebar-filter .filter-color .list-tags a:hover:after,
.sidebar-filter .filter-color .list-tags a.active:after {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
}

.sidebar-tags.filter-color input[type="checkbox"] + label:before {
  display: none;
}

.sidebar-tags.filter-color input[type="checkbox"] + label:after {
  top: 11px;
  left: 11px;
  width: 11px;
  height: 6px;
  border-color: #fff;
}

.sidebar-tags.filter-color input[type="checkbox"][value="white"] + label:after {
  border-color: #000;
}

.sidebar-filter .list-tags li input:disabled + label {
  opacity: 0.3;
  cursor: no-drop;
}

.sidebar-filter .filter-size .list-tags li {
  display: inline-block;
  margin-right: 8px;
}

.sidebar-filter .filter-size .list-tags li label {
  padding: 2px 15px;
  border: 1px solid #ccc;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
}

.sidebar-filter .filter-size .list-tags li label .count_value {
  display: none;
}

.sidebar-filter
  .filter-size
  .list-tags
  li
  input[type="checkbox"]:checked
  + label {
  border-color: #323232;
}

.sidebar-filter .filter-size .list-tags li label:before,
.sidebar-filter .filter-size .list-tags li label:after {
  display: none;
}

.sidebar-filter .sidebar-tags .list-tags li.show-more--list_tags {
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
}

.sidebar-filter .sidebar-tags .list-tags li.show-more--list_tags .icon {
  width: 26px;
  position: relative;
  bottom: 1px;
}

.sidebar-filter .sidebar-tags .list-tags li.show-more--list_tags .icon svg {
  height: 14px;
  width: 14px;
  transform: rotate(90deg);
}

.sidebar-filter .refined-widgets {
  margin-bottom: 40px;
}

.quick-View-search-product{
  cursor: pointer;
}

.sidebar-filter .refined-widgets .refined {
  margin: 0 -2.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-filter .refined-widgets .refined li {
  margin-bottom: 5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.sidebar-filter .refined-widgets .refined a {
  color: #999999;
  background-color: #fafafa;
  padding: 6px 10px 4px;
  display: inline-block;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  text-transform: capitalize;
}

.sidebar-filter .refined-widgets .refined a > *,
.widget-content-no--filter ul li a > * {
  pointer-events: none;
}

.sidebar-filter .refined-widgets .refined a svg {
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
}

.sidebar-filter .refined-widgets .refined a span {
  padding-left: 4px;
  padding-right: 4px;
}

.sidebar-filter .refined-widgets .refined a span:first-child {
  padding-left: 0;
}

.sidebar-filter .refined-widgets .refined a:hover {
  background-color: #323232;
  color: #f4f4f4;
}

.sidebar-filter .refined-widgets .widget-title {
  pointer-events: none;
}
.sidebar-filter .refined-widgets .widget-title .sidebar-title {
  padding-right: 0;
}
.sidebar-filter .refined-widgets .widget-title .sidebar-title:before {
  display: none;
}
.sidebar-filter .refined-widgets .widget-title a {
  pointer-events: auto;
}

.search-page-content img {
  max-width: 100%;
  height: auto;
  border: none;
}
.search-page-content .hide {
  display: none;
}

.search-page-content .lazyload,
.search-page-content .lazyloading {
  opacity: 0;
}

.search-page-content .lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.search-page-content .placeholder-svg {
  display: block;
  fill: rgba(120, 129, 136, 0.15);
  stroke: rgba(120, 129, 136, 0.2);
  background-color: rgba(120, 129, 136, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(120, 129, 136, 0.2);
  stroke-width: 0.1px;
}

.search-page-content svg {
  fill: currentColor;
  stroke: currentColor;
  width: 20px;
  height: 20px;
}

.search-page-content fieldset,
.search-page-content legend {
  border: none;
}

.search-page-content input:-webkit-autofill {
  -webkit-text-fill-color: white;
}

.search-page-content input::-ms-clear,
.search-page-content select::-ms-expand {
  display: none;
}

.search-page-content input[type="image"] {
  width: auto;
}

.search-page-content textarea,
.search-page-content input[type="text"],
.search-page-content input[type="password"],
.search-page-content input[type="datetime"],
.search-page-content input[type="datetime-local"],
.search-page-content input[type="date"],
.search-page-content input[type="month"],
.search-page-content input[type="time"],
.search-page-content input[type="week"],
.search-page-content input[type="number"],
.search-page-content input[type="email"],
.search-page-content input[type="url"],
.search-page-content input[type="search"],
.search-page-content input[type="tel"],
.search-page-content input[type="color"] {
  margin: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-page-content input[type="text"],
.search-page-content input[type="password"],
.search-page-content input[type="datetime"],
.search-page-content input[type="datetime-local"],
.search-page-content input[type="date"],
.search-page-content input[type="month"],
.search-page-content input[type="time"],
.search-page-content input[type="week"],
.search-page-content input[type="number"],
.search-page-content input[type="email"],
.search-page-content input[type="url"],
.search-page-content input[type="search"],
.search-page-content input[type="tel"],
.search-page-content input[type="color"] {
  padding: 7px 12px 5px;
  line-height: 22px;
}

.search-page-content input[type="checkbox"],
.custom-radio input[type="radio"] {
  vertical-align: top;
  margin-right: 10px;
  display: none;
}

.search-page-content input[type="checkbox"] + label {
  padding-left: 26px;
  cursor: pointer;
  margin-bottom: 9px;
  position: relative;
}

.search-page-content input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  top: 2.5px;
  left: 0;
  border: 1px solid #d0d0d0;
  width: 14px;
  height: 14px;
  background-color: #fff;
}

.search-page-content input[type="checkbox"] + label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 3px;
  border: 2px solid #232323;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transform: rotate(-45deg);
  transition: all 0.1s;
}

.search-page-content input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  transform: scale(0) rotate(-45deg);
}

.search-page-content input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  transform: scale(1) rotate(-45deg);
}

.custom-radio input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 9px;
  position: relative;
  padding-left: 24px;
}

.custom-radio input[type="radio"] + label:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #cecece;
  border-radius: 50%;
}

.custom-radio input[type="radio"] + label:after {
  position: absolute;
  content: "";
  border: 4px solid #232323;
  border-radius: 50%;
  top: 5px;
  left: 3px;
  transition: all 0.1s;
}

.custom-radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  transform: scale(0);
}

.custom-radio input[type="radio"]:checked + label:after,
.custom-radio input[type="radio"] + label:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  transform: scale(1);
}

.price-slider {
  margin: auto;
  text-align: center;
  position: relative;
  /* padding-top: 35px; */
}
.price-slider input[type="range"] {
  position: absolute;
  left: 0;
  top: 8px;
  height: 0px;
}
.price-slider input[type="number"] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1.6em;
  -moz-appearance: textfield;
}
.price-slider .box-slide {
  display: flex;
  align-items: center;
}
.price-slider .box-slide .slide_price--to {
  width: 50px;
}
.price-slider .box-slide label {
  width: calc(50% - 25px);
  position: relative;
  margin: 0;
}
.price-slider .box-slide label .field__currency {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.price-slider .box-slide input {
  width: 100%;
  font-size: 12px;
  text-align: right;
  border-radius: 3px;
  height: 30px;
  padding-left: 20px;
  padding-right: 5px;
}
.search-page-content input[type="number"]::-webkit-outer-spin-button,
.search-page-content input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.search-page-content input[type="number"]:invalid,
.search-page-content input[type="number"]:out-of-range {
  border: 2px solid #e60023;
}
.search-page-content input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
}
.search-page-content input[type="range"]:focus {
  outline: none;
}
.search-page-content input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #323232;
}
.search-page-content input[type="range"]:focus::-ms-fill-lower {
  background: #323232;
}
.search-page-content input[type="range"]:focus::-ms-fill-upper {
  background: #323232;
}
.search-page-content input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation: 0.2s;
  background: #323232;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.search-page-content input[type="range"]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #323232;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #323232;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.search-page-content input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation: 0.2s;
  background: #323232;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
  position: relative;
  z-index: 1;
}
.search-page-content input[type="range"]::-moz-range-thumb {
  z-index: 10;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #323232;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #323232;
  cursor: pointer;
}
.search-page-content input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
  position: relative;
  z-index: 1;
}
.search-page-content input[type="range"]::-ms-fill-lower,
.search-page-content input[type="range"]::-ms-fill-upper {
  background: #323232;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.search-page-content input[type="range"]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #323232;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #323232;
  cursor: pointer;
}

.sidebar-filter .sidebar-tags .apply__button {
  border: 1px solid #ddd;
  padding: 5px;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 3px;
}
.sidebar-filter .sidebar-tags label {
  display: block;
}
.sidebar-filter .sidebar-tags label .count_value {
  float: right;
  color: #858585;
}
.sidebar-filter .sidebar-tags .list-tags.full li {
  display: block !important;
}
.sidebar-filter .sidebar-tags.filter-color .list-tags.full li,
.sidebar-filter .sidebar-tags.filter-size .list-tags.full li {
  display: inline-block !important;
}
.sidebar-filter .sidebar-tags .list-tags.full li.show-more--list_tags {
  display: none !important;
}

.feature-product {
  position: relative;
  width: 100%;
  height: auto;
}

.search-page-header {
  padding: 17px 0 15px;
}
.search-page-header > img {
  width: 100%;
  height: auto;
}

.Search-Brand-Name > h3 {
  font-size: 20px;
  font-family: sans-serif;
  text-transform: uppercase;
}
.toolbar.has-padding {
  width: 100%;
}
.toolbar {
  background-color: #f8f8f8;
  padding: 9px 9px 9px 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.toolbar .column-right,
.toolbar .column-left {
  width: auto;
}

.toolbar .column-left {
  display: flex;
}

.toolbar .column-left .sidebar-label .icon-filter {
  width: 26px;
  height: 26px;
}
.toolbar .column-left .sidebar-label svg {
  transform: rotate(90deg);
}

.toolbar .column-left .sidebar-label .sidebar_more {
  margin-left: 10px;
}
.toolbar .column-left .sidebar-label {
  display: none;
  font-size: 12px;
  font-family: "Poppinlight";
  font-size: 12px;
  text-transform: none;
  font-weight: 500;
  margin: 0 15px 0 0;
  color: #232323;
  position: relative;
  top: 9px;
  line-height: 20px;
  display: inline-block;
}

.toolbar .toolbar-col label {
  font-size: 12px;
  text-transform: none;
  font-weight: 500;
  margin: 0 15px 0 0;
  color: #232323;
  position: relative;
  top: 1px;
  line-height: 20px;
  display: inline-block;
}

.toolbar .view-mode {
  padding: 5px 0;
  display: flex;
}

.toolbar .view-mode .icon-mode.active {
  border-color: #232323;
}
.icon-mode.icon-mode-list {
  width: 26px;
}
.toolbar .view-mode .icon-mode:first-of-type {
  margin-left: 0;
}
.toolbar .view-mode .icon-mode {
  min-width: 19px;
  height: 26px;
  display: block;
  border: 1px solid #dcdcdc;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.toolbar .view-mode .icon-mode.active.icon-mode-list:before {
  box-shadow: 0 7px 0, 0 14px 0 #323232;
}
.toolbar .view-mode .icon-mode.active:before {
  background-color: #323232;
}
.toolbar .view-mode .icon-mode.icon-mode-list:before {
  width: 18px;
  height: 4px;
  box-shadow: 0 7px 0 #dcdcdc, 0 14px 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode:before {
  background: #dcdcdc;
  content: "";
  top: 3px;
  position: absolute;
  left: 3px;
}

.toolbar .view-mode .icon-mode.icon-mode-grid:before {
  width: 4px;
  height: 18px;
}

.toolbar .view-mode .icon-mode.grid-2 {
  width: 19px;
}
.toolbar .view-mode .icon-mode.grid-3 {
  width: 26px;
}

.toolbar .view-mode .icon-mode.grid-4 {
  width: 32px;
}

.toolbar .view-mode .icon-mode.grid-5 {
  width: 40px;
}

.toolbar .view-mode .icon-mode.grid-2:before {
  box-shadow: 7px 0 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode.grid-3:before {
  box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc;
}

.toolbar .view-mode .icon-mode.grid-4:before {
  box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc;
}

.toolbar .view-mode .icon-mode.grid-5:before {
  box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc,
      28px 0 0 #dcdcdc;
}

.toolbar .view-mode .icon-mode.active.grid-2:before {
  box-shadow: 7px 0 0 #323232;
}
.toolbar .view-mode .icon-mode.active.grid-3:before {
  box-shadow: 7px 0 0 #323232, 14px 0 0 #323232;
}

.toolbar .view-mode .icon-mode.active.grid-4:before {
  box-shadow: 7px 0 0 #323232, 14px 0 0 #323232, 21px 0 0 #323232;
}

.toolbar .view-mode .icon-mode.active.grid-5:before {
  box-shadow: 7px 0 0 #323232, 14px 0 0 #323232, 21px 0 0 #323232,
      28px 0 0 #323232;
}

.toolbar .view-mode .icon-mode.active.grid-3:before {
  box-shadow: 7px 0 0 #323232, 14px 0 0 #323232;
}

.column-right {
  display: flex;
}
.toolbar .filters-toolbar__limited-view {
  padding-right: 15px;
}
.toolbar .toolbar-col {
  display: flex;
  align-items: center;
}
.toolbar .filters-toolbar__limited-view .limited-view {
  min-width: 89px;
  position: relative;
}
.toolbar .toolbar-col .label-tab {
  border: 1px solid #dadada;
  background-color: white;
  padding: 8px 14px 6px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 12px;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
}

.toolbar .toolbar-col .dropdown-menu {
  padding: 5px 0;
  margin: 2px 0;
  right: 0;
  border-radius: 0;
  font-size: 12px;
  color: #232323;
  min-width: 100%;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.toolbar .toolbar-col .dropdown-menu li {
  position: relative;
  margin-bottom: 0.25em;
}

.toolbar .filters-toolbar__sortby {
  padding-left: 15px;
}
.toolbar .filters-toolbar__sortby .filter-sortby {
  min-width: 149px;
  position: relative;
}
.facets__form {
  display: block;
  margin-top: 0em;
}
.toolbar .toolbar-col .icon-dropdown {
  color: #6b6b6b;
  font-size: 16px;
  padding-left: 8px;
}

.toolbar .toolbar-col .dropdown-menu li label {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.toolbar .toolbar-col .dropdown-menu li * {
  display: block;
  padding: 4px 14px 3px 15px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#title-descending {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  background-color: initial;
  appearance: auto;
  border: initial;
}

.toolbar .toolbar-col .dropdown-menu li:hover {
  background-color: #f4f4f4;
}

.toolbar .toolbar-col .dropdown-menu .active {
  background-color: #f4f4f4;
}

/*___________________col-lg-3________________*/

@media (min-width: 1025px) {
  .col-lg-3.search-product-card {
      margin: 5px 0px 50px;
  }
  .col-lg-3.search-product-card .card {
      position: relative;
      border: none;
  }
  .col-lg-3.search-product-card .card .card-img img {
      width: 100%;
      height: auto;
      cursor: pointer;
  }

  .col-lg-3.search-product-card .card-img #img-first {
      opacity: 0%;
      z-index: 1;
      transition: 0.5s;

      cursor: pointer;
  }

  .col-lg-3.search-product-card figure {
      width: 100%;
      margin: 0;
  }
  .col-lg-3.search-product-card figcaption {
      text-align: center;
  }
  .col-lg-3.search-product-card figcaption span {
      font-size: 12px;
      font-family: "Poppinbold", Arial, Helvetica, sans-serif;
  }
  .col-lg-3.search-product-card figcaption h2 {
      font-size: 12px;
      margin: 15px 0;
      font-family: "Poppinlight", Arial, Helvetica, sans-serif;
  }
  .col-lg-3.search-product-card figcaption p {
      font-weight: bold;
      width: auto;
      margin: auto;
      font-size: 13px;
      font-family: "Poppinbold", Arial, Helvetica, sans-serif;
      letter-spacing: 2px;
  }
  .col-lg-3.search-product-card .size-of-product,
  .col-lg-3.search-product-card .rating-star,
  .col-lg-3.search-product-card figcaption > ul {
      margin: 10px 0px;
      padding: 0px;
  }
  .col-lg-3.search-product-card .size-of-product > li,
  .col-lg-3.search-product-card .rating-star > li,
  .col-lg-3.search-product-card figcaption ul > li {
      list-style: none;
      width: 27px;
      height: auto;
      display: inline-block;
      margin: 0 4px 0;
      letter-spacing: normal;
      text-align: center;
      vertical-align: middle;
      position: relative;
  }

  .col-lg-3.search-product-card .rating-star > li {
      font-size: 12px;
      color: black;
      width: auto;
      margin: 0px;
      padding: 0px 2px;
  }

  .col-lg-3.search-product-card figcaption ul li > img {
      width: 100%;
      height: auto;
      border: 1px solid black;
      border-radius: 50%;
  }
  .col-lg-3.search-product-card .hover-animation {
      position: relative;
      height: auto;
      width: 100%;
      color: #fff;
  }
  .col-lg-3.search-product-card .hover-animation img.img-back {
      position: relative;
      height: auto;
  }
  .col-lg-3.search-product-card .hover-animation img.img-front {
      position: absolute;
      left: 0;
      width: 100%;
      height: auto;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
  }
  .col-lg-3.search-product-card .hover-animation img.img-front:hover {
      opacity: 0;
      cursor: pointer;
  }
  .col-lg-3.search-product-card .product-more-option {
      display: none;
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -ms-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
  }
  .col-lg-3.search-product-card .product-more-option > .add-to-wishlist {
      width: 26px;
      height: auto;
      background-color: white;
      border-radius: 50%;
      text-align: center;
      padding-top: 5px;
  }
  .col-lg-3.search-product-card .product-more-option > .add-to-wishlist > i {
      color: black;
  }

  .col-lg-3.search-product-card .product-more-option > button {
      width: 70%;
      background-color: white;
      color: black;
      border: 1px solid black;
      padding: 4px 0px;
      text-transform: uppercase;
      font-size: 13px;
      font-family: "Poppinbold", Arial, Helvetica, sans-serif;
  }
  .col-lg-3.search-product-card .size-of-product > li {
      font-size: 12px;
      border-radius: 13px;
      width: 26px;
      height: auto;
      min-width: 27px;

      color: #2d2d2d;
      border: 1px solid #e7e7e7;
      background-color: #fff;
      text-align: center;
      padding: 3px 5px 2px;
      font-weight: 500;
      margin: 0px;
  }


  .col-lg-3.search-product-card .quick-View-search-product {
      background-color: rgba(0, 0, 0, 0.8);
      color: rgba(255, 255, 255, 0.7);
      font-size: 11px;
      font-weight: 600;
      line-height: 19px;
      cursor: pointer;
      text-transform: uppercase;
      padding: 1px 20px 0;
      width: 100%;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
  }
  .col-lg-3.search-product-card .size-of-product {
      position: absolute;
      bottom: 10%;
      left: 30%;
  }
  .col-lg-3.search-product-card .product-more-option > button:hover {
      background-color: #232323;
      color: white;
      border: 1px solid #232323;
  }
  .col-lg-3.search-product-card .product-more-option > button {
      position: absolute;
      bottom: 45%;
      left: 15%;
  }
  .col-lg-3.search-product-card .rating-star {
      position: absolute;
      bottom: 30%;
      left: 20%;
  }

  .col-lg-3.search-product-card .add-to-wishlist {
      position: absolute;
      top: 30%;
      left: 45%;
  }

  .col-lg-3.search-product-card .hover-animation:hover .product-more-option {
      display: block;
  }
}
@media (min-width: 787px) and (max-width: 1025px) {
  .col-lg-3.search-product-card .hover-animation {
      position: relative;
      height: auto !important;
      width: 100%;
      color: #fff;
  }
}

/*___________________col-lg-3________________*/

/*___________________col-xl-2________________*/

@media (min-width: 1025px) {
  .col-xl-2 {
      flex: 0 0 19.99%;
      max-width: 19.99%;
  }
  .col-xl-2.search-product-card {
      margin: 5px 0px 50px;
  }
  .col-xl-2.search-product-card .card {
      position: relative;
      border: none;
  }
  .col-xl-2.search-product-card .card .card-img img {
      width: 100%;
      height: auto;
      cursor: pointer;
  }

  .col-xl-2.search-product-card .card-img #img-first {
      opacity: 0%;
      z-index: 1;
      transition: 0.5s;

      cursor: pointer;
  }

  .col-xl-2.search-product-card figure {
      width: 100%;
      margin: 0;
  }
  .col-xl-2.search-product-card figcaption {
      padding: 10px 0px;
      text-align: center;
  }
  .col-xl-2.search-product-card figcaption span {
      font-size: 12px;
      font-family: "Poppinbold", Arial, Helvetica, sans-serif;
  }
  .col-xl-2.search-product-card figcaption h2 {
      font-size: 12px;
      margin: 10px 0;
      font-family: "Poppinlight", Arial, Helvetica, sans-serif;
  }
  .col-xl-2.search-product-card figcaption p {
      font-weight: bold;
      width: auto;
      margin: auto;
      font-size: 13px;
      font-family: "Poppinbold", Arial, Helvetica, sans-serif;
      letter-spacing: 2px;
  }
  .col-xl-2.search-product-card .size-of-product,
  .col-xl-2.search-product-card .rating-star,
  .col-xl-2.search-product-card figcaption > ul {
      margin: 10px 0px;
      padding: 0px;
  }
  .col-xl-2.search-product-card .size-of-product > li,
  .col-xl-2.search-product-card .rating-star > li,
  .col-xl-2.search-product-card figcaption ul > li {
      list-style: none;
      width: 27px;
      height: auto;
      display: inline-block;
      margin: 0 4px 0;
      letter-spacing: normal;
      text-align: center;
      vertical-align: middle;
      position: relative;
  }

  .col-xl-2.search-product-card .rating-star > li {
      font-size: 12px;
      color: black;
      width: auto;
      margin: 0px;
      padding: 0px 2px;
  }

  .col-xl-2.search-product-card figcaption ul li > img {
      width: 100%;
      height: auto;
      border: 1px solid black;
      border-radius: 50%;
  }
  .col-xl-2.search-product-card .hover-animation {
      position: relative;
      height: auto;
      width: 100%;
      color: #fff;
  }
  .col-xl-2.search-product-card .hover-animation img.img-back {
      position: relative;
      height: auto;
  }
  .col-xl-2.search-product-card .hover-animation img.img-front {
      position: absolute;
      left: 0;
      width: 100%;
      height: auto;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
  }
  .col-xl-2.search-product-card .hover-animation:hover img.img-front {
      opacity: 0;
      cursor: pointer;
  }
  .col-xl-2.search-product-card .product-more-option {
      display: none;
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -ms-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
  }
  .col-xl-2.search-product-card .product-more-option > .add-to-wishlist {
      display: block;
      width: 26px;
      height: auto;
      background-color: white;
      border-radius: 50%;
      text-align: center;
      padding-top: 5px;
  }
  .col-xl-2.search-product-card .product-more-option > .add-to-wishlist > i {
      color: black;
  }

  .col-xl-2.search-product-card .product-more-option > button {
      width: 70%;
      background-color: white;
      color: black;
      border: 1px solid black;
      padding: 4px 0px;
      text-transform: uppercase;
      font-size: 13px;
      font-family: "Poppinbold", Arial, Helvetica, sans-serif;
  }
  .col-xl-2.search-product-card .size-of-product > li {
      font-size: 12px;
      border-radius: 13px;
      width: 26px;
      height: auto;
      min-width: 27px;

      color: #2d2d2d;
      border: 1px solid #e7e7e7;
      background-color: #fff;
      text-align: center;
      padding: 3px 5px 2px;
      font-weight: 500;
      margin: 0px;
  }

  .col-xl-2.search-product-card .quick-View-search-product {
      background-color: rgba(0, 0, 0, 0.8);
      color: rgba(255, 255, 255, 0.7);
      font-size: 11px;
      font-weight: 600;
      line-height: 19px;
      text-transform: uppercase;
      padding: 1px 20px 0;
      width: 100%;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
  }
  .col-xl-2.search-product-card .size-of-product {
      position: absolute;
      bottom: 10%;
      left: 30%;
  }
  .col-xl-2.search-product-card .product-more-option > button:hover {
      background-color: #232323;
      color: white;
      border: 1px solid #232323;
  }
  .col-xl-2.search-product-card .product-more-option > button {
      position: absolute;
      bottom: 30%;
      left: 0%;
      width: 100%;
  }
  .col-xl-2.search-product-card .rating-star {
      position: absolute;
      bottom: 10%;
      left: 10%;
  }
  .col-xl-2.search-product-card .add-to-wishlist {
      position: absolute;
      top: 30%;
      left: 45%;
  }
  .col-xl-2.search-product-card .hover-animation:hover .product-more-option {
      display: block;
  }
}

/*___________________col-xl-2________________*/
/*___________________col-md-4________________*/

.col-md-4 {
  margin: 5px 0px 50px;
}

.col-md-4 .card {
  position: relative;
  border: none;
}
.col-md-4 .card .card-img img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.col-md-4 .card-img #img-first {
  opacity: 0%;
  z-index: 1;
  transition: 0.5s;

  cursor: pointer;
}

.col-md-4 figure {
  width: 100%;
  margin: 0;
}
.col-md-4 figcaption {
  text-align: center;
}
.col-md-4 figcaption span {
  font-size: 12px;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
}
.col-md-4 figcaption h2 {
  font-size: 12px;
  margin: 15px 0;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
}
.col-md-4 figcaption p {
  font-weight: bold;
  width: auto;
  margin: auto;
  font-size: 13px;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
.col-md-4 .size-of-product,
.col-md-4 .rating-star,
.col-md-4 figcaption > ul {
  margin: 10px 0px;
  padding: 0px;
}
.col-md-4 .size-of-product > li,
.col-md-4 .rating-star > li,
.col-md-4 figcaption ul > li {
  list-style: none;
  width: 27px;
  height: auto;
  display: inline-block;
  margin: 0 4px 0;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.col-md-4 .rating-star > li {
  font-size: 12px;
  color: black;
  width: auto;
  margin: 0px;
  padding: 0px 2px;
}

.col-md-4 figcaption ul li > img {
  width: 100%;
  height: auto;
  border: 1px solid black;
  border-radius: 50%;
}

.col-md-4 .hover-animation img.img-back {
  position: relative;
  height: auto;
}

.col-md-4 .hover-animation {
  position: relative;
  height: auto;
  width: 100%;
  color: #fff;
}

.sidebar-search-product-card .wrapper figure .img-back {
  position: relative;
}

.sidebar-search-product-card .wrapper figure .img-front,
.col-md-4 .hover-animation img.img-front {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.col-md-4 .hover-animation img.img-front:hover {
  opacity: 0;
  cursor: pointer;
}
.col-md-4 .product-more-option {
  display: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.col-md-4 .product-more-option > .add-to-wishlist {
  width: 26px;
  height: auto;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
}
.col-md-4 .product-more-option > .add-to-wishlist > i {
  color: black;
}

.col-md-4 .product-more-option > button {
  width: 70%;
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 4px 0px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
}
.col-md-4 .size-of-product > li {
  font-size: 12px;
  border-radius: 13px;
  width: 26px;
  height: auto;
  min-width: 27px;

  color: #2d2d2d;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  text-align: center;
  padding: 3px 5px 2px;
  font-weight: 500;
  margin: 0px;
}
.col12quick-View-search-product,
.col-md-4 .quick-View-search-product {
  background-color: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  padding: 1px 20px 0;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.col-md-4 .size-of-product {
  position: absolute;
  bottom: 10%;
  left: 30%;
}
.col-md-4 .product-more-option > button:hover {
  background-color: #232323;
  color: white;
  border: 1px solid #232323;
}
.col-md-4 .product-more-option > button {
  position: absolute;
  bottom: 50%;
  left: 15%;
}
.col-md-4 .rating-star {
  position: absolute;
  bottom: 40%;
  left: 30%;
}

.col-md-4 .add-to-wishlist {
  position: absolute;
  top: 30%;
  left: 45%;
}

.col-md-4 .hover-animation:hover .product-more-option {
  display: block;
}

.sidebar-search-product-card .wrapper {
  position: relative;
}

.sidebar-search-product-card .wrapper figure .hover-animation img {
  width: 100%;
  height: auto;
}

.sidebar-search-product-card .wrapper figure figcaption {
  padding: 20px 0px;
  text-align: center;
}
.sidebar-search-product-card .wrapper figure figcaption p,
.sidebar-search-product-card .wrapper figure figcaption h2,
.sidebar-search-product-card .wrapper figure figcaption span {
  font-size: 12px;
}

.sidebar-search-product-card
  .wrapper
  figure
  figcaption
  .product-more-option
  .rating-star {
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.sidebar-search-product-card
  .wrapper
  figure
  figcaption
  .product-more-option
  .rating-star
  li {
  padding: 0px 3px;
}

.sidebar-search-product-card
  .wrapper
  figure
  figcaption
  .product-more-option
  button {
  width: 100%;
  border: 1px solid #232323 !important;
  background-color: white;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  min-width: 130px;
  max-width: 100%;
  transition: all 0.3s ease;
  padding: 7px 15px !important;
  font-size: 13px;
  letter-spacing: 2px;
}

.sidebar-search-product-card
  .wrapper
  figure
  figcaption
  .product-more-option
  button:hover {
  background-color: #232323;
  color: white;
}

@media (max-width: 1024px) {
  .col-md-4 .hover-animation {
      height: 400.17px !important;
  }
  .col-md-4 .product-more-option {
      display: block;
  }
  .col-md-4 .product-more-option > .add-to-wishlist {
      display: none;
  }
  .col-md-4 .product-more-option > button {
      bottom: 0px;
      width: 100%;
      padding: 7px 15px;
      left: 0%;
  }
  .col-md-4 .quick-View-search-product {
      display: none;
  }
  .col-md-4 .rating-star {
      display: none;
  }
}

@media (max-width: 768px) {
  .col-md-4 .hover-animation {
      height: 281.61px !important;
  }
}

/*___________________col-md-4________________*/

/*__________________ col-6 __________________*/

.col-6 {
  margin: 0px 0px 0px;
}
.col-6 .card {
  position: relative;
  border: none;
}
.col-6 .card .card-img img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.col-6 .card-img #img-first {
  opacity: 0%;
  z-index: 1;
  transition: 0.5s;

  cursor: pointer;
}

.col-6 figure {
  width: 100%;
  margin: 0;
}
.col-6 figcaption {
  text-align: center;
  padding: 10px 0px;
}
.col-6 figcaption span {
  font-size: 12px;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
}
.col-6 figcaption h2 {
  font-size: 12px;
  margin: 15px 0;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
}
.col-6 figcaption p {
  font-weight: bold;
  width: auto;
  margin: auto;
  font-size: 13px;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
.col-6 .size-of-product,
.col-6 .rating-star,
.col-6 figcaption > ul {
  margin: 10px 0px;
  padding: 0px;
}
.col-6 .size-of-product > li,
.col-6 .rating-star > li,
.col-6 figcaption ul > li {
  list-style: none;
  width: 27px;
  height: auto;
  display: inline-block;
  margin: 0 4px 0;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.col-6 .rating-star > li {
  font-size: 12px;
  color: black;
  width: auto;
  margin: 0px;
  padding: 0px 2px;
}

.col-6 figcaption ul li > img {
  width: 100%;
  height: auto;
  border: 1px solid black;
  border-radius: 50%;
}
.col-6 .hover-animation {
  position: relative;
  height: auto;
  width: 100%;
  color: #fff;
}
.col-6 .hover-animation img.img-back {
  position: relative;
  height: auto;
}
.col-6 .hover-animation img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.col-6 .hover-animation img.img-front:hover {
  opacity: 0;
  cursor: pointer;
}
.col-6 .product-more-option {
  display: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.col-6 .product-more-option > .add-to-wishlist {
  width: 26px;
  height: auto;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
}
.col-6 .product-more-option > .add-to-wishlist > i {
  color: black;
}

.col-6 .product-more-option > button {
  width: 70%;
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
}
.col-6 .size-of-product > li {
  font-size: 12px;
  border-radius: 13px;
  width: 26px;
  height: auto;
  min-width: 27px;

  color: #2d2d2d;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  text-align: center;
  padding: 3px 5px 2px;
  font-weight: 500;
  margin: 0px;
}

.col-6 .quick-View-search-product {
  background-color: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  padding: 1px 20px 0;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.col-6 .size-of-product {
  position: absolute;
  bottom: 10%;
  left: 30%;
}
.col-6 .product-more-option > button:hover {
  background-color: #232323;
  color: white;
  border: 1px solid #232323;
}
.col-6 .product-more-option > button {
  position: absolute;
  bottom: 50%;
  left: 15%;
}
.col-6 .rating-star {
  position: absolute;
  bottom: 40%;
  left: 30%;
}

.col-6 .add-to-wishlist {
  position: absolute;
  top: 30%;
  left: 45%;
}

.col-6 .hover-animation:hover .product-more-option {
  display: block;
}

@media (max-width: 1024px) {
  .col-6 .hover-animation {
      height: 622.53px;
  }
  .col-6 .product-more-option {
      display: block;
  }
  .col-6 .rating-star {
      display: none;
  }
  .col-6 .product-more-option > .add-to-wishlist {
      display: none;
  }
  .col-6 .product-more-option > button {
      position: absolute;
      bottom: 0%;
      left: 0%;
      width: 100%;
  }
  .col-6 .quick-View-search-product {
      display: none;
  }
}
@media (max-width: 768px) {
  .col-6 .hover-animation {
      height: 444.66px;
  }
}
@media (max-width: 425px) {
  .col-6 .hover-animation {
      height: auto !important;
  }
}

/*__________________ col-6 __________________*/

.search-sidebar-img > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0px;
}

.custom-block {
  margin-top: 30px;
}

.custom-block > hr {
  margin: 10px 0px;
}
.custom-block > h4 {
  margin: 0px;
  font-size: 14px;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
}
.custom-block > p {
  font-size: 12px;
  margin: 10px 0px;
  text-align: left;
  width: 100%;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
}

.widget-content[class="d-none"] .sidebar-title:before {
  transform: rotate(180deg);
}

.search-single-product-card .col-12.search-product-card {
  margin: 20px 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #f6f6f6;
}
.search-single-product-card .col-12.search-product-card .hover-animation{
  position: relative;
}
.search-single-product-card .col-12.search-product-card .hover-animation img{
  padding: 0px 0px 0px 0px;
}
.search-single-product-card .col-12.search-product-card .hover-animation img.img-back {
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}

.search-single-product-card
  .col-12.search-product-card
  .hover-animation
  img.img-back {
  position: absolute;
  top: 0px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.search-single-product-card
  .col-12.search-product-card
  .hover-animation
  img.img-back:hover {
  opacity: 0;
}

.search-single-product-card .col-12.search-product-card > .hover-animation {
  width: 30%;
  height: auto;
  float: left;
}

.search-single-product-card .col-12.search-product-card > .search-card-detail {
  width: 70%;
  float: right;
}

.search-single-product-card .col-12.search-product-card > .hover-animation,
.search-single-product-card .col-12.search-product-card > .search-card-detail {
  display: inline-block;
}
.search-single-product-card
  .col-12.search-product-card
  > .search-card-detail
  > span {
  font-size: 12px;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
  margin: 0px 0px 40px 0px;
}
.search-single-product-card
  .col-12.search-product-card
  > .search-card-detail
  > h2 {
  font-size: 12px;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
  margin: 0px 0px 30px 0px;
}

.search-single-product-card
  .col-12.search-product-card
  > .search-card-detail
  > .rating-star {
  display: flex;
  flex-direction: row;
  margin: 0px 0px 30px 0px;
}
.search-single-product-card
  .col-12.search-product-card
  > .search-card-detail
  > .rating-star
  > li {
  font-size: 12px;
  margin-right: 5px;
}

.search-single-product-card
  .col-12.search-product-card
  > .search-card-detail
  > p {
  font-size: 12px;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
  margin: 0px 0px 30px 0px;
}

.search-single-product-card
  .col-12.search-product-card
  > .search-card-detail
  > h5 {
  font-size: 13px;
  font-family: "Poppinbold", Arial, Helvetica, sans-serif;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.search-single-product-card
  .col-12.search-product-card
  > .search-card-detail
  > .button-and-hear-icon {
  display: flex;
  flex-direction: row;
  justify-content: start;
  height: 35.5px;
}
.search-single-product-card
  .col-12.search-product-card
  > .search-card-detail
  > .button-and-hear-icon
  > .search-card-button
  > button {
  font-size: 13px;
  font-family: "Poppinlight", Arial, Helvetica, sans-serif;
  padding: 7px 15px;
  background-color: white;
  color: black;
  border: 1px solid #232323;
  width: 210px;
  display: inline-block;
}

.search-single-product-card
  .col-12.search-product-card
  > .search-card-detail
  > .button-and-hear-icon
  > .search-card-button
  > button:hover {
  background-color: black;
  color: white;
}

.search-single-product-card
  .col-12.search-product-card
  > .search-card-detail
  > .button-and-hear-icon
  > .add-to-wishlist {
  cursor: pointer;
  margin-left: 20px;
  display: inline-block;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.bckg-color {
  background-color: #ffe5e5;
}

.search-single-product-card
  .col-12.search-product-card
  > .search-card-detail
  > .button-and-hear-icon
  > .add-to-wishlist
  > i {
  font-size: 20px;
  margin: 10px 0px;
}
.hide-ColSideBar {
  display: none !important;
}

@media (min-width: 1200px) {
  .col-sidebar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
      flex: 0 0 240px;
      max-width: 240px;
  }
  #shopify-section-sidebar-filter {
      will-change: min-height;
  }
  .toolbar .column-left .sidebar-label {
      display: none;
  }
  .search-single-product-card .col-12.search-product-card > .hover-animation img.img-back {
    position: relative;
    width: 100%;
    height: auto;
  }
  .search-single-product-card .col-12.search-product-card > .hover-animation img.img-front {
    width: 100%;
    height: auto;
  }
  .search-single-product-card
  .col-12.search-product-card
  > .search-card-detail {
    padding-left: 20px;
}
}

@media (max-width: 1024px) {
  .col-sidebar {
      display: none;
      padding: 50px 20px 10px 20px;
      position: fixed;
      top: 0px;
      left: 0px;
      height: 100vh;
      overflow-y: auto;
      z-index: 20;
      background-color: white;
  }

  .sidebar-search-product-card .wrapper figure .hover-animation {
      text-align: center;
  }
  .hide-ColSideBar {
      display: block !important;
      position: absolute;
      top: 30px;
      right: 30px;
  }
  .toolbar .column-left .sidebar-label {
      display: inline-flex;
  }
  .search-single-product-card .col-12.search-product-card > .hover-animation {
      width: 25%;
  }

  .search-single-product-card
      .col-12.search-product-card
      > .search-card-detail {
        padding-left: 20px;
      width: 75%;
  }
  .search-single-product-card
      .col-12.search-product-card
      .hover-animation
      img.img-back {
      top: 0px;
  }
  .search-single-product-card .col-12.search-product-card > .hover-animation img.img-back {
    position: relative;
    width: 100%;
    height: auto;
}
.search-single-product-card .col-12.search-product-card > .hover-animation img.img-front {
  width: 100%;
  height: auto;
}
  .icon-mode-grid.icon-mode.grid-5 {
      display: none !important;
  }
}

@media (max-width: 768px) {
  .filters-toolbar__limited-view {
      display: none !important;
  }

  .toolbar {
      justify-content: space-between;
  }
  .search-single-product-card .col-12.search-product-card > .hover-animation {
      width: 35%;
  }

  .search-single-product-card
      .col-12.search-product-card
      > .search-card-detail {
      width: 65%;
      padding-left: 10px;
  }
  .search-single-product-card
      .col-12.search-product-card
      .hover-animation
      img.img-back {
      top: 0px;
  }
  .search-single-product-card
      .col-12.search-product-card
      > .search-card-detail
      > p {
      margin: 0px 0px 25px 0px;
  }

  .search-single-product-card
      .col-12.search-product-card
      > .search-card-detail
      > h5 {
      margin: 0px 0px 25px 0px;
  }
  .search-single-product-card
      .col-12.search-product-card
      > .search-card-detail
      > .rating-star {
      margin: 0px 0px 25px 0px;
  }

  .icon-mode-grid.icon-mode.grid-4 {
      display: none !important;
  }
  .search-single-product-card .col-12.search-product-card > .hover-animation img.img-back {
    position: relative;
    width: 100%;
    height: auto;
}
.search-single-product-card .col-12.search-product-card > .hover-animation img.img-front {
  width: 100%;
  height: auto;
}
}

@media (max-width: 425px) {
  .sidebar_more {
      display: none;
  }
  .filters-toolbar__view-as > label {
      display: none !important;
  }
  .toolbar .view-mode .icon-mode.grid-3 {
      display: none !important;
  }

  .filters-toolbar__sortby-label {
      display: none !important;
  }
  .toolbar {
      padding: 10px;
  }
  .search-single-product-card .col-12.search-product-card > .hover-animation {
      width: 100%;
      text-align: center;
  }

  .search-single-product-card .col-12.search-product-card > .hover-animation img.img-back {
    position: relative;
}
.search-single-product-card .col-12.search-product-card > .hover-animation img.img-front {
  width: 100%;
}

  .search-single-product-card .col-12.search-product-card > .hover-animation,
  .search-single-product-card
      .col-12.search-product-card
      > .search-card-detail {
      width: 100%;
  }
  .search-single-product-card .col-12.search-product-card {
      display: flex;
      flex-direction: column;
  }
  .search-single-product-card
      .col-12.search-product-card
      > .search-card-detail {
      padding-top: 20px;
  }
}
@media (max-width: 375px) {
  .col-6 {
      padding: 0px 5px;
  }
}
@media (max-width: 320px) {
  .toolbar {
      padding: 10px;
  }

  .search-single-product-card .col-12.search-product-card > .hover-animation {
      height: 384.94px;
  }
  .col-6 {
      padding: 0px 5px;
  }
  .toolbar .filters-toolbar__sortby {
      padding-left: 0px;
  }
  .toolbar .column-left .sidebar-label {
      margin: 0px;
      padding: 0px;
  }
  .col-12.col-xl-9.col-main {
      padding: 0px !important;
  }
}



/* #search-product-modal   .modal-dialog{
  min-width: 60% !important;
  max-width: 60% !important;

} */

#searchproductmodalbtn{
  position: absolute;
  top: 20px;
  right: 20px;
}
.right-side-modal,
.left-side-modal{
  margin: 20px 0px -5px 0px;
}
.left-side-modal img{
  width: auto;
  height: 89%;
}

.right-side-modal .heading{
  font-size: 20px;
  letter-spacing: normal;
  line-height: 30px;
  font-weight: 600;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}
.ratingandviewer .rating
{
  margin-right: 10px;
}
.ratingandviewer .rating i{
  padding: 0px 3px;
  font-size: 12px;
}
.ratingandviewer,
.ratingandreview{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 2%;
}

.soldoutdetail{
  padding-top: 15px;
  font-size: 12px;
}

.btnwishlistandshare,
.productdetaininpra,
.oldandnewprice,
.product_brand_info,
.product_code_info,
.product_available_info{
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 30px;
}

.product_brand_info .brand_name,
.product_code_info .code_serial,
.product_available_info .avial_lable{
  font-size: 12px;
  width: 30%;
  font-family: Arial, Helvetica, sans-serif;
}

.product_brand_info .brand_name-info,
.product_code_info .code-info,
.product_available_info .avail_quantity{
  font-size: 12px;
  width: 70%;
  font-family: Arial, Helvetica, sans-serif;
}

.product_available_info .avail_quantity{
  display: flex;
  justify-content: left;
  vertical-align: middle;
}

.product_available_info .avail_quantity p{
  margin: 0px 0px 0px 5px;
}
.oldandnewprice{
  margin: 10px 0px;
}
.oldandnewprice .oldprice{
  color: #969696;
  text-decoration: line-through;
  margin-right: 10px;
}

.oldandnewprice .newprice{
  color: #e95144;
}

.productdetaininpra p{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
}
.saerchproductquantity{
  display: flex;
  flex-direction: column;
  justify-content: left;

}
.saerchproductquantity .quantityheader{
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-top: 5%;
}

.saerchproductquantity .quantity table {
  margin: 0px;
}

.saerchproductquantity .quantity table tr {
  margin: 0px;
}
.saerchproductquantity .quantity table tr td {
  border: 1px solid black;
  padding: 0px;
}
.saerchproductquantity .quantity table tr td:first-child,
td:last-child {
  cursor: pointer;
}
.saerchproductquantity .quantity table tr td > span {
  font-size: 18px;
  margin: 7px;
  padding: 15px;
  text-align: center;
}

.saerchproductquantity .subtotalinsearmodal{
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-content: middle;
  font-size: 14px;
  color: black;
  margin-top: 5%;
}
.saerchproductquantity .subtotalinsearmodal span{
  font-weight: bold;
  color: black;
  margin-right: 20px;
}

.btnwishlistandshare .searchaddtocartbtn{
  width: 70%;
  padding-top: 5%;
}
.btnwishlistandshare .searchaddtocartbtn button{
  width: 100%;
  background-color: #232323;
  color: white;
  border: 1px solid #232323;
  padding: 12px 15px 10px;
  font-weight: bold;
}
.btnwishlistandshare .searchshareicon,
.btnwishlistandshare .searchwishlisticon{
  width: 15%;
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 5%;
  padding-left: 4%;
}

.btnwishlistandshare .searchwishlisticon div{
  width: 40px;  
  display: flex;
  justify-content: center;
  align-content: center;
  height: 40px;
  background-color:white;
  cursor: pointer;
  border-radius: 50%;
}


.btnwishlistandshare .searchwishlisticon div i{
  margin-top: 13px;
}

.qty-btn{
  font-size: 20px;
  margin: 0px 5px 0px 5px;
}


