/* CHILD CUSTOM */
/* Site Full Size */
html {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1920px;
  }
}

@media all and (min-width: 992px) {
  #js-product-list .cm_green.px-2,
  .products .cm_green.px-2,
  #products .swfilter_block,
  .padd-wide {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.header-top-left {
  padding-left: 1.5rem !important;
}
/* END Site Full Size */
div#_desktop_logo {
  padding-bottom: 10px;
}
.header-top-right a .dc_header-link {
  border-right: none;
}
#subcategories .subcat-scroll:before,
#subcategories .subcat-scroll:after {
  background-image: none;
}
/** Custom lgcookieslaw  */
.lgcookieslaw-modal-header
  .lgcookieslaw-modal-header-title
  .lgcookieslaw-modal-header-title-user-consent-elements
  .lgcookieslaw-user-consent-download {
  color: #fff !important;
}
/** Custom lgcookieslaw  */

/** Custom CMS */

@media (min-width: 1200px) {
  #cms #content .container {
    max-width: 90%;
  }
}

@media (max-width: 992px) {
  #cms #content .container {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#cms #content h2 {
  text-transform: none;
}
#cms #content p {
  line-height: 1.5;
  font-size: 0.9rem;
}

#cms #content .un_home-closeyou {
  padding: 0;
}

#cms #content .mb-150 {
  padding-bottom: 150px;
}

#cms #content .un_home-closeyou h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.before-title {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  width: 100%;
  justify-content: center;
}
.custom-cms-title {
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
  font-style: italic;
  display: block;
}
.overlay-box .overlay-box-offset {
  transform: translate(15%, 5%);
  width: 99%;
  height: 90%;
  z-index: -1;
  border-color: rgb(226, 174, 0);
}
.overlay-box .offset-border {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: auto;
  top: 36px;
  left: 80px;
  right: 0;
  bottom: 0;
  transform: translate(2%, 8%);
  border-width: 10px;
  border-style: solid;
}
.overlay-box img {
  padding: 5%;
}
.shadow-medium {
  box-shadow: 0 4px 10px 0 rgba(74, 74, 74, 0.3), 0 4px 10px rgba(0, 0, 0, 0.08);
}
.cms-back-y {
  background-color: rgb(226, 174, 0);
  color: #fff;
  padding: 7rem 10%;
}

.overflow-left-img {
  background-size: cover;
  width: 555px;
  height: 70%;
  min-height: 350px;
  z-index: 1;
  right: -82px;
  top: 50%;
  align-items: center;
  -webkit-box-align: center;
  position: absolute;
  transform: translateY(-50%);
}

@media (max-width: 1300px) {
  .overflow-left-img {
    right: -50px;
    width: 420px;
    height: 48%;
    min-height: 300px;
  }
  .cms-back-y {
    padding: 3rem 7%;
  }
}

@media (max-width: 1300px) {
  .overflow-left-img {
    right: -35px;
  }
}

@media (max-width: 968px) {
  .overlay-box .offset-border {
    display: none;
  }
}

@media (max-width: 890px) {
  .overflow-left-img {
    right: -23px;
    width: 400px;
    height: 40%;
  }
  .cms-back-y {
    padding: 3rem 5%;
  }
}

@media (max-width: 767px) {
  .overlay-box .offset-border {
    display: none;
  }
  .overflow-left-img {
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 350px;
    z-index: 1;
    right: 0;
    top: 0;
    align-items: center;
    -webkit-box-align: center;
    position: relative;
    transform: translateY(0);
  }
}

/** Custom CMS */

h1.login-title,
h2.login-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  font-size: 1.6rem !important;
}

button#submit-login {
  text-transform: uppercase;
  width: fit-content;
  font-size: 0.8rem;
  margin: 0 !important;
}

#product .gotolog.alert.alert-warning {
  font-size: 1rem;
  font-family: var(--font2);
}

.imggrid-container .imggrid-title {
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 2px;
}

#module-swstorespages-store .store-list {
  display: none !important;
}

#module-swstorespages-stores #map-canvas {
  height: 750px !important;
  max-height: 750px !important;
}

.returnto-stores {
  display: flex;
  justify-content: center;
}
.returnto-stores .btn {
  width: auto;
}

.cm_green .product-title a {
  font-weight: 600;
}

/*VRE - Store page - list*/
.stores-list {
  justify-self: center;
}

.stores-group .element-item {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.stores-group .element-item a {
  display: flex;
  height: 100%;
}

.stores-group .dep-name {
  font-family: var(--font2);
  font-weight: var(--font2-weight2);
  /*color: var(--second-color);*/
  font-size: 1.375rem;
  margin-bottom: 0;
  line-height: 1.2;
  display: flex;
}

.stores-group .dep-name .store-count{
  font-size: 0.8rem;
  margin-left: 10px;
  align-content: center
}

.stores-group .dep-name:after {
  background-color: var(--bodybg-d1);
  content: "";
  display: block;
  flex: auto;
  /*height: 0.0625rem;*/
  height: 0.2rem;
  margin-left: 0.75rem;
  align-self: center;
}
.stores-group .element-item .store-info {
  flex-grow: 1;
}

.store-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--bodybg-d1);
  border: 1px solid var(--primary-color);
  border-radius: var(--global-radius);
  padding: 10px;
}
.store-info hr{
  margin: 10px 0;
  height: 1px;
  background-color: var(--primary-color);
}
.store-info .store-name {
  font-size: 1.3rem;
}
.store-info .store-category {
  font-size: 0.8rem;
  padding-left: 5%;
  width: 100%;
}
.store-info .store-address {
  display: flex;
  font-size: 1rem;
  width: 100%;
}
.store-info .store-contact {
  font-size: 1rem;
}
.store-info .store-hours {
  display:none;
  font-size: 0.8rem;
  width: 100%;
  margin: auto 0 0 0;
}
.day-hour.current-day {
  font-weight: 600;
  color: var(--second-color);
}
/*END*/

#module-swblog-category .blabel-content{
  white-space: normal;
  margin: 1px 0;
}
