/*
Theme Name: Shop Pahlen
Author: Gridnine Systems
Description: Theme for Pahlen ecommerce project
Version: 1.1
Template: captiva
Text Domain: captiva-child
*/

.cap-product-info a .category {
    color: #999 !important;
}

.woocommerce-page .container .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    border-radius: 0 !important;
}

.post-password-required .entry-content form {
    text-align: center;
    margin: 40px auto;
}

.footercontainer a {
    color: #000;
    width: 50%;
    display: inline-block;
    transition: none;
    border-bottom: 2px solid #f2f2f2;
}

.footercontainer a:hover {
    border-bottom: 2px solid #000;
    text-decoration: none;
    color: #000;
}

.languages {
    position: absolute;
    right: 0;
    top: 10px;
}

.languages a {
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
}

.languages a img {
    width: 20px;
}

@media only screen and (max-width: 1099px) {
    .languages {
        right: 40px;
        top: 16px;
    }
}

.header-search {
    position: absolute;
    right: 80px;
    top: 4px;
}

@media only screen and (max-width: 767px) {
    .header-search {
        display: none;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1100px) {
    .header-search {
        top: 10px;
        right: 120px;
    }
}

.mobile-search {
    padding: 5px 10px 0 10px;
    box-sizing: border-box !important;
    float: left;
    width: 100%;
    display: none;
    background: #fff;
}

.mobile-search label, .mobile-search form, .mobile-search .search-field {
    width: 100%;
    box-sizing: border-box !important;
    font-size: 12px;
}

.header-search .search-field {
    padding: 2px 10px;
    font-size: 12px;
    width: 200px;
}

@media only screen and (min-width: 767px) and (max-width: 1100px) {
    .header-search .search-field {
        width: 150px;
    }
}

#menu-primary-menu {
    margin-top: 40px;
}

.cap-primary-menu .menu > li > a {
    line-height: 50px !important;
}

.headline {
    font-size: 32px;
    margin-top: 25px;
    line-height: 65px;
    color: #222;
    font-family: "Lato", Arial, sans-serif;
}

.ls-carousel .ls-nav-prev, .ls-carousel .ls-nav-next {
    z-index: 999 !important;
}

.search-ico {
    position: absolute;
    top: 0;
    font-size: 20px;
    left: -10px;
    opacity: 0.7;
    z-index: 999;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

@media only screen and (min-width: 767px) {
    .search-ico {
        display: none;
    }
}

iframe#rma {
    width:100%;
    height: 1756px;
    border: none;
}

@media only screen and (max-width: 992px) {
    iframe#rma {
        height: 1870px;
        -webkit-overflow-scrolling: touch;
    }
}
