/*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;
}

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

.product_item .img:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    z-index: 1;
    opacity: 0.8;
}

.product_item .img:hover:before {
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
}

.product_item .img .ficon-zoom-in,
.product_item .img .ficon-cart-plus {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    height: 34px;
    line-height: 34px;
    width: 37px;
    border: 1px solid #ffffff;
    color: #fff;
    background: none;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    z-index: 2;
}

.product_item .img .ficon-zoom-in:hover,
.product_item .img .ficon-cart-plus:hover {
    background: #fff;
    color: #000;
}

.product_item .img .ficon-zoom-in {
    right: 100%;
    margin-right: 6px;
}

.product_item .img .ficon-cart-plus {
    left: 100%;
    margin-left: 6px;
}

.product_item .img:hover .ficon-zoom-in {
    right: 50%;
}

.product_item .img:hover .ficon-cart-plus {
    left: 50%;
}

.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;
    height: 40px;
    overflow: hidden;
    margin: 5px 0px;
}

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

.product_item .info h3 a {
    line-height: 20px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    font-family: "Helvetica Neue";
    font-size: 15px;
}

.product_scroll_orther .product_item .info h3 a {
    color: #000;
    font-family: SFUFutura03;
    font-size: 18px;
    text-transform: capitalize;
}

.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;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

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

.product_item .img{
    border: none;
    padding: 15px;
}

.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_menu_product ul ul {
    display: none;
}

.box_menu_product ul > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.box_menu_product ul > li > a {
    font-weight: bold;
    font-size: 15px;
    color: #49494a;
}

.box_menu_product ul > li > a i {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -6px;
    right: -5px;
    font-size: 30px;
}

.box_menu_product ul > li > a div {
    background: #e6e6e8;
    padding: 5px 15px;
}

.box_menu_product ul li ul li {
    margin: 0;
}

.box_menu_product ul > li > a label {
    display: block;
    cursor: pointer;
}

.box_menu_product ul li ul li a label {
    display: inline-block;
}

.box_menu_product ul li ul li a div {
    background: none;
    padding: 5px 15px 5px 27px;
    display: inline-block;
    padding-right: 3px;
}

.box_menu_product ul li ul li a:hover div {
    text-decoration: underline;
}

.box_menu_product ul li ul li span {
    font-size: 12px;
    color: #777;
}

.box_menu_product ul li ul li a {
    color: #085eb9;
    font-weight: normal;
    font-size: 13px;
}

.box_menu_product ul li ul li a:hover {
    color: #333;
    font-weight: bold;
}

.box_menu_product ul li ul {
    margin-top: 10px;
}

.box_menu_product ul li ul li input {
    display: inline-block;
    margin: 0px;
    position: absolute;
    top: 8px;
    left: 10px;
}

.box_menu_product ul li a.current {
    color: #333;
    font-weight: bold;
}

.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: 58px;
    background: url('../../images/right.png');
}

.product_scroll_orther .owl-nav .owl-prev {
    left: 0px;
    position: absolute;
    top: 40%;
    width: 30px;
    height: 58px;
    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: 60px;
    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: 50%;
    }
}

@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;
    }
}