.pane-main{
    background: #fff;
}
.wrapper .pane-left-menu+.pane-main{
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.block-thumbnail-t .block-thumbnail-t--goods{
    width: 185px !important;
}
.block-thumbnail-t .block-thumbnail-t--items{
    gap: 20px !important;
}
.block-thumbnail-t{
    margin-top: 20px;
}
.p-sale2024ss{
    width: 100%;
}
@media screen and (max-width: 768px) {
    .block-thumbnail-t .block-thumbnail-t--items{
        gap: 3.5% !important;
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
}


.count-down {
  max-width: 704px;
  width: 96%;
  text-align: center;
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .count-down {
    max-width: 100%;
    width: 100%;
  }
}
.count-down-heading {
    color: #272727;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
@media screen and (max-width: 768px) {
  .count-down-heading {
    font-size: 16px;
  }
}
.count-down-timer {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
  .count-down-timer {
  }
}
.count-down-timer .timer-box {
    display: flex;
    gap: 5px;
}
@media screen and (max-width: 768px) {
  .count-down-timer .timer-box {
  }
}
.count-down-timer .timer-box-colon {
    color: #585657;
    font-size: 40px;
    line-height: normal;
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .count-down-timer .timer-box-colon {
    color: #585657;
    font-size: 32px;
    line-height: normal;
    margin-right: 5px;
  }
}
.count-down-timer .timer-box .cd-box {
    background: #ff0d0d;
    color: #fff;
    font-size: 48px;
    font-weight: 200;
    border-radius: 6px;
    font-family: "Oswald", sans-serif;
    width: 50px;
    height: 67px;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
   .count-down-timer .timer-box .cd-box {
        font-size: 36px;
        width: 46px;
        height: 50px;
    } 
}

.count-down-timer .timer-box .cd-box-bottom {
    text-transform: uppercase;
    color: #585657;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.count-down-timer .timer-box:first-child {
    margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .count-down-timer .timer-box:first-child {
    margin-right: 20px;
  }
}
.p-sale2024ss-category__link{
  color: #000 !important;
  font-weight: 500;
}
.p-sale2024ss-category__link::after{
  border-top: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
}

.p-sale2024ss-discount__container{
  margin-top: 48px;
}

.block-page-top{
  right: 20px !important;
  bottom: 40px !important;  
}

.p-sale2024ss__link:after{
    border-top: 2px solid #333 !important;
    border-right: 2px solid #333 !important;
}