.type_product .br{
    height: 1px;
    width: 100%;
    background: #C0C0C0;
    margin-bottom: 20px;
}

#content_temp_choose img{
    max-width: 100px;
}

.nav-tabs>li>a {
    text-transform: uppercase;
    color: #185738;
}

.checkbox.center img{
    max-width: 100%;
}

.nav-tabs>li.active>a{
    font-weight: bold;
    color: #185738!important;
}

.list_input_color {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.list_input_color li {
    display: inline-block;
    float: left;
}

.list_input_color li input {
    display: none;
}

.list_input_color .checked label {
    border: 2px #1760bb solid;
    margin-top: -1px;
}

.list_input_color li label {
    margin-bottom: 5px;
    height: 21px;
    width: 34px;
    margin-right: 7px;
    cursor: pointer;
    box-sizing: content-box;
}

.list_color{
    margin: 15px 0;
}

.list_color > span{
    float: left;
    padding-right: 15px;
}

.info_type{
    padding-bottom: 20px;
}

.btn_duyet{
    text-align: right;
}

.info_product_type{
    font-size: 15px;
}

.btn_duyet .btn_add_cart{
    background: #457D0F;
    border: 1px solid #457D0F;
    padding: 7px 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
}

.modalcustom .modal-header{
    background: #185738;
}

.modalcustom .modal-header .close{
    color: #fff;
}
.modalcustom .modal-body .title-m{
    font-size: 16px;
    font-weight: bold;
}

.modalcustom .modal-body .title {
    font-size: 15px;
}

.modalcustom .modal-body .enter-picture{
    margin: 15px 0;
}

.modalcustom .modal-body .enter-picture .title-image{
    float: left;
    padding-right: 10px;
}

.modalcustom .modal-body .enter-picture .fileupload{
    display: inline-block;
}

.modalcustom .modal-title{
    text-align: center;
    color: #fff;
}

.tab-pane .fileupload,.tab-pane .content{
    margin: 15px 0;
}
    /*product_item ===============================================================*/
.product_item {
    background: #fff;
    position: relative;
}

.product_scroll_orther .product_item {
    max-width: 250px;
    border: 0px;
}

.product_watched .product_item {
    border: 0px;
    border-bottom: 1px #d0d0d0 dashed;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.product_watched .list_watched-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #c5c5c5;
    margin-bottom: 15px;
}

/*.product_item:after{
   content: '';
   position: absolute;
   left: -1px;
   right: -1px;
   bottom: -3px;
   height: 3px;
   background: #d2d2d2;
}*/
.product_item .img {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 15px;
}

.product_item .img a:first-child,
.product_item .img img {
    display: block;
    width: 100%;
}


.product_item .img:hover .ficon-cart-add {
    left: 12%;
}

.product_item .info {
    padding: 0px;
    text-align: center;
}

.product_item .item-bottom {
    border-top: 1px #e2e3e4 dashed;
    margin-top: 5px;
    padding-top: 5px;
    height: 40px;
    overflow: hidden;
    line-height: 18px;
    margin-bottom: -5px;
    color: #007fcc;
}

.product_item .info .info-title {
    display: block;
    overflow: hidden;
    padding: 5px 10px;
}

.product_item .info h3 {
    display: table;
    height: 100%;
    width: 100%;
}


.ordering_address{
    padding: 0px 15px;
}

.ordering_address h3{
    font-size: 24px;
    color: #9c9c9c;
    text-transform: uppercase;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 15px;
    font-weight: normal;
}
.ordering_address .row_btn{
    text-align:right;
}
.ordering_address{
    background: #ffffff;
    padding: 20px;
    margin: 0 15px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.ordering_address_right
{
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    width: 33.5%;
    display: inline-block;
    margin-left: 15px;
    float: right;
}
.ordering_address .ordering_address_l{
    float:left;
    width:100%;
}
.ordering_address .ordering_address_r{
    float:right;
    width:100%;
}

.ordering_address .row_input{
    padding: 5px 0;
}

.ordering_address h3{
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.ordering_address label.title{
    float:left;
    width:30%;
    line-height:22px;
}
.ordering_address .input_text,
.ordering_address .textarea{
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    outline: none;
}
.ordering_address .row_btn {
    text-align: right;
    margin-top: 15px;
    margin-right: -5px;
}

.product_scroll_orther .product_item .info h3 a {
    font-weight: normal;
}

.product_scroll_orther .product_item .info .price_buy {
    color: #ed3237 !important;
}

.product_scroll_orther .product_item .info .price {
    text-decoration: line-through;
    color: #5d5d5d;
    font-size: 14px;
    margin-top: 5px;
}

.product_watched .product_item .info h3 a {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

.list_watched .list_none .mCustomScrollBox {
    height: 890px;
    display: block;
    overflow: hidden;
}

.product_watched .product_item .info .price_buy {
    color: #ed3237 !important;
}

.product_watched .product_item .info .price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}

.product_item .info-price {
    display: block;
    min-height: 50px;
}

.product_item .info-price.none {
    display: none !important;
}

.product-overlay .info-price .price {
    font-size: 15px;
    font-weight: normal;
    color: #525252;
    font-family: tahoma;
    font-weight: normal;
    margin: 0px 0px 10px;
}

.product_item .price_buy {
    font-size: 15px;
    font-weight: bold;
    color: #ec0404 !important;
    font-family: tahoma;
}

.product_item .price_buy.right_b {
    float: right;
    font-weight: bold;
}

.product_item .price.right_b {
    color: #777;
    font-weight: normal;
    text-decoration: line-through;
    display: inline-block;
    float: left;
}

/*--------------------------------------------*/
.list_item_product {
}

.list_item_product .row_item {
    margin-left: 0px;
    margin-right: 0px;
    flex-wrap: wrap;
    display: flex;

}

.list_item_product .col_item {
    float: left;
    padding: 7px;
    width: 25%;
}

.list_item_product .product_item_type{
    width: 100%;
    padding: 0px;
}

.list_item_product .product_item_type .img{
    margin: 0px;
}

.list_item_product .row_empty {
    text-align: center;
}

.list_item_product .product_item:hover .product-overlay {
    opacity: 1;
    visibility: visible;
}

.product_item .product-overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: 50;
    padding: 10px 15px;
}

.rate span {
    color: #f70000;
    float: left;
    margin-top: -1px;
    margin-left: 4px;
}

.product_item .product-overlay .description {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #dcdcdc dashed;
    color: #777;
    max-height: 170px;
    overflow: hidden;

}

.product_item .product-overlay .product-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.product_item .product-overlay .name, .product_item .product-overlay h4 {
    font-size: 14px;
    font-weight: 700;
    color: #404041;
    margin-bottom: 0;
    margin-top: 0;
}

.product_item .product-overlay .overlay-price {
    font-size: 13px;
    font-weight: 700;
    color: #e81c24;
    margin-bottom: 10px;
}

.product_item .product-overlay p {
    margin-bottom: 0;
}

.product_item .product-overlay .product-config {
    z-index: 7;
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    width: 100%;
    padding-right: 20px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 35%, #fff 26%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 35%, #fff 26%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 35%, #fff 26%);
    text-align: center;
}

.product_item .btn-cart {
    cursor: pointer;
    outline: none;
    position: relative;
    border: 1px solid #e2e3e4;
    padding: 0px;
    min-height: 31px;
    background: #fff;
    line-height: 30px;
    padding-left: 35px;
    padding-right: 10px;
    margin: 0;
    border-radius: 17px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #6d6e71;
}

.view_detail {
    text-decoration: underline;
    color: #111;
}

.product_item .btn-cart i {
    position: absolute;
    color: #fff;
    left: 2px;
    bottom: 2px;
    z-index: 1;
    font-size: 17px;
}

.product_item .btn-cart:after {
    content: "";
    top: 2px;
    left: 2px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: #288ad6;
    border-radius: 50%;
}

.product_item .btn-cart:hover {
    color: #6d6e71;
    border-radius: 0;
    background: #fff;
}

.product_item .btn-cart, .product_item .btn-cart:after {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
    transition: all .27s cubic-bezier(0, 0, .58, 1);
}

.product_item .btn-cart:hover:after {
    border-radius: 0;
}

.product_item .product-overlay .product-config .btn-group-compare {
    float: right;
    margin-bottom: 0;
}

.product_item .product-overlay ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 14px;
}

.box_mid .box_mid-title {
    margin: 0;
}

.box_header_product {
    background: #fff !important;
    background: rebeccapurple;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    max-height: 65px !important;
    line-height: 65px;
    margin-bottom: 20px;
}

.box_header_product .num_total {
    display: inline-block;
    line-height: 48px;
}

.box_header_product .sort_product {
    display: inline-block;
    margin-left: 30px;
    font-weight: bold;
    position: relative;
}

.sort_product:before {
    position: absolute;
    right: 10px;
    bottom: 7px;
    padding: 0;
    font-size: 24px;
    color: #085eb9;
    pointer-events: none;
    content: '\e8af';
    font-family: "ficon";
}

.box_header_product .sort_product select {
    height: 32px;
    border: 1px #b7b7b7 solid;
    border-radius: 3px;
    padding: 0px 5px;
    margin-left: 5px;
    box-shadow: 1px 1px 3px 0px #a5a5a5;
    color: #2754f7;
    min-width: 140px;
    outline: none;
    border: 1px solid #c3c4c4;
    border-bottom-width: 2px;
    border-radius: 4px;
    padding: 4px 30px 5px 10px;
    color: #085eb9;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: -webkit-linear-gradient(top, #fff 0, #f1f2f2 100%);
    background-image: linear-gradient(to bottom, #fff 0, #f1f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f2f2', GradientType=0);
}

.box_header_product .view_product {
    display: inline-block;
    float: right;
    line-height: 65px;
    font-weight: bold;
}

.box_header_product .view_product .btn-grid {
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    border: solid 1px #c3c4c4;
    border-bottom-width: 2px;
    margin: 0;
    padding: 6px 12px;
    height: 32px;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #fff 0, #d6d6d6 100%);
    background-image: linear-gradient(to bottom, #fff 0, #d6d6d6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd6d6d6', GradientType=0);
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-width: 1px;
    padding-bottom: 4px;
    color: #085eb9;
}

.box_header_product .view_product .btn-list i {
    font-size: 14px;
}

.box_header_product .view_product .btn-grid i {
    font-size: 14px;
}

.box_header_product .view_product .btn-list {
    border-radius: 4px;
    cursor: pointer;
    border: solid 1px #c3c4c4;
    border-bottom-width: 2px;
    margin: 0;
    margin-right: -4px;
    padding: 6px 12px;
    height: 32px;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #fff 0, #d6d6d6 100%);
    background-image: linear-gradient(to bottom, #fff 0, #d6d6d6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd6d6d6', GradientType=0);
    display: inline-block;
    border-bottom-width: 2px;
    padding-bottom: 6px;
    background-image: -webkit-linear-gradient(top, #fff 0, #d6d6d6 100%);
    background-image: linear-gradient(to bottom, #fff 0, #d6d6d6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd6d6d6', GradientType=0);
    color: #085eb9;
    border-bottom-width: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 4px;
}

.box_header_product .view_product .active {
    color: #333;
    background: #f1f2f2;
}

/*PRODUCT LIST*/
.product-view-list {
    display: none;
}

.list_item_product .col_item.product_item_list {
    width: 100%;
    border: 0px;
    border-bottom: 1px #e7e7e7 solid;
    padding: 0px;
    margin: 10px 0px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.list_item_product .col_item.product_item_list .item-bottom {
    border-top: 0px;
    margin-top: 0px;
    height: auto;
}

.product_item_list.product_item .img {
    width: 25%;
    display: inline-block;
    float: left;
    margin: 0px;
}

.product_item_list.product_item .info {
    display: none;
}

.product_item_list.product_item .product-overlay {
    display: none;
}

.product_item_list.product_item .product-view-list {
    display: inline-block;
    width: 75%;
    padding-left: 15px;
}

.product_item_list.product_item .product-view-list .info_view {
    width: 65%;
    display: inline-block;
    float: left;
    padding-right: 60px;
}

.product_item_list.product_item .product-view-list .info_view .description {
    color: #777;
}

.product_item_list.product_item .product-view-list .cart_view {
    width: 35%;
    display: inline-block;
}

.product_item_list.product_item .product-view-list .info_view .title {
    font-size: 18px;
    font-weight: bold;
    color: #085eb9;
}

.product_item_list.product_item .product-view-list .info_view .title:hover {
    color: #197fea;
}

.rate span:hover {
    text-decoration: underline;
}

.product_item_list.product_item .product-view-list .cart_view .price_view p {
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
    color: #444;
}

.product_item_list.product_item .product-view-list .cart_view .price_view {
    font-size: 19px;
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-cart-view {
    outline: none;
    cursor: pointer;
    position: relative;
    border: 2px solid #eae41d;
    padding: 5px 12px 5px 12px;
    line-height: 30px;
    border-radius: 17px;
    font-size: 15px;
    font-weight: 600;
    background-color: #f7cf00;
    background-image: -webkit-linear-gradient(top, #fff200 0, #ffe500 100%);
    background-image: linear-gradient(to bottom, #fff200 0, #ffe500 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff200', endColorstr='#ffffe500', GradientType=0);
    border: 1px solid #f2ca00;
    color: #49494a;
    box-shadow: inset 0 -1px 1px #f2ca00;
    text-shadow: none;
    border-radius: 4px;
    width: 100%;
}

.btn-cart-view:hover {
    color: #49494a;
    border: 1px solid #f2ca00;
    background-image: -webkit-linear-gradient(top, #fff200 0, #fff200 100%);
    background-image: linear-gradient(to bottom, #fff200 0, #fff200 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff200', endColorstr='#fffff200', GradientType=0);
}

.product_item_list.product_item .product-view-list .info_view .rate {
    margin: 15px 0px;
}

.product_item_list.product_item .product-view-list .info_view .model {
    display: block;
    margin: 5px 0px 10px;
}

.filter {
    display: block;
    margin: 0px 0px 10px;
}

.filter p {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #49494a;
    margin-right: 10px;
    float: left;
}

ul.filter-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.filter-items:after,
ul.filter-items:before {
    content: " ";
    display: table;
}

ul.filter-items:after {
    clear: both;
}

ul.filter-items li {
    position: relative;
    border-radius: 4px;
    padding: 4px 10px;
    background: #e5f6f9;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: 22px;
}

ul.filter-items li:first-child {
    margin-left: 0px;
}

ul.filter-items li a.remove {
    text-align: center;
    vertical-align: text-top;
    color: #085eb9;
    font-size: 17px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

ul.filter-items li a.remove:hover {
    color: #2a82de;
}

ul.filter-items a.clear-all {
    display: inline-block;
    color: #053970;
    margin-top: 5px;
    float: left;
}

ul.filter-items a.clear-all:hover {
    display: inline-block;
    text-decoration: underline;
    color: #2162a7;
    cursor: pointer;
}

.product_scroll_orther .owl-nav .owl-next i.angle-right {
    right: 0px;
    position: absolute;
    top: 40%;
    width: 30px;
    height: 23px;
    background: url('../../images/right.png');
}

.product_scroll_orther .owl-nav .owl-prev {
    left: 0px;
    position: absolute;
    top: 40%;
    width: 30px;
    height: 23px;
    background: url('../../images/left.png');
}

.list_related_cotent .owl-nav .owl-next i.angle-right {
    right: 0px;
    position: absolute;
    top: 10%;
    width: 30px;
    height: 58px;
    background: url('../../images/right.png');
}

.list_related_cotent .owl-nav .owl-prev {
    left: 0px;
    position: absolute;
    top: 10%;
    width: 30px;
    height: 58px;
    background: url('../../images/left.png');
}

.list_combine_detail ul.list_none {
    display: block !important;
    margin-bottom: 20px;
}

.list_combine_detail ul.list_none li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    border: 1px #1760bb solid;
    border-radius: 2px;
    max-height: 41px;
    margin-bottom: 5px;
}

.list_combine_detail ul.list_none li label {
    height: 33px;
    width: 33px;
    margin: 2px;
    cursor: pointer;
}

.list_combine_detail ul.list_none li:hover {
    border: 1px red solid;
}

.list_combine_detail ul.list_none li.active {
    border: 2px #1760bb solid;
    margin-top: -1px;
}

.list_combine_detail ul.list_none li label input {
    display: none;
}

.list_combine-title_c {
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding-top: 5px;
}

.num_qantity_by {
    font-style: italic;
}

.cart_row img {
    max-width: 100%;
    float: left;
    margin-right: 10px;
}

.cart_row .price_format {
    text-align: left;
    float: left;
    font-size: 14px;
}

.cart_row .quantity {
    text-align: left;
    float: left;
    font-size: 15px;
    border: 1px #dcdcdc solid;
    padding: 2px 7px;
    border-radius: 2px;
    padding: 3px 5px;
    border: 1px solid #c5c5c5;
}

.cart_row .color span.color {
    border: 1px #cccccc solid;
    width: 100%;
    height: 10px;
    display: inline-block;
}

.list_item_promotion .col_item {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 12px;
    padding-bottom: 14px;
    border-bottom: 1px #e4e4e4 solid;
}

.list_item_promotion .col_item .img {
    float: left;
    width: 41%;
    padding-left: 10px;
    padding-right: 10px;
}

.list_item_promotion .col_item .info {
    float: left;
    width: 59%;
    padding-left: 10px;
    padding-right: 10px;
}

.list_item_promotion .col_item .date span a {
    padding-left: 5px;
    font-size: 12px;
    color: #1486d8;
}

.list_item_promotion .col_item .short {
    margin-top: 7px;
}

.list_item_promotion .col_item .date {
    color: #999999;
    margin-top: 5px;
}

.box_mid-content .promotion {
    /*background: #ffeaf1;*/
    /*padding: 15px;*/
    margin-bottom: 20px;
}

.box_mid-content .promotion img {
    max-width: 100%;
    height: auto;
}

.box_mid-content .promotion .title {
    font-size: 25px;
    color: #f7060c;
    font-weight: bold;
}

.box_mid-content .promotion .content {
    font-size: 14px;
    color: #6c6e6d;
    margin-top: 5px;
}

.text_search {
    margin-bottom: 15px;
    margin-top: -5px;
}

@media (max-width: 850px) {
    .full.promotion .list_item_product .col_item {
        width: 33%;
    }
}

@media (max-width: 599px) {
    .product_item .info h3 a {
        font-weight: normal;
    }

    .ul.filter-items li {
        margin-right: 10px;
    }

    .product_item .info .price_buy {
        font-size: 13px;
    }

    .product_item .info .price {
        font-size: 13px;
    }

    .product_item .info .price_promotion {
        font-size: 15px;
    }
}