img.lazyloading {
    opacity: 0.01;
}

img.lazyloaded {
    opacity: 1;
}

.deactive {
    pointer-events: none;
    background: #e1e1e1;
}

.title-head {
    font-size: 1.85714em;
    font-weight: 700;
    color: #363636;
    text-decoration: none;
    margin-top: 0
}

.product-box .product-action .action-box {
    width: 20%;
}

h1.title-head {
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: inline-block;
    padding-right: 10px;
    background: #fff
}

.tp_product_betseller {
    display: none;
}

.box-news h4.blog-title {
    height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-news .blog-description-content {
    height: 70px;
}

.content-page-contact ul li i {
    padding-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.subtitle-head {
    font-size: 1.28571em;
    color: #363636;
    margin: 20px 0
}

.product-price {
    color: #673AB7;
    font-size: 1.14286em;
    line-height: 20px;
    font-weight: 400
}

.product-box {
    text-align: left;
    margin-bottom: 14px;
    background: #fff;
    position: relative
}

.product-box .product-thumbnail {
    position: relative
}

.product-box .product-thumbnail > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 340px;
    text-align: center
}
.list-color>div label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    line-height: 1;
}
.list-color label img {
    display: none!important;
}
.list-color .select-swap{
    display: flex;
    justify-content: center;
}
.swatch-element:not(:last-child){
    margin-right: 10px;
}
.color-item.hover-color:before{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    content: "";
    content: "";
    box-shadow: 0px 0px 1px 1px #333;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.color-product{
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
}
.product-box:hover .color-product{
    visibility: visible;
    opacity: 1;

}
@media (max-width: 1199px) {
    .product-box .product-thumbnail > a {
        height: 272px
    }
}

@media (max-width: 991px) {
    .product-box .product-thumbnail > a {
        height: 281px
    }
}

@media (max-width: 767px) {
    .product-box .product-thumbnail > a {
        height: 200px
    }

    .promo-box .info {
        padding-left: 0;
        text-align: center;
    }

    .promo-box .promo-item {
        text-align: center;
        margin: 0;
    }

    #promo.section-padding-sm {
        padding-bottom: 0;
    }

    .title_site.title-cus {
        font-size: 14px ;
        margin-bottom: 10px ;
    }

    .products-view-grid .linkMore {
        margin-bottom: 5px;
    }

    .right-content .promotion-slide {
        margin-top: 15px;
        margin-bottom: 8px;
        padding: 0 15px ;
    }
    .promotion-slide .barScrollCategory-cus.owl-carousel .owl-nav .owl-prev {
        left: -20px ;
    }
    .promotion-slide .barScrollCategory-cus.owl-carousel .owl-nav .owl-next {
        right: -20px ;
    }

    .promotion-slide .barScrollCategory .item a{
        font-size: 14px;
        padding: 5px 14px;
    }
    .promotion-slide .barScrollCategory .item.active {
        border-radius: 18px;
    }

    .promotion-slide .barScrollPromotion.barScrollCategory .item a:after{
        width: calc(100% - 28px) ;
        left: 14px ;
        bottom: 5px;
    }

    .promotion-slide .barScrollCategory .item{
        max-width: 200px;
    }
    .promotion-slide .barScrollCategory .item a:hover{
        border-radius: 18px;
    }
}

@media (max-width: 543px) {
    .product-box .product-thumbnail > a {
        height: 186px
    }
}

@media (max-width: 320px) {
    .product-box .product-thumbnail > a {
        height: 176px
    }
}

.product-box .product-thumbnail a img {
    max-height: 100%;
    object-fit: contain;
}

.product-box .product-info {
    z-index: 10
}

.product-box .product-name {
    font-size: 1em;
    line-height: 18px;
    color: #673AB7;
    font-weight: 400;
    text-transform: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-top: 5px;
    margin-bottom: 4px
}

.formContact input[type=text], .formContact input[type=email] {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #bdb7b7;
    padding: 5px;
    margin-bottom: 10px;
    box-shadow: none;
    height: 100%;
    min-height: inherit;
}

.formContact .btn-send-contact {
    border: 1px solid #bdb7b7;
    background: #fff !important;
    color: #333 !important;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 0;
    font-size: 14px;
}

.formContact textarea {
    border: 1px solid #bdb7b7;
    padding: 5px;
    border-radius: 4px;
}

.product-box .product-name a {
    color: #363636;
    text-decoration: none
}

.ctLeftContent {
    border: 10px solid #eee;
    padding: 20px;
}

.ctRight h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.product-box .product-name a:hover {
    color: #673AB7
}

.product-box .iwishAddWrapper {
    margin: 0
}

.product-box .product-price {
    color: #673AB7;
    font-size: 1.21429em;
    line-height: 23px;
    display: block;
    font-weight: 400;
    margin: 0 10px 0 0
}

.product-box .product-price-old {
    text-decoration: line-through;
    font-size: 1em;
    line-height: 23px;
    display: inline-block;
    color: #adadad
}

.product-box .sale-flash {
    position: absolute;
    font-size: 1em;
    color: #FFF;
    width: 41px;
    height: 41px;
    line-height: 42px;
    font-weight: 700;
    top: 30px;
    right: 10px;
    text-align: center;
    z-index: 99;
    background-color: #673AB7;
    font-size: 12px
}

.product-box .product-summary {
    font-size: 1em;
    color: #acacac;
    line-height: 20px
}

.product-box .product-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-box .product-action form, .product-box .product-action .action-box {
    margin: 0;
    text-align: center;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.product-box .product-action form div .action-item {
    opacity: 0;
    visibility: hidden;
    top: 15px;
    position: relative
}

.product-box .product-action form div .action-item .fa {
    color: #363636;
    font-size: 15px
}

.product-box .product-action form div .action-item:hover .fa {
    color: #fff
}

.product-box .product-action form div .action-item:nth-child(1) {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.product-box .product-action form div .action-item:nth-child(2) {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
    top: 20px
}

.product-box .product-action form div .action-item:nth-child(3) {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    top: 25px
}

.product-box .product-action .action-info {
    padding-top: 20px;
    display: inline-block;
    letter-spacing: -0px
}

.product-box:hover .product-action {
    opacity: 1;
    visibility: visible
}

.product-box:hover .product-action form div .action-item {
    opacity: 1;
    visibility: visible;
    top: 0 !important
}

.product-box.product-box-2 .product-thumbnail > a {
    height: 263px
}

@media (max-width: 1199px) {
    .product-box.product-box-2 .product-thumbnail > a {
        height: 210px
    }
}

@media (max-width: 991px) {
    .product-box.product-box-2 .product-thumbnail > a {
        height: 220px;
    }
}

@media only screen and (max-width: 768px) {
    .menuMobileCurrent {
        float: left;
        width: 85%;
        display: inline-block;
    }

    #header-sticky {
        padding: 10px;
    }

    .navigation-menu > .menu-mobile {
        margin: 0;
        background: none;
        padding: 15px;
    }

    .menu-mobile:after {
        content: "\f0c9" !important;
        font-family: FontAweSome !important;
    }

    #header-sticky.header-main .logo a {
        min-width: 100%;
        margin-top: 0 !important;
    }

    .navigation-menu > ul {
        left: 0;
        right: 0;
    }

    .navigation-menu {
        float: left !important;
        width: 15%;
        position: inherit !important;
    }

    .header-main .menuMobileCurrent > .logo {
        width: 80%;
        text-align: center;
        margin: 0;
    }

    .menuMobileCurrent .sidebar-icon-nav ul li {
        margin: 15px 11px 0;
    }
}

@media (max-width: 767px) {
    #header-sticky {
        padding: 0;
    }

    .navigation-menu > .menu-mobile {
        padding: 14px 25px;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    #boxMenuLeft.mm-menu_offcanvas.mm-menu_opened {
        display: block;
    }

    .product-box.product-box-2 .product-thumbnail > a {
        height: 260px
    }

    .menuMobileCurrent {
        float: left;
        width: 85%;
    }

    .header-main-inner > .navigation-menu {
        float: left;
        position: inherit;
        width: 15%;
    }

    .header-main .menuMobileCurrent > .logo {
        width: 70%;
        padding: 5px 0px;
        display: inline-block;
    }

    .menu-mobile:after {
        font-size: 23px !important;
        top: 10px !important;
    }
}

@media (max-width: 543px) {
    .product-box.product-box-2 .product-thumbnail > a {
        height: 184px
    }
}

@media (max-width: 480px) {
    .header-main .menuMobileCurrent > .logo {
        width: 60%;

    }
}

@media (max-width: 320px) {
    .product-box.product-box-2 .product-thumbnail > a {
        height: 130px
    }

}

.products-view-grid .product-box {
    position: relative;
    /*overflow: hidden;*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.products-view-grid .product-box .product-thumbnail {
    margin: 0px 0 10px;
    overflow: hidden
}

.products-view-grid .product-box .btn-circle {
    width: 44px;
    height: 44px;
    border: none;
    background: #fff;
    line-height: 44px;
    text-align: center;
    padding: 0;
    margin: 0 3px;
    font-size: 13px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
    /*margin: 2px 20px;*/
    display: block;
    margin-bottom: 3px;
}

.products-view-grid .product-box .btn-circle:hover {
    background: #673AB7;
    color: #fff
}

.products-view-grid .product-box .btn-circle .fa-heart {
    line-height: 46px
}

.products-view-grid .product-box .btn-circle.iWishAdded {
    color: #673AB7
}

.products-view-grid .product-box .btn-circle.iWishAdded:hover {
    color: #fff
}

.products-view-grid .product-box .product-info {
    padding: 0 15px 20px
}

.products-view-list .product-box {
    margin-bottom: 30px;
    padding-bottom: 30PX;
    border-bottom: 1px solid #ebebeb
}

.products-view-list .product-box .btn-circle {
    width: 44px;
    height: 44px;
    border: none;
    background: #fff;
    line-height: 44px;
    text-align: center;
    padding: 0;
    margin: 0 3px;
    font-size: 13px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
    margin: 2px 20px
}

.products-view-list .product-box .btn-circle:hover {
    background: #673AB7;
    color: #fff
}

.products-view-list .product-box .btn-circle .fa-heart {
    line-height: 46px
}

.products-view-list .product-box .btn-circle.iWishAdded {
    color: #673AB7
}

.products-view-list .product-box .btn-circle.iWishAdded:hover {
    color: #fff
}

.products-view-list .product-box .iwishAddWrapper {
    padding: 0 14px
}

.products-view-list .product-box .iwishAddWrapper.iWishAdded .fa {
    color: #673AB7
}

.products-view-list .product-box .product-thumbnail {
    text-align: center;
    margin-bottom: 0;
    width: calc(100% / 3);
    float: left
}

.products-view-list .product-box .product-info {
    text-align: left;
    margin-left: 30px;
    float: left;
    width: calc(100% / 3 * 2 - 30px);
    background: transparent;
    border-top: none
}

.products-view-list .product-box .product-name {
    font-size: 1.28571em;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #252525
}

.products-view-list .product-box .product-price {
    margin-bottom: 10px
}

.products-view-list .product-box .product-summary {
    color: #636363;
    margin-bottom: 5px
}

.products-view-list .product-box .product-summary img {
    display: none
}

.products-view-list .product-box .ion-android-cart {
    transform: translateY(1px);
    display: inline-block
}

.product-mini-item {
    padding: 10px 0
}

.product-mini-item:last-child {
    border-bottom: none
}

.product-mini-item .price {
    display: inline-block
}

.product-mini-item .product-img a {
    width: 80px;
    height: 100px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    background: #f9f7f7;
    border: 1px solid #f9f7f7
}

.product-mini-item .product-img a img {
    max-width: 100%;
    max-height: 100%
}

.product-mini-item .product-img a .btn {
    display: none !important;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #673AB7;
    color: #673AB7;
    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: 1em;
    font-weight: 400
}

.product-mini-item .product-info h3 a {
    color: #464646
}

.product-mini-item .product-info h3 a:hover {
    color: #673AB7
}

.product-mini-item .product-price {
    font-weight: 600;
    font-size: 1em
}

.product-mini-item:hover .product-img .btn {
    display: block !important
}

.bread-crumb {
    background: transparent;
    margin-bottom: 40px;
    text-align: center;
    color: #363636;
    text-align: left;
    padding: 12px 0
}

.breadcrumb {
    margin: 0;
    font-size: 1em;
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb li {
    display: inline
}

.breadcrumb li + li:before {
    display: none
}

.breadcrumb li > a {
    font-size: 1em
}

.breadcrumb li > a > span:hover {
    color: #673AB7
}

.breadcrumb li span {
    display: inline
}

.breadcrumb li span .fa {
    font-size: 1em;
    margin: 3px
}

.breadcrumb li strong span {
    color: #673AB7
}

.breadcrumb li.active, .breadcrumb li strong {
    color: #673AB7;
    font-weight: 400;
    font-size: 1em
}

.pagination {
    margin: 24px 0
}

.pagination .page-link {
    float: left;
    margin: 2.5px;
    width: 40px;
    background: #fff;
    text-align: center;
    height: 40px;
    font-size: 1em;
    line-height: 40px;
    padding: 0;
    line-height: 40px;
    color: #363636;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    text-decoration: none
}

.pagination .page-link:hover {
    background-color: #673AB7;
    color: #fff
}

.pagination .page-item.disabled .page-link {
    border: 0;
    display: none
}

.pagination .page-item.active .page-link {
    background-color: #673AB7;
    border-color: #673AB7;
    color: #fff;
    display: block
}

@media (min-width: 1200px) {
    .img1 {
        position: relative;
        overflow: hidden
    }

    .img1 img {
        width: 100%;
        height: auto
    }

    .img1:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(67, 69, 113, 0);
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out
    }

    .img1:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(67, 69, 113, 0);
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out
    }

    .img1:hover:before {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255, 255, 255, 0.5)
    }

    .img1:hover:after {
        height: 0;
        top: 50%;
        bottom: 50%;
        background: rgba(255, 255, 255, 0.5)
    }
}

.details-product .rte {
    color: #898989;
    overflow: hidden;
}

.details-product h1.title-head {
    margin-top: 0;
    font-size: 1.28571em;
    font-weight: 400;
    color: #363636;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.details-product span.line {
    margin: 0 5px;
    transform: translateY(-1px);
    display: inline-block
}

.details-product .masp {
    color: #898989
}

.details-product .detail-header-info {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.details-product .inventory_quantity {
    color: #898989
}

.details-product .inventory_quantity span {
    color: #898989
}

.details-product .large-image img {
    max-width: 100%;
    max-height: 100%
}

.details-product .swiper-button-next {
    right: auto;
    text-align: center;
    left: 33px;
    top: auto;
    bottom: 39px;
    background: none;
    font-size: 20px;
    z-index: 10
}

.details-product .swiper-button-prev {
    z-index: 10;
    right: auto;
    text-align: center;
    left: 33px;
    top: 65px;
    background: none;
    font-size: 20px
}

.details-product .margin .swiper-button-next {
    bottom: -40px
}

.details-product .margin .swiper-button-prev {
    top: -10px
}

.details-product .social-media a {
    margin: 0 5px
}

.details-product .owl-carousel.owl-loaded {
    overflow: hidden
}

.details-product .details-pro .product-price {
    font-size: 1.71429em;
    display: inline-block;
    font-weight: 500
}

.details-product .details-pro .price-box {
    margin: 15px 0 25px;
}

.details-product .details-pro .price-box del {
    color: #adadad;
    font-size: 1.28571em
}

.details-product .box-variant .form-group {
    width: 100%
}

.details-product .box-variant .form-group .selector-wrapper {
    width: 100%;
    padding-right: 0
}

.details-product .box-variant .form-group .selector-wrapper label {
    width: 85px;
    font-weight: 400;
    float: left;
    line-height: 40px
}

.details-product .box-variant .form-group .selector-wrapper select {
    width: calc(100% - 85px)
}

.details-product .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    width: 110px;
    border-radius: 23px;
    margin-right: 10px;
    display: inline-block
}

.details-product .custom-btn-number #qty {
    font-size: 1em;
    margin: 0;
    padding: 0 23px;
    border-radius: 23px;
    text-align: center;
    padding: 0;
    height: 45px
}

.details-product .custom-btn-number .qtyminus {
    position: absolute;
    left: 0px;
    text-align: center;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    cursor: pointer;
    color: #898989
}

.details-product .custom-btn-number .qtyplus {
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    cursor: pointer;
    color: #898989
}

.details-product .form-detail-action {
    width: 100%
}

.details-product .form-detail-action label {
    font-weight: 400;
    min-width: 81px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.details-product .form-detail-action button.btn {
    color: #fff;
    height: 45px;
    width: 260px;
    border-radius: 23px;
    font-size: 14px;
    float: left;
    text-transform: uppercase
}

.details-product .form-detail-action .iwishAddWrapper {
    line-height: 46px;
    width: 45px;
    border-radius: 50%;
    float: left;
    text-align: center;
    border: 1px solid #e1e1e1;
    margin: 0;
    margin-left: 10px
}

.details-product .form-detail-action .iwishAddWrapper.iWishAdded .fa {
    color: #673AB7
}

.details-product .form-wishlist {
    margin: 0;
    right: 30px;
    top: 15px;
    z-index: 10
}

.details-product .form-wishlist a {
    padding: 0;
    border: none;
    color: #898989;
    background: #fff;
    border-radius: 50%;
    line-height: 34px;
    width: 33px;
    height: 33px;
    text-align: center
}

.details-product .form-wishlist a.iWishAdded {
    color: #673AB7
}

.details-product .social-sharing {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0 10px
}

.details-product .review {
    color: #898989
}

.details-product.details-product-2 {
    text-align: center
}

.details-product.details-product-2 .swatch .header {
    text-align: center
}

.details-product.details-product-2 .swatch .swatch-element {
    float: none;
    display: inline-block
}

.details-product.details-product-2 .addthis_inline_share_toolbox_gdwd.f-right {
    float: none !important
}

.details-product.details-product-2 .review {
    margin-bottom: 20px
}

.accordion {
    margin-bottom: 30px
}

.accordion span.caret {
    border: none
}

.accordion li.nav-item {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: none
}

.accordion li.nav-item:last-child {
    border-bottom: 1px solid #e1e1e1
}

.accordion li.nav-item > a {
    display: block;
    line-height: 65px;
    padding: 0;
    font-size: 17px;
    padding: 0 20px
}

.accordion li.nav-item.active > a {
    position: relative
}

.accordion li.nav-item.active .caret .fa:before {
    content: '\f146'
}

.accordion li.nav-item.active .tab-pane {
    padding: 20px;
    border-top: 1px solid #ebebeb
}

.accordion li.nav-item .caret {
    float: right;
    font-size: 2.5em;
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.accordion.dichvu li.nav-item > a {
    background: #673AB7;
    color: #fff
}

.review span.line {
    margin: 0 5px;
    display: inline-block
}

.review span#comment {
    cursor: pointer;
    text-decoration: underline;
    margin-left: 3px;
    text-transform: uppercase;
    display: inline-block
}

.product-image-block {
    position: relative;
    padding-left: 105px
}

.product-image-block.no-thumb {
    padding-left: 0
}

.product-image-block .more-views {
    left: 0;
    top: 0;
    right: auto
}

.product-image-block .large-image > a {
    height: 565px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-image-block.no-thum {
    padding-left: 15px
}

.review-now.inline-block {
    cursor: pointer
}

.more-views {
    max-width: 90px;
    height: 100%;
    position: absolute !important
}

.more-views a.thumb-link {
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.more-views .swiper-slide {
    text-align: center;
    display: flex;
    border: 1px solid #e1e1e1;
    position: relative;
    align-items: center;
    justify-content: center
}

.more-views .swiper-slide.bethua {
    align-items: center
}

.more-views img {
    max-height: 100%;
    width: auto;
    max-width: 80%;
    display: inline-block
}

@media (max-width: 1199px) {
    .product-image-block .more-views {
        position: static !important;
        width: 100%;
        max-width: 100%;
        margin-top: 15px
    }

    .product-image-block {
        padding: 15px
    }

    .more-views img {
        width: 100%;
        max-width: 100%
    }

    .more-views a.thumb-link {
        padding: 0
    }
}

.zoomWindowContainer > div, .zoomContainer {
    z-index: 100 !important
}

.featured-image {
    width: calc(100% - 100px);
    margin-left: 100px
}

.no-thum .featured-image {
    width: 100%;
    margin-left: 0
}

.related-product .heading {
    overflow: hidden
}

.related-product h2 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.related-product h2 a {
    display: inline-block
}

@media (max-width: 767px) {
    .related-product h2 {
        font-size: 23px
    }
}

#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: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.zoomWrapper img {
    position: static !important;
    width: auto !important;
    height: auto !important
}

.zoomWrapper img ~ img {
    display: none !important
}

.product-tab .tab-link {
    padding: 0 40px;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background: #fbfbfb;
    margin: 0 !important
}

@media (min-width: 768px) {
    .product-tab .tab-link {
        float: left
    }
}

.product-tab .tab-link h3 {
    margin: 10px 0;
    font-size: 1.14286em
}

.product-tab .tab-link span {
    font-size: 1.14286em
}

.product-tab .tab-link.current {
    color: #fff;
    position: relative;
    background: #673AB7
}

.product-tab .tab-link.current h3 {
    color: #fff
}

.product-tab .tab-link.current span {
    color: #fff
}

@media (min-width: 768px) {
    .product-tab .tab-link.current:before {
        content: "";
        width: 100%;
        height: 3px;
        background: #673AB7;
        z-index: 99;
        display: block;
        position: absolute;
        left: 0;
        top: -3px
    }
}

.product-tab .tab-content {
    border: 1px solid #e1e1e1 !important;
    display: none;
    clear: left
}

.product-tab .tab-content.current {
    display: block;
    padding: 24px;
    border: 1px solid #e1e1e1 !important;
    min-height: 200px
}

@media (min-width: 768px) {
    .product-tab .tab-content.current {
        margin-top: -7px
    }
}

ul.tabs.tabs-title {
    display: block;
    border-left: 1px solid #e1e1e1
}

.wrap-modal-dv {
    width: 950px;
    background: #fff
}

@media (max-width: 991px) {
    .wrap-modal-dv {
        width: 90vw;
        margin: 0 auto
    }
}

.wrap-modal-dv .modal-title {
    background: #673AB7;
    color: #fff;
    text-align: center
}

.wrap-modal-dv .modal-title h3 {
    color: #fff;
    font-size: 21px;
    line-height: 50px;
    margin: 0;
    font-weight: 500
}

@media (max-width: 375px) {
    .wrap-modal-dv .modal-title h3 {
        font-size: 18px
    }
}

.wrap-modal-dv .modal-content {
    padding: 30px
}

.wrap-modal-dv .modal-content h3 {
    margin-top: 0
}

.wrap-modal-dv .modal-content .price-box {
    color: #673AB7;
    margin: 10px 0 25px;
    padding-top: 0px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.71429em
}

.wrap-modal-dv .input-group.date .input-group-addon {
    cursor: pointer;
    background: transparent;
    border-left: none;
    color: #555;
    border-color: #e1e1e1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.wrap-modal-dv form {
    margin: 0
}

.wrap-modal-dv .btn-full {
    background: #363636
}

@media (max-width: 767px) {
    .wrap-modal-dv .modal-content .price-box {
        margin: 10px 0 25px;
        padding-top: 0px;
        font-size: 20px
    }

    .wrap-modal-dv .modal-content h3 {
        margin-top: 0;
        font-size: 20px
    }

    .wrap-modal-dv .modal-content {
        padding: 15px
    }
}

@media (min-width: 992px) {
    nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
        background: #fff
    }
}

@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
    }
}

@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
    }
}

@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 (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
    }
}

.collection-title {
    font-size: 21px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.view-mode > a {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden
}

.view-mode span {
    font-size: 0
}

.tt span {
    font-size: 13px;
    font-family: Roboto
}

.tt.hidden-sm.hidden-xs {
    display: inline-block
}

.button-view-mode {
    padding: 0;
    margin: 0;
    width: 20px;
    height: 30px;
    box-shadow: none;
    line-height: 30px;
    font-size: 1.14286em;
    color: #ccc
}

.button-view-mode.active {
    color: #363636;
    box-shadow: none
}

.button-view-mode.active a {
    color: #363636
}

.sortPagiBar {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding-bottom: 15px
}

.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
    }
}

@media (max-width: 991px) {
    .blog-main > .row > .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

.blog-item {
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 40px
}

.blog-item:last-child {
    margin-bottom: 0
}

.blog-item .btn {
    border-radius: 20px
}

.date {
    margin: 10px 0 10px;
    font-family: 'Roboto', cursive;
    font-weight: 400
}

.blog-item-name {
    font-weight: 500;
    position: relative;
    font-size: 1em;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 8px
}

.blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: .78571em;
    color: #673AB7
}

.post-time {
    color: #898989;
    font-size: .92857em;
    margin-bottom: 15px
}

.blog-item-summary {
    font-size: .92857em;
    margin-bottom: 10px;
    color: #898989;
    line-height: 20px
}

.blog-item-thumbnail {
    position: relative
}

.blog-aside .btn-link {
    padding-left: 0;
    font-size: 13px;
    color: #898989;
    text-decoration: underline;
    text-transform: inherit
}

.blog-list h5 {
    text-transform: uppercase;
    line-height: 26px;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 5px
}

.blog-list .loop-blog {
    min-height: 80px;
    overflow: hidden;
    padding: 20px 0px;
    border-bottom: 1px solid #ebebeb
}

.blog-list .loop-blog: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 .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: 400;
    position: relative;
    font-size: 1em;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px
}

.blog-list .loop-blog .name-right h3 a {
    font-size: 1em
}

.blog-list .loop-blog .name-right h3:hover a {
    text-decoration: none;
    color: #673AB7
}

.blog-list .loop-blog .name-right .post-time {
    margin-bottom: 0
}

.blog-list .loop-blog .date {
    margin: 10px 0 10px;
    font-family: 'Roboto', cursive;
    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: #673AB7
}

.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.28571em;
    margin: 0 0 15px;
    line-height: 27px
}

.article-main .post-time {
    margin-bottom: 20px
}

.article-main .article-content {
    font-size: 1.14286em
}

.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px
}

.tag-share {
    clear: left;
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    padding-top: 4px;
    line-height: 30px
}

.tag-share .social-media {
    color: #7b7b7b
}

.tag-share .social-media a {
    margin-left: 5px;
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    color: #b1b1b1;
    font-size: 16px
}

.tag-share .social-media a:hover {
    color: #673AB7;
    border-color: #673AB7
}

.tag_article {
    color: #7d7d7d
}

.tag_article .fa {
    margin-right: 5px;
    transform: translateY(1px)
}

.tag_article a {
    color: #7d7d7d
}

.tag_article a:hover {
    color: #363636
}

@media (max-width: 767px) {
    .tag-share > div {
        text-align: left !important
    }
}

.title-form-coment {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Roboto', cursive
}

#article-comments {
    margin-top: 30px
}

#article-comments .article-comment {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

#article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 100px;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden
}

#article-comments .article-comment-user-comment {
    padding-left: 110px;
    word-break: break-word;
    font-size: 1em
}

#article-comments .comment-content {
    font-size: 13px;
    color: #898989
}

#article-comments .user-name-comment {
    margin: 0;
    font-weight: 400;
    font-size: 1em;
    line-height: 1
}

#article-comments .user-name-comment strong {
    font-weight: 400
}

#article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac
}

.social-media {
    font-size: 1em
}

.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-family: 'Roboto', cursive;
    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: 10px
}

.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: #673AB7
}

.page_contact {
    position: absolute;
    z-index: 50;
    background: #fff;
    width: 360px;
    padding: 30px 25px;
    bottom: 7px;
    right: 0;
    border-radius: 10px
}

.page_contact h2 {
    font-size: 21px;
    color: #252525;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 400
}

.page_contact form {
    margin: 0
}

.contact h2 {
    font-size: 21px;
    color: #252525;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: 'Roboto', cursive;
    font-weight: 400
}

.contact .info-contact > p {
    color: #636363
}

.contact .info-contact .widget-menu {
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 1.07143em
}

.contact .info-contact .widget-menu li {
    display: block;
    padding-bottom: 10px
}

.contact .info-contact .widget-menu li .block_icon {
    display: block;
    float: left;
    padding: 0px;
    width: 18px;
    line-height: 1;
    color: #252525;
    margin-left: 2px;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px)
}

.contact .info-contact .widget-menu li p, .contact .info-contact .widget-menu li a {
    display: inline;
    width: calc(100% - 37px);
    line-height: 20px;
    margin: 0px;
    color: #636363
}

.contact .info-contact .widget-menu li a {
    color: #636363
}

.contact .info-contact .widget-menu li a:hover {
    color: #673AB7
}

.contact .info-contact .widget-menu li a.mail {
    color: #0072bc
}

.contact .info-contact .widget-menu li a.mail:hover {
    color: #673AB7
}

.contact-box-info {
    margin: 20px 0 10px
}

.contact-box-info a {
    display: block
}

.contact-box-info a:hover {
    color: #673AB7
}

.contact-box-info .icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    background: #673AB7;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px
}

.title-module-page h2 {
    font-weight: 400;
    font-size: 24px
}

.title-module-page h2 .fa {
    color: #fb7b46
}

.store-des {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px
}

.select_daily {
    padding: 0 0 15px 0px
}

.select_daily select {
    height: 40px;
    border-radius: 20px;
    background-color: #fff !important;
    border-color: #e1e1e1
}

.city-wrapper:hover {
    cursor: pointer
}

.city-wrapper .nano .content:focus {
    outline: none;
    border-color: none
}

.city-wrapper .nano .content .showroom-item {
    padding: 15px 0px;
    border-bottom: solid 1px #e1e1e1;
    overflow: hidden
}

.city-wrapper .nano .content .showroom-item:last-child {
    border-bottom: 0px
}

.city-wrapper .nano .content .showroom-item > span {
    position: relative;
    padding-left: 40px !important;
    margin-bottom: 10px
}

.city-wrapper .nano .content .showroom-item span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #3d454e;
    display: block;
    padding: 5px 0px
}

.city-wrapper .nano .content .showroom-item span .fa {
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: #673AB7;
    position: absolute;
    left: 0;
    top: 1px
}

.city-wrapper .nano .content .showroom-item span span {
    padding: 0px 0px 0px 0;
    display: block;
    margin-left: 0
}

.city-wrapper .nano .content .showroom-item span span a {
    text-decoration: none
}

.city-wrapper .nano .content .showroom-item span span a:hover {
    color: #673AB7
}

.city-wrapper .nano .content .showroom-item span span a:focus {
    color: #673AB7
}

.pd-right {
    padding-left: 0px
}

.main-container {
    min-height: 300px
}

.main-container .col-main {
    float: none;
    width: auto
}

.main-container .col-main .cart .bg-scroll {
    border-top: none;
    margin-top: 10px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none
}

.main-container .col-main .cart .cart-thead {
    font-weight: bold;
    font-size: 13px;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-right: none;
    border-left: none;
    float: left;
    min-width: 600px
}

.main-container .col-main .cart .cart-thead div {
    float: left;
    padding: 27px 0px 10px;
    color: #363636;
    text-align: center;
    font-size: 15px
}

.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
}

.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: 100%;
    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:nth-child(6) {
    padding: 10px 0 6px;
    position: relative
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
    line-height: 26px;
    width: 78px;
    height: 26px;
    display: block;
    text-align: center;
    color: #898989
}

.main-container .col-main .cart .cart-tbody .item-cart .product-image {
    display: block;
    height: auto;
    width: 100%;
    padding: 10px 0;
    flex: 1;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-height: 230px;
    height: 155px;
    text-align: center
}

@media (max-width: 991px) {
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0
    }
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    text-align: left
}

.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 #ddd;
    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;
    color: #673AB7;
    font-weight: 600
}

.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;
    border-radius: 20px
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #363636;
    cursor: pointer;
    padding: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none
}

.main-container .col-main .cart .btn-proceed-checkout {
    background: #673AB7;
    line-height: 35px;
    color: #fff;
    height: 45px;
    padding: 0 50px;
    border-radius: 23px;
    font-size: 15px;
    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: #673AB7
}

.main-container .col-main .cart .totals .inner {
    padding: 0px 0 15px;
    margin-top: 0;
    margin-right: 1px
}

.main-container .col-main .cart #shopping-cart-totals-table tr td {
    border: none;
    padding: 30px;
    padding-bottom: 10px;
    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 {
    font-size: 16px
}

.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-top: 0;
    margin-bottom: 30px
}

.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: #ec0808;
    font-size: 16px
}

.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: 20px;
    top: 18px;
    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
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count.btn-plus {
    left: auto;
    right: 20px
}

.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: 23px;
    font-size: 15px
}

@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 #shopping-cart-totals-table tr td.a-right {
        width: 252px
    }

    .main-container .col-main .cart .totals .inner {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .item-product .title-product-cart-mobile {
        max-width: 150px
    }

    .sign_main {
        background: #f7f8f9;
        margin-top: 40px
    }

    .main {
        border-bottom: solid 1px #ebebeb;
        background: #fff;
        margin-top: 40px
    }

    .main-container {
        margin-top: -40px
    }

    .cart-mobile {
        padding: 10px 0px 0px 0px
    }

    .header-cart {
        padding: 10px 15px 0px;
        border-bottom: solid 1px #ebebeb;
        margin-top: -10px
    }

    .header-cart-content {
        margin-top: 10px
    }

    .header-cart-content .content-product-list {
        min-height: 110px
    }

    .header-cart .title-cart {
        line-height: 10px
    }

    .header-cart-price {
        padding: 18px 15px
    }

    .title-cart h3 {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 40px;
    }

    .title-cart p {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #9c9c9c
    }

    .title-cart a {
        float: right;
        margin-top: -38px;
        color: #673AB7;
        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: #673AB7
    }

    .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 {
        max-width: 115px;
        margin-right: 10px
    }

    .item-product-cart-mobile img {
        max-width: 115px;
        margin-right: 10px
    }

    .select-item-qty-mobile {
        float: right;
        text-align: center
    }

    .title-product-cart-mobile a {
        word-break: break-word;
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #363636
    }

    .select-item-qty-mobile input.qty {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ebebeb;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        outline: medium none;
        padding: 5px 5px 5px 12px;
        width: 41px
    }

    .title-product-cart-mobile p {
        line-height: 2;
        font-size: 14px;
        font-family: Arial, sans-serif;
        color: #898989
    }

    .title-product-cart-mobile span {
        color: #673AB7
    }

    .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: 50px;
        text-align: center;
        margin: 0px;
        padding: 0;
        position: absolute;
        left: 22px;
        min-height: 0
    }

    .item-product .title-product-cart-mobile {
        max-width: 150px
    }

    .title-product-cart-mobile h3 {
        line-height: 1;
        margin: 0
    }

    .main-cart-page {
        min-height: auto !important
    }

    .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
        position: absolute;
        left: -4px;
        top: 0;
        z-index: 100;
        margin: 0;
        padding: 0;
        line-height: 1;
        max-width: 24px !important;
        width: 24px;
        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: -4px;
        top: 0;
        margin: 0;
        padding: 0;
        max-width: 24px !important;
        width: 24px;
        height: 25px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        color: #fff;
        background: none !important;
        color: #000;
        border: solid thin #ddd
    }

    .select-item-qty-mobile > div {
        position: relative;
        width: 74px;
        height: 25px
    }
}

@media screen and (max-width: 375px) {
    .item-product .title-product-cart-mobile {
        max-width: 150px !important
    }
}

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: 950px;
    color: #252525;
    background: #fff
}

@media (max-width: 1400px) {
    #dangky .wrap-modal-login, #dangnhap .wrap-modal-login {
        width: 850px
    }
}

#dangky .wrap-modal-login h5.title-modal, #dangnhap .wrap-modal-login h5.title-modal {
    font-size: 21px;
    font-family: 'Roboto', cursive;
    font-weight: 400;
    color: #252525
}

#dangky .wrap-modal-login .link-popup, #dangnhap .wrap-modal-login .link-popup {
    font-size: 15px
}

#dangky .wrap-modal-login .link-popup a, #dangnhap .wrap-modal-login .link-popup a {
    text-decoration: underline
}

#dangky .content, #dangnhap .content {
    padding: 50px;
    text-align: center
}

#customer_register {
    margin-bottom: 20px
}

#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: #673AB7;
    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: #363636;
    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: #673AB7
}

.page_customer_account .col-main-acount .col-left-account .no-padding {
    padding: 0px
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart {
    border: 1px #e1e1e1 solid;
    font-size: 15px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 37px;
    color: #252525;
    margin-bottom: 30px;
    margin-top: 15px
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default {
    color: #363636;
    text-align: center;
    border: #e1e1e1 thin solid;
    line-height: 1.5;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    background: #ebebeb;
    min-width: 60px
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default tr {
    color: #363636;
    text-align: center;
    border: #e1e1e1 thin solid;
    line-height: 1.5;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    background: #ebebeb;
    min-width: 60px
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default tr th {
    padding: 5px;
    font-size: 14px;
    color: #55595c;
    background-color: #eceeef;
    border-bottom: none
}

.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: #673AB7
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td a:hover {
    color: #673AB7
}

.page_customer_account .col-main-acount .col-right-account .block-account {
    padding: 20px;
    border: 1px #e1e1e1 solid;
    border-radius: 5px
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-title-account {
    color: #dc3333;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-title-account h5 {
    font-size: 18px;
    margin: 0px;
    padding: 0px
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content {
    padding: 0px
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content p {
    margin: 10px 0px;
    line-height: 24px;
    padding: 0px;
    overflow: hidden
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content p .fa {
    width: 20px;
    text-align: center;
    color: #673AB7;
    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: #673AB7;
    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: #673AB7;
    float: right;
    margin-top: -46px
}

@media (max-width: 543px) {
    .page_order_account .top_order_title .order_date a {
        margin-top: 0;
        display: block;
        margin: 0;
        float: none
    }
}

.page_order_account .body_order #order_payment, .page_order_account .body_order #order_shipping {
    padding: 0px
}

.page_order_account .body_order #order_payment .box-header .title-head, .page_order_account .body_order #order_shipping .box-header .title-head {
    margin: 0px;
    padding: 0px;
    font-size: 18px
}

.page_order_account .body_order #order_payment .address p i, .page_order_account .body_order #order_shipping .address p i {
    color: #673AB7
}

.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: #673AB7
}

.page_order_account .content_order .table-responsive .table-cart tbody tr .link:hover a {
    color: #673AB7;
    text-decoration: none
}

.page_order_account .oder_total_monney .totalorders tfoot .order_total .right {
    color: #673AB7;
    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: #673AB7;
    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(/tp/T0194/img/tmp/btn-edit.png);
    background-repeat: no-repeat;
    background-position: center
}

.address-title button.btn-delete {
    background-image: url(/tp/T0194/img/tmp/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: #673AB7;
    color: #fff;
    border: solid 1px #673AB7
}

.address .page_address .btn-bg-addresss:hover {
    background: #fff;
    color: #673AB7;
    border: solid 1px #673AB7
}

.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 {
    padding: 20px;
    overflow: hidden
}

.address .page_address .adr_title .title-head {
    width: 100%;
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px
}

.address .page_address .adr_title .title-head a {
    display: block;
    cursor: pointer;
    color: #673AB7;
    font-size: 1em;
    text-transform: initial;
    font-weight: 300
}

.address .page_address .adr_title .title-head a:hover {
    color: #673AB7;
    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: #673AB7;
    margin-right: 5px
}

.totalorders {
    background: #fff;
    border-color: #e1e1e1
}

.order-headding {
    margin: 0
}

.aside-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1
}


.aside-item .aside-title {
    position: relative
}

.aside-item .aside-title h2 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    padding-right: 10px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif
}

.aside-item .aside-title h2 span {
    text-transform: uppercase
}

.aside-item .nav > li > a {
    padding: 0
}

.aside-item .aside-content {
    margin-top: 10px
}

.aside-item.sidebar-category .nav-item {
    position: relative;
    clear: left;
    font-size: 1em
}

.aside-item.sidebar-category .nav-item a {
    font-size: 1em;
    padding-right: 15px
}

.aside-item.sidebar-category .nav-item .fa {
    position: absolute;
    right: 0;
    top: 10px
}

.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: #673AB7
}

.aside-item.sidebar-category .nav-item.active > .dropdown-menu {
    display: block
}

.sidebar-category .aside-content {
    margin-top: 5px
}

.sidebar-category .aside-content .nav-item {
    position: relative;
    clear: left;
    font-size: 1em;
    padding: 5px 0px 5px 15px
}
.sidebar-category .aside-content .nav-item.active .fa-caret-right:before{
    content: "\f0d7";
}
.sidebar-category .aside-content .nav-item.active ul.cat_childs{
    display: block;
}
.sidebar-category .aside-content .nav-item ul.cat_childs{
    display: none;
}

.sidebar-category .aside-content .nav-item:last-child {
    border-bottom: none
}

.sidebar-category .aside-content .nav-item a {
    font-size: 1em
}

.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
}

.sidebar-category .aside-content .nav-item .nav-item .fa {
    top: 10px
}

.sidebar-category .aside-content .nav-item .nav-item .fa.fa-caret-right {
    top: 10px
}

.sidebar-category .aside-content .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 0
}

.sidebar-category .aside-content .nav-item.active {
    border-bottom: none
}

.sidebar-category .aside-content .nav-item.active > a {
    color: #673AB7
}

.sidebar-category .aside-content .nav-item.active > .dropdown-menu {
    display: block
}

.sidebar-category .aside-content .nav-item:hover > a {
    color: #673AB7
}

.aside-item.aside-mini-list-product .title-head {
    margin-bottom: 10px
}

.aside-item.aside-mini-list-product .product-mini-item {
    padding: 15px 0
}

.aside-item.aside-mini-list-product .product-mini-item h3 {
    margin-bottom: 10px
}

.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: #673AB7
}

.aside-item.aside-mini-list-product .product-mini-item .product-price {
    color: #673AB7;
    font-weight: 400
}

.aside-item.aside-mini-list-product .product-mini-item .sale-price {
    color: #898989
}

.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: #673AB7
}

.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 .aside-content .nav-item {
    padding: 6px 0px 6px 12px;
    border: none
}

.aside-item.sidebar-category.blog-category .aside-content .nav-item .fa.fa-angle-right {
    right: auto;
    left: 0;
    top: 10px
}

.aside-item.sidebar-category.blog-category .aside-content .nav-item .nav-item .fa.fa-angle-right {
    top: 8px
}

.aside-item.sidebar-category.blog-category .aside-content .nav-item .nav-item .nav-item .fa.fa-angle-right {
    top: 9px
}

.ui-widget.ui-widget-content {
    height: 2px;
    background: #ebebeb
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #673AB7 !important
}

.ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: 0px !important;
    border: none !important;
    background: #673AB7 !important
}

.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 25px;
    width: calc(100% - 14px);
    margin-left: 7px
}

#start {
    width: 100px;
    float: left
}

#start input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none
}

#stop {
    width: 100px;
    float: left;
    margin-left: 30px;
    text-align: center;
    position: relative
}

#stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none
}

#stop:before {
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px
}

a#filter-value {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 100px;
    margin-top: 15px
}

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
}

#btnnewreview {
    background: #673AB7 !important;
    border-radius: 3px
}

.wishlist-page-body {
    overflow: hidden;
    margin-top: 25px !important;
    background: #fff;
    position: relative
}

.wishlist-page-body .wishlist-title {
    display: none !important
}

.wishlist-page-body .wishlist-product {
    height: auto !important
}

@media (min-width: 1200px) {
    .wishlist-page-body .wishlist-product:nth-child(5n+1) {
        clear: left
    }
}

.wishlist-page-body .wishlist-clearfix .wishlist-search {
    position: relative;
    width: 35% !important
}

.wishlist-page-body .wishlist-clearfix .wishlist-search #wishlist_search_input {
    position: relative;
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 3px;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.wishlist-page-body .wishlist-clearfix .wishlist-search:after {
    font-family: 'FontAwesome';
    content: "\f002";
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 8px;
    color: #eee
}

.wishlist-page-body .wishlist-clearfix .wishlist-share {
    width: 15% !important;
    margin-top: 3px
}

.wishlist-page-body .wishlist-clearfix .wishlist-display-style {
    float: none !important;
    position: absolute;
    top: 0;
    right: 15px;
    width: 10% !important;
    text-align: right
}

.wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-list-style.active, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-grid-style.active, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-list-style:hover, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-grid-style:hover {
    color: #673AB7 !important
}

.wishlist-page-body .wishlist-list-view {
    padding-top: 15px;
    border-top: solid 1px #eee
}

.wishlist-page-body .wishlist-list-view .wishlist-product {
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb
}

.wishlist-page-body .wishlist-list-view .wishlist-product:last-child {
    border-bottom: none
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
    width: 140px !important
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
    width: calc(100% - 140px - 180px)
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
    color: #231f20 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
    color: #363636 !important;
    font-weight: 300;
    font-size: 17px !important;
    margin: 0px !important
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover {
    color: #673AB7 !important
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover p {
    color: #673AB7 !important
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
    margin: 0px !important;
    color: #673AB7 !important
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
    font-weight: bold !important;
    line-height: 25px !important;
    color: #673AB7 !important;
    margin-right: 10px !important
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
    color: #898989;
    font-weight: 300;
    text-decoration: line-through
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice:before {
    content: " ";
    width: 2px;
    background: #b6b6b6;
    height: 12px;
    position: absolute;
    margin-left: -9px;
    margin-top: 9px
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
    color: #231f20 !important;
    margin: 0px !important
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
    margin-bottom: 0px !important
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
    background-image: none;
    line-height: 24px !important;
    border-radius: 3px !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 400;
    color: #fff !important;
    background: #673AB7 !important;
    border: solid 1px #673AB7 !important;
    padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
    border-color: #673AB7 !important;
    color: #673AB7 !important;
    background: #fff !important
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
    text-align: right
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
    font-size: 11px !important;
    line-height: 24px;
    color: #616161 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin-right: 2px
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    position: absolute;
    margin-left: -20px;
    margin-top: 1px;
    font-size: 14px;
    color: #616161
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
    color: #673AB7 !important;
    text-decoration: none !important
}

.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
    color: #673AB7 !important
}

.wishlist-page-body .wishlist-grid-view {
    padding-top: 15px;
    border-top: 1px solid #ebebeb
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-img {
    height: 200px !important;
    width: 180px !important;
    overflow: hidden
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content {
    text-align: center;
    min-height: 100px;
    padding-top: 7px
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
    color: #363636 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 24px
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
    padding: 0px 5px;
    color: #363636 !important;
    font-weight: 300;
    margin: 0px !important
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
    margin: 0px !important;
    color: #673AB7 !important
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
    font-weight: bold !important;
    line-height: 25px !important;
    color: #673AB7 !important;
    margin-right: 10px !important
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
    color: #898989;
    font-weight: 300;
    font-size: 13px
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice:before {
    content: " ";
    width: 2px;
    background: #b6b6b6;
    height: 12px;
    position: absolute;
    margin-left: -9px;
    margin-top: 9px
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
    color: #898989 !important;
    font-size: 13px;
    margin: 0px !important
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action {
    margin-top: 5px
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
    margin-bottom: 0px !important
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
    background-image: none;
    line-height: 24px !important;
    border-radius: 3px !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 400;
    color: #fff !important;
    background: #673AB7 !important;
    border: solid 1px #673AB7 !important;
    padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
    border-color: #673AB7 !important;
    color: #673AB7 !important;
    background: #fff !important
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
    text-align: center
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
    font-size: 11px !important;
    line-height: 24px;
    color: #616161 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    position: absolute;
    margin-left: -20px;
    margin-top: 1px;
    font-size: 14px;
    color: #616161
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
    color: #673AB7 !important;
    text-decoration: none !important
}

.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
    color: #673AB7 !important
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .wishlist-grid-view .wishlist-product {
        width: calc(100% / 4) !important
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-share {
        width: 18% !important
    }
}

@media screen and (max-width: 991px) {
    .wishlist-page-body .wishlist-clearfix .wishlist-share {
        width: 30% !important;
        margin-top: 3px
    }
}

@media screen and (max-width: 720px) {
    .wishlist-share-select select {
        height: 40px !important;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-display-style {
        float: none !important;
        position: absolute;
        top: 60px;
        right: 15px;
        width: 30% !important;
        text-align: right
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-search {
        position: relative;
        width: 60% !important
    }
}

@media screen and (max-width: 767px) {
    .wishlist-list-view .wishlist-remove {
        margin-top: 7px
    }

    .wishlist-share-select select {
        padding-left: 15px !important
    }

    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
        width: calc(100% - 160px)
    }

    .wishlist-list-view .wishlist-product-btn, .wishlist-list-view .wishlist-sold-out-btn {
        display: block;
        width: 45% !important
    }

    .article-main .postby .post_name {
        width: 100%;
        float: left
    }

    .wishlist-page-body .wishlist-clearfix .wishlist-search {
        width: 100% !important
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .wishlist-grid-view .wishlist-product {
        width: calc(100% / 3) !important
    }

    .inline-block.account-dr.hidden-sm {
        display: none !important
    }
}

@media screen and (min-width: 581px) and (max-width: 767px) {
    .wishlist-grid-view .wishlist-product {
        width: calc(100% / 2) !important
    }
}

@media screen and (max-width: 580px) {
    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
        width: 100% !important;
        margin-top: 10px
    }

    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
        width: 100% !important;
        height: auto
    }

    .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
        border-color: #673AB7 !important;
        color: #673AB7 !important;
        background: #fff !important;
        width: auto !important
    }

    .wishlist-grid-view .wishlist-product {
        width: calc(100% / 1) !important
    }
}

@media screen and (max-width: 580px) and (max-width: 500px) {
    .products-view-list .product-box .product-info {
        width: calc(100% / 3 * 2 - 15px)
    }
}

.zoomLens {
    z-index: 100 !important
}

div#datetimepicker2 .btn {
    margin-top: -10px
}

div#datetimepicker2 .btn span {
    background: none !important;
    line-height: 20px !important
}

.showstt {
    padding: 0 20px;
    height: 40px;
    border: 1px solid #ebebeb;
    line-height: 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    background-image: url(/tp/T0194/img/tmp/ico-select.png) !important
}

.dq-filterxx .filter-group ul {
    max-height: 265px;
    overflow-y: auto;
    border: 1px solid #ebebeb;
    padding: 20px
}

.top-cart-content.hidden-md.hidden-sm.hidden-xs:before {
    position: absolute;
    width: 200px;
    height: 30px;
    content: "";
    display: block;
    right: 0;
    top: -30px
}

li.menudon.menu-dropdown-icon {
    position: relative
}

li.menudon.menu-dropdown-icon .fa {
    line-height: 26px;
    float: right
}

li.menudon.menu-dropdown-icon ul.nav-dropdown {
    width: 350px;
    margin: 0;
    padding: 0;
}

li.menudon.menu-dropdown-icon ul.nav-dropdown .nav-dropdown-grid {
    width: 100%
}

li.menudon.menu-dropdown-icon ul.nav-dropdown a {
    padding: 6px 15px
}

li.menudon.menu-dropdown-icon .nav-item-lv2:hover .dropdown-menu {
    display: block
}

li.menudon.menu-dropdown-icon li.dropdown-submenu.nav-item-lv2 {
    position: relative;
}

@media (min-width: 720px) {
    li.menudon.menu-dropdown-icon li.dropdown-submenu.nav-item-lv2 {
        position: relative;
        float: left;
        width: 50%;
    }

    li.menudon.menu-dropdown-icon li.dropdown-submenu.nav-item-lv2.fixwidth {
        width: 100% !important;
        text-align: left;
    }

    li.menudon.menu-dropdown-icon li.dropdown-submenu.nav-item-lv2:hover {
        background: #eee;
    }

}

li.menudon.menu-dropdown-icon li.dropdown-submenu.nav-item-lv2 .dropdown-menu {
    width: 220px;
    left: 100%;
    top: 0;
    border-radius: 0
}

@media (max-width: 991px) {
    li.menudon.menu-dropdown-icon ul.nav-dropdown {
        width: 100%;
        margin: 0;
        padding: 20px 0
    }

    li.menudon.menu-dropdown-icon ul.nav-dropdown .nav-item-lv2 a {
        border: none;
        text-transform: initial;
        font-weight: 600;
        font-size: 14px;
        color: #333
    }

    li.menudon.menu-dropdown-icon li.dropdown-submenu.nav-item-lv2 .dropdown-menu {
        display: block;
        width: 100%;
        position: static;
        border: none
    }

    li.menudon.menu-dropdown-icon li.dropdown-submenu.nav-item-lv2 .dropdown-menu a {
        font-weight: 400
    }
}

div.section-content {
    overflow: hidden;
}

/*.f ul li{*/
/*padding-left: 300px;*/
/*}*/
.form-group .form-control {
    margin-bottom: 5px;
    width: 50% !important;
}

.btns.text-center {
    padding-left: 10px;
}

.overlay-p {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.product-box .product-action .action-box {
    z-index: 9;
}

.choosesize {
    background: #673ab7;
    display: inline-block;
    color: #fff;
    padding: 5px 6px;
    margin-bottom: 15px;
    cursor: pointer;
}

.category-banner img {
    width: 100%;
    max-width: 100%;
}

.lstLocation .address-map {
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.header-main .logo-main {
    max-height: 40px;
}

.input-group {
    display: block;
}

#contactFormSubmit {
    background: #00d69b;
    width: 100%;
    height: 40px;
    color: white;
    border-radius: unset;
    font-size: 16px;
    font-weight: 500;
}

#mc-embedded-subscribe-form {
    padding: 0 45px;
}

.newsletter-title {
    color: #0000009e;
    padding-top: 20px;
}

.popup {
    padding: 0;
}

.fancybox-item.fancybox-close {
    width: 35px;
    height: 35px;
    top: -20px;
    right: -10px;
    background: url('/js/jquery/fancybox-2.1.5/source/fancybox_sprite.png') !important;
}

@media (max-width: 767px) {
    .fb_iframe_widget iframe {
        bottom: 115pt !important;
    }

    .fb_customer_chat_bubble_animated_no_badge {
        bottom: 78pt !important;
    }

    .tab-content .fb_iframe_widget iframe, .social-sharing .fb_iframe_widget iframe {
        bottom: unset !important;
    }
}

#searchFolding {
    position: absolute;
    top: 100%;
    left: 1%;
    width: 96%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 1;
}

#searchFolding a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    color: #7e7e7e;
}

#searchFolding a:hover {
    color: #e60f1e;
}

.show-on-mobile {
    overflow-y: auto;
    height: 300px;

}

@media (min-height: 700px) {
    .show-on-mobile {
        overflow-y: auto;
        height: 500px;

    }
}

@media screen and (max-width: 400px) {
    .sale-flash {
        width: 35px !important;
        height: 35px !important;
        margin: -8px;
    }
}

.sale-flash {
    border-radius: 50%;
}

.section-title .inline-block p {
    display: inline-block !important;
}

.image-product {
    display: none;
}

.aside-filter #slider-range {
    margin: 15px 0;
    height: 8px;
    background: #dae1e8;
    border: none;
    border-radius: 0;
}

#slider-range .ui-widget-header {
    background: #c4996b !important;
}

#slider-range .ui-slider-handle {
    width: 7px !important;
    height: 12px !important;
    background: #a6a6a6 !important;
    border: none !important;
    margin-left: -4px !important;
    cursor: pointer !important;
    top: 4px !important;
    border-radius: 2px 2px 0 0 !important;
}

#slider-range .ui-slider-handle::after {
    content: '';
    background-color: #a6a6a6;
    position: absolute;
    bottom: -3px;
    left: 1px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#slider-range .ui-slider-handle::after {
    content: '';
    background-color: #a6a6a6;
    position: absolute;
    bottom: -3px;
    left: 1px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tab-content .owl-stage .owl-item:nth-child(10) {
    display: none;
}

@media (max-width: 767px) {
    .box-utility span p {
        font-weight: 700;
        margin: 0;
        font-size: 12px;
        color: #333;
        text-align: center;
    }
}

.link-shopee {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
}

.link-shopee.shopee-mb {
    bottom: 70px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    font-size: 0;
}

@media screen and (min-width: 768px){
    .system_store{
        float: right;
    }
}
.list-store ul li a{
    height: 100%;
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    white-space: inherit;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.wrapper-dropdown.list-store{
    max-height: 440px !important;
}
.outstock {
    position: absolute;
    top: 30px;
    background: #673ab7;
    border-color: #673ab7;
    color: #fff;
    padding: 5px;
    left: 0;
    z-index: 10;
}

/*custome css for promotion page and slide promotion*/
.linkMore {
    color: #f47435;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
}

.linkMore:hover {
    color: #673ab7;
}

.title-cus {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
    text-align: center;
    color: #f47435;
}

.icon-cus:first-child {
    margin-left: 5px;
}

.icon-cus {
    font-size: 15px;
    font-weight: 700;
}

.promotion-slide {
    padding: 0 30px;
}

.barScrollCategory .item{
    text-align: center;
    max-width: 350px;
    position: relative;
    overflow: hidden;
}
.barScrollCategory-cus.owl-carousel .owl-nav .owl-prev:hover,
.barScrollCategory-cus.owl-carousel .owl-nav .owl-next:hover {
    background: #673ab7 !important;
    color: #fff !important;
}

.barScrollCategory-cus.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}

.barScrollCategory-cus.owl-carousel .owl-nav .owl-next {
    right: -40px;
}

.barScrollCategory .item.active a{
    color: #fff;
}
.barScrollCategory .item a{
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    display: block;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}
.barScrollCategory .item a:hover{
    color: #fff;
}
.promotion-slide .barScrollCategory .owl-stage{
    min-width: 100%;
    white-space: nowrap;
}
.promotion-slide .barScrollCategory.owl-carousel .owl-item{
    display: inline-block;
    float: unset;
}
.promotion-slide .barScrollCategory.owl-theme .owl-nav .disabled{
    display: none;
}
.promotion-slide .barScrollCategory.owl-carousel .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    z-index: 1;
    color: #000;
    font-size: 30px;
    margin: 0;
}
.barScrollCategory.owl-carousel .owl-nav .owl-next{
    color: #fff !important;
    right: -40px;
}
.barScrollCategory.owl-carousel .owl-nav .owl-prev{
    left: -40px;
    color: #fff !important;
}
.promotion-slide .barScrollCategory.owl-theme .owl-nav [class*=owl-]:hover{
    color: #000;
}

.promotion-slide .barScrollPromotion.barScrollCategory .item.active{
    background: #dd3b22;
    border-radius: 0;
    position: relative;
}

.promotion-slide .barScrollPromotion.barScrollCategory .item.active a{
    color: #fff;
}
.promotion-slide .barScrollPromotion.barScrollCategory .item a{
    color : #dd3b22;
}
.promotion-slide .barScrollPromotion.barScrollCategory .item a:hover{
    background-color: #dd3b22;
    color: #fff;
}
.barScrollPromotion.barScrollCategory .item a:after {
    content: "";
    display: inline-block;
    width: calc(100% - 20px);
    left: 10px;
    height: 1px;
    background: #dd3b22;
    position: absolute;
    bottom: 12px;
}
.promotion-slide .maquejs, .maquejsAnimation{
    white-space: nowrap;
}
.promotion-slide .title_category_load.activeMq .maquejs, .item.activeMq .maquejs2{
    opacity: 0;
}
.promotion-slide .maquejsAnimation{
    display: none!important;
    visibility: hidden;
    opacity: 0;
}

.promotion-slide .item.activeMq .maquejs2 {
    opacity: 0;
}
.maquejs, .maquejsAnimation{
    white-space: nowrap;
}
.title_category_load.activeMq .maquejs, .item.activeMq .maquejs2{
    opacity: 0;
}
.maquejsAnimation{
    display: none!important;
    visibility: hidden;
    opacity: 0;
}
.promotion-slide .item.activeMq .maquejsAnimation {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    animation-duration: 7s;
    animation-name: maqueACustom;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: inline-block!important;
    visibility: visible;
    opacity: 1;
}
@keyframes maqueACustom {
    0% {
        left: 10px;
        right: auto;
    }
    49% {
        left: 10px;
        right: auto;
    }
    50% {
        left: calc(10px - 5%);
        right: auto;
    }
    60% {
        left: calc(10px - 20%);
        right: auto;
    }
    70% {
        left: calc(10px - 35%);
        right: auto;
    }
    80% {
        left: calc(10px - 50%);
        right: auto;
    }
    90% {
        left: calc(10px - 65%);
        right: auto;
    }
    100% {
        left: calc(10px - 80%);
        right: auto;
    }
}