.sidebar-table input {
  border: 1px solid #e4e4e4;
  background: #fff;
  padding-left: 8px;
  width: 200px;
  height: 25px;
  line-height: 24px;
  margin-top: 5px;
}
.sidebar-btn {
  width: 125px !important;
  height: 28px !important;
  background: #0069ab !important;
  border: 0 !important;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top: 15px !important;
}
.sidebar-btn:hover {
  background: #00568d !important;
}
.sidebar-label {
  font-size: 14px;
  font-weight: 600;
  padding-top: 2px;
}
.sidebar-table {
  font-size: 12px;
  margin: 0 auto;
}
.sidebar-table td {
  padding-top: 0;
}
.sidebar-txt-s {
  font-size: 12px;
  color: #ff7900;
}
.sidebar-txt-m {
  font-size: 14px;
  color: #0069ab;
  font-weight: 900;
  margin-top: -5px;
}
.sidebar-txt-b {
  font-size: 40px;
  color: #0069ab;
  font-weight: 900;
  margin-top: -7px;
}
.sidebar-txt-sub {
  font-size: 22px;
  color: #0069ab;
  margin-top: -12px;
}
.opt-select {
  height: 29px !important;
  line-height: 27px !important;
  border-radius: 0 !important;
  padding: 0 5px;
  border: 1px solid #c3c3c3 !important;
}
.r9-dropdown-icon {
  width: 0;
  height: 0;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #7d7d7d transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
}
.opt-dropdown-icon {
  width: 27px;
  height: 27px;
  background: url("https://img66.anypromo.com/frontimg/2018/email-opt/opt-icon.png") no-repeat 0 -67px;
  top: 0;
  margin-top: 0;
  cursor: pointer;
  right: 0;
  border: 0;
}
.r9-dropdown-select {
  left: 0px;
  top: 0px;
  height: 100%;
  right: 0px;
  bottom: 0px;
  line-height: 100%;
  position: absolute;
  cursor: pointer;
  min-width: 100%;
  font-weight: 500;
  opacity: 0;
  -webkit-appearance: none;
}
a.r9-dropdown-wrapper {
  -moz-box-sizing: border-box;
  border: 1px solid #AAAAAA;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  display: inline-block;
  outline: medium none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 200px;
  line-height: 24px;
  height: 24px;
  background-color: #FFFFFF;
}
* + html a.r9-dropdown-wrapper {
  width: 165px;
}
.r9-dropdown-status {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 3px;
}
.r9-dropdown-wrapper:hover {
  text-decoration: none;
}
a.r9-dropdown-wrapper {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#E6E6E6', GradientType=0);
  background-image: -moz-linear-gradient(center top, #fdfdfd 0px, #e6e6e6 100%);
  background-image: -ms-linear-gradient(top, #fdfdfd 0, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, #fdfdfd 0, #e6e6e6 100%);
  background-image: -webkit-linear-gradient(top, #fdfdfd 0, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #fdfdfd 0, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
  background-image: linear-gradient(top, #fdfdfd 0, #e6e6e6 100%);
}
a.r9-dropdown-wrapper {
  -moz-box-sizing: border-box;
  border: 1px solid #AAAAAA;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  display: inline-block;
  outline: medium none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 200px;
  line-height: 24px;
  height: 24px;
  background-color: #FFFFFF;
}
* + html a.r9-dropdown-wrapper {
  width: 205px;
}
.category-tabs {
  max-width: 1200px;
  margin: 80px auto;
  width: 100%;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.category-tabs .tabs-content * {
  font-family: Poppins, Helvetica, Arial, sans-serif !important;
}
    .category-tabs .tabs-content b *,
    .category-tabs .tabs-content strong * {
        font-family: 'Poppins Bold', Poppins, Helvetica, Arial, sans-serif !important;
        font-weight: 500;
    }
.tabs-header {
  display: flex;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.tabs-item {
  flex: 1;
  border-bottom: 2px solid #e6e6e6;
  border-left: 2px solid #e6e6e6;
  text-align: center;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.tabs-item:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.tabs-item.active:hover {
  background-color: #fff;
  cursor: pointer;
}
.tabs-item:first-child {
  border-left: 0;
}
.tabs-item svg {
  width: 16px;
  height: 16px;
  margin-top: -2px;
  vertical-align: middle;
}
    .tabs-item.active {
        border-bottom: 4px solid #5d8ef9;
        font-family: 'Poppins Bold', Poppins, Helvetica, Arial, sans-serif;
        font-size: 18px;
        color: #37495e;
        font-weight: 500;
    }
.tabs-item.active svg {
  width: 18px;
  height: 18px;
}
.tabs-item.active g {
  fill: #37495e;
}
.tabs-content {
  padding: 40px;
  min-height: 365px;
}
@media (max-width: 1200px) {
  .category-tabs {
    width: calc(100% - 20px);
    font-size: 14px;
  }
  .tabs-item.active {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .category-tabs {
    display: flex;
  }
  .tabs-item.active {
    border: 0;
    border-bottom: 2px solid #e6e6e6;
  }
  .tabs-header {
    display: block;
    width: 130px;
    flex: 0 0 130px;
    border-right: 2px solid #e6e6e6;
    border-radius: 8px 0 0 0;
  }
  .tabs-item {
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    height: 90px;
    padding: 0 10px;
  }
  .tabs-item:last-child {
    border: 0;
  }
  .tabs-item svg {
    display: block;
    margin: 5px auto;
  }
  .tabs-content {
    padding: 20px;
    min-height: 300px;
  }
}
.faq-container {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.faq-top {
  width: 100%;
  height: 185px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #fec72e, #f07435);
}
.faq-top-title {
  font-size: 33px;
  font-weight: 600;
}
.faq-item {
  margin-bottom: 15px;
}
.faq-top-text {
  font-size: 26px;
}
.faq-item-list {
  list-style-type: none;
  margin: 40px auto;
  padding: 0;
  max-width: 1200px;
  color: #37495e;
  font-size: 18px;
}
.faq-item figure {
  margin: 0;
  width: 120px;
  flex: 0 0 120px;
  margin-right: 20px;
}
.faq-item-text {
  display: flex;
  align-items: center;
  padding: 20px 50px 20px 30px;
  word-break: break-word;
}
.faq-item-text p {
  margin: 0;
}
.faq-item-title {
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 18px 40px 18px 30px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    line-height: 1.2;
    font-family: 'Poppins Bold', Poppins, Helvetica, Arial, sans-serif;
    word-break: break-word;
    font-weight: 500;
}
.faq-item-title h2 {
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
}
    .faq-item-title:after {
        content: "-";
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        right: 20px;
        top: 20px;
        font-family: 'Galyon bold', Helvetica, Arial, sans-serif;
        cursor: pointer;
        color: #324561;
        border: 2px solid #324561;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        line-height: 10px;
        text-align: center;
    }
.faq-item.collapse .faq-item-title:after {
  content: "+";
  line-height: 12px;
}
.faq-item.collapse .faq-item-text {
  display: none;
}
@media (max-width: 1200px) {
  .faq-item-list {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .faq-item {
    margin-bottom: 30px;
  }
  .faq-item-list {
    margin: 30px auto;
  }
  .faq-top {
    height: auto;
    padding: 30px 15px;
  }
  .faq-top-title,
  .faq-top-text,
  .faq-item-text,
  .faq-item-title,
  .faq-item-title h2 {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .faq-item {
    display: block;
  }
  .faq-item figure {
    width: 100%;
    text-align: center !important;
    margin: 15px 0;
  }
}
.faq-banner {
  max-width: 1200px;
  margin: 90px auto;
  font-size: 21px;
  color: #324561;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.faq-banner-item {
  width: 386px;
  height: 294px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 50px;
}
    .faq-banner-item b,
    .faq-banner-item strong {
        font-family: 'Poppins Bold', Poppins, Helvetica, Arial, sans-serif;
        font-weight: 500;
    }
.faq-banner-item figure {
  margin: 0 0 10px 0;
}
.faq-banner-item .faq-banner-inner p {
  margin: 0;
  line-height: 1.2;
  max-height: 200px;
  overflow: hidden;
}
    .faq-banner-item .faq-banner-inner a {
        font-family: 'Poppins Bold', Poppins, Helvetica, Arial, sans-serif;
        color: #37495e;
        font-weight: 500;
    }
.faq-banner-item.text-left .faq-banner-inner {
  justify-content: flex-start;
}
.faq-banner-item.text-right .faq-banner-inner {
  justify-content: flex-end;
}
.faq-container .faq-banner-item {
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 0 10px;
}
.faq-container .faq-banner-inner {
  font-size: 24px;
}
.faq-container .faq-banner-inner b {
  font-size: 30px;
}
@media (max-width: 768px) {
  .faq-banner {
    padding: 10px;
  }
  .faq-banner-item {
    min-height: 150px;
  }
  .faq-banner-item .faq-banner-inner p {
    font-size: 15px;
    padding: 15px;
    line-height: 1.2;
  }
  .faq-banner-item .faq-banner-inner a {
    font-size: 12px;
    padding: 5px;
  }
  .faq-container .faq-banner-inner {
    font-size: 15px;
  }
  .faq-container .faq-banner-inner b {
    font-size: 20px;
  }
}
.category-top {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  color: #37495e;
}
    .category-top b {
        font-family: 'Poppins Bold', Poppins, Helvetica, Arial, sans-serif;
        font-weight: 500;
    }
.categoryMainTitle {
  font-size: 24px;
  text-align: center;
  margin: 40px 0 30px 0;
}
.subcat-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.subcat-blurb {
  font-size: 15px;
  max-width: 735px;
  border-right: 1px solid #e6e6e6;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
}
.use-us-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.2;
  gap: 20px;
  width: 445px;
  flex: 0 0 445px;
}
.use-us-list li {
  flex: 1;
}
.use-us-list li img {
  display: block;
  margin: 10px auto;
}
@media (max-width: 1200px) {
  .category-top {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .subcat-block {
    display: block;
  }
  .subcat-blurb {
    border: 0;
    padding: 0;
    margin: 0 0 15px 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .use-us-list {
    width: 100%;
    flex: 0 0 100%;
    gap: 10px;
  }
}
.video-box {
  max-width: 1023px;
  width: 100%;
  height: 436px;
  margin: 0 auto 90px auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.video-box iframe,
.video-box video {
  max-width: 1023px;
  width: 100%;
  max-height: 436px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .video-box {
    padding: 0 10px;
  }
  .video-box,
  .video-box iframe,
  .video-box video {
    width: 100%;
    height: 50vw;
  }
}
.shop-products {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  color: #37495e;
  font-size: 21px;
}
.shop-products .container-2 {
  background: transparent url('https://img66.anypromo.com/frontimg/2024/Homepage/Promotional-Products-bg.svg') no-repeat;
  background-position: bottom 15px right 10px;
  background-size: 896px 609px;
  max-width: 1220px;
}
.shop-products .container-2 .container-title {
  padding: 15px 10px;
  color: #37495e;
  margin: 0;
}
.shop-products h2 {
  font-size: 34px;
  line-height: 1.3;
  margin: 30px 0;
}
    .shop-products b {
        font-family: "Poppins Bold", Poppins, Helvetica, Arial, sans-serif;
        font-weight: 500;
    }
.shop-products-box {
  display: flex;
  margin: 30px 0 60px 0;
  padding: 0 10px;
}
.shop-products-lits {
  list-style-type: none;
  padding: 0;
  margin: 42px 0;
}
.shop-products-lits li {
  margin: 18px 0;
  display: flex;
}
.shop-products-lits li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin-right: 15px;
  background: url('https://img66.anypromo.com/frontimg/2024/Homepage/icon-pre.svg');
}
.testimonial-root {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 15px 15px 40px;
}
.testimonial-picture {
  display: flex;
  justify-content: space-between;
  line-height: 1.1;
}
.testimonial-picture img {
  width: 72px;
  height: 72px !important;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-name {
  font-size: 14px;
  color: #37495e;
}
.testimonial-date {
  font-size: 12px;
  color: #808080;
}
.testimonial-txt {
  font-size: 15px;
  color: #666;
  line-height: 1.25;
  padding: 10px 10px 5px 0;
  margin: 0;
  word-break: break-word;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 107px;
}
.jcarousel-testimonial li {
  border-radius: 12px;
  padding: 20px;
}
.review-star_rating {
  display: flex;
  gap: 10px;
}
#jcarousel-testimonial li {
  border-right: 10px solid transparent !important;
  border-left: 10px solid transparent;
  width: 386px;
}
.shop-products .jcarousel-control-prev,
.shop-products .jcarousel-control-next {
  background: #dbdbdb url(https://img66.anypromo.com/frontimg/2024/Homepage/jcarousel-arrow.svg) no-repeat;
}
.shop-products .jcarousel-control-prev {
  transform: rotate(180deg);
}
.shop-products .jcarousel-control-prev:hover,
.shop-products .jcarousel-control-next:hover {
  background-color: #bbb;
}
.shop-products .see-all {
  margin-top: 25px;
  text-align: center;
}
.shop-products .see-all a {
  font-size: 18px;
  color: #0071bc;
}
.container-top10 {
  padding: 0 0 40px 0 !important;
  margin: 10px auto;
  border-bottom: 1px solid #b7b7b7;
}
@media (max-width: 992px) {
  .shop-products,
  .shop-products .see-all a {
    font-size: 15px;
  }
  .shop-products h2 {
    font-size: 24px;
  }
  .shop-products-box img {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .shop-products-box {
    display: block;
    margin: 15px 0;
  }
  #jcarousel-testimonial li {
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent;
  }
  .testimonial-root {
    padding: 13px;
  }
  .testimonial-txt {
    font-size: 13px;
    -webkit-line-clamp: 6;
  }
  .shop-products .container-2 .container-title {
    padding-bottom: 0;
  }
}
.testimonial-picture a {
  flex: 0 0 72px;
}
.testimonial-popup {
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  padding: 0 40px 40px 40px;
}
.testimonial-popup .close_btn {
  background-image: url(https://static.anypromo.com/jscripts/fancybox/source/fancybox_sprite.png);
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.testimonial-popup img {
  max-width: 600px;
  max-height: 600px;
}
.testimonial-popup .product-info {
  font-size: 18px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #000;
  line-height: 1;
}
.testimonial-popup .product-info span {
  font-size: 13px;
  color: #666;
  padding-left: 10px;
}
@media (max-width: 800px) {
  .testimonial-popup {
    padding: 30px;
  }
  .testimonial-popup img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .testimonial-picture {
    margin-bottom: 10px;
  }
  .testimonial-picture a {
    flex: 0 0 40px;
  }
  .testimonial-picture img {
    width: 40px;
    height: 40px !important;
  }
  .testimonial-avatar {
    height: 40px;
    overflow: hidden;
  }
  .testimonial-name {
    font-size: 12px;
  }
  .testimonial-date {
    font-size: 10px;
  }
}
