/*=========== Miscellaneous ==========*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #5b3600;
}

a{
    transition: all 0.3s ease;
    color: #BF006B;
}

a:hover,
a:active,
a:focus{
    transition: all 0.3s ease;
    color: #2a2a2a;
}

a.btn{
    background-color: #ecb7b5;
    color: #fff !important;
    font-size: 0.9rem;
    border-radius: 3px;
    padding: 15px 25px;
    font-family: 'Jura';
    font-weight: 600;
}

a.btn:hover,
a.btn:active,
a.btn:focus{
    background-color: #c38785;
}

.page-header h1{
    font-family: 'aka-acidgr-graduateitalic';
    color: #ecb7b5;
    font-size: 4rem;
    border-bottom: 3px dotted #dedede;
    text-align: center;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 800px;
    font-weight: normal;
    margin-bottom: 4rem;
    text-transform: none;
}

.module-title {
    padding-left: 0;
}

.module-title span:before{
    display: none;
}

.moduletable {
    border: inherit;
    padding: inherit;
    border-radius: 0;
    margin: inherit;
}

.moduletable .nav li ul > li > a:before{
    display: none;
}

.dropdown-menu{
    background: transparent;
}

.category-desc {
    border: none;
}


.t4-section-1 .container, .t4-section-2 .container,
.t4-section-3 .container, .t4-section-4 .container,
.t4-section-5 .container, .t4-section-6 .container,
.t4-section-7 .container, .t4-section-8 .container,
.t4-section-9 .container, .t4-section-10 .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}


/*Forms generic*/
.form-control,
.inputbox,
.form-select {
    border: 1px solid #9d9d9d !important;
}


/*=========== Learn module ==========*/
.learn-module ul li {
    display: inline;
    padding: 0 5px;
}

.learn-module ul li a {
    color: #C6007B;
}

/*=========== Contact Page ==========*/
.contact-page .map iframe {
    max-width: 800px;
    margin-bottom: 2rem;
}

.contact-page .info{
    margin-bottom: 2rem;
}

.contact-page .info li {
    font-size: 1.5rem;
    color: #C6007B;
}

.contact-page .info li a {
    color: #C6007B;
}

.contact-page .message{
    max-width: 800px;
    margin: 0 auto;
    background: #eeeeee;
    padding: 10px 20px;
}

/*=========== Header ==========*/
.t4-header .row{
    align-items: center;
}

.navbar-brand{
    margin: 0;
    text-align: center;
}

.header-social ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-social ul li{
    display: inline-block;
    padding-right: 1rem;
}

.header-social ul li a{
    color: #BF006B;
    font-size: 1.2rem;
}

.header-r{
    display:flex;
    justify-content: flex-end;
}

@media (max-width: 768px){
    .header-r,
    .header-l{
        margin-top: 2rem;
    }
}
/*======== Nav bar ========*/
.t4-navbar{
    background-color: #ffeadc;
    border-radius: 3px;
}

#t4-mainnav .container:before {
    display: none;
}

.t4-navbar>.navbar {
    margin-left: auto;
    margin-right: auto;
}

.t4-megamenu .navbar-nav > li > a,
.t4-megamenu .navbar-nav > li > .nav-link {
    font-family: Jura;
    font-weight: 600;
    text-transform: uppercase;
    color: #d59266;
    margin-top: 0;
    border-top: 0;
    margin-right: 1rem;
    margin-left: 1rem;
}


.t4-megamenu .navbar-nav > li.active > .nav-link {
    color: #2a2a2a;
    border-top: 0;
}

.t4-megamenu .navbar-nav > li > a:hover,
.t4-megamenu .navbar-nav > li > .nav-link:hover {
    color: #2a2a2a;
}

.t4-offcanvas-toggle i,
.navbar-toggler i {
    color: #5b3600;
}

.t4-offcanvas-toggle .toggle-text{
    letter-spacing: 0.08em;
    padding-left: 0.5rem;
}


@media (max-width: 992px){
    .t4-navbar nav{
        display: none;
    }
    .t4-navbar {
        background-color: transparent;
    }
    #t4-mainnav .t4-navbar .t4-offcanvas-toggle {
        background: #6ba7bd;
        margin: 2rem auto 2rem auto;
        outline: 4px solid #6ba7bd;
        outline-offset: 2px;
        color: #fff;
        border: 0;
        display: inline-block;
        padding: 0;
        width: 180px;
        height: 48px;
        line-height: 48px;
        position: relative;
    }
    #t4-mainnav .t4-navbar .t4-offcanvas-toggle i {
        color: #fff;
    }
}


/*======== Sidebar Left ========*/
.sidebar-l h3{
    font-size: 1.5rem;
    color: #C6007B;
    border-bottom: 3px dotted #dedede;
    display: inline-block;
}

.sidebar-l .nav li.active > ul{
    display: block;
}

.sidebar-l .navbar{
    padding: 0;
    display: block;
}

.sidebar-l .dropdown-toggle::after {
    position: absolute;
    right: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #dedede;
    border: none;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    font-weight: 900;
}

.sidebar-l .dropdown-menu {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.sidebar-l .t4-module .nav li ul > li > a:before{
    display: none;
}

.sidemenu .module-inner {
    border-radius: 5px;
}

@media (max-width: 992px){
    .sidebar-l {
        order: 1 !important;
        margin-top: 2rem !important;
    }
}



/*======== Off Canvas ========*/
.t4-offcanvas .t4-off-canvas-header {
    background-color: transparent;
    position: absolute;
    right: 10 px;
    z-index: 999;
}

.t4-offcanvas .t4-off-canvas-header h3,
.t4-offcanvas .t4-off-canvas-header a {
    display: none;
}

.t4-offcanvas .t4-off-canvas-body {
    /*overflow-x: hidden;*/
    /*height: 100%;*/
    margin-top: 2.5rem;
}

.t4-offcanvas .t4-off-canvas-body h3 {
    font-size: 1.5rem;
    color: #C6007B;
    border-bottom: 3px dotted #dedede;
    display: inline-block;
}

.t4-mainnav .container .t4-offcanvas-toggle{
    padding-left: 2rem;
}

.t4-offcanvas-toggle:hover i, .navbar-toggler:hover i {
    color: #7F3489;
}

.t4-offcanvas .moduletable {
    padding: 0 1.5rem;
}

.offcanvas-nav h3 {
    text-align: center;
}

.offcanvas-nav .module-ct{
    text-align: left;
}

.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle.is-active::after {
    color: #C6007B;
}

.t4-offcanvas .moduletable .nav > li > a{
    line-height: 2.5rem;
}

/*======== Top Bar ========*/
.t4-topbar{
    background-color: #6ba7bd;
    color: #fff;
}

.t4-topbar a{
    color: #fff !important;
    font-family: 'Jura';
    font-weight: 600;
}

.t4-topbar a:hover,
.t4-topbar a:active,
.t4-topbar a:focus{
    color: rgba(255,255,255,0.7) !important;
    text-decoration: none;
}

/*======== Slideshow ========*/
.t4-slideshow{
    margin-top: 1rem;
}

.acm-slideshow .item:before{
    display: none;
}

.acm-slideshow .slider-content {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.acm-slideshow .slider-content .inner {
        background-color: #fff;
        display: inline-block;
        padding: 2rem 4rem;
        max-width: 450px;
}

.acm-slideshow .item{
    background-position: center;
}

.acm-slideshow .item-title{
    font-family: 'aka-acidgr-graduateitalic';
    color: #ecb7b5;
    margin-bottom: 0;
}

.acm-slideshow .inner p{
    font-family: 'Jura', sans-serif;
    color: #404040;
    font-size: 2rem;
    font-weight: 600;
}

.acm-slideshow .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.acm-slideshow .owl-dots .owl-dot.active span:before {
    border-color: #fff;
}

@media (min-width: 992px){
    .acm-slideshow .item-title {
        width: 100%;
    }
}


/*============ Promo Categories Tiles ==============*/
.promo-categories.container{
    padding-bottom: 0 !important;
}

.promo-categories .tile{
    text-align: center;
    align-items: center;
}

.promo-categories .tile.row {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
}

.promo-categories .tile-rapsimo{
    background-color: #fef5cc;
}

.promo-categories .image{
    padding: 0;
}


.promo-categories .tile-pleksimo{
    background-color: #fbedef;
}

.promo-categories .tile-kentima{
    background-color: #e6f3ed;
}

.promo-categories .tile-tsantes{
    background-color: #e0f1f7;
}

.promo-categories .icon h2{
    font-size: 1.3rem;
}

.promo-categories .icon h2 a{
    color: #2a2a2a;
}

@media (min-width: 768px){
}



/*============ Footer ==============*/
.t4-footer {
    background-color: #f7fbfb;
}

.t4-footer .container {
    border: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.signature-module {
    font-size: 90%;
}

/*============ Footnav ==============*/
.t4-footnav .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.t4-footnav .footnav-1{
    margin-bottom: 4rem;
}

.t4-footnav .footnav-1 .moduletable{
    margin-bottom: 0;
}

.t4-footnav .footnav-1 span{
    font-size: 90%;
    font-family: 'Jura';
}

.t4-footnav .footnav-2 .module-title,
.t4-footnav .footnav-3 .module-title,
.t4-footnav .footnav-4 .module-title{
    background-color: rgba(91,54,0,0.2);
    padding: 0.5rem;
}

.t4-footnav .t4-module ul{
    list-style: none;
    padding: 0;
}

.t4-footnav .t4-module ul li a{
    padding: 0.25rem 0;
    display: inline-block;
}

.t4-footnav .t4-module i{
    color: #5b3600;
}

.t4-footnav .navbar{
    position: unset;
    display: block;
}

.t4-footnav .header-social ul li {
    padding: 0 1rem;
}

.t4-footnav .t4-module .module-title span {
    border-bottom: none;
}

/*============ Sidebar ==============*/
.sidebar-1 h3{
    background-color: #ffeadc;
    color: #2a2a2a;
    border-radius: 3px;
    padding: 10px 30px;
}

.sidebar-1 .moduletable{
    padding-top: 2rem;
}

.sidebar-1 a.btn{
    background-color: transparent;
    color: #6ba7bd!important;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px dashed #6ba7bd;
}

.sidebar-1 .sig{
    font-family: 'aka-acidgr-graduateitalic';
    display: block;
    font-size: 1.5rem;
}


.sidebar-1 div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img{
    float: none;
    width: 100%;
    height: 125px;
    object-fit: contain;
}

.sidebar-1 div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemTitle{
    display: block;
    font-family: 'Jura';
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 768px){
    .sidebar-1{
        margin-top: 2rem;
    }
}


/*============ Products Header & Products Button ==============*/
.products-header{
    margin-bottom: 2rem;
    margin-top: 4rem;
    border-top: 2px dotted #dadada;
    padding-top: 4rem;
}

.products-header:first-child{
    margin-top: 0;
    border: none;
    padding-top: 0;
}

.products-header h3{
    font-family: 'aka-acidgr-graduateitalic';
    color: #fff;
    font-size: 3rem;
    font-weight: normal;
    display: inline-block;
    padding: 0;
    color: #ecb7b5;
    margin: 0;
}

.products-header h4{
    color: #6ba7bd;
}

.products-button{
    margin-top: 4rem;
}


/*============ Hikashop ==============*/

.hkform-control{
    height: calc(4rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #fbf9f6;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}

.hikabtn {
    background-color: #6ba7bd;
    color: #fff !important;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Jura';
    letter-spacing: 0.08em;
    padding: 10px 20px;
    margin-top: 1rem;
}

.hikabtn:hover,
.hikabtn:active,
.hikabtn:focus{
    background-color: #4a7e91;
}

.hikashop_product_price, .hikashop_product_price_full, .popular-products.hikashop_module .hikashop_product_price {
    display: block;
    font-size: 2rem;
    color: #ecb7b5;
    font-family: 'Open Sans', Arial;
    font-weight: 100;
}

.hikashop_product_price_full{
    margin-top: 1rem;
}

.hikashop_product_name{
    text-transform: uppercase;
    font-family: 'Jura';
    margin-top: 5px;
    display: block;
    font-weight: 600;
}

.hikashop_product_code_main{
    font-family: 'Jura';
    font-size: 1.2rem;
    display: block;
    color: #959595;
}

.hikashop_product_code_list{
    font-family: 'Jura';
    font-size: 90%;
    display: block;
    color: #959595;
}

.hikashop_product_stock_count,
.popular-products.hikashop_module .hikashop_product_stock_count{
    font-style: italic;
    background-color: #ffe3e3;
    display: block;
    margin: 5px 0;
}

.hikashop_product_image {
    height: auto !important;
}

.hikashop_small_image_div a{
    max-width: 50px;
}

.hikashop_product_quantity_div input[type=text] {
    float: none;
    display: inline;
    max-width: 75px;
    margin-top: 1rem;
}

.hikashop_quantity_form .control-group .controls{
    margin-left: 0 !important;
}

.hikashop_quantity_form .hikabtn{
    margin-top: 0;
    background-color: #bfbfbf;
}

.hikashop_quantity_form .hikabtn:hover{
    background-color: #a9a9a9;
}

.hikashop_product_tags{
    margin-top: 1rem;
}


/*product*/
.hikashop_product_custom_item_info .inputbox {
    display: inline-block;
    width: auto;
    background-color: #fff;
}

.hikashop_product_page{
    text-align: center;
}

.hikashop_product_top_part{
    margin-bottom: 2rem;
}

.hikashop_product_page .hikashop_product_main_image{
    height: auto !important;
}

/*.hikashop_product_description_main{*/
div[itemprop="description"]{
    margin-top: 10px;
    border-top: 10px dashed #dede;
    padding-top: 1rem;
    border-bottom: 10px dashed #dede;
}

.hikashop_product_description_main ul{
    list-style-position: inside;
    list-style: none;
    padding: 0;
}

.hikashop_product_main_image_thumb{
    height: auto !important;
}

.hikashop_product_custom_item_info_table{
    margin: 0 auto;
}

.hikashop_product_page .hikashop_product_characteristics{
    display: inline-block;
    font-weight: 600;
    font-family: 'Jura';
    font-size: 1.3rem;
}

select.form-control[size],
select[size].inputbox{
    height: auto;
    font-size: 1.3rem;
}

.hikashop_product_price_before_discount{
    position: relative;
}

.hikashop_product_price_before_discount .hikashop_product_price_before_discount_amount{
    color: #676767;
}

.hikashop_product_price_before_discount:before{
    display: block;
    content: '';
    position: absolute;
    background-color: red;
    height: 2px;
    width: 60px;
    transform: rotate(30deg);
    left: 0;
    top: 15px;
}


/*related products*/
.relatedproducts-module .hikashop_products_pagination {
    display: none;
}


/*cart checkout*/
td.hikashop_cart_product_image_value{
    max-width: 100px;
}

td.hikashop_cart_product_name_value{
    max-width: 300px;
}


/*product listing*/
.hikashop_product .hikashop_listing_img_title .hikashop_product_image_subdiv {
    width: 100% !important;
}

.hikashop_product_image_subdiv{
    position: relative;
}

.hikashop_products_listing .hikashop_product div.hikashop_subcontainer{
    padding-bottom: 10px;
}

.hikashop_products_listing .hikashop_product_stock_count{
    display: none;
}

/*cart module*/
.hikashop_cart_module .hikashop_cart{
    color: #BF006B;
    font-family: 'Jura';
    font-weight: 600;
}

.hikashop_cart_module .hikashop_cart i{
    padding-right: 0.5rem;
    font-size: 1.2rem;
}

/*popular products*/
.popular-products.hikashop_module .hikashop_product_code_list a{
    color: #959595;
}

.popular-products.hikashop_module .hikashop_product_image_subdiv{
    width: 100% !important;
}

/*categories*/
.hikashop_categories_listing_main .hikashop_category_image {
    height: auto !important;
}

.hikashop_categories_listing_main div.hikashop_subcontainer{
    border: 1px dashed #dedede;
    padding: 4px;
    background: #fff !important;
    min-height: auto !important;
}

.hikashop_categories_listing_main div.hikashop_subcontainer br{
    display: none;
}

.hikashop_category_name {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
}

.hikashop_category_name a {
    font-family: 'Jura', Arial;
    color: #ecb7b5;
    font-size: 2rem;
}

.hikashop_category {
    margin-bottom: 2rem;
}

/*checkout end*/
.hikashop_collectondelivery_end{
    text-align: center;
}

.hikashop_collectondelivery_end_message {
    border: 8px dashed #dedede;
    display: block;
    padding: 20px;
}

.com_hikashop.view-order .hika_toolbar{
    display: none;
}

/*============= K2 =================*/
.componentheading {
    font-family: 'aka-acidgr-graduateitalic';
    color: #ecb7b5;
    font-size: 4rem;
    border-bottom: 3px dotted #dedede;
    text-align: center;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 800px;
}

.catItemImage img{
    max-width: 600px !important;
    width: 100% !important;
}

.catItemTitle a {
    color: #6ba7bd;
}

div.k2FeedIcon a{
    color: #6ba7bd;
}

.catItemIntroText{
    max-width: 600px;
    margin: 0 auto;
}

.k2ReadMore{
    background-color: #ecb7b5;
    color: #fff !important;
    font-size: 0.9rem;
    border-radius: 3px;
    padding: 15px 25px;
    font-family: 'Jura';
    font-weight: 600;
}

.k2ReadMore:before {
    content: "\f004";
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    padding-right: 5px;
}

div.itemListCategory {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}



/*========== Cookies =============*/
.cadre_alert_cookies div.btn_close{
    margin-bottom: 1rem !important;
}

.cadre_alert_cookies button.popup-modal-dismiss{
    font-family: 'Jura' !important;
    background-color: #6ba7bd !important;
    border: none !important;
}

.cadre_alert_cookies a{
    background: transparent !important;
    border: none !important;
    text-shadow: none !important;
    color: #676767 !important;
}



/*========== EB Ajax Search =============*/
.header-r > .is_ajaxsearch {
    width: auto !important;
    display: none;
}

.header-r .is_ajaxsearch .search-results .ajaxsearch_result .result_wrap {
    width: 350px;
}

.is_ajaxsearch .btn-toolbar{
    width: auto;
}

.is_ajaxsearch .form-inline input {
    border: none;
    border-bottom: 1px solid #cecece;
    border-radius: 0;
    margin-left: 10px;
    background-color: transparent;
    max-width: 180px;
    margin-right: 20px;
}


.is_ajaxsearch .form-inline:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #BF006B;
}

@media (min-width: 1200px){
    .header-r .is_ajaxsearch {
        display: block;
    }
}

/*============ Seminars page =============*/


.seminar-page .page-header h2,
.blog-page .page-header h2{
    font-family: Jura;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
    font-size: 38px;
    margin-bottom: 2rem;
}


.seminar-page .page-header h2 a,
.blog-page .page-header h2 a{
    color: #6ba7bd;
}

.seminar-page .page-header h2 a:hover,
.blog-page .page-header h2 a:hover{
    color: #3b5964;
    text-decoration: none;
}

.seminar-page .item-image img,
.blog-page .item-image img{
    width: 100%;
}