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

 .alert-danger {
    background-color: #ce1728!important;
    color: #fff!important;
}

#checkout .carrier-logo {
    display: block !important;
    max-width: 80px !important;
}

.product-list .product-miniature .variant-links a {
    border: 1px solid rgba(0, 0, 0, 1) !important;
}

.product-swatches .swatches-list > li.selected > span.color .check-circle {
    border: 2px solid #fd6282;
    left: -1px;
    top: -1px;
    display: none;
}

.product-swatches .swatches-list > li > span.color {
    border: 1px solid rgba(0, 0, 0, 1) !important;
}

.translate {
    transform: translateX(90px);
    transition: 0.2s ease-in;
}

.svg-container {
    color: #333;
}

.credit {
    font-size: 0.6rem !important;
}

.watered-by {
    margin-bottom: 0 !important;
}

.cop-m {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 992px) {
    .svg-container {
        margin-top: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .watered-by {
        text-align: center;
    }

    .cop-m {
        text-align: center;
    }
}

.main-product-details .product-images li.thumb-container {
    width: unset !important;
}

.zone-product-extra-fields.hook-Product3rdColumn i {
    font-size: 28px !important;
    color: #8ab349;
    margin-right: 4px;
}

.zone-product-extra-fields.hook-Product3rdColumn svg {
    width: 26px !important;
    fill: #8ab349;
    margin-right: 4px;
}

.zone-product-extra-fields.hook-Product3rdColumn p{
    color: black;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
}

#cms.cms-id-4 .cms-block p {
    font-size: 1rem;
    line-height: 1.4;
}