/* ALL PAGE */

@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre:700|Montserrat:400,700&display=swap&subset=latin-ext');

:root{
    --green: #28894D;
    --red: #E42829;
    --bgcolor: #F2E5D4;
}

body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
    font-family: 'Montserrat', sans-serif;
}

body{
    margin: 0;
    padding: 0;
}


.abhaya{
    font-family: 'Abhaya Libre', serif !important;
}

::selection {
  background: #E42829; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #E42829; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(228,40,41, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(228,40,41, 0.6);
  outline: 0 none;
}

a:hover,
a:focus{
    text-decoration: none !important;
}

h1{
    font-family: 'Abhaya Libre', serif !important;
    color: #28894D;
}

h2{
    color: #28894D;
    font-size: 35px;
    font-family: 'Abhaya Libre', serif !important;
    margin: 20px 0 60px 0;
}

.bg{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.content-width{
    max-width: 1320px;
    margin: 0 auto;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.clear{
    clear: both; 
}

.middle{
    display: flex;
    align-items: center;
}

.wrapper{
	margin-top: -64px;
}

/* BTNS */

.redbtn{
    background: transparent;
    border-radius: 0;
    border: 1px solid var(--red);
    color: var(--red);
    font-size: 16px;
    letter-spacing: 3px;
    transition: all 0.25s;
}

.redbtn:hover,
.redbtn:active{
    background: var(--red);
    border: 1px solid var(--red);
    color: #fff;
}

.btn-success{
    background: #28894D;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 3px;
    transition: all 0.25s;
}

/* HEADER */

.greenmenu{
    background: #28894D;
    padding: 10px 0;
}

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

.greenmenu ul>li{
    display: inline;
}

.greenmenu ul>li a{
    color: #fff;
    font-size: 14px;
    padding: 2px 9px 3px;
    transition: all 0.25s;
    border-radius: 2px;
}

.greenmenu ul>li:before{
    content: '|';
    margin: 0 7px;
    color: #fff;
}

.greenmenu ul>li:first-child:before{
    margin: 0;
    content: '';
}

.greenmenu ul>li a:hover{
    background: #34a55f;
    color: #fff;
    text-decoration: none;
}

.greenmenu .right{
    text-align: right;
}

/* CATEGORY MENÜ */

.categorymenu{
    padding: 50px 0;
}

.categorymenu img.logo {
    position: relative;
    z-index: -1;
	margin-top: -80px;
}

.logolayer{
	width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
}

.categorymenu .item svg{
    height: 60px;
    
}

.categorymenu .item .cls-1,
.categorymenu .item .cls-2{
    transition: all 0.25s;
}

.categorymenu .item:hover .cls-1,
.categorymenu .item:hover .cls-2{
    opacity: 1 !important;
}

.categorymenu .item h2{
    color: #28894D;
    font-size: 23px;
    font-family: 'Abhaya Libre', serif !important;
    margin: 15px 0 0;
    transition: all 0.25s;
    opacity: 0.5;
}

.categorymenu .item:hover h2{
    opacity: 1;
}

.categorymenu .item:hover a{
    text-decoration: none !important;
}

.mobilmenu{
    display: none;
    height: 60px;
    position: fixed;
    z-index: 998;
    background: #fff;
    width: 100vw;
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px -5px rgba(0,0,0,0.75);
}

.mobilmenu .mobillogo{
    max-height: 40px;
    margin-top: 12px;
}

.mobilmenu .hamburger{
    border-bottom: 4px solid #28894D;
    width: 25px;
    margin-bottom: 5px;
    border-radius: 2px;
}

.mobilmenu .hb2{
    animation-delay: 0.3s;
}

.mobilmenu .hb3{
    animation-delay: 0.7s;
}
.mobilmenu #sidebarCollapse{
    margin-top: 10px;
    border: none;
    background: transparent;
    padding-top: 8px;
}

.mobilmenu .cartbtn{
    padding-top: 3px !important;
    margin-top: 10px;
    border: none;
    background: transparent;
    color: #28894D;
}

.mobilmenu .basketsum{
    margin-top: 0;
    height: 23px;
    width: 23px;
    font-size: 11px;
    padding-top: 1px;
    left: auto;
    margin-left: 15px;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #28894D;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar .btn-light{
    background: #34a55f;
    border: none;
    border-radius: 0;
    color: #fff !important;
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #34a55f;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #28894D;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 12px 20px;
    background: #28894D;
}

#sidebar ul.components {
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #fff;
}

#sidebar ul p {
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 19px;
}

#sidebar ul li a {
    padding: 10px 10px 10px 0;
    font-size: 1.1em;
    display: block;
    color: #fff;
}

#sidebar ul li a svg{
    height: 30px;
    width: 50px;
}

#sidebar ul li a svg .cls-1,
#sidebar ul li a svg .cls-2{
    fill: #fff !important;
    opacity: 1;
}

#sidebar ul li a:hover {
    color: #34a55f;
    background: #fff;
}

#sidebar ul li a.btn-light{
    color: #333;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #28894D;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar ul.infomenus li a{
    font-size: 13px;
    line-height: 1.3;
    padding-left: 10px;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}





/* BASKET */

.basketsum{
    position: absolute;
    left: 65%;
    top: 0;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    border-radius: 35px;
    border: 3px solid #fff;
    background: var(--red);
    color: #fff;
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}

/* FOOTER */

footer{
    background: #28894D;
    padding: 30px 0 20px;
}

footer a,
footer li,
footer p{
    color: #fff;
    font-size: 14px;
}

footer ul{
    padding: 0;
    margin: 0;
}

footer ul>li{
    list-style: none;
    display: inline;
    margin-right: 8px;
    line-height: 1.5;
}

footer .raccoon{
    text-align: right;
}
footer a{
    padding: 5px;
    transition: all 0.25s;
    border-radius: 4px;
}

footer a:hover,
footer a:focus{
    background: #34a55f;
    color: #fff;
    text-decoration: none;
}

/* ONLY HOMEPAGE */

/* SLIDER */

#homepage-slider .swiper-slide{
    height: 600px;
}

#homepage-slider .swiper-slide .content{
    position: absolute;
    right: 0;
    top: 0;
    height: 600px;
    background: var(--bgcolor);
    width: 30%;
    min-width: 350px;
    padding: 30px;
}

#homepage-slider .swiper-slide .content .inner{
    border: 1px solid var(--red);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#homepage-slider .swiper-pagination .swiper-pagination-bullet{
    height: 13px;
    width: 13px;
    border-radius: 13px;
}

#homepage-slider .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--red);
}

#homepage-slider .frameheader{
    position: absolute;
    max-width: 104px;
    left: 50%;
    margin: -11px 0 0 -52px;
    background: var(--bgcolor);
}

#homepage-slider .date{
    color: var(--red);
    font-size: 30px;
    font-weight: bold;
}

#homepage-slider .title{
    font-size: 17px;
    letter-spacing: 3px;
    color: var(--red);
}

#homepage-slider .name{
    color: var(--red);
    font-size: 50px;
    font-weight: bold;
    margin: 100px 0;
}

#banners{
    padding: 50px 0;
}

#banners .card{
    border-radius: 0;
    border: 1px solid #28894D;
    transition: all 0.25s;
	margin-bottom: 30px;
}

#banners .card-title{
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #28894D;
    transition: all 0.25s;
}

#banners .card-text{
    font-size: 30px;
    color: #28894D;
    transition: all 0.25s;
}

#banners .card .image{
    height: 256px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#banners .card:hover{
    border: 1px solid var(--red);
    background: var(--red);
}

#banners .card:hover .card-text,
#banners .card:hover .card-title{
    color: #fff;
}

#banners .card:hover .btn-success{
    background: var(--red);
    border: 1px solid var(--red);
}

/* BLOGS */

#blogs{
    padding: 100px 0;
}

#blogs .card{
    border: 1px solid var(--red);
    border-radius: 0;
    padding-bottom: 60px;
}

#blogs .card .image{
    height: 210px;
}

#blogs .card .card-title{
    font-size: 35px;
    color: var(--red);
    font-family: 'Abhaya Libre', serif !important;
    margin: 40px 0;
}

#blogs .card .card-text{
    font-size: 16px;
    color: var(--red);
}

#blogs .card .btn{
    position: absolute;
    bottom: -19px;
    left: calc(50% - 95px);
    width: 190px;
    transition: all 0.25s;
}

#blogs .card .btn:hover,
#blogs .card .btn:focus{
    background: var(--red);
    border-color: var(--red);
}

/* STATIC */

#subheader{
    background: #F2E5D4;
    padding: 30px 0;
}

#subheader p{
    font-size: 14px;
    color: #28894D;
}

#subheader .breadcrumb{
    background: none;
    margin-bottom: 0;
    padding-left: 5px;
}

#subheader .breadcrumb li a{
    font-size: 13px;
    color: #28894D;
}

#subheader .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    font-size: 11px;
    color: #28894D;
}

#static{
    padding: 100px 0;
}

#static p{
    color: #28894D;
}

#static img{
    max-width: 100% !important;
}
/* PRODUCTLIST */

#productlist{
    padding: 100px 0;
}

#productlist .card{
    border: 1px solid #28894D;
    border-radius: 0;
    margin-bottom: 60px;
}

#productlist .card .image{
    height: 400px;
}

#productlist .card .card-body{
    padding: 0 0 30px 0;
}

#productlist .card .card-title{
    background: #F2E5D4;
    color: #28894D;
    font-family: 'Abhaya Libre', serif !important;
    padding: 10px 45px;
    font-size: 35px;
    margin: 0;
    height: 105px;
}

#productlist .card .card-text{
    font-size: 15px;
    font-style: italic;
    color: #28894D;
    padding: 15px 30px;
    height: 100px;
}

#productlist .card .btn-primary{
    width: 150px;
    border-radius: 0;
    background: #28894D;
    color: #fff;
    transition: all 0.1s;
    border-color: #28894D;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -75px;
}

#productlist .card .btn-primary:hover,
#productlist .card .btn-primary:focus{
    background: #E42829;
    border-color: #E42829;
}

/* PRODUCT */

#product{
    padding: 50px 0;
}

.tab-content #productlist{
    padding-top: 0;
}

.tab-content #productlist .container{
    padding: 0;
}

#product .productdesc{
    margin-top: 50px;
    border: 1px solid #28894D;
}

#product .productdesc .text{
    padding-left: 100px;
}

#product .productdesc .text p{
    color: #28894D !important;
}

#product .productdesc .label{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

#product .productdesc .price{
    font-size: 50px;
    font-family: 'Abhaya Libre', serif !important;
}

#product .productdesc .details{
    font-style: italic;
}

#product .productdesc .btn-primary{
    width: 150px;
    border-radius: 0;
    background: #E42829;;
    color: #fff;
    transition: all 0.1s;
    border-color: #E42829;;
}

#product .productdesc .btn-primary:hover,
#product .productdesc .btn-primary:focus{
    background: #28894D;
    border-color: #28894D;
}

#product .nav-tabs{
    margin-top: 50px;
}

#product .nav-tabs .nav-link{
    border-radius: 0;
    background: #28894D;
    color: #fff;
    border-color: #28894D;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: none;
}

#product .nav-tabs .nav-link.active{
    background: #fff;
    color: #28894D;
}

#product .tab-content{
    border: 1px solid #28894D;
    margin-top: -1px;
}

#product .tab-content p{
    color: #28894D;
    letter-spacing: 1px;
}

@media (max-width: 767px){
    .wrapper{
        padding-top: 60px;
		margin-top: 0;
    }

    .greenmenu,
    .categorymenu{
        display: none;
    }

    .mobilmenu{
        display: block;
    }
	
    #banners .card{
        margin-bottom: 30px;
    }

    #blogs .card{
        margin-bottom: 50px;
    }

    footer ul>li{
        display: block;
        line-height: 1.7;
        text-align: center;
    }

    footer .raccoon{
        margin-top: 15px;
        text-align: center;
    }

    #homepage-slider .swiper-slide{
        height: 450px;
    }

    #homepage-slider .swiper-slide .content{
        width: 90vw;
        height: 250px;
        top: auto;
        bottom: 100px;
        padding: 15px;
        margin-top: 200px;
        right: auto;
        left: 50%;
        margin-left: -45vw;
        min-width: 250px;
    }

    #homepage-slider .date{
        margin-top: 40px;
        margin-bottom: 5px;
    }

    #homepage-slider .title{
        font-size: 13px;
        margin-bottom: 0;
    }

    #homepage-slider .name{
        margin: 0;
        font-size: 35px;
    }

    #homepage-slider .redbtn{
        font-size: 12px;
    }

    #static{
        padding: 50px 0;
    }

    #product .productdesc .text{
        padding-left: 15px;
    }

}

@media (min-width: 768px) and (max-width: 992px){
    .wrapper{
        padding-top: 60px;
		margin-top: 0;
    }

    .greenmenu,
    .categorymenu{
        display: none;
    }

    .mobilmenu{
        display: block;
    }
    #banners .card{
        margin-bottom: 30px;
    }

    #blogs .card{
        margin-bottom: 50px;
    }

    footer ul>li{
        display: block;
        line-height: 1.7;
        text-align: center;
    }

    footer .raccoon{
        margin-top: 15px;
        text-align: center;
    }

    #homepage-slider .swiper-slide{
        height: 450px;
    }

    #homepage-slider .swiper-slide .content{
        width: 90vw;
        height: 250px;
        top: auto;
        bottom: 100px;
        padding: 15px;
        margin-top: 200px;
        right: auto;
        left: 50%;
        margin-left: -45vw;
        min-width: 250px;
    }

    #homepage-slider .date{
        margin-top: 40px;
        margin-bottom: 5px;
    }

    #homepage-slider .title{
        font-size: 13px;
        margin-bottom: 0;
    }

    #homepage-slider .name{
        margin: 0;
        font-size: 35px;
    }

    #homepage-slider .redbtn{
        font-size: 12px;
    }

    #static{
        padding: 50px 0;
    }
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

@media (min-width: 1367px){
    .container{
        max-width: 1360px;
    }
}
