/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.paypal-button-container {
	display: none;
}

.buttons-container {
	display: none !important;
}

.tooltip_msg {
    display:inline-block;
    position:relative;
    /* border-bottom:1px dotted #666; */
    text-align:left;
}

.tooltip_msg h3 {margin:12px 0;}

.tooltip_msg .top {
    min-width:200px;
    max-width:400px;
    top:-20px;
    left:50%;
    transform:translate(-30%,-100%);
    padding:10px 20px;
    color:#ffffff;
    /*background-color:#009cdc; */
	background-color:#058686; 
    font-weight:normal;
    font-size:14px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}

.tooltip_msg:hover .top {
    display:block;
}

.tooltip_msg .top i {
    position:absolute;
    top:100%;
    left:30%;
    margin-left:-15px;
    width:30px;
    height:15px;
    overflow:hidden;
}

.tooltip_msg .top i::after {
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    /*background-color:#009cdc; */
	background-color:#058686; 
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}