/* General
==================================== */

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html ::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

html ::-webkit-scrollbar-button {
	display: none;
}

html ::-webkit-scrollbar-track-piece {
	background-color: #e9e9e9;
}

html ::-webkit-scrollbar-thumb {
	background-color: #FF6426;
	border-radius: none;
}

html ::-webkit-scrollbar-corner {
	background-color: #e9e9e9;
}

body {
	background: #EFEDED;
	font-size: 14px;
	font-family: "Jost", sans-serif;
	color: #555;
}

main {
	background: #f8f8f8;
	position: relative;
	z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}

h1,
h2 {
	font-weight: 700;
}

hr {
	margin: 15px 0 30px 0;
	border-color: #ededed;
}

p {
	margin-top: 30px;
	margin-bottom: 30px;
}

a {
	color: #FF6426;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: none;
}



ul,
ol {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}

p.lead {
	font-weight: 400;
	font-size: 20px;
	color: #555;
}

strong {
	font-weight: 600;
}

label {
	color: #555;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
}

header {
	background-color: white;
	box-shadow: 1px 8px 5px -3px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 1px 8px 5px -3px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 1px 8px 5px -3px rgba(0, 0, 0, 0.24);
}

button:focus {
	outline: none;
}

.pl-15 {
	padding-left: 15px;
	;
}

.pr-10 {
	padding-right: 10px;
	;
}

.pr-15 {
	padding-right: 15px;
	;
}






/* Header
==================================== */

header {
	background-color: #fff;
	min-height: 55px;
	padding: 10px 0;
	border-bottom: 1px solid transparent;
}

header.main-header,
header.main-header-2 {
	width: 100%;
	z-index: 2;
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header.main-header.sticky {
	border-bottom: 1px solid #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
}

header.main-header.active {
	border-bottom: 1px solid #ddd;
}

header.static {
	position: static;
	border-bottom: 1px solid #ddd;
	z-index: 2;
	position: relative;
}

/* Header Menu Color */

.main-menu>ul>li span:hover>a {
	color: #f25c04;
}

.main-menu ul ul {
	border-top: 2px solid #f25c04;
}

.main-menu ul ul li:hover>a {
	color: #f25c04;
}

.main-menu ul ul li span>a:hover {
	color: #f25c04;
}

/**PAGINATION**/
.pagination>li>a {
	background-color: white;
	color: #FF6442;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #FF6442;
	background-color: #FF6442;
	border-color: #FF6442;
	cursor: pointer;
}

.pagination>.active>a {
	color: white;
	background-color: #FF6442 !Important;
	border: solid 1px #FF6442 !Important;
}

.pagination>.active>a:hover {
	background-color: #FF6442 !Important;
	border: solid 1px #FF6442;
}

/******FIN PAGINATION*****/

/* Header Menu Chevron Down */

.main-menu a i {
	font-size: 9px;
	margin-left: 2px;
}

/* Header Sub Menu Icon */

.main-menu ul ul li span>a:after {
	font-family: "FontAwesome";
	font-weight: 500;
	content: "\f054";
	float: right;
	font-size: 9px;
	margin-top: 3px;
}

.textmayus p {
	text-transform: lowercase;
	padding: 0;
	margin: 0;
}

.textmayus p:first-letter {
	text-transform: uppercase;
}

.textZiseBold {
	font-weight: bold;
	font-size: 20px;
}

/* Header Icons */

ul#menuIcons {
	float: right;
	position: relative;
	top: 3px;
	margin: -1px 0 0 0;
}

ul#menuIcons li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin-left: 15px;
}

ul#menuIcons li i {
	font-size: 34px;
}

ul#menuIcons li a {
	color: #f25c04;
}

ul#menuIcons li a:hover {
	color: #333;
}

/* Logo */

#logo h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#logo h1 a {
	width: 149px;
	height: 35px;
	display: block;
	background: url(../img/logo.svg) no-repeat 0 0;
	background-size: 149px 35px;
	text-indent: -9999px;
}

/* Sticky Nav */

.sticky-nav {
	width: 100%;
	background-color: #fff;
	padding: 15px 0;
	position: relative;
}

.sticky-nav span {
	position: absolute;
	height: 7px;
	width: 100%;
	left: 0;
	bottom: 0;
	box-shadow: 0 2px 2px 0 rgb(9 30 66 / 13%);
}

.sticky-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sticky-nav ul li {
	display: inline-block;
	margin-right: 15px;
}

.sticky-nav a.list-group-item {
	color: #333;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	background-color: transparent;
	padding: 6px 15px;
	font-weight: 500;
	border: 1px solid #ccc;
	text-align: center;
}

.sticky-nav a.list-group-item.active {
	color: #fff;
	background-color: #f25c04;
	border-color: #f25c04;
}

.sticky-nav a:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #f25c04;
}

.sticky-nav a.active,
.sticky-nav a:hover {
	color: #f25c04;
	border-color: #f25c04;
}

.sticky-nav a i {
	margin-right: 8px;
}

.sticky-nav.is_stuck {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	border-top: none;
	z-index: 3;
}



/* Sub Header
==================================== */

.sub-header {
	background-color: #121921;
	padding: 15px 0;
	margin-top: 59px;
}

.sub-header h1 {
	color: #fff;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

/* Footer
==================================== */



footer.main-footer h5 {
	color: #fff;
}

footer.main-footer {
	padding-top: 90px;
	padding-bottom: 90px;
	color: #bcbcbc;
	background-color: #121921;
	border-top: 1px solid #ddd;
}

footer.main-footer ul.nav-links li i {
	font-size: 13px;
}

.footer-heading {
	margin-bottom: 1.25rem;
	font-weight: 600;
}

a.footer-link {
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

.footer-link:hover {
	color: #fff;
}

.contact-links i {
	color: #f25c04;
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}

a.social-link {
	color: #fff;
	opacity: 0.6;
	font-size: 20px;
	font-weight: 400;
	margin-right: 10px;
}


.social-links li {
	display: inline-block;
}

footer #copy {
	text-align: right;
	font-size: 13px;
	color: #bcbcbc;
}

footer hr {
	border-top: 2px dotted rgba(242, 246, 247, 0.3);
	margin-top: 5px;
}

/* Sub Footer Links */

ul#subFooterLinks {
	margin: 0;
	font-size: 13px;
	color: #bcbcbc;
}

ul#subFooterLinks li {
	display: inline-block;
	margin-right: 15px;
}

ul#subFooterLinks li:first-child {
	margin-right: 20px;
}

ul#subFooterLinks li:last-child:after {
	content: "";
}

ul#subFooterLinks li a {
	color: #bcbcbc
}

ul#subFooterLinks li a:hover {
	text-decoration: underline;
}

ul#subFooterLinks li:after {
	content: "|";
	font-weight: 300;
	position: relative;
	left: 10px;
}

ul#subFooterLinks i {
	color: #f25c04;
}

/* Sub Footer Links */

ul#subFooterLinks {
	margin: 0;
	font-size: 13px;
	color: #999;
}

ul#subFooterLinks li {
	display: inline-block;
	margin-right: 15px;
}

ul#subFooterLinks li:first-child {
	margin-right: 20px;
}

ul#subFooterLinks li:last-child:after {
	content: "";
}

ul#subFooterLinks li a {
	color: #999
}

ul#subFooterLinks li a:hover {
	text-decoration: underline;
}

ul#subFooterLinks li:after {
	content: "|";
	font-weight: 300;
	position: relative;
	left: 10px;
}

ul#subFooterLinks i {
	color: #f25c04;
}

/* Mouse */

.mouse-frame {
	height: 74px;
	width: 74px;
	border-radius: 50%;
	position: absolute;
	top: 460px;
	left: calc(50% - 37px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f8f8f8;
}

.mouse-frame .mouse {
	position: relative;
	height: 35px;
	width: 25px;
	border: solid 2px #f25c04;
	border-radius: 20px;
}

.mouse-frame .mouse:before {
	content: '';
	height: 3px;
	width: 3px;
	border-radius: 50%;
	background-color: #f25c04;
	position: absolute;
	top: 7px;
	left: 11px;
	-webkit-animation: scroll 1s infinite;
	animation: scroll 1s infinite;
}

.mouse-frame:after {
	-webkit-transform: scaleX(1.25) scaleY(1.09);
	transform: scaleX(1.25) scaleY(1.09);
	content: '';
	width: 74px;
	height: 37px;
	opacity: 0.15;
	border-radius: 1000px 1000px 0 0;
	position: absolute;
	top: -11.6%;
	background-color: #f8f8f8;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
	}

	50% {
		-webkit-transform: translateY(6px) translateX(-50%);
		transform: translateY(6px) translateX(-50%);
	}

	100% {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
	}

	50% {
		-webkit-transform: translateY(6px) translateX(-50%);
		transform: translateY(6px) translateX(-50%);
	}

	100% {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
	}
}


.card {
	border-radius: 0;
	border: 0;
	margin-bottom: 5px;
}

.card-body {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;


}

.card-title {
	font-weight: 600;
}

.card-body p {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

.card-body p:last-child {
	margin: 0;
}

.faq .main-title span {
	width: 100px;
}

.faq .main-title span em {
	margin-top: 0;
	width: 50px;
}

/* Containers
==================================== */

.container {
	max-width: 1280px !important;
}

.filter-box,
.contact-box {
	position: relative;
	background: #fff;
	margin: 0 0 30px 0;
	padding: 30px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 2px 2px 0 rgb(9 30 66 / 13%);
}

.filter-box-header {
	margin: 0 15px 15px 15px;
	width: 100%;
}

.contact-box-header {
	margin: 0 15px 20px 15px;
	width: 100%;
	border-bottom: 2px dotted #ddd;
}

.filter-box-header h3,
.contact-box-header h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
	margin: 0 0 5px;
}

.filter-box-header p,
.contact-box-header p {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #999;
}



.price-box-desc {
	color: #f25c04;
	font-size: 11px;
	font-weight: 500;
	background: #fff;
	position: absolute;
	top: 30px;
	right: 30px;
}

/* Quantity Incrementer */

.qty-buttons {
	position: relative;
	width: 88px;
	height: 28px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 10px;
}

input.form-control.qty {
	padding-left: 35px;
	height: 28px;
}

input.qtyminus,
input.qtyplus {
	position: absolute;
	width: 32px;
	height: 22px;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0
}

input.qtyplus {
	background: #fff url(../img/plus.png) no-repeat center center;
	right: 3px;
	top: 2px;
	text-indent: -9999px;
	box-shadow: none;
}

input.qtyminus {
	background: #fff url(../img/minus.png) no-repeat center center;
	right: 51px;
	top: 2px;
	text-indent: -9999px;
	box-shadow: none;
}

/* Grid */

.item-body {
	position: relative;
	margin-bottom: 30px;
}

.item-body figure {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	height: 190px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #ededed;
}

.item-body figure img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	z-index: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-body figure:hover img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.item-body figure a.item-body-link {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	display: block;
}

.item-body figure a.item-body-link>small {
	position: absolute;
	background-color: #409921;
	left: 15px;
	top: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 8px 4px 8px;
	line-height: 1;
	font-size: 11px;
	letter-spacing: 1px;
}

.item-body figure a.item-body-link>small.red {
	background-color: #e54750;
}

.item-body figure .item-title {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: -moz-linear-gradient(top, transparent 5%, black 100%);
	background: -webkit-linear-gradient(top, transparent 5%, black 100%);
	background: linear-gradient(to bottom, transparent 5%, black 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.item-body figure .item-title h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 500;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.item-body figure .item-title small {
	font-weight: 500;
	line-height: 1;
	font-size: 13px;
	color: #fafafa;
}

.item-body ul {
	padding: 15px;
	margin: 0;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 2px 2px 0 rgb(9 30 66 / 13%);
}

.item-body ul li {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}

.item-body ul li:last-child {
	padding: 0;
	float: right;
}

.item-body ul li a {
	color: #333;
}

.item-body ul li a:hover {
	color: #f25c04;
}

.item-body ul li i {
	font-size: 20px;
}

.item-size,
.item-price {
	font-size: 14px;
	position: relative;
	padding-left: 30px;
	margin-right: 5px;
	font-weight: 500;
	color: #333;
}

.item-size:before,
.item-price:before {
	font-size: 20px;
	font-family: "iconfont";
	position: absolute;
	line-height: 1;
	font-weight: 400;
}

.item-size:before {
	content: "\ea6e";
	left: 0;
	top: 0;
}

.item-price:before {
	content: "\ea68";
	left: 0;
	top: -1px;
}

.item-price-discount {
	text-decoration: line-through;
}

/* Ribbon Size */

.ribbon-size {
	background-color: #f25c04;
	color: #fff;
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-weight: 400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	line-height: 1;
	font-size: 13px;
	z-index: 2;
}

/* Form Elements
==================================== */

/* Fields, Textareas */


input.form-control:focus,
textarea.form-control:focus,
select.form-select:focus {
	background: transparent;
	border-color: #f25c04;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

input.form-control:disabled {
	border: none;
}

/* Search Input */

.search-wrap {
	position: relative;
}

.search-wrap input[type='text']:hover {
	border-color: #f25c04;
}

.search-wrap input[type='text']:active,
.search-wrap input[type='text']:focus {
	border-color: #f25c04;
}

.search-wrap input[type='text'] {
	border: 0;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-left: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.search-wrap i {
	background-color: #fff;
	position: absolute;
	color: #ccc;
	top: 13px;
	right: 10px;
	border: 0;
	height: 20px;
	font-size: 18px;
	outline: none;
}

/* Radio */

.radio-wrapper {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
}

.radio-wrapper input {
	position: absolute;
	opacity: 0;
}

.radio-wrapper input:checked~.checkmark {
	border: 1px solid #f25c04;
}

.radio-wrapper input:checked~.checkmark:after {
	opacity: 1;
}

.radio-wrapper .radio-caption {
	margin-left: 33px;
}

.radio-wrapper .checkmark {
	position: absolute;
	top: 12px;
	left: 15px;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 50%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.radio-wrapper .checkmark:after {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #f25c04;
}

.radio-wrapper:hover .checkmark {
	border: 1px solid #f25c04;
}

/* Radio in Order Summary */

.order-body label.cbx.no-edges {
	border: dotted 1px #ccc;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding: 10px 0;
}

.order-body .radio-wrapper.no-edges .checkmark {
	left: 0;
}

/* Ribbon Discount */

.ribbon-discount {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon-discount span {
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: center;
	line-height: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100px;
	display: block;
	background: #f25c04;
	-webkit-box-shadow: 0 6px 10px -5px #000;
	-moz-box-shadow: 0 6px 10px -5px #000;
	box-shadow: 0 6px 10px -5px #000;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
	position: absolute;
	top: 19px;
	right: -21px;
}

/* Price Box */

.price-box {
	position: absolute;
	top: 50px;
	right: 30px;
	padding: 7px 8px 3px;
	background-color: #fff;
	color: #f25c04;
	border: 1px solid #f25c04;
	z-index: 1;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

/* Nice Select Dropdown */

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 45px;
	line-height: 42px;
	outline: none;
	margin-top: 0;
	padding-left: 15px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:hover {
	border-color: #f25c04;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #f25c04;
}

.nice-select:after {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	content: '';
	display: block;
	height: 10px;
	margin-top: -8px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 10px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.border-bottom-only {
	border: none;
	border-bottom: 1px solid #ddd;
	padding-left: 0;
}

.nice-select.wide .list {
	left: -1px !important;
	right: -1px !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	border: 1px solid #f25c04;
	border-radius: 5px;
	box-sizing: border-box;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	margin-top: 10px;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select ul li {
	display: list-item;
}

.nice-select ul li:last-child {
	float: left;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	width: 100%;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #fafafa;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/* Float Labels */

.fl-form input.fl-input,
.fl-form select.fl-select,
.fl-form textarea.fl-textarea {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.fl-form input.fl-input:-moz-placeholder,
.fl-form select.fl-select:-moz-placeholder,
.fl-form textarea.fl-textarea:-moz-placeholder {
	color: #555;
	font-weight: 400;
}

.fl-form input.fl-input::-moz-placeholder,
.fl-form select.fl-select::-moz-placeholder,
.fl-form textarea.fl-textarea::-moz-placeholder {
	color: #555;
	font-weight: 400;
}

.fl-form input.fl-input:-ms-input-placeholder,
.fl-form select.fl-select:-ms-input-placeholder,
.fl-form textarea.fl-textarea:-ms-input-placeholder {
	color: #555;
	font-weight: 400;
	color: #fff !important;
}

.fl-form input.fl-input::-webkit-input-placeholder,
.fl-form select.fl-select::-webkit-input-placeholder,
.fl-form textarea.fl-textarea::-webkit-input-placeholder {
	color: #555;
	font-weight: 400;
}

.fl-form .fl-has-focus input.fl-input,
.fl-form .fl-has-focus select.fl-select,
.fl-form .fl-has-focus textarea.fl-textarea {
	background-color: #fff;
	border-color: #f25c04;
}

.fl-form .fl-has-focus label.fl-label {
	color: #f25c04;
}

.fl-form .fl-is-required:before {
	color: #f25c04;
	padding: 10px 0 0;
}

.fl-form.fl-style-1 .fl-is-active label.fl-label {
	font-size: 11px;
	color: #555;
}

/* Form Buttons */

.btn-form-func {
	background: #f25c04;
	border-radius: 5px;
	border: 2px solid #f25c04;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	padding: 12px 30px 12px 16px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	width: 100%;
	font-weight: 600;
	margin-bottom: 10px;
	height: 45px;
}

.btn-form-func:hover {
	color: #fff;
}

.btn-form-func .btn-form-func-content {
	font-size: 1em;
	line-height: 1.2;
	padding: 0 15px;
	position: relative;
	right: 0;
	transition: right 300ms ease;
	display: block;
	text-align: left;
}

.btn-form-func .icon {
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transition: all 300ms ease;
	transform: translateY(-50%);
	width: 58px;
	height: 70%;
}

.btn-form-func .icon i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.btn-form-func:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: transparent;
	opacity: 0;
	transition: opacity 300ms ease;
}

.btn-form-func:hover .btn-form-func-content {
	right: 100%;
}

.btn-form-func:hover .icon {
	border-left: 0;
	font-size: 1.4em;
	width: 100%;
}

.btn-form-func:hover:after {
	opacity: .2;
}

.btn-form-func.btn-form-func-alt-color {
	background: #fff;
	border-color: #333;
	color: #333 !important;
}

.btn-form-func.btn-form-func-alt-color .icon {
	border-left-color: #f25c04;
}

.btn-form-func.btn-form-func-alt-color:after {
	background-color: transparent;
}

/* Checkboxes */

label.cbx.terms {
	margin: 0;
	padding: 0;
	border: 0;
	height: 22px;
}

label.cbx {
	font-size: 14px;
	font-weight: 500;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	height: 45px;
	margin: 0;
	padding: 10px 15px;
	margin-bottom: 10px;
	width: 100%;
}

.cbx {
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}

.cbx span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
}

.cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	transform: scale(1);
	vertical-align: middle;
	border: 1px solid #ddd;
	transition: all 0.2s ease;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.cbx span:first-child svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #f25c04;
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
}

.cbx:hover span:first-child {
	border-color: #f25c04;
}

.inp-cbx {
	display: none;
}

.inp-cbx:checked+.cbx span:first-child {
	background: #f25c04;
	border-color: #f25c04;
	animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
	stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child:before {
	transform: scale(3.5);
	opacity: 0;
	transition: all 0.6s ease;
}

@keyframes wave {
	50% {
		transform: scale(0.9);
	}
}

/* Terms Link */


.terms-link:hover,
.modify-order:hover {
	color: #f25c04;
	text-decoration: underline;
}

/* Modify Order Link */

.modify-order {
	line-height: 1.8;
	float: right;
}

/* Form validation */

#totalError .parsley-errors-list {
	margin: 0 0 5px 0 !important;
}

.parsley-errors-list {
	font-size: 10px !important;
	text-transform: uppercase;
	border: 1px solid #f25c04;
	background-color: #f25c04;
	color: #fff;
	padding: 2px 0 0 3px !important;
	margin: 10px 0 10px 0 !important;
	list-style-type: none;
	opacity: 0;
}

.parsley-errors-list.filled {
	opacity: 1;
}

.parsley-errors-list:before {
	content: '';
	display: block;
	margin-top: -9px;
	pointer-events: none;
	position: absolute;
	border-bottom: solid 6px #f25c04;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
}

/* Order Summary
==================================== */

/* Order Summary Header */

.order-header {
	text-align: left;
	padding: 20px 0;
	background-color: #121921;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#orderContainer h3 {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 30px;
}

/* Order Summary Body */

.order-body {
	padding: 30px;
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 2px 2px 0 rgb(9 30 66 / 13%);
}

/* List */

#orderContainer span {
	font-size: 14px;
	font-weight: 500;
}

#orderContainer ul {
	list-style: none;
	margin: 0;
}

#orderSumList li {
	font-size: 14px;
	font-weight: 400;
}

#orderSumList li i {
	color: #f25c04;
}

#orderContainer ul li span.price,
.price {
	float: right;
}

#orderContainer .total-container {
	padding: 5px 0 10px 0;
	margin: 0;
}

#orderContainer span.totalTitle,
#orderContainer span.totalValue {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

#orderContainer .delivery-container {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 5px 0;
}

/* Order Summary Footer */

.footer {
	font-size: 13px;
	color: #ccc;
}

.footer i {
	color: #f15e75;
}

.footer a {
	text-decoration: underline;
}

.footer small {
	color: #444;
	font-weight: 600;
}

.txt_titutlo2 {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.text-white {
	font-size: 13px;
	color: #fff;
}

.text-white li {
	padding-bottom: 10px;
}

.txt_descripcion {
	font-size: 13px;
	color: #FF6426;
	font-weight: 600;
}

/* Ancho por defecto para pantallas grandes (computadoras) */
ul.custom-width {
	width: 600px;
}

/* Ancho para tablets */
@media (max-width: 1024px) {
	ul.custom-width {
		width: 400px;
	}
}

/* Ancho para celulares */
@media (max-width: 600px) {
	ul.custom-width {
		width: 170px;
	}
}

/* Spinner Icon */

.spinner-icon {
	position: absolute;
	right: 18px;
	text-align: center;
	top: 60%;
	transition: all 300ms ease;
	transform: translateY(-50%);
	width: 58px;
	height: 85%;
	color: #fff;
	font-size: 18px;
	display: none;
}

/* Confirmation
==================================== */

.tbl-cart {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.tbl-cart tr,
th,
td {
	border: 1px solid #ccc;
}

.table-th {
	text-align: right;
	width: 15%;
}

.table-td {
	text-align: right;
}

/* Back To Top
==================================== */

#toTop {
	width: 40px;
	height: 40px;
	background-color: #f25c04;
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	z-index: 2;
}

/* Responsive
==================================== */

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
		left: -50px;
	}

}

;

@media (max-width: 575px) {
	.hero-home .content h1 {
		font-size: 48px;
	}

	.sticky-nav a.list-group-item {
		font-size: 13px;
	}

	/* Form Elements
	==================================== */
	#search {
		margin-top: 15px;
	}
}

@media (max-width: 767px) {

	/* Hero
	==================================== */
	.hero-home {
		height: 450px;
	}

	.hero-home.bg-mockup {
		height: 450px;
	}

	.hero-home .content {
		font-size: 16px;
		padding: 0 15px;
	}

	.hero-home .content h3 {
		font-size: 42px;
	}

	/* Mouse */
	.mouse-frame {
		top: 420px;
	}

	.tst-content-frame:before {
		top: 440px;
	}

	/* Hero Order */
	.hero-order .review-wrap {
		margin-top: 30px;
	}

	.hero-order a.review-link {
		position: static;
	}

	.hero-order .score span {
		font-size: 18px;
		font-weight: 500;
		float: right;
		text-align: left;
	}

	.order .main-title h2 {
		font-size: 26px;
		margin: 0 0 15px 0;
	}

	/* Sticky Nav */
	.sticky-nav {
		padding: 15px 0;
	}

	.sticky-nav ul {
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
		padding: 6px 0;
		text-align: center;
	}

	.sticky-nav ul li {
		margin-right: 5px;
	}

	/* Banner
	==================================== */
	.banner .textbox {
		padding: 60px;
		text-align: center;
	}

	/* Footer
	==================================== */
	footer #copy {
		text-align: left;
		margin-bottom: 25px;
	}

	footer ul li {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {

	/* Cart Messages
	==================================== */
	.addedToCartMsg,
	.alreadyInCartMsg {
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 30px 20px 30px 150px;
		font-size: 16px;
		font-weight: 400;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-ms-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

	.addedToCartMsg:before,
	.alreadyInCartMsg:before {
		top: 27px;
		left: 125px;
	}

	/* Header
	==================================== */
	header.main-header.sticky {
		position: static;
	}

	header .container {
		width: 100% !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
		width: 100% !important;
		max-width: 100%;
	}

	/* Header Menu Chevron Down */
	.main-menu a i {
		display: none;
	}

	/* Header Icons */
	ul#menuIcons {
		right: 0;
		top: 2px;
	}

	/* Logo */
	#logo {
		position: relative;
		left: 45px;
	}

	/* Banner
	==================================== */
	.banner {
		margin: 0 0 15px 0;
		padding-bottom: 0;
	}

	/* Sub Header
	==================================== */
	.sub-header {
		margin-top: 0;
	}

	/* Footer
	==================================== */
	footer.main-footer {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	/* Containers
	==================================== */
	#orderContainer,
	#personalDetails {
		margin-bottom: 15px;
	}

	.services,
	.contacts {
		padding: 0;
	}

	.faq,
	.order {
		padding: 15px 0 0 0;
	}

	.faq-accordion,
	.box,
	.filter-box,
	.contact-box {
		margin: 0 0 15px 0;
	}

	/* Grid */
	.item-body {
		margin-bottom: 15px;
	}

	/* Form Elements
	==================================== */
	.price-box {
		top: 26px;
	}

	/* Faq
	==================================== */
	.faq .main-title h2 {
		margin: 15px 0;
	}

	.faq-accordion .card:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 575px) and (max-width: 991px) {

	/* Containers
	==================================== */
	/* Order Items */
	.order-list-img {
		width: 100px;
	}
}

/* Estilos para el botón del menú desplegable */
.navbar-toggler {
	color: black;
	border: none;
	outline: none;
	background-color: transparent;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler .navbar-toggler-icon i {
	font-size: 1.5rem;
}



.navbar-toggler-icon {

	border-radius: 2px;
}

@media (max-width: 991.98px) {
	.navbar-collapse {
		background-color: white;
		padding: 1rem;
	}


}

.nav-link {
	color: #FF6426;
	font-weight: 500;
	font-size: 16px;
	margin-left: 16px;
}

.menu {
	font-weight: 800;
}

.navbar-brand img {
	height: 60px;
}

.titlecategory {
	font-size: 23px;
	color: #FF6426;
	font-weight: 600;

}

.mensaHorario {
	font-size: 18px;
	color: #FF6426;
	font-weight: 600;
}

.category .list-group {
	background-color: none;
}

.list-group-item {
	border: none;
	background-color: transparent;
	color: #6D6461;
	font-weight: 500;
	font-size: 18px;
	padding: 5px 0;
}

.list-group-item a {
	color: #6D6461;
	font-weight: 600;
}

.list-group-item a:hover {
	color: #372B27;

}

.list-group-item:last-child {
	font-weight: 600;
}

.input-group {

	border-radius: 5px;
}




.solicitar {
	background-color: white;
	padding: 10px;
	height: 240px;
	border-radius: 5px;
}

.solicitar span.fw-bold {
	display: inline-block;
	background-color: #D1D1D1;
	padding: 10px;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	font-size: 18px;
}

.solicitar span.mb-0 {
	display: block;
	text-align: center;
}

.solicitar .buttonsoli {
	background-color: rgba(255, 100, 38, 0.6);
	border: none;
	color: white;
	width: 100%;
	margin-top: 10px;
}

.solicitar .btncolor {
	background-color: #FF6442;
}

.clausulas {
	margin: 25px 0;
}

.card {
	padding: 15px;
}

.card img {
	width: 75px;
	height: 75px;
}

.contenedor-buscar {
	padding: 15px;
	background-color: white;
	margin-bottom: 10px;
	border-radius: 5px;
}

.contenedor-mensaje {
	padding: 5px;
	background-color: white;
	margin-bottom: 10px;
	border-radius: 5px;
}

.buscar {
	border-radius: 5px;
	border: 1px solid #D1D1D1;

}

.buscar .input-group {
	align-items: stretch;

}

.buscar input.form-control {
	padding-left: 10px;
	/* ajustar el valor según sea necesario */

}

.input-group-text {

	padding: 10px 12px;
}




.card {
	/* display: flex;
    
    align-items: center; */
	border-radius: 5px;
}

.card2 {
	display: flex;

	align-items: center;
}

.card-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	width: 125px;
	padding: 1rem;
	border: none;
}

.card-body h5,
.card-body p {
	margin-bottom: 0;
}

.card-subtitle {
	margin-top: auto;
	width: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #6D6461;
}

.card-text-precioDigi {
	margin-top: auto;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.card-text-topico {
	list-style: square inside;
	color: #6D6461;
	text-transform: lowercase;
}


.card-text-topico li:first-letter {
	text-transform: uppercase;
}

.card-text-DigiTopi {
	margin-top: auto;
	font-weight: bold;
	color: #6D6461;
}

.btn-outline-primary {
	background-color: #A9A9A9;
	color: black;
	width: 2rem;
	height: 2rem;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-left: auto;
}



.precio {
	display: flex;
	align-items: center;
}


.precio h6 {
	margin-right: 10px;
	font-size: 16px;
}


footer {
	margin-top: 50px;
	background-color: #372B27;
	color: white;
	padding: 10px 0;
}

footer .navbar-brand {
	font-weight: bold;
	font-size: 24px;
	color: white;
}

footer .navbar-brand:hover {
	color: white;
}

footer .navbar-nav {
	margin-left: auto;
}

footer .nav-link {
	color: white;
	margin-left: 20px;
}

.footer-content {
	margin-top: 20px;
}

.footer-content hr {
	border-top: 1px solid white;
	margin-bottom: 20px;
}

.footer-content p {
	font-size: 14px;
}

.btn:hover {
	background-color: #FF6426;
}

button.btn {
	border-radius: 5px;
}

button.btn i {
	color: black;
}

.nav-link:hover {
	color: #FF6426;
}

.nav-link {
	color: #FF6426;
}






@media (min-width: 991.98px) {
	.precio {
		display: flex;
		align-items: center;
		/*  margin-left: 179px; */
	}

}


@media (min-width: 991.98px) {

	.card-body {

		width: auto;

	}

	.card {
		width: auto;
	}
}


.btn-outline-primary {
	border: none;
}


.card-body-modal {
	width: 100%;
}



.modal-divider {
	border: 1.5px solid #CCC;
	margin: 10px 0;
}

.topico-title {
	margin-top: 15px;
}

.form-check {
	display: flex;
	align-items: center;
}

.total-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.precio,
.modal-title {
	font-size: 16px;
	font-weight: bold;
	color: #6D6461;
}

.is-requiredac {
	margin-left: 3px;
	color: red;
	font-weight: bold;
}

.total {
	font-size: 20px;
	font-weight: bold;
	color: #372B27;
}

.buttoncancelar {
	color: white;
	background-color: #6C757D;
	margin: 4px;
	padding: 6px 12px;
	border-radius: 5px;
	border: 1px solid #6C757D;
}


.button-pedido {
	color: white;
	background-color: #FF6426;
}

.button-pedido:hover {
	color: white;

}

.button-quitar button {
	color: black;
	background-color: #A9A9A9;
	width: 2rem;
	height: 2rem;
}

.col-7.d-flex {
	display: flex;
	flex-direction: column;
}

.menu-title-container {
	display: flex;
	flex-wrap: wrap;
}

.menu-title-container>h2 {
	flex-basis: 70%;
}

.menu-title-container>span {
	flex-basis: 30%;
}

.menu-info {
	display: inline-block;
}

.solicitar-carrito {
	height: fit-content;
}

.button-solicitar-carrito button {
	background-color: #FF6426;
}

.button-solicitar-carrito .button-disabled {
	background-color: rgba(255, 100, 38, 0.6);
	color: white;
}

.button-disabled:hover {
	background-color: #FF6426;
	color: white;
}


.button-solicitar-carrito button:hover {
	color: white;
}

input[type="email"],
input[type="password"] {
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	padding-left: 10px;
}


.crear-cuenta a {
	color: #FF6426;
}


.input-numerico label {
	border-radius: 5px;
}


/* Crear cuenta
==================================== */
.cabecera-cuenta {
	display: flex;
	align-items: center;
	justify-content: start;
	background-color: white;
	padding: 15px;
	border: none;
}

.buscar.cabecera-cuenta a {
	color: #FF6426;
	text-decoration: none;
	margin-left: 20px;
	font-weight: 600;
}

.buscar.cabecera-cuenta a:hover {
	color: #FF6426;
	text-decoration: none;
}

.cabecera-cuenta h2 {
	margin-right: 20px;
}

.container-crear-cuenta {
	background-color: white;
	border-radius: 5px;
	padding: 20px 0;
}

.tipos-pago {
	padding: 0 30px;
	margin-top: 38px;
}

.tipos-pago input[type="radio"] {
	height: 20px;
	width: 20px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #6c757d;
}

.tipos-pago input[type="radio"]:checked,
input[type="checkbox"]:checked {
	background-color: #8bc34a;
	border-color: #8bc34a;
}



.tipos-pago .form-check {
	margin-bottom: 1rem;
}

::placeholder {
	font-size: 0.8em;
}


.input-group {
	width: 100%;
	display: flex;

	align-items: center;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-number {
	padding: 6px 12px;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}

.btn-number:focus,
.btn-number:hover {
	color: #333;
	background-color: #eee;
	border-color: #ddd;
}

.btn-number:active {
	background-color: #ddd;
}

.btn-number[data-type="minus"] {
	border-right: 0;
}

.btn-number[data-type="plus"] {
	border-left: 0;
}

.input-number {
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 0px;
	user-select: none;
}


.pedido-sub {
	font-size: 14px;
	font-weight: 500;
}

.contenedor-subtotales {
	padding: 0 25px;
}


.background-relleno {
	background-color: #E3E3E6;
}






.list-cuenta a:hover {

	color: #FF6426;
}

ul .list-cuenta:hover {

	color: #FF6426;
}


.container-pedidos {
	min-height: 450px;
}

.direccion-pedidos,
.container-pedidos {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
}

.button-actualizar {
	background-color: #FF6426;
	color: white;
}

.button-actualizar:hover {

	color: white;
}

.note {
	color: #FF6426;
}



.id_pedido .codigo-pedido {
	color: #FF6426 !important;
}

/* @media (max-width: 991.98px) {
    .card-img-top {
        width: 50px;
		height: 50px;
    }
   
  }
 */

.contenedor-fila-menu {
	width: auto;
}

@media (max-width: 991.98px) {
	.total {
		margin-right: 20px;
	}

	.card-body {
		margin-left: 10px;
	}

	.agregado-precio {
		margin-left: 0 !important;
	}
}


.agregado-precio {
	margin-left: 42px;
}


.fa-bars:before {
	content: none !important;
}

.table {
	max-width: 100%;
	width: auto;
	margin-bottom: 1rem;
	background-color: transparent;
	border-collapse: collapse;
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #dee2e6;
}

.table tbody+tbody {
	border-top: 1px solid #dee2e6;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.content-sec {
	height: 100vh;
}