/*
Theme Name: jetaime
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

:root {
	--red : #df0000;
	--xam : #ccc;
}

.hotline {
	font-size: 18px;
	font-weight: 600;
	color: yellow;
}
.hotline a {
	color: yellow
}

.hotline a:hover {
	color: #fff
}

.top-bar-nav li a{
	font-size: 14px;
}

.header-wrapper .form-flat input:not([type=submit]) {height:50px;  border-radius:10px;   border: 2px solid var(--xam); font-size: 16px; color: #fff!important;    font-weight: normal;    padding: 0 50px 0 18px;}

.header-wrapper .form-flat input:not([type=submit])::placeholder {color: #000}
 .header-button .button.icon {height: 50px; border: 2px solid var(--xam); font-size: 16px; color: var(--brown);    font-weight: normal;    padding: 0 20px; background: #fff; border-radius:10px;} 
.header-button .button.icon span {line-height: 45px; font-weight: 600}
/* .header-button .button:hover {background: transparent; border-color: #fff; color : #fff} */
.icon-search {color: var(--xam)}

.product-title a {
	-webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #a0522d, #d1571db8);
    font-size: 16px;
    color: #0000;
	font-weight:600;
    text-transform: uppercase;
    border-radius: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
}

section.product .col-inner, .product-small, .product-small .col-inner, .product-small .col-inner .product-small {border-radius: 10px}
.product-small .box-image {border-radius: 10px 10px 0 0}
.product-small .box-text {border-radius: 0 0 10px 10px}


section.camket .icon-box-img img{
	background: var(--red);
	border-radius: 99px;
	padding: 15px;
	height:60px
}
section.camket .col-inner {
	border-radius:10px;
}

section.camket h3 {
	margin-bottom:0;
}

section.camket .icon-box {
	padding: 20px 0px;

}

h5.post-title a{font-size: 16px; color: var(--red); overflow: hidden;   text-overflow: ellipsis;
    display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 1; padding: 0;}

.home .box-text-inner .is-divider, .product-short-description {
	display: none!important;
}

#footer {border-top: 5px solid vaR(--red);}
#footer .copyright-footer {color: #fff}
#footer .section-footer .ux-menu a, #footer .section-footer a {font-size: 15px;}
#footer .section-footer .ux-menu-link__link:hover{color: var(--red); padding-left: 5px}
#footer .section-footer a:hover {color: var(--red);}
#footer .section-footer .ux-menu-link__link {min-height: 2em}
#footer .section-footer p{margin-bottom: 5px; font-size: 15px}














.section-title-main:before {
	position: absolute;
    top: 0;
    left: 10px;
    content: "";
    background: #df0000;
    -webkit-transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(-30deg, 0deg);
    height: 49px;
    width: 30px;
}
.section-title-main:after{
	position: absolute;
    top: 0;
/*     right: -15px; */
    content: "";
    background: #df0000;
    -webkit-transform: skew(30deg, 0deg);
    -moz-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    height: 49px;
    width: 60px;
}

.section-title-normal, .section-title-normal span{
	border:0
		
}

.section-title-normal span {
	margin-bottom: 0
}

h3.section-title {
	border-bottom: 1px solid #ccc;
}


.section-title-normal b {
    display: none;
}.section-title-main {
    margin-left: 25px;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: white!important;
    background: #df0000;
	padding:9px 30px 9px 50px;
}span.hdevvn-show-cats li {
    display: block;
    width: auto;
    float: left;
    margin: 0 8px;
}span.hdevvn-show-cats li a {
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    margin-right: 0!important;
    padding-left: 10px;
}.section-title a {
    font-size: 14px;
    margin-left: auto;
    color: #000;
    margin-right: 10px;
}

.price-wrapper .price .amount {
	color: red;
	font-size: 15px;

}

.single .product-info .price-wrapper .price .amount {
	font-size:25px;
}

.single .short_des {
	border-radius: 10px;
	border : 1px solid #ccc;
	text-align: justify;
	padding: 15px;
	margin-bottom: 10px;
}

.contact-phone {
  width:100%;
  margin:25px 0;
  overflow:hidden;
}

.contact-phone ul {
  display:block;
  float:left;
  margin:0;
  padding:0;
  width:100%;
}

.contact-phone ul li {
  width:49%;
  margin-left:0;
  float:left;
  margin-right:2%;
  background-color:#288AD6;
  color:#fff;
  padding:8px;
  text-align:center;
  border-radius:3px;
  display:inline-block;
}

.contact-phone ul li a {
  color:#fff;
  display:block;
  width:100%;
  text-decoration:none;
}

.contact-phone ul li a {
  color:#fff;
  display:block;
  width:100%;
  text-decoration:none;
}

.contact-phone ul li p:last-of-type {
  font-size:12px;
  margin:0;
}

.contact-phone ul li:last-of-type {
  margin-right:0;
  background:rgba(58,85,159,1);
}

.contact-detail {
  float:left;
  width:100%;
  margin-top:10px;
  overflow:hidden;
  clear:both;
}

.contact-detail ul {
  list-style-type:none;
  padding-left:0;
  margin-left:0;
  float:left;
}

.contact-detail ul li {
  line-height:1.8em;
  font-size:16px;
  margin-bottom:0;
  margin-left:0;
}

.contact-detail ul li span {
  font-size:18px;
  padding-right:8px;
  color:#f69419;
}

.contact-detail ul li:nth-child(1) span {
  color:#0cca4b;
  font-size:20px;
  padding-right:10px;
}

.ux-quantity {
	display: flex;
	align-items: baseline
}
.single .ux-quantity:before {
	content : "Số lượng  ";
	padding-right: 10px;	
	padding-top: 20px;
}

.ux-quantity input[type=number] {
	height: 2.5em;
}

.woocommerce-cart-form  input[type=number], .woocommerce-cart-form .minus, .woocommerce-cart-form .plus {
	height: 37px;
	padding-bottom: 3px;
}

.nav-pagination>li>a, .nav-pagination>li>span {
	border-radius: 5px;
}


.single .button , .single button {
	margin-bottom:0;
}

.single .single_add_to_cart_button {
	width: 49%;
	margin-right: 2%;
	height: 60px;
    border-radius: 5px;
}


.single .buy_now_button {
	width: 49%;
	height: 60px;
	float: right;
	margin-right: 0;
    border-radius: 5px;
}
/* Gio hang */

.woocommerce-cart .woocommerce .woocommerce.row.row-large.row-divided {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #ececec;
    margin: 0 auto;
    background: #fff;
}

.shop_table thead th,
.shop_table .order-total td,
.shop_table .order-total th {
    border-width: 1px;
    font-size: 12px;
    color: #000;
}

.cart_totals th.product-name {
    color: var(--isures-primary-color);
    border: none;
    font-size: 20px;
    text-transform: capitalize;
}

.woocommerce a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}

.woocommerce a.remove:before,
.woocommerce a.remove:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}

.woocommerce a.remove:before {
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}

.woocommerce a.remove:after {
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}

.woocommerce a.remove:hover:before {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}

.woocommerce a.remove:hover {
    background: transparent;
}