@charset "utf-8";

@import url("fontawesome-4.5.0.min.css");

@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0,
.row0 a {}

.row1,
.row1 a {}

.row2,
.row2 a {}

.row3,
.row3 a {}

.row4 {
	border-top: 5px solid;
}

.row5,
.row5 a {}

/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
#topbar {}

#topbar .faico {
	margin-top: 14px;
}

#topbar .faico li {
	margin: 0;
}

/* Header
--------------------------------------------------------------------------------------------------------------- */
#header {
	text-align: center;
}

#header #logo {}

#header #logo * {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#header #logo i {
	margin-bottom: 30px;
}

#header #logo h1 {
	font-size: 42px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

#header #logo p {
	font-size: .9rem;
	font-style: italic;
	text-transform: lowercase;
}

/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro {
	padding: 160px 0;
	text-align: center;
}

#pageintro * {
	margin: 0;
	line-height: 1;
}

#pageintro .heading {
	margin-bottom: 80px;
	font-size: 4rem;
	text-transform: uppercase;
}

#pageintro p {
	margin-bottom: 30px;
	font-weight: 700;
}

#pageintro .btn {
	padding: 30px 50px;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

/* Intro Blocks
--------------------------------------------------------------------------------------------------------------- */
#introblocks {
	padding: 50px 0;
}

#introblocks * {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#introblocks article {
	position: relative;
	padding: 20px 0 30px 50px;
	overflow: hidden;
	z-index: 1;
}

#introblocks span {
	display: block;
	position: absolute;
	top: 0;
	left: -30px;
	font-size: 22rem;
	line-height: .6;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: -1;
}

#introblocks i {
	margin-bottom: 20px;
	font-size: 36px;
}

#introblocks .heading {
	margin-bottom: 20px;
	text-transform: uppercase;
}

#introblocks p {}

/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
	padding: 80px 0;
}

/* Content */
.container .content {}

.opacity {
	opacity: .6;
}

.opacity:hover {
	opacity: 1;
}

.infolist {
	display: block;
}

.infolist li {
	display: block;
	position: relative;
	min-height: 80px;
	margin-bottom: 30px;
	padding: 20px 20px 20px 90px;
	border: 1px solid;
}

.infolist li:last-child {
	margin-bottom: 0;
}

/* Used in mobile devices when elements stack */
.infolist li::before,
.infolist li::after {
	display: table;
	content: "";
}

.infolist li::after {
	clear: both;
}

.infolist li * {
	margin: 0;
	line-height: 1;
}

.infolist li i {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
}

.infolist li i {
	line-height: 48px;
	border: 1px solid;
	text-align: center;
	font-size: 24px;
}

.infolist li .heading {
	margin-bottom: 5px;
	font-size: 1.2rem;
}

.infolist li p {
	line-height: 1.4;
}

.excerpt {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	padding-bottom: 20px;
}

.excerpt img {}

.excerpt .excerpttxt {
	display: block;
	position: relative;
	max-width: 90%;
	margin: -40px auto;
	padding: 20px;
}

.excerpt .heading {
	margin: 0 0 5px 0;
}

.excerpt ul {}

.excerpt ul li {}

.excerpt p {}

.excerpt p:last-of-type {
	margin: 0;
	padding: 0;
}

/* Comments */
#comments ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}

#comments li {
	margin: 0 0 10px 0;
	padding: 15px;
}

#comments .avatar {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid;
}

#comments address {
	font-weight: bold;
}

#comments time {
	font-size: smaller;
}

#comments .comcont {
	display: block;
	margin: 0;
	padding: 0;
}

#comments .comcont p {
	margin: 10px 5px 10px 0;
	padding: 0;
}

#comments form {
	display: block;
	width: 100%;
}

#comments input,
#comments textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid;
}

#comments textarea {
	overflow: auto;
}

#comments div {
	margin-bottom: 15px;
}

#comments input[type="submit"],
#comments input[type="reset"] {
	display: inline-block;
	width: auto;
	min-width: 150px;
	margin: 0;
	padding: 8px 5px;
	cursor: pointer;
}

/* Sidebar */
.container .sidebar {}

.sidebar .sdb_holder {
	margin-bottom: 50px;
}

.sidebar .sdb_holder:last-child {
	margin-bottom: 0;
}

/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
	padding: 80px 0;
}

#footer .title {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 1.2rem;
	text-transform: uppercase;
}

#footer .linklist li {
	display: block;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid;
}

#footer .linklist li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

#footer .linklist li::before,
#footer .linklist li::after {
	display: table;
	content: "";
}

#footer .linklist li,
#footer .linklist li::after {
	clear: both;
}

#footer .contact {}

#footer .contact.linklist li,
#footer .contact.linklist li:last-child {
	position: relative;
	padding-left: 40px;
}

#footer .contact li * {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

#footer .contact li i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	font-size: 16px;
	text-align: center;
}

#footer input,
#footer button {
	border: 1px solid;
}

#footer input {
	display: block;
	width: 100%;
	padding: 8px;
}

#footer button {
	padding: 8px 18px 10px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}

/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
	padding: 30px 0;
}

#copyright * {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul,
nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainav,
#mainleft,
#breadcrumb,
.sidebar nav {
	line-height: normal;
}

#mainav .drop::after,
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
	position: absolute;
	font-family: "FontAwesome";
	font-size: 10px;
	line-height: 10px;
}

/* Top Navigation */
#mainav {}

#mainav ul {
	text-transform: uppercase;
	text-align: center;
}

#mainav ul ul {
	z-index: 9999;
	position: absolute;
	width: 160px;
	text-transform: none;
	text-align: left;
}

#mainav ul ul ul {
	left: 160px;
	top: 0;
}

#mainav li {
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	padding: 0;
}

#mainav li:last-child {
	margin-right: 0;
}

#mainav li li {
	width: 100%;
	margin: 0;
}

#mainav li a {
	display: block;
	padding: 20px 0;
}

#mainav li li a {
	border: solid;
	border-width: 0 0 1px 0;
}

#mainav .drop {
	padding-left: 15px;
}

#mainav li li a,
#mainav li li .drop {
	display: block;
	margin: 0;
	padding: 10px 15px;
}

#mainav .drop::after,
#mainav li li .drop::after {
	content: "\f0d7";
}

#mainav .drop::after {
	top: 25px;
	left: 5px;
}

#mainav li li .drop::after {
	top: 15px;
	left: 5px;
}

#mainav ul ul {
	visibility: hidden;
	opacity: 0;
}

#mainav ul li:hover>ul {
	visibility: visible;
	opacity: 1;
}

#mainav form {
	display: none;
	margin: 0;
	padding: 20px 0;
}

#mainav form select,
#mainav form select option {
	display: block;
	cursor: pointer;
	outline: none;
}

#mainav form select {
	width: 100%;
	padding: 5px;
	border: 1px solid;
}

#mainav form select option {
	margin: 5px;
	padding: 0;
	border: none;
}

#mainleft .drop::after,
#mainleft li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
	position: absolute;
	font-family: "FontAwesome";
	font-size: 10px;
	line-height: 10px;
}

/* Top Navigation */
#mainleft {}

#mainleft ul {
	text-transform: uppercase;
	text-align: center;
}

#mainleft ul ul {
	z-index: 9999;
	position: absolute;
	width: 160px;
	text-transform: none;
	text-align: left;
}

#mainleft ul ul ul {
	left: 160px;
	top: 0;
}

#mainleft li {
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	padding: 0;
}

#mainleft li:last-child {
	margin-right: 0;
}

#mainleft li li {
	width: 100%;
	margin: 0;
}

#mainleft li a {
	display: block;
	padding: 20px 0;
}

#mainleft li li a {
	border: solid;
	border-width: 0 0 1px 0;
}

#mainleft .drop {
	padding-left: 15px;
}

#mainleft li li a,
#mainleft li li .drop {
	display: block;
	margin: 0;
	padding: 10px 15px;
}

#mainleft .drop::after,
#mainleft li li .drop::after {
	content: "\f0d7";
}

#mainleft .drop::after {
	top: 25px;
	left: 5px;
}

#mainleft li li .drop::after {
	top: 15px;
	left: 5px;
}

#mainleft ul ul {
	visibility: hidden;
	opacity: 0;
}

#mainleft ul li:hover>ul {
	visibility: visible;
	opacity: 1;
}

#mainleft form {
	display: none;
	margin: 0;
	padding: 20px 0;
}

#mainleft form select,
#mainleft form select option {
	display: block;
	cursor: pointer;
	outline: none;
}

#mainleft form select {
	width: 100%;
	padding: 5px;
	border: 1px solid;
}

#mainleft form select option {
	margin: 5px;
	padding: 0;
	border: none;
}

/* Breadcrumb */
#breadcrumb {
	padding: 120px 0 30px;
	text-align: center;
	text-transform: uppercase;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumb li {
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0;
}

#breadcrumb li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 12px 0 0;
	font-size: 12px;
}

#breadcrumb li a::after {
	top: 3px;
	right: 0;
	content: "\f101";
}

#breadcrumb li:last-child a {
	margin: 0;
	padding: 0;
}

#breadcrumb li:last-child a::after {
	display: none;
}

/* Sidebar Navigation */
.sidebar nav {
	display: block;
	width: 100%;
}

.sidebar nav li {
	margin: 0 0 3px 0;
	padding: 0;
}

.sidebar nav a {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 10px 5px 15px;
	text-decoration: none;
	border: solid;
	border-width: 0 0 1px 0;
}

.sidebar nav a::after {
	top: 9px;
	left: 5px;
	content: "\f101";
}

.sidebar nav ul ul a {
	padding-left: 35px;
}

.sidebar nav ul ul a::after {
	left: 25px;
}

.sidebar nav ul ul ul a {
	padding-left: 55px;
}

.sidebar nav ul ul ul a::after {
	left: 45px;
}

/* Pagination */
.pagination {
	display: block;
	width: 100%;
	text-align: center;
	clear: both;
}

.pagination li {
	display: inline-block;
	margin: 0 2px 0 0;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination a,
.pagination strong {
	display: block;
	padding: 8px 11px;
	border: 1px solid;
	background-clip: padding-box;
	font-weight: normal;
}

/* Back to Top */
#backtotop {
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	opacity: .2;
}

#backtotop i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
}

#backtotop.visible {
	visibility: visible;
	opacity: .5;
}

#backtotop:hover {
	opacity: 1;
}

/* Tables
--------------------------------------------------------------------------------------------------------------- */
table,
th,
td {
	border-collapse: collapse;
	vertical-align: top;
}

table,
th {
	table-layout: auto;
}

table {
	width: 100%;
	margin-bottom: 15px;
}

th,
td {
	padding: 4px 5px;
}

td {
	border-width: 0 1px;
}

/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

#gallery figure figcaption {
	display: block;
	width: 100%;
	clear: both;
}

#gallery li {
	margin-bottom: 30px;
}

/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico {
	margin: 0;
	padding: 0;
	list-style: none;
}

.faico li {
	display: inline-block;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	line-height: normal;
}

.faico li:last-child {
	margin-right: 0;
}

.faico a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

.faico a {
	color: inherit;
	background-color: transparent;
}

.faicon-dribble:hover {
	color: #EA4C89;
}

.faicon-facebook:hover {
	color: #3B5998;
}

.faicon-google-plus:hover {
	color: #DB4A39;
}

.faicon-linkedin:hover {
	color: #0E76A8;
}

.faicon-pinterest:hover {
	color: #C8232C;
}

.faicon-rss:hover {
	color: #EE802F;
}

.faicon-twitter:hover {
	color: #00ACEE;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Colours
--------------------------------------------------------------------------------------------------------------- */
body {
	color: #FFFFFF;
	background-color: #2A2A2A;
}

a {
	color: #EEC314;
}
a:hover {
	color: #EEC314;
}

a:active,
a:focus {
	background: transparent;
}

/* IE10 + 11 Bugfix - prevents grey background */
hr,
.borderedbox {
	border-color: #D7D7D7;
	border-radius: 20px;
}

label span {
	color: #FF0000;
	background-color: inherit;
}

input:focus,
textarea:focus,
*:required:focus {
	border-color: #EEC314;
}

.overlay {
	color: #FFFFFF;
	background-color: inherit;
}

.overlay::after {
	color: inherit;
	background-color: rgba(0, 0, 0, .55);
}

.colouredborder {
	border-color: #EEC314;
}

/* Same as the logo colour */
/* Same as the logo shadow colour */
.btn,
.btn.inverse:hover {
	color: #FFFFFF;
	background-color: #EEC314;
	border-color: #EEC314;
}

.btn:hover,
.btn.inverse {
	color: inherit;
	background-color: transparent;
	border-color: inherit;
}

/* Rows */
.row0 {
	color: #888888;
	background-color: #F6F6F6;
}

.row1,
.row1 a {
	color: #888888;
	background-color: #FFFFFF;
}

.row2 {
	color: inherit;
	background-color: rgba(29, 29, 29, .35);
}

.row3 {
	color: #888888;
	background-color: #FFFFFF;
}

.row4 {
	color: #8A8A8A;
	background-color: #353535;
	border-color: #EEC314;
}

.row5,
.row5 a {
	color: #8A8A8A;
	background-color: #2A2A2A;
}

/* Header */
#header #logo * {
	color: inherit;
}

#header #logo i {
	color: #EEC314;
	text-shadow: 0 25px #E5E5E5;
}

/* Text shadow used to create a type of logo effect - not for shadow in this case */

/* Intro Blocks */
#introblocks * {
	color: inherit;
}

#introblocks span {
	color: rgba(255, 255, 255, .1);
}

#introblocks article:hover a {
	color: #EEC314;
}

/* Content Area */
.infolist li {
	border-color: #D7D7D7;
	border-radius: 10px;
}

.infolist li * {
	color: inherit;
}

.infolist li i {
	border-radius: 50px;
	color: #EEC314;
	background-color: #FFFFFF;
	border-color: #EEC314;
}

.infolist li:hover a i {
	color: #FFFFFF;
	background-color: #EEC314;
}

.excerpt .excerpttxt {
	color: inherit;
	background-color: #FFFFFF;
}

/* Footer */
#footer .title {
	color: #FFFFFF;
}

#footer .linklist li {
	border-color: #2A2A2A;
}

#footer input,
#footer button {
	border-color: transparent;
}

#footer input {
	color: #FFFFFF;
	background-color: #2A2A2A;
}

#footer input:focus {
	border-color: #EEC314;
}

#footer button {
	color: #FFFFFF;
	background-color: #EEC314;
}

/* Navigation */
#mainleft li a {
	color: inherit;
}

#mainleft .active a,
#mainleft a:hover,
#mainleft li:hover>a {
	color: #EEC314;
	background-color: inherit;
}

#mainleft li li a,
#mainleft .active li a {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, .6);
	border-color: rgba(0, 0, 0, .6);
}

#mainleft li li:hover>a,
#mainleft .active .active>a {
	color: #FFFFFF;
	background-color: #EEC314;
}

#mainleft form select {
	color: #FFFFFF;
	background-color: #393C40;
}

#mainav li a {
	color: inherit;
}

#mainav .active a,
#mainav a:hover,
#mainav li:hover>a {
	color: #EEC314;
	background-color: inherit;
}

#mainav li li a,
#mainav .active li a {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, .6);
	border-color: rgba(0, 0, 0, .6);
}

#mainav li li:hover>a,
#mainav .active .active>a {
	color: #FFFFFF;
	background-color: #EEC314;
}

#mainav form select {
	color: #FFFFFF;
	background-color: #393C40;
}

#breadcrumb a {
	color: #888888;
	background-color: inherit;
}

#breadcrumb li:last-child a {}

.container .sidebar nav a {
	color: inherit;
	border-color: #D7D7D7;
}

.container .sidebar nav a:hover {
	color: #EEC314;
}

.pagination a,
.pagination strong {
	border-color: #D7D7D7;
}

.pagination .current * {
	color: #FFFFFF;
	background-color: #EEC314;
}

#backtotop {
	color: #FFFFFF;
	background-color: #EEC314;
}

/* Tables + Comments */
table,
th,
td,
#comments .avatar,
#comments input,
#comments textarea {
	border-color: #D7D7D7;
}

#comments input:focus,
#comments textarea:focus,
#comments *:required:focus {
	border-color: #EEC314;
}


#comments li,
#comments input[type="submit"],
#comments input[type="reset"] {
	color: inherit;
	background-color: #FBFBFB;
}

#comments li:nth-child(even) {
	color: inherit;
	background-color: #F7F7F7;
}



/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
-ms-viewport {
	width: device-width;
}

/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px) {
	.hoc {
		max-width: 978px;
	}
}

/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px) {
	.hoc {
		max-width: 90%;
	}

	#topbar {}

	#header {}

	#mainav {}

	#mainav ul {
		display: none;
	}

	#mainav form {
		display: block;
	}

	#mainleft ul {
		display: none;
	}

	#mainleft form {
		display: block;
	}

	#breadcrumb {}

	.container {}

	#comments input[type="reset"] {
		margin-top: 10px;
	}

	.pagination li {
		display: inline-block;
		margin: 0 5px 5px 0;
	}

	#footer {}

	#copyright {}

	#copyright p:first-of-type {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:750px) {

	.imgl,
	.imgr {
		display: inline-block;
		float: none;
		margin: 0 0 10px 0;
	}

	.fl_left,
	.fl_right {
		display: block;
		float: none;
	}

	.one_half,
	.one_third,
	.two_third,
	.one_quarter,
	.two_quarter,
	.three_quarter {
		display: block;
		float: none;
		width: auto;
		margin: 0 0 30px 0;
		padding: 0;
	}

	#topbar .faico {
		margin: 0 0 15px 0;
		text-align: center;
	}

	#topbar .faico li {
		display: inline-block;
		float: none;
		margin: 0 2px 0 0;
	}
}

/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px) {
	.scrollable {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0 0 15px 0;
		overflow: auto;
		overflow-x: scroll;
	}

	.scrollable table {
		margin: 0;
		padding: 0;
		white-space: nowrap;
	}

	.inline li {
		display: block;
		margin-bottom: 10px;
	}

	.pushright li {
		margin-right: 0;
	}

	.font-x2 {
		font-size: 1.4rem;
	}

	.font-x3 {
		font-size: 1.6rem;
	}
}

.black-box {
	background-color: #000000;
	color: #ffffff;
	width: 200px;
	height: 80px;
	padding: 20px;
}

.modal-content {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	/* umbra subtilă */
	border-radius: 10px;
	/* margini rotunjite */
}

/* Setări pentru antetul modalului */
.modal-header {
	background-color: #f1f1f1;
	/* fundal gri deschis */
	border-radius: 10px 10px 0 0;
	/* margini rotunjite pentru partea de sus */
	border-bottom: none;
	/* elimină linia de jos */
}

/* Setări pentru titlul modalului */
.modal-title {
	font-weight: bold;
	/* text bold */
	color: #333;
	/* culoare text */
}

/* Setări pentru butonul "Close" din antetul modalului */
.modal-header .close {
	color: #333;
	/* pictogramă închisă */
}

/* Setări pentru conținutul modalului */
.modal-body {
	padding: 20px;
	/* adaugă un padding la conținut */
	color: #333;
	/* culoare text */
}

.modal-footer .btn-primary {
	background-color: #007bff;
	border: none;
}

.modal-footer .btn-secondary {
	background-color: #f1f1f1;
	border: none;
	color: #333;
}

.modal-footer .close {
	color: #333;
}

#password-error {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	display: none;
	text-align: center;
}

#password-error i {
	margin-right: 10px;
}

#register-error {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	display: none;
	text-align: center;
}

#register-error i {
	margin-right: 10px;
}

#forget-error {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	display: none;
	text-align: center;
}

#forget-error i {
	margin-right: 10px;
}

.product-title {
	padding-left: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.product-price {
	font-size: 18px;
	color: #555;
	margin-bottom: 10px;
	padding: 0px 20px
}

.produt-image {
	border-radius: 12px;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.quantity-section {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	width: 100%;
}

.quantity-label {
	font-size: 16px;
	margin-right: 10px;
}

.quantity-controls {
	display: flex;
}

.quantity-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	background-color: #eec314;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	cursor: pointer;
	user-select: none;
}

.quantity-button:hover {
	background-color: #f0a00c;

}

.quantity-value {
	font-size: 20px;
	margin: 0px 10px;
}

.product-desc {
	color: inherit;
	font-size: 16px;
	margin-bottom: 16px;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}

.extra-title {
	font-size: 21px;
	margin: 0px 0px 0px;
	padding: 0px 10px;
}

.extra-description {
	color: var(--color-neutral-500);
	font-size: 12px;
}

.extra-check-container {
	display: flex;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	user-select: none;
	margin-right: 20px;
}

.extra-check {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.extra-check-custom {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 4px;
}

.extra-check-container:hover .extra-check-custom {
	background-color: #ccc;
}

.extra-check:checked~.extra-check-custom {
	background-color: #EEC314;
}

.extra-check-custom:after {
	content: "";
	position: absolute;
	display: none;
}

.extra-check:checked~.extra-check-custom:after {
	display: block;
}

.extra-check-container .extra-check-custom:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #EEC314;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.cart-title1 {
	color: #868686;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 22px;
	padding-left: 15px;
}

.cart-title2 {
	align-items: flex-start;
	border-bottom: 1px solid #888;
	display: flex;
	flex-direction: row;
	font-size: 1.125rem;
	font-weight: 400;
	justify-content: space-between;
	min-height: 3.5rem;
	padding: 1rem 0;
	width: 100%;
}

.cart-product {
	align-items: stretch;
	background-color: #00000017;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 1rem;
	padding: 1.5rem;
	width: 100%;
}
.cart-checkout {
	align-items: stretch;
	background-color: #00000017;
	border-radius: 10px;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 1rem;
	padding: 1.5rem;
	width: 100%;
}
.cart-table {
	width: 100%;
	border-collapse: hidden;
}

.cart-th,
.cart-td {
	border: 0px solid black;
	padding: 8px;
	text-align: left;
}

th.price,
td.price {
	text-align: right;
}

.cart-img {
	height: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 25%;

}
.product-img {
	align-items: flex-start;
	border-radius: var(--radius);
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: flex-start;
	margin-right: 2rem;
	min-width: 7.625rem;
	overflow: hidden;
}

.cart-title-item {
	font-size: 1.275rem;
	font-weight: 500;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	width: 100%;
}

.cart-info-item {
	color: var(--color-neutral-500);
	flex-grow: 1;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1rem;
	width: 90%;
}

.cart-details {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
	overflow: hidden;
	width: 100%;
}

.cart-button-item {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	width: 6.5rem;
}

.cart-price-item {
	font-size: 1.375rem;
	font-weight: 700;
	text-align: center;
}

.cart-actions {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 15px;
	width: 100%;
}
.cart-title-item2 {
    font-size: 1.275rem;
    font-weight: 500;
    line-height: 1.5rem;

    width: 100%;
}.cart-price-item2 {
	font-size: 1.375rem;
	font-weight: 700;
}
