.old-price {
	font-size: 12px;
	text-decoration: line-through;
	display:inline-block;
	margin-left: 15px;
	color:#AAA;
}

.product-label {
	position: absolute;
	top:15px;
	left:10px;
	z-index: 1;
	width:100%;
}

.product-label.product-more-label {
	position: absolute;
	top:15px;
	left:10px;
	z-index: 9;
}

.product-label .new {
	border:2px solid #fa7268;
	color:#fa7268;
	background:#FFF;
	border-radius: 10px;
	height: 33px;
	padding: 3px 12px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.8px;
	position: relative;
}
.product-label .sale {
	background: #fa7268;
	position: relative;
	border:2px solid #fa7268;
	color:#FFF;
	border-radius: 10px;
	height: 33px;
	padding: 3px 12px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.8px;
}

.alert {
	min-height: 67px;
	width: 560px;
	max-width: 90%;
	border-radius: 12px;
	padding: 16px 22px 17px 20px;
	display: flex;
	align-items: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color:#FFF;
}

.alert span {
	display:block;
	text-align: center;
	width:100%;
}

.alert.alert-error,
.alert.alert-danger {
	background-color:#e41749;
}

.alert.alert-warning {
	background-color:#f2a600;
}

.alert.alert-success {
	background-color:#12c99b;
}

.g-recaptcha {
	margin-top: 20px;
}

.selector-wrapper {
	display:flex;
}

.selector-wrapper label {
	padding-top: 13px;
	padding-right: 15px;
}

.select-container {
	position: relative;
}

.form__select.select-size-product {
	background-color: #FFF;
	background-image:url(/images/down-chevron-svgrepo-com-1.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px 20px;
}

.select-container .select-arrow {
	font-size: 16px;
	position: absolute;
	top: 17px;
	right: 11px;
	cursor: pointer;
}

.out-of-stock,
.out-of-stock-simple {
	display:inline-block;
	background:#fa7268;
	color:#FFF;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	padding: 3px 10px;
	font-size: 20px;
	border-radius: 10px;
}

.out-of-stock {
	position: absolute;
	top:50%;
	left:50%;
	display:block;
	z-index: 1;
	transform: translate(-50%, -50%);
}

#cart_added {
	position: fixed;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.5);
	width:100%;
	height: 100%;
	z-index: 19;
}

#cart_added .cart_added__container {
	background:#FFF;
	border-radius: 8px;
	border: 1px solid #e4e4e4;
	padding:25px 40px;
	text-align: center;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	max-width:700px;
}

#cart_added .cart_added__text {
	font-size: 16px;
	color: #212121;
	font-weight: 400;
}

#cart_added .product_name {
	font-weight: 600;
}

#cart_added .cart_added__buttons {
	display:flex;
	padding-top: 20px;
	justify-content: center;
}

#cart_added .goto-cart {
	margin-right: 20px;
}

#cart_added .goto-cart:hover {
	color: #303030;
}

#cart_added .back {
	background:#000;
	color:#FFF;
	border-color:#000;
}

#cart_added .back:hover {
	color: #303030;
	background:#FFF;
}

.error-buttons {
	display:flex;
	padding-top: 20px;
	justify-content: center;
}

.product-total-prices {
	display:block;
	text-align: center;
}

.cart-payment-container .ptitle {
	margin-top: 20px;
	display:block;
}

.cart-payment-container .cart__payment {
	margin-top: 10px;
}

.req {
	font-size: 26px;
	font-family: 'Oswald', sans-serif;
	color: #fa7268;
	line-height: 14px;
	vertical-align: top;
}

.cart-summary-container {
	padding-top: 20px;
}

.cart_summary__row {
	margin-bottom: 4px;
	margin-top: 4px;
}

.cart_summary__row .money {
	font-size: 20px;
}

.cart_summary__row.total_summary_row .money {
	font-size: 26px;
}

.cart-summary-label {
	display:inline-block;
	width:200px;
}

.cart__item-content a {
	color:#FFF;
}

.message-cart-container {
	padding-bottom: 20px;
}

.cart_item__details {
	color:rgba(255,255,255,0.85);
}

.alert ul {
	text-align: left;
	width: 100%;
}

.catalog-menu__item .main-cat.active,
.catalog-menu__item .main-cat:hover {
	color:#fa7268;
}

.breadcrumb_wrap {
	  padding-top: 100px;
}

.breadcrumb {
	padding:0;
	margin:0;
	color:#919191;
	font-size: 12px;
}

.breadcrumb li {
	display:inline-block;
}

.breadcrumb li a {
	display:inline-block;
	color:#919191;
	padding-right: 30px;
	position: relative;
}

.breadcrumb li a::after {
	content: "\00BB";
	position: absolute;
	top:0;
	right:0;
	display:block;
	color:#919191;
	opacity: 0.7;
	font-size: 16px;
	top: -5px;
	right: 10px;
}

.breadcrumb li:last-child a::after {
	display:none;
}

.category-list {
	display:flex;
	flex-flow: wrap;
}

.category-list .custom_showcase  {
	width:25%;
}

.category-list .showcase_wrapper {
	position: relative;
}

.category-list .showcase_wrapper .image {
	width:100%;
	height: 0;
	padding-bottom: 85%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.category-list .showcase_wrapper .image img {
	width:100%;
	display:none;
}

.category-list .showcase_wrapper .showcase_cnt {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.category-list .showcase_wrapper .showcase_cnt h3 {
	color:#fa7268;
	text-align:center;
	background: rgba(0, 0, 0, 0.6);
	padding: 4px 12px;
	border-radius: 10px;
	text-transform: uppercase;
}

.home__slide .home__link {
	background:rgba(0,0,0,0.4);
}

.home__slide .home__link:hover {
	background: #fa7268;
}

.product--big .product__add svg {
	fill:#000;
}

.product--big .product__img {
	height: 100%;
}

.product--big .product__footer {
	z-index: 1;
}

#modal-gls .modal-dialog {
	width:100%;
	max-width: 1400px;
	  margin: 20px auto;
}

#modal-gls .gls-map {
	width:100%;
	min-height: 400px;
	height: calc(100vh - 150px);
	margin: 20px auto;
}

.fakemodal {
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.3);
	visibility: hidden;
	width: 100%;
	height: 0;
	opacity:0.0;
	transition:opacity 0.3s;
}

.fakemodal.show {
	visibility: visible;
	width: 100%;
	height: 100%;
	opacity:1.0;
}

.fakemodal .modal-header {
	height: 0;
	position: relative;
	width:100%;
}

.fakemodal .modal-header .close {
	z-index: 9999999;
	background: #FFF;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: -14px;
	font-size: 20px;
	border-radius: 50%;
}

.gls-point-selector-container {
	margin-top: 40px;
}

.gls-point-selector-container button {
	width:auto;
	display:inline-block;
	padding-left:20px;
	padding-right: 20px;
}

@media (max-width: 991px) {
	.category-list .custom_showcase {
		width: 50%;
	}
}

@media (max-width: 574px) {
	.home-categories-section {
		padding-bottom: 0;
	}
}

@media (max-width: 479px) {
	.category-list .custom_showcase {
		width: 100%;
	}
	
	.header__logo img {
		width:182px;
	}
}

@media (max-width: 379px) {
	
	.header__logo img {
		width:130px;
	}
}