﻿/* CAROUSEL */
.carousel-caption {
	position: absolute;
	right: 23px;
	bottom: 0;
	left: 22px;
	z-index: 10;
	padding: 20px;
	color: #fff;
	background-color: rgba(192, 192, 192, 0.5);
	text-align: center;
	min-height: 5rem;
}

.carousel-background {
	width: 100%;
	height: auto;
	z-index: 0;
}

#mainSliderContainer .carousel-item img {
	width: 100%;
	height: auto;
}

#mainSliderContainer .carousel-item {
	opacity: 0;
	transition: opacity ease-in 0.25s;
}

	#mainSliderContainer .carousel-item.active {
		opacity: 1;
		transition: opacity ease-out .25s;
	}

/* SLICK SLIDE */
.latest-items-wrapper {
	position: relative;
}

	.latest-items-wrapper h3 {
		line-height: 3rem;
	}

.latest-items {
	position: relative;
}

.slick-prev {
	left: 15px;
}

.slick-next {
	right: 15px;
}

.slick-prev,
.slick-next {
	z-index: 5;
	height: 100%;
	width: 20%;
	bottom: 0;
}

.slick-items-contents .slick-prev,
.slick-items-contents .slick-next {
	width: 20%;
}

.slick-prev:hover,
.slick-next:hover {
	background-color: rgba(96, 96, 96, 0.5);
}

.slick-prev:hover,
.slick-next:hover {
	background-color: rgba(96, 96, 96, 0.5);
}

.slick-prev:before {
	font-family: "Material Design Icons";
	font-size: 3rem;
	content: "\f141";
	color: #212529;
}

.slick-next:before {
	font-family: "Material Design Icons";
	content: "\f142";
	font-size: 3rem;
	color: #212529;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	color: #FFFFFF;
}

@media (min-width: 576px) {
	.latest-items .slick-prev {
		left: auto;
		right: 4rem;
	}

	.latest-items .slick-next {
		right: 15px;
	}

	.latest-items .slick-prev,
	.latest-items .slick-next {
		z-index: 5;
		top: -2rem;
		height: auto;
		width: auto;
		bottom: auto;
	}
}

@media (max-width: 577px) {
	.nav-item {
		width: 100%;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.slick-items-contents .slick-prev,
	.slick-items-contents .slick-next {
		width: 10%;
	}
}

@media (min-width: 1200px) {
	.slick-items-contents .slick-prev,
	.slick-items-contents .slick-next {
		width: 5%;
	}
}

.latest-items-title {
	font-size: 1.25rem;
}

.latest-items-description {
	position: absolute;
	text-align: center;
	bottom: 0;
	min-height: 30%;
	left: 15px;
	right: 15px;
	background-color: rgba(96, 96, 96, .5);
}

.latest-items-wrapper .slick-slide a,
.latest-items-wrapper .slick-slide a:hover,
.latest-items-wrapper .slick-slide a:active,
.latest-items-wrapper .slick-slide a:focus {
	color: #FFFFFF;
}

/* COLLECTION BOX */
.family-collection {
	text-align: center;
	color: #FFFFFF;
}

	.family-collection a,
	.family-collection a:hover,
	.family-collection a:focus,
	.family-collection a:active {
		color: #CC0D11;
	}

	.family-collection > div {
		overflow: hidden;
	}

.collection-box img {
	transform: scale(1);
	transition: transform 0.3s;
	-webkit-transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s;
	backface-visibility: hidden;
}

.collection-box:hover img {
	transform: scale(1.05);
	transition: transform 0.3s;
	-webkit-transform: scale(1.05);
	-webkit-transition: -webkit-transform 0.3s;
	backface-visibility: hidden;
}

.collection-description {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 5% 9%;
}

.collection-title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.collection-box .btn {
	font-size: 1.25rem;
	font-weight: 700;
	padding: 1rem 2.5rem;
}

@media (min-width: 1770px) {
	.collection-title {
		font-size: 4rem;
	}

		.collection-title .btn {
			font-size: 1.5rem;
		}
}

/* PAYMENT LOGO */
.payment-shipping-logo-wrapper {
	padding: 3rem 0;
	background-color: darkgray;
}

@media (min-width: 1770px) {
	.payment-shipping-logo-wrapper .col-xl-4 {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
	}
}

/* ABOUT */
.home-content-block {
	text-align: center;
	height: 100%;
	padding: 1rem;
	font-size: 1rem;
}

.home-content-block-motto {
	color: #cc0d11;
	font-size: 1.25rem;
}

.motto-title {
	font-size: 1.75rem;
}

@media (min-width: 768px) {
	.home-content-block-motto {
		font-size: 1.5rem;
		padding: 1rem;
	}

	.motto-title {
		font-size: 2.75rem;
	}
}

@media (min-width: 992px) {
	.home-content-block {
		padding: 1.5rem;
		font-size: 1.25rem;
	}

	.home-content-block-motto {
		font-size: 2.25rem;
		padding: 1.25rem;
	}

	.motto-title {
		font-size: 3.75rem;
	}
}

@media (min-width: 1200px) {
    .home-content-block {
        padding: 1.5rem;
        font-size: 1.05rem;
    }

    .home-content-block-motto {
        font-size: 2.25rem;
        padding: 1.25rem;
    }

    .motto-title {
        font-size: 3.25rem;
    }
}

@media (min-width: 1770px) {
	.home-content-block {
		padding: 1.5rem;
		font-size: 1.35rem;
	}

	.home-content-block-motto {
		font-size: 2.5rem;
	}

	.motto-title {
		font-size: 3.5rem;
	}
}

.video-thumb {
	position: relative;
}

	.video-thumb .btn {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 128px;
		height: 96px;
		margin-top: -3rem;
		margin-left: -3rem;
		background: transparent;
	}

	.video-thumb:hover .btn .btn-play-video {
		-moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
		-webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
		transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
		fill: #f00;
		fill-opacity: 1;
	}