/*
    16. Shop page css
*/
.shop__header {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

@media only screen and (max-width: 479px) {
  .shop__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product__view--mode__list {
  margin-right: 2rem;
}

.product__view--mode__list:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .product__view--mode__list {
    margin-right: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .product__view--mode__list {
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .product__view--mode__list {
    margin-right: 3.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .product__view--mode__list {
    margin-right: 1rem;
  }
}

.product__view--label {
  font-weight: 600;
  margin-right: 1.2rem;
  font-size: 1.1rem;
}

@media only screen and (min-width: 992px) {
  .product__view--label {
    margin-right: 0.8rem;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .product__view--label {
    margin-right: 2.5rem;
  }
}

@media only screen and (min-width: 1366px) {
  .product__view--label {
    margin-right: 3.5rem;
  }
}

.product__view--select {
  border: 1px solid var(--border-color);
  padding: 0.6rem 3rem 0.6rem 1.2rem;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0.5rem;
  background: var(--white-color);
}

.select.shop__header--select::before {
  right: 14px;
}

@media only screen and (max-width: 360px) {
    .select.shop__header--select::before {
      right: 5px;
    }
}

.product__grid--column__buttons--icons {
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: 0.3rem;
  width: 3.7rem;
  height: 3.7rem;
  line-height: 1.1rem;
  margin-right: 10px;
  text-align: center;
  padding: 0;
}

.product__grid--column__buttons--icons > svg {
  pointer-events: none;
}

.product__grid--column__buttons--icons:last-child {
  margin-right: 0;
}

.product__grid--column__buttons--icons:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.product__grid--column__buttons--icons.active {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.product__view--search__form {
  width: 200px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .product__view--search__form {
    width: 180px;
  }
}

@media only screen and (min-width: 1200px) {
  .product__view--search__form {
    width: 260px;
  }
}

@media only screen and (min-width: 1366px) {
  .product__view--search__form {
    width: 300px;
  }
}

.product__view--search__input {
  width: 100%;
  height: 4rem;
  background: var(--white-color);
  border-radius: 0.5rem;
  padding: 0 5rem 0 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .product__view--search__input {
    font-size: 1.5rem;
  }
}

.product__view--search__input:focus {
  border-color: var(--secondary-color);
}

.product__view--search__btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: var(--secondary-color);
  color: var(--white-color);
  height: 100%;
  width: 4rem;
  border-radius: 0 0.5rem 0.5rem 0;
  line-height: 4.8rem;
}

.product__view--search__btn:hover {
  background: var(--primary-color);
}

.product__showing--count {
  font-weight: 500;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 992px) {
  .product__showing--count {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-left: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .product__showing--count {
    font-size: 1.7rem;
    line-height: 2.8rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  .product__showing--count {
    text-align: center;
    width: 100%;
    margin-top: 1.2rem;
  }
}

.offcanvas__filter--sidebar {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: var(--white-color);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}

@media only screen and (min-width: 480px) {
  .offcanvas__filter--sidebar {
    max-width: 320px;
  }
}

.offcanvas__filter--sidebar.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.widget__filter--btn {
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: 0.3rem;
  padding: 0.5rem 1.2rem;
}

.widget__filter--btn > * {
  pointer-events: none;
}

@media only screen and (max-width: 479px) {
  .widget__filter--btn {
    margin-right: 2.5rem;
  }
}

.widget__filter--btn:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.widget__filter--btn__icon {
  width: 20px;
}

.widget__filter--btn__text {
  font-weight: 600;
  font-size: 1.5rem;
  margin-left: 0.7rem;
}

.offcanvas__filter--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-color);
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  margin: 25px;
  background: var(--white-color);
}

.offcanvas__filter--close > * {
  pointer-events: none;
}

.offcanvas__filter--close:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.offcanvas__filter--close__text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 8px;
}

.shop__sidebar--widget {
/*  position: -webkit-sticky;
  position: sticky;
  top: 0;*/
}

.single__widget {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .single__widget {
    margin-bottom: 4rem;
  }
}

.single__widget:last-child {
  margin-bottom: 0;
}

.single__widget.widget__bg {
  padding: 2rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
}

.widget__title {
  font-weight: 600;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color2);
  padding-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .widget__title {
    padding-bottom: 1.2rem;
    margin-bottom: 2.5rem;
  }
}

.widget__search--form {
  position: relative;
}

.widget__search--form__input {
  width: 100%;
  height: 5rem;
  padding: 0 6rem 0 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-color2);
}

@media only screen and (min-width: 992px) {
  .widget__search--form__input {
    font-size: 1.5rem;
  }
}

.widget__search--form__input:focus {
  border-color: var(--secondary-color);
}

.widget__search--form__btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: var(--secondary-color);
  color: var(--white-color);
  padding: 0;
  width: 4.5rem;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
}

.widget__search--form__btn:hover {
  background: var(--primary-color);
}







.widget__form--check__list {
  margin-bottom: 1rem;
  position: relative;
}

.widget__form--check__list:last-child {
  margin-bottom: 0;
}

.widget__form--check__label {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2.0rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid var(--border-color2);
  background: var(--white-color);
  padding: 0.5rem 3rem 0.5rem 1.0rem;
  border-radius: 0.5rem;
  display: block;
}

.widget__form--check__label:hover {
  color: var(--primary-color);
}

.widget__form--check__input {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}

.widget__form--check__input:checked ~ .widget__form--checkmark {
  background-color: var(--secondary-color);
}

.widget__form--check__input:checked ~ .widget__form--checkmark::before {
  display: block;
}

.widget__form--checkmark {
  height: 1.8rem;
  width: 1.8rem;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  background: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget__form--checkmark::before {
  right: 0.5rem;
  top: 0.3rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.price__filter--group {
  width: 46%;
}

.price__filter--label {
  font-weight: 600;
  margin-bottom: 0.6rem;
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .price__filter--label {
    font-size: 1.5rem;
  }
}

.price__filter--input {
  border: 1px solid var(--border-color2);
  padding: 0.7rem 1rem;
}

.price__filter--input__field {
  width: 100%;
}

.price__filter--currency {
  font-weight: 700;
  margin-right: 0.6rem;
}

.price__filter--btn {
  height: 4rem;
  line-height: 4rem;
}

.price__divider {
  font-size: 2rem;
  padding: 2.5rem 1rem 0;
}

.widget__tagcloud--list {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.widget__tagcloud--link {
  border: 1px solid var(--border-color2);
  background: var(--white-color);
  padding: 0.5rem 1.2rem;
  line-height: 2.5rem;
  border-radius: 0.3rem;
}

.widget__tagcloud--link:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
}

@media only screen and (max-width: 991px) {
  .shop__product--wrapper .product__items--link {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .shop__product--wrapper .product__items--img {
    width: 100%;
  }
}

@media only screen and (max-width: 1365px) {
  .product__grid--inner .product__items--action__btn {
    padding: 0 0.6rem;
  }
}

@media only screen and (max-width: 1199px) {
  .product__grid--inner .product__items--action__btn {
    padding: 0 0.5rem;
  }
}

.product__grid--inner .product__items--action__btn.add__to--cart {
  font-size: 1.3rem;
  padding: 0 0.6rem;
    color: var(--text-gray-color);
    border-color: var(--border-color);
    background: var(--white-color);
}
.swiper-slide .product__items--action__btn.add__to--cart {

    color: var(--text-gray-color);
    border-color: var(--border-color);
    background: var(--white-color);
}
.product__grid--inner .product__items--action__btn.add__to--cart:hover, .swiper-slide .product__items--action__btn.add__to--cart:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  border-color: var(--secondary-color);
}



button.variant__buy--now__btn {
    background: none;
    color: var(--grey-color);
    border:1px solid;
    border-color: var(--secondary-color);
    border-radius: 5px;
}


@media only screen and (min-width: 1600px) {
  .product__grid--inner .product__items--action__btn.add__to--cart {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1365px) {
  .product__grid--inner .product__items--action__btn.add__to--cart {
    padding: 0 0.4rem;
  }
}

@media only screen and (max-width: 1600px) {
  .product__grid--inner .product__items--action__btn.add__to--cart {
    padding: 0 0.6rem;
  }
}

.product__list--items__thumbnail {
  width: 132px;
}

@media only screen and (min-width: 480px) {
  .product__list--items__thumbnail {
    width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .product__list--items__thumbnail {
    width: 280px;
  }
}

.product__list--items__content {
  width: calc(100% - 132px);
  padding-left: 1.5rem;
}

@media only screen and (min-width: 480px) {
  .product__list--items__content {
    width: calc(100% - 200px);
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .product__list--items__content {
    width: calc(100% - 280px);
    padding-left: 3rem;
  }
}

.product__list--items__content--title {
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  .product__list--items__content--title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .product__list--items__content--title.mb-10 {
    margin-bottom: 3px;
  }
}

@media only screen and (min-width: 992px) {
  .product__list--items__content--desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .product__list--items__content--desc {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .product__list--items__content--desc.mb-20 {
    margin-bottom: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .product__list--items__content .current__price {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .product__list--items__content .old__price {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.pagination__area {
  padding: 1.5rem 2rem;
  margin-top: 3rem;
}

@media only screen and (min-width: 768px) {
  .pagination__area {
    margin-top: 5rem;
  }
}

.pagination__list {
  margin-right: 0.8rem;
}

.pagination__list:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .pagination__list {
    margin-right: 1.2rem;
  }
}

.pagination__item {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.3rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border-color2);
  background: var(--white-color);
}

.pagination__item--current {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
  display: inline-block;
}

.pagination__item:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
}

@media only screen and (min-width: 768px) {
  .pagination__item {
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
  }
}



.sidebar-toggle,.sidebar-close {
	display: none;
}

@media (max-width:991px) {
	.sidebar-offcanvas {
		position: fixed;
		top: 0px;
		width: 320px;
		height: 100%;
		padding: 40px 10px 30px;
		background-color: #fff;
		box-shadow: 0 0 0 0 rgba(0,0,0,0.15);
		z-index: 9910;
		overflow-y: auto;
		-ms-overflow-style: none;
	}

	.sidebar-offcanvas.position-right {
		right: -320px;
		transition: right 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s,box-shadow 0.3s 0.3s;
	}

	.sidebar-offcanvas.position-left {
		left: -320px;
		transition: left 0.4s cubic-bezier(0.785,0.135,0.15,0.86) 0.3s,box-shadow 0.3s 0.3s;
	}

	.sidebar-offcanvas.open {
		box-shadow: 0 0 50px 3px rgba(0,0,0,0.15);
	}

	.sidebar-offcanvas.open.position-right {
		right: 0;
	}

	.sidebar-offcanvas.open.position-left {
		left: 0;
	}

	.sidebar-close {
		display: block;
		position: absolute;
		top: 8px;
		right: 15px;
		color: #606060;
		font-size: 16px;
		cursor: pointer;
	}
.filter_open_mobile {
    font-size: 11px;
/*     position: absolute;
top: 17px;
left: 5px; */
}
	.sidebar-offcanvas::-webkit-scrollbar {
		display: none;
	}

	.sidebar-toggle {
        display: flex;
        position: fixed;
        top: 50%;
        width: 48px;
        justify-content: center;
        flex-wrap: wrap;
        /* height: 48px; */
        margin-top: -24px;
        background-color: #fff;
        color: #606060;
        /* font-size: 24px; */
        /* line-height: 48px; */
        /* text-align: center; */
        box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
        cursor: pointer;
        z-index: 990;
	}

	.sidebar-toggle.position-right {
		right: 0;
		transition: right .3s ease-in-out;
	}

	.sidebar-toggle.position-right.sidebar-open {
		right: -48px;
	}

	.sidebar-toggle.position-left {
		left: 0;
		transition: left .3s ease-in-out;
	}

	.sidebar-toggle.position-left.sidebar-open {
		left: -48px;
	}

.sidebar-open:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    display: block;
}
.filter__desc {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
}	
form#mse2_filters {
    overflow-y: scroll;
    height: 100%;
}
}

fieldset {
    margin-bottom: 20px;
}
.price__filter--form__inner {
    justify-content: space-between;
}
.catalog-filters__section-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
    width: 33.33%;
}
.catalog-filters__section-item__color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
    width: 49.99%;
}
sup {
    color: #555;
}
