/*
*
* Product
*/
.product {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 48px 20px 35px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.product-rating {
	font-size: 17px;
	color: #eeaf5e;
}

.product-rating > * {
	display: inline-block;
	vertical-align: middle;
}

.product-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
}

.product-price {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: .025em;
	color: #57a4e0;
}

.product-price-old {
	color: rgba(21, 21, 21, 0.5);
	text-decoration: line-through;
}

.product-price-old + .product-price {
	margin-left: 4px;
}

.product-badge {
	position: absolute;
	text-align: center;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 2px 14px 3px 10px;
	min-width: 76px;
	font-size: 12px;
	line-height: 2;
	letter-spacing: .1em;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 1;
}

.product-badge::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: skew(-22deg);
	transform-origin: 50% 0;
	pointer-events: none;
	z-index: -1;
}

.product-badge-new {
	color: #ffffff;
}

.product-badge-new::before {
	background: #57a4e0;
}

.product-badge-sale {
	color: #151515;
}

.product-badge-sale::before {
	background: #eeaf5e;
}

.product-button {
	pointer-events: none;
}

.product-button .button {
	width: 100%;
	letter-spacing: .01em;
	pointer-events: auto;
	min-width: 140px;
}

.product-button * + .button-wrap,
.product-button * + .button {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.desktop .product-button {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.desktop .product-button::before {
		position: absolute;
		content: '';
		top: 50%;
		left: 50%;
		width: 200px;
		height: 200px;
		opacity: 0;
		visibility: hidden;
		background: rgba(87, 164, 224, 0.5);
		transform: translate3d(-50%, -50%, 0);
		border-radius: 50%;
		transition-delay: .35s;
	}
	.desktop .product-button .button-wrap {
		opacity: 0;
		visibility: hidden;
		transition: all .35s ease-in-out;
	}
	.desktop .product-button .button-wrap:first-child {
		transform: translate3d(15px, 0, 0);
	}
	.desktop .product-button .button-wrap:last-child {
		transform: translate3d(-15px, 0, 0);
	}
	.desktop .product:hover .product-button::before {
		width: 500px;
		height: 500px;
		opacity: 1;
		visibility: visible;
		background: rgba(255, 255, 255, 0.92);
		transition: all .35s ease;
	}
	.desktop .product:hover .product-button .button-wrap {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	.desktop * + .product-button {
		margin-top: 0;
	}
}

* + .product-rating {
	margin-top: 18px;
}

* + .product-title {
	margin-top: 8px;
}

* + .product-price-wrap {
	margin-top: 6px;
}

* + .product-button {
	margin-top: 14px;
}

@media (min-width: 992px) {
	.product {
		text-align: left;
		padding-left: 44px;
	}
}

.product-minimal {
	text-align: left;
	align-items: center;
}

.product-minimal-figure {
	position: relative;
	display: block;
	overflow: hidden;
	background: #f3f3f3;
}

.product-minimal-figure img {
	width: 100%;
	transform: none;
}

.product-minimal-title {
	letter-spacing: 0;
	color: #151515;
}

.product-minimal-title a, .product-minimal-title a:focus, .product-minimal-title a:active {
	color: inherit;
}

.product-minimal-title a:hover {
	color: #57a4e0;
}

.product-minimal-price {
	line-height: 1;
	letter-spacing: .025em;
	color: #57a4e0;
}

* + .product-minimal-price {
	margin-top: 12px;
}

.product-top-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.product-top-panel-title {
	font-weight: 400;
	text-transform: none;
}

.product-top-panel-sorting .form-input:not(.select2-container-active) {
	border-color: #ebebeb;
}

.product-top-panel-sorting .select2-container {
	min-width: 200px;
	font-size: 14px;
}

.product-top-panel-sorting .select2-container .select2-choice {
	color: #151515;
	padding-top: 11px;
	padding-bottom: 11px;
}

.product-top-panel + .row {
	margin-top: 40px;
}

@media (min-width: 576px) {
	.product-top-panel {
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.product-top-panel + .row {
		margin-top: 60px;
	}
}

* + .list-popular-product {
	margin-top: 30px;
}

.list-popular-product-item + .list-popular-product-item {
	margin-top: 16px;
}

.single-product {
	text-align: center;
	letter-spacing: .05em;
	color: #151515;
}

.single-product .button {
	min-width: 176px;
}

.single-product h4 + .group-md {
	margin-top: 14px;
}

.single-product .group-md + p {
	margin-top: 24px;
}

.single-product p + hr {
	margin-top: 14px;
}

.single-product .group-lg + hr {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.single-product {
		text-align: left;
	}
}

.single-product-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1;
	letter-spacing: .05em;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #57a4e0;
}

.list-description {
	text-align: left;
	letter-spacing: .025em;
}

.list-description li > * {
	display: inline-block;
	vertical-align: middle;
}

.list-description li span:first-child {
	margin-right: 6px;
}

.list-description li span:last-child {
	color: #777777;
}

.list-description li + li {
	margin-top: 7px;
}

* + .list-description {
	margin-top: 32px;
}

.list-description + .group-lg {
	margin-top: 20px;
}

.single-product-social-title {
	letter-spacing: 0;
}

.single-product-social-list {
	color: #151515;
}

.single-product-social-list .icon {
	vertical-align: middle;
	font-size: 17px;
	line-height: 25px;
}

.single-product-social-list a, .single-product-social-list a:focus, .single-product-social-list a:active {
	color: inherit;
}

.single-product-social-list a:hover {
	color: #57a4e0;
}

.single-product-rating {
	font-size: 25px;
	color: #eeaf5e;
}

.single-product-rating .icon + .icon {
	margin-left: 4px;
}

.box-rating {
	font-size: 19px;
	color: #eeaf5e;
}

.product-stepper .stepper {
	padding-right: 47px;
}

.product-stepper input[type="number"] {
	padding: 27px 10px;
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	letter-spacing: .025em;
	color: #151515;
	max-width: 85px;
}

.product-stepper .stepper-arrow {
	margin-top: 0;
	top: auto;
	right: 0;
	width: 37px;
	height: 37px;
	font-size: 24px;
	line-height: 37px;
	background: #f3f3f3;
}

.product-stepper .stepper-arrow.up {
	top: 0;
}

.product-stepper .stepper-arrow.down {
	left: auto;
	bottom: 0;
}

.table-cart {
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
}

.table-cart thead tr {
	border: 1px solid #e1e1e1;
}

.table-cart tr {
	border: none;
}

.table-cart th:first-child,
.table-cart td:first-child {
	text-align: left;
}

@media (min-width: 992px) {
	.table-cart th:first-child,
	.table-cart td:first-child {
		padding-left: 30px;
	}
}

.table-cart tbody tr td {
	padding: 12px 14px;
}

.table-cart tbody tr:first-child td {
	padding-top: 26px;
}

.table-cart tbody tr:last-child td {
	padding-bottom: 26px;
}

.table-cart th {
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 16px;
	font-weight: 500;
	color: #777777;
	background: #ffffff;
}

@media (min-width: 992px) {
	.table-cart th {
		font-size: 18px;
		padding-top: 23px;
		padding-bottom: 23px;
	}
}

.table-cart td {
	width: auto;
	min-width: auto;
	font-size: 16px;
	letter-spacing: .075em;
	color: #151515;
}

.table-cart td:first-child {
	width: 61%;
	min-width: 390px;
}

.table-cart td:first-child > * {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.table-cart td:first-child {
		min-width: 500px;
	}
}

.table-cart td:nth-child(2), .table-cart td:nth-child(4) {
	width: 13%;
}

.table-cart td:nth-child(2), .table-cart td:nth-child(4) {
	min-width: 100px;
}

.table-cart td:nth-child(3) {
	min-width: 150px;
}

@media (min-width: 992px) {
	.table-cart td {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.table-cart td {
		font-size: 24px;
	}
}

.table-cart-link {
	font-weight: 500;
	letter-spacing: .1em;
}

.table-cart-link, .table-cart-link:focus, .table-cart-link:active {
	color: inherit;
}

.table-cart-link:hover {
	color: #57a4e0;
}

.table-cart-figure {
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 90px;
	background: #f3f3f3;
}

@media (min-width: 992px) {
	.table-cart-figure {
		max-width: 146px;
	}
}

.table-cart-figure + a {
	margin-left: 15px;
}

@media (min-width: 992px) {
	.table-cart-figure + a {
		margin-left: 30px;
	}
}

.table-checkout {
	text-transform: uppercase;
}

.table-checkout tr {
	border-color: #e1e1e1;
}

.table-checkout tr + tr td {
	border-top: 1px solid #e1e1e1;
}

.table-checkout td {
	padding: 20px 20px;
	font-size: 16px;
	letter-spacing: .1em;
	color: #151515;
}

.table-checkout td:first-child {
	min-width: 190px;
}

.table-checkout td:last-child {
	min-width: 150px;
	text-align: right;
}

@media (min-width: 576px) {
	.table-checkout td {
		padding: 24px 56px 24px 24px;
	}
}

.table-cart-stepper {
	max-width: 123px;
	margin-left: auto;
	margin-right: auto;
}

.table-cart-stepper input[type="number"] {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: .1em;
	color: #151515;
	background: #ffffff;
	border-color: #ffffff;
}

.table-cart-stepper .stepper-arrow {
	line-height: 36px;
	border: 1px solid #e1e1e1;
}

.table-cart-stepper .stepper-arrow.up {
	font-size: 30px;
}

.table-cart-stepper .stepper-arrow.down {
	font-size: 18px;
}

@media (min-width: 1200px) {
	.table-cart-stepper input[type="number"] {
		font-size: 24px;
	}
}