.exPopoverContainer {
    width: auto;
    height: auto;
    position: relative;
    color: #50300F;
    bottom: 53px;
    left: -6px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.borderRadius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.popBg {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;

}

.popBody {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px 38px 20px 23px;
    box-sizing: border-box;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 767px) {
    .popBody {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.popBody {

}

.popBody h1 {
    padding-bottom: 5px;
    margin: 0px;
    font-size: 18px;
}

.popHeadLine {
    clear: both;
    width: 100%;
    height: 1px;
    background-color: #383737;
    margin: auto;
}

.popContentLeft {
    width: auto;
    float: none;
    font-size: 14px;
    text-align: justify;
    margin: 0;
    padding-right: 0;
    display: block;
    order: 2;
}

.popContentLeft .name {
    display: block;
    text-align: left;
    color: #a6a6a6;
    font-family: "Arial", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    white-space: normal;
}

@media (max-width: 767px) {
    .popContentLeft .name {
        letter-spacing: normal;
        line-height: 18px;
        font-size: 13px;
    }
    .popBody {
        padding: 10px;
        padding-right: 20px;
    }
}

.nowrap {
    white-space: nowrap;
}

.popContentLeft .normal_price {

    line-height: 22px;
    color: #130e0f;
    font-family: "Arial", serif;
    font-size: 16px;
    font-weight: 700;
}

.popContentLeft .old_price {
    color: #130e0f;
    font-family: "Arial", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -1px;
}

.popContentRight {
    min-width: 100px;
    float: none;
    margin-right: 10px;
    margin-top: 0px;
    text-align: center;
    font-size: 00px;
    order: 1;
    display: none;
}
.popContentRight.loaded {
    display: block;
}
.popContentRight img{

}
@media (max-width: 767px) {
    .popContentRight {
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.arrow-down {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #ffffff;
    border-left: 0;
    border-top: 0;

    height: 20px;
    left: 19px;
    bottom: -15px;
    position: absolute;
    top: auto;
    width: 20px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.marker2 {
    width: 33px;
    height: 33px;
    background-color: #130e0f;
    font-size: 0px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

}





.marker2:after {
    content: '';
    width: 1px;
    height: 17px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 8px;
    left: 16px;
}

.marker2:before {
    content: '';
    width: 1px;
    height: 17px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 8px;
    left: 16px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 767px){
    .marker2{
        width: 21px;
        height: 21px;
    }
    .marker2:after{
        height: 9px;
        top: 6px;
        left: 10px;
    }
    .marker2:before {
        height: 9px;
        top: 6px;
        left: 10px;
    }


}
.marker2:hover {
    background-color: #CE473B;
}

.marker2.clicked:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.marker2.clicked:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.c {
    clear: both;
}

.element-animation-off {
    animation: animationFrames ease-out 0.8s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards; /*when the spec is finished*/
    -webkit-animation: animationFrames ease-out 0.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames ease-out 0.8s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards; /*FF 5+*/
    -o-animation: animationFrames ease-out 0.8s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards; /*Not implemented yet*/
    -ms-animation: animationFrames ease-out 0.8s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards; /*IE 10+*/
}

@keyframes animationFrames {
    0% {
        opacity: 0;
        transform: translate(300px, 0px) skewX(-30deg);
    }
    60% {
        opacity: 1;
        transform: translate(-40px, 0px) skewX(30deg);
    }
    80% {
        opacity: 1;
        transform: translate(0px, 0px) skewX(-15deg);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px) skewX(0deg);
    }
}

@-moz-keyframes animationFrames {
    0% {
        opacity: 0;
        -moz-transform: translate(300px, 0px) skewX(-30deg);
    }
    60% {
        opacity: 1;
        -moz-transform: translate(-40px, 0px) skewX(30deg);
    }
    80% {
        opacity: 1;
        -moz-transform: translate(0px, 0px) skewX(-15deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px) skewX(0deg);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(300px, 0px) skewX(-30deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(-40px, 0px) skewX(30deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) skewX(-15deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) skewX(0deg);
    }
}

@-o-keyframes animationFrames {
    0% {
        opacity: 0;
        -o-transform: translate(300px, 0px) skewX(-30deg);
    }
    60% {
        opacity: 1;
        -o-transform: translate(-40px, 0px) skewX(30deg);
    }
    80% {
        opacity: 1;
        -o-transform: translate(0px, 0px) skewX(-15deg);
    }
    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px) skewX(0deg);
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        -ms-transform: translate(300px, 0px) skewX(-30deg);
    }
    60% {
        opacity: 1;
        -ms-transform: translate(-40px, 0px) skewX(30deg);
    }
    80% {
        opacity: 1;
        -ms-transform: translate(0px, 0px) skewX(-15deg);
    }
    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px) skewX(0deg);
    }
}


.easypin-marker {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.9);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }
    80% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    }
    80% {
        -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}