/*
 *	@Release    1.0.1
 *	@subject		Refactor, compatibility and maintains externals modules for SWMasterTheme
 *	@copyright  	Copyright (c) 2023-2024 Sora Websoft SARL (https://www.sora-websoft.com/)
 *	@author     	Jimmy Buathier (@jimmybuathier)
 *	@license    	Commercial license or Free license according to the original developer
 *	Support by mail: support@sora-websoft.com
 */
/***********************************************************
                                        Stores Page Styles
************************************************************/
#module-swstorespages-store .block-category .h1 {
  background-color: var(--primary-color);
  background: linear-gradient(45deg, var(--primary-color), var(--gradient-second) 80%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font2);
  font-weight: var(--font2-weight2);
  font-size: 2.125rem;
}
@media (max-width: 1200px) {
  #module-swstorespages-store .block-category .h1 {
    font-size: calc(1.3375rem + 1.05vw);
  }
}
#module-swstorespages-store .store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#module-swstorespages-store .store-list .btn {
  border-radius: var(--global-radius-small);
  width: auto;
  white-space: nowrap;
  margin: 3px;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}
#module-swstorespages-store .store-list .btn.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}
@media (max-width: 767.98px) {
  #module-swstorespages-store .store-list .btn {
    padding: 0.36rem 0.52rem;
  }
}
#module-swstorespages-store .infos_store .btn {
  margin-top: 10px !important;
  border-radius: var(--global-radius-small);
}