
html, body {
	background: #E4E4E4;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #2a2a2a;
}

html {
  scroll-behavior: smooth;
}

.text-primary, a:hover {
	color: #afb371;
}

a, a:link, a:visited, a:active {
	color: #2a2a2a;
}

a:hover {
	color: #2a2a2a;
}

.link {
	text-decoration: underline;
}

.btn.btn-primary, .btn.btn-primary:link, .btn.btn-primary:visited {
	background: #afb371;
	border: .05rem solid #afb371;
}

.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active {
	background: #2a2a2a;
	border: .05rem solid #2a2a2a;
}

.btn, btn:link, .btn:focus, .btn:visited {
	background: #2a2a2a;
	border: .05rem solid #2a2a2a;
	color: #ffffff;
}

.btn:hover, .btn:active {
	background: #afb371;
	border: .05rem solid #afb371;
	color: #ffffff;
}

.label.label-primary {
	background: #2a2a2a;
}

.color-secondary {
	color: #afb371;
}

.label.label-rounded {
		border-radius: 0.5rem;
    padding-left: .6rem;
    padding-right: .6rem;
}

.tab .tab-item.active a, .tab .tab-item a.active {
	color: #2a2a2a;
	border-bottom-color: #2a2a2a;
	font-weight: 500;
}

.tab .tab-item a:focus, .tab .tab-item a:hover {
	color: #2a2a2a;
}

.toast.toast-primary {
	background: #afb371;
	border-color: #afb371;
}

/*
.custom-title1, .custom-title2, .custom-title3 {
	font-family: 'Lobster', cursive;
}*/

.custom-title1 {
	font-size: 30px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-weight: 500;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.custom-title2 {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.custom-title3 {
	font-size: 18px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-weight: 500;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.font-white {
	color: #ffffff;
}

.background-white {
	background: #ffffff;
}

.p-3 { padding: 12px 0 12px 0; }
.p-4 { padding: 16px 0 16px 0; }
.p-5 { padding: 20px 0 20px 0; }
.p-6 { padding: 30px 0 30px 0; }

.m-3 { margin: 30px 0 30px 0; }

.custom-nav-bar {
	justify-content: center;
}

.custom-nav-item {
	font-weight: 500;
	height: 30px;
	/*text-align: center;*/
	padding-left: 20px;
	padding-right: 20px;
}

.custom-nav-item:hover {
	text-decoration: none;
	color: #afb371;
	border-bottom: 1px solid #afb371;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.custom-card {
	border: 0;
	background: transparent;
}

.img-product-list {
	height: 220px;
	width: auto;
}

.img-product-popup {
	height: 300px;
	width: auto;
}

.modal {
    overflow: hidden;
}

.btn.btn-clear {
	color: #2a2a2a;
}

.custom-container {
	padding: 0;
}

.splide__pagination__page.is-active {
	background: #afb371;
}

.splide__pagination__page {
	background: #fff;
}

.splide__arrow {
	background: #afb371;
}

.splide__arrow--prev svg, .splide__arrow--next svg {
	fill: #fff;
}

.no-items{
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  text-align: center;
}

.tab {
	border-bottom: 0;
}

.custom-responsive-image {
	max-width: 240px;
}

.club-background {
	background: url('../imgs/parallax.jpg');
}

.sc_line {
    display: block;
    clear: both;
    width: 100%;
    margin: 30px 0;
    height: 0px;
}

.sc_line.sc_line_style_solid {
    border-bottom: 1px solid #d3d1d1;
}

.sc_line.sc_line_sep {
    border-color: #d3d1d1 !important;
    margin: 45px 0;
    position: relative;
}

.sc_line.sc_line_sep:before {
    content: '';
    display: block;
    width: 60px;
    height: 43px;
    position: absolute;
    left: 50%;
    top: -20px;
    margin: 0 0 0 -20px;
    background: url(../imgs/leaf.png) no-repeat center center;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}
.sc_line.sc_line_align_left {} .sc_line.sc_line_align_center {
    margin: 30px auto;
}
.sc_line.sc_line_sep.sc_line_align_center {
    margin: 45px auto;
}
.sc_line.sc_line_align_right {
    float: right;
    margin: 0 0 30px 0;
}
.sc_line.sc_line_sep.sc_line_align_right {
    margin: 0 0 45px 0;
}
.sc_line.sc_line_align_right + * {
    clear: both;
}
