body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
}

a {
	color: #33bfcc;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
}

/* Cool Link */
.cool-link:after {
	border-color: #33bfcc;
}

/* Selection */
::-moz-selection {
	background-color: #33bfcc;
}

::selection {
	background-color: #33bfcc;
}

/* Scroll Top */
.scroll-top {
    background-color: #33bfcc;
}

/* Cart Info */
.cart-info {

}

/* Item */
.item a:hover,
.item .item-heading h1 a:hover,
.item .item-heading h2 a:hover,
.item .item-heading h3 a:hover,
.item .item-heading h4 a:hover,
.item .item-heading h5 a:hover {
	color: #33bfcc;
}

/* Breadcrumbs */
.breadcrumbs a,
.breadcrumbs a:hover {
	color: #383838;
}

.breadcrumbs > ul > li {
	color: #33bfcc;
}

.breadcrumbs > ul > li + li:before {
	color: #8a8a8a;
}

/* Pagination */
.pagination ul li.active > a,
.pagination ul li.active > a:focus,
.pagination ul li.active > a:hover,
.pagination ul li.active > span,
.pagination ul li.active > span:focus,
.pagination ul li.active > span:hover {
	border-color: #33bfcc;
    background-color: #33bfcc;
}

/* Form */
.form-control:focus {
	border-color: #33bfcc;
}
.radio-custom > input[type=radio]:checked + span:before {
	background-color: #33bfcc;
}

.checkbox-custom > input[type=checkbox]:checked + span:before {
	background-color: #33bfcc;
}

/* Fancybox */
.fancybox-thumbs > ul > li:before {
	border-color: #33bfcc;
}

/* Button Primary */
.button {
	font-weight: 600;
}

.input-group-append .button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend .button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.button.button-primary {
    color: #fff;
    background: #33bfcc;
    border: 1px solid transparent;
}

.button.button-primary:hover {
    color: #fff;
    background: #33bfcc;
}

/* Button Secondary */
.button.button-secondary {
    color: #fff;
    background: #566b88;
    border: 1px solid transparent;
}

.button.button-secondary:hover {
    color: #fff;
    background: #5b7190;
}
