/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.product-name a:nth-of-type(2){
    display: none !important;
}
.vpc-options.hide-option{
    display: none !important;
}
.vpc-options {
    transition: display 100ms ease-in;
}
.comp-desc-link a{
    font-size: 14px;
    color: #0099cc;
}
.comp-desc-link .fa{
    font-size: 22px;
}
.custom-icone-popup, .comp-desc-link{
    position: absolute;
    top: 12px;
}
.comp-desc-link{
    right: 40px;
}
.custom-icone-popup, .comp-desc-link{
    background-image: url("../png/icone.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 23px;
}
/** Pop-up**/
.custom-icone-popup{
    right: 40px;
}
.custom-icone-popup p{
    margin-left: -1px;
}
.custom-popup-body p{
    margin: 0;
}
.custom-popup-component-name{
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #C0FF0E;
    text-transform: uppercase;
    position: absolute;
    top: 17px;
}
.custom-popup-body p{
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 100;
    width: 97%;
    height: auto;
    margin-bottom: 10px !important;
    text-align: justify;
}
.line{
    padding: 0 !important;
}
.custom-popup-body iframe{
    border: none !important;
	width: 342px !important;
	height: 160px !important;
}
.custom-popup-body a{
    color: #222222 !important;
}
.modal-body code{
    background-color: transparent!important;
}
#mCSB_3_dragger_vertical .mCSB_dragger_bar{ background-color: blue; }
.mCSB_1_scrollbar .mCSB_dragger .mCSB_draggerRail{ width: 4px; }
.mCSB_scrollTools{width: 3px !important; border-radius: 5px !important;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#A1A1A1 !important;}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px !important;
    background-color: #fff !important;
    border-radius: 5px !important;
}
.mCSB_inside>.mCSB_container{margin-right: 0 !important;}
.custom-popup-popup {
    width: 342px;
    height: 100%;
    box-shadow: none;
	padding: 0 !important;
}
.custom-popup-close {
    font-size: 25px;
    color: #FFF;
    font-weight: 100;
    background-color: red;
    padding-top: 2px;
    line-height: 24px;
    right: 8px;
    position: absolute;
    top: 8px;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-weight: 700;
}
.custom-popup-close:hover {
    color:#A1A1A1 !important;
    opacity: 0.7;
}
.custom-popup-body{
    height: auto;
    margin-top: 40px;
    width: 100%;
    max-height: 388px;
}
#custom-popup-wrap {
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 9999;
}
#custom-popup-wrap.display {
    top: 0;
}
#custom-popup-form{
    width: auto;
    height: 450px;
    max-width: 70%;
    border-radius: 5px;
    padding-left: 17px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    max-width: 60%;

}
@media screen and (max-width: 500px) and (min-width: 300px){
    #custom-popup-form {
        width: 330px !important;
    }
    .custom-popup-body, .custom-popup-body p{
        width: 300px !important;
    }
    .mCSB_inside>.mCSB_container{margin-right: 15px !important;}
}

.qtip{
	display:none !important;
}