html, body {
    background: #eee;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

a.brand-logo img {
    height: 1em;
    margin-left: 0.5em;
}

a.brand-logo img.vopus {
    height: 1.5em;
    margin-left: 0.5em;
    margin-bottom: -0.5em;
}

a.brand-logo {
    cursor: pointer;
}
/*Card overrides*/
.shop-item-card .card-image {
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 60% !important;
    max-height: 60% !important;
}

.shop-item-card .card-image img {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: auto;
}

.shop-item-card .card-image img.main-width {
    height: auto;
    width: 100%;
}

.max-size {
    width: 100%;
    height: 100%;
}

.shop-item-card .no-stock-text {
    font-size: 12px;
}

.shop-item-card .card-content {
    padding-top: 10px;
    padding-bottom: 20px;
}

.turbolinks-progress-bar {
  height: 4px !important;
  background-color: #f7941e !important;
}

.no-available{
    opacity: 0.4;
}

.card-over {
    position: absolute;
    z-index: 10;
    width:80%;
    height:65%;
    text-align: center;
    left: 10%;
    top: 97%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.card-over .card {
    width:100%;
    height:68%;
}

.card-over .card .card-content{
    padding-top: 0px;
}

.card-over .card .card-action{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

.placeholder {
    position: relative;
}

.placeholder::after {
    position: absolute;
    left: 5px;
    top: 3px;
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: 0.6;
}

.dropdown-primary .select-wrapper .select-dropdown{
     color: white;
}

.dropdown-primary .select-wrapper .caret{
     fill: white;
}

.cart-input::-webkit-outer-spin-button,
.cart-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-input {
  -moz-appearance: textfield;
  text-align: right;
  text-align: center;
}

.flexbox {
  display: flex;
  flew-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.filled-row {
    width: 100%;
}

a.show-cart:hover + div.card-over {
    top: 50%
}

div.card-over:hover {
    top: 50%
}

.visible-trigger {
    display: block !important;
}

.spin-icon {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.normal-line {
    line-height: normal;
}

.row .col-centered{
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

.card-content .filled-row {
    margin-top: -10%
}

@media only screen and (max-width: 992px) {
    .card-content .filled-row {
        margin-top: -3%
    } }
  @media only screen and (max-width: 600px) {
    .card-content .filled-row {
        margin-top: -3%
    } }

.card-content .filled-row .col-centered{
    margin-right: 30%
}

.table-title {
    font-size: 16px;
    font-weight: 700;
}

.row-table {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.discount-badge {
    position: absolute;
    z-index: 1;
}

.add-to-cart {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 0 !important;
    white-space: nowrap;
    margin-left: -10px;
}

.btn-floating {
    height: 2rem;
    width: 2rem !important;
    margin-top: 5px;
}

.btn-floating i {
    line-height: 35px;
}

.minus-btn {
    margin-left:12px;
}

.no-link {
    pointer-events: none;
}

.card .card-content label span{
    white-space: nowrap;
}

.min-size{
    min-width: 100px;
}

.show-available {
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.show-available:hover{
    overflow: visible; 
    white-space: normal; 
    position: absolute;
    z-index: 10;
}

.show-available:hover > span {
    background-color:#FFF;
}

.bottom-right {
     position: fixed;
     bottom: 160px;
     right: 20px;
     cursor: pointer;
}

.contact-icon {
    font-size: 4em; 
    color: rgba(150, 39, 51, 1)
}

.fixed-icon {
    font-size: 4em;
    transform: scale(1.4);
    color: rgba(255,255,255,0);
}

.refresh-icon {
    font-size: 1em; 
    color: rgba(150, 39, 51, 1)
}

.container-contact-icon {
     position: relative;
}

.container-contact-icon .contact-icon-shadow { 
    position: absolute; 
    bottom:0; 
    left:0; 
}

.container-contact-icon .fixed-icon { 
    position: absolute; 
    bottom:0; 
    left:0;
}

.contact-icon-shadow {
    font-size: 4em; 
    color: #b71c1c;
}

.with-pulse-contact {
    animation: pulse-contact 2s infinite;
}

@keyframes pulse-contact {
	0% {
		transform: scale(1);
		color: rgba(150, 39, 51, 0.5);
	}

	70% {
		transform: scale(1.4);
		color: rgba(150, 39, 51, 0);
	}

	100% {
		transform: scale(1);
		color: rgba(150, 39, 51, 0);
	}
}
	
.vopus-footer {
    padding-top: 20px;
    color: #fff;
    background-color: rgba(150, 39, 51, 1);
}

.vopus-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(150, 39, 51, 0.8); 
}

.vopus-color {
    background-color: rgba(150,39,51,0.90);
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("font/SourceSansPro-Regular.c1678b46f7dd.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("font/SourceSansPro-Bold.8669b8706bbb.ttf");
    font-weight: bold;
    font-style: normal;
}

.vopus-body {
    background: #e8e5e5;
    font-family: "Source Sans Pro";
}

.vopus-body button,
.vopus-body input,
.vopus-body optgroup,
.vopus-body select,
.vopus-body textarea {
  font-family: "Source Sans Pro";
}

.a-link-available {
  margin-right: 0px !important;
  text-transform: unset !important;
}

.selected-store {
    font-size: 1rem ! important;
    padding: 15pt !important;
}

.vopus-color .selected-store {
    padding: 9pt 0pt !important;
    max-height: 50px;
    font-style: italic;
    font-size: 0.875rem ! important;
}

.selected-store strong {
    font-weight: normal !important;
}

.flag-available {
    height: 1rem;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
}

.button-available {
    margin-bottom: 5px;
}
/* ======================
 links top 
 ====================== */
.aa-top-links
    a:hover,
    a:focus,
    a:visited {
    text-decoration: none;
}

.aa-top-links .grve-container {
    width: 90%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.aa-top-links .grve-container:before,
    .grve-container:after {
    display: table;
    content: " ";
}

.aa-top-links .grve-container:after {
    clear: both;
}

.aa-top-links .external-links {
    letter-spacing: 1.25px;
    padding: 5px 0px 11px;
    font-size: 12px;
}

.aa-top-links .external-links a {
    color: #962733;
    white-space: nowrap;
}

.aa-top-links .external-links a strong {
    font-weight: bold;
}

.aa-top-links .external-links a:hover {
    color: #F7941E;
}

.nav-wrapper a.brand-logo {
    font-size: 17px;
    font-weight: bold;
    top: -5px;
}

.paper-container .link-to-site-block {
    max-width: 40%;
    height: 7rem;
    text-align: center;
}

.paper-container .paper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 11px rgb(0 0 0 / 12%);
    background-color: #fff;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: .9rem;
    min-width: 80%;
}

.paper-container .link-to-site-block .logo {
    width: 7rem;
    max-width: 7rem;
}

.paper-container .link-to-site-block img:hover {
  opacity: 0.5;
}

.label{
    border-radius:4px;
    font-size:75%;
    padding:4px 7px;
    margin-right:5px;
    font-weight:400;
    color:#fff
}

.label-danger{
    background:#ff5370
}

.rotate-refresh{
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}