@import url('https://fonts.googleapis.com/css?family=Courgette|Lato|Raleway:400,500,600,700,900');
img {

    max-width: 100%;
}
ul, ol {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
body{
    background-color: #f0f0f0;
}
.topbar img {
    height: 95px;
}
.awe-section-2 {
    margin-bottom: 0px;
}
.e-tabs {
    margin-top: 45px;
}
.section_tab_product .tabs-title {
    margin-bottom: 18px;
    padding-left: 0;
}
.section_tab_product .tabs-title {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.section_tab_product .tabs-title li:first-child a{
    border-left: none;
    padding-left: 0;
}
.section_tab_product .tabs-title li a {
    text-transform: uppercase;
    font-family: 'Noto Bold';
    font-size: 21px;
    background: transparent;
    width: unset;
    padding: 0px 16px;
    height: unset;
    line-height: 26px;
    color: #a1a1a1;
    border-left: 2px solid #f86b47;
    text-decoration: none;
}
.section_tab_product .tabs-title li.current a {
    color: #f86b47 !important;
    background: transparent;
}
.section_tab_product .tab-content {
    clear: left;
    padding: 0px;
    border-left: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
}
.tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.hightlight-area {
    border: 1px solid #e1e1e1;
    border-right: unset;
}
.area-hightlight-sales-actions {
    position: absolute;
    right: 15px;
    top: 0;
}
.area-hightlight-sales-action-detail {
    color: #929292;
}
.product-hightlight {
    width: 100%;
    border-right: #e1e1e1 thin solid;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
}
.product-hightlight .image-product {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 223px;

}
.product-hightlight .image-product a {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 222px;
}
.product-hightlight .image-product img {
    max-width: 100%;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-height: 100%;
}
.product-hightlight .image-product img:hover {
    -moz-transform: scale(1.11);
    -o-transform: scale(1.11);
    -ms-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    transform: scale(1.11);
}

.product-hightlight .product-info {
    text-align: left;
    height: 120px;
    padding-top: 10px;
}
@media (max-width: 400px) {

}
.product-hightlight .product-name {
    color: #252525;
    margin: 0 0;
    font-size: 14px;
    padding: 0 5px;
    line-height: 1.5;
}
.product-hightlight .product-name h3{
    text-decoration: none;
}
.product-hightlight .product-name:hover, .product-hightlight .product-name:focus {

    color: #f86b47;
}
.alanti-product-reviews-badge {
    margin: 5px auto 0 !important;
}
.product-hightlight .alanti-product-reviews-badge .alanti-product-reviews-star i {
    font-size: 12px !important;
}
.alanti-product-reviews-badge .alanti-product-reviews-star {
    display: block;
    margin: 0px auto;
}
.cancel-on-png:before, .cancel-off-png:before, .star-on-png:before, .star-off-png:before, .star-half-png:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "raty";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}
.alanti-product-reviews-badge p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.product-hightlight .product-price {
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0 15px;
    margin-top: 10px;
}
.product-hightlight .product-price .last-price {
    font-size: 15px;
    color: #f00;
}
.product-hightlight .product-action {
    height: 65px;
    padding: 9px 7.5%;
}
.area-btn-addcart {
    width: 79%;
    float: left;
}
.flexslider{
    margin: 0 0 10px !important;
}
.product-hightlight .product-action .add-cart {
    line-height: 38px;
    float: right;
    margin-right: 2px;
    width: 100%;
    cursor: pointer;
    height: 38px;
}
.product-hightlight .product-action button {
    background-color: #f5f6f6;
    border: 1px solid #e1e1e1;
    color: #707070;
    text-align: center;
}
.product-hightlight .product-action button:hover {
    background-color: #f86b47;
    border: 1px solid #f86b47;
    color: #fff;
}
.area-btn-quickview {
    width: 21%;
    float: right;
    cursor: pointer;
}
.product-hightlight .product-action .quick-view {
    /* padding: 8px 12px; */
    float: left;
    margin-left: 2px;
    width: 100%;
    height: 38px;
    line-height: 35px;
}
.product-hightlight .product-action a {
    background-color: #f5f6f6;
    border: 1px solid #e1e1e1;
    color: #707070;
    text-align: center;
}
.owl-carousel-hightlight i {
    vertical-align: -1px;
}
.product-hightlight .product-action a:hover {
    background-color: #f86b47;
    border: 1px solid #f86b47;
    color: #fff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color: inherit !important;
}
.nav-tabs>li>a:hover {
    border-color: inherit!important;
    background-color: inherit !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color: #fd4525;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs>li>a{
    border: none;
}
.nav-tabs{
    border: none;
}
.first-price {
    font-size: 12px;
    color: #b2b2b2;
    text-decoration: line-through;
}
.awe-section-3 {
    margin-bottom: 15px;
}
.area-product {
    margin-bottom: 10px;
}
.area-product-left {
    width: 228px;
    float: left;
}

.list-category-index-header {
    height: 50px;
    font-family: 'Noto Bold';
    font-size: 16px;
    color: #fff;
    padding-left: 19px;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
}
.block-color-1 {
    background-color: #a0cb00;
}
.list-category-index-header h2 {
    font-family: 'Noto Bold';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
}
.list-category-index-detail {
    height: 122px;

    border-top: unset;
    overflow: hidden;
}
.area-product-header{
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}
.list-category-slimscroll{
    border-top: unset;
    overflow: hidden;
}
.list-category-index-detail ul {
    list-style-type: none;
    padding-left: 18px;
    margin-top: 14px;
}
.list-category-index-detail ul li {
    line-height: 27px;
}
.list-category-index-detail ul li a{
    color: #222222;
    font-size: 15px;
}
.list-category-index-detail ul li a:hover{
    color: #f86b47;
}
.list-category-index-detail ul li i {
    margin-right: 3px;
    vertical-align: 1px;
}
.area-product-right {
    width: calc(100% - 228px);
    float: right;
}
.product-header-img {
    border-bottom: 1px solid #e1e1e1;
}
.area-product-left {
    width: 228px;
    float: left;
}
.top-sales {
    border-left: 1px solid #e1e1e1;
}
.top-sales-header {
    height: 52px;
    color: #e95b00;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Noto Bold';
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    padding-left: 19px;
    line-height: 50px;
}
.top-sales-detail {
    background-color: #fff;
}
.top-sales-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0;
}
.top-sales-item-image {
    width: 98px;
    float: left;
    height: 98px;
}
.top-sales-item-image img {
    max-width: 100%;
    max-height: 100%;
}
.top-sales-item-info {
    padding-left: 104px;
}
.top-sales-item-info .product-name {
    margin-top: 12px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2F353E;
}
.top-sales-item-info a:hover{
    text-decoration: none;

}
.top-sales-item-info .product-name:hover{
    color: #f86b47 ;
}
.top-sales-item-info .alanti-product-reviews-badge .alanti-product-reviews-star i {
    font-size: 11px !important;
}
.top-sales-item-price {
    font-weight: bold;
    font-family: 'Noto Bold';
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
}
.list-product-right {
    width: 100%;
    border-left: 1px solid #e1e1e1;
}
.sao{
    text-align: center !important ;
}
.block-color-2 {
    background-color: #fea400;
}
.block-color-3 {
    background-color: #f86b47;
}
.awe-section-4 {
    margin-bottom: 20px;
}
.list-brand {
    margin-top: 18px;
    height: 130px;
    padding-top: 13px;
}
.awe-section-5 {
    margin-bottom: 0;
}
.area-introduction {
    background-color: #222222;
    padding-top: 47px;
    padding-bottom: 35px;
}
.customer-comment-left {
    width: 72px;
    float: left;
}
.avatar-customer img {
    width: 72px !important;
    height: 72px !important;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 0px !important;
}
.customer-comment-right {
    margin-left: 78px;
}
.comment-detail {
    margin-left: 10px;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50px;
    word-wrap: break-word;
}
.customer-name {
    color: #fff;
    font-size: 15px;
    margin-top: 2px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 0;
}

.register-email hr {
    border-top: 1px solid #363636;
}
.register-email-title {
    font-size: 15px;
    color: #fff;
    margin-top: 2px;
}
.box-register-email {
    position: relative;
}
form {
    margin-bottom: 0px;
}


.owl-carousel .owl-item img{
    display: block;
    width: inherit;
    padding: 0px;
}
.breadcrumb {
    padding: unset;
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-top: 10px;
    padding-left: 0;
}
.breadcrumb li a:hover span, .breadcrumb li.active, .breadcrumb li strong {
    color: #f86b47;
    font-weight: 400;
}
.breadcrumb li a{
    color: #adadad;
}
.breadcrumb li a:hover{
    color: #f86b47;
    text-decoration: none;
}
.list-blog {
    margin-top: 20px;
}
.title-page {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    margin: 0px;
    color: #000;
    background-color: #fff;
    padding: 20px 10px;

}

.margin-top-0 {
    margin-top: 0px !important;
}
.article {
    margin-bottom: 60px;
    /* height: 455px; */
}
.article-img {
    overflow: hidden;
}
.article-img img {
    max-width: 100%;
    max-height: 100%;
}
.article-img a img{
    position: absolute;
    left: 0;
    min-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
}
.article-img a{
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
    padding-bottom: 60%;
}
.article-info {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50px;
    word-wrap: break-word;
}
.article-name {
    font-weight: bold;
    color: #2d2d2d;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-name:hover{
    color: #f86b47;
    text-decoration: none;
}
.article-date-create {
    margin-top: 12px;
    color: #a9a9a9;
}
.name-admin {
    color: #2d2d2d;
}
.article-date-create .line {
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #e3e4e4;
    margin-left: 10px;
    margin-right: 10px;
}
.article-des {
    margin-top: 15px;
    color: #696969;
    line-height: 25px;
    position: relative;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
.article-action {
    margin-top: 30px;
    color: #f86b47;
    text-transform: uppercase;
}
.article-action a {
    color: #f86b47;
}
.article-action i {
    margin-left: 18px;
}
.side-bar h2 {
    font-family: 'Noto Bold';
    text-transform: uppercase;
    font-size: 20px;
}
.blogs-cate-info {
    margin-top: 5px;
}
.blogs-cate-info ul {
    padding-left: 0;
    list-style-type: none;
}
.blogs-cate-info ul li {
    line-height: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0 0 20px;
    position: relative;
}
.blogs-cate-info ul li a {
    cursor: pointer;
}
.blogs-cate-info ul li i {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 20px;
}
.blogs-cate-info ul li a{
    color: #2F353E;
    text-decoration: none;
}
.blogs-cate-info ul li a:hover{
    color: #f86b47;
}
.list-top-blogs {
    margin-top: 25px;
}
.list-top-blogs ul {
    padding-left: 0;
    list-style-type: none;
}
.list-top-blogs ul li {
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}
.list-top-blogs .blog-img {
    width: 100px;
    background-color: #dadada;
    float: left;
    max-height: 67px;
}
.list-top-blogs .blog-info {
    margin-left: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50px;
    word-wrap: break-word;
}
.blog-info .b-name {
    font-weight: bold;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-top: 0;
    line-height: 1.5;

}
.blog-info .b-name a{
    color: #2F353E;
}
.blog-info .b-date {
    color: #a9a9a9;
}
.blog-info .b-name a:hover{
    text-decoration: none;
    color: #f86b47;
}
.list-tag {
    margin-top: 25px;
}
.list-tag a{
    text-decoration: none;
    color: #222222;
}
.list-tag a:hover{
    color: #f86b47;
}
.blog-img a img {
    width: 100px !important;
    height: 67px !important;
}

.line-end {
    margin-top: 39px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 24px;
}
.article-main {
    margin-top: 23px;
    margin-bottom: 23px;
}
.article-image {
    margin-bottom: 18px;
}
.title-head {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-decoration: none;
}
.article-main .postby {
    font-size: 1.14286em;
    line-height: 1.71429em;
    color: #676767;
    margin-bottom: 10px;
}
.postby {
    margin-top: 5px;
}
.article-details {
    margin-top: 15px;
    padding-bottom: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.article-main .article-content {
    font-size: 1.14286em;
}

.article-content {
    color: #696969;
}
.rte p a{
    text-decoration: none;
    color: #222222;
}
.rte p a:hover{
    color: #f86b47;
}
.tag_article {
    margin-top: 35px;
}
.tag_article span {
    text-transform: uppercase;
    color: #2d2d2d;
    margin-right: 7px;
}

.inline {
    display: inline !important;
}
.tag_article a {
    margin-right: 10px;
    color: #b4b5b5;
}
.tag_article a:hover {
    color: #f86b47;
    text-decoration: none;
}
.article-social {
    text-align: right;
}
.buttons-share {
    margin-top: 35px;
}
.buttons-share span {
    text-transform: uppercase;
    color: #2d2d2d;
    margin-right: 7px;
}
.buttons-share a{
    color: #222222;
}
.buttons-share i {
    margin-left: 7px;
    margin-right: 7px;
    color: #a9a9a9;
    font-size: 16px;
}
.buttons-share a i:hover{
    text-decoration: none;
    color: #f86b47;
}
.article-wraper .article-main .blog_related {
    background-color: #f8f8f8;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 5px;
}
.blog_related h2 {
    color: #222;
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog_related .blog_entry h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.blog_related .blog_entry h3 a {
    font-size: 14px;
    color: #222;
    display: table;
}
.blog_related .blog_entry h3 a i {
    display: table-cell;
    width: 15px;
}
.blog_related .blog_entry h3 a:hover{
    text-decoration: none;
    color: #f86b47;
}
.article-content p img{
    width: 100%;
}
@media (max-width: 992px){

    .logo-mobile img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto auto;
    }
}
.category .panel-group {
    margin-bottom: 50px;
}
.side-bar .category .panel-group .panel-mod {
    border-radius: 0px;
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.side-bar .category .panel-group .panel-heading {
    padding: 25px 0;
    border-bottom: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    font-weight: bold;
    position: relative;
}
.side-bar .category .panel-group .panel-heading .panel-title {
    font-size: 14px;
    font-weight: bold;
    padding-right: 20px;
    position: relative;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.side-bar .category .panel-group .panel-heading .panel-title a {
    margin-right: 18px;
}
a:hover, a:active, a:focus{
    color: #db4a39;
    text-decoration: none;
}
.side-bar .category .panel-group .panel-heading .panel-title span {
    padding: 12px 15px;
    float: right;
    margin-right: -23px;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    display: table;
}
.side-bar .category .panel-group .panel-body {
    padding: 0;
}
.panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.side-bar .category .panel-group .panel-body ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.side-bar .category .panel-group .panel-body ul li {
    line-height: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    padding-left: 30px;
    position: relative;
}
.side-bar .category .panel-group .panel-body ul li i {
    font-size: 7px;
    vertical-align: 3px;
    margin-right: 12px;
    position: absolute;
    left: 15px;
    top: 29px;
}
.panel-body li a{
    color: #222222;
}
.panel-body li a:hover{
    color: #db4a39;
}
.side-bar .top-products {
    margin-top: 70px;
}
.side-bar .top-products ul {
    padding: 0;
    list-style-type: none;
}
.side-bar .top-products ul li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 20px;
}
.top-product {
    padding-left: 5px;
}
.top-product-img {
    width: 85px;
    height: 85px;
    float: left;
    background-color: #e1e1e1;
    overflow: hidden;
}
.top-product-img img {
    max-width: 100%;
    max-height: 100%;
}
.top-product-detail {
    margin-left: 100px;
}
.top-product-detail .product-name {
    text-overflow: ellipsis;
    color: #252525;
    margin: 0;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
}
.top-product-detail .alanti-product-reviews-badge {
    margin: 0 !important;
}
.top-product-detail .alanti-product-reviews-badge .alanti-product-reviews-star {
    padding: 0 !important;
}
.top-product-detail .alanti-product-reviews-badge .alanti-product-reviews-star i {
    font-size: 11px !important;
}
.top-product-detail .product-price {
    font-family: 'Noto Bold';
    margin-bottom: 0px;
    margin-top: 9px;
}
.top-sales-item-price {
    font-weight: bold;
    font-family: 'Noto Bold';
    margin-top: 5px;
    margin-bottom: 0;
}
.top-product-detail .product-price .line {
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #ebebeb;
    margin: 0 10px;
}
.top-product-detail .product-price .first-price,.product-info-right .first-price {
    font-size: 12px;
    color: #b2b2b2;
    text-decoration: line-through;
}
.side-bar .top-products ul li:last-child {
    border-bottom: unset;
}

.large-image {
    padding: 0 3px;
}
.pro-name {
    font-size: 24px;
    color: #3e3e3e;
    margin-top: 0;
    line-height: 1.3;
    font-weight: normal;
}
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    float: left;
}
.rating > span {

}
.rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
}
.rating > i:hover:before, .rating > i:hover ~ i:before {
    content: "\f005";
    color: yellow;
}
.inventory_quantity {
    float: left;
    margin-left: 20px;
}
.pro-price {
    margin-top: 15px;
}
.top-sales-item-price .first-price{
    font-size: 11px;
}
.top-sales-item-price .last-price {
    font-size: 13px;
}
.last-price {
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    color: #d0021b;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: bold;
}
.sale-price {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    text-decoration: line-through;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 5px;
}
.sale-price>b {
    font-size: 14px;
    display: inline-block;
    vertical-align: text-bottom;
    color: #d0021b;
    margin-left: 5px;
    text-decoration:none;
    font-weight: 400;
}
.pro-summary {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    line-height: 26px;
    margin-bottom: 30px;
    color: #696969;
    margin-top: 15px;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.toogle-quantity {
    position: relative;
    margin-bottom: 10px;
}
.toogle-quantity button {
    position: absolute;
    width: 50px;
    height: 46px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 20px;
    text-align: center;
}
.quantity-left-minus {
    left: 0;
    top: 0;
    text-align: right;
}
.toogle-quantity input {
    text-align: center !important;
    width: 100%!important;
    border: 2px solid #e5e5e5!important;
    height: 46px!important;
}

.toogle-quantity button {
    position: absolute;
    width: 50px;
    height: 46px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 20px;
}
.quantity-right-plus {
    right: 0;
    top: 0;
    text-align: left;
}
.add-to-cart {
    width: 100%;
    height: 45px;
    border: none;
    box-shadow: none;
    background-color: #f86b47;
    font-size: 18px;
    color: #fff;
}

.product-description .nav-tabs {
    border-bottom: 2px solid #ddd;
}
.product-description .nav-tabs>li {
    margin-bottom: -2px;
    height: 55px;
}
.product-description .nav-tabs>li.active>a, .product-description .nav-tabs>li.active>a:focus, .product-description .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border: unset;
    border-bottom: 2px solid #2d2d2d;
    color: #2d2d2d;
}
.product-description .nav-tabs>li>a {
    font-size: 16px;
    text-transform: uppercase;
    color: #a9a9a9;
    height: 55px;
    border: unset;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.product-description .tab-content {
    border: 1px solid #e1e1e1;
    border-top: unset;
    background: border-box;
}
.details-product .tab-content {
    opacity: 1;
    visibility: visible;
    height: unset;
    overflow: hidden;
}
.product-description .tab-content>.tab-pane {
    padding: 39px 25px;
}
.related-product, .watched-product {
    margin-bottom: 10px;
}
.related-product-title {
    color: #2d2d2d;
    font-family: 'Noto Bold';
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 21px;
}
.page-contact {
    background-color: #fff;
    padding: 0px 10px 10px;
}
span.mota {
    margin-bottom: 20px;
    display: block;
}
.page-contact .title-head {
    font-size: 20px;
    font-family: 'Noto Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-widget p{
    color: #acacac;
    text-align: justify;
}
.title-head a {
    color: #333;
}
.title-head a:hover {
    color: #f86b47;
}
.comment-message{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.comment-message  .form-control{
    font-size: 11px!important;
}
.content_map{
    padding: 10px 10px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-contact .btn-post-form {
    padding: 15px 47px;
}
.btn-post-form {
    color: #fff;
    border: none;
    box-shadow: none;
    background-color: #f86b47;
    padding: 15px 30px;
}
.contact .area-info {
    margin-top: 53px;
}
.article-details img{
    display: block;
    margin: 5px auto;
}
.contact .area-info .icon-store-address {
    float: left;
}
.contact .area-info .store-address {
    margin-left: 70px;
}
.contact .store-address h2 {
    font-size: 14px;
    margin-top: 6px;
    font-weight: bold;
    line-height: 1.5;
}
.contact .store-address p {
    line-height: 24px;
    margin-bottom: 0;
}
.store-address a{
    color: #222222;
}
.store-address a:hover{
    color: #f86b47;
}

.box-maps {
    margin-top: 58px;
    height: 370px;
    overflow: hidden;
}
.product-hightlight {
    width: 100%;
    border-right: #e1e1e1 thin solid;
    float: left;
    background-color: #fff;
}
.section_tab_product .product-hightlight {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.section_tab_product .list-item {
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.text-center {
    text-align: center !important;
}
.filter-group {
    margin-bottom: 50px;
}
.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 25px;
    width: calc(100% - 14px);
    margin-left: 7px;
}
.ui-widget.ui-widget-content {
    height: 2px;
    background: #ebebeb;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #333 !important;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -6px !important;
    border: none !important;
    background: #333 !important;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
#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;
    margin-right: 10px;
}
#stop:before {
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px;
}
#stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
}
a#filter-value {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 100px;
    margin-top: 15px;
}
.btn.btn-gray, input.btn-gray[type="submit"] {
    background-color: #f5f6f6;
    border: 1px solid #e1e1e1;
    color: #707070;
}

.filter-item {
    margin: 0;
    cursor: pointer;
    line-height: 25px;
    min-width: 100%;
    float: left;
    padding-right: 8px;
}
.filter-item * {
    color: #6f6f6f;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
}
label[for] {
    cursor: pointer;
}
.filter-item--check-box .fa {
    margin-right: 5px;
    width: 14px;
    margin-left: 1px;
}
.zoomWrapper {
    width: 100% !important;
    height: auto !important;
}
@media (max-width: 991px) {
    .home-slider {
        width: 100%;
    }
    .box-search{
        padding-top: 20px;
    }

    .header-top{
        height: 70px;
    }
    .header-bottom .mm-toggle{
        height: 50px;
        width: 50px;
        background-color: #a0cb00;
        padding: 10px 0;
        font-size: 20px;
        color: #fff;
        text-align: center;
        margin-top: 16px;
    }
    .header-bottom .icon-cart {
        position: relative;
        top: 20px;
        right: 0px;
        float: right;
    }
    .header-bottom .icon-cart .cart-number {
        right: -10px;
        top: -10px;
    }
    .header-bottom .icon-cart i {
        position: inherit;
        right: 0px;
        bottom: 0px;

    }
    .header-bottom .logo {
        padding-top: 0px;
        height: 70px;
    }
    .header-bottom .logo img{
        margin: 0px auto;
        display: block;
    }
    .area-product-left {
        width: 100%;
    }
    .list-category-index-detail{
        display: none;
    }
    .list-category-index{
        height: auto;
    }
    .area-product-right{
        width: 100%;
    }
    .area-btn-addcart {
        width: 100%;
    }
    #mobile-menu .logo img{
        display: block;
        margin: 0px auto;
    }
    .box-register-email input[type="text"]{
        position: inherit!important;
    }

}
.owl-prev {
    position: absolute;
    top: 41%;
    left: -5px;
    padding: 7px 11px !important;
    color: #959595!important;
    background-color: #fff!important;
    border: 1px solid #e1e1e1!important;
    border-left: none;
}
.owl-next {
    position: absolute;
    top: 41%;
    right: -3px;
    padding: 0px!important;
    color: #959595!important;
    background-color: #fff!important;
    border: 1px solid #e1e1e1!important;
    border-right: none!important;
}
.owl-carousel-hightlight i {
    vertical-align: -1px;
}
.owl-next:hover, .owl-next:focus {
    color: #fff!important;
    background-color: #a0cb00!important;
    border: 1px solid #e5e5e5!important;
    border-right: none!important;
}
.homeback{
    width: 100%;
    margin: 0px auto;
    float: left;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.index_productlist .page-title {
    padding-bottom: 0px;
    margin-bottom: 10px;
    position: relative;
}
.index_productlist .page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    border-radius: 20px;
    background: #2acb35;
}
.mr-0 {
    margin: 0 !important;
}
.index_productlist .page-title .page-sub-title {
    font-family: "Courgette", cursive;
    color: #2acb35;
    font-size: 24px;
    line-height: 34px;
}
.index_productlist .page-title .page-main-title {
    font-size: 34px;
    line-height: 44px;
    color: #333740;
}
.index_productlist .page-title .page-main-title {
    font-size: 20px;
    font-weight: 600;
}
.loadering {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0px auto;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*begin new style*/


.modal-content {
    position: relative;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    width: 100%;
}
#quick-view-product {
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0 !important;
    z-index: 9999;
    padding-right: 0px !important;

}
.quick-view-product:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#quick-view-product .quick-view-product {
    position: absolute;
    top: 5%;
    width: 800px;
    min-height: 402px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 8011;
    border-radius: 0;
}
@media (max-width: 991px) {
    #quick-view-product .quick-view-product {
        width:100%;
    }
}
#quick-view-product .block-quickview{
    position: relative;
    background: #ffffff;
    margin: 0px auto;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transform: scale(1);

}
.grid {
    list-style: none;
    margin: 0;
    padding: 0;

}
.sticky {
    width: 100% !important;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 9999 !important;
    -webkit-animation: navigationFlipIn 0.5s;
    animation: navigationFlipIn 0.5s;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
}
.grid-item {
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.block-quickview .section-header--title {
    font-size: 18px;
    color: #3e3e3e;
    margin-top: 40px;
    margin-bottom: 2px;
}
@media (max-width: 768px) {
    .block-quickview .section-header--title {
        margin-top: 0px;
    }
}
#quick-view-product .quick-description {
    max-height: 200px;
    overflow-x: auto;
}
.block-quickview .quick-description {
    font-weight: 300;
    color: #222;
}
form {
    margin-bottom: 0px;
}
.quickview-action-add {
    margin-top: 60px;
}
.js-qty, .ajaxifyCart--qty {
    max-width: unset;
    min-width: unset;
}
.block-quickview .toogle-quantity {
    position: relative;
}
.js--qty-adjuster, .ajaxifyCart--qty-adjuster {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    padding: 5px 0;
    width: 20px;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.block-quickview .js--qty-adjuster {
    position: absolute;
    width: 60px;
    height: 46px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 20px;
    line-height: 36px;
}
.block-quickview .js--minus {
    left: 0;
    top: 0;
}
.js-qty input[type="text"], .ajaxifyCart--qty input[type="text"] {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
}
.block-quickview .js--add {
    right: 0;
    top: 0;
}

#quick-view-product .add-to-cart {
    display: table;
    clear: both;
    margin-left: 0px;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mfp-close-btn-in .mfp-close {
    background-color: #000;
    color: #fff;
    margin-top: 1px;
    margin-right: 1px;
}
.block-quickview .large-price {
    font-size: 18px;
    font-family: 'Noto Bold';
    padding-right: 10px;
}
.block-quickview .sale-tag {
    font-family: 'Noto Bold';
    padding-left: 10px;
    border-left: 2px solid #cccccc;
    text-decoration: line-through;
    font-size: 1.14286em;
    color: #a2a2a2;
    margin-left: 5px;
    display: inline-block;
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0;
}
.grid.slider_img {
    text-align: center;
}

button.mfp-close {
    background-color: #000 !important;
    color: #fff;

    margin-right: 1px;
}
#popupCartModal .modal-content {
    border-radius: 0;
}
#popupCartModal button.close {
    position: absolute !important;
    right: 10px;
    top: 5px;
}
.row.row-noGutter {
    margin-left: 0;
    margin-right: 0;
}
#popupCartModal .modal-content .col-sm-6 {
    padding: 10px 30px 0px 30px;
}
#popupCartModal h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
#popupCartModal h3 i {
    font-style: normal;
    color: #ff5994;
}
#popupCartModal .modal-body {
    position: relative;
    padding: 15px 0;
}
#popupCartModal .media .thumb-1x1 {
    width: 100px;
    text-align: center;
}
.media-body .product-title {
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
#popupCartModal .product-new-price {
    color: #ff5994;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
}
#popupCartModal .modal-content .modal-right {
    text-align: left;
    background: #f8f8f8;
    padding-bottom: 30px;
    min-height: 235px;
}
#popupCartModal h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
#popupCartModal h3 i {
    font-style: normal;
    color: #ff5994;
}
#popupCartModal .total_price {
    font-size: 16px;
    padding: 10px 0 5px;
    margin-bottom: 20px;
}


#popupCartModal .modal-dialog,#quick-view-product .modal-dialog{
    width: 850px;
    border-radius: 0;
}

@media (max-width: 700px) {
    .popup-cart-left,.popup-cart-right{
        width: 100% !important;
    }

}
@media (max-width: 991px) {
    #popupCartModal .modal-dialog ,#quick-view-product .modal-dialog{
        width: 100%;
        border-radius: 0;
    }

    #popupCartModal button.mfp-close{
        margin-right:0px!important;
    }

}
#popupCartModal button.close {

    color: #db0450;
    opacity: 1;
}
#popupCartModal .block_add_to_cart{
    position: relative;
    background: #ffffff;
    margin: 0px auto;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transform: scale(1);

}
#popup-cart-desktop {
    background: #fff;
    float: none;
    margin: 0 auto;
    /* padding: 20px; */
    position: relative;
}.popup-cart-left {
     width: 50%;
     float: left;
     background-color: #fff;
     padding: 5px;
 }
.popup-cart-thead {
    font-size: 20px;
    color: #a0cb00;
}
.block_add_to_cart i {
    margin-right: 10px;
}
.popup-cart-product {
    margin-top: 15px;
}
.popup-cart-pro-img {
    width: 148px;
    height: 148px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
}
.popup-cart-pro-img img {
    max-width: 100%;
    height: auto;
}
.popup-cart-pro-des {
    margin-left: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50px;
    word-wrap: break-word;
}
.popup-cart-pro-name {
    font-size: 16px;
    position: relative;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    max-height: 7.67em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
.popup-cart-pro-price {
    font-size: 16px;
}
.popup-cart-right {
    width: 50%;
    float: right;
    background-color: #f5f5f5;
    padding: 25px 30px;
}
.popup-cart-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}
.popup-cart-num-pro {
    font-size: 16px;
    color: #6e6e6e;
}
.popup-cart-right ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 12px;
}
.popup-cart-right ul li {
    border-bottom: 1px solid #d7d7d7;
    line-height: 50px;
}
.popup-cart-price {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.popup-cart-right ul li:last-child {
    border-bottom: none;
}
.popup-cart-checkout {
    float: left;
    background-color: #f86b47;
    color: #fff !important;
    padding: 12px 30px;
    cursor: pointer;
}
.pop-cart-continue {
    color: #f86b47;
    line-height: 40px;
    background-color: transparent;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .table>thead>tr>th{
        font-size: 12px;
    }
    .cart_price{
        font-size: 12px;
    }
    .main-cart-page{
        padding: 0px;
    }
    #basic-wizard .form-group{
        margin-bottom: 0px;
    }
    #hanhdong{
        margin-top: 10px;
    }
    label[for] {
        cursor: pointer;
        font-size: 12px;
    }
    .popup-cart-right{
        padding: 5px;
    }
    .popup-cart-title{
        font-size: 15px;
    }
    .popup-cart-pro-img {
        width: 100px;
        height: 100px;
    }
    .popup-cart-pro-des{
        margin-left: 120px;
    }
    #popupCartModal,#confirm-sdt,#productSharingModal{
        padding-right: 0px !important;
    }
    #productShareLinkWrap{
        width: 100%;
    }
    .popup-cart-num-pro{
        font-size: 12px;
    }
    .popup-cart-checkout{

        color: #fff;
        padding: 5px;
        width: 50%;
        text-align: center;
    }

    .pop-cart-continue {
        color: #f86b47;
        line-height: 40px;
        background-color: transparent;
        cursor: pointer;
        float: left;
        margin-right: 0px;
        width: 50%;
    }
}
#popupCartModal button.mfp-close {
}


button.btn_num.num_1.button.button_qty.btn-minus, button.btn_num.num_2.button.button_qty.btn-plus {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 34px;
    width: 34px;
    line-height: 28px;
    text-align: center;
    vertical-align: top;
    padding: 0;
}
input.page_cart_input {
    border: 1px solid #ddd;
    height: 34px;
    background: #fff ;
    margin-left: -1px;
    margin-bottom: 0px;
    text-align: center;
    width: 60px;
    vertical-align: top;
    margin-right: -1px;
    display: inline-block;
    min-height: 24px;
    padding: 0;
}
.quantity_area {
    height: auto;
    padding: 0px;
    border-right: none;
    width: 100%;
    float: left;
    line-height: 20px;
    vertical-align: top;
    height: 135px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;

}
@media screen and (max-width: 991px){
    .quantity_area{
        display: block;
    }
    .title-page {
        font-size: 16px;
    }
    button.btn_num.num_1.button.button_qty.btn-minus, button.btn_num.num_2.button.button_qty.btn-plus{
        border: 1px solid #ddd;
        outline: none;
        background: #fff;
        height: 35px;
        width: 40px;
        line-height: 18px;
        text-align: center;
        vertical-align: top;
        padding: 0;
    }
    .cart_title{
        font-size: 13px;
    }
    table input.page_cart_input{
        height: 35px;
        width: 40px;
    }
    input.page_cart_input{
        border: 1px solid #ddd;
        height: 35px;
        width: 40px;
        background: #fff ;
        margin-left: -1px;
        margin-bottom: 0px;
        text-align: center;

        vertical-align: top;
        margin-right: -1px;
        display: inline-block;
        min-height: 24px;
        padding: 0;
    }
}
input.page_cart_input {
    border: 1px solid #ddd;
    height: 34px;
    background: #fff;
    margin-left: -1px;
    margin-bottom: 0px;
    text-align: center;
    width: 60px;
    vertical-align: top;
    margin-right: -1px;
    display: inline-block;
    min-height: 24px;
    padding: 0;
}
.table_car .table>tbody>tr>td {
    vertical-align: inherit !important;
}

/*footer widget css*/



.buttons-container{
    padding: 0;
    background: none;
    vertical-align: middle;
    width: 100%;
    float: left;
}
.inline-list{
    margin-top: 20px;
}
.btn-add-to-cart{
    background: #fd6e1d;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d);
    border-bottom: 0;
    color: #fff;
    margin: 0;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    box-sizing: border-box;
    line-height: 40px;
    min-height: 40px;
    float: left;
    border: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.buttons-container .btn-add-to-cart span {
    display: block;
    line-height: 100% !important;
    font-size: 12px;
    color: #fff !important;
    text-transform: none;
    font-family: Tahoma,Geneva,sans-serif;
}
.buttons-container .icon_yeucautuvan {

    -webkit-transform: inherit;
    background: #80c41c;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    min-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
    background: -webkit-linear-gradient(top,#6fab18,#3c6500);
    margin-bottom: 10px;
}
.buttons-container .icon_yeucautuvan span {
    display: block;
    font-size: 12px;
    color: #fff !important;
    line-height: 100% !important;
    text-transform: none;
    padding-top: 2px;
    font-family: Tahoma,Geneva,sans-serif;
}
.title-span{
    margin-top: 0;
    padding-bottom: 5px;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    font-weight: normal;
}
.title-span span {
    text-transform: none;
    padding: 0 0 3px 0;
    font-size: 20px;
    border-bottom: 3px solid #55c95c;
}

.block_cam_ket .view-product-question ul, .block_cam_ket .view-product-question ul li {
    padding-left: 0;
    margin-left: 0;
}
.block_cam_ket .view-product-question ul li {
    padding-left: 0;
    margin-left: 0;
    padding-left: 20px !important;
    line-height: 21px;
    position: relative;
    margin: 7px 0 7px 5px;
}
.block_cam_ket .view-product-question ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 8px;
    left: 0;
    width: 13px;
    height: 13px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: #3fb946;
    transition: all .2s;
    border-radius: 100%;
    content: "\f00c";
}
.specs {
    display: block !important;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.specs li {
    display: block !important;
    background: #f4f4f4;
    padding: 10px;
    font-size: 20px;
    color: #999;
}
.specs li span.specname {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.specs li span.specval {
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}
.specs li:nth-child(2n) {
    background: #fff;
}

.modal-dialog {
    margin: 100px auto !important;
}
.popupdeal {
    background-color: rgba(255,255,255,1);
    background-origin: content-box;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 200px;
    width: 100%;
    float: left;
}
.modal-header {
    border: none!important;
}
.modal-header .close {
    margin-top: -2px;
    opacity: 1;
}
.widget-content1 {
    text-align: center;
    width: 100%;
    color: rgba(0,0,0,1);
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    margin-top: 30px;
}
.formg .form-control {
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #f9a50c;
    width: 100%;
    line-height: 16px;
}
.gb-nut-button {
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px;
    background-color: #ff0000;
    color: #fff;
    margin-top: 10px;
}
#content {
    padding: 0 10px;
}
.payment{
    text-align: center;
}
#introduce,.offer-banner-section,#stick-product,#transport,#feedback
{
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0px 5px 20px 5px;
    float: left;
    width: 100%;
    box-shadow: 0 1px 5px #dcdddd;
}
#slider
{
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0px 5px 20px 5px;
    float: left;
    width: 100%;
}
.table_car,.information
{
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px 5px 20px 5px;
    box-shadow: 0 1px 5px #dcdddd;
}
.cart-heading{
    margin-bottom: 10px;
}
.htitle {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 40px 0px;
    width: 100%;
    line-height: 1;
}
@media (max-width: 991px){
    .htitle {
        font-size: 22px;
    }
    .title-span{
        border-bottom: 1px solid #fca906;
    }
    .title-span span {
        font-size: 16px;
        font-weight: bold;
        color: #f87f0e;
    }

}
@media (max-width: 460px){
    .htitle {
        font-size: 20px;
    }
    .title-span span {
        border-bottom: none;
    }

}
.title-head span{
    color: #e5d387;
}
.list-product-index{
    border-left: #e1e1e1 thin solid;
    float: left;
    width: 100%;
    border-top: #e1e1e1 thin solid;
}
#introduce .content {
    color: #999;
}
@media (max-width: 460px){
    #introduce td, #introduce th {
        width: 100% !important;
        float: left;
        box-sizing: border-box;
        height: auto !important;
    }
}
.offer-banner-section .offer-inner {
    margin-top: 20px;
    text-align: center;
}
.offer-banner-section .offer-inner .col a.thumb-image {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 5px auto;
    padding: 6px;
    border-radius: 50%;
    box-sizing: border-box;
    width: 240px;
    height: 240px;
}
.offer-banner-section .offer-inner .col img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.offer-banner-section .offer-inner .col .over {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.offer-banner-section .offer-inner .col:hover .over {
    box-shadow: inset 0 0 0 300px rgba(226, 207, 130, 0.32), 0 1px 2px rgba(0,0,0,0.1);
}
.offer-banner-section .offer-inner .col .title {
    margin-top: 20px;
    text-align: center;
}
.offer-banner-section .offer-inner .col .title a {
    color: #E5D387;
    font-size: 20px;
}
#feedback ul li {
    float: left;
}
#feedback ul li .thumbs {
    overflow: hidden;
    position: relative;
    text-align: center;
}
#feedback ul li .thumbs a {
    display: block;
}
#feedback ul li .thumbs img {
    max-width: 100%;
    height: auto;
}
#feedback ul li .thumbs .mask {
    opacity: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(253, 220, 97, 0.28);
    transition: all 0.3s ease-in 0.4s;
}
#feedback ul li .thumbs a::after {
    content: '';
    border: 1px dashed #FFF;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 95%;
    height: 95%;
    opacity: 0.6;
}
#feedback ul li .thumbs:hover .mask {
    opacity: 1;
    transition-delay: 0s;
}
.feedback-content{
    width: 100%;
    float: left;
}
.thumb-image img{
    display: block;
    margin: 0px auto;
}

.product,.description_content,.side_product,.section-comments,.related-product,.block_cam_ket,.block_showroom{
    background-color: #fff;
    padding: 10px 5px;
    width: 100%;
    float: left;
}
.block_cam_ket,.block_showroom,.product{
    margin-bottom: 10px;
}
.product-description {
    float: left;
    width: 100%;
}
.product-content img{
    max-width: 600px !important;
    height: auto !important;
    margin: 0px auto !important;
    display: block;
}

@media (max-width: 768px) {
    .product-content img{
        width: 100% !important;
        height: auto !important;
    }

    .transport-content img{
        margin-bottom: 10px;
    }
    .htitle{
        margin: 20px 0px;
    }
}

.transport-content{
    text-align: center;
}
.number_fix{
    font-size: 18px;
    font-weight: bold;
}
@media (min-width: 1200px){
    .col-md-2-5{
        width: 20%;
    }
}
.page-banner img {
    width: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 49.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.stick {
    position: fixed;
    top: 100px;
    z-index: 100;
    border-top: 0;
    animation: navigationFlipIn 1s;
    max-width: 300px;

}
#basic-wizard .control-label{
    padding-top: 0px !important;
}
.right_oder {
    background: #fff;
    padding: 10px;
    float:left;
    margin-left:0px;
    transition: transform .6s linear;
    transition: all .5s ease-out;
    box-shadow: 0 1px 5px #dcdddd;
    margin-bottom: 10px;
}
.content_detail img {
    height: auto !important;

}
.right_head img {
    width: 80%;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}
.right_head span {
    display: block;
    font-size: 15px;
    margin: 10px 0;
}
.price_right label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.price_right span {
    color: red;
    font-size: 18px;
    font-weight: bold;
}
.sub_order a {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    color: white;
    font-weight: bold;
}
.btnmua {
    background: rgb(91, 220, 80);
    color: #fff !important;
    cursor: pointer;
    font-size: 18px;
    margin-top: 5px;
    width: 90%;
}

.p_icon {
    float: left;
}
.mb_right_hotline{
    display: none!important;
}
.cmt_comment{
    padding: 10px 0px!important;
}
@media screen and (max-width: 1000px){
    .fixed-bottom {
        display:block!important;
    }

}
.group_tuvan{
    background: rgb(254, 177, 0);
    display: inline-block;
    border-radius: 8px;
    padding: 5px 5px 10px;
    margin-top: 10px;
}
.p_icon {
    float: left;
}
.group_tuvan p {
    float: left;
    font-size: 13px;
    font-weight: bold;
}
.group_tuvan .red_color {
    float: left;
    color: red;
}
.group_tuvan .line2 {
    margin-left: 17px;
}
.tuvanbox, .textdt {
    margin: 10px 0 0 10px;
    width: 150px !important;
    float: left;
    border: 1px solid #ddd !important;
    border-radius: 0px !important;
    height: 30px !important;
    padding: 0px !important;
    padding-left: 5px !important;
}
.tuvanbox, .senddt {
    float: left;
    color: #fff !important;
    margin-top: 10px;
    font-size: 14px !important;
    height: 30px;
    border: none !important;
    padding: 0px 6px !important;
    width: 35px;
    background: rgb(255, 52, 20) !important;
    border-radius: 0px 5px 5px 0px !important;
}

.icon_fix li.request_number{
    cursor: pointer;
}
.icon_fix li a{
    display: block;
    position: relative;
    z-index: 3;
    background-size: cover;
    width: 50px;
    height: 50px;
    float: right;
    margin-top: 10px;
}
.icon_fix li{
}

.where_buy img {
    margin: 0px auto;
    display: block;
}
.where_buy{
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 5px #dcdddd;
}

.icon_line{
    display: none;
}
@media (max-width:991px) {
    .icon_line{
        display: block;
    }
    .pdp-mod-cart-concern.has-shortcut, .pdp-mod-cart-concern.has-shortcut .shortcut-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .pdp-mod-cart-concern.has-shortcut {
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
    }
    .pdp-mod-cart-concern {

        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        background-color: #fff;
        z-index: 999;
        border-top: 1px solid #80c41c;

    }
    .pdp-mod-cart-concern.has-shortcut .shortcut-wrapper {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background: #fff;
        margin-left: .1rem;
    }
    .pdp-mod-sbuttong {
        overflow: hidden;
    }

    .pdp-mod-cart-concern.has-shortcut .shortcut-wrapper .shortcut-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding: 5px;
        width: 105px;
        line-height: normal;
        text-decoration: none;
        position: relative;
        text-align: center;
    }
    .pdp-mod-cart-concern.has-shortcut .shortcut-wrapper .shortcut-item .shortcut-item-icon {
        font-size: 13px;
        color: #ef7e33;
    }
    .pdp-mod-cart-concern.has-shortcut .shortcut-wrapper .shortcut-item .shortcut-item-text {
        margin-top: .1rem;
        width: 105px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: .24rem;
        font-weight: bold;
        font-size: 18px;
        height: 20px;
        color: #999;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    .pdp-mod-cart-concern .btn-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .pdp-mod-sbuttong-inner {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    .pdp-mod-sbutton.buyNow, .pdp-mod-sbutton.secondary {
        background: -webkit-linear-gradient(left,#feb100,#e85a46);
    }
    .pdp-mod-sbutton {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: inline-block;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        text-align: center;
        height: 50px;
        background: -webkit-linear-gradient(left,#6fab18,#3c6500);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pdp-mod-sbutton-inner {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        color: #fff;
        font-size: 14px;
        line-height: 1.5;
        margin: 0 .1rem;
    }
    .pdp-mod-sbutton:last-of-type .pdp-mod-sbutton-inner {
        -webkit-transform: skewX(20deg) translateX(-.08rem);
        transform: skewX(20deg) translateX(-.08rem);
    }
    #mesalert a.close  {
        background: none;
    }
    #mesalert {
        position: fixed;
        bottom: 35px;
        left: 0px;
        z-index: 997;
    }
    #hotline{
        display: none!important;
    }
}
.popupdeal .form-control{
    margin-bottom: 15px;
}
.popupdeal {
    background-color: rgba(255,255,255,1);
    background-origin: content-box;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 200px;
    width: 100%;
    float: left;
    padding: 5px;
}
.reviews_details_product{
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.inventory_quantity span a{
    color: #00c0ef;
}
.b-item{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.b-item p{
   float: left;
}
.b-item img{
    float: left;
}
.rating i{
    color: #fc711a;
}
.callorder {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.callorder span {
    display: inline-block;
    padding: 5px 0 0;
}
.callorder a {
    color: #288ad6;
}
.ty-buy-together{
    margin-bottom: 5px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 7px 10px;
    line-height: 19px;
    color: #555;
    font-style: italic;
    font-size: 13px;
    width: 100%;
    position: relative;
    float: left;
    min-height: 85px;
}


.b-item a{
    padding-left: 20px;
}
.b-item i{
    color: #fc7319;
}
.ty-buy-together-title{
    color: #f00;
    border-bottom: 1px solid #ebebeb;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 0 5px;
}
.ty-buy-together__products{
    padding: 10px 3px;
}
.ty-together__plus{
    float: left;padding-top: 5px;    padding-right: 5px;
}
.ty-buy-together__product-name a{
    font-size: 14px;color: #38a429;
}
.ty-buy-together__product-name{
    max-width: 90%;padding: 5px 0 0;float: left;
}
#dathang{
    min-width: 150px;
}
[class^="iconcom-"], [class*="iconcom-"] {
    background-image: url(../img/photo.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.wrap_comment .iconcom-pict {
    width: 18px;
    height: 16px;
    margin: 5px;
    float: left;
}
.wrap_comment .motionsend .qd {
    border: none;
    color: #4a90e2;
    padding-top: 6px;
    box-sizing: border-box;
    height: 30px;
    display: inline-block;
}
.wrap_comment .motionsend a span{
    float: left;
    margin-top: 5px;
}
.wrap_comment textarea{
    border: none !important;
}
.wrap_comment #MultidvPreview{
    padding-top: 0px;
    float: left;
}
.wrap_comment{
    border: 1px solid #e5e5e5;
}
.wrap_comment .motionsend a {
    padding: 0 12px 0 5px;
    color: #4a90e2;
    font-size: 14px;
    border-right: 1px solid #dadada;
    display: inline-block;
    line-height: 20px;
    float: left;
}
.imageno{
    margin: inherit !important;
    display: inline-block;
}
.image_reviews img{
    max-width: 500px;
    width: auto  !important;
    height: auto  !important;
    padding: 10px 0px;
}
.wrap_comment .boxemotion {
    overflow: visible;
    position: relative;
}
.wrap_comment .motionsend {
    display: block;
    overflow: hidden;
    padding: 5px;
    border-top:1px solid #e5e5e5;;
}
