/* PAGE DEFAULT STYLESHEET */


.slider-container {
    display: flex;
    flex-direction: column;
    margin:2em 1.6em 2em 1.6em;
}

.sy-box {
	display: flex;
	flex-direction: column;
	flex: 1 1 50%;
	max-width: 50%;
	padding-top: 1em;
}

.sy-box-rhs {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
	justify-content: center;
    padding:0 2em 2em 2em;
}

.home-content {
	width: 100%;
    max-width: 1450px;
    margin:0 auto;
}

.col-grid-row {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin:1em;
}

.home-cat-3 {
    display: flex;
    flex-direction: column;
    flex: 0 1 25%; 
}

.home-cat-10 {
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
}

.home-cat-10 h3 {
	font-family: 'Urbanist', sans-serif;
    letter-spacing: 1px;
	font-size: 2em;
	font-weight: 700;
	text-transform: capitalize;
	margin:1em 0 0.25em 0;
	text-align: center;
}

.home-cat-3-img {
    width: 100%;
    padding: 0;
    margin: 0;
}

.home-cat-3-img img {
    border: 1px solid #e8e8e8;
    border-radius:2px;
}

.home-cat-3-title {
    width: 100%;
    margin:0.2em 0 0.6em 0;
}

.home-cat-3-title span {
	font-family: 'Urbanist', sans-serif;
    letter-spacing: 0.5px;
    color: #000;
    font-size:1.2em;
    font-weight: 800;
}

.home-cat-3-title span:hover {
    color: #33A1DE;
    transition:all 0.3s ease;
}

.additional-margin {
    margin-top: 1em;
    margin-bottom: 2em;
}

.flex-element-inner {
	margin:0.6em;
}

.sy-box-rhs h1 {
    font-size: 3em;
	margin:0 0 0.2em 0;
}

.sy-box-rhs h2 {
    font-size: 1.4em;
	margin:0 0 1em 0;
	color: #33A1DE;
}

.sy-box-rhs p {
	color: #000;
    margin-bottom:1em;
}

.col-grid-span {
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
}

.w-flex-50 {
    flex: 1 1 48%;
}

.img-collage-row {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 4px; margin-bottom: 1em;}
.img-collage-column {-ms-flex: 25%; flex: 25%; max-width: 25%; padding: 0 4px;}
.img-collage-column img {margin-top: 8px; vertical-align: middle; width: 100%;}

.home-prod {
	display: flex;
    flex-wrap: wrap;
    overflow: hidden;
	padding-bottom: 2em;
	justify-content: center;
}

.crr-home-prod-a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.crr-home-prod-4 {
	display: flex;
    flex-direction: column;
    flex: 1 1 25%;
    max-width: 25%;
}

.crr-home-prod-4-inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin: 0.6em;
}

.crr-home-prod-4-img {
	display: flex;
	height: 250px;
    justify-content: center;
    padding:0 0 1em 0;
    overflow: hidden;
	position: relative;
	background-color: #FFF;
	border: 1px solid #e8e8e8;
}

.crr-home-prod-4-img img {
	width: 350px;
	height: 250px;
	object-fit: scale-down;
}

.crr-home-prod-4-info {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 15px;
    justify-content: flex-end;
	position: relative;
}

.crr-home-prod-4-title {
	display: flex;
	flex-direction: column;
}

.crr-home-prod-4-title a {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: 0.035em;
    transition: all 0.3s ease;
	padding:0.35em 0 0.25em 0;
}



.crr-home-prod-4-price, .crr-home-prod-4-price-label {
	display: flex;
	flex-direction: row;
}

.crr-home-prod-4-price-label .from {
	font-size: 0.85em;
    font-weight: 500;
    width: max-content;
    align-self: center;
    margin-right: 0.2em;
}

.crr-home-prod-4-price .sell-price {
	font-family: 'Urbanist', sans-serif;
	display: flex;
    padding: 0;
    color: #33a1de;
    font-weight: 600;
    font-size: 1.3em;
	margin-right: 0.25em;
}

.crr-home-prod-4-price .rrp {
	display: flex;
    font-family: 'Urbanist', sans-serif;
	display: flex;
    padding: 0;
    color: #555;
    font-weight: 500;
    font-size: 1.1em;
}

.res-grid-row-int-menu {
    display: flex;
    flex-direction:row;
    flex: 1 1 100%;
	margin: 0.3em 1.6em 2.4em 1.6em;
	padding:0 0 1em 0;
	border: 1px solid #000;
    border-radius: 2px;
	background-color: #fff;
}

.res-grid-25-out-menu {
    display: flex;
    flex-direction:column;
    flex: 1 1 25%;
	align-self: flex-start;
}

.res-grid-25-int-menu {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
	padding: 1em;
}

.label {
	display: flex;
	flex:1 1 100%;
	font-family: 'Urbanist', sans-serif;
	letter-spacing: 1px;
	align-items: center;
	justify-content: center;
	color: #000;
	font-weight: 600;
	font-size: 1.1em;
	padding-bottom:0.6em;
}

/* Selector Menu  */
.res-dropdown,
.res-dropdown * {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.res-dropdown {
	display: flex;
	flex:1 1 100%;
	position: relative;
	background-color: #FFF;
	border:1px solid #757575;
	border-radius: 2px;
}
.res-dropdown select {
	font-family: 'Urbanist', sans-serif;
	font-size:1.05em;
	width: 100%;
	padding: 8px 24px 8px 10px;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.res-dropdown select:disabled {
	cursor: default;
}

.res-dropdown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

/* CAROUSELS */

.carousel-head {
	display: flex;
	flex-direction: row;
	flex: 1 1 100%;
	margin:1em 0.5em;
	align-items: flex-end;
	justify-content: space-between;
}

.carousel-nav {
	display: inline-flex;
}

.prev-featured, .next-featured, .prev-best, .next-best {
	cursor: pointer;
}

.prev-featured svg, .next-featured svg, .prev-best svg, .next-best svg {
	transition: all 0.3s ease;
}

.prev-featured svg:hover, .next-featured svg:hover, .prev-best svg:hover, .next-best svg:hover {
	fill:#33A1DE;
}

.carousel-title h3 {
	font-family: 'Urbanist', sans-serif;
	color: #000;
    letter-spacing: 1px;
	font-size: 2em;
	font-weight: 800;
	text-transform: capitalize;
	margin:0;
	text-align: left;
}

/* MEDIA QUERIES - MEDIUM DEVICES */

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .home-cat-3, .home-prod-3 {
        flex-basis: 33.3%;
    }
}

@media screen and (max-width: 800px) {
    .home-cat-3, .home-prod-3 {
        flex-basis: 50%;
    }
	.flex-element-inner {
	margin:0.4em;
	}
    .img-collage-column {
        -ms-flex: 50%; 
        flex: 50%; 
        max-width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .w-flex-50 {
    flex: 1 1 100%;
    }
    .img-collage-column {
        -ms-flex: 50%; 
        flex: 50%; 
        max-width: 50%;
    }
}

@media screen and (min-width: 550px) and (max-width: 1050px) {
    .crr-home-prod-4 {
        flex-basis: 50%;
		max-width: 50%
    }
}

@media screen and (min-width: 1051px) and (max-width: 1275px) {
    .crr-home-prod-4 {
        flex-basis: 33.3%;
		max-width: 33.3%
    }
}

@media only screen and (max-width: 549px) {
    .crr-home-prod-4 {
        flex-basis: 50%;
		max-width: 50%;
    }
	
	.crr-home-prod-4-img {
		height: 150px;
	}

	.crr-home-prod-4-img img {
		height: 150px;
		object-fit: scale-down;
	}
	
	.carousel-title h3 {
		margin-top: 0;
	}
	
	.crr-home-prod-4-price {
		flex-direction: column;
	}

}

@media screen and (max-width:799px) {
	
	.res-grid-25-out-menu {
		flex-basis: 100%;
		align-self: auto;
}
	.res-grid-row-int-menu {
		flex-direction: column;
	}
	.res-grid-25-int-menu {
		flex-direction: row;
	}
	
	.label {
		flex:0 1 85px;
		padding-bottom: 0;
	}
	
	.res-dropdown {
		flex:1 1 75%;
		margin-right:1em;
	}
	
}

@media screen and (max-width: 850px) {
	
	.sy-box {
		flex-basis: 100%;
		max-width: 100%;
		padding-bottom:0;
	}
	
	.sy-box-rhs {
		flex-basis: 100%;
		max-width: 100%;
		padding:0 0.3em 0 0.3em;
	}
	
}

@media screen and (max-width: 1100px) {
	
	.sy-box-rhs h1 {
		font-size: 2em;
		margin:0 0 0.2em 0;
	}

	.sy-box-rhs h2 {
		font-size: 1em;
	}
}
