/*
Theme Name: TeeSpace - Child
Theme URI: https://harutheme.com/teespace
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of TeeSpace
Template: teespace
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/

/*---------------------------------
  CMH Brand Colour Overrides
  Maroon: #8d153a | Hover: #6b1030
------------------------------------*/

/* Primary filled buttons */
.haru-button.haru-button--bg-primary {
    background-color: #8d153a !important;
}

.haru-button.haru-button--bg-primary:hover {
    background-color: #6b1030 !important;
}

/* Text/link buttons */
.haru-button.haru-button--text-primary {
    color: #8d153a !important;
    padding: 0;
}

.haru-button.haru-button--text-primary:hover {
    color: #6b1030 !important;
}

/* Banner button arrow icon */
.haru-banner--style-16 .haru-banner__btn:after {
    color: #8d153a !important;
}

.haru-banner--style-16 .haru-banner__btn:hover:after {
    color: #6b1030 !important;
}

/* Category style icons */
.haru-icon-box--style-11 .haru-icon-box__icon {
    color: #8d153a !important;
}

/* Category icon box hover */
.haru-icon-box--style-11:hover {
    background-color: #8d153a !important;
}