/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


.block-iqitcontactpage .part .icon {
    margin-right: unset;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .elementor-element-ljqrumb .elementor-icon-box-wrapper {
        display: flex;
        justify-content: center;
    }

    .elementor-element-ljqrumb .elementor-icon-box-icon {
        margin: unset !important;
    }

    .elementor-element-ljqrumb .elementor-row {
        flex-wrap: nowrap !important;
        justify-content: space-between;
    }

    #product .elementor-displayProductAdditionalInfo .elementor-row .elementor-column .elementor-image-box-wrapper {
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-top: 10px;
    }

    #product .elementor-displayProductAdditionalInfo .elementor-row .elementor-column .elementor-image-box-wrapper .elementor-image-box-title {
        text-align: initial;
        margin-left: 5px;
    }

    .col.col-md.block.block-toggle.block-iqitlinksmanager.block-iqitlinksmanager-1 .block-title span,
    .col.col-md.block.block-toggle.block-iqitcontactpage.js-block-toggle .block-title span {
        display: none !important;
    }
}

#footer-container-main.footer-style-inline>div>.row .block-links ul>li::after {
    content: " | ";
    padding: 0px 5px;
}

#footer-container-main.footer-style-inline>div>.row .block-links ul>li a {
    padding: unset !important;
    padding-left: unset !important;
}

#footer-container-main.footer-style-inline>div>.row .block-links ul>li:last-child::after {
    content: "";
}


#cbp-hrmenu ul .cbp-hrmenu-tab.cbp-hrmenu-tab-2 a {
    transition: all 0.3s ease-out;
}


#cbp-hrmenu ul .cbp-hrmenu-tab.cbp-hrmenu-tab-2 a:hover {
    text-decoration: line-through !important;
}

.facebook a,
.instagram a {
    padding: 5px !important;
}

.col-12.block-social-links {
    margin-top: 40px;
}

.product-price-and-shipping {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.product-price-and-shipping .regular-price.text-muted {
    color: #131313 !important;
    font-weight: 700;
    font-size: 16px;
    padding-right: 5px;
}

.product-price-and-shipping .product-price {
    color: #fe1268;
}

.product-miniature .product-brand.text-muted a {
    margin-top: 2px;
    text-transform: capitalize;
    color: #545454 !important;
    font-size: 12px;
    display: block;
    height: 13px;
    font-weight: 700;
}

.products-grid .product-miniature-default {
    height: auto;
}

.products-grid .product-miniature-default .btn.btn-product-list.add-to-cart,
.product-miniature .product-add-cart {
    width: 100% !important;
}


.product-description>.hook_manufacturer {
    display: none;
}

article .h3.product-title a {
    color: #131313 !important;
}