.clearfix {
	width: 100%;
	display: block;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	height: 1%;
}
.administrator {
	color: #fff;
	border-width: 20px;
	border-style: solid;
	border-color: transparent gray gray transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
}
.administrator i {
	vertical-align: super;
}
.administrator:hover {
	color: #fff;
	border-color: transparent black black transparent;
}
.spinner-input-group{
	width: 100%;
}
.spinner-input-group .btn-outline-secondary {
	text-align: center;
	cursor: pointer;
	transition: background-color 100ms ease-in;
}
.formcart .spinner-input-group .btn-outline-secondary {
	color: #fff;
	background-color: #f27a24 !important;
	border-color: rgba(242, 123, 38, 0.6);
	line-height: 40px;
}
.formcart .quantity-body {
	color: #fff;
	height: 55px;
	overflow: hidden;
}
.detail .formcart .spinner-input-group .btn-outline-secondary {
	background-color: #f27a24 !important;
	border-color: rgba(242, 123, 38, 0.6);
	line-height: 25px;
}
.spinner-input-group .btn-outline-secondary:hover, .spinner-input-group .btn-outline-secondary:active {
	transition: background-color 100ms ease-in;
}
.formcart .spinner-input-group .btn-outline-secondary:hover, .formcart .spinner-input-group .btn-outline-secondary:active {
	background-color: #faa365 !important;
}
.spinner-input-group input {
	height: auto;
}
.formcart .spinner-input-group input {
	border-color: rgba(242, 123, 38, 0.6);
}
.detail, .products, .cart, .purchase, .page, .error, .contact {
	padding-top: 20px;
	padding-bottom: 60px;
}
.page .col-md-12:last-child {
	font-size: 16px;
}
.detail .images {
	position: relative;
	border: 1px solid #e0e0e0;
}
.detail .head, .page .head {
	background: #f9f9f9;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	padding-left: 10px;
}
.detail .head li, .page .head li {
	display: inline-block;
	padding: 10px 0 10px 0;
}
.detail .head li:after, .page .head li:after {
	content: "•";
	color: #faa365;
	text-shadow: rgba(242, 123, 38, 0.6) 0 0 5px;
	margin: 0 10px;
}
.detail .head li:last-child:after, .page .head li:last-child:after {
	content: "";
}
.detail .info, .formcart .info {
	width: 100%;
	background-color: #f9f9f9;
	overflow: hidden;
}
.detail .info li, .formcart .info li {
	display: inline-block;
}
.detail .info .price, .formcart .info .price {
	color: #FFFFFF;
	font-size: 1.8rem;
	background: #f27a24;
	height: 50px !important;
	line-height: 50px;
	padding: 0 20px;
	position: relative;
}
.detail .info .price i, .formcart .info .price i {
	font-size: 1.5rem;
}
.detail .info .price:after, .formcart .info .price:after {
	content: "";
	position: absolute;
	top: 0;
	right: -25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #f27a24;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #f27a24;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.detail .info .output, .formcart .info .output {
	font-size: 1.0rem;
	font-style: italic;
	height: 50px !important;
	line-height: 50px;
	padding: 0 20px;
}
.detail .text {
	font-size: 1.0rem;
}
.cart ul li, .purchase ul li {
	display: inline-block;
}
.cart ul li:last-child, .purchase ul li:last-child {
	margin-left: 0.5rem;
}
.contact .info {
	color: #fff;
	background: #ff9b00;
	text-shadow: 3px 0px 1px rgba(0,0,0,0.1);
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	height: 100%;
	padding: 1rem;
}
.contact .info ul li {
	margin-bottom: 2rem;
}
.contact .info h4 {
	color: #000;
	margin-bottom: 1rem;
}
.contact .info h4 i {
	border: rgba(255, 255, 255, 0.5) 1px solid;
	background-color: #FFFFFF;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-right: 1rem;
	padding: 0.7rem 0;
}
.contact .info ul li p {
	font-size: 1rem;
	padding-left: 3rem;
}
.contact .info ul li p a {
	color: #fff;
	font-size: 1.1rem;
	text-decoration: none;
}
.contact .info ul li p a:hover {
	color: rgba(255, 255, 255, 0.7);
}
.contact #map {
	width: 100%;
	height: 200px;
}
.contact textarea {
	resize: none;
}
.contact input, .contact textarea {
	background: none;
	font-size: 1rem;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #c6c6c6;
}
.contact input:focus, .contact textarea:focus {
	outline: none;
}
.contact input:focus ~ label, .contact textarea:focus ~ label {
	top: -14px;
	font-size: 12px;
	color: #ff9b00;
}
.contact input:focus ~ span:before, .contact textarea:focus ~ span:before {
	width: 100%;
}
.contact .form-group {
	position: relative;
	margin-bottom: 1.5rem;
}
.contact label {
	color: #c6c6c6;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: 300ms ease all;
}
.contact span {
	position: relative;
	display: block;
	width: 100%;
}
.contact span:before {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0px;
	position: absolute;
	background: #ff9b00;
	transition: 300ms ease all;
	left: 0%;
}

@media screen and (max-width: 1004px) {
.contact .pull-right {
	float: none;
	margin-top: 1rem;
}
}
@media screen and (max-width: 778px) {
	.detail .text{
	margin: 25px 0;
	
	
}
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 5px 15px;
	color: #5c5c5c;
	text-decoration: none;
	text-align: center;
	background-color: #f9f9f9;
	border: none;
	font-size: 14px;
	font-weight: 600;
	margin-right: 20px;
	line-height: 2;
}
.pagination>li>a i {
	font-weight: 600;
}
.pagination>li>a:hover {
	background: #5c5c5c;
	color: white;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pagination li.active a {
	background: #5c5c5c !important;
}
.pager {
	margin: 35px 0 25px;
	list-style: none;
	text-align: center;
*zoom: 1;
	width: 100%;
}
.pager:before, .pager:after {
	display: table;
	content: "";
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline-block;
}
.pager a {
	padding: 10px 20px;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.pager a:hover {
	color: #fff;
	background-color: #d1d1d1;
}
.pager li.next {
	float: right !important;
}
.pager li.previous {
	float: left !important;
}
.formcart .modal-body .text {
	max-height: 100px;
	overflow: auto
}
.control {
	font-size: 0.9rem;
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control-indicator {
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #e6e6e6;
}
.control-radio .control-indicator {
	border-radius: 50%;
}
.control:hover input ~ .control-indicator, .control input:focus ~ .control-indicator {
	background: #ccc;
}
.control input:checked ~ .control-indicator {
	background: #f27a24;
}
.control:hover input:not([disabled]):checked ~ .control-indicator, .control input:checked:focus ~ .control-indicator {
	background: #f27a24;
}
.control input:disabled ~ .control-indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}
.control-indicator:after {
	position: absolute;
	display: none;
	content: '';
}
.control input:checked ~ .control-indicator:after {
	display: block;
}
.control-checkbox .control-indicator:after {
	top: 4px;
	left: 8px;
	width: 5px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0px 2px 2px 0;
}
.control-checkbox input:disabled ~ .control-indicator:after {
	border-color: #7b7b7b;
}
.control-radio .control-indicator:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}
.control-radio input:disabled ~ .control-indicator:after {
	background: #7b7b7b;
}

.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
	padding: 10px
}
.table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: top;
}
.table thead {
	color: #000000;
}

@media screen and (max-width: 925px) {
.table thead {
	display: none;
}
.table .text-center, .table .text-right {
	text-align: left !important;
}
.table .text-center, .table .text-right {
	text-align: left !important;
}
.table tbody td {
	display: block;
	padding: .6rem !important;
}
.table tbody td:before, .table tfoot td:before {
	content: attr(data-th);
	font-weight: bold;
	display: inline-block;
	width: 8rem;
	float: left;
}
.table tfoot td {
	display: block;
}
.table tfoot td .btn-warning, .table tfoot td .btn-success {
	display: block;
}
.table td .input-group {
	width: 50%;
}
}
.ribbon-box {
	position: relative;
}
.ribbon {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 100;
}
.ribbon::before, .ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon.left {
	top: -10px;
	left: -10px;
}
.ribbon.left::before {
	top: 0;
	right: 0;
}
.ribbon.left::after {
	bottom: 0;
	left: 0;
}
.ribbon.left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}
.ribbon.right {
	top: -10px;
	right: -10px;
}
.ribbon.right::before {
	top: 0;
	left: 0;
}
.ribbon.right::after {
	bottom: 0;
	right: 0;
}
.ribbon.right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
}
.ribbon span {
	position: absolute;
	display: block;
	width: 175px;
	padding: 3px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.ribbon.color1::before {
	border: 5px solid #CDA600;
}
.ribbon.color1::after {
	border: 5px solid #CDA600;
}
.ribbon.color1 span {
	background-color: #FCAC00;
}
.ribbon.color2::before {
	border: 5px solid #BC0306;
}
.ribbon.color2::after {
	border: 5px solid #BC0306;
}
.ribbon.color2 span {
	background-color: #E50104;
}
.ribbon.color3::before {
	border: 5px solid #058E00;
}
.ribbon.color3::after {
	border: 5px solid #058E00;
}
.ribbon.color3 span {
	background-color: #1BCF00;
}
.g-recaptcha {
	float: left
}

@media (max-width:1000px) {
.g-recaptcha {
	-webkit-transform: scale(0.84);
	-moz-transform: scale(0.84);
	-ms-transform: scale(0.84);
	-o-transform: scale(0.84);
	transform: scale(0.84);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
 filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.84, SizingMethod='auto expand');
}
}

@media screen and (max-width: 480px) {
.pagination > li:not(:nth-child(2)):not(:nth-last-child(2)) {
display: none;
}
.pager span {
	display: none;
}
.pager a {
	color: #fff;
	font-size: 1.2rem;
	background-color: #5c5c5c;
}
.pager a:hover {
	background-color: #8a8a8a;
}
.cart-done .pull-right {
	float: none;
	margin-top: 20px;
}
}
