.clearfix:after,
.clearfix:before,
.clearfix{
	clear: both;
}

body{
    background: #f0f0f0;
}

.wrap_cart {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    padding: 20px 25px;
}

.field{
	margin:  10px 0 15px;
}

.field label{
	cursor: pointer;
}

.field_gender >label,
.field_choose_address >label{
	margin-right: 15px;
}

.fields {
	margin-left: -10px;
	margin-right: -10px;
}

.fields .field{
	float: left;
	width:  50%;
	padding: 0 10px;
	box-sizing: border-box;
}

.link-text{
    color:  #288ad6;
}

.link-text:hover{
    color: #1972b7;
}

.ui.selection.dropdown .menu>.item,
.ui.dropdown{
	width: 100%;
}

.ui.selection.dropdown .menu>.item{
	color: #288ad6 !important;
}

.ui.selection.dropdown{
    height: 40px;
}

.ui.dropdown>.text{
    position: relative;
    top: 3px;
}

.field select,
.field input{
	display: block;
    padding: 9px 0;
    height: 40px;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-indent: 10px;
    width: 100%;
    box-shadow: none;
    background: white;
}

.ui.search.dropdown>.text{
    top: 0;
    font-size: 14px;
    color:  #43454b !important;

}

.field input.search{
	padding-left: 4px !important;
}

.field input:focus{
	box-shadow: none;
    background: white;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.textnote{
	margin:  10px 0;
}

.clone_tab_content{
	display: none;
}

.tab_content>div{
    position: relative;
    margin-top: 10px;
}

.tab_content>div.area_address:before{
	left: 60px;
}

.tab_content>div.area_market:before{
	left: 200px;
}

.timeship{
	margin-top:  10px;
}


.wrap_listmarket ul{
   margin: 0;
   list-style-type: none;
   padding-top: 10px;
}

.wrap_listmarket ul li{
	margin-bottom: 5px;
	cursor: pointer;
}

.wrap_listmarket ul li:hover{
	color:  #288ad6;
}


.success_order{
	margin-top: 20px;
}

.success_order input[type="button"]{
	display: block;
    overflow: hidden;
    cursor: pointer;
    padding: 9px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #c4161c;
}

.success_order input[type="button"]:hover {
	background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
}



.col_img {
    width: 20%;
    float: left;
}

.order_info{
    width: 75%;
    float: right;
    position: relative;
}

.product_name a{
    font-weight: 400;
}

.order_info .price{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    font-size: 14px;
    color: #c10017;
}

.listorder .col_img button {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    width: 40px;
    border: 0;
    background: #fff;
    margin: auto;
    cursor: pointer;
    padding: 0;
}

.listorder .col_img button:hover{
    color:  red;
}

.listorder .col_img button:hover span{
    background: red;
}

.listorder .col_img button span:after {
    content: '';
    width: 2px;
    height: 8px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.listorder  .col_img button span:before, .listorder  .col_img button span:after {
    top: 2px;
    left: 5px;
}

.listorder  .col_img button span:before {
    content: '';
    width: 2px;
    height: 8px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.listorder  .col_img button span:before, .listorder  .col_img button span:after {
    top: 2px;
    left: 5px;
}

.listorder .col_img button span {
    float: left;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 10px;
    position: relative;
    margin-top: 3px;
}

.choosenumber{
    float: right;
    overflow: hidden;
    position: relative;
    width: 25%;
    border: 1px solid #dfdfdf;
    background: #fff;
    border-radius: 3px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    margin: 5px 0 5px 0;
}

.abate {
    float: left;
    border-right: 1px solid #dfdfdf;
    background: #fff;
    width: 32%;
    height: 32px;
    position: relative;
}

.abate.active{
    cursor: pointer;
}

.abate.active:before {
    background: #288ad6;
}

.abate:before {
    content: '';
    width: 12px;
    height: 2px;
    background: #ccc;
    display: block;
    margin: 15px auto;
}

.number {
    font-size: 14px;
    color: #333;
    float: left;
    width: 33%;
    height: 32px;
    text-align: center;
}

.augment {
    float: right;
    border-left: 1px solid #dfdfdf;
    background: #fff;
    width: 32%;
    height: 32px;
    position: relative;
    cursor: pointer;
}

.augment:after {
    content: '';
    width: 2px;
    height: 12px;
    background: #288ad6;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
}

.augment:before {
    content: '';
    width: 12px;
    height: 2px;
    background: #288ad6;
    display: block;
    margin: 15px auto;
    position: relative;
    top: -2px;
}

.boxCouponCode{
    text-align: right;
}

.product_desc ul{
    margin:  0;
    list-style: none;
}

.product_desc ul li{
    font-size: 13px;
    line-height: 13px;
    margin: 10px 0;
    padding-left:  10px;
}

.product_desc ul li:before{
    content: '•';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 20px;
    color: #999;
    margin: 0 3px 0 -10px;

}

.order_item{
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.total{
    padding: 20px 0 5px;

}

.total strong{
    float: right;
   font-size: 16px;
    color: #c10017;
    
}

.textcode{
    color: #288ad6 !important;
    cursor: pointer;
    text-align: right;
}

.inputcode{
    display: none;
}

.inputcode input{
    width: auto;
    display: inline-block;
}

.inputcode button{
    background: #c4161c;
    border-radius: 4px;
    border: 0;
    height: 40px;
    font-size: 14px;
    color: #fff;
    width: 90px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.bar-top {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.yourcart {
    display: block;
    overflow: hidden;
    background: #fff;
    text-align: right;
    color: #333;
    line-height: 40px;
    padding-top: 15px;
}

.buymore {
    float: left;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #288ad6;
    padding: 15px 0 0 15px;
}

.buymore i{
    font-size: 24px;
    position: relative;
    top: 2px;
    left:  -5px;
}

.shipping_custom h4{
    font-size: 17px;
    font-weight: bold;
}

.shipping_info{
    padding-left: 100px;
    background: url(../images/shipping.png) no-repeat;
    margin-bottom:  20px;
}

.shipping_info p{
    margin: 0;
    font-size: 15px;
}

.shipping_info span{
    display: inline-block;
    width: 90px;
    font-weight: bold;
}


/* Icon */
.choose .iconmobile-opt {
    background-position: -400px -30px;
}

.iconmobile-opt {
    background-position: -380px -30px;
    width: 17px;
    height: 16px;
    vertical-align: sub;
    cursor: pointer;
}

#chosse_gender{
    height: 0;
    padding: 0;
    border: none;
    float: left;
}

/* -----------------null_cart------------------ */
.null_cart{
    display: block;
    overflow: hidden;
    width: 500px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #666;
    transform: translate(0,10%);
    -webkit-transform: translate(0,10%);
    -moz-transform: translate(0,10%);
    -o-transform: translate(0,10%);
    -ms-transform: translate(0,10%);
    height: 240px;
}


.iconnoti {
    background: url('../images/iconcartmobile@2x.png') no-repeat;
    background-size: 80px 85px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}

.iconnull {
    background-position: 0 -25px;
    width: 70px;
    height: 54px;
    display: block;
    margin: 10px auto;
}

.buyother {
    display: block;
    overflow: hidden;
    background: #fff;
    line-height: 40px;
    text-align: center;
    margin: 15px auto;
    width: 300px;
    font-size: 14px;
    color: #288ad6;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #288ad6;
    border-radius: 4px;
}

.null_cart .callship {
    display: block;
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin: auto;
    text-align: center;
    width: 100%;
    background: none;
}

.callship a {
    color: #288ad6;
    font-weight: 600;
}

.woocommerce-Price-amount.amount{
    font-weight: bold;
    font-size: 15px;
}

.iconcheck{
    background-position: -24px 4px;
    width: 20px;
    height: 25px;
    display: block;
    margin: 10px auto;
}

.wrap-icon{
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #07b224;
}
/* Smartphones (portrait) ----------- */ 
@media only screen and (max-width : 414px) {

.order_info .price{
    position: relative;
}
.fields .field{
    width: 100%;
}
.null_cart{
    width: 100%;
}
.order_item{
    display: block;
}
}


/* ----------------------ip6---------------- */
@media only screen and (max-width : 375px) { 


}