.active.viewStore {
  display: block;
  padding: 10px; }

.btnStoreNew {
  width: 100%;
  border: 1px solid black;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  background-size: 25px;
  background-position: 45px 11px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .btnStoreNew .icon img {
    object-fit: contain;
    margin-right: 5px; }

.viewStore img, .onlyStore img {
  width: 20px;
  display: inline-block;
  margin-top: -4px;
  margin-right: 5px; }

.content-store ul li {
  color: #000;
  padding: 0px 10px;
  font-size: 13px;
  display: flex; }

.collection_scrolltabs {
  display: none !important; }

.your-galery:not(.slick-initialized) > div:nth-child(n+2) {
  display: none !important; }

.gridtemplatmdia {
  display: grid;
  grid-template-columns: 70px calc(100% - 70px); }
  @media (max-width: 991px) {
    .gridtemplatmdia {
      grid-template-columns: repeat(1, 1fr); } }
  @media (min-width: 992px) {
    .gridtemplatmdia .gridtemplatmdia1 {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 991px) {
    .gridtemplatmdia .gridtemplatmdia1 {
      order: 2; } }
  @media (min-width: 992px) {
    .gridtemplatmdia .smallimage {
      height: 350px; } }
  .gridtemplatmdia > div {
    min-width: 0; }

.smallimage {
  position: relative;
  padding: 10px;
  /* the slides */ }
  @media (min-width: 992px) {
    .smallimage {
      /* the parent */ }
      .smallimage .slick-slide {
        margin: 7px 0px; }
      .smallimage .slick-list {
        margin: -7px 0px; } }
  @media (max-width: 991px) {
    .smallimage {
      /* the slides */
      /* the parent */ }
      .smallimage .slick-slide {
        margin: 0 7px; }
      .smallimage .slick-list {
        margin: 0 -7px; } }
  .smallimage path {
    stroke: #000; }
  .smallimage .prev {
    position: absolute;
    width: 40px;
    z-index: 999;
    width: 100%;
    background: transparent;
    border: none; }
    @media (min-width: 992px) {
      .smallimage .prev {
        top: -31px; } }
    .smallimage .prev svg {
      transform: rotate(-90deg); }
      @media (max-width: 992px) {
        .smallimage .prev svg {
          transform: rotate(-180deg); } }
    @media (max-width: 992px) {
      .smallimage .prev {
        width: 40px !important;
        transform: translateY(-50%);
        top: 50%; } }
  .smallimage .next {
    position: absolute;
    width: 40px;
    z-index: 999;
    width: 100%;
    background: transparent;
    border: none; }
    @media (min-width: 992px) {
      .smallimage .next {
        bottom: -31px; } }
    .smallimage .next svg {
      transform: rotate(90deg); }
    @media (max-width: 992px) {
      .smallimage .next {
        right: 0px; }
        .smallimage .next svg {
          transform: rotate(0deg); } }
    @media (max-width: 992px) {
      .smallimage .next {
        width: 40px !important;
        transform: translateY(-50%);
        top: 50%; } }

.bigimage {
  position: relative; }
  .bigimage .prev {
    position: absolute;
    left: 15px;
    z-index: 999;
    width: 100%;
    background: transparent;
    border: none;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    display: inline-block;
    width: 40px; }
    .bigimage .prev path {
      stroke: #000; }
  .bigimage .next {
    position: absolute;
    right: 15px;
    z-index: 999;
    width: 100%;
    background: transparent;
    border: none;
    top: 50%;
    display: inline-block;
    width: 40px; }
    .bigimage .next path {
      stroke: #000; }

.fleximagedor {
  display: none; }

@media (max-width: 767px) {
  .product-gallery .slide_product .slick-carousel {
    display: none !important; }
  .product-gallery .slide_product {
    width: 100% !important;
    margin-top: 10px; }
  .fleximagedor {
    display: flex;
    overflow: auto;
    gap: 10px; }
    .fleximagedor.active {
      justify-content: flex-end; }
    .fleximagedor > div {
      flex: 0 0 calc(100% / 8);
      border: 1px solid #f5f5f5; }
      .fleximagedor > div.active {
        border: 1px solid red; } }

.collectionflex {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 6px; }
  .collectionflex > div {
    width: calc(100%/2);
    padding: 7px;
    border-right: 1px solid #ccc;
    text-align: center; }
    .collectionflex > div .tab-item.filter-click i {
      margin-right: 6px; }
    .collectionflex > div:last-child {
      border-right: 0px solid #ccc; }

body:not(:has(.hSticky)) .headercoll {
  display: block; }

@media (max-width: 992px) {
  #sort-by {
    display: none !important; } }

.activesort {
  overflow: hidden; }
  .activesort .backgroundconten #sort-by ul {
    position: fixed !important;
    display: block !important;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    width: 250px;
    bottom: 0;
    background: #fff; }
  .activesort #sort-by {
    display: block !important; }
  .activesort .overforsort {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
  .viewStore img, .onlyStore img {
    width: 20px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px; } }

.headercoll {
  position: sticky;
  top: var(--topon);
  z-index: 90;
  background: #fff;
  width: 100%;
  border-radius: 6px; }

.sorttab ul {
  position: absolute;
  background: #fff;
  top: 100%;
  width: 200px;
  right: 0;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  display: none; }
  .sorttab ul li {
    padding: 5px 0; }

.sorttab.active ul {
  display: block; }
  .sorttab.active ul li.active a {
    color: red; }

.btnStoreNew b {
  color: red; }

@media (min-width: 992px) {
  .headercoll {
    display: none !important; } }

body:has(.site-overlay.active) .headercoll {
  visibility: hidden; }

.collectionflex > div:nth-child(2) {
  display: none !important; }

@media (max-width: 992px) {
  body:has(.scroll-fixed) .headercoll {
    visibility: hidden; }
  body:has(.scroll-fixed.hSticky-up) .headercoll {
    visibility: visible; } }

@media (max-width: 992px) {
  #collection .headercoll {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px; }
  .collectionflex > div > a {
    width: 100%;
    display: block; } }
