

body .rv-widget > div *,
body .rv-module > div * {
    box-sizing: content-box;
}

.internal {
    height: 50px;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}


/*html body {
    min-height: 100%;
    position: relative;
}

.botnav {
    position: absolute;
    left: 0;
    bottom: calc(0% - 100px);
}
*/

.rv-content {
    height: auto;
    width: 100%;
    word-wrap: keep-all;
}

.pdf-view-ctn-auto {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}

.rv-image video {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar {
    padding: 0;
    position: absolute;
    border-right: transparent;
}

flag {
    cursor: pointer;
}

.navbar li {
    position: relative;
    height: auto;
    width: 170px;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.navbar li ul {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 10000;
}

.navbar ul li {
    width: 100%;
}

.navbar li:hover ul {
    display: block;
}

.navbar li:first-child a {
    border-left: 1px solid;
}

.navbar a {
    padding: 18px 0;
    border-right: 1px solid;
    text-decoration: none;
    color: white;
    display: block;
}

.navbar li ul li a {
    border-left: 1px solid #1f5065;
    border-right: 1px solid #1f5065;
    border-top: 1px solid #74a3b7;
    border-bottom: 1px solid #1f5065;
}

body .rv-content {
    left: auto !important;
    right: 0 !important;
    margin-right: 5%;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 15px;
}

body .rv-widget > div {
    margin: 0 auto;
}

html body {
    width: 100%;
    margin-top: 0 !important;
}

body .rv-module > div {
    overflow: visible;
    width: 100%;
}

.product-search-entry {
    box-shadow: 0 0 4px 3px rgba(220, 220, 220, 0.36), 0 0 16px 2px rgba(220, 220, 220, 0.9) inset;
    border-radius: 10px;
    margin: 22px;
}

.product-search-entry div a:nth-child(1n) {
    padding: 14px;
}

.product-search-entry div a:nth-child(2n) {
    width: 40%;
    vertical-align: top;
    padding-left: 0px;
}

.product-search-entry div div:nth-child(1n) {
    text-align: center;
    width: 25%;
    vertical-align: middle
}

.remodal {
    width: 100%;
    max-width: 600px !important;
}

.remodal,
[data-remodal-id] {
    border-radius: 15px;
}

html body .botnav .navbar {
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-left: 25% !important;
    margin-right: 25% !important;
    position: relative !important;
    width: 50% !important;
}

.botnav .navbar > li {
    width: 16.66% !important;
}

.botnav .navbar ul,
.botnav .navbar ul li {
    width: 100% !important;
}

.map-a-tag:after,
.map-a-tag:before {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid rgba(230, 230, 230, 0);
    transform-origin: 0 0;
    transition: opacity .75s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
}

.map-a-tag:before {
    display: block;
    content: "";
    animation: map-pulse 1.5s .85s infinite ease-out;
}

.map-a-tag:after {
    display: block;
    content: "";
    width: 75%;
    height: 75%;
    animation: map-pulse 1.5s 1s infinite ease-out;
}

@keyframes map-pulse {

    50% {
        border-color: rgba(230, 230, 230, 0.3);
        background: transparent;
    }

    to {
        border-color: transparent;
        transform: scale(1.3) translateY(-50%) translateX(-50%);
    }

}