﻿@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

p {
    text-align: justify;
}

li {
    text-align: justify;
}

.lblmsg {
    color: #a94040;
    font-size: 15px;
    font-family: inherit;
}

.blog-page .blog-post p {
    padding-top: 16px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 0px;
    text-align: justify;
}

.topbar {
    background-color: #606ddd !important;
}

    .topbar .nav-link {
        color: #fff;
    }

.ioco h2 {
    font-family: 'Oswald', sans-serif;
    color: #052c7b;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.ioco p {
    color: #005286;
    text-align: center !important;
}

.iotitle h2 {
    font-family: 'Oswald', sans-serif;
    color: #052c7b;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.iotitle span {
    color: #fff;
    text-align: left !important;
}


fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}

.pricing_title {
    font-family: 'Oswald', sans-serif;
    color: #005286;
    text-align: center;
}

.bx_tag {
    margin: 1px;
    padding: 3px;
    border: 2px solid #ffd800;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #085b9a !important;
}



/*PRODUCT DETAIL*/

.product_title {
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    color: #005286;
}

.price {
    color: black !important;
}

.price-strike {
    color: red !important;
}



.btnx {
    padding: 5px 9px;
    font-size: 12px;
    font-weight: normal;
    border-radius: 90px;
}

/*.btn-primary {
    font-size: 18px !important;
}

.btn-success {
    font-size: 18px !important;
}

.btn-danger {
    font-size: 18px !important;
}*/

.unicase-checkout-title {
    font-size: 16px !important;
}

.unicase-form-control {
    padding: 7px 12px;
}



/*--------------------------*/

.body-content .my-wishlist-page .my-wishlist table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    border: none;
    padding: 10px;
}



.myOrder > table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    border: none;
    padding: 4px;
}

/*whatsapp floating button */
.wpchat {
    text-decoration: none;
    color: white;
}

.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

.modal {
    backdrop-filter: blur(4px);
    text-align: center;
    border: 1px solid rgb(232, 232, 232);
    padding: 17px 15px 25px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    width: 240px;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');

/* offset-x > | offset-y ^| blur-radius | spread-radius | color */
@mixin shadowBox ($OffsetX, $OffsetY, $blurRadius, $spreadRadius, $colorShadow ) {
    -webkit-box-shadow: $OffsetX $OffsetY $blurRadius $spreadRadius $colorShadow;
    -moz-box-shadow: $OffsetX $OffsetY $blurRadius $spreadRadius $colorShadow;
    box-shadow: $OffsetX $OffsetY $blurRadius $spreadRadius $colorShadow;
}



.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


.nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 8;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    margin: 0px;

    @media (max-width: 360px) {
        width: 320px;
    }
}

.whatsapp-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    z-index: 8;
    transition: .3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    @include shadowBox( 1px, 1px, 6px, 0px, rgba(68, 68, 68, 0.705));
}

.circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transition: .3s;
    background-color: rgb(119, 187, 74);
    animation: pulse 1.2s 4.0s ease 4;
}

.popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    /*padding: 10px;*/
    bottom: 85px;
    right: 6px;
    transition: .5s;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    @include shadowBox( 2px, 1px, 6px, 0px, rgba(68, 68, 68, 0.705));
    animation: slideInRight .6s 0.0s both;
    &>div

{
    margin: 5px;
}

@media (max-width: 680px) {
    p {
        font-size: 0.9em;
    }
}

& > .content-whatsapp {
    &.-top

{
    display: flex;
    flex-direction: column;
    p

{
    color: rgb(88, 88, 88);
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.0em;
}

}

&.-bottom {
    display: flex;
    flex-direction: row;
}

}
}

.closePopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0px 0px 15px 0px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: rgb(247, 96, 96);
    @include shadowBox( 1px, 1px, 2px, 0px, rgba(68, 68, 68, 0.705));
    &:hover

{
    background-color: rgb(247, 29, 29);
    transition: .3s;
}

}

.send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    @include shadowBox( 1px, 1px, 2px, 0px, rgba(68, 68, 68, 0.705));
    &:hover

{
    background-color: #f8f8f8;
    transition: .3s;
}

}

.is-active-whatsapp-popup {
    display: flex;
    animation: slideInRight .6s 0.0s both;
}



.icon-whatsapp-small {
    width: 24px;
    height: 24px;
}

.icon-whatsapp {
    width: 45px;
    height: 45px;
}

.icon-font-color {
    color: #ffffff
}

.icon-font-color--black {
    color: #333333
}
.wpimage img {
    backdrop-filter: blur(4px);
    text-align: center;
    border: none;
    padding: 17px 15px 25px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    width: 240px;
    height: 120px;
}
.wphead h1{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    font-size: 24px;
    font-weight: bold;
    font-family: "Proxima Nova", "Open Sans", Helvetica, Arial, sans-serif;
}
.wphead h3 {
    font-size: 14px;
    white-space: break-spaces;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-family: "Proxima Nova", "Open Sans", Helvetica, Arial, sans-serif;
}
.wpchat{
    text-align: center;
}
.wpchat a {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 30px;
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 10px 24px;
    letter-spacing: 3px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 10px;
    text-align: center;
    background: linear-gradient(rgb(117, 125, 255) 0%, rgb(59, 0, 255) 100%);
}
.company{
    text-align: center;
    align-items: center;
    margin: 20px;
    font-family: Proxima Nova, Open Sans, Helvetica, Arial, sans-serif;
}