* {
    outline: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Source Sans 3", sans-serif;
    --redcolor: #FF3F03;
}

a {
    text-decoration: none !important;
}

img
{
    max-width: 100%;
}

textarea
{
    resize: none;
}

.modal-content
{
    position: relative;
}

.modal-content .btn-close
{
    position: absolute;
    right: 0px;
    top: -20px;
    background: none;
    background-color: #ee1313;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 1px;
    color: #fff;
    font-size: 14px;
}

.modal-content .btn-close::before
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f00d";
}

.site-content-view img
{
    height: auto !important;
    margin: 0px auto;
    display: block;
}

@media (max-width: 575px) {
    .modal-dialog {
        margin-top: 25px;
    }
}

/* HEADER */
.header {
    padding-top: 10px;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #FFFFFF;
}
.header-middle {
    margin-top: 4px;
}
.header-icons-block {
    column-gap: 12px;
}
.header-search-block {
    margin-left: auto;
    margin-right: 58px;
}
.header-search-block, .header-icons-block {
    margin-top: 11px;
}
.search-block-btn {
    width: 108px;
    background-color: var(--redcolor);
    border: 1px solid var(--redcolor);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    outline: 0;
    box-shadow: none;
    transition: 0.2s;
}
.search-block-btn:hover {
    background-color: #FFFFFF;
}
.search-block-btn:hover path {
    fill: var(--redcolor)
}
#search-dropdown-input-dropdown, .search-block-input, .search-block-btn {
    height: 44px;
}
.search-block-input {
    border: 1px solid #E6E6E6;
    border-left: none;
    border-right: none;
    padding : 0 21px;
    font-size: 16px;
    font-style: normal;
    width: 308px;
    font-weight: 400;
    border-radius: 0 !important;
}
.search-block-input, .search-block-input::placeholder {
    color: #232323;
}
#search-dropdown-input-dropdown {
    width: 165px;
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    padding-left: 25px;
    padding-right: 18px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #232323;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-image: url('/img/drpa.svg');
    background-size: 10px 6px;
    background-position: calc(100% - 20px) center;
}
#search-dropdown-input-dropdown.show {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 0;
}
.search-block .dropdown-menu {
    margin-top: -2px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    border-color: #F2F2F2;
    background-color: #F2F2F2;
    overflow: hidden;
}
.search-block .dropdown-item {
    color: #232323;
}
.search-block .dropdown-item:hover {
    background-color: #FFFFFF;
}
.search-block .dropdown-item:focus {
    background-color: #FFFFFF;
    color: #232323;
}
.header-icon-block {
    width: max-content;
    min-width: 54px;
    padding: 0 1px;
}
.header-icon-wrapper {
    row-gap: 5px;
}
.header-icon {
    width: 44px;
    height: 44px;
    border-radius: 30px;
    border: 2px solid #F2F2F2;
    transition: 0.3s;
}
.grey-bgd .header-icon {
    background-color: #F2F2F2;
}
.header-icon-text {
    color: #232323;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    font-style: normal;
    font-weight: 400;
    transition: 0.3s;
}
.header-icon-wrapper:hover .header-icon, .header-icon-wrapper.active .header-icon {
    background-color: var(--redcolor);
}
.header-icon-wrapper:hover .header-icon svg path, .header-icon-wrapper.active .header-icon svg path {
    fill: #FFFFFF;
}
.header-icon-wrapper:hover .header-icon-text, .header-icon-wrapper.active .header-icon-text {
    color: var(--redcolor);
}
@media (min-width: 1200px) {
    .header-icon svg {
        height: 24px;
        width: auto;
    }
}
.main-menu-link {
    height: 62px;
    gap: 12px;
    padding: 0 25px;
    color: #0A0909;
    background-color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.main-menu-link, .main-menu-link path {
    transition: 0.3s !important;
}
.main-menu-link:hover, .mml-active {
    background-color: var(--redcolor);
    color: #FFFFFF;
}
.main-menu-link:hover path, .mml-active path {
    fill: #FFFFFF !important;
}
.other-menu-link {
    margin-left: 20px;
}
.main-menu-dropdown-menu {
    padding: 20px 30px 20px;
    border-radius: 0;
    background: #F2F2F2;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 99;
    width: max-content;
    display: none;
}
.main-menu-dropdown-menu-inner {
    column-gap: 50px;
    row-gap: 15px;
}
.main-menu-submenu-item {
    color: #0A0909;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: 0.2s;
}
.main-menu-submenu-item:hover {
    color: var(--redcolor);
}
.main-menu-dropdown-menu-column {
    min-width: 110px;
    width: max-content;
}
.main-menu-dropdown-menu-buttons-row {
    width: 100%;
    column-gap: 58px;
}
.header-dropdown-menu-button {
    height: 30px;
    padding: 5px 16px;
    transition: 0.2s;
    border-radius: 30px;
    background-color: #0A0909;
    border: 1px solid #0A0909;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header-dropdown-menu-button:hover {
    color: #0A0909;
    background-color: transparent;
}

.main-menu-submenu-item {
    margin-left: 16px;
}
.header-bottom {
    background: #272727;
    overflow: hidden;
}
.header-bottom .container {
    padding-right: 0;
}
.header-bottom .container::after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    width: 100%;
    background: #F2F2F2;
}
.header-info-text-items {
    column-gap: 60px;
    padding-right: 45px;
}
.header-info-link-items {
    height: 100%;
    column-gap: 40px;
    padding-left: 44px;
    padding-right: 12px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #F2F2F2;
}
.header-info-item {
    height: 32px;
    column-gap: 8px;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-info-item strong {
    font-weight: 700;
}
.header-info-link-items .header-info-item {
    color: #232323;
    transition: 0.2s;
}
.header-info-link-items .header-info-item path {
    transition: 0.2s;
}
.header-info-link-items .header-info-item:hover {
    color: var(--redcolor);
}
.header-info-link-items .header-info-item:hover path {
    fill: var(--redcolor);
}
.header-icon-submenu {
    position: absolute;
    top: 102%;
    right: 0;
    display: none;
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 7px 0;
    border: 1px solid #F2F2F2;
    width: max-content;
    z-index: 99;
}
.header-icon-submenu-item {
    font-size: 24px;
    line-height: 28px;
    background-color: transparent;
    color: #232323;
    transition: 0.3s;
    padding: 3px 15px;
    text-align: right;
}
.header-icon-submenu-item:hover {
    background-color: #FFFFFF;
    color: #232323;
}
.header-search-block .dropdown-item {
    font-size: 24px;
}
.header-search-block .dropdown-menu .dropdownselect-item:nth-child(2) .dropdown-item, .header-search-block .dropdown-menu .dropdownselect-item:nth-child(3) .dropdown-item {
    font-weight: 700;
}
@media (max-width: 1439px) {
    .search-block-input {
        width: 220px;
    }
    #search-dropdown-input-dropdown {
        width: 150px;
        padding-left: 20px;
        padding-right: 15px;
        font-size: 13px;
    }
    .search-block-btn {
        width: 88px;
    }
    .header-search-block .dropdown-item {
        font-size: 24px;
    }
    .main-menu-link {
        height: 54px;
        gap: 10px;
        padding: 0 20px;
    }
    .header-info-text-items {
        column-gap: 42px;
        padding-right: 35px;
    }
    .main-menu-dropdown-menu-buttons-row {
        column-gap: 45px;
    }
    .main-menu-dropdown-menu-inner {
        column-gap: 20px;
        row-gap: 7px;
    }
    .main-menu-dropdown-menu {
        padding: 16px 26px 16px;
        max-width: 520px;
    }
    .header-dropdown-menu-button {
        height: 24px;
        padding: 4px 12px;
        font-size: 12px;
    }
    .main-menu-submenu-item {
        font-size: 12px;
        line-height: 22px;
        margin-left: 5px;
    }
}
@media (max-width: 1199px) {
    .main-menu-dropdown-menu {
        max-width: 400px;
    }
    .header-search-block {
        margin-right: 25px;
    }
    .search-block-input {
        width: 180px;
    }
    #search-dropdown-input-dropdown {
        width: 130px;
        padding-left: 17px;
        padding-right: 12px;
        font-size: 12px;
    }
    .search-block-btn {
        width: 76px;
    }
    .header-search-block .dropdown-item {
        font-size: 24px;
    }
    .main-menu-link {
        height: 50px;
        gap: 6px;
        padding: 0 14px;
        font-size: 12px;
    }
    .other-menu-link {
        margin-left: 12px;
    }
    .header-info-text-items {
        column-gap: 20px;
        padding-right: 20px;
    }
    .header-info-link-items {
        column-gap: 20px;
        padding-left: 20px;
        padding-right: 10px;
    }
    .header-info-item {
        height: 30px;
        column-gap: 7px;
        font-size: 11px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .other-menu-link:first-child span {
        display: none;
    }
    .other-menu-link:first-child svg {
        height: 18px;
    }
}
@media (max-width: 991px) {
    .header-logo {
        max-height: 60px;
    }
    .header-search-block, .header-icons-block {
        margin-top: 9px;
    }
    #search-dropdown-input-dropdown {
        width: 100px;
        padding-left: 13px;
        padding-right: 10px;
        font-size: 11px;
    }
    .header-search-block .dropdown-item {
        font-size: 24px;
    }
    .header-search-block {
        margin-right: 16px;
    }
    .search-block-input {
        width: 160px;
        padding: 0 13px;
        font-size: 16px;
    }
    .search-block-btn {
        width: 55px;
        min-width: 55px;
    }
    #search-dropdown-input-dropdown, .search-block-input, .search-block-btn {
        height: 35px;
    }
    .header-icon-block {
        min-width: 35px;
    }
    .header-icon {
        width: 35px;
        height: 35px;
    }
    .header-icon-text {
        display: none;
    }
    .header-bottom {
        display: none;
    }
    .main-menu-link {
        height: 44px;
        gap: 4px;
        padding: 0 8px;
        font-size: 10px;
    }
    .other-menu-link {
        margin-left: 5px;
    }
}
#search-dropdown-input-dropdown .dropdown-item {
    font-size: inherit;
    line-height: 1;
}
#search-dropdown-input-dropdown .dropdown-item:hover {
    background-color: transparent !important;
}
@media (max-width: 767px) {
    .header {
        padding-top: 20px;
    }
    .header .container {
        padding: 0 7px;
    }
    .mobile-no-padding {
        padding: 0 !important;
    }
    .dont-show-on-mobile {
        display: none !important;
    }
    .header-logo {
        max-height: 57px;
    }
    .header-search-block {
        order: 2;
        width: 100%;
    }
    #search-dropdown-input-dropdown {
        width: auto;
        min-width: 75px;
        padding-left: 15px;
        padding-right: 12px;
        font-size: 12px;
        background-image: none;
    }
    #search-dropdown-input-dropdown.show {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 0;
    }
    .header-search-block .dropdown-item {
        font-size: 24px;
    }
    .search-block-input {
        width: 100%;
        flex-grow: 1;
        padding: 0 10px;
        font-size: 16px;
    }
    .search-block-input::placeholder {
        font-size: 12px;
    }
    #search-dropdown-input-dropdown, .search-block-input, .search-block-btn {
        height: 34px;
    }
    .search-block-btn {
        width: 50px;
        min-width: 50px;
    }
    .search-block-btn svg {
        height: 20px;
    }
    .header-icons-block {
        margin-left: auto;
    }
    .header-icon-block {
        min-width: 54px;
    }
    .header-icon-wrapper {
        row-gap: 4px;
    }
    .header-icon {
        width: 44px;
        height: 44px;
    }
    .header-icon-text {
        display: block;
        font-size: 11px;
        line-height: 11px;
    }
    .header-icons-block {
        margin-top: 0px;
    }
    .header-icon-submenu-item {
        font-size: 24px;
        line-height: 28px;
        transition: 0.3s;
        padding: 2px 12px;
    }
    .header-search-block {
        margin: 14px 0 11px;
    }
    .mobile-main-menu-opener {
        height: 40px;
        gap: 11px;
        padding: 10px 32px;
        background: #272727;
    }
    .mobile-main-menu-opener-text {
        color: #FFFFFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .mobile-main-menu-opener svg {
        transition: 0.3s;
    }
    .mobile-main-menu-opener.active svg {
        transform: rotate(90deg);
    }
    .header-middle {
        display: none;
        margin-top: 0;
    }
    .main-menu-link {
        height: 40px;
        gap: 5px;
        padding: 0 31px;
        font-size: 14px;
        column-gap: 22px;
    }
    /*background: #F2F2F2;*/
    .main-menu-dropdown:not(.main-menu-dropdown:first-child) {
        margin-top: 1px;
    }
    .main-menu-link:not(.main-menu-dropdown .main-menu-link) {
        margin-top: 1px;
    }
    .main-menu-link:not(.other-menu-link) {
        background-color: var(--redcolor);
        color: #FFFFFF;
    }
    .main-menu-link path:not(.other-menu-link path) {
        fill: #FFFFFF;
    }
    .main-menu-link svg:nth-child(3) {
        margin-left: auto;
    }
    .main-menu-link svg:last-child {
        transition: 0.3s;
    }
    .main-menu-link.active svg:last-child {
        transform: rotate(180deg);
    }
    .other-menu-link {
        margin: 0;
    }
    .other-menu-link, .main-menu-submenu-item {
        background: #F2F2F2;
    }
    .main-menu-dropdown-menu {
        padding: 0;
        border: 1px solid #FFFFFF;
        margin: 0;
        position: static;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        max-height: 345px;
        overflow-y: scroll;
    }
    .main-menu-dropdown-menu-inner {
        gap: 0;
        width: 100%;
    }
    .main-menu-dropdown-menu-column {
        width: 100%;
    }
    .main-menu-submenu-item {
        width: 100%;
        color: #0A0909;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        height: 28px;
        padding: 0 34px;
        margin: 0;
        background: #F2F2F2;
    }
    .main-menu-submenu-item:not(.main-menu-submenu-item:last-child) {
        border-bottom: 1px solid #FFFFFF;
    }
}

/* / HEADER */

/* CAROUSEL */
.main-carousel {
    margin-top: 13px;
}
.carousel-inner {
    border-radius: 5px;
    overflow: hidden;
}
.carousel-buttons {
    gap: 45px;
    margin-top: 16px;
    margin-bottom: 16px;
    max-width: 100%;
    padding: 0 15px;
}
.carousel-indicators {
    gap: 5px;
    margin: 0;
    width: auto;
    max-width: 80%;
}
.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    cursor: pointer;
    background-color: #DBDBDB;
    border: 0;
    opacity: 1;
    border: none;
    border-radius: 50%;
}
.carousel-indicators .active[data-bs-target] {
    background-color: var(--redcolor);
}
.carousel-control-prev, .carousel-control-next {
    width: auto;
    opacity: 1;
    line-height: 0;
}
.carousel-buttons .carousel-control-prev path, .carousel-buttons .carousel-control-next path {
    transition: 0.2s;
}
.carousel-buttons .carousel-control-prev:hover path, .carousel-buttons .carousel-control-next:hover path {
    fill: var(--redcolor) !important;
}
@media (max-width: 991px) {
    .main-carousel {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .main-carousel {
        margin-top: 11px;
    }
    .carousel-inner {
        border-radius: 0;
    }
}
/* /CAROUSEL */
/* PAGE TITLE */
.page-title {
    color: #232323;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
}
@media (max-width: 1439px) {
    .page-title {
        font-size: 30px;
        line-height: 32px;
    }
}
/* / PAGE TITLE */
/* PRODUCTS SECTION-S */
.products-section {
    margin: 30px auto 40px;
}
.products-section-categories {
    gap: 12px;
    margin: 15px 0 23px;
}
.category-filter-element {
    min-width: 77px;
    padding: 5px 10px;
    width: max-content;
    height: 21px;
    border-radius: 30px;
    border: 1px solid #F2F2F2;
    background-color: transparent;
    color: #0A0909;
    text-align: center;
    transition: 0.3s;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}
.category-filter-element:not(.category-filter-element.active):hover {
    background-color: var(--redcolor);
    border-color: var(--redcolor);
    color: #FFFFFF;
}
.category-filter-element.active {
    background-color: #0A0909;
    border-color: #0A0909;
    color: #FFFFFF;
    cursor: not-allowed;
}

/** PRODUCTS_SECTION_ELEMENT **/
.products-elements {
    column-gap: 10px;
    row-gap: 14px;
}
.product-list-item {
    width: 192px;
    padding: 18px 18px 20px;
    border-radius: 5px;
    background-color: #FFFFFF;
    transition: 0.2s;
}
.product-list-item:hover {
    background-color: #F7F7F7;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}
.product-list-item-image-wrapper {
    width: 100%;
}
.product-list-item-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.product-list-item-details-wrapper {
    min-height: 70px;
}
.product-list-item-title {
    margin-top: 10px;
    color: #0A0909;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-list-item-author {
    color: #0A0909;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-list-item-badges-wrapper {
    margin-top: 10px;
}
.product-item-badge {
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
    min-width: 77px;
    height: 20px;
    max-width: 50%;
    border-radius: 30px;
    width: max-content;
    padding: 5px 10px;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.badge-on-stock {
    background-color: #5CB800 !important;
    border-color: #5CB800 !important;
}
.badge-no-stock {
    background-color: #FF3F03 !important;
    border-color: #FF3F03 !important;
}
.badge-preorder {
    background-color: #FFCC66 !important;
    border-color: #FFCC66 !important;
}
.products-slider-category-list {
    margin-top: 15px;
    padding-top: 35px;
}
.products-news-arrow-left, .products-news-arrow-right {
    top: 0;
    position: absolute;
    display: none;
}
.products-news-arrow-left {
    left: 45%;
    transform: translateX(-100%);
}
.products-news-arrow-right {
    right: 45%;
    transform: translateX(100%);
}
@media (min-width: 1200px) {
    .products-slider-category-list {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media (min-width: 1440px) {
    .products-slider-category-list {
        padding-left: 55px;
        padding-right: 55px;
    }
}
@media (max-width: 1439px) {
    .main-products-section .container {
        padding: 0;
    }
    .products-slider-category-list {
        margin-top: 10px;
        padding-top: 25px;
    }
    .products-slider-category-list .products-elements {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1439px) {
    .product-list-item {
        width: 180px;
        padding: 15px 14px 16px;
    }
    .product-list-item-badges-wrapper {
        gap: 4px;
    }
    .product-item-badge {
        min-width: 74px;
    }
    .product-list-item-title {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .products-elements {
        padding: 0 30px;
    }
    .product-list-item-title {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .product-list-item-details-wrapper {
        min-height: 63px;
    }
}
@media (max-width: 767px) {
    .products-elements {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .products-slider-category-list {
        margin-top: 5px;
        padding-top: 10px;
    }
    .products-elements {
        column-gap: 0px;
        row-gap: 10px;
    }
    .success-story-block-row {
        row-gap: 5px;
        column-gap: 0;
    }
    .main-products-section .container {
        overflow: hidden;
    }
}
/** / PRODUCTS_SECTION_ELEMENT **/

.products-section-more-button-wrapper {
    margin-top: 30px;
}
.more-results-button {
    text-decoration: underline !important;
    color: #232323;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.2s;
}
.more-results-button:hover {
    color: var(--redcolor);
}
/* / PRODUCTS SECTION-S */
/* ADDCART LIST */
.products-list-form {
    margin-top: 2px;
}
.list-item-prices-and-add-cart {
    column-gap: 18px;
}
.list-item-prices-normalprice {
    color: #0A0909;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    text-align: center;
    text-decoration: line-through;
}
.list-item-prices-sellingprice {
    color: #0A0909;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}
.list-item-add-cart {
    width: 36px;
    height: 36px;
    border-radius: 30px;
    background: #5CB800;
    transition: 0.2s;
    border: 2px solid #5CB800;
}
.list-item-add-cart svg path {
    transition: 0.2s;
}
.list-item-add-cart:hover {
    background-color: #FFFFFF;
}
.list-item-add-cart:hover svg path {
    fill: #5CB800 !important;
}
/* / ADDCART LIST */
/* SUCCESS STORY LIST */
.success-story-products {
    margin-top: 44px;
}
.success-story-block {
    row-gap: 15px;
    margin: 40px auto 36px;
}
.success-story-block-row {
    gap: 15px;
}
.success-story-block-row .success-story-big-item {
    margin-right: 20px;
}
.success-story-block-row.flex-row-reverse .success-story-big-item {
    margin-right: 0;
    margin-left: 20px;
}
.success-story-big-item {
    max-width: 622px;
    border-radius: 5px;
    border: 10px solid #F2F2F2;
    padding: 37px 26px;
    gap: 22px;
    transition: 0.2s;
}
.success-story-big-item:hover {
    background-color: #F7F7F7;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}
.success-story-big-item-image-wrapper {
    min-width: 232px;
}
.bigger-stock-badge .product-item-badge {
    min-width: 96px;
    width: max-content;
    height: 26px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 30px;
}
.success-story-big-item-title {
    color: #0A0909;
    margin-top: 11px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.success-story-big-item-authors {
    color: #0A0909;
    margin-top: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.success-story-big-item-lead {
    color: #0A0909;
    margin-top: 15px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.success-story-big-item-favourites {
    column-gap: 10px;
    margin-top: 16px;
}
.success-story-big-item-favourites span {
    color: #0A0909;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.success-story-big-item-addcart {
    margin-top: 12px;
}
.success-story-big-item-addcart .list-item-prices-and-add-cart {
    column-gap: 21px;
}
.success-story-big-item-addcart .list-item-prices-normalprice {
    color: #0A0909;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-decoration: line-through;
}
.success-story-big-item-addcart .list-item-prices-sellingprice {
    color: #0A0909;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
}
.success-story-big-item-addcart .list-item-add-cart {
    width: 45px;
    height: 45px;
}
.success-story-big-item-addcart .list-item-add-cart svg {
    height: 25px;
    width: 25px;
}
@media (max-width: 1199px) {
    .success-story-block {
        margin: 33px auto 30px;
    }
    .success-story-block-row .product-list-item:last-child {
        display: none !important;
    }
    .success-story-big-item {
        max-width: 530px;
        border: 6px solid #F2F2F2;
        padding: 30px 22px;
        gap: 18px;
    }
    .success-story-block-row .success-story-big-item {
        margin-right: 9px;
    }
    .success-story-block-row.flex-row-reverse .success-story-big-item {
        margin-right: 0;
        margin-left: 9px;
    }
}
@media (max-width: 991px) {
    .success-story-block-row {
        justify-content: center;
    }
    .success-story-block-row.flex-row-reverse .success-story-big-item {
       order: 5;
    }
    .success-story-big-item {
        max-width: 600px;
    }
    .success-story-block-row .product-list-item:last-child {
        display: flex !important;
    }
    .success-story-block-row .success-story-big-item {
        margin-right: 0;
    }
    .success-story-block-row.flex-row-reverse .success-story-big-item {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .success-story-products {
        margin-bottom: 0;
    }
    .success-story-products .container {
        padding: 0;
    }
    .success-story-block-row .product-list-item:last-child {
        display: none !important;
    }
    .success-story-big-item {
        max-width: 96%;
        width: 100%;
    }
    .success-story-big-item-image-wrapper {
        min-width: 165px;
    }
    .success-story-big-item {
        border: 5px solid #F2F2F2;
        padding: 20px 15px;
    }
    .success-story-big-item-title {
        margin-top: 10px;
        font-size: 15px;
    }
    .success-story-big-item-authors {
        font-size: 10px;
    }
    .success-story-big-item-lead {
        margin-top: 10px;
        font-size: 10px;
        line-height: 15px;
        -webkit-line-clamp: 10;
    }
    .success-story-big-item-favourites {
        margin-top: 10px;
    }
}
@media (max-width: 413px) {
    .success-story-big-item {
        border: 4px solid #F2F2F2;
        padding: 17px 12px;
        gap: 13px;
    }
    .success-story-big-item-image-wrapper {
        min-width: 135px;
    }
    .success-story-big-item-addcart .list-item-prices-sellingprice {
        font-size: 22px;
        line-height: 25px;
    }
    .success-story-big-item-addcart .list-item-add-cart {
        width: 37px;
        height: 37px;
    }
    .success-story-big-item-lead {
        margin-top: 7px;
        line-height: 14px;
        -webkit-line-clamp: 7;
    }
    .bigger-stock-badge .product-item-badge {
        min-width: 90px;
        height: 22px;
        font-size: 11px;
    }
}
/* / SUCCESS STORY LIST */
/* HIGHLIGHTEDS */
.page-title-alt {
    color: #232323;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.notsame-controller {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 70px 30px;
}
.products-list-asided-wrapper .notsame-controller {
    width: 100%;
}
.products-section-backgrounded {
    border-radius: 5px;
    background: #F2F2F2;
    margin-top: 50px;
    margin-bottom: 41px;
}
.products-section-products-block {
    margin-top: 45px;
    column-gap: 3%;
    row-gap: 25px;
}
.highlighted-block-title {
    min-width: 149px;
    max-width: 80%;
    width: max-content;
    height: 38px;
    padding: 9px 10px;
    column-gap: 10px;
    background: #FFFFFF;
    color: #0A0909;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.highlighted-block {
    width: 31.3%;
}
.highlighted-block-products-wrapper {
    width: 100%;
    padding: 25px 18px 35px;
    background: #FFFFFF;
}
.products-section-slider-arrows {
    column-gap: 34px;
}
.products-section-arrow {
    display: none;
    cursor: pointer;
}
.highlighted-product-item {
    column-gap: 15px;
}
.highlighted-product-item-name {
    color: #0A0909;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.highlighted-product-item-image-wrapper {
    min-width: 138px;
    width: 138px;
}
.highlighted-product-item-authors {
    color: #0A0909;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 18px 0 22px;
}
.highlighted-product-item-favourites {
    color: #0A0909;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.highlighted-product-item-favourites span {
    text-decoration-line: underline !important;
    margin-left: 7px;
}
.highlighted-product-item-prices {
    margin-top: 21px;
}
.highlighted-product-item-discountedprice {
    color: #0A0909;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}
.highlighted-product-item-sellingprice {
    color: #0A0909;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
}
@media (max-width: 1199px) {
    .notsame-controller {
        padding: 20px 15px;
    }
    .products-section-products-block {
        margin-top: 30px;
        column-gap: 2%;
        row-gap: 18px;
    }
    .products-section-slider-arrows {
        column-gap: 24px;
    }
    .highlighted-block-title {
        height: 38px;
        padding: 8px 8px;
        column-gap: 8px;
    }
    .highlighted-block {
        width: 32%;
    }
    .highlighted-block-products-wrapper {
        padding: 19px 13px 25px;
    }
    .highlighted-product-item-image-wrapper {
        min-width: 115px;
        width: 115px;
    }
    .highlighted-product-item-name {
        margin-top: 5px;
        font-size: 14px;
    }
    .highlighted-product-item-authors {
        margin: 10px 0 14px;
    }
    .highlighted-product-item-prices {
        margin-top: 11px;
    }
    .highlighted-product-item-sellingprice {
        font-size: 18px;
        line-height: 18px;
    }
}
@media (max-width: 991px) {
    .highlighted-block {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .notsame-controller {
        padding: 40px 22px 32px;
    }
    .highlighted-block-title {
        height: 38px;
        padding: 9px 10px;
        column-gap: 10px;
    }
    .highlighted-block {
        width: 100%;
    }
    .highlighted-block-products-wrapper {
        padding: 22px 17px 29px;
    }
    .highlighted-product-item-name {
        margin-top: 10px;
        font-size: 16px;
    }
    .highlighted-product-item-authors {
        font-size: 12px;
        margin: 18px 0 22px;
    }
    .highlighted-product-item-prices {
        margin-top: 20px;
    }
    .highlighted-product-item-sellingprice {
        font-size: 22px;
        line-height: 20px;
    }
    .highlighted-product-item-image-wrapper {
        min-width: 138px;
        width: 138px;
    }
    .products-section-products-block {
        margin-top: 44px;
        column-gap: 0;
        row-gap: 35px;
    }
    .products-section-more-button-wrapper {
        margin-top: 25px;
    }
    .products-section-backgrounded {
        margin-bottom: 0;
    }
}
/* / HIGHLIGHTEDS */
/* BOTTOM CAROUSEL */
.bottom-offers {
    padding: 30px 0;
    background: #188A8D;
}
.bottom-offers-title {
    color: #FFF;
    margin-bottom: 25px;
}
.bottom-offers-slider {
    margin: 0 -4px;
}
.bottom-offers-item {
    padding: 10px 9px;
    border-radius: 5px;
    background: #FFFFFF;
    margin: 0 4px;
    transition: 0.2s;
}
.bottom-offers-item-name {
    margin-top: 9px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0A0909;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    transition: 0.2s;
}
.bottom-offers-item:hover {
    background-color: var(--redcolor);
}
.bottom-offers-item:hover .bottom-offers-item-name {
    color: #FFFFFF;
}
.bottom-slick-dots {
    gap: 60px;
    margin-top: 32px;
}
.bottom-slick-arrow {
    display: none;
    cursor: pointer;
    transition: 0.2s;
}
.bottom-slick-arrow svg path {
    transition: 0.2s;
}
.bottom-slick-arrow:hover path {
    fill: var(--redcolor) !important;
}
.bottom-slick-right {
    order: 2;
}
.bottom-offer-slick-dots {
    font-size: 0;
    gap: 5px;
}
.bottom-offer-slick-dots button {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}
.bottom-offer-slick-dots .slick-active button {
    background-color: transparent;
}
.bottom-offer-slick-dots button:hover {
    background-color: var(--redcolor);
}
@media (max-width: 1199px) {
    .bottom-slick-dots {
        gap: 40px;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .bottom-slick-dots {
        gap: 40px;
        margin-top: 20px;
    }
}
/* / BOTTOM CAROUSEL */
/* NEWSLETTERS SUB */
.newsletters-subscribe-row {
    max-width: 1440px;
    margin-left: auto;
    margin-right: 0;
    column-gap: 140px;
}
@media (min-width: 1600px) {
    .newsletters-subscribe-row {
        margin-left: auto;
        margin-right: auto;
    }
}
.newsletters-subscribe-row-title {
    color: #272727;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
}
.newsletters-subscribe-row-lead {
    color: #272727;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}
.newsletters-subscribe-input {
    border: 3px solid #F2F2F2;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #FFF;
    color: #272727;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    padding: 0 60px;
    width: 450px;
    height: 54px;
}
.newsletters-subscribe-input:focus {
    border-color: #188A8D;
}
.newsletters-subscribe-submit {
    width: 140px;
    height: 54px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #188A8D;
    border: 3px solid #188A8D;
    transition: 0.3s;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.newsletters-subscribe-submit:hover {
    background-color: #FFFFFF;
    color: #188A8D;
}
.newsletters-subscribe-input-icon {
    position: absolute;
    top: 17px;
    left: 22px;
}
@media (max-width: 1439px) {
    .newsletters-subscribe-row {
        column-gap: 120px;
    }
    .newsletters-subscribe-input {
        width: 380px;
    }
    .newsletters-subscribe-submit {
        width: 130px;
    }
}
@media (max-width: 1199px) {
    .newsletters-subscribe-row {
        column-gap: 100px;
    }
    .newsletters-subscribe-row-title {
        font-size: 28px;
    }
    .newsletters-subscribe-row-lead {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .newsletters-subscribe-input {
        width: 300px;
    }
    .newsletters-subscribe-submit {
        width: 110px;
        font-size: 15px;
    }
    .newsletters-subscribe-row-art {
        max-width: 370px;
    }
}
@media (max-width: 991px) {
    .newsletters-subscribe-row {
        column-gap: 60px;
    }
    .newsletters-subscribe-row-title {
        font-size: 25px;
    }
    .newsletters-subscribe-row-lead {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .newsletters-subscribe-input {
        width: 250px;
    }
    .newsletters-subscribe-submit {
        width: 100px;
        font-size: 14px;
    }
    .newsletters-subscribe-input, .newsletters-subscribe-submit {
        height: 46px;

    }
    .newsletters-subscribe-input-icon {
        top: 13px;
    }
    .newsletters-subscribe-row-art {
        max-width: 300px;
    }
}
@media (max-width: 767px) {
    .newsletters-subscribe-row {
        column-gap: 0;
        margin: 40px 0 5px;
    }
    .newsletters-subscribe-row-wrapper {
        padding: 0 8px;
    }
    .newsletters-subscribe-row-title {
        font-size: 30px;
        text-align: center;
    }
    .newsletters-subscribe-row-lead {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
    }
    .newsletters-subscribe-row-art {
        width: 100%;
        max-width: 100%;
        max-height: 360px;
    }
    .newsletters-subscribe-input {
        width: 100%;
    }
    .newsletters-subscribe-input, .newsletters-subscribe-submit {
        height: 54px;
    }
    .newsletters-subscribe-submit {
        width: 147px;
    }
    .newsletters-subscribe-input-icon {
        top: 17px;
    }
}
/* / NEWSLETTERS SUB */
/* PREORDER BLOCK */
.preorder-section {
    margin: 5px auto 30px;
}
.notsame-controller-padding {
    padding-left: 15px;
    padding-right: 15px;
}
.nopadding {
    padding: 0;
}
.preorder-section .products-section-products-block {
    margin-top: 36px;
    column-gap: 1%;
    row-gap: 15px;
}
@media (max-width: 1439px) {
    .preorder-section .products-section-products-block {
        column-gap: 0.5%;
    }
}
.preorderable-row {
    margin-top: 30px;
}
@media (max-width: 1599px) {
    .preorderable-row .preorder-section .product-list-item:nth-child(6) {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .preorder-section .products-section-products-block {
        column-gap: 0.5%;
    }
    .preorder-section .product-list-item:nth-child(6) {
        display:none !important;
    }
}
@media (max-width: 991px) {
    .preorder-section .product-list-item:nth-child(5) {
        display:none !important;
    }
    .preorder-section .container {
        max-width: 100%;
    }
    .notsame-controller-padding {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .preorder-section .products-section-products-block {
        column-gap: 15px;
        row-gap: 15px;
    }
    .preorder-section .container {
        padding: 0 10px;
    }
}
@media (max-width: 414px) {
    .preorder-section .products-section-products-block {
        column-gap: 5px;
        row-gap: 5px;
    }
    .preorder-section .container {
        padding: 0 5px;
    }
}
/* / PREORDER BLOCK */
/* FOOTER */
.footer {
    padding: 78px 0 45px;
}
.footer-content-wrapper {
    padding: 0 75px;
}
.footer-column {
    row-gap: 34px;
}
.footer-bottom-wrapper {
    row-gap: 70px;
}
.footer-column-title {
    color: #0A0909;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.footer-content-wrapper {
    row-gap: 47px;
}
.footer-column-links:not(.category-footer-column) {
    row-gap: 14px;
}
.category-footer-column {
    row-gap: 9px;
}
.footer-link {
    column-gap: 14px;
    color: #0A0909;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.2s;
}
.footer-link path, .footer-link circle {
    transition: 0.2s;
}
.footer-link:hover {
    color: var(--redcolor);
}
.footer-link:hover path, .footer-link:hover circle {
    fill: var(--redcolor);
}
.footer-copyright-wrapper {
    row-gap: 2px;
}
.copyright-text {
    color: #0A0909;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.copyright-powered, .copyright-domain {
    column-gap: 5px;
}
@media (max-width: 1199px) {
    .footer-content-wrapper {
        padding: 0 30px;
    }
}
@media (max-width: 991px) {
    .footer {
        padding: 50px 0 25px;
    }
    .footer-content-wrapper {
        row-gap: 30px;
        padding: 0;
    }
    .footer-column-title {
        font-size: 20px;
    }
    .footer-link {
        font-size: 12px;
        line-height: 22px;
    }
    .copyright-text {
        font-size: 12px;
        line-height: 16px;
    }
    .footer-bottom-wrapper {
        row-gap: 40px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding: 45px 0 30px;
    }
    .footer-navigation {
        row-gap: 60px;
        column-gap: 30px;
    }
    .footer-column {
        width: calc(50% - 15px);
        row-gap: 22px;
    }
    .footer-column-title {
        font-size: 20px;
    }
    .footer-link {
        font-size: 14px;
    }
}
@media (max-width: 414px) {
    .footer-navigation {
        row-gap: 35px;
        column-gap: 16px;
    }
    .footer-column {
        width: calc(50% - 8px);
        row-gap: 17px;
    }
    .footer-column-title {
        font-size: 19px;
    }
    .footer-link {
        font-size: 12px;
        column-gap: 4px;
    }
}
/* / FOOTER */

/* PRODUCTS VIEW */
.products-asided-wrapper {
    margin-top: 15px;
    column-gap: 50px;
}
.category-aside {
    width: 165px;
    min-width: 165px;
}
.category-aside-title {
    height: 28px;
    background: var(--redcolor);
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    width: 100%;
    z-index: 1;
}
.category-aside-links-wrapper {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid #F2F2F2;
    border-top: 0;
    width: 100%;
    padding: 10px 0;
}
.category-aside-link {
    color: #0A0909;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    transition: 0.2s;
}
.category-aside-link.active, .category-aside-link:hover {
    background-color: #F2F2F2;
}
.category-aside-link:hover {
    color: var(--redcolor);
}
.category-aside-link.active {
    background-color: #F2F2F2;
    background-image: url("/img/active-category.svg");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}
.category-aside-title, .category-aside-link {
    padding: 0 19px;
}
.products-details {
    column-gap: 44px;
}
.products-details-image-wrapper {
    width: 400px;
    min-width: 400px;
    border-radius: 5px;
    padding: 15px;
    background: transparent;
    text-align: center;
}
#product-mainpicture {
    max-width: 250px;
}
.products-details-image-wrapper, .mobile-images-wrapper {
    pointer-events: none;
}
.breadcrumb-nav {
    min-height: 28px;
    margin-bottom: 10px;
}
.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb-item {
    color: #232323;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.breadcrumb-item a {
    color: #232323;
    transition: 0.2s;
}
.breadcrumb-item a:hover {
    color: var(--redcolor);
}
.breadcrumb-item.active {
    font-weight: 700;
    color: #232323;
}
.products-details-infos {
    padding-top: 15px;
}
.product-title {
    color: #232323;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 21px;
    text-align: left;
}
.products-details-badges {
    column-gap: 3px;
    margin-bottom: 40px;
}
.shipping-badge {
    min-width: 108px;
    border: 1px solid #5CB800;
    background-color: #FFFFFF;
    color: #5CB800;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.preorderable-shipping-badge {
    min-width: 100px;
    border: 1px solid #ab9522;
    background-color: #FFFFFF;
    color: #ab9522;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.to-cart-form {
    margin-top: 51px;
}
.to-cart-row {
    column-gap: 30px;
}
.add-to-cart-button {
    width: auto;
    height: 44px;
    column-gap: 12px;
    padding: 0 21px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.2s;
    border-radius: 30px;
    border: 2px solid #5CB800;
    background-color: #5CB800;
    outline: 0;
    box-shadow: none;
}
.add-to-cart-button path {
    transition: 0.2s;
}
.add-to-cart-button:hover {
    color: #5CB800;
    background-color: #FFFFFF;
}
.add-to-cart-button:hover path {
    fill: #5CB800 !important;
}
.products-params-wrapper {
    margin-top: 40px;
}
.products-param-item {
    column-gap: 30px;
}
.products-param-item-name {
    width: max-content;
    min-width: 105px;
}
.products-params {
    row-gap: 11px;
}
.products-param-item-name, .products-param-item-value {
    color: #0A0909;
    width: max-content;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.products-param-item-value a {
    color: #0A0909;
    transition: 0.2s;
}
.products-param-item-value a:hover {
    color: var(--redcolor);
}
.products-param-item-value {
    font-weight: 700;
    width: auto;
}
.products-discounted-details {
    column-gap: 15px;
}
.products-discounted-price {
    width: max-content;
    color: #0A0909;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}
.products-discounted-percent {
    width: 58px;
    height: 21px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #F00;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 7px;
}
.products-selling-price {
    color: #0A0909;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    margin-top: 5px;
}
.favourite-button {
    margin-top: 25px;
    min-width: auto;
    width: max-content;
    height: 44px;
    padding: 0 16px;
    gap: 12px;
    border-radius: 30px;
    border: 1px solid #272727;
    background-color: #FFFFFF;
    color: #272727;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.2s;
}
.favourite-button path {
    transition: 0.2s;
}
.favourite-button:hover {
    background-color: #272727;
    color: #FFFFFF;
}
.favourite-button:hover path {
    fill: #FFFFFF;
}
.products-section-panel {
    min-height: 46px;
    border-radius: 5px;
    background: #F2F2F2;
    padding: 10px 20px;
    margin-bottom: 27px;
}
.products-section-panel-title {
    color: #232323;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.products-section-panel-title a {
    color: #232323;
    transition: 0.2s;
}
.products-section-panel-title a:hover {
    color: var(--redcolor);
}
.products-section-panel-title strong {
    font-weight: 900;
}
.products-description-section {
    margin-top: 31px;
}
.products-description-section-content {
    column-gap: 40px;
}
.products-description {
    color: #0A0909;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
}
.products-youtube-wrapper {
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: 471px;
    min-width: 471px;
    height: 265px;
}
.products-youtube {
    width: 100%;
    height: 100%;
}
.related-products-section {
    margin-top: 40px;
}
.related-products-section .products-section-panel {
    margin-bottom: 10px;
}
.related-products-section .products-section-products-block {
    margin-top: 0;
}
.red-panel {
    background: var(--redcolor);
}
.red-panel .products-section-panel-title {
    color: #FFFFFF;
}
@media (max-width: 1439px) {
    .products-details-image-wrapper {
        width: 400px;
        min-width: 400px;
        padding: 10px;
    }
    .related-products-section .products-section-products-block {
        column-gap: 0.7%;
    }
}
@media (max-width: 1199px) {
    .breadcrumb-item {
        font-size: 10px;
    }
    .products-asided-wrapper {
        column-gap: 35px;
    }
    .products-details {
        column-gap: 35px;
    }
    .products-details-image-wrapper {
        width: 270px;
        min-width: 270px;
        padding: 7px;
    }
    .product-title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 7px;
        margin-bottom: 10px;
    }
    .products-details-badges {
        column-gap: 2px;
        margin-bottom: 15px;
    }
    .products-params-wrapper {
        margin-top: 15px;
    }
    .to-cart-row {
        column-gap: 20px;
    }
    .to-cart-form {
        margin-top: 20px;
    }
    .products-selling-price {
        font-size: 30px;
        margin-top: 4px;
    }
    .add-to-cart-button {
        font-size: 14px;
        height: 40px;
    }
    .related-products-section .products-section-products-block {
        column-gap: 0.7%;
    }
    .favourite-button {
        margin-top: 20px;
        height: 40px;
        padding: 0px 14px;
        gap: 10px;
        font-size: 14px;
    }
    .products-youtube-wrapper {
        width: 350px;
        min-width: 350px;
        height: 190px;
    }
    .products-description p {
        line-height: 20px;
    }
    .products-section-panel {
        min-height: 40px;
    }
    .products-section-panel-title {
        font-size: 16px;
        line-height: 19px;
    }
    .related-products-section .products-section-products-block .product-list-item:nth-child(9), .related-products-section .products-section-products-block .product-list-item:nth-child(10) {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .breadcrumb-nav {
        margin-bottom: 5px;
    }
    .breadcrumb-item {
        font-size: 8px;
    }
    .category-aside {
        width: 130px;
        min-width: 130px;
    }
    .category-aside-title, .category-aside-link {
        padding: 0 9px;
    }
    .category-aside-title, .category-aside-link {
        padding: 0 8px;
    }
    .category-aside-title {
        font-size: 12px;
    }
    .category-aside-links-wrapper {
        padding: 5px 0;
    }
    .category-aside-link {
        font-size: 10px;
        line-height: 21px;
    }
    .products-asided-wrapper {
        column-gap: 25px;
    }
    .products-details-image-wrapper {
        width: 255px;
        min-width: 255px;
        padding: 5px;
    }
    .products-details {
        column-gap: 15px;
    }
    .product-title {
        font-size: 16px;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 8px;
    }
    .products-param-item-name {
        min-width: 86px;
    }
    .products-param-item-name, .products-param-item-value {
        font-size: 11px;
        line-height: 18px;
    }
    .to-cart-row {
        column-gap: 10px;
    }
    .products-discounted-details {
        column-gap: 5px;
    }
    .products-discounted-percent {
        width: 48px;
        height: 17px;
        font-size: 12px;
        padding: 0 5px;
    }
    .products-discounted-price {
        font-size: 12px;
    }
    .products-selling-price {
        font-size: 24px;
        margin-top: 7px;
    }
    .add-to-cart-button {
        font-size: 12px;
        height: 36px;
        padding: 0 8px;
        column-gap: 5px;
    }
    .favourite-button {
        margin-top: 15px;
        height: 36px;
        padding: 0px 8px;
        gap: 5px;
        font-size: 12px;
    }
    .products-description-section-content {
        column-gap: 0;
        row-gap: 20px;
    }
    .products-youtube-wrapper {
        order: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3/1.5;
    }
    .products-description {
        order: 1;
        width: 100%;
    }
    .products-section-panel-title {
        font-size: 14px;
    }
    .related-products-section {
        margin-top: 28px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-nav {
        margin-bottom: 10px;
    }
    .breadcrumb-item {
        font-size: 11px;
    }
    .products-details-infos {
        padding-top: 0;
        width: 100%;
    }
    .product-title {
        font-size: 22px;
        line-height: 25px;
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .products-details-badges {
        column-gap: 3px;
        margin-bottom: 10px;
    }
    .mobile-images-wrapper {
        width: 100%;
        background: transparent;
        border-radius: 5px;
        padding: 8px 12px 15px;
        text-align: center;
    }
    .mobile-images-wrapper img {
        max-width: 250px;
    }
    .products-params {
        padding-left: 30px;
    }
    .products-params-wrapper {
        margin-top: 16px;
    }
    .products-param-item {
        column-gap: 40px;
    }
    .products-param-item-name {
        min-width: 105px;
        max-width: 40%;
        width: max-content;
    }
    .products-param-item-name, .products-param-item-value {
        font-size: 12px;
        line-height: 27px;
    }
    .to-cart-form {
        margin-top: 36px;
    }
    .to-cart-row {
        row-gap: 25px;
    }
    .products-selling-price {
        font-size: 40px;
        margin-top: 0;
        line-height: normal;
    }
    .products-discounted-price {
        font-size: 14px;
        line-height: normal;
    }
    .products-discounted-percent {
        width: 58px;
        height: 21px;
        font-size: 14px;
        padding: 0 7px;
    }
    .products-discounted-details {
        column-gap: 15px;
    }
    .add-to-cart-button {
        font-size: 16px;
        height: 44px;
        padding: 0 16px;
        column-gap: 12px;
    }
    .favourite-button {
        height: 44px;
        padding: 0px 16px;
        gap: 12px;
        font-size: 16px;
        margin: 10px auto;
    }
    .products-description-section {
        margin-top: 38px;
    }
    .products-description-section-content {
        row-gap: 7px;
    }
    .products-section-panel {
        min-height: 46px;
        margin-bottom: 15px;
        padding: 9px 15px;
    }
    .products-section-panel-title {
        font-size: 18px;
        line-height: 20px;
    }
}
/* / PRODUCTS VIEW */
/* PRODUCTS LISTS */
.products-list-asided-wrapper .breadcrumb-nav {
    margin-bottom: 0;
}

.page-h1 {
    color: #232323;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0 0 6px;
    text-align: left;
}

.page-h2 {
    color: #232323;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 24px;
}

.page-lead, .page-lead p {
    color: #0A0909;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.products-list-asided-wrapper .products-section-products-block {
    margin-top: 10px;
    margin-bottom: 60px;
}

.preorder-h2 {
    margin-top: 0;
    margin-bottom: 15px;
}
.products-list-asided-wrapper .success-story-block {
    margin-top: 20px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 20px;
}
.pagination .page-link {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0A0909;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.2s;
    padding: 0;
    border: none;
}
.page-link.active, .active>.page-link, .page-link:hover {
    background-color: var(--redcolor);
    color: #FFFFFF;
    font-weight: 700;
}
.page-link.active path, .active>.page-link path, .page-link:hover path {
    fill: #FFFFFF;
}
.pagination .page-item.disabled {
    opacity: 0.55;
}
.pagination .page-item {
    margin: 0 3px;
}
.pagination .page-item.prev {
    margin-left: 8px;
    margin-right: 24px;
}
.pagination .page-item.next {
    margin-left: 24px;
    margin-right: 8px;
}
@media (max-width: 1199px) {
    .products-list-asided-wrapper .products-section-products-block {
        column-gap: 1%;
    }
    .page-h1 {
        font-size: 26px;
    }
}
.page-h1.cccrt {
    margin: 0;
}
@media (max-width: 767px) {
    .pagination .page-link {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    .pagination .page-item {
        margin: 0 2px;
    }
    .pagination .page-item.prev {
        margin-left: 4px;
        margin-right: 10px;
    }
    .pagination .page-item.next {
        margin-left: 10px;
        margin-right: 4px;
    }
}
/* / PRODUCTS LISTS */
.site-content-view p, .site-content-view span {
    font-size: 17px;
}

.field-newsletterssubscribeds-agree .form-check-input {
    width: 15px;
    height: 15px;
    border-radius: 50% !important;
    border: 2px solid #DBDBDB;
}
.field-newsletterssubscribeds-agree {
    padding-left: 30px;
}
.field-newsletterssubscribeds-agree .form-check-label {
    padding-left: 3px;
    color: #272727;
    padding-top: 1px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.field-newsletterssubscribeds-agree .form-check-label a {
    color: #272727;
    font-weight: 700;
}
@media (max-width: 767px) {
    .field-newsletterssubscribeds-agree {
        padding-left: 12px;
    }
    .field-newsletterssubscribeds-agree .form-check-label {
        padding-left: 2px;
        padding-top: 2px;
        font-size: 11px;
    }
}
.smtpn .products-slider-category-list {
    padding-top: 10px;
}
.color-red {
    color: red;
}
@media (max-width: 767px) {
    .products-description * {
        max-width: 100% !important;
        width: auto !important;
    }
    .products-description div {
        float: none !important;
        clear: both !important;
    }
    .products-description .prodreszletekkategoria {
        text-align: left !important;
    }
    .products-param-item-name, .products-param-item-value {
        max-width: 55%;
    }
    .products-asided-wrapper {
        column-gap: 0;
        overflow: hidden;
        max-width: 100%;
    }
    .products-aside-sibling {
        max-width: 100%;
    }
    .products-youtube-wrapper {
        min-width: unset;
    }
}
@media (max-width: 414px) {
    .products-param-item {
        column-gap: 15px;
    }
}
@media (max-width: 1199px) {
    .product-list-item {
        width: 174px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .products-section-list .products-elements {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-section-list .products-elements .product-list-item:not(.slick-slide) {
        width: 165px;
        padding-left: 7px;
        padding-right: 7px;
    }
    .products-section-list .products-elements .product-list-item:nth-child(9), .products-section-list .products-elements .product-list-item:nth-child(10) {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .product-list-item {
        width: 48%;
        padding: 11px 9px 12px;
    }
}
.cart-count {
    position: absolute;
    top: 2px;
    right: 1px;
    width: 18px;
    height: 18px;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    background-color: var(--redcolor);
}

.product-not-can-be-purchase {
    margin: 25px 0 5px;
}
.prodsubwrapp {
    margin: 5px 0 20px;
}

.product-subscribe-btn {
    width: 150px;
    min-width: 150px;
    font-size: 15px;
    height: 40px;
    background-color: var(--redcolor);
    color: #FFFFFF;
    font-weight: 700;
    border: 1px solid var(--redcolor);
    transition: 0.2s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.field-productssubscribes-agree {
    padding-left: 15px;
    margin-top: 10px;
}
.field-productssubscribes-agree .cbx {
    border-radius: 50%;
}
.product-subscribe-btn:hover {
    background-color: #FFFFFF;
    color: var(--redcolor);
}
.field-prodsub-email {
    flex-grow: 1;
}
.field-prodsub-email input {
    height: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 20px;
}
.prodsubs-content {
    margin-top: 10px;
}
.prodsub-smg-alert, .prodsub-smg-success {
    margin-top: 12px;
    font-size: 17px;
}
.prodsub-smg-alert {
    color: red;
}
.prodsub-smg-success {
    color: green;
}

#acpsearch
{
    position: relative;
}

#search-ac-box
{
    position: absolute;
    top: 100%;
    left: 165px;
    width: 308px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    z-index: 9999;
    max-height: 300px;
}

.search-ac-item
{
    gap: 2px;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #F2F2F2;
}

.search-ac-item:hover
{
    background-color: #F2F2F2;
}

.search-ac-item:last-child
{
    border: 0px;
}

.search-ac-item img
{
    width: 50px;
    height: 100%;
    object-fit: contain;
}

.search-ac-content
{
    padding-left: 6px;
}

.search-ac-name
{
    font-size: 12px;
    color: #272727 !important;
}

.search-ac-name span
{
    font-weight: 700;
    color: var(--redcolor) !important;
}

.search-ac-price
{
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    color: var(--redcolor) !important;
}

.search-ac-item .product-item-badge
{
    height: auto;
    padding: 0px 6px;
    min-width: 0px;
}

@media (min-width: 1200px) {
    .prodsubs-content {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .product-subscribe-btn {
        width: 120px;
        min-width: 120px;
        font-size: 13px;
        height: 38px;
    }
    .field-prodsub-email input {
        height: 38px;
        padding: 0 15px;
    }

    .prodsubs-content {
        max-width: 100%;
    }
    .field-productssubscribes-agree {
        padding-left: 5px;
        margin-top: 10px;
        display: flex;
    }
}
.mnh-100 {
    min-height: 100% !important;
}
.disabled-btn {
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 992px) {
    .cart-container {
        width: 80%;
        margin: 0 auto;
        max-width: 100%;
    }
}

.smftps {
    padding: 5px 10px 15px;
}

@media (max-width: 767px) {
    #search-ac-box {
        width: 96%;
        left: 50%;
        transform: translateX(-50%);
    }
    #left-canvas, #right-canvas {
        width: 100% !important;
    }
    #left-canvas #searchinput {
        width: 98% !important;
    }
}
.products-description-readmore-btn {
    display: none;
}
@media (max-width: 767px) {
    .products-description-readmore {
        max-height: 130px;
        overflow: hidden;
        position: relative;
    }
    .products-description-readmore::after {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
        background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
        bottom: 0;
        content: "";
        height: 4.2rem;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        z-index: 1;
    }
    .products-description-readmore-btn {
        display: block;
        z-index: 2;
        position: absolute;
        left: 50%;
        bottom: -5px;
        transform: translateX(-50%);
        font-size: 18px;
        color: var(--redcolor);
        transition: 0.2s;
        text-shadow: 1px 1px var(--redcolor);
    }
    .products-description-readmore-btn:hover {
        color: #0a0a0a;
        text-shadow: 1px 1px #0a0a0a;
        font-weight: 700;
    }
}
@media (max-width: 767px) {
    #pp-change-address, #searchinput {
        font-size: 16px;
    }
}

.mobile-main-menu
{
    background: #272727;
    color: #fff;
    position: relative;
}

.mobile-menu-dropdown
{
    position: static;
}

.mobile-menu-dropdown-button
{
    background-color: #272727 !important;
    padding: 10px 8px;
    color: #fff !important;
    border: 0px;
    gap: 3px;
    width: 100%;
}

.mobile-menu-dropdown-button svg:first-child
{
    height: 18px;
    width: 18px;
}

.mobile-menu-dropdown-button path
{
    fill: #fff;
}

.mobile-menu-dropdown-button.mml-active
{
    background-color: var(--redcolor) !important;
}

.mobile-menu-dropdown-list
{
    top: 100%;
    left: 0px;
    width: 100%;
    background-color: #F2F2F2;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: -2px;
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}

.mobile-menu-dropdown-list.show
{
    display: -webkit-flex !important;
    display: flex !important;
}

.mobile-menu-dropdown-list li
{
    width: 50%;
}

.mobile-menu-dropdown-list a:not(.mobile-drp-buttons a)
{
    padding: 5px 8px;
    color: #272727 !important;
    font-size: 13px;
    line-height: 15px;
}

@media (max-width: 575px) {
    .header {
        padding-top: 8px;
    }
    .header-search-block {
        margin: 8px 0 8px;
    }
}
.mobile-menu-dropdown-button.show {
    background-color: var(--redcolor) !important;
    color: #FFFFFF !important;
}
.mobile-menu-dropdown-button.show path {
    fill: #FFFFFF !important;
}
@media (max-width: 767px) {
    .main-menu-dropdown-menu-buttons-row {
        column-gap: 14px;
        padding-left: 5px;
        margin-bottom: 5px;
    }
}
@media (max-width: 374px) {
    .main-menu-dropdown-menu-buttons-row {
        column-gap: 7px;
    }
}

.pttelt {
    padding: 12px 25px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #e3e3e3;
}
.centra {
    column-gap: 17px;
}
.carousel-control-prev, .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev {
    left: 22px;
}
.carousel-control-next {
    right: 22px;
}
.mobile-cat-btn
{
    padding: 10px 8px;
    color: #fff !important;
    border: 0px;
    gap: 5px;
}
.mobile-cat-btn svg
{
    height: 18px;
    width: 18px;
}
.mobile-cat-btn path
{
    fill: #fff;
}
@media (min-width: 768px) {
    .npmall {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .npmall {
        font-size: 14px;
    }
    .npmall a {
        color: #FF3F0E !important;
    }
    .page-title {
        font-size: 20px;
        line-height: 22px;
    }
    .npmcentr:not(.prdvlist .npmcentr) {
        display: none !important;
    }
    .prdvlist .npmcentr {
        flex-shrink: 0;
        margin-left: 20px;
    }
}
@media (max-width: 575px) {
    .page-title {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 420px) {
    .page-title {
        font-size: 14px;
        line-height: 18px;
    }
}
.map-btn-opener-row {
    margin: 15px 0 5px;
}

#shopbillingaddress-phone
{
    background-image: url(/img/flags/hu.svg);
    background-repeat: no-repeat;
    background-position: 2px 15px;
    background-size: 15px;
}

@media (max-width: 991px) {
    #pp-map-canvas {
        display: none;
    }
    #gls-canvas #right-canvas {
        opacity: 0;
        pointer-events: none;
        position: absolute;
    }
}

.npmcentr a {
    color: var(--redcolor);
    font-size: 16px;
    padding-top: 1px;
}

#search-clear {
    color: var(--redcolor);
}

.ffscheck {
    color: green;
    margin-left: 10px;
    font-size: 20px;
}

@media (max-width: 767px) {
    .mpplist {
        padding: 10px 12px 0;
    }
}

.category-aside-pricelink {
    padding: 0 9px;
}

.product-sorting label {
    font-weight: 700;
}
.searchbar-clear {
    display: none;
    position: absolute;
    font-size: 18px;
    top: 50%;
    right: 115px;
    transform: translateY(-50%);
    color: var(--redcolor);
    cursor: pointer;
}
@media (max-width: 1439px) {
    .searchbar-clear {
        font-size: 16px;
        right: 95px;
    }
}
@media (max-width: 1199px) {
    .searchbar-clear {
        font-size: 15px;
        right: 84px;
    }
}
@media (max-width: 991px) {
    .searchbar-clear {
        right: 60px;
    }
    .search-block-input {
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .searchbar-clear {
        font-size: 19px;
        right: 56px;
    }
}
.ordsubm:not(.ordsubm:hover) {
    background-color: #f5ab02 !important;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .cdad .product-list-item:nth-child(8), .cdad .product-list-item:nth-child(10) {
        display: none !important;
    }
}

.ppfinlabel {
    font-size: 19px !important;
    line-height: 20px !important;
    font-weight: 700;
    color: green;
    margin-bottom: 2px;
}

.category-aside-links-wrapper {
    background: #f7f7f7;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.category-aside-title, .category-aside-link, .category-aside-pricelink {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}
.fefc, .brbbb {
    margin: 0 !important;
}
.category-aside-title:not(.category-aside-title:last-child), .category-aside-link:not(.category-aside-link:last-child), .fefc:not(.fefc:last-child) {
    border-top: none !important;
}

.more-results-button, .npmcentr a, .npmall a {
    color: #FFFFFF !important;
    padding: 8px 22px;
    background-color: var(--redcolor);
    border: 1px solid var(--redcolor);
}
.more-results-button:hover, .npmcentr a:hover, .npmall a:hover {
    color: var(--redcolor) !important;
    background-color: #FFFFFF;
}
.npmcentr a, .npmall a {
    padding: 2px 5px;
}

.dcsed {
    color: var(--redcolor) !important;
}
.fefc a {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-top: none !important;
}

.list-favourites {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 9;
}
.list-favourites .favourite-button {
    margin-top: 0;
    min-width: auto;
    height: 34px;
    padding: 0;
    gap: 0;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    color: #272727;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.2s;
    width: 34px;
    justify-content: center;
}
.list-favourites .favourite-button:hover path {
    fill: #272727;
}

.badge-backorder {
    background-color: #7184DB;
    border-color: #7184DB;
}
.ship-badge-backorder {
    color: #7184DB;
    border-color: #7184DB;
}

@media (max-width: 767px) {
    .preorder-section .product-list-item:nth-child(5), .preorder-section .product-list-item:nth-child(6) {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .pttelt {
        padding: 10px 15px;
    }
    .page-h2 {
        font-size: 20px;
    }
}

.mpct {
    color: var(--redcolor);
    font-size: 17px;
}

.non-bold {
    font-weight: 400 !important;
}

.brcp {
    display: inline-block;
}
.order-rating-wrapper {
    margin-top: 10px;
}
.order-rating-wrapper .theme-krajee-svg .clear-rating, .order-rating-wrapper .theme-krajee-svg .rating-stars {
    font-size: 40px !important;
}
.order-rating-wrapper .rating-container .filled-stars {
    color: #ff3f03;
}

@media (max-width: 767px) {
    .mobile-main-menu {
        padding: 0 20px;
    }
    .mobile-menu-dropdown-list a:not(.mobile-drp-buttons a) {
        padding: 6px 5px 6px 15px;
        font-size: 15px;
        line-height: 16px;
    }
}
@media (max-width: 374.9px) {
    .mobile-main-menu {
        padding: 0 12px;
    }
}
@media (max-width: 359.9px) {
    .mobile-main-menu {
        padding: 0 5px;
    }
}

.main-aside-link-title {
    font-weight: 700;
    padding-right: 5px;
    padding-left: 15px;
}

.catcabadbe {
    border-radius: 30px;
    width: max-content;
    padding: 5px 10px;
    font-size: 20px;
    border: 1px solid var(--redcolor) !important;
    color: #FFFFFF !important;
    background-color: var(--redcolor) !important;
    transition: 0.2s;
}
.catcabadbe:hover {
    background-color: #FFFFFF !important;
    color: var(--redcolor) !important;
}

@media (max-width: 767px) {
    .dbadbe .product-item-badge {
        display: none !important;
    }
}

.menu-high-title {
    color: #FFFFFF;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    background-color: var(--redcolor);
}
@media (max-width: 1439px) {
    .menu-high-title {
        font-size: 10px;
        padding: 3px 12px 2px;
    }
    .zsdmenu {
        font-size: 13px;
        padding: 5px 13px 4px;
        margin: 5px 0 5px 4px;
    }
}