.title-head {
    font-size: 1.71429em;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}
.title-head a {
    color: #333;
}
.title-head a:hover {
    color: #ff5c00;
}
.box-heading {
    margin-bottom: 20px;
}
.box-heading .title-head {
    display: inline-block;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 0px;
}
.subtitle-head {
    font-size: 1.28571em;
    color: #333;
    margin: 20px 0;
}
.product-box {
    text-align: left;
    margin-bottom: 14px;
    background: none;
    position: relative;
    margin-bottom: 20px;
}
.product-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.product-box .product-thumbnail {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.product-box .product-thumbnail a {
    display: block;
}
.product-box .product-thumbnail a img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    max-height: 100%;
}
.product-box .product-thumbnail.flexbox-grid > a {
    display: inline-block;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-height: 200px;
    text-align: center;
}
@media (max-width: 1199px) {
    .product-box .product-thumbnail.flexbox-grid > a {
        height: 200px;
    }
}
@media (max-width: 991px) {
    .product-box .product-thumbnail.flexbox-grid > a {
        height: 200px;
    }
}
@media (max-width: 767px) {
    .product-box .product-thumbnail.flexbox-grid > a {
        height: 200px;
    }
}
@media (max-width: 543px) {
    .product-box .product-thumbnail.flexbox-grid > a {
        height: 186px;
    }
}
@media (max-width: 320px) {
    .product-box .product-thumbnail.flexbox-grid > a {
        height: 130px;
    }
}
.product-box .product-thumbnail.flexbox-grid a img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
}
.product-box .product-info {
    z-index: 10;
    position: relative;
    padding: 15px 10px;
}
.product-box .product-action {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 10;
    background: none;
    width: 100%;
}
.product-box .product-action:before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}
.product-box .product-action form {
    display: inline-block;
    background: #fff;
}
.product-box .product-action form i.fa.fa-eye {
    font-size: 16px;
}
.product-box .product-action form i.fa.fa-shopping-bag {
    font-size: 13px;
}
.product-box .product-action form .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    background: #fff;
    color: #b6b6b6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative;
}
.product-box .product-action form .btn:last-child:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 20px;
    background: #ededed;
}
.product-box .product-action form .btn:hover {
    color: #ff5c00;
}
.product-box .product-action .quick-view {
    padding: 0;
    text-align: center;
    width: 44px;
}
.product-box .sale-flash {
    position: absolute;
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    padding: 0px;
    border-radius: 50%;
    width: 45px;
    line-height: 45px;
    text-align: center;
    top: 10px;
    left: 10px;
    z-index: 10;
    background-color: #ff5c00;
}
.product-box .product-name {
    font-size: 1.07143em;
    line-height: 24px;
    margin-top: 0;
    color: #1c1c1c;
    font-weight: 400;
}
.product-box .product-name a {
    color: #333;
    text-decoration: none;
}
.product-box .product-name a:hover {
    color: #ff5c00;
}
.product-box .tag-info span.title {
    color: #898989;
}
.product-box .price-box {
    margin-top: 10px;
}
.product-box .price-box > div {
    display: inline-block;
}
.product-box .price-box .special-price {
    color: #898989;
}
.product-box .price-box .special-price span {
    display: inline;
    color: #111;
}
.product-box .product-price {
    color: #111;
    font-size: 1.07143em;
    line-height: 1.71429em;
    display: block;
    font-weight: 600;
}
.product-box .product-price-old {
    text-decoration: line-through;
    font-size: 1.07143em;
    margin: 0 0 0 10px;
    display: inline-block;
    color: #adadad;
}
.product-box .product-summary {
    font-size: 1em;
    color: #acacac;
    line-height: 20px;
}
.product-box form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-box:hover .product-thumbnail:before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.product-box:hover .product-action {
    display: block;
}
.product-price {
    color: #323c3f;
    font-size: 1.42857em;
    line-height: 24px;
    display: block;
    font-weight: 700;
}
.products-view-list .product-box {
    padding: 25px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}
.products-view-list .product-box .product-thumbnail {
    text-align: center;
    margin-bottom: 0;
    width: calc(100% / 3);
    float: left;
}
.products-view-list .product-box .product-info {
    padding: 0;
    text-align: left;
    margin-left: 30px;
    float: left;
    width: calc(100% / 3 * 2 - 30px);
    background: transparent;
    border-top: none;
    padding-bottom: 15px;
}
.products-view-list .product-box .tag-info > div {
    display: inline-block;
    margin-right: 20px;
}
.products-view-list .product-box form {
    margin-bottom: 0;
}
.product-mini-item {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}
.product-mini-item .price {
    display: inline-block;
}
.product-mini-item .product-img {
    width: 80px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    background: #fff;
}
.product-mini-item .product-img .btn {
    display: none !important;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #ff5c00;
    color: #ff5c00;
    font-size: 18px;
    line-height: 78px;
}
.product-mini-item .product-info {
    width: calc(100% - 100px);
    float: right;
}
.product-mini-item .product-info .price-box {
    border: none;
}
.product-mini-item .product-info h3 {
    margin-top: 0;
    font-size: 1.07143em;
    font-weight: 400;
    margin-bottom: 4px;
}
.product-mini-item .product-info h3 a {
    color: #464646;
}
.product-mini-item .product-info h3 a:hover {
    color: #ff5c00;
}
.product-mini-item .product-price {
    font-weight: 500;
    font-size: 1.07143em;
    color: #e22b00;
}
.product-mini-item .sale-price {
    font-size: 12px;
    color: #959595;
}
.product-mini-item:hover .product-img .btn {
    display: block !important;
}
.row.row-noGutter:last-child > .col-sm-12 > .product-mini-item {
    border: none;
    padding-bottom: 10px;
}
.bread-crumb {
    background-color: #efefef;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    /* padding: 65px 0; */
}
.breadcrumb-title {
    font-size: 26px;
    text-transform: uppercase;
}
.breadcrumb {
    margin: 0;
    font-size: 1.14286em;
    /* padding: 0; */
    border-radius: 0;
    background: transparent;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li + li:before {
    display: none;
}
.breadcrumb li > a {
    font-size: 1em;
    color: fff;
}
.breadcrumb li > a > span {
    color: #fff;
}
.breadcrumb li > a > span:hover {
    color: #ff5c00;
}
.breadcrumb li span {
    display: inline;
    color: #898989;
}
.breadcrumb li span .fa {
    color: #898989;
    font-size: 1em;
    margin: 3px;
}
.breadcrumb li strong {
    color: #ff5c00;
}
.breadcrumb li strong span {
    color: #ff5c00;
}
.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
    color: #ff5c00;
    font-weight: 400;
    font-size: 1em;
}
.pagination {
    margin: 30px 0;
    float: right;
}
.pagination .page-link {
    float: left;
    margin: 2.5px;
    width: 30px;
    background: #fff;
    text-align: center;
    height: 30px;
    font-size: 1.07143em;
    padding: 0;
    line-height: 30px;
    color: #464646;
    border: 1px solid #e1e1e1;
    text-decoration: none;
}
.pagination .page-link:hover {
    border-color: #ff5c00;
    color: #fff;
    background: #ff5c00;
}
.pagination .text > .page-link {
    width: auto;
    padding: 0 15px;
    border-radius: none;
}
.pagination .page-item.disabled .page-link {
    border-color: #ff5c00;
    display: none;
}
.pagination .page-item.active .page-link {
    border-color: #ff5c00;
    color: #fff;
    background: #ff5c00;
    display: block;
}
header {
    background: transparent;
    width: 100%;
}
@media (min-width: 992px) {
    header .nav > li > a:focus,
    header .nav > li > a:hover {
        background: #ff5c00;
    }
}
.topbar {
    background: #e1e1e1 !important;
    color: #333333;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.topbar a {
    color: #fff;
    font-weight: 600;
}
.topbar a:hover {
    color: main-color-2;
}
.header-main {
    padding: 30px 0;
}
.logo {
    display: inline-block;
    font-size: 2.85714em;
}
.header_search {
    width: auto;
}
.header_search input {
    float: right;
    background: #eee;
    border: none !important;
}
.header_search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}
@media (max-width: 991px) {
    .header_search .input-group-btn {
        background: #eee;
    }
}
.header_search .input-group {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #ededed;
}
.header_search button {
    padding: 0;
    width: 45px;
    background: transparent;
}
.header_search button img {
    margin-top: 6px;
}
.dropdown.topbar-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: -65px;
    z-index: 100;
    background: #fff;
    width: 430px;
    border: 1px solid #ebebeb;
    border-top: none;
    color: #333;
}
.dropdown.topbar-dropdown .content {
    padding: 30px;
    padding-bottom: 20px;
    position: relative;
}
.dropdown.topbar-dropdown .content:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 100px;
    top: -8px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 8px solid #fff;
}
.dropdown.topbar-dropdown a {
    color: #333;
}
.dropdown.topbar-dropdown h3 {
    font-size: 24px;
    margin-top: 5px;
}
.dropdown.topbar-dropdown form {
    margin: 0;
}
.dropdown.topbar-dropdown .form-group {
    margin-bottom: 10px;
}
.dropdown.topbar-dropdown .title p {
    line-height: 24px;
}
.dropdown.topbar-dropdown .action {
    margin-bottom: 0;
}
.dropdown.topbar-dropdown .action a {
    color: #2299f5;
    text-decoration: underline;
}
.dropdown.topbar-dropdown .action p {
    color: #898989;
    margin-top: 10px;
    margin-bottom: 0;
}
.li-search .dropdown.topbar-dropdown {
    right: -46px;
}
.li-search .header_search {
    padding: 0;
}
.li-search .dropdown.topbar-dropdown .content {
    padding: 10px;
}
.li-search .dropdown.topbar-dropdown .content:before {
    right: 56px;
}
.li-search .dropdown.topbar-dropdown {
    width: 270px;
}
.topbar li {
    position: relative;
    padding: 0 2px;
}
.topbar li:hover .dropdown.topbar-dropdown {
    display: block;
}
.header-content {
    padding-top: 20px;
}
.mini-cart {
    z-index: 10;
    text-align: center;
    display: inline-block;
    float: right;
    padding-bottom: 0;
    margin-right: 0;
    width: 130px;
}
.mini-cart .top-cart-content {
    display: block;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    min-width: 200px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    position: absolute;
    right: 0;
    left: auto;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 10000;
}
.mini-cart .top-cart-content .empty {
    text-align: left;
    color: #363636;
}
.mini-cart .top-cart-content .product-details-bottom {
    margin-bottom: 15px;
    line-height: 33px;
}
.mini-cart .top-cart-content .product-details-bottom span {
    font-weight: 700;
    color: #ff5c00;
}
.mini-cart .top-cart-content .product-details-bottom span.price {
    color: #ff5c00;
}
.mini-cart .top-cart-content .product-name {
    margin: 0;
    line-height: 1;
    padding-right: 20px;
}
.mini-cart .top-cart-content .product-name a {
    font-size: 1em;
    line-height: normal;
    line-height: 20px !important;
    font-weight: 400;
    color: #333;
    word-break: break-word;
}
.mini-cart .top-cart-content .product-name a:hover {
    color: #ff5c00;
}
.mini-cart .top-cart-content li {
    list-style: none;
}
.mini-cart .top-cart-content li.item {
    overflow: hidden;
    border-top: solid 1px #ebebeb;
    padding: 12px 0px;
}
.mini-cart .top-cart-content li.item .border_list {
    overflow: hidden;
}
.mini-cart .top-cart-content li.item:first-child {
    border-top: none;
    padding-top: 10px;
}
.mini-cart .top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: none;
}
.mini-cart .top-cart-content li.item .product-image {
    float: left;
    display: flex;
    width: 80px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 5px;
}
.mini-cart .top-cart-content li.item .detail-item {
    width: calc(100% - 90px);
    float: left;
    display: block;
    word-break: break-word;
    position: relative;
}
.mini-cart .top-cart-content li.item .detail-item .product-details {
    padding-right: 10px;
}
.mini-cart
    .top-cart-content
    li.item
    .detail-item
    .product-details-bottom
    .qty_drop_cart {
    line-height: 0px;
    margin-top: 9px;
}
.mini-cart .top-cart-content li.item .detail-item .fa {
    position: absolute;
    top: 3px;
    width: auto;
    right: 0;
    left: auto;
    top: 9px;
    color: #898989;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: #ff5c00;
    text-align: center;
    line-height: 18px;
    padding-left: 0;
    border-radius: 50%;
    color: #fff !important;
}
.mini-cart .top-cart-content li.item .detail-item .fa:before {
    display: inline-block;
    font-size: 12px;
    width: 100%;
    height: 16px;
    text-align: center;
    line-height: 14px;
    transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
}
.mini-cart .top-cart-content li.item .detail-item .fa:hover {
    color: #ff5c00;
    text-decoration: none;
}
.mini-cart .top-cart-content li.item .detail-item input {
    display: inline-block;
    float: left;
    width: 22px;
    height: 24px;
    min-height: 24px;
    padding: 0;
    text-align: center;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.mini-cart .top-cart-content li.item .detail-item button.items-count {
    display: inline-block;
    cursor: pointer;
    float: left;
}
.mini-cart .top-cart-content .block-subtitle {
    color: #363636;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: 0.92857em;
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #e1e1e1 solid;
}
.mini-cart:hover .top-cart-content {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none;
}
.mini-cart .cart-label {
    color: #333;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 21px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    background: transparent;
    color: #333;
}
.mini-cart .cart-label span.lnr.lnr-cart {
    transform: translateY(6px);
    display: block;
}
.mini-cart .cart-info,
.mini-cart .info {
    position: absolute;
    left: 30px;
    top: -4px;
    font-size: 11px;
    background: #ff5c00;
    color: #fff;
    padding: 0 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}
.mini-cart .info {
    font-size: 14px;
    right: 10px;
}
.account.mini-cart .cart-info,
.account.mini-cart .info {
    right: auto;
    left: 26px;
}
.heading-cart {
    position: relative;
}
.heading-cart .cartCount {
    display: inline-block;
    width: 23px;
    height: 22px;
    border-radius: 0;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background: #ff5c00;
    position: absolute;
    font-size: 11px;
    right: -15px;
    top: -10px;
    color: #fff;
}
.top-cart-contain {
    color: #363636;
    padding: 17px 0 0 0;
    right: 0;
    width: 130px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
}
.top-cart-contain .heading-cart {
    position: relative;
}
.top-cart-contain .heading-cart .cartCount {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 0;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #2a2a2a;
    position: absolute;
    font-size: 11px;
    right: -15px;
    top: -3px;
    color: #fff;
}
.top-cart-contain .price {
    color: #252525;
}
.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #ff5c00;
}
.top-cart-contain .product-details .price {
    color: #252525;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px;
}
.top-cart-contain .icon.f-left.relative {
    height: 40px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-cart-contain .right-content {
    padding-top: 2px;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
}
.top-cart-contain .right-content .label {
    white-space: nowrap;
    font-weight: 400;
    padding-bottom: 4px;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #333;
}
.top-subtotal {
    color: #363636;
    font-size: 1em;
    font-weight: 400;
    border-top: solid 1px #e1e1e1;
    text-align: center;
    text-transform: none;
}
.top-subtotal .price {
    font-weight: 700;
    float: right;
}
.qty_drop_cart {
    position: relative;
}
.qty_drop_cart .btn_increase,
.qty_drop_cart .btn_reduced {
    width: 21px;
    height: 15px;
    color: #000;
}
.qty_drop_cart .btn_increase:hover,
.qty_drop_cart .btn_reduced:hover {
    color: #ff5c00;
}
.qty_drop_cart button.btn_increase {
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: none !important;
    font-size: 14px;
}
.qty_drop_cart button.btn_reduced {
    height: 24px;
    width: 24px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: none !important;
    font-size: 14px;
}
.top-subtotal {
    color: #363636;
    font-size: 1em;
    font-weight: 400;
    padding: 15px 0 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    text-align: left;
    text-transform: none;
}
.top-subtotal .price {
    font-weight: 700;
    color: #151719;
}
ul#cart-sidebar {
    padding: 15px;
    margin: 0;
    max-height: 625px;
    min-width: 310px;
    width: 310px;
    position: relative;
}
ul#cart-sidebar:before {
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    top: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
ul#cart-sidebar .list-item-cart {
    max-height: 260px;
    overflow: auto;
}
ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
}
ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #e1e1e1;
}
ul#cart-sidebar .list-item-cart li.list-item {
    max-height: 400px;
    overflow-y: auto;
}
ul#cart-sidebar .list-item-cart li.action {
    display: none;
}
ul#cart-sidebar .list-item-cart.hasclass li.action {
    display: block;
}
ul#cart-sidebar .list-item-cart li.list-item .price2 {
    font-weight: 700;
    color: #ff5c00;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px;
}
ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar {
    width: 5px;
}
ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.9);
}
ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb {
    background: #ff5c00;
    border-radius: 15px;
}
ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:hover,
ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:active {
    background: #ff5c00;
    border-radius: 15px;
}
ul#cart-sidebar .no-item {
    height: auto;
}
ul#cart-sidebar .no-item p {
    margin: 0px;
    line-height: 24px;
}
ul#cart-sidebar .right_ct {
    text-align: center;
    margin-top: 10px;
}
ul#cart-sidebar .right_ct .btn {
    margin: 0 10px !important;
    display: inline-block;
    min-width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
ul#cart-sidebar .right_ct .btn.btn-primary {
    width: 115px;
    min-width: auto;
}
ul#cart-sidebar .right_ct .btn.btn-white {
    display: none;
    margin-right: 0 !important;
}
.li-fix-1 {
    background: #fff;
    border-top: 1px solid #ebebeb;
    display: block;
}
.li-fix-2 {
    display: block;
    width: 295px;
}
@media (min-width: 992px) {
    nav .mega-content .level1.item.noborder .h4 a {
        border: none;
    }
}
header nav {
    background: transparent;
    text-align: left;
    padding-top: 5px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(84, 84, 84, 0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(84, 84, 84, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(84, 84, 84, 0.15);
}
@media (min-width: 1200px) {
    header nav.sticky {
        position: fixed;
        top: 0 !important;
        width: 100%;
        z-index: 99;
        left: 0;
    }
}
header nav > .container > div {
    position: relative;
}
header nav .nav.nav-left {
    float: left;
}
header nav .logo {
    display: inline-block;
    margin: 0 50px;
}
header nav ul.nav-dt .nav-item {
    float: none;
    display: inline-block;
    position: relative;
}
header nav ul.nav-dt .nav-item.has-mega {
    position: static;
}
header nav ul.nav-dt .nav-item > a {
    padding: 25px 40px 25px 0;
    position: relative;
    font-size: 17px;
}
header nav ul.nav-dt .nav-item > a:after {
    content: "";
    position: absolute;
    right: 17px;
    top: 37px;
    width: 4px;
    height: 4px;
    background: #ff5c00;
}
header nav ul.nav-dt .nav-item > a:hover {
    color: #ff5c00;
    background: transparent;
}
header nav ul.nav-dt .nav-item > .fa {
    color: #fff;
    position: absolute;
    right: 0;
    top: 33px;
}
header nav ul.nav-dt .nav-item .nav-item-lv2 {
    padding: 0 10px;
}
header nav ul.nav-dt .nav-item .nav-item-lv3 {
    padding: 0 10px;
}
header nav ul.nav-dt .nav-item:last-child a:after {
    display: none;
}
header nav ul.nav-dt .nav-item.active > a {
    color: #ff5c00;
}
header nav ul.nav-dt .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    min-width: 200px;
    max-width: 280px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    z-index: 99;
}
@media (min-width: 992px) {
    header nav ul.nav-dt .nav-item .dropdown-menu {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        visibility: hidden;
        opacity: 0;
    }
}
header nav ul.nav-dt .nav-item .dropdown-menu li {
    padding: 0px 20px;
}
header nav ul.nav-dt .nav-item .dropdown-menu li a {
    line-height: 16px;
    padding: 10px 10px 10px 0;
    color: #333;
}
header nav ul.nav-dt .nav-item .dropdown-menu li a i {
    float: right;
    position: absolute;
    right: 15px;
    top: 10px;
}
@media (max-width: 991px) {
    header nav ul.nav-dt .nav-item .dropdown-menu li a i {
        top: 9px;
    }
}
header nav ul.nav-dt .nav-item .dropdown-menu li a:hover {
    color: #ff5c00;
}
header nav ul.nav-dt .nav-item .dropdown-menu li:last-child a {
    border: none;
}
header nav ul.nav-dt .nav-item .mega-content {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    position: absolute;
    background: #fff;
    z-index: 999;
    padding: 15px;
    left: 0px;
    text-align: left;
}
header nav ul.nav-dt .nav-item .mega-content .h4 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
header nav ul.nav-dt .nav-item .mega-content li.level2 {
    line-height: 16px;
    padding: 0px 0;
}
header nav ul.nav-dt .nav-item .mega-content li.level2 a {
    color: #333;
}
header nav ul.nav-dt .nav-item .mega-content ul.level1 {
    font-size: 13px;
}
header nav ul.nav-dt .nav-item .mega-content .level2 a {
    border-bottom: none;
    padding: 1px 0;
}
header nav ul.nav-dt .nav-item .mega-content a {
    color: #333;
}
header nav ul.nav-dt .nav-item .mega-content a:hover {
    color: #ff5c00 !important;
}
@media (max-width: 1199px) {
    header nav ul.nav-dt .nav-item .mega-content {
        width: 940px;
    }
}
header nav ul.nav-dt .nav-item .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 5px 15px;
}
header nav ul.nav-dt .nav-item .mega-content .level1.item a {
    display: block;
    padding: 5px 0;
}
header nav ul.nav-dt .nav-item .mega-content .level1.item:nth-child(4n + 1) {
    clear: left;
}
header nav ul.nav-dt .nav-item:hover > a {
    color: #ff5c00;
}
header nav ul.nav-dt .nav-item:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    text-align: left;
    border: none;
    color: #333;
}
header nav ul.nav-dt .nav-item:hover > .mega-content {
    width: 100%;
    display: block;
    text-align: left;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
header nav ul.nav-dt .nav-item li.dropdown-submenu {
    position: relative;
    clear: left;
}
header nav ul.nav-dt .nav-item li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    min-width: 200px;
}
header nav ul.nav-dt .nav-item li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    border: none;
    border-radius: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
footer {
    background: #000;
    position: relative;
    background-size: cover;
}
footer > div.content {
    z-index: 10;
    position: relative;
}
footer .footer-info-widget h3 {
    font-size: 1.28571em;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}
footer .footer-info-widget form {
    position: relative;
}
footer .footer-info-widget form input {
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.14286em;
}
footer .footer-info-widget form button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    line-height: 50px;
    font-size: 2.14286em;
    color: #a6a6ad;
    padding-right: 10px;
}
footer .list-inline a {
    color: #959595;
}
footer .list-inline .fa {
    color: #fff;
    margin-right: 20px;
    font-size: 2.14286em;
}
footer .list-inline .fa:hover {
    color: #ff5c00;
}
footer .list-inline.contact .fa {
    width: 20px;
    margin-right: 5px;
    color: #ff5c00;
}
footer .site-footer h3 {
    position: relative;
    color: #fff;
    margin: 0px;
    padding: 13px 0;
    font-size: 1.28571em;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em;
    font-size: 15px;
    color: #959595;
}
footer .list-menu a {
    color: #959595;
}
footer .list-menu a:hover {
    color: #e22b00;
}
footer .list-menu li {
    color: #959595;
    padding: 3px 0;
}
footer .list-menu.contact .fa {
    width: 20px;
    margin-right: 5px;
    color: #ff5c00;
}
footer .list-menu.list-blogs li {
    position: relative;
    padding-left: 10px;
}
footer .list-menu.list-blogs li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #959595;
    position: absolute;
    left: 0;
    top: 12.5px;
}
footer .list-menu.list-showroom {
    color: #959595;
}
footer .list-menu.list-showroom p {
    margin: 0;
}
footer .list-menu.list-showroom li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 5px;
}
footer .list-menu.list-showroom .fa {
    position: absolute;
    left: 0;
    top: 7px;
    color: #e22b00;
}
footer .footer-address {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-address .contact-box-info p {
    color: #959595;
    margin-bottom: 10px;
}
footer .footer-address .contact-box-info p span {
    color: #636363;
}
footer .footer-address .contact-box-info p a {
    color: #959595;
}
footer .footer-address .contact-box-info p a:hover {
    color: #e22b00;
}
footer .footer-address .contact-box-info .fixline {
    display: inline-block;
    padding: 0 10px;
}
footer .mailchimp {
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
footer .mailchimp.index-page {
    background: #f5f5f5;
}
@media (max-width: 1199px) {
    footer .mailchimp.index-page {
        background: none;
    }
}
footer .mailchimp .container > div {
    padding: 30px 50px;
    background: #1e88e5;
    color: #fff;
}
footer .mailchimp h3 {
    color: #fff;
    margin: 0;
    font-size: 1.5em;
}
footer .mailchimp p {
    margin: 0;
}
footer .mailchimp form {
    text-align: right;
    margin-top: 6px;
}
footer .mailchimp input {
    width: 180px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
}
footer .mailchimp .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    margin-top: -3px;
}
footer .copyright {
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #959595;
    font-size: 1.07143em;
    position: relative;
    border-top: 1px solid #fff;
}
footer .copyright b {
    color: #e22b00;
    font-weight: 600;
}
footer .copyright a {
    font-weight: 600;
    color: #e22b00;
}
footer .copyright a:hover {
    color: #e22b00;
}
footer .social-icons li {
    margin-right: 10px;
}
footer .back-to-top {
    width: 40px;
    height: 40px;
    z-index: 199;
    background: #ff5c00;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 40px;
    right: 20px;
    bottom: 70px;
    top: auto !important;
    font-size: 20px;
    cursor: pointer;
}
footer .back-to-top.show {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
}
@media (max-width: 1199px) {
    footer .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    footer .back-to-top.show {
        bottom: 20px;
    }
}
@media (max-width: 767px) {
    footer .back-to-top.show {
        bottom: 20px;
    }
}
.details-product .large-image {
    position: relative;
}
.details-product .label-type {
    position: absolute;
    padding: 6px 20px;
    background: #ff5c00;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    top: 20px;
    left: 10px;
}
.details-product #btnnewreview {
    background: #ff5c00 !important;
}
.details-product #gallery_01 {
    margin: 0 -8px;
    margin-top: 15px;
}
.details-product #gallery_01.slick-slider .item {
    padding: 0 8px;
}
@media (min-width: 1200px) {
    .details-product #gallery_01.fixborder .owl-stage-outer {
        position: relative;
    }
    .details-product #gallery_01.fixborder .owl-stage-outer:after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        right: 0;
        background: #ebebeb;
    }
}
.details-product #gallery_01 .owl-nav .owl-prev:before {
    border-radius: 50%;
    margin-bottom: 0;
}
.details-product #gallery_01 .owl-nav .owl-next:before {
    border-radius: 50%;
    margin-bottom: 0;
}
.details-product #gallery_01 .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    border: 1px solid #ebebeb;
}
.details-product #gallery_01 .item a img {
    max-width: 99%;
    max-height: 99%;
}
.details-product .large-image > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 315px;
    border: 1px solid #ebebeb;
    text-align: center;
}
.details-product .large-image > a img {
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
}
.details-product .large-image > a .zoomWrapper {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details-product .iddanhgia {
    font-weight: 400;
    font-size: 1.07143em;
    cursor: pointer;
}
.details-product .status {
    font-size: 1.07143em;
    margin-bottom: 30px;
    font-weight: 400;
}
.details-product .inventory {
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
    color: #fff;
    background: #ff5c00;
    border-radius: 30px;
}
.details-product h1.title-head {
    font-size: 1.71429em;
    font-weight: 600;
    margin-top: 0;
}
.details-product .reviews {
    margin-bottom: 15px;
}
.details-product .reviews .bizweb-product-reviews-badge > div {
    display: none;
}
.details-product
    .reviews
    .bizweb-product-reviews-badge
    > div.bizweb-product-reviews-star {
    display: block;
}
.details-product
    .reviews
    .bizweb-product-reviews-badge
    .bizweb-product-reviews-star
    i {
    font-size: 14px;
}
.details-product .travel-info {
    margin-bottom: 30px;
}
.details-product .travel-info .fa {
    font-size: 1em;
    color: #959595;
    display: inline-block;
    margin-right: 5px;
}
.details-product .product-summary.product_description {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.details-product .details-pro span.discount {
    color: #e22b00;
}
.details-product .details-pro .product-price {
    font-size: 2.14286em;
    display: inline-block;
}
.details-product .details-pro .price-box {
    margin: 10px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.details-product .details-pro .price-box .special-price span {
    color: #ff5c00;
}
.details-product .details-pro .price-box .old-price {
    display: block;
    color: #adadad;
    font-size: 1.07143em;
    margin-bottom: 10px;
}
.details-product .details-pro .box-variant .form-group {
    width: 100%;
}
.details-product .details-pro .box-variant .form-group .selector-wrapper {
    width: 100%;
    padding-right: 0;
}
.details-product .details-pro .box-variant .form-group .selector-wrapper label {
    width: 85px;
    font-weight: 600;
    float: none;
    display: block;
    line-height: 40px;
}
.details-product
    .details-pro
    .box-variant
    .form-group
    .selector-wrapper
    select {
    width: 321px;
}
.details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    width: 110px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border: 1px solid #ebebeb;
}
.details-product .details-pro .custom-btn-number #qty {
    font-size: 1em;
    margin: 0;
    padding: 0 23px;
    border-radius: 0px;
    text-align: center;
    padding: 0;
    height: 50px;
    border: none !important;
}
.details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 0px;
    text-align: center;
    top: 0px;
    width: 30px;
    height: 48px;
    line-height: 47px;
    font-size: 25px;
    cursor: pointer;
    color: #898989;
    background: #fff;
}
.details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 30px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    cursor: pointer;
    color: #898989;
    background: #fff;
}
.details-product .details-pro .form-detail-action {
    width: 100%;
}
.details-product .details-pro .form-detail-action label {
    font-weight: 600;
    min-width: 81px;
    line-height: 45px;
    display: block;
    margin-bottom: 10px;
}
.details-product .details-pro .form-detail-action button.btn {
    color: #fff;
    height: 45px;
    width: 185px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    float: left;
    background-color: #ff5c00;
}
.details-product .details-pro .form-detail-action button.btn .fa {
    display: inline-block;
    margin-left: 5px;
}
.details-product .details-pro .form-detail-action .iwishAddWrapper {
    line-height: 50px;
    float: left;
    text-align: center;
    border: none;
    border-radius: 0;
    margin: 0;
    margin-left: 20px;
    font-size: 14px;
}
.details-product .details-pro .form-detail-action .iwishAddWrapper .fa {
    color: #898989;
}
.details-product .details-pro .form-detail-action .iwishAddWrapper.iWishAdded {
    color: #ff5c00;
}
.details-product
    .details-pro
    .form-detail-action
    .iwishAddWrapper.iWishAdded
    .fa {
    color: #ff5c00;
}
.details-product .attach {
    border: 1px solid #ebebeb;
    padding: 20px;
    color: #898989;
}
.details-product .attach h2 {
    font-weight: 600;
    font-size: 1em;
    margin-top: 0;
}
.details-product .attach ul {
    list-style: none;
    padding-left: 0;
}
.details-product .attach ul li {
    position: relative;
    padding-left: 25px;
}
.details-product .attach ul li:before {
    position: absolute;
    left: 0;
    top: -3px;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 16px;
    color: #ff5c00;
}
#recently-viewed-products .image {
    float: left;
    width: 90px;
    margin-right: 10px;
}
#recently-viewed-products .info {
    width: calc(100% - 100px);
    float: right;
}
.zoomWrapper {
    width: 100% !important;
    height: auto !important;
}
.zoomWrapper img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
}
.zoomWrapper img ~ img {
    display: none !important;
}
.product-tab > ul {
    border: 1px solid #ebebeb;
    border-bottom: none;
}
.product-tab .tab-link {
    padding: 0 25px;
    float: left;
}
.product-tab .tab-link h3 {
    margin: 13px 0;
    font-size: 1em;
    color: #898989;
    font-weight: 400;
}
.product-tab .tab-link span {
    font-size: 1em;
}
.product-tab .tab-link.current {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}
.product-tab .tab-link.current h3 {
    color: #e22b00;
    position: relative;
    font-weight: 500;
}
.product-tab .tab-link.current h3:before {
    content: "";
    width: calc(100% + 50px);
    display: inline-block;
    height: 2px;
    background: #e22b00;
    position: absolute;
    top: -14px;
    left: -25px;
}
.product-tab .tab-content.current {
    padding: 20px;
    border: 1px solid #ebebeb;
    min-height: 100px;
}
.aside-product.aside-vanchuyen {
    padding: 15px 20px 10px 20px;
    border: 1px solid #ebebeb;
    font-weight: 600;
    border-radius: 10px;
}
.aside-product.aside-vanchuyen .icon {
    float: left;
    margin-right: 10px;
}
.aside-product.aside-vanchuyen .vanchuyen > div {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}
.aside-product.aside-vanchuyen b {
    color: #e22b00;
}
.aside-product.aside-policy {
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.aside-product.aside-policy .icon {
    float: left;
    margin-right: 10px;
    display: flex;
    height: 46px;
    align-items: center;
    width: 30px;
}
.aside-product.aside-policy p {
    padding-left: 43px;
    margin-bottom: 0;
}
.aside-product.aside-policy.border-none {
    margin: 0;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
@media (max-width: 767px) {
    .product-style-2 .details-pro .form-detail-action .iwishAddWrapper {
        margin-top: 10px;
    }
    .xs-margin-top-0 {
        margin-top: 0px !important;
    }
}
@media (min-width: 1500px) {
    .products-view-grid .col-lg-fix-5 {
        width: 20%;
    }
    .products-view-grid .col-lg-fix-5.col-lg-3:nth-child(4n + 1) {
        clear: none;
    }
    .products-view-grid .col-lg-fix-5.col-lg-3:nth-child(5n + 1) {
        clear: left;
    }
}
@media (min-width: 1300px) {
    .products-view-grid .col-lg-4 {
        width: calc(100% / 4);
        clear: none !important;
    }
    .products-view-grid .col-lg-4:nth-child(4n + 1) {
        clear: left !important;
    }
}
@media (min-width: 1200px) {
    .products-view-grid .col-lg-4:nth-child(3n + 1) {
        clear: left;
    }
    .products-view-grid .col-lg-3:nth-child(4n + 1) {
        clear: left;
    }
    .products-view-grid .col-lg-6:nth-child(2n + 1) {
        clear: left;
    }
}
@media (min-width: 1500px) {
    .products-view-grid .col-big-lg-4.col-lg-6:nth-child(2n + 1) {
        clear: none;
    }
    .products-view-grid .col-big-lg-4.col-lg-6:nth-child(3n + 1) {
        clear: left;
    }
    .products-view-grid .col-big-lg-4:nth-child(3n + 1) {
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .products-view-grid .col-md-4:nth-child(3n + 1) {
        clear: left;
    }
    .products-view-grid .col-md-3:nth-child(4n + 1) {
        clear: left;
    }
    .products-view-grid .col-md-6:nth-child(2n + 1) {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .products-view-grid .col-sm-3:nth-child(4n + 1) {
        clear: left;
    }
    .products-view-grid .col-sm-4:nth-child(3n + 1) {
        clear: left;
    }
    .products-view-grid .col-sm-6:nth-child(2n + 1) {
        clear: left;
    }
}
@media (min-width: 768px) {
    .products-view-grid > .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .products-view-grid > .row > div {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .products-view-grid .col-sm-12:nth-child(n) {
        clear: left;
    }
    .products-view-grid .col-sm-6:nth-child(2n + 1) {
        clear: left;
    }
    .products-view-grid .col-xss-6:nth-child(2n + 1) {
        clear: left;
    }
}
@media (max-width: 767px) {
    .col-xss-6 {
        width: 50%;
    }
}
.sortPagiBar {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.category-products #sort-by {
    display: inline-block;
    padding-left: 10px;
}
.view-mode a {
    text-decoration: none;
    display: inline-block;
    color: #8a8a8a;
}
.view-mode b {
    display: inline-block;
    width: 30px;
    height: 27px;
    color: #8a8a8a;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    background: #fff;
    font-size: 21px;
    padding-top: 1px;
}
.view-mode b.active {
    color: #ff5c00;
    background: #fff;
}
.view-mode b:hover {
    color: #8a8a8a;
    background: #fff;
}
.view-mode span {
    font-size: 0;
}
.button-view-mode {
    padding: 0;
    margin: 0;
    font-size: 1.42857em;
}
.button-view-mode.active {
    box-shadow: none;
    color: #333;
}
.button-view-mode.active a {
    color: #333;
}
.col-49 {
    width: 44.444444%;
    padding: 0 15px;
    float: left;
}
.col-59 {
    width: 55.555555%;
    padding: 0 15px;
    float: left;
}
@media (max-width: 767px) {
    .col-49,
    .col-59 {
        width: 100%;
        float: none;
    }
}
@media (min-width: 992px) {
    .blog-main > .row > .col-md-4:nth-child(3n + 1) {
        clear: left;
    }
    .blog-main > .row > .col-md-6:nth-child(2n + 1) {
        clear: left;
    }
}
@media (max-width: 991px) {
    .blog-main > .row > .col-sm-6:nth-child(2n + 1) {
        clear: left;
    }
}
.blog-item {
    overflow: hidden;
    margin-bottom: 40px;
}
.blog-item .btn {
    border-radius: 20px;
}
.date {
    margin: 10px 0 10px;
    font-weight: 400;
}
.blog-item-name {
    font-weight: 700;
    position: relative;
    font-size: 1.14286em;
    line-height: 1.3em;
    margin-top: 12px;
    margin-bottom: 5px;
}
.blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 0.78571em;
    color: #ff5c00;
}
.post-time {
    color: #898989;
    font-size: 0.92857em;
    margin-bottom: 8px;
}
.blog-item-summary {
    font-size: 1.07143em;
    font-family: Arial;
    margin-bottom: 5px;
    color: #898989;
    line-height: 20px;
}
.blog-item-thumbnail {
    position: relative;
}
.blog-aside .btn-link {
    padding-left: 0;
    font-size: 13px;
    color: #898989;
    text-decoration: underline;
    text-transform: inherit;
}
.blog-list h5 {
    text-transform: uppercase;
    line-height: 26px;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 5px;
}
.blog-list .loop-blog {
    min-height: 80px;
    overflow: hidden;
    padding: 20px 0px;
    border-bottom: 1px solid #ebebeb;
}
.blog-list .loop-blog:first-child {
    padding-top: 0;
}
.blog-list .loop-blog:last-child {
    border: none;
    padding-bottom: 0;
}
.blog-list .loop-blog .thumb-left {
    width: 80px;
    max-width: 80px;
    height: auto;
    display: block;
    float: left;
}
.blog-list .loop-blog .thumb-left a {
    background: #ebebeb;
    overflow: hidden;
}
.blog-list .loop-blog .blog-item-summary {
    margin-bottom: 0;
}
.blog-list .loop-blog .name-right {
    display: block;
    float: left;
    width: calc(100% - 103.5px);
    margin-left: 10px;
}
.blog-list .loop-blog .name-right h3 {
    font-weight: 700;
    position: relative;
    line-height: 24px;
    margin-top: -7px;
    margin-bottom: 3px;
}
.blog-list .loop-blog .name-right h3 a {
    font-size: 15px;
}
.blog-list .loop-blog .name-right h3:hover a {
    text-decoration: none;
    color: #ff5c00;
}
.blog-list .loop-blog .name-right .post-time {
    margin-bottom: 3px;
}
.blog-list .loop-blog .date {
    margin: 10px 0 10px;
    font-weight: 400;
}
.blog-list .more_blog a {
    line-height: 3;
    font-size: 1.07143em;
    color: #898989;
    display: block;
}
.blog-list .more_blog a:hover {
    text-decoration: none;
    color: #ff5c00;
}
.article-main .rte {
    color: #363636;
}
.article-main .article-image {
    margin-bottom: 30px;
    text-align: center;
}
.article-main .article-image a {
    margin: 0 auto;
}
.article-main .article-title {
    font-size: 1.71429em;
    margin: 0 0 8px;
    line-height: 27px;
    font-weight: 700;
}
.article-main .post-time {
    margin-bottom: 20px;
}
.article-main .article-content {
    font-size: 1.14286em;
}
.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
}
.tag-share {
    clear: left;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 10px;
    padding-bottom: 20px;
    line-height: 30px;
}
.tag-share .social-media {
    color: #7b7b7b;
}
.tag-share .social-media a {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    color: #b1b1b1;
    font-size: 13px;
}
.tag-share .social-media a:hover {
    color: #ff5c00;
    border-color: #ff5c00;
}
.tag_article {
    color: #7d7d7d;
}
.tag_article .fa {
    margin-right: 5px;
    transform: translateY(1px);
}
.tag_article a {
    color: #7d7d7d;
}
.tag_article a:hover {
    color: #363636;
}
@media (max-width: 767px) {
    .tag-share > div {
        text-align: left !important;
    }
}
.title-form-coment {
    font-size: 18px;
    margin-bottom: 20px;
}
#article-comments {
    margin-top: 30px;
}
#article-comments .article-comment {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
#article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 100px;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden;
}
#article-comments .article-comment-user-comment {
    padding-left: 110px;
    word-break: break-word;
    font-size: 1.07143em;
}
#article-comments .comment-content {
    font-size: 13px;
    color: #898989;
}
#article-comments .user-name-comment {
    margin: 0;
    font-weight: 400;
    font-size: 1.07143em;
    line-height: 1;
}
#article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac;
}
.social-media {
    font-size: 1.07143em;
}
.social-media .list-inline li {
    margin-right: 20px;
}
.section-news-2 {
    margin-bottom: 20px;
}
.block-recent {
    margin-bottom: 50px;
}
.block-recent h2 {
    color: #191919;
    font-size: 18px;
    font-weight: 400;
}
.block-recent ul li {
    line-height: 24px;
    padding: 7px 0;
    padding-left: 15px;
    position: relative;
}
.block-recent ul li .fa {
    position: absolute;
    left: 0;
    top: 12px;
}
.block-recent ul li a {
    color: #363636;
}
.block-recent ul li a .fa {
    display: inline-block;
    margin-right: 5px;
}
.block-recent ul li a:hover {
    color: #ff5c00;
}
.pd-right {
    padding-left: 0px;
}
.cart-heading h1.title-head {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px;
}
.main-container {
    min-height: 300px;
}
.main-container .col-main {
    float: none;
    width: auto;
}
.main-container .col-main .cart .bg-scroll {
    border-top: none;
    overflow: hidden;
    border-top: none;
}
.main-container .col-main .cart .cart-thead {
    font-weight: bold;
    font-size: 13px;
    clear: both;
    width: 100%;
    border: 1px solid #ebebeb;
    float: left;
    min-width: 400px;
}
.main-container .col-main .cart .cart-thead div {
    float: left;
    padding: 10px 0;
    color: #363636;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.main-container .col-main .cart .nobr {
    white-space: nowrap;
}
.main-container .col-main .cart .cart div.a-right {
    text-align: right;
}
.main-container .col-main .cart .cart div.a-center {
    text-align: center;
}
.main-container .col-main .cart .cart-tbody {
    width: 100%;
    float: left;
    margin-top: 10px;
    border: 1px solid #ebebeb;
    border-bottom: none;
}
.main-container .col-main .cart .cart-tbody .item-cart {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left;
}
.main-container .col-main .cart .item-cart .image .product-image img {
    max-width: 120px;
    width: auto;
    height: auto;
    max-height: 100%;
}
.main-container .col-main .cart .cart-tbody .item-cart div {
    line-height: 20px;
    vertical-align: top;
    height: 155px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-direction: column;
    float: left;
}
.main-container .col-main .cart .cart-tbody .item-cart div.image {
    padding-left: 0;
}
.main-container .col-main .cart .cart-tbody .item-cart div.image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    padding: 0;
}
.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
    padding: 10px 0 6px;
    position: relative;
}
.main-container
    .col-main
    .cart
    .bg-scroll
    .cart-tbody
    .item-cart
    div
    a.remove-item {
    width: 78px;
    display: block;
    text-align: center;
    color: #898989;
}
.main-container
    .col-main
    .cart
    .bg-scroll
    .cart-tbody
    .item-cart
    div
    a.remove-item
    span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.main-container .col-main .cart .cart-tbody .item-cart .product-image {
    display: block;
    height: auto;
    width: 100%;
    padding: 10px 0;
    flex: 1;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-height: 230px;
    height: 155px;
    text-align: center;
}
@media (max-width: 991px) {
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0;
    }
}
.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-transform: inherit;
}
.main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
    display: block;
    max-height: 75px;
    overflow: hidden;
    text-transform: inherit;
}
.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    width: 70%;
    min-width: 105px;
}
.main-container .col-main .cart .cart .product-name a {
    font-size: 14px;
}
.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
    border: 1px solid #ebebeb;
    outline: none;
    background: #fff;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
}
.main-container .col-main .cart .variant-title {
    color: #686868;
}
.main-container .col-main .cart .cart-tbody .item-cart div .price {
    line-height: 6;
    font-size: 1.28571em;
    color: #ff5c00;
    font-weight: 700;
}
.main-container .col-main .cart .item-cart .items-count {
    border: 1px solid #ebebeb;
    outline: none;
    background: #fff;
    height: 24px;
    width: 21px;
    vertical-align: top;
    text-align: center;
    padding: 0;
}
.main-container .col-main .cart .item-cart .number-sidebar {
    border: 1px solid #ddd;
    height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    line-height: 15px;
}
.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: url(//bizweb.dktcdn.net/100/335/062/themes/801950/assets/bin.png?1660123559601);
    color: #363636;
    cursor: pointer;
    padding: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none;
    width: 100%;
    margin-top: -3px;
    display: block;
    text-align: center;
    color: #898989;
    background-repeat: no-repeat;
    background-position: center;
}
.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
    font-size: 0;
}
.main-container .col-main .cart .btn-proceed-checkout {
    background: #ff5c00;
    line-height: 35px;
    color: #fff;
    height: 45px;
    padding: 0 50px;
    border-radius: 0px;
    font-size: 14px;
    border: none;
    font-weight: 600;
}
.main-container .col-main .cart .btn.btn-white {
    margin-right: 5px;
    border: 2px solid #363636;
}
.main-container .col-main .cart .btn.btn-white:hover {
    border-color: #ff5c00;
}
.main-container .col-main .cart .totals .inner {
    padding: 0px 0 15px;
    margin-top: 0;
    margin-right: 1px;
}
.main-container .col-main .cart #shopping-cart-totals-table tr td {
    border: none;
    padding: 15px;
    padding-bottom: 15px;
    padding-right: 0;
}
.main-container .col-main .cart #shopping-cart-totals-table tr td strong {
    padding-left: 20px;
}
.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 260px;
    font-size: 14px;
}
.main-container .col-main .cart #shopping-cart-totals-table {
    width: 100%;
    padding-bottom: 8px;
    background: #fff;
}
.main-container .col-main .cart ul.checkout {
    clear: left;
    padding: 17px;
    margin-bottom: 30px;
    text-align: right;
    padding-right: 0;
    border-top: none;
}
.main-container .col-main .cart ul.checkout .inline-block {
    display: block !important;
    line-height: 45px;
    padding-right: 0px;
    font-size: 15px;
}
.main-container .col-main .cart ul.checkout .inline-block .price {
    font-size: 15px;
}
.main-container .col-main .cart .cart .totals table th,
.main-container .col-main .cart .cart .totals table td {
    padding: 10px;
    background: none !important;
    box-shadow: none !important;
    color: #363636 !important;
    height: 50px;
    vertical-align: middle;
}
.main-container .col-main .cart span.totals_price.price {
    color: #ff5c00;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    height: 44px;
    border-radius: 5px !important;
    float: none;
    margin-bottom: 0;
}
.main-container
    .col-main
    .cart
    .cart-tbody
    .item-cart
    .input_qty_pr
    .items-count {
    left: 11px;
    top: 11px;
    outline: none;
    font-weight: 700;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    border: none;
    color: #363636;
    display: inline-block;
    position: absolute;
    margin: 0;
    width: 30px;
    height: 42px;
    line-height: 42px;
    background: #f9f9f9;
    border-right: 1px solid #ebebeb;
    border-radius: 5px 0px 0px 5px;
}
.main-container
    .col-main
    .cart
    .cart-tbody
    .item-cart
    .input_qty_pr
    .items-count.btn-plus {
    top: 11px;
    left: auto;
    right: 10px;
    height: 42px;
    line-height: 42px;
    background: #f9f9f9;
    border-left: 1px solid #ebebeb;
    border-radius: 0px 5px 5px 0px;
}
.main-container button.btn.btn-gray.margin-right-15.f-right {
    background: #f1f1f1;
    color: #363636;
    border: 1px solid #ebebeb;
    height: 45px;
    padding: 0 50px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600;
}
@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 196px;
    }
}
@media (max-width: 991px) {
    .main-container
        .col-main
        .cart
        .bg-scroll
        .cart-tbody
        .item-cart
        div
        a.remove-item
        span {
        width: 34px;
        height: 34px;
        line-height: 33px;
    }
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 252px;
    }
    .main-container .col-main .cart .totals .inner {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .item-product .title-product-cart-mobile {
        max-width: 150px;
    }
    .sign_main {
        background: #f7f8f9;
        margin-top: 40px;
    }
    .main {
        border-bottom: solid 1px #ebebeb;
        background: #fff;
        margin-top: 40px;
    }
    .main-container {
        margin-top: -40px;
    }
    .cart-mobile {
        padding: 10px 0px 0px 0px;
    }
    .header-cart {
        padding: 10px 15px 0px;
        border-bottom: solid 1px #ebebeb;
        margin-top: -10px;
    }
    .header-cart-content {
        margin-top: 10px;
    }
    .header-cart-content .content-product-list {
        min-height: 110px;
    }
    .header-cart .title-cart {
        line-height: 10px;
    }
    .header-cart-price {
        padding: 20px 17px;
    }
    .title-cart h3 {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .title-cart p {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #9c9c9c;
    }
    .title-cart a {
        float: right;
        font-weight: 700;
        margin-top: -28px;
        color: #ff5c00;
        font-size: 16px;
        line-height: 27px;
        font-family: Arial, sans-serif;
    }
    .btn-proceed-checkout-mobile {
        width: 100%;
        line-height: 27px;
        color: #fff;
        height: 40px;
        font-size: 14px;
        border: none;
        background: #ff5c00;
    }
    .content-product-list .item-product {
        padding: 15px 15px;
        min-height: 110px;
        border-bottom: solid 1px #ebebeb;
        overflow: hidden;
    }
    .item-product-cart-mobile,
    .title-product-cart-mobile,
    .select-item-qty-mobile {
        float: left;
    }
    .item-product-cart-mobile {
        width: 100px;
        text-align: center;
        margin-right: 10px;
    }
    .item-product-cart-mobile img {
        max-width: 100px;
    }
    .select-item-qty-mobile {
        float: right;
        text-align: center;
    }
    .title-product-cart-mobile a {
        word-break: break-word;
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #363636;
    }
    .select-item-qty-mobile input.qty {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ebebeb;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        outline: medium none;
        padding: 5px 5px 5px 12px;
        width: 41px;
    }
    .title-product-cart-mobile p {
        line-height: 2;
        font-size: 14px;
        font-family: Arial, sans-serif;
        color: #898989;
    }
    .title-product-cart-mobile span {
        color: #ff5c00;
        font-weight: 700;
    }
    .select-item-qty-mobile a {
        line-height: 3;
        color: #363636;
        font-family: "Open Sans", sans-serif;
    }
}
@media screen and (max-width: 767px) {
    .select-item-qty-mobile .txt_center input {
        height: 25px;
        width: 24px;
        text-align: center;
        margin: 0px;
        padding: 0;
        position: absolute;
        left: 22px;
        min-height: 0;
    }
    .item-product .title-product-cart-mobile {
        max-width: 150px;
    }
    .title-product-cart-mobile h3 {
        line-height: 1;
        margin: 0;
    }
    .main-cart-page {
        min-height: auto !important;
    }
    .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        margin: 0;
        padding: 0;
        line-height: 1;
        max-width: 23px !important;
        width: 23px;
        height: 25px;
        border-style: hidden;
        background: none !important;
        color: #000;
        border: solid thin #ddd;
    }
    .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        padding: 0;
        max-width: 23px !important;
        width: 23px;
        height: 25px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        color: #fff;
        background: none !important;
        color: #000;
        border: solid thin #ddd;
    }
    .select-item-qty-mobile > div {
        position: relative;
        width: 68px;
        height: 25px;
    }
}
@media screen and (max-width: 375px) {
    .item-product .title-product-cart-mobile {
        max-width: 100px !important;
    }
    .item-product-cart-mobile {
        width: 85px;
        margin-right: 5px;
    }
    .item-product-cart-mobile img {
        max-width: 85px;
    }
}
div#social_login {
    width: 100% !important;
    text-align: center;
}
.embedContent ul.icon-only {
    margin-bottom: 10px;
    display: block;
    text-align: center !important;
    margin: 0 !important;
}
#dangky .wrap-modal-login,
#dangnhap .wrap-modal-login {
    width: 550px;
    color: #252525;
    background: #fff;
}
@media (max-width: 1400px) {
    #dangky .wrap-modal-login,
    #dangnhap .wrap-modal-login {
        width: 550px;
    }
}
#dangky .wrap-modal-login .btn,
#dangnhap .wrap-modal-login .btn {
    font-size: 16px;
    font-weight: 600;
}
#dangky .wrap-modal-login h5.title-modal,
#dangnhap .wrap-modal-login h5.title-modal {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}
#dangky .wrap-modal-login h5.title-modal a,
#dangnhap .wrap-modal-login h5.title-modal a {
    padding: 0 5px 15px 5px;
    font-size: 24px;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    color: #898989;
}
#dangky .wrap-modal-login h5.title-modal a.active,
#dangnhap .wrap-modal-login h5.title-modal a.active {
    color: #252525;
}
#dangky .wrap-modal-login .link-popup,
#dangnhap .wrap-modal-login .link-popup {
    font-size: 15px;
    text-align: center;
}
#dangky .wrap-modal-login .link-popup a,
#dangnhap .wrap-modal-login .link-popup a {
    text-decoration: underline;
}
#dangky .content,
#dangnhap .content {
    padding: 50px 30px 0 30px;
    text-align: center;
}
#dangky .content input,
#dangnhap .content input {
    border: 1px solid #ebebeb !important;
}
#dangky .content p.margin-bottom-15,
#dangnhap .content p.margin-bottom-15 {
    color: #898989;
}
#dangky .content label,
#dangnhap .content label {
    font-weight: 400;
}
#dangky .content a,
#dangnhap .content a {
    color: #ff5c00;
    text-decoration: underline;
}
#dangky #customer_register,
#dangnhap #customer_register {
    margin-bottom: 0;
}
#dangky button.btn.btn-close.btn-default,
#dangnhap button.btn.btn-close.btn-default {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    font-size: 17px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    padding: 0;
}
#customer_register {
    margin-bottom: 10px;
}
#customer_login,
#recover_customer_password {
    margin-bottom: 0;
}
.checkbox.style input {
    margin: 0 !important;
    display: none;
}
.checkbox.style label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    position: relative;
    padding-left: 55px;
    line-height: 50px;
}
.checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.checkbox.style input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #ff5c00;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.page_customer_account .col-main-acount {
    margin-bottom: 30px;
}
.page_customer_account
    .col-main-acount
    .col-left-account
    .page-title
    .title-head
    a {
    color: #ff5c00;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.page_customer_account
    .col-main-acount
    .col-left-account
    .page-title
    .title-head
    a:hover {
    color: #ff5c00;
}
.page_customer_account .col-main-acount .col-left-account .no-padding {
    padding: 0px;
}
.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart {
    border: 1px #e1e1e1 solid;
    font-size: 15px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 37px;
    color: #252525;
    margin-bottom: 30px;
    margin-top: 15px;
}
.page_customer_account
    .col-main-acount
    .recent-orders
    .tab-all
    .table-cart
    .thead-default {
    color: #363636;
    text-align: center;
    border: #e1e1e1 thin solid;
    line-height: 1.5;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    background: #ebebeb;
    min-width: 60px;
}
.page_customer_account
    .col-main-acount
    .recent-orders
    .tab-all
    .table-cart
    .thead-default
    tr {
    color: #363636;
    text-align: center;
    border: #e1e1e1 thin solid;
    line-height: 1.5;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    background: #ebebeb;
    min-width: 60px;
}
.page_customer_account
    .col-main-acount
    .recent-orders
    .tab-all
    .table-cart
    .thead-default
    tr
    th {
    padding: 5px;
    font-size: 14px;
    color: #55595c;
    background-color: #eceeef;
    border-bottom: none;
    text-align: center;
}
.page_customer_account
    .col-main-acount
    .recent-orders
    .tab-all
    .table-cart
    tbody
    tr
    td {
    padding: 5px;
    text-align: center;
}
.page_customer_account
    .col-main-acount
    .recent-orders
    .tab-all
    .table-cart
    tbody
    tr
    td
    .price {
    color: #ff5c00;
}
.page_customer_account
    .col-main-acount
    .recent-orders
    .tab-all
    .table-cart
    tbody
    tr
    td
    a:hover {
    color: #ff5c00;
}
.page_customer_account .col-main-acount .col-right-account .block-account {
    padding: 20px;
    border: 1px #e1e1e1 solid;
    border-radius: 5px;
}
.page_customer_account
    .col-main-acount
    .col-right-account
    .block-account
    .block-title-account {
    color: #dc3333;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.page_customer_account
    .col-main-acount
    .col-right-account
    .block-account
    .block-title-account
    h5 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
.page_customer_account
    .col-main-acount
    .col-right-account
    .block-account
    .block-content {
    padding: 0px;
}
.page_customer_account
    .col-main-acount
    .col-right-account
    .block-account
    .block-content
    p {
    margin: 10px 0px;
    line-height: 24px;
    padding: 0px;
    overflow: hidden;
}
.page_customer_account
    .col-main-acount
    .col-right-account
    .block-account
    .block-content
    p
    .fa {
    width: 20px;
    text-align: center;
    color: #ff5c00;
    float: left;
    line-height: 24px;
}
.page_customer_account
    .col-main-acount
    .col-right-account
    .block-account
    .block-content
    p
    span {
    display: block;
    width: calc(100% - 35px);
    float: left;
}
.page_customer_account
    .col-main-acount
    .col-right-account
    .block-account
    .block-content
    .btn-bg {
    background: #f02b2b;
    color: #fff;
    font-size: 14px;
}
.page_order_account .top_order_title .title-headding {
    font-size: 18px;
    text-transform: uppercase;
}
.page_order_account .top_order_title .order_date a {
    margin-left: 30px;
    color: #ff5c00;
    float: right;
    margin-top: -25px;
}
@media (max-width: 543px) {
    .page_order_account .top_order_title .order_date a {
        margin-top: 0;
        display: block;
        margin: 0;
        float: none;
    }
}
.page_order_account .body_order #order_payment,
.page_order_account .body_order #order_shipping {
    padding: 0px;
}
.page_order_account .body_order #order_payment .box-header .title-head,
.page_order_account .body_order #order_shipping .box-header .title-head {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}
.page_order_account .body_order #order_payment .address p,
.page_order_account .body_order #order_shipping .address p {
    position: relative;
    padding-left: 17px;
}
.page_order_account .body_order #order_payment .address p i,
.page_order_account .body_order #order_shipping .address p i {
    color: #ff5c00;
    position: absolute;
    left: 1px;
    top: 4px;
}
.page_order_account
    .content_order
    .table-responsive
    .table-cart
    .thead-default
    tr
    th {
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
}
.page_order_account
    .content_order
    .table-responsive
    .table-cart
    tbody
    tr
    .numeric {
    color: #ff5c00;
}
.page_order_account
    .content_order
    .table-responsive
    .table-cart
    tbody
    tr
    .link:hover
    a {
    color: #ff5c00;
    text-decoration: none;
}
.page_order_account .oder_total_monney .totalorders tfoot .order_total .right {
    color: #ff5c00;
    font-size: 16px;
}
.page_order_account table#order_details {
    border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 991px) {
    .m992 {
        display: none;
    }
    #parent {
        display: flex;
        flex-flow: column;
    }
    #a {
        order: 2;
    }
    #b {
        order: 1;
    }
    .sodiachi .form-xs {
        line-height: 10px !important;
    }
}
@media screen and (min-width: 992px) {
    .mx991 {
        display: none;
    }
}
.block-content.form-signup {
    background: #fff;
    padding-top: 20px;
}
.block-content.form-signup p {
    padding: 0 20px;
}
.block-content.form-signup p i {
    color: #ff5c00;
    margin-right: 10px;
}
.address-title {
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 0 !important;
    font-weight: 300;
}
.address-title button {
    background: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 55px;
}
.address-title button.btn-edit {
    background-image: url(//bizweb.dktcdn.net/100/335/062/themes/801950/assets/btn-edit.png?1660123559601);
    background-repeat: no-repeat;
    background-position: center;
}
.address-title button.btn-delete {
    background-image: url(//bizweb.dktcdn.net/100/335/062/themes/801950/assets/btn-delete.png?1660123559601);
    background-repeat: no-repeat;
    background-position: center;
}
.address-subtitle {
    margin-top: 0;
    text-transform: uppercase;
}
.address-item-action {
    right: 0;
    top: -7px;
}
.address-item-action .btn-row {
    padding-right: 5px;
}
.address-group {
    background: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.address-group p {
    color: #595959;
}
.address-group p label {
    float: left;
    font-weight: 300;
}
.address .page_address .btn-bg-addresss {
    background: #f02b2b;
    color: #fff;
    border: solid 1px #f02b2b;
}
.address .page_address .btn-bg-addresss:hover {
    background: #fff;
    color: #f02b2b;
    border: solid 1px #f02b2b;
}
.address label.c-input.c-checkbox input {
    transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
}
.address .page_address .adr_title {
    overflow: hidden;
    padding-bottom: 20px;
}
.address .page_address .adr_title .title-head {
    width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
}
.address .page_address .adr_title .title-head a {
    display: block;
    cursor: pointer;
    color: #ff5c00;
    font-size: 1em;
    text-transform: initial;
    font-weight: 400;
}
.address .page_address .adr_title .title-head a:hover {
    color: #ff5c00;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .address .page_address .adr_title .title-head a {
        float: none !important;
        margin-top: 15px;
    }
}
.address .page_address .col-address {
    overflow: hidden;
}
#order_payment,
#order_shipping {
    background: #fff;
    padding: 10px 20px;
}
#order_payment .address.note i,
#order_shipping .address.note i {
    color: #ff5c00;
    margin-right: 5px;
}
.totalorders {
    background: #fff;
    border-color: #e1e1e1;
}
.order-headding {
    margin: 0;
}
.page_contact h2 {
    font-size: 25px;
    color: #252525;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
}
.page_contact form {
    margin: 0;
}
.page_contact #login {
    position: relative;
}
.contact .form-group .form-control {
    border-radius: 0;
}
.contact .form-group textarea.form-control {
    padding-top: 12px;
}
.contact h2.title-head {
    text-transform: inherit;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact h2 {
    font-size: 21px;
    color: #252525;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: 400;
}
.contact .dq-flex {
    margin-bottom: 5px;
    align-items: flex-start;
}
.contact .dq-flex .icon.f-left {
    margin-right: 5px;
    white-space: nowrap;
}
.contact .info-contact > p {
    color: #636363;
}
.contact .info-contact .widget-menu {
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 1.07143em;
}
.contact .info-contact .widget-menu li {
    display: block;
    padding-bottom: 10px;
}
.contact .info-contact .widget-menu li .block_icon {
    display: block;
    float: left;
    padding: 0px;
    width: 18px;
    line-height: 1;
    color: #252525;
    margin-left: 2px;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
}
.contact .info-contact .widget-menu li p,
.contact .info-contact .widget-menu li a {
    display: inline;
    width: calc(100% - 37px);
    line-height: 20px;
    margin: 0px;
    color: #636363;
}
.contact .info-contact .widget-menu li a {
    color: #636363;
}
.contact .info-contact .widget-menu li a:hover {
    color: #ff5c00;
}
.contact .info-contact .widget-menu li a.mail {
    color: #0072bc;
}
.contact .info-contact .widget-menu li a.mail:hover {
    color: #ff5c00;
}
.contact .contact-box-info {
    margin: 10px 0;
}
.contact .contact-box-info .item {
    color: #707070;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}
.contact .contact-box-info .item .fa {
    width: 40px;
    height: 40px;
    background: #ff5c00;
    color: #fff;
    float: left;
    text-align: center;
    justify-content: center;
    line-height: 40px;
    border-radius: 50%;
}
.contact .contact-box-info .item > div {
    margin-bottom: 20px;
}
.contact .contact-box-info .item .info {
    padding-left: 50px;
}
.contact .contact-box-info .item .info a {
    color: #e22b00;
}
.contact .contact-box-info .item:last-child {
    border: none;
}
.contact .contact-box-info .item h3 {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-top: 5px;
}
.contact .contact-box-info .item p {
    position: relative;
    margin-bottom: 5px;
}
.contact .contact-box-info .item p .fa {
    position: absolute;
    left: 0;
    top: 4px;
    color: #707070;
}
.contact .contact-box-info a {
    display: block;
    color: #707070;
}
.contact .contact-box-info a:hover {
    color: #ff5c00;
}
.page-404 .title-section-page {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}
.page-404 p {
    margin: 0 0 9px 0;
}
.page-404 form {
    width: 540px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
.page-404 form input {
    width: 100%;
}
.page-404 form .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
}
.page-404 label a {
    color: #e22b00;
}
.page-service .service-title h1 {
    font-size: 2.14286em;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    margin-top: 0;
}
.page-service .service-title h1:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #ff5c00;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.page-service .service-list ul {
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.page-service .service-list ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 35px;
    font-weight: 600;
    color: #636363;
    position: relative;
}
.page-service .service-list ul li a {
    color: #636363;
}
.page-service .service-list ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #636363;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 28px;
}
.page-service .service-list ul li.active a {
    color: #ff5c00;
}
.page-service .service-list ul li.active:before {
    background: #ff5c00;
}
.page-service .service-list ul li:last-child {
    border: none;
}
.page-service .service-list ul li:hover {
    color: #ff5c00;
}
.page-service .service-list ul li:hover a {
    color: #ff5c00;
}
.page-service .service-list ul li:hover:before {
    background: #ff5c00;
}
.aside-item {
    margin-bottom: 40px;
}
.aside-item .aside-title {
    position: relative;
}
.aside-item .aside-title h2 {
    font-size: 24px;
    margin: 0;
    display: inline-block;
    padding-right: 10px;
    background: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
}
.aside-item .nav > li > a {
    padding: 0;
}
.aside-item .aside-content {
    margin-top: 20px;
}
.aside-item.sidebar-category .nav-item {
    position: relative;
    clear: left;
    font-size: 1.07143em;
}
.aside-item.sidebar-category .nav-item a {
    padding-left: 0;
    font-size: 1.07143em;
    padding-right: 15px;
}
.aside-item.sidebar-category .nav-item .fa {
    position: absolute;
    right: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}
.aside-item.sidebar-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 15px;
    box-shadow: none;
}
.aside-item.sidebar-category .nav-item.active > a {
    color: #ff5c00;
}
.aside-item.sidebar-category .nav-item.active > .dropdown-menu {
    display: block;
    padding-left: 15px;
}
.aside-filter-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.aside-filter-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.aside-filter-item .aside-content {
    margin-bottom: 0;
}
.aside-filter-item .aside-title h2 {
    font-size: 19px;
}
.aside-filter-item .aside-title h2:before {
    display: none;
}
.sidebar-category .aside-title {
    position: relative;
    margin-bottom: -13px;
}
.sidebar-category .aside-content .nav-item {
    position: relative;
    clear: left;
    font-size: 1.07143em;
    padding: 5px 0px 5px 25px;
}
.sidebar-category .aside-content .nav-item.okactive .fa.fa-caret-right:before {
    font-size: 11px;
    content: "\f00c";
    text-align: center;
    line-height: 16px;
    padding-left: 1px;
}
.sidebar-category .aside-content .nav-item:last-child {
    border-bottom: none;
}
.sidebar-category .aside-content .nav-item a {
    font-size: 15px;
}
.sidebar-category .aside-content .nav-item .fa {
    text-align: center;
    cursor: pointer;
}
.sidebar-category .aside-content .nav-item .fa.fa-caret-right {
    display: none;
    right: auto;
    left: 0;
    top: 10px;
    text-align: left;
    font-size: 0;
    border: 1px solid #ebebeb;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.sidebar-category .aside-content .nav-item .nav-item .fa {
    top: 10px;
}
.sidebar-category .aside-content .nav-item .nav-item .fa.fa-caret-right {
    top: 8px;
}
.sidebar-category .aside-content .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 0;
}
.sidebar-category .aside-content .nav-item .dropdown-menu .nav-item {
    padding-left: 10px;
}
.sidebar-category .aside-content .nav-item .dropdown-menu .fa.fa-caret-right {
    display: none;
}
.sidebar-category .aside-content .nav-item.active {
    border-bottom: none;
}
.sidebar-category .aside-content .nav-item.active > a {
    color: #ff5c00;
}
.sidebar-category .aside-content .nav-item.active > .dropdown-menu {
    display: block;
}
.sidebar-category .aside-content .nav-item:hover > a {
    color: #ff5c00;
}
.aside-item.aside-mini-list-product .product-mini-item {
    padding: 15px 0;
}
.aside-item.aside-mini-list-product .product-mini-item h3 {
    margin-bottom: 10px;
    font-weight: 400;
}
.aside-item.aside-mini-list-product .product-mini-item h3 a {
    color: #333333;
}
.aside-item.aside-mini-list-product .product-mini-item h3 a:hover {
    color: #ff5c00;
}
.aside-item.aside-mini-list-product .product-mini-item .product-price {
    color: #111;
    font-weight: 600;
}
.aside-item.aside-mini-list-product .product-mini-item .sale-price {
    color: #898989;
}
.aside-item.aside-mini-list-product .bizweb-product-reviews-badge {
    margin: 0;
}
.aside-item.aside-mini-list-product .bizweb-product-reviews-badge > div {
    display: none;
}
.aside-item.aside-mini-list-product
    .bizweb-product-reviews-badge
    > div.bizweb-product-reviews-star {
    display: block;
}
.aside-item.aside-mini-list-product .btn.btn-link {
    color: #363636;
    padding-left: 0;
}
.aside-item.aside-mini-list-product .btn.btn-link:hover {
    color: #ff5c00;
}
.aside-item .list-tags span.tag-item {
    line-height: 40px;
    border: 1px solid #ebebeb;
    height: 40px;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #898989;
    border-radius: 3px;
}
.aside-item.sidebar-category.blog-category .nav-item .fa {
    top: 9px;
}
.aside-item.sidebar-category.blog-category .nav-item .fa.fa-caret-right {
    display: none;
}
.aside-item.sidebar-category.blog-category
    .aside-content
    .navbar-pills
    > li.nav-item {
    padding-left: 0;
}
.aside-item.sidebar-category.blog-category .aside-content .nav-item {
    padding: 6px 0px 6px 12px;
    border: none;
}
.aside-item.sidebar-category.blog-category
    .aside-content
    .nav-item
    .fa.fa-angle-right {
    display: none;
    right: auto;
    left: 0;
    top: 10px;
}
.aside-item.sidebar-category.blog-category
    .aside-content
    .nav-item
    .nav-item
    .fa.fa-angle-right {
    top: 8px;
}
.aside-item.sidebar-category.blog-category
    .aside-content
    .nav-item
    .nav-item
    .nav-item
    .fa.fa-angle-right {
    top: 9px;
}
.ui-widget.ui-widget-content {
    height: 5px;
    background: #ebebeb;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #666 !important;
}
.ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -5px !important;
    border: none !important;
    background: #666 !important;
}
.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 15px;
    width: calc(100% - 14px);
    margin-left: 7px;
}
#start {
    width: calc(50% - 30px);
    display: inline-block;
}
#start input {
    text-align: center;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    font-weight: 700;
}
#stop {
    width: calc(50% - 30px);
    display: inline-block;
    text-align: center;
    position: relative;
}
#stop input {
    text-align: right;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    font-weight: 700;
}
#stop:before {
    display: none;
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px;
}
a#filter-value {
    height: 35px;
    line-height: 35px;
    font-weight: 600;
    width: auto;
    margin-top: 5px;
}
#popupCartModal .modal-dialog {
    width: 420px;
    transform: translate(0);
    border-radius: 0;
}
@media (max-width: 767px) {
    #popupCartModal .modal-dialog {
        width: auto;
    }
}
#popupCartModal .modal-content {
    padding: 25px;
    border-radius: 0;
}
#popupCartModal .modal-content .col-sm-6 {
    padding: 10px 30px;
}
#popupCartModal .modal-content .modal-right {
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}
#popupCartModal .modal-content .modal-right h3 {
    border: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 400;
}
#popupCartModal .modal-content .modal-right h3 b {
    font-weight: 400;
}
#popupCartModal .media .thumb-1x1 {
    width: 100px;
    text-align: center;
}
#popupCartModal .product-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #111;
}
#popupCartModal .qty {
    color: #898989;
}
#popupCartModal .qty span {
    color: #000;
}
#popupCartModal .product-new-price {
    color: #898989;
    margin-top: 6px;
}
#popupCartModal .product-new-price span {
    color: #ff5c00;
    font-weight: 500;
    font-size: 18px;
}
#popupCartModal button.close {
    position: absolute !important;
    right: 10px;
    top: 5px;
}
#popupCartModal .modal-body {
    position: relative;
    padding: 15px 0 20px;
}
#popupCartModal .total_price {
    font-size: 16px;
    padding: 10px 0 5px;
}
#popupCartModal h3 {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
#popupCartModal h3 i {
    font-style: normal;
}
#popupCartModal h3 a:hover i {
    color: #ff5c00;
}
#popupCartModal .btn-red {
    line-height: 48px;
    height: 50px;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
    box-shadow: none;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    padding: 0 50px;
    font-size: 16px;
}
div#isp_search_result_page_container .btn-search {
    display: none;
}
button.btn.btn-default.btn-search {
    display: none;
}
div#isp_search_result_page_container form {
    margin-bottom: 0;
}
.bizweb-product-reviews-badge .bizweb-product-reviews-star i {
    font-size: 15px !important;
}
.bizweb-product-reviews-form fieldset {
    border: none;
}
.bizweb-product-reviews-form .bpr-button-submit {
    background: #ff5c00 !important;
    border: none !important;
}
footer .footer-info-widget p.hotline a {
    color: #fff;
}
.blog-item .date {
    background: #f02b2b;
}
.off-canvas-menu .action .btn-primary.btn-50:last-child {
    background: #2bf525;
}
.off-canvas-menu .action .btn-primary.btn-50:last-child:hover {
    background: #43f63d;
}
.details-product form button.btn-primary2 {
    background: #2bf525;
}
.details-product form button.btn-primary2:hover {
    background: #43f63d;
}
.view-desktop a.btn.btn-primary.btn-full {
    background: #ef7d00;
}
.view-desktop a.btn.btn-primary.btn-full:hover {
    background: #ff8a0a;
}
.jas-sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    top: auto !important;
    right: auto;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 100;
    position: fixed;
}
@media (max-width: 480px) {
    .jas-sale-pop {
        left: 10px;
        right: 10px;
        max-width: 300px;
    }
    .jas-sale-pop .jas-sale-pop-content {
        max-width: 180px;
    }
}
.jas-sale-pop .jas-sale-pop-img {
    margin-right: 10px;
    width: 70px;
    float: left;
}
.jas-sale-pop .jas-sale-pop-img img {
    max-height: 70px !important;
}
.jas-sale-pop .jas-sale-pop-content {
    width: calc(100% - 80px);
    float: left;
    display: block;
}
.jas-sale-pop h4 {
    color: #333;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 5px;
}
.jas-sale-pop h3 {
    margin: 0;
    font-size: 1em;
    max-width: 255px;
    font-weight: 700;
}
.jas-sale-pop h3 a {
    color: #333;
    margin: 0;
    font-size: 1em;
}
.jas-sale-pop h3:hover a {
    color: #ff5c00;
}
.jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: 0.85714em;
}
.jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 0px;
    cursor: pointer;
    position: absolute;
    font-family: FontAwesome;
}
.jas-sale-pop.slideUp {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 992px) {
    .jas-sale-pop.slideUp {
        bottom: 20px;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .jas-sale-pop.slideUp {
        bottom: 60px;
    }
}
.jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
