:root {
    --secondary-color: #00B1CD;
}

.tns-carousel [data-nav].tns-nav-active {
    background-color: #00b1cd !important;
}

.tns-carousel [data-nav] {
    background-color: #00305f !important;
}

.border-bottom {
    border-bottom: 1px solid #00B1CD !important;
}


.form-control {
    color: #000 !important;
}

.truncate {
    color: #FF0000;
}

.secondary-color-class {
    color: var(--secondary-color) !important;
}

.secondary-background-color-class {
    background-color: var(--secondary-color) !important;
}

h2.main-title {
    text-align: center;
    color: #2E3A47;
    font-size: 30px;
    padding-bottom: 3px !important;
    border-bottom: 2px solid #2e3a47;
    width: fit-content;
    margin: 0 auto;
    font-weight: 900;
}

.centered.custom-button-wrapper {
    text-align: center;
}

a.btn-custom {
    padding: 7px 11px 7px 20px;
    border: 1px solid #000d38;
    color: #000d38;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}

a.btn-custom:hover {
    padding: 7px 20px;
}

a.btn-custom:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    opacity: 0;
    left: -10px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

a.btn-custom:hover:after {
    opacity: 1;
    left: 5px;
}

.container.no-margin {
    margin-top: 0px !important;
}

.homepage-carousel .slide1 .title {
    display: flex;
    gap: 10px;
    margin-bottom: 35px;
}

.homepage-carousel .slide1 .title * {
    font-size: 33px !important;
    padding: 0px !important;
}

.homepage-carousel .slide1 h3 {
    color: #e30613;
    font-weight: bold !important;
}

.homepage-carousel .slide1 h2 {
    color: white;
}

.homepage-carousel .slide1 .pt-5 {
    padding-top: 35px !important;
}

.btn-primary {
    background: transparent !important;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 500;
}

.homepage-categories-1 .col-lg-6 {
    position: relative;
    padding: 0px;
}

.homepage-categories-1 h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    height: fit-content;
    color: white;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    background: rgba(0, 13, 56, 0.39);
    padding: 15px 0px;
}

.homepage-categories-1 a.btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.homepage-categories-1 .col-lg-6 {
    width: 100% !important;

}

.page-wrapper>.container {
    margin-top: 50px;
}

.homepage-banners-small .col-md-6.big .homepage-small-banner1 {
    background-image: url(https://shopranos-media.azureedge.net/media/d9c337b6-706d-4f61-b55b-c4e6719e7df5/24261401-530e-4980-b5f7-dbadd0b34727/24261401-530e-4980-b5f7-dbadd0b34727);
    object-fit: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    border-radius: 20px;
}

.homepage-banners-small .col-md-6.big .homepage-small-banner1 h2 {
    color: #000D38;
    font-weight: bold;
    font-size: 35px;
}

.homepage-banners-small .col-md-6.big .homepage-small-banner1 h5 {
    color: #000D38;
    font-size: 16px;
    max-width: 400px;
}

@media screen and (min-width: 768px) {
    .homepage-banners-small .col-md-6.big {
        width: 60% !important;
    }

    .homepage-banners-small .col-md-6.small {
        width: 40% !important;
    }
}

.homepage-banners-small .col-md-6.small .homepage-small-banner1 {
    min-height: 220px;
    background-image: url(https://shopranos-media.azureedge.net/media/d9c337b6-706d-4f61-b55b-c4e6719e7df5/a78120a3-7fbc-481e-8a42-84e84c75887b/a78120a3-7fbc-481e-8a42-84e84c75887b);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}

.homepage-banners-small .col-md-6.small .homepage-small-banner1 h5 {
    color: white;
    max-width: 200px;
    line-height: 1.8em;
}

a.btn-custom1:before {
    content: url(https://shopranos-media.azureedge.net/media/d9c337b6-706d-4f61-b55b-c4e6719e7df5/f07a896c-d26c-433d-9069-b3f2abc703df/f07a896c-d26c-433d-9069-b3f2abc703df);
}

.sinergasies-text {
    font-size: 17px;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.category-card .card {
    overflow: hidden;
}

.card-img-wrap {
    max-height: 280px;
    overflow: hidden;
}

.category-card:hover .category-title {
    background-color: #000d38;
}

.category-card:hover .category-title h3 {
    color: white;
}

.category-card:hover img {
    transform: scale(1.04);
}

.category-card * {
    transition: all 0.4s ease;
}

.text_small_width .row {
    max-width: 1000px;
    margin: auto;
}

.text_small_width h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px !important;
}

.text_small_width p {
    text-align: center;
    color: #2E3A47;
}

.company_section_1 p {
    color: #2E3A47;
    line-height: 2.4em;
}

.company_section_2 p {
    color: white;
    line-height: 2.4em;
}

.company_section_1 .text-muted p:nth-child(1),
.company_section_2 .text-muted p:nth-child(1) {
    margin-bottom: 40px;
}

.company_section_2 {
    background: rgba(0, 13, 56, 0.75);
    max-width: 100%;
    padding: 45px 0px !important;
}

.company_section_2 .row {
    max-width: 1260px;
    margin: auto;
}

.custom_title2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.company_boxes_column .col-lg-12 {
    border: 1px solid #000d38;
    padding: 35px 70px !important;
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (max-width: 670px) {
    body .company_boxes_column .col-lg-12 {
        padding: 10% !important;
    }
}

@media screen and (max-width: 300px) {
    .company_boxes_column {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)) !important;
    }
}

.company_boxes_column p {
    color: #2E3A47;
    font-size: 17px;
    margin: 0px;
    line-height: 1.6em;
}

.company_boxes_row {
    max-width: 1260px;
    margin: auto;
}

.company_boxes_column {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
}

.custom_text_company_1 {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.company_custom_slider {
    max-width: 100% !important;
    background: rgba(0, 13, 56, 0.75);
    padding: 70px 0px !important;
}

.company_custom_slider .col-lg-undefined {
    margin-bottom: 0px !important;
}

.company_custom_slider .w-100.h-100 {
    min-height: 220px;
    border-radius: 5px;
}

.company_custom_slider .s1-banner-class {
    align-items: flex-end !important;
    max-width: 1300px;
    margin: auto !important;
}

.company_custom_slider .text-start {
    position: relative;
}

.company_custom_slider h3 {
    font-size: 35px !important;
    color: white !important;
    font-weight: bold !important;
}

.company_custom_slider h2 {
    color: #ffffff2b;
    font-size: 130px !important;
    position: absolute;
    top: -47px;
    left: -14px;
}

.company_custom_slider p {
    color: white;
    font-size: 16px !important;
    max-width: 500px;
    white-space: normal;
}

.company_custom_slider img {
    max-height: 100% !important;
}

.company_custom_slider .container {
    min-height: 100% !important;
    max-height: 100% !important;
}

.company_custom_slider .text-lg-start {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    gap: 50px;
}

.company_custom_slider .text_part {
    padding-bottom: 30px;
    position: relative;
}

.company_custom_slider button {
    background-color: #ffffff80 !important;
    border: none !important;
}

.company_custom_slider button i {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-left-info-box {
    box-shadow: 0px 0px 16px #b9b9b9;
}

.contact-form-left-text div.text-muted p {
    color: black;
}

@media screen and (min-width: 768px) {

    .contact-form-custom:nth-child(1),
    .contact-form-custom:nth-child(3) {
        display: inline-block;
        width: 48%;
        margin-right: 2%;
    }

    .contact-form-custom:nth-child(2),
    .contact-form-custom:nth-child(4) {
        display: inline-block;
        width: 53%;
    }
}

.contact-form-custom input[type=text],
.contact-form-custom input[type=email],
.contact-form-custom textarea {
    border: 1px solid black;
}

.custom-submit-button button.btn-primary {
    background-color: #000D38 !important;
    color: white !important;
}

.contact-left-info-box h2 {
    color: #000D38;
    margin-top: 20px;
}

.gradient-header-blue {
    background: linear-gradient(89.72deg, #000D38 22.92%, #00B1CD 100%);
}

.custom-circle-icons .ms-2 .navbar-tool-icon-box,
.custom-circle-icons .navbar-tool .navbar-tool-icon-box {
    background-color: white !important;
}

.custom-circle-icons .ms-2 .ci-user:before,
.custom-circle-icons .navbar-tool .ci-cart:before {
    color: #018FAE;
}

.custom-circle-icons .ms-2 {
    margin-right: 10px;
}

.showroom-box h4 {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.showroom-box p {
    font-size: 13px;
    color: white;
}

.terms-links li a {
    font-size: 13px;
    color: white !important;
}

.terms-links li.widget-list-item {
    margin-bottom: 2px;
}

.terms-links {
    margin: 22px 0;
}

/*.gradient-footer {
    background: linear-gradient(88.03deg, #00305f 39.22%, #00B1CD 106.06%);
}*/

.custom-newsletter-section .subscription-form button[name=subscribe] {
    background-color: #00B1CD !important;
    color: white !important;
    border-color: #00B1CD !important;
}

.footer-social-icons i {
    color: white;
}

.footer-social-icons {
    display: flex;
    gap: 30px;
}

.custom-megamenu {
    position: inherit;
}

.custom-megamenu li.nav-item {
    position: inherit;
}

.custom-megamenu .dropdown-menu {
    width: 100%;
    left: 0px;
}

.custom-megamenu .mega-dropdown-column {
    flex: 1;
    width: 100%;
    max-width: 100%;
}

.custom-megamenu .dropdown-menu .d-flex {
    gap: 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.custom-megamenu a.widget-list-link h6 {
    text-align: center;
    font-size: 21px !important;
    border-bottom: 1px solid #2e3a47;
    padding-bottom: 10px;
    position: relative;
}

.custom-megamenu ul.widget-list {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-row-gap: 20px;
}

.custom-megamenu .mega-dropdown-column {
    padding-bottom: 1.5rem !important;
}

.custom-megamenu a.widget-list-link h6:before {
    width: 20px;
    content: "";
    height: 11px;
    display: block;
    background: white;
    position: absolute;
    bottom: -6px;
    right: 38px;
}

.custom-megamenu a.widget-list-link h6:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #00B1CD;
    display: block;
    border-radius: 100%;
    margin: 5px;
    position: absolute;
    bottom: -9px;
    right: 39px;
}

.custom-megamenu li.widget-list-item {
    display: flex;
    align-items: center;
}

.navbar-light .nav-item:hover .nav-link:not(.disabled),
.navbar-light .nav-item:hover .nav-link:not(.disabled)>i {
    color: #00a5c3 !important;
}

.navbar-light .navbar-tool:hover .navbar-tool-icon-box.bg-secondary {
    background-color: #ffffffdb !important;
}

.navbar-nav {
    align-items: flex-end;
}

@media screen and (min-width: 992px) {
    .custom-megamenu {
        border-right: 1px solid white;
        border-radius: 0px !important;
    }

    .nav-item.hidden {
        display: block !important;
    }
}

.custom-megamenu>img {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    margin-right: 8px;
}

.custom-megamenu>a {
    display: inline-block;
}

.navbar-tool .navbar-tool-label {
    color: var(--topbar-txt-color);
    background-color: var(--topbar-bg-color);
}

.container-terms-text {
    margin-top: 0 !important;
}

.container-terms-text .row .py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !Important;
}

#navcart-icon .navbar-tool-label {
    color: white;
}

.btn-primary.cart-icon {
    background: #00B1CD !important;
    font-size: inherit;
    padding: inherit;
    border-color: #00B1CD;
}

.btn-primary.cart-icon .ci-cart {
    color: white;
    margin-right: 0 !IMPORTANT;
}

.product-card .product-price .text-primary {
    color: var(--secondary-color) !important;
    font-size: 22px;
    font-weight: 300;
}

.product-card .text-secondary {
    color: #66717D !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

.product-pdf-files {
    justify-content: center;
}

.product-files-icon {
    margin-bottom: 15px;
}

.cart-button * {
    color: white;
}

.single-quantity-text {
    color: #2e3a47;
    font-weight: bold;
}

.main-product-swiper.gallery .button-prev,
.main-product-swiper.gallery .button-next {
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.16);
    background-color: white;
    margin-bottom: 11px;
}

.product-card-alt .product-card-actions {
    width: unset;
    bottom: 0;
    top: unset;
}

.product-card-alt .product-card-actions a.btn-icon {
    margin: 0 !important;
    background: rgba(1, 143, 174, 0.48);
    border: unset;
    padding: 12px 11px;
}

.product-card-alt .product-card-actions i.ci-eye {
    font-size: 30px;
    color: white;
}

.product-card-alt .mt-2 span.text-secondary {
    color: #66717D !important;
    font-weight: normal !important;
}

.product-card-alt .product-price .text-primary {
    color: #00B1CD !important;
    font-size: 17px;
}

.custom-circle-icons a.navbar-tool .navbar-tool-icon path {
    fill: #018FAE;
}

.custom-circle-icons i.navbar-tool-icon.ci-user:before {
    color: #018FAE;
}

.videoblock video {
    width: 100% !important;
    height: 100% !important;
}

.videoblock {
    height: auto !important;
}

.videoblock-iframe {
    width: 100%;
    height: 770px;
    padding: 56.25% 0 0 0;
    position: relative;
}

.homepage-carousel .tns-item {
    background-position: 91% 50%;
}

@media screen and (max-width: 767px) {
    .homepage-categories-1 {
        margin-bottom: 50px;
    }

    .big .homepage-small-banner1 {
        margin-bottom: 50px;
    }

    .homepage-small-banner1 {
        background-position: center right;
    }

    .big .homepage-small-banner1 {
        background-image: linear-gradient(90deg, rgb(255 255 255 / 36%) 0%, rgb(255 255 255 / 40%) 100%), url(https://shopranos-media.azureedge.net/media/d9c337b6-706d-4f61-b55b-c4e6719e7df5/6757741e-8354-4f10-a40a-739f3e430b08/6757741e-8354-4f10-a40a-739f3e430b08) !important;
    }

    .small .homepage-small-banner1 {
        background-image: linear-gradient(90deg, rgb(0 0 0 / 36%) 0%, rgb(0 0 0 / 40%) 100%), url(https://shopranos-media.azureedge.net/media/d9c337b6-706d-4f61-b55b-c4e6719e7df5/9b94dc8f-17a7-40cc-bfc6-5f18d45faa45/9b94dc8f-17a7-40cc-bfc6-5f18d45faa45) !important;
    }

    .homepage-categories-1 h2 {
        font-size: 25px;
    }

    .homepage-carousel .tns-item {
        background-position: 89% 50%;
    }

    .homepage-carousel .slide1 {
        min-height: inherit !important;
        max-height: inherit !important;
    }

    .homepage-carousel .slide1 .title {
        display: block;
    }
}


/* START MOBILE MENU CSS */
@media screen and (max-width: 991px) {
    li.custom-megamenu img {
        display: none;
    }

    .custom-megamenu .dropdown-menu .d-flex {
        display: block !important;
    }

    .hidden {
        display: none !important;
    }

    span.product_cat_toggle {
        display: block;
    }

    .widget-list-item.active.hidden {
        display: block !important;
        color: var(--body-primary-txt-color) !important;
    }

    .widget-list-item.active.hidden a {
        color: var(--body-primary-txt-color) !important;
    }

    .widget-links .product_cat_toggle {
        position: absolute;
        top: 21px;
        font-size: 13px;
        right: calc(50% + -81px);
        width: 32px;
        text-align: right;

    }

    .widget-links {
        position: relative;
    }

    .custom-megamenu {
        width: 100%;
    }

    .navbar-collapse .navbar-nav {
        align-items: flex-start;
    }

    .navbar-collapse .navbar-nav .nav-item {
        background-color: transparent;
    }

    .custom-megamenu.dropdown .dropdown-toggle::after {
        transform: rotate(-90deg);
    }

    .mobile_return_div {
        display: flex;
        align-items: center;
        margin: 20px 0px;
        gap: 3px;
        width: 100%;
        justify-content: center;
    }

    .mobile_return_div .ci-arrow-left {
        font-size: 12px;
    }

    .mobile_return_div>* {
        color: white;
    }

    .widget-links .ci-arrow-right {
        transition: all 0.5s ease;
    }

    .widget-links.active .ci-arrow-right {
        transform: rotate(90deg);
    }

    .handheld-toolbar {
        background-color: #F3F8FF;
    }

    .handheld-toolbar .handheld-toolbar-icon i,
    .handheld-toolbar .handheld-toolbar-label {
        color: #3DA9C1;
    }

    .company_section_2 .row {
        flex-direction: column-reverse;
    }

    .company_section_2 img,
    .company_section_1 img {
        display: block;
        margin: auto;
    }

    .product-pdf-files {
        justify-content: center !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1214px) {
    .homepage-top-epiloges .col-md-7 .col-lg-4 {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    .homepage-top-epiloges img {
        max-width: 330px;
        display: block;
        margin: auto;
    }
}

.catalog-image {
    text-align: center;
}

body img.w-100 {
    width: auto !important;
}

@media screen and (max-width: 744px) {
    .company_custom_slider .text-lg-start {
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
    }

    .company_custom_slider h2 {
        position: absolute;
        left: auto;
        top: 0;
        bottom: 0px;
        height: fit-content;
        margin: auto 0 !important;
        right: 19px;
    }
}

/* END MOBILE MENU CSS */

/*********************************/

.product-card .quantity {
    width: 56px;
    height: 32px;
}

.product-card-alt .quantity {
    width: 56px;
    height: 32px;
}

.custom-product-attributes .list-unstyled>li {
    margin-bottom: 0px;
}

@media(max-width: 992px) {
    .nav-item.mobile-lang-nmu {
        display: block;
    }
}

@media(max-width: 499px) {
    .footer-social-icons {
        margin-bottom: 20px;
    }

    .custom-categories-list .category-card {
        flex: 50%;
    }

    .custom-categories-list .row>* {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.breadcrumb-light .breadcrumb-item.active,
.breadcrumb-light .breadcrumb-item::before {
    color: #666f8190;
}

.product-card-alt .quantity {
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

.page-item.active .page-link {
    color: #00B1CD;
    font-size: 16px;
}

.side-product-swiper .swiper-slide,
.side-product-swiper swiper-slide {
    width: 99%;
}

.card .card-img-wrap {
    max-height: 390px;
}

.product-tag div:nth-child(2) {
    background: #ED1B24;
}

.product-tag div {
    background: #00305f;
    /*background: linear-gradient(106deg, #000D38 12.68%, #00B1CD 113.73%);*/
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    color: #ffffff;
}

.product-tag-overlay {
    position: absolute;
    left: 0;
    top: -15px;
}

.filterlist .product-thumb .product-card-actions {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.filterlist .product-card-alt .product-thumb {
    overflow: visible;
}

.filterlist .product-label {
    background: #00305f;
    /*background: linear-gradient(106deg, #000D38 12.68%, #00B1CD 113.73%);*/
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    color: #ffffff;
}

.product-label {
    background: #00305f;
    /*background: linear-gradient(106deg, #000D38 12.68%, #00B1CD 113.73%);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.filterlist .product-label {
    color: #ffffff;
}

.form-check-input:checked {
    background-color: #00b1cd !important;
    border-color: #00b1cd !important;
}

.modal-quick-view .cart-button {
    background-color: var(--secondary-color) !important;
}

.modal-quick-view .svg-button {
    background-color: #ffffff !important;
}

.product-card-alt .cart-button.btn-primary.w-100 {
    background: #00B1CD !important;
    border-color: #00B1CD;
}

label .badge {
    color: #ffffff !important;
}

@media(max-width: 773px) {
    .searchbar {
        margin-top: 20px;
        width: 100% !important;
    }
}


@media(max-width: 423px) {
    .wishlist {
        left: -92px !important;
        position: absolute !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1330px) {
    .custom-flex-wrap {
        flex-wrap: wrap !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1267px) {
    .navbar-toolbar.custom-circle-icons {
        width: 100% !important;
        justify-content: end;
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .modal-body #general h1 {
        font-size: 1.6rem;
    }
}

.product-card-alt .product-meta img {
    margin-right: 4px !important;
}

/*********************************/
.homepage-carousel .tns-slider .btn-primary {
    background: rgba(0, 0, 0, 0.47) !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.productformmodaltoggle {
    position: fixed;
    bottom: 100px;
    right: 30px;
    border: none;
    background: var(--secondary-color) !important;
    color: #ffffff !important;
    border-radius: 50%;
    padding: 8px 15px;
    font-size: 26px;
}

.productformmodal button[type="submit"] {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #ffffff !important;
}

.productformmodal input[name="producturl"] {
    display: none;
}










/*  ////////   */

/**************************Custom dropdown Navbar menu******************************/



.inner-mnu-lists {
    background: #f7f9fb;
    display: block !important;
    position: absolute;
    left: 400px;
    width: 400px;
    overflow-y: visible;
    top: 10px !important;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
}

.inner-mnu-lists ul {
    list-style-type: none;
}

.inner-mnu-lists li:hover {
    background-color: var(--header-bg-color);
    /*background-color: var(--topbar-bg-color);*/
}

.inner-mnu-lists li:hover>a {
    color: #ffffff !important;
}

.inner-mnu-lists ul li:hover .third-level {
    display: block;
}

.mega-menu ul {
    padding-left: 0px;
}

.mega-menu .first-level li li a {
    padding: 7px 10px;
}

ul.second-level-li {
    padding-left: 0px;
}

.second-level-li ul {
    padding-left: 15px;
}

.third-level {
    background: #ffffff;
    display: none;
    position: absolute;
    left: 400px;
    width: 400px;
    top: 0px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
}


.third-level .dropdown-item {
    padding-left: 0px;
}

.third-level {
    overflow-y: scroll;
}


@media (max-width: 1199px) {

    .mega-menu .first-level {
        width: 350px !important;
    }

    .inner-mnu-lists {
        left: 350px;
        width: 300px;
    }

    .third-level {
        left: 300px;
        width: 300px;
    }
}

/***********************************************************************************/

.navbar-stuck .custom-nav-menu {
    display: none !important;
}

.custom-nav-menu-sticky {
    display: none;
}

.navbar-stuck .custom-nav-menu-sticky {
    display: block;
}

.custom-nav-menu-sticky {
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl {
    align-items: end;
}

.navbar {
    padding-bottom: 1.5rem;
}


.mnu-logo-lg {
    display: none;
}

@media (max-width: 1350px) {
    .mnu-logo-lg {
        display: block;
        margin-bottom: 20px;
    }

    .mnu-logo-sm {
        display: none;
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        /*border-right: 1px solid #ffffff;*/
    }

    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        border-right: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-size: 15px;
    }
}

.mega-menu {
    background: transparent;
    visibility: hidden;
    opacity: 0;
    /*transition: visibility 0s, opacity 0.5s linear;*/
    position: absolute;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    z-index: 99;
    padding-top: 10px;
    overflow: hidden;
    height: 90vh;
}


.navbar-stuck .mega-menu {
    height: 96vh;
}

.navbar-stuck .mega-menu .first-level {
    height: 93vh;
}

.mega-menu .first-level {
    background: #f3f5f9;
    width: 400px;
    list-style-type: none;
    padding: 0px;
    padding-left: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 91vh;
    padding-top: 20px;
    padding-bottom: 80px;
}

.mega-menu .first-level>li:hover {
    background: #ffffff;
    background-color: var(--header-bg-color);
}

.mega-menu .first-level>li:hover>a,
.mega-menu .first-level>li>a:hover {
    color: #ffffff !important;
}

.mega-menu .first-level>li {
    padding: 10px 5px;
}

.mega-menu .second-level>li {
    padding: 5px;
}

.mega-menu .first-level>li>a {
    padding-right: 20px;
}

.mega-menu .second-level {
    position: absolute;
    left: 394px;
    top: 10px;
    display: none;
    list-style-type: none;
    height: 100%;
    /*width: 100%; */
    width: 450px;
    background: #ffffff;
    padding-top: 20px;
}


.mega-menu .first-level>li:hover .second-level,
.mega-menu .second-level:hover {
    display: block;
}

/********* CUSTOM SCROLLBAR START *********/
/* width */
.mega-menu ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.mega-menu ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.mega-menu ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

/* Handle on hover */
.mega-menu ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

/********* CUSTOM SCROLLBAR END *********/

.mega-menu .container {
    display: flex;
}

.mega-menu .item {
    flex-grow: 1;
    margin: 0 10px;
}

.mega-menu .item img {
    width: 100%;
}

.dropdown {
    position: static;
}

/**************************************************************/


/**************************************************************/
.inner-mnu-list.container {
    background: #ffffff;
    position: absolute;
    top: 10px;
    left: 394px;
    /*width: 100%;*/
    /* max-width: 1040px; */
    width: 100%;
    min-height: 500px;
    height: 650px;
    display: block;
    /*visibility: hidden;*/
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.inner-mnu-list ul {
    list-style-type: none;
    /*min-width: 250px;*/
    padding-left: 5px;
}

.first-level h6 {
    text-wrap: wrap;
}

/*
.mega-menu .first-level>li:hover .inner-mnu-list,
.mega-menu .inner-mnu-list:hover {
    visibility: visible;
}
*/
/*
.mega-menu .first-level>li .inner-mnu-list,
.mega-menu .inner-mnu-list {
    visibility: visible;
}*/

.inner-mnu-list .masonry-grid {
    height: 700px;
    overflow-y: scroll;
}

.grid-item {
    width: calc(33.33%);
    min-width: 180px;
}

.grid-sizer {
    width: 33.33%;
}

.grid-item>ul,
.grid-item>ul>li {
    margin-bottom: 30px;
}

.grid-item ul li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--body-primary-txt-color);
}

.grid-item ul .second-level-li li {
    padding-left: 10px;
}

.grid-item ul .second-level-li li a {
    font-size: 14px;
    font-weight: 400;
    max-width: 360px;
    color: var(--body-primary-txt-color);
}


@media (max-width: 1600px) {

    .grid-item {
        width: calc(35%);
    }
}


@media (max-width: 1128px) {

    .grid-item {
        width: calc(100%);
    }
}

@media (max-width: 992px) {

    h2,
    .h2 {
        font-size: calc(1.125rem + 0.1vw) !important;
    }

    .single-product .cart-button {
        width: 80%;
    }
}

@media (max-width: 404px) {

    .flex-shrink-0 {
        margin-right: 10px !important;
    }
}

@media (max-width: 345px) {

    .flex-shrink-0 {
        margin-right: -10px !important;
    }
}


.hide {
    visibility: hidden;
}

.first-level .dropdown-toggle {
    position: relative;
}

.first-level .dropdown-toggle::after {
    border-top: 0.275rem solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: 0.275rem solid rgba(0, 0, 0, 0);
    border-left: 0.275rem solid;
    position: absolute;
    right: 10px;
    top: 35%;
}

.navbar-light .nav-item.active .nav-link:not(.disabled)>i,
.navbar-light .nav-item.show .nav-link:not(.disabled)>i,
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i,
.navbar-light .nav-item.active .nav-link:not(.disabled),
.navbar-light .nav-item.show .nav-link:not(.disabled),
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled) {
    color: #ffffff !important;
}


/* accordion start */
.mnu-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 3px;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: absolute;
    top: 6px;
    right: 10px;
}

.mega-menu .active,
.mnu-accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 2px;
    display: none;
    background-color: white;
    overflow: hidden;
    padding-top: 5px;
}


.loginbox .card-body {
    height: auto;
}

/* accordion end */

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown-menu.dropdown-menu-end {
        left: 0;
        right: auto;
        top: 46px;
        width: 100%;
    }
}

.navbar-tool.dropdown::before {
    content: none;
}

.navbar-light .navbar-tool:hover .navbar-tool-text {
    color: var(--header-txt-color-op085);
}


.widget-list-link {
    transition: color .05s ease-in-out !important;
}


.custom-categories-list .card-body {
    height: 95px;
}

.invitation {
    min-height: 600px !important;
}

.last-visited .tns-carousel .tns-ovh {
    padding-left: 15px;
    padding-right: 15px;
}

/* Chrome, Safari, Edge, Opera */
.offersarea input::-webkit-outer-spin-button,
.offersarea input::-webkit-inner-spin-button,
.cart-comp input::-webkit-outer-spin-button,
.cart-comp input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.offersarea input[type=number],
.cart-comp input[type=number] {
    -moz-appearance: textfield !important;
}

.calculate,
#tocheckout.btn-primary {
    background-color: #006f00 !important;
    color: #ffffff !important;
    border-color: #006f00;
}

.btn-primary.calculate:hover,
#tocheckout.btn-primary:hover {
    color: #ffffff !important;
}

.btn-primary.calculate:disabled,
.btn-primary.disabled.calculate {
    color: #ffffff !important;
    background-color: #ef8e8e !important;
    border-color: #ef8e8e !important;
}

#tocheckout.btn-primary:disabled,
#tocheckout.btn-primary.disabled {
    color: #ffffff !important;
    background-color: #ef8e8e !important;
    border-color: #ef8e8e !important;
}

.limitmessage {
    display: none;
    padding: 6px;
    background-color: #fea569;
    border-color: #fea569;
    color: #ffffff;
    border-radius: 5px;
    width: auto;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 92px;
    width: 100%;
}

.limitmessage.active {
    display: block;
}

.limitmessagesingle {
    display: none;
    padding: 6px;
    background-color: #fea569;
    border-color: #fea569;
    color: #ffffff;
    border-radius: 5px;
    width: auto;
    text-align: center;
    width: auto;
}

.limitmessagesingle.active {
    display: block;
}

.bbbtn {
    color: #ffffff !important;
}

.product-title.fs-sm {
    font-size: 0.765rem !important;
}

@media (max-width: 1680px) {
    .navbar-brand.d-none img {
        max-width: 200px !important;
    }

    .navbar-brand.d-none{
        margin-right: 10px !important;
    }

    .navbar-sticky .navbar .container-fluid{
        padding-left: 15px !important;
    }
}

/*antonis css fix*/
.category-title h3 {

    line-height: 20px;
}


/* .mt-1 μηπως αλλαξουμε το margin-top σε .15 αντι για .25 για να ειναι λιγο πιο πανω
οι ονομασιες στα categories  εστω για εκεινες με 3 line texts */

.card.border-0.files {
    margin-right: 25px;
}

/* μας ενοχλει το γεγονος οτι το 3ο box ειναι μεγαλυτερο απο τα αλλα δυο ?*/


#transactionscontent table *{
    font-size: 14px;
}