@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);

:root {
	--cs-link-color-rgb: 241, 125, 0;
	--cs-link-hover-color-rgb: 193, 100, 0;
	--cs-primary-color: #ef7d00;
	--cs-secondary-color: #00a651;
	--cs-dark: #212529;
	--cs-white: #fff;
	--cs-ocean: #008588
}

body {
	font-family: "Montserrat", sans-serif !important
}

a {
	color: rgba(var(--cs-link-color-rgb), var(--cs-link-opacity, 1)) !important
}

a:hover {
	--cs-link-color-rgb: var(--cs-link-hover-color-rgb)
}

input:focus-visible {
	outline: none !important
}

.splide__arrow {
	opacity: 1 !important;
	background: #ef7d00 !important;
	width: 40px !important;
	height: 40px !important;
	top: 45% !important
}

.splide__arrow svg {
	fill: #fff !important
}

.splide__arrow--next {
	right: 0 !important
}

.splide__arrow--left {
	left: 0 !important
}

.product {
	border: 1px solid var(--cs-primary-color);
	padding: 12px;
	border-radius: 6px;
	height: 100%;
	display: grid;
	grid-template-rows: 1fr;
	position: relative;
	gap: 12px;
    overflow: hidden;
}

.product:hover {
	border: 1px solid var(--cs-primary-color);
	box-shadow: 0 4px 12px rgb(0 0 0 / .3)
}

.loop-product-discount {
	position: absolute;
	top: 0;
	right: 14px;
	background: var(--cs-ocean);
	color: var(--cs-white);
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	padding: 6px 8px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px
}

.addCart {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: var(--cs-white);
	background-color: var(--cs-primary-color);
	border: none;
	padding: 8px 12px;
	border-radius: 6px
}

.addCart:hover {
	background-color: var(--cs-secondary-color)
}

.name_product {
	font-size: 18px;
	color: #262626;
	font-weight: 600;
	line-height: 30px;
	margin-top: 45px;
	margin-bottom: 15px;
	min-height: 65px
}

.noUnderline {
	text-decoration: none
}

.regular_Price {
	color: #a1a1a1;
	opacity: 1 !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px
}

.sale_Price {
	color: #262626;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	margin-left: auto
}

.classic-title {
	margin-bottom: 48px;
	margin-top: 20px;
	text-align: center;
	color: #666;
	font-weight: 700;
	font-size: 42px
}

.product-name {
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #262626;
	padding: 0;
	line-height: 30px
}

.productBoxInfo {
	margin-right: 20px;
	margin-bottom: 32px;
	padding-bottom: 32px
}

.productBoxInfo:not(:last-child) {
	border-bottom: 1px solid #a1a1a1
}

.scroll-container {
	overflow-y: auto;
	overflow-x: hidden;
	-ms-overflow-style: none;
	max-height: 900px
}

.cart-product-row .cart-product-row-title {
	color: #262626;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	text-align: left !important
}

.cart-product-row {
	gap: 16px 0;
	align-items: center
}

.quantity {
	gap: 11px;
	justify-content: center;
	margin-right: 10px;
	width: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch
}

.cart-product-row .product-quantity .quantity .qty {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	color: #262626;
	border: none;
	background: #f7f8fa;
	border-radius: 6px !important;
	border: 1px solid #f0f0f0;
	padding: 0 !important;
	min-width: 1em;
	width: 2rem;
	flex: 0 0 auto;
	text-align: center
}

.p_cart_black {
	color: #262626;
	font-size: 16px;
	font-weight: 600
}

.p_cart_blue {
	color: #008588;
	font-size: 16px;
	font-weight: 600
}

.pretRegular {
	font-size: 14px;
	line-height: 24px;
	text-decoration: line-through;
	font-weight: 400;
	color: #a1a1a1;
	margin-right: 15px
}

.cardTotal {
	background: #f0f0f0;
	border: 1px solid #ef7d00;
	padding: 20px 12px 32px;
	border-radius: 6px;
	margin-bottom: 32px
}

.butonFinalizareComanda {
	background-color: #ef7d00;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	width: 100%;
	font-weight: 600 !important;
	font-size: 18px;
	padding: 12px;
	border: none !important
}

.butonFinalizareComanda:hover {
	background-color: #008588
}

.totalCartText {
	color: #262626;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px
}

.h1TitluPage {
	color: #666;
	font-weight: 700
}

@media (max-width:767.98px) {
	.h1TitluPage {
		line-height: 36px;
		font-size: 36px
	}

	.order1Mobile {
		order: 1
	}

	.order2Mobile {
		order: 2
	}
}

@media (max-width:576.98px) {
	.h1TitluPage {
		line-height: 25px;
		font-size: 30px
	}

	.cardTotal {
		padding: 10px 10px 20px;
		border-radius: 6px;
		margin-bottom: 5px
	}

	.totalCartText {
		font-size: 18px;
		font-weight: 600;
		line-height: 32px
	}

	.butonFinalizareComanda {
		font-size: 16px;
		padding: 10px
	}

	.bgFooter {
		width: 100%;
		height: 70px
	}
}

@media (min-width:769px) {
	.h1TitluPage {
		line-height: 72px;
		font-size: 40px
	}
}

@media (min-width:992px) {
	.splide__arrow--next {
		right: -50px !important
	}

	.splide__arrow--prev {
		left: -50px !important
	}
}