@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');

/********************************* Home *********************************/
.home {
	width: 100%;
	height: 625px;
	background: #FFFFFF;
	z-index: 2;
	padding-top: 130px;
	padding-left: 60px;
	padding-right: 60px;
}

.home_container {
	width: 100%;
	height: 100%;
}

.home_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.home_content_container {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.home_content {
	width: 580px;
}

.home_title {
	font-size: 60px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}

.home_title span {
	color: #e95a5a;
}

.home_text {
	margin-top: 7px;
}

.home_text p {
	color: #FFFFFF;
}

/*********************************
6. Products
*********************************/

.products {
	width: 100%;
	background: #FFFFFF;
	z-index: 2;
	margin-top: 10rem;
    margin-bottom: 5rem;
}

/* Sorting Bar */
.sorting_bar {
	width: 100%;
	padding-top: 88px;
	padding-bottom: 100px;
}

.results {
	font-size: 14px;
	font-weight: 400;
	color: #6c6a74;
}

.item_sorting {
	display: inline-block;
}

.item_sorting>li {
	display: inline-block;
	position: relative;
	width: 191px;
	height: 36px;
	line-height: 32px;
	cursor: pointer;
	border: solid 2px #ececec;
	padding-left: 26px;
	padding-right: 19px;
	margin-right: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #6c6a74;
	margin-bottom: 10px;
}

.item_sorting>li:last-child {
	margin-right: 0;
}

.num_sorting_text {
	padding-right: 11px;
}

.item_sorting li i {
	float: right;
	line-height: 32px;
	font-size: 10px;
	color: #787878;
}

.item_sorting li ul {
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.item_sorting>li:hover ul {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 1px);
}

.item_sorting li ul li {
	display: block;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.item_sorting li ul li span {
	display: block;
	height: 36px;
	line-height: 36px;
	border-bottom: solid 1px #dddddd;
	color: #6c6a74;
	text-align: right;
	padding-right: 5px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.item_sorting li ul li span:hover {
	color: #b5aec4;
}

.item_sorting li ul li:last-child span {
	border-bottom: none;
}

.item_sorting li span:nth-child(2) {
	margin-left: 63px;
}

/* Product */
.product {
	width: calc((100% - 90px) / 4);
	margin-bottom: 59px;
}

.product_image {
	width: 100%;
}

.product_image img {
	max-width: 100%;
}

.product_content {
	width: 100%;
	padding-top: 36px;
	padding-bottom: 38px;
}

.product_title a {
	font-size: 18px;
	font-weight: 500;
	color: #1b1b1b;
	line-height: 1.1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.product_title a:hover {
	color: #e95a5a;
}

.product_price {
	font-size: 16px;
	font-weight: 500;
	color: #6c6a74;
	line-height: 0.75;
	margin-top: 13px;
}

.product_extra {
	position: absolute;
	top: 0;
	left: 54px;
	width: 66px;
	height: 36px;
	text-align: center;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	transform: rotate(90deg);
}

.product_extra a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
}

.product_new {
	background: #6c6a74;
}

.product_sale {
	background: #e95a5a;
}

.product_hot {
	background: #1b1b1b;
}

.product_pagination {
	width: 100%;
	margin-top: 3px;
}

.product_pagination ul li {
	display: inline-block;
}

.product_pagination ul li:not(:last-child) {
	margin-right: 3px;
}

.product_pagination ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #6c6a74;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.product_pagination ul li.active a,
.product_pagination ul li:hover a {
	color: #1b1b1b;
}

/*********************************
7. Icon Boxes
*********************************/

.icon_boxes {
	width: 100%;
	padding-top: 99px;
	padding-bottom: 99px;
	background: #FFFFFF;
	z-index: 2;
}

.icon_box_row {}

.icon_box {
	width: 100%;
	text-align: center;
}

.icon_box_image {
	width: 75px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}

.icon_box_image img {
	max-width: 100%;
}

.icon_box_title {
	font-size: 18px;
	font-weight: 500;
	color: #1b1b1b;
	margin-top: 33px;
}

.icon_box_text {
	margin-top: 20px;
}

/*********************************
	Filter Sidebar
*********************************/
.cd-filter {
	/* position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%; */
	background: #ffffff;
	box-shadow: 4px 4px 20px transparent;
	z-index: 2;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
	-moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s;
}

.cd-filter::before {
	/* top colored bar */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background-color: #444444;
	z-index: 2;
}

/* 
.cd-filter form {
	padding: 70px 20px;
} */
/* 
.cd-filter .cd-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	width: 60px;
	color: #ffffff;
	text-align: center;
	background: #444444;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 3;
} */

.no-touch .cd-filter .cd-close:hover {
	background: #666666;
}

.cd-filter.filter-is-visible {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.cd-filter.filter-is-visible .cd-close {
	opacity: 1;
}

/* @media only screen and (min-width: 1170px) {
	.cd-filter {
		width: 20%;
	}

	.cd-filter form {
		padding: 70px 10%;
	}
} */

.cd-filter-trigger {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	width: 60px;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
	background: transparent url("https://entrusters.com/templates/yoo_moustache/html/com_entrusters_shop/products/ui-img/cd-icon-filter.svg") no-repeat center center;
	z-index: 3;
}

.cd-filter-trigger.filter-is-visible {
	pointer-events: none;
}

@media only screen and (min-width: 1170px) {
	.cd-filter-trigger {
		width: auto;
		left: 2%;
		text-indent: 0;
		color: #9a9a9a;
		text-transform: uppercase;
		padding-left: 24px;
		background-position: left center;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}

	.no-touch .cd-filter-trigger:hover {
		color: #f03d6c;
	}

	.cd-filter-trigger.filter-is-visible,
	.cd-filter-trigger.filter-is-visible:hover {
		color: #ffffff;
	}
}

/* --------------------------------
  
  xcustom form elements
  
  -------------------------------- */
.cd-filter-block {
	margin-bottom: 1.6em;
}

.cd-filter-block h4 {
	/* filter block title */
	position: relative;
	margin-bottom: .2em;
	padding: 10px 0 10px 0;
	color: #9a9a9a;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* cursor: pointer; */
}

.no-touch .cd-filter-block h4:hover {
	color: #f03d6c;
}

/* .cd-filter-block h4::before {

	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 16px;
	background: url("https://entrusters.com/templates/yoo_moustache/html/com_entrusters_shop/products/ui-img/cd-icon-arrow.svg") no-repeat center center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
} */

.cd-filter-block h4.closed::before {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.cd-filter-block input,
.cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
	/* shared style for input elements */
	border-radius: 0;
	background-color: #ffffff;
	border: 2px solid #e6e6e6;
}

.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
	width: 100%;
	padding: .8em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow: none;
}

.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
	outline: none;
	background-color: #ffffff;
	border-color: #f03d6c;
}

.cd-filter-block input[type='search'] {
	/* custom style for the search element */
	border-color: transparent;
	background-color: #e6e6e6;
	/* prevent jump - ios devices */
	font-size: 1rem !important;
}

.cd-filter-block input[type='search']::-webkit-search-cancel-button {
	display: none;
}

.cd-filter-block .cd-select {
	/* select element wrapper */
	position: relative;
}

.cd-filter-block .cd-select::after {
	/* switcher arrow for select element */
	content: '';
	position: absolute;
	z-index: 1;
	right: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	background: url("https://entrusters.com/templates/yoo_moustache/html/com_entrusters_shop/products/ui-img/cd-icon-arrow.svg") no-repeat center center;
	pointer-events: none;
}

.cd-filter-block select {
	cursor: pointer;
}

.cd-filter-block select::-ms-expand {
	display: none;
}

.cd-filter-block .list li {
	position: relative;
	margin-bottom: .8em;
}

.cd-filter-block .list input, .cd-filter-block .list label {
	cursor: pointer;
}

.cd-filter-block .list li:last-of-type {
	margin-bottom: 0;
}

.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
	/* hide original check and radio buttons */
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	z-index: 2;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
	display: flex;
	padding-left: 24px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
	/* custom radio and check boxes */
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
	width: 16px;
	height: 16px;
	left: 0;
}

.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
	/* check mark - hidden */
	display: none;
}

.cd-filter-block .checkbox-label::after {
	/* check mark style for check boxes */
    /* width: 16px;
    position: relative;
    height: 16px;
    background: url(../images/check-mark.svg) no-repeat center center;
    /* left: -71px;
	top: 11px; */
	

	width: 19px;
    position: absolute;
    height: 18px;
    background: url(../images/check-mark.svg) no-repeat center center;
    left: 0;
    bottom: 0;
}

.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
	border-radius: 50%;
}

.cd-filter-block .radio-label::after {
	/* check mark style for radio buttons */
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	left: 5px;
}

.cd-filter-block input[type=radio]:checked+label::before,
.cd-filter-block input[type=checkbox]:checked+label::before {
	border-color: #f03d6c;
	background-color: #f03d6c;
}

.cd-filter-block input[type=radio]:checked+label::after,
.cd-filter-block input[type=checkbox]:checked+label::after {
	display: block;
}

@-moz-document url-prefix() {

	/* hide custom arrow on Firefox - select element */
	.cd-filter-block .cd-select::after {
		display: none;
	}
}



/* Price Slider */
.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
    background-color: #ff1352;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #4CAF50;
	cursor: pointer;
}


/* Products */

/* .products .container {
	position: relative;
	padding: 0;
}

.products .container .row {
	padding: 30px 0;
} */

.row .col-md-4 {
	max-width: 100%;
}

.row .col-md-4 a .card {
	border: 0;
	border-radius: 5px;
	box-shadow: 0px 3px 6px #EDEDED;
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.row .col-md-4 a .card img {
    height: 230px;
    box-shadow: 0px 3px 6px #EDEDED;
    width: 106%;
    padding: 1rem;
    border-radius: 10px;
    background-color: #fff;
}

.row .col-md-4 a .card .card-body .card-title {
	font-family: 'Lato', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
}

.row .col-md-4 a .card .card-body {
	width: 100%;
}
