﻿


body {
    font-family: 'CFAsty_book', sans-serif !important;
    background: #ffffff;
    --katsochis-yellow-color: #fac800;
    --katsochis-graydark-color: #727272;
    --katsochis-graywhite-color: #d6d6d6;
}

.font_cfasty_bold {
    font-family: 'CFAsty_bold', sans-serif;
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'CFAsty_bold', sans-serif !important;
}*/

a:hover {
    color: #f9c700;
}

.container_100 {
    width: 100%;
}

.loader-container {
    background: rgba(243,244,238,0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    display: none;
    text-align: center;
}

.loader {
    display: block;
    position: absolute;
    font-size: 0;
    color: #f36b21;
    left: 50%;
    top: 50%;
    width: 300px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.error {
    display: inline-block;
    color: #f0bf26;
    font-size: 11px;
}

#goTopBtn {
    display: none;
    position: fixed;
    bottom: 75px !important;
    right: 50px;
    z-index: 99;
    border: none;
    outline: none;
    background: none;
    color: #787878;
    cursor: pointer;
    padding: 4px;
    font-size: 40px;
}

    #goTopBtn:hover {
        color: #b59856;
    }

.footer-copyright{
    font-size:12px;
}
.nomarg {
    margin-left: 0px;
    margin-right: 0px;
}

.color_gray1 {
    color: var(--katsochis-graydark-color);
}

.color_white {
    color: #ffffff;
}

.img_full {
    width: 100%;
}

.img-search-thumb{
    margin-right:5px;
}
/*---- HEADER ------*/
.megamenu2_container {
    background: #7d7d7d;
    width: 80vw;
}

.ul_menucat2 {
    background: #7d7d7d;
    padding: 0px;
    /*width: 240px;
    float: left;*/
    float:left;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    overflow-y:auto;
}

.ul_menucat2_li {
}

.menu_right_categories3 {
    position: absolute;
    background: #ededed;
    top: 0;
    left: 245px;
    right:0;

    width: calc(100% - 245px);
    width: -o-calc(100% - 245px);
    width: -webkit-calc(100% - 245px);
    opacity: 0;
    padding: 0px;
    height: 0px;
    display: none;
}

.menu_right_categories3_opened {
    opacity: 1;
    display: block;
    padding: 0px;
    height: 100%;
    overflow:auto;
}

.link_cat2 {
    color: #ffffff;
    font-size: 18px;
    padding: 15px 15px;
    display: block;
    width:245px;
    word-break: break-word;
    text-decoration: none !important;
}

    .link_cat2:hover {
        background-color: #fac800;
        color: #000000;
    }

.link_cat2active {
    background-color: #fac800;
    color: #000000;
}

.cat2caret_right{
   opacity:0;
}

.link_cat2active .cat2caret_right {
    opacity: 1;
}

.headerlogo1 {
    max-width: 280px;
}

.header_contact_info {
    color: #ffffff;
    font-size: 12px;
}


.megemenu_cat2h4 {
    font-weight: bold;
    font-size: 18px; 
    padding:15px;
    padding-bottom:5px;
}

.link_cat3 {
    display: block;
    font-size: 18px;
    color: #696969;
    padding: 6px;
    padding-left:15px;
    padding-right:15px;
}

    .link_cat3:hover {
        background-color: #fac800;
        color: #000000;
    }

.socialicons_header {
    background: #3f3f3f;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #ffffff;
    height: 30px;
    margin-bottom: 0px;
    font-size: 17px;
    vertical-align: middle;
    padding-top: 4px;
    margin-right: 5px;
}

    .socialicons_header:hover {
        color: #fac800;
    }

.socialicons_footer {
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #7d7d7d;
    height: 30px;
    margin-bottom: 0px;
    font-size: 17px;
    vertical-align: middle;
    padding-top: 5px;
    margin-top: 5px;
}

.btn_basketopener {
    background: none;
    outline: none;
    border: none;
    font-size: 23px;
}

.usermenu_ul {
    position: absolute;
    background: #fff;
    border: 1px solid #ededed;
    padding: 10px 20px;
    min-width: 150px;
    text-align: left;
    top: 29px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: hidden;
    z-index: 9999;
    border-radius: 3px;
    display: none;
}

.searchresult_li_a {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    padding-left:4px;
    font-size:14px;
    line-height:15px;
    word-break:break-word;
}


#topsearch_loader {
    display: none;
    position: absolute;
    right: 30px;
    top: 2px;
    z-index: 10;
}

#topsearch_icon {
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 10;
}

#searchfield_header {
    border: none;
    border-bottom: solid 2px #000000;
    background:none;
}

.easy-autocomplete-container
{
    background:#ffffff;
    width:320px;
    max-height:70vh;
    overflow-y:auto;
}

.searchresult_li_button{
    font-size:13px;
    display:flex;
    align-items:center;
}
/*--- 0000 end header -----*/
/*--- FOOTER ----*/
.footer_topdiv {
    padding: 8px;
    background-color: var(--katsochis-graydark-color);
    border-top: solid 6px var(--katsochis-yellow-color);
}

.footer_maindiv {
    background-color: var(--katsochis-graywhite-color);
}

.footer_logo1 {
    opacity: 0.7;
    max-width: 98%;
    margin-bottom: 10px;
}

.footer_w_socialicons {
    text-align: right;
}

.fm_cont_a {
    display: inline-block !important;
    margin-left: 5px;
}

.newsletter-form {
    display: inline-block;
}

.btn_regnewsletter {
    background: #5a5959;
    border-radius: 0;
    color: #ffffff;
    border: none;
    padding: 6px 12px;
}

/*---- 00000000 FOOTER ------*/

.home_helpbutton {
    font-size: 22px;
    background-color: var(--katsochis-graydark-color);
    color: var(--katsochis-yellow-color);
    padding: 10px 30px;
    border: none;
    outline: none;
    transition: all linear;
    width: 100%;
    max-width: 320px;
    border-radius: 0px;
    text-align: center;
    margin-top: 5px;
}

.home_helpbutto:hover {
    background-color: #000000;
}

/*---- HEADER BAKSET CART ----*/
.cart_wrapper {
    background-color: #464648;
    color: #dcdcdc;
    border-bottom: solid 2px #606060;
    max-height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    transition: transform .5s linear;
    width: 100%;
    padding: 40px;
    z-index: 13000;
    overflow-x: auto;
    font-size: 16px;
}

.hbsk_row_header {
    border-bottom: 2px solid rgba(255,254,242,.1);
    padding: 0 0 15px;
    font-size: 20px;
    color: #858585;
}

.hbsk_row_item {
    padding: 20px 0;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(255,254,242,.1);
}

.btn_basketcloser {
    border: none;
    background: #010101;
    font-size: 22px;
}

.product-item-photo {
    float: left;
    display: inline-block;
    width: 70px;
    margin-right: 5px;
}

.bsk_prod_descr {
    font-size: 22px;
    display: inline-block;
    color: #ffffff;
    margin-top: 0px;
    max-width:80%;
}

.arrowplus {
    position: absolute;
    top: 4px;
    left: 0;
}

.arrowminus {
    position: absolute;
    top: 4px;
    right: 0;
}

.cart_imgbasket_bg {
    position: absolute;
    z-index: 0;
    top: 15px;
    left: 15px;
    width: 30px;
}

.usermenu_profile_a {
    font-size: 18px;
    font-weight: bold;
}

.headercart_ishidden {
    transform: translateY(-100%);
    /*visibility: hidden;*/
}

.btn_gosummary {
    background: var(--katsochis-yellow-color);
    font-size: 26px;
    padding: 10px 46px;
    border: none;
    border-radius: 0px;
    color: #000000;
}

    .btn_gosummary:hover {
        background: #000000;
        color: var(--katsochis-yellow-color);
    }

.btncart_header_delete {
    font-size: 22px;
}

.header_cart_qty {
    background: #3a3a3a;
    color: #e2e2e2;
    width: 100%;
    text-align: center;
    border: none;
    padding: 5px;
}

.div_totalsum {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 34px;
    text-align: right;
    width: 100%;
}

.txtprice {
    color: #ffffff;
    font-size: 20px;
}

.btncart_header_delete {
    background: none;
    border: none;
    position: relative;
}
/*---000000 HEADER BASKET CART------*/


.index_gray_ribbon {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--katsochis-graywhite-color)
}

.index_ribbon_icons {
    width: 160px;
    max-width: 80%;
    margin: 0 auto
}

.ribbon_titleh3 {
    margin-top: 20px;
    font-size: 30px;
}


/* ----- products ------*/
.btn_mobileclosefilters {
    border: none;
    background: black;
    color: white;
    display: inline-block;
}

.mobile_filters {
    color: #161616;
    background: #fac800;
    border: none;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 5px;
}

.current_price {
    font-family: 'CFAsty_bold', sans-serif !important;
    font-size: 30px !important;
    font-weight: normal;
}

//current price with dsc

.priceprod {
    font-size:30px !important;
   
}

.old_price {
    font-size: 17px;
    font-weight: normal;
}

#oldprice_base {
    font-family: 'CFAsty_bold', sans-serif !important;
}

.redline_discount {
    display: inline-block;
    width: 62px;
    background: red;
    height: 2px;
    left: 0;
    transform: rotate(-14deg);
    position: absolute;
    top: 10px;
}

.single_product {
    margin-bottom: 60px;
}
.categories_overlay {
    position: relative;
    background: #fff;
    color: #525256;
    display: block;
}


.categories_overlay {
    position: relative;
    background: #fac800;
    color: #727272;
    display: block;
}



@media  screen and (min-width: 768px) {
    .image_cat{
    position: relative;
    top: -40px;
    right: -40px;
}
    .pb-100 {
        padding-bottom: 100px;
    }
    .single_categories_banner3:hover a {
        background: #1e1e1f;
    }

    .single_categories_banner3:hover h3 {
        color: #fac800 !important;
    }
}

@media screen and (max-width: 767px) {
    .mob_pb_50 {
        padding-bottom: 50px;
    }
}



    /*--- products - wiidget ---*/
    .myfilter_ul {
        display: block;
        font-weight: 700;
        list-style-type: none;
        max-height: 260px;
        position: relative;
        transform-origin: top;
        transition: max-height .25s ease-in-out;
    }

        .myfilter_ul li {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            width: 98%;
            letter-spacing: .4px;
        }

    .checkbox__input {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .checkbox__label {
        font-size: 15px;
        position: relative;
        line-height: 20px;
        padding-left: 35px;
        text-overflow: ellipsis;
        display: block;
        color: #252525;
        padding-top: 2px;
        margin-bottom: 8px;
    }

        .checkbox__label:before {
            content: "";
            border-radius: 50%;
            background: none;
            display: block;
            width: 21px;
            height: 21px;
            border: 1px solid #6d6d6d;
            position: absolute;
            top: 0;
            left: 0;
            top: 2px;
        }

    .checkbox__input:checked + .checkbox__label:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='22' width='27' xmlns='http:…1L8.37 19 25 1' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 80%;
    }

    .checkbox__input:checked + .checkbox__label:after {
        background-color: transparent;
        left: 3px;
        top: 5px;
        width: 15px;
        height: 15px;
        content: "";
        position: absolute;
        border-radius: 50%;
        background: #000000;
    }

    .checkbox__input:checked + .iscolor:after {
        content: none;
        background-color: black;
        left: 6px;
        top: 8px;
        width: 8px;
        height: 8px;
        content: "";
        position: absolute;
    }

    .catalog-facets__group {
        /*display:none;*/
        padding: 5px;
        margin-bottom: 10px;
        margin-top: 25px;
        width: 96%;
        background: #ffffff;
    }

    .color_lis {
        display: inline-block;
        box-sizing: border-box;
        width: 49% !important;
    }

    .catalog-facets__group-label {
        font-size: 12px;
        position: relative;
        font-weight: 400;
        line-height: 18px;
        width: 100%;
        letter-spacing: .4px;
        text-align: left;
        border: none;
        background: no-repeat;
        padding: 0px;
        margin-bottom: 10px;
    }

        .catalog-facets__group-label span {
            width: 10px;
            position: absolute;
            top: 8px;
            right: 0;
        }

            .catalog-facets__group-label span:after, .catalog-facets__group-label span:before {
                display: block;
                background: #9e9e9e;
                height: 1px;
                width: 10px;
                border-radius: 1px;
                position: relative;
                opacity: 1;
                transition: .25s ease-in-out;
                content: "";
                position: absolute;
            }

            .catalog-facets__group-label span:after {
                transform: rotate(180deg);
            }

    .pricerange_h3 {
        border-top: solid 2px #e9e9e9;
        border-bottom: solid 2px #e9e9e9;
        padding-top: 14px;
        padding-bottom: 14px;
        font-weight: bold;
        font-size: 20px !important;
    }

    .products_addtocart_btn1 {
        display: block;
        width: 100%;
        padding: 7px 20px;
        text-align: center;
        background-color: #444447;
        color: var(--katsochis-yellow-color);
        font-size: 16px;
        visibility: hidden;
        position: absolute;
        top: 0;
    }

    .divhovershowbuy {
        position: relative;
    }

        .divhovershowbuy:hover .div_pricecontainer {
            visibility: hidden;
        }

        .divhovershowbuy:hover .products_addtocart_btn1 {
            visibility: visible;
        }

    .label_prd_favorite {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 30px;
        color: #7d7d7d;
    }

        .label_prd_favorite:hover {
            color: var(--katsochis-yellow-color);
        }


    /*--- 00000 products ----*/


    /*--- LOGIN ----*/
    .login_section {
        background-color: #e8e8e8;
        padding: 100px 0px;
    }

    .btn_empty {
        background: none;
        border: none;
        outline: none;
    }

    .btn_yellow {
        background-color: var(--katsochis-yellow-color);
        color: #000000;
        border: none;
        font-size: 16px;
        padding: 8px 15px;
        transition: all linear 0.3s;
    }

        .btn_yellow:hover {
            background-color: #000000;
            color: var(--katsochis-yellow-color);
        }

    .lbl_1 {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 12px;
    }

    .btn_continue_guest {
        padding: 20px;
        text-align: center;
        background-color: #444447;
        color: #ffffff;
        text-decoration: none !important;
        margin-bottom: 30px;
        display: block;
        font-size: 28px;
        margin: 15px;
    }

    .mt-side-widget {
        padding: 30px;
        color: #ffffff;
        background-color: #444447;
    }

        .mt-side-widget .form-control {
            border-radius: 0px;
        }
    /*---- 00000 end login -----*/
    /*--- product display ---*/
    .bullet_availability {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .inproduct_price_div {
        border-top: solid 2px #7d7d7d;
        border-bottom: solid 2px #7d7d7d;
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 15px;
        flex-wrap: wrap;
       
    }

    .flexbreak {
        flex-basis: 100%;
        height: 0;
    }



    .inproduct_buybutton {
        font-size: 20px;
        background-color: var(--katsochis-yellow-color);
        color: #444447;
        padding: 23px 0px;
        border: none;
        float: left;
        outline: none;
        transition: all linear;
        width: 100%;
    }

        .inproduct_buybutton:hover {
            background-color: #000000;
            color: var(--katsochis-yellow-color);
        }


    .inproduct_wishlist_addbtn {
        font-size: 30px;
        padding: 20px;
        float: right;
        /*margin-left:10px;*/
        display: inline-block;
        background: #444447;
        color: var(--katsochis-yellow-color);
    }

.inproduct_salelabel {
    background: #ffc107;
    color: black;
    padding: 6px 6px;
    font-size: 15px;
    margin-right: 5px;
    white-space: nowrap;
}

    .inproduct_newlabel {
        color: #000000;
        background: #fac800;
        padding: 4px 6px;
        font-size: 15px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: block;
        width: 62px;
        text-align: center;
    }

    .inproduct_rightpanel {
        padding: 35px;
    }

    .inproduct_qtydiv {
        width: 100px;
        display: inline-block;
        padding: 5px;
        text-align: center;
        background: #000000;
        color: #ffffff;
        position: relative;
    }

    .inproduct_qty_decrease {
        position: absolute;
        left: 2px;
        top: 5px;
        background: none;
        border: none;
    }

    .inproduct_qty_increase {
        position: absolute;
        right: 2px;
        top: 5px;
        background: none;
        border: none;
    }

    .inproduct_qtyinput {
        border: none;
        background: none;
        color: #ffffff;
        text-align: center;
        width: 100%;
    }

    .inproduct_props_left {
        font-weight: bold;
        font-size: 15px;
    }

    .techdetail_p {
        font-weight: bold;
    }


    .ribbon_crossell_title {
        color: #ffffff;
        margin-top: 70px;
        padding: 15px;
        font-size: 24px;
        text-align: center;
        background-color: #7d7d7d;
        margin-bottom: 20px;
    }

    .owl-prev {
        position: absolute;
        top: 45%;
        left: 10px;
    }

    .owl-next {
        position: absolute;
        top: 45%;
        right: 10px;
    }

    .slider_arrow_inproduct {
        width: 10px;
        margin: 5px;
    }

    .inproduct_colorvar_span {
        display: inline-block;
        border-radius: 50%;
        border: solid 1px #e4e4e4;
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .inproduct_colorvar_a {
        display: flex;
        align-items: center;
    }

    .inproduct_colorvar_img {
        width: 60px;
        height: 60px;
        margin-right: 3px;
    }

    .colorsizevariant-list {
    }

        .colorsizevariant-list li {
            margin-bottom: 6px;
        }

    .crossell_product_name {
        font-size: 16px !important;
        line-height: 18px !important;
        margin-bottom: 2px !important;
    }

    .crossell_prd_availability_div {
        font-size: 13px;
    }

    .crossell_old_price {
        font-size: 20px;
    }

    .crossell_current_price {
        font-family: 'CFAsty_bold', sans-serif !important;
        font-size: 26px;
    }
    /*-- 00000 product display ---*/
    /*--- SUMMARY ---*/
    .summary_section {
        padding-bottom: 30px;
        padding-top: 60px;
        background-color: var(--katsochis-graywhite-color);
    }

    .summary_h3title {
        padding: 15px;
        color: #ffffff;
        text-transform: uppercase;
        background: #444447;
    }

    .btn_couponapply {
        border-radius: 0px;
        border: none;
        background-color: #7d7d7d;
        padding: 15px;
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .form-control {
        border-radius: 0px;
    }

    .form-group {
        margin-bottom: 4px;
    }

        .form-group .form-control {
            border-radius: 0px;
        }

    .summary_h1_title {
        font-weight: 100;
        margin: 40px auto;
    }

    .btn_sendorder {
        border: none;
        background-color: var(--katsochis-yellow-color);
        color: #444447;
        font-size: 22px;
        padding: 15px;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
        transition: all ease 1s;
    }

        .btn_sendorder:hover {
            background-color: #000000;
            color: var(--katsochis-yellow-color);
        }

    .cart-table {
        margin-bottom: 50px;
    }

        .cart-table .table-header {
            font-size: 17px;
            line-height: 1.2em;
            font-weight: 700;
            padding: 20px 0;
            text-align: center;
            color: #333745;
        }

            .cart-table .table-header > div, .cart-table .table-row > div {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

        .cart-table .photo {
            width: 14%;
        }

        .cart-table .name {
            width: 53%;
            padding-left: 5px;
        }

        .cart-table .price {
            width: 12%;
        }

        .cart-table .qty {
            width: 12%;
            text-align: center;
        }

        .cart-table .subtotal {
            width: 12%;
        }

        .cart-table .table-row {
            border-bottom: 2px solid #f0f0f0;
            border-top: 2px solid #f0f0f0;
            margin-bottom: 7px;
        }

    .total-price {
        text-align: right;
        border: 0;
        padding: 0;
        margin: 0 0 20px;
        width: 100%;
        max-width: 400px;
        float: right;
        background-color: transparent;
        font-size: 17px;
    }

    /*--00000 END SUMMARY ---*/



    /*---- account ----*/

    .h1_titlelogin {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 50px;
    }

    .ck-title-copyP {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .about-heading {
        margin-top: 15px;
    }

    .section_myaccount {
        padding-top: 60px;
        padding-bottom: 70px;
        background-color: var(--katsochis-graywhite-color);
    }

    .lbl_item {
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .view_order_link {
        display: block;
        width: 100%;
    }

    .lbl_title1 {
        color: #313131;
    }
    /*---- account telos ----*/

    /*---- contact us ---*/
    .contact_section {
        padding-top: 100px;
        padding-bottom: 100px;
        background: var(--katsochis-graywhite-color);
    }

    .contact_title {
        font-weight: bold;
        margin-bottom: 30px;
    }

    .contact_label {
        display: none;
    }

    .contact_input {
        background-color: #d6d6d6;
        border: none;
        border-bottom: solid 2px #444447;
        padding: 5px;
        border-radius: 0px;
        outline: none;
        color: #000000;
        margin-bottom: 20px;
    }

    .contact_inputarea {
        background-color: #d6d6d6;
        border: solid 2px #444447;
        padding: 5px;
        border-radius: 0px;
        outline: none;
        color: #000000;
    }

    .btn_contactus {
        background: none;
        border: none;
        color: #000000;
        padding: 5px;
        outline: none;
        font-size: 18px;
        margin-top: 15px;
    }

        .btn_contactus:hover {
            background: #c2c0c0;
        }

    #mapid {
        height: 300px;
        z-index: 0;
    }
    /*-- contact use telos --*/
    /*---- keimena ----*/
    .text_section {
        padding-bottom: 60px;
        padding-top: 60px;
        background-color: #eaeaea;
    }

    .simpletext_a {
        font-size: 14px;
        padding: 8px 20px 7px;
        display: inline-block;
        border-radius: 0px;
        border: 1px solid #ededed;
        margin-right: 20px;
    }

        .simpletext_a:hover {
            background-color: var(--katsochis-yellow-color);
            color: #000000;
        }

    .selectedtext_a {
        background-color: var(--katsochis-yellow-color);
    }
    /*----- keimena ----*/


    /*---- ARXIKI SELIDA -----*/
    .slider_content_tile {
        max-width: 500px;
        width: 100%;
        padding: 40px;
        padding-bottom: 0px;
        text-align: center;
        margin: 0 auto;
        background: rgba(255, 255,255,0.7);
    }

        .slider_content_tile h1 {
            font-family: 'CFAsty_bold', sans-serif;
            font-size: 50px;
        }

        .slider_content_tile h2 {
            letter-spacing: 3.4px;
        }

    .slider_button_yellow {
        background-color: var(--katsochis-yellow-color);
        color: #000000;
        display: inline-block;
        margin: 0px auto;
        padding: 30px 34px;
        font-size: 31px;
        font-family: 'CFAsty_bold', sans-serif;
    }

        .slider_button_yellow:hover {
            color: #ffffff;
            background: #000000;
        }

    .owl-prev {
        position: absolute;
        top: 45%;
        left: 10px;
    }

    .owl-next {
        position: absolute;
        top: 45%;
        right: 10px;
    }

    .slider_arrow {
        width: 20px;
        margin: 5px;
    }

    /*--- ARXIKI SELIDA ----*/


    /*--- selida katigorion tiles---*/

    .categories_tile_a {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        margin-bottom: 30px;
    }

        .categories_tile_a:hover img {
            transform: scale(1.1) rotate(0.05deg);
        }

    .categories_tile_img {
        transition: .3s;
    }

    .categories_tile_text {
        text-align: center;
        color: #ffffff;
        position: absolute;
        width: 100%;
        padding: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 48px;
        font-weight: 300;
        line-height: 1.2;
    }

    .categories_viewallprds_btn {
        background-color: var(--katsochis-yellow-color);
        color: #000000;
        border: none;
        font-size: 18px;
        padding: 12px 20px;
        transition: all linear 0.3s;
    }

        .categories_viewallprds_btn:hover {
            color: var(--katsochis-yellow-color);
            background: #000000;
        }
    /*--end selida katigorion tiles---*/


    /*--- thank you ---*/
    .thankyou_section {
        padding-bottom: 60px;
        padding-top: 60px;
        background: var(--katsochis-graywhite-color);
    }

    .thankyou_div {
        background: #2d2d2d;
        width: 90%;
        max-width: 500px;
        margin: 20px auto;
        padding: 10px;
        color: white;
    }

    .thankyou_heading2 {
        font-weight: bold;
        color: #ffffff;
    }
    /*--- thank you ---*/
    .brcrmb_cnt {
        margin: 20px 20px 40px 30px;
    }

    .brcrmb_link_span {
        font-size: 13px;
    }

    .brcrmb_link_arrow {
        font-size: 17px;
        display: inline-block;
        margin-right: 4px;
        margin-left: 4px;
    }

    .section_myaccount .img-holder {
        width: 100%;
        color: #ffffff;
    }

    .section_myaccount p {
        margin-bottom: 2px;
    }

    .overlay_categories {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000000;
        opacity: 0.2;
    }

    #loadmoreproducts_btn {
        margin: 30px auto;
    }



    @media screen and (max-width:991px) {
        .old_price {
            font-size: 14px;
            white-space:nowrap;
        }

        .current_price {
            font-size: 14px;
        }

        .headerlogo1 {
            max-width: 250px;
        }
    }

    @media screen and (max-width:567px) {

        .headerlogo1 {
            height: auto;
        }

        #basket_totalprices {
            display: none;
        }

        .btn_basketopener {
            font-size: 20px;
            padding: 0px;
        }

        .slider_button_yellow {
            padding: 10px;
            font-size: 20px;
        }

        .slider_arrow {
            width: 14px;
        }

        .usermenu_profile_a {
            font-size: 15px;
            font-weight: bold;
        }

        #usermenu_container {
            left: -60px;
        }


        .mobileprods_filter {
            position: fixed;
            z-index: 1000;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            overflow: auto;
            max-width: 480px;
            padding: 15px 4px 15px;
            -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
            background-color: #f7f7f7;
            -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
            -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
            transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0.3s;
        }

        .mobile_filteropened {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }

        .inproduct_rightpanel {
            padding: 15px;
        }



        .inprod_bb_div {
            display: flex;
        }

        .inproduct_wishlist_addbtn {
            font-size: 23px;
            padding: 9px;
        }

        .footer_w_socialicons {
            text-align: center;
            margin: 10px auto;
        }

        .shop_toolbar_wrapper {
            align-items: flex-start;
            flex-direction: initial;
        }

        .index_gray_ribbon {
            padding-top: 50px;
            padding-bottom: 50px;
            font-family: 'CFAsty_book', sans-serif !important;
        }

        .index_ribbon_icons {
            width: 90px;
        }

        .ribbon_titleh3 {
            margin-top: 7px;
            margin-bottom: 30px;
            font-size: 18px;
            line-height: 18px;
        }

        .cart_wrapper {
            padding: 20px;
        }

        .btn btn_gosummary {
            width: 100%;
            font-size: 22px;
            padding: 8px 26px;
        }

        .product-item-photo {
            width: 60px;
        }

        .bsk_prod_descr {
            font-size: 16px;
            line-height: 18px;
            display: inline;
        }

        .cart_imgbasket_bg {
            left: 6px;
            width: 21px;
            top: 20px;
        }

        .mob_nopad {
            padding: 0px;
        }

        .headbask_pricediv {
            text-align: right;
        }

        .categories_tile_text {
            font-size: 30px;
            line-height: 1.1;
        }

        .mob_talign_right {
            text-align: right;
        }

        .div_totalsum {
            font-size: 18px;
            margin-bottom: 20px;
            margin-top: 10px;
        }

        .btn_gosummary {
            font-size: 17px;
            padding: 10px 34px;
        }

        .summary_h1_title {
            margin: 0px auto 10px auto;
            font-size: 20px;
        }

        .cart-table .table-header {
            font-size: 12px;
            padding: 8px 0;
            text-align: center;
        }

        .cart-table .items_title {
            font-size: 13px;
            line-height: 13px;
        }

        .sidebar_widget {
            padding: 0 0px 0 0;
        }

        .prd_availability_div {
            font-size: 12px;
            padding-bottom:10px;
        }

        .shop_toolbar_wrapper {
            margin: 0 0 0px;
        }

        .brcrmb_link_span {
            font-size: 12px;
        }

        .brcrmb .nlist-inline-item {
            line-height: 14px;
        }

        .brcrmb_cnt {
            margin: 0px 15px 20px 15px;
        }

        .brcrmb_link_arrow {
            font-size: 14px;
        }

        .misc_txt {
            font-size: 13px;
        }

        .section_myaccount .img-holder {
            width: 100% !important;
        }
    }

    @media screen and (max-width:1900px) {
        .inproduct_buybutton {
            font-size: 18px;
            padding: 23px 0px;
            width: 100%;
        }
    }

    @media screen and (max-width:1360px) {
        .inproduct_buybutton {
            font-size: 16px;
            padding: 23px 0px;
            width: 90%;
        }
    }

    @media screen and (max-width:1160px) {
        .inproduct_buybutton {
            font-size: 14px;
            padding: 23px 0px;
            width: 85%;
        }
    }

    @media screen and (max-width:1024px) {
        .inproduct_buybutton {
            font-size: 19px;
            padding: 21px 0px;
            line-height: 14px;
            width: 98%;
            height: 55px;
        }

        .inproduct_wishlist_addbtn {
            height: 55px;
            padding: 16px;
            font-size: 23px;
        }
    }

    @media screen and (max-width:567px) {

        #loadmoreproducts_btn {
            margin: 5px auto;
        }

        .inproduct_buybutton {
            font-size: 14px;
            padding: 21px 0px;
            line-height: 14px;
            width: 98%;
            height: 55px
        }

        .inproduct_wishlist_addbtn {
            height: 55px;
            padding: 16px;
        }
    }

    @media only screen and (max-width: 767px) {
        .slider_content h2 {
            display: block;
        }
    }


    .nopad {
        padding: 0px !important;
    }

    .nopad-l {
        padding-left: 0px !important;
    }

    .nopad-lr {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .main_link_1 {
        color: var(--katsochis-graydark-color);
        text-decoration: underline;
        font-size: 18px;
        transition: all linear 0.3s;
    }

        .main_link_1:hover {
            color: #000;
        }

    .img-search {
        width: 50px !important;
        height: 50px !important;
    }

    .pt-10 {
        padding-top: 10px;
    }

    .pt-20 {
        padding-top: 20px;
    }

    .pb-20 {
        padding-bottom: 20px;
    }

    .pb-40 {
        padding-bottom: 40px;
    }


    .search_overlay {
        z-index: 1;
        position: fixed;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        width: 100%;
        height: 100vh;
        top: 0;
        display: none;
    }

/*PRICE CONTAINER*/
.win {
    text-align: center !important;
}

.catalog_price {
    text-align: center !important;
}

/*SNOW EFFECT CSS START*/

.fa-snowflake-o {
    color: #fff;
    position: fixed;
    top: -20px;
    animation: fall linear forwards;
    z-index:555555;
}

@keyframes fall {
    to {
        transform: translateY(105vh);
    }
}

/*SNOW EFFECT CSS END*/