/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/


@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNovaLight.otf');
   	font-weight:300;
  	font-style:normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNovaRegular.otf');
   	font-weight:normal;
  	font-weight:400;
  	font-style:normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNovamedium.otf');
   	font-weight:500;
  	font-weight:medium;
  	font-style:normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNovaBold.otf');
   	font-weight:600;
  	font-weight:700;
  	font-weight:bold;
  	font-style:normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNovaExtrabold.otf');
   	font-weight:800;
  	font-style:normal;
}

@font-face {
    font-family: 'Avigea';
    src: url('fonts/Avigea.otf');
  	font-style:normal;
}

.header-button {
	margin-right: 10px!important;
}
.header-button a {
    border: 2px solid #60ccd3;
    background-color: #60ccd3!important;
    color: #ffffff!important;
    line-height: 36px!important;
    min-width: 120px;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.header-button a:hover { 
    background-color: transparent!important;
	color: #60ccd3!important;
}

.product-thumbnail {display:none;}

