/*Write Css*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body,h1,h2,h3,h4,h5,h6,p,label,a,span,input,select,textarea,li,button,div {
    font-family: "Montserrat", sans-serif !important;
}

.call-to-action5 .contents-wrap {
    height: auto !important;
}

.mango-product-container .product-card-content .tag {
    display: none;
}

.mango-product-container .product-card-content .title {
    font-weight: 400 !important;
    font-size: 14px;
}

.mango-product-container .product-card-content .price .current,
.footer-wrapper.style-3 .copyright a{
    color: #222 !important;
}

.call-to-action5 img {
    height: 581px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.furniture .footer_mango-widget .listItem a:hover {
    letter-spacing: normal !important;
    color: var(--main-color-one) !important;
}

@media (max-width: 1700px){
    .call-to-action5 img {
        height: 619px !important;
    }
}

@media (max-width: 1450px){
    .call-to-action5 img {
        height: 656px !important;
    }
}

@media (max-width: 1286px){
    .call-to-action5 h1 {
        font-size: 40px !important;
    }
    .call-to-action5 img {
        height: 630px !important;
    }
}

@media (max-width: 1092px){
    .call-to-action5 img {
        height: 668px !important;
    }
}

@media (max-width: 992px){
    .call-to-action5 img {
        height: auto !important;
    }
    .header-top .header-top-entry {
        padding: 15px 0 10px 0 !important;
    }
}