﻿.text-danger {
    color: #FF0000;
}

.product-img {
    border: 2px solid #4980e7
}

.switch
{
    display: flex;
    float: left;
}

.privacy-policy-text {
    margin: 0;
    padding: 0 0 0 80px;
}

.worldwide {
    background-color: #414a53f2;
}

.map {
    display: inline-block;
   /* margin: 1em auto;*/
    position: relative;
    background-color: #cecece;
    /*border: 1px solid grey;*/
}

    .map img {
        max-width: 100%;
        display: block;
    }

.rpin {
    position: absolute;
    display: block;
    width: 5%;
    height: 5%;
    background: url('../img/placeholder_2.png') no-repeat center center;
    background-size: contain;
    transform: translateX(-50%) translateY(0);
    filter: brightness(1) contrast(1.1);
    transition: all .3s ease;
    cursor: help;
}

    /*.rpin:hover {
        cursor: pointer;
        transform: translateX(-10%) scale(1.05);
    }*/

    /*.rpin:hover .tooltip{
        visibility: visible;
    }*/

.tooltip {
    visibility: hidden;
    display: block;
    z-index: 999999 !important;
    border: solid 1px #4980e7;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 300px;
    background-color: rgba(245, 246, 248);
    color: #000000;
    padding: 10px;
    font-size: 14px;
    position: absolute;
}

.tooltip .tooltip-inner h4 {
    font-size: 1rem;
    margin-bottom: 5px !important;
}

.tooltip .tooltip-inner p {
    font-size: 0.8rem;
    margin: 0;
    padding: 0 0 0 40px;
}

    .tooltip .tooltip-inner i {
        font-size: 20px;
        color: #4980e7;
        float: left;
        width: 42px;
        height: 42px;
        /* background: #e7f5fb;*/
        display: flex;
        justify-content: center;
        align-items: center;
        /*border-radius: 50px;*/
        /*transition: all 0.3s ease-in-out;*/
    }

.tooltip .tooltip-inner .address,
.tooltip .tooltip-inner .email,
.tooltip .tooltip-inner .phone {
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.code-italy {
    bottom: 48.5%;
    left: 48.5%;
}

.code-portugal {
    bottom: 47%;
    left: 43%;
}

.code-turkie {
    bottom: 46.5%;
    left: 53%;
}

.code-saudi-arabia {
    bottom: 41%;
    left: 57%;
}

.code-usa {
    bottom: 48%;
    left: 20%;
}

.code-brazil {
    bottom: 28%;
    left: 30%;
}

.code-japan {
    bottom: 46%;
    left: 82%;
}

.code-indonesia {
    bottom: 29.5%;
    left: 73.5%;
}


.border-primary {
    /* border: solid 1px #0d6efd !important;
    border-radius: 20px;*/
    padding: 10px;
    margin: 10px;
}

.fs-italic {
    font-style: italic !important;
}

.privacy-policy strong {
    font-weight: bold;
    font-size: 14px;
}

.privacy-policy i {
    font-size: 2rem;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #6bc1e9;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #5EB1D7;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }


.top-line {
    font-style: italic;
    font-size: 1.2em;
    color: #ff0000;
    text-shadow: 2px 2px #f37474;
}



/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.section-locations .contact-form-pad {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 0px 70px 0px 0px;
}

.section-locations .info-wrap-border {
    border: 1px solid #e2e2e2;
    border-radius: 0px 70px 0px 0px;
    background-color: rgba(245, 246, 248, 0.1);
}

.section-locations .info-wrap {
    
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);*/
    /* border-top: 3px solid #4980e7;
    border-bottom: 3px solid #4980e7;*/
    padding: 30px;
    height: 100%;
}

@media (max-width: 575px) {
    .section-locations .info-wrap {
        padding: 20px;
    }
}

.section-locations .info-item {
    margin-bottom: 20px;
    justify-content: unset;
}

    .section-locations .info-item i {
        font-size: 20px;
        color: #4980e7;
        /*background: color-mix(in srgb, var(--accent-color), transparent 92%);*/
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        margin-right: 15px;
    }

    .section-locations .info-item div {
       display: block;
      
    }

    .section-locations .info-item h3 {
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .section-locations .info-item p {
        padding: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

    .section-locations .info-item:hover i {
        /*background: var(--accent-color);
        color: var(--contrast-color);*/
    }