@import url('https://fonts.googleapis.com/css2?family=Pattaya&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?50g5oh');
  src:  url('../fonts/icomoon.eot?50g5oh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?50g5oh') format('truetype'),
    url('../fonts/icomoon.woff?50g5oh') format('woff'),
    url('../fonts/icomoon.svg?50g5oh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-long-arrow-left:before {
  content: "\e902";
  color: #fff;
}
.icon-long-arrow-right:before {
  content: "\e903";
  color: #fff;
}
.zig-hdlb {
    color: #000;
    font-family: 'Open Sans';
    font-size: 18px;
    background: linear-gradient(180deg, #C9E6F8 66.15%, rgba(255, 255, 255, 0) 100%);
    padding: 56px 15px;
    margin-top: 100px;
}
@media (max-width: 768px) {
    .zig-hdlb {
        margin-top: 75px;
    }
    .zig-hdlb .container {
        width: auto;
    }
}
.hdlb-header {
    text-align: center;
}
.hdlb-header .hdlb-title {
    font-family: 'Pattaya';
    font-size: 46px;
    line-height: 1;
    color: #2E74CB;
    margin-bottom: 30px;
    line-height: 1.35em;
}
.hdlb-title img {
    position: relative;
    top: -10px;
}
.hdlb-header .subtitle {
    font-size: 16px;
    font-style: italic;
}
.hdlb-steps {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.hdlb-steps-wrap {
    position: relative;
    display: inline-block;
}
.hdlb-steps-wrap:before {
    content: "";
    background: #2E74CB;
    height: 1px;
    position: absolute;
    left: 18px;
    right: 18px;
    top: 50%;
}
.hdlb-steps ul {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.hdlb-steps li {
    float: left;
    margin-right: 36px;
}
.hdlb-steps li:last-child {
    margin-right: 0;
}
.hdlb-steps a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    color: #2E74CB;
    border: #2E74CB solid 1px;
    border-radius: 100%;
}
.hdlb-steps .current a,
.hdlb-steps a:hover {
    background: #2E74CB;
    color: #fff;
}
.hdlb-choices {
    font-size: 0;
    max-width: 814px;
    margin: 0 auto;
}
.hdlb-choice {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 20px 15px;
}
.hdlb-choice input[type="radio"] {
    appearance: none;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.hdlb-label {
    background: #FFFFFF;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px 0px;
    font-style: italic;
    line-height: 24px;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 28px 20px;
    width: 377px;
    cursor: pointer;
}
input[type="radio"]:checked + .hdlb-label {
    background: #2E74CB;
    color: #fff;
}
.hdlb-buttons {
    text-align: center;
    font-size: 0;
    margin-top: 50px;
}
.hdlb-btn {
    display: inline-block;
    background: #C1C1C1;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: center;
    min-width: 170px;
    padding: 20px 20px;
    font-size: 16px;
    border-radius: 30px;
    vertical-align: middle;
}
.hdlb-btn:first-child {
    margin-right: 8px;
}
.hdlb-btn + .hdlb-btn {
    margin-left: 8px;
}
.hdlb-btn:hover {
    box-shadow: none;
}
.hdlb-btn i {
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.hdlb-btn.hdlb-secondary:hover {
    background: #444;
    color: #fff;
}
.hdlb-btn.hdlb-primary {
    background: #2E74CB;
    color: #fff;
}
.hdlb-btn.hdlb-primary:hover {
    background: #255ca0;
}
.hdlb-secondary i {
  margin-left: 0;
  margin-right: 10px;
}
.hdlb-primary i {
  margin-left: 10px;
}
@media (max-width: 1023px) {
    .hdlb-choices {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .zig-hdlb {
        padding: 40px 15px;
    }
    .hdlb-header .hdlb-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .hdlb-choice {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 16px;
        min-width: 0;
        display: block;
    }
    .hdlb-label {
        width: auto;
        display: block;
        padding: 23px 10px;
    }
    .hdlb-btn {
        min-width: 150px;
    }
}
@media (max-width: 339px) {
    .hdlb-btn {
        padding: 16px 10px;
        font-size: 14px;
        min-width: 130px;
    }
    .hdlb-btn i {
        font-size: 12px;
    }
}
.hdlb-products {
    display: flex;
    flex-wrap: wrap;
    max-width: 990px;
    margin: 0 auto;
    margin-top: 40px;
}
.hdlb-product {
    flex: 0 0 33.33%;
    max-width: 330px;
    text-align: center;
    margin-bottom: 30px;
}
.hdlb-product .item-wrap {
    margin: 0 15px;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    height: 100%;
}
.hdlb-product .btn-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hdlb-slider-wrap {
    overflow: hidden;
}
.hdlb-slider-wrap > .hdlb-slider {
    white-space: nowrap;
}
.hdlb-slider-wrap > .hdlb-slider > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    white-space: normal;
}
.hdlb-product .item-cont {
    padding: 30px 20px;
    position: relative;
}
.hdlb-product .item-title {
    background: #2E74CB;
    color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 14px 0; 
}
.hdlb-product .step-order,
.hdlb-product .step-title {
    display: block;
}
.hdlb-product .step-order {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.hdlb-product .step-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
.hdlb-product .item-name {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 5px;
}
.hdlb-product .item-brand {
    line-height: 1.3;
    font-size: 14px;
    color: #333;
}
.hdlb-product .item-size {
    font-size: 15px;
    line-height: 19px;
    color: #333;
}
.hdlb-product .item-images {
    margin-bottom: 10px;
    text-align: center;
}
.hdlb-product .item-images .bx-wrapper .bx-controls-direction {
    opacity: 0;
    transition: all .3s ease-out;
}
.hdlb-product:hover .item-images .bx-wrapper .bx-controls-direction {
    opacity: 1;
}
.hdlb-product .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    z-index: 100;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    margin-top: -30px;
    font-size: 32px;
    color: #2E74CB;
    border: #2E74CB solid 2px;
    border-radius: 100%;
}
.hdlb-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}
.hdlb-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}
.hdlb-product .item-badge {
    position: absolute;
    top: 20px;
    left: 30px;
}
.hdlb-product .item-badge img {
    max-height: 40px;
}
@media (max-width: 1199px) {
    .hdlb-product {
        flex: 0 0 50%;
        width: 50%;
        min-width: 0;
        max-width: none;
    }
    .hdlb-product .item-images .bx-wrapper .bx-controls-direction {
        opacity: 1;
    }
    .hdlb-product .bx-wrapper .bx-controls-direction a {
        width: 32px;
        height: 32px;
        line-height: 28px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hdlb-product .item-title {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .hdlb-product .item-badge {
        top: 10px;
        left: 10px;
    }
    .hdlb-products {
        margin: 20px -5px;
        min-width: 0;
    }
    .hdlb-product {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .hdlb-product .item-cont {
        padding: 10px;
    }
    .hdlb-product .item-wrap {
        margin: 0 5px;
    }
    .hdlb-product .step-order {
        font-size: 10px;
        line-height: 14px;
    }
    .hdlb-product .step-title {
        font-size: 14px;
        line-height: 18px;
    }
    .hdlb-product .item-name {
        font-size: 12px;
    }
    .hdlb-product .item-brand,
    .hdlb-product .item-size {
        font-size: 13px;
    }
}
.advisory-message {
    color: red;
    text-align: center;
    font-size: 14px;
}
a.advisory-link {
    font-size: 13px;
    color: #0a70ce;
    font-family: robotomedium;
    text-transform: uppercase;
    padding: 6px 10px 6px 0;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
a.advisory-link:hover {
    color: #017cc2;
}

.wt_container a.advisory-link {
    display: block;
}
a.advisory-link .search-button-icon:after,
a.advisory-link .search-button-icon:before {
    font-size: 12px;
}

@media (max-width: 767px) {
    .whb-main-header .cart,
    a.advisory-link {
        font-size: 10px;
    }
}
.hdlb-product .slider-products .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 20px;
}
.hdlb-product .slider-products .bx-wrapper .bx-controls-direction a.bx-next {
    right: 20px;
}
@media (max-width: 767px) {
    .hdlb-product .slider-products .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 10px;
    }
    .hdlb-product .slider-products .bx-wrapper .bx-controls-direction a.bx-next {
        right: 10px;
    }
}
@media (max-width: 340px) {
    .whb-main-header .cart, a.advisory-link {
        font-size: 8px;
    }
}