#container-page {
    clear: both;
    overflow: hidden;
}

.index-page #container-page {
    background: url("../images/mainBg.jpg") no-repeat top right transparent;
}

.alert.alert-shop {
    border-color: rgba(255, 255, 255, 0.1);
    color: #2d67ac;
}

.fancybox-container {
    background: rgba(255, 255, 255, 0.9);
}

.alert.alert-shop .close {
    color: #2d67ac;
}
.filter-btn-text{
    display: none;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
}

.ic-arrow-r,
.ic-arrow-l {
    width: 20px;
    height: 14px;
    background-image: url('../images/ic/ic-arrows-h.png');
}

.ic-arrow-l {
    background-position: 0 0;
}

.ic-arrow-r {
    background-position: 0 -14px;
}

.ic-arrow-l.ic-white {
    background-position: 0 -28px;
}

.ic-arrow-r.ic-white {
    background-position: 0 -42px;
}

.ic-arrow-d,
.ic-arrow-u {
    width: 14px;
    height: 20px;
    background-image: url('../images/ic/ic-arrows-v.png');
}

.ic-arrow-d {
    background-position: 0 0;
}

.ic-arrow-u {
    background-position: -14px 0;
}

.ic-arrow-d.ic-white {
    background-position: -28px 0;
}

.ic-arrow-u.ic-white {
    background-position: -42px 0;
}

.ic-arrow-d {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ic {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.ic-basket {
    width: 30px;
    height: 30px;
}

.ic svg {
    float: left;
    width: 100%;
    height: 100%;
    fill: #000000;
}

header .form-group {
    margin: 0;
}

header .ic svg {
    fill: #fff;
}

/*
.ic-mail svg {
    width: 14px;
}*/

.btn-primary .ic svg {
    fill: #fff;
}

.btn-prev {
    float: left;
}

.btn-next {
    float: right;
}

.container {
    padding: 0 15px;
    max-width: 1294px;
    width: 100%;
}

.container-big {
    max-width: 1620px;
}

.container.forms-container,
.container.basket-container {
    clear: both;
    max-width: 1294px;
}

.forms-container .container,
.basket-container .container {
    padding: 0;
}

.tab-content .alert {
    margin-bottom: 0;
}

.container > .row {
    margin: 0;
}

/*
.container-lg {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 1580px) {
    .container-lg {
        width: 1550px;
        padding-left: 0;
        padding-right: 0;
    }
}*/

*[id^=fancybox] {
    box-sizing: content-box;
}

nav a {
    letter-spacing: 0.05em;
}

body {
    color: #000000;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    -ms-overflow-style: scrollbar;
}

.select-48 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(255, 255, 255, 0.1);
}

#main-wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.label {
    color: #000;
}

h1,
.h1,
h2.h1,
h3.h1,
h4.h1,
h5.h1
.text h1 {
    margin-bottom: 30px;
    color: #f15371;
    letter-spacing: 0;
    font-size: 90px;
    font-family: "Amatic SC", cursive;
    line-height: 90px;
}

h2,
.h2,
h1.h2,
h3.h2,
h4.h2,
h5.h2,
.section-heading h2 {
    margin-bottom: 15px;
    color: #f15371;
    text-transform: lowercase;
    letter-spacing: 0;
    font-size: 90px;
    font-family: "Amatic SC", cursive;
    line-height: 100px;
}

h3,
.h3,
h1.h3,
h2.h3,
h4.h3,
h5.h3 {
    margin-bottom: 30px;
    color: #f15371;
    letter-spacing: 0;
    font-size: 60px;
    font-family: "Amatic SC", cursive;
    line-height: 60px;
}

h4,
.h4,
h1.h4,
h2.h4,
h3.h4,
h4.h4,
h5.h4 {
    margin-bottom: 30px;
    color: #f15371;
    letter-spacing: 0;
    font-size: 55px;
    font-family: "Amatic SC", cursive;
    line-height: 55px;
}

h5,
.h5,
h1.h5,
h2.h5,
h3.h5,
h4.h5,
h5.h5 {

}

a {
    color: #2d67ac;
    text-decoration: none;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
    color: #000;
}

a:focus,
a:active,
.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none;
}

legend {
    border-bottom: 0;
}

label {
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 13px;
}

.regular {
    font-weight: normal;
}

.text-muted {
    color: rgba(255, 255, 255, 0.1);
}

.form-group {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.form-group.form-group-last {
    margin-bottom: 0;
}

.form-control {
    padding: 13px 26px;
    padding-bottom: 12px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000000;
    font-size: 14px;
}

.contact-form {
    padding-top: 42px;
}

input,
input.form-control {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-control:focus {
    outline: none;
    border: 1px solid #2d67ac;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-error .control-label {
    color: #000;
}

.form-control.error:focus + .form-control-feedback,
.has-error .form-control:focus + .form-control-feedback {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

form .row {
    margin-right: -4.5px;
    margin-left: -4.5px;
}

form [class*="col-"] {
    padding-right: 4.5px;
    padding-left: 4.5px;
}

.contact-form form .form-group {
    margin-bottom: 9px;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    padding-bottom: 0;
    border: none;
}

.dropdown-menu > li > a {
    position: relative;
    float: left;
    width: 100%;
}

.dropdown-menu > li > a > .search-product-img-contener + span.search-product-label {
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 75px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li:nth-child(even) > a:hover,
.dropdown-menu > li:nth-child(even) > a:focus {
    color: #2d67ac;
}

.dropdown-menu > li > a,
.dropdown-menu > li:nth-child(even) > a {
    background-color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1140px) {
    .btn.ic-wrapper .caption {
        display: none;
    }

    .btn.ic-wrapper {
        padding: 0;
    }
}

.btn-link {
    padding: 0;
    color: #000000;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
}

.btn-message {
    padding-right: 64px;
}

.btn-location {
    padding-right: 74px;
}

.btn-login {
    position: relative;
    padding-left: 70px;
    max-width: 100%;
}

.btn:hover,
.btn.focus,
.btn:focus,
.btn.active,
.btn:active,
button:hover,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover,
.open > .dropdown-toggle.btn
.open > .dropdown-toggle.btn.focus,
.open > .dropdown-toggle.btn:focus,
.open > .dropdown-toggle.btn:hover {
    outline: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn {
    position: relative;
    padding: 7px 20px;
    max-width: 100%;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    white-space: inherit;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.active, .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-long {
    max-width: 100%;
    width: 287px;
}

.btn-info {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #000000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btn-info:hover,
.btn-info.focus,
.btn-info:focus,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    border-color: transparent;
    background-color: #337ab7;
    color: #fff;
}

.btn-default {
    background-color: #337ab7;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.top-box-wrapper:hover > a.btn-default,
.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    border-color: transparent;
    background-color: #2d67ac;
    color: #fff;
}

.btn-primary {
    padding: 10px 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f15371;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 24px;
}

.btn-reverse {
    background-color: #2d67ac;
    color: #fff;
}

.top-box-wrapper:hover > a.btn-primary,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    border-color: transparent;
    background-color: #2d67ac;
    color: #fff;
}

.top-box-wrapper:hover > a.btn-reverse,
.btn-reverse:hover,
.btn-reverse.focus,
.btn-reverse:focus,
.btn-reverse.active.focus,
.btn-reverse.active:focus,
.btn-reverse.active:hover,
.btn-reverse:active.focus,
.btn-reverse:active:focus,
.btn-reverse:active:hover,
.open > .dropdown-toggle.btn-reverse.focus,
.open > .dropdown-toggle.btn-reverse:focus,
.open > .dropdown-toggle.btn-reverse:hover,
.btn-reverse.active, .btn-reverse:active,
.open > .dropdown-toggle.btn-reverse {
    border-color: transparent;
    background-color: #f15371;
    color: #fff;
}

.btn-primary.active:hover {
    background-color: #f15371;
}

.btn-success {
    background-color: #cddc39;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-color: #000000;
    color: #fff;
}

.btn-danger {
    background-color: #f44336;
}

.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    background-color: #000000;
    color: #fff;
}

.ic-wrapper {
    display: block;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    width: 33px;
    height: 33px;
    text-align: center;
}

.btn-icon .ic-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.btn-icon.btn-icon-right .ic-wrapper {
    right: 4px;
    left: inherit;
}

.ic-c,
.ic-wrapper .ic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ic-wrapper .ic.ic-arrow-left,
.ic-arrow-left {
    -ms-filter: "FlipH";
    filter: FlipH;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -moz-transform: translate(-50%, -50%) scaleX(-1);
    -o-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

/* fancybox */

.cms-popup-body {
    padding: 30px 40px;
    padding-top: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    -moz-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
}

.cms-popup .close-popup {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #2d67ac;
    text-decoration: none;
    font-size: 36px;
    line-height: 30px;
}

.cms-popup-backdrop {
    background: #fff;
    opacity: 0.9;
}

.cms-popup .close-popup:hover {
    background-color: #000000;
    color: #fff;
}

.cms-popup-center {
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cms-popup-center > .banner-photo {
    float: left;
}

.shop-variant-option.color-box {
    display: inline-block;
    width: 34px;
    height: 34px;
}

.product-item .price {
    color: #f15371;
    letter-spacing: 0;
    font-weight: 900;
    font-size: 30px;
}

.price-old {
    color: #000000;
    text-decoration: line-through;
}

.product-tile-prices-wrapper {
    float: left;
    margin-bottom: 9px;
    width: 100%;
    text-transform: lowercase;
}

.product-tile-prices-wrapper .price-box,
.product-tile-prices-wrapper .price-old {
    display: inline-block;
    float: right;
    vertical-align: bottom;
}

.product-tile-price-gross-wrapper {
    margin-bottom: 9px;
}

.product-tile-price-gross-wrapper .price-old {
    display: inline-block;
    margin: 12px 19px 0 0;
    color: #88898a;
    vertical-align: bottom;
    letter-spacing: 0;
    font-weight: 900;
    font-size: 14px;
    line-height: 22px;
}

.product-tile-price-net-wrapper .price-old {
    color: #666767;
}

.product-tile-price-net-wrapper .price.price.price-new.shop-product-price-net {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

.basket-remove-item .ic-close {
    width: 100%;
    height: 100%;
}

.basket-remove-item .ic-close::after {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

}

.basket-remove-item {
    position: relative;
    display: block;
    padding: 0;
    width: 22px;
    height: 22px;
}

@media screen and (min-width: 1238px) {
    .top-box-inner {
        -webkit-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
        -moz-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
        box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    }
}

.dropdown-menu,
.navbar-sticky,
.select2-dropdown {
    border: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    -moz-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
}

.dropdown-menu,
.navbar-sticky,
.select2-dropdown {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    -moz-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-fill-mode: both;
}

.select2-dropdown {
    border-color: #2d67ac;
    border-top: 0;
}

.select2-container--open .select2-dropdown--above {
    border-top: 1px solid #2d67ac;
}

.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
    background-color: #2d67ac;
    color: #fff;
}

.select2-container--default .select2-selection--multiple {
    background-color: #f2f2f2;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    /*-webkit-box-shadow: inset 0 0 0 1px rgb(31, 31, 31);*/
    /*-moz-box-shadow: inset 0 0 0 1px rgb(31, 31, 31);*/
    /*box-shadow: inset 0 0 0 1px rgb(31, 31, 31);*/

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    line-height: 22px;
    color: #2d67ac;
    letter-spacing: 0.05em;
    background: #fff;
}

/* TOP-HEADER */
.top-header {
    float: left;
    width: 100%;
}

.header-row-1 {
    background: #4278b7;
}

.top-heading {
    position: relative;
    z-index: 999;
    display: block;
    float: left;
    overflow: hidden;
    margin-bottom: -300px;
    width: 328px;
    height: 328px;
    background: url("../images/gora.png") no-repeat center top transparent;
    background-size: 100% auto;
}

.header-row-1 .site-control {
    float: left;
}

.fast-contact {
    color: #000;
}

.fast-contact .section-wrapper {
    margin-bottom: 20px;
}

.fast-contact .ic-free-delivery {
    margin-right: 14px;
}

.fast-contact .ic-mail {
    position: relative;
    top: 3px;
    margin-right: 15px;
}

.fast-contact .ic-phone {
    margin-right: 15px;
}

.fast-contact .ic:not(.ic-mail) {
    float: left;
}

.fast-contact .caption {
    vertical-align: middle;
}

.fast-contact-content {
    float: left;
}

.fast-contact a.phone {
    margin-right: 0;
    font-weight: normal;
}

.fast-contact a {
    position: relative;
    display: block;
    float: left;
    margin-right: 15px;
    color: #000000;
}

.fast-contact a:hover,
.fast-contact a:focus {
    color: #2d67ac;
}

.fast-contact a:hover svg,
.fast-contact a:focus svg {
    fill: #2d67ac;
}

.top-currency-list,
.top-lang-list {
    float: left;
}

.top-lang-list {
    margin-right: 30px;
}

.top-lang-list nav > .caption,
.top-currency-list nav > .caption {
    margin-right: 22px;
}

.top-lang-list nav > .caption,
.top-currency-list nav > .caption {
    float: left;
    color: #000000;
}

.top-lang-list nav > .caption,
.top-currency-list nav > .caption {
    margin-right: 22px;
}

.top-currency-list nav > .caption.small-caption,
.top-lang-list nav > .caption.small-caption {
    display: none;
}

.top-lang-list ul,
.top-currency-list ul,
.top-lang-list ul li,
.top-currency-list-list ul li,
.top-lang-list .caption,
.top-currency-list .caption {
    float: left;
    width: auto;
    line-height: 36px;
}

.top-currency-list a .caption {
    width: 100%;
    line-height: 34px;
}

.top-currency-list ul li,
.top-lang-list ul li {
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
}

.top-lang-list ul li:not(:last-child),
.top-currency-list ul li:not(:last-child) {
    margin-right: 10px;
}

.top-lang-list ul li a,
.top-currency-list ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #000;
    font-size: 12px;
    line-height: 36px;
}

.top-lang-list ul li a:hover,
.top-lang-list ul li a:hover,
.top-currency-list a:hover,
.top-lang-list ul li a:focus,
.top-currency-list a:focus {
    border-color: transparent;
    background: #2d67ac;
    color: #fff;
}

.top-currency-list li.active a {
    border-color: transparent;
    background-color: #000000;
    color: #fff;
}

.header-row-2 {
    display: block;
    min-height: 91px;
}

.header-row-2-wrapper {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 91px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.index-page .header-row-2-wrapper {
    border-bottom: 0;
}

.slider-content,
.main-slider-image,
.main-slider .slider-content-inner,
.slider-content .container {
    height: 100%;
}

.header-row-2 .header-right {
    float: right;
    margin-top: 21px;
    width: 746px;
}

.slider-texts {
    float: left;
    padding-top: 188px;
    width: 50%;
}

.main-slider-image {
    position: relative;
    float: right;
    width: 50%;
}

.main-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 80%;
    max-height: 80%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.dots-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
}

.search-section {
    position: relative;
    background: url("../images/search-s.png") no-repeat center center transparent;
    background-size: cover;
}

.parallax-flowers {
    position: absolute;
    top: 0;
    right: calc(50vw + 400px);
    z-index: 20;
    width: 24%;
}

.search-section {
    padding: 35px 0;
}

.search-section .search-section-title {
    float: left;
    margin-left: 481px;
}

.search-section h2 {
    margin: 0;
}

.search-section h2 .small {
    display: block;
    clear: both;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 24px;
    font-family: "Lato", sans-serif;
}

.search-section h2 .big {
    display: block;
    clear: both;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 48px;
    font-family: 'Amatic SC', cursive;
    line-height: 50px;
    font-weight: bold;
}

.search-section .search-form {
    position: relative;
    float: right;
}

.search-section .search-form .btn .ic {
    width: 30px;
    height: 30px;
}

.search-section .search-form .btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 80%;
    height: 80%;
    border: 4px dotted #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.btn-round:hover,
.search-section .search-form .btn:hover {
    background-color: #2d67ac;
}

.search-section .search-form .btn {
    position: absolute;
    top: 50%;
    right: 20px;
    max-height: 100px;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fb1c45;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.search-section .search-form input[type="text"] {
    padding: 10px 20px;
    height: 70px;
    border: 4px dotted #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 50px;
}

.search-section .form-group {
    margin: 0;
    width: 655px;
}

.search-desktop-box {
    position: relative;
}

.search-desktop-box .btn-search {
    position: absolute;
    top: 0;
    right: 0;
}

.search-desktop-box .form-group {
    padding-right: 34px;
}

.top-content {
    padding: 10px 15px 7px 15px;
    text-align: center;
}

.header-right .link-basket .rwd-only {
    display: none;
}

.select select {
    display: none;
}

.search-desktop-box {
    display: inline-block;
    width: 380px;
}

.rwd-basket-navigation .number-baket {
    display: none;
}

.top-logo {
    display: block;
    float: left;
    overflow: hidden;
    padding: 7px 15% 10px 8%;
    height: 100%;
}

.top-logo img {
    float: left;
    width: 100%;
    height: auto;
}

.top-shop-nav {
    float: left;
}

.header-right {
    float: right;
}

.header-right > .nav-inline {
    float: right;
}

.top-shop-nav ul {
    list-style: none;
}

.top-shop-nav > ul > li .ic-wrapper {
    width: 37px;
    height: 37px;
}

.top-shop-nav > ul > li {
    margin-right: 10px;
}

.top-shop-nav > ul > li.basket {
    margin-right: 0;
}

.top-shop-nav > ul > li > .btn.link-basket {
    position: relative;
    margin-right: 0;
    padding: 18px;
    font-size: 12px;
}

.top-shop-nav > ul > li > .btn.link-basket .shop-basket-total-item-price {
    margin-left: 8px;
    letter-spacing: 0.08em;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    z-index: 20;
}
.link-register .ic{
    float: left;
}
.number-baket {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1001;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #2d3033;
    text-align: center;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 26px;
    -webkit-transform: translate3d(50%, 50%, 0);
    -moz-transform: translate3d(50%, 50%, 0);
    -ms-transform: translate3d(50%, 50%, 0);
    -o-transform: translate3d(50%, 50%, 0);
    transform: translate3d(50%, 50%, 0);
}

.top-shop-nav > ul > li > a,
.top-shop-nav > ul > li > .btn {
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 20px;
}

@media screen and (min-width: 1170px) {
    .top-shop-nav > ul > li:hover > a,
    .top-shop-nav > ul > li > a:hover,
    .top-shop-nav > ul > li > a:focus {
        border-color: transparent;
        background-color: #f15371;
        color: #fff;
    }

    .top-shop-nav > ul > li:hover > a svg,
    .top-shop-nav > ul > li > a:hover svg,
    .top-shop-nav > ul > li > a:focus svg,
    .top-shop-nav > ul > li:hover > .btn.link-basket svg,
    .top-shop-nav > ul > li > .btn.link-basket:hover svg,
    .top-shop-nav > ul > li > .btn.link-basket:focus svg {
        fill: #fff;
    }
}

.top-shop-nav > ul > li > .btn .ic-wrapper {
    width: 36px;
    height: 36px;
}

.top-shop-nav > ul > li:last-child {
    margin-right: 0;
}

.basket-table th, .basket-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.basket-table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.basket-table tbody tr:nth-child(even) {
    background-color: #fdfdfd;
}

.basket-table .input-counter .action {
    width: 26px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}

.basket-table .input-counter input {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 36px;
    line-height: 36px;
    padding: 5px 30px;
}

.basket-table span.qty-minus.qty-down:after,
.basket-table span.qty-plus.qty-up::after {
    top: 9px;
}

.top-nav {
    float: left;
    overflow: hidden;
    width: 100%;
}

#top-nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.top-nav a:hover,
.top-nav a:focus,
.top-nav li.active > a,
.top-nav li.has-sub:hover > a,
.top-nav nav > ul > li:hover > a {
    color: #f15371;
    text-decoration: none;
}

@media screen and (min-width: 1140px) {
    .top-nav a {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
}

.top-nav nav > ul > li > a:hover,
.top-nav nav > ul > li > a:focus,
.top-nav nav > ul > li > .active > a,
.top-nav nav > ul > li > .has-sub:hover > a {
    border-color: transparent;
}

.top-nav nav > ul > li.has-sub:hover > a {
    z-index: 25;
    border-color: transparent;
}

.top-nav a {
    color: #000000;
}

.nav-inline ul > li > a {
    color: #000000;
}

.top-nav li {
    position: relative;
}

.top-nav nav > ul > li > ul {
    position: absolute;
    top: 90px;
    left: 50%;
    z-index: 100;
    display: none;
    background: #f1f2f2;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);

}

.top-nav nav > ul > li:hover > ul {
    display: block;
}

.top-nav nav > ul > li > ul > li > ul {
    padding-top: 16px;
    width: auto;
}

.top-nav nav > ul > li > ul > li > ul > li {
    position: relative;
    float: none;
    margin-bottom: 1px;
    width: 100%;
}

.top-nav nav > ul > li > ul > li > ul > li::before {
    position: absolute;
    top: 14px;
    left: 0;
    display: inline;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #000000;
    content: '';
}

.top-nav nav > ul > li > ul > li > ul > li > a {
    padding: 6px 20px;
    text-align: left;
}

.top-nav nav > ul > li > ul > li > ul > li:hover::before {
    background: #2d67ac;
}

ul.other {
    animation-name: fadeIn;
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

.top-nav ul.other > li .other a {
    color: #2d3033;
}

.top-nav ul.other > li .other li.active > a,
.top-nav ul.other > li .other a:hover,
.top-nav ul.other > li .other a:focus {
    background: none;
    color: #2d67ac;
}

.top-nav ul.other .has-sub:hover > a {
    color: #fff;
}

.top-nav ul.dropdown-full-width > li > ul::before {
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 17px;
    content: '';
}

.top-nav ul.dropdown-full-width > li > ul {
    padding: 30px 29px;
    width: 1238px;
}

.top-nav ul.dropdown-full-width {
    position: static;
    text-align: right;
}

.top-nav nav > ul > li {
    margin-right: 51px;
}

.top-nav nav > ul > li.last,
.top-nav nav > ul > li:last-child {
    margin-right: 0;
}

.top-nav nav > ul > li > a {
    position: relative;
    padding: 30px 0;
    color: #013470;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 30px;
}

.top-nav ul.dropdown-full-width > li {
    position: static;
}

.top-nav nav > ul.dropdown-full-width > li > ul > li {
    position: relative;
    float: left;
    margin-bottom: 25px;
    width: 25%;
}

.top-nav nav > ul.dropdown-full-width > li > ul > li > a {
    color: #2d67ac;
    font-weight: 300;
    font-size: 18px;
}

.top-nav nav > ul.dropdown-full-width > li > ul > li:hover > a,
.top-nav nav > ul.dropdown-full-width > li > ul > li > a:hover,
.top-nav nav > ul.dropdown-full-width > li > ul > li > a:focus {
    text-decoration: underline;
}

.top-nav nav > ul.dropdown-full-width > li > ul > li:hover.has-sub {
    z-index: 225;
}

.top-nav ul.other > li:nth-child(4n) {
    margin-right: 0;
}

.top-nav nav > ul > li > ul.other > li > a {
    display: table-cell;
    padding: 0 7px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

/* > */
.toggle-cross span:after {
    bottom: -7px;
}

.toggle-cross span:before {
    top: -7px;
}

.form-control-sm {
    padding: 0 12px;
    min-height: 32px;
}

.search-form.toggle-search input[type="text"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding-right: 12px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.top-search .search-form.toggle-search input[type="text"] {
    padding-right: 90px;
    max-width: 100vw;
    width: 768px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #fff;
}

.rwd-bar .search-form input[type="text"] {
    padding-right: 51px;
    padding-left: 12px;
    width: 100%;
    height: 39px;
    opacity: 0;
}

.search-form.toggle-search .btn-close {
    display: none;
    font-size: 24px;
}

.search-form.toggle-search.active .btn-close {
    display: inline-block;
}

.search-form.toggle-search.active .btn-search {
    display: none;
}

.search-form.toggle-search:not(.active) input[type="text"] {
    padding: 0;
    width: 0;
    border-color: transparent;
    opacity: 0;
}

.search-view .page-heading h1 {
    font-size: 16px;
}

.search-view .page-heading .term {
    font-size: 24px;
}

#basket-total {
    overflow: hidden;
}

/* > */

/* top-search */
.top-search .search-toggle .ic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.top-search .search-toggle {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.top-search {
    float: right;
}

.search-wrapper {
    padding: 0;
}

.search-wrapper .dropdown-menu {
    z-index: 250 !important;
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
}

.error[for="newsletter-subscribe-emailAddress"] {
    text-shadow: 0 0 16px #fff;
}

.search-wrapper .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.search-wrapper .dropdown-menu li:last-child {
    border-bottom: 0;
}

.top-search .search-form:not(.active) + .ui-autocomplete {
    display: none !important;
}

.search-form:not(.active) .form-group {
    /*opacity: 0;*/
    /*pointer-events: none;*/
}

#search-popup .bg-loupe .ic-search {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
}

#search-popup .bg-loupe svg {
    float: right;
    fill: #fff;
    stroke: #2d67ac;
}

#search-popup .bg-loupe {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    max-height: 100%;
    width: 300px;
    height: 300px;
    opacity: 0.2;
}

#search-popup .search-wrapper,
#search-popup .search-title {
    position: relative;
    z-index: 1;
}

#search-popup {
    position: relative;
    display: none;
    overflow: visible;
    padding: 30px;
    max-width: 500px;
    width: 100%;
    border: 1px solid #2d67ac;
    text-align: center;
}

.search-form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.search-form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.search-form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.search-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.search-form input[type="text"] {
    display: block;
    padding: 3px 20px 5px;
    width: 100%;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
}

.search-form .btn:hover svg {
    fill: #fff;
}

.search-form .btn:hover {
    background: #f15371;
}

.search-form .btn svg {
    fill: #fff;
}

.search-form .btn {
    display: block;
    float: none;
    margin: auto;
    width: 120px;
    height: 40px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #2d67ac;
}

.search-desktop-box .search-form .btn {
    width: 36px;
    height: 36px;
}

.search-form .btn.btn-close {
    display: none;
}

.header-main {
    z-index: 50;
    float: left;
    width: 100%;
}

/* > */
/* main-slider */

.main-slider-nav-slide {
    float: left;
    width: 25%;
}

.main-slider .slick-track {
    width: 100%;
}

.main-slider {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    height: 654px;
}

.main-slider .slider,
.main-slider .slider img {
    -webkit-transition: height 0.4s, width 0.4s;
    -moz-transition: height 0.4s, width 0.4s;
    -ms-transition: height 0.4s, width 0.4s;
    -o-transition: height 0.4s, width 0.4s;
    transition: height 0.4s, width 0.4s;
}

.main-slider .slider {
    overflow: hidden;
    white-space: nowrap;
}

.main-slider .slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    white-space: normal;
}

.main-slider .slick-list,
.main-slider .slick-track {
    height: 100%;
}

.main-slider .slider-image-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.main-slider .slider-image-container {
    margin: 0 auto;
    max-width: 100%;
    width: 1920px;
    height: 100%;
}

.main-slider .slider-image-container img {
    float: left;
}

.main-slider .slider-arrow {
    z-index: 100;
    display: none;
    width: 56px;
    height: 100%;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;

}

.main-slider .slick-dots li button {
    position: relative;
    margin: 5px 0;
    width: 30px;
    height: 40px;
    border: 0;
    background: transparent;
}

.main-slider .slick-dots li {
    display: block;
    clear: both;
}

.main-slider .slick-dots {
    position: static;
}

.main-slider .slick-arrow {
    position: absolute;
    right: 10%;
    bottom: 25px;
}

.main-slider .slick-prev {
    margin-right: 55px;
}

.main-slider-nav-wrapper {
    float: left;
    width: 100%;
    background: #f1f1f1;
}

.main-slider-nav-slide:first-child {
    border-left: 1px solid #fff;
}

.main-slider-nav-slide {
    overflow: hidden;
    padding: 17px 22px;
    min-height: 31px;
    border: none;
    border-right: 1px solid #fff;
    background-color: red;
    color: #fff;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    cursor: pointer;
}

.main-slider-nav-slide:hover,
.main-slider-nav-slide:focus {
    opacity: 0.8;
}

.main-slider-nav-slide:not(.slick-current) {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 1238px) {
    .main-slider .btn.more:hover,
    .main-slider .btn.more:focus {
        background-color: #1f1f1f !important;
    }
}

.main-slider .btn.more {
    float: right;
    clear: both;
    margin-top: 20px;
    width: 287px;
    color: #fff;
    text-align: left;
}

.main-slider .slider-content .btn-more {
    margin-top: 41px;
    padding: 9px 43px;
    max-width: 100%;
    border: 2px dotted transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 20px;
}

.main-slider .theme-1 .slider-content .btn-more {
    border-color: #f15371;
    background: #f15371;
}

.main-slider .theme-2 .slider-content .btn-more {
    border-color: #2d67ac;
    background: #2d67ac;
}

.main-slider .theme-2 .slider-content .btn-more:hover {
    background: transparent;
    color: #2d67ac;
}

.main-slider .theme-1 .slider-content .btn-more:hover {
    background: transparent;
    color: #f15371;
}

.main-slider .slider-content-inner {
    float: left;
    width: 100%;
}

.promotion-circle {
    position: absolute;
    top: 44%;
    right: -1%;
    z-index: 10;
    display: block;
    width: 40%;
    height: 40%;
    background: url("../images/slider-label.png") no-repeat center center transparent;
    background-size: contain;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.slider-label {
    position: absolute;
    top: 44%;
    left: 47%;
    display: block;
    max-width: 80%;
    color: #4278b7;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.main-slider h1 {
    margin-bottom: 0;
}

.main-slider .line1,
.main-slider .line2,
.main-slider .line3 {
    display: block;
}

.rwd-caption {
    display: none;
}

.main-slider .line1 {
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 36px;
    font-family: 'Amatic SC', cursive;
    line-height: 40px;
}

.main-slider .line2 {
    margin-left: -4px;
    letter-spacing: 0;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 90px;
    line-height: 100px;
}

.main-slider .line3 {
    padding-top: 20px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 36px;
}

.theme-1 .line1,
.theme-1 .line3 {
    color: #707173;
}

.theme-1 .line2 {
    color: #f15371;
}

.theme-2 .line1,
.theme-2 .line3 {
    color: #000;
}

.theme-2 .line2 {
    color: #2d67ac;
}

/* > */
/* > */
.main-content-left,
.form-bottom.main-content-left {
    float: left;
    max-width: 100%;
    width: 777px;
}

.basket-page-top:not(.basket-page-top-first-step) .main-content-left {
    width: 100%;
}

.main-content-left-inner {
    float: left;
    padding: 24px;
    width: 100%;
    background-color: #fff;
}

.main-content-left .login-pane {
    padding: 0;
}

.content-left {
    float: left;
    padding: 25px;
    width: 25%;
    background-color: #f3f3f3;
}

@media screen and (min-width: 1128px) {
    .content-right {
        padding-left: 15px;
    }
}

.content-right {
    float: right;
    width: 75%;
}

.koszyk_pods_ceny .login-pane.basket-summary {
    margin-bottom: 0;
}

.basket-payment-forms {
    float: left;
    margin: 15px 0 35px;
    width: 100%;

}

.basket-payment-forms .row {
    margin-right: -20px;
    margin-bottom: 15px;
    margin-left: -20px;
}

.basket-payment-forms [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
}

.basket-payment-forms .basket-total-box:nth-child(1) {
    background-color: #fafafa;
}

.basket-payment-forms .basket-total-box:nth-child(2) {
    background-color: #f2f2f2;
}

.basket-payment-forms .koszyk_pods_ceny {
    background-color: #e1e1e1;
}

.basket-payment-forms .basket-total-box .pane-heading {
    padding-top: 20px;
    padding-bottom: 10px;
}

.basket-payment-forms .koszyk_pods_ceny .pane-heading {
    padding-top: 20px;
    padding-bottom: 10px;
}

.login-pane.login-pane-compact.basket-summary .login-pane-inner {
    padding: 0;
}

.shop-radio-element {
    position: relative;
}

.shop-radio-element .iradio {
    position: absolute;
    top: 19px;
    left: 0;
}

.basket-payment-forms .login-pane.login-pane-compact .login-pane-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.basket-payment-forms .shop-radio-element label {
    float: left;
    margin-bottom: 0;
    padding: 24px 0 24px 40px;
    width: 100%;
    cursor: pointer;
}

.basket-payment-forms .shop-radio-element {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.basket-payment-forms .shop-radio-element:last-child {
    border-bottom: none;
}

.basket-payment-forms span.shop-radio-element-description {
    position: absolute;
    top: 24px;
    right: 0;
    float: right;
    margin: 0;
    width: auto;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
}

.content-left ul.left-nav {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

nav.featured-posts ul.left-nav .title {
    display: block;
    margin-bottom: 5px;
}

nav.featured-posts ul.left-nav .date {
    display: block;
}

.content-left nav {
    float: left;
    margin-bottom: 45px;
    width: 100%;
}

.content-left ul.left-nav > li > a {
    padding: 13px 17px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
}

.content-left ul.left-nav > li > a:hover,
.content-left ul.left-nav > li > a:focus,
.content-left ul.left-nav > li.active > a {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #0e141a;
    color: #fff;
}

.content-left nav ul li.last a,
.content-left ul.left-nav > li:last-child > a {
    border-bottom: 0;
}

.text {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text .article-image {
    float: right;
    margin: 8px -13% 20px 20px;
    max-width: 73%;
}

/* BOTTOM */
div#siteRights {
    float: left;
}

#copyright {
    float: right;
}

.site-copyright {
    float: left;
    width: 100%;
}

.site-rights a {
    color: #7a7a7a;
    white-space: nowrap;
}

.site-rights a:hover,
.site-rights a:focus {
    text-decoration: underline;
}

/* MODULES */
/* SOCIAL MEDIA */
.socialMedia {
    position: relative;
}

.socialProfil {
    display: block;
    float: left;
    margin: 0 2px;
    width: 31px;
    height: 30px;
    background: url('../images/socialMedia.png') no-repeat 0 0 transparent;
    background-color: #008000;
    line-height: 56px;
}

.socialProfil.socialtwitter {
    background-position: 0 0;
}

.socialProfil.socialyoutube {
    background-position: -41px 0;
}

.socialProfil.socialfacebook {
    background-position: -78px 0;
}

.socialProfil.socialgooglePlus {
    background-position: -115px 0;
}

.socialProfil.socialpinterest {
    background-position: -154px 0;
}

.socialMedia:hover .socialProfil {
    opacity: 0.9;
}

.socialMedia:hover .socialProfil:hover {
    margin-top: -2px;
    opacity: 1;
}

#topBar a.socialProfil {
    margin: 0 auto;
}

/* BREADCRUMB */
.breadcrumbs {
    position: relative;
    float: left;
    color: #666767;
}

.breadcrumbs-wrapper div {
    display: block;
    float: left;
}

.breadcrumbs a:hover .caption,
.breadcrumbs a:focus .caption {
    text-decoration: underline;
}

.breadcrumbs a {
    display: block;
    float: left;
}

.breadcrumbs-wrapper span {
    display: block;
    float: left;
}

.breadcrumbs .breadcrumb-item {
    position: relative;
    margin: 0 4px;
    color: #000000;
    font-weight: 300;
    font-size: 14px;
}

.breadcrumbs .breadcrumb-item.last {
    color: #2d67ac;
}

.breadcrumbs .breadcrumb-item .caption {
    margin-right: 8px;
}

.breadcrumbs .breadcrumb-item::after {
    content: '>';
}

.breadcrumbs .breadcrumb-item.last::after {
    display: none;
}

.breadcrumbs .breadcrumb-item.first {
    margin-left: 0;
}

a.contact {
    display: block;
    float: left;
    clear: both;
    overflow: hidden;
    padding-right: 22px;
    max-width: inherit;
    width: auto;
    height: 48px;
    background-color: #c9c9c9;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
}

a.contact .caption {
    display: inline-block;
    float: left;
}

a.contact:hover,
a.contact:focus {
    background-color: #000000;
}

section.newsletter .text {
    margin-bottom: 47px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}

/*.newsletter button {
    position: absolute;
    top: 0;
    right: 0;
}*/

.newsletter .newsletter-wrapper {
    padding: 25px 0 30px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.newsletter .newsletter-wrapper .form-control {
    padding: 10px 25px;
    height: 50px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    background: #fff;
}

.newsletter .newsletter-box {
    float: left;
    width: 100%;
    text-align: left;
    min-height: 83px;
}

.newsletter .newsletter-wrapper h2 {
    margin-bottom: 24px;
}

.newsletter .controls {
    position: relative;
    float: left;
    width: 100%;
}

.newsletter .form-control {
    float: left;
    padding: 9px 26px;
    padding-right: 52px;
    height: 46px;
    background-color: transparent;
}

.newsletter .input-group-btn {
    z-index: 10;
    margin-left: -15px;
}

.newsletter .newsletter-container .btn {
    position: relative;
    z-index: 2;
    float: left;
    overflow: hidden;
    margin-left: -15px;
    padding: 12px 20px;
    width: 180px;
    height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
}

.newsletter-container {
    margin: 0 auto;
    max-width: 100%;
    width: 630px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .footer-wrapper {
        min-height: 338px;
    }
}

.footer-wrapper {
    background: url("../images/footer-bg.jpg") no-repeat top center #eeeff1;
    background-size: cover;
    color: #000000;
}

.footer-wrapper a {
    color: #000000;
}

.footer-wrapper a:hover,
.footer-wrapper a:focus {
    color: #2d67ac;
}

.footer-bottom-wrapper {
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .footer-bottom-wrapper {
        min-height: 289px;
        max-height: 383px;
    }
}

.footer-inner-wrapper {
    width: 100%;
}

.footer-inner-wrapper.inner-wrapper-1 {
    padding: 0;
}

.footer-inner-wrapper.inner-wrapper-3 {
    padding-right: 0;
    text-align: right;
}

.footer-wrapper .footer-b h3 {
    margin-bottom: 21px;
}

.footer-wrapper h3,
.footer-wrapper .h3 {
    position: relative;
    margin-bottom: 26px;
    width: 100%;
    color: #2d67ac;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 36px;
    font-family: "Amatic SC", cursive;
    line-height: 44px;
}

.footer-accordion-wrapper .text a:hover {
    color: #f15371;
}

.footer-accordion-wrapper .text a {
    color: #2d67ac;
}

.footer-accordion-wrapper .text,
.footer-accordion-wrapper a {
    color: #707173;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 30px;
}

.footer-accordion-toggle .ic-arrow {
    display: none;
}

@media screen and (min-width: 768px) {
    .footer-accordion-wrapper {
        display: block !important;
    }
}

.footer-a {
    margin-bottom: 15px;
    padding: 7px 0;
    width: 100%;
}

.footer-a {
    float: left;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    min-height: 72px;
}

.footer-a > li:before {
    display: block;
    float: left;
    margin: 14px 15px 5px -20px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2d67ac;
    content: '';
}

.footer-a > li {
    position: relative;
    display: block;
    padding-left: 20px;
}

.footer-a > li:last-child {
    margin-bottom: 0;
    border-right: 0;
    border-bottom: 0;
}

.footer-a > li {
    float: left;
    width: 100%;
}

.footer-a > li:first-child > a {
    padding-left: 0;
}

.footer-a > li > a.active,
.footer-a > li > a:focus,
.footer-a > li > a:hover {
    color: #2d67ac;
}

body.order-page .footer-bottom-wrapper {
    border-top: none;
}

.footer-bar {
    float: left;
    padding-top: 73px;
    padding-bottom: 22px;
    width: 100%;
}

.footer-b {
    float: right;
    overflow: hidden;
}

.footer-b .text {
    margin-bottom: 14px;
}

.footer-b .box-heading {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 13px;
    padding: 9px 0 6px 14px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.footer-b ul {
    float: left;
    margin: -6px;
    padding-top: 19px;
    width: 100%;
    list-style: none;
    text-align: center;
}

.footer-b ul li {
    display: inline-block;
    width: calc(50% - 6px);
    overflow: hidden;
    padding: 6px;
}

.footer-b ul li:nth-child(2n) {
    margin-right: 0;
}

.footer-b ul li img {
    float: left;
}

.logotype-paypal {
    background-image: url('../images/logotypes/paypal.jpg');
}

.logotype-przelewy24 {
    background-image: url('../images/logotypes/przelewy24.jpg');
}

.logotype-dpd {
    background-image: url('../images/logotypes/dpd.jpg');
}

.logotype-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.footer-b .caption {
    color: #2b4d9b;
    font-weight: 800;
    font-size: 12px;
    line-height: 45px;
}

.footer-right-texts {
    float: left;
    margin-bottom: 21px;
    width: 100%;
}

.footer-box {
    float: left;
    padding-right: 15px;
    width: 20.2%;
}

.footer-logo {
    float: right;
}

.footer-rights-wrapper {
    padding: 9px 0 10px;
    color: #000000;
}

.footer-rights-wrapper a {
    color: #000000;
}

/* CONTENT */
.home-tiles {
    clear: both;
    overflow: hidden;
    background: #fff;
}

.content-main {
    clear: both;
    overflow: hidden;
    padding-top: 39px;
    padding-bottom: 34px;
}

.index-page .content-main {
    padding-bottom: 4px;
    background: #fff;
}

.page-bottom {
    float: left;
    padding: 50px 0 51px 0;
    width: 100%;
    text-align: center;
}

/* CATEGORY VIEW */
.category-options-wrapper {
    margin-bottom: 74px;
}

.category-options-wrapper .row {
    margin: 0 -6px;
}

.category-options-wrapper div[class*="col-"] {
    padding: 0 6px;
}

.page-heading .selectOptionCategory {
    margin-top: 15px;
}

.selectOptionCategory {
    float: left;
    margin-bottom: 5px;
    max-width: 392px;
    width: 100%;
}

.index-page .product-list {
    margin-bottom: 20px;
}

.product-list {
    position: relative;
    float: left;
    width: 100%;
    font-size: 0;
}

/*** product-list ****/
/* product-list bootstrap custom scheme */
.product-list .row {
    margin: 0 -22px;
}

.product-list div[class*="col-"] {
    margin-bottom: 10px;
    padding: 0 5px;
}

/***/

.product-list .slider {
    overflow: inherit;
}

.product-list > .arrows {
    position: absolute;
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
    width: auto;
}

.content-right .product-item {
    width: 33.33%;
}

.product-item {
    white-space: normal;
    display: inline-block;
    overflow: hidden;
    padding: 22px;
    width: 25%;
    vertical-align: top;
    font-size: initial;
}

.product-item .row-promo .text * {
    overflow: hidden;
    font-size: 14px !important;
}

.product-item .row-top {
    margin-bottom: 8px;
    height: 29px;
    font-size: 12px;
}

.compare-sign {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: red;
    text-align: center;
    line-height: 20px;
    pointer-events: none;
}

.compare-sign .fa {
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

.compare-link:hover .compare-sign .fa,
.compare-link:focus .compare-sign .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.compare-sign::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 6px;
    background-color: red;
    content: '';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a.compare-link:hover .compare-sign::after,
a.compare-link:focus .compare-sign::after {
    opacity: 0;
}

a.compare-link .caption {
    display: inline-block;
    float: left;
    line-height: 20px;
}

.product-item .row-sell {
    margin-right: -24px;
    margin-left: -24px;
}

.product-item .row-sell .btn:nth-child(1) {
    border-right: 1px solid transparent;
}

.product-item .row-sell .btn:nth-child(2) {
    border-left: 1px solid transparent;
}

@media screen and (min-width: 1238px) {
    .content-main-wide .product-item {
        width: 25%;
    }
}

.product-item-inner {
    position: relative;
    float: left;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    background-color: #fff;
}

.product-item-inner:hover .product-name a {
    color: #2d67ac;
}

.product-item-inner:before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    border: 4px dotted transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.product-item-inner:hover:before {
    border: 4px dotted #2d67ac;
}

.product-item-inner:hover .price {
    color: #2d67ac;
}

.product-item-inner:hover .product-label-element {
    border-color: transparent !important;
    background: #2d67ac;
    color: #fff !important;
}

.product-item-bottom {
    float: left;
    padding: 35px 44px 17px;
    width: 100%;
}

.product-item-sell-box > form {
    margin: 0 -1px;
    min-width: 100%;
}

.product-item-sell-box {
    float: left;
    padding: 0 40px 42px;
    width: 100%;
}

.product-left .product-label-element {
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 2px dotted transparent;
    border-left: 0;
}

.product-left .product-label {
    top: 30px;
    right: auto;
    left: 0;
}

.slick-slide .product-label {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-label {
    position: absolute;
    top: 3.4%;
    right: 0;
    z-index: 10;
}
.center-here {
    text-align: center;
}

.btn-more-products:hover {
    background: #2d67ac;
    color: #fff;
}

.btn-more-products {
    padding: 6px 48px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #f15371;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 30px;
}

.product-label-element {
    position: relative;
    display: block;
    float: right;
    overflow: hidden;
    padding: 0 8px;
    height: 30px;
    border: 2px dotted transparent;
    border-right: 0;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    background: #fff;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 28px;
}

.product-label-element.label-image {
    padding-left: 60px;
    text-align: left;
}

.product-label-element img {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.product-label-element + .product-label-element {
    border-left: 0;
}

.product-list-price-wrapper {
    text-align: right;
}

.product-list-price-wrapper .price-box,
.product-list-price-wrapper .price-box > * {
    float: left;
    width: 100%;
    text-align: right;
}

.product-list-price-wrapper .price-box .price {
    display: inline-block;
}

.product-price-wrapper {
    float: left;
}

.product-list-price-wrapper > .caption {
    display: inline-block;
    float: left;
    margin-right: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.price-box > div {
    float: left;
}

.product-list-price-wrapper > .price-box {
    display: inline-block;
    float: left;
}

.product-item .product-bottom-adjust {
    float: left;
    overflow: hidden;
    margin-bottom: 13px;
    width: 100%;
    height: 100px;
}

.product-item .product-name-wrapper {
    float: left;
    overflow: hidden;
    width: 100%;
}
.product-item .product-name-wrapper.long-product-name .product-text{
    display: none;
}
.product-item .product-name-variant {
    float: left;
    overflow: hidden;
    margin-top: 8px;
    width: 100%;
    height: 17px;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-item .product-name {
    display: table;
    float: left;
    width: 100%;
    height: 100%;
}

.product-item .product-name a {
    display: table-cell;
    color: #f15371;
    vertical-align: top;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 24px;
}

.product-item .product-name a:hover,
.product-item .product-text .text a:hover {
    text-decoration: none;
}
.product-item .product-text .text{
    line-height: 24px;
}
.product-item .product-text .text a {
    color: #88898a;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 24px;
}

.product-item a:focus {
    outline: none;
    outline-offset: inherit;
}

.product-item .row-price {
    float: left;
    clear: both;
    padding: 8px 11% 14px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-item .row-rates {
    margin-right: -20px;
}

.product-item .product-photo-wrapper a {
    position: relative;
    display: block;
    padding-top: 70%; /** img proportions */
    width: 100%;
    height: 0;
    text-align: center;
}

.product-item .row-promo {
    margin-bottom: 22px;
}

.product-item .product-photo-wrapper a.loaded {
    background-color: #fff;
}

.product-item .product-photo-wrapper a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.product-item-top {
    position: relative;
    float: left;
    /*height: 301px;*/
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-item-top .apl .text {
    overflow: hidden;
    max-height: 206px;
    color: #fff;
}

.product-item .product-photo-wrapper {
    width: 100%;
    height: 100%;
}

.product-item .product-photo-inner {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    background: url('../images/loader.svg') no-repeat center transparent;
}

.product-item .product-photo {
    display: inline-block;
}

.product-item img.animate-fadein {
    animation-duration: 0.3s;
}

.product-item .product-item-apl {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 357px;
    pointer-events: none;
}

.product-item-inner .product-item-apl::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 73, 110, 0.9);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    pointer-events: none;
}

@media screen and (min-width: 1238px) {
    .product-item:hover .product-item-top .apl {
        opacity: 1;
    }
}

.product-item .product-item-top .apl {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 15;
    padding: 40px 47px;
    width: auto;
    height: auto;
    background-color: rgba(255, 233, 245, 0.9);
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.product-item .product-item-top .apl .ic svg {
    fill: #fff;
}

.product-item .product-item-top .apl img,
.product-item .product-item-top .apl .ic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.product-item .product-photo img.main {
    display: inline-block;
}

.has-feedback label ~ .form-control-feedback.glyphicon-remove {
    display: none;
}

.product-item .product-photo-hover img.hover {
    display: none;
}

.product-item .input-counter {
    display: inline-block;
    margin-bottom: 15px;
}

.basket-in-box-icon {
    display: inline-block;
    vertical-align: middle;
}

.basket-in-box-icon .ic {
    height: 28px;
    width: 26px;
}

.product-item-sell-box a.btn:hover {
    color: #fff;
}

.btn-cart .caption {
    vertical-align: middle;
}

.product-item-sell-box a.btn {
    padding: 9px 0;
    width: 40%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    font-size: 14px;
    color: #4278b7;
}

.product-item-sell-box button.btn {
    float: right;
    width: 58%;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}

.product-item-sell-box.no-available a.btn {
    width: 100%;
}

.product-item .btn {
    margin: 0;
    padding: 5px 0;
    width: 50%;
    text-align: center;
}

.product-item .product-item-sell-box.no-available .btn {
    width: 100%;
}

.category-view .page-heading .text {
    margin-top: 21px;
    line-height: 1em;
}

.category-view .page-heading .text * {
    font-size: 16px;
}

.category-top {
    position: relative;
    float: left;
    width: 100%;
}

.heading-w-arrows {
    position: relative;
    padding: 0 120px;
}

.main-page-sort {
    background: #4378b7;
}

.heading-arrows {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.heading-arrows .slick-prev {
    margin-right: 10px;
}

.heading-arrows button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
}

.slick-arrow {
    position: relative;
    z-index: 20;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 4px dotted transparent;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.slick-arrow:not(.slick-disabled):hover:before {
    color: #fb1c45;
}

.slick-arrow:not(.slick-disabled):hover {
    border: 4px dotted #fb1c45;
    -webkit-box-shadow: 0 0 0 1px transparent;
    -moz-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
}

.slick-arrow.slick-disabled {
    opacity: 0.6;
    cursor: default;
}

.discounts {
    overflow: hidden;
    padding-top: 15px;
    background: url("../images/roza.png") no-repeat right bottom #e5f0fd;
}

.discounts-slider .slick-arrow {
    position: absolute;
    top: -100px;
    right: 5px;
    z-index: 10;
    width: 45px;
    height: 45px;
}

.discounts-slider .slick-prev {
    margin-right: 55px;
}

.discounts-slider .slick-arrow.slick-prev:not(.slick-disabled):hover::before,
.discounts-slider .slick-arrow.slick-prev:not(.slick-disabled):focus::before,
.discounts-slider .slick-arrow.slick-next:not(.slick-disabled):hover::before,
.discounts-slider .slick-arrow.slick-next:not(.slick-disabled):focus::before {
    opacity: 1;
}

.discounts-slider .slick-dots {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.discounts-slider .slick-dots button::after {
    border: 1px solid #2d67ac;
}

.discounts-slider .slider:not(.slick-initialized) {
    overflow: hidden;
}

.discounts-slider .slider {
    white-space: nowrap;
    font-size: 0;
}

.discounts-slider .slider:not(.slick-initialized) .slide {
    width: 25%;
}
.discounts-slider .slide {
    display: inline-block;
    white-space: normal;
}

.discounts-slider .product-item {
    margin-bottom: 30px;
    width: 100%;
}

.site-rights {
    float: left;
    width: 100%;
    text-align: right;
    line-height: 25px;
}

.product-slider {
    margin-bottom: 10px;
}

.product-slider .slider .slick-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-slider .slider {
    position: relative;
    padding-top: 100%; /* img proportions */
    height: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-slider .image-wrapper a {
    display: inline-block;
    font-size: 0;
}

.product-slider .slider-image-wrapper img {
    display: inline-block;
}

.slider-image-wrapper {
    overflow: hidden;
}

.product-photo .product-slider {
    background-color: #fff;
}

.product-photo .product-slider .slide {
    width: 100%;

}

.product-slider .slide > a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.product-slider .slick-track {
    position: absolute;
    top: 0;
    bottom: 0;
}

.product-slider .image-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.slick-slide img {
    display: inline-block;
    max-width: 90%;
}

.product-slider .slick-arrow:hover:before {
    color: #4278b7 !important;
}

.product-slider .slick-arrow:hover {
    border: 0;
}

.product-slider .slick-arrow:before {
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}

.product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 10;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-slider .slick-slide img {
    max-width: 100%;
}

.product-slider .slick-prev {
    left: 10px;
}

.product-slider .slick-next {
    right: 10px;
}

.product-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.product-slider .slick-dots button::after {
    border: 1px solid #2d67ac;
}

.product-slider-nav .slider {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.product-slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
}

.product-slider-nav .slick-prev {
    left: -7px;
    -webkit-transform: translate3d(-100%, -50%, 0);
    -moz-transform: translate3d(-100%, -50%, 0);
    -ms-transform: translate3d(-100%, -50%, 0);
    -o-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0);
}

.product-slider-nav .slick-next {
    right: -7px;
    -webkit-transform: translate3d(100%, -50%, 0);
    -moz-transform: translate3d(100%, -50%, 0);
    -ms-transform: translate3d(100%, -50%, 0);
    -o-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
}

.product-slider-nav {
    overflow: hidden;
    padding: 0 60px;
    white-space: nowrap;
}

.product-slider-nav .slide {
    position: relative;
    display: inline-block !important;
    padding: 5px;
    width: 20%;
    white-space: normal;
}

.product-slider-nav .slider.slick-initialized {
    overflow: visible;
}

.product-slider-nav .slide:hover img,
.product-slider-nav .slide:focus img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product-slider-nav .slide img {
    display: block;
    margin-right: 15px;
    max-width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.category-toggle {
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 17px;
    width: 146px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    background-color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

.category-toggle::after {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1000;
    width: 10px;
    height: 7px;
    background: url('../images/has-sub-arrow.png');
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.rwd-nav-wrapper .viewport {
    height: 332px;
    background-color: #fff;
}

@media screen and (min-width: 1238px) {
    .content-left .scrollbar {
        display: none;
    }
}

.tinyscrollbar {
    position: relative;
}

.tinyscrollbar .viewport {
    height: 286px;
}

.rwd-nav-wrapper .tinyscrollbar .scrollbar {
    right: 0;
    width: 30px;
}

.tinyscrollbar .scrollbar {
    position: absolute;
    top: 0;
    right: -10px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.tinyscrollbar:hover .scrollbar {
    opacity: 1;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.tinyscrollbar .viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.tinyscrollbar .overview {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.tinyscrollbar .track {
    position: relative;
    width: 2px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.tinyscrollbar .thumb {
    position: absolute;
    top: 20px;
    left: -1px;
    overflow: hidden;
    width: 4px;
    height: 20px;
    background-color: #f15371;
    cursor: pointer;
}

.tinyscrollbar .disable {
    display: none;
}

section.pride {
    position: relative;
    clear: both;
    overflow: hidden;
}

section.pride span.triangle {
    position: absolute;
    right: -250px;
    bottom: -500px;
    z-index: 1;
    display: block;
    width: 500px;
    height: 1000px;
    background-color: #fd2302;
    opacity: 0.7;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pride-wrapper {
    padding: 80px 0;
    min-height: 592px;
    background-color: #ededed;
    background-position: 117% -45px;
    background-size: 60%;
    background-repeat: no-repeat;
}

.pride-wrapper * {
    z-index: 10;
}

.pride-wrapper .logo {
    margin-bottom: 30px;
}

.pride .text {
    margin-bottom: 7px;
    max-width: 50%;
    color: rgba(255, 255, 255, 0.1);
    font-weight: 100;
    font-size: 24px;
    line-height: 1.333em;
}

.pride .text p {
    margin-top: 31px;
}

.pride .text-teaser {
    font-size: 16px;
    line-height: 1.5;
}

.pride .text-teaser p {
    margin-top: 26px;
}

.pride a.more {
    margin-top: 29px;
    padding-right: 145px;
}

.index-page .logotypes .section-heading {
    background-color: #0e141a;
}

.index-page .section-heading h3 {
    margin-bottom: 0;
    font-size: 24px;
}

.index-page .logotypes .section-heading h3 {
    color: #fff;
}

.logotypes-list {
    float: left;
    margin: 0;
    padding: 46px 0 5px 0;
    width: 100%;
    list-style: none;
}

.logotypes-list .logotype {
    display: table;
    float: left;
    margin-bottom: 35px;
    padding: 0;
    height: 60px;
    background-color: #fff;
    text-align: center;
}

.logotypes-list .logotype a:hover,
.logotypes-list .logotype a:focus {
    opacity: 1;
}

@media screen and (min-width: 1140px) {
    .logotypes-list .logotype a {
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }
}

.logotypes-list .logotype a {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    opacity: 0.5;
}

.logotypes-list .logotype a .logo-wrapper {
    position: relative;
    width: 100%;
}

.logotypes-list .logotype a .logo-wrapper img {
    max-width: 108px;
}

.logotypes-list .logotype a:hover img,
.logotypes-list .logotype a:focus img {
    -ms-filter: none;
    filter: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.home-boxes-wrapper {
    position: relative;
    padding: 100px 0;
    background-color: #0e141a;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-boxes ul {
    float: left;
    min-width: 100%;
    list-style: none;
}

.home-box-item {
    color: #fff;
    text-align: center;
}

.home-box-item-inner {
    float: left;
    overflow: hidden;
    padding: 37px 0 40px 0;
    min-height: 561px;
    width: 100%;
    background-color: #0e141a;
    background-color: rgba(14, 20, 26, 0.7);
}

.home-box-item-inner > a {
    right: 11.5px;
    left: 11.5px;
    z-index: 1;
    width: auto;
    border: 1px solid transparent;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -ms-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s;
}

@media screen and (min-width: 1238px) {
    .home-box-item-inner > a:hover,
    .home-box-item-inner > a:focus {
        border-color: rgba(255, 255, 255, 0.1);
    }
}

.home-box-item h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
    padding: 0 24px 25px 24px;
    color: #fff;
    font-size: 18px;
    line-height: 1.667em;
}

.home-box-item h3[style*="height"] .caption {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.home-box-item h3 .caption {
    display: inline-block;
    overflow: hidden;
    max-width: 265px;
    max-height: 90px;
}

.hover-event-item .hover-event-wrapper .event,
.hover-event-item .hover-event-wrapper::before {
    position: absolute;
    content: '';
}

.hover-event-item .hover-event-wrapper::before {
    right: 0;
    bottom: 1px;
    left: 0;
    width: auto;
    height: 1px;
    background-color: #272c31;
}

.hover-event-item a:not(:hover) + .hover-event-wrapper .event {
    left: 0 !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.hover-event-item .hover-event-wrapper .event {
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: red;
}

.home-box-item h3 .event {
    width: 52px;
}

.home-box-item .text {
    padding: 0 23px;
}

.home-box-item .text p + p {
    margin-top: 30px;
}

.slick-dots li button {
    width: auto;
    height: auto;
    pointer-events: all;
}

.slick-dots li button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding: 0;
    width: 14px;
    height: 14px;
    border: 2px dotted #2d67ac;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    content: '';
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.slick-dots li button:hover::after,
.slick-dots li button:focus::after {
    background-color: #2d67ac;
}

.slick-dots li.slick-active button::after {
    border-color: #f15371;
    background-color: #f15371;
}

body.index-page .home-blog-wrapper {
    background: #0d1218;
}

.home-blog-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 0;
}

.blog-list {
    float: left;
    width: 100%;
}

section.blog > .section-wrapper {
    margin-bottom: 38px;
}

.blog-article-wrapper {
    margin-bottom: 85px;
}

.blog h3 {
    margin-bottom: 38px;
    font-size: 48px;
}

.blog-item.blog-item-list {
    float: left;
    margin-bottom: 19px;
    padding: 0;
    width: 100%;
}

.blog-item-list .text {
    width: auto;
    color: #2d3033;
    font-weight: normal;
}

/*
.blog-item-list:hover .text {
    color: #2d3033;
}*/

.blog-item-list img {
    max-width: 30%;
}

.blog-item-list h2 {
    float: left;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 20px;
}

.blog-item-list h2,
.blog-item-list .text-teaser {
    float: left;
    margin: 26px 0 0 3.33%;
    max-width: 100%;
    width: 48%;
}

.blog-item-list .text-teaser {
    float: left;
    margin-bottom: 26px;
}

.blog-item-list .btn {
    position: absolute;
    top: 27px;
    right: -1px;
    width: 18.33%;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    text-align: left;
}

.blog-item {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0 11.5px;
    font-weight: bold;
    font-size: 16px;

}

.inspires-wrapper {
    margin-bottom: 130px;
}

body.index-page .blog-item {
    color: #fff;
}

body.index-page .blog-item:not(.animated) {
    opacity: 0;
}

.blog .blog-item-inner {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.blog-hover-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 9px;
    background-color: #000;
}

.home-blog-wrapper .blog-list {
    padding-top: 0;
    padding-bottom: 109px;
}

.blog-hover-wrapper .hover-item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 368px;
    height: 9px;
    background-color: red;
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.inspire-item:hover,
.inspire-item:focus {
    color: #2d3033;
}

.inspire-item:hover .inspire-item-inner,
.inspire-item:focus .inspire-item-inner {
    background-color: #fff;
}

.inspire-item:hover .inspire-item-name,
.inspire-item:focus .inspire-item-name {
    color: #2d3033;
}

a.blog-item span {
    display: block;
    width: 100%;
}

a.blog-item .inspire-item-top {
    margin-left: -1px;
    min-width: 100%;
    width: auto;
}

a.blog-item .btn-wrapper {
    float: left;
    padding: 0 23px;
    width: 100%;

}

a.blog-item .btn {
    float: left;
    padding-right: 70px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: none;
}

.btn.btn-more::before {
    top: 13px;
    right: 18px;
    left: inherit;
}

.btn.btn-sm.btn-more::before {
    top: 10px;
}

.btn-lg.btn-more::before {
    top: 16px;
    right: 18px;
    left: inherit;
}

@media screen and (min-width: 1140px) {
    body.index-page .blog-item:hover,
    body.index-page .blog-item:focus {
        color: #0e141a;
    }

    .blog-item:hover .inspire-item-inner,
    .blog-item:focus .inspire-item-inner {
        background-color: #fff;
    }

    .blog-item:hover .btn-primary,
    .blog-item:focus .btn-primary {
        background-color: #0e141a;
        color: #fff;
    }
}

.blog-item .date {
    padding: 0 22px
}

.blog-view .blog-heading-left .date,
.blog-view .blog-heading-left .blog-category {
    float: left;
}

.blog-category {
    margin-right: 10px;
    color: #5b5f63;
    font-weight: bold;
    font-size: 12px;
}

.blog-item .image-wrapper {
    float: left;
    overflow: hidden;
    min-width: 100%;
}

.blog-item .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: inherit;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.blog-item .date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 57px;
    line-height: 57px;
}

.date {
    color: #5b5f63;
    font-size: 12px;
}

@media screen and (min-width: 1238px) {
    .content-left-blog .collapse {
        display: block !important;
        height: auto !important;
    }
}

.blog-view .text {
    float: none;
    overflow: visible;
    width: auto;
}

.blog-view .content-main {
    padding-top: 53px;
}

.blog-view h1 {
    font-size: 34px;
}

.blog-view a.blog-image {
    float: left;
    overflow: hidden;
    margin: 0 4% 3% 0;
}

.blog-view a.blog-image img {
    float: left;
}

.blog-view .text + .text {
    margin-top: 40px;
}

.blog-view .text.text-teaser {
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.8em;
}

.blog-view .home-blog-wrapper {
    margin-bottom: 4px;
    padding: 24px;
    background-color: #fff;
}

.blog-view .blog-heading {
    margin-bottom: 30px;
}

.blog-view .post-share {
    float: left;
    margin: 13px 0;
    padding-top: 16px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-view .blog-heading-left a {
    display: block;
    overflow: hidden;
}

.blog-view .blog-heading-left a img {
    float: left;
}

/*subpages*/
.breadcrumbs {
    float: left;
    width: 100%;
}

.page-heading h1,
.page-heading .h1 {
    display: block;
    float: left;
    width: 100%;
}

.page-heading.with-breadcrumb {
    margin-bottom: 0;
}

.product-list-container {
    margin: -9px -17px;
}

.page-heading.with-breadcrumb h1,
.page-heading.with-breadcrumb .h1 {
    margin-bottom: 3px;
}

.page-heading .text {
    float: left;
    width: 100%;
    color: #5b5f63;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.333em;
}

fieldset legend,
.pane-heading {
    float: left;
    width: 100%;
    border-bottom: none;
}

fieldset legend .text-muted {
    margin-top: 9px;
    font-weight: normal;
    font-size: 14px;
}

.pane-row {
    float: left;
    width: 100%;
}

.login-pane-confirm .pane-heading {
    border: none;
}

.pane-title {
    display: block;
    float: left;
    font-weight: 500;
    font-size: 20px;
}

.pane-content {
    float: left;
    padding: 24px;
    padding-top: 20px;
    padding-right: 9px;
    width: 100%;
}

.login-pane .pane-content {
    padding: 0;
}

.category-options label {
    overflow: hidden;
    margin-bottom: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.category-options .pane-content .paginator {
    margin-top: 28px;
}

.category-options .select-per-page {
    width: 93px;
}

.paginator {
    position: relative;
    padding: 0 50px;
    width: 100%;
    margin: auto;
    max-width: 638px;
    clear: both;
    height: 50px;
    text-align: center;
}

.product-list .paginator {
    margin-top: 75px;
}

.content-main .product-list {
    padding-top: 24px;
    padding-bottom: 40px;
}

.paginator .paginator-container {
    display: inline-block;
}

.paginator .paginator-arrow:hover .ic svg {
    fill: #f15371;
}

.paginator .paginator-arrow .ic {
    width: 14px;
    height: 14px;
}

.paginator .paginator-arrow:hover {
    border: 3px dotted #f15371;
    background: transparent;
}

.paginator .paginator-arrow {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.paginator .paginator-arrow:hover svg {
    fill: #fff;
}

.paginator .paginator-arrow-left:hover .ic,
.paginator .paginator-arrow-left:focus .ic {
    background-position: 0 -28px;
}

.paginator .paginator-arrow-right:hover .ic,
.paginator .paginator-arrow-right:focus .ic {
    background-position: 0 -42px;
}

.paginator .paginator-arrow-left {
    left: 0;
}

.paginator .paginator-arrow-right {
    right: 0;
}

.paginator .paginator-arrow-left .ic svg {
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.paginator .pages a {
    color: #000000;
}

.paginator .pages {
    float: left;
    margin: 0 5px;
    color: #000000;
}

.paginator .pages .page-number.active {
    color: #f15371;
}

.paginator .pages .page-number:hover {
    text-decoration: none;
    color: #2d67ac;
}

.paginator .pages .page-number {
    display: block;
    float: left;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #707173;
    margin-right: 25px;
    font-size: 18px;
    line-height: 50px;
}

.paginator .pages .page-number.page-number-total {
    margin-right: 0;
}

.paginator .ic-wrapper.page-number-total:hover,
.paginator .ic-wrapper.page-number-total:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: inherit;
}

@media screen and (min-width: 768px) {
    .content-left .viewport {
        height: auto !important;
    }

    .content-left .viewport .overview {
        position: static;
        float: left;
    }
}

.content-left .collapse-content {
    background-color: #fff;

}

.content-left .left-heading.categories-heading {
    padding-right: 56px;
    min-height: 60px;
    font-size: 18px;
}

.content-left .left-heading {
    position: relative;
    float: left;
    margin-bottom: 37px;
    width: 100%;
    text-align: left;
    font-size: 24px;
}

.category-view .left-heading {
    display: table;
    font-size: 24px;
    line-height: 1.5em;
}

.category-view .left-heading .caption {
    display: table-cell;
    vertical-align: middle;
    -ms-word-break: break-all;
    word-break: break-all;
}

.content-left .collapse-filters .collapse-toggle {
    padding-bottom: 15px;
}

.content-left .left-toggle.active::after {
    background-position: 0 -12px;
}

.content-left button.collapse-toggle:not(.active),
.content-left button.left-toggle:not(.active) {
    /*  position: fixed;
      top: 40%;
      left: 0*/;
}

.content-left button.collapse-toggle:not(.active) {
    /*display: none;*/
}

.content-left .left-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    width: 46px;
    height: 45px;
    text-align: center;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.content-left .collapse-filters .section-wrapper {
    padding-top: 10px;
}

.category-view + section.product-question .section-wrapper {
    margin-top: 56px;
}

.product-question-wrapper {
    position: relative;
    padding-top: 74px;
    padding-bottom: 53px;
    background-color: #ededed;
}

.product-question h3 {
    float: left;
    overflow: visible;
    width: 335px;
    font-size: 32px;
}

.blog-list + .product-question .separator {
    left: 428px;
    width: calc(100% - 736px);
}

.blog-list + .product-question h3 {
    width: 400px;
}

.product-question .separator {
    position: absolute;
    top: 18px;
    left: 368px;
    display: block;
    width: calc(100% - 686px);
    height: 1px;
    background-color: #d5d5d5;
}

.product-question .btn-long {
    position: relative;
    top: -10px;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 270px;
    font-weight: 500;
    font-size: 16px;
}

.product-question .btn.active {
    /*width: 287px;*/
    background-color: #c9c9c9;
}

/*product-question form*/
.product-question-wrapper .collapse-content {
    padding-top: 20px;
}

.product-question-wrapper .form-control {
    background-color: #e1e1e1;
}

.product-question-wrapper textarea.form-control {
    height: 252px;
}

/*/*/
article .page-heading {
    margin-bottom: 39px;
}

article .page-heading .h1 {
    margin: 0;
}

.page-heading {
    position: relative;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.contact-page-wrapper {
    float: left;
    width: 100%;
}

.contact-page-wrapper .content-main {
    padding-bottom: 109px;
}

.page-contact-maps-content {
    position: relative;
    float: left;
    width: 100%;
}

.contact-page #contact-map {
    width: 100%;
    height: 655px;
}

.contact-page .page-heading {
    margin-bottom: 20px;
}

.contact-page-left {
    float: left;
    padding-right: 30px;
    width: 38.5%;
}

.contact-page-right {
    padding-top: 26px;
    float: right;
    width: 61.5%;
}

.contact-page .text h2,
.contact-page .text .h2 {
    margin-bottom: 33px;
}

.contact-page-left .text table {
    margin-top: 24px;
}

.contact-page-left .text table * {
    vertical-align: middle;
    line-height: inherit;
}

.contact-page-left .text table tr td:first-child {
    padding-right: 7px;
    text-align: center;
}

.contact-page-left .text table tr td:nth-child(2) {
    padding-left: 13px
}

.contact-form .form-control,
.contact-form .form-control.error,
.contact-form .form-control:focus,
.contact-form .form-control.error:focus {
    background-color: transparent;
}

.contact-form .row.last .form-group {
    margin-bottom: 0;
}

.contact-form .row.last .form-group .btn {
    padding: 10px 32px;
    font-weight: normal;
}

.contact-form textarea {
    height: 168px;
}

#contactFormStatus:not(.alert) {
    margin: 0;
    padding: 0;
}

#contactFormStatus[class*=status] {
    margin-bottom: 35px;
}

.contact-form .btn-message {
    padding-right: 66px;
    max-width: 100%;
    width: 369px;
}

.contact-form .contact-form-bottom {
    margin: 0;
}

.contact-form-bottom-left {
    float: left;
    padding-right: 4.5px;
    width: 50%;
}

.contact-form-bottom-right {
    float: right;
    padding-left: 4.5px;
    width: 50%;
}

.contact-loacations-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-loacations-wrapper .location-item {
    float: left;
    padding-top: 36px;
    width: 100%;
}

.location-item-top {
    float: left;
    margin-bottom: 80px;
    width: 100%;
}

.contact-loacations h3 {
    margin-bottom: 30px;
    font-size: 48px;
}

.location-item-top > .text {
    margin-bottom: 40px;
}

.location-item-top > .text * {
    font-weight: 100;
    font-size: 24px;
    line-height: 32px;
}

.location-details-col {
    float: left;
    padding: 0 30px;
    height: 46px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.location-details-col:first-child {
    padding-right: 79px;
    padding-left: 0;
    border-left: none;
}

.location-data-row {
    display: block;
    float: left;
    width: 100%;
}

.location-data-row > span {
    float: left;
}

.location-address .text {
    max-width: 120px;
}

.location-details-col .text {
    overflow: hidden;
    max-height: 48px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.contact-map-wrapper {
    position: relative;
    float: left;
    padding-top: 77px;
    width: 100%;
    height: 552px;
}

.contact-map * {
    box-sizing: inherit;
    max-width: inherit;
    max-height: inherit;
}

@media screen and (min-width: 1238px) {
    .contact-map-wrapper h3,
    .contact-map-wrapper .btn {
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .contact-map-wrapper:hover h3 {
        opacity: 0;
        pointer-events: none;
    }
}

.contact-map-wrapper h3 {
    position: relative;
    z-index: 10;
    float: left;
    margin-bottom: 294px;
}

.contact-map-wrapper .btn {
    float: left;
    clear: both;
    max-width: 100%;
}

article .page-article-gallery-wrapper {
    padding-top: 31px;
    padding-bottom: 30px;
}

.page-article-wrapper .content-main {
    padding-bottom: 29px;
}

.page-article-wrapper.page-paginator-wrapper .content-main {
    padding-bottom: 50px;
}

.text {
    color: #707173;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 30px;
}

.contact-page-left .h1 {
    margin-top: 0;
}

.contact-page .text.contact-text {
    font-weight: 300;
}

.contact-page .text.contact-text a[href*="tel:"]:before {
    content: '';
    width: 30px;
    height: 26px;
    display: inline-block;
    margin-right: 20px;
    background: url("../images/contact_phone.svg") no-repeat center center transparent;
    background-size: contain;
}

.contact-page .text.contact-text a[href*="mailto:"]:before {
    content: '';
    width: 30px;
    height: 26px;
    display: inline-block;
    margin-right: 20px;
    background: url("../images/contact_mail.svg") no-repeat center center transparent;
    background-size: contain;
}

.contact-page .text.contact-text a[href*="tel:"],
.contact-page .text.contact-text a[href*="mailto:"] {
    display: inline-block;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #f15371;
}

.contact-page .text.contact-text a[href*="tel:"]:hover,
.contact-page .text.contact-text a[href*="mailto:"]:hover {
    text-decoration: underline;
}

.contact-bigtext .text {
    font-weight: bold;
    color: #4278b7;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.text p + p {
    margin-top: 18px;
}

.text table {
    overflow: auto;
    margin-bottom: 35px;
    width: 100%;
    table-layout: fixed;
}

.text table th,
.text table td {
    padding: 9px 20px 10px 20px;
}

.text table th {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #2d67ac;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.text table th:last-child {
    border-color: #2d67ac;
}

.text table td {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.text table td:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.text a:not(.btn) {
    color: #2d67ac;
}

.text a:hover,
.text a:focus {
    text-decoration: underline;
}

footer .text a,
.contact-page .text a {
    text-decoration: none;
}

.contact-page-content {
    float: left;
    width: 100%;
}

.text h3,
.text .h3 {
    margin-bottom: 0;
    font-size: 24px;
}

.text h4,
.text .h4 {
    margin-bottom: 0;
    font-size: 21px;
}

.text,
article .text {
    float: left;
    width: 100%;
}

.page-article .text {
    overflow: visible;
    padding-bottom: 15px;
    text-align: justify;
}
.sell-box .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #2d67ac;
}
.text ul ul,
.text ol ol,
.text ul ol,
.text ol ul {
    padding-top: 7px;
    padding-bottom: 7px;
}

.text li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 20px;
}

.text ul li::before {
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f15371;
    content: '';
}

.article-gallery {
    float: left;
    margin-top: 32px;
    margin-right: -5px;
    margin-left: -5px;
    padding-bottom: 5px;
    list-style: none;
}

ul.article-gallery > [class*="col-"] {
    padding: 0 5px;
}

.article-gallery li a {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
}

.view-apl {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.product-photo .view-apl .ic {
    width: auto;
    height: auto;
}

.product-photo .view-apl .ic:before {
    content: '\f002';
    font-family: FontAwesome;
    font-size: 60px;
    color: #f15371;
    opacity: 0.6;
}

.view-apl {
    z-index: 15;
    background: rgba(67, 121, 184, 0.8);
    opacity: 0;
}

.view-apl .ic svg{
    fill: #fff;
}
.view-apl .ic {
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.article-gallery li a .ic-search {
    z-index: 2;
    padding: 20px;
    width: 70px;
    height: 70px;
    border: 4px dotted #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (min-width: 992px) {
    a:hover .view-apl,
    a:focus .view-apl {
        opacity: 1;
    }
}

.article-gallery li a img {
    float: left;
}

.tiles-wrapper {
    padding-bottom: 37px;
    background-color: #fff;
}

.tiles-wrapper h2 {
    margin: 0;
}

.tiles-wrapper {
    padding-top: 0;
    padding-bottom: 38px;
}

.offer-tiles-slider,
.offer-tiles-slider .slider {
    float: left;
    width: 100%;
}

a.fancy {
    display: block;
}

.gallery-tiles-list .my-sizer-element {
    padding-right: 4px;
    padding-left: 4px;
    width: 25%;
}

/* login-page */

.fieldset-checkbox .login-pane-inner {
    display: none;
}

.fieldset-checkbox .login-pane-disabler {
    background-color: rgba(255, 255, 255, 0.8);
}

.fieldset-checkbox > .pane-heading {
    padding-left: 42px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

fieldset.fieldset-checkbox:not(.active) > .pane-heading {
    border-bottom-color: #fff;
}

fieldset.fieldset-checkbox.active > .pane-heading::after {
    background-position: 0 -12px;
}

fieldset.fieldset-checkbox > .checkbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 4px;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

fieldset.fieldset-checkbox .checkbox > .checkbox .icheckbox {
    top: 20px;
    left: 22px;
}

.collection-wrapper {
    float: left;
    width: 50%;
}

.collection-wrapper .login-pane + .login-pane {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.collection-wrapper .login-pane-removal .login-pane-inner {
    padding-top: 20px;
}

.collection-wrapper > .section-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.login-page-wrapper {
    padding-bottom: 54px;
}

.btn-xs.ic-wrapper .ic-close::after {
    font-size: 19px;
    line-height: 9px;
}

.ic-close::after {
    content: '\f00d';
    font-family: FontAwesome;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 20px;
}

.login-pane label {
    font-size: 12px;
}

.fieldset-inner,
.login-pane-inner {
    position: relative;
    float: left;
    margin-bottom: 15px;
    width: 100%;
    animation-duration: 1s;
}

.login-pane a.register {
    margin-left: 3px;
    color: #2d67ac;
}

.login-pane a.register:hover,
.login-pane a.register:focus {
    color: #000;
}

.login-pane-bottom {
    padding-top: 6px;
}

.login-pane .remember-me {
    padding-top: 3px;
    text-align: center;
}

.login-pane .remember-me .input-group {
    margin: 0;
}

.login-pane .login-pane-inner > .caption {
    display: block;
    margin-bottom: 4px;
    padding-top: 13px;
    font-weight: 500;
    font-size: 18px;
}

ul.features {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    list-style: none;
}

.login-page .features p {
    margin-bottom: 2px;
}

.login-page .features table {
    float: left;
    width: 100%;
}

.login-page .features table tr td:first-child {

}

.login-page .features table td {
    height: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle;
}

ul.features li {
    position: relative;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-left: 43px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 24px;
}

.order-section-wrapper,
.register-page-wrapper {
    padding-bottom: 47px;
}

.login-pane.login-pane-compact .login-pane-inner {
    height: auto;
}

fieldset legend,
.login-page h2,
.login-page .login-pane legend,
.login-pane-compact .pane-heading {
    padding: 0;
    color: #000000;
    font-weight: 300;
    font-size: 26px;
}

.login-pane-compact .pane-heading.collection-add:hover,
.login-pane-compact .pane-heading.collection-add:focus {
    color: #000000;
}

.login-pane-compact .pane-heading.collection-add {
    margin-bottom: 20px;
    padding: 8px 0;
}

.pane-heading,
fieldset legend,
legend.pane-heading,
.login-page h2,
.login-page .login-pane legend {
    font-weight: 300;
    line-height: 40px;
    font-size: 26px;
}

.login-page .pane-heading {
    padding-left: 0;
}

.login-pane-confirm {
    width: 100%;
}

.input-group.checkbox {
    position: relative;
    margin: 3px 0;
}

.rules .input-group.checkbox {
    margin-bottom: 0;
}

.input-group.radio label,
.input-group.checkbox label {
    color: #000;
    text-align: left;
    text-transform: inherit;
    font-size: 14px;
    line-height: 24px;
}

.input-group.checkbox label {
    padding-left: 44px;
}

.input-group.checkbox .icheckbox {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.input-group.checkbox a {
    text-decoration: underline;
}

.user-data-item-inner {
    margin-bottom: 30px;
}

.form-bottom {
    float: left;
    padding-top: 21px;
    width: 100%;
}

.form-bottom-right,
.form-bottom-left {
    width: 50%;
}

.form-bottom-left {
    float: left;
}

.form-bottom-right {
    float: right;
}

.form-bottom-left > * {
    float: left;
}

.form-bottom-right > * {
    float: right;
}

.form-bottom form [class*="col-"] {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .md-bottom-separator {
        margin-bottom: 18px;
        padding-bottom: 23px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .bottom-separator .form-group.md-bottom-separator {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {

    footer .footer-bar .footer-b h3 + ul {
        text-align: center;
    }

    .footer-b ul {
        display: inline-block;
    }

    .xs-bottom-separator {
        margin-bottom: 18px;
        padding-bottom: 23px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .bottom-separator .form-group.xs-bottom-separator {
        margin-bottom: 20px;
    }
}

.bottom-separator .form-group {
    margin-bottom: 0;
}

.form-bottom .bottom-separator {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.user-page .form-bottom .form-group {
    margin-bottom: 15px;
}

.form-bottom .form-group {
    margin-bottom: 15px;
}

.order-header-wrapper {
    background-color: #fff;
}

.order-header .step-list {
    display: table;
    float: left;
    padding: 25px 0;
    width: 100%;
}

.step-list .step,
.step-list .step a {
    color: #2d67ac;
}

.step-list .step a:hover {
    color: #f15371;
    border-color: #f15371;
    text-decoration: underline;
}

.step-list .step {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 25%;
    text-align: center;
    font-size: 12px;
}

.step-list .step-inner .caption {
    display: inline;
    overflow: hidden;
    white-space: nowrap;
}

.step-list .step-inner {
    padding: 6px 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #2d67ac;
    color: #2d67ac;
}

.step-list .step.active .step-inner,
.step-list .step a:hover .step-inner,
.step-list .step a:focus .step-inner {
    border-color: transparent;
    background: #2d67ac;
    color: #fff;
}

.step-list .step .nb::after {
    content: '.';
}

.step-list .step.active a {
    color: inherit;
}

.basket-page-top {
    position: relative;
    margin-bottom: 10px;
}

.basket-table {
    float: left;
    margin-bottom: 0;
    width: 100%;
    border-spacing: 0;
}

.basket-table .form-group {
    margin-bottom: 0;
}

.order-history-table {
    table-layout: fixed;
}

.basket-table td:last-child .btn {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
}

.basket-table .price {
    text-align: center;
}

.basket-table td.product-info-box {
    width: 301px;
    text-align: left;
}

.basket-table th,
.basket-table td {
    border: none;
    text-align: center;
}

.basket-table th {
    padding: 24px 0;
}

.basket-table td {
    position: relative;
    padding: 16px 0;
}

.basket-table td.lp {
    width: 40px;
}

.basket-table th.lp {
    text-align: left;
}

.basket-table th.quantity {
    width: 162px;
}

.basket-table .remove-column {
    width: 91px;
}

.basket-table tbody .lp {
    padding: 0;
    color: #2d67ac;
    font-weight: bold;
    font-size: 12px;
}

.basket-table th.lp {
    width: 40px;
}

.basket-table th {
    background-color: transparent;
    color: #000000;
    font-weight: 300;
    font-size: 18px;
}

.basket-table th .caption {
    display: block;
    float: left;
    width: 100%;
}

.basket-page-top-first-step .text {
    max-width: 520px;
}

.basket-table .image {
    float: left;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.thumbnail {
    margin-bottom: 0;
    border-color: rgba(255, 255, 255, 0.1);
}

.basket-table .name {
    display: table;
    float: left;
    padding-right: 13px;
    width: 299px;
    height: 48px;
    font-size: 12px;
}

.basket-table .name > * {
    clear: both;
}

.basket-table .name a.title {
    display: table-cell;
    margin-bottom: 5px;
    color: #000000;
    vertical-align: middle;
}

.shop-basket-list-product-set-parts-name.product-name.name a.title {
    font-size: 14px;
}

.basket-table .name a.title:hover,
.basket-table .name a.title:focus {
    color: #000;
}

.basket-table .name .product-name-more {
    display: block;
    font-size: 12px;
}

.basket-table .name a.basket-update {
    display: block;
    margin: 3px 0;
}

.basket-table .quantity .val {
    display: block;
    font-size: 20px;
}

.basket-table .discount,
.basket-table .price-new {
    display: block;
    text-align: center;
    font-size: 20px;
}

.basket-table .val.price {
    font-size: 16px;
}

.basket-table .price-old {
    display: inline-block;
    float: none;
    margin-right: 0;
    font-size: 12px;
}

.basket-table .input-counter {
    display: inline-block;
    width: 114px;
}

.value-placeholder {
    display: block;
    float: left;
    width: 100%;
    color: #2d67ac;
    text-align: center;
    font-weight: normal;
    line-height: 24px;
}

.basket-summary {
    float: right;
    text-align: left;
}

.basket-table-summary {
    margin: 56px 0 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #fff;
}

.basket-summary .summary-row {
    position: relative;
    float: left;
    padding: 18px 0 19px 201px;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.basket-summary .summary-row.summary-value {
    width: auto;
    float: right;
    padding-left: 120px;
}

.basket-summary .summary-row .price {
    color: inherit;
    color: #000000;
    font-weight: normal;
    font-size: 20px;
}

.basket-summary .summary-row .caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 200px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.basket-summary .summary-row .val {
    float: right;
    padding: 0;
    text-align: right;
    font-size: 14px;
}

.basket-summary .summary-row.summary-value {
    border-bottom: 0;
}

.basket-summary .summary-row.summary-value .val {
    font-size: 24px;
}

.basket-summary .summary-row.summary-value .price-new {
    float: right;
    color: #000000;
    font-size: 36px;
}

.basket-summary .caption {
    display: inline-block;
    float: left;
    width: 185px;
}

.basket-summary .val {
    display: inline-block;
    float: left;
}

.basket-summary .summary-row .val-lg {
    font-size: 20px;
}

.login-pane.basket-summary .summary-row.summary-value .price {
    font-size: 20px;
}

.login-pane.basket-summary .summary-row.summary-value .val {
    font-size: 14px;
}

.delivery-data textarea {
    min-height: 120px;
}

.basket-pick-delivery-place {
    float: left;
    width: 100%;
}

.basket-pick-delivery-place .select2-container {
    margin-top: 24px;
    margin-left: 0;
}

#shop-basket-coupon-form {
    border-bottom: none;
}

#shop-basket-coupon-form .btn {
    height: 40px;
}

#shop-basket-coupon-form .text {
    margin-bottom: 15px;
}

.basket-discount .text b {
    color: #2d67ac;
}

.basket-discount .form-group {
    margin-bottom: 0;
}

.basket-discount .form-control {
    padding: 9px 26px;
    height: 40px;
}

.login-pane-12 {
    float: left;
    width: 100%;
}

.order-section .main-content-left .login-pane .login-pane-inner {
    padding-right: 222px;
}

.order-section-wrapper .basket-page-top.basket-page-top-first-step {
    margin-bottom: 6px;
}

.login-page-wrapper.order-page-wrapper {
    padding-bottom: 45px;
}

.fast-transaction {
    float: left;
    margin-top: 39px;
    padding: 35px 23px;
    width: 100%;
    border-top: 1px solid #dadada;
}

.fast-transaction h2 {
    margin-bottom: 30px;
}

.login-page.order-page .order-login-match {
    float: left;
}

.login-page.order-page .order-login-match:not(.order-login-form) {
    position: relative;
    padding-bottom: 56px;
}

.login-page.order-page .order-login-bottom {
    position: absolute;
    right: 0;
    bottom: 17px;
    margin: 0;
}

.login-page.order-page .text {
    margin-bottom: 41px;
    text-align: justify;
}

.login-page.order-page .text p {
    margin: 0;
}

.order-page .order-section .form-bottom,
.order-page .basket-section .form-bottom {
    margin-top: 0;
    padding-top: 21px;
}

.order-page .form-bottom {
    padding-top: 29px;
}

.order-page .form-bottom .bottom-separator {
    padding-bottom: 14px;
}

.order-general-info-wrapper .small .val + .val {
    margin-top: 8px;
}

.order-general-info .login-pane {
    margin-bottom: 8px;
}

.order-general-info .pane-heading {
    padding-bottom: 18px;
}

.order-general-info .login-pane {
    padding: 30px;
    background-color: #f9f9f9;
}

.order-general-info .login-pane-inner {
    font-size: 16px;
}

.order-general-info .bottom-separator {
    float: left;
    margin-bottom: 17px;
    padding-bottom: 17px;
    width: 100%;
}

.order-general-info .caption {
    display: block;
    float: left;
    margin-bottom: 7px;
    width: 100%;
    color: #1f1f1f;
    font-weight: bold;
    font-size: 12px;
}

.order-general-info .val {
    position: relative;
    display: block;
    float: left;
    padding-right: 10px;
    width: 100%;
}

.order-general-info .val .name {
    max-width: 135px;
}

.order-general-info .small {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.333em;
}

.order-general-info .main {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 600;
    line-height: 1.5em;
}

.order-general-info .small .val,
.order-general-info .main .val {
    display: block;
    float: left;
    width: 100%;
}

.order-general-info .code {
    color: #2eca35;
    font-weight: 500;
    font-size: 24px;
}

/* USER NAV */
.navbar-user {
    float: left;
    overflow: hidden;
    min-height: inherit;
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 16px;
}

.user-navigation-wrapper {
    float: left;
    width: 100%;
}

.user-layout .tab-content {
    overflow: hidden;
    margin-top: -1px;
    padding: 20px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-tabs {
    border: none;
}

.nav-tabs > li > a {
    border-color: transparent;
}

.nav-tabs > li:not(.active) > a:hover,
.nav-tabs > li:not(.active) > a:focus {
    color: #2d67ac;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #2d67ac;
    color: #fff;
}

.order-history-wrapper {
    padding-bottom: 64px;
}

.order-history-wrapper .login-pane-12 {
    margin-bottom: 16px;
}

.order-history-table td {
    height: 56px;
    font-weight: 500;
    font-size: 16px;
}

.order-history-wrapper {
    padding-bottom: 80px;
}

.order-history .remove-column {
    width: 110px;
}

.order-history-table .price-label {
    display: none;
}

.order-history-table .price-box {
    display: inline-block;
}

.order-history-table .price {
    display: block;
}

.order-history .form-bottom {
    margin-top: 0;
}

.login-page.forgot-page .login-pane-inner {
    height: auto;
}

/** product- view*/
.product-table-examples,
.product-custom-order,
.product-details-top,
.product-sell-form,
.price-box-wrapper,
.product-facebook,
.shop-product {
    float: left;
    width: 100%;
}

.product-page .breadcrumbs {
    margin-bottom: 0;
    border-bottom: none;
}

.shop-product {
    padding-top: 9px;
    padding-bottom: 7px;
}

.product-left {
    margin-top: 10px;
    max-width: 100%;
    width: 50%;
    padding-right: 40px;
}

.product-left-inner {
    position: relative;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-left .product-photo {
    max-width: 100%;
    width: 100%;
}

.product-slider {
    max-width: 100%;
    width: 100%;
    /*height: 458px;*/
}

.product-right {
    width: 50%;
}

.product-right-top {
    float: left;
    margin-bottom: 24px;
    width: 100%;
}

.product-variant-prices {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.product-variant-prices .price {
    color: #000000;
    font-size: 30px;
}

.product-variant-prices .price-left,
.product-variant-prices .price-right {
    display: inline-block;
    float: left;
}

.product-variant-prices .price-left .price::after {
    margin: 0 5px 0 7px;
    content: '-';
}

.product-right .product-time .caption {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 3px;
    max-width: 139px;
    font-size: 16px;
    font-weight: 300;
    color: #707173;
}

.product-links .btn-print {
    /*margin-top: 52px;*/
}

.product-links .btn {
    padding-right: 17px;
    padding-left: 50px;
    text-transform: none;
}

@media screen and (min-width: 992px) {
    .product-links .btn + .btn {
        float: right;
        margin-top: 10px;
    }
}

.btn.product-print .ic-wrapper {
    left: 10px;
}

.btn.product-print .ic-print {
    font-size: 16px;
}

.product-details-top {
    margin-bottom: 30px;
}

.product-page {
    padding-bottom: 0;
}

.product-header h1 {
    margin-bottom: 33px;
}

.product-header h1,
.recommended-box h2,
.prod-show-bundle h2,
.product-description-wrapper > h2 {
    text-align: center;
}

.product-header h2 {
    margin-bottom: 38px;
}

.recommended-box h2 {
    margin-bottom: 14px;
}

.product-description-wrapper > h2 {
    margin-bottom: 28px;
}

.product-header .product-code {
    font-weight: bold;
    line-height: 2.583em;
}

.product-time {
    float: left;
    width: 100%;
    color: #666767;
    letter-spacing: 0.07em;
}

.product-time .val {
    color: #f15371;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.product-time .item {
    float: left;
    width: 100%;
}

.product-header {
    float: left;
    width: 100%;
}

.product-header .text {
    margin-bottom: 20px;
}

.product-header .text.text-product-teaser {
    font-weight: 300;
}

.product-availabity {
    float: left;
    margin: 3px 0 0;
    width: 100%;
}

.product-header .product-code {
    float: left;
    margin-right: 30px;
    font-size: 12px;
}

.product-header .product-links {
    float: right;
    width: 100%;
}

.product-table-examples {
    padding-top: 20px;
}

.shop-quantity-box {
    position: relative;
    overflow: hidden;
    width: 181px;
}

.price-box-quantity {
    font-weight: 500;
    font-size: 22px;
    line-height: 45px;
}

.sell-box {
    position: relative;
    float: left;
    margin-bottom: 21px;
    padding: 35px 49px 40px 49px;
    width: 100%;
    border: 3px dotted #2d67ac;
    background-color: #fff;
}

.sell-box [class*=col-] {
    padding: 0 5px;
}

.sell-box .row {
    margin-right: -5px;
    margin-left: -5px;
}

.sell-box .row-promo {
    display: table;
    padding-left: 0;
    height: 74px;
}

.sell-box-form-table .sell-box-left,
.sell-box-form-table .sell-box-right {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 50px;
}

.sell-box .sell-box-offer,
.sell-box .sell-box-form {
    float: left;
}

.sell-box .sell-box-form {
    float: right;
}

.sell-box .sell-box-offer {
    width: 100%;
}

.sell-box .sell-box-form {
    width: 100%;
}

.sell-box-top {
    width: 100%;
}

.sell-box-left {
    float: left;
    padding-right: 13px;
    max-width: 100%;
    width: 50%;
}

.sell-box-right .sell-box-top {
    float: left;
    width: 50%;
}

.sell-box-right .sell-box-bottom {
    float: left;
    width: 50%;
    padding-left: 10px;
}

.sell-box-bottom .sell-box-right {
    margin-top: 5px;
}

.product-right-box .sell-box .text {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.product-right-box .teaser-text {
    color: #7b7b7b;
}

.product-right-box .text * {
    letter-spacing: 0.04em;
}

.sell-box .row-promo p {
    font-weight: 600;
}

.sell-box .btn {
    float: left;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 15px;
}

.product-net-wrapper {
    letter-spacing: 0.03em;
    line-height: 32px;
}

.sell-box .product-net-wrapper .price {
    color: #000;
    font-weight: normal;
}

.sell-box .product-net-wrapper .price-old {
    color: #666767;
}

.sell-box .product-net-wrapper .caption {
    margin-left: 4px;
}

.sell-box select {
    width: 100%;
}
.opinion-box-content .col-sm-6{
    width: 100%;
}
.variant-texts,
.sell-box label,
.prod-attributes label {
    margin-bottom: 5px;
    color: #f15371;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
}
/*.shop-product-availability{*/
    /*clear: both;*/
    /*width: 100%;*/
    /*font-weight: normal;*/
    /*display: block;*/
    /*color: #000;*/
/*}*/
.basket-has-variants {
    padding-top: 27px;
}

.basket-has-variants .btn-primary {
    padding: 35px 15px;
}

.sell-box .shop-quantity-box {
    float: right;
    width: 100%;
}

.sell-box .product-price-wrapper {
    float: left;
    width: 100%;
}

.sell-box .product-buttons .btn-icon {
    padding-left: 70px;
    letter-spacing: 0.05em;
}

.sell-box .product-buttons {
    padding-bottom: 23px;
}

.sell-box {
    color: #000000;
}

.input-counter {
    color: #000000;
}

.input-counter .action {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.input-counter input {
    padding: 10px 46px;
    height: 46px;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #000000;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

span.qty-minus.qty-down {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

span.qty-plus.qty-up {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

span.qty-minus.qty-down:after, span.qty-plus.qty-up::after {
    display: none;
}

.sell-box .price-box {
    padding-left: 20px;
    float: right;
}

.sell-box .price-new {
    line-height: 56px;
}

.sell-box .product-gross-wrapper .price {
    float: left;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #f15371;
}

.sell-box .price-old {
    display: block;
    float: left;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #707173;
    padding-top: 16px;
}

.product-price-label {
    float: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #707173;
    padding-top: 25px;
}

#product-price-box {
    width: auto;
    float: right;
}

.sell-box .product-price-wrapper .text p {
    margin: 13px 0;
}

.sell-box .product-price-wrapper .text {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #c6c6c6;
    font-size: 12px;
}

.sell-box .info-box-wrapper {
    position: relative;
    margin-left: 5px;
    cursor: pointer;
}

.info-box-wrapper .info-box {
    position: absolute;
    top: 0;
    left: 24px;
    z-index: 100;
    display: none;
    padding: 10px 23px;
    width: 300px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    line-height: 1.4em;
}

.product-description-navigation .nav-tabs {
    margin-top: -1px;
}

.product-description-wrapper .nav-tabs {
    border-bottom: none;
}

.product-description-wrapper {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.product-description-wrapper .tab-pane:not(.active) {
    display: none;
}

.product-description-wrapper .tab-pane {
    padding: 44px 0;
}

.product-description-wrapper .tab-pane h2 {
    font-weight: 500;
}

.product-description-wrapper .text {
    line-height: 2.3em;
}

.product-description-navigation .nav-tabs > li.active > a,
.product-description-navigation .nav-tabs > li.active > a:focus,
.product-description-navigation .nav-tabs > li.active > a:hover {
    background: #0e141a;
    color: #fff;
}

.product-description-navigation .nav-tabs > li > a {
    margin: 0;
    padding: 17px 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
}

.product-description-navigation .nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.product-description-navigation .nav-tabs > li {
    display: table-cell;
    float: none;
    width: 100%;
}

.product-description-navigation .nav-tabs > li {
    margin-bottom: 0;
}

.product-description-wrapper .tab-content-description {
    background-color: #0e141a;
}

.product-description-navigation .nav-tabs > li.active > a,
.product-description-navigation .nav-tabs > li.active > a:focus,
.product-description-navigation .nav-tabs > li.active > a:hover {
    border-color: transparent;
}

.product-description-navigation .nav-tabs > li {
    margin-right: -1px;
}

.product-description-navigation .nav-tabs a.tab-link {
    overflow: hidden;
    padding: 15px;
    max-height: 50px;
    border: 1px solid #be1901;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.product-description-wrapper .tab-content .tab-content-name {
    display: none;
}

/*recommended tabs*/
.product-recommended-wrapper {
    padding: 0;
    padding-bottom: 69px;
    border: none;
}

.product-description-wrapper + .product-recommended-wrapper {
    padding-top: 100px;
    padding-bottom: 0;
}

.product-description-wrapper + .product-recommended-wrapper .table {
    margin-bottom: 0;
}

.product-description-wrapper + .product-recommended-wrapper .tab-pane {
    padding-bottom: 0;
}

table.recommended-product-list {
    border-collapse: collapse;
}

table tr.product-item-recommend td {
    overflow: hidden;
    padding: 0 19px;
    border-bottom: none;
    vertical-align: middle;
}

table tr.product-item-recommend td .alert {
    margin: 0;
}

table.recommended-product-list tr.product-item-recommend td.product-item-recommend-name {
    text-align: left;
}

tr.product-item-recommend:first-child td {
    border-top: none;
}

tr.product-item-recommend td:first-child {
    border-left: none
}

tr.product-item-recommend td:last-child {
    border-right: none;
}

tr.product-item-recommend td.product-item-recommend-sell {
    width: 222px;
}

tr.product-item-recommend td.product-item-recommend-sell form {
    float: left;
    width: 184px;
}

tr.product-item-recommend {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

tr.product-item-recommend td.product-item-recommend-photo {
    padding: 0;
    width: 99px;
}

tr.product-item-recommend .product-photo-wrapper {
    margin: 16px auto 15px auto;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

table.recommended-product-list td.product-item-recommend-name {
    padding: 21px 30px;
    width: 354px;
}

tr.product-item-recommend .product-name-wrapper {
    margin: 0;
    padding: 0;
    height: auto;
    border-bottom: 0;
}

tr.product-item-recommend .product-name a {
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 1.500em;
}

tr.product-item-recommend .product-name a .product-code {
    display: block;
    width: 100%;
    text-align: left;
}

td.product-item-recommend-params {
    width: 232px;
}

td.product-item-recommend-price {
    width: 232px;
}

td.product-item-recommend-sell {
    width: 232px;
}

td.product-item-recommend-price .price-old {
    line-height: 1.7em;
}

td.product-item-recommend-price .price-box {
    margin-top: 5px;
}

td.product-item-recommend-price .price-box .price {
    font-size: 30px;
}

td.product-item-recommend-price .price-box .currency-sign {
    margin: 0;
}

td.product-item-recommend-sell .btn {
    float: right;
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

td.product-item-recommend-sell .shop-quantity-box {
    float: left;
    margin: 0;
    width: 123px;
}

td.product-item-recommend-sell .shop-quantity-box .action {
    width: 40px;
}

td.product-item-recommend-params {
    width: 232px;
}

td.product-item-recommend-price {
    width: 232px;
}

td.product-item-recommend-sell {
    width: 222px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    border-color: transparent;
    background-color: inherit;
}

@media screen and (min-width: 1140px) {
    .nav > li > a:focus,
    .nav > li > a:hover {
        -webkit-transition: background-color .2s;
        -moz-transition: background-color .2s;
        -ms-transition: background-color .2s;
        -o-transition: background-color .2s;
        transition: background-color .2s;
    }
}

.product-siblings-wrapper {
    float: left;
    width: 100%;
}

.product-siblings-wrapper ul {
    margin: 0 -4px;
    list-style: none;
}

.product-siblings-wrapper li {
    float: left;
    padding: 4px;
}

.product-siblings-wrapper li a {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
}

.product-siblings-wrapper li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-attributes-list .val,
.product-attributes-list .caption {
    display: block;
    float: left;
    width: 100%;
}

.product-attributes-list .caption {
    margin-bottom: 11px;
}

.product-attributes-list .val {
    font-weight: bold;
    font-size: 20px;
}

.product-attributes-list .product-attribute .caption {
    color: #fff;
}

.product-attributes-list .product-attribute {
    float: left;
    width: 100%;
    color: #a9a8a8;
}

.product-attribute .bottom-separator {
    margin-bottom: 21px;
    padding-bottom: 18px;
}

.recommended-products {
    float: left;
    width: 100%;
}

.recommended-products .slider {
    overflow: hidden;
    white-space: nowrap;
}

.offer-tiles-slider .slick-arrow {
    position: absolute;
    top: -43px;
}

.offer-tiles-slider .slick-prev {
    right: 51px;
}

.offer-tiles-slider .slick-next {
    right: 5px;
}

/*compare-table*/
.compare-page {
    padding-bottom: 65px;
}

.comparator-heading {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.comparator-heading .btn {
    float: left;
}

.tab-compare-table {
    text-align: center;
}

.table.tab-compare-table td {
    vertical-align: middle;
}

.tab-compare-table tr.no-br td {
    padding-right: 0;
    border: none;
}

.tab-compare-table tr.tab-compare-table-row-images td {
    border-color: red;
}

.tab-compare-table tr.heading td {
    padding: 17px 0;
    font-weight: bold;
    font-size: 21px;
}

.tab-compare-table tr td {
    width: 40%;
}

.table .tab-compare-table-row-last td {
    padding: 30px 0;
}

.tab-compare-table tr td.tab-compare-table-col-left {
    width: 20%;
    background-color: #0e141a;
    color: #fff;
    font-weight: bold;
}

.tab-compare-table tr.diff td.tab-compare-table-col-left {
    color: inherit;
}

.products-compare-box table tr.diff td {
    background: #fac5bd;
}

.home-search-wrapper {
    position: relative;
    padding: 73px 0 74px 0;
}

@media screen and (min-width: 992px) {
    .home-search-wrapper {
        height: 205px;
    }

    .home-search-wrapper::before {
        position: absolute;
        top: -40px;
        left: 0;
        box-sizing: content-box;
        padding-bottom: 40px;
        width: 100%;
        height: 100%;
        content: '';
        pointer-events: none;
    }
}

.home-search-inner {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 927px;
}

.home-search-heading {
    float: left;
    width: 443px;
}

.home-search-heading .line {
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 24px;
}

.home-search-form {
    float: right;
    margin-top: 5px;
}

.home-search-form .search-form input[type="text"] {
    max-width: 100%;
    width: 419px;
    height: 50px;
    border-color: transparent;
    background-color: #fff;
}

.home-search-form .btn {
    width: 50px;
    height: 50px;
}

.home-search-heading .line1 {
    font-weight: 100;
}

.faq-list,
.faq-item,
.faq-item-toggle-wrapper,
.faq-item-toggle-content {
    float: left;
    width: 100%;
}

.faq-list {
    margin-bottom: 5px;
}

.faq-item {
    position: relative;
    margin-bottom: 17px;
    border: 4px dotted #4278b7;
    background: rgba(255, 255, 255, 0.7)
}
.faq-item.active {
    border: 4px dotted #fb1c45;
}

.faq-item h2 {
    margin-bottom: 36px;
    font-size: 18px;
}

.faq-item-toggle:before {
    width: 78%;
    height: 78%;
    display: block;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px dotted #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.faq-top {
    position: relative;
    padding: 47px 10% 45px 40px;
}

.faq-item-toggle-content {
    padding: 0 40px 40px;
}

.faq-item-toggle {
    position: absolute;
    padding: 0 !important;
    top: 50%;
    right: 3.2%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 16px;
    width: 70px;
    height: 70px;
    max-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.faq-item-toggle.active:hover {
    background: #fb1c45;
}
.faq-item-toggle.active {
    background: #4278b7;
}
.faq-item-toggle.active i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-item-toggle-content {
    display: none;
}

.faq-item-toggle.active .ic-arrow-d {
    background-position: -42px 0;
}

.categories-navigation {
    position: relative;
    float: left;
    margin-bottom: 55px;
    width: 100%;
}

.category-nav-lvl-wrapper {
    float: left;
    width: 100%;
}

.categories-navigation li {
    float: left;
}

.categories-navigation a {
    letter-spacing: 0.12em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.categories-navigation a > .category-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 31px;
    width: 81px;
    height: 81px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    text-align: center;
}

.categories-navigation a > .category-icon > .wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.categories-navigation a > .category-icon > .wrapper > .image {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
}

.categories-navigation a > .category-title {
    display: inline-block;
}

.section-tags {
    color: #fff;
    text-align: center;
}

.section-tags-wrapper {
    margin-bottom: 64px;
    padding: 124px 0 131px;
}

.section-tags .text-container {
    margin: 0 auto;
    margin: 0 auto 84px;
    max-width: 100%;
    width: 1100px;
}

.section-tags .text-container .text {
    float: left;
    width: 100%;
}

.section-tags h2,
.section-tags h3 {
    color: #fff;
    letter-spacing: 0.1em;
}

.section-tags h3 {
    margin-bottom: 8px;
    letter-spacing: 0.13em;
    font-weight: 300;
    font-size: 18px;
}

.section-tags h2 {
    margin-bottom: 33px;
    font-size: 36px;
}

.cloud-tag .btn-default {
    padding: 9px 19px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
}

.section-tags .cloud-list {
    float: left;
    overflow: hidden;
    padding: 0 59px;
    max-height: 196px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.cloud-list .cloud-tag {
    display: inline-block;
    margin-bottom: 9px;
    padding: 0 4.5px;
    font-size: inherit;
}

.cloud-tag .btn-default:hover {
    border-color: transparent;
    background-color: red;
}

*::selection {
    background: #cfd0d2;
    color: #2d67ac;
}

*::-moz-selection {
    background: #cfd0d2;
    color: #2d67ac;
}

.prod-show-bundle {
    float: left;
    margin-bottom: 68px;
    width: 100%;
}

.shop-bundle-row {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.shop-bundle-row:hover {
    border-color: #2d67ac;
}

@media screen and (min-width: 1238px) {
    .shop-bundle-summary {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .shop-bundle-summary > .wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

.shop-bundle-summary > .wrapper {
    padding: 30px 20px;
}

.shop-bundle-summary {
    float: right;
    width: 20%;
    text-align: left;
}

.shop-bundle-summary form .btn {
    margin-top: 20px;
}

.shop-bundle-summary-price {
    font-size: 19px;
}

.shop-bundle-summary-price,
.shop-bundle-summary-save {
    float: right;
    color: #000000;
    font-weight: bold;
}

.shop-bundle-summary-save {
    font-size: 14px;
}

.shop-bundle-summary-price,
.shop-bundle-summary .price-label {
    line-height: 24px;
}

.shop-bundle-summary-save,
.shop-bundle-summary .save-label {
    line-height: 18px;
}

.shop-bundle-summary .price-label,
.shop-bundle-summary .save-label {
    float: left;
    font-weight: bold;
    font-size: 12px;
}

.shop-bundle-summary .price-row {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.shop-bundle-summary .summary-row {
    float: left;
    margin-bottom: 12px;
    width: 100%;
}

.shop-bundle-product-image {
    display: table;
    margin: 0 auto;
}

.shop-bundle-product-image a {
    display: table-cell;
    vertical-align: middle;
}

.shop-bundle-product-name {
    display: table;
    width: 100%;
}

.shop-bundle-product-name a {
    display: table-cell;
    color: #2d67ac;
    vertical-align: middle;
    font-weight: normal;
}

.shop-bundle-product-name a:hover,
.shop-bundle-product-name a:focus {
    color: #000;
}

.shop-bundle-product-name a .caption {
    display: inline-block;
    max-width: 200px;
}

.shop-bundle-products {
    display: table;
    float: left;
    padding: 15px 0;
    width: 80%;
}

.shop-bundle-product {
    position: relative;
    display: table-cell;
    padding: 15px 30px;
    vertical-align: middle;
    text-align: center;
}

.shop-bundle-product::after {
    position: absolute;
    top: 50%;
    right: -17px;
    color: #2d67ac;
    content: '+';
    font-size: 52px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .shop-bundle-product:last-child::after {
        opacity: 0;
    }
}

.shop-basket-list-product-set-parts-image {
    float: left;
    margin: 0;
    width: 90px;
    height: 90px;
}

.basket-table-bundle-row .product-image {
    margin: 0 15px;
}

.shop-basket-list-product-set-parts-image a {
    display: block;
}

table.basket-table .basket-table-bundle-row {
    float: left;
    width: 100%;
    text-align: left;
}

.shop-basket-list-product-set-parts-name.product-name.name {
    width: 205px;
}

.basket-table-bundle-row td.basket-table-bundle-content {
    padding: 15px 23px;
    text-align: left;
}

.basket-table-bundle-heading {
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.basket-table-bundle-row .shop-basket-list-product-set-parts {
    float: left;
    width: 100%;
    list-style: none;
}

.basket-table-bundle-row .shop-basket-list-product-set-parts li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 10px;
    padding-left: 15px;
    width: 100%;
}

.basket-table-bundle-row .shop-basket-list-product-set-parts li::before {
    position: absolute;
    top: 50%;
    left: 0;
    color: #2d67ac;
    content: '+';
    font-size: 26px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.basket-table-bundle-row .shop-basket-list-product-set-parts li:last-child {
    margin-bottom: 0;
}

.order-general-info-wrapper .row {
    margin: 0 -4px;
}

.order-general-info-wrapper div[class*="col-"] {
    padding: 0 4px;
}

.order-general-info-wrapper {
    margin-bottom: 30px;
}

.btn-online-payment {
    padding: 15px;
    text-align: center;
    font-weight: bold;
}

.btn-online-payment img {
    margin-bottom: 10px;
}

.btn-online-payment .caption {
    display: block;
    width: 100%;
}

.text.contact-text a[href*="tel:"],
.text.contact-text a[href*="mailto:"] {
    font-size: 16px;
}

.contact-page .text.contact-text a[href*="tel:"],
.contact-page .text.contact-text a[href*="mailto:"] {
    font-weight: 300;
    font-size: 36px;
}

/** captcha */
.captcha-image-wrapper {
    margin-right: 10px;
}

.captcha-image-wrapper,
.captcha-input-wrapper {
    float: left;
    width: 100%;
}

.form-group.captcha .form-control-feedback {
    display: none;
}

.product-question .form-group.captcha input {
    width: 184px;
}

.contact-form .form-group.captcha input.form-control {
    width: 100%;
}

.contact-form .form-group.captcha {
    float: left;
    width: 100%;
}

.form-group.captcha .captcha-image {
    position: relative;
    float: left;
    padding-right: 50px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 0;
}

.form-group.captcha input {
    float: left;
    width: 100%;
}

.form-group.captcha img {
    margin-right: 0;
    padding: 12px 0;
    width: 175px;
    height: 48px;
    background-color: #fff;
}

.form-group.captcha .captcha-refresh {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
}

.form-group.captcha .contact-form-bottom-left .captcha-wrapper {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.form-group.captcha .contact-form-bottom-left img {
    float: none;
    margin-right: 0;
}

.login-pane .form-group.captcha label {
    display: block;
}

@media screen and (max-width: 767px) {

    .form-group.captcha .contact-form-bottom-left .captcha-wrapper {
        height: 40px;
    }

    .form-group.captcha img {
        padding: 6px 0;
    }

    .form-group.captcha img,
    .form-group.captcha input,
    .form-group.captcha .captcha-refresh {
        height: 40px;
    }
}

@media screen and (max-width: 460px) {
    .form-group.captcha .form-control {
        display: block;
        width: 100%;
    }
}

.btn.collection-add {
    margin-bottom: 40px;
}

.slider,
.slick-list,
.slick-track,
.slick-slider {
    max-height: 100%;
    height: 100%;
}

.input-counter .action:hover,
.input-counter .action:focus {
    color: #2d67ac;
}

/*** home boxes ****/
/* home boxes bootstrap custom scheme */
.home-tiles .section-wrapper {
    margin-bottom: 75px;
}

.home-tiles .row {
    margin: 0 -5px;
}

.home-tiles div[class*="col-"] {
    margin-bottom: 10px;
    padding: 0 5px;
}

/*/
/* home boxes styling */
.home-tiles img {
    float: left;
}

.home-tile-ul {
    margin: -5px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.home-tile {
    position: relative;
    display: inline-block;
    padding: 5px;
    width: 50%;
    vertical-align: top;
}

.home-tile .thumbnail a {
    display: block;
    width: 100%;
}

.home-tile .btn-group {
    display: block;
}

.home-tile .btn-group .btn {
    padding: 6px 33px 7px;
    background: #f15371;
}

.home-tile a:hover .btn-group .btn {
    background: #2d67ac;
}

.home-tile a:hover .name {
    color: #2d67ac;
}

.home-tile .thumbnail {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.home-tile .name {
    margin-bottom: 18px;
    max-width: 100%;
    color: #f15371;
    text-align: left;
    letter-spacing: 0;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 48px;
}

.home-tile .text {
    height: 90px;
    color: #707173;
    text-align: left;
    width: 50%;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 30px;
}

.home-tile .btn-group {
    position: absolute;
    bottom: 58px;
    left: 60px;
    margin-top: 15px;
}

.home-tile .thumbnail .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 46px 58px;
}

.home-tile,
.home-tile a,
.home-tile .thumbnail {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.home-tile .thumbnail img {
    display: block;
    width: 100%;
}

/*rwd*/
@media screen and (min-width: 1190px) {
    .home-tile:hover a:not(.btn),
    .home-tile a:not(.btn):hover {
        color: #2d67ac;
        text-decoration: underline;
    }
}

/*rwd*/
@media screen and (max-width: 767px) {
    .home-tile .name {
        font-size: 36px;
    }
}

@media screen and (max-width: 613px) {
    .home-tile .name {
        font-size: 30px;
    }
}

@media screen and (max-width: 510px) {
    .home-tile .name {
        font-size: 28px;
    }
}

@media screen and (max-width: 400px) {
    .home-tile .name {
        font-size: 24px;
    }
}

/* social */
.social-list {
    position: fixed;
    top: 252px;
    left: 0;
    width: 50px;
}

.social-list > ul > li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
}

.social-list > ul > li > a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background-color: #2d67ac;
    color: #fff;
    font-size: 24px;
}

.social-list > ul > li > a .ic-wrapper {
    width: 100%;
    height: 100%;
}

.social-list > ul > li > a svg {
    max-width: 27px;
    max-height: 27px;
    fill: #fff;
}

.social-list > ul > li > a:hover,
.social-list > ul > li > a:focus {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #fff;
    color: #2d67ac;
}

.social-list > ul > li > a:hover svg,
.social-list > ul > li > a:focus svg {
    fill: #2d67ac;
}

/****************************************** top boxes *******************************************/

/* > */
/* top-box */
.top-box {
    overflow: hidden;
    border: 2px dotted #4278b7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    animation-duration: .3s;
}

.top-box.top-box-user-nav {
    right: 0;
    width: 176px;
}

.top-box-heading,
.top-box .legend,
.top-box fieldset > legend {
    float: left;
    margin-bottom: 19px;
    padding-bottom: 19px;
    width: 100%;
    border-color: rgba(255, 255, 255, 0.1);
    color: #000000;
    font-size: 21px;
}

.top-box-basket .top-box-inner {
    margin-top: 0;
    padding: 19px 19px 0;
    max-width: 100%;
    width: 377px;
}

.top-box-total .btn-to-basket {
    float: left;
    margin-top: 19px;
    width: 100%;
}

.top-box-register {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.top-box-login-form .text-muted {
    display: block;
    float: left;
    margin: 5px 0 15px;
    width: 100%;
}

.top-box-login-form .text-muted a:hover {
    color: #000;
    text-decoration: underline;
}

.top-box-user-nav .top-box-inner {
    padding: 0;
    min-width: 200px;
}

.top-box nav li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-box-user-nav ul li a {
    padding: 12px;
    border-color: transparent;
}

.top-box-user-nav ul li a:hover,
.top-box-user-nav ul li a:focus {
    color: #2d67ac;
}

.top-box .user-info {
    float: left;
    width: 100%;
}

.top-box .form-control {
    height: 40px;
}

.top-box-bundle {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.top-box-bundle .heading-label {
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.top-box-bundle .shop-basket-list-product-set-parts > li {
    position: relative;
    padding-left: 35px;
    width: 100%;
}

.top-box-bundle .shop-basket-list-product-set-parts > li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 90px;
    color: #2d67ac;
    content: '+';
    text-align: center;
    font-size: 24px;
    line-height: 90px;

}

.top-box-bundle .shop-basket-list-product-set-parts-name {
    display: table;
    float: left;
    padding-left: 20px;
    width: 180px;
    height: 90px;
}

.top-box-bundle .shop-basket-list-product-set-parts-name a {
    display: table-cell;
    width: 100%;
    color: #000000;
    vertical-align: middle;
}

.top-box-bundle .shop-basket-list-product-set-parts-name a:hover,
.top-box-bundle .shop-basket-list-product-set-parts-name a:focus {
    color: #000;
}

.top-box .form-group:last-child {
    margin-bottom: 0;
}

.top-box .form-group {
    margin-bottom: 10px;
}

.top-box-product-list {
    position: relative;
    clear: both;
}

.top-box-product-content {
    padding: 0;
}

.top-box-product .product-name:hover {
    color: #000;
}

.top-box .basket-remove-item {
    position: absolute;
    top: 10px;
    right: 0;
    width: 22px;
    height: 22px;
}

.top-box-basket .price-new {
    color: #000;
    font-family: inherit;
}

.top-box-product {
    padding: 22px 0;
    border-color: rgba(255, 255, 255, 0.1);
}

.section-wrapper.top-box-bottom .caption {
    display: block;
}

.top-box-product.last {
    margin-bottom: 0;
    border-bottom: none
}

.top-box-product .count-badge {
    box-sizing: content-box;
    padding: 3px;
    min-width: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #2d67ac;
    color: #fff;
    text-align: center;
}

.top-box-product .count-badge span {
    font-size: 12px;
    line-height: 14px;
}

.top-box-total {
    margin-bottom: 0;
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #fff;
}

.top-box-total .row {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-box-total .row.summary {
    padding: 10px 0;
    border-bottom: 0;
}

.top-box-total .summary .caption {
    line-height: 31px;
}

.top-box-total .row.summary .price-label {
    top: 10px;
    line-height: 0.9em;
}

.top-box-total .caption {
    font-weight: bold;
    font-size: 12px;
    line-height: 28px;
}

.top-box-total .price {
    font-size: 20px;
}

.top-box-total .price-label {
    position: relative;
    top: 9px;
}

.top-box .input-counter {
    margin: 0 auto;
    margin-bottom: 15px;
}

.top-box-basket .top-box-heading {
    margin-bottom: 0;
}

.top-box-basket-wrapper {
    float: left;
    width: 100%;
}

.top-box-right {
    width: 60%;
}

.top-box-left {
    padding-right: 19px;
    width: 40%;
}

.top-box-basket .price-wrapper > .caption {
    display: block;
    float: left;
    margin-top: 3px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

.top-box-basket .top-box-right.price-wrapper {
    padding: 0;
}

.top-box-basket .top-box-right.name-wrapper {
    padding-right: 10px;
}

.top-box-basket .top-box-product .price-box {
    font-weight: 500;
}

.top-box-basket .top-box-total .price-box {
    float: right;
}

.top-box-basket .price-box {
    width: auto;
    font-size: 20px;
    line-height: 1.400em;
}

.top-box-basket .price-label {
    margin-left: 7px;
}

.top-box-basket .price-old {
    display: block;
    text-decoration: line-through;
    font-size: 16px;
}

.top-box-inner {
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #fff;
}

.top-box-basket-bottom {
    float: left;
    width: 100%;
}

.top-box-basket-bottom .alert {
    font-size: 12px;
}

.top-box-basket-bottom .btn {
    color: #fff;
    text-align: left;
}

.top-box-basket-bottom .top-box-close {
    display: block;
    margin-bottom: 0;
    background-color: #c3c3c3;
}

.top-box-basket-bottom .top-box-basket-link {
    position: relative;
    padding-right: 62px;
}

.top-box-basket-bottom .top-box-basket-link .ic {
    right: 17px;
    left: inherit;
}

.top-box-no-product .fa {
    position: relative;
    top: 1px;
    margin-right: 7px;
    font-size: 16px;
}

.top-box-basket .product-name {
    margin-bottom: 12px;
    padding-bottom: 11px;
    color: #000000;
    font-weight: bold;
    line-height: 16px;
}

.top-box-basket .retail-price {
    display: block;
    float: left;
    margin-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 11px;
}

.top-box-basket .retail-price .val {
    line-height: 18px;
    text-align: center;
}

.top-box-basket .retail-price .val.price-old {
    float: right;
}

.top-box-basket .retail-price .caption {
    display: block;
}

.top-box-basket .retail-price .caption {
    font-size: 12px;
    line-height: 14px;
}

.top-box-basket .retail-price .val {
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.top-box-basket .retail-price .val.price-old {
    font-size: 12px;
}

/****************************************** top boxes end *******************************************/

/****************************************** modal *******************************************/
.modal {
    animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
}

.modal-backdrop {
    background: #000;
    opacity: 0.9;
}

.modal-content input,
.modal-content input.form-control {
    border: 2px dotted #f15371;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.modal-dialog,
.modal-content {
    margin: 30px auto;
    min-width: 600px;
    max-width: 100%;
    width: 40%;
}

@media screen and (max-width: 640px) {
    .modal-dialog,
    .modal-content {
        margin: 30px 0;
        min-width: inherit;
        width: 100%;
    }

    .modal {
        padding: 0 20px;
    }

    .modal .btn-long {
        width: auto;
    }

    .modal > .modal-body {
        padding-right: 0;
        padding-left: 0;
    }
}

.modal .btn {
    padding: 8px 15px 9px 15px;
}

@media screen and (max-width: 640px) {
    .modal .btn {
        width: 100%;
        text-align: center;
    }

    .modal .btn + .btn {
        margin-top: 8px;
    }
}

.modal-content {
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.modal-header {
    padding: 25px 72px;
    border-color: rgba(0, 0, 0, 0.1);
}

.modal-footer {
    padding: 20px 25px 25px;
}

.modal-footer {
    border-top: none;
}

.modal-body {
    padding: 30px 25px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
}

.modal-title,
.modal .login-title {
    display: block;
    color: #2d67ac;
    font-size: 45px;
    font-family: "Amatic SC", cursive;
}

.modal .shop-product {
    padding: 0;
}

.modal .shop-product {
    padding: 0;
}

.modal-content .close {
    position: absolute;
    top: 0;
    right: 22px;
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    width: 36px;
    height: 76px;
    font-weight: 300;
    font-size: 44px;
    opacity: 1;
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: #2d67ac;
}

.modal .close:focus {
    outline: none;
}

.modal-content .close span {
    color: #000;
    font-weight: normal;
    font-size: 38px;
    line-height: 31px;
}

.modal-content .close:hover span,
.modal-content .close:focus span {
    color: #2d67ac;
}

.modal-product-name {
    color: #000;
    font-weight: bold;
}

.modal-title .fa {
    margin-right: 25px;
    color: #2d67ac;
}

.modal-bundles .modal-content {
    max-width: 100%;
    width: 1238px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    -moz-box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
    box-shadow: 0 0 2px 0 rgba(45, 48, 51, 0.08);
}

.modal-bundles .modal-info {
    margin-bottom: 30px;
}

.modal-bundles .shop-bundle-product-name {
    font-size: 14px;
    line-height: 1.4em;
}

.modal-bundles .shop-bundle-product-image a img {
    height: 60px;
}

.forgot-sent-page-wrapper .login-pane {
    clear: both;
}

.rwd-only {
    display: none;
}

/* clears */
.content-wrapper,
.section-wrapper,
body.sticky-footer footer {
    clear: both;
}

.slick-prev,
.slick-next {
    position: relative;
}

.slick-prev:before,
.slick-next:before {
    display: block;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: FontAwesome;
}

.slick-prev:before {
    content: '\f104';
}

.slick-next:before {
    content: '\f105';
}

.section-heading {
    margin-bottom: 48px;
    text-align: center;
}

.section-heading .teaser {
    clear: both;
    overflow: hidden;
}

.section-heading .teaser .text {
    color: #707173;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
}

.sort-section-title h2 .small {
    display: block;
    clear: both;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 24px;
    font-family: "Lato", sans-serif;
}

.discounts .section-heading {
    margin-bottom: 32px;
}

.sort-section-title h2 .big {
    display: block;
    clear: both;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 48px;
    font-family: 'Amatic SC', cursive;
    line-height: 50px;
}

.main-sort {
    float: right;
    padding: 24px 0 20px;
    width: 44%;
    text-align: justify;
    text-align-last: justify;
    font-size: 0;
}

.main-sort-wrapper select {
    display: none;
}

.sort-image {
    position: absolute;
    top: -11px;
    right: calc(50vw + 473px);
    width: 25%;
}

.btn-search {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}

.main-sort-wrapper .select2-container .select2-selection--single {
    padding: 13px 5px 17px;
    height: 70px;

}

.main-sort-wrapper .select2-container--default .select2-selection--single {
    position: relative;
    border: 4px dotted #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: transparent;
}

.main-page-sort {
    position: relative;
}

.main-page-sort .btn .ic svg {
    fill: #fff;
}

.main-page-sort .btn .ic {
    width: 30px;
    height: 30px;
}

.main-page-sort .btn-search:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 80%;
    height: 80%;
    border: 4px dotted #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.main-page-sort .btn-search:hover {
    background: #2d67ac;
}

.main-page-sort .btn-search {
    position: relative;
    display: inline-block;
    max-height: 100px;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fb1c45;
    vertical-align: middle;
}

.main-sort-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    content: '\f106';
    font-family: FontAwesome;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.main-sort-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 28px;
    right: 25px;
    height: 20px;
}

.main-sort-wrapper .select2-results__option,
.main-sort-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 28px;
}

.main-sort-wrapper {
    display: inline-block;
    max-width: 480px;
    width: 80%;
    vertical-align: middle;
    text-align: left;
    text-align-last: left;
}

.main-page-sort .sort-section-title {
    float: left;
    margin-left: 370px;
    padding: 10px 0 0;
}

.about-us-texts .text{
    max-height: 258px;
    overflow: hidden;
}
.about-us-texts {
    float: left;
    clear: both;
    padding-bottom: 18px;
    width: 39%;
}

.about-us-texts h2 {
    color: #f15371;
    letter-spacing: 0;
    font-size: 90px;
    font-family: "Amatic SC", cursive;
    line-height: 90px;
}

.about-us-texts .teaser {
    padding: 0 0 30px;
}

.about-us-texts .teaser .text {
    color: #f15371;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

.about-us-texts .text {
    float: none;
    color: #707173;
    letter-spacing: 0.05em;
    text-align: justify;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}
.about-us{
    position: relative;
}
.about-us-images {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    float: right;
    padding: 27px 0 0;
    width: 60%;
}

.about-us-images > a {
    position: absolute;
    right: 14.6%;
    bottom: 3%;
    max-width: 40%;
}

.index-page .about-us {
    padding: 20px 0;
}

.index-page .about-us .btn-primary {
    margin-top: 42px;
}
.faq-item .btn-primary:hover{
    background: #4c83c3;
}
.faq-item .btn-primary{
    background: #fb1c45;
}
.newsletter {
    overflow: hidden;
    background: url(../images/newsletter.jpg) no-repeat center left #4c83c3;

}

.newsletter-wrapper h2 {
    float: left;
    color: #fff;
    letter-spacing: 0;
    font-size: 160px;
    line-height: 160px;
}

.newsletter-inner {
    float: right;
    padding-top: 32px;
}

section.newsletter .text {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 24px;
}

.footer-bottom {
    clear: both;
    overflow: hidden;
    padding: 12px 0;
    background: #4278b7;
}

.site-copyright {
    float: left;
    width: auto;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 24px;
}

.site-copyright a,
#copyright a {
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 24px;
}

#copyright {
    float: right;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 24px;
}

.sub-page #main-wrapper > header .top-heading {
    margin-bottom: -120px;
    height: 147px;
}

.sub-page #main-wrapper > header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.text ul li, .text ol li {
    padding-left: 18px;
}

.article-gallery {
    margin: -6px;
    font-size: 0;
    line-height: 0;
}

.article-gallery li a {
    position: relative;
    display: block;
    width: 100%;
}

.article-gallery li {
    display: inline-block;
    padding: 6px;
    width: 33.33%;
    vertical-align: top;
}

.downaloads {
    padding-top: 12px;
    padding-bottom: 40px;
}

.downaloads ul {
    margin: -5px;
    list-style: none;
}

.downaloads li {
    display: block;
    padding: 5px;
    width: 100%;
}

.downaloads a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-right: 180px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.dwn-button .ic svg {
    fill: #fff;
}

.dwn-button .ic {
    margin-left: 17px;
    width: 30px;
    height: 30px;
}

.dwn-button-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f15371;
}

.dwn-button {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 7px 30px;
    max-height: 100%;
    width: 180px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 30px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.downaloads a:hover {
    text-decoration: none;
}

.downaloads a:hover .dwn-button-bg {
    background: #4379b8;
}

.dwn-title {
    padding: 13px 24px;
    color: #707173;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 18px;
}

.faq-item .faq-item-toggle-content .text {
    font-size: 16px;
    line-height: 30px;
    color: #707173;
    text-transform: none;
    font-weight: normal;
}

.faq-item .text {
    float: none;
    color: #f15371;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
}

.bgs {
    overflow: hidden;
    background: url("../images/article-bg-top.jpg") no-repeat top right, url("../images/article-bg-bot.jpg") no-repeat bottom left;
}

.btn-round:before {
    content: '';
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border: 3px dotted #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn-round .ic svg {
    fill: #fff;
}

.btn-round .ic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.btn-round {
    padding: 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f15371;
    position: relative;
}

.page-heading.filters-heading {
    margin: 0;
}

select {
    display: none;
}

.index-page .select2-results__option,
.index-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}
.index-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.main-sort-wrapper .select2-results__option,
.main-sort-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {

    color: #fff;
}

.main-sort-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.main-sort-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder{

    color: #fff;
}

.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.05em;
}
.select2-results__option{
    line-height: 24px;
}

.filters-heading .select2-results__option,
.filters-heading .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 22px;
    color: #2d67ac;
    letter-spacing: 0.05em;
}

.filters-heading .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.filters-heading .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 10px;
    text-align: center;
    display: block;
    color: #2d67ac;
}

.login-pane .select2-container--default .select2-selection--single,
.login-pane .filters-heading .select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-container--default.select2-container--open .select2-selection--single,
.filters-heading .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #2d67ac;
}
.select2-container--default .select2-selection--single,
.filters-heading .select2-container--default .select2-selection--single {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-list-filter {
    float: left;
    width: 260px;
    margin: 10px 10px 0;
}

.filters-heading .filters {
    float: right;
    padding: 19px 0;
}

.page-heading.filters-heading h1 {
    float: left;
    margin: 0;
    width: auto;
}

.filters-heading .filtes-wrapper {
    float: right;
    width: auto;
    margin-top: 15px;
    clear: none;
}

.agreements-contact .input-group.radio label,
.agreements-contact .input-group.checkbox label,
.agreements-contact {
    font-size: 12px;
    font-weight: 300;
    color: #333333;
    letter-spacing: 0.05em;
    clear: both;
    overflow: hidden;
}
.agreements-contact .alert-block span{
    padding: 0 0 10px;
    margin-top: -5px;
}
.agreements-contact {
    padding-bottom: 20px;
}

.brands {
    padding-bottom: 30px;
}

.brands ul {
    margin: -9px;
    font-size: 0;
    list-style: none;
}

.brands li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 9px;
}

.brands a:focus:before,
.brands a:hover:before {
    border: 4px dotted #2d67ac;
}
.brands a:focus,
.brands a:hover {
    border-color: transparent;
}

.brands a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    border: 4px dotted transparent;
    content: '';
}

.brands a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 65%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}

.brands img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-width: 90%;
    max-height: 90%;
}

.no-margin {
    margin: 0;
}

.sell-box-prices-top {
    clear: both;
    width: 100%;
}

.btn-back:hover {
    color: #fff;
    border-color: #f15371;
    background: #f15371;
}

.btn-back {
    float: right;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #f15371;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 40px;
    padding: 7px 27px;
    text-transform: lowercase;
}

.product-preview-heading {
    margin-bottom: 0;
}

.product-preview-heading h1 {
    float: left;
    width: auto;
}

.top-box-basket .retail-price .caption {
    float: left;
}

.top-box-basket .product-name {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-box-basket .top-box-product .price-box {
    width: 100%;
    text-align: center;
}

.top-box-basket .price-box > div {
    float: none;
}

.top-box-product .count-badge {
    top: 0;
    right: 0;
}

.top-box-basket .top-box-left {
    width: 90px;
    padding: 0;
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.top-box-basket .top-box-right.name-wrapper {
    width: calc(100% - 110px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rating-section:before {
    content: '';
    pointer-events: none;
    z-index: 100;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../images/rating-bg1.png") no-repeat top right transparent;
}
.rating-section {
    position: relative;
    background: url("../images/rating-bg2.png") no-repeat bottom left;
    background-color: #e6f0fb;
    clear: both;
    overflow: hidden;
    padding: 37px 0 46px;
}

.rating-stars .star .inside-star {
    width: 0;
    height: 100%;
    display: block;
    content: '';
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    background: url("../images/star-full.png") no-repeat left center transparent;
    background-size: 21px 19px;
    position: absolute;
    top: 0;
    left: 0;
}

.rating-stars .star {
    display: inline-block;
    position: relative;
    width: 21px;
    height: 19px;
    vertical-align: top;
    margin: 0 8px;
    background: url("../images/star-empty.png") no-repeat left center transparent;
    background-size: 21px 19px;
}

.rating-stars .star.full {
    background: url("../images/star-full.png") no-repeat left center transparent;
}

.rating-comment .rating-stars {
    margin: 0 -5px;
    padding: 0 0 10px;
}

.rating-comment .star.full,
.rating-comment .star {
    background-size: 11px 10px;
    width: 11px;
    height: 10px;
    margin: 0 5px;
}

.rating-top h2 {
    text-transform: none;
    float: left;
    margin-bottom: 0;
}

.rating-top .rating-element {
    float: right;
    padding-right: 15.4%;
    padding-top: 18px;
}

.rating-top {
    text-align: center;
}

.btn-rating:focus,
.btn-rating:hover {
    background: #f15371;
    color: #fff;
}

.btn-rating {
    display: inline-block;
    padding: 10px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px dotted #fff;
    background: #4278b7;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.rating-stars {
    float: left;
    padding: 9px 15px 0 0;
}

.rating-count {
    float: right;
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0;
    color: #f15371;
}

.rating-button {
    padding-top: 12px;
}

.rating-button svg {
    fill: #fff;
    stroke: #fff;
    stroke-width: 10px;
}

.rating-button i {
    margin-left: 30px;
}

.rating-button .ic {
    width: 24px;
    height: 24px;
    margin-right: 30px;
}

.rating-list {
    background: #fff;
    border: 3px dotted #4278b7;
    clear: both;
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 4px;
    padding: 45px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.rating-comments {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    height: 226px;
}

.rating-comment {
    display: inline-block;
    width: 33.33%;
    height: 100%;
    vertical-align: top;
    text-align: left;
    padding: 25px;
}

.scroll-to-rating {
    cursor: pointer;
}

.rating-comment .rating-top {
    font-weight: 900;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 10px;
    letter-spacing: 0;
    text-align: left;
    color: #f15371;
}

.rating-text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    color: #707173;
    overflow: hidden;
    max-height: 220px;
    margin-bottom: 7px;
    clear: both;
}

#scrollbar1 {
    position: relative;
    overflow: hidden;
    height: 100%;
}

#scrollbar1 .track {
    position: relative;
    width: 2px;

    background: rgba(0, 0, 0, 0.1);
}

#scrollbar1 .thumb {
    position: absolute;
    left: -1px;
    right: -1px;
    background: #f15371;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#scrollbar1 .viewport {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: transparent;
}

#scrollbar1 .overview {
    position: absolute;
    padding: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#scrollbar1 .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 5px;
    background: transparent;
}

#rating-popup .fancybox-close-small:hover:after {
    color: #4278b7;
}

#rating-popup .fancybox-close-small:after {
    color: #fff;
}

#rating-popup {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px dotted #fff;
    background: #4278b7;
    padding: 50px;
    width: 90%;
    max-width: 470px;
}

#rating-popup .captcha-container {
    margin-top: 20px;
}
#rating-popup label {
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #fff;
    display: block;
    margin-top: 20px;
    width: 100%;
}
#rating-popup label.error{
    font-size: 14px;
    color: #ff6868;
    margin: 0;
    font-weight: normal;
    line-height: 20px;
}
#rating-popup input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

#rating-popup input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

#rating-popup input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

#rating-popup input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

#rating-popup textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

#rating-popup textarea::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

#rating-popup textarea:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

#rating-popup textarea:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

#rating-popup button[type="submit"] .ic svg {
    fill: #fff;
    stroke: #fff;
    stroke-width: 10px;
}

#rating-popup button[type="submit"] .ic {
    width: 24px;
    height: 24px;
    float: left;
}

#rating-popup button[type="submit"] i {
    float: right;
    line-height: 22px;
}

#rating-popup button[type="submit"]:hover {
    background: #f15371;
}

#rating-popup button[type="submit"] {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 3px dotted #fff;
    background: #4278b7;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

#rating-popup textarea {
    height: 200px;
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #fff;
    display: block;
}

#rating-popup .captcha-refresh {
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#rating-popup .captcha-image-wrapper img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
#rating-popup .captcha-image-wrapper {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

#rating-popup input {
    height: 40px;
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #fff;
}

#rating-popup .control-group img{
    width: 49%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
}
#rating-popup input.captcha {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    float: right;
}
.product-rating-on-photo {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 20;
}

.product-rating-on-photo .rating-count {
    font-size: 11px;
    line-height: 12px;
    margin-left: 5px;
}

.product-rating-on-photo .star .inside-star {
    background-size: 11px 10px;
    width: 11px;
    height: 10px;
}

.product-rating-on-photo .star.full,
.product-rating-on-photo .star {
    background-size: 11px 10px;
    width: 11px;
    height: 10px;
    margin: 1px;
}

.modal-body .shop-product-name {
    font-size: 45px;
    line-height: 50px;
}

.product-list .alert {
    font-size: 14px;
}

.map-need-height {
    height: 50vw;
    max-height: 730px;
}

.opinion-add-title {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    padding-bottom: 20px;
}

#rating-popup .close {
    text-align: center;
    color: #fff;
    font-size: 20px;
}


#rating-popup .modal-header {
    padding: 0;
}

.rating-box .rate.star-rating-on ,
.rating-box .rate.star-rating-hover {
    background: url(../images/star-full.png) no-repeat left center;
}
.rating-box .rate {
    float: left;
    font-size: 0;
    width: 27px;
    height: 19px;
    padding-right: 6px;
    background: url(../images/star-empty.png) no-repeat left center;
    cursor: pointer;
}
#rating-popup .captcha-refresh{
    display: none;
}
.rating-box .rating-text{
    color: #fff;
    display: block;
    height: 30px;
    line-height: 22px;
    margin: 0;
    clear: none;
    padding-left: 20px;
}

.shop-basket-product-variant-photo{
    float: left;
    width: 25%;
}
.shop-basket-product-variant-content .select2-container .select2-selection--single{
    height: 38px;
}
.shop-basket-product-variant-content .select2-results__option,
.shop-basket-product-variant-content .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
    color: #f15371;
}
.shop-basket-product-variant-content span.select2{
    width: auto !important;
    line-height: 26px;
    font-size: 14px;
    min-width: 70%;
    margin-left: 5%;

}
.shop-basket-product-variant-content .product-time .val{
    font-size: 13px;
    line-height: 20px;
}
.shop-basket-product-variant-content .prod-attributes label:after{
    content: ':';
}
.shop-basket-product-variant-content .prod-attributes label{
    color: rgb(102, 103, 103);
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.shop-basket-product-variant-content{
    /*float: right;*/
    /*width:75%;*/
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}
.modal-body .shop-product-name{
    text-align: left;
}
.modal-product-added .modal-body{
    color: rgb(102, 103, 103);
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
.modal-product-added .modal-body .modal-product-name{
    color: #f15371;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
}