@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Playfair+Display:400i,700i|Patua+One');

body{
    font-size: 13px;
    line-height: 21px;
    font-family: "Verdana", Arial, Tahoma, sans-serif;
    font-weight: 400;
    color: #808080;
}

hr{
   
}


/*GLOBAL*/
.breadcrumbWrapper{ display:none;}

a, a:visited, a:focus {
    text-decoration: none;
    outline: 0;
    color: #ff5757;
}

h1{
    font-size: 25px;
    line-height: 25px;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    color: #000000;
}

h2, h2 a, h2 a:hover {
 text-decoration:none;   
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
    color: #000000;
    margin-bottom:40px;
}
h2 em{
    /* font-family: Playfair display, serif; */
    font-weight: 700;
    font-style: italic;
}

h3 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
}
h3 em {
    /* font-family: Playfair display, serif; */
    font-weight: 700;
    font-style: italic;
}

h4 {
    font-size: 30px;
    line-height: 30px;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    color: #000000;
    margin-bottom:20px;
}
h4 em {
    /* font-family: Playfair display, serif; */
    font-weight: 700;
    font-style: italic;
}

h5{
    font-size: 16px;
    line-height: 21px;
    /* font-family: "Playfair Display", Arial, Tahoma, sans-serif; */
    font-weight: 700;
    color: #ff5757;
    margin-bottom: 15px;
}

.button,
.single-post .content-item p a
 {
    border-radius: 20px;
    color: #FFFFFF !important;
    padding: 11px 20px;
    background-color: #ff5757;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.button:hover {
    color: #FFFFFF;
    text-decoration:none;
}

.textAlignCenter{
    text-align: center;
}

.marginTop40{
    margin-top:40px;
}

ol {
    list-style-type: decimal;
}

img {
    margin-bottom:10px;
}

form.was-validated .form-control:valid{
    border-color: inherit;
}
form .preloader{
    background-image: url("preloader.gif");
    width:32px;
    height:32px;
    margin:20px 0;
}

form .formMessageContainer{
    margin: 10px 0;
    font-weight: 700;
}
form .formMessageContainer.success{
    color: #ff5757;
}
form .formMessageContainer.error{
    color: #9e0000;
}

/*GLOBAL END*/

/*MENU*/
.brandingLogo {
    width:100%;
    max-width: 180px;
    margin: 0;
}

.outer-mainmenu-container{
    margin-bottom: 30px;
}

.mainmenu-container.container{
    max-width: 100%;    
    background: #ff5757;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.mainmenu-container.container .navbar{
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 4px;
    padding-bottom: 4px;
}
.mainmenu-container.container .navbar .navbar-toggler{
    border: none;
}
.mainmenu-container.container .navbar .navbar-toggler span{
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

.mainmenu-container.container .navbar .menu-mainmenu-container{
    width: 100%;
}

.mainmenu-container.container .navbar .menu-mainmenu-container ul#menu-mainmenu{
    float: right;
}

ul#menu-mainmenu li.current-menu-item a,
ul#menu-mainmenu li a:hover{
    
}

ul#menu-mainmenu li a{
    font-family: "Lato", Arial, Tahoma, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    padding:0 20px;
}

/*MENU END*/

.inner-wrapper {
    padding-top:100px;
    background:#fcfcfc;
}



/* NEWSLETTER-FORM */
.newsletter .row{
    margin-bottom: 10px;
}
.newsletter button{
    width: 100%;
    background-color: #ff5757;
    border:none;
    outline:none;
}
.newsletter button:hover{
    background-color: #31586e;
}
.newsletter button:focus{
    box-shadow: none;
}
.newsletter.submitted .form-control:invalid {
    border-color: #722607;
}

.formMessageContainer {
    text-align: center;
    font-size: 14px;
    padding: 20px;
}
.formMessageContainer.success{
    color: #457c3e;
}
.formMessageContainer.error{
    color: #7c3e3e;
}
form .preloader{
    width:32px;
    height:32px;
    background: url('./img/preloader.gif');
    margin: 20px auto;
}
form.newsletter a { 
    font-style:italic;
    text-decoration: underline;
}
form.newsletter .form-check-input {
    margin-left: 0;
}
form.newsletter .form-check-label {
    margin-left: 20px;
    font-size: 12px;
}
form.newsletter label.error {
    color: #c91515;
}

.modalContent{
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(116, 116, 116, 0.6);
    display: flex;
}
.modalContent .content{
    background-color: #fefefe;
    margin: auto;    
    border: 1px solid #888;
    width: 450px;
}
.modalContent .close{
    padding: 8px 10px 0 0;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-size: 18px;
}
.modalContent .modalTitle{
    background: #7e7e7e;
    padding: 8px 20px;
    color: #ffff;
}
.modalContent .inner{
    padding: 20px;
    font-size: 12px;
}

/* NEWSLETTER-FORM */


/*FOOTER*/
.footerContainer{
    margin-top:80px;
}
.footerContainer a{
    color: #585858;
}
.footerContainer h5{
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    color: #ff5757;
    font-size: 24px;
    line-height: 28px;
}

.footerContainer .footer.mainfooter .row.first{
    text-align: center;
    background: #f7f7f7;
    padding:50px 0;
}
.footerContainer .footer.mainfooter .row.first .row{
    align-items: center;
}

.footerContainer .footer.mainfooter .row.first .first h5{
    margin-bottom:0;
}
.footerContainer .footer.mainfooter .row.first .first img{
    width: auto;
}

.footerContainer .footer.mainfooter .row.first .second .postList-item{
    padding: 0 0 12px 0;
}
.footerContainer .footer.mainfooter .row.first .second .postList-item .excerpt-item{
    display:none;
}
.footerContainer .footer.mainfooter .row.first .second .postList-item > a{
    display:none;
}
.footerContainer .footer.mainfooter .row.first .second .postList-item > h2{
    font-weight: 700;
    font-size: 13px;
    margin:0;
    line-height: 21px;
}
.footerContainer .footer.mainfooter .row.first .second .postList-item > h2 a{
    line-height: 0;
}
.footerContainer .footer.mainfooter .row.first .second .postList-item .prices .regular_price{
    text-decoration: line-through;
    color: #a8a8a8;
    font-size: 13px;
}
.footerContainer .footer.mainfooter .row.first .second .postList-item .prices .sale_price{
    text-decoration: underline;
    color: #a8a8a8;
    font-size: 13px;
}

.footerContainer .footer.mainfooter .row.first .third ul li{
    padding:0 0 10px 0;
}
.footerContainer .footer.mainfooter .row.first .third ul li a{
    padding:0;
}

.footerContainer .footer.mainfooter .row.second{
    background:#ff5757;
    padding-top: 30px;
    min-height: 33px;
    text-align: center;
}
.footerContainer .footer.mainfooter .row.second .content-item{
    display: inline-block;
    color:#fff;
}
.footerContainer .footer.mainfooter .row.second .menu-footermenu-container{
    display: inline-block;
}
.footerContainer .footer.mainfooter .row.second .menu-footermenu-container ul {
    display:flex;    
}
.footerContainer .footer.mainfooter .row.second .menu-footermenu-container ul li a{
    display:flex;    
    padding: 0px 9px;
    border-right: 1px solid #fff;
    color:#fff;
    line-height: 17px;
}
.footerContainer .footer.mainfooter .row.second .menu-footermenu-container ul li:last-child a{
    border-right:0;
}
/*FOOTER END*/
body.home .products .postList-item .excerpt-item,
body.home .postList-item.newestpost .excerpt-item,
.products.overview .postList-item .excerpt-item,
.products.related .postList-item .excerpt-item{
    display:none;
}

.hero-image{
    margin-bottom:40px;
}

.products {
    margin-bottom:80px;
}
.products .postList-item {
    margin-bottom: 26px;
}
.products .postList-item h2{
    padding: 15px 20px 0;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    text-align: center;
}
.products .postList-item h2 a{
    color: #000;
}

.products .postList-item .additional{
    text-align: center;
}

.products .postList-item .additional .regular_price{
    text-decoration: line-through;
    color: #a8a8a8;
    font-size: 0.9em;
}

.products .postList-item .additional .sale_price{
    color: #ff5757;
    font-size: 18px;
}
.products .postList-item .more-item-link{ 
    display:none;
}
.products .postList-item img{ 
    background: #ffd2d2;
    padding: 6px;
}

.postList-item.newestpost{
    clear:both;
    margin: 0 0 15px 0;
}
.postList-item.newestpost>a{
    width: 30%;
    display:inline-block;
    vertical-align:top;
}
.postList-item.newestpost > h2{
    display:inline-block;
    margin: 0 12px;
    width: 60%;
    line-height: 10px;
    border-bottom: 1px solid #ff5757;
}
.postList-item.newestpost > h2 a {
    color: #ff5757;
    /* font-family:"Playfair Display", Arial, Tahoma, sans-serif; */
    font-size:16px;
    line-height: 27px;
    font-style: italic;
}
.postList-item.newestpost .additional,
.postList-item.newestpost .more-item-link{
    display:none;
}

.newsletterbox{
    border: 3px solid #ffd2d2;
    text-align: center;
    padding: 20px;
}
.newsletterbox h4{
    margin-bottom: 5px;
    font-style: italic;
    /* font-family: Playfair display, serif; */
    font-weight: 400;
    color: #ff5757;
}
.newsletterbox h5{
    font-family:Verdana, Arial, Tahoma, sans-serif;    
    color: #000;
    letter-spacing: 3px;
    font-size: 17px; 
    margin: 0 0 15px 0;
}
.newsletterbox .button{
    margin-bottom: 20px;
}

/*SINGLE PRODUCT*/

.single-post .product .image-item img{
    border: 1px solid #e8e8e8;
    padding: 4px;
}

.single-post .product h1{
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #000000;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    border-bottom:1px solid #efefef;
}

.single-post .product .additional .prices{
    float:left;    
    margin-bottom: 20px;
}
.single-post .product .additional .prices .sale_price{
    float:left;
    color: #ff5757;
    font-size: 30px;
    font-family:"Patua One";
}

.single-post .product .additional .prices .regular_price{
    float:right;
    text-decoration: line-through;
    font-size: 15px;
    font-family:"Patua One";
    color: #ff5757;
    opacity: 0.5;
    margin-left: 7px;
}
.single-post .product .content-item{
    clear: both;
}
.single-post .product .content-item ul li{
    margin-bottom: 8px;
}
.single-post .products.related{
    margin-bottom: 8px;
    margin-top:60px;
}
.single-post .products.related .content-item > h2{
    font-size: 21px;
    line-height: 25px;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 14px;
}

.single-adrombshop .product  .addition .price{
    float: left;
    color: #ff5757;
    font-size: 30px;
    font-family: "Patua One";
    margin: 10px 10px 0 0;
}
.single-adrombshop .product  .addition .link a{
    border-radius: 20px;
    color: #FFFFFF !important;
    padding: 11px 20px;
    background-color: #ff5757;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/*GALLERY*/
.lb-caption {display: none !important;}

.gallery-items .gallery-gutter{
    width: 2%;
}
.gallery-items .image-wrapper{
    position: relative;    
    padding:0;    
}
.gallery-items .image-wrapper img{
    margin:0;
}
.gallery-items .infos{
    background-color:#efefef;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    padding:8px;
}
.gallery-items .gallery-item{    
    width: 32%;
    margin: 0.5% 0% 2% 0;
    /* min-width: 164px; */
}
/*GALLERY END*/

/*newsletter*/
body.page-id-2849 .inner-wrapper {
    background: #fff;
}
.newsletter h1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 25px;
    color: #000000;
    font-family: "Lato", Arial, Tahoma, sans-serif;
}
.newsletter h2{
    color: #808080;
    font-size: 21px;
    letter-spacing: 0.1px;
    line-height: 42px;
    text-transform: uppercase;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
}
.newsletter ul li {
    list-style: disc;
    list-style-position: inside;
}

/* blog overview */
.blogoverview .postList-item h2{    
    font-size: 23px;
    line-height: 25px;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}
.blogoverview .postList-item h2 a{
    color: #ff5757;
}
.blogoverview .postList-item .more-item-link {
    display:none;
}
.blogoverview .postList-item img {
    margin-bottom: 20px;
}
.blogoverview .postList-item .excerpt-item {
    margin-bottom: 30px;
}
.blogoverview .postList-item .additional .prices{
    margin-bottom: 30px;
    display: block;
}

.blogoverview .content-item > h2{
    font-size: 21px;
    line-height: 25px;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 14px;
}

/* blog */
.row.blog h1{
    font-size: 35px;
    line-height: 35px;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 300;
    color: #000000;
    margin-bottom: 26px;
}

.row.blog .image-item{
    margin-bottom:26px;
}



@media only screen and (max-width: 991px) {
    .mainmenu-container.container .navbar .menu-mainmenu-container ul#menu-mainmenu{
        float:none;
        padding-top:20px;
    }    
    .mainmenu-container.container .navbar .menu-mainmenu-container ul#menu-mainmenu li a {
        margin: 0;
        padding: 0 0 10px 0;
    }
}