@font-face {
    font-family: Juli Sans-Regular;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/JuliSans-Regular.woff2) format("woff2"), url(../fonts/JuliSans-Regular.woff) format("woff");
}
@font-face {
    font-family: Juli Sans-Bold;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/JuliSans-Bold.woff2) format("woff2"), url(../fonts/JuliSans-Bold.woff) format("woff");
}
input[type="text"],
input[type="email"],
input[type="tell"],
textarea{
    border: 1px solid #b8b8b8;
    padding: 0 7px;
    margin: 0;
    background: #fff;
    height: 29px;
    color: #6a6a6a;
    position: relative;
}
input[type="submit"]{
    width: auto;
    height: 29px;
    padding: 0 14px;
    border: 1px solid #b8b8b8;
    background: #a1e2e0;
    text-decoration: none;
    cursor: pointer;
}
.slick-slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-next, .slick-prev {
    width: 18px;
    height: 18px;
    margin-top: 0;
    padding: 0;
    display: block;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 200;
}
.slick-next:before, .slick-prev:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-prev {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 10px;
}
.slick-next {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
.b-slider--arrow-sm .slick-next, .b-slider--arrow-sm .slick-prev {
    width: 18px;
    height: 18px;
    margin-top: -9px;
}
.b-slider--arrow-green .slick-next:before, .b-slider--arrow-green .slick-prev:before {
    border-top-color: #00cba1;
    border-right-color: #00cba1;
}
.b-slider--arrow-grey .slick-next:before, .b-slider--arrow-grey .slick-prev:before {
    border-top-color: #9d9d9d;
    border-right-color: #9d9d9d;
}
.slick-dots {
    width: 100%;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 99;
}
.slick-dots>li {
    padding: 0 9px;
    display: inline-block;
    vertical-align: middle;
}
.slick-dots>li button {
    width: 10px;
    height: 10px;
    margin: 2px;
    padding: 0;
    border: none;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    vertical-align: top;
    text-indent: -9999em;
    cursor: pointer;
    overflow: hidden;
}
.slick-dots>li.slick-active button, .slick-dots>li button:hover {
    width: 14px;
    height: 14px;
    margin: 0;
}
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
}
.pswp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pswp img {
    max-width: none;
}
.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -moz-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}
.pswp--open {
    display: block;
}
.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}
.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.pswp__bg {
    background: #fff;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.pswp__bg, .pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.pswp__scroll-wrap {
    overflow: hidden;
}
.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: -o-transform 333ms cubic-bezier(.4, 0, .22, 1);
    -moz-transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -moz-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1), -moz-transform 333ms cubic-bezier(.4, 0, .22, 1), -o-transform 333ms cubic-bezier(.4, 0, .22, 1);
}
.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -moz-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}
.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.pswp__img, .pswp__item {
    position: absolute;
    left: 0;
    top: 0;
}
.pswp__img {
    width: auto;
    height: auto;
}
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
    background: #222;
}
.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0;
}
.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc;
}
.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline;
}
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
    opacity: 1;
}
.pswp__button:active {
    outline: none;
    opacity: .9;
}
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: url(../images/default-skin/default-skin.png) 0 0 no-repeat;
    -moz-background-size: 264px 88px;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}
@media (-o-min-device-pixel-ratio:11/10), (-o-min-device-pixel-ratio:35/32), (-webkit-min-device-pixel-ratio:1.1), (-webkit-min-device-pixel-ratio:1.09375), (min-resolution:1.1dppx), (min-resolution:105dpi) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left: before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
}
.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
}
}.pswp__button--close {
    background-position: 0 -44px;
}
.pswp__button--share {
    background-position: -44px -44px;
}
.pswp__button--fs {
    display: none;
}
.pswp--supports-fs .pswp__button--fs {
    display: block;
}
.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}
.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}
.pswp__button--arrow--left {
    left: 0;
}
.pswp__button--arrow--right {
    right: 0;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute;
}
.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}
.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}
.pswp__share-modal--hidden {
    display: none;
}
.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: -o-transform .25s;
    -moz-transition: transform .25s, -moz-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s, -moz-transform .25s, -o-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
}
.pswp__share-tooltip a, .pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none;
}
.pswp__share-tooltip a:first-child {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
    opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}
a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}
a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff;
}
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff;
}
a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d;
}
a.pswp__share--download:hover {
    background: #ddd;
}
.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px;
}
.pswp__caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}
.pswp__caption small {
    font-size: 11px;
    color: #9d9d9d;
}
.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    color: #9d9d9d;
}
.pswp__caption--empty {
    display: none;
}
.pswp__caption--fake {
    visibility: hidden;
}
.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr;
}
.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}
.pswp__preloader--active {
    opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/default-skin/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: a .5s linear infinite;
    -moz-animation: a .5s linear infinite;
    -o-animation: a .5s linear infinite;
    animation: a .5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: b 1s cubic-bezier(.4, 0, .22, 1) infinite;
    -moz-animation: b 1s cubic-bezier(.4, 0, .22, 1) infinite;
    -o-animation: b 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: b 1s cubic-bezier(.4, 0, .22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}
@media screen and (max-width:1024px) {
    .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
}
}@-webkit-keyframes a {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}@-moz-keyframes a {
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
}
}@-o-keyframes a {
    0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
}
}@keyframes a {
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
}
}@-webkit-keyframes b {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
}
to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
}@-moz-keyframes b {
    0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
50% {
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    transform: rotate(-140deg);
}
to {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
}@-o-keyframes b {
    0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
50% {
    -webkit-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
}
to {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
}@keyframes b {
    0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
50% {
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
}
to {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
}.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -o-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    -moz-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right, .pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
    opacity: .001;
}
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none;
}
.pswp__element--disabled {
    display: none!important;
}
.pswp--minimal--dark .pswp__top-bar {
    background: none;
}
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    padding: 45px 0 25px!important;
    background: #fff;
    color: #9c9c9c;
    position: relative;
}
.b-modal {
    max-width: 430px;
    font-size: 13px;
    line-height: 15px;
}
.b-modal hr {
    margin: 15px 0 4px;
}
.b-modal__entry {
    width: 100%;
    min-height: 209px;
    padding: 15px 0 4px;
}
.b-modal__item {
    min-height: 60px;
    padding: 0 10px 0 73px;
    position: relative;
}
.b-modal__item--icon:before {
    width: 34px;
    height: 35px;
    display: block;
    content: "";
    background-image: url(../images/icons/icon-mark.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    left: 20px;
}
.b-modal__tit {
    font-family: Juli Sans-Regular;
    font-size: 15px;
    line-height: 19px;
}
.b-modal__tit strong {
    font-family: Juli Sans-Bold;
}
.b-modal p {
    padding: 2px 0 12px;
}
.b-modal p strong {
    font-family: Juli Sans-Bold;
}
.b-modal p span {
    color: #00cba1;
}
.b-modal p.m-free-delivery {
    padding-bottom: 0;
}
.b-modal__btns {
    padding: 0 10px;
}
.b-modal .b-btn {
    width: -webkit-calc(50% - 7px);
    width: -moz-calc(50% - 7px);
    width: calc(50% - 7px);
    height: auto;
    padding: 14px 5px 15px;
    font-size: 15px;
    line-height: 17px;
    overflow: hidden;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-inner, .fancybox-outer {
    position: relative;
}
.fancybox-inner {
    width: auto!important;
    height: auto!important;
    overflow: hidden!important;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%}
.fancybox-image {
    max-width: 100%;
    max-height: 100%}
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(images/fancybox_sprite.png);
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(images/fancybox_loading.gif) 50% no-repeat;
}
.fancybox-close {
    position:  absolute;
    top:  -18px;
    right:  -18px;
    width:  36px;
    height:  36px;
    cursor:  pointer;
    z-index:  8040;
}
.b-close-btn {
    width: 100%;
    height: 45px;
    padding: 10px 30px;
    border-bottom: 1px solid #dcdcdc;
    font-family: Juli Sans-Bold;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8040;
}
.b-close-btn__btn {
    padding: 0 30px 0 0;
    display: inline-block;
    white-space: nowrap;
    color: #9c9c9c;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
.b-close-btn__btn .icon {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
.b-close-btn__btn .icon:after, .b-close-btn__btn .icon:before {
    width: 100%;
    height: 3px;
    margin-top: -1px;
    display: block;
    content: "";
    background: #00cba1;
    position: absolute;
    top: 50%;
    left: 0;
}
.b-close-btn__btn .icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b-close-btn__btn .icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.b-close-btn__btn:hover {
    color: #00cba1;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(images/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important;
}
.fancybox-lock {
    width: auto;
}
.fancybox-lock, .fancybox-lock body {
    overflow: hidden!important;
}
.fancybox-lock-test {
    overflow-y: hidden!important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
}
.fancybox-overlay:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
.jq-checkbox, .jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.jq-checkbox input, .jq-radio input {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
    top: 0;
    left: 0;
}
.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}
.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.jq-select-multiple, .jq-selectbox {
    position: relative;
    display: inline-block;
}
.jq-select-multiple select, .jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-select-multiple li, .jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.jq-selectbox__search input {
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left;
}
.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    font-family: Juli Sans-Regular, Helvetica, Arial, sans-serif;
    color: #9d9d9d;
    position: relative;
}
body {
    font-size: 16px;
    line-height: 19px;
}
article, aside, audio, blockquote, button, canvas, command, datalist, dd, details, div, dl, dt, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, img, input, keygen, li, main, mark, menu, meter, nav, ol, output, p, progress, rp, rt, ruby, section, select, source, summary, table, td, textarea, theder, time, ul, video, wbr {
    padding: 0;
    margin: 0;
}
address, article, aside, audio, canvas, command, datalist, details, figcaption, figure, footer, header, hgroup, keygen, main, mark, menu, meter, nav, output, progress, rp, rt, ruby, section, source, summary, time, video, wbr {
    display: block;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
li, ol, ul {
    list-style: none;
}
a, a:active, a:focus, button, button:active, button:focus, input:not([type=checkbox]):not([type=radio]):not([type=number]), input:not([type=checkbox]):not([type=radio]):not([type=number]):active, input:not([type=checkbox]):not([type=radio]):not([type=number]):focus, textarea, textarea:active, textarea:focus {
    outline: none!important;
    -moz-appearance: none;
    -webkit-appearance: none;
}
button, input, textarea {
    font-family: Juli Sans-Regular;
}
textarea {
    overflow: hidden;
    resize: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
:-moz-placeholder, ::-moz-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
:active::-webkit-input-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
}
:active:-moz-placeholder, :active::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
}
:active:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #00cba1;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
strong {
    font-family: Juli Sans-Bold;
    font-weight: 400;
}
fieldset {
    margin: 0 0 30px;
    border: 1px solid #dcdcdc;
}
mark {
    background: none;
    color: #00cba1;
    font-family: Juli Sans-Bold;
}
.cf:after, .cf:before {
    content: "";
    display: block;
    overflow: hidden;
}
.cf:after {
    clear: both;
}
.b-flex, .proceed-to-checkout-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.b-flex--middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-flex--space-between, .proceed-to-checkout-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-flex--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.b-flex--bottom, .b-flex--end, .b-flex--end-col {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.b-flex--bottom-col, .b-flex--end-col, .b-flex--middle-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.b-flex--middle-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.b-flex--bottom-col {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.b-center {
    margin: 0 auto;
    position: relative;
}
.b-btn, .b-default-post .wpcf7-form-control.wpcf7-submit {
    height: 40px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    background: #a1e2e0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: Juli Sans-Bold;
    font-size: 16px;
    line-height: 39px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.b-btn:hover, .b-default-post .wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    text-decoration: none;
}
.b-btn--xlg, .b-default-post .wpcf7-form-control.wpcf7-submit--xlg {
    height: 47px;
    font-size: 20px;
    line-height: 45px;
}
.b-btn--lg, .b-default-post .wpcf7-form-control.wpcf7-submit--lg {
    height: 50px;
    line-height: 48px;
}
.b-btn--sm, .b-default-post .wpcf7-form-control.wpcf7-submit--sm {
    height: 30px;
    font-size: 12px;
    line-height: 28px;
}
.b-btn--green, .b-default-post .wpcf7-form-control.wpcf7-submit--green {
    width: 258px;
    background: #00cba1;
}
.b-btn--red, .b-default-post .wpcf7-form-control.wpcf7-submit--red {
    width: 290px;
    background: #fd8d9e;
}
.b-btn--grey, .b-default-post .wpcf7-form-control.wpcf7-submit--grey {
    background: #ebf0f3;
    color: #9c9c9c;
}
.b-btn--grey:hover, .b-default-post .wpcf7-form-control.wpcf7-submit--grey:hover {
    color: #9c9c9c;
}
.b-btn--bd-white, .b-default-post .wpcf7-form-control.wpcf7-submit--bd-white {
    border: 1px solid #fff;
    background: none;
    font-size: 22px;
}
.b-btn--bd-grey, .b-default-post .wpcf7-form-control.wpcf7-submit--bd-grey {
    border: 1px solid #9c9c9c;
    background: none;
    font-size: 12px;
    color: #9c9c9c;
}
.b-btn--bd-grey:hover, .b-default-post .wpcf7-form-control.wpcf7-submit--bd-grey:hover {
    color: #9c9c9c;
}
.b-btn--bd-greyl, .b-default-post .wpcf7-form-control.wpcf7-submit--bd-greyl {
    border: 1px solid #dcdcdc;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: Juli Sans-Regular;
    color: #9c9c9c;
}
.b-btn--bd-greyl:hover, .b-default-post .wpcf7-form-control.wpcf7-submit--bd-greyl:hover {
    color: #9c9c9c;
}
.b-btn--bd-red, .b-default-post .wpcf7-form-control.wpcf7-submit--bd-red {
    border: 1px solid #fd8d9e;
    background: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 19px;
    color: #fd8d9e;
}
.b-btn--bd-red:hover, .b-default-post .wpcf7-form-control.wpcf7-submit--bd-red:hover {
    color: #fd8d9e;
}
.b-btn--arrow-r, .b-default-post .wpcf7-form-control.wpcf7-submit--arrow-r {
    padding: 0 55px 0 30px;
}
.b-btn--arrow-r:before, .b-default-post .wpcf7-form-control.wpcf7-submit--arrow-r:before {
    width: 14px;
    height: 14px;
    margin: -7px 0 0;
    display: block;
    content: "";
    border-top: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    right: 26px;
}
.b-default-post .wpcf7-form-control.wpcf7-submit {
    min-width: 150px;
}
.b-btn--sold{
	background: #b8b8b8;
}
.b-btn-chat {
    height: 82px;
    padding: 0 43px 0 0;
    display: block;
    border-top: 1px solid #fff;
    font-family: Juli Sans-Bold;
    font-size: 20px;
    line-height: 80px;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.b-btn-chat:before {
    width: 60px;
    height: 46px;
    margin: -6px 30px 0 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: 0 0 url(../images/icons/icon-chat.png) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
}
.b-btn-chat:hover {
    text-decoration: none;
}
.b-btn-close {
    width: 31px;
    height: 31px;
    margin: 0 auto;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.b-btn-close:after, .b-btn-close:before {
    width: 100%;
    height: 2px;
    margin-top: -1px;
    display: block;
    content: "";
    background: #8b8b8b;
    -webkit-transition-delay: 0, .3s;
    -moz-transition-delay: 0, .3s;
    -o-transition-delay: 0, .3s;
    transition-delay: 0, .3s;
    position: absolute;
    top: 50%;
    left: 0;
}
.b-btn-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b-btn-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.b-btn-zoom {
    width: 37px;
    height: 20px;
    display: block;
    position: relative;
}
.b-btn-zoom:before {
    width: 17px;
    height: 17px;
    margin: -8px 0 0 -8px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: 0 0 url(../images/icons/zoom-blue.png) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%}
.b-head {
    max-width: 560px;
    margin: 0 auto;
    margin:0 0 18px;
    font-family: Juli Sans-Bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.b-head .b-tit {
    padding: 0 0 20px;
}
.b-tit {
    font-family: Juli Sans-Bold;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}
.b-tit a {
    text-decoration: none;
}
.b-sub-tit {
    font-family: Juli Sans-Bold;
    font-size: 17px;
    line-height: 21px;
}
.b-star-list {
    width: 100px;
    margin: 0 auto;
    position: relative;
}
.b-star-list img {
    width: 100%;
    display: block;
}
.b-star-list--txt {
    width: auto;
    font-family: Juli Sans-Bold;
    font-size: 13px;
    line-height: 17px;
    white-space: nowrap;
    text-align: center;
}
.b-star-list--txt img {
    width: 86px;
}
.b-star-list--txt a, .b-star-list--txt img {
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
}
.b-star-list--txt a {
    color: #00cba1;
    text-decoration: underline;
}
.b-star-list--txt a:hover {
    text-decoration: none;
}
.b-trust-list {
    text-align: center;
}
.b-trust-list__item {
    width: -webkit-calc(12.5% - 2px);
    width: -moz-calc(12.5% - 2px);
    width: calc(12.5% - 2px);
    margin: 0 1px;
    border: 1px solid #ebf0f3;
    border-radius: 4px;
    overflow: hidden;
}
.b-trust-list__item, .b-trust-list__item img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
}
.b-trust-list__item img {
    width: 100%;
    display: block;
    border-radius: 4px;
}
.b-entry {
    font-size: 15px;
    line-height: 18px;
}
.b-entry p {
    padding: 10px 0;
}
.b-entry a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #00cba1;
    text-decoration: underline;
}
.b-entry a:hover {
    text-decoration: none;
}
.b-page-nav {
    margin: 0 0 0 -9px;
    padding: 35px 0 10px;
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
    position: relative;
}
.b-page-nav .next, .b-page-nav .page, .b-page-nav .prev, .b-page-nav span {
    height: 25px;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 23px;
    color: #b8b8b8;
    text-decoration: none;
    position: relative;
}
.b-page-nav .next, .b-page-nav .page, .b-page-nav .prev {
    min-width: 25px;
}
.b-page-nav .next, .b-page-nav .prev {
    border: 1px solid #00cba1;
    background: #00cba1;
    color: #fff;
}
.b-page-nav .next:before, .b-page-nav .prev:before {
    width: 6px;
    height: 6px;
    margin: -3px 0 0;
    display: block;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%}
.b-page-nav .prev {
    padding: 0 15px 0 25px;
}
.b-page-nav .prev:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 10px;
}
.b-page-nav .next {
    padding: 0 25px 0 15px;
}
.b-page-nav .next:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
.b-page-nav .page {
    border: 1px solid #dcdcdc;
}
.b-page-nav .page.is-active {
    border-color: #00cba1;
}
.jq-selectbox {
    display: block;
    font-size: 12px;
    color: #9c9c9c;
    z-index: 10;
    position: relative;
}
.jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 4px 10px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
.jq-selectbox li.selected {
    background-color: #00cba1;
    color: #fff;
}
.jq-selectbox li:hover {
    background-color: #c8ebed;
    color: #fff;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
}
.jq-selectbox li.disabled {
    color: #6a6a6a;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.option {
    padding-left: 25px;
}
.jq-selectbox__select {
    height: 30px;
    padding: 0 40px 0 10px;
    border: 1px solid #b8b8b8;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 28px;
    text-align: center;
    position: relative;
}
.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.jq-selectbox__select input {
    -webkit-appearance: textfield;
}
.jq-selectbox__select input::-webkit-search-cancel-button, .jq-selectbox__select input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__trigger {
    width: 30px;
    height: 100%;
    border: 1px solid #c8ebed;
    background: #00cba1;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.jq-selectbox__trigger-arrow {
    width: 8px;
    height: 6px;
    margin: -3px 0 0 -4px;
    position: absolute;
    top: 50%;
    left: 50%}
.jq-selectbox__trigger-arrow:after, .jq-selectbox__trigger-arrow:before {
    width: 0;
    height: 0;
    margin-left: -5px;
    display: block;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}
.jq-selectbox__trigger-arrow:before {
    border-top: 6px solid #fff;
    z-index: 2;
}
.jq-selectbox__trigger-arrow:after {
    margin-top: 2px;
    border-top: 6px solid #000;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    opacity: .3;
}
.jq-selectbox__dropdown {
    width: 100%!important;
    margin: -1px 0 0;
    padding: 0;
    border: 1px solid #b8b8b8;
    border-top: none;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 100%!important;
    left: 0;
}
.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}
.jq-selectbox.dropup .jq-selectbox__select {
    border-top: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.jq-selectbox.dropup .jq-selectbox__dropdown {
    margin: 0 0 -1px;
    border: 1px solid #b8b8b8;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    top: auto!important;
    bottom: 100%!important;
}
.jq-selectbox.dropdown .jq-selectbox__select {
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.jq-selectbox.b-select-grey {
    font-size: 15px;
}
.jq-selectbox.b-select-grey li {
    padding: 4px 10px 4px 20px;
}
.jq-selectbox.b-select-grey li.selected, .jq-selectbox.b-select-grey li:hover {
    background-color: #fff;
    color: #9d9d9d;
}
.jq-selectbox.b-select-grey .jq-selectbox__select {
    height: 36px;
    padding: 0 42px 0 20px;
    border: 1px solid #b8b8b8;
    background: #f4f5f7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 34px;
    text-align: left;
}
.jq-selectbox.b-select-grey .jq-selectbox__trigger {
    width: 42px;
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.jq-selectbox.b-select-grey .jq-selectbox__trigger-arrow {
    width: 16px;
    height: 8px;
    margin: -4px 0 0 -8px;
}
.jq-selectbox.b-select-grey .jq-selectbox__trigger-arrow:before {
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #9d9d9d;
}
.jq-selectbox.b-select-grey .jq-selectbox__trigger-arrow:after {
    display: none;
}
.jq-selectbox.b-select-grey .jq-selectbox__dropdown {
    background: #f4f5f7;
}
.jq-selectbox.b-select-grey.dropdown .jq-selectbox__select, .jq-selectbox.b-select-grey.dropup .jq-selectbox__select, .jq-selectbox.b-select-grey .jq-selectbox__dropdown {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.jq-selectbox.b-select-grey.dropup .jq-selectbox__select {
    border-top: none;
}
.jq-selectbox.b-select-grey.dropup .jq-selectbox__dropdown {
    border-color: #b8b8b8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.b-radio-lb {
    padding: 6px 10px 6px 20px;
    display: block;
    border: 1px solid #b8b8b8;
    background: #fff;
    line-height: 19px;
    cursor: pointer;
    position: relative;
}
.b-radio-lb.checked {
    background: #f4f5f7;
}
.b-radio-lb--row {
    padding-top: 28px;
    padding-bottom: 20px;
    padding-left: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    line-height: 20px;
}
.b-radio-lb--row.checked {
    background: none;
}
.b-radio-lb--row .jq-radio {
    margin: 3px 13px 0 0;
}
.b-radio-lb__txt {
    width: -webkit-calc(100% - 29px);
    width: -moz-calc(100% - 29px);
    width: calc(100% - 29px);
}
.b-radio-lb__txt-logos {
    max-width: 176px;
    margin: 23px 0 0 5px;
}
.b-radio-lb__txt-logo {
    max-width: 110px;
    margin-top: 15px;
}
.b-radio-lb__txt img {
    display: block;
}
#boclassic_card_logos {
    padding-top: 15px;
}
#boclassic_card_logos img {
    margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: top;
}
.payment_method_ppec_paypal img {
    max-width: 110px;
    margin-top: 15px;
}
.b-label {
    display: block;
    font-size: 17px;
    line-height: 18px;
    color: #9d9d9d;
}
.b-label .b-req {
    color: red;
    font-weight: 700;
}
.b-default-post .wpcf7-form-control, .b-input, .woocommerce-input-wrapper .input-text {
    width: 100%;
    height: 32px;
    padding: 5px 20px;
    display: block;
    border: 1px solid #b8b8b8;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
    color: #9d9d9d;
    position: relative;
}
.b-default-post .wpcf7-form-control.wpcf7-textarea {
    height: 90px;
    line-height: 16px;
}
.b-default-post .wpcf7-form-control-wrap {
    padding: 10px 0 0;
    display: block;
}
.info-link {
    width: 14px;
    height: 14px;
    margin: -2px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #9d9d9d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    line-height: 11px;
    color: #9d9d9d;
    text-decoration: none;
    text-align: center;
    position: relative;
}
.info-link__wind {
    width: 290px;
    padding: 22px 25px;
    display: none;
    border: 1px solid #d0dad9;
    background: #fff9d6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 19px;
    line-height: 24px;
    text-align: left;
    position: absolute;
    bottom: 100%;
    left: 100%;
    z-index: 1000;
}
.info-link:hover .info-link__wind, hr {
    display: block;
}
hr {
    width: 100%;
    height: 1px;
    margin: 36px 0 11px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}
.b-status {
    font-family: Juli Sans-Bold;
    font-size: 15px;
    line-height: 17px;
    color: #00cba1;
    text-align: center;
}
.b-status a {
    color: #00cba1;
}
.b-status a, .b-status a:hover {
    text-decoration: none;
}
.b-radio {
    cursor: pointer;
}
.jq-radio {
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    cursor: pointer;
    line-height: 14px;
    position: relative;
}
.jq-radio, .jq-radio__div {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%}
.jq-radio__div {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    display: block;
    opacity: 0;
    background: #9d9d9d;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%}
.jq-radio.checked {
    border-color: #9d9d9d;
}
.jq-radio.checked .jq-radio__div {
    opacity: 1;
}
.b-checkbox {
    font-size: 13px;
    line-height: 14px;
    text-align: left;
    cursor: pointer;
}
.b-checkbox.b-flex, .b-checkbox.proceed-to-checkout-box {
    margin: 0;
}
.b-checkbox-login {
    display: block;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}
.b-checkbox-login__col {
    display: inline-block;
    vertical-align: middle;
}
.b-checkbox-login .jq-checkbox {
    margin: 0 15px 0 0;
    display: block;
}
.jq-checkbox {
    width: 20px;
    height: 20px;
    margin: 7px 22px 0 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    line-height: 18px;
    position: relative;
}
.jq-checkbox, .jq-checkbox__div {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.jq-checkbox__div {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    display: block;
    opacity: 0;
    background: #9d9d9d;
    position: absolute;
    top: 50%;
    left: 50%}
.jq-checkbox.checked {
    border-color: #9d9d9d;
}
.jq-checkbox.checked .jq-checkbox__div {
    opacity: 1;
}
.jq-number {
    width: 90px;
    padding: 0 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.jq-number__field {
    width: 100%}
.jq-number__field input {
    width: 100%!important;
    height: 34px;
    padding: 0 5px;
    display: block;
    border: 1px solid #b8b8b8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background: none;
    font-family: Juli Sans-Regular;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #9c9c9c;
}
.jq-number__spin {
    width: 25px;
    height: 100%;
    display: block;
    border: 1px solid #b8b8b8;
    text-align: center;
    font-size: 32px;
    line-height: 22px;
    color: #00cba1;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 99;
}
.jq-number__spin:before {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}
.jq-number__spin.plus {
    right: 0;
}
.jq-number__spin.plus:before {
    height: 30px;
    margin-top: -15px;
    content: "+"}
.jq-number__spin.minus {
    left: 0;
}
.jq-number__spin.minus:before {
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    content: " ";
    background: #00cba1;
    left: 50%}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.b-accordion {
    margin:0;
    border-top: 1px solid #dcdcdc;
    font-size: 15px;
    line-height: 19px;
    color: #9c9c9c;
    position: relative;
}
.b-accordion__body {
    padding: 0 0 17px;
    border-bottom: 1px solid #dcdcdc;
}
.b-accordion__head {
    padding: 16px 0;
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
}
.b-accordion__tit {
    padding: 0 30px 0 0;
    display: inline-block;
    color: #9c9c9c;
    text-decoration: none;
    position: relative;
}
.b-accordion__tit strong {
    color: #00cba1;
}
.b-accordion__tit span, .b-accordion__tit strong {
    font-family: Juli Sans-Bold;
}
.b-accordion__tit:before {
    width: 15px;
    height: 15px;
    margin: -10px 0 0;
    display: block;
    content: "";
    border-top: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    right: 0;
}
.b-accordion__entry {
    padding: 19px 0;
    text-align: center;
}
.b-accordion hr {
    margin: 0 0 15px;
}
.b-lg {
    display: none;
}
.b-btn-menu {
    padding: 35px 0 0;
    position: relative;
    cursor: pointer;
    z-index: 10;
}
.b-btn-menu:focus {
    outline: none;
}
.b-btn-menu__txt {
    display: none;
}
.b-btn-menu__icon {
    width: 30px;
    height: 4px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.b-btn-menu__icon:after, .b-btn-menu__icon:before {
    width: 100%;
    height: 2px;
    margin-top: -1px;
    display: block;
    content: "";
    background: #8b8b8b;
    position: absolute;
    top: 50%;
    left: 0;
}
.b-btn-menu__icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b-btn-menu__icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.b-page {
    position: relative;
    overflow: hidden;
}
.b-page__header {
    height: 50px;
    position: relative;
    z-index: 2;
}
.b-page__main {
    min-height: 100vh;
    position: relative;
    z-index: 5;
}
.b-page__footer {
    position: relative;
    z-index: 1;
}
.b-page.is-open-menu .b-main__sidebar {
    left: 0;
}
.b-main {
    display: block;
}
.b-main__sidebar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50px;
    left: -100%;
    z-index: 10;
}
.b-main__content, .b-main__sidebar {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.b-main__content {
    padding: 0 0 20px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.b-header {
    padding: 13px 2px;
    border-bottom: 1px solid #dcdcdc;
}
.b-header__col-btn {
    width: 41px;
}
.b-header__col-logo {
    width: -webkit-calc(100% - 41px - 36px - 42px);
    width: -moz-calc(100% - 41px - 36px - 42px);
    width: calc(100% - 41px - 36px - 42px);
    margin: 0 0 -5px;
}
.b-header__col-logos {
    display: none;
}
.b-header__col-search {
    width: 36px;
    position: relative;
}
.b-header__col-search:before {
    width: 1px;
    height: 20px;
    margin-top: -10px;
    display: block;
    content: "";
    background: #6a6a6a;
    position: absolute;
    top: 50%;
    left: 0;
}
.b-header__col-btn-cart {
    width: 42px;
}
.b-header .b-btn-menu {
    padding: 10px;
}
.b-header .b-btn-menu__icon {
    width: 20px;
    background: #a1e2e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.b-header .b-btn-menu__icon:after, .b-header .b-btn-menu__icon:before {
    height: 4px;
    margin: 0;
    background: #a1e2e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.b-header .b-btn-menu__icon:before {
    top: -8px;
}
.b-header .b-btn-menu__icon:after {
    top: auto;
    bottom: -8px;
}
.b-logo {
    width: 188px;
    height: 27px;
    margin: 0 auto;
    position: relative;
}
.b-logo a, .b-logo svg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.b-logo img {
    width: 100%;
    display: block;
    position: relative;
}
.b-logo--sz-lg, .b-logo--sz-xlg {
    width: 220px;
    height: 31px;
}
.b-search-form {
    display: none;
}
.b-btn-cart {
    width: 40px;
    height: 20px;
    display: block;
    text-indent: -9999em;
    overflow: hidden;
    position: relative;
}
.b-btn-cart:before {
    width: 20px;
    height: 18px;
    margin: -9px 0 0 -10px;
    display: block;
    content: "";
    background-image: url(../images/icons/cart-blue.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%}
.b-logos-list--lg {
    padding: 0 0 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.b-logos-list--lg img {
    max-width: 122px;
    max-height: 68px;
    display: block;
}
.b-footer {
    padding: 31px 0;
/*     background: #a1e2e0; */
	background: #1a1a1a;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}
.b-footer__col {
    padding: 0 0 15px;
}
.b-footer__top {
    padding: 0 15px 12px;
    text-align: center;
}
.b-footer__bot, .b-footer__top {
    display: block;
    position: relative;
}
.b-footer__bot {
    max-width: 903px;
    margin: 0 auto;
}
.b-footer__bot-col {
    padding: 0 0 18px;
}
.b-footer a {
    color: #fff;
    text-decoration: none;
}
.b-footer a:hover {
    text-decoration: underline;
}
.b-footer--sm {
    background: none;
}
.b-footer--sm .b-footer__top {
    max-width: 270px;
    margin: 0 auto;
    display: block;
}
.b-footer--sm .b-footer__col {
    padding: 5px 0;
}
.b-phone {
    padding: 0 0 0 50px;
    display: inline-block;
    font-family: Juli Sans-Bold;
    font-size: 23px;
    line-height: 38px;
    white-space: nowrap;
    position: relative;
}
.b-phone:before {
    width: 38px;
    height: 38px;
    margin: -19px 0 0;
    display: block;
    content: "";
    background-image: url(../images/icons/phone.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
}
.b-phone--red {
    color: #fd8d9e;
}
.b-phone--red:before {
    background-image: url(../images/icons/phone-red.png);
}
.b-phone--red a {
    color: #fd8d9e;
}
.b-phone--red a, .b-phone--red a:hover {
    text-decoration: none;
}
.b-foot-post {
    text-align: center;
}
.b-foot-post__tit {
    margin: 0 0 14px;
    padding: 10px 15px 11px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: Juli Sans-Bold;
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
}
.b-foot-post ul {
    padding: 0 15px;
    font-family: Juli Sans-Bold;
    font-size: 17px;
}
.b-foot-post ul li {
    padding: 8px 0;
}
.b-foot-post strong {
    font-family: Juli Sans-Bold;
}
.b-foot-post p {
    padding: 22px 15px 0;
}
.b-copyright {
    padding: 13px 15px 20px;
    font-family: Juli Sans-Bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    position: relative;
}
.b-copyright .b-logos-list {
    margin: 0 -10px;
}
.b-copyright .b-logos-list__item {
    padding: 0 10px;
    position: relative;
}
.b-copyright .b-logos-list__item img {
    max-width: 100px;
    max-height: 60px;
    display: block;
}
.b-copyright p {
    padding: 16px 0 0;
}
.b-sidebar {
    padding: 0 65px 0 0;
    background: #f4f5f7;
    font-family: Juli Sans-Bold;
    font-size: 15px;
    line-height: 17px;
}
.b-sidebar__btn {
    width: 65px;
    padding: 36px 10px;
    height: 100%;
    background: #e0e1e2;
    position: absolute;
    top: 0;
    right: 0;
}
.b-sidebar__txt {
    padding: 33px;
}
.b-main-nav ul {
    padding: 0 0 25px;
    margin: 0;
}
.b-main-nav ul:last-child{
    padding: 0;
}
.b-main-nav ul li {
    padding: 0 0 13px;
}
.b-main-nav ul li:last-child {
    padding: 0;
}
.b-main-nav a {
    color: #9d9d9d;
    text-decoration: none;
}
.b-main-nav a:hover {
    text-decoration: underline;
}
.b-top-slider-post {
    padding-top: 30px;
    color: #fff;
    text-align: center;
    position: relative;
}
.b-top-slider-post__img {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.b-top-slider-post__img:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
}
.b-top-slider-post__banner {
    width: 100%;
    height: 30px;
    padding: 0 15px;
    background: #ffc94e;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 4;
}
.b-top-slider-post__txt {
    height: 264px;
    padding: 0 35px 14px;
    position: relative;
    z-index: 2;
}
.b-top-slider-post__entry {
    max-width: 280px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 17px;
    position: relative;
}
.b-top-slider-post__tit {
    margin: 0 0 9px;
    font-family: Juli Sans-Bold;
    font-size: 22px;
    line-height: 27px;
}
.b-top-slider-post p {
    padding: 0 0 21px;
}
.b-usp-sm {
    padding: 17px 0;
    position: relative;
}
.b-usp-sm__item {
    padding: 0 15px;
    display: none;
    position: relative;
}
.b-usp-sm__item:first-child, .b-usp-sm__item:nth-child(2), .b-usp-sm__item:nth-child(4) {
    display: block;
}
.b-usp-sm-post {
    padding: 28px 0 0;
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    position: relative;
}
.b-usp-sm-post:before {
    width: 24px;
    height: 24px;
    margin: 0 0 0 -12px;
    display: block;
    content: "";
    background: 0 0 url(../images/icons/mark01.png) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%}
.b-usp-sm-post__tit {
    font-family: Juli Sans-Bold;
    font-size: 12px;
    line-height: 14px;
}
.b-product-carousel {
    padding: 0 15px 23px;
    position: relative;
}
.b-product-carousel .b-tit {
    margin: 0 0 15px;
    font-size: 20px;
    text-align: center !important;
}
.b-product-carousel .b-slider {
    padding: 0 30px;
}
.b-product-carousel .slick-next, .b-product-carousel .slick-prev {
    margin-top: -67px;
}
.b-product-carousel .slick-prev {
    left: 16px;
}
.b-product-carousel .slick-next {
    right: 16px;
}
.b-prod-post {
    padding: 57px 35px 0;
    display: block;
    position: relative;
}
.b-prod-post__label {
    min-width: 152px;
    height: 44px;
    background: #ffc94e;
    font-family: Juli Sans-Bold;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.b-prod-post__img {
    height: 113px;
    margin: 0 0 22px;
    position: relative;
}
.b-prod-post__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    display: block;
    position: absolute;
    top: 0;
    left: 50%}
.b-prod-post__txt {
    text-align: center;
}
.b-prod-post__star {
    margin: 0 0 9px;
}
.b-prod-post__tit {
    margin: 0 0 11px;
    font-family: Juli Sans-Bold;
    font-size: 17px;
    line-height: 20px;
    color: #9c9c9c;
    position: relative;
}
.b-prod-post__tit a {
    color: #9c9c9c;
    text-decoration: none;
}
.b-prod-post__price {
    margin: 0 0 22px;
    font-size: 21px;
    line-height: 27px;
    color: #00cba1;
    position: relative;
}
.b-prod-post__price-old {
    font-size: 14px;
    text-decoration: line-through;
}
.b-prod-post .b-btn {
    width: 195px;
    padding: 0 10px;
}
.b-prod-post--sm {
    max-width: 155px;
    margin: 0 auto;
    padding: 0;
}
.b-prod-post--sm .b-prod-post__img {
    height: 95px;
    margin: 0 15px 10px;
}
.b-prod-post--sm .b-prod-post__img img {
    top: auto;
    bottom: 0;
}
.b-prod-post--sm .b-prod-post__star {
    margin: 0 0 5px;
}
.b-prod-post--sm .b-prod-post__tit {
    height: 47px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
}
.b-prod-post--sm .b-prod-post__price {
    height: 55px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 16px;
    overflow: hidden;
}
.b-prod-post--sm .b-prod-post__price-old {
    min-height: 16px;
    font-size: 10px;
}
.b-prod-post--sm .b-prod-post__price strong {
    font-size: 12px;
    display: block;
}
.b-prod-post--sm .b-btn {
    width: 120px;
}
.b-trust-pilot {
    padding: 0 0 14px;
    position: relative;
}
.b-trust-pilot img {
    width: 100%;
    display: block;
}
.b-trust-logos {
    padding: 0 10px 29px;
    text-align: center;
    position: relative;
}
.b-trust-logos .b-center {
    display: block;
}
.b-trust-logos .b-tit {
    padding: 0 0 11px;
    font-size: 20px;
}
.b-product-slider {
    padding: 0 0 37px;
    position: relative;
}
.b-product-slider .b-slider {
    padding: 19px 0 25px;
    background: #f4f5f7;
    position: relative;
}
.b-product-slider .slick-next, .b-product-slider .slick-prev {
    margin-top: -81px;
}
.b-product-slider .slick-next:before, .b-product-slider .slick-prev:before {
    border-top-color: #00cba1;
    border-right-color: #00cba1;
}
.b-product-slider .slick-prev {
    left: 16px;
}
.b-product-slider .slick-next {
    right: 16px;
}
.b-categories {
    padding: 0 18px 27px;
    text-align: center;
}
.b-cate-grid {
    padding: 0 0 16px;
    margin: 0 -9px;
    position: relative;
}
.b-cate-grid__col {
    width: 50%;
    padding: 9px;
    float: left;
}
.b-cate-grid__col--width2-mob {
    width: 100%}
.b-cate-grid__col--height2-mob .b-cat-post {
    height: 244px;
    padding-top: 20px;
}
.b-cate-grid__col--height2-mob .b-cat-post__img {
    height: 159px;
}
.b-cat-post {
    height: 207px;
    padding: 20px 10px 10px;
    background: #fff8c8;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.b-cat-post__tit {
    height: 55px;
    padding: 6px 0 0;
    margin:  0;
    font-family: Juli Sans-Bold;
    font-size: 18px;
    line-height: 23px;
    position: relative;
    overflow: hidden;
}
.b-cat-post__tit img {
    width: 80%;
    margin: -6px auto 0;
    display: block;
    position: relative;
}
.b-cat-post__img {
    height: 122px;
    position: relative;
}
.b-cat-post__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%}
.b-cat-post--grey {
    background: #ebf0f3;
}
.b-cat-post--blue {
    background: #c8ebed;
}
.b-contact {
    padding: 0 0 37px;
    position: relative;
}
.b-contact-post {
    padding: 20px 0 0;
    display: block;
    background: #00cba1;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.b-contact-post__bg {
    display: none;
}
.b-contact-post__img {
    width: 105px;
    margin: 0 auto 10px;
}
.b-contact-post__img img {
    width: 100%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.b-contact-post__txt {
    max-width: 300px;
    margin: 0 auto;
}
.b-contact-post h4 {
    font-family: Juli Sans-Bold;
    font-size: 20px;
    line-height: 24px;
}
.b-contact-post p {
    padding: 0 0 19px;
}
.b-contact-post p strong {
    font-family: Juli Sans-Bold;
    font-size: 20px;
    line-height: 24px;
}
.b-contact-post a {
    color: #fff;
    text-decoration: none;
}
.b-contact-post .b-btn-chat {
    margin: 10px 0 0;
}
.b-newletter {
    padding: 25px 15px;
    background: #fd8d9e;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    position: relative;
}
.b-newletter .b-flex, .b-newletter .proceed-to-checkout-box {
    display: block;
    position: relative;
}
.b-newletter__tit {
    max-width: 280px;
    margin: 0 auto;
    padding: 10px 0 10px 80px;
    font-family: Juli Sans-Regular;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: relative;
}
.b-newletter__tit:before {
    width: 65px;
    height: 86px;
    margin: -51px 0 0;
    display: block;
    content: "";
    background: 0 0 url(../images/bg-newsletter.png) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
}
.b-newletter__tit strong {
    font-family: Juli Sans-Bold;
}
.b-newletter__form {
    padding: 19px 0 13px;
}
input[type="text"].b-newletter__input,
.b-newletter__input {
    width: 100%;
    height: 33px;
    padding: 5px 14px;
    display: block;
    border: 1px solid #dcdcdc;
    background: #fff;
    line-height: 20px;
    z-index: 1;
}
input[type="submit"].b-newletter__btn,
.b-newletter__btn,
input[type="text"].b-newletter__input,
.b-newletter__input {
    font-size: 12px;
    color: #9c9c9c;
    position: relative;
}
input[type="submit"].b-newletter__btn,
.b-newletter__btn {
    width: 230px;
    height: 35px;
    margin: 0 5px;
    padding: 5px 18px;
    border: none;
    background: #fff8c8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Juli Sans-Bold;
    line-height: 25px;
    text-align: left;
    cursor: pointer;
    clear: both;
}
.b-newletter .wpcf7-form-control-wrap {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 5px 17px;
    display: block;
    float: left;
    position: relative;
}
.b-newletter .wpcf7-not-valid-tip {
    width: 100%;
    height: 33px;
    padding: 5px 14px;
    border: 1px solid red;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.b-newletter .ajax-loader {
    margin: 0!important;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.b-newletter p {
    padding: 0 13px;
}
.b-posts-list {
    padding: 0 20px;
    position: relative;
}
.b-page-content .b-center,
.b-posts-list .b-center {
    padding: 43px 0 35px;
    border-bottom: 1px solid #ebf0f3;
}
.b-posts-list__foot {
    padding: 24px 0 0;
    text-align: center;
}
.b-posts-list__col {
    padding: 12px 0 20px;
}
.b-posts-list__row--mob-row {
    margin: 0 -10px;
    position: relative;
}
.b-posts-list__row--mob-row .b-posts-list__col {
    width: 50%;
    padding: 10px;
    float: left;
    position: relative;
}
.b-posts-list__row--mob-row .b-posts-list__col:nth-child(odd) {
    clear: both;
}
.b-posts-list__entry {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    position: relative;
}
.b-posts-list__entry p {
    margin: 0 0 3px;
}
.b-posts-list__entry a, .b-posts-list__tit {
    font-family: Juli Sans-Bold;
}
.b-posts-list__tit {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 24px;
    color: #9c9c9c;
    text-align: center;
}
.b-posts-list__select {
    width: 240px;
    margin: 0 auto;
    padding: 0 0 20px;
}
.b-posts-list--lg {
    padding-bottom: 26px;
}
.b-page-content .b-center,
.b-posts-list--lg .b-center {
    padding: 0;
    border: none;
}
.b-posts-sm {
    position: relative;
}
.b-posts-sm p {
    margin: 0 0 20px;
}
.b-posts-sm a {
    color: #00cba1;
    text-decoration: underline;
}
.b-posts-sm a:hover {
    text-decoration: none;
}
.b-posts-sm__img {
    height: 161px;
    background-position: 50%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.b-posts-sm__img img{ position: absolute; left: 50%; top: 50%; transform:translateX(-50%) translateY(-50%); }
.b-posts-sm__tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 39px;
    padding: 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font: 14px/1.2 Juli Sans-Bold;;
    text-align: center;
    color: #4d4d4d;
    overflow: hidden;
}
.b-posts-sm__tit:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #fff;
    opacity: .65;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.b-posts-sm__tit span {
    display: block;
    position: relative;
    z-index: 2;
}
.b-posts-sm__tit a {
    color: #4d4d4d;
    text-decoration: none;
}
.b-posts-sm__tit a:hover {
    color: #00cba1;
    text-decoration: none;
}
.b-posts-sm__entry {
    padding: 20px 10px 0;
}
.b-posts-img {
    position: relative;
    cursor: pointer;
}
.b-posts-img__img {
    height: 140px;
    background-position: 50%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.b-posts-img__img:before {
    display: block;
    content: "";
    background: #000;
    opacity: .34;
}
.b-posts-img__img:before, .b-posts-img__tit {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.b-posts-img__tit {
    font-family: Juli Sans-Bold;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    z-index: 2;
}
.b-posts-img__tit span {
    max-width: 110px;
    margin: 0 auto;
    position: relative;
}
.b-text-full {
    padding: 24px 15px;
    position: relative;
}
.b-text-full .b-tit {
    margin: 0 0 7px;
}
.b-text-full p {
    padding: 10px 0;
}
.b-usp-lg {
    padding: 0 20px 21px;
    position: relative;
}
.b-usp-lg .b-center {
    max-width: 280px;
    padding: 0 0 20px;
}
.b-usp-lg .b-tit {
    margin: 0 0 40px;
}
.b-usp-lg__col {
    padding: 0 0 20px;
    position: relative;
}
.b-usp-lg-post {
    font-size: 17px;
    line-height: 21px;
    text-align: center;
}
.b-usp-lg-post__icon {
    height: 58px;
    margin: 0 auto 10px;
    position: relative;
}
.b-usp-lg-post__icon img {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.b-usp-lg-post__icon--car, .b-usp-lg-post__icon--car-red {
    width: 56px;
}
.b-usp-lg-post__icon--car-red img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.b-usp-lg-post__icon--dialog {
    width: 63px;
}
.b-usp-lg-post__icon--label {
    width: 60px;
}
.b-usp-lg-post__icon--label img {
    opacity: .2;
    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    -o-transform: rotate(24deg);
    transform: rotate(24deg);
}
.b-usp-lg-post__tit {
    font-family: Juli Sans-Bold;
    font-size: 17px;
    line-height: 21px;
}
.b-entry-home {
    padding: 0 20px;
    font-size: 15px;
    line-height: 18px;
    position: relative;
}
.b-entry-home p {
    padding: 10px 0;
}
.b-entry-home a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #00cba1;
    text-decoration: underline;
}
.b-entry-home a:hover {
    text-decoration: none;
}
.b-default-page {
    padding: 24px 0 0;
    border-top: 1px solid #dcdcdc;
    position: relative;
}
.b-default-page--no-pad {
    padding-top: 0;
}
.b-default-page .b-contact, .b-default-page .b-trust-logos, .b-default-page .b-trust-pilot {
    padding-bottom: 24px;
}
.b-default-page .b-newletter {
    margin-bottom: 26px;
}
.b-default-post {
    padding: 0 20px 14px;
    font-size: 15px;
    line-height: 21px;
    color: #9c9c9c;
    position: relative;
}
.b-default-post p {
    margin: 0 0 10px;
}
.b-cat-page {
    padding: 0 15px 26px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
.b-cat-page p {
    margin: 0 0 1.3em;
}
.b-cat-page__entry {
    font-size: 17px;
    line-height: 22px;
}
.b-cat-page__entry ul {
    margin: 0 0 1.3em 0;
    padding: 0 0 0 1.6em;
}
.b-cat-page__entry ul li {
    list-style-type: disc;
}
.b-cat-page__btn {
    margin: 0 -15px;
    padding: 0px 0 30px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    position: relative;
}
.b-twocol-grig {
    padding: 0 0 20px;
    position: relative;
}
.b-twocol-grig__col {
    padding: 18px 0;
    position: relative;
}
.b-cat-prod {
    padding: 20px 0 0;
    border: 1px solid #dcdcdc;
    text-align: center;
    color: #9c9c9c;
    position: relative;
}
.b-cat-prod__label {
    width: 70px;
    height: 70px;
    background: #fd8d9e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -14px;
    right: -14px;
}
.b-cat-prod__tit {
    height: 23px;
    margin: 0 0 29px;
    padding: 0 10px;
    font-family: Juli Sans-Bold;
    font-size: 20px;
    line-height: 23px;
    position: relative;
    overflow: hidden;
}
.b-cat-prod__tit a {
    color: #9c9c9c;
    text-decoration: none;
}
.b-cat-prod__tit a:hover {
    color: #00cba1;
}
.b-cat-prod__img {
    max-width: 240px;
    height: 115px;
    margin: 0 auto 10px;
    position: relative;
}
.b-cat-prod__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%}
.b-cat-prod__meta {
    padding: 0 0 20px;
}
.b-cat-prod__meta-price {
    padding: 0 0 3px;
    font-size: 16px;
    color: #00cba1;
}
.b-cat-prod__btn {
    width: 100%;
    height: 43px;
    display: block;
    background: #00cba1;
    font-family: Juli Sans-Bold;
    font-size: 17px;
    line-height: 43px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
}
.b-marke-list {
    padding: 0px 0 4px;
}
.b-marke-list__item {
    padding: 0 0 20px;
}
.b-marke-post {
    font-size: 16px;
    line-height: 1.4;
    position: relative;
}
.b-marke-post p {
    padding: 10px 0;
}
.b-marke-post__logo {
    padding: 0 0 3px;
}
.b-marke-post__logo img {
    max-width: 200px;
    max-height: 73px;
    margin: 0 auto;
    display: block;
}
.b-marke-post__price {
    padding: 0px 0 5px;
    font-family: Juli Sans-Bold;
    font-size: 16px;
    color: #00cba1;
    text-align: center;
}
.b-marke-post__foot, .b-prod-over {
    text-align: center;
}
.b-prod-over {
    padding: 22px 0 0;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    line-height: 17px;
    color: #9c9c9c;
    position: relative;
}
.b-prod-over__tit {
    padding: 0 20px 4px;
    font-family: Juli Sans-Bold;
    font-size: 20px;
    line-height: 22px;
}
.b-prod-over__tit a {
    color: #9c9c9c;
    text-decoration: none;
}
.b-prod-over__tit a:hover {
    color: #00cba1;
}
.b-prod-over__img {
    height: 200px;
    margin: 15px 20px 24px;
    position: relative;
}
.b-prod-over__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%}
.b-prod-over__price {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 22px;
    color: #00cba1;
    position: relative;
}
.b-prod-over__price-old {
    font-size: 13px;
    text-decoration: line-through;
}
.b-prod-over__meta {
    min-height: 58px;
    margin: 0 0 12px;
}
.b-prod-over__btn, .b-prod-over__meta {
    font-family: Juli Sans-Bold;
    position: relative;
}
.b-prod-over__btn {
    width: 100%;
    height: 43px;
    display: block;
    background: #00cba1;
    font-size: 17px;
    line-height: 43px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.b-prod-over__btn:before {
    width: 14px;
    height: 14px;
    margin: -7px 0 0;
    display: block;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    right: 26px;
}
.b-top-banner {
    width: 100%;
    margin: 0 0 6px;
    padding: 25px 20px;
    background: #ffc94e;
    font-family: Juli Sans-Bold;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
}
.b-prod-offers, .b-top-banner {
    text-align: center;
    position: relative;
}
.b-prod-offers {
    padding: 45px 20px 50px;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    line-height: 16px;
    color: #9c9c9c;
}
.b-prod-offers__sale {
    width: 67px;
    height: 44px;
    padding: 5px;
    background: #ffc94e;
    font-family: Juli Sans-Bold;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.b-prod-offers__tit {
    padding: 0 0 5px;
    font-family: Juli Sans-Bold;
    font-size: 21px;
    line-height: 25px;
}
.b-prod-offers__img {
    height: 220px;
    margin: 15px 10px 11px;
    position: relative;
}
.b-prod-offers__img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%}
.b-prod-offers__price {
    padding: 0 0 22px;
    font-size: 18px;
    line-height: 20px;
    color: #00cba1;
    position: relative;
}
.b-prod-offers__price-old {
    font-size: 13px;
    text-decoration: line-through;
}
.b-prod-offers__entry {
    padding: 0 0 11px;
    position: relative;
}
.b-prod-offers__entry p {
    padding: 0 0 16px;
}
.b-prod-offers__foot {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.b-prod-offers__btn {
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    height: 44px;
    display: block;
    font-family: Juli Sans-Bold;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
}
.b-prod-offers__btn--green {
    background: #00cba1;
}
.b-prod-offers__btn--grey {
    padding-right: 13px;
    background: #e0e1e2;
}
.b-prod-offers__btn--grey:before {
    width: 14px;
    height: 14px;
    margin: -7px 0 0;
    display: block;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    right: 26px;
}
.b-prod-offers__btn--grey:hover {
    background: #00cba1;
}
.b-test-grid {
    margin: 0 -15px;
    display: block;
    position: relative;
}
.b-test-grid__col {
    padding: 0 0 13px;
    position: relative;
}
.b-test-post {
    margin: 0 0 20px;
    padding: 9px 10px 49px;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    color: #9c9c9c;
    position: relative;
}
.b-test-post__img {
    height: 250px;
    margin: 0 0 10px;
    position: relative;
}
.b-test-post__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%}
.b-test-post__entry {
    padding: 0 0 20px;
	text-align: left;
}
.b-test-post__tit {
    padding: 0 0 3px;
    font-family: Juli Sans-Bold;
    font-size: 17px;
    line-height: 19px;
}
.b-test-post__btn {
    width: 100%;
    height: 112px;
    padding: 0 76px 0 10px;
    display: block;
    background: #c8ebed;
    font-family: Juli Sans-Bold;
    font-size: 27px;
    line-height: 112px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
}
.b-test-post__btn img {
    max-width: 220px;
    max-height: 50px;
    margin: 0 auto 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.b-test-post__btn:before {
    width: 26px;
    height: 26px;
    margin: -13px 0 0;
    display: block;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    right: 29px;
}
.b-test-post__btn--blue {
    background: #2f549b;
}
.b-test-post__btn--blue img {
    margin-bottom: 16px;
}
.b-test-post__btn--brown {
    background: #978877;
}
.b-test-post p {
    padding: 0;
}
.b-test-post .b-btn {
    width: 260px;
    font-family: Juli Sans-Regular;
    font-size: 17px;
    padding: 0 10px;
}
.b-test-post--sm {
    margin: 0;
    padding: 0;
}
.b-test-post--sm .b-test-post__img {
    display: none;
}
.b-blog-page {
    padding: 30px 0 0;
}
.b-blog-page .b-trust-pilot {
    padding-top: 0;
    padding-bottom: 26px;
}
.b-blog-page .b-contact, .b-blog-page .b-trust-logos {
    padding-bottom: 26px;
}
.b-blog-page .b-newletter {
    margin-bottom: 26px;
}
.b-single-post {
    font-size: 15px;
    line-height: 18px;
    position: relative;
}
.b-single-post__head {
    margin: 0 0 20px;
    position: relative;
}
.b-single-post__head-tit {
    width: 100%;
    height: 100%;
    padding: 75px 20px 0;
    font-family: Juli Sans-Bold;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.b-single-post__head-img {
    position: relative;
    z-index: 1;
}
.b-single-post__head-img:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #000;
    opacity: .34;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.b-single-post__head-img img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.b-single-post h1, .b-single-post h2, .b-single-post h3, .b-single-post h4, .b-single-post h5, .b-single-post h6 {
    font-family: Juli Sans-Bold;
}
.b-single-post h1 {
    font-size: 22px;
    line-height: 26px;
}
.b-single-post h2 {
    font-size: 20px;
    line-height: 22px;
}
.b-single-post h3 {
    font-size: 17px;
    line-height: 19px;
}
.b-single-post h4 {
    font-size: 16px;
    line-height: 18px;
}
.b-single-post h5 {
    font-size: 15px;
    line-height: 17px;
}
.b-single-post h6 {
    font-size: 14px;
    line-height: 16px;
}
.b-single-post p {
    margin: 0 0 20px;
}
.b-banner-prod {
    padding: 30px 30px 30px 20px;
    background: #00cba1;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.b-banner-prod__label {
    width: 147px;
    height: 43px;
    padding: 8px 0 18px;
    background: 0 0 url(../images/svg/label-prod.svg) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    font-family: Juli Sans-Bold;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
    position: absolute;
    top: 20px;
    left: -39px;
    z-index: 10;
}
.b-banner-prod__label span {
    height: 17px;
    display: block;
    position: relative;
    overflow: hidden;
}
.b-banner-prod__arrow {
    width: 15px;
    height: 25px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 5;
}
.b-banner-prod__arrow:before {
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    display: block;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    right: 0;
}
.b-banner-prod__post {
    position: relative;
    z-index: 3;
}
.b-banner-prod__post-img {
    width: 85px;
    height: 130px;
    position: relative;
}
.b-banner-prod__post-img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%}
.b-banner-prod__post-txt {
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: calc(100% - 85px);
    padding: 0 10px;
}
.b-banner-prod__tit {
    font-family: Juli Sans-Bold;
    font-size: 17px;
    line-height: 21px;
}
.b-banner-prod__price {
    padding: 20px 0 0;
}
.b-banner-prod__price strong {
    display: block;
}
.b-prod-area {
    padding: 0 0 30px;
    font-size: 17px;
    line-height: 20px;
    position: relative;
}
.b-cat-page .b-center,
.b-prod-area .b-center {
    padding-left: 15px;
    padding-right: 15px;
}
.b-prod-area p {
    padding: 22px 0 0;
}
.b-prod-full-post .b-tit {
    margin: 0 0 4px;
}
.b-prod-full-post .b-star-list {
    margin: 0 0 13px;
}
.b-prod-full-post__head {
    padding: 26px 0 18px;
}
.b-prod-full-post__info {
    display: block;
}
.b-prod-full-post__info-img {
    padding: 0;
}
.b-prod-full-post__price {
    padding: 25px 0;
    font-size: 20px;
    line-height: 20px;
    color: #00cba1;
    text-align: center;
}
.b-prod-full-post__price-old {
    font-family: Juli Sans-Bold;
    font-size: 12px;
    text-decoration: line-through;
}
.b-prod-full-post__btn {
    max-width: 340px;
    margin: 0 auto;
    padding: 0 0 22px;
}
.b-prod-full-post__btn .b-btn {
    width: 100%}
.b-prod-full-post__meta {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #00cba1;
}
.b-prod-full-post__meta p {
    padding: 0;
}
.b-prod-full-post__meta p .b-info-icon {
    width: 13px;
    height: 13px;
    margin: -2px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/icons/info.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
}
.b-slider-prod {
    padding: 0 0 35px;
}
.b-slider-prod__for {
    padding: 0 40px 25px;
}
.b-slider-prod__for-item {
    border: 1px solid #dcdcdc;
}
.b-slider-prod__for-label {
    height: 37px;
    padding: 10px 20px;
    background: #ffc94e;
    font-family: Juli Sans-Bold;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 2;
}
.b-slider-prod__for-img {
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}
.b-slider-prod__for-img a {
    height: 240px;
    display: block;
    position: relative;
    z-index: 1;
}
.b-slider-prod__for-img a:before {
    width: 27px;
    height: 27px;
    display: block;
    content: "";
    background-image: url(../images/icons/zoom-grey.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 2;
}
.b-slider-prod img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: relative;
    top: 50%;
    left: 50%}
.b-slider-prod .slick-next, .b-slider-prod .slick-prev {
    width: 30px;
    height: 30px;
    margin-top: -40px;
}
.b-slider-prod .slick-next:before, .b-slider-prod .slick-prev:before {
    border-width: 2px;
    border-top-color: #00cba1;
    border-right-color: #00cba1;
}
.b-slider-prod .slick-prev {
    left: 0;
}
.b-slider-prod .slick-next {
    right: 0;
}
.b-slider-prod .slick-dots {
    bottom: 0;
}
.b-slider-prod .slick-dots>li button {
    width: 14px;
    height: 14px;
    margin: 0;
    background: #ebf0f3;
}
.b-slider-prod .slick-dots>li.slick-active button, .b-slider-prod .slick-dots>li button:hover {
    background: #b8b8b8;
}
.b-prod-table {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    color: #9c9c9c;
}
.b-prod-table .b-col {
    width: 33.33%;
    position: relative;
}
.b-prod-table__label {
    width: 46px;
    height: 46px;
    background: #fd8d9e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: -22px;
    right: -18px;
}
.b-prod-table__head {
    background: #00cba1;
    color: #fff;
    font-family: Juli Sans-Bold;
    position: relative;
    z-index: 1;
}
.b-prod-table__head-item .b-col {
    padding: 15px 10px;
    border-left: 1px solid #fff;
}
.b-prod-table__head-item .b-col:first-child {
    border: none;
}
.b-prod-table__body {
    position: relative;
    z-index: 2;
}
.b-prod-table__body-item {
    padding: 17px 0;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.b-prod-table__body-item .b-col {
    padding: 0 10px;
}
.b-prod-table__body-item .b-col:first-child {
    text-align: left;
}
.b-prod-table__body-item.checked {
    background: #ebf0f3;
    color: #9d9d9d;
}
.b-prod-table__body-item.checked .b-prod-table__label {
    opacity: 1;
}
.b-bought {
    padding: 35px 0 0;
    display: block;
}
.b-bought__col--last {
    text-align: center;
}
.b-bought__img {
    padding: 10px;
    border: 1px solid #dcdcdc;
    position: relative;
}
.b-bought__img span {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
}
.b-bought__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: relative;
    top: 50%;
    left: 50%}
.b-bought__icon-plus {
    width: 60px;
    position: relative;
}
.b-bought__icon-plus:before {
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    display: block;
    content: "";
    background-image: url(../images/icons/plus.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
.b-bought__price {
    padding: 0 0 21px;
    font-family: Juli Sans-Bold;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    color: #00cba1;
}
.b-bought__price small {
    padding: 2px 0 0;
    display: block;
    font-family: Juli Sans-Regular;
    font-size: 12px;
    color: #9c9c9c;
}
.b-bought .b-btn {
    width: 276px;
    height: 41px;
    font-size: 15px;
    line-height: 39px;
}
.b-bought-list {
    margin: 0 9px;
    padding: 18px 0 27px;
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    text-align: left;
}
.b-bought-list.b-lg {
    display: none;
}
.b-bought-list li {
    margin:0 0 22px;
    padding: 0 0 0 37px;
    position: relative;
}
.b-bought-list li:before {
    width: 19px;
    height: 20px;
    display: block;
    content: "";
    background-image: url(../images/icons/mark.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 2;
}
.b-bought-list span {
    padding:1px 0 0;
    display:block;
}
.b-bought-list span.amount span{
    display: inline-block;
}
.b-tab {
    margin: 0 -15px;
    padding: 26px 0 0;
    position: relative;
}
.b-tab__nav {
    margin: 0 0 20px;
    border-bottom: 1px solid #00cba1;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
.b-tab__nav li {
    padding: 0 0 0 1px;
}
.b-tab__nav li:first-child {
    padding-left: 0;
}
.b-tab__nav li a {
    padding: 12px 4px;
    height: 100%;
    display: block;
    border: 1px solid #00cba1;
    border-bottom: none;
    color: #9d9d9d;
    white-space: nowrap;
    text-decoration: none;
}
.b-tab__nav li.ui-state-active a {
    background: #00cba1;
    color: #fff;
}
.b-tab__item {
    padding: 0 15px;
}
.b-tab p span {
    color: #fd8d9e;
}
.b-others-grid {
    margin: 0 -15px;
    display: block;
    position: relative;
}
.b-others-post {
    padding: 15px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    position: relative;
}
.b-others-post__img {
    width: 35%;
    height: 160px;
    position: relative;
}
.b-others-post__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%}
.b-others-post__txt {
    width: 65%;
    padding: 0 0 0 10px;
}
.b-others-post__tit {
    margin: 0 0 5px;
    font-family: Juli Sans-Bold;
    font-size: 13px;
    line-height: 15px;
    color: #9c9c9c;
}
.b-others-post__tit a {
    color: #9c9c9c;
    text-decoration: none;
}
.b-others-post__tit a:hover {
    color: #00cba1;
}
.b-others-post__price {
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 16px;
    color: #00cba1;
}
.b-others-post__price-old {
    padding: 0 0 4px;
    font-family: Juli Sans-Bold;
    font-size: 12px;
    text-decoration: line-through;
}
.b-others-post .b-btn {
    width: 155px;
    font-size: 12px;
}
.b-banner-d {
    display: none;
}
.b-banner-m img {
    width: 100%;
    display: block;
}
.b-cart-prod {
    max-width: 290px;
    margin: 0 auto;
    padding: 26px 0 37px;
    text-align: center;
    position: relative;
}
.b-cart-prod, .b-cart-prod__tit {
    font-size: 15px;
    line-height: 19px;
}
.b-cart-prod__tit {
    font-family: Juli Sans-Bold;
    color: #00cba1;
}
.b-cart-prod__tit a {
    color: #00cba1;
    text-decoration: none;
}
.b-cart-prod__img {
    height: 190px;
    margin: 7px 0 10px;
    padding: 10px;
}
.b-cart-prod__img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: relative;
    top: 50%;
    left: 50%}
.b-cart-prod__foot {
    max-width: 220px;
    margin: 0 auto;
    padding: 29px 0 0;
}
.b-cart-list {
    counter-reset: a;
}
.b-cart-list__item {
    padding: 0 0 11px;
}
.b-cart-list__tit {
    padding: 0 0 6px;
    display: block;
    font-size: 15px;
    line-height: 19px;
    color: #9c9c9c;
    position: relative;
}
.b-cart-list__tit:before {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    content: counter(a) ".";
    counter-increment: a;
}
.b-cart-list .b-radio {
    padding: 0 0 4px 16px;
}
.b-cart-list .jq-selectbox {
    margin-top: 14px;
}
.b-cart-list .b-btn {
    width: 100%;
    height: 37px;
    margin-top: 28px;
    font-family: Juli Sans-Bold;
    font-size: 15px;
    line-height: 35px;
}
.b-search-list__item {
    padding: 30px 0 20px;
    border-top: 1px solid #b8b8b8;
}
.b-search-list__item:first-child {
    padding-top: 0;
    border: none;
}
.b-search-list .b-tit {
    padding: 0 0 20px;
}
.b-woo-page .b-center {
    padding: 0 15px;
}
.b-woo-page__head {
    padding: 26px 0 32px;
    display: block;
    text-align: center;
}
.b-woo-page__head-tit {
    margin:0 0 15px;
    font-family: Juli Sans-Bold;
    font-size: 20px;
    line-height: 22px;
    color: #9c9c9c;
}
.b-woo-page__head-tit span {
    font-family: Juli Sans-Regular;
}
.b-woo-page__head .proceed-to-checkout {
    width: 100%}
.b-woo-page__body {
    margin: 0 -15px;
    position: relative;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border: none;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text {
    width: 150px;
}
.continue-shopping-btn, .proceed-to-checkout, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    height: auto;
    min-height: 46px;
    padding: 14px 10px;
    display: inline-block;
    vertical-align: top;
    background: #ebf0f3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    font-family: Juli Sans-Bold;
    font-weight: 400;
    color: #9c9c9c;
}
.continue-shopping-btn:disabled[disabled], .proceed-to-checkout:disabled[disabled], .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled[disabled] {
    padding: 0 10px;
    background: #ebf0f3;
    color: #9c9c9c;
}
.continue-shopping-btn {
    background: #ebf0f3;
    color: #9c9c9c;
}
.continue-shopping-btn:hover {
    background: #dad8da;
    color: #51515d;
}
.proceed-to-checkout {
    background: #fd8d9e;
    color: #fff;
}
.proceed-to-checkout.b-ch-btn--grey{
    background: #b8b8b8;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .woocommerce-shipping-calculator .input-text {
    height: 46px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    display: block;
    border: 1px solid #b8b8b8;
    background: #fff;
    font-size: 14px;
    line-height: 34px;
    color: #9d9d9d;
    position: relative;
}
.woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cart_totals {
    width: auto;
}
.b-prod-full-post__qty .quantity .qty {
    padding: 0!important;
    border: none!important;
}
.b-prod-full-post__qty .quantity .qty .input-text {
    border: 1px solid #b8b8b8!important;
}
.proceed-to-checkout-box {
    padding: 17px 0 44px;
}
.cart-collaterals .b-usp-sm-three .b-center {
    margin: 0 -15px;
    padding-left: 0;
    padding-right: 0;
}
.cart-collaterals .b-usp-sm__item {
    display: block;
}
.cart-collaterals .b-usp-sm-post {
    padding: 28px 0 0;
}
.cart-collaterals .b-usp-sm-post:before {
    width: 24px;
    height: 24px;
    margin: 0 0 0 -12px;
    top: 0;
    left: 50%}
.select2-container--default .select2-selection--single {
    height: 46px;
    border: 1px solid #b8b8b8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 50px;
    font-size: 14px;
    line-height: 44px;
    color: #9c9c9c;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 42px;
    height: 100%}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: -4px 0 0 -8px;
    border-width: 8px 8px 0;
    border-color: #9d9d9d transparent transparent;
}
.select2-container--default--above .select2-selection--single {
    border-top: none;
}
.select2-container--default--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #9d9d9d;
    border-width: 0 8px 8px;
}
.select2-dropdown {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#billing_country_field .select2-container--default .select2-selection--single {
    height: 36px;
    border: 1px solid #b8b8b8;
    background: #f4f5f7;
}
#billing_country_field .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 42px;
    font-size: 14px;
    line-height: 34px;
    color: #9c9c9c;
    text-align: left;
}
#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 42px;
    height: 100%}
#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: -4px 0 0 -8px;
    border-width: 8px 8px 0;
    border-color: #9d9d9d transparent transparent;
}
#billing_country_field .select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
}
#billing_country_field .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #9d9d9d;
    border-width: 0 8px 8px;
}
#billing_company_address_field .b-flex, #billing_company_address_field .proceed-to-checkout-box {
    margin: 0 -10px;
    position: relative;
}
.woocommerce form .form-row {
    padding: 12px 0;
}
.woocommerce form .form-row label {
    line-height: 19px;
}
.woocommerce form .form-row label.b-label {
    padding: 0 0 10px;
}
.b-mobile-phone-row.b-field-invalid .b-label {
    color: #a00;
}
.b-mobile-phone-row.b-field-invalid .b-input {
    border-color: #a00;
}
.b-step-errors {
    width: auto;
    margin: 0 0 2em;
    padding: 1em 2em 1em 3.5em;
    display: none;
    background-color: #f7f6f7;
    border-top: 3px solid #b81c23;
    color: #515151;
    word-wrap: break-word;
    position: relative;
}
.b-step-errors:before {
    font-family: WooCommerce;
    display: inline-block;
    content: "\e016";
    color: #b81c23;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.b-order-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dcdcdc;
}
.b-order-table th {
    border-bottom: 1px solid #dcdcdc;
    font-size: 17px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
}
.b-order-table td, .b-order-table th {
    padding: 18px 10px;
}
.b-order-table td.name, .b-order-table th.name {
    padding-left: 25px;
}
.b-order-table td.numb, .b-order-table th.numb {
    width: 100px;
    white-space: nowrap;
}
.b-order-table td {
    font-family: Juli Sans-Bold;
}
.b-order-table td.name {
    font-size: 12px;
    line-height: 15px;
}
.b-order-table td.numb {
    font-size: 15px;
}
.b-order-table td.numb span {
    width: 50px;
    height: 29px;
    margin: 0 auto;
    display: block;
    border: 1px solid #b8b8b8;
    line-height: 27px;
    text-align: center;
}
.b-order-table td.price {
    font-size: 15px;
    color: #fd8d9e;
    line-height: 19px;
    text-align: center;
}
.b-order-table td.price .old {
    text-decoration: line-through;
    color: #9c9c9c;
    white-space: nowrap;
}
.b-order-table td.btn {
    padding: 25px;
}
.b-order-table__img {
    width: 85px;
    height: 85px;
    padding: 10px;
    border: 1px solid #dcdcdc;
}
.b-order-table__img img {
	height:100%;
	width:auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
}
.b-order-table__tit {
    padding: 0 0 10px;
    font-size: 13px;
    line-height: 15px;
}
.b-order-table__tit a {
    color: #9c9c9c;
    text-decoration: none;
}
.b-order-table__tit a:hover {
    color: #00cba1;
}
.b-order-table .b-flex, .b-order-table .proceed-to-checkout-box {
    display: block;
}
.b-order-item {
    padding: 31px 25px 43px;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}
.b-order-item__tit {
    margin: 0 0 25px;
    font-family: Juli Sans-Bold;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}
.b-order-item__row {
    padding: 0 0 15px;
}
.b-order-item__row .b-flex, .b-order-item__row .proceed-to-checkout-box {
    width: 100%}
.b-order-item__row .col-left #boclassic_card_logos {
    padding: 0;
}
.b-order-item__row .col-left #boclassic_card_logos img {
    margin-top: 5px;
    margin-bottom: 5px;
}
.b-order-item__row .col-left p {
    padding: 0;
    white-space: normal;
}
.b-order-item__row .col-left:first-child {
    padding-right: 15px;
}
.b-order-item__row .col-right {
    text-align: right;
}
.b-order-item__row .green {
    text-transform: uppercase;
    color: #00cba1;
}
.b-order-item__row--pad {
    padding: 0 0 17px;
}
.b-order-item__foot {
    font-family: Juli Sans-Bold;
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
}
.b-order-item p {
    padding: 0 0 27px;
}
.b-order-totals-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 15px;
    font-family: Juli Sans-Regular;
}
.b-order-totals-table th {
    font-weight: 400;
    white-space: nowrap;
    text-align: left;
}
.b-order-totals-table td {
    text-align: right;
}
.b-order-totals-table .order-total {
    font-family: Juli Sans-Bold;
}
.b-order-totals-table .cart-discount td {
    font-family: Juli Sans-Bold;
    text-transform: uppercase;
    color: #00cba1;
}
.b-order-totals-table .cart-discount td .woocommerce-remove-coupon {
    font-family: Juli Sans-Regular;
}
.b-card-list__item {
    height: 28px;
    padding: 0 0 0 15px;
}
.b-card-list img {
    height: 100%;
    display: block;
    position: relative;
}
.b-order-foot {
    padding: 35px 20px 20px 50px;
}
.b-order-foot__tit {
    margin: 0 0 20px 22px;
    font-size: 17px;
    line-height: 19px;
    text-decoration: underline;
}
.b-order-foot .b-checkbox {
    font-size: 15px;
    line-height: 19px;
}
.b-coupon-box .b-input {
    margin-bottom: 10px;
}
/*  .woocommerce .checkout_coupon.woocommerce-form-coupon {
    height: 1px;
    padding: 0;
    margin: 0;
    display: none!important;
    position: relative;
   // overflow: hidden;
}  */
.woocommerce-column__title, .woocommerce-order-details__title {
    padding: 0 0 10px;
    font-family: Juli Sans-Bold;
    font-size: 15px;
    line-height: 19px;
}
.woocommerce .woocommerce-order ul.order_details {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px 30px;
    border-top: 1px dashed #dcdcdc;
    position: relative;
}
.woocommerce .woocommerce-order ul.order_details li {
    margin: 0;
    padding: 20px;
    float: none;
    border: none;
    border-bottom: 1px dashed #dcdcdc;
}
.woocommerce .woocommerce-order ul.order_details li strong {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}
.woocommerce .woocommerce-customer-details address {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    border: 1px solid #dcdcdc;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.woocommerce-notice {
    padding: 0 0 20px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    padding-left: 20px;
}
.woocommerce-MyAccount-navigation {
    padding-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 0 0 1px;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px;
    display: block;
    background: #dcdcdc;
    color: #9c9c9c;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #f4f5f7;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #00cba1;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
    color: #fff;
}
.woocommerce-MyAccount-content mark {
    display: inline;
}
.b-prod-full-post__qty {
    text-align: center;
    margin-bottom: 15px;
}
.b-prod-full-post__qty .quantity .qty {
    width: 120px;
    padding: 5px;
    border: 2px solid #00cba1;
}
.free_shipping {
    color: #00cba1!important;
}
@media screen and (min-width:767px) {
    .b-lg {
    display: block;
	}
	.b-sm {
	    display: none;
	}
	.fancybox-skin {
	    padding-top: 61px!important;
	}
	.b-modal {
	    font-size: 17px;
	    line-height: 21px;
	}
	.b-modal hr {
	    margin: 22px 0 4px;
	}
	.b-modal__entry {
	    min-height: 287px;
	    padding: 22px 0 4px;
	}
	.b-modal__item {
	    min-height: 90px;
	    padding: 0 20px 0 112px;
	}
	.b-modal__item--icon:before {
	    width: 46px;
	    height: 47px;
	    top: 17px;
	    left: 35px;
	}
	.b-modal__tit {
	    font-size: 20px;
	    line-height: 24px;
	}
	.b-modal p {
	    padding: 2px 0 16px;
	}
	.b-modal__btns {
	    padding: 0 20px;
	}
	.b-modal .b-btn {
	    padding-left: 10px;
	    padding-right: 10px;
	    font-size: 23px;
	    line-height: 25px;
	}
	.b-close-btn {
	    height: 61px;
	    padding: 15px 40px;
	    font-size: 20px;
	    line-height: 30px;
	}
	.b-close-btn__btn {
	    padding: 0 40px 0 0;
	}
	.b-close-btn__btn .icon {
	    width: 22px;
	    height: 22px;
	    margin-top: -11px;
	}
	body {
	    font-size: 17px;
	    line-height: 23px;
	}
	.b-page-nav {
	    margin: 0;
	    padding: 35px 15px 23px;
	    font-size: 20px;
	}
	.b-page-nav span {
	    height: 40px;
	    margin: 0 0 0 9px;
	    line-height: 36px;
	}
	.b-page-nav .next, .b-page-nav .page, .b-page-nav .prev {
	    min-width: 40px;
	    height: 40px;
	    margin: 0 0 0 9px;
	    line-height: 36px;
	}
	.b-page-nav .next:before, .b-page-nav .prev:before {
	    width: 12px;
	    height: 12px;
	    margin: -6px 0 0;
	}
	.b-page-nav .prev {
	    padding: 0 20px 0 40px;
	}
	.b-page-nav .prev:before {
	    left: 16px;
	}
	.b-page-nav .next {
	    padding: 0 40px 0 20px;
	}
	.b-page-nav .next:before {
	    right: 16px;
	}
	.b-crumb {
	    padding: 30px 20px;
	    font-size: 17px;
	}
	.b-crumb, .b-crumb a {
	    color: #000;
	    position: relative;
	}
	.b-crumb a {
	    margin-right: 5px;
	    padding-right: 24px;
	    display: inline-block;
	    vertical-align: top;
	    text-decoration: none;
	}
	.b-crumb a:after {
	    display: block;
	    content: ">>";
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	.b-crumb span {
	    display: inline-block;
	    vertical-align: top;
	}
	.jq-selectbox {
	    font-size: 20px;
	}
	.jq-selectbox li {
	    min-height: 18px;
	    padding: 4px 10px;
	    font-size: 17px;
	    line-height: 19px;
	}
	.jq-selectbox__select {
	    height: 42px;
	    padding: 5px 52px 5px 10px;
	    line-height: 30px;
	}
	.jq-selectbox__trigger {
	    width: 42px;
	}
	.jq-selectbox__trigger-arrow {
	    width: 10px;
	    height: 8px;
	    margin: -3px 0 0 -5px;
	}
	.jq-selectbox__trigger-arrow:after, .jq-selectbox__trigger-arrow:before {
	    margin-left: -5px;
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	}
	.jq-selectbox__trigger-arrow:before {
	    border-top: 7px solid #fff;
	}
	.jq-selectbox__trigger-arrow:after {
	    margin-top: 2px;
	    border-top: 7px solid #000;
	}
	.jq-selectbox.b-select-grey {
	    font-size: 20px;
	}
	.jq-selectbox.b-select-grey li {
	    padding: 4px 10px 4px 23px;
	}
	.jq-selectbox.b-select-grey .jq-selectbox__select {
	    height: 46px;
	    padding: 5px 52px 5px 23px;
	    line-height: 34px;
	}
	.jq-selectbox.b-select-grey .jq-selectbox__trigger {
	    width: 52px;
	}
	.jq-selectbox.b-select-grey .jq-selectbox__trigger-arrow {
	    width: 20px;
	    height: 11px;
	    margin: -5px 0 0 -10px;
	}
	.jq-selectbox.b-select-grey .jq-selectbox__trigger-arrow:before {
	    margin-left: -10px;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-top: 11px solid #9d9d9d;
	}
	.b-radio-lb {
	    padding: 8px 10px 8px 20px;
	    line-height: 23px;
	}
	.b-radio-lb--row {
	    padding-top: 35px;
	    padding-bottom: 35px;
	    padding-left: 20px;
	    font-size: 22px;
	    line-height: 27px;
	}
	.b-radio-lb--row .jq-radio {
	    margin: 4px 17px 0 0;
	}
	.b-radio-lb__txt {
	    width: -webkit-calc(100% - 37px);
	    width: -moz-calc(100% - 37px);
	    width: calc(100% - 37px);
	}
	.b-radio-lb__txt-logos {
	    max-width: 230px;
	    margin: 30px 0 0 7px;
	}
	.b-radio-lb__txt-logo {
	    max-width: 145px;
	    margin-top: 17px;
	}
	#boclassic_card_logos {
	    padding-top: 30px;
	}
	.payment_method_ppec_paypal img {
	    max-width: 145px;
	    margin-top: 17px;
	}
	.b-label {
	    font-size: 22px;
	    line-height: 24px;
	}
	.b-default-post .wpcf7-form-control, .b-input, .woocommerce-input-wrapper .input-text {
	    height: 41px;
	    padding: 5px 20px;
	    font-size: 20px;
	    line-height: 29px;
	}
	.b-default-post .wpcf7-form-control {
	    width: auto;
	}
	.info-link {
	    width: 17px;
	    height: 17px;
	    font-size: 12px;
	    line-height: 15px;
	}
	.slick-next, .slick-prev {
	    width: 50px;
	    height: 50px;
	    margin-top: -5px;
	}
	.slick-prev {
	    left: 37px;
	}
	.slick-next {
	    right: 37px;
	}
	.b-slider--arrow-sm .slick-next, .b-slider--arrow-sm .slick-prev {
	    width: 24px;
	    height: 24px;
	    margin-top: -12px;
	}
	.slick-dots {
	    bottom: 24px;
	}
	.slick-dots>li button {
	    margin: 4px;
	}
	.slick-dots>li.slick-active button, .slick-dots>li button:hover {
	    width: 18px;
	    height: 18px;
	    margin: 0;
	}
	.b-btn, .b-default-post .wpcf7-form-control.wpcf7-submit {
	    height: 44px;
	    padding: 0 30px;
	    line-height: 42px;
	}
	.b-btn--xlg, .b-default-post .wpcf7-form-control.wpcf7-submit--xlg {
	    height: 56px;
	    font-size: 24px;
	    line-height: 54px;
	}
	.b-btn--lg, .b-default-post .wpcf7-form-control.wpcf7-submit--lg {
	    height: 50px;
	    line-height: 48px;
	}
	.b-btn--sm, .b-default-post .wpcf7-form-control.wpcf7-submit--sm {
	    height: 37px;
	    font-size: 19px;
	    line-height: 35px;
	}
	.b-btn--green, .b-default-post .wpcf7-form-control.wpcf7-submit--green {
	    width: 258px;
	}
	.b-btn--arrow-r, .b-default-post .wpcf7-form-control.wpcf7-submit--arrow-r {
	    padding: 0 60px;
	}
	.b-btn--bd-grey, .b-btn--bd-greyl, .b-default-post .wpcf7-form-control.wpcf7-submit--bd-grey, .b-default-post .wpcf7-form-control.wpcf7-submit--bd-greyl {
	    font-size: 19px;
	}
	.b-head {
	    margin: 0 auto 26px;
	    font-size: 18px;
	    line-height: 23px;
	}
	.b-tit {
	    font-size: 26px;
	    line-height: 28px;
	}
	.b-tit--al-left {
	    text-align: left;
	}
	.b-tit--lg {
	    font-size: 30px;
	    line-height: 32px;
	    margin:  0;
	}
	.b-sub-tit {
	    font-size: 24px;
	    line-height: 26px;
	}
	.b-trust-list__item {
	    width: 65px;
	    height: 42px;
	}
	.b-star-list--lg {
	    font-size: 18px;
	    line-height: 24px;
	    text-align: left;
	}
	.b-star-list--lg img {
	    width: 135px;
	    margin: 0 15px 0 0;
	}
	.b-status {
	    font-size: 18px;
	    line-height: 20px;
	    text-align: left;
	}
	hr {
	    margin: 45px 0 32px;
	}
	.jq-radio {
	    width: 20px;
	    height: 20px;
	    margin: -2px 17px 0 0;
	    line-height: 18px;
	}
	.jq-radio__div {
	    width: 12px;
	    height: 12px;
	    margin: -6px 0 0 -6px;
	}
	.b-checkbox, .b-checkbox-login {
	    font-size: 16px;
	    line-height: 19px;
	}
	.b-checkbox-login .jq-checkbox {
	    margin: 0 20px 0 0;
	}
	.jq-checkbox {
	    width: 26px;
	    height: 26px;
	    margin: -2px 22px 0 0;
	    line-height: 24px;
	}
	.jq-number {
	    width: 116px;
	    padding: 0 34px;
	}
	.jq-number__field input {
	    height: 36px;
	    font-size: 15px;
	    line-height: 42px;
	}
	.jq-number__spin {
	    width: 35px;
	    font-size: 36px;
	    line-height: 32px;
	}
	.jq-number__spin.plus:before {
	    height: 40px;
	    margin-top: -19px;
	}
	.jq-number__spin.minus:before {
	    width: 20px;
	    height: 3px;
	    margin: -1px 0 0 -10px;
	}
	.b-accordion {
	    margin:0;
	    font-size: 19px;
	    line-height: 24px;
	}
	.b-accordion__body {
	    padding: 0;
	    border-bottom: none;
	}
	.b-accordion__head {
	    padding: 32px 0;
	}
	.b-accordion__tit {
	    padding: 0 45px 0 0;
	    line-height: 21px;
	}
	.b-accordion__tit:before {
	    width: 20px;
	    height: 20px;
	    margin: -17px 0 0;
	    display: block;
	    content: "";
	    border-top: 1px solid #9c9c9c;
	    border-right: 1px solid #9c9c9c;
	    -webkit-transform: rotate(135deg);
	    -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	    -o-transform: rotate(135deg);
	    transform: rotate(135deg);
	    -webkit-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    transition: all .3s ease;
	    position: absolute;
	    top: 50%;
	    right: 0;
	}
	.b-accordion__entry {
	    max-width: 345px;
	    padding: 32px 0 9px;
	    text-align: left;
	}
	.b-accordion hr {
	    margin: 57px 0 32px;
	}
	.b-footer {
	    padding: 39px 20px;
	    line-height: 19px;
	}
	.b-footer__col {
	    padding: 0;
	}
	.b-footer__top {
	    padding: 0 0 24px;
	    text-align: left;
	}
	.b-footer__bot, .b-footer__top {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-footer__bot-col {
	    padding: 0;
	}
	.b-footer__bot-col:first-child {
	    -webkit-box-ordinal-group: 4;
	    -moz-box-ordinal-group: 4;
	}
	.b-footer__bot-col:nth-child(2) {
	    -webkit-box-ordinal-group: 3;
	    -moz-box-ordinal-group: 3;
	}
	.b-footer--sm {
	    padding: 30px 0 30px 20px;
	}
	.b-footer--sm .b-footer__top {
	    max-width: none;
	    padding: 0;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    white-space: nowrap;
	}
	.b-footer--sm .b-footer__col {
	    padding-right: 30px;
	}
	.b-footer--sm .b-footer__col--last {
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 2;
	    -moz-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	    order: 2;
	}
	.b-phone {
	    display: block;
	}
	.b-logos-list--lg {
	    padding: 0;
	    -webkit-box-pack: start;
	    -webkit-justify-content: flex-start;
	    -moz-box-pack: start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -moz-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	.b-logos-list--lg .b-logos-list__item {
	    padding-left: 30px;
	}
	.b-logos-list--lg .b-logos-list__item:first-child {
	    padding-left: 0;
	}
	.b-logos-list--lg img {
	    max-width: 110px;
	    max-height: 65px;
	}
	.b-foot-post {
	    text-align: left;
	}
	.b-foot-post__tit {
	    margin: 0;
	    padding: 0 0 12px;
	    border: none;
	    font-size: 19px;
	    line-height: 21px;
	}
	.b-foot-post ul {
	    padding: 0;
	    font-family: Juli Sans-Regular;
	    font-size: 15px;
	}
	.b-foot-post ul li {
	    padding: 0;
	}
	.b-foot-post p {
	    padding: 0 0 20px;
	}
	.b-copyright {
	    padding: 13px 65px 20px;
	    font-family: Juli Sans-Bold;
	    font-size: 15px;
	    line-height: 17px;
	}
	.b-copyright .b-logos-list {
	    margin: 0;
	}
	.b-copyright .b-logos-list__item, .b-copyright .b-logos-list__item:first-child {
	    padding: 0 20px;
	}
	.b-copyright .b-logos-list__item img {
	    max-width: 130px;
	    max-height: 74px;
	}
	.b-copyright p {
	    padding: 16px 0 0;
	}
	.b-top-slider-post {
	    padding-top: 40px;
	}
	.b-top-slider-post__banner {
	    height: 40px;
	    padding: 0 30px;
	    font-size: 19px;
	    line-height: 40px;
	}
	.b-top-slider-post__txt {
	    height: 334px;
	    padding: 0;
	}
	.b-top-slider-post__entry {
	    max-width: 530px;
	    font-size: 20px;
	    line-height: 22px;
	}
	.b-top-slider-post__tit {
	    font-size: 27px;
	    line-height: 33px;
	}
	.b-top-slider-post p {
	    padding: 0 0 33px;
	}
	.b-usp-sm {
	    padding: 30px 20px;
	}
	.b-usp-sm__item {
	    padding: 0 30px 0 0;
	    display: block;
	}
	.b-usp-sm-post, .b-usp-sm-post__tit {
	    font-size: 16px;
	    line-height: 20px;
	}
	.b-product-carousel {
	    padding: 25px 20px 71px;
	}
	.b-product-carousel .b-slider__item {
	    padding: 0 25px;
	}
	.b-product-carousel .slick-next, .b-product-carousel .slick-prev {
	    margin-top: -64px;
	}
	.b-product-carousel .slick-prev {
	    left: 0;
	}
	.b-product-carousel .slick-next {
	    right: 0;
	}
	.b-prod-post {
	    padding: 94px 74px 38px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-prod-post__label {
	    min-width: 300px;
	    height: 57px;
	    font-size: 26px;
	    line-height: 57px;
	}
	.b-prod-post__img {
	    width: 265px;
	    height: auto;
	    margin: 0 18px;
	}
	.b-prod-post__txt {
	    width: -webkit-calc(100% - 265px);
	    width: -moz-calc(100% - 265px);
	    width: calc(100% - 265px);
	    padding: 0 18px;
	}
	.b-prod-post__star {
	    margin: -4px 0 16px;
	}
	.b-prod-post__tit {
	    font-size: 16px;
	    line-height: 23px;
	}
	.b-prod-post__price {
	    margin: 0 0 30px;
	    font-size: 18px;
	    line-height: 22px;
	}
	.b-prod-post__price-old {
	    font-size: 15px;
	}
	.b-prod-post__price strong {
	    font-size: 16px;
	}
	.b-prod-post .b-btn {
	    width: 215px;
	}
	.b-prod-post--sm {
	    max-width: none;
	    padding: 0;
	    display: block;
	}
	.b-prod-post--sm .b-prod-post__img {
	    width: auto;
	    height: 180px;
	    margin: 0 37px 10px;
	}
	.b-prod-post--sm .b-prod-post__txt {
	    width: auto;
	    padding: 0;
	}
	.b-prod-post--sm .b-prod-post__star {
	    margin: 0 0 10px;
	}
	.b-prod-post--sm .b-prod-post__tit {
	    height: 65px;
	    margin: 0 0 10px;
	    font-size: 16px;
	    line-height: 19px;
	}
	.b-prod-post--sm .b-prod-post__price {
	    height: 66px;
	    margin: 0 0 16px;
	    font-size: 18px;
	    line-height: 20px;
	}
	.b-prod-post--sm .b-prod-post__price-old {
	    min-height: 20px;
	    font-size: 13px;
	}
	.b-prod-post--sm .b-prod-post__price strong {
	    font-size: 16px;
	}
	.b-prod-post--sm .b-btn {
	    width: 153px;
	}
	.b-trust-pilot {
	    padding: 0 20px 29px;
	}
	.b-trust-logos {
	    padding: 0 20px 30px;
	}
	.b-trust-logos .b-tit {
	    font-size: 25px;
	}
	.b-product-slider {
	    padding: 0 20px 37px;
	}
	.b-product-slider .b-slider {
	    padding: 47px 0;
	}
	.b-product-slider .slick-next, .b-product-slider .slick-prev {
	    margin-top: 4px;
	}
	.b-product-slider .slick-prev {
	    left: 23px;
	}
	.b-product-slider .slick-next {
	    right: 23px;
	}
	.b-categories {
	    padding: 0 20px 36px;
	}
	.b-cate-grid {
	    padding: 0 0 28px;
	}
	.b-cate-grid__col, .b-cate-grid__col--height2-mob, .b-cate-grid__col--width2-mob {
	    width: 33.33%}
	.b-cate-grid__col--height2-mob .b-cat-post, .b-cate-grid__col--width2-mob .b-cat-post {
	    height: 280px;
	    padding-top: 20px;
	}
	.b-cate-grid__col--height2-mob .b-cat-post__img, .b-cate-grid__col--width2-mob .b-cat-post__img {
	    height: 170px;
	}
	.b-cate-grid__col--width2, .b-cate-grid__col--width2--width2-mob {
	    width: 66.66%}
	.b-cate-grid__col--height2 .b-cat-post {
	    height: 382px;
	    padding-top: 38px;
	}
	.b-cate-grid__col--height2 .b-cat-post__img {
	    height: 243px;
	}
	.b-cate-grid__col--height2--height2-mob .b-cat-post {
	    height: 382px;
	    padding-top: 38px;
	}
	.b-cate-grid__col--height2--height2-mob .b-cat-post__img {
	    height: 243px;
	}
	.b-cat-post {
	    height: 280px;
	    padding: 20px 20px 30px;
	}
	.b-cat-post__tit {
	    height: 60px;
	    margin: 0 0 10px;
	    padding: 6px 0 0;
	    font-size: 22px;
	    line-height: 25px;
	}
	.b-cat-post__img {
	    height: 170px;
	}
	.b-contact {
	    padding: 0 20px 104px;
	}
	.b-contact-post {
	    padding: 41px 43px 52px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    text-align: left;
	}
	.b-contact-post>* {
	    position: relative;
	    z-index: 3;
	}
	.b-contact-post__bg {
	    width: 408px;
	    height: 296px;
	    margin: -148px 0 0;
	    display: block;
	    opacity: .21;
	    position: absolute;
	    top: 50%;
	    right: -26px;
	    z-index: 1;
	}
	.b-contact-post__bg svg {
	    width: 100%;
	    height: 100%;
	    display: block;
	    fill: #fff;
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	.b-contact-post__img {
	    width: 245px;
	    padding: 0 37px;
	}
	.b-contact-post__txt {
	    width: -webkit-calc(100% - 245px);
	    width: -moz-calc(100% - 245px);
	    width: calc(100% - 245px);
	    max-width: none;
	    margin: 0;
	    padding: 0 37px;
	}
	.b-contact-post h4 {
	    font-size: 24px;
	    line-height: 28px;
	}
	.b-contact-post p {
	    padding: 0 0 29px;
	}
	.b-contact-post p strong {
	    font-size: 23px;
	    line-height: 27px;
	}
	.b-contact-post .b-btn {
	    margin: 11px 0 0 10px;
	    display: inline-block;
	}
	.b-newletter {
	    padding: 52px 0 40px;
	    font-size: 18px;
	    line-height: 20px;
	}
	.b-newletter .b-center {
	    max-width: 688px;
	}
	.b-newletter .b-flex, .b-newletter .proceed-to-checkout-box {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-newletter__tit {
	    max-width: 550px;
	    padding: 10px 0 10px 107px;
	    font-size: 26px;
	    line-height: 32px;
	}
	.b-newletter__tit:before {
	    width: 79px;
	    height: 105px;
	    margin: -61px 0 0;
	}
	.b-newletter__form {
	    padding: 30px 0;
	}
	.b-newletter__input {
	    padding: 9px 20px;
	}
    input[type="submit"].b-newletter__btn,
	.b-newletter__btn,
    input[type="text"].b-newletter__input,
    .b-newletter__input {
	    height: 42px;
	    font-size: 16px;
	    line-height: 20px;
	}
    input[type="submit"].b-newletter__btn,
	.b-newletter__btn {
	    width: 289px;
	    margin: 0;
	    padding: 10px 8px;
	    -webkit-border-radius: 0 7px 7px 0;
	    -moz-border-radius: 0 7px 7px 0;
	    border-radius: 0 7px 7px 0;
	}
	.b-newletter .wpcf7-form-control-wrap {
	    width: -webkit-calc((100% - 289px)/2);
	    width: -moz-calc((100% - 289px)/2);
	    width: calc((100% - 289px) / 2);
	    margin: 0;
	    display: block;
	    float: none;
	    position: relative;
	}
	.b-newletter .wpcf7-not-valid-tip {
	    height: 42px;
	    padding: 9px 20px;
	    font-size: 16px;
	    line-height: 20px;
	}
	.b-newletter .ajax-loader {
	    margin: -8px 0 0!important;
	    bottom: auto;
	    top: 50%;
	    right: -20px;
	}
	.b-newletter p {
	    padding: 0;
	}
	.b-posts-list {
	    padding: 0 20px;
	}
	.b-posts-list__row {
	    margin: 0 -15px;
	    position: relative;
	}
	.b-posts-list__col {
	    width: 50%;
	    padding: 18px 15px;
	    float: left;
	    position: relative;
	}
	.b-posts-list__col:nth-child(odd) {
	    clear: both;
	}
	.b-posts-list__entry {
	    max-width: 730px;
	    font-size: 21px;
	    line-height: 24px;
	    text-align: left;
	}
	.b-posts-list__tit {
	    margin: 0 0 20px;
	    font-size: 30px;
	    line-height: 32px;
	    text-align: left;
	}
	.b-posts-list__select {
	    width: 345px;
	    margin: 0;
	    padding: 0 0 20px;
	}
	.b-posts-list--lg {
	    padding-bottom: 54px;
	}
	.b-posts-list--lg .b-posts-list__row {
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.b-posts-list--lg .b-posts-list__col {
	    padding: 10px;
	}
	.b-posts-list--no-pad {
	    padding-top: 0;
	}
	.b-posts-sm {
	    line-height: 20px;
	}
	.b-posts-sm__img {
	    height: 196px;
	}
	.b-posts-sm__tit {
	    height: 46px;
	    font-size: 18px;
	}
	.b-posts-sm__entry {
	    padding: 24px 10px 0;
	}
	.b-posts-sm p {
	    margin: 0 0 18px;
	}
	.b-posts-sm--lg {
	    font-size: 20px;
	    line-height: 24px;
	}
	.b-posts-sm--lg .b-posts-sm__img----hhhhh {
	    height: 246px;
	}
	.b-posts-sm--lg .b-posts-sm__tit {
	    height: 62px;
	}
	.b-posts-sm--lg .b-posts-sm__entry {
	    padding: 32px 10px 0;
	}
	.b-posts-sm--lg p {
	    margin: 0 0 26px;
	}
	.b-posts-img__img {
	    height: 370px;
	}
	.b-posts-img__tit {
	    font-size: 27px;
	    line-height: 30px;
	}
	.b-posts-img__tit span {
	    max-width: 205px;
	}
	.b-text-full {
	    padding: 30px 20px 38px;
	}
	.b-text-full__entry {
	    max-width: 690px;
	}
	.b-text-full .b-tit {
	    margin: 0 0 23px;
	}
	.b-usp-lg {
	    padding: 0 20px 38px;
	}
	.b-usp-lg .b-center {
	    width: auto;
	    max-width: none;
	    padding: 0;
	}
	.b-usp-lg .b-tit {
	    margin: 0 0 33px;
	}
	.b-usp-lg__col {
	    width: 50%;
	    padding:0 45px 26px;
	    float: left;
	}
	.b-usp-lg__col:nth-child(odd) {
	    clear: both;
	}
	.b-usp-lg-post {
	    font-size: 18px;
	    line-height: 23px;
	}
	.b-usp-lg-post__icon {
	    height: 70px;
	}
	.b-usp-lg-post__icon--car, .b-usp-lg-post__icon--car-red {
	    width: 62px;
	}
	.b-usp-lg-post__icon--car-red img {
	    -webkit-transform: scaleX(-1);
	    -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	    -o-transform: scaleX(-1);
	    transform: scaleX(-1);
	}
	.b-usp-lg-post__icon--dialog {
	    width: 69px;
	}
	.b-usp-lg-post__icon--label {
	    width: 107px;
	}
	.b-usp-lg-post__icon--label img {
	    opacity: .2;
	    -webkit-transform: rotate(24deg);
	    -moz-transform: rotate(24deg);
	    -ms-transform: rotate(24deg);
	    -o-transform: rotate(24deg);
	    transform: rotate(24deg);
	}
	.b-usp-lg-post__tit {
	    font-size: 18px;
	    line-height: 23px;
	}
	.b-default-page {
	    padding: 42px 0 0;
	    border-top: 1px solid #dcdcdc;
	    position: relative;
	}
	.b-default-page--no-pad {
	    padding-top: 0;
	}
	.b-default-page .b-trust-pilot {
	    padding-top: 18px;
	    padding-bottom: 37px;
	}
	.b-default-page .b-contact, .b-default-page .b-trust-logos {
	    padding-bottom: 37px;
	}
	.b-default-page .b-newletter {
	    margin-bottom: 40px;
	}
	.b-default-page .b-search-form {
	    max-width: 250px;
	}
	.b-default-post {
	    padding: 0 20px 24px;
	    font-size: 15px;
	    line-height: 23px;
	}
	.b-default-post .b-head {
	    max-width: none;
	}
	.b-default-post p {
	    margin: 0 0 20px;
	}
	.b-cat-page {
	    padding: 0 0 10px;
	}
	.b-cat-page--no-pad {
	    padding-bottom: 0;
	}
	.b-cat-page .b-center {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.b-cat-page p {
	    margin: 0 0 1.3em;
	}
	.b-cat-page .b-tit {
	    margin: 0 0 24px;
	}
	.b-cat-page__entry {
	    max-width: 690px;
	    font-size: 19px;
	    line-height: 23px;
	}
	.b-cat-page__btn {
	    margin: 0;
	    padding: 0px 0 30px;
	    border: none;
	}
	.b-twocol-grig {
	    margin: 0 -20px;
	    padding: 0 0 30px;
	}
	.b-twocol-grig__col {
	    width: 50%;
	    padding: 17px 20px;
	    float: left;
	}
	.b-twocol-grig__col:nth-child(odd) {
	    clear: both;
	}
	.b-cat-prod__tit {
	    height: 23px;
	    padding: 0 20px;
	    font-size: 21px;
	}
	.b-cat-prod__img {
	    max-width: 250px;
	    height: 125px;
	}
	.b-cat-prod__btn {
	    height: 46px;
	    font-size: 19px;
	    line-height: 46px;
	}
	.b-marke-list {
	    padding: 0 0 4px;
	}
	.b-marke-list__item {
	    padding: 0 0 30px;
	}
	.b-marke-post {
	    font-size: 16px;
	    line-height: 1.3;
	}
	.b-marke-post__logo {
	    padding: 0 0 9px;
	}
	.b-marke-post__logo img {
	    max-width: 216px;
	    max-height: 76px;
	    margin: 0;
	}
	.b-marke-post__foot, .b-marke-post__price {
	    text-align: left;
	}
	.b-prod-over {
	    padding-bottom: 43px;
	    background: #f4f5f7;
	    font-size: 16px;
	    line-height: 18px;
	}
	.b-prod-over__tit {
	    height: 46px;
	    margin: 0 0 7px;
	    padding: 0 20px;
	    font-size: 21px;
	    line-height: 23px;
	    position: relative;
	    overflow: hidden;
	}
	.b-prod-over__img {
	    height: 225px;
	    margin: 15px 20px 10px;
	}
	.b-prod-over__price {
	    margin: 0 0 16px;
	    font-size: 19px;
	    line-height: 23px;
	}
	.b-prod-over__price-old {
	    min-height: 23px;
	    font-size: 14px;
	}
	.b-prod-over__meta {
	    height: 65px;
	    margin: 0 10px 12px;
	    overflow: hidden;
	}
	.b-prod-over__btn {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}
	.b-top-banner {
	    margin: 0 0 23px;
	    padding: 16px 20px;
	    font-size: 19px;
	    line-height: 20px;
	    text-transform: none;
	}
	.b-prod-offers {
	    padding: 48px 20px 50px;
	    font-size: 13px;
	    line-height: 16px;
	}
	.b-prod-offers__sale {
	    width: 74px;
	    height: 48px;
	    font-size: 19px;
	    line-height: 38px;
	}
	.b-prod-offers__tit {
	    padding: 0 0 7px;
	}
	.b-prod-offers__img {
	    height: 240px;
	}
	.b-prod-offers__entry p {
	    padding: 0 0 16px;
	}
	.b-prod-offers__btn {
	    height: 47px;
	    line-height: 47px;
	}
	.b-test-grid {
	    margin: 0 -6px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-test-grid__col {
	    width: 33.33%;
	    padding: 0 6px;
	}
	.b-test-post {
	    margin: 0 0 30px;
	    padding: 30px 30px 45px;
	    border: 1px solid #dcdcdc;
	    font-size: 19px;
	    line-height: 22px;
	}
	.b-test-post__img {
	    height: 270px;
	    margin: 0 0 30px;
	}
	.b-test-post__entry {
	    padding: 0 0 30px;
	}
	.b-test-post__tit {
	    font-size: 27px;
	    line-height: 29px;
	}
	.b-test-post__btn {
	    height: 75px;
	    padding: 0 50px 0 10px;
	    font-size: 21px;
	    line-height: 75px;
	}
	.b-test-post__btn img {
	    max-width: 153px;
	    max-height: 35px;
	}
	.b-test-post__btn:before {
	    width: 16px;
	    height: 16px;
	    margin: -8px 0 0;
	    right: 24px;
	}
	.b-test-post p {
	    padding: 0;
	}
	.b-test-post .b-btn {
	    width: 290px;
	    font-size: 19px;
	}
	.b-test-post--sm {
	    margin: 0;
	    padding: 45px 0 0;
	}
	.b-test-post--sm .b-test-post__img {
	    height: 155px;
	    margin: 0 20px 45px;
	    display: block;
	}
	.b-blog-page {
	    padding: 0;
	}
	.b-blog-page .b-trust-pilot {
	    padding-top: 0;
	    padding-bottom: 54px;
	}
	.b-blog-page .b-contact, .b-blog-page .b-trust-logos {
	    padding-bottom: 54px;
	}
	.b-blog-page .b-newletter {
	    margin-bottom: 54px;
	}
	.b-single-post {
	    font-size: 21px;
	    line-height: 24px;
	}
	.b-single-post__head {
	    margin: 0 0 60px;
	}
	.b-single-post__head-tit {
	    padding: 95px 20px 0;
	}
	.b-single-post__head-tit, .b-single-post h1 {
	    font-size: 33px;
	    line-height: 36px;
	}
	.b-single-post h2 {
	    font-size: 26px;
	    line-height: 28px;
	}
	.b-single-post h3 {
	    font-size: 24px;
	    line-height: 26px;
	}
	.b-single-post h4 {
	    font-size: 23px;
	    line-height: 25px;
	}
	.b-single-post h5 {
	    font-size: 22px;
	    line-height: 24px;
	}
	.b-single-post h6 {
	    font-size: 21px;
	    line-height: 23px;
	}
	.b-single-post p {
	    margin: 0 0 30px;
	}
	.b-banner-prod {
	    padding: 15px 70px 15px 115px;
	    font-size: 27px;
	    line-height: 31px;
	}
	.b-banner-prod__label {
	    width: 298px;
	    height: 88px;
	    padding: 13px 0 42px;
	    background: 0 0 url(../images/svg/label-prod.svg) no-repeat;
	    -moz-background-size: 100% 100%;
	    background-size: 100% 100%;
	    font-size: 30px;
	    line-height: 33px;
	    position: absolute;
	    top: 40px;
	    left: -78px;
	}
	.b-banner-prod__label span {
	    height: 33px;
	}
	.b-banner-prod__arrow {
	    width: 35px;
	    height: 35px;
	    margin-top: -27px;
	    right: 35px;
	}
	.b-banner-prod__arrow:before {
	    width: 40px;
	    height: 40px;
	    margin: -20px 0 0;
	}
	.b-banner-prod__post-img {
	    width: 255px;
	    height: 270px;
	}
	.b-banner-prod__post-txt {
	    width: -webkit-calc(100% - 255px);
	    width: -moz-calc(100% - 255px);
	    width: calc(100% - 255px);
	    padding: 0 15px;
	}
	.b-banner-prod__tit {
	    font-size: 36px;
	    line-height: 40px;
	}
	.b-banner-prod__price {
	    padding: 35px 0 0;
	}
	.b-prod-area {
	    padding: 0 0 45px;
	    font-size: 21px;
	    line-height: 25px;
	}
	.b-prod-area .b-center {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.b-prod-area p {
	    padding: 25px 0 0;
	}
	.b-prod-full-post .b-tit {
	    margin: 0 0 10px;
	}
	.b-prod-full-post .b-star-list {
	    margin: 0 0 12px;
	}
	.b-prod-full-post__head {
	    padding: 0 0 23px;
	}
	.b-prod-full-post__info {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-prod-full-post__info-img {
	    width: -webkit-calc(50% - 20px);
	    width: -moz-calc(50% - 20px);
	    width: calc(50% - 20px);
	}
	.b-prod-full-post__info-txt {
	    width: -webkit-calc(50% + 20px);
	    width: -moz-calc(50% + 20px);
	    width: calc(50% + 20px);
	    padding: 0 0 0 20px;
	}
	.b-prod-full-post__price {
	    padding: 23px 0;
	    font-size: 24px;
	    line-height: 24px;
	}
	.b-prod-full-post__price-old {
	    font-size: 15px;
	}
	.b-prod-full-post__btn {
	    max-width: 410px;
	    padding: 0 0 15px;
	}
	.b-prod-full-post__meta {
	    font-size: 18px;
	    line-height: 20px;
	}
	.b-prod-full-post__meta p {
	    padding: 0 22px;
	}
	.b-prod-full-post__meta p .b-info-icon {
	    width: 17px;
	    height: 17px;
	}
	.b-slider-prod {
	    padding: 0;
	}
	.b-slider-prod__for {
	    padding: 0 0 25px;
	}
	.b-slider-prod__for-label {
	    height: 52px;
	    padding: 15px 25px;
	    font-size: 21px;
	    line-height: 22px;
	    top: 25px;
	}
	.b-slider-prod__for-img {
	    padding: 30px 20px 30px;
	}
	.b-slider-prod__for-img a {
	    height: 330px;
	}
	.b-slider-prod__nav {
	    margin: 0 -10px;
	}
	.b-slider-prod__nav-item {
	    padding: 0 10px;
	}
	.b-slider-prod__nav-img {
	    height: 113px;
	    padding: 10px;
	    border: 1px solid #dcdcdc;
	    position: relative;
	    cursor: pointer;
	}
	.b-prod-table {
	    font-size: 18px;
	    line-height: 20px;
	}
	.b-prod-table__body-item .b-col:first-child {
	    padding-left: 20px;
	}
	.b-prod-table__label {
	    width: 55px;
	    height: 55px;
	    font-size: 12px;
	    line-height: 15px;
	    top: -27px;
	    right: -31px;
	}
	.b-bought {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-bought__col--last {
	    width: -webkit-calc(100% - 380px);
	    width: -moz-calc(100% - 380px);
	    width: calc(100% - 380px);
	    padding: 0 0 0 20px;
	    text-align: left;
	}
	.b-bought__img span {
	    width: 132px;
	    height: 132px;
	}
	.b-bought__icon-plus {
	    width: 73px;
	    height: 100%}
	.b-bought__icon-plus:before {
	    width: 42px;
	    height: 42px;
	    margin: -21px 0 0 -21px;
	}
	.b-bought__price {
	    padding: 0 0 21px;
	    display: inline-block;
	    font-size: 20px;
	    line-height: 20px;
	}
	.b-bought__price small {
	    padding: 10px 0 0;
	    font-size: 16px;
	}
	.b-bought .b-btn {
	    width: 300px;
	    font-size: 18px;
	}
	.b-bought-list {
	    padding: 50px 0 0;
	    display: block;
	    font-size: 21px;
	    line-height: 25px;
	}
	.b-bought-list.b-lg {
	    display: block;
	}
	.b-bought-list li {
	    margin: 22px 0 0;
	    padding: 0 0 0 44px;
	}
	.b-bought-list li:before {
	    width: 22px;
	    height: 24px;
	    top: -2px;
	}
	.b-bought-list span {
	    padding: 0;
	    display: inline-block;
	}
	.b-tab {
	    margin: 0;
	    padding: 20px 0 0;
	}
	.b-tab__nav {
	    margin: 0 0 22px;
	    padding: 0 35px 0 0;
	    font-size: 24px;
	    line-height: 24px;
	}
	.b-tab__nav li {
	    min-width: 30%;
	    padding: 0 0 0 12px;
	}
	.b-tab__nav li:first-child {
	    padding-left: 0;
	}
	.b-tab__nav li a {
	    padding: 12px;
	}
	.b-tab__item {
	    padding: 0;
	}
	.b-others-grid {
	    margin: 0 -10px;
	    padding: 34px 0 0;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-others-grid__col {
	    width: 33.33%;
	    padding: 0 10px;
	}
	.b-others-post {
	    height: 100%;
	    padding: 25px 13px 40px;
	    display: block;
	    border: 1px solid #dcdcdc;
	    text-align: center;
	}
	.b-others-post__img {
	    width: auto;
	    height: 178px;
	    margin: 0 0 18px;
	}
	.b-others-post__txt {
	    width: auto;
	    padding: 0;
	}
	.b-others-post__tit {
	    height: 54px;
	    margin: 0 0 6px;
	    font-size: 22px;
	    line-height: 27px;
	    position: relative;
	    overflow: hidden;
	}
	.b-others-post__price {
	    min-height: 70px;
	    margin: 0 0 10px;
	    font-size: 20px;
	    line-height: 25px;
	}
	.b-others-post__price-old {
	    min-height: 27px;
	    padding: 0;
	    font-size: 16px;
	}
	.b-others-post .b-btn {
	    width: 203px;
	    font-size: 19px;
	}
	.b-banner-d {
	    display: block;
	}
	.b-banner-d img {
	    width: 100%;
	    display: block;
	}
	.b-banner-m {
	    display: none;
	}
	
	.b-cart-fild {
	    padding: 19px 0;
	}
	.b-cart-fild .b-label {
	    padding: 0 0 12px;
	}
	.b-cart-fild>.b-flex--row {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-cart-fild__item {
	    padding: 8px 0 23px;
	}
	.b-cart-fild__col {
	    width: 50%}
	.b-cart-fild__col--lg {
	    width: 50%;
	    padding-top: 0;
	}
	.b-cart-fild__col--sm {
	    width: 185px;
	}
	.b-cart-fild__col--md {
	    width: 340px;
	}
	.b-cart-fild--sm {
	    max-width: 490px;
	}
	.b-cart-prod {
	    max-width: 430px;
	    margin: 0;
	    padding: 0 0 46px;
	    font-size: 22px;
	    line-height: 25px;
	    text-align: left;
	}
	.b-cart-prod__tit {
	    font-size: 25px;
	    line-height: 29px;
	}
	.b-cart-prod__img {
	    max-width: 311px;
	    height: 240px;
	    margin: 57px 0 10px;
	    padding: 10px;
	}
	.b-cart-prod__foot {
	    max-width: none;
	    margin: 0;
	    padding: 36px 0 0;
	}
	.b-cart-list {
	    counter-reset: a;
	}
	.b-cart-list__item {
	    padding: 0 0 17px;
	}
	.b-cart-list__tit {
	    padding: 0 0 9px;
	    display: block;
	    font-family: Juli Sans-Bold;
	    font-size: 19px;
	    line-height: 21px;
	    color: #9c9c9c;
	    position: relative;
	}
	.b-cart-list__tit:before {
	    margin: 0 5px 0 0;
	    display: inline-block;
	    vertical-align: top;
	    content: counter(a) ".";
	    counter-increment: a;
	}
	.b-cart-list__body {
	    max-width: 395px;
	}
	.b-cart-list .b-radio {
	    padding: 0 0 6px 16px;
	}
	.b-cart-list .jq-selectbox {
	    margin-top: 14px;
	}
	.b-cart-list .b-btn {
	    width: 100%;
	    height: 48px;
	    margin-top: 34px;
	    font-family: Juli Sans-Regular;
	    font-size: 19px;
	    line-height: 46px;
	}
	.b-woo-page .b-center {
	    padding: 0 20px;
	}
	.b-woo-page__head {
	    padding: 60px 0 35px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-woo-page__head-tit {
	    margin: 0;
	    font-size: 30px;
	    line-height: 32px;
	}
	.b-woo-page__body {
	    margin: 0;
	}
	.woocommerce table.shop_table {
	    border: 1px solid #dcdcdc;
	    margin-bottom: 35px;
	}
	.woocommerce table.shop_table thead {
	    padding: 0;
	    border-bottom: none;
	}
	.woocommerce table.shop_table tbody {
	    padding: 0;
	}
	
	.woocommerce table.shop_table td {
	    padding: 25px 10px;
	}
	.woocommerce table.shop_table td.product-quantity .quantity {
	    padding: 36px 0 21px;
	}
	.woocommerce table.shop_table td.product-quantity .quantity .jq-number {
	    width: 116px;
	}
	.woocommerce table.shop_table td.product-quantity .remove {
	    padding: 0;
	    font-size: 16px;
	    line-height: 17px;
	}
	
	.woocommerce table.shop_table td.product-name {
	    font-size: 22px;
	    line-height: 24px;
	}
	.woocommerce table.shop_table td.product-name .b-cart-thumb {
	    display: none;
	}
	.woocommerce table.shop_table td.product-subtotal {
	    font-size: 15px;
	    line-height: 23px;
	}
	.woocommerce .cart-collaterals {
	    padding: 0 0 40px;
	}
	
 	.woocommerce .cart-collaterals table.shop_table {
	    width: -webkit-calc(100% - 0px);
	    width: -moz-calc(100% - 0px);
	    width: calc(100% - 0px);
 	     
 	} 

	.woocommerce .cart-collaterals table.shop_table .b-total-text td {
	    padding-top: 20px;
	    font-size: 19px;
	    line-height: 22px;
	    text-align: left;
	}
	.woocommerce .cart-collaterals table.shop_table .shipping-calculator-button, .woocommerce .cart-collaterals table.shop_table .woocommerce-remove-coupon {
	    font-size: 17px;
	    line-height: 19px;
	}
	.woocommerce .woocommerce-shipping-calculator .button {
	    width: 100%;
	    padding-top: 0;
	    padding-bottom: 0;
	    display: block;
	    font-size: 16px;
	    line-height: 36px;
	}
	.woocommerce-page table.shop_table_responsive tr td.actions, .woocommerce table.shop_table_responsive tr td.actions {
	    text-align: right!important;
	}
	#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
	    border: none;
	}
	#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
	    min-width: 150px;
	}
	#add_payment_method table.cart .product-thumbnail img, .woocommerce-cart table.cart .product-thumbnail img, .woocommerce-checkout table.cart .product-thumbnail img {
	    width: 100%}
	.woocommerce #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text {
	    width: 180px;
	}
	.continue-shopping-btn, .proceed-to-checkout, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	    height: 58px;
	    padding: 14px 30px;
	    font-size: 25px;
	    line-height: 28px;
	}
	.continue-shopping-btn:disabled[disabled], .proceed-to-checkout:disabled[disabled], .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled[disabled] {
	    padding: 0 30px;
	}
	#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .woocommerce-shipping-calculator .input-text {
	    height: 58px;
	    margin: 0 20px 0 0;
	    padding: 5px 20px;
	    font-size: 18px;
	    line-height: 46px;
	}
	.b-prod-full-post__qty .quantity .qty {
	    padding: 0!important;
	    border: none!important;
	}
	.proceed-to-checkout-box {
	    padding: 17px 0 44px;
	}
	.cart-collaterals .b-usp-sm-three .b-center {
	    margin: 0;
	    padding-left: 0;
	    padding-right: 0;
	}
	.cart-collaterals .b-usp-sm-post {
	    padding: 42px 0 0;
	}
	.cart-collaterals .b-usp-sm-post:before {
	    width: 36px;
	    height: 36px;
	    margin: 0 0 0 -18px;
	    top: 0;
	    left: 50%}
	.select2-container--default .select2-selection--single {
	    height: 58px;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
	    font-size: 18px;
	    line-height: 56px;
	}
	#billing_country_field .select2-container--default .select2-selection--single {
	    height: 46px;
	}
	#billing_country_field .select2-container--default .select2-selection--single .select2-selection__rendered {
	    padding-left: 23px;
	    padding-right: 52px;
	    font-size: 18px;
	    line-height: 44px;
	}
	#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow {
	    width: 52px;
	}
	#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
	    margin: -5px 0 0 -10px;
	    border-width: 11px 10px 0;
	    border-color: #9d9d9d transparent transparent;
	}
	#billing_country_field .select2-container--open .select2-selection--single .select2-selection__arrow b {
	    border-color: transparent transparent #9d9d9d;
	    border-width: 0 10px 11px;
	}
	#billing_company_address_field .b-flex, #billing_company_address_field .proceed-to-checkout-box {
	    margin: 0 -15px;
	}
	.woocommerce form .form-row {
	    padding: 19px 0;
	}
	.woocommerce form .form-row label {
	    line-height: 23px;
	}
	.woocommerce form .form-row label.b-label {
	    padding: 0 0 12px;
	}
	.b-order-table {
	    margin-bottom: 67px;
	}
	.b-order-table th {
	    font-size: 25px;
	    line-height: 27px;
	    text-align: center;
	}
	.b-order-table td, .b-order-table th {
	    padding: 33px 20px;
	}
	.b-order-table td.numb, .b-order-table th.numb {
	    width: 190px;
	    text-align: center;
	}
	.b-order-table td.name {
	    font-size: 22px;
	    line-height: 24px;
	}
	.b-order-table td.numb {
	    font-size: 23px;
	}
	.b-order-table td.numb span {
	    width: 77px;
	    height: 44px;
	    line-height: 42px;
	}
	.b-order-table td.price {
	    font-size: 22px;
	    line-height: 24px;
	    text-align: center;
	}
	.b-order-table td.btn {
	    padding: 33px 30px;
	}
	.b-order-table__img {
	    width: 135px;
	    height: 130px;
	    padding: 0;
	    border: none;
	}
	.b-order-table__tit {
	    width: -webkit-calc(100% - 135px);
	    width: -moz-calc(100% - 135px);
	    width: calc(100% - 135px);
	    padding: 0 15px;
	    font-size: 22px;
	    line-height: 24px;
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 2;
	    -moz-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	    order: 2;
	}
	.b-order-table .b-flex, .b-order-table .proceed-to-checkout-box {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-order-item {
	    min-height: 365px;
	    margin-bottom: 35px;
	    padding: 48px 30px 60px;
	    border: 1px solid #dcdcdc;
	    font-size: 22px;
	    line-height: 35px;
	}
	.b-order-item__tit {
	    margin: 0 0 41px 0;
	    font-size: 29px;
	    line-height: 32px;
	    text-align: left;
	}
	.b-order-item__entry {
	    padding: 0 0 7px;
	}
	.b-order-item__row {
	    padding: 42px 0 35px;
	}
	.b-order-item__row .b-flex, .b-order-item__row .proceed-to-checkout-box {
	    width: 100%}
	.b-order-item__row .col-left {
	    white-space: nowrap;
	}
	.b-order-item__row .col-left #boclassic_card_logos {
	    padding: 0;
	    white-space: normal;
	    position: relative;
	}
	.b-order-item__row .col-left p {
	    padding: 0;
	    white-space: normal;
	}
	.b-order-item__row .col-left:first-child {
	    padding-right: 33px;
	}
	.b-order-item__row--pad {
	    padding: 0 0 63px;
	}
	.b-order-item__foot {
	    font-size: 19px;
	    line-height: 21px;
	}
	.b-order-item p {
	    padding: 0 0 35px;
	}
	.b-order-totals-table {
	    margin: 42px 0 35px;
	}
	.b-order-totals-table th {
	    padding-right: 33px;
	}
	.b-order-totals-table td {
	    text-align: right;
	}
	.b-card-list__item {
	    height: 36px;
	    padding: 0 0 0 25px;
	}
	.b-order-foot {
	    margin: 0 0 0 132px;
	    padding: 0;
	}
	.b-order-foot__tit {
	    margin: 0 0 30px 11px;
	    font-size: 29px;
	    line-height: 32px;
	}
	.b-order-foot .b-checkbox {
	    font-size: 19px;
	    line-height: 23px;
	}
	.b-coupon-box {
	    width: 585px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-coupon-box .b-input {
	    width: 365px;
	    margin: 0 20px 0 0;
	}
	.b-coupon-box .b-btn {
	    width: 200px;
	    height: 41px;
	    min-height: 10px;
	    padding-top: 0;
	    padding-bottom: 0;
	    line-height: 39px;
	}
	.woocommerce-column__title, .woocommerce-order-details__title {
	    padding: 0 0 30px;
	    font-size: 25px;
	    line-height: 27px;
	}
	.woocommerce .woocommerce-order ul.order_details {
	    width: 100%;
	    margin: 0 0 40px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: row;
	    -moz-box-orient: horizontal;
	    -moz-box-direction: normal;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    border: none;
	}
	.woocommerce .woocommerce-order ul.order_details:after, .woocommerce .woocommerce-order ul.order_details:before {
	    display: none;
	}
	.woocommerce .woocommerce-order ul.order_details li {
	    padding: 0 20px;
	    border: none;
	    border-left: 1px dashed #dcdcdc;
	}
	.woocommerce .woocommerce-order ul.order_details li:first-child {
	    padding-left: 0;
	    border: none;
	}
	.woocommerce .woocommerce-order ul.order_details li strong {
	    font-size: 15px;
	    line-height: 17px;
	}
	.woocommerce .woocommerce-order .woocommerce-table--order-details.shop_table {
	    width: 100%;
	    margin: 0 0 40px;
	}
	.woocommerce .woocommerce-order .woocommerce-table--order-details.shop_table th {
	    font-size: 25px;
	    line-height: 27px;
	}
	.woocommerce .woocommerce-order .woocommerce-table--order-details.shop_table td.product-name, .woocommerce .woocommerce-order .woocommerce-table--order-details.shop_table td.product-name strong {
	    font-family: Juli Sans-Regular;
	}
	.woocommerce .woocommerce-order .woocommerce-table--order-details.shop_table tfoot th {
	    text-align: left;
	}
	.woocommerce .woocommerce-customer-details address {
	    width: 100%;
	    margin: 0;
	    border-left: 1px solid #dcdcdc;
	    border-right: 1px solid #dcdcdc;
	}
	.woocommerce .order_details.shop_table, .woocommerce .woocommerce-orders-table.shop_table, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	    width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	    border-left: 1px solid #dcdcdc;
	    border-right: 1px solid #dcdcdc;
	}
	.woocommerce-notice {
	    padding: 0 0 30px;
	}
	.woocommerce-form__label.woocommerce-form__label-for-checkbox {
	    padding-left: 30px;
	}
	.woocommerce-MyAccount-navigation {
	    padding-right: 15px;
	}
}
@media screen and (min-width:800px) {
    .jq-number {
    width: 146px;
	}
	.b-logo--sz-xlg {
	    width: 207px;
	    height: 29px;
	}
	.b-usp-sm-post {
	    padding: 0 0 0 40px;
	}
	.b-usp-sm-post:before {
	    width: 26px;
	    height: 26px;
	    margin: -13px 0 0;
	    top: 50%;
	    left: 0;
	}
	.b-usp-lg .b-center {
	    max-width: 770px;
	}
	.b-product-carousel .b-center {
	    max-width: 870px;
	}
	.b-twocol-grid {
	    margin: 0 -15px;
	}
	.b-twocol-grid__col {
	    padding: 15px;
	}
	.b-banner-prod {
	    padding: 15px 70px 15px 155px;
	}
	.b-banner-prod__post {
	    max-width: 786px;
	    margin: 0 auto;
	}
	.b-banner-prod__post-img {
	    width: 295px;
	}
	.b-banner-prod__post-txt {
	    width: -webkit-calc(100% - 295px);
	    width: -moz-calc(100% - 295px);
	    width: calc(100% - 295px);
	    padding: 0 25px;
	}
	.b-prod-full-post__info-img {
	    width: -webkit-calc(50% - 30px);
	    width: -moz-calc(50% - 30px);
	    width: calc(50% - 30px);
	}
	.b-prod-full-post__info-txt {
	    width: -webkit-calc(50% + 30px);
	    width: -moz-calc(50% + 30px);
	    width: calc(50% + 30px);
	    padding: 0 0 0 30px;
	}
	.woocommerce table.shop_table td.product-quantity .quantity .jq-number {
	    width: 122px;
	}
	#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
	    min-width: 220px;
	    text-align: right;
	}
	#add_payment_method table.cart .product-thumbnail img, .woocommerce-cart table.cart .product-thumbnail img, .woocommerce-checkout table.cart .product-thumbnail img {
	    width: 100px;
	}
	.b-order-table td, .b-order-table th {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.b-order-table td.btn {
	    padding-left: 40px;
	    padding-right: 40px;
	}
	.b-order-foot {
	    max-width: 665px;
	}
}
@media screen and (min-width:900px) {
    .b-crumb {
    padding-left: 20px;
    padding-right: 20px;
	}
	.b-btn-menu__txt {
	    width: 100%;
	    display: block;
	    font-size: 14px;
	    line-height: 14px;
	    text-transform: uppercase;
	    text-align: center;
	    -webkit-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    transition: all .3s ease;
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	.b-btn-menu__icon {
	    width: 30px;
	    margin: 0 auto;
	    display: block;
	    background: #8b8b8b;
	    -webkit-transition: background 0 .3s;
	    -o-transition: background 0 .3s;
	    -moz-transition: background 0 .3s;
	    transition: background 0 .3s;
	    position: relative;
	}
	.b-btn-menu__icon, .b-btn-menu__icon:after, .b-btn-menu__icon:before {
	    height: 4px;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;
	}
	.b-btn-menu__icon:after, .b-btn-menu__icon:before {
	    margin: 0;
	    -webkit-transition-duration: .3s, .3s;
	    -moz-transition-duration: .3s, .3s;
	    -o-transition-duration: .3s, .3s;
	    transition-duration: .3s, .3s;
	    -webkit-transition-delay: .3s, 0;
	    -moz-transition-delay: .3s, 0;
	    -o-transition-delay: .3s, 0;
	    transition-delay: .3s, 0;
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	    left: 0;
	}
	.b-btn-menu__icon:before {
	    top: -9px;
	    -webkit-transition-property: top, -webkit-transform;
	    transition-property: top, -webkit-transform;
	    -o-transition-property: top, -o-transform;
	    -moz-transition-property: top, transform, -moz-transform;
	    transition-property: top, transform;
	    transition-property: top, transform, -webkit-transform, -moz-transform, -o-transform;
	}
	.b-btn-menu__icon:after {
	    top: auto;
	    bottom: -9px;
	    -webkit-transition-property: bottom, -webkit-transform;
	    transition-property: bottom, -webkit-transform;
	    -o-transition-property: bottom, -o-transform;
	    -moz-transition-property: bottom, transform, -moz-transform;
	    transition-property: bottom, transform;
	    transition-property: bottom, transform, -webkit-transform, -moz-transform, -o-transform;
	}
	.b-btn-menu.is-open .b-btn-menu__txt {
	    opacity: 0;
	}
	.b-btn-menu.is-open .b-btn-menu__icon {
	    background: none;
	}
	.b-btn-menu.is-open .b-btn-menu__icon:before {
	    top: 0;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.b-btn-menu.is-open .b-btn-menu__icon:after {
	    bottom: 0;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.b-btn-menu.is-open .b-btn-menu__icon:after, .b-btn-menu.is-open .b-btn-menu__icon:before {
	    height: 2px;
	    margin-top: -1px;
	    -webkit-transition-delay: 0, .3s;
	    -moz-transition-delay: 0, .3s;
	    -o-transition-delay: 0, .3s;
	    transition-delay: 0, .3s;
	    top: 50%;
	    bottom: auto;
	}
	.b-page__header {
	    height: 89px;
	    margin-left: 65px;
	    background: #fff;
	    -webkit-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    transition: all .3s ease;
	    z-index: 5;
	}
	.b-page__main {
	    z-index: 2;
	}
	.b-page.is-open-menu .b-page__header {
	    margin-left: 300px;
	    padding-left: 24px;
	    padding-right: 47px;
	}
	.b-page.is-open-menu .b-main__content {
	    width: -webkit-calc(100% - 300px);
	    width: -moz-calc(100% - 300px);
	    width: calc(100% - 300px);
	    margin: 0 0 0 300px;
	}
	.b-main {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-main__sidebar {
	    width: 300px;
	    height: -webkit-calc(100% + 89px);
	    height: -moz-calc(100% + 89px);
	    height: calc(100% + 89px);
	    position: absolute;
	    top: -89px;
	    left: 0;
	    z-index: 1;
	}
	.b-main__content, .b-main__sidebar {
	    padding: 0 0 75px;
	    -webkit-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    transition: all .3s ease;
	}
	.b-main__content {
	    width: -webkit-calc(100% - 65px);
	    width: -moz-calc(100% - 65px);
	    width: calc(100% - 65px);
	    margin: 0 0 0 65px;
	    background: #fff;
	    z-index: 2;
	}
	.b-header {
	    padding: 21px 20px;
	    border-top: 1px solid #dcdcdc;
	}
	.b-header__col-btn {
	    display: none;
	}
	.b-header__col-logo {
	    width: 210px;
	    margin: 0;
	}
	.b-header__col-logos {
	    width: -webkit-calc(100% - 210px - 270px - 132px);
	    width: -moz-calc(100% - 210px - 270px - 132px);
	    width: calc(100% - 210px - 270px - 132px);
	    display: block;
	}
	.b-header__col-search {
	    width: 270px;
	    padding: 0 0 0 20px;
	}
	.b-header__col-search:before {
	    display: none;
	}
	.b-header__col-btn-cart {
	    width: 132px;
	    padding: 0 0 0 20px;
	    -webkit-box-ordinal-group: 2;
	    -webkit-order: 1;
	    -moz-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	    order: 1;
	}
	.b-header .b-btn-zoom {
	    display: none;
	}
	.b-logo {
	    margin: 0;
	}
	.b-logo--sz-lg {
	    width: 207px;
	    height: 29px;
	}
	.b-logo--sz-xlg {
	    width: 275px;
	    height: 39px;
	}
	.b-logos-list__item {
	    padding: 0 0 0 15px;
	    display: inline-block;
	    vertical-align: bottom;
	}
	.b-logos-list__item:first-child {
	    padding-left: 0;
	}
	.b-logos-list__item img {
	    max-width: 90px;
	    max-height: 38px;
	}
	.b-logos-list--lg img {
	    max-width: 133px;
	    max-height: 77px;
	}
	.b-search-form {
	    display: block;
	}
	.b-search-form__input {
	    width: -webkit-calc(100% - 41px);
	    width: -moz-calc(100% - 41px);
	    width: calc(100% - 41px);
	    height: 29px;
	    padding: 0 7px;
	    float: left;
	    border: 1px solid #b8b8b8;
	    border-right: none !important;
	    background: #fff;
	    font-family: Juli Sans-Regular;
	    font-size: 11px;
	    line-height: 27px;
	    color: #6a6a6a;
	    position: relative;
	}
	.b-search-form__btn {
	    width: 41px;
	    height: 29px;
	    float: left;
	    border: 1px solid #b8b8b8;
	    background: #a1e2e0;
	    position: relative;
	}
	.b-search-form__btn:before {
	    width: 17px;
	    height: 17px;
	    margin: -8px 0 0 -8px;
	    display: inline-block;
	    vertical-align: middle;
	    content: "";
	    background: 0 0 url(../images/icons/zoom.png) no-repeat;
	    -moz-background-size: 100% 100%;
	    background-size: 100% 100%;
	    position: absolute;
	    top: 50%;
	    left: 50%}
	.b-btn-cart {
	    width: auto;
	    height: 29px;
	    padding: 0 14px;
	    border: 1px solid #b8b8b8;
	    background: #a1e2e0;
	    text-indent: 0;
	    font-size: 13px;
	    line-height: 27px;
	    white-space: nowrap;
	    color: #6a6a6a;
	    text-decoration: none;
	}
	.b-btn-cart:before {
	    margin: -2px 10px 0 0;
	    display: inline-block;
	    vertical-align: middle;
	    background-image: url(../images/icons/cart.png);
	    position: relative;
	    top: auto;
	    left: auto;
	}
	.b-btn-cart:hover {
	    text-decoration: none;
	}
	.b-footer {
	    padding-left: 65px;
	    padding-right: 65px;
	}
	.b-footer--sm {
	    padding-left: 85px;
	    padding-right: 0;
	}
	.b-footer--sm .b-footer__col {
	    padding-right: 30px;
	}
	.b-sidebar {
	    padding: 0 0 0 65px;
	}
	.b-sidebar__btn {
	    right: auto;
	    left: 0;
	}
	.b-posts-list--lg .b-posts-list__row {
	    margin-left: -21px;
	    margin-right: -21px;
	}
	.b-posts-list--lg .b-posts-list__col {
	    padding: 18px 21px;
	}
	.b-prod-full-post__info-img {
	    width: -webkit-calc(50% - 40px);
	    width: -moz-calc(50% - 40px);
	    width: calc(50% - 40px);
	}
	.b-prod-full-post__info-txt {
	    width: -webkit-calc(50% + 40px);
	    width: -moz-calc(50% + 40px);
	    width: calc(50% + 40px);
	    padding: 0 0 0 40px;
	}
	.b-bought__col--last {
	    width: -webkit-calc(100% - 415px);
	    width: -moz-calc(100% - 415px);
	    width: calc(100% - 415px);
	    padding: 0 0 0 30px;
	}
	.b-bought__img {
	    padding: 15px;
	}
	.b-bought__img span {
	    width: 142px;
	    height: 142px;
	}
	.b-bought__price {
	    font-size: 21px;
	    line-height: 21px;
	}
	.b-bought__price small {
	    font-size: 18px;
	}
	.b-bought .b-btn {
	    width: 300px;
	}
	.b-tab {
	    max-width: 845px;
	}
	
	.b-cart-fild>.b-flex, .b-cart-fild>.proceed-to-checkout-box {
	    margin: 0 -15px;
	}
	.b-cart-fild__col {
	    width: 395px;
	    padding: 0 15px;
	}
	.b-cart-fild__col--sm {
	    width: 185px;
	}
	.b-cart-fild__col--md {
	    width: 340px;
	}
	.b-cart-fild--sm>.b-flex, .b-cart-fild--sm>.proceed-to-checkout-box {
	    margin: 0;
	}
	.b-radio-lb {
	    padding-left: 35px;
	}
}
@media screen and (min-width:1040px) {
    .b-crumb {
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
	}
	.b-header {
	    padding-left: 47px;
	    padding-right: 47px;
	}
	.b-header__col-logo {
	    width: 252px;
	}
	.b-header__col-logos {
	    width: -webkit-calc(100% - 252px - 288px - 150px);
	    width: -moz-calc(100% - 252px - 288px - 150px);
	    width: calc(100% - 252px - 288px - 150px);
	}
	.b-header__col-search {
	    width: 288px;
        float: right;
        padding: 0 0 0 38px;
    }
    .b-header__col-btn-cart {
        float: right;
	    width: 150px;
	    padding: 0 0 0 38px;
	}
	.b-logos-list__item {
	    padding: 0 0 0 24px;
	}
	.b-logos-list__item:first-child {
	    padding-left: 0;
	}
	.b-logos-list__item img {
	    max-width: 103px;
	}
	.b-logos-list--lg .b-logos-list__item {
	    padding-left: 55px;
	}
	.b-logos-list--lg .b-logos-list__item:first-child {
	    padding-left: 0;
	}
	.b-logos-list--lg img {
	    max-width: 153px;
	    max-height: 87px;
	}
	.b-footer__bot {
	    max-width: 903px;
	    margin: 0 auto;
	}
	.b-footer--sm .b-footer__col {
	    padding-right: 50px;
	}
	.b-usp-sm {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.b-usp-sm .b-center {
	    max-width: 915px;
	}
	.b-product-carousel {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.b-product-carousel .b-center {
	    max-width: 870px;
	}
	.b-trust-pilot {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.b-trust-pilot .b-center {
	    max-width: 935px;
	}
	.b-trust-logos {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.b-trust-logos .b-center {
	    max-width: 940px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.b-trust-logos__col {
	    padding: 0 6px;
	}
	.b-trust-logos .b-tit {
	    padding: 0;
	}
	.b-product-slider {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.b-product-slider .b-center {
	    max-width: 810px;
	}
	.b-categories {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.b-categories .b-center {
	    max-width: 810px;
	}
	.b-contact {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.b-contact .b-center {
	    max-width: 865px;
	}
	.b-newletter .b-center {
	    max-width: 688px;
	}
	.b-posts-list {
	    padding-left: 30px;
	    padding-right: 30px;
	}
    .b-page-content .b-center,
	.b-posts-list .b-center {
	    max-width: 795px;
	}
    .b-page-content .b-center,
	.b-posts-list--lg .b-center {
	    max-width: 1124px;
	}
	.b-posts-list--lg .b-posts-list__row {
	    max-width: 1042px;
	}
	.b-text-full {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.b-text-full .b-center {
	    max-width: 795px;
	}
	.b-cat-page .b-center {
	    max-width: 820px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.b-default-post {
	    max-width: 920px;
	    margin: 0 auto;
	}
	.b-prod-area .b-center {
	    max-width: 1020px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.b-prod-full-post__info-img {
	    width: -webkit-calc(50% - 76px);
	    width: -moz-calc(50% - 76px);
	    width: calc(50% - 76px);
	}
	.b-prod-full-post__info-txt {
	    width: -webkit-calc(50% + 76px);
	    width: -moz-calc(50% + 76px);
	    width: calc(50% + 76px);
	    padding: 0 0 0 76px;
	}
	.b-bought__col--last {
	    width: -webkit-calc(100% - 475px);
	    width: -moz-calc(100% - 475px);
	    width: calc(100% - 475px);
	    padding: 0 0 0 35px;
	}
	.b-bought__img {
	    padding: 15px;
	}
	.b-bought__img span {
	    width: 162px;
	    height: 162px;
	}
	.b-bought__icon-plus {
	    width: 93px;
	}
	.b-bought__icon-plus:before {
	    width: 52px;
	    height: 52px;
	    margin: -26px 0 0 -26px;
	}
	.b-bought__price {
	    font-size: 24px;
	    line-height: 24px;
	}
	.b-bought__price small {
	    font-size: 21px;
	}
	.b-bought .b-btn {
	    width: 330px;
	    margin: 0 0 0 14px;
	}
	.b-woo-page .b-center {
	    max-width: 1242px;
	    padding: 0 30px;
	}
	.b-order-table td.btn {
	    padding-left: 85px;
	    padding-right: 85px;
	}
	.b-order-table__img {
	    width: 175px;
	    margin-left: 30px;
	    margin-right: 30px;
	}
	.b-order-table__tit {
	    width: -webkit-calc(100% - 235px);
	    width: -moz-calc(100% - 235px);
	    width: calc(100% - 235px);
	}
	.b-order-item {
	    padding-left: 83px;
	    padding-right: 83px;
	}
	.b-order-item__row .col-left #boclassic_card_logos {
	    margin-right: -50px;
	}
	.b-order-foot {
	    margin: 0 0 0 232px;
	}
	.woocommerce .woocommerce-order .woocommerce-table--order-details.shop_table td, .woocommerce .woocommerce-order .woocommerce-table--order-details.shop_table th {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.woocommerce .woocommerce-order .woocommerce-customer-details address {
	    padding: 30px;
	}
}
@media screen and (max-width:1260px) and (min-width:900px) {
.b-header__col-btn-cart{
        width: 17%;
        -webkit-flex: 0 0 17%;
        -moz-flex: 0 0 17%;
        -ms-flex: 0 0 17%;
        -o-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 150px;
        float: right;
        min-width:132px;
        padding: 0 0 0 10px;
    }
.b-header__col-btn-cart .b-btn-cart{width: 112px;float: right;}
}
@media screen and (max-width:1280px) and (min-width:900px) {
    .b-header.b-flex{
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .b-header__col-logo {
        width:29%;
        flex:0 0 29%;
        padding: 0 10px 0 0;
    }
    .b-logos-list__item img{
        max-width:70px;
        display: inline-block;
        vertical-align: middle;
    }
    .b-logos-list__item:first-child img{max-width:25px;}
    .b-logos-list__item{
        padding: 0 0 0 5px;
    }
    .b-header__col-search {
        width:33%;
        float: right;
        flex:0 0 33%;
        padding: 0 0 0 10px;
        margin: 0 0 0 auto;
    }
    .b-header__col-logos {
        width: 20%;
        flex:0 0 20%;
        height: 29px;
    }
    .b-logo{
        width: auto;
        height: 29px;
    }
    .b-logo a{position: static;}
    .b-logo img{
       display: inline-block;
       vertical-align: middle;
    }
}
/*Cart*/
.page-template-page-cart small::before,.page-template-page-checkout small::before{
	content: "\A";
	white-space: pre;
}
.page-template-page-cart small.includes_tax,.page-template-page-checkout small.includes_tax{
	font-size: 15px;
	font-weight: 400;
	font-family: Juli Sans-Regular;
}
/*# sourceMappingURL=main.css.map */
/* Added by Vidish for changes 23-05-2019 */
/* Added by Vidish for changes 23-05-2019 */
/* For mobile phones: */
@media only screen and (max-width: 768px) {
  
    .b-cat-page {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .b-default-page {
        padding-top: 12px !important;
    }
    .b-prod-post--sm .b-prod-post__img {
        height: 160px;
    }
    .b-prod-post--sm .b-prod-post__tit {
        height: 16px;
    }
    .b-prod-post__img {
        height: 160px;
    }
    .qc-saving {
        font-size: 12px;
        color: #fd8d9e;
        font-weight: 700;
    }
    .qc-loop-price {
        text-align: left;
        color: #00cba1;
        font-weight: 700;
    }
    .qc-review {
        margin-top:10px;
        margin-bottom:15px;
        text-align:left;
    }
    .qc-review img {
        margin-left: 0px !important;
    }
    .qc-see-product {
        text-align: left;
        margin-top:10px;
    }

}
@media only screen and (min-width: 768px) {
  
    .b-slider__item .b-prod-post__img img {
        
        max-width: none;
    }
    .b-prod-post__img {
        width:300px;
        height:265px;
    }
    .qc-saving {
        font-size: 12px;
        color: #fd8d9e;
        font-weight: 700;
    }
    .qc-loop-price {
        color: #00cba1;
        font-weight: 700;
    }
    .qc-review {
        margin-top:10px;
    }
    .qc-see-product {
        margin-top:10px;
    }
}
.woocommerce-checkout .jq-number__spin {
    display: none;
}
#billing_postcode-styler {
    padding: 0px;
}
/* Code by Vidish ends */








/* Hammad article page css -- 6-17-21 */
.custom-article-width{
	max-width:1340px;
	padding: 0 40px;
	margin:0 auto;
	margin-bottom: 30px;
}
.custom-article-width .custom-set{
	padding-left: 0px !important;
}
.custom-set{
	float:left;
	  width: 68% !important;
    display: inline-block;
}
.custom-sidebar{
	 margin-left:20px;
	 width: 30% !important;
	display:inline-block;
}
h2.sidebar-title{
	font-size: 15px;
  font-weight: 600 !important;
}
.sidebar-thumb img{
	    height: 60px;
    width: 85px;
    margin-right: 10px;
}
.sidebar-thumb{
	width: 30%;
    display: inline;
    vertical-align: top;
}
.sidebar-description{
	  width: 70%;
    display: inline-block;
}
.single-sidebar-content{
	margin-top: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #d7d5d5;
}
.article-menu{
	margin-top:25px;
}
.category-name{
	margin-bottom:10px;
}
.category-name a,
.sidebar-title a{
	text-decoration:none;
}
.category-name label{
	cursor:pointer;
}
.read-more-sidebar{
	margin-top:15px !important;
}

#ajax-load-more .load-more-ajax{
	margin-top:10px !important;
}
.menu-list{
	display:none !important;
}
.article-head h2,
.article-head .b-posts-list__entry,
.recent-article{
	text-align:left !important;
}
.article-head{
	margin-top:20px;
}
.nav-category-title{
	padding-top:40px;
}
.single-article-product{
	font-weight:400 !important;
	font-size:15px !important
}
@media (max-width: 767px) {
	.sidebar-content{
		display:none;
	}
	.custom-article-width .nav-category-title{
		width:65% !important;
	}
	body .menu-list{
		right:25px !important;
		margin-top: -8px !important;
	}
	.custom-article-width .b-posts-list{
		padding-right:0px !important;
		padding-left:0px !important;
	}
	.custom-article-width{
		padding:0px 25px !important;
	}
	.article-head{
		margin-top:40px;
	}
	.custom-set,
	.custom-sidebar{
		width:100% !important;
	}
	.menu-list{
		display:block !important;
	}
	.custom-set .b-posts-sm__img img {
    height: inherit !important;
}
}
/* --6--21--2021-- */
.category-article-page{
	margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 900;
    margin-left: -25px;
}
.category-article-page-bottm{
		margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 900;
	font-size:25px !important;
}
.category-article-page a,
.category-article-page-bottm a{
    color: #00cba1 !important;
	text-decoration:none !important;
}
.category-article-page-bottm a{
   letter-spacing: -0.5px !important;
    font-size: 21px !important;
}


@media (max-width: 1299px) {
	.category-title{
	font-size:15px !important;
}
	.article-head h2 {
    font-size: 18px !important;
}
	.category-article-page{
    margin-left: 0px !important;
}
}

/* navigation css --start-- */
.nav-category-name a input{
	margin-right:5px !important;
}
     .nav-category-name{
		width: 70% !important;
    margin: auto !important;
	  }
		.menu-list{
			z-index: 999 !important;
			position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
		}
		.geeks {
			overflow: hidden;
			background-color: transparent;
		}
		.geeks #menus {
			padding-bottom: 30px;
			display: none;
			background-color: #ffffff;
		}
.nav-category-name a{
	letter-spacing:-0.5px !important;
}
		.geeks a {
			text-decoration: none;
			color: #02cba2;
			padding: 5px 16px;
			font-size: 12px;
			display: block;
			font-weight:600;
		}
		.geeks a:not(#menus a)  {
/* 			font-size:17px !important; */
	width: fit-content !important
		background-color: #FFF;
		color: #1e89c5;
		width: fit-content;
		margin: 0 auto;
		margin-right: 0;
		border: 2px solid;
		border-radius: 6px;
		}
@media (max-width: 340px) {
.geeks a {
			padding: 5px;
		}
	.geeks a:not(#menus a)  {
		font-size:12px !important;
		letter-spacing:0px !important;
	}
}
		.geeks a.icon {
			display: block;
			position: absolute;
			right: 0;
			top: 0;
		}
.filter-head{
	width:70%;
	margin: 0 auto;
	padding:15px;
	    color: #666666;
    font-weight: 900;
}
/* --arrow icon --- */
.arrow {
  border: solid #1e89c5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
	margin-left: 5px;
	margin-bottom: 2px;
}
.menu-open{
	font-size:17px !important;
	font-weight:900 !important;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.category-name-article a input{
	margin-right:5px;
}
/* navigation css -- ends-- */
.custom-breadcrumb-article{
/* 	padding-left:60px !important; */
	max-width: 1370px !important;
}
.single-post .b-blog-page{
	padding: 0px !important;
}
.single-post .category-article-page{
	line-height:19px !important;
}