.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515;
}

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #FFFFFF;
  background-color: #151515;
}

.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #EFEFEF;
  background-color: #202020;
}

.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515;
}

.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #dddddd;
}
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #DDDDDD;
}
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #EEEEEE;
}
.flipdown.flipdown__theme-light .rotor:after {
      border-top: 0;
}

.flipdown {
  overflow: visible;
  width: 510px;
  height: 110px;
  margin: 8px auto 0;
}

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 4rem;
  text-align: center;
  perspective: 200px;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  transform-style: preserve-3d;
  transition: transform 0s;
}

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
}

@media (max-width: 550px) {

  .flipdown {
        width: 312px;
        height: 70px;
  }

  .flipdown .rotor {
      font-size: 2.2rem;
      margin-right: 3px;
  }

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor:after {
      width: 30px;
  }

  .flipdown .rotor-top,
  .flipdown .rotor-bottom {
      width: 29px;
  }

  .flipdown .rotor-group {
      padding-right: 20px;
  }

  .flipdown .rotor-group:last-child {
      padding-right: 0px;
  }

  .flipdown .rotor-group-heading:before {
      font-size: 0.8rem;
      height: 20px;
      line-height: 13px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
      left: 69px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
      bottom: 13px;
      height: 8px;
      width: 8px;
  }

  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
      bottom: 29px;
      height: 8px;
      width: 8px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-top {
      line-height: 50px;
  }

  .flipdown .rotor-leaf,
  .flipdown .rotor {
      height: 50px;
  }

  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
      height: 25px;
  }
}

.advanced-cms-wrapper .swiper_images_slider img {
    width: 100%;
}
.bx-wrapper .bx-controls-direction a:before {
    font-family: "fontello" !important;
}
.adcms-image-slider li {
    border: 0 !important;
    margin-right: 0 !important;
}
.adcms-image-slider .bx-wrapper .bx-controls-direction a {
    top: 90% !important;
}

.bx-wrapper .bx-controls-direction a:before {
    color: #777 !important;
}

.bx-wrapper .bx-controls-direction a:hover:before {
    color: #fff !important;
}
.adcms-image-slider ul.bxslider.clearfix {
    height: 100%;
}
.adcms-image-slider li.product-box.item {
    width: 100%;
}
.adcms-image-slider > ul.bxslider {
    display: block;
}
.adcms-image-slider > ul.bxslider li:not(:first-child) {
    display: none;
}
.adcms-image-slider li.product-box.item {
    padding: 0 !important;
}
.adcms-image-slider li.product-box.item a {
    margin-bottom: 0px;
}
.adcms-image-slider .bx-viewport,
.adcms-image-slider li.product-box.item img,
.adcms-image-slider li a {
    border-radius: 8px;
    border: 0 !important;
    padding: 0 !important;
}


.grc_blackfriday {
  display: block;
  background: transparent;
  margin-bottom: 25px;
  height: auto;
}

.grc_blackfriday p {
  margin-bottom: 0;
}

.grc_blackfriday:before {
  display: none;
}

#grc_blackfriday_timer {
  user-select: inherit;
  float: unset;
  font-size: 23px;
  color: #eb1165;
  margin-top: 8px;
  font-weight: normal;
}
html {
    scroll-behavior: smooth;
}

.product-box.product-container .no-bt-margin {
    display: none;
}

.grc-category-name-thumb-item.only-title {
    padding: 0 5px;
}

.grc-category-name-thumb-item.only-title em {
    padding: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}

.grc-category-name-thumb-item {
    margin-bottom: 15px;
    float: right !important;
}

.grc-category-name-thumb-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.grc-category-name-thumb-item em {
    margin-bottom: 0;
    padding: 9px 0;
    line-height: 26px;
    transition: all 0.4s;
    display: block;
    text-align: center;
    background-color: #f3f3f3;
    color: #5d5d5d;
    font-size: 19px;
    font-weight: 300;
    font-style: normal;
}

.grc-category-name-thumb-item:hover em {
    background-color: #eb1165;
    color: #fff;
}

.adcms-manufacturer-slider.adcms-slider-wrapper li:after {
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    height: 20px;
    background-color: #d0d0d0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.adcms-manufacturer-slider.adcms-slider-wrapper li:first-child::after {
    display: none;
}

.landing-box_desc h1 {
    margin-bottom: 25px;
}

.landing-box_desc p {
    line-height: 2 !important;
}

.adcms-manufacturer-slider.adcms-slider-wrapper .bx-wrapper .bx-controls-direction a:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 12px;
    color: #fff !important;
}

.adcms-manufacturer-slider.adcms-slider-wrapper .bx-wrapper .bx-controls-direction a:hover {
    background-color: #0c0c0c;
}

.adcms-manufacturer-slider.adcms-slider-wrapper .bx-wrapper .bx-controls-direction a {
    background-color: #888888;
    width: 28px;
    height: 28px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    top: 16%;
}

.adcms-manufacturer-slider {
    overflow: visible !important;
}

.adcms-manufacturer-slider .bx-wrapper {
    border-radius: 8px;
    padding-top: 20px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgb(50 50 93 / 12%), 0 -1px 4px rgb(0 0 0 / 6%);
}

.adcms-manufacturer-slider.adcms-slider-wrapper li {
    padding: 0 14px;
}

.adcms-manufacturer-slider .product-image,
.adcms-manufacturer-slider.adcms-slider-wrapper li a img {
    border: 0;
}

.adcms-product-slider {
    overflow: visible !important;
}

.adcms-product-slider .bx-controls {
    position: absolute;
    top: -59px;
    left: 0;
}

.adcms-product-slider .bx-controls .bx-controls-direction {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    height: 30px;
}

.adcms-product-slider.adcms-slider-wrapper li {
    border: 1px solid #e9e9e9;
    margin-right: -1px !important;
}

.adcms-product-slider.adcms-slider-wrapper li:last-child {
    border: 1px solid #e9e9e9;
}

.adcms-product-slider.adcms-slider-wrapper .product-image,
.adcms-product-slider.adcms-slider-wrapper li a img {
    border: 0 !important;
}

.adcms-product-slider.adcms-slider-wrapper li .lnk_img {
    -webkit-filter: brightness(0.99);
    filter: brightness(0.99);
    padding: 0;
}

.adcms-product-slider .product-name {
    padding: 0 6px;
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    color: #000;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3px;
}

.adcms-product-slider .content_price {
    padding: 0 6px;
    text-align: left;
}

.adcms-product-slider .content_price p {
    text-align: left;
}

.adcms-product-slider .content_price .price {
    font-size: 16px;
    font-weight: 700;
}

.adcms-product-slider .content_price .old-price {
    font-size: 13px;
}

.adcms-product-slider .content_price .price-percent-reduction {
    float: right;
    display: block !important;
    font-weight: 700;
    font-size: 13px;
    height: 21px;
    width: 37px;
    line-height: 23px;
    background-color: #ef394e;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

.adcms-product-slider.adcms-slider-wrapper .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    line-height: 38px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    left: 0;
    display: inline-block !important;
}

.adcms-product-slider.adcms-slider-wrapper .bx-wrapper .bx-controls-direction a.disabled:before {
    color: #b9b9b9 !important;
}

.adcms-product-slider.adcms-slider-wrapper .bx-wrapper .bx-controls-direction a.disabled:hover {
    background-color: #fff;
    cursor: default;
}

.adcms-product-slider.adcms-slider-wrapper .bx-wrapper .bx-controls-direction a:hover {
    background-color: #f2f2f2;
}

.adcms-product-slider.adcms-slider-wrapper .bx-wrapper .bx-controls-direction a:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 12px;
    color: #444 !important;
}

h2.page-subheading {
    padding-right: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #939393;
    margin-bottom: 20px;
}

#columns.container {
    max-width: 100%;
}

div#center_column {
    padding-top: 0 !important;
}

.columns-container {
    margin-top: 0;
}

#header_primary {
    margin-top: 0;
}

.container.max-width-1170 {
    max-width: 1170px;
}

.center_column p,
.center_column ul {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

img.no_effect {
    border-radius: unset;
    box-shadow: unset;
    margin-bottom: 0 !important;
    user-select: none;
}

#body_wrapper {
    padding-bottom: 0 !important;
}

header .banner,
#breadcrumb_wrapper,
#left_column,
#rightbar,
#footer-secondary {
    display: none;
}

.rte h1 {
    font-weight: 800 !important;
}

.rte h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #494949;
}

.rte .grc-lined-title {
    font-weight: 100;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
}

.grc-lined-title:after,
.grc-lined-title:before {
    content: "";
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    border-bottom: 1px solid;
    margin: 0 0.5em 0 -55%;
    color: #c7c7c7;
}

.grc-lined-title.grc-lined-title--fff:after,
.grc-lined-title.grc-lined-title--fff:before {
    color: #ffffff;
}

.grc-lined-title:before {
    margin: 0 -55% 0 0.5em;
}

.landing-title {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.adcms-slider-wrapper .grc_category-badge {
    display: none;
}

.simple-black {
    background-color: #000;
    display: inline-block;
    padding: 8px 20px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 15px;
}

.logo-title-box {
    background-color: #ffffff;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 6px rgb(0 0 0 / 9%);
}

.user-reviews {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.user-review {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: fit-content;
    flex: 32%;
}

.user-review .review-top {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.user-review .review-stars {
    color: gold;
    font-size: 14px;
    margin-bottom: 4px;
}

.user-review .review-author {
    font-size: 13px;
    margin-bottom: 3px;
    display: inline-block;
}

.user-review .review-product {
    margin-bottom: 0;
    font-size: 12px;
    color: #c3c3c3;
    line-height: 1;
}

p.about-brand {
    font-size: 17px;
    line-height: 2;
}

.gray-box {
    display: flex;
    justify-content: center;
    border: 1px solid #e0e0e2;
    padding: 18px;
    border-radius: 16px;
}

.gray-box p {
    margin-bottom: 6px !important;
    line-height: 2 !important;
}

em.gift-icon {
    font-size: 18px;
    background-color: #eb1165;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

@media screen and (min-width: 480px) {
    p.font-size-pc {
        font-size: 13px !important;
        margin-top: 6px;
        margin-bottom: 8px !important;
    }

    span.font-size-pc {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 767px) {
    .rte h1.weight-900 {
        font-size: 19px;
    }

    .rte .grc-lined-title {
        font-size: 22px;
        margin-bottom: 22px
    }

    #st_banner_1694 {
        margin-bottom: 0 !important;
    }

    .adcms-product-slider .bx-viewport {
        overflow: visible !important;
    }

    .adcms-product-slider ul.bxslider {
        list-style-type: none;
        margin: 0;
        margin-left: -10px;
    }

    .container {
        max-width: 100% !important;
    }

    .adcms-slider-wrapper li {
        border: 1px solid #e9e9e9 !important;
        margin-right: 6px !important;
    }

    .mobile-tmar-30 {
        margin-top: 30px !important;
    }

    .landing-title {
        flex-direction: column;
    }

    .landing-title .landing-text {
        justify-content: space-between;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .hide-mobile {
        display: none !important;
    }

    .timer .grc_blackfriday {
        margin: 8px auto !important;
    }

    .mobile-upsidedown {
        flex-direction: column;
        gap: 0 !important;
    }

    .logo-title-box img {
        width: 120px;
    }

    .logo-title-box h1 {
        font-size: 15px;
    }

    .grc-category-name-thumb-item.only-title em {
        height: 69px;
    }

    .grc-category-name-thumb-item em {
        font-size: 13px;
    }

    p.about-brand {
        font-size: 15px;
    }

    .user-review {
        min-width: 85%;
    }

    .gray-box {
        padding: 8px;
    }

    .gray-box p:nth-child(2) {
        font-size: 14px;
        text-align: center;
    }

    .two-column-cards p.title {
        font-size: 13px !important;
        text-align: center;
    }
  
    .two-column-cards p.title img {
        display: block !important;
        margin: 0 auto 10px;
    }

}

@media only screen and (min-width: 768px) {
    .adcms-slider-wrapper li {
        padding: 10px !important;
    }

    .hide-pc {
        display: none !important;
    }

    .pc-font-20 {
        font-size: 20px !important;
    }
    
    .desktop-50 {
        width: 50% !important;
    }

    .gifts-row {
        margin-top: 20px !important;
    }
}