.btn-green {
    color: #fff;
    background-color: #333;
    border: 2px solid #333333;
    padding: 12px;
    line-height: initial;
    height: auto;
}
img.lazyloading {
    opacity: 0.01;
}
img.lazyloaded {
    opacity: 1;
    transition: 0.3s;
}
.btn-green:active, .btn-green:focus, .btn-green:hover {
    color: #fff;
    background-color: #222;
    border: 2px solid #222
}
header nav .nav-item>a>span.icon{
    /*display: none !important;*/
}
header nav .nav-item>a>span.icon img{
    max-width: 25px;
}
.bold{
    font-weight: bold;
}
.menu-search .icon-search i{
    font-size: 17px;
    color: #767676;
}
.topbar-mobile .fa-mobile{
    font-size: 20px; display: inline-block; position: relative; transform: translateY(2px);
}
.title-head {
    font-size: 2.14286em;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    position: relative
}
.pview-product-list .price-box .old-price .product-price-old{
    text-decoration:line-through;
}
.title-head a {
    color: #333
}

.title-head a:hover {
    color: #e32124
}
#nav-mobile  > ul > li{
    position: relative;
}
#nav-mobile  > ul > li > a > span > .dropdown-backdrop{
    display: none;
}

#nav-mobile  > ul > li > a > span > i{
    position: absolute;
    right: 0;
    height: 30px;
    width: 30px;
    z-index: 9999;
    top: 15px;
    text-align: center;
}
#nav-mobile  > ul > li > a.open > span > i:before{
    content: "\f107";
    font-family: FontAwesome;
}
#nav-mobile  > ul > li > a > span > i:before{
    content: "\f105";
    font-family: FontAwesome;
}
#nav-mobile  > ul > li > ul > li .dropdown-menu{
    position: unset;
    display: none;
}
.box-heading .title-head {
    display: inline-block;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.28571em;
    text-transform: uppercase;
    font-weight: 600
}
.searchFolding {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 2;
}
.searchFolding a {
    display: flex;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    color: #7e7e7e;
}
.searchFolding a:hover{
    background: #fce9ea;
}
.searchFolding a:hover .sf-info{
    color: brown;
}
.searchFolding a .sf-img{
    max-width: 30%;
}
.searchFolding a .sf-img img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    border-radius: 50%;
}
.searchFolding a .sf-info {
    margin-left: 10px;
    max-width: 70%;
}
.searchFolding a .sf-info>p {
    margin: 0 0 7px;
    line-height: initial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.searchFolding a .sf-info>span {
    font-size: 13px;
}
.phone-mobile{
    border-radius: 50%;
    background: #adaaaa;
    padding: 5px 7px;
    font-size: 13px;
    color: #e32124;
}
img.lazyload{ opacity: 0.001; }
@media (max-width: 767px) {

    .box-heading {
        margin-bottom: 15px
    }

    .box-heading .title-head {
        display: block;
        margin-bottom: 5px
    }
}

.subtitle-head {
    font-size: 1.28571em;
    color: #333;
    margin: 20px 0
}

.product-box {
    text-align: left;
    margin-bottom: 14px;
    background: none;
    position: relative;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .product-box {
        margin-bottom: 15px
    }
}

.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;
}

.product-box .product-thumbnail a {
    display: inline-block
}

.product-box .product-thumbnail a img {
    max-width: 100%;
    max-height: 100%
}

.product-box .product-thumbnail.flexbox-grid>a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 224px;
    text-align: center;
    margin-bottom: 5px;
}
.product-box.productCate .product-thumbnail.flexbox-grid>a {
    height: 220px;
}

@media (max-width: 543px) {
    .product-box .product-thumbnail.flexbox-grid>a {
        height: 183px
    }
}

@media (max-width: 320px) {
    .product-box .product-thumbnail.flexbox-grid>a {
        height: 130px
    }
}

.product-box .product-thumbnail.flexbox-grid a img {
    max-width: 100%;
    max-height: 100%
}

.product-box .product-info {
    z-index: 9;
    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 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: #333;
    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: #e32124
}

.product-box .product-action .btn-cart {
    width: 32px;
    border-radius: 3px;
    height: 30px;
    padding: 0;
    line-height: initial;
}
.product-box .product-action .quick-view {
    padding: 0;
    text-align: center;
    width: 32px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
}

.product-box .sale-flash {
    position: absolute;
    font-size: 1em;
    color: #FFF;
    font-weight: 400;
    padding: 0 12px 0 8px;
    line-height: 25px;
    text-align: center;
    top: 0px;
    left: -1px;
    z-index: 9;
    background-color: #e32124;
    width: 60px
}

.product-box .product-name {
    font-size: 1.07143em;
    line-height: 24px;
    margin-top: 0;
    color: #1c1c1c;
    font-weight: 400;
    max-height: 125px;
    overflow: hidden;
}

.product-box .product-name a {
    color: #333;
    text-decoration: none
}

.product-box .product-name a:hover {
    color: #e32124
}

.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: #e32124
}

.product-box .product-price {
    color: #333;
    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);
    top: 0;
    left: 0;
    display: block
}

.product-box:hover .product-action {
    display: block
}

.product-box .col-variant .owl-carousel .owl-stage{
    display: inline-block;
}
.product-box .col-variant {
    max-width: 125px;
    margin: 0 auto;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0
}

.product-box .col-variant .swatch {
    margin: 0
}

.product-box .col-variant .swatch .swatch-element {
    margin: 0
}

.product-box .col-variant .owl-carousel .owl-nav .owl-prev, .product-box .col-variant .owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    margin: 0;
    margin-top: -15px;
    top:36%;
}

.product-box .col-variant .owl-carousel .owl-nav .owl-prev:hover:before, .product-box .col-variant .owl-carousel .owl-nav .owl-prev:hover:after, .product-box .col-variant .owl-carousel .owl-nav .owl-next:hover:before, .product-box .col-variant .owl-carousel .owl-nav .owl-next:hover:after {
    color: #e32124;
    border-color: #e32124
}

.product-box .col-variant .owl-carousel .owl-nav .owl-prev:before, .product-box .col-variant .owl-carousel .owl-nav .owl-next:before {
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #252525;
    border: none;
    background: none;
    cursor: pointer
}
.product-box .col-variant .owl-carousel .owl-nav .owl-prev {
    left: -28px;
}

.product-box .col-variant .owl-carousel .owl-nav .owl-next {
    right: -28px;
}

.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;
    padding-left: 15px
}

@media (max-width: 767px) {
    .products-view-list .product-box .product-thumbnail {
        padding: 0 15px;
        padding-bottom: 5px
    }
}

.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
}

@media (max-width: 767px) {
    .products-view-list .product-box .product-info {
        padding: 0 15px;
        padding-bottom: 0
    }
}

.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 #e32124;
    color: #e32124;
    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: #e32124
}

.product-mini-item .product-price {
    font-weight: 500;
    font-size: 1.07143em;
    color: #333
}

.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: .92857em;
    color: #333333
}

.breadcrumb li>a>span {
    color: #333333
}

.breadcrumb li>a>span:hover {
    color: #e32124
}

.breadcrumb li span {
    display: inline;
    color: #898989
}

.breadcrumb li span .fa {
    color: #898989;
    font-size: .92857em;
    margin: 3px
}

.breadcrumb li strong {
    color: #e32124
}

.breadcrumb li strong span {
    color: #e32124
}

.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: #e32124;
    font-weight: 400;
    font-size: .92857em
}

.pagination {
    margin: 30px 0;
    margin-top: 10px
}

.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: #e32124;
    color: #fff;
    background: #e32124
}

.pagination .text>.page-link {
    width: auto;
    padding: 0 15px;
    border-radius: 0
}

.pagination .page-item.disabled .page-link {
    border-color: #e32124;
    display: none
}

.pagination .page-item.active .page-link {
    border-color: #e32124;
    color: #fff;
    background: #e32124;
    display: block
}

header {
    background: transparent;
    width: 100%
}

.topbar {
    color: #767676;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px #e1e1e1 solid
}

.topbar .list-inline {
    margin: 0 -15px
}

.topbar .list-inline li {
    position: relative;
    padding: 0 5px
}

.topbar .list-inline li:before {
    content: "";
    width: 1px;
    height: 13px;
    background: #e1e1e1;
    position: absolute;
    right: 0;
    top: calc(50% - 7px)
}

.topbar .list-inline li:last-child:before {
    content: none
}

.topbar a {
    color: #767676
}

.topbar a:hover {
    color: #e32124
}

.topbar li {
    position: relative;
    padding: 0 2px
}

.topbar li:hover .dropdown.topbar-dropdown {
    display: block
}

.header-main {
    padding: 30px 0
}

.logo {
    display: inline-block;
    font-size: 25px;
    /*font-size: 2.85714em*/
}
.logo-wrapper img{
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
}

.menu-search {
    position: relative
}

.menu-search .icon-search {
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
    color: #252525;
}

.menu-search .header_search {
    z-index: 99;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    -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;
    width: 252px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4)
}

.menu-search .header_search input {
    float: right;
    height: 50px;
    border: none !important
}

.menu-search .header_search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    line-height: 50px
}

.menu-search .header_search .input-group-btn .btn {
    font-size: 18px;
    width: 51px;
    line-height: 50px;
    height: 50px;
    background: #e32124
}

.menu-search .header_search .input-group {
    width: 100%;
    margin-bottom: 0
}

.menu-search .header_search button {
    padding: 0;
    width: 45px;
    background: transparent
}

.menu-search .header_search button img {
    margin-top: 6px
}

.menu-search:hover .icon-search>i.fa:before {
    content: "\f063"
}

.menu-search:hover .header_search {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
}

.search-main .form-group .form-control {
    min-height: 40px
}

.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
}

.mini-cart {
    z-index: 10;
    text-align: center;
    display: inline-block;
    padding-bottom: 0;
    margin-right: 0;
    /*min-width: 125px*/
}

.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:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 100%
}

.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: #e32124
}

.mini-cart .top-cart-content .product-details-bottom span.price {
    color: #333
}

.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;
}

.mini-cart .top-cart-content .product-name a:hover {
    color: #e32124
}

.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 0
}

.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;
    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: 0;
    margin-top: 9px
}

.mini-cart .top-cart-content li.item .detail-item .fa {
    position: absolute;
    right: 0;
    left: auto;
    top: 9px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: #333;
    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: #e32124;
    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: .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: #e32124;
    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;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background: #e32124;
    position: absolute;
    font-size: 11px;
    right: -15px;
    top: -10px;
    color: #fff
}

.top-cart-contain {
    color: #252525;
    padding: 0;
    right: 0;
    position: relative
}

.top-cart-contain .heading-cart {
    position: relative
}

.top-cart-contain .heading-cart>a {
    display: flex;
    align-items: center
}

.top-cart-contain .heading-cart .cartCount {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #e32124;
    position: absolute;
    font-size: 11px;
    right: -10px;
    top: 0;
    color: #fff
}

.top-cart-contain .price {
    color: #252525
}

.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #e32124
}

.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;
    font-size: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-cart-contain .right-content {
    text-align: left;
    line-height: 1;
    white-space: nowrap;
    font-size: 11px
}

.top-cart-contain .right-content .label {
    white-space: nowrap;
    font-weight: 400;
    /*padding-bottom: 4px;*/
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    color: #252525
}

.top-cart-contain .right-content .cartCount2 {
    color: #e32124
}

.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: 600;
    color: #333 !important;
    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: #e32124
}

.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: 600;
    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: 0;
    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: #e32124;
    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: #e32124;
    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: #e32124;
    border-radius: 15px
}

ul#cart-sidebar .no-item {
    height: auto
}

ul#cart-sidebar .no-item p {
    margin: 0;
    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: 16px;
    color: #fff;
    font-weight: 600
}

ul#cart-sidebar .right_ct .btn.btn-primary {
    margin-left: 0 !important;
    width: auto;
    /*width: 115px;*/
}

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: rgba(255, 255, 255, 0.96);
    text-align: left;
    -webkit-box-shadow: 0 5px 10px 0 rgba(84, 84, 84, 0.15);
    -moz-box-shadow: 0 5px 10px 0 rgba(84, 84, 84, 0.15);
    box-shadow: 0 5px 10px 0 rgba(84, 84, 84, 0.15)
}

header nav>.container>div {
    position: relative
}

header nav .nav.nav-left {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    /*width: 100%;*/
}

header nav .logo {
    display: inline-block;
    margin: 0px 30px 0 0;
}
.header-content.clearfix.a-center{
    display: flex;
    align-items: center;
}

header nav .nav-item {
    float: left;
    display: inline-block;
    position: relative
}

header nav .nav-item.has-mega {
    position: static
}

header nav .nav-item>a {
    padding: 1px 18px;
    position: relative;
    font-size: 18px;
    color: #252525
}
header nav .nav-item>a>span{
    text-transform: uppercase;
}

@media (min-width: 992px) {
    header nav .nav-item>a {
        display: inline-block;
        text-align: center;
        font-size: 15px;
        padding:16px 10px;
    }

    header nav .nav-item>a>span {
        /*display: block;*/
        margin-bottom: 5px;
        line-height: 18px
    }

    header nav .nav-item>a>span.icon {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin: 0;
        /*width: 60px;*/
        /*height: 60px;*/
        display: inline-block;
        margin: 0;
        margin-bottom: -10px;
        padding: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center bottom
    }

    header nav .nav-item>a>i.fa {
        position: absolute;
        bottom: 50%;
        /* left: 0; */
        right: 0;
    }
}

header nav .nav-item>a:hover {
    color: #FFF
}

@media (max-width: 991px) {
    header nav .nav-item>a {
        display: flex;
        align-items: center;
        /*padding: 0 !important;*/
        font-size: 14px
    }

    header nav .nav-item>a>span {
        line-height: 18px
    }

    header nav .nav-item>a>span.icon {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin: 0;
        margin-right: 5px;
        width: 35px;
        height: 35px;
        flex: 0 0 35px;
        max-width: 35px;
        padding: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center bottom
    }
}

header nav .nav-item>.fa {
    color: #fff;
    position: absolute;
    right: 0;
    top: 33px
}

header nav .nav-item .nav-item-lv2 {
    padding: 0 10px
}

header nav .nav-item .nav-item-lv3 {
    padding: 0 10px
}

header nav .nav-item:last-child a:after {
    display: none
}

header nav .nav-item.active>a {
    color: #FFF
}

@media (min-width: 992px) {
    header nav .nav-item.active>a {
        background: #000;
        color: #fff ;
    }

    header nav .nav-item.active>a span.icon {
        background-position: center top
    }
}

@media (max-width: 991px) {
    header nav .nav-item.active>a {
        background: #e32124 !important;
        color: #FFF;
    }

    header nav .nav-item.active>a span.icon {
        background-position: center top
    }
}

header nav .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 0;
    min-width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    z-index: 10
}

@media (max-width: 1199px) and (min-width: 992px) {
    header nav .nav-item .dropdown-menu {
        display: none
    }
}

@media (min-width: 992px) {
    header nav .nav-item .dropdown-menu {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4)
    }
}

header nav .nav-item .dropdown-menu li {
    padding: 0 20px
}

@media (max-width: 991px) {
    header nav .nav-item .dropdown-menu li {
        padding: 0
    }
}

header nav .nav-item .dropdown-menu li a {
    line-height: 16px;
    padding: 10px 10px 10px 0;
    color: #333
}

header nav .nav-item .dropdown-menu li a i {
    float: right;
    position: absolute;
    right: 15px;
    top: 10px
}

@media (max-width: 991px) {
    header nav .nav-item .dropdown-menu li a i {
        top: 9px
    }
}

header nav .nav-item .dropdown-menu li a:hover {
    color: #e32124;
    font-weight: 600
}

header nav .nav-item .dropdown-menu li:last-child a {
    border: none
}

header nav .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;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 15px;
    left: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    display: none;
}
header nav .nav-item:hover .mega-content {
    display: block;
}

@media (max-width: 1199px) and (min-width: 992px) {
    header nav .nav-item .mega-content {
        display: none
    }
}

header nav .nav-item .mega-content .h4 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0
}

header nav .nav-item .mega-content li.level2 {
    line-height: 16px;
    padding: 5px 0
}

header nav .nav-item .mega-content li.level2 a {
    color: #333
}

header nav .nav-item .mega-content ul.level1 {
    font-size: 13px
}

header nav .nav-item .mega-content .level2 a {
    border-bottom: none;
    padding: 1px 0
}

header nav .nav-item .mega-content a {
    color: #333
}

header nav .nav-item .mega-content a:hover {
    color: #e32124;
    font-weight: 600
}

header nav .nav-item .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 0 15px
}

header nav .nav-item .mega-content .level1.item a {
    display: block;
    padding: 10px 0
}

header nav .nav-item .mega-content .level1.item:nth-child(4n+1) {
    clear: left
}

header nav .nav-item:hover>a {
    color: #FFF
}

@media (min-width: 992px) {
    header nav .nav-item:hover>a {
        /*background: #e32124;*/
        color: #e32124
    }
}

@media (max-width: 991px) {
    header nav .nav-item:hover>a {
        /*background: #e32124 !important; */
        color: #e32124 !important
    }
}

header nav .nav-item:hover>a span.icon {
    background-position: center top
}

header nav .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: 10px 0;
    text-align: left;
    border: none;
    color: #333
}

@media (max-width: 1199px) and (min-width: 992px) {
    header nav .nav-item:hover>.dropdown-menu {
        display: block
    }
}

header nav .nav-item:hover>.mega-content {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 1199px) and (min-width: 992px) {
    header nav .nav-item:hover>.mega-content {
        display: block
    }
}

header nav .nav-item li.dropdown-submenu {
    position: relative;
    clear: left
}

header nav .nav-item li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: -10px;
    min-width: 200px;
    margin: 0
}

header nav .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)
}

header nav .no-mic .logo {
    display: inline-block;
    margin: 0 30px 0 0
}

@media (max-width: 1199px) {
    header nav .no-mic .logo {
        margin: 0 20px 0 0
    }
}

header nav .no-mic .nav-item>a {
    padding: 9.3px 25px
}

@media (max-width: 1199px) {
    header nav .no-mic .nav-item>a {
        padding: 9.3px 10px
    }
}

@media (min-width: 992px) {
    header nav .no-mic .header-content {
        border-right: 1px #e1e1e1e1 solid
    }

    header nav .no-mic .nav-item>a>span {
        margin-top: 15px
    }
}

header nav .no-mic .nav-item>a>i.fa {
    bottom: 6px
}

header nav .no-mic .menu-search .icon-search {
    line-height: 67px
}

header nav .no-mic .top-cart-contain .heading-cart>a {
    height: 67px
}

@media (max-width: 991px) {
    header nav .no-mic .nav-item>a {
        min-height: 35px
    }

    header nav .no-mic .nav-item>a>span {
        margin: 8px 25px 8px 5px
    }

    header nav .no-mic .nav-item>a>span.icon {
        margin: 0
    }
}

footer {
    background: #333;
    position: relative;
    background-size: cover
}

@media (max-width: 1199px) {
    footer .footer-inner>.container>.row>div:nth-child(3) {
        clear: left
    }
}

footer>div.content {
    z-index: 10;
    position: relative
}

footer .footer-info-widget h3 {
    font-size: 1.28571em;
    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: #f2eeee
}

footer .list-inline .fa {
    color: #fff;
    margin-right: 20px;
    font-size: 2.14286em
}

footer .list-inline .fa:hover {
    color: #e32124
}

footer .list-inline.contact .fa {
    width: 20px;
    margin-right: 5px;
    color: #e32124
}

footer .site-footer h3 {
    position: relative;
    color: #fff;
    margin: 0;
    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: #f2eeee
}

footer .list-menu a {
    color: #f2eeee
}

footer .list-menu a:hover {
    color: #e32124
}

footer .list-menu li {
    color: #f2eeee;
    padding: 3px 0
}

footer .list-menu.contact .fa {
    width: 20px;
    margin-right: 5px;
    color: #e32124
}

footer .list-menu.list-blogs li {
    position: relative;
    padding-left: 16px
}

footer .list-menu.list-blogs li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #f2eeee;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    border-radius: 50%
}

footer .list-menu.list-showroom {
    color: #f2eeee
}

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: #FFF
}

footer .footer-address {
    border-top: 1px solid rgba(255, 255, 255, 0.3)
}

footer .footer-address .contact-box-info p {
    color: #f2eeee;
    margin-bottom: 10px
}

footer .footer-address .contact-box-info p span {
    color: #636363
}

footer .footer-address .contact-box-info p a {
    color: #f2eeee
}

footer .footer-address .contact-box-info p a:hover {
    color: #e32124
}

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;
    text-align: center;
    color: #FFF;
    font-size: 1.07143em;
    position: relative;
    background: #252525
}

footer .copyright b {
    color: #e32124;
    font-weight: 600
}

footer .copyright a {
    font-weight: 600;
    color: #e32124
}

footer .copyright a:hover {
    color: #e32124
}

footer .copyright .list-menu-footer li {
    display: inline-block;
    padding: 0 10px
}

footer .copyright .list-menu-footer li a {
    color: #FFF;
    font-weight: normal
}

footer .copyright .list-menu-footer li a:hover {
    color: #e32124
}

@media (min-width: 992px) {
    footer .copyright .list-menu-footer li:last-child {
        padding-right: 0
    }
}

footer .social-icons li {
    margin-right: 10px
}

footer .back-to-top {
    width: 35px;
    height: 35px;
    z-index: 199;
    background: #e32124;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 35px;
    right: 20px;
    bottom: 70px;
    top: auto !important;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}

footer .back-to-top.show {
    position: fixed;
    right: 20px;
    bottom: 95px
}

@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: 88px
    }
}

.details-product .large-image {
    position: relative
}

.details-product .large-image .btn-video-popup {
    line-height: 30px;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 10px;
    height: 50px !important;
    min-height: 0 !important;
    max-height: 50px !important;
    z-index: 1;
    background: #fff
}

.details-product .large-image .btn-video-popup span {
    position: relative;
    padding-left: 23px
}

.details-product .large-image .btn-video-popup svg {
    position: absolute;
    left: 3px;
    top: 0
}

.details-product .label-type {
    position: absolute;
    padding: 6px 20px;
    background: #e32124;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    top: 20px;
    left: 10px
}

.details-product #btnnewreview {
    background: #e32124 !important
}

.details-product #gallery_01 {
    margin: 0 auto;
    padding: 0 37px;
    margin-top: 10px;
    opacity: 0
}

.details-product #gallery_01.owl-loaded {
    opacity: 1
}

.details-product #gallery_01 .owl-stage-outer {
    position: relative
}

.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 {
    padding-right: 1px
}

.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;
    min-height: 215px;
    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;
    cursor: pointer
}

.details-product .status {
    margin-bottom: 10px;
    font-weight: 400;
    color: #000
}

.details-product .inventory {
    display: inline-block;
    line-height: 24px;
    padding: 0 5px;
    color: #1e1d1d
}

.details-product h1.title-head {
    font-size: 25px;
    font-weight: 400;
    margin-top: 0
}

.details-product .reviews {
    margin-bottom: 10px
}

.details-product .reviews .nzan-product-reviews-badge>div {
    display: none
}

.details-product .reviews .nzan-product-reviews-badge>div.nzan-product-reviews-star {
    display: block
}

.details-product .reviews .nzan-product-reviews-badge .nzan-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: #333
}

.details-product .details-pro .product-price {
    font-size: 24px;
    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: #e32124
}

.details-product .details-pro .price-box .old-price {
    display: block;
    color: #adadad;
    font-size: 1.07143em;
    margin-top: 2px
}

.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 select {
    background-color: #FFFFFF !important
}

.details-product .details-pro .box-variant .form-group .selector-wrapper label {
    width: 85px;
    font-weight: 600;
    float: none;
    display: block;
    line-height: 40px;
    margin-bottom: 0
}

.details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    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;
    border-radius: 0;
    text-align: center;
    padding: 0;
    height: 38px;
    border: none !important
}
#addToCart {
    height: 42px;
}

.details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 1px;
    text-align: center;
    top: 1px;
    width: 40px;
    height: 38px;
    line-height: 38px;
    font-size: 25px;
    cursor: pointer;
    color: #898989;
    background: #fff
}

.details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 38px;
    height: 38px;
    line-height: 41px;
    font-size: 20px;
    cursor: pointer;
    color: #898989;
    background: #fff
}
.link-showroom a{
    font-weight: bold;
    font-size: 18px;
}
.details-product .details-pro .form-detail-action {
    width: 100%;
    margin-top: 10px
}

.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: 0;
    font-size: 16px;
    font-weight: 600;
    float: left;
    background-color: #e32124
}

.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: #e32124
}

.details-product .details-pro .form-detail-action .iwishAddWrapper.iWishAdded .fa {
    color: #e32124
}

.details-product .details-pro .social-sharing .social-media label {
    display: inline-block;
    font-weight: 400
}

.details-product .details-pro .social-sharing .social-media a {
    margin: 0 3px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    display: inline-block
}

.details-product .details-pro .social-sharing .social-media a:hover {
    color: #e32124;
    border: 1px solid #e32124
}

.details-product .details-pro .mb_scroll_btn {
    padding: 5px 0;
    box-shadow: 0 -2px 5px 0 rgba(84, 84, 84, 0.15);
    position: fixed;
    bottom: 0;
    top: auto !important;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 9999;
    display: none !important
}

.details-product .details-pro .mb_scroll_btn.show {
    display: flex !important
}

.details-product .details-pro .mb_scroll_btn a, .details-product .details-pro .mb_scroll_btn button {
    border-right: 1px #e1e1e1 solid;
    padding: 0 10px
}

.details-product .details-pro .mb_scroll_btn a i.fa, .details-product .details-pro .mb_scroll_btn button i.fa {
    display: block;
    font-size: 25px
}

.details-product .details-pro .mb_scroll_btn a.mb_scroll_hotline, .details-product .details-pro .mb_scroll_btn button.mb_scroll_hotline {
    color: #02b0f5
}

.details-product .details-pro .mb_scroll_btn a.mb_scroll_buynow, .details-product .details-pro .mb_scroll_btn button.mb_scroll_buynow {
    color: #e32124;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase
}

.details-product .details-pro .mb_scroll_btn a:last-child, .details-product .details-pro .mb_scroll_btn button:last-child {
    border: none
}

@media (min-width: 768px) {
    .details-product .details-pro .mb_scroll_btn {
        display: none !important
    }
}

.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: #e32124
}

#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: #333;
    position: relative;
    font-weight: 500
}

.product-tab .tab-link.current h3:before {
    content: "";
    width: calc(100% + 50px);
    display: inline-block;
    height: 2px;
    background: #333;
    position: absolute;
    top: -14px;
    left: -25px
}

.product-tab .tab-content.current {
    padding: 20px;
    border: 1px solid #ebebeb;
    min-height: 100px
}

.panel-group-details-product .panel {
    border: none
}

.panel-group-details-product .panel-heading {
    padding: 0;
    background: #FFF;
    border: none
}

.panel-group-details-product .panel-heading .panel-title a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    color: #333;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
}

.panel-group-details-product .panel-heading .panel-title a:before {
    width: 85px;
    height: 1px;
    background: #e32124;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0
}

.panel-group-details-product .panel-heading .panel-title a:after {
    content: "\f146";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    display: none;
}

.panel-group-details-product .panel-heading .panel-title a.collapsed:after {
    content: "\f0fe"
}

.panel-group-details-product .panel-body {
    padding: 15px 0
}

.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: #333
}

.aside-product.aside-policy {
    border: 1px solid #ebebeb;
    padding: 20px;
    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: 0;
    border-bottom-left-radius: 0
}

.aside-product.aside-policy-2 {
    border: 1px solid #ebebeb;
    padding: 0 15px
}

.aside-product.aside-policy-2 .item-policy {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb
}

.aside-product.aside-policy-2 .item-policy:last-child {
    border: none
}

.aside-product.aside-policy-2 .item-policy>a {
    flex: 0 0 50px;
    max-width: 50px;
    margin-right: 15px
}

.aside-product.aside-policy-2 .item-policy .info h3 {
    margin: 0;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px
}

.aside-product.aside-policy-2 .item-policy .info p {
    margin: 0;
    font-size: 13px;
    letter-spacing: -0.1px
}

@media (max-width: 767px) {
    .product-style-2 .details-pro .form-detail-action .iwishAddWrapper {
        margin-top: 10px
    }

    .xs-margin-top-0 {
        margin-top: 0 !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
    }

    .products-view-grid>.row {
        margin-right: -7.5px;
        margin-left: -7.5px
    }

    .products-view-grid>.row>div {
        padding-right: 7.5px;
        padding-left: 7.5px
    }
}

@media (max-width: 767px) {
    .col-xss-6 {
        width: 50%
    }
}

.sortPagiBar {
    padding-bottom: 20px;
    margin-bottom: 20px;
    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: 30px;
    color: #8a8a8a;
    line-height: 30px;
    text-align: center;
    background: #ebebeb;
    background: #fff;
    font-size: 15px;
    padding-top: 1px
}

.view-mode b.active {
    color: #e32124;
    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
}

/*@media (min-width: 1300px) {*/
/*    .main-collection .main_container.collection.col-lg-9 {*/
/*        width: 79%*/
/*    }*/

/*    .main-collection .main_container.collection.col-lg-push-3 {*/
/*        left: 21%*/
/*    }*/
/*}*/

/*@media (min-width: 1300px) {*/
/*    .main-collection .sidebar.left-content.col-lg-3 {*/
/*        width: 21%*/
/*    }*/

/*    .main-collection .sidebar.left-content.col-lg-pull-9 {*/
/*        right: 79%*/
/*    }*/
/*}*/

.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
    }
}

.date {
    margin: 10px 0 10px;
    font-weight: 400
}
.blog-item {
    overflow: hidden;
    margin-bottom: 40px
}

.blog-item .btn {
    border-radius: 20px
}


.blog-item-name {
    font-weight: 700;
    position: relative;
    font-size: 1.14286em;
    line-height: 23px;
    margin-top: 12px;
    margin-bottom: 10px
}

.blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: .78571em;
    color: #e32124
}

.post-time {
    color: #898989;
    font-size: .92857em;
    margin-bottom: 8px
}

.blog-item-summary {
    font-size: 1.07143em;
    font-family: Arial;
    margin-bottom: 5px;
    color: #898989;
    line-height: 20px;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-item-thumbnail {
    position: relative
}
.blog-item-thumbnail img{
    object-fit: scale-down;
}

.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: 0;
    padding-top: 30px;
    padding-bottom: 5px
}

.blog-list .loop-blog {
    min-height: 80px;
    overflow: hidden;
    padding: 15px 0;
    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: 90px;
    max-width: 90px;
    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% - 100px);
    margin-left: 10px
}

.blog-list .loop-blog .name-right h3 {
    font-weight: 600;
    position: relative;
    line-height: 20px;
    margin-top: -7px;
    margin-bottom: 3px
}

.blog-list .loop-blog .name-right h3 a {
    font-size: 14px
}

.blog-list .loop-blog .name-right h3:hover a {
    text-decoration: none;
    color: #e32124
}

.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: #e32124
}

.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: 15px
}

.article-main .post-time span {
    display: inline-block;
    color: #959595;
    margin-right: 10px
}

.article-main .post-time span b {
    color: #252525;
    font-weight: normal
}

.article-main .article-content {
    font-size: 1.14286em
}

.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px
}

.article-main .form-group .form-control {
    color: #959595;
    font-size: 14px;
    min-height: 40px;
    background: #FFF;
    border: 1px #ebebeb solid !important
}

.article-main .form-group textarea.form-control {
    padding: 10px 20px
}

.tag-share {
    clear: left;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 10px;
    padding-bottom: 20px;
    line-height: 30px
}

.tag-share .social-media {
    color: #252525
}

.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: #252525;
    font-size: 13px
}

.tag-share .social-media a:hover {
    color: #e32124;
    border-color: #e32124
}

.tag_article {
    color: #252525
}

.tag_article .fa {
    margin-right: 5px;
    transform: translateY(1px)
}

.tag_article a {
    color: #252525
}

.tag_article a:hover {
    color: #e32124
}

@media (max-width: 767px) {
    .tag-share>div {
        text-align: left !important
    }
}

.title-form-coment {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600
}

#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;
    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
}

.product .social-media {
    margin-bottom: 25px;
}
.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: #e32124
}

.pd-right {
    padding-left: 0
}

.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;
    max-height: 100%
}

.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: 0;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    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: 3000;*/
    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(../img/icons/bin.png);
    cursor: pointer;
    padding: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    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: #e32124;
    line-height: 35px;
    color: #fff;
    height: 40px;
    padding: 0 50px;
    border-radius: 0;
    font-size: 14px;
    border: none;
}

.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: #e32124
}

.main-container .col-main .cart .totals .inner {
    padding: 0 0 15px;
    margin-top: 0;
    margin-right: 1px
}

.main-container .col-main .cart #shopping-cart-totals-table tr td {
    border: none;
    padding: 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: 0;
    font-size: 15px
}

.main-container .col-main .cart ul.checkout .inline-block .price {
    color: #000;
    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: #e32124;
    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;
    float: none;
    margin-bottom: 0
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
    left: 15px;
    top: 20px;
    outline: none;
    background: #fff;
    font-weight: 700;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    border: none;
    color: #363636;
    display: inline-block;
    position: absolute;
    margin: 0;
    line-height: 24px
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count.btn-plus {
    top: 18px;
    left: auto;
    right: 15px;
    line-height: 25px
}

.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: 0;
    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 0 0 0
    }

    .header-cart {
        padding: 10px 15px 0;
        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;
        margin-top: -28px;
        color: #e32124;
        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: #e32124
    }

    .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 {
        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: #e32124
    }

    .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: 0;
        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;
        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;*/
    width: auto;
    color: #252525;
    background: #fff
}
.modal#dangky .wrap-modal-login, .modal#dangnhap .wrap-modal-login {
    width: 550px;
}

@media (max-width: 1400px) {
    #dangky .wrap-modal-login, #dangnhap .wrap-modal-login {
        width: auto;
    }
    .modal#dangky .wrap-modal-login, .modal#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 {
    text-align: center
}
.modal#dangky .content, .modal#dangnhap .content {
    padding: 50px 30px 0 30px;
}


#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: #e32124;
    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: #e32124;
    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: #e32124;
    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: #e32124
}

.page_customer_account .col-main-acount .col-left-account .no-padding {
    padding: 0
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart {
    border: 1px #e1e1e1 solid;
    font-size: 15px;
    margin-bottom: 0;
    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: #e32124
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td a:hover {
    color: #e32124
}

.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: 0;
    padding: 0
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content {
    padding: 0
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content p {
    margin: 10px 0;
    line-height: 24px;
    padding: 0;
    overflow: hidden
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content p .fa {
    width: 20px;
    text-align: center;
    color: #e32124;
    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: #e32124;
    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: 0
}

.page_order_account .body_order #order_payment .box-header .title-head, .page_order_account .body_order #order_shipping .box-header .title-head {
    margin: 0;
    padding: 0;
    font-size: 18px
}

.page_order_account .body_order #order_payment .address p i, .page_order_account .body_order #order_shipping .address p i {
    color: #e32124
}

.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: #e32124
}

.page_order_account .content_order .table-responsive .table-cart tbody tr .link:hover a {
    color: #e32124;
    text-decoration: none
}

.page_order_account .oder_total_monney .totalorders tfoot .order_total .right {
    color: #e32124;
    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: #e32124;
    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(../img/icons/btn-edit.png);
    background-repeat: no-repeat;
    background-position: center
}

.address-title button.btn-delete {
    background-image: url(../img/icons/btn-delete.png);
    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: 0
}

.address .page_address .adr_title .title-head a {
    display: block;
    cursor: pointer;
    color: #e32124;
    font-size: 1em;
    text-transform: initial;
    font-weight: 400
}

.address .page_address .adr_title .title-head a:hover {
    color: #e32124;
    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: #e32124;
    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 p {
    color: #707070
}

.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: 0;
    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: 0;
    color: #636363
}

.contact .info-contact .widget-menu li a {
    color: #636363
}

.contact .info-contact .widget-menu li a:hover {
    color: #e32124
}

.contact .info-contact .widget-menu li a.mail {
    color: #0072bc
}

.contact .info-contact .widget-menu li a.mail:hover {
    color: #e32124
}

.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: #e32124;
    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: #333
}

.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: #e32124
}

.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: #333
}

.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: #e32124;
    position: absolute;
    left: 0;
    bottom: 0
}

.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: #e32124
}

.page-service .service-list ul li.active:before {
    background: #e32124
}

.page-service .service-list ul li:last-child {
    border: none
}

.page-service .service-list ul li:hover {
    color: #e32124
}

.page-service .service-list ul li:hover a {
    color: #e32124
}

.page-service .service-list ul li:hover:before {
    background: #e32124
}

.aside-item {
    margin-bottom: 30px
}

.aside-item .aside-title {
    position: relative
}

.aside-item .aside-title h2 {
    font-size: 16px;
    margin: 0;
    display: inline-block;
    padding-right: 10px;
    font-weight: 600
}

.aside-item .nav>li>a {
    padding: 0
}

.aside-item .aside-content {
    margin-top: 15px
}

.aside-item .aside-content .field-search {
    position: relative;
    margin-bottom: 10px
}

.aside-item .aside-content .field-search .form-control {
    padding: 0 15px;
    padding-right: 35px;
    min-height: 33px;
    height: 33px;
    border: 1px #e1e1e1 solid !important;
    background: #FFF
}

.aside-item .aside-content .field-search .input-group-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    width: auto;
    height: 100%;
    background: none
}

.aside-item .aside-content .field-search .input-group-btn button.btn {
    height: auto;
    line-height: 31px;
    padding: 0 10px
}

.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: #e32124
}

.aside-item.sidebar-category .nav-item.active>.dropdown-menu {
    display: block
}

.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 0 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 {
    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: #e32124
}

.sidebar-category .aside-content .nav-item.active>.dropdown-menu {
    display: block
}

.sidebar-category .aside-content .nav-item:hover>a {
    color: #e32124;
    background: none
}

.aside-item.aside-mini-list-product .product-mini-item {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
}

.aside-item.aside-mini-list-product .product-mini-item h3 {
    margin-bottom: 10px
}

.aside-item.aside-mini-list-product .product-mini-item h3 a {
    color: #001a4b
}

.aside-item.aside-mini-list-product .product-mini-item h3 a:hover {
    color: #e32124
}

.aside-item.aside-mini-list-product .product-mini-item .product-price {
    color: #e32124;
    font-weight: 400
}

.aside-item.aside-mini-list-product .product-mini-item .sale-price {
    color: #898989
}

.aside-item.aside-mini-list-product .nzan-product-reviews-badge {
    margin: 0
}

.aside-item.aside-mini-list-product .nzan-product-reviews-badge>div {
    display: none
}

.aside-item.aside-mini-list-product .nzan-product-reviews-badge>div.nzan-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: #e32124
}

.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 0 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
}

#start {
    width: 100px;
    float: left
}

#start input {
    background: #e1e1e163;
    text-align: center;
    padding: 0 10px;
    line-height: 28px;
    border: 1px #e1e1e1 solid;
    box-shadow: none
}

#stop {
    width: 100px;
    float: right;
    text-align: center;
    position: relative
}

#stop input {
    background: #e1e1e163;
    text-align: center;
    padding: 0 10px;
    line-height: 28px;
    border: 1px #e1e1e1 solid;
    box-shadow: none
}

#stop:before {
    display: none;
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px
}

a#filter-value {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 100px;
    margin-top: 15px
}

#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: #e32124;
    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: #e32124
}

#popupCartModal .btn-red {
    line-height: 48px;
    height: 50px;
    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
}

.nzan-product-reviews-badge .nzan-product-reviews-star i {
    font-size: 15px !important
}

.nzan-product-reviews-form {
    min-width: 250px !important
}

.nzan-product-reviews-form fieldset {
    border: none
}

.nzan-product-reviews-form .bpr-button-submit {
    background: #e32124 !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.7);
    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: #e32124
}

.jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: .85714em
}

.jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 0;
    cursor: pointer;
    position: absolute;
    font-family: FontAwesome
}

.jas-sale-pop .pe-7s-close:before {
    content: "\f00d"
}

.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
}

#search_suggestion {
    padding: 0 0 10px 0;
    color: #555;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    min-width: 226px;
    max-width: 100%;
    background-color: #f8f8f8;
    display: none;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15)
}

@media (max-width: 992px) {
    #search_suggestion {
        width: 100% !important
    }
}

#search_suggestion h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #eee;
    padding: 5px
}

#search_suggestion ul {
    padding: 0
}

#search_suggestion ul li {
    background-color: #fff;
    padding: 5px;
    font-size: 14px
}

#search_suggestion ul li a {
    color: #787878;
    display: block;
    overflow: hidden
}

#search_suggestion ul li .item_image {
    text-align: center;
    float: left;
    width: 100px;
    margin-right: 5px
}

@media (max-width: 480px) {
    #search_suggestion ul li .item_image {
        width: 60px
    }
}

#search_suggestion ul li .item_image img {
    max-width: 100%
}

#search_suggestion ul li .item_detail {
    overflow: hidden
}

@media (max-width: 480px) {
    #search_suggestion ul li .item_title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

#search_suggestion ul li .item_title h4 {
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0
}

@media (max-width: 480px) {
    #search_suggestion ul li .item_title h4 {
        font-size: 12px;
        display: initial
    }
}

#search_suggestion ul li .item_price ins {
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    color: #d0021b
}

@media (max-width: 480px) {
    #search_suggestion ul li .item_price ins {
        font-size: 12px
    }
}

#search_suggestion ul li .item_price del {
    color: #666;
    font-size: 12px
}

@media (max-width: 480px) {
    #search_suggestion ul li .item_price del {
        font-size: 11px
    }
}

#search_top {
    max-height: 400px;
    overflow-y: auto
}

#search_top::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}

#search_top::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

#search_top::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5
}

#search_bottom {
    text-align: center;
    padding-top: 10px
}

#search_bottom a {
    color: #444;
    text-decoration: underline;
    font-weight: 500
}

#search_bottom a span {
    color: #ff0000
}

.fancybox-outer, .fancybox-inner {
    position: static !important;
    overflow: visible !important
}

ul.no-bullets {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px
}


/*=============================== module.css ====================================*/
.section .section-title h2 {
    font-size: 23px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin: 30px 0;
    padding-bottom: 5px
}

.section .section-title h2:before {
    content: "";
    position: absolute;
    width: 125px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 62.5px);
    background: #252525
}

@media (max-width: 767px) {
    .section .section-title h2 {
        margin: 20px 0;
        font-size: 17px
    }
}

.section-policy .owl-policy .item-policy > a {
    flex: 0 0 50px;
    max-width: 50px;
    margin-right: 15px
}

.section-policy .owl-policy .item-policy .info h3 {
    margin: 0;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px
}

.section-policy .owl-policy .item-policy .info p {
    margin: 0;
    font-size: 13px
}

.section .deal-box {
    border: none
}

.section .deal-box .time > .countdown-times > div {
    margin: 0 10px;
    text-align: center;
    font-style: italic
}

.section .deal-box .time > .countdown-times > div > span {
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #e32124;
    color: #FFF;
    font-weight: 600;
    font-style: normal;
    display: inline-block
}

.section-video-about {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width: 1200px) {
    .section-video-about {
        background-attachment: fixed
    }
}

.section-video-about .special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.section-video-about .special-style .special-banner-image {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.section-video-about .special-style.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35)
}

.section-video-about h3.title {
    font-size: 30px;
    color: #FFF;
    margin: 15px 0
}

.section-video-about h3.title span {
    color: #e32124
}

.section-video-about .section-content {
    padding: 200px 0
}

.section-brand {
    background: #f5f5f5
}
.owl-blog-slider .blog-item-thumbnail{
    text-align: center;
}
.owl-blog-slider .blog-item-thumbnail a{
    display: inline-block;
}
#popupHome .modal-content .close_modal{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    background: transparent;
    color: #000;
    width: 40px;
    z-index: 99;
    padding: 0;
}
#popupHome .modal-content{
    border-radius: 0;
}
#popupHome .br_popup{
    display: inline-block;
}
#popupHome .br_p{
    border-radius: 0;
    border-style: solid;
    border-color: rgb(243, 111, 34);
    border-width: 0.0625em 0 0 0;
    align-self: center;
    box-shadow: 0px 0px #000;
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0.9375em;
    margin-bottom: 0.9375em;
    width: 9.375em;
}
#popupHome .content_main{
    padding: 50px 5px 20px 0;
}
#popupHome .main-popup button{
    background: #f26f22;
    border-radius: 0;
    box-shadow: 0px 0px #000;
    width: 290px;
    height: 40px;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    border: none;
}
#popupHome .main-popup input{
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-color: #b3b7bb;
    border-width: 0.07142857142857142em;
    box-shadow: 0px 0px #000;
    width: 290px;
    height: 40px;
    justify-content: center;
    font-size: 0.875em;
    color: rgb(172, 172, 172);
    text-align: center;
    margin: auto;
    margin-bottom: 14px;
}
#popupHome .contact_title_bottom{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
}
#popupHome .contact_title{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: rgb(243, 111, 34);
    text-transform: uppercase;
}
#popupHome .price_gift span{
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: rgb(243, 111, 34);
}
#popupHome .title_popup{
    letter-spacing: 0px;
}
#popupHome .title_popup, #popupHome .price_gift{
    padding: 0.3125em;
}
#popupHome .title_popup span{
    font-weight: 600;
    color: rgb(243, 111, 34);
    font-size: 23px;
    line-height: 23px;
    text-transform: uppercase;
}
#popupHome .modal-body{
    padding: 0;
}

@media (min-width: 1200px) {
    .section-collection-grid .products-view-grid > .row > div {
        width: calc(100% / 5)
    }

    .section-collection-grid .products-view-grid > .row > div:nth-child(5n+1) {
        clear: left
    }
    #popupHome .modal-dialog{
        width: 730px;
    }
}
@media (max-width: 768px) {
    #popupHome .title_popup span{
        font-size: 20px;
    }
    #popupHome .content_main{
        padding: 50px 0 20px 0;
    }
    #popupHome .modal-body .text-center.pl-0{
        padding: 0;
    }
}

@media (min-width: 768px) {
    .section-collection-grid .products-view-grid > .row {
        margin-right: -10px;
        margin-left: -10px
    }

    .section-collection-grid .products-view-grid > .row > div {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width: 767px) {
    .section-collection-grid .products-view-grid > .row {
        margin-right: -7.5px;
        margin-left: -7.5px
    }

    .section-collection-grid .products-view-grid > .row > div {
        padding-right: 7.5px;
        padding-left: 7.5px
    }
}

/*=============================== End module.css ====================================*/

/*=============================== ui-widget tooltip ====================================*/

.ui-widget.ui-widget-content {
    z-index: 101;
    background: #fff;
}

.aside-item .ui-widget.ui-widget-content {
    height: 2px;
    background: #ebebeb;
}

.aside-item .ui-slider-range.ui-corner-all.ui-widget-header {
    background: #333 !important
}

.aside-item .ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -6px !important;
    border: none !important;
    background: #e32124 !important
}

.aside-item .ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 15px;
    width: calc(100% - 14px);
    margin-left: 7px
}

.aside-item .ui-widget.ui-widget-content:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #b7b7b7;
    bottom: -30px;
    left: calc(50% - 5px)
}

/*=============================== End ui-widget tooltip ====================================*/



/*=============================== Product Childs ==========================================================*/
.product-box .swatch-color .swatch-element label{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.product-box .col-variant .swatch .swatch-element.active label,
.product-box .swatch-color .swatch-element label:hover{
    border: 1px solid #b70000 !important;
}
.ui-slider-horizontal .ui-slider-handle{
    cursor: pointer;
}
.filter-item.color{
    padding-right: 6px;
}
.swatch .swatch-element.deactive{
    opacity: .3;
    pointer-events: none;
}
.mssAttributes{
    border: 1px dashed #f88d81;
    color: #f06455;
    padding:10px 15px;
    margin-bottom: 15px;
    display: none;
}
.formAcount{
    margin-top: 20px;
}
.link-shopee {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
}
/*.shopee-mb img{*/
    /*height: 70px;*/
/*}*/

/*=============================== End Product Childs ======================================================*/
#out-stock {
    position: absolute;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    padding: 0 12px 0 8px;
    line-height: 25px;
    text-align: center;
    top: 0px;
    right: 0;
    z-index: 9;
    background-color: #e32124;
    width: 90px;
}
.link-lazada{
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 120px;
    left: 15px;
    z-index: 99999;
}
.link-sendo{
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 180px;
    left: 15px;
    z-index: 99999;
}
.link-shopee{
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 60px;
    left: 15px;
    z-index: 99999;
}
.link-tiki{
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 5px;
    left: 15px;
    z-index: 99999;
}
.hotline-footer {
    height: 45pt;
    width: 60px;
    position: fixed;
    bottom: 22px;
    left: 15px;
    z-index: 99999;
    background: #e32124;
    border-radius: 50%;
}
.hotline-footer img {
    padding: 10px;
}
.banextend img {
    height : 305px;
    width: 100%;
}
.category-desc {
    display: none;
    clear: both;
    text-align: left;
}
@media (max-width: 480px){
    .link-tiki {
        bottom: 240px;
    }
    .banextend img{
        height: 180px !important;
    }

}
.price_slider_wrapper{
    padding-top: 20px;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 55px;
    left: 0;
    z-index: 999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: -15px;
    bottom: 0px;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 160px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@media (min-width: 568px) and (max-width: 1023px){
    .header-content .header_search{
        width: 250px;
    }
}
@media (max-width: 1023px) {
    .header-bottom {
        height: 50px;
    }
    .header-content .header_search{
        margin: 0 auto;
    }
    .header-content .header_search form{
        margin: 0;
    }
    header nav .nav.nav-left{
        display: block;
    }
    .header-content.clearfix.a-center{
        justify-content: center;
    }
}
@media (min-width:1025px ) {
    .hotline-phone-ring-wrap{
        display: none;
    }
}



/*--------------- product detail chọn nhiều size & màu mua cùng lúc -----------------------*/
.d-flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.blk-cart-multiple{
    padding: 15px;
    background: #fff;
    margin: 20px 0 10px;
}
    .blk-mul-product {

    }
        .blk-mul-product .req.color{
            display: flex;
            align-items: center;
            padding: 10px;
            background: #f0f0f0;
        }
            .blk-mul-product .req.color label{
                margin-right: 10px;
            }
            .blk-mul-product .req.color a {
                display: inline-block;
                min-width: 30px;
                min-height: 30px;
                overflow: hidden;
                line-height: 30px;
                border: 1px solid #fff;
                margin-right: 6px;
                transition: all .2s;
                box-shadow: 0 0 0 1px #b8b8b8;
                text-align: center;
            }
            .blk-mul-product .req.color a.active, .blk-mul-product .req.color a:hover {
                box-shadow: 0 0 1px 1px #ff7a00;
            }
                .blk-mul-product .req.color a img{
                    width: 30px;
                    object-fit: scale-down;
                }

        #js-mul-size{
            overflow: hidden;
            transition: max-height .5s ease-in-out;
            background: #fff;
            padding: 10px;
            border: 1px solid #cccccc5c;
        }
            #js-mul-size .ps_items, #js-mul-size .ps_item_title {
                display: flex;
                justify-content: space-between;
            }
            #js-mul-size .ps_item_title {
                text-align: center;
                font-weight: 700;
                font-size: 14px;
                padding: 5px 0 10px;
                border-bottom: 2px solid #bebebe;
            }
                #js-mul-size .ps_item_title div, #js-mul-size .ps_items div {
                    width: 20%;
                    text-align: left;
                }
            #js-mul-size .ps_items {
                padding: 8px 0;
                width: 100%;
                vertical-align: middle;
            }
            #js-mul-size .ps_items.deactive{
                opacity: .4;
            }
            #js-mul-size .ps_items:not(:last-child) {
                border-bottom: 1px solid #bebebe;
            }
                #js-mul-size .mul-qty button{
                    width: 20px;
                    line-height: 22px;
                    height: 25px;
                    border: 0;
                    background: #c3c3c34f;
                    cursor: pointer;
                }
                #js-mul-size .mul-qty button:hover, #js-mul-size .mul-qty button:focus{
                    background: #ff8800;
                    color: #fff;
                }
                #js-mul-size .mul-qty input{
                    width: 40px;
                    height: 25px;
                    min-height: auto;
                    margin: 0;
                    padding: 0px !important;
                    text-align: center;
                }
                #js-mul-size .mul-qty .disabled{
                    pointer-events: none;
                    background: #4444444f;
                }

    .blk-mul-calculator{
        background: #fffde7;
        border: 1px solid #ddd;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
        .blk-mul-calculator .item{
            font-size: 1.6rem;
        }

    @media(min-width: 1200px){
        .blk-cart-multiple>.row{
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .blk-mul-product{
            -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
            max-width: 66.66666667%;
            padding-right: 0;
        }
        .blk-mul-calculator{
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
            max-width: 33.33333333%;
        }
    }

    @media(max-width: 767px){
        .link-shopee{
            bottom: 2%;
        }
        #js-mul-size .ps_item_title .item-status, #js-mul-size .ps_items .item-status{
            display: none !important;
        }

        .blk-cart-multiple{
            padding: 0;
            margin: 0;
        }
        .ps_item_title{
            font-size: 13px;
        }
        .ps_item_title div:not(:first-child), .ps_items div:not(:first-child){
            text-align: center!important;
        }
        .item-total-custom{
            padding: 15px;
        }
        .input_qty{
            width: 50px;
        }
        #js-mul-size .ps_item_title div, #js-mul-size .ps_items div{
            width: 33.3%;
        }
    }
/*--------------- end product detail chọn nhiều size & màu mua cùng lúc -----------------------*/

.header-nav-logo{
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#popupHome .modal-dialog {
    margin-top: 10%;
}

/*STYLE CONTACT ITEM FOOTER*/
.footer-widget .contact-item {
    margin-top:10px;
}

.footer-widget .contact-item a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    margin-right: 5px;
}

.footer-widget .contact-item a:last-child {
    margin-right: 0;
}

.footer-widget .contact-item a i {
    color: #fff !important;
}

.footer-widget .contact-item a:first-child {
    background: #3b5998;
}

.footer-widget .contact-item a.ins-icon {
    background: #c32aa3;
}

.footer-widget .contact-item a.yt-icon {
    background: red;
}

.footer-widget .contact-item a.tw-icon {
    background: #00b6f1;
}

.footer-widget .contact-item a.shopee-icon {
    line-height: unset;
    background: #df4a32;
}
.footer-widget .contact-item a.tiktok-icon{
    background-color: #000;
}
.footer-widget .contact-item a.zalo-icon{
    background-color: whitesmoke;
}

.itemVideo{
    position: relative;
}
.itemVideo img{
    cursor: pointer;
}
.itemVideo i{
    position: absolute;
    color: red;
    font-size: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.imageCategoryMain {
    margin-bottom: 15px;
    width: 100%;
}
.breadcrumb.breadcrumbCategory li:last-child>span i{
    display: none;
}
.breadcrumb.breadcrumbCategory li span{
    color: #898989;
}
.breadcrumb.breadcrumbCategory li:last-child span{
    color: #e32124;
}
.title_review{
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 700;
    background-color: #ccc;
    margin: 15px 0 0 0;
}
.reviewProduct{
    padding: 15px;
    border: 1px solid #ccc;
}
.bodyReview textarea{
    width: 100%;
    border: 1px solid #ccc;
    outline: unset!important;
    padding: 15px;
}
.bodyReview textarea:active, .bodyReview textarea:focus{
    border: 1px solid #ccc;
    outline: unset!important;
}
.bodyReview textarea::placeholder{
    color: #000;
}
#btnRate{
    float: right;
}
#btnRate .btn{
   margin-top: 15px;
}
.reviewBackground.voteView{
    margin-top: 0;
    margin-left: 10px;
}
.reviewBackground li{
    display: inline-block;
}
.reviewBackground li{
    background-image: url("/tp/T0261/img/star.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: cover;
    margin: 0 3px;
    cursor: pointer;
}
.reviewBackground li.voteHover, .reviewBackground li.active{
    background-image: url("/tp/T0261/img/starFill.svg");
}
.commentItem {
    margin: 15px 0;
    position: relative;
    display: flex;
    width: 100%;
}
.reviewProduct .name_user{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #fff;
    color: #e32124;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border: 1px solid #e32124;
}
.rightCommentItem{
    width: calc(100% - 60px);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    position: relative;
}
.rightCommentItem .voteView{
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
}
.infoComment{
    font-size: 15px;
}
.infoComment .date_time{
    font-size: 12px;
    color: #8e8c8c;
}
.bodyReview label{
    font-weight: normal;
}
.reviewProduct .voteView {
    display: flex;
    list-style: none;
    margin-top: 5px;
    align-items: center;
    margin-bottom: 0;
}
.reviewProduct .voteView li {
    padding: 0 5px 0 0;
    color: #868885;
}
.reviewBackground li {
    display: inline-block;
}
.blockReviewProduct{
    display: none;
}
.zalo_icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.zalo_icon img {
    max-width: 100px;
}

.product-box .product-thumbnail:before{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.blog-item-thumbnail:before{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 70%;
}
.product-thumbnail>a,.blog-item-thumbnail>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-thumbnail picture,.blog-item-thumbnail picture{
    height: 100%;
    display: block;
}
.product-thumbnail picture img,.blog-item-thumbnail picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .4s ease-in-out;
}
.product-info .gift {
    text-align: start;
    display: flex;
    margin-top: 5px;
    position: relative;
    font-size: 13px;
}
.product-info .gift i {
    font-size: 22px;
    margin-right: 5px;
    color: red;
}
.product-info .gift .name-gift {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    padding-left: 5px;
}
.item-gift, .name-gift {
    font-size: 13px;
}
.wrap-gift {
    margin-bottom: 10px;
}

.details-pro .fa-gift {
    font-size: 22px;
    color: red;
    margin-right: 10px;
    line-height: 20px;
}
.wrap-gift .text_donate {
    font-weight: bold;
}
.details-pro a.item-gift {
    display: block;
}
.details-pro a.item-gift:hover{
    text-decoration: none;
}

/*promotion*/
.boxPromotionProduct {
    margin-top: 20px;
}

.titlePromotion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
}

.titlePromotion .titleLeft {
    display: flex;
    align-items: center;
}

.wrappImage, .wrappCountdow {
    display: flex;
    align-items: center;
}

.wrappImage .fa-bolt {
    color: #fed238;
    font-size: 32px;
}

.titlePromotion .titleLeft h4 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: .2px;
    font-weight: 900;
    margin: 0 16px 0 4px;
    color: #d9513f;
}

.wrappImage, .wrappCountdow {
    display: flex;
    align-items: center;
}

.titlePromotion .titleLeft .finishTitle {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    letter-spacing: .2px;
    margin-right: 12px;
}

.textCountdown {
    display: none;
}

#countDown {
    text-align: center;
    white-space: nowrap;
}

#countDown div {
    display: inline-block;
    margin-left: 4px;
    position: relative;
    cursor: pointer;
}

#countDown span {
    color: #fff;
    display: inline-block;
    background: #000;
    border-radius: 4px;
    height: 28px;
    font-size: 14px;
    width: 28px;
    padding: 3px 0;
}

.viewMoreFlash a {
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: .2px;
}

.productFlashale {
    padding: 16px 0;
}
.childProducts {
    height: 45px;
}

@media (max-width: 768px) {
    .titlePromotion {
        display: block;
        padding-bottom: 0;
    }

    .titlePromotion .titleLeft {
        justify-content: space-between;
        background: #d9513f;
        padding: 10px 8px 6px;
    }

    .wrappImage .fa-bolt {
        font-size: 20px;
    }

    .titlePromotion .titleLeft h4 {
        font-size: 20px;
        color: #fff;
        line-height: 32px;
        margin: 0 20px 0 4px;
        white-space: nowrap;
    }

    .titlePromotion .titleLeft .finishTitle {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        margin-right: 5px;
        white-space: nowrap;
    }

    #countDown span {
        width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0;
        background: #fed238;
        color: #185137;
        font-weight: 600;
    }
}
