/*.builderItem {
  position: relative; }
  .builderItem:hover .drag-drop-nav {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .builderItem:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #e8a900;
    z-index: 168;
    background: rgba(0, 0, 0, 0.3);
    display: none; }
  .builder-active .builderItem:hover:after {
    display: block; }
  .builderItem > section,
  .builderItem > div,
  .builderItem > aside {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .builderItem.hideItem:before {
    content: "\f070";
    font-family: "FontAwesome";
    font-size: 153px;
    line-height: 1;
    color: #7e7e7e;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 169; }
  .builderItem.hideItem:after {
    background: rgba(204, 204, 204, 0.65);
    display: block;
    border: none; }
  .builderItem.hideItem li {
    color: #ccc; }
    .builderItem.hideItem li a {
      color: inherit; }
  .builderItem.hideItem .icon.hide:before {
    content: "\f06e" !important; }
  .builderItem.hideItem .drag-drop-nav {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.drag-drop-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  z-index: 169;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 169;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  display: none;
  -webkit-transform: translate(-200px, -50%);
      -ms-transform: translate(-200px, -50%);
          transform: translate(-200px, -50%);
  -webkit-transition: -webkit-transform 0.3s linear;
          transition: transform 0.3s linear; }
  .builder-active .drag-drop-nav {
    display: block; }
  .drag-drop-nav li {
    padding-bottom: 6px; }
  .drag-drop-nav .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .drag-drop-nav .link:hover .icon {
      background: #e8a900;
      color: #fff; }
    .drag-drop-nav .link:hover .text,
    .drag-drop-nav .link:hover .off-text {
      display: block; }
    .hideItem .drag-drop-nav .link .on-text {
      display: block; }
    .hideItem .drag-drop-nav .link:hover .off-text {
      display: none; }
  .drag-drop-nav .icon {
    font-size: 20px;
    line-height: 1;
    display: block;
    width: 36px;
    height: 36px;
    background: #efece6;
    position: relative;
    color: #000; }
    .drag-drop-nav .icon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .drag-drop-nav .text,
  .drag-drop-nav .off-text,
  .drag-drop-nav .on-text {
    background: #efece6;
    white-space: nowrap;
    line-height: 36px;
    color: #000;
    font-size: 14px;
    padding: 0 13px;
    display: none; }

.icon.hide:before {
  content: "\f070"; }

.build-switcher {
  position: fixed;
  left: 20px;
  bottom: 20px;
  text-transform: uppercase;
  z-index: 1000; }
  .build-switcher .jcf-checkbox {
    display: block;
    margin: 0 auto 5px;
    border-color: #4d4d4d; }

.build-switcher.build-switcher {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  -webkit-transition: left 0.3s linear;
          transition: left 0.3s linear; }
  .builder-active .build-switcher.build-switcher {
    left: 100px; }
  .build-switcher.build-switcher .jcf-checkbox {
    position: static;
    width: 176px;
    height: 49px;
    border-radius: 23px;
    display: block;
    margin: 0 auto 5px;
    border: 2px solid  #e8a900;
    background: #e8a900;
    -webkit-transition: background 0.2s linear, border 0.2s linear;
            transition: background 0.2s linear, border 0.2s linear;
    bottom: 20px;
    text-transform: uppercase;
    z-index: 1000;
    margin: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
    .build-switcher.build-switcher .jcf-checkbox span {
      position: relative;
      display: block;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      left: 3px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transition: all 0.2s linear;
              transition: all 0.2s linear;
      text-align: center;
      line-height: 26px;
      background: #fff;
      z-index: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .build-switcher.build-switcher .jcf-checkbox span:before {
        color: rgba(255, 255, 255, 0.5);
        visibility: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        padding-left: 3px; }
  .build-switcher.build-switcher .jcf-checkbox.jcf-checked {
    border-color: #e8a900;
    background: #fff; }
    .build-switcher.build-switcher .jcf-checkbox.jcf-checked span {
      left: calc(173px - 45px);
      background: #e8a900; }
      .build-switcher.build-switcher .jcf-checkbox.jcf-checked span:before {
        visibility: visible; }
  .build-switcher.build-switcher .jcf-checked + .text {
    color: #e8a900; }
    .build-switcher.build-switcher .jcf-checked + .text .on {
      display: block; }
  .build-switcher.build-switcher .jcf-unchecked + .text .off {
    display: block; }
  .build-switcher.build-switcher .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    pointer-events: none;
    text-align: center;
    z-index: 1000; }
    .build-switcher.build-switcher .text .on,
    .build-switcher.build-switcher .text .off {
      display: none; }
    .build-switcher.build-switcher .text .on {
      padding-right: 32px; }
    .build-switcher.build-switcher .text .off {
      padding-left: 35px; }
*/
.module-settab .tab-content,
.module-settab .white-block{
    padding:10px;

}

.module-settab .white-block{
    margin-bottom:0;
}

.information-blocks .holder{
    width: 100%;
}

.pagination ul{
    margin:0;
    padding:0;
    list-style:none;
    margin-bottom: 15px;
}
.pagination ul li:before,
.pagination ul li{
    display:none;
}
.pagination ul li.next,
.pagination ul li.prev{
    display:inline-block;
    padding:0 5px 0 0;
}
.StripeElement{
    margin: 0 0 20px;
    background: #f5f5f5;
    padding: 20px;
}
.quantity-block input[type="number"] {
    color: #313131;
    width: 73px;
    height: 35px;
    background: none;
    font-size: 16px;
    line-height: 19px;
    padding: 7px 20px;
    margin: 0 0 0 15px;
    border: 1px solid #313131;
}
.system_button{
    display: inline-block;
    vertical-align: top;
    background: none;
    border: 1px solid #313131;
    text-transform: uppercase;
    color: #313131;
    font-size: 18px;
    line-height: 1.1;
    padding: 17px 15px;
    cursor: pointer;
    min-width: 174px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background .25s, border .25s;
    transition: background .25s, border .25s;
    min-width: 174px;
}
.system_button:hover{
    background: #fff;
    border-color: #fff;
    color: #313131;
}
.ecommerceAddToCartItem{
    min-width: 269px;
    font-size: 18px;
}
.system_form .cms_fake_select:after, .cms_ecommerce .cms_fake_select:after{
    display: none;
}
.faq-webapp .pagination ul{
    margin:0;
    padding:0;
    list-style:none;
}
.faq-webapp .pagination ul li{
    display:inline-block;
    padding: 0 5px 0 0;
}

.awards-entry-form .newCheckbox .jcf-checkbox span:before{
    display: none;
}

.awards-entry-form .newCheckbox .jcf-checkbox span{
    width: 14px;
    height: 14px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-right: 50%;
    background: #313131;
}

.awards-entry-form .newCheckbox .jcf-checkbox{
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-right: 50%;
    min-width: 0;
    margin: 0 11px 5px 15px;
}

.awards-entry-form .newCheckbox label{
    padding: 0;
    line-height: 30px;
}

.nowrape{
    white-space: nowrap;
}

.logoSlider {
    padding-bottom: 50px;
}

.logoSlider a.slick-slide {
    display: flex;
    justify-content: center;
    padding:0 10px;
}

.logoSlider .slick-track {
    display: flex;
    align-items: center;
}

.logoSlider a {
    max-width: 100%;
    max-height: 100%;
}

.logoSlider a img {
    max-height: 140px;
    margin-bottom: 0;
}
   
.logoSlider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
}

.logoSlider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #bdbdbd;
    background: transparent;
    padding: 3px;
    border-style: solid;
    font-size: 1px;
    border: 1px solid #222;
    margin: 0 10px;
}

.logoSlider .slick-dots li.slick-active button {
    border: 1px solid #222;
    background: #f78c15;
    color: #f78c15; 
}

.logoSlider .slick-dots li button:hover {
    background: #f78c15;
}

.footer-holder .row-holder {
    justify-content: space-between;
}