/*Ubuntu Regular - 400*/
@font-face {
    font-family: 'Ubuntu-Regular';
    font-display: swap;
    src: url(../fonts/Ubuntu/Ubuntu-Regular.ttf) format('truetype');
}
/*Ubuntu Bold - 700*/
@font-face {
    font-family: 'Ubuntu-Bold';
    font-display: swap;
    src: url(../fonts/Ubuntu/Ubuntu-Bold.ttf) format('truetype');
}
/*QuickSand Regular - 400*/
@font-face {
    font-family: 'Quicksand-Regular';
    font-display: swap;
    src: url(../fonts/QuickSand/Quicksand-Regular.ttf) format('truetype');
}
/*QuickSand Regular - 900*/
@font-face {
    font-family: 'Quicksand-Black';
    font-display: swap;
    src: url(../fonts/QuickSand/Quicksand-Black.ttf) format('truetype');
}
/*QuickSand Regular - 700*/
@font-face {
    font-family: 'Quicksand-Bold';
    font-display: swap;
    src: url(../fonts/QuickSand/Quicksand-Bold.ttf) format('truetype');
}
/*Encode Sans Condensed Regular - 400*/
@font-face {
    font-family: 'EncodeSans-Regular';
    font-display: swap;
    src: url(../fonts/Encode_Sans_Condensed/EncodeSansCondensed-Regular.ttf) format('truetype');
}
/*Encode Sans Condensed Regular - 900*/
@font-face {
    font-family: 'EncodeSans-Black';
    font-display: swap;
    src: url(../fonts/Encode_Sans_Condensed/EncodeSansCondensed-Black.ttf) format('truetype');
}
/*Encode Sans - 700*/
@font-face {
    font-family: 'EncodeSans-Bold';
    font-display: swap;
    src: url(../fonts/Encode_Sans_Condensed/EncodeSansCondensed-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    font-display: swap;
    src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto-Black';
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Black.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto-Bold';
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto-Medium';
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}

.hidden {
    display: none;
}
.standard-btn.hidden {
    display: none;
}

.hide {
    display: none;
}

a {
    text-decoration: none !important;
}


body {
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
}

.bold{
    font-family: 'EncodeSans-Black','QuickSand-Black';
}
.light{
    font-family: 'Roboto-Light';
}

.semibold{
    font-family: 'Roboto-Medium';
}


.top-info-section {
    background-color: #000;
    color: #fff;
    font-size: 11pt;
    text-transform: uppercase;
    text-align: center;
}

.shipping-info {
    color: #00ac7b;
}

.top-info-section * {
    margin: 0 auto;
}

.top-info-section .container,
.top-info-section .container .row {
    min-height: 50px;
}

.top-second-section {
    background-color: #fff;
    padding: 10px 15px;
}

.sec-section-conti {
    display: flex;
    align-items: center;
    flex-basis: 40%;
    justify-content: start;
}

.sec-section-conti .search-form {
    width: auto !important;
}

.thrd-section-conti .account-block svg {
    fill: #ff0040;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.shopping-cart {
    position: relative;
}

.cart-count {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    right: 8px;
    top: 5px;
    font-size: 8pt;
    align-items: center;
    justify-content: center;
    color: red;
}

.prod-video-desc {
    display: flex;
    align-items: center;
}

.prod-video-desc a {
    margin-left: 5px;
    margin-right: 5px;
}

.thrd-section-conti .shopping-cart svg {
    fill: #ff0040;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    margin-left: 10px;
}

.account-block button {
    background-color: none;
    border-color: none;
}

.account-block .dropdown-menu {
    padding: 1em;
}

.account-block .dropdown-menu a {
    color: #2d2d2d;
    font-size: 12pt;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
    text-align: center;
}

.account-block .dropdown-menu a:focus,
.account-block .dropdown-menu a:hover {
    color: #ff0040;
}

.account-block > div::after {
    display: none !important;
}

.sec-section-conti .search-form svg {
    fill: #ff0040;
    height: 35px;
    width: 35px;
    margin-left: 15px;
    cursor: pointer;
    position: absolute !important;
    left: -10px;
}

.sec-section-conti .search-form input {
    margin-bottom: 0px;
    background-color: #bfbfbf;
    border: 0px;
    outline: 0px;
    box-shadow: none;
    border-radius: 20px;
    width: 400px;
    height: 35px;
    padding-left: 15px !important;
    text-indent: 25px;
}

.display-flex {
    display: flex;
}

.menu-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.menu-row a {
    color: #fff;
    font-size: 12pt;
    text-transform: uppercase;
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    font-weight: 700;
}

.menu-row a:focus,
.menu-row a:hover {
    color: #000 !important;
}

.home-hero {
    height: 725px;
    position: relative;
    padding: 0px;
}

.home-hero img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
}

.home-hero-conti {
    padding-top: 6rem;
    padding-left: 0;
    padding-right: 55rem;
}

.home-hero-title {
    color: #ffffff;
    font-size: 46pt;
    text-transform: uppercase;
    font-family: 'EncodeSans-Black','QuickSand-Black';
    text-align: left;
}

.home-hero-subtitle {
    color: #ffffff;
    font-size: 20pt;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
}

.standard-btn {
    width: max-content;
    padding: 9px 40px;
    color: #fff;
    border: 0px solid #fffffd;
    background-color: #ff0040;
    border-radius: 0px;
    margin: 0 auto 0 0;
    display: flex;
    text-transform: uppercase;
    font-family: 'EncodeSans-Bold','QuickSand-Bold';
}

.standard-btn.disabled {
    cursor: not-allowed;
    background-color: gray;
}

.product-video {
    width: 100%;
    height: 100%;
}

.big-standard-full-title {
    color: #000000;
    text-transform: uppercase;
    margin: 0 auto;
    font-family: 'EncodeSans-Black','QuickSand-Black';
    font-size: 40px;    
    font-weight: 900;
    line-height: 50px;
}

.one-big-category {
    position: relative;
    border-bottom: 2px solid #fff;
}

.one-big-category.need-border {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.one-big-category-cik:nth-child(3n-1) .one-big-category {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.one-big-category.middle {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.one-big-category img {
    height: 415px;
    width: 416px;
    margin-bottom: 1.5em;
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.5);
}

.one-big-category-title {
    position: absolute;
    bottom: 25px;
    font-size: 30px;
    height: 70px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    text-transform: uppercase;
    /*color: #e4023b !important;*/
    color: #fff !important;
    font-family: 'EncodeSans-Black','QuickSand-Black';
    text-align: center;
}

.home-one-product-block {
    position: relative;
}

.home-one-product-block img {
    /*height: 530px;*/
    height: 440px;
    width: 100%;
    object-fit: contain;
}

.prod-name-price-block {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
    background-color: rgba(0, 0, 0, 0.3);
}

.prod-name-price-block .prod-name {
    color: #ffffff;
    font-size: 10.5pt;
    text-transform: uppercase;
    height: 115px;
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    line-height: 1.4;
}

.prod-name-price-block .prod-price {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 13pt;
    font-family: 'Roboto-Bold';
}

.prod-name-price-block .prod-price .old-price {
    text-decoration: line-through;
    margin-left: 12px;
}

.home-one-product-block .img-layer {
    background-color: rgba(0, 0, 0, 0.1);
}

.left-red-block {
    background-color: #DB1947;
    width: 70%;
    display: flex;
    height: 100%;
    left: 0px;
    position: absolute;
}

.right-img-block {
    width: 30%;
    display: flex;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0px;
}

.text-block {
    padding: 3em 0 3em 3em;
}

.text-block {
    color: #fff;
    font-size: 16pt;
}

.text-block .text-block-title {
    color: #fff;
    font-size: 18pt;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.red-btn {
    background-color: #ff0040;
    border-color: #ff0040;
}

.black-btn {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.red-btn.absolute {
    bottom: 25px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    position: absolute;
}

.home-blog-fluid {
    background-color: #DB1947;
}

.home-blog-block {
    display: flex;
    margin-bottom: 1em;
    border-bottom: 1px solid white;
    padding: 2em 0;
}

.home-blog-block:nth-child(1){
    border-top: 1px solid white;
}

.home-blog-block img {
    width: 416px;
    height: 289px;
    object-fit: cover;
}

.home-blog-block .blog-title {
    font-family: 'EncodeSans-Black','QuickSand-Black';
    font-size: 24px;
    line-height: 30px;
    padding-bottom: .5em;
}

.home-blog-block .blog-title a {
    color: #fff !important;
}

.home-blog-block .blog-title a:hover,
.home-blog-block .blog-title a:focus {
    color: #ff0040 !important;
}

.home-blog-block .blog-desc {
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    font-size: 22px;
    line-height: 27.5px;
    color: white;
    height: 60%;
}

.home-blog-block .date-block {
    color: #FFF;
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    font-size: 18px;
    line-height: 22.5px;
    padding-bottom: .5em;
}

.small-blogs-title {
    font-size: 16pt;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.one-small-blog-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.one-small-blog-row > a {
    width: calc(60% - 15px);
    margin-right: 15px;
    display: block;
    overflow: hidden;
}
.one-small-blog-row img {
    width: 100%;
    height: calc((620px - 80px - 14px - 30px) / 4);
    object-fit: cover;
}

.one-small-blog-row .blog-small-title {
    width: 40%;
    color: #fff;
    text-transform: uppercase;
    font-size: 12pt;
}

.one-small-blog-row .blog-small-title a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12pt;
}

.home-last-img-fluid {
    position: relative;
    margin:2em 0;
}

.home-last-img-fluid img {
    width: 100%;
    display: flex;
    height: 781px;
    object-fit: cover;
}

.home-last-fluid-title {
    font-size: 30px;
    color: #282123;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'EncodeSans-Black','QuickSand-Black';
    font-weight: 900;
    line-height: 37.5px;
}

.home-last-fluid-text {
    color: #282123;
    text-align: justify;
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    font-size: 22px;
    font-weight: 400;
    line-height: 27.5px;
}

.home-partners {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 5em;
    padding-right: 5em;
}

.partners-flex {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.partners-flex img {
    max-height: 100px;
    width: 100%;
    object-fit: contain;
}

.footer-fluid {
    padding-top: 3em;
    padding-bottom: 1em;
    background-color: #494445;
    color: #fff;
}

.footer-title {
    font-family: 'Ubuntu-Bold';
    font-size: 20px;
    font-weight: 700;
    line-height: 22.98px;
}
.footer-title::first-letter{
    text-transform: capitalize;
}

.footer-link {
    font-size: 11pt;
    color: #fff;
}

.footer-link:hover,
.footer-link:focus {
    color: #ff0040 !important;
}

.footer-link-holder {
    display: flex;
    margin-bottom: 10px;
}

.footer-menu-block {
    display: flex;
    flex-direction: column;
}

.last-footer-fluid {
    color: #fff;
    font-size: 10pt;
    background-color: #2d2d2d;
}

.footer-contact-row {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #fff;
    margin-bottom: 1em;
}

.footer-contact-row svg,.buyers-block svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
}

.one-page-nav-fluid {
    background-image: url("../images/sub-nav-product.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.one-page-nav-fluid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    z-index: 0;
}

.one-page-nav-fluid .container {
    position: relative;
    z-index: 1;
}

.one-page-nav-fluid.blog {
    background-image: url("../images/sub-nav-blog.jpg");
}

.one-page-nav-fluid.cart-header {
    background-image: url("../images/sub-nav-cart.jpg");
}
.one-page-nav-fluid.products {
    background-image: url("../images/sub-nav-products.jpg");
}
.one-page-nav-fluid.contact {
    background-image: url("../images/sub-nav-contact.jpg");
}
.one-page-nav-fluid.profilom {
    background-image: url("../images/sub-nav-profilom.jpg");
}
.one-page-nav-fluid.about-us {
    background-image: url("../images/sub-nav-about-us.jpg");
}

.one-page-nav-fluid .row {
    height: 191px;
}

.one-page-title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: var(--space-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.brdcmb {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    width: max-content;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.brdcmb li:first-of-type::marker {
    content: "";
}

.brdcmb li::marker {
    content: "";
}

.brdcmb li:first-of-type {
    list-style: none;
}

.brdcmb li {
    display: flex;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
}

.brdcmb li:not(:last-child)::after {
    content: "›";
    margin-left: var(--space-sm);
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.brdcmb a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    transition: color var(--transition-fast);
    text-decoration: none;
}

.brdcmb a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.brdcmb li:last-child a {
    color: #6c757d;
    font-weight: 600;
}

/* Modern Breadcrumb Styling - csak a terméklistához */
.product-list-breadcrumb {
    background: #f8f9fa; /* Egyezik a product-listfluid háttérrel */
    padding: 1rem 0; /* Kompaktabb */
    box-shadow: none; /* Eltávolítva az egységes megjelenésért */
    margin-bottom: 0; /* Folyamatos átmenet */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); /* Finom elválasztó vonal */
}

.product-list-breadcrumb .one-page-title {
    color: #6c757d; /* Kért szín */
    font-size: 24px; /* Kisebb, nem tolakodó */
    font-weight: 600; /* Könnyebb */
    margin-bottom: 0.5rem; /* Kompaktabb */
    text-shadow: none;
    font-family: 'EncodeSans-Bold', 'QuickSand-Bold';
    line-height: 1.2;
}

.product-list-breadcrumb .brdcmb {
    color: #6c757d;
    flex-wrap: wrap;
    font-size: 13px; /* Kisebb */
}

.product-list-breadcrumb .brdcmb li:not(:last-child)::after {
    color: rgba(108, 117, 125, 0.4); /* Világosabb separator */
    font-size: 16px;
}

.product-list-breadcrumb .brdcmb a {
    color: #6c757d;
    font-family: 'EncodeSans-Regular', 'QuickSand-Regular';
    transition: color 0.2s ease;
}

.product-list-breadcrumb .brdcmb a:hover {
    color: #ff0040; /* Brand szín hover-nél */
    text-decoration: none;
}

.product-list-breadcrumb .brdcmb li:last-child a {
    color: #495057; /* Aktív elem sötétebb */
    font-weight: 500;
}

.product-big-image {
    width: 100%;
    object-fit: contain;
    object-position: unset;
    height: 450px;
    cursor: pointer;
    margin-bottom: 15px;
}

.small-images {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.small-images img {
    width: 95px;
    object-fit: contain;
    object-position: center;
    height: 95px;
    cursor: pointer;
    margin-bottom: 15px;
}

.prod-view-title {
    color: #2d2d2d;
    font-size: 24pt;
}

.price-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price-row .old-price {
    color: #2d2d2d;
    font-size: 18pt;
    text-decoration: line-through;
    margin-right: 20px;
}

.price-row .new-price {
    color: #e4023b;
    font-size: 18pt;
}

.prod-short-desc {
    color: #2d2d2d;
    font-size: 14pt;
}

.quantity-button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
}

.quantity-btn {
    color: #e4023b;
    cursor: pointer;
}

.item_cart_piece_input_cart_new {
    margin-left: 8px;
    margin-right: 8px;
}

.quantity-block input {
    max-width: 60px;
    color: #2d2d2d;
    font-size: 14pt;
    border: 0px solid #000 !important;
    box-shadow: 0 0 0 0rem transparent !important;
    outline: transparent !important;
    text-align: center;
}

.quantity-button-row .standard-btn {
    margin: 0px;
}

.select-blocks {
    margin-top: 1.5em;
}

.select-blocks label {
    color: #2d2d2d;
    font-size: 14pt;
}
.select-blocks select {
    color: #2d2d2d;
    font-size: 12pt;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    outline: transparent !important;
    background: transparent;
    background-image: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

.more-details {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.one-detail {
    font-size: 14pt;
    color: #2d2d2d;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
}

.prod-subtitle {
    color: #2d2d2d;
    font-size: 18pt;
}

.prod-more-desc {
    font-size: 14pt;
    color: #2d2d2d;
}

.prod-underlined-title{
    color: #2d2d2d;
    font-size: 30pt;
    border-bottom: 1px solid #000000;
}

.prod-underlined-title.no-underline {
    border-bottom: 0px solid #000000;
    padding-bottom: 1em;
    padding-top: 1em;
}

.prod-video-desc {
    font-size: 14pt;
    color: #2d2d2d;
}

.one-video {
    display: flex;
    height: 388px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.one-video.no-video {
    background-color: rgba(0, 0, 0, 0.5);
}

.standard-title {
    font-size: 12pt;
    color: #2d2d2d;
}

.standard-big-title {
    font-size: 18pt;
    color: #2d2d2d;
    text-transform: uppercase;
}

.search-form {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
}

.search-form svg {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0px;
    top: 1px;
}

.search-form input {
    padding-left: 40px;
    border: 0px;
    border-bottom: 1px solid #2d2d2d;
    border-radius: 0px;
}

.small-blog-left-list-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #2d2d2d;
    margin-bottom: 15px;
}

.small-blog-left-list-row img {
    width: 90px;
    height: auto;
    object-fit: cover;
    margin-right: 10px;
}

.small-blog-datas {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 100px);
}

.small-blog-datas .date {
    color: #2d2d2d;
    font-size: 8pt;
    text-decoration: none !important;
}

.small-blog-datas .standard-title {
    line-height: 1;
}

.blog-list-nr {
    font-size: 8pt;
    color: #2d2d2d;
}

.one-blog-list-item {
    display: flex;
    border: 1px solid #ececed;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(236,236,237,1);
    -moz-box-shadow: 0px 0px 29px 0px rgba(236,236,237,1);
    box-shadow: 0px 0px 29px 0px rgba(236,236,237,1);
    margin-bottom: 2em;
}


.one-blog-list-item > a {
    width: 100%;
    display: block;
}

.one-blog-list-item img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.blog-list-item-content {
    display: flex;
    padding: 1em 1.5em;
    flex-direction: column;
    align-items: flex-start;
}

.blog-title-list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 65px;
    color: #2d2d2d;
    font-size: 14pt;
    line-height: 1;
}

.blog-title-list-item:hover,
.blog-title-list-item:focus {
    color: #e4023b;
}

.blog-list-item-text {
    display: flex;
    height: 146px;
    align-items: flex-start;
    overflow: hidden;
    color: #2d2d2d;
    font-size: 12pt;
    margin-bottom: 15px;
}

.button-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.button-row .blog-list-nxt-btn {
    color: #e4023b;
    text-transform: uppercase;
    font-size: 12pt;
}

.blog-view-big-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 1.5em;
}

.blog-view-title {
    color: #2d2d2d;
    display: flex;
    width: 100%;
    font-size: 18pt;
    font-family: 'Roboto-Medium';
    margin-bottom: 1em;
}

.blog-view-desc {
    color: #2d2d2d;
    font-size: 14pt;
}

.blog-view-bottom-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-publish-name {
    color: #2d2d2d;
    font-size: 12pt;
    display: flex;
    align-items: center;
}

#blog-publish-line {
    height: 1px;
    width: 30px;
    background-color: #2d2d2d;
    display: block;
    margin-right: 10px;
}

.login-fluid {
    position: relative;
}

.login-fluid .left-side {
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
    width: 50%;
    height: 100%;
}

.login-fluid .right-side {
    display: block;
    right: 0px;
    top: 0px;
    position: absolute;
    background-color: #f4f5f7;
    width: 50%;
    height: 100%;
}

.login-title {
    font-size: 18pt;
    color: #2d2d2d;
    text-transform: uppercase;
    padding-top: 5rem;
    padding-bottom: 1em;
}

.reg-block {
    display: block;
    overflow: hidden;
    padding-left: 3em;
}

.login-block {
    display: block;
    overflow: hidden;
    padding-right: 3em;
}

.login-form {
    display: block;
    overflow: hidden;
    width: 100%;
}

.vibriteszt-input {
    border: 1px solid white;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 20px;
    height: calc(1.5em + .75rem);
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    background: #7B7B7B99;
    text-indent: 20px;
}

.vibriteszt-input::-webkit-input-placeholder { /* Edge */
    color: #FFFFFF;
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    opacity: 1;

}

.vibriteszt-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    opacity: 1;

}

.vibriteszt-input::placeholder {
    color: #FFFFFF;
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    opacity: 1;
}

.pwd-reminder {
    color: #FFFFFF;
    font-size: 12pt;
    text-decoration: underline !important;
}

/* CUSTOM CHECKBOX */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    color: rgb(57, 57, 57);
    line-height: 1.2;
    font-size: 0.8rem;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 24px;
    display: flex;
    align-items: center;
  }



.custom-checkbox p {
      margin-bottom: 0;
}

.custom-checkbox a {
      color:#ff0040;
      text-decoration: underline;
}

.small, small {
    color:#FFFFFF;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    background-color: white;
    border: 1px solid #cdcdcd;
}


.custom-checkbox .check-label {
    padding-left: 20px;
}

.custom-checkbox:hover input ~ .checkmark {
background-color: #ff0040;
}

.custom-checkbox:hover input ~ .checkmark:after {
border-color: #fff;
display: block;
}

.custom-checkbox input:checked ~ .checkmark {
background-color: #ff0040;
border-color: #fff;
}

.custom-checkbox .checkmark:after {
content: "";
position: absolute;
display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
display: block;
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 1px;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
}

button:hover,
button:focus {
    color: #fff !important;
}

.back-btn-to-shopping {
    display: flex;
    width: 100%;
    color: #ff0000;
    font-size: 12pt;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
}
.fa-chevron-left::before {
	margin-right: .5em;
}


.cart-title {
    font-size: 18pt;
    text-transform: uppercase;
    color: #2d2d2d;
    border-bottom: 1px solid #000;
}

.cart-row {
    display: flex;
    border-bottom: 1px solid #000;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    position: relative;
}

.cart-row > img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    margin-right: 15px;
}

.product-title-cart {
    font-size: 14pt;
    color: #2d2d2d;
    line-height: 1.3;
}

.prod-type-cart {
    font-size: 12pt;
    color: #2d2d2d;
    margin-bottom: 0;
}

.prod-type-cart span {
    font-family: 'Roboto-Regular';
}

.product-price-cart {
    font-size: 16pt;
    color: #2d2d2d;
}

.cart .quantity-block input {
    background-color: #e6e8e9;
    border-radius: 0px;
}

.cart-delete {
    position: absolute;
    right: 2px;
    top: 15px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.cart-delete svg {
    fill: #ff0040;
    height: 30px;
    width: 30px;
}

.product-price-quantity-cart {
    width: 210px;
    padding-left: 1em;
}

.product-title-type-cart {
    width: calc(100% - 210px - 135px);
}

.gray-cart-info-block {
    background-color: #e6e8e9;
    padding: 1.5em;
    display: block;
    width: 100%;
    color: #2d2d2d;
    font-size: 12pt;
    margin-top: 52px;
}

.gray-cart-info-block hr {
    border-top: 1px solid #000 !important;
}

.summary-row-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16pt;
    width: 100%;
}

.summary-big-title {
    color: #2d2d2d;
    font-size: 24pt;
}

.summary-block-title {
    font-size: 18pt;
    text-transform: uppercase;
    color: #2d2d2d;
    border-bottom: 1px solid #000;
    padding-bottom: .7em;
    margin-bottom: 1.2em;
    margin-top: 1em;
    position: relative;
}

.summary-block-title svg {
    fill: #ff0040;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -2em;
    right: .5em;
    cursor: pointer;
}

.summary-block {
    font-size: 12pt;
    color: #2d2d2d;
}

.summary-block .light {
    margin-bottom: .5rem;
}


.summary-block .summary-block-data {
    font-size: 14pt;
    color: #2d2d2d;
}

.cart.summary-cart {
    border-top: 1px solid #000;
    margin-top: 52px;
}

.cart.summary-cart .product-price-quantity-cart {
    width: 125px;
}

.cart.summary-cart .cart-row {
    justify-content: space-between;
}

.product-title-type-cart {
    width: calc(100% + 85px);
  flex-basis: 100%;
  align-self: center;
}

.cart.summary-cart .product-price-cart {
    font-size: 12pt;
    text-align: right;
}

.final-summary .summary-row-cart.light {
    font-size: 13pt;
    margin-bottom: .5rem;
}

.products-list-nr {
    font-size: 12pt;
    color: #2d2d2d;
}

.products-category-title {
    color: #2d2d2d;
    font-size: 16pt;
}

.products-category-title.with-underline {
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    padding-bottom: .7em;
}

.products-list-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-sort-block form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
}

.products-sort-block svg {
    fill: #ff0040;
    height: 25px;
    width: 25px;
    margin-right: 4px;
}

.products-sort-block select {
    border: 0px;
    box-shadow: none !important;
    max-width: 200px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    color: #2d2d2d;
    font-size: 12pt;
}

.one-category-row a:first-child {
    color: #2d2d2d !important;
}

.one-category-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 13pt;
    color: #2d2d2d !important;
    margin-bottom: 8px;
}

.sub-menu {
    margin-bottom: 1em;
    border-bottom: 1px solid #2d2d2d;
    display: block;
    width: 100%;
    overflow: hidden;
}

.sub-menu > a {
    font-size: 14pt;
    color: #2d2d2d !important;
    padding-left: 10px;
    padding-bottom: 7px;
    width: 100%;
    display: block;
}

.category-collapse .active,
.sub-menu > a:hover,
.sub-menu > a:focus,
.one-category-row:hover,
.one-category-row:focus {
    font-family: 'Roboto-Medium';
}

.one-category-row svg {
    fill: #ff0040;
    height: 35px;
    width: 35px;
    margin-left: 10px;
    transition: .3s;
}

.one-category-row .collapse-btn[aria-expanded='true'] svg {
    transform: rotate(90deg);
}

.filter-select {
    color: #2d2d2d;
    font-size: 12pt;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    outline: transparent !important;
    background: transparent;
    background-image: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

.products-list-row {
    padding-top: 1.5em;
}
.favourites-page .products-list-row{
    padding-top: 0 !important;
}

.products-list-row .home-one-product-block {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.products-list-row .home-one-product-block img {
    height: 425px;
}

.products-list-row .prod-name-price-block{
    padding-left: 1em;
    padding-right: 1em;
}

.products-list-row .home-one-product-block:hover .img-layer {
    background-color: rgba(0, 0, 0, 0.5);
}

.home-one-product-block svg {
    fill: #fff;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 4px;
    z-index: 1000;
    top: 4px;
}

.cart-btn {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    color: #ff0040;
    left: 0px;
    right: 0px;
    margin: 0 top;
    top: calc(50% - 30px);
    display: none;
}

.products-list-row .home-one-product-block:hover .cart-btn {
    display: block;
}

.contact-title {
    font-size: 18pt;
    text-transform: uppercase;
    color: #2d2d2d;
}

.standard-text {
    font-size: 14pt;
    color: #2d2d2d;
}

.contact-gray-block {
    background-color: #f4f5f7;
    padding: 1.5em 2.5em;
    display: block;
}

.one-contact-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #2d2d2d;
    margin-bottom: 1em;
}

.one-contact-row svg {
    width: 35px;
    height: 40px;
    fill: #2d2d2d;
    margin-right: 15px;
}

.contact-gray-title {
    color: #2d2d2d;
    text-align: center;
    font-size: 18pt;
    text-transform: uppercase;
}

.gray-bg-contact {
    background-color: #f4f5f7;
}

.contact-form {
    padding-top: 5em;
    display: block;
    width: 70%;
    margin: 0 auto;
}

.vibriteszt-input.textarea {
    border: 1px solid #000;
}

.extra-padding {
    padding-left: 8em;
    padding-right: 8em;
}

.give-datas-block .custom-checkbox .checkmark {
    background-color: #f4f5f7;
}

.give-datas-block .custom-checkbox p  {
    color: #2d2d2d;
    font-size: 12pt;
}

.profilom-nav,.glitterbox-card .profile-menu-item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 12pt;
    color: #2d2d2d;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.profilom-nav:hover,
.profilom-nav.active,
.profilom-nav:focus,
.glitterbox-card .profile-menu-item:hover,
.glitterbox-card .profile-menu-item.active,
.glitterbox-card .profile-menu-item:focus {
    color: #ff0040;
}

.profilom-nav svg,.glitterbox-card .profile-menu-item svg {
    fill: #ff0040;
    height: 25px;
    width: 25px;
    margin-left: 10px;
}

.profilom-title {
    text-transform: uppercase;
    color: #2d2d2d;
    font-size: 18pt;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

.card-header {
    padding: .5em 1em;
    border: 0px;
    border-radius: 0px !important;
    background-color: #e6e8e9;
}

.card-header button,
.card-header button:hover,
.card-header button:focus {
    color: #2d2d2d !important;
    font-size: 14pt;
    text-decoration: none !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: transparent !important;
    box-shadow: none !important;
}

.card {
    border: 0px;
    border-radius: 0px;
    margin-bottom: 1em;
}

.card-header svg {
    fill: #ff0040;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.my-roders-header-1 {
    display: flex;
    width: 70%;
    align-items: center;
}

.my-roders-header-2 {
    display: flex;
    color: #2d2d2d;
    font-size: 14pt;
    width: 20%;
    align-items: center;
}

.my-orders-header-cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-orders-header-cart > div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d2d2d;
    font-size: 12pt;
}

.my-orders-header-cart .block-1 {
    width: 40%;
}

.my-orders-header-cart .block-2,
.my-orders-header-cart .block-3,
.my-orders-header-cart .block-4,
.my-orders-header-cart .block-5 {
    width: 15%;
}

.my-orders-header-cart.body .product-title-type-cart {
    width: calc(100% - 115px);
}

.my-orders-header-cart.body .product-title-cart {
    font-size: 12pt;
}

.my-orders-header-cart.body .cart-row {
    border-bottom: 0px;
    padding-top: .7em;
    padding-bottom: .7em;
}

.my-orders-header-cart.body .cart-row > img {
    height: 100px;
    width: 100px;
}

.card-body {
    padding-left: 0px;
    padding-right: 0px;
}

.my-orders-header-cart:not(.body) {
    border-bottom: 1px solid #000;
    padding-bottom: 1em;
}


.myorders-details-row {
    font-size: 14pt;
    color: #2d2d2d;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: space-between;
}

.myorders-details-row:nth-child(1n) {
    padding-right: 10px;
}

.myorders-details-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.myorders-details-block-2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.myorders-one-details-block {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-size: 14pt;
    color: #2d2d2d;
    margin-bottom: 1em;
    width: 33.33%;
}

.ditto-block {
    position: absolute;
    background-color: #e4023b;
    width: 37%;
    right: 0px;
    top: 70px;
    padding: 1em 0em 1em 1.5em;
    z-index: 100;
    padding-right: 20%;
    color: #fff;
    font-size: 18pt;
}

.section-2 {
    margin-top: 2em;
    margin-bottom: 2em;
    background-image: url("../images/about-us-section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.last-sec-p-title {
    padding-right: 5em;
}

body.login-page {
  background-image: url("../images/background_admin.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  color: #606468;
  font: 87.5%/1.5em 'Open Sans', sans-serif;
  margin: 0;
  position: relative;
}

.login_title_cw {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #1d97e2;
    font-weight: bold;
}

.login-box-msg {
  color: #1d97e2;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.addedToCart_layer {
    display: none;
    position: fixed;
    width: 90%;
    padding: 6px;
    z-index: 101;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    top: 0;
    overflow: auto;
}

.addedToCart_layer .alert-success {
    background-color: #eaeaea;
    border: none;
    color: #fff;
    padding: 1.2em;
}
.addedToCart_layer .alert-success #scrLeft,.addedToCart_layer .alert-success #scrRight {
    background:none;
    border: none;
    margin: 1em ;
}
.addedToCart_layer .alert-success #scrLeft svg,.addedToCart_layer .alert-success #scrRight svg{
    width: 24px;
    height: 24px;
}
.addedToCart_layer .alert-success .body-block,.addedToCart_layer .alert-success .body{
    background-color: #bdbdbd;
}
.addedToCart_layer .alert-success .body-block{
    width: 80%;
    margin: 0 auto;
    color: black;
    display: flex;
    padding: 1em;
    align-items: center;
}
.addedToCart_layer .alert-success .top{
    margin-bottom: 1em;
}
.addedToCart_layer .alert-success .body-img{
    margin-right: 2em;
}
.addedToCart_layer .alert-success .footer{
    width: 80%;
    margin: 0 auto;
}
.addedToCart_layer .alert-success .footer .buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}
.addedToCart_layer .alert-success .footer .buttons a:nth-child(2){
    margin: 0 0 0 auto;
}
.addedToCart_layer .alert-success .footer .buttons .incart-btn{
    border-radius: 50px;
    color: white;
}
.addedToCart_layer .alert-success .footer .buttons .backtopage{
    background: #e4e4e4;
    border: 1px solid red;
    color: black;
    border-radius: 50px;
}
.addedToCart_layer button:hover, button:focus {
	color: #000 !important;
}
.addedToCart_layer a:hover, .addedToCart_layer a:focus{
    color: black !important;
}

.addedToCart_layer .alert-success .footer .extra{
    color: black;
}

.addedToCart_layer .alert-success .body-img img{
    width: 50px;
    height: 100%;
}
.addedToCart_layer .alert-success .extra-title{
    margin-top: 1em;
}
.addedToCart_layer .close-block .close-btn{
    background:none;
    border: none;
}
.addedToCart_layer .close-block{
    width: fit-content;
    position: absolute;
    right: 10px;
    top: 10px;
}
.extra-content{
    display: flex;
  flex-direction: row;
  overflow: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.extra-content .home-one-product-block img {
	height: 250px;
	width: fit-content;
	object-fit: contain;
}
.extra-content .price-btn-wrapper{
    flex-direction: column;
  align-items: center;
  justify-content: center;
}
.extra-content .home-one-product-block {
    margin-right: 1em;
}
.extra-content .prod-image-block{
	height: fit-content;
}

.addedToCart_layer .alert-success .top-title{
    color: green;
    font-family: 'EncodeSans-Bold','QuickSand-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.addedToCart_layer .alert-success a {
    color: #ff0040;
}

.addedToCart_layer.act {
    display: block;
}

.card-header button i {
    color: #ff0040;
    margin-left: 10px;
}

.card-header button[aria-expanded="false"] i.fa-minus {
    display: none;
}

.card-header button[aria-expanded="true"] i.fa-plus {
    display: none;
}
.card-header button[aria-expanded="false"] i.fa-plus {
    display: block;
}

.page-item .page-link {
    background-color: #cdcdcd;
    border-color: #cdcdcd;
    color: #2d2d2d;
    margin-left: 10px;
    margin-right: 10px;
    padding: 3px 7px;
}

.pagination {
    margin-top: 1.5em;
}

.page-item .page-link:hover {
    background-color: #ff0040;
    border-color: #ff0040;
    color: #fff;
}

.page-item.active .page-link {
    background-color: #ff0040;
    border-color: #ff0040;
    color: #fff;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0px !important;
}

.range-actual-value {
    text-align: right;
    color: #2d2d2d;
    font-size: 12pt;
}

.form-group.w-100 {
    display: block;
    width: 100%;
}

.slider.form-control-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: #cdcdcd;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider.form-control-range:hover {
    opacity: 1;
}

.slider.form-control-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ff0040;
    cursor: pointer;
    border-radius: 50%;
    border: 0px;
}

.slider.form-control-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ff0040;
    cursor: pointer;
    border-radius: 50%;
    border: 0px;
}

.price-row-range {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 9pt;
    color: #2d2d2d;
    padding-bottom: 6px;
    font-weight: bold;
}

.carousel-indicators li {
    height: 3px;
    width: 61px;
    background-color: #cdcdcd;
    border-radius: 10.6px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.outer-logo-link {
    display: none;
}

.need-on-mobile {
    display: none;
}

.product-list-collapse {
    background-color: transparent;
    border: 0px;
    width: 100%;
    text-align: left;
}

.product-list-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-list-collapse {
    font-size: 13pt;
    color: #ff0040 !important;
    margin-bottom: .5rem !important;
}

.product-list-collapse .fa-chevron-circle-up {
    display: none;
}

.product-list-collapse[aria-expanded="true"] .fa-chevron-circle-up {
    display: block;
}

.product-list-collapse[aria-expanded="true"] .fa-chevron-circle-down {
    display: none;
}

.only-small-mobile {
    display: none;
}

.body-content-fluid {
    min-height: 600px;
}

.account-block-dropdown {
    display: flex;
    align-items: center;
}

.account-block-dropdown span {
    margin-left: 10px;
    color: #000;
    text-align: center;
    line-height: 1;
}

.different-standard-title {
    text-transform: uppercase;
    color: #ff0040;
    font-size: 15pt !important;
}

.product-list-collapse i {
    font-size: 13pt;
}

.different-title {
    color: #fff;
    font-size: 15pt;
}

.adult-content-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999999999;
}

.adult-content {
    display: flex;
    padding: 35px 25px;
    background-color: #fff;
    width: 600px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    -webkit-box-shadow: 3px 3px 19px 3px rgba(0,0,0,0.26);
    -moz-box-shadow: 3px 3px 19px 3px rgba(0,0,0,0.26);
    box-shadow: 3px 3px 19px 3px rgba(0,0,0,0.26);
}

.adult-content i {
    font-size: 80px;
    color: #ff0040;
    margin-bottom: 23px;
}

.adulcontentBody {
    overflow: hidden;
}

.adult-content-subtitle {
    font-size: 20pt;
    color: #ff0040;
    text-transform: uppercase;
}

.adult-content-layer.hidden {
    display: none !important;
}

.adult-content .button-row {
    display: flex;
    max-width: 50%;
    margin-top: 1em;
}

.adult-content .button-row a {
    cursor: pointer;
}

.success_message_voucher,
.error_message_voucher,
.error_message_kupon,
.success_message_kupon {
    display: none;
    font-weight: bold;
}

.error_message_voucher,
.error_message_kupon {
    color: #f00;
}

.success_message_voucher,
.success_message_kupon {
    color: #080;
}

.order-szall-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: .5em;
}

#voucher_check_button,
#kupon_check_button {
    color: #fff;
    cursor: pointer;
}
.hidden.email-help {
    display: none !important;
}

.top-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.face-icon {
    font-size: 26px;
    color: #fff !important;
}

.home-above-blog-fluid.diff .left-red-block {
    right: 0px;
    left: initial;
}

.home-above-blog-fluid.diff .right-img-block {
    left: 0px;
    right: initial;
}


.foxpost-row {
display: none;
flex-basis: 100%;
}

.foxpost-row.act {
    display: block;
    transition: all .4s ease-in;
}

.foxpost_location {
    opacity: 0;
    height: 0px;
}

.foxpost-group {
    display: flex;
    flex-direction: column;
}

.foxpost-group.has-error small,
.foxpost-group.has-error label {
    color: #b70100;
}

.foxpost-group.has-error small {
    font-weight: bold;
    font-size: 16px;
}

.cc_dialog.simple {max-width: 90% !important; padding: 10px !important;}
.cc_dialog .cc_dialog_headline {font-size: 18px !important;}
.cc_dialog .cc_dialog_text {font-size: 12px !important;}
.cc_dialog button {font-size: 11px !important;}

.carousel-item {height: 100%;}

.gls-automata-row {
    display: none;
    margin-top: 50px;
    transition: all .4s ease-in;
}

.gls-automata-row.act {
    display: block;
}

#gls-automata {
    width: 100%;
    height: 500px;
}

.gls-automata_location {
    opacity: 0;
    height: 0;
}

.gls-automata.has-error small,
.gls-automata.has-error label {
    color: #b70100;
}

/* ### GLS START */
#psitems-canvas {
    overflow: auto;
    width: 30%;
    height: 100%;
    width: 100%;
}
#left-canvas {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    overflow: hidden;
    float: left;
    width: 30%;
    height: 100%;
}
#right-canvas {
    float: right;
    width: 70%;
    height: 100%;
}
#map-canvas {
    width: 100%;
    height: 100%;
}
#searchinput {
    background-color: whitesmoke;
    margin-left: 5px;
    width: 90%;
    border-left: 0;
    border-right: 0;
    z-index: 1;
    padding: 5px 5px 5px 5px;
}
#searchinput.default {
    color: grey;
    font-style: italic
}
.psOver {
    background-color: infobackground;
}
.psSelected {
    font-weight: bold;
}
/* ### GLS END */

#vibritesztNav2, .navbar-nav, .menu-big-row {width: 100%;}

.newnoneeddesktop {display: none;}

.newsletter-form-container {
    position: relative;
    padding: 5rem 0;
    background-color: #f4f5f7;
    height: 400px;
}



@media (max-width: 767.98px) {
    .face-icon {display: none;}
    .sec-section-conti .search-form input {width: 250px !important;}
    .sec-section-conti .search-form svg {margin-right: 0px !important;}
    .top-second-section .container {padding-left: 0px !important; padding-right: 10px !important;}

    .one-small-blog-row {flex-direction: column;}
    .one-small-blog-row > a {width: 100% !important; margin-right: 0px;}
    .one-small-blog-row .blog-small-title {width: 100% !important;margin-top: 10px;}

    .one-page-nav-fluid.products h1 {display: none;}
    .newnoneeddesktop {display: block;padding-top: 1em;}
    .black-text { color: #000 !important;}
    .brdcmb {flex-direction: row !important; justify-content: flex-start !important; }
    .brdcmb a {font-size: 11pt;}
    .one-page-nav-fluid.products .row {height: 66px;}
    .one-page-nav-fluid.productview .row {height: 66px;}
    .one-page-nav-fluid.products {background-image: none; background-color: #9b9b9b;}
    .one-page-nav-fluid.productview {background-image: none; background-color: #9b9b9b;}
    .home-one-product-block .new-price-block .prod-name {font-size: 14px !important;text-align: center !important;}
    .price-btn-wrapper {flex-direction: column; justify-content: center !important; align-items: center !important;}
    .new-price-block .prod-price .price {font-size: 18px !important; margin-top: 5px; margin-bottom: 5px;}
    
    /* Modern Breadcrumb - Mobile */
    .product-list-breadcrumb {
        padding: 0.75rem 0;
    }
    
    .product-list-breadcrumb .one-page-title {
        font-size: 20px;
        margin-bottom: 0.4rem;
    }
    
    .product-list-breadcrumb .brdcmb {
        font-size: 12px;
    }
}

@media (max-width: 399.98px) {
    #vibritesztNav2 {
        top: 150px !important;
    }
}
@media (max-width: 399.98px) {
    .sec-section-conti .search-form input {width: 180px !important;}
    .products-list-row .product-grid-item {padding-left: 6px !important;padding-right: 6px !important;}
    .home-one-product-block .new-price-block {padding: .5em !important;}
    #vibritesztNav2 {
        top: 125px !important;
    }
}

@media (max-width: 349.98px) {
    .sec-section-conti .search-form input {width: 180px !important;}
    /* Régi col-6 szabály eltávolítva - az új grid szabályok kezelik */
    .home-one-product-block .new-price-block .prod-name {font-size: 16px !important;text-align: center !important;}
}

@media (max-width:513px){
    .top-row{
        justify-content: center !important;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .one-big-category-cik:nth-child(3n-1) .one-big-category {
        border-left: 0px !important; border-right: 0px !important;
    }
    .brdcmb li:first-of-type {list-style: disc;}
    .brdcmb {width: 100%; flex-wrap: wrap;flex-direction: column;}
    .one-small-blog-row .blog-small-title {width: calc(100% - 170px);}
    .adult-content .button-row {width: 100%; flex-wrap: wrap;max-width: 100%;}
    .adult-content .button-row {margin-bottom: 15px;}
    .adult-content .button-row a {margin-top: 5px;margin-bottom: 5px;}
    .different-title {color: #fff;font-size: 15pt;}

    .different-standard-title {text-transform: uppercase;color: #ff0040;font-weight: bold;font-size: 14pt !important;}
    .account-block-dropdown span {font-size: 9pt; margin-left: 2px;}
    .sec-section-conti .search-form input {width: 150px;}
    .sec-section-conti .search-form svg {width: 30px; height: 30px;margin-right: 5px;margin-left: 5px;}
    .thrd-section-conti .shopping-cart svg {width: 35px; height: 35px;margin-right: 5px;margin-left: 5px;}
    .thrd-section-conti .account-block svg {width: 25px; height: 35px;margin-right: 5px;margin-left: 5px;}
    .account-block .dropdown-menu {left: -82px !important;}
    .outer-logo-link {display: block;width: 130px;height: auto; object-fit: contain;}
    .navbar-toggler {border: 1px solid #2d2d2d;}
    .navbar-toggler i {color: #2d2d2d !important;}
    .navbar {padding: 0px;}
    .menu-row {height: auto; flex-direction: column;}
    .noneed-on-mobile {display: none;}
    .menu-row a {font-size: 12pt;margin-top: 5px;margin-bottom: 5px;}
    #vibritesztNav2 {position: absolute;top: 85px;z-index: 100;background-color: white;right: 0px;}
    .home-hero {height: auto;padding-bottom: 3em;}
    .home-hero-title {font-size: 17pt;}
    .home-hero-conti {padding: 3rem 0 2rem 1rem;}
    .home-hero-subtitle {margin-top: .5em;margin-bottom: 1em;font-size: 11pt;}
    .standard-btn {font-size: 10pt;}
    .carousel-indicators {margin-bottom: 5px;}
    .need-on-mobile {display: block;}

    .left-red-block {display: none;}
    .right-img-block {display: none;}
    .home-above-blog-fluid {background-color: #e4023b;}
    .red-btn.absolute {position: initial;margin-top: 1em;margin-bottom: 1em;border: 2px solid #fffffd;background-color: #9b9b9b;}

    .big-standard-full-title {font-size: 18pt;}

    .one-big-category img {height: 250px; width: 100% !important;}
    .one-big-category-title {font-size: 14pt;bottom: 0px;}
    .home-one-product-block img {object-fit: contain;}
    .home-one-product-block img {height: 340px;}
    .prod-name-price-block .prod-name {font-size: 10pt;}
    .prod-name-price-block {padding-left: 1em;padding-right: 1em;}

    .text-block .text-block-title {font-size: 12pt; line-height: normal;}
    .text-block {font-size: 10pt; line-height: normal;}
    .home-above-blog-fluid .text-block{padding: 3em 0 !important;}

    .small-blogs-title {margin-top: 1em;}
    .home-biggest-blog img {height: 250px;}
    .one-small-blog-row img {height: 100px;}
    .one-small-blog-row {justify-content: flex-start;}
    .small-blogs-title {font-size: 14pt;}
    .home-biggest-blog .blog-title {font-size: 15pt;}
    .home-biggest-blog .blog-desc {font-size: 11pt;}
    .home-biggest-blog .date-block {left: -30px;}
    .home-biggest-blog .date-block {font-size: 8pt;}
    .home-biggest-blog .date-block b {font-size: 18pt;}
    .home-last-fluid-title {font-size: 16pt;}
    .home-last-text-block {padding: 25px 0px 0px 0px;}
    .one-small-blog-row > a {width: 150px;}
    .partners-flex {flex-wrap: wrap; justify-content: center;}

    .home-last-img-fluid img {width: 100%; position: inherit;padding-left: 15px;padding-right: 15px; height: auto !important;}

    .home-last-fluid-text {font-size: 10pt;}
    .home-partners {padding: 1em;}
    .partners-flex img {height: 81px;width: 149px;object-fit: contain;margin-bottom: 1em;}
    .need-on-mobile a {display: block;margin: 0 auto;overflow: hidden;text-align: center;}
    .need-on-mobile img {width: 150px;}

    .footer-title, .footer-link, .footer-contact-row {font-size: 10pt;}
    .footer-contact-row svg {aspect-ratio: 1;}

    /*about us start*/
    .one-page-nav-fluid .row {height: 140px;}
    .ditto-block {font-size: 11pt;position: initial; width: 100%;margin: 0 auto; margin-bottom: 2em;padding-right: 2em;}
    .section-2 {background-color: #e7e8ea;background-image: initial;margin-bottom: 0em;}
    .standard-text {font-size: 11pt;}
    .standard-big-title {font-size: 15pt;}
    .last-sec-p-title {padding-right: 0em;}
    .about-us-1-img {height: 250px;width: 100%;object-fit: contain;}
    /*about us end*/

    /*blog list start*/
    .blog-list-item-text {font-size: 11pt;}
    .one-blog-list-item img {height: 165px;}
    .blog-list-item-content {padding: 1em;}
    .standard-title {font-size: 11pt;}
    .button-row .blog-list-nxt-btn {font-size: 11pt;}
    .blog-list-item-text {height: auto;min-height: 50px;}
    .blog-title-list-item {font-size: 12pt;height: auto;padding-top: 1em;padding-bottom: 1em;}
    /*blog list end*/

    /*blog view start*/
    .blog-view-big-img {height: 250px;}
    .blog-view-title {font-size: 15pt;}
    .blog-view-desc {font-size: 12pt;}
    .different-align {flex-direction: column-reverse;}
    .blog-view-bottom-part {margin-bottom: 2em;}
    /*blog view end*/

    /*login start*/
    .login-title {padding-top: 1rem;font-size: 13pt;}
    .pwd-reminder {font-size: 11pt;}
    .reg-block {padding-left: 0;}
    .login-block {padding-right: 0;margin-bottom: 2em;}
    .login-fluid .left-side {display: block;width: 100%;height: 36%;top: 0px;background-color: #f4f5f7;}
    .login-fluid.forgot-fluid .left-side {display: block;width: 100%;height: 100% !important;top: 0px;background-color: #f4f5f7;}
    .login-fluid .right-side {width: 100%;height: 64%;bottom: 0px;top: initial;background-color: white;}
    .login-fluid.forgot-fluid .right-side {display: none;}
    /*login end*/

    /*product list start*/
    .one-category-row {font-size: 11pt;}
    .products-category-title {font-size: 12pt !important;}
    .price-input .separator {width: 29px !important;}
    .field input {font-size: 16px !important;}
    .products-list-row .home-one-product-block img {height: 378px;object-fit: contain;}
    .products-list-row .prod-name-price-block .prod-name {height: 75px;}
    .products-sort-block select {max-width: auto;font-size: 12pt;}
    .products-list-top-row {flex-direction: column;align-items: flex-start;}
    /*product list end*/

    /*contact start*/
    .contact-title, .contact-gray-title {font-size: 14pt;}
    .contact-gray-block {padding: 1em 2em;}
    .one-contact-row {font-size: 10pt;}
    .contact-form {padding-top: 2em; width: 100%;}
    .vibriteszt-input {font-size: 11pt;}
    /*contact end*/

    /*profiles-start*/
    .profilom-nav {font-size: 11pt;}
    .profilom-title {font-size: 13pt;margin-top: 1em;}

    .card-header button, .card-header button:hover, .card-header button:focus {font-size: 11pt;}
    .my-orders-header-cart.body .product-title-cart {font-size: 10pt;}
    .my-orders-header-cart.body .cart-row > img {width: 90px;height: 90px;margin-right: 5px;}
    .my-orders-header-cart.body .product-title-type-cart {width: calc(100% - 95px);}
    .myorders-details-row, .myorders-one-details-block {font-size: 11pt;}
    .my-orders-header-cart > div {font-size: 10pt;}
    .my-roders-header-2 {display: none;}
    .card-header {padding: .3em .6em;}
    .my-orders-header-cart:not(.body) {display: none;}
    .my-orders-header-cart.body {padding-bottom: .5em; border-bottom: 1px solid #2d2d2d; margin-bottom: .5em;}
    .my-orders-header-cart {flex-direction: column;}
    .only-small-mobile {display: block;}
    .my-orders-header-cart .block-1,
    .my-orders-header-cart .block-2,
    .my-orders-header-cart .block-3,
    .my-orders-header-cart .block-4,
    .my-orders-header-cart .block-5 {width: 100%;}
    .myorders-details-row, .myorders-one-details-block {width: 100%;}
    /*profiles-end*/

    /*single product start*/
    .prod-view-title {font-size: 16pt;}
    .price-row .new-price {font-size: 16pt;}
    .prod-short-desc, .one-detail {font-size: 12pt;}
    .product-big-image {height: 300px;object-fit: contain;}
    .prod-more-desc {font-size: 12pt;}
    .prod-underlined-title {font-size: 22pt;}
    .one-video {height: 300px;margin-bottom: 1.5em;}
    .prod-more-desc {column-count: inherit;}
    /*single product end*/


    /*cart css start*/
    .cart-row {flex-direction: column;align-items: center;}
    .product-title-type-cart, .product-price-quantity-cart {width: 100%;align-items: center; justify-content: center;display: flex;}
    .product-price-quantity-cart {flex-direction: column;padding-left: 0px;}
    .product-title-cart {text-align: center;}
    .cart-title, .summary-row-cart {font-size: 14pt;}
    .summary-row-cart {font-size: 12pt;}
    .gray-cart-info-block {font-size: 11pt;}
    .product-price-cart {text-align: center;}
    .product-title-cart, .product-price-cart {font-size: 12pt;}
    .cart-row > img {width: 100px;height: 100px;margin-right: 0px;}
    /*cart css end*/

    /*order start*/
    .summary-big-title {font-size: 18pt;margin-bottom: 1em;}
    .summary-block-title {font-size: 15pt;margin-top: 0px;}
    .cart.summary-cart .product-title-cart {font-size: 12pt;}
    .cart.summary-cart img {width: 80px;height: 80px;margin-right: 5px;}
    .cart.summary-cart .product-price-quantity-cart {width: auto;}
    .cart.summary-cart .product-title-type-cart {width: 100px;}
    .cart.summary-cart .product-price-cart {font-size: 12pt;}
    .vibriteszt-input, .give-datas-block .custom-checkbox p {font-size: 11pt;}
    .cart.summary-cart {margin-top: 68px;}

    .back-btn-to-shopping {font-size: 11pt;}
    /*order end*/

    .prod-video-desc {flex-direction: column;}
    .prod-video-desc a {margin-top: 10px;margin-bottom: 10px;}
    .big-circle-shadow,.big-circle-box{
        width: 186px !important;
        height: 189px !important;
    }
    .big-circle-title {
        font-size: 16px !important;
        line-height: 16.5px !important;
        text-wrap: balance !important;
    }
    .big-circle-text {
        font-size: 14px !important;
        line-height: 14.5px !important;
    }
    .big-circle-content {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .big-circle-box{margin-bottom: 1em !important; margin: 0 auto;}
    .big-circle-shadow{left: calc(50% - 94px) !important;}
    .big-circle-icon svg{width: 37px; height: 24px;}
    .home-subblock-content{
        width: 100% !important;
    }
    .home-subblock-text {
        margin-bottom: .5em !important;
        padding-right: 0 !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .home-subblock-title{
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .home-subblock-content {
        padding: 1.5em 1em !important;
    }
    .review-content {
        padding: 1.5em 1em !important;
        width: 80%;
        left: calc(20% - 50px);
    }
    .review-text{font-size: 17px !important; line-height: 17px !important;
        width: 90%;}
    .review-block .container .row:nth-child(2){
        overflow-x: scroll;
        padding-bottom: 1em;
        flex-wrap: nowrap !important;
    }
    .review-box > svg{
        width: 100%;
    }
    .review-out-date,.review-out-name{
        padding-left: 0 !important;
        width: fit-content;
        margin: 0 auto;
    }
    .review-out-date{
        transform: translateX(-150%);
    }
    .review-out-name{
        transform: translateX(-10%);
    }
    .home-blog-block{
        flex-direction: column !important;
    }
    .home-blog-inner{margin-left: 0 !important; margin-top: 1em !important;}
    .blog-button{padding-top: 1em;}
    .home-blog-block img {
        width: 100% !important;
    }
    .date-block{font-size: 16px !important;}
    .blog-title{font-size: 20px !important;}
    .blog-desc{font-size: 18px !important;}
    .newsletter-form-container .right-side {
        display: none;
    }
    .uniq-hr {
        margin: 2em 0 !important;
    }
    .last-subblock{
        margin-top: 0 !important;
    }
    .sales-btn {
        margin: 1em auto !important;
    }
    .partners-flex img {height: 50px;width: 100%;object-fit: contain;  margin-bottom: 0 !important;}
    .partner-circle {width: 97px !important;height: 98px !important; margin-bottom: 1em ;}
    .allrights, .createdby, .footer-contact-row, .footer-link {
        font-size: 16px !important;
    }
    .footer-fluid .noneed-mobile img{
        display: none;
    }
    .sec-section-conti {
        flex-basis: unset !important;
    }
    .sec-section-conti .search-form svg {
        margin-left: 15px !important;
        margin-top: 3px !important;
    }
    .thrd-section-conti {
        flex-basis:33.33% !important;
    }
    .sec-section-freedelivery {
        flex-basis: 33.33% !important;
    }
    .top-row > div:first-child{
        flex-basis: 33.33% !important;
    }
    .sec-section-conti{
        display: none !important;
    }
    .blog-main-title {
        margin-bottom: 0 !important;
    }
    .addedToCart_layer .alert-success .footer .buttons {flex-direction: column !important;}
    .addedToCart_layer .alert-success .footer .buttons .backtopage,
    .addedToCart_layer .alert-success .footer .buttons .tothecart{
        margin: .5em auto !important;
    }
    .addedToCart_layer .alert-success .body-img img {
        width: 70px !important;
        height: 70px !important;
    }
    .addedToCart_layer .alert-success .body-block {
        width: 90% !important;
    }
    .addedToCart_layer .alert-success .buttons .standard-btn {
        padding: 6px 20px !important;
    }
    .addedToCart_layer .alert-success #scrLeft svg, .addedToCart_layer .alert-success #scrRight svg {
        width: 20px !important;
        height: 20px !important;
    }
    .extra-content .home-one-product-block img {
        height: 200px !important;
    }
    .addedToCart_layer .new-price-block .add-to-cart {
        padding: 3px 1em !important;
        font-size: 16px !important;
    }
    .home-subblock-image-effect{
        width: 90% !important;
    }
    .sales-btn {width: 100% !important;}
    .product-footerbox{flex-wrap: wrap;justify-content: center !important;}
    .product-footertitle{flex-wrap:wrap;}
    .product-footertitle,.product-footerprice{font-size: 18px !important;}
    .product-footerimage{flex-basis: 20%; margin: auto !important;}
    .product-footertitle p{margin: auto;}
    .product-footerprice{flex-basis: 100%;
        text-align: center;}
    .plus-add-to-cart{padding: 5px 20px !important;}
    .product-footerprice span{font-size: 16px !important;}
    .free-delivery-text{text-align: center;}
    .quantity-button-row{
        flex-wrap: wrap;
        justify-content: center !important;
        gap: .5em;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .one-big-category-cik:nth-child(3n-1) .one-big-category {
        border-left: 0px !important; border-right: 0px !important;
    }
    .one-big-category-cik:nth-child(2n) .one-big-category {
        border-left: 2px solid #fff !important; border-right: 0px !important;
    }
    .prod-video-desc {flex-direction: column;}
    .prod-video-desc a {margin-top: 10px;margin-bottom: 10px;}
    .account-block .dropdown-menu {left: -82px !important;}
    .outer-logo-link {display: block;width: 130px;height: auto; object-fit: contain;}
    .navbar-toggler {border: 1px solid #2d2d2d;}
    .navbar-toggler i {color: #2d2d2d !important;}
    .navbar {padding: 0px;}
    .menu-row {height: auto; flex-direction: column;}
    .noneed-on-mobile {display: none;}
    .menu-row a {font-size: 12pt;margin-top: 5px;margin-bottom: 5px;}
    #vibritesztNav2 {position: absolute;top: 88px;z-index: 100;background-color: white;right: 0px;}
    .home-hero {height: 350px;}
    .home-hero-title {font-size: 24pt;}
    .home-hero-conti {padding-top: 4rem;padding-left: 3rem;padding-right: 3rem;}
    .home-hero-subtitle {font-size: 14pt;}
    .standard-btn {font-size: 11pt;}
    .need-on-mobile {display: block;}

    .big-standard-full-title {font-size: 20pt;}

    .one-big-category img {height: 330px;}
    .one-big-category-title {font-size: 14pt;bottom: 0px;}
    .home-one-product-block img {object-fit: contain;}
    .home-one-product-block img {height: 340px;}
    .prod-name-price-block .prod-name {font-size: 10pt;}
    .prod-name-price-block {padding-left: 1em;padding-right: 1em;}

    .text-block .text-block-title {font-size: 12pt;}
    .text-block {font-size: 10pt;}

    .small-blogs-title {margin-top: 1em;}
    .home-biggest-blog img {height: 250px;}
    .one-small-blog-row img {height: 120px;}
    .one-small-blog-row {justify-content: flex-start;}
    .small-blogs-title {font-size: 14pt;}
    .home-biggest-blog .blog-title {font-size: 15pt;}
    .home-biggest-blog .blog-desc {font-size: 11pt;}
    .home-biggest-blog .date-block {left: -30px;}
    .home-biggest-blog .date-block {font-size: 8pt;}
    .home-biggest-blog .date-block b {font-size: 18pt;}
    .home-last-fluid-title {font-size: 16pt;}
    .home-last-text-block {padding: 25px 0px 0px 5px;}
    .one-small-blog-row > a {width: 200px;}
    .partners-flex {flex-wrap: wrap; justify-content: center;}

    .home-last-fluid-text {font-size: 10pt;}
    .home-partners {padding: 1em;}
    .partners-flex img {height: 60px;width: 100%;object-fit: contain;}
    .partner-circle {width: 107px !important;height: 108px !important;}

    .footer-title, .footer-link, .footer-contact-row {font-size: 10pt;}
    .footer-contact-row svg {aspect-ratio: 1;}

    /*about us start*/
    .one-page-nav-fluid .row {height: 140px;}
    .ditto-block {font-size: 11pt;position: initial; width: 540px;margin: 0 auto; margin-bottom: 2em;}
    .standard-text {font-size: 11pt;}
    .standard-big-title {font-size: 15pt;}
    .last-sec-p-title {padding-right: 0em;}
    .about-us-1-img {height: 250px;width: 100%;object-fit: contain;}
    /*about us end*/

    /*blog list start*/
    .blog-list-item-text {font-size: 11pt;}
    .one-blog-list-item img {height: 165px;}
    .blog-list-item-content {padding: 1em;}
    .standard-title {font-size: 11pt;}
    .button-row .blog-list-nxt-btn {font-size: 11pt;}
    .blog-title-list-item {font-size: 11pt;height: 60px;}
    /*blog list end*/

    /*blog view start*/
    .blog-view-big-img {height: 200px;}
    .blog-view-title {font-size: 15pt;}
    .blog-view-desc {font-size: 12pt;}
    /*blog view end*/

    /*login start*/
    .login-title {padding-top: 1rem;font-size: 13pt;}
    .pwd-reminder {font-size: 11pt;}
    .reg-block {padding-left: 1em;}
    .login-block {padding-right: 1em;}
    /*login end*/

    /*product list start*/
    .one-category-row {font-size: 12pt;}
    .products-category-title {font-size: 14pt !important;}
    .price-input .separator {width: 29px !important;}
    .field input {font-size: 16px !important;}
    .products-list-row .home-one-product-block img {height: 378px;object-fit: contain;}
    .products-list-row .prod-name-price-block .prod-name {height: 75px;}
    .products-sort-block select {max-width: 157px;font-size: 10pt;}
    /*product list end*/

    /*contact start*/
    .contact-title, .contact-gray-title {font-size: 14pt;}
    .contact-gray-block {padding: 1em 2em;}
    .one-contact-row {font-size: 10pt;}
    .contact-form {padding-top: 2em; width: 100%;}
    /*contact end*/

    /*profiles-start*/
    .profilom-nav {font-size: 11pt;}
    .profilom-title {font-size: 14pt;}

    .card-header button, .card-header button:hover, .card-header button:focus {font-size: 11pt;}
    .my-roders-header-2 {font-size: 11pt;}
    .my-orders-header-cart.body .product-title-cart {font-size: 10pt;}
    .my-orders-header-cart.body .cart-row > img {width: 90px;height: 90px;margin-right: 5px;}
    .my-orders-header-cart.body .product-title-type-cart {width: calc(100% - 95px);}
    .myorders-details-row, .myorders-one-details-block {font-size: 11pt;}
    .my-orders-header-cart > div {font-size: 10pt;}
    /*profiles-end*/

    /*single product start*/
    .prod-view-title {font-size: 16pt;}
    .price-row .new-price {font-size: 16pt;}
    .prod-short-desc, .one-detail {font-size: 13pt;}
    .product-big-image {height: 300px;object-fit: contain;}
    .prod-more-desc {font-size: 13pt;}
    .prod-underlined-title {font-size: 22pt;}
    .one-video {height: 300px;}
    /*single product end*/

    /*cart css start*/
    .cart-title {font-size: 15pt;}
    .product-title-cart, .product-price-cart {font-size: 12pt;}
    .cart-row > img {width: 100px;height: 100px;}
    /*cart css end*/

    /*order start*/
    .summary-big-title {font-size: 18pt;}
    .summary-block-title {font-size: 15pt;}
    .cart.summary-cart .product-title-cart {font-size: 10pt;}
    .cart.summary-cart img {width: 80px;height: 80px;margin-right: 5px;}
    .cart.summary-cart .product-price-quantity-cart {width: auto;}
    .cart.summary-cart .product-title-type-cart {width: 100px;}
    .cart.summary-cart .product-price-cart {font-size: 10pt;}
    .vibriteszt-input, .give-datas-block .custom-checkbox p {font-size: 11pt;}
    .cart.summary-cart {margin-top: 68px;}

    .back-btn-to-shopping {font-size: 11pt;}
    /*order end*/
    .big-circle-shadow,.big-circle-box{
        width: 226px !important;
        height: 229px !important;
    }
    .big-circle-title {
        font-size: 18px !important;
        line-height: 22.5px !important;
    }
    .big-circle-text {
        font-size: 16px !important;
        line-height: 16.5px !important;
    }
    .big-circle-content {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .big-circle-box{margin-bottom: 1em !important;}
    .one-big-category img {
        width: 256px !important
    }
    .one-big-category {
        width: fit-content !important;
    }
    .home-subblock-image-effect {
        width: calc(100% - 150px) !important;
    }
    .home-subblock-content{
        width: 100% !important;
    }
    .home-subblock-text {
        margin-bottom: 6em !important;
        padding-right: 0 !important;
        font-size: 18px !important;
    }
    .home-subblock-title{
        font-size: 20px !important;
    }
    .review-box > svg{
        width: 230px !important;
    }
    .review-content {
        padding: 1.5em 1em !important;
        margin-top: 2.5em;
    }
    .review-text{font-size: 17px !important; line-height: 17px !important;overflow: scroll; height: 70px;
        width: 90%;}
    .review-out-name {
        font-size: 13px !important;
        line-height: 14px !important;
    }
    .review-out-date {
        padding-left: 2em !important;
        font-size: 16px !important;
    }
    .review-stars svg{width: 16px !important;}
    .review-box{height: 210px;}
    .review-block .container .row:nth-child(2){
        overflow-x: scroll;
        padding-bottom: 1em;
        flex-wrap: nowrap !important;
    }
    .home-blog-block{
        flex-direction: column !important;
    }
    .home-blog-inner{margin-left: 0 !important; margin-top: 1em !important;}
    .blog-button{padding-top: 1em;}
    .home-last-img-fluid img {width: 100%; position: inherit;padding-left: 15px;padding-right: 15px; height: auto !important;}
    .addedToCart_layer .alert-success .footer .buttons {flex-direction: column !important;}
    .addedToCart_layer .alert-success .footer .buttons .backtopage,
    .addedToCart_layer .alert-success .footer .buttons .tothecart{
        margin: .5em auto !important;
    }
    .sec-section-freedelivery {flex-basis: unset !important;}
    .sec-section-conti {flex-basis: unset !important;}
    .top-row {justify-content: unset !important;}
    .sec-section-conti .search-form input {width: 185px !important;}
    .product-footerbox{flex-wrap: wrap; justify-content: space-around !important;}
    .product-footertitle,.product-footerprice{font-size: 21px !important;}
    .plus-add-to-cart{padding: 5px 20px !important;}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .one-small-blog-row > a {width: calc(45% - 15px);}
    .one-small-blog-row .blog-small-title {width: 55%;}
    .one-small-blog-row .blog-small-title a {font-size: 11pt;}
    .account-block .dropdown-menu {left: -82px !important;}
    .outer-logo-link {display: block;width: 170px;height: auto; object-fit: contain;}
    .navbar-toggler {border: 1px solid #2d2d2d;}
    .navbar-toggler i {color: #2d2d2d !important;}
    .navbar {padding: 0px;}
    .menu-row {height: auto; flex-direction: column;}
    .noneed-on-mobile {display: none;}
    .menu-row a {font-size: 12pt;margin-top: 5px;margin-bottom: 5px;}
    #vibritesztNav2 {position: absolute;top: 108px;z-index: 100;background-color: white;right: 0px;}
    .home-hero {height: 450px;}
    .home-hero-title {font-size: 30pt;}
    .home-hero-conti {padding-top: 6rem;padding-left: 5rem;padding-right: 5rem;}
    .home-hero-subtitle {font-size: 16pt;}

    .big-standard-full-title {font-size: 25pt;}

    .one-big-category img {height: 320px;}
    .one-big-category-title {font-size: 18pt;}
    .home-one-product-block img {height: 340px;}
    .prod-name-price-block .prod-name {font-size: 10pt;}
    .prod-name-price-block {padding-left: 1em;padding-right: 1em;}

    .text-block .text-block-title {font-size: 14pt;}
    .text-block {font-size: 12pt;}

    .home-biggest-blog img {height: 400px;}
    .one-small-blog-row img {height: calc((400px - 80px - 14px - 30px) / 4);}
    .small-blogs-title {font-size: 14pt;}
    .home-biggest-blog .blog-title {font-size: 15pt;}
    .home-biggest-blog .blog-desc {font-size: 11pt;}
    .home-biggest-blog .date-block {left: -30px;}
    .home-biggest-blog .date-block {font-size: 8pt;}
    .home-biggest-blog .date-block b {font-size: 18pt;}
    .home-last-fluid-title {font-size: 20pt;}

    .home-last-fluid-text {font-size: 11pt;}

    .partners-flex img {max-height: 70px;}
    .partner-circle {
        width: 127px !important;
        height: 128px !important;
    }

    .footer-title, .footer-link, .footer-contact-row {font-size: 10pt;}
    .footer-contact-row svg {aspect-ratio: 1;}

    /*about us start*/
    .one-page-nav-fluid .row {height: 140px;}
    .ditto-block {padding-right: 4%;font-size: 11pt;}
    .standard-text {font-size: 11pt;}
    .standard-big-title {font-size: 15pt;}
    .last-sec-p-title {padding-right: 0em;}
    /*about us end*/

    /*blog view start*/
    .blog-view-big-img {height: 250px;}
    .blog-view-title {font-size: 17pt;}
    .blog-view-desc {font-size: 13pt;}
    /*blog view end*/

    /*login start*/
    .login-title {padding-top: 2rem;font-size: 15pt;}
    .pwd-reminder {font-size: 11pt;}
    .reg-block {padding-left: 2em;}
    .login-block {padding-right: 2em;}
    /*login end*/

    /*product list start*/
    .one-category-row {font-size: 12pt;}
    .products-category-title {font-size: 14pt !important;}
    .price-input .separator {width: 29px !important;}
    .field input {font-size: 16px !important;}
    .products-list-row .home-one-product-block img {height: 378px;object-fit: contain;}
    .products-list-row .prod-name-price-block .prod-name {height: 100px;}
    .products-list-row .prod-name-price-block  {padding-left: .4em; padding-right: .4em;}
    /*product list end*/

    /*contact start*/
    .contact-title, .contact-gray-title {font-size: 14pt;}
    .contact-gray-block {padding: 1em 2em;}
    .one-contact-row {font-size: 10pt;}
    .contact-form {padding-top: 3em; width: 85%;}
    /*contact end*/

    /*profiles-start*/
    .profilom-nav {font-size: 11pt;}
    .profilom-title {font-size: 14pt;}

    .card-header button, .card-header button:hover, .card-header button:focus {font-size: 11pt;}
    .my-roders-header-2 {font-size: 11pt;}
    .my-orders-header-cart.body .product-title-cart {font-size: 10pt;}
    .my-orders-header-cart.body .cart-row > img {width: 90px;height: 90px;margin-right: 5px;}
    .my-orders-header-cart.body .product-title-type-cart {width: calc(100% - 95px);}
    .myorders-details-row, .myorders-one-details-block {font-size: 11pt;}
    .my-orders-header-cart > div {font-size: 10pt;}
    /*profiles-end*/

    /*single product start*/
    .prod-view-title {font-size: 16pt;}
    .price-row .new-price {font-size: 16pt;}
    .prod-short-desc, .one-detail {font-size: 13pt;}
    .product-big-image {height: 300px;}
    .prod-more-desc {font-size: 13pt;}
    .prod-underlined-title {font-size: 22pt;}
    .one-video {height: 300px;}
    /*single product end*/

    /*cart css start*/
    .cart-title {font-size: 15pt;}
    .summary-row-cart {font-size: 14pt; flex-direction: column;}
    .product-title-cart, .product-price-cart {font-size: 12pt;}
    .cart-row > img {width: 100px;height: 100px;}
    /*cart css end*/

    /*order start*/
    .summary-big-title {font-size: 18pt;}
    .summary-block-title {font-size: 15pt;}
    .cart.summary-cart .product-title-cart {font-size: 10pt;}
    .cart.summary-cart img {width: 80px;height: 80px;margin-right: 5px;}
    .cart.summary-cart .product-price-quantity-cart {width: auto;}
    .cart.summary-cart .product-title-type-cart {width: 100px;}
    .cart.summary-cart .product-price-cart {font-size: 10pt;}
    .vibriteszt-input, .give-datas-block .custom-checkbox p {font-size: 10pt;}
    .cart.summary-cart {margin-top: 68px;}
    /*order end*/

    .home-one-product-block .new-price-block .prod-name {font-size: 16px !important;}
    .new-price-block .prod-price .price {font-size: 17px !important;}
    .new-price-block .add-to-cart {padding: 5px 1em !important;}
    .price-btn-wrapper {
        margin: 1em 0;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .new-price-block .add-to-cart {
        padding: 2px 1em !important;
        font-size: 18px !important;
    }
    .big-circle-box{
        margin-bottom: 1em;
    }
    .one-big-category img {
        width: 226px !important
    }
    .one-big-category {
        width: fit-content !important;
    }
    .home-subblock-image-effect {
        width: calc(100% - 180px) !important;
    }
    .home-subblock-content{
        width: 100% !important;
    }
    .home-subblock-text {
        margin-bottom: 4em !important;
        padding-right: 200px !important;
        font-size: 20px !important;
    }

    .review-box > svg{
        width: 230px !important;
    }
    .review-content {
        padding: 1.5em 1em !important;
        margin-top: 2.5em;
    }
    .review-text{font-size: 17px !important; line-height: 17px !important;overflow: scroll; height: 70px;}
    .review-out-name {
        font-size: 13px !important;
        line-height: 14px !important;
    }
    .review-out-date {
        padding-left: 2em !important;
        font-size: 16px !important;
    }
    .review-stars svg{width: 16px !important;}
    .review-box{height: 210px;}
    .sec-section-conti .search-form input {width: 300px !important;}
    .sec-section-freedelivery {flex-basis: unset !important;}
    .sec-section-conti {flex-basis: unset !important;}
    .product-footertitle,.product-footerprice{font-size: 21px !important;}
    .plus-add-to-cart{padding: 5px 20px !important;}
    .quantity-button-row{
        flex-wrap: wrap;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .menu-row a {font-size: 11pt;}
    .home-hero {height: 570px;}
    .home-hero-title {font-size: 38pt;}
    .home-hero-conti {padding-top: 6rem;}
    .home-hero-subtitle {font-size: 18pt;}

    .big-standard-full-title, .home-last-fluid-title {font-size: 28pt;}

    .one-big-category img {height: 390px;}
    .one-big-category-title {font-size: 20pt;}
    .home-one-product-block img {height: 440px;}
    .prod-name-price-block .prod-name {font-size: 10pt;}

    .text-block .text-block-title {font-size: 16pt;}
    .text-block {font-size: 14pt;}

    .home-biggest-blog img {height: 435px;}
    .one-small-blog-row img {height: calc((500px - 80px - 14px - 30px) / 4);}
    .small-blogs-title {font-size: 14pt;}
    .home-biggest-blog .blog-title {font-size: 18pt;}
    .home-biggest-blog .blog-desc {font-size: 13pt;}

    .home-last-fluid-text {font-size: 14pt;}

    .partners-flex img {max-height: 80px;}

    .footer-title {font-size: 12pt;}

    /*about us start*/
    .one-page-nav-fluid .row {height: 150px;}
    .ditto-block {padding-right: 8%;font-size: 14pt;}
    .standard-text {font-size: 13pt;}
    .standard-big-title {font-size: 17pt;}
    /*about us end*/

    /*blog list start*/
    .blog-list-item-text {font-size: 11pt;}
    .standard-title {font-size: 11pt;}
    .button-row .blog-list-nxt-btn {font-size: 11pt;}
    .blog-title-list-item {font-size: 11pt;height: 60px;}
    /*blog list end*/

    /*blog view start*/
    .blog-view-big-img {height: 300px;}
    .blog-view-desc {font-size: 13pt;}
    /*blog view end*/

    /*login start*/
    .login-title {padding-top: 3rem;font-size: 16pt;}
    /*login end*/

    /*product list start*/
    .one-category-row {font-size: 13pt;}
    .products-category-title {font-size: 14pt;}
    .price-input .separator {width: 29px;}
    .field input {font-size: 16px;}
    .products-list-row .home-one-product-block img {height: 378px;object-fit: contain;}
    .products-list-row .prod-name-price-block .prod-name {height: 100px;}
    .products-list-row .prod-name-price-block {padding-left: .5em;padding-right: .5em;}
    /*product list end*/

    /*contact start*/
    .contact-title, .contact-gray-title {font-size: 17pt;}
    .contact-gray-block {padding: 1em 2em;}
    .one-contact-row {font-size: 11pt;}
    /*contact end*/

    /*profilom start*/
    .card-header button, .card-header button:hover, .card-header button:focus {font-size: 12pt;}
    .my-roders-header-2 {font-size: 12pt;}
    .my-orders-header-cart.body .product-title-cart {font-size: 11pt;}
    .myorders-details-row, .myorders-one-details-block {font-size: 12pt;}
    /*profilom end*/

    /*single product start*/
    .prod-view-title {font-size: 21pt;}
    .product-big-image {height: 344px;}
    .prod-more-desc {font-size: 13pt;}
    .prod-underlined-title {font-size: 26pt;}
    .one-video {height: 340px;}
    /*single product end*/

    /*order start*/
    .summary-big-title {font-size: 21pt;}
    .summary-block-title {font-size: 16pt;}
    .product-title-cart {font-size: 12pt;}
    .cart.summary-cart .product-price-cart {font-size: 11pt;}
    .cart.summary-cart {margin-top: 68px;}
    /*order end*/

    .home-one-product-block .new-price-block .prod-name {font-size: 16px !important;}
    .new-price-block .prod-price .price {font-size: 17px !important;}
    .new-price-block .add-to-cart {padding: 5px 1em !important;}
    .home-hero-conti{
        padding-right: 35rem;
    }
    .new-price-block .add-to-cart {
        padding: 2px 1em !important;
        font-size: 18px !important;
    }
    .big-circle-shadow,.big-circle-box{
        width: 226px !important;
        height: 229px !important;
    }
    .big-circle-title {
        font-size: 18px !important;
        line-height: 22.5px !important;
    }
    .big-circle-text {
        font-size: 16px !important;
        line-height: 16.5px !important;
    }
    .big-circle-content {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .one-big-category img {
        width: 306px !important;
    }
    .one-big-category {
        width: fit-content !important;
    }
    .home-subblock-image-effect {
        width: calc(100% - 180px) !important;
    }
    .home-subblock-content{
        width: 100% !important;
    }
    .review-box > svg{
        width: 310px !important;
    }
    .review-content {
        padding: 1.5em 1em !important;
    }
    .review-stars{margin-top: 1em;}
    .review-text{font-size: 17px !important; line-height: 17px !important;}
    .review-out-name {
        font-size: 18px !important;
        line-height: 19px !important;
        transform: translateY(-100%);
    }
    .review-out-date {
        padding-left: 2em !important;
        transform: translateY(-80%);
    }
    .sec-section-freedelivery {
        flex-basis: 12% !important;
    }
    .sec-section-conti {flex-basis: unset !important;}
    .product-footertitle,.product-footerprice{font-size: 24px !important;}

}
@media (max-width:991px){
    .top-navbar-section,.desktop-img{
        display: none;
    }
    .top-second-section a img{
        width: 100% !important;
    }
    .menu-row a:focus,
    .menu-row a:hover {
        color: red !important;
    }
    #vibritesztNav2 .menu-row a:hover{
        color: red !important;
    }
    #vibritesztNav2 .menu-row a{
        color: black !important;
    }
    .new-price-block .prod-price .old-price {
        position: unset !important;
        align-content: center;
        margin-left: .5em;
    }
    .prod-price{flex-direction: row-reverse !important; justify-content: center !important;}
}
@media (min-width:1200px) and (max-width:1400px){
    .home-hero-conti{
        padding-right: 45rem;
    }
    .new-price-block .add-to-cart {
        padding: 2px 1em !important;
    }
    .big-circle-shadow,.big-circle-box{
        width: 266px !important;
        height: 265px !important;
    }
    .big-circle-title {
        font-size: 22px !important;
        line-height: 24.5px !important;
    }
    .big-circle-text {
        font-size: 18px !important;
        line-height: 21.5px !important;
    }
    .one-big-category img {
        width: 366px !important;
    }
    .one-big-category {
        width: fit-content !important;
    }
    .home-subblock-image-effect {
        width: calc(100% - 250px) !important;
    }
    .home-subblock-text {
        margin-bottom: 2em !important;
    }
    .review-box > svg{
        width: 340px !important;
    }
    .review-content {
        padding: 1.5em 1.5em !important;
        padding-right: 3em !important;
    }
    .review-stars{margin-top: .5em;}
    .review-text{font-size: 18px !important; line-height: 19px !important;}
    .price-btn-wrapper {align-items: center !important; flex-direction: column !important;}
    .new-price-block .prod-price .old-price {
        position: unset !important;
        align-content: center;
        margin-left: .5em;
    }
    .prod-price{flex-direction: row-reverse !important; justify-content: center !important;}
    .sec-section-freedelivery {flex-basis: 10% !important;}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
 }

@media (min-width: 1400px) {
    .container {
        width: 1320px !important;
        max-width: 1320px !important;
    }

    #vibritesztNav2 {
        justify-content: center;
    }
}

@media (min-width:1400px) and (max-width: 1550px){
    .new-price-block .prod-price .price {
        font-size: 18px !important;
    }
    .new-price-block .prod-price .old-price {
        font-size: 18px !important;
    }
}

@media (min-width: 1550px){
    .product-listfluid > .container{
        width: 1520px !important;
        max-width: 1520px !important;
    }

}

@media (max-width:350px){
    .review-stars svg{
        width: 15px !important;
    }
    .review-stars{
        margin-bottom: .5em !important;
        margin-top: 1em;
    }
    .review-text{
        font-size: 15px !important;
        height: 120px !important;
        overflow: hidden;
    }
    .review-out-name{
        font-size: 16px !important;
    }
    .review-out-date{
        font-size: 14px !important;
    }
}
@media (max-width:430px){
    .review-stars svg{
        width: 15px;
    }
    .review-stars{
        margin-bottom: .5em !important;
        margin-top: 1em;
    }
    .review-text{
        font-size: 15px !important;
        height: 120px !important;
        overflow: hidden;
    }
    .review-out-name{
        font-size: 18px !important;
    }
    .review-out-date{
        font-size: 16px !important;
    }
}
@media (max-width:332px){
    .review-stars svg{
        width: 11px !important;
    }
    .review-stars{
        margin-bottom: 0 !important;
        margin-top: 1.5em;
    }
    .review-text{
        font-size: 15px !important;
        height: 120px !important;
        overflow: hidden;
    }
    .review-out-name{
        font-size: 16px !important;
    }
    .review-out-date{
        font-size: 14px !important;
    }
}

.home-one-product-block .prod-loupe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
    width: 50px;
    height: unset;
    display: none;
}

.prod-image-block:hover .prod-loupe {
    display: block;
}

.prod-image-block,
.products-list-row .home-one-product-block img {
    height: 306px;
}

.home-one-product-block {
    border: 1px solid #eeeeee;
    box-shadow: 0px 3px 11px 0px #eeeeee;
}

.home-one-product-block .new-price-block {
    padding: 1em 0.7em;
}

.home-one-product-block .new-price-block .prod-name {
    line-height: 1.1em;
    height: 4.4em;
    overflow: hidden;
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    font-size: 18px;
}

.home-one-product-block .new-price-block .prod-name a {
    color: #000;
}

.products-list-row .prod-image-block .hover-overlay {
    transition: .3s;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
    opacity: 0;
}

.products-list-row .prod-image-block:hover .hover-overlay {
    opacity: 1;
}

.new-price-block .prod-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.new-price-block .prod-price .old-price {
    text-decoration: line-through;
    font-size: 20px;
    color: #DB1947;
    position: absolute;
    bottom: 50px;
}
#addedToCart .new-price-block .prod-price .old-price {
	bottom: 80px;
}

.new-price-block .prod-price .price {
    font-family: 'EncodeSans-Bold','QuickSand-Bold';
    font-size: 24px;
}


.last-product-warning {
    color: #ff0040;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}

.sub-menu-item-container {padding-left: 13px;}

.home-one-product-block svg {
    z-index: initial;
}

.price-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.new-price-block .add-to-cart{
    cursor: pointer;
    background-color: rgba(219, 25, 71, 1);
    color: #fff;
    font-family: 'EncodeSans-Bold','QuickSand-Bold';
    padding: 3px 1em;
    font-size: 20px;
    border-radius: 50px;
}

.new-price-block .prod-price {
    white-space: nowrap;
}

.prod-image-block .badge-container {
    position: absolute;
    left: 7px;
    top: 7px;
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
}

.prod-image-block .favorite-container{
    right: 7px;
    left: unset;
}
.prod-image-block .favorite-container .favorite-btn{
    width: fit-content;
    padding: 15px 15px;
}
.prod-image-block .favorite-container .favorite-btn svg{
    right: 50%;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.new-flag {
    height: unset !important;
}

.price-percent {
    display: grid;
    place-items: center;
    background-color: #e61446;
    color: #fff;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    font-family: 'Roboto-Medium';
    position: relative;
}

/*
.price-percent::after {
    content: "";
    position: absolute;
    left: 28%;
    right: 28%;
    height: 2px;
    background-color: #f38aa3;
    top: 68%;
}*/

.postapontvalasztoapi-row {
    display: none;
}

.postapontvalasztoapi-row.act {
    display: block;
}

#valasztott_postapont {
    opacity: 0;
    height: 0px;
}
.active{
    display: block;
}
.notactive{
    visibility: hidden;
    transition: all 1s;
}

.top-info-section,.top-second-section,.top-navbar-section{
    position: sticky;
    z-index: 100;
}
.top-info-section{
    top: 0;
}
.top-second-section{
    top: 50px;
}
.top-navbar-section{
    top: 150px;
    background-color: #ff0040;
    z-index: 1;
}
.top-second-section a img{
    width: calc(100% - 150px);
}
.sec-section-conti .form-group input[type="text"] {
	background-color: rgba(200,200,200,.5);
}
.thrd-section-conti{
    display: flex;
    align-items: center;
}
#vibritesztNav2 .menu-row{
    flex-direction: column;
}
#vibritesztNav2 .menu-row a{
    margin-top: .5em;
    margin-bottom: .5em;
    color: red;
}
.mini-navbar-collapse {
	position: absolute;
	top: 165px;
	right: 0;
	height: 120px;
	width: calc(5% + 1vw);
	background-color: #fff;
}
.nav-dropdownmenu button{
    color: #ff0040;
}
.nav-dropdownmenu button:hover, .nav-dropdownmenu button:focus {
	color: #000 !important;
}
.product-badge-circle{
    width: 63px;
    height: 63px;
    border-radius: 50%;
    align-content: center;
}
.circle_new,.circle_sale,.price-percent{
    background-color: rgba(219, 25, 71, 0.8);
}
.cirlce_last_pieces{
    background-color: rgba(219, 25, 71, 0.5);
}
.circle_sale .product-badge-text{
    font-size: 18px;
}
.cirlce_last_pieces .product-badge-text{
    font-size: 12px !important;
    line-height: 13.75px !important;
}
.circle_new .product-badge-text{
    font-size: 20px;
    line-height: 18px;
}

.price-percent .product-badge-text{
    font-size: 22px;
    line-height: 20px;
}

.product-badge-text{
    width: fit-content;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    font-family: 'EncodeSans-Bold','QuickSand-Bold';
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.big-circle-box{
    width: 306px;
  height: 305px;
  border: 1px solid rgba(219, 25, 71, 1);
  border-radius: 50%;
  align-content: center;
}
.big-circle-content{
    padding-right: 20px;
  padding-left: 20px;
}
.big-circle-icon{
    width: fit-content;
    margin: 0 auto;
}
.big-circle-title{
    font-family: 'EncodeSans-Black','QuickSand-Black';
  font-size: 26px;
  font-weight: 900;
  line-height: 32.5px;
  text-align: center;
  color: rgb(219, 25, 71);
  margin-top: .5em;
  text-transform: uppercase;

}
.big-circle-text{
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: center;
  color: rgb(219, 25, 71);
  margin-top: .5em;
  padding-right: 30px;
  padding-left: 30px;
}
.big-circles-title{
    margin-bottom: 1em;
}
.big-circle-shadow{
    width: 306px;
  height: 305px;
  position: absolute;
  border: 1px solid rgba(219, 25, 71, 0.3);
  border-radius: 50%;
  transform: skew(15deg,-12deg);
  z-index: -1;
}
.kiemelttermek-title{
    margin-top: 1em;
}
.delivery-image{
    background-image: url('../images/home-heder.jpg');
    height: 364px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-subblock-title{
    color: #fff;
    font-size: 24px;
    margin: unset;
    line-height: 30px;
    margin-bottom: .5em;
    text-wrap: balance;
}
.home-subblock-text{
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    font-size: 22px;
    font-weight: 400;
    line-height: 27.5px;
    text-align: left;
    color: #fff;
    margin-bottom: 5em;
    padding-right: 330px;
}
.home-subblock-content{
    padding: 2em 3em;
    width: 60%;
    z-index: 1;
}
.home-subblock-btn{
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
    color: rgba(219, 25, 71, 1);
    text-transform: full-size-kana;
}
.home-subblock-image-effect{
    background: linear-gradient(90deg, rgba(219, 25, 71, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    width: inherit;
    height: inherit;
    display: block;
    position: absolute;
    z-index: 0;
    transform: translateX(-15px);
}
.home_subblock-fluid{
    margin: 4em 0;
}
.home-above-blog-fluid{
    height: 434px;
}
.text-block-title{
    font-size: 30px;
    font-weight: 900;
    line-height: 37.5px;
}
#sales_items{
    max-height: 1100px;
    overflow: hidden;
}
.sales-btn {
	background: rgba(219, 25, 71, 1);
	border-radius: 50px;
	width: 300px;
	height: 50px;
	align-items: center;
	text-align: center;
	margin: 3em auto;
}
.sales-btn div{
    width: fit-content;
    margin: 0 auto;
}
.products_subblock{
    background-image: url('../images/home_alblokk2.webp');
    height: 367px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.review-title{
    margin: 2em 0;
}
.review-content{
    position:absolute;
    top: 0;
    padding: 1.5em 1.5em;
}
.review-stars{
    margin-bottom: 1em;
}
.review-text{
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}
.review-out-name{
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: rgba(219, 25, 71, 1);
    padding-left: 2em;
}
.review-out-date{
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
    font-size: 18px;
    line-height: 22.5px;
    color: rgba(219, 25, 71, 1);
    padding-left: 2.3em;
}
.uniq-hr{
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #DB1947 51.5%, rgba(253, 245, 247, 0.0454545) 100%);
    margin: 4em 0;
}
.blog-main-title{
    margin: 1em 0;
}
.home-blog-inner{
    margin-left: 1em;
}
.blog-btn,.more-blogs,.newsletter-btn{
    color: black;
    background: white;
    border-radius: 50px;
}
.more-blogs{
    margin: 2em auto;
}
.newsletter-form-container .left-side{
    background-color: #DB1947;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
}
.newsletter-form-container .right-side{
    position: absolute;
    height: 400px;
    top: 0;
    right: 0;
    width: 40%;
}
.newsletter-form-container .right-side img{
    width: 100%;
    height: inherit;
    object-fit: cover;
}
.newsletter-btn{
    margin: 0 auto;
}
.newsletter-form-container .home-last-fluid-title,.newsletter-form-container .home-last-fluid-text{
    color: #FFF;
}
.partner-circle{
    border-radius: 50%;
    width: 167px;
    height: 168px;
    border: 1px solid #DB194780;
    align-content: center;
    text-align: center;
    overflow: hidden;
    margin-right: 1em;
}
.partner-title{
    font-size: 30px;
    margin-bottom: 1em;
    text-align: center;
}
.last-subblock{
    margin: 1em 0;
}
.footer-fluid .noneed-mobile img{
    width: 237px;
    height: 139px;
}
.allrights,.createdby,.footer-link,.footer-contact-row{
    font-family: 'Ubuntu-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 22.98px;
}
.allrights,.createdby,.footer-contact-row,.footer-link{
    font-size: 18px;
}
.first-block > .allrights,.first-block .createdby{
    padding-top: 1em;
}
.buyers-block .footer-title{
    margin-left: 1.5em;
}
.vivawallet{
    margin-top: 3em;
}
.arukereso{
    margin-bottom: 1em;
}
.footer-link{
    margin-bottom: .5em;
}
.first-block{
    margin-top: 1em;
}
.second-block,.third-block,.buyers-block{
    margin-top: 2em;
}
/*NEW CART*/
.cartfluid-left{
    position: absolute;
    left: 0;
    background: #fff;
    width: 55%;
    height: 100%;
}
.cartfluid-right{
    position: absolute;
    right: 0;
    background: rgba(200,200,200,.1);
    width: 45%;
    height: 100%;
}
.cartpage-fluid{position: relative;padding: 0;}
.cartpage-fluid .not_summary{display: flex;}
.cartpage-fluid .left-row{
    flex: 0 0 59%;
    max-width: 59%;
    padding-right: 3em;
    height: fit-content;
}
.cartpage-fluid .right-row{
    flex: 0 0 47%;
    max-width: 47%;
    padding-left: 2em;
}
.cart-content{padding: 1em;}
.cartpage-fluid .cart-header{display: flex; align-items: center; flex-wrap: wrap; margin-top: 2em;}
.cartpage-fluid .customerdata .cart-brand,.cartpage-fluid .shipping .cart-brand,
.cartpage-fluid .paying .cart-brand{flex-basis: 70%;}
.cartpage-fluid .cart-brand{flex-basis: 70%;}
.cartpage-fluid .cart-security,.cartpage-fluid .cart-body-reglogin{ text-align: end;}
.cartpage-fluid .cart-progressbox{flex-basis: 100%; margin-top: 2em;}
.cartpage-fluid .cart-body{margin-top: 1em; display: flex; flex-direction: row; flex-wrap: wrap;}
.cartpage-fluid .cart-body-title{flex-basis: 50%; margin-bottom: 1em;}
.cartpage-fluid .cart-body-reglogin{flex-basis: 50%;}
.cartpage-fluid .cart-body-costumerdata .bv-form{display: flex;flex-direction: row;flex-wrap: wrap;}
.cartpage-fluid .cart-body-costumerdata .bv-form .form-group:nth-child(2),
.cartpage-fluid .cart-body-costumerdata .bv-form .form-group:nth-child(5),
.cartpage-fluid .cart-body-costumerdata .bv-form .custom-checkbox.form-group{
    flex-basis: 100%;
}
.cartpage-fluid .cart-body-costumerdata .bv-form .form-group:nth-child(4){
    flex-basis: 49%;
}
.cartpage-fluid .cart-body-costumerdata .bv-form .form-group:nth-child(3){
    flex-basis: 47%;
    margin-right: 1.4em;
}
.cartpage-fluid .cart-body-costumerdata .bv-form .next-page{
    margin: 0 0 0 auto;
}
.cartpage-fluid .cart-body-costumerdata .bv-form input{
    border-radius: 0;
}
.cartpage-fluid .cart-body-title,.cartpage-fluid .cart-body-reglogin a,.cartpage-fluid .cart-body-reglogin span{
    font-family: 'EncodeSans-Bold','QuickSand-Bold';
    font-size: 20px;
}
.cartpage-fluid .cart-body-reglogin a,.cartpage-fluid .cart-body-reglogin span{
    text-decoration: none;
    color: red;
}
.cartpage-fluid .cart-body-reglogin a:hover{
    color: black !important;
}
.cartpage-fluid > .container{
    padding-bottom: 2em;
}
.pontok{
    display: flex;
    justify-content: space-evenly;
}
.pontok > * {
	font-family: 'EncodeSans-Bold','QuickSand-Bold';
	transform: translateX(10%);
	opacity: .5;
    width: fit-content;
    pointer-events: none;
}
.pontok > *:not(#osszegzes){
	cursor: pointer;
    pointer-events: unset;
}
.pontok > *:is(#elerhetoseg){
    transform: translateX(50%) !important;
}
.pontok #szallitas{
    transform: translateX(100%);
}
.pontok #fizetes{
    transform: translateX(200%);
}
.pontok #osszegzes{
    transform: translateX(150%);
}
.summ-block{padding: 3em 2em;}
.summ-header{display: flex; justify-content: space-between; border-bottom: 1px solid black; padding-bottom: 1em;}
.summ-block-title,.summ-block-back a,.order-szall-title,.product-title-type-cart,.product-price-quantity-cart,.product-price-cart{
    font-family: 'EncodeSans-Bold','QuickSand-Bold';
}
.summ-block-title{
    font-size: 21px;
}
.summ-block-back{
    align-content: center;
}
.product-price-quantity-cart
.product-piece{
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
}
.cartpage-fluid .small, small {
	color: red;
}
.kupon-row{display: flex;}
.summ-coupon-block .form-group.kupon-form-group{margin-right: 1em;}
.summ-coupon-block .form-group.kupon-form-group input,.shipping .cart-body input,
.shipping .cart-body select,.paying input,.paying select,.paying textarea{border-radius: 0;}
.summ-coupon-block .activateKupon a{border-radius: 5px;}
.summ-block .product-price-quantity-cart{text-align: end;}
.summ-osszeg{border-top: 1px solid black; border-bottom: 1px solid black; padding: 1em 0;}
.summ-osszeg p{margin-bottom: 0;}
.summ-osszeg-block{margin-bottom: 1em;}
.summ-coupon-content{padding:1em 0;}
.select-block{padding: .5em 1em; border-bottom: 1px solid black;}
.payment-methods .select-block:last-child{
    border-bottom: none;
}
.gls-row,.billing_datas,.same_billing_datas{
    display: none;
}
.gls-row.act{
    display: block;
}
.payment-content{
    display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
}
.costumerbilling-billing{
    margin-top: 1em;
}
.payment-methods,.costumerbilling-billing{
    width: 100%;
}
.same_billing_content{
    background-color: #d7d7d7;
  padding: 1em;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 2em;
}
.payment_name,.payment_price{
    font-size: 12pt;
}
.semi-bold{
    font-family: 'EncodeSans-Bold','QuickSand-Bold';
}
.summary-box{
    width: 90%;
  margin: 0 auto;
  padding: 1em 1.5em;
  height: 220px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}
.sbox-head{
    display: flex;
  justify-content: space-between;
}
.summary-box-btnblock button{
    background: none;
    border: none;
    color: #fb463c;
}
.sbox-body{
    margin-top: .5em;
}
.summary-body{
    width: 100%;
    display: flex;
    margin: 1em 0;
}
.summary-box-title{
    display: flex;
}
.summary-box-title div{
    align-content: center;
    opacity: .5;
}
.summary-box-title svg{
    margin-right: .5em;
}
.sbox-name{
    margin-bottom: 0.2em;
}
.summary-body-title{
    font-size: 32px;
    padding-left: .6em;
}
.summary-header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 2em;
    padding-left: 1em;
    margin-top: 2em;
}
.cart-brand img{
    width: 200px;
  height: auto;
}
.safe-connection{
    border: 1px solid greenyellow;
  width: fit-content;
  padding: 1em;
  color: greenyellow;
  border-radius: 10px;
}
.summary-header .cart-security{
  align-content: end;

}
.summary-products{
    padding-left: 1.2em;
}
.summary-products-title{
    font-size: 24px;
    border-bottom: 1px solid black;
    padding-bottom: .5em;
}
.product-piece-cart{
    flex-basis: 5%;
  text-align: center;
  align-content: center;
}
.summary-products-content .product-title-cart{
    font-family: 'EncodeSans-Regular','QuickSand-Regular';
}
.summary-summprice{
    margin-bottom: 1em;
}
.step{
    display: none;
}
.activepage{
    display: block;
}
.fade-in{
    animation: fadeIn 1s forwards;
}
.fade-out {
    animation: fadeOut 1s forwards;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}
.previous_container{
    display: none !important;
}
/*NEW CART*/
.standard-btn:hover,.add-to-cart:hover{
    transform: scale(1.05);
    transition: all .2s linear;
}
.blog-btn:hover,.more-blogs:hover,.newsletter-btn:hover,.footer-contact-row:hover{
    color: red !important;
}
.shopping-cart:hover svg,.account-block:hover svg{
    fill: black !important;
}
.shopping-cart:hover .cart-count{
    color: black !important;
}
.one-big-category-link:hover .one-big-category-title{
	color: red !important;
	transform: scale(1.05);
	transition: all .5s linear;
}
#backtoTop{
    border: none;
    background: none;
}
.form-box{
    margin: 0 auto;
}
.newsletter_form .form-box:first-child{
    margin-bottom: 1em !important;
}
.active-lebego{
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 60px;
    width: 60px;
    background: #ff0040;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-section-freedelivery{
    flex-basis: 15%;
}
.sec-section-freedelivery p{
    margin-bottom: 0 !important;
}
.footer-productfluid{
    background-color: #fff;
    box-shadow:0 0 10px #0000008c;
    position: fixed;
    bottom: -90px;
    z-index: 100;
    display: block;
}
.product-footerbox{
    display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
.product-footerbox > *{
    font-family: 'EncodeSans-Bold','QuickSand-Bold';
}
.product-footertitle{
    font-size: 26px;
    display: flex;
}
.product-footerprice{
    font-size: 26px;
}
.product-footerprice span{
    font-size: 24px;
}
.product-footerimage{
    width: 50px;
    height: 50px;
}
.product-footertitle p{
    align-self: center;
    margin-bottom: 0 !important;
}
.product-footerimage{
    margin-right: 1em;
}
.products-list-top-row .pager-container{
    flex-basis: 40%;
}
.actual-desc p{
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.up-arrow{
    text-align: end;
}
.social-block{
    display: flex;
    align-items: center;
}
.footer-importantlinks{
    display: flex;
    flex-direction: column;
}
.certificates{
    margin-top: .5em;
}
.certificates > *:is(div){
    width: fit-content;
}
.slide-out{
    animation: slideOut 1s forwards;
}
@keyframes slideOut {
    from{top: 0;}
    to{top: -60px;}
}
.favorite-btn{
    padding: 9px 35px;
}
.favorite-btn span{
    margin-left: .5em;
}
.hide{
    display: none !important;
}
.glitterbox-breadcrumb a img{
    width: 30px;
    height: 30px;
}
.free-delivery-text{
    align-content: center;
}
.free-delivery-text p{
    margin-bottom: 0 !important;
}
.mini-navbar-nav .row{
    max-width: 100%;
}
.slideUp{
    animation: slideUp .5s forwards;
}
.slideDown{
    animation: slideDown .5s forwards;
}
@keyframes slideDown {
    from{
        bottom: 0;
    }
    to{
        bottom: -90px;
    }
}
@keyframes slideUp {
    from{
        bottom: -90px;
    }
    to{
        bottom: 0;
    }
}
#gls{
    display: hidden;
}

/*BASIC CSS END*/

/* ========================================
   MODERN PRODUCT LIST DESIGN - 2025
   ======================================== */

/* CSS Variables for Modern Product List */
:root {
    /* Brand Colors (Existing) */
    --brand-red: #ff0040;
    --brand-red-dark: #DB1947;
    --brand-red-light: rgba(255, 0, 64, 0.1);
    --brand-red-hover: #e6003a;
    
    /* Neutral Colors */
    --bg-main: #ffffff;
    --bg-secondary: #f8f9fa;
    --bg-card: #ffffff;
    --bg-hover: #f8f9fa;
    
    /* Borders */
    --border-light: #e9ecef;
    --border-medium: #dee2e6;
    --border-dark: #adb5bd;
    
    /* Text Colors */
    --text-primary: #212529;
    --text-secondary: #6c757d;
    --text-muted: #adb5bd;
    
    /* Status Colors */
    --color-success: #28a745;
    --color-warning: #ffc107;
    --color-info: #17a2b8;
    --color-danger: #dc3545;
    
    /* Spacing */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-xxl: 48px;
    
    /* Border Radius */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 20px;
    --radius-full: 50%;
    
    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.15);
    --shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.12);
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.4s ease;
    --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Modern Product List Container */
.product-listfluid {
    background: var(--bg-secondary);
}

/* Modern Product Grid - Fix Bootstrap conflict */
.products-list-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: var(--space-lg) !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
}

/* Product card wrapper */
.products-list-row > .product-grid-item {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-bottom: 16px;
}

/* Responsive padding optimalizálás */
@media (max-width: 575.98px) {
    .products-list-row > .product-grid-item {
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-bottom: 12px;
    }
    
    .products-list-row {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }
    
    /* Termék kártya padding csökkentése mobilon */
    .products-list-row .home-one-product-block {
        padding: 10px !important;
    }
}

@media (max-width: 399.98px) {
    .products-list-row > .product-grid-item {
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-bottom: 12px;
    }
    
    /* További padding optimalizálás */
    .products-list-row .home-one-product-block {
        padding: 8px !important;
    }
}

/* Ensure no overflow */
.product-listfluid .col-lg-9,
.product-listfluid .container {
    overflow-x: hidden;
}

/* Modern Product Card */
.products-list-row .home-one-product-block {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: var(--space-md);
    transition: all var(--transition-smooth);
    box-shadow: var(--shadow-sm);
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.products-list-row .home-one-product-block:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--border-medium);
}

/* Product Image Container */
.products-list-row .prod-image-block {
    position: relative;
    background: var(--bg-secondary);
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: var(--space-md);
    aspect-ratio: 1 / 1;
}

.products-list-row .home-one-product-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform var(--transition-slow);
}

.products-list-row .home-one-product-block:hover img {
    transform: scale(1.05);
}

/* Hover Overlay Enhancement */
.products-list-row .prod-image-block .hover-overlay {
    background: rgba(0, 0, 0, 0.4);
    transition: opacity var(--transition-base);
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-list-row .prod-image-block:hover .hover-overlay {
    opacity: 1;
}

/* Modern Badge Container */
.prod-image-block .badge-container {
    position: absolute;
    left: var(--space-sm);
    top: var(--space-sm);
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    z-index: 2;
}

/* Modern Badge Styles */
.product-badge-circle {
    background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
    color: #ffffff;
    border-radius: var(--radius-xl);
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(255, 0, 64, 0.3);
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-badge-circle.circle_new {
    background: var(--color-success);
}

.product-badge-circle.cirlce_last_pieces {
    background: var(--color-warning);
    color: var(--text-primary);
}

.product-badge-circle.price-percent {
    background: linear-gradient(135deg, var(--brand-red), var(--brand-red-dark));
}

.product-badge-text {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

/* Product Content Area */
.home-one-product-block .new-price-block {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Product Name */
.home-one-product-block .new-price-block .prod-name {
    font-size: 16px;
    line-height: 1.4;
    height: auto;
    min-height: 44.8px;
    max-height: 44.8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: var(--space-sm);
    font-family: 'EncodeSans-Regular', 'QuickSand-Regular';
}

.home-one-product-block .new-price-block .prod-name a {
    color: var(--text-primary);
    transition: color var(--transition-fast);
}

.home-one-product-block .new-price-block .prod-name a:hover {
    color: var(--brand-red);
}

/* Product Rating (New Feature) */
.product-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: var(--space-md);
    font-size: 14px;
    min-height: 20px;
}

.rating-stars {
    display: flex;
    gap: 2px;
    line-height: 1;
}

.rating-stars .star {
    font-size: 15px;
    line-height: 1;
}

.rating-stars .star.filled {
    color: var(--color-warning);
}

.rating-stars .star.half {
    color: var(--color-warning);
    opacity: 0.5;
}

.rating-stars .star.empty {
    color: var(--border-medium);
}

.rating-value {
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 12px;
}

.rating-count {
    color: var(--text-muted);
    font-size: 11px;
}

.rating-count::before {
    content: "•";
    margin-right: 4px;
    margin-left: 2px;
}

/* Price Section */
.new-price-block .price-btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    margin-top: auto;
}

.new-price-block .prod-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-sm);
    margin-bottom: 0;
}

.new-price-block .prod-price .old-price {
    font-size: 16px;
    color: var(--text-secondary);
    text-decoration: line-through;
    position: static;
    bottom: auto;
    order: 1;
}

.new-price-block .prod-price .price {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary);
    font-family: 'EncodeSans-Bold', 'QuickSand-Bold';
    order: 2;
}

/* Sale Price - Red color */
.new-price-block .prod-price.has-sale .price {
    color: var(--brand-red);
}

/* Discount Percentage Display */
.price-discount-percent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-red);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: var(--radius-sm);
    margin-left: var(--space-xs);
    order: 1.5;
}

/* Add to Cart Button */
.new-price-block .add-to-cart {
    width: 100%;
    padding: 12px;
    background: var(--brand-red);
    color: #ffffff;
    border: none;
    border-radius: var(--radius-md);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all var(--transition-base);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-price-block .add-to-cart:hover {
    background: var(--brand-red-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 0, 64, 0.3);
}

/* Product Loupe Icon */
.home-one-product-block .prod-loupe {
    width: 40px;
    height: 40px;
    fill: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Modern Sidebar */
.product-listfluid .col-lg-3 {
    padding-right: var(--space-lg);
}

.category-collapse {
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    box-shadow: var(--shadow-sm);
}

/* Category Title */
.product-list-collapse {
    font-size: 18px;
    font-weight: 700;
    color: var(--brand-red);
    padding-bottom: var(--space-md);
    border-bottom: 2px solid var(--brand-red);
    margin-bottom: var(--space-md) !important;
}

/* Category Links */
.sub-menu-item-container {
    padding-left: 0;
    margin-bottom: var(--space-xs);
}

.one-category-row {
    padding: 8px var(--space-md);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
    margin-bottom: 2px;
}

.one-category-row:hover {
    background: var(--bg-hover);
}

.one-category-row a:first-child {
    color: var(--text-primary) !important;
    transition: color var(--transition-fast);
}

.one-category-row:hover a:first-child,
.one-category-row a.active {
    color: var(--brand-red) !important;
    font-weight: 600;
}

.category-collapse .active {
    background: var(--brand-red-light);
    border-left: 3px solid var(--brand-red);
    font-weight: 600;
}

/* Subcategory Indentation and Styling */
.sub-menu-item-container .sub-menu-item-container {
    margin-left: var(--space-md);
    padding-left: var(--space-md);
    border-left: 2px solid var(--border-light);
}

.sub-menu-item-container .sub-menu-item-container .one-category-row {
    padding: 6px var(--space-sm);
    font-size: 13px;
    background: rgba(0, 0, 0, 0.02);
}

.sub-menu-item-container .sub-menu-item-container .one-category-row:hover {
    background: var(--bg-hover);
}

/* Category Collapse Icon */
.one-category-row svg {
    fill: var(--brand-red);
    transition: transform var(--transition-base);
}

.one-category-row .collapse-btn[aria-expanded='true'] svg {
    transform: rotate(90deg);
}

/* Control Bar (Top Section) */
.products-list-top-row {
    background: transparent;
    border-radius: 0;
    padding: var(--space-sm) 0;
    /*margin-bottom: var(--space-md);*/
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.products-list-nr {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 0;
}

/* Sort Block */
.products-sort-block form {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.products-sort-block select {
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-md);
    padding: 8px 12px;
    background: #ffffff;
    font-size: 14px;
    color: var(--text-primary);
    cursor: pointer;
    transition: all var(--transition-fast);
    min-width: 180px;
}

.products-sort-block select:hover,
.products-sort-block select:focus {
    border-color: var(--brand-red);
    outline: none;
    box-shadow: 0 0 0 2px var(--brand-red-light);
}

.products-sort-block svg {
    fill: var(--brand-red);
    width: 20px;
    height: 20px;
}

/* Modern Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-sm);
    margin: 10px 0;
}

.page-item {
    margin: 0;
}

.page-item .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-md);
    background: #ffffff;
    color: var(--text-primary);
    font-weight: 500;
    margin: 0;
    padding: 0;
    transition: all var(--transition-fast);
}

.page-item .page-link:hover {
    background: var(--bg-hover);
    border-color: var(--brand-red);
    color: var(--brand-red);
    transform: translateY(-2px);
}

.page-item.active .page-link {
    background: var(--brand-red);
    color: #ffffff;
    border-color: var(--brand-red);
}

.page-item.disabled .page-link {
    opacity: 0.5;
    cursor: not-allowed;
    background: var(--bg-secondary);
}

.page-item.disabled .page-link:hover {
    transform: none;
    border-color: var(--border-medium);
}

/* Pager Container */
.pager-container {
    margin-top: var(--space-xl);
}

/* Empty Product List Message */
.empty-product-list {
    padding: var(--space-xxl);
    text-align: center;
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    color: var(--text-secondary);
    font-size: 18px;
}

/* Category Description */
.category-descroption {
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    margin-bottom: var(--space-lg);
    box-shadow: var(--shadow-sm);
}

.category-descroption .actual-desc p {
    color: var(--text-primary);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* Stagger Animation for Product Cards */
.products-list-row .home-one-product-block {
    animation: fadeInUp 0.5s ease-out;
    animation-fill-mode: both;
}

.products-list-row .home-one-product-block:nth-child(1) { animation-delay: 0.05s; }
.products-list-row .home-one-product-block:nth-child(2) { animation-delay: 0.1s; }
.products-list-row .home-one-product-block:nth-child(3) { animation-delay: 0.15s; }
.products-list-row .home-one-product-block:nth-child(4) { animation-delay: 0.2s; }
.products-list-row .home-one-product-block:nth-child(5) { animation-delay: 0.25s; }
.products-list-row .home-one-product-block:nth-child(6) { animation-delay: 0.3s; }
.products-list-row .home-one-product-block:nth-child(7) { animation-delay: 0.35s; }
.products-list-row .home-one-product-block:nth-child(8) { animation-delay: 0.4s; }

/* Focus States for Accessibility */
.product-card:focus-within,
.category-link:focus,
.page-link:focus,
.add-to-cart:focus {
    outline: 2px solid var(--brand-red);
    outline-offset: 2px;
}

/* Responsive Grid Adjustments - Optimalizált a kérés szerint */
@media (min-width: 1200px) {
    .products-list-row {
        /* 4 termék/sor desktop felbontáson - Bootstrap col-xl-3 támogatása */
        display: flex !important;
        flex-wrap: wrap;
        gap: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .products-list-row {
        /* 3 termék/sor laptop felbontáson - Bootstrap col-lg-4 támogatása */
        display: flex !important;
        flex-wrap: wrap;
        gap: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .products-list-row {
        /* 2 termék/sor tablet felbontáson - Bootstrap col-md-6 támogatása */
        display: flex !important;
        flex-wrap: wrap;
        gap: 0;
    }
}

@media (max-width: 767.98px) {
    .products-list-row {
        /* 2 termék/sor mobil felbontáson - Bootstrap col-sm-6 és col-6 támogatása */
        display: flex !important;
        flex-wrap: wrap;
        gap: 0;
    }
    
    .products-list-row .home-one-product-block {
        padding: var(--space-sm);
    }
    
    .category-collapse {
        padding: var(--space-md);
    }
}

@media (max-width: 575.98px) {
    .products-list-row {
        /* 2 termék/sor kis mobil felbontáson - Bootstrap col-6 támogatása */
        display: flex !important;
        flex-wrap: wrap;
        gap: 0;
    }
}

/* Optimalizált responsive grid - 350px alatt 1 termék/sor */
@media (max-width: 349.98px) {
    .products-list-row .product-grid-item-responsive {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .products-list-row {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }
    
    .products-list-row .product-grid-item {
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-bottom: 12px;
    }
    
    /* Termék kártya optimalizálás kis mobilra */
    .products-list-row .home-one-product-block {
        padding: 12px !important;
    }
    
    .home-one-product-block .new-price-block .prod-name {
        font-size: 15px !important;
        text-align: center !important;
        min-height: 40px !important;
        max-height: 40px !important;
    }
    
    .new-price-block .prod-price .price {
        font-size: 20px !important;
    }
    
    .new-price-block .add-to-cart {
        padding: 10px !important;
        font-size: 16px !important;
    }
}

/* ========================================
   MODERN FILTERS - Product List
   ======================================== */

/* Filter Section */
.filter-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: var(--space-md);
    box-shadow: none;
}

.filter-card .filters {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.filter {
    padding-bottom: var(--space-md);
    border-bottom: 1px solid var(--border-light);
}

.filter:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.filter-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--space-sm);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Filter row spacing */
.filter .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.filter .col-6 {
    padding-left: 0 !important;
    padding-right: var(--space-sm) !important;
    margin-bottom: var(--space-xs);
}

/* Modern Checkbox Filters */
.filter .custom-checkbox {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--text-primary);
    min-height: 20px;
    padding-left: 28px;
}

.filter .custom-checkbox .checkmark {
    border-radius: var(--radius-sm);
    border: 2px solid var(--border-medium);
    transition: all var(--transition-fast);
    width: 20px;
    height: 20px;
}

.filter .custom-checkbox:hover .checkmark {
    border-color: var(--brand-red);
}

.filter .custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
}

/* Price Range Slider */
.price-input {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    margin: var(--space-md) 0;
}

.price-input .field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.price-input .field span {
    font-size: 12px;
    color: var(--text-secondary);
    font-weight: 600;
}

.price-input .field input {
    width: 100%;
    padding: 8px;
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-sm);
    font-size: 14px;
    text-align: center;
    transition: all var(--transition-fast);
}

.price-input .field input:focus {
    outline: none;
    border-color: var(--brand-red);
    box-shadow: 0 0 0 2px var(--brand-red-light);
}

.price-input .separator {
    color: var(--text-secondary);
    font-weight: 600;
    padding: 0 var(--space-xs);
}

/* Range Slider */
.slider {
    height: 4px;
    background: var(--border-light);
    border-radius: 2px;
    position: relative;
    margin: var(--space-md) 0;
}

.slider .progress {
    height: 100%;
    background: var(--brand-red);
    border-radius: 2px;
    position: absolute;
}

.range-input {
    position: relative;
    margin-top: var(--space-sm);
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 4px;
    top: -4px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: var(--brand-red);
    border: 3px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all var(--transition-fast);
}

input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(255, 0, 64, 0.4);
}

input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: var(--brand-red);
/* Quick Filters Section */
.quick-filters-section {
    margin-top: var(--space-lg);
    padding-top: var(--space-lg);
    border-top: 1px solid var(--border-light);
}

.quick-filters-section .filter-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--space-md);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Quick Filters */
.quick-filters {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.quick-filter-item {
    padding: 10px 12px;
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
    cursor: pointer;
    font-size: 13px;
    color: var(--text-primary);
    min-height: 20px;
    padding-left: 35px;
    margin-bottom: 0;
}

.quick-filter-item:hover {
    background: var(--bg-hover);
}

.quick-filter-item .checkmark {
    width: 20px;
    height: 20px;
    border-radius: var(--radius-sm);
    border: 2px solid var(--border-medium);
}

.quick-filter-item:hover .checkmark {
    border-color: var(--brand-red);
}

.quick-filter-item .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
}

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    pointer-events: auto;
    -moz-appearance: none;
    cursor: pointer;
    transition: all var(--transition-fast);
}

input[type="range"]::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(255, 0, 64, 0.4);
}

/* Quick Filters (Stock, Sale, New) */
.quick-filters {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    margin-top: var(--space-md);
}

.quick-filter-item {
    display: flex;
    align-items: center;
    padding: var(--space-sm);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
    cursor: pointer;
}

.quick-filter-item:hover {
    background: var(--bg-hover);
}

.quick-filter-item input[type="checkbox"] {
    margin-right: var(--space-sm);
    cursor: pointer;
}

/* Clear Filters Button */
.clear-filters-btn {
    width: 100%;
    padding: var(--space-sm);
    background: transparent;
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-md);
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-fast);
    margin-top: var(--space-md);
}

.clear-filters-btn:hover {
    background: var(--bg-hover);
    border-color: var(--brand-red);
    color: var(--brand-red);
}

/* Active Filters Display */
.active-filters-section {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
    padding: var(--space-sm) 0;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    background: var(--bg-secondary);
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-xl);
    padding: 6px 12px;
    font-size: 13px;
    color: var(--text-primary);
    transition: all var(--transition-fast);
}

.filter-chip:hover {
    background: var(--brand-red-light);
    border-color: var(--brand-red);
}

.filter-chip__label {
    font-weight: 500;
}

.filter-chip__close {
    cursor: pointer;
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    transition: color var(--transition-fast);
    margin-left: var(--space-xs);
}

.filter-chip__close:hover {
    color: var(--brand-red);
}

.clear-all-filters {
    background: transparent;
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-xl);
    padding: 6px 12px;
    font-size: 13px;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all var(--transition-fast);
}

.clear-all-filters:hover {
    background: var(--brand-red);
    border-color: var(--brand-red);
    color: #ffffff;
}

/* ========================================
   MODERN CHECKOUT DESIGN - 2024
   ======================================== */

/* CSS Custom Properties for easy theming */
:root {
    --primary-color: #ff0040;
    --primary-hover: #e6003a;
    --secondary-color: #f8f9fa;
    --text-primary: #212529;
    --text-secondary: #6c757d;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --border-color: #dee2e6;
    --border-radius: 8px;
    --box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
    --accent-color: #495057;
    --accent-hover: #343a40;
    --accent-light: rgba(73, 80, 87, 0.1);
}

/* Modern Checkout Container */
.modern-checkout {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    min-height: 100vh;
    padding: 2rem 0;
}

/* Modern Progress Stepper */
.modern-progress {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 2rem;
    margin-bottom: 2rem;
}

.progress-stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 2rem 0;
}

.progress-stepper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--border-color);
    z-index: 1;
}

.progress-stepper .progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background: var(--primary-color);
    z-index: 2;
    transition: var(--transition);
    transform: translateY(-50%);
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    cursor: pointer;
    transition: var(--transition);
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--text-secondary);
    transition: var(--transition);
    margin-bottom: 0.5rem;
}

.step-item.active .step-circle {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

.step-item.completed .step-circle {
    background: var(--success-color);
    border-color: var(--success-color);
    color: white;
}

.step-item.completed .step-circle::before {
    content: '✓';
    font-size: 16px;
}

.step-label {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-secondary);
    text-align: center;
    transition: var(--transition);
}

.step-item.active .step-label {
    color: var(--primary-color);
    font-weight: 600;
}

.step-item.completed .step-label {
    color: var(--success-color);
}

/* Modern Form Styles */
.modern-form-container {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 2rem;
    margin-bottom: 2rem;
}

.modern-form-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.modern-form-title::before {
    content: '';
    width: 4px;
    height: 24px;
    background: var(--primary-color);
    margin-right: 1rem;
    border-radius: 2px;
}

.modern-input-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.modern-input {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    font-size: 1rem;
    transition: var(--transition);
    background: white;
}

.modern-input:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px var(--accent-light);
}

.modern-input:valid {
    border-color: var(--success-color);
}

.modern-input.error {
    border-color: #dc3545;
}

.modern-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: var(--text-secondary);
    transition: var(--transition);
    pointer-events: none;
    background: white;
    padding: 0 0.25rem;
}

.modern-input:focus + .modern-label,
.modern-input:valid + .modern-label {
    top: -0.5rem;
    left: 0.75rem;
    font-size: 0.875rem;
    color: var(--accent-color);
}

/* Modern Button Styles */
.modern-btn {
    padding: 1rem 2rem;
    border: none;
    border-radius: var(--border-radius);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.modern-btn-primary {
    background: var(--primary-color);
    color: white;
}

.modern-btn-primary:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 0, 64, 0.3);
    color: white;
}

.modern-btn-secondary {
    background: var(--secondary-color);
    color: var(--text-primary);
    border: 2px solid var(--border-color);
}

.modern-btn-secondary:hover {
    background: var(--border-color);
    transform: translateY(-2px);
}

/* Modern Sidebar */
.modern-sidebar {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 2rem;
    position: sticky;
    top: 2rem;
}

.sidebar-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--secondary-color);
}

.order-summary-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid var(--secondary-color);
}

.order-summary-item:last-child {
    border-bottom: none;
}

.item-image {
    width: 60px;
    height: 60px;
    border-radius: var(--border-radius);
    object-fit: cover;
    margin-right: 1rem;
}

.item-details {
    flex: 1;
}

.item-name {
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.item-quantity {
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.item-price {
    font-weight: 600;
    color: var(--text-primary);
}

/* Trust Elements */
.trust-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--secondary-color);
    border-radius: var(--border-radius);
    margin: 1rem 0;
}

.trust-badge {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.trust-badge svg {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    fill: var(--success-color);
}

/* Modern Radio/Checkbox Styles */
.modern-radio-group {
    margin: 1rem 0;
}

.modern-radio-item {
    background: white;
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.modern-radio-item:hover {
    border-color: var(--primary-color);
    box-shadow: 0 2px 8px rgba(255, 0, 64, 0.1);
}

.modern-radio-item.selected {
    border-color: var(--primary-color);
    background: rgba(240, 6, 6, 0.08) !important;
}

.modern-radio-item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.radio-label {
    font-weight: 500;
    color: var(--text-primary);
}

.radio-price {
    font-weight: 600;
    color: var(--primary-color);
}

/* Loading States */
.loading {
    position: relative;
    pointer-events: none;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid var(--border-color);
    border-top: 2px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-checkout {
        padding: 1rem 0;
    }
    
    .modern-progress,
    .modern-form-container,
    .modern-sidebar {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .progress-stepper {
        margin: 1rem 0;
    }
    
    .step-circle {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    
    .step-label {
        font-size: 11px;
    }
    
    .modern-form-title {
        font-size: 1.25rem;
    }
    
    .modern-btn {
        width: 100%;
        padding: 1rem;
    }
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

.slide-up {
    animation: slideUp 0.5s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Success/Error Messages */
.modern-alert {
    padding: 1rem;
    border-radius: var(--border-radius);
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.modern-alert-success {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid var(--success-color);
    color: var(--success-color);
}

.modern-alert-error {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid #dc3545;
    color: #dc3545;
}

.modern-alert svg {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}


/* Form Enhancements */
.modern-input.has-value + .modern-label,
.modern-input:focus + .modern-label {
    top: -0.5rem;
    left: 0.75rem;
    font-size: 0.875rem;
    color: var(--accent-color);
}

.shake {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Input Group Styling */
.input-group .modern-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0.75rem 1.5rem;
}

.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.input-group .form-control:focus {
    box-shadow: none;
    border-color: var(--accent-color);
}

/* Input group height matching */
.input-group .modern-btn {
    height: calc(2.25rem + 2px);
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.input-group .form-control {
    height: calc(2.25rem + 2px);
    border-radius: var(--border-radius) 0 0 var(--border-radius);
}

/* Form check styling */
.form-check-input:checked {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.form-check-input:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


/* Modern Radio Button JavaScript Support */
.modern-radio-item input[type="radio"]:checked + .radio-content {
    /*background: rgba(255, 0, 64, 0.05);*/
}

.modern-radio-item:hover {
    transform: translateY(-1px);
}

/* Registration fields toggle */
.registration-fields {
    transition: all 0.3s ease;
    overflow: hidden;
}

.registration-fields.show {
    display: block !important;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 200px;
    }
}

/* Enhanced form validation */
.modern-input.is-valid {
    border-color: var(--success-color);
}

.modern-input.is-invalid {
    border-color: #dc3545;
}

/* Loading button state */
.modern-btn.loading {
    position: relative;
    color: transparent;
}

.modern-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
    color: white;
}


/* Additional fixes for checkout */
.modern-input:focus {
    border-color: var(--accent-color) !important;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1) !important;
}

.modern-input.has-value + .modern-label,
.modern-input:focus + .modern-label {
    color: var(--accent-color) !important;
}

/* Form check styling fixes */
.form-check-input:checked {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
}

.form-check-input:focus {
    border-color: var(--accent-color) !important;
    box-shadow: 0 0 0 0.2rem var(--accent-light) !important;
}

/* Custom checkbox fixes */
.custom-checkbox:hover input ~ .checkmark {
    background-color: var(--accent-color) !important;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: var(--accent-color) !important;
    border-color: #fff !important;
}

/* Radio item fixes */
.modern-radio-item:hover {
    border-color: var(--accent-color) !important;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1) !important;
}

.modern-radio-item.selected {
    border-color: var(--accent-color) !important;
    background: rgba(0, 123, 255, 0.05) !important;
}

/* Input group button height fix */
.input-group .modern-btn {
    height: calc(2.25rem + 2px) !important;
    border-radius: 0 var(--border-radius) var(--border-radius) 0 !important;
    padding: 0.5rem 1rem !important;
}

.input-group .form-control {
    height: calc(2.25rem + 2px) !important;
    border-radius: var(--border-radius) 0 0 var(--border-radius) !important;
}

/* Billing form spacing fix */
.billing_datas .modern-form-container {
    margin-top: 0 !important;
    padding-top: 1rem;
}

.billing_datas .modern-input-group {
    margin-bottom: 1rem;
}


/* Color fixes - replace blue with neutral gray */
.modern-input:focus {
    border-color: var(--accent-color) !important;
    box-shadow: 0 0 0 3px var(--accent-light) !important;
}

.modern-input.has-value + .modern-label,
.modern-input:focus + .modern-label {
    color: var(--accent-color) !important;
}

.modern-radio-item:hover {
    border-color: var(--accent-color) !important;
    box-shadow: 0 2px 8px var(--accent-light) !important;
}

.modern-radio-item.selected {
    border-color: var(--accent-color) !important;
    /*background: var(--accent-light) !important;*/
    background: rgba(240, 6, 6, 0.08) !important;
}

.form-check-input:checked {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
}

.form-check-input:focus {
    border-color: var(--accent-color) !important;
    box-shadow: 0 0 0 0.2rem var(--accent-light) !important;
}

.custom-checkbox:hover input ~ .checkmark {
    background-color: var(--accent-color) !important;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: var(--accent-color) !important;
    border-color: #fff !important;
}
