html,
body {
    height: 100%;
    color: #363f46;
    font-family: 'Open Sans', sans-serif;
}

iframe {
    display: block;
}

* {
    outline: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

::-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #d6d6d6;
    font-style: italic;
}
.epcd .glyphicon {
    display: none;
}
.act .glyphicon {
    display: block;
}
.cbx, .cbx-container
{
    vertical-align: top;
}
.detailed-search-block-filter-elements-checkboxes .cbx-md, .ddra .cbx-md {
    width: 14px !important;
    height: 14px !important;
    border-radius: 0 !important;
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #E5E5E5 !important;
}
.epcd input {
    display: none;
}
.detailed-search-block-filter-elements-checkboxes .cbx-md .glyphicon, .ddra .cbx-md .glyphicon {
    top: -1px;
}
h1 {
    text-align: center;
}

img
{
    max-width: 100%;
}

.clear
{
    clear: both;
}

.nopadding
{
    padding: 0px !important;
}

.nomargin
{
    margin: 0px !important;
}

textarea
{
    resize: none;
}

/* Login, Registration */

/*--- Login popup ---*/
#login-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(165, 170, 170, 0.5);
    overflow: hidden;
    z-index: 4000;
}
#login-popup .login-popup-inner {
   /* width: 30%;*/
    width:60%;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-border-radius: 15px;
    border-radius: 0;
    background-clip: padding-box;
    overflow: hidden;
    background: #ffffff;
    padding:0 20px 10px 20px;
}
#login-popup .login-popup-inner .title-row {
    padding: 10px;
    background: none;
    border-bottom: 1px solid #BFBFBF;
}
#login-popup .login-popup-inner .title-row .title {
    position: relative;
    display: inline-flex;
    margin: 0;
}
#login-popup .login-popup-inner .title-row .title img {
    background: #6496a4;
    padding: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
}
#login-popup .login-popup-inner .title-row .title span {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 70px;
}
#login-popup .login-popup-inner .title-row .close-popup {
    border: none;
    background: transparent;
    font-size: 20px;
}
#login-popup .login-popup-inner .title-row.registration-bg {
    background: #f1e2e6;
}
#login-popup .login-popup-inner .title-row.registration-bg .title img {
    background: #b96d81;
}
#login-popup .login-popup-inner .form-row {
    padding: 20px;
}
#login-popup .login-popup-inner .form-row .login-form {
    margin: 5px 0 20px 0;
}
#login-popup .login-popup-inner .form-row .login-form label {
    /*margin-top: 15px;*/
    font-weight: 400;
}
#login-popup .login-popup-inner .form-row .login-form input {
    border: 1px solid #dadada;
    min-height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    margin-bottom:7px;
    margin-right:5px;
}
#login-popup .login-popup-inner .form-row .login-form .registration-text {
    margin-top: 40px;
}
#login-popup .login-popup-inner .form-row .login-form .registration-text a {
    font-weight: bold;
    color: #464d59;
}
#login-popup .login-popup-inner .form-row .login-form .login-submit {
    margin-top: 20px;
}
#login-popup .login-popup-inner .social-row {
    padding: 10px 20px 20px 20px;
}
#login-popup .login-popup-inner .social-row .fb-login {
    width: 100%;
    color: #ffffff;
    background: #4267b1;
    display: inline-flex;
    padding: 20px;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
}
#login-popup .login-popup-inner .social-row .fb-login img {
    margin-right: 20px;
    width: 13px;
}
#login-popup .login-popup-inner .social-row .fb-login p {
    margin: 0;
    font-weight: 300;
    text-align: left;
}
#login-popup .login-popup-inner .social-row .fb-login p span {
    font-weight: 500;
}
#login-popup .login-popup-inner .social-row .google-login {
    width: 100%;
    color: #ffffff;
    background: #dc4b39;
    display: inline-flex;
    padding: 20px;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
}
#login-popup .login-popup-inner .social-row .google-login img {
    margin-top: 5px;
    margin-right: 20px;
    width: 20px;
}
#login-popup .login-popup-inner .social-row .google-login p {
    margin: 0;
    font-weight: 300;
    text-align: left;
}
#login-popup .login-popup-inner .social-row .google-login p span {
    font-weight: 500;
}
#login-popup .login-popup-inner#registration-data {
    display: none;
}

.help-block-error{
    color:#dc3545!important;
}
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
.form-label-group > input{
    height:3.25rem;
}
.form-label-group > input,
.form-label-group > label {
    padding: 0.75rem 0.75rem;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc((0.75rem + 0.75rem)*(2/3));
    padding-bottom: calc(0.75rem / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(-0.25rem / 2);
    padding-bottom: calc(1.75rem / 3);
    font-size: 12px;
    color: #777;
}

.btn-black{
    background-color:#000;
    color:#F8F8F8;
    width:100%;
    padding:12.5px;
    border-radius:0;
}
.btn-black:hover{
    color:#F8F8F8;
}
.btn-white{
    background-color:#fff;
    color:#000;
    border:1px solid #000;
    width:100%;
    padding:12.5px;
    border-radius:0;
}

.fa-user{
    color:#FE0002;
    font-size:1.8rem;
}

.menu-right-side{
    width:auto;
}

.cc-message {
    line-height: 1.2em !important;
}

.social-box
{
    margin-top: 20px;
}

.social-box div, .social-box iframe
{
    float: left !important;
    margin: 0px 3px !important;
    line-height: 0px;
}

.video-main-container {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 10px auto;
    display: block;
}

.video-container {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* hírlevél feliratkozás */

#newsletter-modal .modal-dialog .modal-content
{
    border-radius: 0px;
    border: 8px solid #e8e8e8;
    text-align: center;
}

#newsletter-modal .modal-dialog .modal-content img
{
    margin-top: 25px;
    margin-bottom: 15px;
}

#newsletter-modal .close
{
    color: #008872;
    font-weight: normal;
    font-size: 22px;
    border-radius: 50%;
    border: 2px solid #008872;
    opacity: 1;
    display: block;
    width: 22px;
    height: 22px;
    margin: 10px;
    line-height: 18px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.subscribe-row
{
    background-image: url(images/subscribe-bck.jpg);
    padding-top: 30px;
    padding-bottom: 10px;
}

.newslettersubscribed-form
{
    width: 100%;
    margin: 70px auto;
}

.subs-title
{
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.subs-text
{
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.field-newslettersubscribed-email
{
    position: relative;
    flex-grow: 1;
    margin: 0px;
}

.field-newslettersubscribed-email:before {
    position: absolute;
    display: block;
    content: url(/img/mail.svg);
    z-index: 9;
    left: 18px;
    font-size: 16px;
    top: 6px;
}

.field-newslettersubscribed-email input
{
    border-radius: 0px;
    box-shadow: none !important;
}
.site-logo {
    margin-right: 50px;
}
.main-menu-link {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #020001;
    padding: 20px 15px 18px;
}
.main-menu-link:first-letter {
    font-size: 150%;
}
.main-menu-link .fa-bars {
    margin-right: 13px;
}
.main-menu-link:hover {
    color: #FE0002;
}
.main-menu-red {
    color: #FFFFFF;
    background-color: #FE0002;
}
.main-menu-red:hover {
    color: #FE0002;
    background-color: #FFFFFF;
}
.header-right-element:not(.header-right-element:first-child), .profile-icon{
    margin-left: 30px;
}
.profile-icon i {
    font-size: 28px;
}

.header-right-element-text {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: -0.03em;
    color: #020001;
    margin-left: 10px;
}
.basket-icon-count {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(60%, -40%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: #020001;
}
.carousel-caption {
    bottom: 315px;
    font-style: normal;
    font-weight: 800;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.detailed-search {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translate(-50%, 0);
}
.detailed-search-bg {
    background: #FFFFFF;
    padding: 40px 20px 30px;
}
.detailed-search-wrapper {
    gap: 35px;
}
.detailed-search-block-main-title {
    transform: translateY(-10%);
}
.detailed-search-block-main-title img {
    margin-bottom: 10px;
}
.detailed-search-block-form {
    border: 1px solid #E5E5E5;
    position: relative;
    padding-bottom: 30px;
}

.detailed-search-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #020001;
}
.detailed-search-title img {
    margin-bottom: 10px;
}
.detailed-search-title strong {
    font-weight: 800;
    font-size: 30px;
}
.detailed-search-block-title {
    height: 36px;
    width: 132px;
    background: #FE0002;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.detailed-search-block-title strong {
    font-weight: 700;
    margin-right: 4px;
}
.detailed-search-block-filter {
    width: 430px;
    padding: 0 20px;
}
.select-divider-text {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 10px;
    text-transform: uppercase;
    color: #020001;
    margin: 0 10px;
}
.detailed-search-select {
    text-align: left;
    width: 107px;
    height: 31px;
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #020001;
    appearance: none;
    -webkit-appearance: none;
    padding: 0 6px;
    border-radius: 0;
    background-image: url("/img/calcdrop.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) center;
}
.detailed-search-block-filter-elements-checkboxes {
    flex-wrap: wrap;
}
.ddude {
    margin: 12px 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 10px;
    color: #020001;
    width: 60%;
    padding-left: 15px;
}
.ddude label {
    margin-bottom: 0 !important;
}
.ddude:nth-child(2n) {
    padding-left: 0;
    width: 40%;
}
.ddude input {
    margin-right: 7px;
}
.detailed-search-block-sender {
    height: 28px;
    width: 102px;
    background-color: #020001;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.detailed-search-block-filter-elements-dropdowns:not(.detailed-search-block-filter-elements-dropdowns:last-child) {
    margin-bottom: 12px;
}
.detailed-search-block-sender:hover {
    background-color: #FE0002;
}
.vis-hid {
    visibility: hidden;
}
.main-menu-link span:first-letter {
    font-size: 120%;
}
.helper-block {
    margin: 40px auto;
}
.helper-seasons-block {
    gap: 46px;
}
.helper-title {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #020001;
    margin-bottom: 15px;
}
.helper-title-alt {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #020001;
    margin-bottom: 40px;
}
.helper-season-text {
    position: absolute;
    width: 97%;
    height: 94.5%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #FFFFFF;
    transition: 0.2s;
}
.helper-season-text-top {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.2s;
}
.helper-season-text-bot {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.2s;
}
.helper-season:hover .helper-season-text {
    border-color: #FE0002;
}
.helper-season:hover .helper-season-text-top, .helper-season:hover .helper-season-text-bot {
    color: #FE0002;
}
.hero-row {
    overflow: hidden;
}
.hero-row-img {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-element {
    margin: 110px 90px;
}
.hero-element:first-child {
    margin-left: 0;
}
.hero-element:last-child {
    margin-right: 0;
}
.hero-text-text {
    font-style: normal;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    line-height: 26px;
}

.hero-hr {
    width: 120px;
    height: 2px;
    background: #FE0002;
    margin: 16px auto 13px;
}

.hero-text-top {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.hero-text-bot {
    font-weight: 600;
    font-size: 20px;
}
.brand-main-container {
    margin-bottom: 80px;
}
.brand-slider-item img {
    margin: 0 auto;
    padding: 3px;
}
.bslider-arrow, .kslider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}
#bslider-left {
    left: 0
}
#kslider-left {
    left: 50px;
}
#bslider-right {
    right: 0
}
#kslider-right {
    right: 50px;
}
.highlighted-row {
    margin: 40px auto 85px;
}
.highlighted-wrapper {
    padding: 0 100px;
}

/*--- Profile ---*/
#profile {
    padding: 80px 0;
}
#profile .profile-user-container {
    padding: 20px;
    border: 2px solid #464c58;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}
#profile .profile-user-container .profile-img-container {
    margin-top: 20px;
    text-align: center;
}
#profile .profile-user-container .profile-img-container .profile-img {
    background: #eee1e1;
    padding: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
}
#profile .profile-user-container .profile-name {
    margin-bottom: 20px;
}
#profile .profile-user-container .profile-logout {
    display: block;
    color: #c3c5c7;
    margin-bottom: 30px;
}
#profile .profile-user-container .profile-tabs {
    margin-top: 20px;
    border: none;
}
#profile .profile-user-container .profile-tabs li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
#profile .profile-user-container .profile-tabs li a {
    color: #464d59;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    padding:10px 15px;
}
#profile .profile-user-container .profile-tabs li a:focus,
#profile .profile-user-container .profile-tabs li a:hover {
    color: #ffffff;
    background: #FE0003;
}
#profile .profile-user-container .profile-tabs li.active a {
    color: #ffffff;
    background: #FE0003;
}
#profile .profile-tabs li{
    margin:15px 0
}
#profile .profile-tab-content {
    padding: 5px;
}
#profile .profile-tab-content .profile-tab-pane .title {
    margin-bottom: 30px;
}
#profile .profile-tab-content .profile-tab-pane label {
    margin-top: 15px;
    font-weight: 400;
}
#profile .profile-tab-content .profile-tab-pane label span {
    color: #db4c60;
}
#profile .profile-tab-content .profile-tab-pane input, #profile .profile-tab-content .profile-tab-pane select {
    border: 1px solid #dadada;
    min-height: 45px;
    margin-bottom: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}
#profile .profile-tab-content .profile-tab-pane .profile-divider {
    margin: 40px 0;
}
#profile .profile-tab-content .profile-tab-pane .delete-profile-btn {
    display: inline-flex;
    background: #fbedef;
    border: none;
    font-weight: 400;
    margin-top: 20px;
}
#profile .profile-tab-content .profile-tab-pane .delete-profile-btn img {
    width: 15px;
    margin-right: 10px;
}
#profile .profile-tab-content .profile-tab-pane .save-profile-btn {
    color: #ffffff;
    background: #FE0003;
    border: none;
    font-weight: 400;
    margin-top: 20px;
}
#profile .profile-tab-content .profile-tab-pane .save-profile-btn:hover {
    color: #464d59;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner {
    padding: 20px;
    border: 1px solid #dadada;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .order-detail-text {
    margin-bottom: 15px;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .order-detail-text span {
    color: #c3c5c7;
    font-size: 12px;
    margin-bottom: 10px;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .order-detail-text span.green {
    color: #FE0003;
    font-size: 14px;
    margin-bottom: 0;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .title {
    font-size: 16px;
    font-weight: 400;
    margin: 10px;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .details {
    display: inline-flex;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .details .color {
    padding: 5px 10px;
    border: 1px solid #dadada;
    display: inline-flex;
    margin-right: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .details .color .selected-color {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    margin-right: 10px;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .details .color .selected-color-title {
    margin-top: 3px;
    margin-bottom: 0;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .details .discount {
    padding: 5px 10px;
    border: 1px solid #dadada;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    display: inline-flex;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .details .discount .percent {
    color: #ffffff;
    background: #464c58;
    padding: 2.5px 10px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    margin-right: 10px;
    font-size: 12px;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .details .discount .percent.discounted {
    background: #db4c60;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .details .discount .percent-title {
    margin-top: 3px;
    margin-bottom: 0;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .qty {
    margin-top: 25px;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .price {
    margin-top: 25px;
    color: #464d59;
    font-weight: 500;
}
#profile .profile-tab-content .profile-tab-pane .orders-inner .cart-item .price span {
    font-weight: 300;
    color: #c3c5c7;
}

.product-item {
    min-height: 100%;
    padding: 0 20px 62px;
    height: 555px;
}
@media (max-width: 1599px) {
    .product-item {
        height: 555px;
    }
}
@media (max-width: 991px) {
    .product-item {
        height: 555px;
    }

}
@media (max-width: 767px) {
    .product-item-title {
        overflow: hidden;
    }
}
.addtobtnrow {
    position: absolute;
    bottom: 0;
}
.product-item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #020001;
    min-height: 33px;
    margin: 18px auto 10px;
    height: 55px;
    max-width: 90%;
    overflow: hidden;
}
@media (max-width: 1599px) {
    .product-item-title {
        height: 54px;
    }
}
@media (max-width: 767px) {
    .product-item-title {
        height: 56px;
    }
}

.product-item-brand {
    height: 35px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}
.product-item-params {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #020001;
    margin-bottom: 10px;
    height: 16px;
}
.product-item-season {
    width: 117px;
    height: 25px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}
.product-item-season img {
    margin-right: 9px;
}
.product-item-season-summer {
    background: #E2E46F;
    color: #020001;
}
.product-item-season-winter {
    background: #69BDD8;
    color: #FFFFFF;
}
.product-item-season-fourseason {
    background: #83d877;
    color: #FFFFFF;
}
.product-item-brand-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.product-item-price {
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 22px;
    text-align: center;
    color: #020001;
}
.mw-1200 {
    max-width: 1200px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.divider-grey {
    height: 95%;
    width: 1px;
    background: #E5E5E5;
    position: absolute;
    right: 0;
    top: 0;
}
.product-item .addToCart-button {
    padding: 11px 22px;
    margin-top: 20px;
    background-color: #FE0002;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.2s;
}
.product-item .addToCart-button:hover {
    background-color: #020001;
}
.product-item .addToCart-button span::first-letter {
    font-size: 112%;
}
.product-item .addToCart-button img {
    margin-left: 12px;
}
.slick-active:last-child .divider-grey {
    display: none !important;
}
.big-black-red-row {
    margin: 40px auto 80px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.big-black-red-row:hover {
    color: #FFFFFF;
}
.big-black-red-row strong {
    font-weight: 800;
}
.big-black-red-row img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -50%);
    -moz-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    -o-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}
.big-black-red-sides {
    height: 100px;
}
.big-black-side {
    background: #020001;
}
.big-red-side {
    background: #FE0002;
}
.revr-title {
    font-style: normal;
    margin: 60px auto;
    font-weight: 400;
    font-size: 36px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #020001;
}
.revr-title::first-letter {
    font-size: 117%;
}
.revr-title strong {
    font-weight: 700;
}
.field-newslettersubscribed-recaptcha {
    margin-bottom:9px;
}
.field-newslettersubscribed-agree {
    margin: 0;
}
.help-block{
    color:#dc3545;
}
.help-block.help-block-success
{
    padding: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color:#28a745;
    border-radius: 10px;
}
.newsletter-black-bg {
    min-height: 150px;
    background: #020001;
    width: 100%;
    flex-grow: 1;
}
.subs-text-top {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.subs-text-bot {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
}
.subs-content .custom-control-label, .subs-content .custom-control-label a {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    color: #FFFFFF;
}
.subs-text {
    padding-right: 30px;
}
.subscribe-input-send-block {
    width: 85%;
    padding-left: 30px;
}
.subs-input {
    height: 56px;
    border: 1px solid #FFFFFF;
    background: #020001;
    border-right: 0;
    padding-left: 80px;
}
.subs-input:focus {
    background: #FE0002;
    border-color: #FFFFFF;
}
.subs-input, .subs-input::placeholder {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF !important;
}
.btn-subscribe {
    border: 1px solid #FFFFFF;
    border-left: 0;
    border-radius: 0;
    width: 170px;
    height: 56px;
    background-color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #020001;
    transition: 0.2s;
}
.btn-subscribe:hover {
    background-color: #FE0002;
    color: #FFFFFF;
}
.map {
    padding-left: 130px;
}
.map > div{
    min-height:400px;
    width:700px;
}
.map-text-title {
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #020001;
}
.map-text-title strong {
    font-weight: 700;
    font-size: 26px;
}
.map-links {
    margin-left: 85px;
}
.map-link:not(.map-link:last-child) {
    margin-bottom: 25px;
}
.map-link img {
    width: 35px;
}
.map-link-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-left: 27px;
    color: #020001;
}
.map-opening-text {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}
.follow-us {
    margin: 100px auto 50px;
}
.follow-us-title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: #020001;
    margin-bottom: 28px;
}
.follow-us-social {
    border: 2px solid #020001;
    transition: 0.2s;
    width: 211px;
}
.follow-us-social:hover {
    background-color: #020001;
}
.follow-us-social:hover .follow-us-social-text {
    color: #FFFFFF;
}
.follow-us-social:not(.follow-us-social:first-child) {
    margin-left: 30px;
}
.follow-us-image-rect {
    width: 45px;
    height: 43px;
    background: #020001;
    border: 2px solid #020001;
}
.follow-us-social-text {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0 40px 0 20px;
    text-align: center;
    color: #020001;
    transition: 0.2s;
}
.footer {
    background: #FE0002;
    padding: 40px 0 15px;
}
.footer-menu-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom:30px;
}
.footer-menu {
    padding: 0;
}
.footer-menu li {
    list-style-type: none;
}
.footer-menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}
.footer-menu li a:hover {
    color: #020001;
}
.footer-bottom {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.footer-copyr div:last-child, .footer-copyr img {
    margin-left: 7px;
}
@media (min-width: 1600px) {
    .container {
        max-width: 1550px !important;
    }
}
@media (min-width: 1600px) and (max-width: 1788px) {
    .highlighted-wrapper {
        padding: 0 10px;
    }
}
@media (min-width: 1220px) and (max-width: 1599px) {
    .container {
        max-width: 1220px !important;
    }
}
@media (max-width: 1699px) {
    .hero-element {
        margin: 110px 80px;
    }
    .hero-text-top {
        font-size: 25px;
        margin-bottom: 2px;
    }
    .hero-text-bot {
        font-size: 18px;
    }
}
.big-black-red-row strong {
    margin-right: 7px;
}

@media (max-width: 1599px) {
    .main-menu-link {
        font-size: 12px;
        padding: 15px 11px 11px;
    }
    .header-right-element-text {
        font-size: 11px;
        margin-left: 5px;
    }
    .header-right-element:not(.header-right-element:first-child), .profile-icon {
        margin-left: 25px;
    }
    .site-logo {
        margin-right: 35px;
    }
    .carousel-caption {
        bottom: 230px;
        width: 60%;
        font-size: 34px;
        line-height: 36px;
    }
    .mw-1200 {
        max-width: 1100px;
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .detailed-search {
        bottom: 15px;
    }
    .detailed-search-wrapper {
        gap: 20px;
    }
    .detailed-search-title {
        font-size: 16px;
        line-height: 22px;
    }
    .detailed-search-title strong {
        font-size: 20px;
    }
    .detailed-search-block-form {
        padding-bottom: 25px;
    }
    .detailed-search-bg {
        padding: 30px 20px 25px;
    }
    .detailed-search-block-title {
        height: 32px;
        width: 126px;
        font-size: 13px;
    }
    .detailed-search-block-filter-elements-dropdowns:not(.detailed-search-block-filter-elements-dropdowns:last-child) {
        margin-bottom: 7px;
    }
    .ddude {
        margin: 7px 0 0;
        padding-left: 13px;
    }
    .highlighted-wrapper {
        padding: 0 40px;
    }
    .big-black-red-sides {
    }
    .big-black-red-row {
        margin: 30px auto 60px;
        font-size: 32px;
        line-height: 26px;
    }
    .product-item-title {
        font-size: 14px;
    }
    .product-item-price {
        font-size: 23px;
    }
    .header-right-element img {
        height: 22px;
    }

    .basket-icon-count {
        width: 18px;
        height: 18px;
    }
    .helper-season-text-top {
        font-size: 36px;
        line-height: 31px;
    }
    .revr-title {
        margin: 45px auto;
        font-size: 33px;
        line-height: 26px;
    }
    .new-item-title {
        padding: 0 4px;
        font-size: 18px;
        line-height: 22px;
        margin: 12px auto 8px;
        min-height: 45px;
    }
    .new-item-lead {
        padding: 0 4px;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }
    .hero-element {
        margin: 25px 65px;
    }
    .newslettersubscribed-form {
        margin: 40px auto;
    }
    .subscribe-input-send-block {
        width: 95%;
        padding-left: 20px;
    }
    .subs-text {
        padding-right: 20px;
    }
    .subs-text-top {
        font-size: 24px;
        line-height: 30px;
    }
    .subs-text-bot {
        font-size: 15px;
        line-height: 25px;
    }
    .subs-input, .subs-input::placeholder {
        font-size: 14px;
    }
    .subs-input {
        height: 49px;
        padding-left: 70px;
    }
    .btn-subscribe {
        width: 140px;
        height: 49px;
        font-size: 15px;
        line-height: 28px;
    }
    .map {
        padding-left: 40px;
        max-width: 70%;
    }
    .map-links {
        margin-left: 30px;
    }
    .map-text-title {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 24px;
    }
    .map-link-text {
        font-size: 18px;
        line-height: 26px;
        margin-left: 15px;
    }
    .map-opening-text {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (min-width: 1440px) and (max-width: 1599px) {
    #reszletes-kereso.mw-1200 {
        max-width: 1200px;
        width: 1200px;
    }
    .detailed-search-title {
        flex-direction: row !important;
    }
    .detailed-search-title strong {
        margin-right: 3px;
    }
    .detailed-search-title span {
        font-size: 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    #reszletes-kereso.mw-1200 {
        max-width: 1150px;
        width: 1150px;
    }
    .search-form-row {
        margin-top: 5px;
    }
    .detailed-search-wrapper {
        gap: 10px;
    }
    .detailed-search-bg {
        padding: 25px 15px 20px;
    }
}
@media (max-width: 1199px) {
    .menu-right-side{
        width:auto;
    }
    .map > div{
        width:450px;
        margin:0 auto;
    }
    #login-popup .login-popup-inner{
        width:80%;
    }
    .hero-element {
        margin: 30px 40px;
    }
    .hero-hr {
        width: 96px;
        margin: 12px auto 6px;
    }
    .hero-img {
        height: 50px;
    }
    .hero-text-top {
        font-size: 22px;
        margin-bottom: 0;
    }
    .hero-text-bot {
        font-size: 16px;
    }
    .mw-1200 {
        max-width: 900px;
        width: 900px;
    }
    .big-black-red-row {
        margin: 20px auto 50px;
        font-size: 26px;
        line-height: 26px;
    }
    .helper-season-text-top {
        font-size: 28px;
        line-height: 26px;
    }
    .revr-title {
        margin: 35px auto;
        font-size: 28px;
        line-height: 24px;
    }
    .subs-text-top {
        font-size: 20px;
        line-height: 26px;
    }
    .field-newslettersubscribed-email:before {
        z-index: 9;
        left: 10px;
        font-size: 14px;
        top: 3px;
    }
    .subs-input {
        padding-left: 60px;
    }
    .subs-content .custom-control-label, .subs-content .custom-control-label a {
        font-size: 11px;
        line-height: 13px;
    }
    .map {
        padding-left: 0;
        max-width: 60%;
    }
    .follow-us-title {
        font-size: 29px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .follow-us {
        margin: 50px auto 35px;
    }
    .footer-menu-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .detailed-search-block-form {
        padding-bottom: 25px;
        width: 48%;
    }
    .detailed-search-block-main-title {
        display: none !important;
    }
    .detailed-search-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }
    .detailed-search {
        bottom: 5px;
    }
    .detailed-search-bg {
        padding: 20px 20px 17px;
    }
    .carousel-caption {
        bottom: 202px;
        width: 84%;
        font-size: 24px;
        line-height: 26px;
    }
    .header-right-element-text {
        display: none;
    }
    .header-right-element img {
        height: 28px;
    }
    .main-menu-link {
        font-size: 12px;
        padding: 17px 12px 13px;
    }
    .site-logo {
        margin-right: 25px;
    }
}
@media (max-width: 991px) {
    .site-logo {
        margin: 10px 0;
    }
    .menu-opener {
        font-size: 28px;
        color: #020001;
    }
    .menu-opener:hover {
        color: #FE0002;
    }
    .mw-1200 {
        max-width: unset;
        width: auto;
    }
    .detailed-search {
        max-width: 1200px;
        margin: 0 auto;
        position: static;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        transform: none;
    }
    .detailed-search-block-main-title {
        display: flex !important;
        width: 100%;
        flex-direction: row !important;
        -webkit-flex-direction: row !important;
    }
    .detailed-search-title {
        font-size: 22px;
        line-height: 25px;
        text-align: left;
    }
    .detailed-search-block-form {
        padding-bottom: 25px;
        width: 100%;
    }
    .detailed-search-title strong {
        font-size: 25px;
    }
    .detailed-search-block-main-title img {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .size-search-title {
        gap: 60px;
    }
    .detailed-search-block-title {
        cursor: pointer;
    }
    .none-selected-title {
        background-color: #020001 !important;
    }
    .none-selected-title:hover {
        background-color: #FE0002 !important;
    }
    .detailed-search-select {
        width: 140px;
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
        border-radius: 0;
        background-image: url("/img/calcdrop.svg");
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) center;
    }
    .detailed-search-block-filter {
        width: auto;
        padding: 0 20px;
    }
    .ddude {
        margin: 12px 0 0;
        padding-left: 15px;
    }
    .ddude {
        margin: 12px 0 0;
        font-size: 13px;
        padding-left: 15px;
    }
    .detailed-search-block-sender {
        height: 30px;
        width: 110px;
        font-size: 13px;
        line-height: 12px;
        padding: 0 15px;
    }
    .detailed-search-block-form {
        padding-bottom: 35px;
    }
    .detailed-search-block-filter-elements-dropdowns:not(.detailed-search-block-filter-elements-dropdowns:last-child) {
        margin-bottom: 10px;
    }
    .detailed-search-select.flex-grow-1 {
        width: 314px;
    }
    .search-row-valto {
        flex-direction: column;
    }
    .highlighted-wrapper {
        padding: 0;
    }
    .hero-element {
        margin: 30px 20px;
    }
    .hero-hr {
        width: 70px;
        margin: 8px auto 5px;
    }
    .hero-img {
        height: 30px;
    }
    .hero-text-text {
        line-height: 19px;
    }
    .hero-text-top {
        font-size: 18px;
        margin-bottom: 0;
    }
    .hero-text-bot {
        font-size: 14px;
    }
    .big-black-red-row {
        margin: 25px auto 40px;
        font-size: 22px;
        line-height: 22px;
        width: 100%;
    }
    .helper-seasons-block {
        gap: 5px;
    }
    .helper-season-text-top {
        font-size: 23px;
        line-height: 22px;
    }
    .helper-season-text-bot {
        font-size: 18px;
        line-height: 25px;
    }
    .field-newslettersubscribed-agree {
        width: 70%;
    }
    .newsletter-black-bg {
        min-height: 120px;
    }
    .map-row {
        flex-wrap: wrap;
    }
    .map {
        order: 1;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .map-links {
        margin-left: 10px;
        margin-bottom: 25px;
    }
    .main-menu.shown {
        flex-direction: column;
        position: fixed;
        background: #FFFFFF;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .menu-menu-top-row {
        width: 100%;
        padding: 0 15px;
    }
    .menu-menu-top-row i {
        font-size: 25px;
        cursor: pointer;
    }
    .main-menu-link {
        font-size: 16px;
        padding: 15px 10px 12px;
    }
}
.menu-opener {
    cursor: pointer;
}
@media (max-width: 767px) {
    .mobile-products-link {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFFFFF;
        background-color: #FE0002;
        padding: 12px 15px;
    }
    .mobile-products-link:hover {
        color: #FFFFFF;
        background-color: #FE0002;
    }
    .mobile-products-link.act {
        color: #FFFFFF;
        background-color: #020001 !important;
    }
    .mobile-products-link i {
        font-size: 25px;
        margin-right: 20px;
    }
    #login-popup .login-popup-inner{
        width:90%;
    }
    .carousel-caption {
        width: 90%;
        top: 50%;
        left: 50%;
        right: unset;
        bottom: unset;
        transform: translate(-50%, -50%);
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #FFFFFF;
        text-align: left;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .select-divider-text {
        display: none !important;
    }
    .detailed-search-block-filter-elements-dropdowns {
        flex-wrap: wrap;
    }
    .detailed-search-select {
        width: 100%;
        margin-bottom: 9px;
    }
    .ddude {
        margin: 0 0 9px;
        padding-left: 0;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 10px;
        color: #020001;
    }
    .size-search-title {
        gap: 48px;
    }
    .detailed-search-block-form {
        margin-top: 23px;
    }
    .detailed-search-block-filter {
        width: auto;
        padding: 0 16px;
    }
    .detailed-search-block-filter-elements-dropdowns:not(.detailed-search-block-filter-elements-dropdowns:last-child) {
        margin-bottom: 0;
    }
    .dbd {
        padding: 0 15px;
    }
    .big-black-red-sides {
        width: 100% !important;
        height: 100px;
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 26px;
        text-align: center;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .big-black-red-sides:last-child {
        font-size: 24px;
    }
    .big-black-red-row img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-30%,-50%) rotate(90deg);
        -moz-transform: translate(-30%,-50%) rotate(90deg);
        -ms-transform: translate(-30%,-50%) rotate(90deg);
        -o-transform: translate(-30%,-50%) rotate(90deg);
        transform: translate(-30%,-50%) rotate(90deg);
    }
    .big-black-red-row {
        margin: 25px auto 30px;
    }
    .revr-title {
        margin: 30px auto;
    }
    #kslider-left {
        left: 105px;
    }
    #kslider-right {
        right: 105px;
    }
    .slick-slider {
        width: 100%;
    }
    .bslider-arrow, .kslider-arrow {
        position: absolute;
        top: 106%;
        transform: none;
        z-index: 999;
        cursor: pointer;
    }
    .highlighted-row {
        margin: 40px auto 130px;
    }
    .helper-title {
        font-style: normal;
        font-weight: 800;
        font-size: 30px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #020001;
    }
    .product-item-title {
        font-size: 16px;
    }
    .product-item {
        padding: 0 10px;
    }
    .divider-grey {
        display: none !important;
    }
    .helper-title-alt {
        margin-bottom: 15px;
    }
    .helper-season-text-top {
        font-style: normal;
        font-weight: 800;
        font-size: 34px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .helper-season-text-bot {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .product-offer {
        padding: 0 20px;
        margin: 0 auto 20px !important;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .wwnm {
        margin-top: 20px !important;
    }
    .revr-title {
        margin: 20px auto 25px;
    }
    .hero-row-img {
        max-width: unset;
        left: 0;
    }
    .hero-rrw {
        padding: 20px 0;
    }
    .hero-element {
        margin: 20px 0 20px;
        width: 50%;
    }
    .hero-text-top {
        font-style: normal;
        font-weight: 800;
        font-size: 22px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 2px;
        letter-spacing: -0.03em;
    }
    .hero-text-bot {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.03em;
    }
    .hero-hr {
        width: 120px;
        margin: 30px auto 17px;
    }
    .hero-img {
        height: unset;
    }
    .hero-row-img {
        max-width: unset;
        height: 470px;
        transform: translate(-30%,-50%);
    }
    .hero-row {
        overflow: visible;
        overflow-x: hidden;
    }
    .hero-element:nth-child(2) {
        align-self: flex-start;
        -webkit-align-self: flex-start;
    }
    .brand-main-container {
        margin-top: 43px;
        margin-bottom: 30px;
    }
    .brand-main-container .revr-title {
        margin-bottom: 35px;
    }
    .brand-slider-item {
        padding: 15px;
    }
    #bslider-left, #bslider-right {
        display: none !important;
    }
    .brand-main-container .revr-title strong, .newys .revr-title strong {
        display: block;
        margin-bottom: 5px;
    }
    .subs-text-top {
        font-size: 28px;
        line-height: 35px;
    }
    .subs-text-bot {
        font-size: 16px;
        line-height: 35px;
    }
    .newsletter-black-bg:first-child {
        padding-top: 18px;
        padding-bottom: 10px;
    }
    .newsletter-black-bg:last-child {
        padding-bottom: 32px;
        padding-top: 20px;
    }
    .field-newslettersubscribed-agree {
        width: 90%;
    }
    .follow-us {
        margin: 30px auto 60px;
    }
    .map-links {
        margin-left: 0;
        margin-bottom: 25px;
    }
    .map-row {
        padding: 0;
    }
    .map {
        overflow: hidden;
    }
    .map img {
        max-width: unset;
        transform: translateX(-25%);
    }
    .follow-us-title {
        margin-bottom: 27px;
    }
    .follow-us-social:not(.follow-us-social:first-child) {
        margin-left: 0;
        margin-top: 16px;
    }
    .footer {
        background: #FE0002;
        padding: 36px 0 13px;
    }
    .footer-bottom {
        margin-top: 0;
        line-height: 24px;
    }
    .footer-menu-title {
        font-size: 24px;
        margin-top: 52px;
        margin-bottom: 5px;
    }
    .footer-top .col-sm-6:last-child .footer-menu-title {
        margin-top: 0;
    }
    .footer-menu-title, .footer-menu li {
        text-align: center;
    }
    .footer-menu li a {
        letter-spacing: -0.03em;
        color: #FFF;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .footer-menu {
        margin: 0 auto 70px;
    }
}
.news-col {
    gap: 32px !important;
}
.btn-contactsend {
    width: 180px;
    height: 42px;
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 15px;
    background-color: #FE0002;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.3s;
}
.btn-contactsend:hover {
    background-color: #020001;
    color: #FFFFFF;
}

body {
    min-height: 100%;
    height: auto;
    position: relative;
}
header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9999;
    background: #FFFFFF;
}
.products-view .addto-button-row .input-group-addon {
    display: none !important;
}
.subsmsg {
    padding: 0 30px;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
}
@media (max-width: 767px) {
    .subsmsg {
        text-align: center;
    }
}
@media (max-width: 500px) {
    .map > div{
        width:315px;
        margin:0 auto;
    }
    .fa-user{
        font-size:0.75rem;
    }
}
.products-list {
    width: 100%;
}
@media (min-width: 1600px) {
    .site-index {
        display: flex;
        flex-direction: column;
    }
    #valtomeret-kalkulator {
        order: 0;
        margin-bottom: 0;
    }
    #tesztek {
        margin-top: 0 !important;
    }
    #tesztek .revr-title {
        margin-top: 40px !important;
    }
    .site-index .highlighted-row {
        margin-top: 0; !important;
    }
    .big-black-red-row {
        margin-bottom: 20px;
    }
}
.product-item {
    padding-top: 5px;
    padding-bottom:12px;
    background: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.addtobtnrow {
    bottom:6px
}
.top-sizes, .top-brands {
    margin-bottom: 35px;
}
.top-sizes-wrapper, .top-size-row-wrapper {
    gap: 20px;
}
.top-size-element {
    width: 253px;
    height: 47px;
    border: 2px solid #E5E5E5;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #020001;
    transition: 0.3s;
}
.top-size-element:hover {
    color: #FFFFFF;
    border-color: #FE0002;
    background-color: #FE0002;
}
@media (max-width: 1599px) {
    .top-size-element {
        width: 210px;
        height: 44px;
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .top-size-element {
        width: 170px;
        height: 42px;
        font-size: 12px;
    }
    .top-sizes-wrapper, .top-size-row-wrapper {
        gap: 15px;
    }
}
@media (max-width: 991px) {
    .top-size-element {
        width: 141px;
        height: 40px;
        font-size: 10px;
    }
    .top-sizes-wrapper, .top-size-row-wrapper {
        gap: 8px;
    }
}
@media (max-width: 767px) {
    .top-size-element {
        width: 253px;
        height: 47px;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 10px;
        text-align: center;
        text-transform: uppercase;
    }
    .top-sizes-wrapper, .top-size-row-wrapper {
        gap: 10px;
    }
}

.askinfo-modal {
    z-index: 9999;
}
.askinfo-modal .modal-header {
    position: relative;
    background: #FE0002;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0;
    border: none;
    border-radius: 5px;
    padding-right: 40px;
}
.askinfo-modal .closer {
    font-size: 30px;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 16px;
}
.askinfo-modal .modal-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.askinfo-modal .contact-form-container {
    padding: 5px 15px;
}
.contact-product-title {
    margin: 10px auto 15px;
}
.contact-product-detail {
    margin: 2px 0;
}
.stock-information-button {
    cursor: pointer;
}
.contact-product-detail-last {
    margin: 5px auto 10px;
}
.from-stck-text {
    row-gap: 3px;
    color: green;
    font-weight: 700;
}
.from-stck-text span {
    line-height: 1;
}
.from-stck-text small {
    line-height: 8px;
    font-size: 74%;
}
@media (max-width: 767px) {
    .from-stck-text small {
        font-size: 65%;
        font-weight: 400;
    }
}
.productcard-stock-text {
    height: 20px;
    margin-bottom: 13px;
}
.subs-content .custom-control-label {
    padding-top: 3px;
    cursor: pointer;
}
.subs-content .custom-control-label a {
    color: #FE0002; !important;
    font-weight: 700;
    text-decoration: underline !important;
}
@media (max-width: 991px) {
    .products-filter {
        z-index: 99999 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .smaller-view-filter-btn {
        top: 65px !important;
    }
}

.news-view .news-content a {
    color: #FE0002;
    text-decoration: underline !important;
}

.categories-main-list {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    transform: translate(-50%, -200%);
    transition: 0.3s;
    background: #FE0002;
    opacity:0;
}
.main-menu-red {
    position: relative;
    cursor: pointer;
}
.categories-main-list {
    padding: 5px 5px;
}
@media (min-width: 1200px) {

    .main-menu-red:hover .categories-main-list {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}
@media (max-width: 1199px) {
    .defd {
        display: none !important;
    }
}
.categories-main-list.activated {
    transform: translate(-50%, 0);
    opacity: 1;
}
.categories-main-list a {
    color:#FFFFFF !important;
    margin: 3px auto;
}
.categories-main-list a:hover {
    color:#363f46 !important;
}

.categories-main-list {
    min-width: 280px;
}

.search-form-row {
    margin-top: 21px;
}

.search-input-row-input {
    width: 220px;
    height: 31px;
    font-style: normal;
    padding: 0 34px 0 16px;
    border: 1px solid #E5E5E5;
}

.search-input-row-input, .search-input-row-input::placeholder {
    font-weight: 600;
    font-size: 12px;
    color: #020001;
}
.search-input-row-image {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (max-width: 991px) {
    .search-form-row {
        margin: 0;
        margin-left: 50px;
        flex-grow: 1;
    }
    .search-input-row-input {
        width: 100%;
        height: 41px;
    }
}
@media (max-width: 767px) {
    .detailed-search-wrapper {
        flex-wrap: wrap;
        gap: 0px;
    }
    .detailed-search-block {
        flex-wrap: wrap;
    }
    .search-form-row {
        width: 100%;
        margin: 13px 0 -6px;
    }
    .search-input-row-image {
        margin: 0 !important;
        height: 18px;
    }
    #login-popup .login-popup-inner .form-row,#login-popup .login-popup-inner .title-row{
        padding:0px;
    }
    .btn-black,.btn-white{
        padding:5px;
    }
    #login-popup .login-popup-inner .form-row .login-form{
        margin:0;
    }
}
#addcatmodal {
    z-index: 99999;
}
.new-slider-section {
    margin: 5px 0 25px;
}

@media (max-width: 1599px) {
    .profile-icon i {
        font-size: 24px;
    }
}
@media (max-width: 1439px) {
    .profile-icon i {
        font-size: 21px;
    }
}
@media (max-width: 1199px) {
    .profile-icon i {
        font-size: 25px;
    }
}

.news-view-btns
{
    width: 100%;
}

.news-view-btns a
{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    height: 41px;
    padding: 5px 15px;
}

.nvb-more
{
    border: 1px solid #E93324;
    background-color: #E93324 !important;
    color: #ffffff !important;
}
.nvb-more:hover
{
    color: #E93324 !important;
    background-color: #ffffff !important;
}

.nvb-prev
{
    border: 1px solid #020001;
    background-color: #020001 !important;
    color: #ffffff !important;
    padding-left: 12px !important;
}
.nvb-prev:hover
{
    color: #020001 !important;
    background-color: #ffffff !important;
}
.nvb-prev:hover img
{
    filter: brightness(0) saturate(100%) invert(7%) sepia(79%) saturate(200%) hue-rotate(255deg) brightness(104%) contrast(117%);
}

.nvb-next
{
    margin-left: 15px;
    border: 1px solid #020001;
    color: #020001 !important;
    background-color: #ffffff !important;
}
.nvb-next:hover
{
    background-color: #020001 !important;
    color: #ffffff !important;
}

.nvb-next span
{
    margin-right: 10px;
    white-space: pre;
}

.nvb-next:hover img
{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(309deg) brightness(101%) contrast(100%);
}

.product-item-img {
    width: 100%;
    justify-content: center;
}
.special-wrapper {
    gap: 6px;
    position: absolute;
    left: -20px;
    bottom: -6px;
}
.special-wrapper-item {
    width: 138px;
    height: 24px;
    background: #FFFFFF;
    padding: 2px 3px;
    column-gap: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
}
.special-wrapper-item-other {
    width: 112px;
}
.special-wrapper-item-ship {
    width: 145px;
    color: green;
}
.special-wrapper-item-gumi {
    width: 232px;
}
@media (max-width: 1599px) {
    .special-wrapper {
        left: -20px;
    }
    .products-list .special-wrapper, .prd-list .special-wrapper {
        left: -25px;
    }
}
.special-wrapper-item img {
    width: auto !important;
    margin: 0 0 0 1px !important;
}
.fresh-tire-text {
    padding: 7px 10px;
    border-radius: 12px;
    column-gap: 7px;
    margin: 5px 0 2px;
}
.card-freshtext {
    position: absolute;
    top: 3px;
    left: 3px;
}
.card-freshtext .fresh-tire-text {
    padding: 4px 6px;
    font-size: 11px;
    column-gap: 5px;
    margin: 1px 0;
}
.last-available-amounts-text {
    color: red;
    font-weight: 400;
    font-size: 14px;
}
@media (max-width: 1199px) {
    .last-available-amounts-text {
        font-size: 10px;
    }
}

.billing_addresses {
    gap: 1%;
    row-gap: 5px;
}
.billing_address {
    border: 1px solid #000000;
    padding: 8px 10px;
    width: 49%;
}
.billing_address_delete {
    color: red;
}
.cbtns {
    width: 100%;
    min-width: 100%;
}
@media (max-width: 767px) {
    .billing_address {
        border: 1px solid #000000;
        padding: 8px 10px;
        width: 49%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .special-wrapper-item-gumi {
        width: 150px;
    }
    .special-wrapper-item {
        height: 28px;
    }
}
.products-details-element-title.products-details-element-title-longer {
    padding-right: 5px;
}

@media (max-width: 767px) {
    .products-details-element-title.products-details-element-title-longer {
        padding-right: 12px;
    }
}

.prrdt {
    width: auto !important;
    margin: 10px auto 0 !important;
}
.ammsel .input-group-btn-vertical {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 18px !important;
    overflow: hidden;
    border-radius: 0;
}
.ammsel .bootstrap-touchspin-up {
    order: 0 !important;
    flex-grow: 1 !important;
    border-radius: 0 !important;
    width: 20px !important;
}
.ammsel .bootstrap-touchspin-down {
    flex-grow: 1 !important;
    width: 20px !important;
    border-radius: 0 !important;
}
.products-view .ammsel input {
    width: 36px !important;
    padding: 3px !important;
    text-align: center !important;
}
.apprcart {
    margin-top: 0 !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 12px !important;
    height: 60px !important;
}
.apprcart img {
    margin-left: 5px !important;
    height: 13px;
}
.reszletekbtn {
    font-size: 12px;
    height: 60px;
    background-color: #FFFFFF;
    padding: 0 7px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-left: 2px;
    transition: 0.3s;
}
.reszletekbtn:hover {
    background-color: #FE0002;
    color: #FFFFFF !important;
}
.prapptu {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .reszletekbtn {
        display: none !important;
    }
}
.special-wrapper-item img {
    max-height: 90% !important;
}

@media (max-width: 767px) {
    .reszletekbtn {
        margin: 0 !important;
    }
    .special-wrapper {
        left: -7px !important;
        bottom: -6px !important;
    }
    .products-list .special-wrapper, .prd-list .special-wrapper {
        left: 0 !important;
        bottom: -6px !important;
    }
    .special-wrapper-item {
        height: 22px;
    }
    .special-wrapper-item-gumi {
        width: 160px;
        text-align: left;
        height: 30px;
    }
    .special-wrapper-item-gumi img {
        height: 18px !important;
        width: 18px !important;
    }
.cart-amount-price .last-available-amounts-text {
        font-size: 14px;
        margin-top: 15px;
    }
}