/*
Theme Name: Maxxmora
Theme URI: 
Author: Can Tolga Deniz
Author URI: 
Version: 1.0
Description: A theme for Maxxmora.
*/

#home-collections-slider .box__image img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: bottom;
}

.home-about .title {
    width: 320px;
    font-size: 2.8rem;
    padding-right: 15px;
}

.home-about .box, .home-about .detail-right {
    width: calc(100% - 320px);
}

@media (max-width: 992px) {
    .home-about .title {
        width: 100%;
        font-size: 2rem;
        padding-right: 0;
    }

    .home-about .box, .home-about .detail-right {
        width: 100%;
    }

}

.box__text, .title-sub {
    text-align: justify;
}

.box__text {
    padding-right: 0;
}

.title-sub {
    display: block;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "" !important;
}

li.outdoor a{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #685F53 !important;
}

li.outdoor a:hover{
    font-weight: bold;
    text-decoration: underline!important;
}

.lang {
    padding: 0 25px;
    position: relative;
}

.lang-list {
    display: none;
    position: absolute;
    right: 0;
    top: 90px;
    background: #ffffff;
    z-index: 30;
    width: 100%;
}

.lang:hover .lang-list {
    display: block;
    animation: fadeIn .5s;
}

.lang-list a {
    line-height: 4;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #685f53;
}

.product-buttons button a {
    color: #b09d8d;
}


.product-buttons button a:hover {
    color: white;
}

nav.breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}
nav.breadcrumb a:hover {
    color: #B09D8D;
}
