/* Enter Your Custom CSS Here */

.avia_cart_buttons .button-mini-delimiter {

    display: none !important;

}

.single_variation_wrap {

    display: none !important;

}
.button.add_to_cart_button.product_type_simple {

    display: none !important;

}
#top .avia_cart_buttons .button {

    min-width: 50px;
    float: left;
  width: 100% !important;}
.variations_button {

    display: none !important;

}

.mte_options {

    display: none !important;

}

.toptext{
font-size: 18px;
text-decoration: none;
color: black;
font-weight: 500;
height: 50px;
padding-top: 10px !important;
}

.toptext img {
    width: 100px;
    height: auto;
  display: inline-block;

}

.mtsnb .mtsnb-show {
    padding: 5px;
    background-color: red;
}
.toptext a {
    color:black;
  	padding-left: 10px;
  	text-decoration: underline;
}
.mtsnb-hide, .mtsnb-show {
    position: absolute;
  right: 90%;}

.mtsnb .mtsnb-container {
    padding: 0px 60px;
}

.mtsnb .mtsnb-text, .mtsnb .mtsnb-button, .mtsnb .mtsnb-text, .mtsnb input {
    margin: 0;
  	height: 50px;
}

@media only screen and (max-width: 900px) {
.mtsnb{
  display: none;}

}

/* Popup rodo*/
.hover_bkgr_fricc{
    background:radial-gradient(ellipse farthest-corner at center center,rgba(127,127,127,0.5),rgba(127,127,127,0.5) 35%,rgba(0,0,0,0.7) 100%) !important;
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
	right: 0px;
	
	
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    display: inline-block;
 
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
	
}

.popup-overlay {
  position: fixed;
    left: 0;
    top: 0;
    z-index: 5000;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);	
}


.popup-container {
	width:100%;
	height:100%;	
	position:absolute;
	z-index:5001;
	display:none;
}

.popup-content {
	width:400px;
	height:auto;	
	background:#fff;
	border:3px solid #e5e5e5;
	margin:0px auto;
	position:relative;
	top:50%;
	transform:translateY(-50%);
		
}

.popup-content .popup-close {
	background:red;
	color:#fff;
	padding:3px 5px;
	position:absolute;
	right:0px;
	top:0px;
}

.popup-inner-content {
    padding:10px;
    height:450px;
    overflow-y:auto;
}

.popup-form p {
	margin: 0 0 23px;	
}

.rodo-information-container {
border-top: 1px solid #a81010;
margin-top: 20px;
text-align: left;
font-weight: 300;
padding-left: 20px;
padding-top: 20px;
}

.rodo-information-container a{
	color: #a81010;
	font-weight: 300;
}

.rodo-information-container a:hover{
	color: #000;
}

.popup {
	display:none;
	z-index: 10001;
	width: 30%;
    height: 350px; 
    border: 1px solid #d7d7d7;
	background: #fff;
    position: fixed;	
	top: 50%;
    left: 50%;		
    -webkit-transform: translate(-50%,-50%) !important;
    -moz-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;	
  font-size: 15px;
}

.popup .close {
	position:absolute;
	right:20px;
	top:13px;
	z-index:10003;
}

.popup .popup-content {	
    height:300px;
    width:auto;
	overflow-y:auto;	
	position: relative;
    padding: 20px;
	font-size: 0.857em;	
    font-weight: 400;	
    border:none;
}

.popup .popup-content .popup-title,
.popup .popup-content .popup-subtitle {
	font-weight:600;	
	padding-bottom:15px;
	font-size:1.250em;
	text-align:center;
}

.popup .popup-content .popup-subtitle { 
	font-size: 1.125em;
    background: #fff;
    color: #f4ae00;
    border-top:1px solid #f4ae00;
    border-bottom:1px solid #f4ae00;
    padding-top: 10px;
    padding-bottom: 10px;	
  margin-top: 20px;
margin-bottom: 20px;
}

.popup .popup-content p {
	padding:15px;
}

.popup .popup-content ul {
	margin-left:10px;
	text-align: left;
}

.special-font-yellow{
	color: #f4ae00;
	font-weight: 700;
}

@media only screen and (max-width: 750px) {
  
  .popup {
    width: 90%;
  }}
