@import url('https://fonts.googleapis.com/css2?family=Babylonica&display=swap');

@font-face {
  font-family: "Elle Futura";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/futura/elle-futura-book.otf");
  font-display: swap;
}

@font-face {
  font-family: "SVN-Rockness";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/Rockness/SVN-Rockness.otf");
  font-display: swap;
}

@font-face {
  font-family: "SVN Gotham";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/Rockness/SVN-Gotham Rounded Bold.ttf");
  font-display: swap;
}

@font-face{
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Light.ttf');
    font-weight: 300;
}
@font-face{
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Regular.ttf');
    font-weight: 400;
}
@font-face{
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Medium.ttf');
    font-weight: 500;
}
@font-face{
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Bold.ttf');
    font-weight: 700;
}
@font-face{
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Black.ttf');
    font-weight: 900;
}

:root {
    --bg-all: #000;
    --color-text-all: #261025;
    --color-text: #354c2B;
    --color-title-bg-dark: #dbad3b;
}

html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Elle Futura';
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-all);
    text-decoration: none;
    background-repeat: repeat;
    background-position: center;
    line-height: 1.5;
    background: #fff;
    top: 0!important;
    position: relative;
}
body[class*="product-category"],
body.product-search {
    background: #e7e7e7;
}
.container{
    max-width: 100%;
}
.row-no-mar {
    margin-right: 0;
    margin-left: 0;
}
.row-no-mar div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.row-mar10 {
    margin-right: -10px;
    margin-left: -10px;
}
.row-mar10 div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.row-mar5 {
    margin-right: -5px;
    margin-left: -5px;
}
.row-mar5 div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.row-mar2-5 {
    margin-right: -2.5px;
    margin-left: -2.5px;
}
.row-mar2-5 div[class*="col-"] {
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.container-all {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.inner-container-all {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    left: 0;
    height: 100%;
}

a {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
}
img{
    max-width: 100%;
    vertical-align: middle;
}
input[type='text'], input[type='password'], textarea{border-radius: 0;}
p {
    margin-top: 0px;
}

a, a:visited, a b {
    text-decoration: none;
    cursor: pointer;
    color: #171717;
}

a:hover,a:focus,a:active {
    text-decoration: none;
    color: #f6b208;

}

.btn-v, a.btn-v, .button {
    position: relative;
    background: transparent;
    font-size: 11px;
    border: 0;
    color: #000;
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    outline: none;
    border: 1px solid #000;
    border-radius: 0;
    letter-spacing: 2px;
}
.btn-v:hover, a.btn-v:hover, .button:hover{
    background-color: #000;
    color: #fff;
}

a img {
    border: none;
    margin: 0 auto;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

input[type='radio'] {
    margin-right: 4px;
}

select {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

ul{ list-style: none; margin: 0; padding: 0}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.mar-top1 {
    margin-top: 10px;
    width: 100%;
}
.mar-top2 {
    margin-top: 20px;
    width: 100%;
}
.mar-top3 {
    margin-top: 30px;
    width: 100%;
}
.mar-top4 {
    margin-top: 40px;
    width: 100%;
}
.mar-top20{
    margin-top: 20px;
}
.mar-bt30{
    margin-bottom: 30px;
}
.mar-bt15{
    margin-bottom: 15px;
}
.pad-center1 {
    padding: 0 10px;
}
.pad-center2 {
    padding: 0 20px;
}
.pad-center3 {
    padding: 0 30px;
}
.pad-full5 {
    padding: 5px;
}

/*header*/
#header {
    /*position: relative;*/
    z-index: 999;
    /*background: #111;*/
    padding: 13px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: background-color .3s ease-in,top .6s linear;
    transition: background-color .3s ease-in,top .6s linear;
    position: fixed;
    background: transparent;
}
body.common-home #header {
    position: fixed;
    background: transparent;
}
#header.active, body.common-home #header.active {
    background-color: #111;
}
#header.fixed, body.common-home #header.fixed {
    background: #111;
    position: fixed;
}
#header .logo img.img-responsive {
    display: inline-block;
    max-height: 50px;
}
.social_header {
    position: relative;
    display: block;
    width: 34px;
    margin-left: 15px;
}
.social_header a, 
.nav-menu-icon a,
.search-icon a {
    border: 1px solid rgba(242,242,242,.4);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.social_header a {
    font-size: 18px;
}
.social_header a:hover, 
.nav-menu-icon a:hover,
.search-icon a:hover,
.search-icon a.active {
    border: 1px solid #fff;
    background-color: #fff;
    color: #111;
}
.social_header ul a {
    border: 1px solid #fff;
    background-color: #fff;
    color: #111;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.social_header ul a svg {
    width: 18px;
    height: 18px;
    margin-top: 7px;
    display: inline-block;
}

.social_header ul {
    position: absolute;
    top: calc(100% + 25px);
    left: 0;
    display: none;
}
.social_header ul li {
    margin-bottom: 15px;
}
.nav-menu-icon a i {
    width: 16px;
    height: 1px;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    background-color: #fff;
    top: -4px;
}
.nav-menu-icon a i {
    width: 16px;
    height: 1px;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    background-color: #fff;
    top: -4px;
}
.nav-menu-icon a i:after, 
.nav-menu-icon a i:before {
    content: "";
    width: 16px;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: background-color .3s ease-in,-webkit-transform .2s ease-in;
    transition: background-color .3s ease-in,-webkit-transform .2s ease-in;
    transition: background-color .3s ease-in,transform .2s ease-in;
    transition: background-color .3s ease-in,transform .2s ease-in,-webkit-transform .2s ease-in;
    background-color: #fff;
}
.nav-menu-icon a i:before {
    top: 4px;
}
.nav-menu-icon a i:after {
    top: -4px;
}
.nav-menu-icon a:hover i,
.nav-menu-icon a:hover i:after, 
.nav-menu-icon a:hover i:before {
    background: #111;
}
.nav-menu-icon.active a i {
    background: transparent;
}
.nav-menu-icon.active a i:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-menu-icon.active a i:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* search */
.box-search-top input[type="text"] {
    border: 1px solid #eaebed;
    width: 100%;
    padding: 10px 50px 10px 10px;
    border-radius: 50px;
    outline: none;
}
.box-search-top button.button-search {
    position: absolute;
    right: 0;
    border: 0;
    background: transparent;
    height: 46px;
    width: 46px;
    line-height: 46px;
    padding: 0;
    color: #d96e40;
    cursor: pointer;
    outline: none;
}

/*dc*/
.inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.inner-cel {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.box-content.bg .owl-carousel .owl-buttons [class*=owl-] {
    width: 25px;
    height: 25px;
    border: 1px solid #999;
    background: #fff;
    top: -30px;
    text-shadow: none;
    z-index: 9;
}
.box-content.bg .owl-carousel .owl-buttons [class*=owl-]:hover {
    border-color: #f6b208;
    background: #f6b208;
}
.box-content.bg .owl-carousel .owl-buttons .owl-prev {
    left: auto!important;
    right: 40px;
}
.box-content.bg .row:not(.row-mar5) .owl-carousel .owl-buttons .owl-prev {
    right: 45px;
}
.box-content.bg .row:not(.row-mar5) .owl-carousel .owl-buttons .owl-next {
    right: 16px;
}
.box-content.bg .row.row-mar5 .owl-carousel .owl-buttons .owl-prev {
    right: 30px;
}
.box-content.bg .row.row-mar5 .owl-carousel .owl-buttons .owl-next {
    right: 10px;
}
.box-content.bg .owl-carousel .owl-buttons .owl-next {
    padding-left: 3px;
}
.box-content.bg .owl-carousel .owl-buttons div i {
    font-size: 16px;
    line-height: 22px;
}
.box-content.bg .owl-carousel .owl-buttons div:hover i {
    color: #fff;
}

/* product featured */
.product-by-type{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.slideshow .products_featured_ .owl-pagination, .slideshow .products_bestseller .owl-pagination{
    right: 5px;
    top: -40px;
    padding: 0;
    bottom: auto;
    display: block;
    position: absolute;
}
.slideshow .owl-controls .owl-page{
    margin: 0 2.5px;
}
.slideshow .owl-controls .owl-page span{
    background: #ffffff;
}
.slideshow .owl-controls .owl-page.active span{
    background: #8cc63f;
}
.owl-carousel { 
    background: transparent;
    margin: 0;
}

/*pro*/
.products_featured_.owl-carousel.owl-theme {
    background: transparent;
}
.product-by-type.new-product .products_latest .row {
    margin: 0;
}
.product-by-type .owl-carousel .owl-item{ padding: 0;}
.owl-carousel .owl-buttons div i {
    font-size:20px;
}
.owl-carousel .owl-buttons div:hover i {
    color: #fff
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.breadcrumb{    border-radius: 0 !important;}
.breadcrumb, .breadcrumb a:first-child i{
    margin-right: 0;
}
.content-map iframe{
    width: 100%; 
    height: 230px;
}

#button-send-book{
    background: #1a7bb5;
    border: 0;
    outline: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 4px;
}

.latest-banner.banner-2 {
    margin-top: 20px;
}

.banner_content_top {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
}

/*cart*/
#cart > .content{
    margin-top: 0px;
    display: none;
    position: absolute;
    background: #fff;
    border: 2px solid #f6b208;
    right: 0;
    top: 100%;
    padding: 0 20px;
    overflow: hidden;
    width: max-content;
    min-width: 200px;
    z-index: 1000;
}
#cart>.content .mini-cart-info li {
    padding: 10px 0;
    position: relative;
    text-align: left;
    width: 100%;
    display: inline-block;
}
#cart>.content .mini-cart-info li .image {
    width: 30%;
    float: left;
}
#cart>.content .mini-cart-info li .info-cart-r{
    width: 70%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
#cart>.content .mini-cart-info li .info-cart-r .remove {
    position: absolute;
    top: 15px;
    right: 0px;
}
#cart>.content .mini-cart-info li .info-cart-r .name a {
    font-size: 13px;
    font-weight: 500;
}
#cart>.content .mini-cart-info li .info-cart-r .quantity,
#cart>.content .mini-cart-info li .info-cart-r .total {
    display: inline-block;
    font-size: 13px;
    text-transform: lowercase;
}
#cart>.content .mini-cart-total li {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}
#cart>.content .checkout a {
    text-align: center;
    width: 100%;
    display: inline-block;
    border: 1px solid #222;
    height: 35px;
    line-height: 32px;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 10px;
}
#cart>.content .checkout a:last-child{
    margin-bottom: 20px;
}
#cart>.content .checkout a:hover{
    color: #fff;
    background: #1c1c1c;
    border-color: #1c1c1c;
}
#cart>.content .empty {
    padding: 10px 0;
}
#cart .cart-qty{
    display: inline-block;
    padding: 0 5px;
    vertical-align: bottom;
    cursor: pointer;
    text-align: left;
}
#cart .cart-title{
    font-size: 14px;
    display: block;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
#cart #CartCount{
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}
/*end*/

/* box-heading */
.box-heading {
    position: relative;
    margin-bottom: 30px;
}
.box-heading h2 {
    margin: 0;
    font-weight: 600;
    font-size: 27px;
    color: #dbad3b;
    line-height: 1.3;
    white-space: pre-wrap;
}
.box-heading h2 a {
    color: #dbad3b;
}
.box-heading p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3.5px;
    font-weight: 300;
    color: #111;
    white-space: pre-wrap;
}

h1.category_page_title {
    font-family: SVN-Rockness;
    font-size: 60px;
    margin: 0;
    color: var(--color-text);
}

/* for all module*/
.box-product_{
    float: left;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.box-product_ .box{
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 3px 5px 8px 0px #c1c1c1;
}
.box-product_ .per {
    position: absolute;
    font-size: 12px;
    color: #FFF;
    top: 0;
    right: 3px;
    text-align: center;
    z-index: 99;
    background: rgba(0, 0, 0, 0) url(../image/bg-price-percent.png) no-repeat scroll center center;
    border-radius: 0;
    line-height: 59px;
    padding: 0 10px;
    min-width: 50px;
}
.box-product_ .item-content .bt {
    float: right;
}
.box-product_ .image {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    overflow: hidden;
}
.box-product_ .sale-label {
    font-size: 10px;
    color: #23170e;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 100;
    font-weight: normal;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-top: 5px;
    margin-right: 5px;
    background: #f6b208;
    border-radius: 30px;
}
.box-product_ .image img{ 
    margin: auto;
    width: 100%;
}
.price {
    padding: 5px 0 10px;
}

.price span {
    display: inline-block;
    vertical-align: middle;
    color: #c5113c;
    font-weight: 600;
    position: relative;
    font-size: 18px;
}
.price del{
    color: #bebebe;
    vertical-align: middle;
    font-size: 12px;
}
.price .per{
    display: inline-block;
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
    vertical-align: top;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.product-info .price {
    text-align: left;
}
.product-info.row .description .price span {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}
.cart input[type='text']{
    font-size: 16px!important;
    text-align: center!important;
    padding: 1px 2px;
    border-radius: 3px;
}
.content-mid .desc * {
    max-width: 100%;
}
.content-mid .desc image {
    height: auto!important;
}
.color_price {
    font-size: 18px;
    color: #FF438F;
}
.box-product_ .btn-group {
    width: 100%;
    text-align: center;
}
.box-product_ .btn-item{
    display: inline-block;
    background-color: #f6b208;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 10px 0;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #f6b208;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
}
.box-product_ .btn-item:hover { 
    background-color: #D030BB;
    color: #fff; 
}
.box-product_ .list-cat {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-product_ .list-cat a {
    font-size: 11px;
    text-transform: uppercase;
}
.box-product_ .info-p {
    padding: 15px;
}
.box-product_ .info-p .name a {
    font-size: 18px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 54px;
}
.box-product_ a.view-detail-p {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

button#load-more-product {
    border: 2px solid #c97a5b;
    background: transparent;
    padding: 10px 42px 8px;
    border-radius: 30px;
    display: inline-block;
    margin: 30px 0;
    cursor: pointer;
    transition: all 0.3s;
}
button#load-more-product:hover {
    color: #fff;
    background: #c97a5b;
}

/*=======  product detail  ========*/
.banner-top-all.banner-top-all-pro img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.info-product-top {
    position: absolute;
    top: 150px;
    width: 100%;
    left: 0;
    z-index: 3;
}
.info-product-top .row.row-flex {
    align-items: flex-end;
}
.info-product-top .row.row-flex .col-md-7 {
    margin-bottom: 10px;
}
.title-top-product {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 40px 5px 5px;
}
.title-top-product h1 {
    color: #fff;
    margin: 0 0 30px;
}
.info-product-top a {
    display: inline-block;
    padding: 6px 45px;
    padding-right: 43px;
    background: #dbad3b;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
}
.info-product-top a:hover {
    background: #000;
}
.info-product-top a i.fa {
    margin-right: 5px;
}
.desc-top-product {
    background: #fff;
    padding: 10px 25px 35px;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.desc-top-product span.triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #dbad3b;
    border-right: 30px solid transparent;
}
.desc-top-product h3 {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}
.desc-top-product p.item-desc-top {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
}
.desc-top-product hr {
    margin: 0;
}
.desc-top-product p.item-desc-top span.pull-left {
    font-weight: 700;
}
.desc-top-product p.item-desc-top span.pull-right{
    color: #777777;
}

.tab-info-product {
    padding-bottom: 60px;
}
.tab-info-product .container {
    z-index: 9;
    position: relative;
}
.tab-info-product ul.nav.nav-pills {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    justify-content: center;
}
.tab-info-product ul.nav.nav-pills li {
    margin: 0;
    width: calc((100%) / 4);
    text-align: center;
    background: #e0e0df;
}
.tab-info-product ul.nav.nav-pills li.active {
    background: #fff;
}
.tab-info-product ul.nav.nav-pills li a {
    padding: 29px 20px;
    line-height: 18px;
    border-radius: 0;
    background: #e0e0df;
    color: #555555;
}
.tab-info-product ul.nav.nav-pills li:first-child a {
    border-top-left-radius: 6px;
}
.tab-info-product ul.nav.nav-pills li:last-child a {
    border-top-right-radius: 6px;
}
.tab-info-product ul.nav.nav-pills li.active a {
    background: #fff;
    font-weight: 600;
    color: #222;
}
.tab-info-product .tab-content {
    min-height: unset;
    border: 0;
    padding: 0;
    margin: 50px 0 0;
}
.product-detail-img {
    background-color: #f0f0f0;
    padding: 55px 0 35px;
}
.product-detail-img img {
    margin-bottom: 5px;
}

/* button slide */

.owl-carousel .owl-buttons [class*=owl-]{
    display: block;
    font-size: 0;
    color: #999999;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    opacity: 1;
    background-color: #ebebeb;
    border-radius: 0;
    border: 1px solid transparent;
    width: 30px;
    height: 30px;
    text-shadow: none;
}
.owl-carousel .owl-buttons [class*=owl-]:hover { background: #f6b208; }
.owl-carousel .owl-buttons .owl-prev, .owl-carousel:hover .owl-buttons .owl-prev{
    left: 10px;
}
.owl-carousel .owl-buttons .owl-next, .owl-carousel:hover .owl-buttons .owl-next{
    right: 10px;
}
.owl-carousel:hover .owl-buttons div{
    opacity: 1;
}
.owl-carousel .owl-buttons div i{
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    font-weight: 600;
}
/*nav */
.nav-mobi{ display: none; }
.navbar-toggle {
    margin-top: 19px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #FB458F;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    text-align: center;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #FB458F;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-nav > li > a {
    padding-top: 27px;
    padding-bottom: 15px;
    font-size: 16px;
    padding-right: 25px;
    padding-right: 16px;
}
/*box list*/
.box-list{
    max-width: 100%;
    width: 100%;
    float: left;
    position: relative;
    z-index: 99;
}

/* menu */
#over_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
}
#menu {
    position: relative;
    z-index: 600;
    width: auto;
}
#menu  > ul.sf-js-enabled.sf-arrows {
    float: left;
    width: 100%;
}
#menu > ul .top {
    color: #fff;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 5px 15px;
    /*opacity: 0.7;*/
}
#menu > ul > li.current > a,
#menu > ul > li:hover > a,
#menu > ul > li > a:hover {
    opacity: 1;
}
#menu > ul .top span.fa {
    display: inline-block;
    margin-left: 3px;
}
#menu ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
#menu > ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    z-index: 20;
}
#menu > ul > li {
    float: left;
    margin: 0 6px;
}
#menu > ul a {
    display: block;
    text-decoration: none;
    z-index: 6;
}
#menu ul ul {
    background-color: #111;
    border: 0;
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    margin: 0px;
    width: 220px;
    z-index: 900;
    text-align: left;
    box-shadow: 0 0 5px -5px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);    
    -webkit-transform: perspective( 600px ) rotateX( -90deg );
    -moz-transform: perspective( 600px ) rotateX( -90deg );
    -ms-transform: perspective( 600px ) rotateX( -90deg );
    -o-transform: perspective( 600px ) rotateX( -90deg );
    transform: perspective( 600px ) rotateX( -90deg );
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: auto;
}
#menu > ul  li:hover > ul{
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: perspective( 600px ) rotateX( 0deg );
    -moz-transform: perspective( 600px ) rotateX( 0deg );
    -ms-transform: perspective( 600px ) rotateX( 0deg );
    -o-transform: perspective( 600px ) rotateX( 0deg );
    transform: perspective( 600px ) rotateX( 0deg );
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#menu > ul ul li {
    width: 100%;
    white-space: nowrap;
    float: left;
}
#menu > ul li li a i.fa {
    margin-top: 7px;
    margin-right: 0;
}
#menu ul ul ul {
    top: 0;
    left: 100%;
}
#menu > ul li li a {
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    padding: 3px 15px;
    opacity: 0.7;
    text-transform: uppercase;
}
#menu > ul li ul li:last-child a{ border-bottom: 0; }
#menu > ul li li a span {
    margin-right: 10px;
}
#menu > ul li li > a:hover {
    opacity: 1;
}


/*menu footer */
#menu_footer {
    background: #FC4980;
}

#menu_footer > ul .top {
    color: #FFF;
    line-height: 20px;
}
#menu_footer ul {
    margin: 0px;
    padding: 0px;
}

#menu_footer ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: none;
    padding: 0px 24px;
}

#menu_footer ul li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
}

#menu_footer ul li a:hover {
    background: none !important;
}


/* language */
#language {
    display: inline-block;
    width: auto;
}
#language > ul > li{ display: inline-block; margin-right: 10px;}

#language .drop-button {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    padding: 3px 5px;
    border-radius: 2px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

#language .drop-button span {
    margin: 0 4px;
}
/*banner-top-all (At the top of Breadcrumb)*/

.banner-top-all {
    position:  relative;
}
.banner-top-all > .container {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
}
.banner-top-all:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.banner-top-all img {
    position: relative;
    z-index: 1;
}

/* breadcrumb */
.breadcrumb, .breadcrumb a {
    color: var(--color-text-all);
    margin-bottom: 10px;
}

.breadcrumb, .breadcrumb a:first-child i {
    float: left;
    width: 100%;
}
.breadcrumb a:hover {
    color: var(--color-text);
}
/*  */
body[class*="product-category"] .breadcrumb {
    background: transparent;
    text-align: center;
    margin-bottom: 50px;
}



.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
}
.success i.fa, .warning i.fa, .attention i.fa, .information i.fa {
    margin-right: 10px;
}
.success {
    background: #EAF7D9;
    border: 1px solid #BBDF8D;
}
.warning {
    background: #FFD1D1 ;
    border: 1px solid #F8ACAC;
}

.attention {
    background: #FFF5CC;
    border: 1px solid #F2DD8C;
}

.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

.alert {
    padding: 4px;
    margin-bottom: 15px;
    color: #555555;
    background: #FFF5CC;
    border: 1px solid #F2DD8C;
    text-align: center;
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.error {
    display: block;
    color: #FF0000;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    display: block;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.form tr td:first-child {
    width: 150px;
}

table.form > * > * > td {
    color: #000000;
}

table.form td {
    padding: 4px;
}

input.large-field, select.large-field {
    width: 300px;
}

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}

table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}

table.list tbody td {
    padding: 0px 5px;
}

table.list .left {
    text-align: left;
    padding: 7px;
}

table.list .right {
    text-align: right;
    padding: 7px;
}

table.list .center {
    text-align: center;
    padding: 7px;
}

table.radio {
    width: 100%;
    border-collapse: collapse;
}

table.radio td {
    padding: 5px;
}

table.radio td label {
    display: block;
}

table.radio tr td:first-child {
    width: 1px;
}

table.radio tr td:first-child input {
    margin-top: 1px;
    margin-left: 0;
    position: static;
}

table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}

.pagenumber {
    border-top: 1px solid #DDDDDD;
    display: inline-block;
    width: 100%;
    padding-top: 6px;
}

.pagenumber .links {
    float: left;
    padding-top: 6px;
}

.pagenumber .links .pagination {
    display: inline-block;
    margin: 0;
    padding-left: 0;
}

.pagenumber .links .pagination > li {
    display: inline;
}

.pagenumber .links .pagination > li > a,
.pagenumber .links .pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #f6b208;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.pagenumber .links .pagination > li:first-child > a,
.pagenumber .links .pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0;
}

.pagenumber .links .pagination > li:last-child > a,
.pagenumber .links .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagenumber .links .pagination > li > a:hover,
.pagenumber .links .pagination > li > span:hover,
.pagenumber .links .pagination > li > a:focus,
.pagenumber .links .pagination > li > span:focus {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #f6b208;
}

.pagenumber .links .pagination > .active > a,
.pagenumber .links .pagination > .active > span,
.pagenumber .links .pagination > .active > a:hover,
.pagenumber .links .pagination > .active > span:hover,
.pagenumber .links .pagination > .active > a:focus,
.pagenumber .links .pagination > .active > span:focus {
    background: none repeat scroll 0 0 #f6b208;
    border-color: #f6b208;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #ffffff;
    cursor: default;
    z-index: 2;
}

.pagenumber .links .pagination > .disabled > span,
.pagenumber .links .pagination > .disabled > span:hover,
.pagenumber .links .pagination > .disabled > span:focus,
.pagenumber .links .pagination > .disabled > a,
.pagenumber .links .pagination > .disabled > a:hover,
.pagenumber .links .pagination > .disabled > a:focus {
    background-color: #ffffff;
    border-color: #dddddd;
    color: #777777;
    cursor: not-allowed;
}

.pagenumber .results {
    float: right;
    padding-top: 6px;
    font-size: 12px;
}

/* button */
input.button {
    text-decoration: none;
}

.buttons {
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.htabs {
    padding: 0px 0px 0px 10px;
    height: 26px;
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;
}

.htabs a {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 0%, #e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1); /* IE6-8 fallback on horizontal gradient */
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 4px 12px;
    float: left;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 2px;
    display: none;
}

.htabs a.selected {
    padding-bottom: 5px;
    background: #FFFFFF;
    font-weight: bold;
}

.tab-content {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    min-height: 300px;
}
.tab-content img {
    max-width: 100%
}

.form-contact-news {
    margin-top: 45px;
}
.form-contact-news .title-form-contact-new {
    font-size: 27px;
    font-weight: 600;
    color: #171717;
}
.sub-form-contact-news {
    color: #dbad3b;
    margin-bottom: 20px;
}
.form-contact-news input.btn-v {
    background: #dbad3b;
    border: 1px solid #dbad3b;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 10px 40px;
}
.form-contact-news input.form-control {
    height: 50px;
}


/* box */
.box {
    width: 100%;
    float: left;
}
.box .box-red {
    background-color: #FE0000;
    color: #ffffff;
}

.box .box-black {
    background-color: #524F4C;
    color: #ffffff;
}

.box .box-brown {
    background-color: #CA6400;
    color: #ffffff;
}

.box .box-ghi {
    background-color: #F0F0F0;
    color: #3F4347;
}

.box .box-line {
    display: block;
}
.box .box-content .carousel {
    padding: 0;
}

.box .box-content .carousel .owl-carousel {
    box-shadow: none;
    margin: 0;
}


/* box category */
ul.box-category, ul.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.box-category > li:first-child {
    padding: 0px;
}

ul.box-category > li {
    padding: 0px;
}

ul.box-category > li + li {
    border-top: 1px solid #ddd;
}

ul.box-category > li > a {
    text-decoration: none;
    color: #444444;
    line-height: 14px;
    padding: 8px 5px 7px;
    display: block;
    text-indent: 10px;
}
ul.box-category a i.fa, ul.box-category a span.fa {
    font-size: 9px;
    margin-right: 5px;
}

ul.box-category > li > a:hover {
    background-color: #eee;
}

ul.box-category > li ul {
    /*display: none;*/
}

ul.box-category > li a.active {
    font-weight: bold;
}

ul.box-category > li ul.active, ul.box-category > li a.active + ul.no-active {
    display: block;
}

ul.box-category > li ul.no-active {
    display: none;
}

ul.box-category > li ul > li {
    padding: 0;
}

ul.box-category > li ul > li > a {
    text-decoration: none;
    color: #444;
    line-height: 14px;
    padding: 8px 25px 7px;
    display: block;
}

ul.box-category > li ul > li > a:hover {
    background-color: #eee;
}

ul.box-category > li ul > li > a.active {
    font-weight: bold;
}


/* news filter */



/*.news-filter {
    overflow: auto;
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(204, 204, 204, 0.4) inset;
    border-radius: 3px;
    background-color: #f7f7f7;
    border: 1px solid #d4d4d4;
    color: #333;
}

.news-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #333;
}

.news-filter .display a {
    font-weight: bold;
}

.news-filter .sort {
    float: right;
    color: #333;
}

.news-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333;
}
*/

/* news info (in news/news.apt )*/
.news-info {
    overflow: auto;
    margin-bottom: 20px;
    width: 100%;
}
.news-info .news-heading h1{
    font-size: 27px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 10px;
}
.news-info .news-date {
    color: #dbad3b;
    font-style: italic;
}
.news-info > .left {
    float: left;
    margin-right: 15px;
}

.news-info > .left + .right {
    margin-left: 265px;
}

.news-info .date {
    color: #666;
}

.news-info .comment {
    color: #4D4D4D;
}

.news-info .comment .share {
    overflow: auto;
    line-height: normal;
    float: right;
}

.news-info .comment .share a {
    text-decoration: none;
}

/* news list */
.news-list{
    clear: both;
    float: left;
}
.news-list > div {
    margin-bottom: 15px;
    overflow: auto;
    clear: both;
}

.news-list > div .name a {
    color: #13294a;
    font-size: 13px;
    font-weight: bold;
}

.news-list > div .image {
    float: left;
    margin-right: 10px;
    width: 40%;
}

.news-list > div .date_added {
    color: #b1b1b1;
}

.news-list > div .short-content {
    margin-top: 5px;
    text-align: justify;
}

.news-list > div .image img {
    border: 1px solid #e7e7e7;
    padding: 3px;
}

.news-related {
    margin: 50px 0 30px;
}
.news-related h2 {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.news-related h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
    background: #fcc811;
}
.slide-news-related .item {
    padding: 0 15px 15px;
}
/*.news-related h3 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #333;
    padding: 8px;
    margin-bottom: 0;
    font-size: 15px;
}

.news-related ul {
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 0 10px #ccc inset;
    margin-bottom: 20px;
    margin-top: 0;
    min-height: 20px;
    padding: 9px;
    border-radius: 0 0 4px 4px;
}

.news-related ul li {
    list-style: none;
    margin-left: 18px;
    margin-bottom: 4px;
}*/

.tags-list {
    margin-bottom: 10px;
}

/* manufacturer */
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}

.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
/* comment list*/
.comment-list > div {
    padding: 10px 2px;
    overflow: auto;
    margin-bottom: 2px;
}

.comment-list > div + div {
    border-top: 1px solid #EEEEEE;
}

.comment-list > div .left {
    float: left;
    width: 15%;
}

.comment-list > div .left .avata {
    text-align: center;
    position: relative;
    top: 20%;
    left: 10%;
    color: #C2C2C2;
    width: 50px;
    height: 50px;
    border: 2px solid #C2C2C2;
    border-radius: 50%;
    font-size: 30px;
}

.comment-list > div .left .avata:after, .comment-list > div .left .avata:before {
    left: 92%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.comment-list > div .left .avata:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 13px;
    margin-top: -13px;
}

.comment-list > div .left .avata:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #C2C2C2;
    border-width: 16px;
    margin-top: -16px;
}

.comment-list > div .right {
    float: right;
    width: 85%;
}

.comment-list > div .info {
    width: 99%;
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 0 10px #ccc inset;
    padding: 9px;
}

.comment-list > div .info .author, .comment-list > div .info .date {
    color: #333;
}

.comment-list > div .info .author i.fa, .comment-list > div .info .date i.fa {
    width: 15px;
    margin-right: 5px;
}

span.on i.fa, span.on span.fa {
    color: #F0A600;
    font-size: 12px;
}

span.off i.fa, span.off span.fa {
    font-size: 12px;
}

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

/*compare*/

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: center;
}

.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
    font-weight: bold;
}

.compare-info .price-new {
    font-weight: bold;
}


/* wishlist */
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.wishlist-info td {
    padding: 7px;
}

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
#search{
    height: 100%;
    width: 100%;
    position: relative;
}
.wishlist-info thead .image {
    text-align: center;
}

.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}

.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}

.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}

.wishlist-info tbody .image {
    text-align: center;
}

.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}

.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}

.wishlist-info tbody .price s {
    color: #F00;
}

.wishlist-info tbody .action img {
    cursor: pointer;
}

/*login*/
.login-content {
    margin-bottom: 20px;
    overflow: auto;
}

.login-content .left {
    float: left;
    width: 48%;
}

.login-content .right {
    float: right;
    width: 48%
}

.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}

/* page contact */
.map-contact {
    margin: 30px 0;
}
.map-contact iframe {
    width: 100%;
    height: 265px;
}

/* comment */
h2.title-contact {
    font-size: 27px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #dbad3b;
}
h2#comment-title {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #ddd;
    color: #333;
    padding: 8px;
    margin: 0 -10px;
}
.write-comment {
    margin-bottom: 20px;
}
.write-comment input.btn-v {
    background: #dbad3b;
    border: 1px solid #dbad3b;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 10px 40px;
}
.write-comment p {
    font-weight: 600;
    margin-bottom: 15px;
}
.write-comment > div {
    margin-bottom: 25px;
}
.write-comment div.buttons {
    border: none;
    background: none
}
.write-comment input[type="text"], .write-comment textarea {
    border: 1px solid #d7dce9;
    border-radius: 3px;
    background: none repeat scroll 0 0 #fff;
    padding: 6px 15px;
    width: 100%;
}
.write-comment input[type="text"] {
    height: 50px;
}
.write-comment .rating span {
    cursor: pointer;
}
.write-comment ul.list-unstyled {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
}
.write-comment .item input.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.write-comment .item label {
    font-weight: 400;
    cursor: pointer;
    position: relative;
}
.write-comment .item label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: white;
    border: 1px solid #aaa;
    border-radius: 5px;
    top: -3px;
    position: relative;
}
.write-comment .item input.styled-checkbox:hover + label:before,
.write-comment .item input.styled-checkbox:checked + label:before {
    background: #dbad3b;
}
.write-comment .item input.styled-checkbox:checked + label:after {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: 4px;
    top: 0;
    color: #fff;
    font-size: 17px;
}

/*captcha*/

.captcha {
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0); /* IE6-9 */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    width: 225px;
    padding: 5px;
}

.captcha .c_image {
    margin-bottom: 5px;
}

.captcha .c_image img {
    border: 3px;
}

.captcha .c_input {
    background: #f1e767; /* Old browsers */
    background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1e767 0%, #feb645 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1e767 0%, #feb645 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0); /* IE6-9 */
    border-radius: 3px;
    padding: 5px;
    width: 150px;
    display: inline-block;
}

.captcha .c_input input {
    width: 100px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.captcha .c_input p {
    font-weight: normal;
    font-size: 11px;
    color: #333333;
}

.captcha .c_input a {
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
    border: 1px solid #8B0221;
    color: #fff;
    padding: 1px 10px;
}

.captcha .c_input a:hover, .captcha .c_input a:focus, .captcha .c_input a.active {
    background: #8B0221;
}

.captcha .c_logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

/* search */
.box-search {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 10px;
}

.box-search div {
    margin-bottom: 10px;
}

.box-search .search input {
    color: #999;
    padding: 5px 10px;
}

.box-search .category select {
    display: block;
}

/* orders */
.order-list {
    margin-bottom: 10px;
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.order-list .order-content div {
    float: left;
    width: 33.3%;
}

.order-list .order-info {
    text-align: right;
}

.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}

/* download */
.download-list {
    margin-bottom: 10px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.download-list .download-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info {
    text-align: right;
}

/*contact-info*/

.contact-info {
    overflow: auto;
}

.contact-info .left {
    float: left;
    width: 48%;
}

.contact-info .right {
    float: left;
    width: 48%;
}

/*location*/
.location-info {
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    min-height: 100px;
    overflow: auto;
}

.location-info .location-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    padding: 10px 15px;
}

.location-info span,
.location-info i {
    margin-right: 5px;
}

.location-info .location-content {
    background: #FFFFFF;
    padding: 10px;
}

.location-info .location-content .column {
    float: left;
    width: 25%;
    min-height: 100px;
}


/* sitemap */

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}
.sitemap-info ul ul{
    margin-left: 30px;
    list-style: circle;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}

.sitemap-info .right {
    float: left;
    width: 48%;
}

/* account */
.login div {
    margin-bottom: 10px;
}

.login div p {
    font-weight: bold;
    margin-bottom: 0;
}

/* layout */
[id *= column-] > div{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
[id *= column-] .box-list-heading {
    font-size: 18px;
    margin: 10px 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #aaa;
}
#column-left {
    text-decoration: none;
    width: 100%;
    float: left;
}
#column-right {
    text-decoration: none;
    width: 100%;
    float: right;
}
#content {
    text-decoration: none;
    margin-bottom: 25px;
}
#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}

#content .content .left {
    float: left;
    width: 49%;
}

#content .content .right {
    float: right;
    width: 49%;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 215px;
}
#column-right + #content {
    margin-right: 215px;
}
[id*="column-"] .box-content .owl-pagination{
    top: 0;
}
#column-left .product_featured{
    overflow: hidden;
    transition-duration: 0.5s;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    transition-duration: 0.5s;
}
#column-left .product_featured .image{
    padding: 5px;
}
#column-left .product_featured:last-child{
    border-bottom:none;
}
#column-left .product_featured:hover{
    -webkit-box-shadow: 0px 5px 18px 1px rgba(251,67,143,0.28);
    -moz-box-shadow: 0px 5px 18px 1px rgba(251,67,143,0.28);
    box-shadow: 0px 5px 18px 1px rgba(251,67,143,0.28);
}
#column-left .product_featured img{
    transition-duration: 0.5s;
}
#column-left .product_featured:hover img{
    filter:saturate(5);
}

/*tabrelated*/
#tab-related {    
    padding: 45px 0 0;
}
#tab-related h3{ 
    margin: 0 0 20px;
}

.slide-related .item {
    padding: 15px;
    display: flex;
}
.slide-related.owl-carousel{ 
    background: transparent;
    margin-bottom: 0;
}
#tab-related .col-xs-12.col-md-4:nth-child(3n + 1) {
    clear: both;
}

/*product/product..*/
.product-filter {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    clear: both;
}
.product-filter .limit {
    float: right;
}
.product-filter .sort {
    float: right;
    margin-right: 11px;
}

/* drop-box*/
.drop-box {
    position: relative;
}

.drop-box .drop-button {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: left;
    text-decoration: none;
}

.drop-box .drop-content {
    background-color: #fff;
    box-shadow: 0 6px 12px #80397b;
    clear: both;
    position: absolute;
    display: none;
    z-index: 1000;
}

.drop-box .drop-content p.wait {
    text-align: center;
    margin: 10px 0;
}

.drop-box .drop-content.left {
    left: 0;
}

.drop-box .drop-content.left:after,
.drop-box .drop-content.left:before {
    left: 10px;
}

.drop-box .drop-content.left:before {
    margin-left: -6px;
}

.drop-box .drop-content.right {
    right: 0;
}

.drop-box .drop-content.right:after,
.drop-box .drop-content.right:before {
    right: 10px;
}

.drop-box .drop-content.right:before {
    margin-right: -6px;
}

.drop-box .drop-content.top {
    border-top: 4px solid #80397b;
    border-radius: 0 0 5px 5px;
}

.drop-box .drop-content.top:after,
.drop-box .drop-content.top:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.drop-box .drop-content.top:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 6px;
}

.drop-box .drop-content.top:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #80397B;
    border-width: 12px;
}

.drop-box .drop-content.bottom {
    border-bottom: 4px solid #80397b;
    border-radius: 5px 5px 0 0;
}

.drop-box .drop-content.bottom:after,
.drop-box .drop-content.bottom:before {
    top: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.drop-box .drop-content.bottom:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 6px;
}

.drop-box .drop-content.bottom:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #80397B;
    border-width: 12px;
}

.drop-box .drop-content .drop-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px;
    position: relative;
    height: 20px;
}

.drop-box .drop-content .drop-title > i.fa {
    margin-right: 5px;
}

.drop-box .drop-content .drop-title .drop-close {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1px;
    opacity: 1;
    padding: 3px 4px;
    position: absolute;
    right: 7px;
    top: 0;
    cursor: pointer;
}

.drop-box .drop-content .drop-title .drop-close:hover {
    background-color: #80397b;
    border-radius: 50%;
    color: #fff;
}

.drop-box .drop-content .drop-description ul.list-link {
    list-style: none;
    padding: 0;
}

.drop-box .drop-content .drop-description ul.list-link li {
    clear: both;
    width: 100%;
}

.drop-box .drop-content .drop-description ul.list-link li a {
    display: block;
    text-decoration: none;
    color: #333;
    margin: 1px;
    padding: 5px;
}

.drop-box .drop-content .drop-description ul.list-link li a:hover,
.drop-box .drop-content .drop-description ul.list-link li a.active {
    background: #80397B;
    color: #fff
}

.drop-box .drop-content .drop-description ul.list-link li a i.fa {
    margin-right: 5px;
}

/* livesearch */
#livesearch_search_results {
    position: absolute !important;
}

/*search */
.search{
    background-color: #ffffff;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    margin: 10px 0;
    width: 100%;
}
.search-all {
    float: left;
    width: 100%;
}
.search input {
    float: left;
    border: 0;
    line-height: 40px;
    width: 100%;
}
.search #_button-search{
    cursor: pointer;
    border: none;
}
.search #_button-search:focus, #box-search-top select:focus, .search input:focus{
    outline: none;
}

/* product_list_index */
.product_list_index .image_product_left {
    width: 80px;
    height: 80px;
    float: left;
    background: #F00;
}

.product_list_index .image_product_left a {
    width: 80px;
    height: 80px;
}

.product_list_index .name_product_right {
    width: 96px;
    float: right;
}

/* about us page  */
.list-about-info {
    margin: 50px 0;
}
.list-about-info .item{
    background: #f3f3f3;
}
.list-about-info .item .row.row-flex {
    margin: 0;
}
.list-about-info .item .col-md-6 {
    padding: 0;
}
.list-about-info .item:nth-child(even) .col-md-6:nth-child(1){
    order: 2;
}
.list-about-info .item .info {
    height: 100%;
    padding: 0 40px 0 50px;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.list-about-info .item .info:after {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #aaa;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 0;
}
.list-about-info .item .info-ab {
    position: relative;
    z-index: 1;
}
.list-about-info .item .info-ab h2 {
    font-size: 27px;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0;
}
.list-about-info .info-item-about {
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 15px;
}
.list-about-info .avarta {
    position: relative;
    overflow: hidden;
}
.list-about-info .avarta:after {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #fff;
    position: absolute;
    left: 15px;
    top: 15px;
}
.list-about-info .avarta img {
    width: 100%;
    height: 406px;
    object-fit: cover;
    transition: 1.5s all;
}
.list-about-info .avarta:hover img {
    transition: 1.5s all;
    transform: scale(1.1);
}

/* news detail */
.news-description img,
.tab-info-product img {
    max-width: 100% !important;
    height: auto !important;
}
.news-desc-detail h2 {
    font-size: 22px;
}
.news-desc-detail h3 {
    font-size: 18px;
}

/* footer */
#footer{
    margin: 0;
    background-color: var(--bg-all);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    color: #fff;
}
#footer.has-bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .8;
    z-index: -1;
}
#footer .footer-all {
    padding: 30px 0px;
    float: left;
    width: 100%;
}
#footer .footer-all .logo-footer img {
    max-height: 115px;
    margin-bottom: 5px;
}
#footer .sologan-footer {
    font-family: "Babylonica", cursive;
    font-size: 38px;
    margin-bottom: 20px;
    color: var(--color-title-bg-dark);
}
#footer .footer-title {
    margin-bottom: 15px;
    width: 100%;
}
#footer .footer-title h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    font-weight: 400;
}
#footer .over-iframe {
    height: 200px;
    width: 100%;
}
#footer .over-iframe iframe {
    width: 100%;
    height: 100%;
}
#footer .news-pops-footer p i {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    color: #dbad3b;
}
#footer .news-pops-footer p a {
    color: #eaeaea;
}
#footer .item-visitor {
    margin-bottom: 10px;
}
#footer .item-visitor span{
    color: #c5902c;
    float: right;
}
#footer .footer-all ul {
    list-style: none;
}
#footer .footer-all ul li {
    position: relative;
    margin: 0;
    padding: 10px 0;
}
#footer .footer-all ul li a{
    color: #fff;
    position: relative;
}
#footer .footer-all ul li:hover a,
#footer .footer-all ul li a:hover {
    color: var(--color-title-bg-dark);
}
#footer .footer-all .social_footer ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 3px;
}
#footer .social_footer a {
    display: inline-block;
    color: #fff!important;
    background-color: #f56c1c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
}
#footer .social_footer a.tiktok {
    line-height: 43px;
}
#footer .social_footer a svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

#footer .form-footer {
    padding: 0 20px;
    color: #000;
}
#footer .form-footer .title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
}
#footer .form-footer .form-control {
    border: 1px solid #000;
    border-radius: 0;
}
#footer .form-footer input.form-control {
    height: 40px;
}
#footer .form-footer label {
    font-weight: 400;
    font-size: 12px;
}
#footer .form-footer label input {
    float: left;
    margin-right: 5px;
}
#footer .form-footer label div {
    float: left;
    width: calc(100% - 20px);
}
#footer .form-footer label div p {
    margin: 0;
    color: #fff;
}
#footer button.send-footer {
    background: #e0cb9b;
    border: 0;
    outline: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 8px 0 10px;
    cursor: pointer;
}
#footer .form-group.mb-0 {
    margin-bottom: 0;
}

#powered {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#powered .container {
    border-top: 1px solid #525252;
}
#powered p { 
    margin: 0; 
    font-size: 11px;
    line-height: 40px;
    text-align: center;
}
#powered span {
    opacity: 0.5;
}
#powered a {
    color: #fff;
}
#powered a:hover{
    text-decoration: underline;
}
#powered .social_footer {
    text-align: right;
    margin-bottom: 20px;
}
#powered .social_footer li {
    display: inline-block;
}
#powered .social_footer li a {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
}
#powered .social_footer li a:hover {
    background: #fff;
    color: #111;
}
#powered .img-footer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#powered .img-footer img {
    display: inline-block;
    margin-bottom: 10px;
    max-height: 50px;
}
.scroll-head {
    background-color: transparent;
    bottom: 0;
    color: #dbad3b;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 0;
    text-align: center;
    transition: all .5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 45px;
    z-index: 99999;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #dbad3b;
}
.scroll-head.visible {
    visibility: visible;
    opacity: 1;
    right: 20px;
    bottom: 50px;
}
#footer .footer-all .facebook-like-box {
    width: 100%;
    overflow: auto;
}

/* mb-hotline */
.mb-hotline {
    background: #200f07;
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.mb-hotline a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 45px;
}
.mb-hotline .col-xs-6 a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.mb-hotline .col-xs-6 a i {
    margin-right: 3px;
}

/* chat zalo */
a.fixed_zalo {
    background-image: url(../image/zalo_logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 65px;
    right: 10px;
    z-index: 9999;
}
/* call now*/
.mypage-alo-phone {
    position: fixed;
    left: 0px;
    right: auto;
    bottom: 15px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
    width: 32px;
    height: 32px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.4) url(../image/phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #ca8d28;
    background-size: 70%;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #f63701;
    opacity: .75 !important;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-color: #ca8d28;
    opacity: .5;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.zoomIn {
    animation-name: zoomIn;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.pulse {
    animation-name: pulse;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    animation-name: tada;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* fix cart */
.cart-title h2 {
    color: #797979;
    font-weight: 600;
    font-size: 14px;
    background: #fafafa;
    padding: 12px 20px 8px;
    letter-spacing: .02em;
    line-height: 20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
}
.cart-info-list li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 40px;
}
.cart-info-list li a.img-product {
    float: left;
    width: 20%;
}
.cart-info-list li .product-details {
    float: left;
    width: 80%;
    padding-left: 20px;
}
.cart-info-list li .product-details a.product-name {
    display: inline-block;
    margin-bottom: 9px;
}
.cart-info-list li .product-details p.price_cart {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 600;
}
.cart-info-list li .product-details .quantity-cart label {
    margin-bottom: 9px;
    display: block;
    font-size: 12px;
}
.cart-info-list li .product-details .quantity-cart input[type="text"] {
    text-align: center;
    margin-right: 30px;
    min-width: 60px;
}
.cart-info-list li .product-details .quantity-cart a.update {
    color: #e95144;
    border-bottom: 1px solid #e95144;
    margin-right: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.cart-info-list li .product-details .quantity-cart  a.remove {
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.cart-total {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 28px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
}
.buttons a.button.button_checkout,
.buttons a.button.button_shopping {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #115876;
}
.buttons a.button.button_checkout,
.buttons a.button.button_shopping:hover {
    background: #115876;
    color: #fff;
}
.buttons a.button.button_shopping,
.buttons a.button.button_checkout:hover {
    background: transparent;
    color: #000;
}

/* load page  */
.prague-loader {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
}
.prague-loader .prague-loader-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.6s linear;
  transition: -webkit-transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}
.prague-loader .prague-loader-bar {
    display: inline-block;
    position: relative;
    top: 50%;
    overflow: hidden;
    vertical-align: middle;
    width: 40%;
    height: 160px;
    font-size: 80px;
    line-height: 160px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: -webkit-transform 0s linear;
    transition: -webkit-transform 0s linear;
    transition: transform 0s linear;
    transition: transform 0s linear, -webkit-transform 0s linear;
    -webkit-transform: scaleX(1) translateY(-50%);
    transform: scaleX(1) translateY(-50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
    z-index: 2;
}
.prague-loader .prague-loader-bar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #111;
  border-radius: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-animation: loading 2s linear infinite forwards;
  animation: loading 2s linear infinite forwards;
}
.prague-loader .prague-loader-img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: scaleout-image 2s infinite ease-in-out;
  animation: scaleout-image 2s infinite ease-in-out;
  -webkit-transition: visibility 0.3s ease-in 0.2s;
  transition: visibility 0.3s ease-in 0.2s;
  visibility: hidden;
}
.prague-loader .prague-loader-img.s-back-switch {
  visibility: visible;
}
.prague-loader.is-loaded {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  visibility: hidden;
}
.prague-loader.is-loaded .prague-loader-wrapper {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.prague-loader.is-loaded .prague-loader-img {
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease-in 0s;
  transition: visibility 0.3s ease-in 0s;
}
@media only screen and (max-width: 991px) {
  .prague-loader .prague-loader-bar {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .prague-loader .prague-loader-bar {
    font-size: 32px;
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%,
  80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%,
  80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}


/* phone fix */
#button-contact-vr {
    position: fixed;
    bottom: 105px;
    right: 0;
    z-index: 99;
}
/*phone*/
#button-contact-vr .button-contact {
    position: relative;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;color: #fff;
}
@media(max-width: 736px){
    .phone-bar{display: none;}
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
  -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}
#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}