﻿
@font-face {
    font-family: 'PFDinDisplayPro-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('PFDinDisplayPro-Regular'), url('../../fonts/PFDinDisplayPro-Regular.woff') format('woff');
}


@font-face {
    font-family: 'PFDinDisplayPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('PFDinDisplayPro-Bold'), url('../../fonts/PFDinDisplayPro-Bold.woff') format('woff');
}

body {
    font-family: PFDinDisplayPro-Regular, Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: normal;
    line-height: 1.5;
    user-select: none;
}

.media-body {
}


.alink {
    color: #028a44 !important;
    cursor: pointer;
}

    .alink span {
        text-decoration: underline;
    }

.loader {
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

.loader_login {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.proccess {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}

.proccess_mid {
    top: 300px;
    width: 240px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.proccess_mid_login {
    top: 100px;
    width: 240px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

@keyframes lds-wedges {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-wedges {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-wedges {
    position: relative;
}

    .lds-wedges > div > div {
        -webkit-transform-origin: 100px 100px;
        transform-origin: 100px 100px;
        -webkit-animation: lds-wedges 3.4s linear infinite;
        animation: lds-wedges 3.4s linear infinite;
        opacity: 0.8;
    }

        .lds-wedges > div > div > div {
            position: absolute;
            left: 30px;
            top: 30px;
            width: 70px;
            height: 70px;
            border-radius: 70px 0 0 0;
            -webkit-transform-origin: 100px 100px;
            transform-origin: 100px 100px;
        }

    .lds-wedges > div div:nth-child(1) > div {
        background: #000000;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .lds-wedges > div div:nth-child(1) {
        -webkit-animation-duration: 0.85s;
        animation-duration: 0.85s;
    }

    .lds-wedges > div div:nth-child(2) > div {
        background: #f500ff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .lds-wedges > div div:nth-child(2) {
        -webkit-animation-duration: 1.133333333333333s;
        animation-duration: 1.133333333333333s;
    }

    .lds-wedges > div div:nth-child(3) > div {
        background: #00ffff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .lds-wedges > div div:nth-child(3) {
        -webkit-animation-duration: 1.7s;
        animation-duration: 1.7s;
    }

    .lds-wedges > div div:nth-child(4) > div {
        background: #fffc00;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .lds-wedges > div div:nth-child(4) {
        -webkit-animation-duration: 3.4s;
        animation-duration: 3.4s;
    }

.lds-wedges {
    width: 129px !important;
    height: 129px !important;
    -webkit-transform: translate(-64.5px, -64.5px) scale(0.645) translate(64.5px, 64.5px);
    transform: translate(-64.5px, -64.5px) scale(0.645) translate(64.5px, 64.5px);
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: lightgray !important;
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    color: lightgray !important;
    font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
    color: lightgray !important;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: lightgray !important;
    font-style: italic;
}

.alert-error {
    background-color: antiquewhite;
}

.fixit {
    position: fixed;
    top: 100px;
}


.master-categ {
    border-radius: 5px;
    display: block;
    padding: 1px 2px 1px 5px !important;
    position: relative !important;
    color: #4e575d !important;
}

.master-categ-sub {
}

@media (max-width: 767px) {
    .cat-list > .show {
        display: -webkit-box !important;
    }
}

.tooltipHere {
    color: #028a44 !important;
    font-size: 20px !important;
    margin-top: 7px;
}

.tooltipmodal {
    color: #028a44 !important;
    font-size: 20px !important;
    cursor: pointer;
    margin-top: 7px;
}

.tooltipmodalicon {
    color: #028a44 !important;
    font-size: 20px !important;
    cursor: pointer;
    margin-top: 2px;
}

.modal-title {
    margin-left: 10px;
}

.tooltipWarning {
    color: red !important;
    font-size: 20px !important;
    cursor: default !important;
}

@media screen and (max-width: 767px) {
    .container_steps {
        display: none !important;
    }
}

.intro {
    height: 23vh;
    min-height: 340px;
    background-position: center;
    background-size: cover;
}

.iconbox h5 {
    font-size: 28px !important;
    line-height: 29px;
    padding-bottom: 0;
}

.iconbox-wrap-icon {
    vertical-align: top;
}

.page-info {
    min-height: 80px !important;
}

    .page-info i {
        font-size: 32px;
    }

.iconbox-wrap-text {
    font-size: 12px;
}


.bg-item {
    background-position: bottom !important;
    width: 100% !important;
}

.iconbox-wrap-icon .fas {
    width: inherit !important;
}

.title-6 {
    position: relative;
    max-width: 100%;
    height: 250px !important;
    padding-bottom: 0px !important;
    padding-top: 34px !important;
    font-size: 1.6vw;
}

.about-parallax-bottom {
    padding: 35px 0;
    background: url(../../images/banners/bg_main.jpg) center center fixed;
    margin-top: 30px;
}

.btlink {
    position: relative;
    top: -70px !important;
}

.lbg-slider {
    height: 100% !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #fff;
    }

.mytitle {
    background-color: #0000005e;
    padding: 20px;
    width: 50%;
    /* max-width: 39%; */
    position: absolute;
    top: 60px;
    height: 62%;
    left: 28px;
}

.card-event:not(.featured) .card-title {
    min-height: 11px;
    line-height: 18px;
}

.card-event .card-event-info .event-location a {
    line-height: 16px;
    display: block;
}

.banner-place-2, .banner-place-5, .banner-place-6 {
    padding: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
    background-color: inherit;
    border: inherit;
}

    .banner-place-2 .banner-text-html, .banner-place-5 .banner-text-html, .banner-place-6 .banner-text-html {
        padding: 10px !important;
    }


.banner-place-1, .banner-place-3 {
    padding: 0px !important;
    margin-top: 0px !important;
    background-color: inherit;
    border: inherit;
    margin-bottom: 20px !important
}

    .banner-place-1 .banner-text-html, .banner-place-3 .banner-text-html, .banner-place-7 .banner-text-html {
        padding: 10px !important;
        background-color: white;
        color: #4e575d;
    }

.banner-place-4 {
    padding: 0px !important;
    margin-top: 20px !important;
    background-color: inherit;
    border: inherit;
    margin-bottom: 20px !important
}

    .banner-place-4 .banner-text-html {
        padding: 10px !important;
        background-color: white;
        color: #4e575d;
    }

.list-filter ul li a {
    padding: 0px 5px 0px 5px;
}

.standatd-div {
    margin-top: 7px;
}

    .standatd-div > .standard_label {
        font-size: 17px !important;
    }

.label_pahos {
    font-weight: 400 !important;
}

.text-green {
    color: #028a44;
}

.paymanet-logos img {
    display: inline-block;
    margin: 0 5px;
    height: 30px;
}

.alerticon {
    float: left;
}

.alertmsg {
    display: flow-root;
}




.MyRadWindow .rwCorner .rwTopLeft, .MyRadWindow .rwTitlebar, .MyRadWindow .rwCorner .rwTopRight, .MyRadWindow .rwIcon, .MyRadWindow table .rwTopLeft,
.MyRadWindow table .rwTopRight, .MyRadWindow table .rwFooterLeft, .MyRadWindow table .rwFooterRight, .MyRadWindow table .rwFooterCenter, .MyRadWindow table .rwBodyLeft,
.MyRadWindow table .rwBodyRight, .MyRadWindow table .rwTitlebar, .MyRadWindow table .rwTopResize, .MyRadWindow table .rwStatusbar, .MyRadWindow table .rwStatusbar .rwLoading {
    display: none !important;
    overflow: hidden !important;
}

.alert-main .close {
    position: fixed !important;
    z-index: 10000 !important;
    right: 9px;
    top: 5px;
}

.category-list .container {
    padding-top: 15px !important;
}

.textprintbay {
    color: #028a44 !important;
}

/*.RadComboBox_Bootstrap .rcbArrowCell {
    border-left-width: 0px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
}

.RadComboBox_Bootstrap .rcbHovered .rcbArrowCell {
    background-color: white !important;
}

.RadComboBox_Bootstrap .rcbFocused .rcbArrowCell {
    background-color: white !important;
}

.RadComboBox_Bootstrap .rcbInputCell, .RadComboBox_Bootstrap .rcbArrowCell {
    height: 28px !important;
}

.RadComboBox_Bootstrap .rcbInput {
    font-weight: 400 !important;
    padding: 4.5px 15px !important;
    line-height: 20px !important;
    height: 28px !important;
}

.RadComboBox_Bootstrap .rcbInput {
    font-size: .75rem !important;
    font-weight: 400 !important;
}
.RadComboBox_Bootstrap .rcbArrowCell a {
    width: 28px !important;
    height: 26px !important;
    background-position: -11px -61px !important;
    border-color: #ccc !important;
}

.rcbHovered a, .rcbFocused a {
    background-color: #e6e5e5 !important;
}
.RadComboBox_Bootstrap .rcbInputCell, .RadComboBox_Bootstrap .rcbArrowCell {
    height: 28px !important;
}

.Bootstrap_invalid td {
    border: solid #ff000052 1px !important;
}*/


.has-list-view .card-event-tags {
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
    line-height: 18px;
    padding-top: 10px;
}

.pricetag_categ {
    background: #a70000;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-size: 13px;
    min-width: 100px;
    padding: 4px 3px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 3%;
    z-index: 9;
}

    .pricetag_categ:before {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        top: 100%;
        right: 0;
        border-top: 10px solid #5a0202;
        border-right: 10px solid transparent;
    }

.can_view {
    position: absolute;
    color: white;
    display: none;
    color: #289548;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
}


.img_box_sinlge {
    display: inline-block;
    position: relative;
    user-select: none;
    -webkit-text-stroke: 1px #ffffff;
}

    .img_box_sinlge img {
        padding: 15px;
        max-height: 200px;
    }


    .img_box_sinlge:hover .can_view {
        display: block !important;
    }

    .img_box_sinlge::after {
        content: '';
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        background-size: 100% 100%;
    }

.img_box_sinlge_5 {
    display: inline-block;
    position: relative;
    user-select: none;
    -webkit-text-stroke: 1px #ffffff;
}

    .img_box_sinlge_5 img {
        padding: 5px;
        max-height: 200px;
    }

    .img_box_sinlge_5::after {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        background-size: 100% 100%;
        box-shadow: 3px 3px 3px rgb(0 0 0 / 30%)
    }





.simple_border::after {
    box-shadow: 3px 4px 5px 2px #c0c0c0c9;
}


.camvas::after {
    background: url(../../../images/masks/camvas.png);
    background-size: 100% 100%;
    box-shadow: 3px 4px 5px 2px #c0c0c0c9;
}


.soft_cover::after {
    background: url(../../../images/masks/thumb_soft_cover.png);
    background-size: 100% 100%;
}

.spiral_cover::after {
    background: url(../../../images/masks/thumb_spiral_cover.png);
    background-size: 100% 100%;
}

.hard_cover::after {
    background: url(../../../images/masks/thumb_hard_cover.png);
    background-size: 100% 100%;
}

.hard_cover_layflat::after {
    background: url(../../../images/masks/thumb_hard_cover.png);
    background-size: 100% 100%;
}

.karfitsa_cover::after {
    background: url(../../../images/masks/thumb_karfitsa_cover.png);
    background-size: 100% 100%;
}

.calendar_desc_ver {
}

    .calendar_desc_ver img {
        /*transform: perspective(813px) scale(0.87) rotateY(-36deg) rotate(7deg);*/
    }

    .calendar_desc_ver::after {
        background: url(../../../images/masks/thumb_calendarl.png);
        background-size: 100% 100%;
        box-shadow: none !important;
        margin-right: -5px;
    }




.calendar_desc_hor::after {
    background: url(../../../images/masks/thumb_karfitsa_cover.png);
    background-size: 100% 100%;
}

.calendar_wall_spiral::after {
    background: url(../../../images/masks/thumb_calendar_wall.png);
    background-size: 100% 100%;
}

video {
    width: 100%;
}



.hastag_tooltip {
    color: red;
    text-decoration: underline;
    display: inline-block;
}

    .hastag_tooltip + .tooltip > .tooltip-inner {
        background-color: #f8f8f8;
        color: black;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0);
    }

    .hastag_tooltip + .tooltip > .tooltip-arrow {
        border-bottom-color: #f8f8f8;
        color: black;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.tabletd {
    min-width: 150px;
}

.hastag-title {
    text-decoration: underline;
}

.hashtag-hyperlink {
    text-decoration: underline;
}

.stool {
    display: block;
    line-height: 20px;
    margin-bottom: 15px;
}

.help_table {
    width: 100% !important;
}

    .help_table td {
        border: 1px solid #dadada;
        padding: 3px;
        text-align: center;
    }

.modal-help img {
    border: 1px solid #dadada;
}

.modalh3 {
    color: #028a44 !important;
    margin-top: 30px;
}

.page-sidebar aside {
    margin-bottom: 20px;
}

.nolinka {
    cursor: inherit;
}


@media (min-width: 900px) {
    .modal-full {
        max-width: 800px;
    }
}

@media (max-width: 1024px) {
    .mytitle {
        width: 90%;
        /* max-width: 39%; */
        position: absolute;
        top: 94px;
        height: 62%;
        left: 10px !important;
    }

    .title-6 {
        font-size: 2.2rem !important;
    }
}

@media (max-width: 426px) {
    .mytitle {
        width: 100%;
        /* max-width: 39%; */
        position: absolute;
        top: 10px;
        height: 62%;
        left: 0px !important;
    }

    .title-6 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }

    .modal-full {
        max-width: 1270px;
    }
}


a.text-primary:focus, a.text-primary:hover {
    color: #202db8 !important;
}

ol, ul {
}

    ol li, ul li {
    }

.lead {
    font-size: 21px;
    line-height: 32px;
    color: #181825;
}

.z-index-0 {
    z-index: 0;
}


/*----------------- 7. Headers ---------------------------------*/
.header-black {
    background-color: #000;
    box-shadow: 0px 2px 5px 0px grey;
}
/* -------------------- Top Header --------------------*/
.top-header {
    background-color: #fff;
    font-size: 14px;
    color: #626582;
    line-height: 30px;
    border-bottom: 1px solid #f0f1f9;
    border-top: 3px solid #3544ee;
    padding-bottom: 4px;
    padding-top: 4px;
}

    .top-header ul {
        margin-bottom: 0px;
    }

        .top-header ul li {
            float: left;
            margin-left: 18px;
        }

            .top-header ul li a {
                color: #626582;
            }

    .top-header i {
        font-size: 10px;
    }

.top-header-social {
}

    .top-header-social i {
        font-size: 14px;
    }

    .top-header-social ul {
        margin-left: 10px;
    }

        .top-header-social ul li {
            float: left;
            margin-left: 8px;
        }

            .top-header-social ul li a {
                color: #9d9ea7;
            }

                .top-header-social ul li a:hover {
                    color: #01d486;
                }
/*-------------------------------------------------------------------8. Navigations-------------------------------------------------------------------*/
/*-------------------- Navigation classic ---------------------*/
.navbar-printbay {
}

    .navbar-printbay.navbar-light .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-printbay .navbar-nav .nav-item {
    }

        .navbar-printbay .navbar-nav .nav-item .nav-link {
            color: #fff;
            line-height: 20px;
            padding: 15px 15px 14px;
            font-weight: 100;
        }

            .navbar-printbay .navbar-nav .nav-item .nav-link:hover {
                color: #FFF;
                background-color: red;
            }

                .navbar-printbay .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
                    color: #FFF;
                    background-color: red;
                }

    .navbar-printbay.navbar {
        padding: 0px 0px;
    }

    .navbar-printbay .dropdown-toggle::after {
        margin-top: 1px;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 6px;
        vertical-align: -2px;
        content: "\f107";
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-left: none;
        color: #bdbebf;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        margin-right: 15px;
        font-size: 13px;
        float: right;
    }

    .navbar-printbay .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #f1f1f6;
        border-radius: 0px;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 13rem;
    margin: 2px 0px;
    color: #808294;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0.01875rem 0.01875rem rgb(0 0 0 / 1%), 0 0.05rem 0.05rem rgb(0 0 0 / 1%), 0 0.08125rem 0.08125rem rgb(0 0 0 / 2%), 0 0.11875rem 0.11875rem rgb(0 0 0 / 5%), 0 0.175rem 0.175rem rgb(0 0 0 / 3%), 0 0.3125rem 0.3125rem rgb(0 0 0 / 10%);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 15px 15px;
    clear: both;
    font-weight: 400;
    color: #181825;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    line-height: 15px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #4955ef;
        text-decoration: none;
        background-color: #eeeffd;
        border-radius: 0px;
    }

        .dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
            color: #4955ef;
        }

@media(min-width:992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in
    }

    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .dropdown-submenu:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 17px;
        top: 25px;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0px;
        left: 100%;
        margin-left: 13px;
        margin-right: .1rem;
    }

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.mega-dropdown {
    position: unset;
}

.mega-dropdown-menu {
    width: 100%;
    position: absolute;
}

    .mega-dropdown-menu ul {
        list-style: none;
    }

.nav-dropitem-arrow {
    position: relative;
    font-size: 12px;
    opacity: 0;
    padding-right: 10px;
}

    .nav-dropitem-arrow i {
        position: absolute;
        /* top: -1px;
	*/
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #3544ee;
    text-decoration: none;
    background-color: #eeeffd;
    border-radius: 0px;
}

    .dropdown-item:hover .nav-dropitem-arrow {
        color: #4955ef;
        opacity: 1;
        margin-right: 5px;
    }

.navbar-printbay .navbar-toggler, .navbar-boxed .navbar-toggler {
    padding: 17px 15px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #eaeaf0;
    border-radius: 0px;
    position: relative;
}
/* mobile menu css */
.navbar-printbay .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-printbay .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-printbay .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #028a44;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.icon-bar {
    width: 21px;
    height: 3px;
    background-color: #028a44;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler:focus {
    outline: 0px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: #028a44;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
    background-color: #028a44;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #028a44;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #028a44;
}

.hwhite:hover {
    color: white;
}

.hwhite:focus {
    color: #028a44;
}

/*    .prodlimenu {
        padding-left: 5px;
    }

    .prodlimenuin {
        padding-left: 5px;
    }*/

.master-categ-menu {
    font-size: 18px !important;
    color: #028a44 !important;
}

.prodlimenu li {
    padding-left: 0px;
    padding: 0px 10px;
    display: flow-root;
    font-size: 16px;
    margin-top: 2px;
}

    .prodlimenu li:hover {
        background-color: #2895480f;
    }

    .prodlimenu li a {
        color: black;
        display: list-item;
    }

.product-list-in-box-menu {
    margin-bottom: 10px;
}

.menu-categ-line {
    width: 50px;
    /* border-bottom: 2px red; */
    height: 2px;
    /* margin: 4px; */
    background-color: red;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top: -1px;
}

.cat-group-menu {
    margin-bottom: 10px;
}

.btn-online {
    background-color: red;
}

.ml10 {
    margin-left: 10px;
}

.maxlist-more a {
    color: #ffffff;
    background: red;
    border-radius: 0px;
    padding: 4px;
    font-size: 10px;
}

.blinker {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.menu-cat-row {
    padding: 20px;
}

.menu-mark {
    background-color: red;
    font-size: 9px;
    padding: 0 1px 0 1px;
    text-align: center;
    border-radius: -1px;
    color: white;
    margin: -1px;
    height: 17px;
    /* margin-left: 5px; */
    top: -6px;
    position: absolute;
    right: 2PX;
}

.menu-expert {
    background-color: #028a44;
    font-size: 10px;
    padding: 0 2px 0 2px;
    text-align: center;
    border-radius: 0px;
    color: white;
    margin: 0px;
    height: 15px;
    margin-left: 5px;
    top: -4px;
    position: relative;
}

.nav-link-full {
    color: black !important;
}

.menu-height {
    min-height: 800px !important;
}

.h2-default {
    font-size: 28px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: orange !important;
}

.categories-list {
    font-size: 1.02rem;
}


.full-resource h5 {
    color: #222;
    font-size: 18px;
    border-bottom: solid 1px var(--border-color);
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

    .full-resource h5:before {
        border-color: #ddd transparent transparent;
        border-style: solid;
        border-width: 7px;
        bottom: -14px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        content: " ";
        display: block;
        left: 34px;
        position: absolute;
        z-index: 2;
    }

    .full-resource h5::after {
        border-color: #fff transparent transparent;
        border-style: solid;
        border-width: 6px;
        bottom: -12px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        content: " ";
        display: block;
        left: 35px;
        position: absolute;
        z-index: 2;
    }

.btn-canvas-1 {
    margin-top: 30px;
}

.btn-canvas-2 {
    margin-top: 15px;
}

.btn-canvas-3 {
    margin-top: 60px;
}

.size-name {
    color: black;
    padding: 5px;
}

.size-title {
    color: white;
    padding: 0px 5px;
    position: absolute;
    /* float: left; */
    top: -1px;
    background: #ff9800;
    left: auto;
    /* border: 1px solid #ffffff; */
    /* width: 96%; */
    margin: 5px;
    font-size: small;
}

.size-help {
    color: #7a7a7a;
    padding: 5px;
}

.size-price {
    color: orange;
    font-size: x-large;
}


.iconbox-points {
    border-collapse: separate;
    border-spacing: 0;
    display: table;
    height: auto;
    min-height: 40px;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: black;
    color: white;
    border-radius: 5px;
    margin-bottom: 20px;
}

.iconbox-points-icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.iconbox-points-content {
    display: table-cell;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}

    .iconbox-points-content span {
        font-size: 40px;
    }

.iconbox-points-icon i {
    height: 60px !important;
    line-height: 60px !important;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle !important;
    width: 60px !important;
    color: #fcad26;
    font-size: 60px;
}

.checkout_points {
    padding: 18px;
    background-color: #343a40;
    border-radius: 5px;
    margin: 2px;
    display: flow-root;
}

    .checkout_points i {
        font-size: 30px;
        margin-right: 10px;
    }

    .checkout_points h4 {
        color: orange;
    }

    .checkout_points label {
        color: white;
    }

    .checkout_points span {
        color: white;
        padding-bottom: 14px;
    }

.reward_points_text {
    max-width: 200px;
    font-size: 20px;
    float: left;
    margin-right: 5px;
}

.label-points {
    font-size: 30px;
}

.reward_points_div {
    margin-top: 10px;
}


.pointno {
    font-size: 22px;
}

.nofavlabel {
    margin-bottom: 29px;
    font-size: 20px;
    padding-bottom: 0px;
    display: block;
}

.calc-top-after {
    margin-bottom: 50px;
}



.video_icon {
    display: inline-block;
}

    .video_icon .card-body {
        display: none !important;
    }


    .video_icon .col-md-4 {
        max-width: 100px !important;
    }

    .video_icon .event-pop-link {
        display: none !important;
    }

    .video_icon .has-background {
        background-image: url(https://printbay.gr/images/icons/video_button.png) !important;
    }

    .video_icon .card-event {
        width: 27px !important;
        height: 20px !important;
        margin-right: 9px;
        margin-left: 9px;
        border-radius: 0px !important;
        border: none !important;
        box-shadow: none !important;
    }


.video_help {
    position: absolute;
    right: 55px;
    top: 0px;
}

    .video_help .card-body {
        padding: 0px !important;
        display:none;
    }


    .video_help .col-md-4 {
        padding: 0px !important;
    }

    .video_help .event-pop-link {
        display: none !important;
    }

    .video_help .card-title {
        font-size: 10px!important;
        font-weight:400!important;
    }

    .video_help .has-background {
    }

    .video_help .helptitle {
        display: none;
    }

    .video_help .card-event {
        width: 99px !important;
        margin-right: 9px;
        margin-left: 9px;
        border-radius: 0px !important;
        border: none !important;
        box-shadow: none !important;
    }
