/*
Theme Name: URBAN OUTCAST
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.9.4
*/
html {
	margin-right: 0 !important;
	overflow: auto !important;
}
.lr-padding {
	padding: 0 10px;
}
.heading-semibold {
	font-weight: 500;
}
.text-small {
	font-size: 14px;
}
.promotion-tag {
	background-color: #e5f7f1;
	color: oklch(0.527 0.154 150.069);
	padding: 10px;
	margin: 15px 0 10px 0;
	border-radius: 4px;
}
.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover {
	box-shadow: none;
	background-color: transparent;
}
.slider-nav-reveal .flickity-prev-next-button.next {
    right: 5px !important;
}
.slider-nav-reveal .flickity-prev-next-button.previous {
	left: 5px !important;
}
.home .container .row-small:not(.row-collapse), .home .row .row-small:not(.row-collapse) {
    margin-left: auto;
    margin-right: auto;
}
.home .row-small>.col {
	padding: 0 0 19.6px
}
.woocommerce-variation-add-to-cart {
	flex-wrap: nowrap;
}
/**#masthead {
	border-bottom: 1px solid rgba(228, 230, 234, 1);
}**/
.header-wrapper.stuck {
	box-shadow: none;
}
.header-nav {
	justify-content: center;
}
/** Single Product **/
.single_product_details .product-title {
	font-size: 20px;
	font-weight: 600;
}
.product_meta .posted_in {
	display: none;
}
.ux-swatch {
	box-shadow: 0 0 0 1px rgb(228, 230, 234);
}
.is-form, button.is-form, button[type=submit].is-form, input[type=button].is-form, input[type=reset].is-form, input[type=submit].is-form {
	border: 1px solid rgba(228, 230, 234, 1);
}
span.amount {
    font-weight: 500;
}
.form-minimal.quantity .qty {
    font-size: 14px;
    height: 46px;
	flex-basis: 15%;
}
.single_add_to_cart_button.button {
	font-size: 12px;
	font-weight: 600;
	flex-basis: 73.5%;
	border-color: var(--fs-color-primary);
}
.product-section-title {
	font-weight: 500;
}
.product-section {
    border-top: none;
}
.copyright-footer {
	font-size: 12px;
}
.cart-popup-title>span {
	font-weight: 500;
}
.cart-popup-title, .cart-popup-inner .woocommerce-mini-cart {
	padding: 20px 20px 0 20px;
	text-align: left;
}
.off-canvas-cart .ux-mini-cart-footer {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px 20px;
}
.mfp-close {
	top: 5px;
}
#cart-popup .inner-padding {
	padding: 0px;
}
.cart-popup-inner .widget_shopping_cart, .cart-popup-inner .widget_shopping_cart_content {
    justify-content: space-between;
	min-height: 100vh;
}
.cart-popup-inner .woocommerce-mini-cart {
    height: 100%;
    max-height: calc(100vh - 300px);
	overflow: hidden;
	overflow-y: auto;
	margin-bottom: 0;
	-webkit-overflow-scrolling: touch;
}
.vt_progressbar_main {
    padding: 10px;
    background: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    margin-bottom: 12px;
	color: #080808;
}
.vt_progressbar_main span.woocommerce-Price-amount.amount {
	text-transform: uppercase;
	font-weight: 500;
}
.ux-mini-cart-footer .vt_progressbar_main p.progress_text {
	font-size: 14px;
	text-transform: none;
	text-align: center;
	color: #080808;
}
.progress_container {
    height: 8px;
    background: #f3f3f3;
    border-radius: 20px;
}
.progress_value {
    background: linear-gradient(90deg, #000 68%, rgba(0, 0, 0, 0.6) 100%);
    height: 8px;
    border-radius: 5px;
}
.woocommerce-mini-cart__buttons .wc-forward {
	display: none;
}
.woocommerce-mini-cart__buttons .checkout {
	display: block;
}
/** Checkout **/
.woocommerce-checkout .cart-header .cart-header-inner {
	display: flex;
	max-width: 1305px;
	margin: 0 auto;
}
.woocommerce-checkout .cart-header #logo {
	flex-basis: 50%;
}
.checkout-breadcrumbs {
	flex-basis: 50%;
}
.checkout.woocommerce-checkout {
	margin-bottom: 0;
}
.woocommerce-billing-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#billing_email_field, #billing_country_field {
	width: 100%;
}
#billing_first_name_field, #billing_last_name_field {
	width: 48%;
}
.fl-labels .fl-wrap label[for]:first-child {
	left: 0.9em;
	top: 0.6em
}
.form-row .fl-is-active input, .form-row .fl-is-active textarea, .form-row .fl-is-active select {
    padding-top: 1.5em;
	padding-bottom: 0.5em;
}
.fl-labels .form-row input:not([type=checkbox]), .fl-labels .form-row select, .fl-labels .form-row textarea {
    height: 3.5em;
}
.woocommerce-checkout .e-coupon-anchor {
    margin-top: 0px !important;
}
.woocommerce-checkout .woocommerce .coupon-container-grid {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
}
.woocommerce-checkout .woocommerce .coupon-container-grid {
    grid-template-columns: 75% 25%;
}
.woocommerce-checkout .woocommerce .e-coupon-box .form-row .input-text{
    background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .02);
	border: 1px solid #e2e2e2;
}
#vt-apply-coupon {
	margin: 0;
	width: 90%;
	padding: 3px 0;
	border-radius: 4px;
}
#vt_coupon_code {
	height: 2.9em;
}
.woocommerce-checkout #main {
	background-color: #fafafa;
}
.page-checkout-simple {
	padding: 0;
}
.woocommerce-checkout .container, .woocommerce-checkout .row {
	max-width: 100%;
	padding: 0;
}
.woocommerce-checkout .cart-header {
	background-color: #fff;
	padding: 21px 38px;
    border-bottom: 1px solid rgba(228, 230, 234, 1);
}
.woocommerce-checkout .billing-details {
	background-color: #fff;
	display: flex;
	justify-content: flex-end;
	flex-basis: 50%;
    max-width: 50%;
}
.woocommerce-checkout .order-overview {
	flex-basis: 50%;
    max-width: 50%;
}
.woocommerce-checkout #customer_details {
	max-width: 660px;
	padding: 38px;
}
.woocommerce-checkout .checkout-sidebar {
	max-width: 660px;
	padding: 38px;
}
.product-info-inner {
	display: flex;
}
/**My Account**/
.woocommerce-account .container {
	padding: 15px 50px;
}
.page-title h1{
	font-size: 16px;
	font-weight: 600;
}
/** Reviews **/
.ivole-meter {
	box-shadow: none;
	background: #f3f3f3;
}
.ivole-meter .ivole-meter-bar {
	box-shadow: none;
	background: none;
	background-color: #ffce00;
}
.ivole-meter .ivole-meter-bar:before {
    background: none;
}
@media screen and (max-width: 549px) {
    .small-col-first {
        order: 0;
    }
}
@media screen and (max-width: 767px) {
	.ux-mini-cart-footer .vt_progressbar_main p.progress_text {
		font-size: 12px;
	}
	.cart-popup-inner .woocommerce-mini-cart {
		max-height: calc(100vh - 250px);
	}
	.single_product_details .col {
		padding: 0;
	}
	/**My Account**/
	.woocommerce-account .container {
		padding: 15px;
	}
	.checkout-breadcrumbs {
		display: none;
	}
	form.checkout h3 {
		margin-top: 10px;
	}
	.woocommerce-checkout .billing-details {
		justify-content: space-between;
		flex-basis: 100%;
		max-width: 100%;
	}
	.woocommerce-checkout .order-overview {
		flex-basis: 100%;
		max-width: 100%;
	}
	.woocommerce-checkout #customer_details {
		padding: 0;
	}
	.woocommerce-checkout .checkout-sidebar {
		padding: 0;
	}
	.woocommerce-checkout .container .row:not(.row-collapse) {
		margin: 0;
	}
}
@media only screen and (min-width:1024px) {
	.woocommerce-checkout .cart-header .cart-header-inner {
		display: flex;
		max-width: 1305px;
        margin: 0 auto;
	}
	.woocommerce-checkout .cart-header #logo {
		flex-basis: 50%;
	}
	.checkout-breadcrumbs {
		flex-basis: 50%;
	}
	.div-phai .col-inner {
		padding: 70px 0!important;
	}
	.nav-right {
		width: 200px;
		justify-content: flex-end;
	}
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.woocommerce-billing-fields h3{
	text-transform: inherit;
    font-weight: normal;
}
.cart-subtotal span.amount,.woocommerce-checkout-review-order-table .product-total span.amount,#shipping_method  span.amount{
	font-weight: 500;
    color: #4b4b4b !important;
    font-size: 14px
}
.woocommerce-checkout .has-border{
	padding:0px;
    border: none;
}
.order-total th,.order-total td{
    border: none;
}
.place-order #place_order{
	float: right;
	border-radius: 4px;
	font-size: 14px;
	padding: 14px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	position: relative;
	background: #000;
}
#billing_phone_field{
    width: 48%;
}
#billing_phone_code_field{
	width: 48%;
}
ul.wc_payment_methods{
	box-shadow: 0 0 0 1px #d9d9d9;
    padding: 10px;
    border-radius: 8px; 
}
#billing_state_field,#billing_city_field{
    width: 30% !important;
    margin-right: 10px;
}
#billing_address_2_field{
    margin-right: 0px !important;
}
.woocommerce-checkout-review-order-table .cart_item img{
    width: auto;
    height: 4em;
    border-radius: 8px;
    background: #fff;
    position: relative;
    border: 1px solid #d9d9d9;
}
.fl-labels .form-row input:not([type=checkbox]), .fl-labels .form-row textarea, .fl-labels .form-row select{
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #000;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    /* padding: 0.94em 2.8em 0.94em 0.8em; */
    word-break: normal;
    border: none;
	font-size: 14px;
}
.fl-labels span.select2-selection .select2-selection__rendered{
	line-height: 47px !important;
}
.fl-labels span.select2-selection{
	box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    /* padding: 0.94em 2.8em 0.94em 0.8em; */
    word-break: normal;
    border: none;
    font-size: 15px;
    height: 45px;
}
.div-notice{
	text-align: center;
    font-style: italic;
}
.woocommerce-product-gallery  .zoom-button {
	display:none !important;
}
.accordion-title {
    display: flex;
    font-size: 100%;
	padding: 5px 0;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.accordion .toggle {
    left: 0;
    margin-right: 0px;
    top: 0;
}
.accordion-title.active {
    background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.single_add_to_cart_button.button {
		flex-basis: 78%;
	}
	.woocommerce .coupon-container-grid {
		grid-template-columns: 75% 25%;
		display: grid;
	}
	.e-coupon-box.vt-e-coupon-box .col.coupon-col-2 {
		text-align: right;
	}
}
.s-main-faq__main .faq-subcategory-header {
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: left !important;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
    border-width: 0px;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 0px;
    cursor: pointer;
}
.wrap .notice {
    display: none; !important
}

@media(max-width:1024px){
	.tr-coupon td {
    display: block;
    width: 90%;
    margin-left: 10px;
	}
	.woocommerce-form-coupon .coupon .flex-col:nth-child(2){
		float: right;
		position: absolute;
		right: 0px;
	}
	#billing_email_field{
		width: 100%;
	}
	#billing_state_field,#billing_city_field,#billing_address_1_field,#billing_address_2_field,#billing_postcode_field{
		width: 100% !important;
		margin-right: 0;
	}
}

#top-bar .flex-center {
	margin: 0 auto;
    min-width: 100%;
}
.danhmuc_sub a:hover {
    border-bottom: 1px solid #000 !important;
}
.off-canvas-right .mfp-content {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	bottom: 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	left: 3;
	overflow-x: hidden;
	overflow-y: hidden;
	position: fixed;
	top: 0;
	transform: translateX(270px);
	transition: transform .2s;
	width: 460px;
}

/* // Css Thêm ===============  */
li.css_hot a{
	color:#f00;
}
.home .left {
	left: auto;
	right: 0;
}
.badge-frame {
	height: 2em;
	margin-left: -20px;
}
.badge-frame .badge-inner {
	border: 2px solid #383838;
	color: #fff;
}
.nav-right li.current-dropdown:last-child>.nav-dropdown, .nav-right li.has-dropdown:hover:last-child>.nav-dropdown {
	left: auto;
	right: 0;
}
.div-phai .col-inner {
	display: block;
	position: sticky;
	top: 65px;
}
.accordion-item .accordion-inner {
	 padding: 0;
}
ul.product_list_widget li {
	min-height: 125px;
	padding: 15px 0 0 110px;
	margin-bottom: 10px;
}
ul.product_list_widget li img {
	width: 100px;
	height: 100px;
	top: 15px;
}
ul.product_list_widget li .quantity {
	display: block;
	font-size: 14px;
	margin-top: 3px;
	opacity: 1;
	width: 30px;
	margin: 10px 0;
	padding: 5px 0;
}
.cart-popup-title .is-divider {
	display:none;
}
ul.product_list_widget li dl {
	margin: 10px auto;
}
ul.product_list_widget li a:not(.remove) {
	color: #000;
	font-weight: 500;
}
.product_list_widget span.amount {
	padding-left: 18px;
	font-weight: 400;
}
.widget_shopping_cart p.total {
	border-bottom: 0px solid #000000;
	border-top: 2px solid #000000;
	display: flex;
	justify-content: space-between;	
}
.woocommerce-mini-cart__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.widget_shopping_cart .button.wc-forward {
	background: #000;
	color: #fff;
	padding: 8px 20px;
	font-weight: 700;
	border: 1px solid #000;
}
.widget_shopping_cart .button {
	border: 1px solid #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	-webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	overflow: hidden;
	z-index: 1;
}
.widget_shopping_cart .button:hover:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	background:#fff;
	color:#000;
}
.widget_shopping_cart .button:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	background-color: #000;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ux-swatch--image img {
	height: 30px;
	padding: 2px;
	width: 30px;
}
.woocommerce-message, #main-menu .icon-angle-down:before{
	display:none;
}
#main-menu .nav .children {
	transform: translateX(-10px);
	transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	padding-left: 40px;
}
.mobile-sidebar ul li a {
	flex-grow: 0;
	font-weight: 500;
	font-size: 14px;
}
.mobile-sidebar ul li.ef_css1 a{
	font-weight: 700;
}
.mobile-sidebar ul li.ef_css2 a{
	font-weight: 700;
	color:#f00;
}

.mobile-sidebar ul.children li a{
	margin-left: 30px;
}
.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color: #ffffff0d;
}


/* // Breadcrumbs Cart ========*/
.checkout-breadcrumbs {
	font-size: 13px;
	font-weight: 400;
	text-transform: initial;
	padding: 0;
}

/* // Sidebar Menu ========*/
.widget_maxmegamenu #mega-menu-wrap-vertical {
	background: transparent;
	display: block;
	position: relative;
}
.widget_maxmegamenu #mega-menu-wrap-vertical #mega-menu-vertical {
	display: grid;
	justify-content: flex-start;
}

#mega-menu-wrap-vertical #mega-menu-vertical[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
	transform: translate(376px, 0);
	height: 600px;
	position: fixed;
	top: 229px;
}
#mega-menu-wrap-vertical #mega-menu-vertical[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu > li > ul.mega-sub-menu {
	transform: translate(0, 0) !important; 
}
#mega-menu-wrap-vertical #mega-menu-vertical > li.mega-menu-flyout ul.mega-sub-menu {
	background: #fff !important;
	width: 250px;
}
#mega-menu-wrap-vertical #mega-menu-vertical > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
	border-bottom: 0 solid;
}
#mega-menu-wrap-vertical #mega-menu-vertical > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #fff !important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
}
#mega-menu-wrap-vertical #mega-menu-vertical > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-vertical #mega-menu-vertical > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background: #fff !important;
	color: #000;
}

#mega-menu-wrap-vertical #mega-menu-vertical > li.mega-menu-item {
	margin: 0 0 10px;
}
.widget_maxmegamenu #mega-menu-wrap-vertical #mega-menu-vertical > li.mega-menu-item > a.mega-menu-link {
	background: #fff;
	color: #000;
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	display: inline-block;
}
.widget_maxmegamenu #mega-menu-wrap-vertical #mega-menu-vertical > li.mega-menu-item > a.mega-menu-link:hover:after, #mega-menu-wrap-vertical #mega-menu-vertical > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:after{
	width: 100%;
	transition: width 0.3s;
}
.widget_maxmegamenu #mega-menu-wrap-vertical #mega-menu-vertical > li.mega-menu-item > a.mega-menu-link:after,  #mega-menu-wrap-vertical #mega-menu-vertical > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #000;
	transition: width .3s;
}


#mega-menu-wrap-vertical #mega-menu-vertical li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display:none;
}


/* // Chi tiet sp ========*/
.accordion .toggle {
	position: relative;
}


/* // Shopping Cart ===========*/
.cart-container {
	min-height: 100vh;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr td .wp-element-button, #cart_totals .cart_totals table .product-name, .shop_table tr.cart-subtotal, #shopp_cart .woocommerce-shipping-totals .shipping__table, .actions .pull-left.wp-element-button, .small-col-first #order_review_heading{
	display:none;
}
.row-divided>.col+.col:not(.large-12) {
	border-left: 0px solid #ececec;
}
#sp_cart_price_quantity {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shop_table .product-price span.amount {
	font-size: 14px;
	font-weight: 400;
}
#sp_cart_price_quantity .product-subtotal span.amount {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.shop_table .product-price, #sp_cart_price_quantity .product-quantity {
	margin:5px 0
}
#sp_cart_price_quantity .quantity .button.minus, #sp_cart_price_quantity .quantity .button.plus {
	padding: 0 5px;
	height: 2em;
	min-height: 2em;
	line-height: 2em;
	border: 1px solid #00000008;
	background: #00000008;
}
#sp_cart_price_quantity input[type=number] {
	height: 1.96em;
	border: 1px solid #e6e6e6;
	background: #e6e6e6;
}
.form-flat input:not([type=submit]) {
	border-radius:0px;
}
#shopp_cart {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding: 0 100px 30px;
}
#cart_totals .cart_totals table.shop_table_responsive {
	display:block;
}
.shop_table .product-name {
	font-size: 14px;
	color: #000;
	font-weight: 500;
}
td.product-remove {
	padding: 0;
	width: 20px;
	position: absolute;
	z-index: 1;
	right: 26px;
	border-bottom: 0px solid #ececec;
}
a.icon-remove, a.remove {
	color: #000;
	display: block;
	font-size: 22px !important;
	font-weight: 400;
	border: 0px solid;
}
ul.product_list_widget li a.remove {
    top: 9px;
}
td.product-name {
	color: #000;
	font-weight: 500;
	position: relative;
}
dl.variation {
	display: flex;
	align-items: center;
	font-weight: 400;
	color: #000;
}
dl.variation dd {
	display: flex;
	margin:0;
}
dl.variation dd.variation-Size:after, dl.variation dd.variation-Set:after {
	content: '/';
	font-size: 13px;
	margin: 0 5px;
	padding: 0;
	color: #cbcbcb;
}
tr td.product-thumbnail {
	max-width: 110px;
	min-width: 60px;
	width: 110px;
}
tr td.product-thumbnail a img {
	border-radius: 4px;
}

#cart_totals .cart_totals table.shop_table_responsive {
	display: flex;
	justify-content: flex-end;
}

.cart_totals tr.order-total{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.cart_totals .order-total th{
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.cart_totals .order-total th:after{
	content: ': ';
	font-size:20px;
}
.cart_totals .order-total td span.amount{
	font-size: 18px;
	font-weight: 500;
}
.div-next-shopp {
	margin-bottom:80px;
}
.cart_totals .wc-proceed-to-checkout {
	width: 100%;
	margin: 0 auto;
}
.actions .continue-shopping {
	display: flex;
	right: 0;
	position: absolute;
	margin-right: 15px;
}

.actions .button, .wc-proceed-to-checkout .checkout-button {
	padding: 12px 18px;
	line-height: 2em;
	font-size: 14px;
	background: #313131;
	color: #e7e7e7;
	font-weight: 400;
	border: 1px solid #313131;
}

.actions .button-continue-shopping, .wc-proceed-to-checkout .wc-forward {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	-webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	overflow: hidden;
	z-index: 1;
}
.actions .button-continue-shopping:hover, .wc-proceed-to-checkout .wc-forward:hover {
	color:#e7e7e7;
}
.actions .button-continue-shopping:hover:before, .wc-proceed-to-checkout .wc-forward:hover:before {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	background:#fff;
	color:#000;
}
.actions .button-continue-shopping:before, .wc-proceed-to-checkout .wc-forward:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	background-color: #000;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* // Checkout Cart ===========*/
form.woocommerce-checkout .small-col-first {
	box-shadow: 1px 0 0 #e1e1e1 inset;
	background: #fafafa;
}
.woocommerce-billing-fields {
    border-top: 0px solid #ddd;
    padding-top: 0px;
}
.is-well {
	background-color:transparent;
	box-shadow: none;
	padding: 0px;
}
.page-checkout-simple  #logo img {
   padding: 0; 
}
.woocommerce-checkout-review-order-table .cart_item img, #details_order .product-name img {
	width: auto;
	height: auto;
	max-width: 90px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #dedede;
}
#order_review .product-image {
	position: relative;
	width: 90px;
	margin-right: 20px;
}
#order_review .product-quantity {
    background: rgba(0, 0, 0, 0.56);
    text-align: center;
    padding: 3px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 0.85714em;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
}
#order_review .shop_table .cart_item td{
	vertical-align: top;
}
.shop_table tfoot th {
	font-size: 14px;
	color: #000;
	font-weight: 500;
}
form.checkout h3 {
	text-transform: capitalize;
}
.page-checkout-simple .order-total th, .page-checkout-simple .order-total td {
	font-size: 16px;
	font-weight: 500;
}
dl.variation dt {
	font-weight: 500;
}
.page-checkout-sim	ple .order-total td span.amount {
	font-size: 1.8em;
	font-weight: 400;
}

.tr-coupon td {
	display: flex;
	width: 108%;
} 

/* // Order Completed ==========*/
#order_complete {
	width: 100%;
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 88px;
}
.success-color {
	color: #7a9c59 !important;
}
.is-well-order {
	padding-right: 40px;
}
.is-well-order ul{
	border: 1px solid #dedede;
	border-radius: 4px;
	padding: 25px;
	margin: 0;
	list-style: none;
}
.order_complete .product-quantity{
	position: relative;
	left: 0;
	top: 0;
}
#details_order {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 180px;
	padding-top: 40px;
	background: #f2f2f2;
	height: 100%;
}
#details_order .order_item .product-name a {
	font-size: .9em;
	line-height: 1.3;
	padding: 0.5em;
}
.order_details ul.wc-item-meta {
	display: flex;
	margin: 0;
	position: absolute;
	left: 80px;
	top: 90px;
}
.order_details ul.wc-item-meta li {
	display: flex;
	align-items: center;
	padding-right: 10px;
}
#details_order .product-quantity {
	background: #999999e6;
	padding: 0.28em 0.65em;
	border-radius: 100%;
	font-weight: 500;
	color: #fff;
	font-size: 0.85714em;
	position: absolute;
	left: 60px;
	margin-top: -10px;
	z-index: 1;
}
#order_checkout .is-well-order .continue-shopping {
	float: right;
	margin-top: 15px
}
#order_checkout .is-well-order .continue-shopping a {
	margin: 0;
	padding: 15px 20px;
	background: #313131;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	border: 1px solid #313131;
}
.order_view_thanhtoan tr td, .order_view_thanhtoan tr th {
	border-bottom:0px solid #000;
	padding:20px 0;
}
.order_view_thanhtoan tr:first-child td, .order_view_thanhtoan tr:first-child th {
	border-top: 2px solid #000;
}
.order_view_thanhtoan tr:last-child td, .order_view_thanhtoan tr:last-child th {
	border-top: 2px solid #000;
}
.order_view_thanhtoan tr:last-child td span.amount{
	font-size: 1.8em;
	font-weight: 500;
}
.order_view_thanhtoan tr:last-child th {
	font-size: 1.3em;
	font-weight: 500;
}
.shop_table .order_view_thanhtoan th, .shop_table .order_view_thanhtoan td span.amount{
	font-weight: 400;
}
/* // Blog ===========*/
.single .entry-content, .single-post .entry-content {
	padding-top: 0;
}
.entry-header-text {
	padding-bottom:0;
}
.single-post #breadcrumbs {
	margin-bottom: 1em;
} 

@media only screen and (max-width: 48em) { 
	#shopp_cart {
		padding: 0 20px;
	}
	#shopp_cart .shop_table td.product-remove{
		right: 40px;
	}
	#shopp_cart .shop_table .product-remove a {
		font-size: 28px !important;
	}
	.actions .button-continue-shopping, .wc-proceed-to-checkout .wc-forward {
		font-size: 10px;
		padding: 12px 12px;
	}
	.actions .continue-shopping {
		right: 0;
		position: relative;
	}
	form.woocommerce-checkout .small-col-first, #details_order {
		position: relative;
	}
	.is-well, #order_complete {
		padding: 20px 0;
	}
	.tr-coupon td {
		display: block;
		width: 100%;
	}
	.shop_table .product-name {
		min-width: 80px;
		padding: 0;
	}
	.woocommerce-form-coupon #coupon_code {
		height: 40px;
	}
	.is-well-order {
		padding-right: 0;
	}
	#order_checkout {
		padding: 0 0 30px;
	}
	#details_order{
		padding-right: 15px;
		padding-left: 15px;
	}
	.order_details ul.wc-item-meta {
		left: 72px;
	}
	.order_details .product-name, .order_details .product-total {
		padding-bottom:.5em;
	}
}

/**Footer**/
.ux-logo-link {
	padding: 0px !important;
}