.category-list a {
	color: #333;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: inherit;
	border: 1px solid #333;
	padding: 0 10px;
	border-radius: 30px;
}
.archive-product-header {
	background-color: #fff;
}
.archive-product-header .page-title{
	display: block;
	margin: 10px 0 0;
	border-bottom: 1px solid #ececec;
	padding: 15px 10px;
	background-color: #fff;
	line-height: normal;
	font-size: 26px;
}
.baner_product{
	display: block;
  overflow: hidden;
  background: #fff;
  padding: 15px;
  margin: 0 0 10px 0;
}
.woocommerce .woocommerce-ordering {
	display: none;
}
.filter_showall {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	padding: 10px;
}
.filter_showall .yith-wcan-filters{
	margin-bottom: 0;
}
.block-filter {
	display: flex;
	align-items: center;
}
.block-filter ul{
	padding: 0;
	margin: 0;
	display: flex;
	overflow: visible;
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 5px 10px;
	position: unset;
	min-width: 200px;
	max-width: 100%;
	width: auto;
	white-space: normal;
	flex: 1;
}
.filter-title,
.heading_filter {
	width: 105px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
.woocommerce .filter_showall .filter-item, .woocommerce .block-filter ul.yith-wcan-label li a {
	color: #333 !important;
	padding: 1px 8px !important;
	border: 1px solid #ececec !important;
	border-radius: 3px !important;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
	align-items: center !important;
	display: inline-flex !important;
	justify-content: center !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.woocommerce .filter_showall .filter-item:hover,
.woocommerce .filter_showall .filter-item.active {
	border: 1px solid #288ad6 !important;
	color: #288ad6 !important;
	background-color: transparent !important;
}
.woocommerce .filter_showall .filter-item:hover a .term-label,
.woocommerce .filter_showall .filter-item.active a .term-label{
	color: #288ad6 !important;
}
.filter_showall .yith-wcan-filters .yith-wcan-filter{
	margin-bottom: 10px !important;
	display: flex;
	align-items: center;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label .term-label{
	font-size: 15px !important;
}
.fsub_sortprice {
    display: flex;
    overflow: visible;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 5px 10px;
    position: unset;
    min-width: 200px;
    max-width: 100%;
    width: auto;
    white-space: normal;
    flex: 1;
}
.fsub_sortprice a {
    display: block;
    width: 200px;
    cursor: pointer;
}
.fsub_sortprice a[selected="selected"]::before{
    content: "✓";
    width: 15px;
    height: 15px;
    display: inline-block;
}
/**/
.woocommerce ul.products.columns-5:not(.swiper-wrapper),
.woocommerce.columns-5 ul.products:not(.swiper-wrapper) {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    background-color: #fff;
    padding: 10px;
}

.related ul.products::after,
.related ul.products::before,
.woocommerce .products.columns-5 ul::after,
.woocommerce .products.columns-5 ul::before,
.woocommerce ul.products.columns-5::after,
.woocommerce ul.products.columns-5::before {
    display: none !important;
}

.related ul.products li.type-product,
.woocommerce ul.products.columns-5 li.type-product:not(.swiper-slide),
.woocommerce.columns-5 ul.products li.type-product:not(.swiper-slide) {
	margin: 0 !important;
    width: 100% !important;
}

.woocommerce ul.products li.product {
	position: relative;
	position: relative;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}
.woocommerce ul.products li.product:hover {
	box-shadow: 2px 4px 10px rgba(0,0,0,.2);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: block;
	line-height: 1.3em;
	min-height: 36px;
	font-size: 14px;
	padding: 0 10px;
	color: #111;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
}
.woocommerce ul.products li.product .price {
	display: block;
	overflow: hidden;
	padding: 5px 10px 10px 10px;
	color: #be1e2d;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product .price .amount {
	color: #be1e2d;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
}
.woocommerce ul.products li.product .price ins{
	float: left;
	order: -1;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del .amount{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
	margin-left: 5px;
	color: #555;
	font-weight: normal;
	opacity: 1;
}

.woocommerce li span.onsale {
	position: absolute;
	display: block;
	padding: 0 .5em;
	border-radius: .2em;
	background: #c35100;
	font-weight: 700;
	color: #fff;
	order: 99;
	right: 10px;
	top: 10px;
	font-size: 12px;
	min-height: auto;
	min-width: auto;
	margin: 0 !important;
	line-height: normal;
	padding: 2px 5px;
}

/**/
.term-description {
	background-color: #fff;
	padding: 10px;
}
/**/
.summary-wrap {
	background-color: #fff;
	padding:10px;
}
/**/
.flex-viewport {
	margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	padding: 2px;
	width: 20% !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
  border: 1px solid rgba(0,0,0,.1);
	opacity: 1 !important;
}
/**/
.woocommerce div.product .product_title {
	display: block;
	overflow: hidden;
	font-size: 20px;
	color: #000;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 10px;
}
.listInfoDesc ul{
	display: flex;
	list-style: none;	
	padding: 0;
}
.listInfoDesc a {
	color: #0b5690;
	font-weight: bold;
}
.woocommerce div.product .summary-wrap p.price {
	display: block;
	overflow: hidden;
	line-height: 20px;
	padding: 0;
	margin-bottom: 10px;
	display: inline-block;
	overflow: hidden;
	font-size: 24px;
	color: #de1316;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: bold;
	display: flex;
}
.woocommerce div.product p.price ins {
	order: -1;
}
.woocommerce div.product p.price del {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #444;
	text-decoration: line-through;
	font-weight: normal;
	opacity: 1;
	margin-left: 10px;
}
.woocommerce div.product .woocommerce-variation-price span.price del {
	display: none;
}
.woocommerce div.product .woocommerce-variation-price span.price ins {
	text-decoration: none;
}

.select_option {
	border: 2px solid #eee !important;
	padding: 2px 6px !important;
}
.select_option .yith_wccl_value{
	border: 0 !important;
	font-size: 14px !important;
}
.select_option.selected {
	color: #f80 !important;
	background: #fff !important;
	border-color: #f80 !important;
}

.quantity{
	display: inline-flex;
	align-items: center;
}
.input-text {
	-webkit-appearance: none;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 6px 12px;
	border-radius: 5px;
	margin-left: 3px;
	width: auto !important;
}
.single_variation_wrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.woocommerce-variation-add-to-cart{
	order: -1;
}
.woocommerce-variation-price{
	display: inline-flex;
	align-items: center;
}
.woocommerce-variation-price::before {
	content: "Thanh toán:";
	width: 85px;
	display: block;
}
.woocommerce-variation-price .amount {
	color: #de1316;
	font-weight: 600;
	font-size: 16px;
}
.woocommerce div.product form.cart{
	margin-bottom: 10px !important;
}
/**/
.woocommerce-product-details__short-description {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 5px 0;
	background: #fff;
	padding: 10px 10px 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.woocommerce-product-details__short-description ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.woocommerce-product-details__short-description  li::before {
	content: '';
	background: url("https://ngocnguyen.vn/cdn/themes/metavn/img/check@2x.png");
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
	margin-right: 5px;
	margin-top: 2px;
}
.woocommerce-product-details__short-description li {
	display: flex;
	align-items: center;
}
.woocommerce-product-details__short-description p{
	margin-bottom: 5px;
}
/**/
.buy_now, .buy_ins {
	display: inline-block;
	overflow: hidden;
	padding: 7px 0;
	border-radius: 6px;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.buy_now {
	background: #de1316;
	border: 1px solid #de1316;
	color: #fff !important;
}
.buy_ins {
	background: #0050a0;
	color: #fff !important;
	border: 1px solid #0050a0;
}
.buy_now span, .buy_ins span {
	display: block;
	font-size: 14px;
	color: #fff !important;
	text-transform: none;
	padding-top: 3px;
}
.area_action > * + * {
	margin-top: 10px;
}
.callorder {
	display: block;
	overflow: hidden;
	padding: 0;
	font-size: 14px;
	color: #333;
	margin: 10px 0;
	text-align: center;
}
/**/
.main-content-product {
}
div.noidung_cap1 {
  max-height:600px;
  overflow:hidden
}
.xemthem_cap1 {
  text-align:center;
  margin:20px auto 0
}
.xemthem_cap1 a {
	color: #0b5690;
	cursor: pointer;
	border: 1px solid #0b5690;
	padding: 8px 25px;
	border-radius: 3px;
	background: #fff;
}
.xemthem_cap1 a:hover {
	background: #0b5690;
  color: #fff;
}
/*.xemthem_cap1 a::after {
  content:'';
  width:0;
  right:0;
  border-top:6px solid #fff;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  display:inline-block;
  vertical-align:middle;
  margin:-2px 0 0 5px
}*/
.singlepro_gall_title {
	padding: 5px 10px;
	line-height: 30px;
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 20px;
	color: #333;
}
.single-gall-box .swiper-button-next, 
.single-gall-box .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 25px 24px;
	background-position: center;
	background-repeat: no-repeat;
}
/**/
.policy ul {
	list-style: none;
	padding: 0;
}
.policy ul li{
	margin-bottom: 20px;
}

 .singlepro-block h2 {
	display: block;
	line-height: 1.3em;
	font-size: 20px;
	color: #333;
	margin-bottom: 0;
	font-weight: normal;
}
.parameter {
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding-top: 10px;
	list-style: none;
	padding: 0;
}
.parameter li {
	display: table;
	background: #fff;
	width: 100%;
	border-top: 1px solid #eee;
	padding: 5px 0;
}
.parameter li span {
	display: table-cell;
	width: 40%;
	vertical-align: top;
	padding: 5px 0;
	font-size: 14px;
	color: #666;
}
.parameter li span:last-child {
	width: 60%;
}
.parameter li:nth-child(n+10) {
	display: none;
}
.parameter li:nth-child(n+11) {
	border-bottom: 0;
}
.viewparameterfull {
	display: block;
	width: 100%;
	padding: 6px 0;
	margin: 10px 0 0;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
}
.viewparameterfull:hover {
	background: #000;
	color: #fff;
}
.fancybox-slide .parameter li {
	display: flex !important;
}
#tableparameter {
	display: none;
}
#tableparameter.fancybox-content{
	overflow: visible;
}
.fancybox-slide #tableparameter {
	display: inline-block !important;
}
.fancybox-slide #tableparameter .fancybox-button{
	right: -30px;
	top: -30px;
}
.fancybox-slide #tableparameter .fancybox-button svg,
.fancybox-slide #tableparameter .fancybox-button svg path {
	fill: #fff;
	stroke-width: 0;
}
/**/
.woocommerce #review_form #respond .form-submit input {
	background-color: #006837;
	color: #fff;
}
/**/
.item-post a {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.item-post .item-images {
	width: 100px;
	overflow: hidden;
}
.item-post .item-detail{
	width: calc(100% - 100px);
	padding-left: 10px;
	color: #337ab7;
}
.item-post .item-detail .title{
	margin: 0 0 5px;
	line-height: 17px;
	font-weight: 500;
	color: #000;
	letter-spacing: normal;
	font-size: 15px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item-post .item-images img {
	max-height: 60px;
	object-fit: cover;
	border-radius: 5px;
	width: 100%;
}
.getPostViews span {
	color: #b10000;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	line-height: 1;
}
/**/
.block-sp-content .product-item-nb {
	overflow: hidden;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 5px 0 10px;
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;
	position: relative;
	margin: 5px 0 0;
	box-shadow: none;
}
.block-sp-content .product-item-nb a{
    display: flex;
    justify-content: space-between;
}
.block-sp-content .product-item-img {
    display: block;
    box-shadow: none;
    width: 100px;
}
.block-sp-content .product-item-content {
	width: calc(100% - 100px);
	padding-left: 10px;
}
.block-sp-content .product-item-content h3 {
	margin: 0;
	font-size: 14px;
}
.product-item-nb span.price {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	font-size: 14px !important;
	color: #de1316 !important;
	line-height: 1.6;
	font-weight: bold;
}
.product-item-nb .price ins {
    order: -1 !important;
    text-decoration: none !important;
    display: block;
}
.product-item-nb .price ins .amount {
    text-decoration: none !important;
}
.product-item-nb .price del{
    color: #898989 !important;
    opacity: 1 !important
}
.product-item-nb .price del .amount {
    font-size: 12px !important;
    margin-left: 5px !important;
    font-weight: normal !important;
}
.singlepro-block-content {
	margin-top: 20px;
}
.block-sp-content .product-item-nb:last-child{
	border-bottom: 0;
}



/*///////////////////////////////////////////*/
/*cart*/
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100px !important;
}
.woocommerce table.shop_table .variation {
    color: #686868;
    font-size: 14px;
    display: flex;
    margin-top: 0 ;
    text-transform: capitalize;
}
.woocommerce table.shop_table .variation dt{
    display: none !important; 
}
.woocommerce .wc-item-meta dd, 
.woocommerce dl.variation dd {
    margin: 0;
}
.woocommerce .wc-item-meta p, .woocommerce .wc-item-meta:last-child, 
.woocommerce dl.variation p, .woocommerce dl.variation:last-child {
    margin: 5px 0;
}
.woocommerce table.shop_table .variation dd p::after{
    content: " / ";
}
.woocommerce table.shop_table .variation dd:last-child p::after{
    display: none; 
}
/* checkout */
.woocommerce .form-row-last input.button {
    color: #fff !important;
}

.woocommerce .form-row-last input.button:hover {
    background: #ffff !important;
    border: 1px solid;
}
 .woocommerce-cart table.cart td.actions .coupon .input-text{
    height: 35px;
 }

/*check out*/
.checkout .form-row label {
    color: #333333;
}

.woocommerce-info {
    border-color: #48cab2 !important;
}

.checkout .form-row input,
.woocommerce .woocommerce-checkout form.checkout_coupon .form-row input.input-text,
.woocommerce .woocommerce-checkout form.checkout_coupon .form-row textarea,
.woocommerce .woocommerce-checkout form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    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 !important;
    width: 100% !important;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
    border: 1px solid #d9d9d9;
}

.checkout_coupon .input-text,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input.input-text {
    box-shadow: none;
    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;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

#place_order {
    width: 100%;
    margin-top: 20px;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_1_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_phone_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_email_field {
    width: 100%;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_city_field {
    width: 50%;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_2_field {
    width: 50%;
    padding-right: 0px;
}

body.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: none !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

body.woocommerce .woocommerce-checkout .col2-set div.col-1,
.woocommerce-page .woocommerce-checkout .col2-set div.col-1 {
    width: 100%
}

.checkout-tu-tao {
    float: left;
    width: 48%;
    display: flex;
}

.checkout-tu-tao #customer_details .col-1 {
    width: 100% !important;
}

#customer_details h3 {
    margin-top: 0px;
    margin-bottom: 10px
}

.phuongthuc_ship {
    margin-bottom: 20px;
}

.checkout.woocommerce-checkout.woocommerce-checkout-tao,
.full-checkout .woocommerce-message {
    float: right;
    width: 48%;
}

.woocommerce-checkout-tao #customer_details {
    display: none;
}

.order_review_toggle_mobile {
    margin: 15px 0;
    display: none;
}

.billing_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.billing_bottom a {
    text-decoration: none;
    color: #338dbc;
}

.billing_bottom button {
    padding: 1.4em 1.7em;
    border-radius: 4px;
    background: #338dbc;
    color: #fff;
    transition: 0.4s all;
    border: none;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.woocommerce .button.apply_input_coupon {
    padding: .9em 1.5em !important;
    border-radius: 3px !important;
    border: none !important;
    color: #fff !important;
    background: #338dbc !important;
    cursor: pointer !important;
}

.woocommerce .button.apply_input_coupon:hover {
    color: #fff !important;
    background: #338dbc !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th {
    text-align: left;
}

/*step2*/
.woocommerce-checkout-step2 #customer_details .col-1 {
    display: none;
}

.checkout.woocommerce-checkout.woocommerce-checkout-step2 #order_review {
    width: 48%;
    float: right;
}

.checkout.woocommerce-checkout.woocommerce-checkout-step2 .col2-set {
    width: 48%;
    float: left;
}

#shipping_method {
    border: 1px solid #ebebeb;
}

.woocommerce ul#shipping_method li+li {
    border-top: 1px solid #ebebeb;
}

.woocommerce ul#shipping_method li {
    padding: 10px;
}

#payment {
    background: none !important;
}

.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
    border: 1px solid #ebebeb;
}

.wc_payment_methods.payment_methods.methods li+li {
    border-top: 1px solid #ebebeb;
}

.wc_payment_methods.payment_methods.methods li {
    padding: 10px;
}

.form-row.place-order,
#order_review #payment {
    /*display: none;*/
}

/*end step2*/

.woocommerce .woocommerce-checkout form.checkout_coupon {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.submit_input_coupon {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.name_coupon_product {
    padding: .9em;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    flex-grow: 1;
    margin-right: 20px;
}

.submit_input_coupon p {
    padding: 0.9em 1.5em;
    border-radius: 3px;
    border: none;
    color: #fff !important;
    background: #338dbc;
    cursor: pointer;
    text-transform: initial;
    margin: 0;
}

.checkout .cart_item .thumbnail_product_checkout {
    width: 20%;
    position: relative;
}

.checkout .cart_item .thumbnail_product_checkout img {
    border-radius: 10px;
    border: 1px solid #dadada;
    padding: 0;
    overflow: hidden;
}

.checkout .cart_item .thumbnail_product_checkout .product-quantity {
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    background: #48cab2;
    color: white;
    font-weight: normal;
    line-height: 20px;
    font-size: 13px;
}

@media only screen and (max-width: 991px) {
    .submit_input_coupon p {
        padding: 0.9em 1em;
    }
}

@media only screen and (max-width: 768px) {
    .shop_table.cart .nd-quantity-input,
    .woocommerce td.product-name dl.variation {
        justify-content: flex-end;
    }
    /*checkout*/
    #order_review_heading,
    div.woocommerce-billing-fields h3 {
        margin-bottom: 10px;
    }

    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
        text-align: right;
    }

    .full-checkout {
        display: flex;
        flex-direction: column;
    }

    .checkout-tu-tao,
    .woocommerce-checkout-tao {
        width: 100% !important;
        order: 2;
    }

    .checkout.woocommerce-checkout {
        display: flex;
        flex-direction: column;
        order: 1;
    }

    .woocommerce-checkout-step2 #customer_details {
        width: 100%;
        order: 2;
    }

    .submit_input_coupon {
        padding: 0;
    }

    #order_review,
    .checkout.woocommerce-checkout.woocommerce-checkout-tao,
    .full-checkout .woocommerce-message {
        width: 100% !important;
    }
}

/*cam on*/
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    width: 100%;
    display: flex;
    padding: 20px 10px;
    background: #fafafafa;
}

.woocommerce-order .woocommerce-notice {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    color: #226fe9;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.woocommerce ul.order_details li,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table td .amount {
    font-size: 15px;
    font-weight: normal;
}

.woocommerce ul.order_details li {
    float: none !important;
    width: 25%;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px !important;
    font-weight: bold;
}

.woocommerce ul.order_details li strong {
    font-weight: bold;
    color: #333333;
    font-size: 14px !important;
    margin-top: 10px;
}
.shop_table.cart .nd-sl{
    display: none;
}
.shop_table.cart .nd-quantity-input {
    display: flex;
}
.shop_table.cart .quantity .qty_button,.shop_table.cart   .quantity .qty{
    flex: none !important;
}

/**/
/**/
/*login*/
.headding_login {
    text-align: center;
    margin-bottom: 20px
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password,
.woocommerce .register {
    width: 50%;
    margin: 0 auto !important
}

.woocommerce form.login input,
.woocommerce form.lost_reset_password input,
.woocommerce form.register input {
    height: 42px;
    border: 1px solid #ededed;
    padding: 10px
}

.woocommerce form.login button,
.woocommerce form.lost_reset_password button,
.woocommerce form.register button {
    background-color: #ff5722;
    padding: 15px 20px;
    border: 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.woocommerce form.lost_reset_password input {
    width: 100%
}


#yith-quick-view-modal .yith-wcqv-wrapper {
    width: 900px;
    overflow: hidden;
    border-radius: 5px;
}
#yith-quick-view-modal .summary .summary-content>.price{
    display: none;
}