input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    margin: 0; 
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.hover>.inner::after {
	bottom:0;
}
/* breadrumb style */
#breadrumb {
	background:#fafafa;
}
.navation {
	float:right;
	overflow:hidden;
}
.navation>li {
	float:left;
	color:#666666;
	margin-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.navation>li:last-child {
	margin-right:0;
}
.navation>li>a {
	font-size:14px;
	color:#999999;
}
.navation>li>a:hover {
	color: var(--c3);
}
.navation>li>a::after {
	content: "\f101";
	margin-left:7px;
	color:#999999;
}

/* box-middle style */
.box-middle {
	padding-top:30px;
	padding-bottom:30px;
}

/* post-title style */
.post-title {
	font-size:25px;
	font-weight:700;
	margin:0 0 30px;
	text-align:center;
	position:relative;
	text-transform:uppercase;
}
.empty a.close {
	display: none;
}
.post-content {
	background:#FFF;
}
.alert.alert-warning {
	margin-bottom:0;
}
.shopping-title {
	color:var(--c3);
	font-size:16px;
	margin:0;
	padding-bottom:10px;
	text-transform:uppercase;
	border-bottom:2px solid var(--c3);
	font-weight:700;
}
.content-inner {
	padding:20px;
	border:1px solid #e2e2e2;
}
.cart-item-wrap {
	width:100%;
	margin-bottom:30px;
}
.cart-item-wrap thead td {
	color:#FFF;
	font-weight:400;
	background:var(--c3);
	text-transform:uppercase;
	padding: 8px;
}
.cart-item:hover {
	/* background:#fafafa; */
}
.cart-item-wrap tbody td {
	border-bottom:1px dashed #e5e5e5;
	padding-top:15px;
	padding-bottom:15px;
}
.cart-item-wrap tbody tr:last-child td {
	border:none;
}
.cart-item-wrap tfoot td {
	padding:11px 15px;
	background:#f1f1f1;
}
.cart-item-wrap tfoot .column-left {
	float:left;
}
.cart-item-wrap tfoot .column-left span {
	color:#666;
	font-size:16px;
	margin: 25px 0;
    display: block;
}
.cart-item-wrap tfoot .column-left span::before {
	margin-right:10px;
	font-family:FontAwesome;
}
.cart-item-wrap tfoot .column-left b {
	color:#ec0e17;
	font-size:16px;
}
.cart-item-wrap tfoot .column-right {
	float:right;
}
.remove-item {
	display:block;
	width:30px;
	height:30px;
	float:left;
	font-size:16px;
	text-align: center;
    line-height: 30px;
	border:1px solid #cccdcd;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.remove-item:hover {
	color:#d10000;
	border-radius:100%;
	border-color:#d10000;
}
.cart-item .thumb {
	width:60px;	
}
.item-thumb {
	display:block;
	position:relative;
	height:60px;
	border:1px solid #e6e6e6;
}
.item-thumb img {
	position:absolute;
	top:50%;
	left:50%;
	max-width:90%;
	max-height:90%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.qty {
	position:relative;
	display:inline-block;
	vertical-align: middle;
	border:1px solid #cccdcd;
}
.btn-press {
	width:45px;
	height:40px;
	border:none;
	background:none;
	outline:none;
	text-align:center;
	color:#666666;
	float:left;
}
.btn-press:hover {
	color:var(--c3);
}
.btn-press::before {
	font-family:FontAwesome;
}
.quantity {
	width:60px;
	height:40px;
	font-size:16px;
	outline:none;
	text-align:center;
	border:none;
	border-left:1px solid #cccdcd;
	border-right:1px solid #cccdcd;
	float:left;
}
.subtotal {
	color:#ec0e17;
	font-weight:700;
}
.column-right .row-item {
	overflow: hidden;
}
.column-right .row-item .row_value {
	font-size:18px;
	font-weight:700;
	margin-left:35px;
	padding-right:30px;
	float: right;
}

#info-cart .inner {
	
}
#info-cart .form-wrap {
	margin-bottom:15px;
}
#info-cart .form-field {
	margin-bottom:20px;
}
#info-cart .form-control {
	min-height:40px;
	border-radius:0;
	box-shadow:none;
}
#info-cart .form-button button {
	width:100%;
	border-radius:3px;
	height:40px;
	background:var(--c3);
	border:none;
	color:#FFF;
	font-size:16px;
}
.box-info .form-wrap {
	margin:0 !important;
}
.box-info .form-field {
	width:100%;
	display:table;
}
.form-field.last {
	margin:0 !important;
}
.box-info .form-label,
.box-info .form-input {
	display:table-cell;
}
.box-info .form-label {
	width:125px;
}
.box-info .form-label label {
	font-weight:400;
}
.box-info .form-field.required label::after {
	content:'(*)';
	margin-left:5px;
	color:#ec0e17;
}
.form-button {
	text-align:center;
}
.form-button {
	margin-top:30px;
}
.form-button span {
	display:inline-block;
}
.form-button a,
.form-button input {
	background:var(--c3);
	border:none;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	display:block;
	border-radius:3px;
	height:40px;
	line-height:40px;
	padding:0 20px;
	min-width:180px;
	outline:none;
}
.content-left .form-button {
	text-align:right;
}
.content-right .form-button {
	text-align:left;
}

#payment-ship {
	margin-top:30px;
}
#payment-ship .inner {
    border-radius: 3px;
    min-height: 390px;
    padding: 20px 25px;
    border: 1px solid #d6d6d6;
}
#payment-ship .divtitle {
    margin: 0 0 15px;
    font-weight: 700;
    color: #484848;
}
ul.form-wrap {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
#shippings li, 
#payments li {
    padding: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #f7f7f7;
	position:relative;
	background:#f7f7f7;
}
#shippings li input, 
#payments li input {
    margin: 0;
	position:absolute;
	top:20px;
}
#shippings li label, 
#payments li label {
    margin: 0;
    cursor: pointer;
    margin-left: 8px;
	padding-left:15px;
	text-transform:uppercase;
	display:block;
}
#payments li.active,
#shippings li.active {
	border-color: var(--c3);
	background:none;
}
#shippings li.active label, 
#payments li.active label {
    color: var(--c3);
}
#shippings li .excerpt, 
#payments li .excerpt {
    /* display: none; */
    margin-top: 5px;
    padding: 0 25px;
    color: #888;
}
#shippings li.active .excerpt, 
#payments li.active .excerpt {
    display: block;
}
#check-same {
	margin-left:125px;
	margin-top:15px;
	cursor:pointer;
}
#check-same>span::before {
	font-family:FontAwesome;
	color:var(--c3);
	margin-right:5px;
}
#check-same>span.active::before {
	content: '\f14a';
	font-weight:400;
}
#note-cart {
	margin-top:30px;
	min-height:auto !important;
}
textarea.note-cart {
	box-shadow:none;
	background:#f7f7f7;
	height:130px;
	border:none;
	border-radius:0;
}
.checkout_finished {
	padding:20px;
	margin-bottom: 30px;
	border:1px solid #389334;
}
.continue_shopping {
	text-align:center;
	margin-top:15px;
}
.customer-info {
	padding:20px;
	padding-left:400px;
	margin-bottom: 10px;
	border:1px solid #0d9d53;
	background:url(../images/cart_finished.png) no-repeat 40px 20px;
}
.customer-info h4 {
	color:var(--c3);
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	margin:0 0 5px;
}
.customer-info h5 {
	margin:10px 0 5px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.checkout_finished h3 {
	font-size:30px;
	font-weight:700;
	color:var(--c3);
	text-transform:uppercase;
	text-align:center;
	margin:0 0 10px;
}
.note-mess {
	font-size:30px;
	text-align:center;
	margin-bottom:10px;
	font-weight:400;
}
.form-button span.loadding {
	position:relative;
}
.form-button span.loadding::before {
	content: "\f110";
	font-family:FontAwesome;
	left:20px;
	position: absolute;
    top: 50%;
	color:#FFF;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}


/* box-info style */
.box-info .divtitle {
	font-size:22px;
	margin:0 0 20px;
	padding-bottom:10px;
	text-transform:uppercase;
	border-bottom:1px solid var(--c3);
}

/* list-shipping style */
#box-shipping {
	margin-bottom: 20px;
}
.list-shipping li {
	padding:8px 10px 9px;
	border:1px solid #eaeaea;
	margin-top:20px;
}
.list-shipping li.active {
	color:var(--c3);
}
.list-shipping li input {
	margin:0;
	display:inline-block;
	vertical-align:middle;
}
.list-shipping li label {
	margin:0 0 0 2px;
	font-weight:400;
	display:inline-block;
	vertical-align:middle;
}

/* list-payment style */
.list-payment li {
	padding:8px 10px 9px;
	border:1px solid #eaeaea;
	margin-top:20px;
}
.list-payment li.active {
	color:var(--c3);
}
.list-payment li input {
	margin:0;
	display:inline-block;
	vertical-align:middle;
}
.list-payment li label {
	margin:0 0 0 2px;
	font-weight:400;
	display:inline-block;
	vertical-align:middle;
}

/* box-button style */
.group-btn {
	margin-top:20px;
	overflow:hidden;
}
.group-btn .item-btn {
	float:left;
	width:50%;
}
.btn-continue {
	padding-right:15px;
}
.btn-checkout {
	padding-left:15px;
}
.group-btn button {
	width:100%;
	height:40px;
	border-radius:0;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	border:none;
	outline:none;
	color:#FFF;
}
.btn-continue button {
	background:#414041;
}
.btn-checkout button {
	background:#286e25;
}


.sd-mess {
	min-height:290px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 350px;
	background:url(../images/cart_finished.png) no-repeat 60px center;
}

.continue-shopping {
	margin-top:20px;
}
.continue-shopping a {
	display:inline-block;
	vertical-align:middle;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#FFF;
	background:var(--c3);
	font-weight:700;
	text-transform:uppercase;
	padding:0 50px;
}
.continue-shopping a::before {
	font-weight:400;
	margin-right:5px;
}

div.sd-mess-desc {
	margin-bottom: 15px;
}
div.sd-mess-desc2 {
	font-size: 16px;
}
div.box1 {
	margin-bottom: 20px;
}

.box-infomation .box {
    min-height: 100px;
    margin-bottom: 30px;
	padding: 15px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.d-flex {
	display: flex;
}
.d-flex #d_city {
	margin-right: 20px;
}

@media screen and (max-width: 1200px){
	.box-menu-product .box-title {
		font-size: 15px;
		padding-right:10px;
	}
	.entry img,
	.entry p img {
		height:initial !important;
	}
}

@media screen and (max-width: 1024px){
	.box-menu-product .box-title {
		font-size: 14px;
		padding-right:15px;
	}
	.box-menu-product .menu-item a {
		padding: 10px 0;
	}
}

@media screen and (max-width: 768px){
	.sticky-menu .wrapper {
		padding-left:5px;
		padding-right:5px;
	}
	.sticky-menu .col-sm-4,
	.sticky-menu .col-sm-8 {
		padding-left:10px;
		padding-right:10px;
	}
	.content-top {
		padding-left:5px;
		padding-right:5px;
	}
	.content-top .col-sm-4,
	.content-top .col-sm-8 {
		padding-left:10px;
		padding-right:10px;
	}
	#price_total .row_value {
		padding-right:0;
	}
}

@media screen and (max-width: 767px)
{
	.text-search {
		border: 0;
	}
	.btn-search {
		width: 40px;
		padding: 0;
	}
	.btn-search::before {
		content: '\f002';
		font-family: FontAwesome;
	}
	.btn-search span {
		display: none;
	}
	.content-top {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
	.content-top .col-sm-4 {
		display: none;
	}
	.formsearch {
		margin-left: -10px;
		margin-right: -10px;
		padding: 10px;
		background: #3eaa3a;
		margin-bottom: 0 !important;
	}
	.btn-search {
		top: 10px;
		right: 10px;
	}
	.btn-toggle {
		background: #3eaa3a;
		display: block;
		width: 100%;
		border: none;
		height: 40px;
		border-radius: 3px;
		text-align: left;
		padding: 0 10px;
		color: #FFF;
		font-size: 16px;
		position: relative;
	}
	.btn-toggle::after {
		content: "\f0d7";
		font-family: FontAwesome;
		font-weight: 400;
		right: 10px;
		position: absolute;
	}
	.box-sidebar.open .btn-toggle::after {
		content: "\f0d8";
	}
	.box-sidebar ul {
		display: block;
		padding:10px;
		border:1px solid #3eaa3a;
		margin-top:1px;
		border-radius: 3px;
	}
	.box-sidebar ul li {
		margin: 0;
		display: block;
	}
	.box-sidebar ul>li>a {
		text-align: left;
		background: none;
		border-radius: 0;
		height: initial;
		line-height: inherit;
		padding: 7px 5px 8px;
	}
	.box-sidebar ul>li>a:hover,
	.box-sidebar ul>li>a.active {
		color: #3eaa3a;
		background: none;
		
	}
	.box-sidebar ul>li>a::before {
		content:'\f0da';
		margin-right: 10px;
		color: #666;
	}
	.box-middle,
	.box-about {
		margin-left: -5px;
		margin-right: -5px;
	}
	.empty {
		margin-left:15px;
		margin-right:15px;
	}
	
	
	.item-cart-wrap {
		border:1px solid #e4e4e4;
		border-bottom:0;
	}
	.item-cart {
		padding:20px 10px;
		border-bottom:1px dashed #e5e5e5;
	}
	.item-cart:last-child {
		border-bottom:0;
	}
	.item-cart .inner {
		position:relative;
		display:table;
		width:100%;
	}
	.item-cart .thumb {
		display:table-cell;
		vertical-align:top;
		width:60px;
	}
	.item-cart .text {
		padding-left:10px;
		display:table-cell;
		vertical-align:top;
	}
	.item-cart li {
		margin-bottom:5px;
	}
	.item-cart li:last-child {
		margin-bottom:0;
	}
	.pname {
		line-height:1.5em;
	}
	.item-cart .row0 {
		width:75px;
		display:inline-block;
		vertical-align:middle;
	}
	.item-cart .row1 {
		padding-right:5px;
		display:inline-block;
		vertical-align:middle;
	}
	.item-cart .remove-item {
		position:absolute;
		bottom:40px;
		right: 10px;
	}
	
	.column-left,
	.column-right {
		border-top:none;
		text-align:right;
		background:#f1f1f1;
		border-left:1px solid #e4e4e4;
		border-right:1px solid #e4e4e4;
		padding:5px 10px;
	}
	.column-right {
		padding-top:10px;
	}
	.column-left {
		color:#666666;
		font-size:16px;
		padding-bottom:15px;
		border-bottom:1px solid #e4e4e4;
	}
	.column-left span::before {
		font-family:FontAwesome;
	}
	.column-left b {
		color:#ed1c24;
	}
	
	#info-cart .content-left {
		margin-top:20px;
	}
	
	.checkout_finished {
		padding:10px;
	}
	.sd-mess {
		padding-left: 0;
		min-height:initial;
		padding-top: 220px;
		padding-bottom:10px;
		background: url(../images/cart_finished.png) no-repeat top center;
	}
	
	.d-flex {
		display: block;
	}
	.d-flex #d_city {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 536px){
	.item-cart .remove-item {
		left: 10px;
		top: 80px;
	}
}

@media screen and (max-width: 480px){
	
}

@media screen and (max-width: 479px)
{
	.text-search {
		border-radius: 3px;
	}
	.btn-search {
		border-radius: 0 3px 3px 0;
	}
	.content-bottom {
		padding-bottom: 20px;
	}
	.box-middle {
		padding-bottom: 20px;
	}
	.group-btn .item-btn {
		width:100%;
		padding: 0;
		margin:0 0 10px;
	}
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 320px){
	
}