.sf-count-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sf-count-block__field {
    padding: 0 5px;
    margin: 0 7px;
    width: 70px;
    height: 70px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    max-height: 40px;
    background-color: transparent;
    -moz-appearance: textfield;
}
.sf-count-block__field::-webkit-outer-spin-button,
.sf-count-block__field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.sf-count-block__button {
    max-width: 40px;
    padding: 0 10px;
    margin: 0;
    height: 40px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
}
.sf-count-block__button img {
    width: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sf-count-block__button--increase img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sf-container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1310px;
}
.sf-breadcrumbs {
    background-color: #f3f3f3;
    font-family: "Open Sans", sans-serif;
}
.sf-breadcrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1310px;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    list-style: none;
}
.sf-breadcrumbs ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px 0;
}
.sf-breadcrumbs ul li:first-child a {
    color: #000;
}
.sf-breadcrumbs ul a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 12px;
}
.sf-breadcrumbs ul a:hover,
.sf-breadcrumbs ul a:focus {
    color: #000;
}
.sf-breadcrumbs ul a::after {
    content: ">";
    position: relative;
    right: -9px;
    width: 3px;
    font-size: 11px;
    font-weight: 600;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    pointer-events: none;
}
.sf-breadcrumbs ul a,
.sf-breadcrumbs ul span {
    position: relative;
    font-size: 12px;
    margin-right: 17px;
    color: #7e7d7d;
}
@media (max-width: 1199px) {
    .sf-breadcrumbs ul {
        height: -webkit-calc(2.32019vw + 12.18097px);
        height: calc(2.32019vw + 12.18097px);
        padding: -webkit-calc(0vw + 0px) -webkit-calc(1.62413vw + -4.47332px);
        padding: calc(0vw + 0px) calc(1.62413vw + -4.47332px);
    }
    .sf-breadcrumbs ul a::after {
        right: -webkit-calc(-0.69606vw + -0.65429px);
        right: calc(-0.69606vw + -0.65429px);
    }
    .sf-breadcrumbs ul a,
    .sf-breadcrumbs ul span {
        font-size: -webkit-calc(0.23202vw + 9.2181px);
        font-size: calc(0.23202vw + 9.2181px);
    }
}
@media (max-width: 767px) {
    .sf-breadcrumbs ul {
        height: auto;
        padding: 8px 15px;
    }
    .sf-breadcrumbs ul a::after {
        right: -6px;
    }
    .sf-breadcrumbs ul a,
    .sf-breadcrumbs ul span {
        font-size: 11px;
    }
    .sf-footer__numbers a:last-child,.sf-footer__list span, .sf-footer__list a {
        font-size: 14px !important;
    }
}
.sf-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.25em;
    height: 40px;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: none;
    background-color: #26ad39;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: 0.2s background-color;
    -o-transition: 0.2s background-color;
    transition: 0.2s background-color;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.sf-button:hover,
.sf-button:focus {
    background-color: rgba(38, 173, 57, 0.8);
}
.sf-button--disabled {
    background-color: #a7a7a7;
    pointer-events: none;
}
.sf-stars--1 .sf-stars__item:nth-child(-n + 1)::after {
    color: #ffcb05;
}
.sf-stars--2 .sf-stars__item:nth-child(-n + 2)::after {
    color: #ffcb05;
}
.sf-stars--3 .sf-stars__item:nth-child(-n + 3)::after {
    color: #ffcb05;
}
.sf-stars--4 .sf-stars__item:nth-child(-n + 4)::after {
    color: #ffcb05;
}
.sf-stars--5 .sf-stars__item:nth-child(-n + 5)::after {
    color: #ffcb05;
}
.sf-stars__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sf-stars__item {
    display: block;
}
.sf-stars__item::after {
    font-size: 23px;
    content: "\2605";
    color: #e2e2e2;
}
.sf-card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 5px;
    width: 100%;
    color: #231f20;
    border: 1px solid #e3e2e2;
}
.sf-card-item__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.sf-card-item__img {
    margin-bottom: 13px;
}
.sf-card-item__img img {
    display: block;
    width: 100%;
}
.sf-card-item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
}
.sf-card-item__title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: inherit;
}
.sf-card-item__title:hover,
.sf-card-item__title:focus {
    color: inherit;
}
.sf-card-item__title-label {
    margin: 0;
    font-size: 16px;
}
.sf-card-item__rating {
    margin: 5px 0;
}
.sf-card-item__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sf-card-item__price {
    font-family: "Myriad Pro", sans-serif;
    font-weight: 400;
    font-size: 36px;
    margin: 0;
}
.sf-card-item__price span {
    font-size: 0.66em;
}
@media (max-width: 860px) {
    .sf-card-item__price {
        font-size: 24px;
    }
}
.sf-list-items__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #777;
    font-size: 24px;
    font-family: "Myriad Pro", sans-serif;
}
.sf-list-items__title-label {
    margin: 0 11px 0 0;
    text-transform: uppercase;
}
.sf-list-items__title-more {
    margin-bottom: 3px;
    color: #878787;
    font-size: 0.7em;
}
.sf-list-items__title-more:hover,
.sf-list-items__title-more:active,
.sf-list-items__title-more:focus {
    color: #878787;
}
.sf-list-items__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sf-list-items__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333%;
}
.sf-list-items__item:nth-child(2) .sf-card-item,
.sf-list-items__item:nth-child(3) .sf-card-item {
    border-left: 1px;
}
@media (max-width: 1120px) {
    .sf-list-items__item {
        width: 50%;
    }
    .sf-list-items__item:nth-child(n + 3) {
        display: none;
    }
}
@media (max-width: 860px) {
    .sf-list-items__item {
        width: 50%;
    }
    .sf-list-items__item:nth-child(n + 3) {
        display: none;
    }
}
@media (max-width: 780px) {
    .sf-list-items__item {
        width: 100%;
    }
    .sf-list-items__item:nth-child(n + 2) {
        display: none;
    }
}
@media (max-width: 650px) {
    .sf-list-items__item {
        width: 50%;
    }
    .sf-list-items__item:nth-child(n + 3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 480px) {
    .sf-list-items__item {
        width: 100%;
    }
    .sf-list-items__item:nth-child(n + 2) {
        display: none;
    }
}
.sf-product {
    font-family: "Open Sans", sans-serif;
    color: #333333;
}
.sf-product__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 23px;
}
.sf-product__top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 223px;
}
.sf-product__title {
    padding-right: 10px;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    width: -webkit-calc(100% - 223px);
    width: calc(100% - 223px);
}
.sf-product__rating {
    width: 118px;
}
.sf-product__compare {
    margin: 0 25px 0 10px;
}
.sf-product__compare-button {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 0;
    background-image: url("../../static/images/compare.png");
    background-position: 0 0;
}
.sf-product__compare-button:hover,
.sf-product__compare-button--active {
    background-position: 20px 0;
}
.sf-product__favorites-button {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 0;
    background-image: url("../../static/images/favorite.png");
    background-position: 0 0;
}
.sf-product__favorites-button:hover,
.sf-product__favorites-button--active {
    background-position: 25px 0;
}
.sf-product__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    font-size: 14px;
}
.sf-product__bottom-slider {
    width: 100%;
    max-width: 310px;
    height: 100%;
    border: 1px solid #e3e1e1;
}
.sf-product__bottom-slider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 280px;
    padding: 30px 0;
}
.sf-product__bottom-slider-item img {
    display: block;
    width: 100%;
}
.sf-product__bottom-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 5px;
}
.sf-product__bottom-slider .owl-dot {
    padding: 5px;
}
.sf-product__bottom-slider .owl-dot:hover span {
    background-color: rgba(0, 153, 176, 0.5);
}
.sf-product__bottom-slider .owl-dot span {
    margin: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #d4d4d4;
    -webkit-transition: 0.2s background-color;
    -o-transition: 0.2s background-color;
    transition: 0.2s background-color;
}
.sf-product__bottom-slider .owl-dot.active span {
    background-color: #0099b0;
}
.sf-product__bottom-info {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
}
.sf-product__bottom-description-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}
.sf-product__bottom-description-text p {
    margin: 0 0 18px;
}
.sf-product__bottom-description-text p:last-child {
    margin-bottom: 0;
}
.sf-product__price {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}
.sf-product__price span {
    font-size: 0.6em;
}
.sf-product__buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e2e2;
}
.sf-product__buy-info {
    padding-right: 15px;
    margin: 0 0 10px;
    min-width: 187px;
    width: 32%;
}
.sf-product__buy-info-retail {
    margin: 0 0 3px;
}
.sf-product__buy-info-wholesale {
    color: #0099b0;
}
.sf-product__count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 68%;
}
.sf-product__count-label {
    margin: 0;
    max-width: 90px;
}
.sf-product__count-block {
    margin: 0 2.3%;
}
.sf-product__count-button {
    padding: 0 0.8em;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}
.sf-product__count .sf-count-block__button {
    display: none;
}
.sf-product__specifications {
    margin-bottom: 20px;
    color: #474747;
}
.sf-product__specifications-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sf-product__specifications-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: none;
}
.sf-product__specifications-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    width: 310px;
    border: 1px solid #e3e3e3;
}
.sf-product__specifications-img img {
    display: block;
    width: 100%;
}
.sf-product__specifications-table {
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
}
.sf-product__specifications-table table {
    width: 100%;
    border-collapse: collapse;
}
.sf-product__specifications-table table tr td {
    padding: 10px;
    border: 1px solid #e3e3e3;
}
.sf-product__specifications-table table tr td:first-child {
    border-left: none;
}
.sf-product__specifications-table table tr td:last-child {
    width: 139px;
    text-align: right;
    font-weight: 700;
}
.sf-product__availability {
    margin-bottom: 45px;
}
.sf-product__availability-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.sf-product__availability-table table {
    width: 100%;
    border-collapse: collapse;
}
.sf-product__availability-table table tr td {
    padding: 17px;
    border: 1px solid #e3e3e3;
}
.sf-product__availability-table table tr td:last-child {
    width: 139px;
}
.sf-product__availability-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sf-product__availability-status--1 .sf-product__availability-status-item:nth-child(-n + 1) {
    background-color: #ffa500;
}
.sf-product__availability-status--2 .sf-product__availability-status-item:nth-child(-n + 2) {
    background-color: #ffd700;
}
.sf-product__availability-status--3 .sf-product__availability-status-item:nth-child(-n + 3) {
    background-color: #9acd32;
}
.sf-product__availability-status--4 .sf-product__availability-status-item:nth-child(-n + 4) {
    background-color: #32cd32;
}
.sf-product__availability-status--5 .sf-product__availability-status-item:nth-child(-n + 5) {
    background-color: #228b22;
}
.sf-product__availability-status-item {
    display: block;
    margin: 0 1px;
    width: 4px;
    height: 14px;
    background-color: #e2e2e2;
}
.sf-product .sf-list-items {
    margin-bottom: 30px;
}
@media (max-width: 1150px) {
    .sf-product__buy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sf-product__count {
        width: 100%;
    }
    .sf-product__count-input {
        width: auto;
        max-width: 84px;
    }
}
@media (max-width: 980px) {
    .sf-product__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sf-product__bottom-info {
        margin-top: 10px;
        width: 100%;
    }
    .sf-product__bottom-slider {
        margin: 0 auto;
    }
    .sf-product__buy {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .sf-product__count {
        width: 68%;
    }
    .sf-product__specifications-inner {
        display: block;
    }
    .sf-product__specifications-img {
        margin-bottom: 10px;
    }
    .sf-product__specifications-table {
        width: 100%;
    }
    .sf-product__specifications-table table tr td:first-child {
        border-left: 1px solid #e3e3e3;
    }
}
@media (max-width: 830px) {
    .sf-product__top {
        display: block;
        margin-bottom: 10px;
    }
    .sf-product__title {
        width: 100%;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .sf-product__buy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sf-product__bottom-description-title {
        font-size: 14px;
    }
    .sf-product__price {
        font-size: 24px;
    }
    .sf-product__count {
        width: 100%;
    }
    .sf-product__count-button {
        font-size: 14px;
    }
}
@media (max-width: 650px) {
    .sf-product__buy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sf-product__buy-info {
        display: none;
    }
    .sf-product__bottom-info-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .sf-product__buy {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    .sf-product__price {
        margin: 0 10px 5px 0;
    }
    .sf-product__count {
        width: 100%;
    }
    .sf-product__count-label {
        display: none;
    }
    .sf-product__count-block {
        margin-left: 0;
    }
    .sf-product__count .sf-count-block__button {
        display: block;
    }
    .sf-product__count .sf-count-block__field {
        margin: 0 4px;
        width: 37px;
    }
    .sf-product__specifications-table table tr td:last-child {
        width: 100px;
    }
    .sf-product__availability-table table tr td:last-child {
        width: 100px;
    }
}
.sf-product-page {
    padding: 20px 0;
}
.sf-product-page__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 47px;
}
.sf-product-page__filter {
    position: relative;
    width: 280px;
}
.sf-product-page__filter .catalog-left-search-result {
    left: 255px;
}
.sf-product-page__product {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
}
.sf-product-page__description {
    font-size: 16px;
    color: #777;
}
.sf-product-page__description-title {
    margin: 0 0 5px;
    font-family: "Myriad Pro", sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
}
.sf-product-page__description-text p {
    font-size: 1em;
    margin-bottom: 0.5em;
}
.sf-product-page__description-text p:last-child {
    margin-bottom: 0;
}
@media (max-width: 860px) {
    .sf-product-page__description {
        font-size: 14px;
    }
}
@media (max-width: 650px) {
    .sf-product-page__inner {
        display: block;
    }
    .sf-product-page__filter {
        display: none;
    }
    .sf-product-page__product {
        width: auto;
    }
}
