* {
    outline: none !important;
}

p {
    margin: 0;
}

#logo img {
    width: 210px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

ul, li {
    list-style-type: none;
    padding: 0;
}

a, a:active, a:hover {
    color: #000;
}

.info, .success, .warning, .error, .validation, .error_message {
    border: 2px solid;
    padding: 7px 10px 7px 35px;
    background-repeat: no-repeat;
    background-position: 10px 6px;
    text-align: left !important;
    clear: both;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    margin-top: 15px;
}

.success {
    color: #109F69;
    background-image: none;
    background-color: white;
    border-color: #109F69;
}

.error, .error_message {
    color: #ff362d;
    background-image: none;
    background-color: white;
    border-color: #ff362d;
}

.info {
    color: #FFA410;
    background-image: none;
    background-color: white;
    border-color: #FFA410;
}

.warning {
    color: #ff362d;
    background-image: none;
    background-color: white;
    border-color: #ff362d;
}

.title_wrapper {
    margin: 55px 0;
}

.page-content .title_wrapper {
    margin: 80px 0 35px;
}

.title {
    font-size: 18px;
    color: #363636;
    text-transform: uppercase;
    font-weight: 700;
}

.cat_title {
    font-size: 24px;
    font-weight: 700;
    color: #e35080;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-go {
    color: #fff;
    background: #e35080;
    padding: 20px 35px 20px 35px;
    text-transform: normal;
    font-weight: 400;
    border-radius: 0px;
    border: 0;
}

.btn-go:hover, .btn-go:active, .btn-go:focus {
    color: #1b3d8d;
    background: #FFF;
}

.send-btn {
    color: #fff;
    background: #e35080 url('../img/dermotechnika/send.png') no-repeat left 40px center;
    padding: 20px 35px 20px 90px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
}

.btn--news-box {
    border: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    color: #fff;
    background: #e35080;
    background-image: url('../img/jean/addbasket.png');
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding: 12px 15px 12px 45px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    font-size: 12px;
    box-shadow: 2px 2px 0px 0px #00397c;
}

.btn--news-box:hover, .btn--news-box:active, .btn--news-box:focus {
    color: white;
    background-color: #4bb4f5;
    background-image: url('../img/jean/addbasket.png');
    background-repeat: no-repeat;
    background-position: left 15px center;
    box-shadow: 2px 2px 0px 0px #00397c;
}

#ajax_msg {
    display: none;
}

.form-control {
    height: 40px;
}

img {
    image-rendering: auto;
}

/* COOKIES */

#cookie-policy-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: none;
    width: 100%;
    font-size: 11px;
    line-height: 25px;
    background-color: #2E2E2E;
    font-size: 11px;
    font-family: Arial;
    color: #797979;
    text-align: center;
    padding: 10px 0px 5px 0px;
    z-index: 9998;
}

#cookie-policy-banner a {
    color: #07B0F6;
    font-weight: bold;
    font-size: 11px;
}

#cookie-policy-banner #cclose {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0px 5px;
    padding: 5px 10px;
    background-color: #07B0F6;
    border-radius: 4px;
}

#cookie-policy-banner #cclose:hover {
    background-color: #257ac5;
}

#content-404 {
    font-size: 40px;
    min-height: 400px;
    padding-top: 100px;
    text-align: center;
}

body {
    z-index: 0;
    position: relative;
    background-color: #efefef;
    font-family: 'Open Sans', sans-serif;
    color: #5d5d5d;
    position: relative;
    -webkit-perpective: 1000;
    overflow: visible !important;
}

body:before {
    position: absolute;
    content: '';
    background: url('../img/dermotechnika/bg1.png') no-repeat top 200px left -150px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body.page-60:before {
    display: none;
}

#container {
    position: relative;
}

body:after {
    position: absolute;
    content: '';
    background: url('../img/dermotechnika/bg2.png') no-repeat top 1000px right;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#burger {
    display: none;
    position: absolute;
    right: 15px;
    cursor: pointer;
    z-index: 999;
}

#logo {
    margin-top: 43px;
    margin-bottom: 22px;
}

#header {
    margin-bottom: 20px;
}

.top_up {
    border-bottom: 1px solid #d9d9d9;
}

.search {
    padding-top: 34px;
}

.searcher {
    float: right;
    position: relative;
}

.searcher_click {
    position: absolute;
    top: 10px;
    right: 4px;
}

.search-submit2 {
    border: 0;
    background: transparent;
}

#search_phrase {
    height: 50px;
    padding: 15px 40px 15px 15px;
    width: 270px;
    border: 0;
}

#search_phrase::-webkit-input-placeholder {
    color: #bcbcbc;
    font-size: 10px;
    font-weight: 700;
}

#search_phrase::-moz-placeholder {
    color: #bcbcbc;
    font-size: 10px;
    font-weight: 700;
}

#search_phrase:-ms-input-placeholder {
    color: #bcbcbc;
    font-size: 10px;
    font-weight: 700;
}

#search_phrase:-moz-placeholder {
    color: #bcbcbc;
    font-size: 10px;
    font-weight: 700;
}

#nav {
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: -15px;
    margin-right: -15px;
}

#nav ul {
    margin: 0;
}

#nav li {
    float: left;
    padding: 0 15px;
}

#nav a {
    color: #363636;
}

#nav a:hover {
    color: #e35080;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    text-decoration: none;
}

#nav li.active a {
    color: #e35080;
}

#nav li ul {
    display: none !important;
}

.h-right {
    float: right;
    margin-right: 15px;
}

.h-right>div {
    float: left;
}

.h-right .user-menu {
    margin-right: 25px;
}

.homeslider .home-slider {
    margin-bottom: 0;
}

.homeslider .slick-prev, .homeslider .slick-next {
    top: 50%;
    z-index: 99;
}

.homeslider .slick-prev {
    width: 100px;
    height: 100px;
    left: 0;
}

.homeslider .slick-prev::before {
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: url(../img/jean/slp.png) no-repeat center;
}

.homeslider .slick-next {
    width: 100px;
    height: 100px;
    right: 0;
}

.homeslider .slick-next::before {
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: url(../img/jean/sln.png) no-repeat center;
}

.homeslider .slider-text {
    position: absolute;
    bottom: 53px;
    left: 90px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.homeslider .news-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 4px;
}

.homeslider .news_short_description {
    font-size: 18px;
    font-weight: 800;
}

.homeslider .news_short_description p {
    font-size: 18px;
    font-weight: 800;
}

.homeslider p {
    margin: 0;
}

.small_box {
    padding: 30px;
    width: 33.333333%;
    float: left;
    text-align: center;
    min-height: 350px;
    vertical-align: middle;
    background: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
}

.small_box:after {
    content: '';
    top: 12px;
    left: 12px;
    bottom: 12px;
    right: 12px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    transform: scale(1, 0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.small_box:before {
    content: '';
    top: 12px;
    left: 12px;
    bottom: 12px;
    right: 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    transform: scale(0, 1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.small_box:hover:after {
    transform: scale(1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.small_box:hover:before {
    transform: scale(1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.small_box:hover {
    background-color: #5d5d5d;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
}

.small_box:hover a {
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.small_box:hover img {
    -webkit-filter: hue-rotate(290deg) brightness(5.0) contrast(1);
    filter: hue-rotate(290deg) brightness(500%) contrast(100%);
}

.small_boxes_img {
    margin-top: 25px;
    height: 80px;
    vertical-align: bottom;
}

.small_box h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.small_boxes .small_box {
    height: 415px;
}

.contact #footer-boxes {
    display: none;
}

/*#newslist {display: inline-block; margin: 15px 0;}*/

.news-img {
    position: relative;
    width: 50%;
    float: left;
    overflow: hidden;
    text-align: center;
}

#newslist .news-content {
    position: relative;
    width: 50%;
    float: left;
    padding: 0 30px 30px 30px;
}

.news-img img {
    height: auto;
    max-width: 100%;
}

.news_date {
    position: absolute;
    background-color: #e35080;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 50px;
    top: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    font-size: 14px;
    line-height: 22px;
}

.news_date strong {
    display: block;
    font-weight: 800;
    font-size: 22px;
}

.news-content h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #363636;
    margin-top: 30px;
    margin-bottom: 40px;
}

#newslist .news_short_description {
    font-family: "Arial";
    font-size: 12px;
    color: #9a9a9a;
}

.newswrap {
    background-color: #fff;
    float: left;
    width: 100%;
}

.promo {
    text-align: center;
    margin: 30px 0 80px;
    position: relative;
}

.promo-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    text-shadow: 3px 4px #5E5E5E;
}

.promo h1 {
    font-size: 180px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}

.promo h3 {
    font-size: 71px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}

.promo h4 {
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}

.promo img {
    max-width: 100%;
}

#bigmap-contact {
    border-left: 2px solid #d4d4d4;
    padding-left: 30px;
    margin-left: -30px;
}

.contact-map {
    margin: 70px 0;
}

.contact-map h2 {
    font-size: 24px;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 700;
}

.contact-map h5 {
    font-size: 18px;
    color: #8d8d8d;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 6px;
}

.contact-map .c-name {
    padding-bottom: 30px;
    padding-top: 23px;
}

.contact-map .c-name .c-text h1 {
    font-size: 30px;
    color: #000;
    margin: 0;
}

.contact-map .c-name .c-text h3 {
    font-size: 21px;
    color: #000;
    margin: 0;
    text-transform: initial;
}

.contact-map .c-text, .contact-map .c-text a, .contact-map .c-text p {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-map .c-icon {
    padding-left: 75px;
    padding-top: 0px;
    padding-bottom: 23px;
}

.contact-map .c-icon.c-phone {
    background: url('../img/dermotechnika/con1.png') no-repeat left top;
}

.contact-map .c-phone .c-text a:first-of-type {
    font-size: 30px;
}

.contact-map .c-phone .c-text p, .contact-map .c-phone .c-text a {
    font-size: 16px;
}

.contact-map .c-icon.c-addr {
    background: url('../img/dermotechnika/con2.png') no-repeat left top;
}

.contact-map .c-icon.c-email {
    background: url('../img/dermotechnika/con3.png') no-repeat left top;
}

.c-socialicon {
    display: inline-block;
    padding-right: 25px;
}

.contact-map .c-icon.c-social {
    padding-bottom: 0px;
}

.contact-wrapper .title {
    font-size: 24px;
    margin-bottom: 40px;
}

.contact-wrapper input, .contact-wrapper textarea {
    width: 100%;
    border: 1px solid #b2b2b2;
    margin-bottom: 20px;
    padding: 0 25px;
    background: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.contact-wrapper input {
    height: 72px;
}

.contact-wrapper textarea {
    height: 230px;
    resize: none;
    padding-top: 15px;
}

.space {
    margin: 65px 0;
}

.home_prod {
    margin-bottom: 30px;
}

.home_prod_img {
    text-align: center;
    height: 300px;
    overflow: hidden;
    display: table;
    width: 100%;
}

.home_prod_img a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.home_prod_wrapper {
    background-color: #fff;
    box-shadow: 3px 20px 9px -12px #c6c6c6;
}

.home_prod_wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.home_prod h4 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #363636;
    text-transform: uppercase;
}

.home_prod_content {
    padding: 0 15px 15px;
}

.home_prod .tags {
    color: #c5c5c5;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 25px;
    position: relative;
}

.home_prod .activeb:after {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #eaeaea;
    position: absolute;
    bottom: 0;
}

.home_prod .tags a {
    color: #c5c5c5;
    text-transform: uppercase;
    font-size: 12px;
}

.home_prod_desc {
    margin: 15px 0;
    font-size: 12px;
    color: #363636;
    height: 51px;
    overflow: hidden;
}

.news-full-info-2__content {
    margin-top: 50px;
}

.news-single .news-content {
    padding: 15px;
}

.singlenews_main_img {
    text-align: center;
    margin-bottom: 50px;
}

.news-single h4 {
    color: #636363;
    font-size: 30px;
    font-weight: 800;
}

#category_menu .cat_menu .cat_wrap>li>a {
    color: #363636;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 0px 2px 35px;
    position: relative;
}

#category_menu .cat_menu .cat_wrap>li {
    margin-bottom: 20px;
}

#category_menu li a.active, #category_menu li a.activeb {
    color: #e35080;
    font-weight: 800;
}

#nav li.activeb a {
    color: #e35080;
}

#category_menu {
    font-weight: 600;
}

#category_menu .cat_menu .cat_wrap>li ul {
    padding-left: 35px;
    position: relative;
}

#category_menu li ul li ul {
    padding-left: 15px;
}

#category_menu li {
    position: relative;
    text-align: left;
}

#category_menu .cat_menu .cat_wrap>li>ul a {
    color: #636363;
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 10px;
    display: inline-block;
}

#category_menu span.has_sub {
    background: url('../img/jean/cat.png') no-repeat left center;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    top: 0;
}

#category_menu li ul span.has_sub {
    top: 8px;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

#category_menu span.has_sub.sub_rot {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#category_menu li ul li a {
    padding-left: 25px;
}

#category_menu li ul {
    display: none;
}

.cat_close {
    display: none;
}

.product-wrapper {
    background-color: #fff;
    text-align: center;
}

.product-desc {
    padding: 30px 15px 20px;
}

.product-box {
    margin-bottom: 30px;
}

.product-name {
    font-size: 18px;
    font-weight: 700;
    color: #363636;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    height: 64px;
    overflow: hidden;
    line-height: 20px;
}

.producer {
    font-size: 9px;
    font-weight: 300;
}

.product-name:after {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #eaeaea;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
}

.img_container {
    height: 280px;
    line-height: 280px;
    overflow: hidden;
}

.price {
    color: #e35080;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
}

.product-old-price {
    color: #9c9c9c;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: line-through;
}

.label_prom {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #e35080;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.label_prom label {
    position: absolute;
    top: 11px;
    left: -13px;
}

.fav {
    background: url('../img/jean/star_e.png') no-repeat center;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    z-index: 9;
}

.fav.checked {
    background: url('../img/jean/star_f.png') no-repeat center;
}

.breadcrumb-wrapper {
    margin: 20px 0 30px;
}

.breadcrumb-wrapper, .breadcrumb-wrapper a {
    color: #9b9b9b;
    font-size: 10px;
    text-transform: uppercase;
}

.nl_sign {
    margin: 50px 0;
}

.nl_sign form {
    display: flex;
    justify-content: flex-end;
}

.nl_sign input {
    width: 360px;
    margin-right: 15px;
}

.nl_sign .nl_text {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    color: #363636;
    background: url('../img/jean/nl.png') no-repeat left 15px center;
    padding-left: 80px;
}

.prod_new .home_prod_wrapper {
    position: relative;
}

.prod_new .home_prod_wrapper:before {
    position: absolute;
    content: '';
    width: 95px;
    height: 95px;
    background: #e35080 url('../img/dermotechnika/prodnew.png') no-repeat center;
    border-radius: 55px;
    top: -21px;
    left: -7px;
    box-shadow: 0px 0px 8px 1px #565656;
    background-size: cover;
}

.product-btns {
    height: 45px;
}

.page-slider {
    margin: 70px auto;
    text-align: center;
    position: relative;
}

.page-slider img {
    max-width: 100%;
}

.page-slider p {
    margin: 0;
}

.page-slider .slider-text .slick-title {
    color: #4f4f4f;
    font-size: 60px;
    text-transform: uppercase;
}

.page-slider .text-under-slider {
    color: #1b3d8d;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: -15px;
}

.page-slider .page-slider-text-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-bottom: 50px;
    width: 100%;
}

.btn-tr {
    font-size: 14px;
    border: 1px solid #1b3d8d;
    background: none;
    color: #1b3d8d;
    padding: 25px 40px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    border-radius: 0;
}

.btn-tr:hover {
    background: #1b3d8d;
    color: #FFF;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

.big_slider_wrapper .slick-prev, .big_slider_wrapper .slick-next {
    top: 50%;
}

.big_slider_wrapper .slick-prev {
    width: 80px;
    height: 80px;
    left: 15px;
    z-index: 9;
}

.big_slider_wrapper .slick-prev::before {
    z-index: 9;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: url(../img/jean/bigl.png) no-repeat center;
}

.big_slider_wrapper .slick-next {
    width: 80px;
    height: 80px;
    right: 15px;
}

.big_slider_wrapper .slick-next::before {
    z-index: 9;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: url(../img/jean/bigp.png) no-repeat center;
}

.product_title {
    font-size: 48px;
    font-weight: 800;
    color: #363636;
    text-transform: uppercase;
    margin-top: 0;
}

.category_title {
    font-size: 14px;
    color: #b2b2b2;
    text-transform: uppercase;
    padding-left: 100px;
    position: relative;
}

/*.category_title:before {content: ''; position: absolute; width: 85px; height: 3px; background-color: #b2b2b2; left: 0; top: 8px;}*/

.product-details .product-spec-wrapper p {
    font-size: 12px;
    color: #676767;
    /*display: inline-block;*/
    margin-bottom: 10px;
}

.product-details ul, .product-details li {
    list-style-type: initial;
}

.product-details ul {
    margin-bottom: 10px;
    padding-left: 15px;
}

.product-details .product-spec-wrapper {
    padding: 40px 0;
}

#product-right-wrapper {
    border-top: 1px solid #fff;
    margin-top: 0;
}

.product-details .product-status {
    font-size: 12px;
    text-transform: uppercase;
    color: #363636;
    padding-top: 40px;
}

.product-details .product-status strong {
    color: #e35080;
}

.product-details .product-price {
    font-size: 12px;
    text-transform: uppercase;
    color: #363636;
    padding-top: 30px;
}

.product-details .product-price .price {
    font-size: 30px;
}

.product-quantity-price {
    padding-top: 35px;
}

.select-amount__btn-group {
    display: inline-block;
    padding-right: 15px;
}

.select-amount__amount-btn {
    border-radius: 0;
    width: 50px;
    border: 1px solid #bababa;
    color: #676767;
    height: 50px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
    cursor: pointer;
    font-size: 26px;
}

.select-amount__amount-input.count {
    width: 70px;
    top: 0;
    border: 1px solid #bababa;
    color: #676767;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
}

.popup-info {
    background: #e35080;
}

.product-details .add_to_basket {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 24px 40px 24px 75px;
    background: #e35080 url('../img/jean/addbasket2.png') no-repeat left 25px center;
    box-shadow: none;
}

.product-properties {
    padding: 0;
}

#footer {
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
}

#footer-boxes {
    padding-top: 40px;
    margin-top: 30px;
    border-top: 1px solid #d9d9d9;
}

#footer h4 {
    font-size: 14px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#footer a {
    font-size: 14px;
    color: #828282;
    font-weight: 700;
    text-transform: uppercase;
}

#footer #copyright {
    padding: 25px 0;
    color: #363636;
    font-size: 10px;
    border-top: 1px solid #d9d9d9;
}

#footer #copyright a {
    color: #363636;
    font-size: 10px;
}

#footer .realization {
    float: right;
}

#footer .footer-bottom {
    margin-top: 15px;
}

#footer .f-icon {
    padding: 15px 0px 15px 60px;
    color: #828282;
    font-weight: 700;
    text-transform: uppercase;
}

#footer .f-icon h5 {
    color: #828282;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 22px;
    margin-bottom: 5px;
}

#footer .f-icon p {
    margin: 0;
}

#footer .f-icon.f-phone {
    background: url('../img/jean/f-phone.png') no-repeat left center;
}

#footer .f-icon.f-addr {
    background: url('../img/jean/f-addr.png') no-repeat left center;
}

#footer .f-icon.f-email {
    background: url('../img/jean/con3.png') no-repeat left 6px top 8px;
}

#footer .f-icons {
    margin-top: 22px;
}

#footer .f-icons a {
    color: #e35080;
    font-size: 22px;
    padding: 5px 0;
    display: inline-block;
}

#footer #f-icons-2 {
    display: none;
}

#footer .pagelist ul li {
    float: left;
    width: 50%;
    padding-bottom: 12px;
}

.sorter .select2-container--default .select2-selection--single {
    height: 38px;
    padding: 4px 30px 4px 18px;
    width: 200px;
}

.sorter .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px;
    right: 10px;
}

.sorter {
    margin: 25px 0 35px;
    width: 100%;
    text-align: left;
}

.sorter form {
    display: inline-block;
    text-align: left;
}

.sorter form .select2 {
    width: 200px !important;
}

.sorter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0 1px 1px 0;
    padding: 4px;
}

.sorter .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 10px;
    margin-top: 6px;
}

.select2-container--default .select2-selection--single {
    padding: 0 20px;
    height: 72px;
    width: 370px;
    font-size: 1.2em;
    position: relative;
    border-radius: 0;
    background: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #4a4a4a;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: -10px;
    right: 27px;
    width: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #4a4a4a;
    border-width: 0 2px 2px 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2 {
    width: 370px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #898989;
    line-height: unset;
}

.half-form .select2 {
    margin-bottom: 20px;
}

.contact-wrapper input, .contact-wrapper textarea::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}

.contact-wrapper input, .contact-wrapper textarea::-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}

.contact-wrapper input, .contact-wrapper textarea:-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}

.contact-wrapper input, .contact-wrapper textarea:-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}

#ajax_msg {
    float: left;
    width: 100%;
}

#cart-drop .basket-preview-product .hcimg img {
    width: 80px;
    margin-right: 10px;
}

/*.cart-top-nav .step.active {vertical-align: top; background-color: #e35080; color: white; border: 1px solid #e35080;}*/

/*.cart-top-nav {float: left; display: table; height: auto;}*/

.cart-top-nav .step {
    display: table-cell;
    border-radius: 0;
}

.cart-top-nav .step img {
    padding-right: 5px;
}

.mobile-only {
    display: none;
}

/*.cart-top-nav span {position: relative; }
.cart-top-nav .step img {position: absolute; left: -35px; top: -6px;}*/

.mobile-only {
    display: none;
}

.moreless:hover {
    background: rgba(255, 255, 255, 0.3);
}

.moreless:active {
    background: rgba(255, 255, 255, 0.9);
}

#login-options .title {
    margin: 50px 0 30px;
}

#order_step3 #prices-summary #summary-total span {
    color: #e35080;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 0;
}

.ui-widget-header {
    border: 1px solid #e35080;
    background: #e35080;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    height: 17px;
    width: 17px;
}

.checkator_holder {
    width: 17px !important;
    height: 17px !important;
    margin-top: 0px !important;
    margin-right: 10px !important;
}

.checkator_element {
    background-color: #fff;
    border: 1px solid #abadb3;
}

.checkator_element.checkbox {
    border: 1px solid;
}

.checkator_source:checked+.checkator_element::after {
    background-color: #e35080;
}

.checkator_holder .checkbox, .checkator_holder .radio {
    position: absolute;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkator_holder {
    min-width: 17px;
}

#mobile-nav {
    display: none;
}

.closenav {
    position: absolute;
    right: 30px;
    top: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
}

#social {
    overflow: hidden;
}

#filters form {
    display: none;
}

.search-results #filters form {
    display: block;
}

#filters .search_more {
    cursor: pointer;
    padding: 15px 10px;
    font-weight: 400;
}

input.btn {
    padding: 0 20px;
}

input.btn-filtres {
    padding: 10px 20px;
    border-radius: 0px;
}

input.btn-filtres:hover {
    background-color: #4bb4f5;
    border-color: #4bb4f5
}

#code_popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    text-align: center;
    color: #000;
}

#code_popup h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
}

#code_popup h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}

#code_popup input {
    width: 365px;
    text-align: center;
    margin: 50px 0;
    border: 1px solid #b2b2b2;
    background: none;
    max-width: 100%;
}

#code_popup .cp_wrap {
    margin: 5% 15px 15px;
    width: 770px;
    margin: auto;
    height: 440px;
    max-width: 100%;
    background: #fff url('../img/jean/pop.jpg') no-repeat center;
    padding-top: 50px;
    margin-top: 5%;
}

#code_popup #cp_warning {
    color: red;
    font-weight: bold;
}

.twocontents {
    padding-top: 70px;
}

.twocontents .page_content_text {
    margin-bottom: 80px;
}

.twocontents .page_content_text table {
    width: 100% !important;
}

.twocontents .page_content_text img {
    margin-right: 30px;
}

.twocontents .page_content_text h1 {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    color: #363636;
    margin-left: -75px;
}

.twocontents .page_content_text h1 strong {
    color: #e35080;
    display: block;
    font-weight: 800;
    margin-top: -6px;
}

.twocontents .page_content_text h5 {
    color: #b2b2b2;
    text-transform: uppercase;
    margin-left: -75px;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    padding-left: 100px;
}

.twocontents .page_content_text h5:before {
    content: '';
    position: absolute;
    width: 85px;
    height: 3px;
    background-color: #b2b2b2;
    left: 0;
    top: 8px;
}

.twocontents .row:nth-of-type(2) .page_content_text h1 {
    margin-left: 0;
    margin-top: -230px;
}

.twocontents .row:nth-of-type(2) .page_content_text h5 {
    margin-left: 0;
}

.twocontents .page_content_text td {
    width: 50%;
}

.v_mobile {
    display: none;
    margin-top: 0px;
    margin-bottom: 50px;
}

#footer .v_mobile .f-icons {
    margin-top: 30px;
    text-align: center;
}

#footer .v_mobile .f-icon.f-phone {
    background: none;
}

#footer .v_mobile .f-icon.f-addr {
    background: none;
}

#footer .v_mobile .f-icon {
    padding: 0 15px;
}

.c_mobile {
    display: none;
    margin-top: 15px;
    text-align: center;
}

.c_mobile h5 {
    color: #363636;
    font-size: 20px;
    font-weight: 800;
}

.c_mobile a {
    color: #e35080;
    font-size: 20px;
    font-weight: 800;
}

.c_mobile p {
    color: #363636;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.c_mobile .c-social {
    margin: 50px 0;
    float: left;
    width: 100%;
}

.c_mobile .f-icons {
    margin-bottom: 15px;
}

.pagination strong {
    background-color: #e35080;
    color: #fff;
    border: 1px solid #787878;
}

.pagination, .pagination a {
    font-size: 18px;
    font-weight: 300;
    color: #787878;
    padding: 0 6px;
}

.btn-border {
    width: 35px;
    height: 45px;
    line-height: 42px;
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
    background-color: #EFEFEF;
    display: inline-block;
    font-weight: 700;
    margin: 0 1px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

.btn-border:hover {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    color: #fff;
    background-color: #e35080;
    text-decoration: none;
}

strong.btn-border {
    border: 1px solid #e35080;
    background-color: #e35080;
    color: #fff;
    vertical-align: top;
}

.zoom-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.zoom-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    background: url('../img/dermotechnika/zoom_img.png') no-repeat center center;
    width: 119px;
    height: 119px;
    margin: -58px 0 0 -54px;
    z-index: 15;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.zoom-icon::after {
    content: '';
    background: rgba(0, 0, 0, 0.7) repeat;
    position: absolute;
    z-index: 10;
    transform: rotate(90deg);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    height: 100%;
    width: 100%;
    left: -86%;
    top: -19%;
}

.newswrap:hover .zoom-icon {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.newswrap:hover .zoom-icon {
    visibility: visible;
    opacity: 1;
}

.newswrap:hover .zoom-icon:before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.newswrap:hover .zoom-icon:after {
    content: '';
    transform: rotate(0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    left: 0;
    top: 0;
}

#cart-add input {
    height: auto;
}

#delivery-summary {
    float: left;
}

#prices-summary {
    float: left;
    text-align: left;
}

.zoom-icon a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 0;
}

.filters-options input {
    width: 100px;
    border: 1px solid #787878;
    height: 38px;
    text-align: center;
}

.filters-options label {
    padding-left: 20px;
    font-weight: 300;
    font-size: 16px;
}

.filter_submit {
    margin-top: 30px;
}

.productnews .product-details .product-spec-wrapper p {
    border: 0;
}

.f-map {
    margin-left: -20px;
}

#pagination {
    float: left;
    width: 100%;
}

#product-left {
    margin-top: 30px;
}

#photo-big-slider .slick-slide img {
    margin: auto;
    max-width: 100%;
    min-height: 100px;
}

#photo-big-slider {
    min-height: 100px;
}

.product-label__item--new {
    font-size: 0;
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    background: #e35080 url('../img/jean/prodnew.png') no-repeat center;
    border-radius: 55px;
    top: -25px;
    left: -20px;
    box-shadow: 0px 0px 8px 1px #565656;
    z-index: 9;
    background-size: 100%;
}

.categories-left {
    position: static;
}

.cat_burger {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 200px;
    top: -0;
    background-color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.footer_fb {
    display: none;
    border-radius: 5px;
}

.footer_fb img {
    border-radius: 5px;
    max-width: 100%;
}

.raquolist img {
    margin-bottom: 20px;
}

.product-spec {
    margin-top: 80px;
}

#product-content {
    margin-bottom: 75px;
}

#product-topsale {
    margin-bottom: 50px;
}

.topsale-title {
    margin: 70px 0 50px;
}

.f-icons img {
    max-width: 100%;
    margin-bottom: 30px;
}

.category_listing {
    text-align: center;
}

.small_boxes .slick-slide img {
    margin: auto;
}

.home_newprod {
    display: none;
}

.home_newslider .slick-slide {
    margin-top: 30px;
}

.home_prodslider .slick-slide {
    margin-top: 30px;
}

.home_prodslider {
    margin-bottom: 0;
}

.product_tags_cloud {
    display: inline-block;
    width: 100%;
}

.product_tags_cloud .checkator_holder {}

.product_tags_cloud label {
    width: 50%;
    float: left;
}

#top_basket a {
    position: relative;
}

#top_basket .count-basket {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 16px;
    color: white;
    min-width: 17px;
    vertical-align: middle;
    text-align: center;
    background: #e35080;
    border-radius: 10px;
    line-height: 16px;
    font-size: 12px;
    padding: 1px 3px;
}

.cart-top-nav .step.active img {
    webkit-filter: hue-rotate(300deg) brightness(5.0) contrast(1);
    filter: hue-rotate(300deg) brightness(500%) contrast(100%);
}

#category_menu .cat_foldbtn {
    display: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
}

.btn-wait {
    opacity: 0.5;
}

.rabats-form {
    text-align: left;
    margin-top: 30px;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.form-company {
    display: none;
}

/*#shopping_cart #rebate_code_value {width: 290px; float: left}*/

.order-cost span.back {
    margin-right: 15px;
}

.order-cost .title {
    margin-bottom: 5px;
}

#home_products .showmore {
    display: block !important;
}

.contact-box {
    display: none;
}

.f-icons {
    display: none;
}

.watermark img {
    margin-left: -135px;
}

.product_listing_img {
    margin-top: 30px;
}

.product_listing_img img {
    width: 100%;
}

.slick-slide img {
    margin: auto;
}

html[data-lc-type="image"] #lightcase-content, html[data-lc-type="video"] #lightcase-content {
    background-color: #fff;
}

.home_prod_content {
    height: 175px;
}

.top-slider {
    margin-bottom: 50px;
    margin-top: 50px;
}

.product-label__item--bestsellers, .product-label__item--bestseller {
    background: #308dfc;
}

.product-label__item {
    margin: 0;
}

#select-all {
    font-weight: 700;
    cursor: pointer;
}

#select-all:hover {
    text-decoration: underline;
}

#new_invoice_address .form-company {
    display: block;
}

#new_delivery_address .form-company {
    display: block;
}

/*.cart-top-nav .step {min-width: 200px; padding: 13px 15px 13px 27px;}*/

.search_more.btn.btn-go {
    padding: 10px 15px 10px 15px;
}

.register-wrapper span {
    display: inline-block;
    margin-bottom: 15px;
}

.customer_login_form.customer_form {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    flex-wrap: wrap;
}

.noselect:selection {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.twocontents .page-content .title_wrapper {
    margin: 0 0 15px;
}

.twocontents h4 {
    color: #e35080;
    font-size: 40px;
    font-weight: 700;
}

#contact_map {
    min-height: 680px;
    margin-right: 15px;
}

/*.container {width: 1170px;}*/

.newslist-box {
    margin-top: 0;
}

.contact-map {
    height: auto;
}

#footer .footer_col_desc_1 a, #footer .footer_col_desc_1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #828282;
}

.product-price {
    padding: 0;
    border-top: 0;
}

.sidebar .cat-sub {
    display: block;
    padding-left: 10px;
}

.sidebar-category-menu {
    visibility: hidden;
}

.cat-sub li.active li, .cat-sub li.opened li, .cat-sub.active {
    display: block!important;
}

.mainslider .slider_news_element {
    position: relative;
    text-align: center;
}

.mainslider .slider_news_element .text-wrapper {
    line-height: 1.2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-shadow: 3px 4px #5E5E5E;
}

.mainslider .slider_news_element .news-title {
    font-size: 71px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}

.mainslider .slider_news_element .news_short_description p {
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}

.boxes__one-photo {
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.box-3-icons-center__tittle {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
    color: #363636;
    text-transform: uppercase;
    text-align: left;
    min-height: 90px;
    position: relative;
}

.box-3-icons-center__tittle::after, .front-title--news::after, .front-title--board::after, .front-title--board-right::after {}

.box-3-icons-center__tittle::after {
    content: '';
    height: 2px;
    width: 80px;
    margin: 0;
    display: block;
    position: absolute;
    bottom: 0;
}

.boxes-icons__text {
    text-align: left;
}

.boxes-3-img-photo {
    border: 1px solid #f1f1f1;
    background: white;
    padding: 20px 15px;
    margin: 0px;
    box-shadow: -2px 13px 15px -10px #666;
    margin-bottom: 30px;
}

.box-3-img {
    display: table;
    width: 100%;
    text-align: center;
}

.boxes-3__one-photo {
    display: table-cell;
    vertical-align: middle;
}

.boxes-3-img-photo p {
    font-size: 12px;
    color: #363636;
}

.boxes-3-img-button-row .boxes-icons__text {
    margin-bottom: 15px;
    min-height: 110px;
}

.checkbox__label {
    margin-left: 0;
    margin-top: 0;
}

.panel-section-tittle--login{
    text-align: center;
}

.btn--register {
    background-color: #e35080;
    margin-left: 0;
}

.catlist:hover ul {
    display: none;
}

.customer-login-box__label {
    color: #e35080;
}

#newslist .btn-go {
    margin: 30px 0;
}

.footer-desktop {
    display: block;
}

.footer-mobile {
    display: none;
}

.footer-mobile .pagelist ul li, .footer-mobile #regulations, .footer-mobile .pagelist h4 {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-mobile .pagelist {
    padding: 0;
}

.sidebar .has-ul .cat-sub {
    display: none;
}

.product-price__label {
    color: #727272;
}

.page-content-text img {
    max-width: 100%;
    height: auto;
}

.box-3-img img {
    max-width: 100%;
    max-height: 300px;
}

.sidebar__h1.sidebar__h1--producers-js, .producers-listing {
    display: none;
}

.category_listing img {
    max-width: 100%;
}

.product-label--abs {
    position: static;
}

.product-label__item--new {
    right: 8px;
    left: auto;
}

.categories-right {
    overflow: hidden;
}

.cart-top-nav {
    padding: 0;
}

.cart-top-nav .step.active {
    background: #e35080;
    color: #fff;
}

#shopping_cart .cart-header .order_img_cnt {
    background: none;
    border: none;
}

#shopping_cart .product-name::after {
    display: none;
}

#cart-drop2 {
    background: rgba(255, 255, 255, 0.9);
}

.border-title {
    background: none;
}

.img-responsive {
    display: inline-block;
}

.btn--return-news {
    margin-top: 30px;
}

.nl_sign input {
    height: 60px;
    padding: 0 15px;
}

.control-label--contact {
    float: left;
    width: calc(100% - 45px);
    margin-top: 18px !important;
    font-weight: 400;
}

.control-input--contact {
    float: left;
    width: 45px;
}

.product-label__item.product-label__item--small.product-label__item--promotion {
    position: absolute;
    left: 15px;
    top: 0;
}

.cart-top-nav .active svg {
    fill: #fff;
}

.sidebar .has-ul .cat-sub.active {
    display: block;
}

.header__menu--vertical .sidebar a.active {
    font-weight: 700;
}

#nav .page-24 {
    display: none !important;
}

#nav .page-25 {
    display: none !important;
}

.small_boxes .slick-track {
    display: flex;
}

.customer-info .select2-container--default {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 0px;
}
.customer-info{
    text-align: center;
}
.customer-info div {
    text-align: center;
    margin-top: 25px;
}

.product-label__item--bestseller {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.delivery_option {
    display: flex;
    align-items: center;
}

.price-type {
    font-size: 12px;
}

.product-price .price {
    display: inline-block
}

.product-price.product-price-net {
    padding-top: 5px;
}

.product-price .product-old-price {
    display: inline-block;
}

.product-price.product-price-net .price-hurt-net {
    font-weight: 700
}

#shopping_cart .cart-item .product-name {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: auto;
    justify-content: center;
    padding: 20px 20px;
}

#shopping_cart .cart-item .product-name .product_name {
    margin-bottom: 5px;
}

.product-versions {
    margin-bottom: 15px;
}

.product-versions .select2-container--default .select2-selection--single {
    width: auto;
    height: 50px;
    line-height: 50px;
    padding-right: 80px;
}

.product-versions .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 20px;
}

.product-versions .select2-container--default .select2-selection--single .select2-selection__arrow b {
    padding: 4px;
}

.product-versions .select2 {
    width: auto !important;
}

.product-properties__item {
    margin-bottom: 0;
}

.product-label__item--new {
    padding: unset;
}

#version-selector {
    margin: 0px;
}

#footer li ul {
    display: none !important;
}

.select-amount__label {
    font-size: 12px;
    text-transform: uppercase;
    color: #363636;
    min-width: auto
}

.product-versions .select2 {
    background-color: white;
}

.product-versions .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e35080
}

.product-package-products ul {
    padding-left: 0px;
}

.product-package-products li {
    list-style-type: none;
}

.productPackSmall {
    font-size: 10px;
}

.sidebar h2.title {
    font-size: 22px
}

.filters-options ul label {
    padding-left: 0px;
    font-weight: 700;
    font-size: 14px
}

.filters-options ul {
    margin-left: -10px;
    padding-top: 0px;
}

.filters-options ul li {
    padding-top: 0px;
    padding-bottom: 0px;
}

.filter-option .select2.select2-container {
    width: 100% !important
}

.filter-option .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #e35080;
    color: white;
    border-color: #e35080
}

.filter-option .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.breadcrumb-wrapp {
    padding-bottom: 30px;
}

h3.filter-option__title-item {
    font-size: 18px;
    color: #363636;
    text-transform: uppercase;
    font-weight: 700;
}

.header__menu--vertical .filter_submit .btn-filtres:hover {
    background-color: #e35080;
    border-color: #e35080;
}

.btn-go {
    transition: all 0.5s;
}

.btn-go:hover {
    background-color: #4bb4f5;
    border-color: #4bb4f5;
    color: white
}

#pagination .btn--pagination:hover {
    background-color: #e35080;
    border-color: #e35080;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e3508029;
    border-color: #e35080;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e35080;
    border-color: #e35080;
}

.products-slider {
    width: 100%;
    display: inline-block
}

.footer-payment {
    clear: both;
    padding-top: 15px;
}

.footer-payment h4 {
    margin-bottom: 10px !important;
}

.input-rabate-code {
    border: 1px solid grey;
    height: 52px;
    width: 30%;
    min-width: 300px;
}

#rebate_form>div {
    display: flex;
    align-items: center;
}

#rebate_form button, #rebate_code_value {
    margin: 0;
}

#rebate_form {
    margin-bottom: 50px;
}

.goto_step2 {
    padding: 15px 48px !important;
}

#footer-boxes .youtube img {
    width: 150px;
}

#footer-boxes .youtube {
    margin-bottom: 20px;
}

.filter-option input::placeholder {
    color: #e35080;
}

.dropdown-skin+span input {
    width: 150px !important;
}

.bankacc-number {
    font-weight: 700;
    margin-top: 10px;
}

.c-socialicon img {
    width: 160px;
}

.contact-map .c-socialicon {
    margin-bottom: 10px;
}

.newslist-box .news-img {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-slider .slick-slide {
    padding: 30px 0;
}

.products-slider .img_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxes-3-img-button .slick-prev, .boxes-3-img-button .slick-next {
    top: 50%;
    width: 75px;
    height: 75px;
}

.boxes-3-img-button .slick-prev:before {
    background: url(../img/jean/slp.png) no-repeat center;
    position: absolute;
    content: '';
    width: 75px;
    height: 75px;
    left: -38px;
}

.boxes-3-img-button .slick-next:before {
    background: url(../img/jean/sln.png) no-repeat center;
    position: absolute;
    content: '';
    width: 75px;
    height: 75px;
}

@media all and (min-width:1200px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
        width: 1170px;
    }
    #social {
        overflow: hidden;
    }
    .product-box {
        height: 520px
    }
}

@media all and (min-width:768px) {
    .newslist-box:nth-of-type(2n) .news-img {
        float: right;
    }
    .newslist-box:nth-of-type(2n) .news-content {
        float: left;
    }
    .newslist-box:nth-of-type(2n) .news_date {
        left: 30px;
        right: auto;
    }
}

@media all and (max-width:1199px) {
    .boxes-3-img-button .slick-prev, .boxes-3-img-button .slick-next {
        display: none !important;
    }
    #header li {
        padding: 0 10px;
        font-size: 12px;
    }
    .small_box a {
        font-size: 19px;
    }
    .promo .small_title {
        font-size: 23px;
    }
    /*.product-price {width: 100%; text-align: center;}*/
    .product-btns {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .newslist-box {
        margin-bottom: 90px;
    }
    .product-name {
        min-height: 104px;
    }
    .category_listing .product-btns {
        height: 60px;
    }
    #photo-big-slider {
        max-width: 100%;
    }
    #header .search-submit span {
        display: none;
    }
    .nl_sign input {
        width: 290px;
    }
    .contact-map .c-text, .contact-map .c-text a {
        font-size: 20px;
    }
    #bigmap-contact {
        margin-left: 0;
        padding-left: 60px;
        border: 0;
    }
    .twocontents .page_content_text img {
        margin-right: 30px;
        max-width: 100%;
        padding-right: 30px;
        height: auto;
    }
    .page-slider .text-under-slider {
        font-size: 42px;
    }
    .select2-container--default .select2-selection--single {
        width: 293px;
    }
    .select2 {
        width: 293px !important;
    }
    .promo h1 {
        font-size: 140px;
    }
    #footer .f-icon.f-phone {
        background: url('../../img/jean/f-phone.png') no-repeat 0px 60%;
        background-size: auto auto;
        background-size: auto auto;
        background-size: 28px;
    }
    #footer .f-icon.f-addr {
        background: url('../../img/jean/f-addr.png') no-repeat 0px 60%;
        background-size: auto auto;
        background-size: auto auto;
        background-size: 28px;
    }
    #footer .f-icon.f-email {
        background: url('../../img/jean/con3.png') no-repeat 0px 60%;
        background-size: auto auto;
        background-size: auto auto;
        background-size: 28px;
    }
    #footer .f-icons a {
        font-size: 12px;
    }
    #footer .f-icons {
        font-size: 12px;
    }
    #footer .f-icon {
        padding-left: 35px;
    }
    .footer-map-left {
        width: 70%;
    }
    .footer-map-right {
        width: 30%;
        overflow: hidden;
    }
    #footer .f-icon h5 {
        font-size: 18px;
    }
    .box-3-icons-center__tittle {
        font-size: 19px;
    }
    .boxes-3-img-button-row .boxes-icons__text {
        min-height: 121px;
    }
    .customer_login_form.customer_form {
        justify-content: center;
    }
    .form-groups-wrapper {
        display: inline-grid;
    }
    .login-box .form-group:first-of-type {
        margin-bottom: 10px;
    }
    .newslist-box .news-img {
        height: 188px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    #header .page-menu .container {
        position: relative;
    }
    .price {
        font-size: 15px;
    }
    .small_boxes .small_box {
        padding: 5px 10px;
    }
    .small_boxes .small_boxes_img {
        height: 60px;
    }
    .small_boxes .small_boxes_img img {
        width: 50px;
    }
    .small_boxes .small_box h3 {
        margin-top: 5px;
    }
    .small_boxes .small_boxes_content {
        padding: 0 5px;
        font-size: 13px;
    }
}

@media all and (max-width:991px) {
    .newslist-box .news-img {
        height: 144px;
    }
    .contact-map .c-icon.c-social, #bigmap-contact {
        padding: 0;
    }
    .contact-map .c-social .c-text {
        display: flex;
        justify-content: space-between;
    }
    .contact-map .c-socialicon {
        padding: 0;
    }
    .step_1 .buttons>div {
        text-align: right !important;
    }
    .product-price {
        width: 100%;
        text-align: center;
    }
    #header .page-nav ul {
        display: none !important;
    }
    #header .h-left {
        max-width: initial;
    }
    #header .searcher_login {
        width: 50%;
        padding-right: 60px;
    }
    #burger {
        display: block;
    }
    #mobile-nav {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        text-align: center;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.9);
        padding: 15px;
        padding: 80px 15px 15px 15px;
    }
    #header #mobile-nav a {
        display: block;
        color: #fff;
    }
    #header .search input {
        position: static;
        border: 2px solid #fff;
        margin-bottom: 15px;
        height: 50px;
        padding: 15px;
    }
    #header .search-submit {
        display: none;
    }
    #header li {
        padding: 10px 5px;
        display: block;
        text-transform: uppercase;
    }
    .homeslider .slider-text-wrapper {
        top: 10%;
        transform: unset;
        -webkit-transform: unset;
        position: relative;
        width: 100%;
    }
    .homeslider .slick-slide img {
        max-width: 100%;
    }
    .small_boxes_img {
        margin-top: 15px;
    }
    .small_box a {
        font-size: 15px;
    }
    .promo .promo_img {
        text-align: center;
    }
    .promo .btn-pc {
        margin-top: 28px;
    }
    .aboutus .onas1 {
        margin-top: 0;
    }
    .aboutus .page_content_text div {
        padding-right: 15px !important;
    }
    .home .product-box .btn.btn-basket {
        float: none;
    }
    .product_listing_img {
        text-align: center;
    }
    .contact .page_content_text {
        text-align: center;
    }
    .config_img {
        float: left;
    }
    .product-quantity-price>div {
        text-align: right;
    }
    .product-quantity-price .product-quantity {
        margin-bottom: 15px
    }
    #product-right-wrapper .product-btns {
        text-align: right;
    }
    .product-btns>div, .product-btns>button, .product-btns>span {
        margin-bottom: 15px
    }
    .nl_sign .text-right {
        text-align: center;
        margin-top: 30px;
    }
    .page-slider .slider-text .slick-title {
        font-size: 42px;
    }
    #footer #copyright {
        text-align: center;
    }
    #footer .realization {
        float: none;
    }
    #social {
        overflow: visible;
        display: inline-block;
    }
    .cart-top-nav .step img {
        display: none;
    }
    .select2-container--default .select2-selection--single {
        width: 345px;
    }
    .select2 {
        width: 345px !important;
    }
    #customer_account_form a {
        padding: 10px 0;
        display: inline-block;
    }
    .small_box {
        height: 360px;
    }
    .home_newprod {
        display: block;
    }
    .home_prod {
        margin-top: 30px;
    }
    .home_newslider, .home_prodslider {
        margin: 0 auto 50px;
    }
    .sliderspace {
        margin-bottom: 40px;
    }
    #home_products .title_wrapper {
        margin-bottom: 20px;
    }
    .buttons .text-right {
        text-align: center !important;
    }
    #add_rebate {
        margin: 5px auto;
        float: none !important;
    }
    #rebate_form {
        text-align: center;
    }
    .promo h1 {
        font-size: 80px;
    }
    .promo h3 {
        font-size: 50px;
    }
    .promo h4 {
        font-size: 40px;
    }
    .promo-wrap {
        text-shadow: 2px 3px #5E5E5E;
    }
    .twocontents .page-content:nth-of-type(1) .page_content_text td {
        width: 100%;
        display: inline-block;
        height: auto !important;
    }
    .twocontents .page_content_text img {
        margin-right: 0;
        max-width: 100%;
        padding-right: 0;
        height: auto;
    }
    .twocontents .page_content_text h1 {
        margin-left: 0;
        font-size: 36px;
    }
    .twocontents .page-content:nth-of-type(1) .page_content_text td {
        text-align: center;
    }
    .twocontents .page-content:nth-of-type(2) .page_content_text h1 {
        margin-left: 0;
        margin-top: 15px;
    }
    .twocontents .page_content_text td {
        text-align: center;
    }
    .cart-top-nav .step {
        min-width: 160px;
    }
    .footer-desktop {
        display: none;
    }
    .footer-mobile {
        display: block;
    }
    .pagelist {
        margin-bottom: 50px;
    }
    #product-listing-box {
        margin-left: -15px;
        margin-right: -15px;
    }
    #filters, .sidebar-category-menu {
        display: block;
    }
    .boxes-3-img-button-row .boxes-icons__text {
        min-height: 175px;
    }
    #product-right-wrapper {
        text-align: center;
    }
    .select-amount {
        text-align: center;
    }
    .select-amount__btn-group {
        padding-right: 0;
    }
    .btn-wrp {
        text-align: center;
    }
    .rabats-form .title_small_order {
        margin-bottom: 20px;
        width: auto;
    }
    .nl_sign form {
        justify-content: center;
        align-items: center;
    }
    .nl_sign .btn-go {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #version-selector {
        margin: auto;
    }
    #version-selector .select-amount__label {
        min-width: auto
    }
    .footer-payment {
        padding-top: 10px;
        margin-bottom: 25px;
    }
}

@media all and (min-width:769px) {
    #category_menu .cat_wrap {
        max-height: 520px;
        overflow: hidden;
    }
    #category_menu .cat_wrap.unwrap {
        max-height: none;
    }
}

@media all and (max-width:768px) {
    .slick-slider .slick-dots {
        bottom: 0px;
    }
    .contact-map .c-icon.c-phone, .contact-map .c-icon.c-addr, .contact-map .c-icon.c-email {
        background: none;
    }
    .contact-map .c-social .c-text {
        flex-direction: column;
    }
    #contact-box-1 .c-wrapper {
        margin: 15px 0;
    }
    .contact-map .c-socialicon {
        margin: 10px 0;
    }
    .customer-login-box {
        padding: 10px;
    }
    #bigmap-contact {
        padding-left: 0;
    }
    #contact_map {
        margin-right: 0;
        min-height: 300px;
    }
    .page-slider .text-under-slider, .page-slider .slider-text .slick-title {
        font-size: 32px;
    }
    .page-slider .page-slider-text-wrapper {
        margin-bottom: 5px;
    }
    .btn-tr {
        padding: 15px 20px;
    }
    #header .searcher_login {
        float: left;
    }
    #boxes {
        font-size: 0;
        text-align: center;
    }
    .small_box {
        width: 33.33333%;
        display: inline-block;
        margin-bottom: 30px;
    }
    .small_boxes_content {
        font-size: 14px;
    }
    .promo .promo_text {
        padding-bottom: 15px;
    }
    .promo .promo-more {
        float: right;
    }
    #product-listing-box {
        text-align: center;
        overflow: hidden;
    }
    .product-box {
        margin-bottom: 30px;
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    #newslist {
        text-align: center;
    }
    .newslist-box {
        margin-bottom: 50px;
        float: none;
        display: inline-block;
    }
    #footer h4 {
        margin-bottom: 30px;
    }
    .home .product-price {
        width: 100%;
        text-align: center;
    }
    .home .product-btns {
        width: 100%;
        text-align: center;
    }
    .home .product-wrapper {
        max-height: initial;
    }
    #header #logo {
        padding-top: 0;
    }
    #filters {
        text-align: center;
    }
    .cart-top-nav .step {
        float: none;
    }
    .cart_wrapp {
        float: left;
        width: 100%;
    }
    .cart-tab {
        float: left;
        border-bottom: 1px solid #5f5f5f;
    }
    .moreless {
        text-align: center;
    }
    #boxes h3 {
        padding: 0 5px;
    }
    .btn.btn-gray {
        margin-bottom: 30px
    }
    .product-wrapper2 .product-details {
        text-align: center;
    }
    #product-left {
        display: inline-block;
        max-width: 100%;
    }
    #photo-big-slider {
        max-width: 100%;
    }
    #product-content .double_title {
        text-align: left;
    }
    .news-img {
        width: 100%;
    }
    .news-content {
        width: 100%;
    }
    #newslist .news-content {
        width: 100%;
    }
    .home_prod {
        width: 50%;
    }
    .small_box {
        width: 300px;
        margin: 30px auto;
    }
    .categories-left {
        text-align: center;
    }
    .twocontents .page-content:nth-of-type(1) .page_content_text td {
        width: 100%;
        display: inline-block;
        height: auto !important;
    }
    .twocontents .page_content_text img {
        padding-right: 0;
        margin-right: 0;
    }
    .twocontents .page_content_text h5 {
        margin-left: 0;
    }
    .twocontents .page-content:nth-of-type(2) .page_content_text h1 {
        margin-left: 0;
        margin-top: 15px;
    }
    .sorter {
        text-align: center;
    }
    .raquolist img {
        margin-bottom: 20px;
    }
    .news-img img {
        height: auto;
        max-width: 100%;
    }
    .homeslider .img-wrapper {
        display: block;
    }
    .page-slider {
        margin: 15px auto 70px;
    }
    .page-slider .page-slider-text-wrapper {
        position: relative;
    }
    .twocontents {
        padding-top: 0;
    }
    .title_wrapper {
        margin: 20px 0;
    }
    .home_prodslider, .home_newslider {
        max-width: 300px;
        margin: auto;
    }
    #newslist {
        margin-top: 0;
    }
    .newslist-box {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .c-socialicon {
        padding: 0 15px;
    }
    .home_prod_img {
        height: 220px;
    }
    .select2-container--default .select2-selection--single {
        width: 100%;
    }
    .select2 {
        width: 100% !important;
    }
    .cat_burger {
        display: block;
    }
    .cat_menu {
        text-align: center;
        position: fixed;
        background: #00479a;
        width: 200px;
        z-index: 99;
        left: -200px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        top: 26%;
        padding: 0 15px;
    }
    .spacerwd {
        margin: 50px 0;
    }
    .cart-item>div:first-child {
        text-align: center !important;
    }
    .homeslider .slider-text {
        bottom: 30px;
        left: 50px;
    }
    .buttons .btn.btn-gray {
        margin: auto;
    }
    #rebate_form {
        margin-bottom: 50px;
    }
    #rebate_form .title {
        text-align: center;
    }
    #rebate_form #add_rebate {
        float: none !important;
    }
    .rebatebtn {
        text-align: center;
    }
    #category_menu .cat_menu .cat_title {
        color: #fff;
        margin-top: 18px;
        margin-bottom: 14px;
        margin-left: 10px;
        text-align: left;
        border-bottom: 1px solid #3369a8;
        font-size: 14px;
        padding-bottom: 14px;
    }
    .cat_close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }
    #category_menu .cat_menu .cat_wrap>li>a {
        color: #fff;
        display: inline-block;
        border-bottom: 1px solid #255791;
        width: 100%;
        padding: 7px 0px 9px 25px;
    }
    #category_menu span.has_sub {
        background: url('../../img/cat.png') no-repeat left center;
    }
    #category_menu .cat_menu .cat_wrap>li {
        margin-bottom: 0;
    }
    .small_box {
        height: auto;
    }
    .categories-right, .categories-left {
        width: 100%;
    }
    .product_title {
        font-size: 24px;
    }
    .cat_wrap.wrap {
        max-height: 290px;
        overflow-y: auto;
    }
    .cat_foldbtn {
        display: none !important;
    }
    .promo h1 {
        font-size: 50px;
    }
    .promo h3, .slider_news_element .news-title {
        font-size: 40px;
    }
    .promo h4, .slider_news_element .news_short_description p {
        font-size: 35px;
    }
    .contact-map .c-icon {
        padding: 0px;
    }
    .contact-map .c-phone .c-text a:first-of-type {
        font-size: 22px;
    }
    .contact-map .c-text, .contact-map .c-text a, .contact-map .c-text p {
        font-size: 16px;
    }
    .boxes-3-img-photo {
        max-width: 290px;
        margin-bottom: 30px;
        height: 625px;
        float: none;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .boxes-wrap {
        text-align: center;
    }
    .mainslider .slider_news_element .text-wrapper {
        text-shadow: 2px 2px #5E5E5E;
    }
    .homeslider .slider_news_element .news-title {
        font-size: 30px;
    }
    .homeslider .slider_news_element .news_short_description p {
        font-size: 24px;
    }
    .footer-social {
        text-align: center;
    }
    .mainslider .slider_news_element .news-title {
        font-size: 32px;
    }
    .mainslider .slider_news_element .news_short_description p {
        font-size: 24px;
    }
    .contact-box2 {
        text-align: center;
    }
    .contact-map .c-icon {
        display: inline-block;
        margin: auto;
    }
    .text-page__content {
        padding-left: 15px;
    }
    .v_desktop {
        width: 100%;
        text-align: center;
        margin: 30px 0;
    }
    .product-label__item {
        right: 10px;
        padding: 10px;
    }
    #shopping_cart .item_del {
        right: 0;
        top: 0;
        margin-top: 0;
        margin-right: 5px;
    }
    #delivery_method {
        width: 60%;
        float: left;
    }
    #payment_method {
        width: 40%;
        float: left;
    }
    .box-3-img {
        height: 230px;
    }
    .products-slider {
        max-width: 320px;
    }
    .product-btns {
        height: 75px;
    }
}

@media all and (max-width:600px) {
    .btn--news-box {
        display: inline-block;
    }
    .small_box a {
        font-size: 14px;
    }
    .product_listing_img img {
        max-width: 100%;
    }
    #boxes h3 {
        padding: 0;
    }
    .v_mobile {
        display: block;
    }
    .homeslider .news-title {
        font-size: 16px;
    }
    .homeslider .news_short_description {
        font-size: 12px;
    }
    .homeslider .slider-text {
        bottom: 10px;
        left: 30px;
    }
    .homeslider .slider_news_element .news-title {
        font-size: 20px;
    }
    .homeslider .slider_news_element .news_short_description p {
        font-size: 16px;
    }
    #social {
        display: none;
    }
    .footer_fb {
        display: block;
    }
}

@media all and (max-width:550px) {
    .contact-map .c-text {
        display: flex;
        flex-direction: column;
    }
    .input-rabate-code {
        width: 100%;
        min-width: auto;
    }
    .search {
        padding-top: 0;
    }
    .page-nav {
        text-align: center;
    }
    #nav {
        display: inline-block;
    }
    .small_box {
        width: 50%;
        display: inline-block;
        margin-bottom: 30px;
    }
    #header .h-left {
        width: 100%;
        text-align: center;
    }
    #header .searcher_login {
        text-align: center;
        position: absolute;
        right: 0px;
        width: auto;
        padding-right: 0;
    }
    #burger {
        display: inline-block;
        position: relative;
        padding-left: 40px;
    }
    #header .top-f .top-header {
        padding-bottom: 0;
    }
    .home_prod {
        width: 300px;
        margin: 30px auto;
    }
    .products_page .home_prod {
        width: 300px;
        margin: 30px auto;
        float: none;
    }
    .nl_sign .nl_text {
        font-size: 14px;
    }
    .raquolist img {
        max-width: 100%;
    }
    .btn-go {
        padding: 20px;
    }
    .h-right {
        margin-right: 0;
    }
    .facebook {
        max-width: 200px;
        overflow: hidden;
    }
    .nl_sign form {
        flex-wrap: wrap;
    }
}

@media all and (max-width:480px) {
    #rebate_form>div {
        flex-direction: column;
        align-items: flex-start;
    }
    #rebate_form #add_rebate {
        margin-top: 10px;
    }
    .product-box {
        width: 100%;
    }
    .btn--news-box {
        display: inline-block;
    }
    .small_box {
        width: 100%;
    }
    #header .top-header {
        padding: 20px 0 0;
    }
    #header #logo {
        min-width: 100px;
        padding-top: 0px;
    }
    #mobile-nav {
        top: 0;
    }
    .twocontents .page_content_text h1 {
        font-size: 28px;
    }
    .page-slider .text-under-slider, .page-slider .slider-text .slick-title {
        font-size: 24px;
    }
    #code_popup input {
        width: 270px;
    }
    #code_popup .cp_wrap {
        width: 320px;
    }
    #code_popup input {
        margin: 20px 0;
    }
    .promo h1 {
        font-size: 40px;
    }
    .promo h3, .slider_news_element .news-title {
        font-size: 30px;
    }
    .promo h4, .slider_news_element .news_short_description p {
        font-size: 25px;
    }
    .homeslider .slider_news_element .news-title {
        font-size: 16px;
    }
    .homeslider .slider_news_element .news_short_description p {
        font-size: 10px;
    }
    .contact-map .c-name .c-text h1 {
        font-size: 22px;
    }
    .contact-map .c-name .c-text h3 {
        font-size: 20px;
    }
    .contact-map h5 {
        font-size: 16px;
    }
    .contact-map .c-icon.c-social {
        padding-left: 0;
    }
    .contact-wrapper input {
        height: 53px;
    }
}

@media all and (max-width:420px) {
    #order_step3 .cart-item div span.valign {
        display: inline-flex;
    }
}
