/*
Theme Name: Cortimax
Description: Cortimax
Author: Angelo Terrile
Version: 1.0
*/

p {
    margin-bottom: 16px;
    line-height: 24px;
}

p strong {
    font-weight: 600;
}

.bg-light {
    background-color: #ecfdff !important;
}

.genric-btn {
    font-size: 14px !important;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
}

.loader img {
    width: 200px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -100px;
}

.menu-toggler {
    position: absolute;
    top: 38px;
    right: 10px;
    font-size: 24px;
    color: #444;
}

.menu-toggler:active,
.menu-toggler:hover,
.menu-toggler:visited {
    color: #444;
}

.loader .line-container {
    position: absolute;
    width: 200px;
    height: 5px;
    overflow-x: hidden;
    top: 50%;
    margin-top: 20px;
    left: 50%;
    margin-left: -100px;
    border-radius: 5px;
}

.loader .line {
    position: absolute;
    opacity: 0.4;
    background: #f9b233;
    width: 150%;
    height: 5px;
    border-radius: 5px;
}

.loader .subline {
    position: absolute;
    background: #f9b233;
    height: 5px;
    border-radius: 5px;
}

.loader .inc {
    animation: increase 1s infinite;
}

.loader .dec {
    animation: decrease 1s 0.5s infinite;
}

@keyframes increase {
    from {
        left: -5%;
        width: 5%;
    }

    to {
        left: 130%;
        width: 100%;
    }
}

@keyframes decrease {
    from {
        left: -80%;
        width: 80%;
    }

    to {
        left: 110%;
        width: 10%;
    }
}



.modal {
    backdrop-filter: saturate(180%) blur(5px);
}


/************ mini-cart ************/
.overlay_minicart {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000000ab;
    z-index: 9998;
    backdrop-filter: saturate(180%) blur(5px);
}

#mini-cart {
    width: 0px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: #f4f4f4;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#mini-cart.open {
    width: 460px;
}

#mini-cart .int {
    width: 460px;
    padding: 30px;
    height: 100%;
}

#mini-cart .badge {
    position: absolute;
    border-radius: 50%;
    color: #fff;
    font-weight: 300;
    font-size: 10px;
    top: -4px;
    right: -10px;
}

#mini-cart .items {
    height: 63%;
    overflow-y: auto;
    overflow-x: hidden;
}

#mini-cart .items img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    background-color: #fff;
    padding: 10px;
}

#mini-cart .items .item a {
    line-height: 16px;
}

#mini-cart .buttons-compra a:hover {
    text-decoration: none;
}

#mini-cart .carro_int {
    overflow-y: auto;
    height: 100%;
}


.cart_inner .table tbody tr td .media .d-flex img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}


#carro .btn-minus {
    position: absolute;
    right: 0;
    bottom: -9px;
    padding: 7px;
    border-left: 1px solid #dddddd;
    display: inline-block;
    cursor: pointer;
}


#carro .btn-plus {
    position: absolute;
    right: 0;
    top: -7px;
    padding: 7px;
    border-left: 1px solid #dddddd;
    display: inline-block;
    cursor: pointer;
}



.main_menu {
    position: relative;
    background-color: #ecfdff;
}

.breadcrumb {
    background-color: #ecfdff;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
    font-size: 15px;
}


.breadcrumb .breadcrumb_iner {
    height: 265px;
}

.nice-select {
    line-height: 25px;
}

.nice-select span {
    overflow: hidden;
    display: block;
}

.nice-select:after {
    margin-top: -8px;
}


.rounded-1 {
    border-radius: 10px;
}

.rounded-2 {
    border-radius: 15px;
}

.rounded-3 {
    border-radius: 20px;
}

.rounded-4 {
    border-radius: 25px;
}

.rounded-5 {
    border-radius: 30px;
}

.confirmation_part .single_confirmation_details ul li {
    text-transform: none;
}

.single_product_item .single_product_text a {
    color: inherit !important;
}

.price_value input {
    max-width: 60px;
}

.filter-remove-link {
    border: 1px solid #28bcf3;
    border-radius: 30px;
    padding: 3px 10px;
    margin: 0 10px 0 0;
}

.main_menu #search_input_box {
    background-color: #38a4ff;
}




@media(max-width: 768px) {
    #mini-cart.open {
        width: 100%;
    }

    #mini-cart .int {
        width: 100%;
    }
}


.the-content ul {
    list-style: disc;
    padding: 0 0 0 40px;
    margin: 20px 0;
}

.the-content p {
    line-height: 24px;
    margin-bottom: 12px;
}


.s_product_text .list li a span {
    width: 140px;
}


.banner_slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 998;
}

.banner_slider .owl-dots button {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
    margin: 0 10px;
}

.banner_slider .owl-dots button.active {
    box-shadow: 0px 0px 13px 4px #666666bd;
    background: #d6e6f3;
}


.banner_slider .owl-nav {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    text-align: center;
    z-index: 999;
    background-color: #fff;
    padding: 20px 0px;
}

.banner_slider .item .banner-text-inner {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 600px;
}

.banner_slider .item .banner-text-inner h1 {
    font-size: 66px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 72px;
}

.banner_slider .item .banner-text-inner p {
    font-size: 15px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
    margin-bottom: 70px;
    padding-right: 80px;
}

.banner_slider .item .banner-text-inner .btn_2 {
    box-shadow: none;
}


.banner_part .owl-nav .owl-prev:after {
    display: none;
}



.cat-feature img {
    transition: all 0.3s ease;
}

.cat-feature-text {
    position: absolute;
    top: -100%;
    left: 30px;
    z-index: 1;
    transition: all 0.3s ease;
}

.cat-feature:hover img {
    transform: scale(1.2);
    opacity: 0.5;
}

.cat-feature:hover .cat-feature-text {
    top: 30px;
}

@media(max-width: 768px) {
    .cat-feature img {
        opacity: 0.5;
    }

    .cat-feature-text {
        top: 30px;
    }
}

.subscribe_area {
    background-image: url(img/bg-newsletter.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


#modal-newsletter .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

#modal-newsletter .form-group label {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    transition: all 0.2s;
    pointer-events: none;
    color: #6c757d;
    background-color: white;
    padding: 0 0.25rem;
    margin-left: -0.25rem;
}

#modal-newsletter .form-group input:focus~label,
#modal-newsletter .form-group input:not(:placeholder-shown)~label {
    top: -0.5rem;
    left: 0.5rem;
    font-size: 10px;
    color: #007bff;
}

#modal-newsletter .form-group input {
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
}

#modal-newsletter .form-group input::placeholder {
    color: transparent;
}

#modal-newsletter .form-group input:focus::placeholder {
    color: #6c757d;
}

#modal-newsletter button.close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    z-index: 98;
}

#modal-newsletter p {
    line-height: 20px;
}



.testimonial_content {
    position: relative;
    background: #f7f7f7;
    padding: 90px 50px 50px 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 19px 7px #5d5d5d21;
    text-align: center;
    margin: 20px;
}

.testimonial_content img.thumb {
    position: absolute;
    top: -50px;
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
}

.single_testimonial_item {
    padding-top: 25px;
}

.testimonial_active .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    font-size: 30px;
    margin-top: -35px;
}

.testimonial_active .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
    font-size: 30px;
    margin-top: -35px;
}


.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    background: #06ba4c;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 36px;
    border-radius: 100%;
    z-index: 99;
}