/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2017 | 12:21:18 */
.set-button {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 10px 20px;
    color: #ffffff;
    background: rgb(25, 55, 145);
    transition: none !important;
    text-decoration: none;
    width: auto;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}

.set-button.mail {
  margin-left: 10px;
}

.set-button:hover {
	background-color: rgba(25, 55, 145, 0.7);
    color: #FFF;
}

@media only screen and (max-width: 900px) {
	.set-button {
  		width: 100%;
      float: none;
  	}
}

@media print {
  	* {
	    font-family: Arial, Helvetica, sans-serif;
    	text-align: justify;
      	font-size: 14px;
	    line-height: 27px;
      	color: #000;
  	}
  	
	.fusion-header-wrapper,
  	.fusion-page-title-bar,
	.set-button,
  	.a3dg-image-wrapper,
  	.tabs.wc-tabs,
  	.a3dg-back,
  	.a3dg-forward,
  	.sb-toggle-wrapper,
   	.social-share,
  	.variations_form.cart,
  	.fusion-footer,
  	.related.products {
      	display: none !important;
  	}
  	
  	div#tab-additional_information {
    	display: block !important;
	}
  
  	.a3dg-thumb-list {
      width: 100% !important;
  	}
  
	.a3-dgallery .a3dg-thumbs li {
  		width: 250px !important;	
      	height: auto !important;
  	}
  
  	.a3-dgallery .a3dg-thumbs li img {
      	height: 150px !important;
  	}
  
  	.product {
  		display: flex; 	
      	flex-direction: column;
  	}
  
  	.product .images {
      	width: 100%;
      	float: none;
      	margin: 0;
      	order: 2;
  	}
  
  	.woocommerce-tabs {
  		order: 3;	
  	}
  
  	.product .summary.entry-summary {
      	width: 100%;
      	float: none;
      	order: 1;
      	margin: 0;
  	}
}