@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:not(td) {

    padding: 0;

    margin: 0

}

body {

    font: 14px/18px Roboto,Helvetica,Arial,sans-serif;

color: #000;
}

a {

    text-decoration: none;

    color: #000;

    outline: 0;

}

a:hover {

    text-decoration: none;

    color: #006BA0;

}

h1 {font-size: 28px;line-height: 40px;}

h2 {

    font-size: 25px;

    line-height: 40px

}

h3 {

    font-size: 22px;

    line-height: 35px;

}

h4 {

    font-size: 20px;

    line-height: 28px;

}

h5 {

    font-size: 14px;

    line-height: 27px;

}

h6 {

    font-size: 13px;

    line-height: 26px;

}

p{

    margin-bottom: 5px;

}

img,

button {

    border: none;

}

button {

    outline: 0;

}


ol, ul {list-style: inside;}

.panel ul ul {

    padding-left: 0;

}

img,

button {

    border: none

}

input[type=text],

input[type=password],

input[type=date],

input[type=datetime],

input[type=datetime-local],

input[type=month],

input[type=week],

input[type=email],

input[type=number],

input[type=search],

input[type=tel],

input[type=time],

input[type=url],

input[type=color],

textarea,

select,

.mod-birthday {

    border-radius: 0;

    background-color: #FFF;

    border-style: solid;

    border-width: 1px;

    border-color: #eee;

    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); */

    color: rgba(0, 0, 0, .75);

    display: block;

    outline: 0;

    font-family: inherit;

    font-size: .875rem;

    margin: 0;

    padding: .5rem;

    width: 100%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    /* -webkit-transition: border-color .15s linear, background .15s linear; */

    -moz-transition: border-color .15s linear, background .15s linear;

    -ms-transition: border-color .15s linear, background .15s linear;

    -o-transition: border-color .15s linear, background .15s linear;

    /* transition: border-color .15s linear, background .15s linear; */

}

input[type=text]:focus,

input[type=password]:focus,

input[type=date]:focus,

input[type=datetime]:focus,

input[type=datetime-local]:focus,

input[type=month]:focus,

input[type=week]:focus,

input[type=email]:focus,

input[type=number]:focus,

input[type=search]:focus,

input[type=tel]:focus,

input[type=time]:focus,

input[type=url]:focus,

input[type=color]:focus,

textarea:focus {

    background-color: #fafafa;

    border-color: #eee;

    outline: 0;

}

input[disabled] {

    background-color: #f4f4f4;

    opacity: 1;

    border: .5px solid #e4e4e4;

    color: #b0b0b0;

}

button{

    outline: 0;

    cursor: pointer;

}

table {

    border-collapse: collapse;

    border-spacing: 0;

}

*{

    box-sizing: border-box;

}

*{

    box-sizing: border-box;

}

.success,

.notice,

.error_title {

    padding: .6em 1em 0.6em 3.4em;

    margin-bottom: 1em;

    font-weight: bold

}

.success {

    border: 1px solid #C6D880;

    color: #264409;

    padding-left: 40px !important;

    background: #E6EFC2 url(../img/success.png) no-repeat 10px center

}

.notice {

    border: 1px solid #FFD324;

    color: #514721;

    padding-left: 40px !important;

    background: #FFF6BF url(../img/note.png) no-repeat 10px center

}

.note {

    color: #FF2222;

}

.error_title {

    border: 1px solid #ff5e00;

    color: #ff5e00;

    padding-left: 40px !important;

    background: #fff0e2 url(../img/error.png) no-repeat 10px center;

}

.error {

    color: #ff9822;

}

.box_error {

    box-shadow: 0 0 3px #ff9822 !important;

    border: 1px solid #ff9822 !important;

}

.flr {

    float: right;

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: #7d7d7d;

  opacity: 1; /* Firefox */

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */

  color: #7d7d7d;

}

::-ms-input-placeholder { /* Microsoft Edge */

  color: #7d7d7d;

}

.alert {

    position: relative;

    padding: 10px 15px;

    margin-bottom: 1rem;

    border: 1px solid transparent;

    border-radius: .25rem;

    display: block;

}

.alert-primary {

    color: #004085;

    background-color: #cce5ff;

    border-color: #b8daff;

}

.alert-success {

    color: #155724;

    background-color: #d4edda;

    border-color: #c3e6cb;

}

.alert-danger {

    color: #721c24;

    background-color: #f8d7da;

    border-color: #f5c6cb;

}

.alert-warning {

    color: #856404;

    background-color: #fff3cd;

    border-color: #ffeeba;

}

.alert-info {

    color: #0c5460;

    background-color: #d1ecf1;

    border-color: #bee5eb;

}

.label-bold .label{

    font-weight: bold;

}

.small{

    font-weight: normal;

}

.clear {

    clear: both;

}

.panel{

    margin-bottom: 20px;

}

.bg-panel{

background: #FFF;
padding: 15px
}

.html_page{

    margin-top: 20px;

}

#page_loading{padding:10px;font-size:20px;font-weight:bold}

#page_loading img{margin-right:5px}

div#wrapper {

}

#main{max-width: 1980px;margin: 0 auto;}

.container{

    width: 1230px;

    padding: 0;

    margin: 0 auto;

}

.text-right {

    text-align: right;

}

.text-left {

    text-align: left;

}

.text-center {

    text-align: center;

}

.text-strong{

    font-weight: bold;

}

.row:before, .row:after{

    display: table;

    content: '';

}

.row:after{

    clear: both;

}
.col-flex {
    flex-direction: row;
    display: flex;
    align-items: center;
}

.list-edge{

margin-left: -15px;

margin-right: -15px;
}

.list-edge-top{

    margin-top: -10px;

}
.padding-small>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-small-edge {
    margin-left: -5px;
    margin-right: -5px;
}
.list-col{

  float: left;

  width: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-flow: row wrap;

  -ms-flex-flow: row wrap;

  flex-flow: row wrap;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  justify-content: left;

}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,

.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,

.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,

.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,

.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,

.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,

.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,

.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,

.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,

.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,

.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

position: relative;

min-height: 1px;

padding: 0px 15px;
}

.list-col > .col-xs-1, .list-col > .col-sm-1, .list-col > .col-md-1, .list-col > .col-lg-1,

.list-col > .col-xs-2, .list-col > .col-sm-2, .list-col > .col-md-2, .list-col > .col-lg-2,

.list-col > .col-xs-3, .list-col > .col-sm-3, .list-col > .col-md-3, .list-col > .col-lg-3,

.list-col > .col-xs-4, .list-col > .col-sm-4, .list-col > .col-md-4, .list-col > .col-lg-4,

.list-col > .col-xs-5, .list-col > .col-sm-5, .list-col > .col-md-5, .list-col > .col-lg-5,

.list-col > .col-xs-6, .list-col > .col-sm-6, .list-col > .col-md-6, .list-col > .col-lg-6,

.list-col > .col-xs-7, .list-col > .col-sm-7, .list-col > .col-md-7, .list-col > .col-lg-7,

.list-col > .col-xs-8, .list-col > .col-sm-8, .list-col > .col-md-8, .list-col > .col-lg-8,

.list-col > .col-xs-9, .list-col > .col-sm-9, .list-col > .col-md-9, .list-col > .col-lg-9,

.list-col > .col-xs-10, .list-col > .col-sm-10, .list-col > .col-md-10, .list-col > .col-lg-10,

.list-col > .col-xs-11, .list-col > .col-sm-11, .list-col > .col-md-11, .list-col > .col-lg-11,

.list-col > .col-xs-12, .list-col > .col-sm-12, .list-col > .col-md-12, .list-col > .col-lg-12 {

padding-top: 15px;

padding-bottom: 15px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {

  float: left;

}

.col-lg-12 {

  width: 100%;

}

.col-lg-11 {

  width: 91.66666667%;

}

.col-lg-10 {

  width: 83.33333333%;

}

.col-lg-9 {

  width: 75%;

}

.col-lg-8 {

  width: 66.66666667%;

}

.col-lg-7 {

  width: 58.33333333%;

}

.col-lg-6 {

  width: 50%;

}

.col-lg-5 {

  width: 41.66666667%;

}

.col-lg-4 {

  width: 33.33333333%;

}

.col-lg-3 {

  width: 25%;

}

.col-lg-2 {

  width: 16.66666667%;

}

.col-lg-1 {

  width: 8.33333333%;

}

.ver-middle{

    display: inline-block;

    vertical-align: middle;

    float: none;

}

.col-lg-12 {

  width: 100%;

}


.none-padding{

    padding: 0px;

}

.header-bar {

text-align: center;

padding: 10px 0;

position: relative;
}

.header-space{

    margin-bottom: 15px;

}

.header-cate {

font-weight: bold;

font-size: 22px;

color: #23154e;

margin: 0;

line-height: 40px;

text-align: center;

position: relative;

padding-bottom: 20px;

text-transform: uppercase;

background: url(../img/bg_h2.png) bottom center no-repeat;
}


.header-left {position:relative;text-align: left;font-weight: normal;text-transform: uppercase;font-size: 25px;line-height: 40px;color: #bb001c;padding: 10px 0px;}
.bg-panel .header-left{
    padding-left: 5px;
    padding-right: 5px;
}
a.viewCate {
    position: absolute;
    right: 0;
    font-size: 15px;
    text-transform: initial;
    color: #0073e9;
}
.header-left span {
    
    display: inline-block;
    
    position: relative;
    
    background: none;
    
    padding: 0;
    
    color: #333;
    
    font-weight: bold;
    
    padding-bottom: 4px;
}

.header-line {text-align: center;font-weight: normal;text-transform: uppercase;font-size: 25px;line-height: 40px;color: #cd5c5c;padding: 10px 5px;}

.header-line span {

display: inline-block;

position: relative;

background: none;

padding: 0;

color: #333;

font-weight: bold;

padding-bottom: 4px;
}
.header-line:after {
    content: '';
    display: block;
    height: 2px;
    width: 80px;
    background: #cd5c5c;
    margin: 0px auto 5px auto;
}
.toltal-pro {

    font-weight: normal;

    font-size: 14px;

    padding: 0 15px;

    line-height: 18px;

    text-transform: initial;

}

.header-line-bottom {

    text-align: left;

    border-bottom: 1px solid #eee;

    text-transform: uppercase;

    font-size: 18px;

    line-height: 30px;

}

.header-line-bottom span {

    display: inline-block;

    position: relative;

    font-weight: 500;

}

.header-line-bottom span:after {content: '';position: absolute;height: 2px;width: 100%;left: 0;bottom: -2px;background: #bb001c;}

.block-heading {

    font-weight: bold;

    color: #000;

    margin-bottom: 5px;

    font-size: 16px;

}

.header-bg {

background: #23154e;

padding: 10px 15px;

color: #FFF;

text-transform: uppercase;

margin-bottom: 15px;

text-align: center;
}

.header-icon img {

    display: inline-block;

    vertical-align: middle;

    max-height: 40px;

    width: auto;

}

.header-icon {

    text-align: left;

    line-height: 40px;

}

.header-icon span {

    display: inline-block;

    vertical-align: middle;

    text-transform: uppercase;

    padding: 0 5px;

}

.page_head {

    text-transform: uppercase;

    font-weight: normal;

    font-size: 20px;

}

/* header */

.header-top {

    background: #bb001c;

}

.header-center {padding: 10px 0;}

.header-bottom {

    background: #bb001c;

    box-shadow: 0 2px 3px #eee;

}

.top-list-item {

    list-style: none;

}

.top-list-item li {

    display: inline-block;

    color: #FFF;

    padding: 0 5px;

    position: relative;

    white-space: nowrap;

}

.top-list-item > li>a {

    padding: 5px 0;

    color: #FFF;

    display: block;

}

.top-list-item li:hover > * {

    color: #ffe000;

}

.info-item a {

    font-size: 14px;

    color: #333;

}

.info-item {

    margin: 0;

}

.phone-item{

    display: inline-block;

    padding: 0;

    padding-left: 35px;

    background: url(../img/icon-phone-ring.png) 0px center no-repeat;

    background-size: 30px;

    height: 36px;

    cursor: pointer;

}

.info-item p {

    margin: 0;

    color: #000;

    line-height: 18px;

}

.phone-item a {margin: 0;font-weight: bold;font-size: 18px;color: #cd5c5c;line-height: 18px;}

.user-item{

    display: inline-block;

    padding: 0;

    padding-left: 35px;

    background: url(../img/icon-user.png) 0px center no-repeat;

    background-size: 30px;

    height: 36px;

    cursor: pointer;

    line-height: 36px;

}

.hover_scale:hover {

    transform: scale(1.2);

    -moz-transform: scale(1.2);

    -webkit-transform: scale(1.2);

    -o-transform: scale(1.2);

}

.transition {

    transition: all 300ms ease;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -o-transition: all 300ms ease;

}

/*   PRODUCT   */

.product_name {

color: #000;

line-height: 20px;

font-weight: 600;

font-size: 15px;

text-overflow: ellipsis;

overflow: hidden;

min-height: 45px;

margin-bottom: 10px;
}

.product_name:hover {
}

.product-code {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000;
}

.box-pro-info .price-box {
    float: left;
}

.box-pro-info {
    padding: 5px;
    overflow: hidden;
}

.box-pro-info .code {
    float: right;
    font-weight: bold;
    color: #333;
}
.price-box p {

    margin: 0;

}
.viewall {
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0 auto;
    background: #003ea3;
    color: #FFF;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.price-old {text-decoration: line-through;color: #464646;font-weight: normal;padding: 0 2px;line-height: 22px;display: inline-block;vertical-align: middle;font-size: 14px;}

.price-new {color: #e10531;padding-right: 2px;line-height: 22px;vertical-align: middle;font-weight: 600;}

.price-box .price-new{/* color: #cb1c22; */margin-bottom: 0;line-height: 20px;font-weight: 500;font-size: 16px;padding: 0;border-radius: 12px;display: inline-block;vertical-align: middle;/* background: #cb1c22; *//* background: linear-gradient(to right,#cb1c22 100%, #fc6e6f 0%); */background: none !important;margin-right: 5px;}

.product-info {}

.product_image:after {

    position: absolute;

    content: '';

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background: rgba(51, 51, 51, 0.60);

    z-index: 1;

    width: 100%;

    opacity: 0;

    visibility: hidden;

    transition: all 300ms ease;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -o-transition: all 300ms ease;

}

/*.product_item:hover .product_image:after {

    opacity: 1;

    visibility: visible;

}
*/
.product_item {position: relative;overflow: hidden;cursor: pointer;height: 100%;padding: 10px;background: #FFF;border: 1px solid #FFFFFF;border-radius: 10px;transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;}

.product_item:hover {border: solid 1px #dee2e6;-webkit-box-shadow: 0 0 4px 0 #dee2e6;box-shadow: 0 0 4px 0 #dee2e6;}
.product_item:hover .product_image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.product_item .product_image img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_item .price-box {padding-bottom: 10px;margin-bottom: 10px;}

.product-vlist .btn-box {
    position: relative;
}
.quickview-wrap{

    position: absolute;

    visibility: hidden;

    z-index: 99;

    opacity: 0;

    bottom: -20%;

    left: 0;

    right: 0;

    transition: all 300ms ease;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -o-transition: all 300ms ease;

}

.quickview {

    background: #bb001c;

    color: #FFF;

    min-width: 30px;

    height: 30px;

    line-height: 30px;

    margin: 2px;

    transition: all 300ms ease;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    border-radius: 30px;

    display: inline-block;

    text-align: center;

}

.quickview:hover {

    background: #fff;

    color: #bb001c;

    box-shadow: 0 0 5px #147296;

}

.add_cart {

    padding: 0 10px;
    z-index: 9999;

}

.product_item:hover .quickview-wrap{

    visibility: visible;

    opacity: 1;

    bottom: 10%;

}

.product_image{

position: relative;

transition: all 300ms ease;

-webkit-transition: all 300ms ease;

-moz-transition: all 300ms ease;

-o-transition: all 300ms ease;

overflow: hidden;

margin-bottom: 10px;
}

.product_image img {

display: block;

margin: 0 auto;
}

.label-sale {background: #ff1900;padding: 0px 3px;font-size: 12px;color: #fff;border-radius: 3px;position: relative;margin-left: 7px;display: none;}

.label-sale:before {
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -4px;
    content: '';
    border-right: 6px solid #ff1900;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.product_gift {
    margin-bottom: 10px;
    border-top: 1px dashed #ccc;
}
.product_gift ul {
    list-style: none;
}
.product_gift ul li{
}
.product_gift ul li:before {
    content: '\f06b';
    font-family: 'FontAwesome';
    color: red;
    margin-right: 5px;
    display: none;
}
.btn-ss, .btn-view {
    text-align: center;
    border: 1px solid;
    width: 100%;
    display: block;
    margin: 5px 0;
    white-space: nowrap;
    border-radius: 3px;
    padding: 2px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.btn-ss {
    color: #28a745;
    border-color: #28a745;
}

.btn-ss:hover {
    background: #28a745;
    color: #FFFFFF;
}

.btn-view {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-view:hover {
    background: #17a2b8;
    color: #FFFFFF;
}
.hot_product_item {

    padding: 10px 0;

    border-bottom: 1px dashed #ccc;

}

.hot_product_item:last-child{

    border: none;

}

.hot_product_item .product_name {

font-size: 14px;

line-height: 18px;

font-weight: 500;
}
.line-end {
    width: 100%;
    border-top: 1px dashed #000;
    margin: 20px 0;
}
/*   v-list   */

.product-vlist{

border-bottom: 1px dashed #ccc;

background: #FFF;

padding-bottom: 15px;

transition: all 0.3s ease-in-out 0s;

-moz-transition: all 0.3s ease-in-out 0s;

-o-transition: all 0.3s ease-in-out 0s;

-webkit-transition: all 0.3s ease-in-out 0s;

-ms-transition: all 0.3s ease-in-out 0s;
}

.product-vlist:hover {

   /* -webkit-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);

    -moz-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);

    box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);*/

}

.vlist-img{float:left;width: 40%;position:relative;text-align: center;padding-right: 15px;}

.vlist-img img{max-width:100%;display: block;margin: 0 auto;margin-bottom: 10px;}

.vlist-info{

float:left;

width: 60%;

position:relative;
}

.vlist-name{

display: block;

overflow:hidden;

font-size:15px;

line-height:22px;

margin-bottom: 10px;

}

.vlist-price{height:auto;

position:absolute;

top:0;

right:10px;

text-align:right}

.sale-text {

    color: #ff5200;

}

.vlist-detail ul {

    list-style: none;

}

.vlist-detail{padding:10px 0;

margin-left:-5px;

margin-right:-5px}

.vlist-detail li{margin-bottom:2px;

line-height:22px;

padding:2px 5px}

.vlist-detail li:nth-of-type(2n+1){clear:both}

.vlist-detail li label{

display:block;

float:left;

line-height:17px;

width:auto;

overflow:hidden;

text-overflow:ellipsis;

white-space:nowrap;

vertical-align:top;

padding-right: 6px;

font-size: 13px;

font-weight: 600;

color:#333;
}

.vlist-detail li span{

display:block;

line-height:17px;

overflow:hidden;

vertical-align:top;

font-size:13px;

color: #4e4e4e;

text-overflow:ellipsis;

white-space:nowrap;

}

.vlist-quickview .quickview{

    border-radius: 0;

}

.cms_button {padding: 10px 20px;background: #eee;color: #333;border: 0;line-height: 20px;cursor: pointer;outline: 0;display: inline-block;border-radius: 5px;font-size: 1rem;}
.btn {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    line-height: 100%;
    display: block;
    font-size: 1rem;
    cursor: pointer;
    text-align: center
}

.btn * {
    display: block;
}

.red-btn {
    color: #fff;
    background: #e10531;
}

.green-btn {
    color: #FFFFFF;
    background: #28a745;
}

.blue-btn {
    background: #17a2b8;
    color: #FFFFFF;
}

.btn:hover {
    filter: brightness(1.1);
}
.input-group-btn button {height: 30px;width: 30px;display: inline-block;padding: 5px;}

.input-group {

    position: relative;

}

.input-group input[type="text"] {

    width: 100%;

    height: 35px;

    border-radius: 0;

}

.input-group button {

    position: absolute;

    height: 35px;

    min-width: 35px;

    width: auto;

    padding: 0 5px;

    right: 0;

    top: 0;

    white-space: nowrap;

}

.btn-primary {

    color: #fff;

    background-color: #337ab7;

}

.btn-primary:hover {

    background-color: #2e6da4;

}

.btn-danger {

    background-color: #d9534f;

    color: #fff;

}

.btn-danger:hover {

    background-color: #d43f3a;

}

.label {

    margin-bottom: 5px;

}

.feedback {

    position: relative;

}

.feedback .icon-text {

    padding-left: 45px!important;

}

.feedback .icon-append {

    position: absolute;

    bottom: 4px;

    width: 29px;

    height: 29px;

    font-size: 15px;

    line-height: 29px;

    text-align: center;

    color: grey;

    left: 5px;

    padding-right: 3px;

    border-right-width: 1px;

    border-right-style: solid;

    border-color: #e5e5e5;

    transition: border-color .3s;

    -o-transition: border-color .3s;

    -ms-transition: border-color .3s;

    -moz-transition: border-color .3s;

    -webkit-transition: border-color .3s;

}

/* breadcrumbs */

.breadcrumbs-box {
    background: #f4f4f4;
}

.breadcrumbs{padding: 5px 0;font-size: 12px;}

.breadcrumbs ul{list-style:none}

.breadcrumbs ul li{display:inline-block}

.breadcrumbs a{color: #6d6d6d;font-size: 14px;}

.breadcrumbs span{display:inline-block;

margin:0 5px;

color:#378ab0;

font-size:13px}

.breadcrumbs i {

    padding: 0 5px;

}

.breadcrumbs a:hover {

    color: #006BA0;

}

/* pagination */

.pagination{font-size:12px;margin:10px 0 20px;position:relative;list-style:none;text-align: right;}

.pagination li{display: inline-block;}

.pagination li a.prev{position:inherit}

.pagination .disabled{display:none}

.pagination span,.pagination a{float:left;color: #cd5c5c;font-size:12px;background: #ededed;border-radius: 0;font-size: 15px;border: 1px solid #cd5c5c;line-height: 25px;text-align:center;padding:0 10px;margin-left:5px;transition: all 300ms ease;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-o-transition: all 300ms ease;}

.pagination span{background:#fff}

.pagination a:hover,.pagination li.active a{color: #fff;background: #cd5c5c;}

.pagination span.current{border:1px solid #1591ad;

color:#1591ad;

background:#fff url(../img/readmore_bg.png) repeat-x center left;

font-size:12px;

border-radius:3px;

height:27px;

line-height:27px;

text-align:center}

.pagination>.prev,.pagination .next{position:static}

.row:before, .row:after{

    display: table;

    content: '';

}

.row:after{

    clear: both;

}

#header{
    background: #FFFFFF;
}

#header img{

}

.menu-cate {

    width: 22%;

    float: left;

    position: relative;

    z-index: 3;

}
.menu-page {

width: 100%;

z-index: 3;

position: relative;
}

#menu_page {
    background: #c99222;
}


.menu-box ul {

    list-style: none;

}

.menu-box > ul {

    display: flex;

    justify-content: space-between;

    position: relative;

}

.menu-box li{

text-align: left;
}

.menu-box li:last-child{

    border: none;

}

.menu-box a {display: block;color: #333;font-size: 14px;line-height: 20px;margin-bottom: 5px;font-weight: 400;transition: all 300ms ease;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;white-space: normal;}
.menu-box > ul > li {
    width: 100%;
    white-space: nowrap;
}
.menu-box > ul > li > a{
    text-transform: uppercase;
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    font-weight: 500;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 0;
    white-space: nowrap;
}
.menu-box > ul > li > a > img {
    padding-right: 6px;
    max-width: 25px;
}
.menu-box > ul > li.has_child:hover > a:before {
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -7px;
    content: '';
    border-bottom: 10px solid #FFFFFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.menu-box > ul > li > a > i {

    display: inline-block;

    vertical-align: middle;

    position: relative;

    right: unset;

    top: unset;

    padding-left: 3px;

    line-height: 40px;

}


.menu-box > ul > li:hover > a {background: #cd5c5c;}

.menu-box > ul > li:hover > .menu-sub-box,
.menu-box > ul > li:hover > .menu-child {visibility: visible;opacity: 1;}

.menu-box .menu-sub-box {
    position: absolute;
    padding: 10px 0;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    width: 100%;
    min-width: 200px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-top: none;
}
.menu-box .menu-child {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 0 3px #ccc;
    min-width: 200px;
}
.menu-child-item {
    margin-bottom: 5px;
}
.menu-child-item a {
    font-weight: 500;
}
.tt-col-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-col-5 {
    width: 20%;
    padding: 0 10px;
}
.menu-box .tt-col-list a i,
.menu-box .menu-child-item a i{
    padding-right: 5px;
}
.menu-box .tt-col-list a:hover {
    color: #e10531;
}




.fixed {

    position: fixed !important;

    top: 0;

    left: 0;

    z-index: 999999;

    box-shadow: 0 0 10px #333 !important;

    right: 0;

    padding: 0px !important;

    background: #FFF;

}

.fixed #meun_page a{

    color: #333 !important;

}

.header-bottom .logo-box, .header-bottom .header-wrap-right {

    display: none;

}

.header-bottom.fixed .logo-box, .header-bottom.fixed .header-wrap-right {

    display: inline-block;

    vertical-align: middle;

    padding: 5px 10px;

}

.header-bottom.fixed .logo-box {

    float: left;

    width: 100px;

}

.header-bottom.fixed .logo-box img{

    float: left;

    max-height: 30px;

}

.header-bottom.fixed .menu-box {

    display: inline-block;

    vertical-align: middle;

    margin: 0 auto;

    width: 950px;

}

.header-bottom.fixed .header-wrap-right {

    float: right;

    width: 150px;

}

.header-bottom.fixed .menu-box #menu-page > ul > li > a {

    /*padding: 5px 12px;*/

}

.header-bottom.fixed {

    text-align: center;

}

.header-bottom.fixed .container {

    position: relative;

}

.cart-neo{

    display: inline-block;

    vertical-align: middle;

    padding: 3px 10px;

    background: url(../img/bag-icon-neo.png) center no-repeat;

    background-size: contain;

    height: 30px;

    line-height: 30px;

    cursor: pointer;

    text-align: center;

}

.cart-neo span {

    background: #bb001c;

    padding: 0;

    border-radius: 50%;

    width: 18px;

    height: 18px;

    display: inline-block;

    vertical-align: middle;

    color: #fff;

    line-height: 18px;

    font-size: 13px;

}

.wishlist-neo{

    display: inline-block;

    vertical-align: middle;

    height: 30px;

    line-height: 30px;

    padding: 0 10px;

}

.wishlist-neo a {

    color: #f583b4;

    font-size: 18px;

}

.wishlist-neo a:hover {

    color: #ee0000;

}

.search-neo {

    display: inline-block;

    vertical-align: middle;

    position: relative;

}

.search-neo form {

    position: absolute;

    right: -10px;

    padding: 3px;

    background: #ffffff;

    display: none;

    border: 1px solid #bb001c;

}

.search-neo form:after {

    position: absolute;

    content: '';

    border-bottom: 10px solid #bb001c;

    border-left: 5px solid transparent;

    border-right: 5px solid transparent;

    right: 25px;

    top: -10px;

}

.btn-search-neo{

    background: url('../img/icon-search.png') center no-repeat;

    background-size: 20px;

    width: 40px;

    height: 30px;

    padding: 0 5px;

    cursor: pointer;

}

.search-neo .search-box {

    width: 250px;

    position: relative;

}

.search-neo .search-box input[type="text"] {

    padding: 3px;

    height: 35px;

    box-sizing: border-box;

    width: 100%;

    border: 1px solid #eee;

}

.search-neo form button {

    position: absolute;

    right: 0;

    top: 0;

    height: 35px;

    width: 35px;

    padding: 0;

    line-height: 35px;

    color: #bb001c;

}

#content {

}

.content_left {

    box-sizing: border-box;

    float: left;

    width: 24%;

}

.content_right {

    box-sizing: border-box;

    float: left;

    width: 76%;

    padding-left: 20px;

}

.toggle-menu {

    padding: 0 10px;

    background: #333;

    font-size: 16px;

    cursor: pointer;

    height: 45px;

    line-height: 45px;

    text-align: center;

    overflow: hidden;

    color: #FFF;

}

.toggle-menu i {

    padding-right: 20px;

}

.toggle-menu .icon-heading {

    width: 35px;

    height: 25px;

    display: inline-block;

    vertical-align: middle;

    position: relative;

    margin-right: 10px;

}

.toggle-menu .icon-heading span {

    display: block;

    width: 100%;

    height: 1px;

    position: absolute;

    top: 50%;

    background: #FFF;

}

.toggle-menu .icon-heading:before, .toggle-menu .icon-heading:after {

    content: '';

    position: absolute;

    top: 50%;

    left: 0;

    width: 100%;

    height: 1px;

    -webkit-transition: -webkit-transform .25s;

    transition: transform .25s;

    -webkit-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

    background: #FFF;

}

.toggle-menu .icon-heading:before {

    -webkit-transform: translate3d(0, -7px, 0) scale3d(.8, 1, 1);

    transform: translate3d(0, -7px, 0) scale3d(.8, 1, 1);

}

.toggle-menu .icon-heading:after {

    -webkit-transform: translate3d(0, 7px, 0) scale3d(.8, 1, 1);

    transform: translate3d(0, 7px, 0) scale3d(.8, 1, 1);

}

.menu-heading {

    text-transform: uppercase;

}

#bg-cate-hori{color:#fff;position:relative;box-sizing:border-box;z-index: 3;}

#header-bottom{

position: relative;
}

#header-bottom:after {content: '';position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 45px;background: #fafafa;z-index: 1;display: none;}

.slide-wrap {
    margin-bottom: 15px;
    padding: 0;
}

.box-slide{cursor:move;

width:100%;

height:455px;

position:absolute;

left:0;

top:0;

overflow:hidden}

#menu_category {
    list-style: none;
}

#menu_category li {
    position: relative;
}
#menu_category li:hover {
}
#menu_category li a {
    display: block;
    line-height: 25px;
}
#menu_category li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    max-width: 50px;
}

#menu_category li a span {
    display: inline-block;
    vertical-align: middle;
}
#menu_category li i {
    position: absolute;
    right: 0;
    top: 2px;
    width: 20px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    text-align: right;
    cursor: pointer;
    color: #989898;
}
#menu_category li i:hover {
    color: #006BA0;
}
#menu_category ul {
    background: #FFF;
    list-style: none;
    display: none;
    padding-left: 15px;
    padding-top: 5px;
    border-top: 1px solid #f4f4f4;
}

#menu_category ul a {
    white-space: nowrap;
    padding: 0 5px;
}
.sub-cate-title {font-weight: 600;color: #252525;margin-bottom: 10px;text-align: left;text-transform: uppercase;}

.sub-cate > li {

    line-height: 18px;

    margin-bottom: 8px;

    display: block;

}

.sub-cate > li > a {

    line-height: 18px;

    display: block;

    background: url(../img/icon-arrow-right.png) 0px 5px no-repeat;

    background-size: 5px;

    padding-left: 8px;

}

.sub-brand > li > a{

    text-transform: uppercase;

}
.fs-box {
}
.fs-tit {

    font-weight: bold;

    display: block;

    text-transform: uppercase;

    font-size: 16px;

    padding: 15px 10px;

    text-align: center;

}

.fs-tit span {

    display: block;

    font-size: 14px;

    font-weight: normal;

    text-transform: initial;

    margin-top: 5px;

    color: #7b7b7b;

}

.fs-list-fil {

list-style: none;

display: none;

margin-top: 15px;
}
.fs-main.active .fs-list-fil{
    display: block;
}

.fs-main {

    padding-right: 10px;

    margin-bottom: 30px;
}

.fs-main-tit {

color: #000000;

font-weight: 400;

font-size: 16px;

text-transform: uppercase;

padding: 5px 0;

padding-bottom: 15px;

line-height: 20px;

position: relative;

border-bottom: 1px solid #eee;
    cursor: pointer;
}

.fs-main-tras:after {
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 10px;
    content: '\f067';
    line-height: 1;
    font-weight: normal;
    color: #989898;
}
.fs-main.active .fs-main-tras:after{
    content: '\f068';
}
.fs-list-fil li {

position: relative;

margin-bottom: 5px;

width: 100%;

padding: 0;
}

.fs-list-fil li a {

    text-align: left;

    display: block;

    line-height: 20px;

    padding: 2px 0;

    padding-left: 22px;

    position: relative;

}

.fs-list-fil li a:before {

    content: '';

    display: inline-block;

    position: absolute;

    top: 4px;

    left: 0;

    width: 14px;

    height: 14px;

    line-height: 13px;

    font-size: 9px;

    text-align: center;

    color: #fff;

    background-color: #fff;

    border: solid 1px silver;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

}

#menu_category.fs-list-fil li a {
    padding-left: 0;
}

#menu_category.fs-list-fil li a:before {
    display: none !important;
}

.fs-list-fil li>a.active:before,

.fs-list-fil li:hover > a:before {

    border: solid 1px #4990e2;

    background: #4990e2 url('../img/icon-tick.png') center no-repeat;

    background-size: 12px;

}

.fs-list-fil li a img {

    max-height: 20px;

    display: inline-block;

}

.fs-list-fil.fs-brand li {
}

.fs-list-fil.fs-brand li:nth-of-type(2n+1){
}

.fs-box-view {background: #fdfdfd;margin-bottom: 15px;padding: 0;border-bottom: 1px solid #eeeeee;padding-bottom: 10px;}

.fs-ctf-hrdrop {
    position: relative;
    display: inline-block;
    border: 1px solid #eee;
    padding: 0 10px;
    border-radius: 3px;
}
.fs-ctf-hrdrop button {
    height: 36px;
    font-size: 13px;
    position: relative;
    padding-right: 30px;
    background: transparent;
    color: #009bd6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
    text-transform: capitalize;
}
.fs-ctf-hrdrop button .sortText {
    color: #333;
}
.fs-ctf-hrdrop button:before, .fs-ctf-hrdrop button:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #009bd6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 10px;
    top: 15px;
}
.fs-list-rad {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    background-clip: padding-box;
}
.fs-list-rad:before,
.fs-list-rad:after{
    right: 20px;
    top: -8px;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-bottom: 8px solid #d9d9d9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.fs-list-rad:after {
    border-width: 7px;
    border-bottom-color: #fff;
    margin-right: 1px;
    border-bottom: 8px solid #fff;
}
.fs-list-rad li {
    display: block;
    padding: 0 10px;
}

.fs-list-rad li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    background-color: #fff;
    border: solid 1px silver;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 100%;
}

.fs-list-rad li a {
    text-align: left;
    display: block;
    line-height: 32px;
    padding: 2px 0;
    padding-left: 22px;
    position: relative;
}

.fs-list-rad li:hover > a:after,
.fs-list-rad li a.active:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #5597e3;
    left: 4px;
    top: 13px;
    border-radius: 100%;
}

.box_viewType {

    text-align: right;

}

.box_viewType .i_gridView {

  background: url(../img/i_icon10.png) center no-repeat;

  height: 36px;

  margin: 2px 0;

  width: 36px;

  border: 1px solid #eee;

  border-radius: 3px;

  display: inline-block;

  vertical-align: middle;

}

.box_viewType .i_gridView.active {

  background: url("../img/i_icon10_ac.png") center no-repeat;

}

.box_viewType .i_listView {

  background: url("../img/i_icon11.png") center no-repeat;

  display: inline-block;

  height: 36px;

  margin-right: 0;

  width: 36px;

  border: 1px solid #eee;

  border-radius: 3px;

  vertical-align: middle;

}

.box_viewType .i_listView.active {

  background: url("../img/i_icon11_ac.png") center no-repeat;

}

#adv_left img,

#adv_right img {margin-bottom: 5px;max-width: 100%;float: left;border-radius: 9px;}

.page_content{

    padding: 15px;

}

.page_content img {

    max-width: 100%;

}

/*   CART   */

.shopcart {

    display: inline-block;

    padding: 0;

    padding-left: 35px;

    background: url(../img/icon-cart.png) 5px center no-repeat;

    background-size: 30px;

    height: 36px;

    cursor: pointer;

    line-height: 36px;

}

.shopcart p {

    margin: 0;

    color: #000;

    line-height: 36px;

}

.cart-total-full {

    display: block;

    height: 36px;

    padding: 0 5px;

}

.search_panel {

    display: block;

}

.search_panel form{

    position: relative;

}

.search_panel form button{position: absolute;top: 0;right: 0;outline: 0;padding: 0px 20px;height: 40px;font-size: 18px;color: #fff;cursor: pointer;background: #c99222;border: 1px solid #c99222;}

.search_panel input[type=text] {padding: 3px;height: 40px;box-sizing: border-box;width: 100%;border: 1px solid #c99222;}

#footer {

    overflow: hidden;

}

footer {background: #c99222;padding: 0;margin-top: 0;overflow: hidden;border-top: 1px solid #eee;color: #FFF;}

footer p{

    overflow: hidden;

}
footer a {color:#FFF !important;}
.footer-widget-title {

    text-transform: uppercase;

    font-weight: bold;

    margin-bottom: 10px;

}


.license {background: #ffffff;border-top: 1px solid #cd5c5c;padding: 15px 0;color: initial;}


.popup_panel {
    display: none;
}
.box_newsletter {border-bottom: 2px solid #f583b4;background: #ff92a5;padding: 8px 10px;margin: 0 auto;}

.box_newsletter .left {padding-left: 80px;padding-right: 15px;background: url(../img/i_loa.png) 10px center no-repeat scroll;vertical-align: middle;background-size: 65px;box-sizing: border-box;float: left;}

.box_newsletter .left .newsletter_title {

  color: #fff;

  float: left;

  font-size: 20px;

  margin-top: 0;

  text-transform: uppercase;

  width: 100%;

}

.box_newsletter .left .newsletter_content {

  float: left;

  font-size: 15px;

  font-weight: 400;

  margin-top: 5px;

  width: 100%;

  color: #fff;

}

.box_newsletter .right {position: relative;}

.newsletter {border: 1px solid #fff;height: 35px;float: left;position: relative;width: 100%;margin-top: 15px;}

.newsletter > input {background: #fff url(../img/i_mail.png) no-repeat scroll 5px center;border: medium none;color: #333;border: 1px solid #eee;box-shadow: none;float: left;font-size: 15px;font-style: italic;font-weight: 400;height: 100%;padding: 0 0 0 30px;width: 100%;outline: 0;border-radius: 0;}

.newsletter > a {background: #f1f1f1 none repeat scroll 0 0;color: #333;float: left;font-size: 14px;font-weight: 700;height: 100%;line-height: 33px;position: absolute;right: 0;text-align: center;text-transform: uppercase;top: 0;padding: 0 8px;}

.popup-box {
    display: none;
}

.product-popup {
    border-top: 40px solid #e10531;
    width: 820px;
    background: #FFFFFF;
}
.pop-success{
    display: none;
}
.popup-left-content {
    background: #3a3c4c;
}
.pop-title {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    line-height: 25px;
    color: #000000;
    text-transform: uppercase;
}
.pop-img img {
    margin: 0 auto;
    height: 200px;
}

.pop-img {
    text-align: center;
}

.pop-info {
    background: #40424b;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}

.form-group {
    padding: 10px 0;
}

.news-date {
    font-size: 12px;
    color: #9c9c9c;
    font-weight: 400;
}
.news-item {background: #ffffff;border-radius: 10px;height: 100%;position: relative;text-align: center;overflow: hidden;}
.news-item .news-date {margin-bottom: 5px;}
.news-info {padding: 10px;padding-top: 20px;padding-bottom: 35px;position: relative;}

.news-title {font-weight: 500;color: #333;margin-bottom: 5px;line-height: 22px;font-size: 16px;min-height: 45px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}

.news-title:hover{color: #cd5c5c;}
.news_des {
    color: #646464;
}

.news-img img {
    display: block;
}


.news-item .news-info .news-page {
    position: absolute;
    top: -10px;
    left: 20%;
    right: 20%;
    text-align: center;
    cursor: pointer;
}

.news-item .news-info .news-page span {
    background: #c99222;
    padding: 3px 25px;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 500;
}

.read-more span {
    font-size: 13px;
    color: #cd5c5c;
    display: inline-block;
    position: relative;
    font-weight: 500;
}

.read-more span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background-color: currentColor;
    will-change: transform;
}

.read-more span:hover:after {
    -webkit-animation: qodef-btn-simple-animation 1s cubic-bezier(.54,.32,.05,.96) forwards;
    animation: qodef-btn-simple-animation 1s cubic-bezier(.54,.32,.05,.96) forwards;
}
.news-info .read-more {
    position: absolute;
    left: 10px;
    bottom: 5px;
}
.news_panel .panel_body ul li>img {

    float: left;

    margin: 0 6px 0 0;

    max-width: 75px;

}

.news_panel .panel_body ul {

    float: left;

    list-style: none outside none;

    width: 100%;

}

.news_panel ul li {

    width: 100%;

    padding: 5px 0;

    border-bottom: 1px dotted #fff;

    box-sizing: border-box;

}

.news_panel ul li:last-child{

    border: none;

}

.news_panel ul li a{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;}
.list-menupage-child {
    list-style: none;
}

.list-menupage-child li {
    border-bottom: 1px solid #eeeeee;
}

.list-menupage-child li a {
    display: block;
    font-weight: 500;
    padding: 8px 0;
}

.list-menupage-child li:last-child {
    border: none;
}
.box-left {

    background-color: #fff;

    border: 1px solid #f1f1f1;

    box-shadow: 0 0 3px #eee;

    padding: 10px;

}


.info_success,
.call_success,
.call_back_success,
.info_news_success {
  display: none;
}

#info-box {
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #eee;
  background: #fdfdfd;
  border-radius: 5px;
  max-width: 800px;
  width: 100%;
}

.btn-info {
  background-color: #c99222;
  border: 1px solid #c18306;
  padding: 12px 12%;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
  color: #FFF !important;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.btn-info:hover{
  background-color: #00aee3;
}

.info_title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.info_des {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  line-height: 20px;
  text-align: center;
}

/* Support online*/
.account {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.account:last-child {
    border: 0;
}

.account .name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500;
}

.account .phone {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #e10531;
}

#qc{

    list-style: none;

}

#divAdLeft,

#divAdRight {

    display: block;

    position: absolute;

    z-index: 9999;

}

#divAdLeft img,

#divAdRight img {

    max-width: 100%;

}

.img_captcha{

    display: inline-block;

    vertical-align: middle;

}

.refresh_captcha{

    display: inline-block;

    vertical-align: middle;

    font-size: 20px;

    padding-left: 10px;

}
#ajax-loading {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  left: 45%;
  padding: 15px 20px;
  position: fixed;
  top: 45%;
  z-index: 99999;
}
#bg_loading {
  display: none;
  background: rgba(0, 0, 0, 1.5) none repeat scroll 0 0;
  float: left;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

/* Compare */
#compare-popup-content{
    width: 500px;
}
.compare_popup_stt {
    border: 1px solid #e10531;
    padding: 10px 10px;
    border-radius: 3px;
    color: #e10531;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-compare-item {
    background: #ffffff;
    padding: 10px 0;
}

.product-compare-item:nth-of-type(2n+1) {
    background: #f5f5f5;
}

.delete-item-compare {
    color: #e10531;
    font-size: 18px;
    text-align: center;
    display: block;
}

.compare-table-detail td {
    padding: 15px 15px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #eee;
    border-right: 0;
    vertical-align: middle;
}

.compare-table-detail {
    border: 1px solid #eee;
    width: 100%;
    border-left: 0;
}

.compare-table-detail tr:nth-of-type(2n+1) {
    background: #fafafa;
}


.widget-toc{

	display: table;
	border: 1px solid #e9e9e9;
	background-color: #f5f5f5;
	padding: 1rem;
	font-size: 95%;
    width: 100%;margin-bottom: 20px;

}

.widget-toc  ol {
    list-style-type: upper-roman;
    
}
.widget-toc ol li {
	
	
}
.widget-toc  ol li:before {
}

.toc-title{
	text-align: LEFT;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;padding: 0;

color: #e10531;;;;;;;;;}
.widget-toc ol ol {list-style-type: decimald;padding-left: 15px;}

.widget-toc ol ol ol {list-style-type:lower-alpha;padding-left: 30px;}

.widget-toc ol li, .widget-toc ol a {color: #e10531;}

.widget-toc ol ol ol ol {list-style-type: square;}

table.shop_attributes {
    max-width: 100%;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

table.shop_attributes th, table.shop_attributes td, table.shop_attributes tr {
    padding: 8px 10px;
    text-align: left;
}

table.shop_attributes thead {
    background: #eee;
}
table.shop_attributes td, table.shop_attributes th {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-right: 0;
}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


.img-scale{
    overflow: hidden;
  }
  .img-scale img:hover {transform: scale(1.1);}
  .img-scale img {
    display: block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
  }
/* phone ring */

#phonering-alo-phoneIcon,
.messenger-alo,
.zalo-alo {
    position: fixed;
    bottom: 180px;
    left: 0;
    width: 70px;
    height: 70px;
    z-index: 99;
}
.zalo-alo {
    bottom: 110px !important;
}
.messenger-alo {
    bottom: 40px !important;
}
.phonering-alo-phone.phonering-alo-static {

    opacity:.6

}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {

    opacity:1

}

.phonering-alo-ph-circle {

    width: 70px;

    height: 70px;

    top: 0;

    left: 0;

    position:absolute;

    background-color:transparent;

    border-radius:100% !important;

    border:2px solid rgba(30,30,30,0.4);

    border:2px solid #bfebfc 9;

    opacity:.1;

    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;

    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;

    transition:all .5s;

    -webkit-transform-origin:50% 50%;

    -ms-transform-origin:50% 50%;

    transform-origin:50% 50%;

}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {

    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;

    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important

}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {

    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;

    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important

}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {

    border-color:#00aff2;

    opacity:.5

}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {

    border-color:#75eb50 ;

    border-color:#baf5a7;

    opacity:.5

}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {

    border-color:#00aff2 ;

    border-color:#bfebfc;

    opacity:.5

}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {

    border-color:#ccc;

    opacity:.5

}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {

    border-color:#75eb50 ;

    opacity:.5

}

.phonering-alo-ph-circle-fill {

    width: 60px;

    height: 60px;

    top: 5px;

    left: 5px;

    position:absolute;

    background-color: #000;

    border-radius:100% !important;

    border:2px solid transparent;

    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;

    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;

    transition:all .5s;

    -webkit-transform-origin:50% 50%;

    -ms-transform-origin:50% 50%;

    transform-origin:50% 50%;

}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {

    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;

    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important

}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {

    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;

    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;

    opacity:0!important

}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {

    background-color:rgba(0,175,242,0.5);

    background-color:#00aff2 9;

    opacity:.75!important

}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {

    background-color:rgba(117,235,80,0.5);

    background-color:#baf5a7 9;

    opacity:.75!important

}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {

    background-color:rgba(0,175,242,0.5);

    background-color:#a6e3fa 9

}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {

    background-color:rgba(204,204,204,0.5);

    background-color:#ccc 9;

    opacity:.75!important

}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {

    background-color:rgba(117,235,80,0.5);

    opacity:.75!important

}

.phonering-alo-ph-img-circle {

    width: 40px;

    height: 40px;

    top: 15px;

    left: 15px;

    position:absolute;

    

    background-size: 30px;

    border-radius:100% !important;

    border:2px solid transparent;

    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;

    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;

    -webkit-transform-origin:50% 50%;

    -ms-transform-origin:50% 50%;

    transform-origin:50% 50%;

}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {

    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;

    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important

}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {

    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;

    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important

}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {

    background-color:#00aff2

}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {

    background-color:#75eb50;

    background-color:#75eb50 9

}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {

    background-color:#00aff2;

    }

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {

    background-color:#ccc

}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {

    background-color:#75eb50

}

@-webkit-keyframes phonering-alo-circle-anim {

    0% {

        -webkit-transform:rotate(0) scale(.5) skew(1deg);

        -webkit-opacity:.1

    }

    30% {

        -webkit-transform:rotate(0) scale(.7) skew(1deg);

        -webkit-opacity:.5

    }

    100% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

        -webkit-opacity:.1

    }

}

@-webkit-keyframes phonering-alo-circle-fill-anim {

    0% {

        -webkit-transform:rotate(0) scale(.7) skew(1deg);

        opacity:.2

    }

    50% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

        opacity:.2

    }

    100% {

        -webkit-transform:rotate(0) scale(.7) skew(1deg);

        opacity:.2

    }

}

@-webkit-keyframes phonering-alo-circle-img-anim {

    0% {

        -webkit-transform:rotate(0) scale(1) skew(1deg)

    }

    10% {

        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -webkit-transform:rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -webkit-transform:rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -webkit-transform:rotate(0) scale(1) skew(1deg)

    }

    100% {

        -webkit-transform:rotate(0) scale(1) skew(1deg)

    }

}

@-webkit-keyframes fadeInRight {

    0% {

        opacity:0;

        -webkit-transform:translate3d(100%,0,0);

        -ms-transform:translate3d(100%,0,0);

        transform:translate3d(100%,0,0)

    }

    100% {

        opacity:1;

        -webkit-transform:none;

        -ms-transform:none;

        transform:none

    }

}

@keyframes fadeInRight {

    0% {

        opacity:0;

        -webkit-transform:translate3d(100%,0,0);

        -ms-transform:translate3d(100%,0,0);

        transform:translate3d(100%,0,0)

    }

    100% {

        opacity:1;

        -webkit-transform:none;

        -ms-transform:none;

        transform:none

    }

}

@-webkit-keyframes fadeOutRight {

    0% {

        opacity:1

    }

    100% {

        opacity:0;

        -webkit-transform:translate3d(100%,0,0);

        -ms-transform:translate3d(100%,0,0);

        transform:translate3d(100%,0,0)

    }

}

@keyframes fadeOutRight {

    0% {

        opacity:1

    }

    100% {

        opacity:0;

        -webkit-transform:translate3d(100%,0,0);

        -ms-transform:translate3d(100%,0,0);

        transform:translate3d(100%,0,0)

    }

}

@-webkit-keyframes phonering-alo-circle-anim {

    0% {

        -webkit-transform:rotate(0) scale(.5) skew(1deg);

                transform:rotate(0) scale(.5) skew(1deg);

        opacity:.1

    }

    30% {

        -webkit-transform:rotate(0) scale(.7) skew(1deg);

                transform:rotate(0) scale(.7) skew(1deg);

        opacity:.5

    }

    100% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

                transform:rotate(0) scale(1) skew(1deg);

        opacity:.1

    }

}

@keyframes phonering-alo-circle-anim {

    0% {

        -webkit-transform:rotate(0) scale(.5) skew(1deg);

                transform:rotate(0) scale(.5) skew(1deg);

        opacity:.1

    }

    30% {

        -webkit-transform:rotate(0) scale(.7) skew(1deg);

                transform:rotate(0) scale(.7) skew(1deg);

        opacity:.5

    }

    100% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

                transform:rotate(0) scale(1) skew(1deg);

        opacity:.1

    }

}

@-webkit-keyframes phonering-alo-circle-fill-anim {

    0% {

        -webkit-transform:rotate(0) scale(.7) skew(1deg);

                transform:rotate(0) scale(.7) skew(1deg);

        opacity:.2

    }

    50% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

                transform:rotate(0) scale(1) skew(1deg);

        opacity:.2

    }

    100% {

        -webkit-transform:rotate(0) scale(.7) skew(1deg);

                transform:rotate(0) scale(.7) skew(1deg);

        opacity:.2

    }

}

@keyframes phonering-alo-circle-fill-anim {

    0% {

        -webkit-transform:rotate(0) scale(.7) skew(1deg);

                transform:rotate(0) scale(.7) skew(1deg);

        opacity:.2

    }

    50% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

                transform:rotate(0) scale(1) skew(1deg);

        opacity:.2

    }

    100% {

        -webkit-transform:rotate(0) scale(.7) skew(1deg);

                transform:rotate(0) scale(.7) skew(1deg);

        opacity:.2

    }

}

@-webkit-keyframes phonering-alo-circle-img-anim {

    0% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

                transform:rotate(0) scale(1) skew(1deg)

    }

    10% {

        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);

                transform:rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -webkit-transform:rotate(25deg) scale(1) skew(1deg);

                transform:rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);

                transform:rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -webkit-transform:rotate(25deg) scale(1) skew(1deg);

                transform:rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

                transform:rotate(0) scale(1) skew(1deg)

    }

    100% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

                transform:rotate(0) scale(1) skew(1deg)

    }

}

@keyframes phonering-alo-circle-img-anim {

    0% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

                transform:rotate(0) scale(1) skew(1deg)

    }

    10% {

        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);

                transform:rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -webkit-transform:rotate(25deg) scale(1) skew(1deg);

                transform:rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);

                transform:rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -webkit-transform:rotate(25deg) scale(1) skew(1deg);

                transform:rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

                transform:rotate(0) scale(1) skew(1deg)

    }

    100% {

        -webkit-transform:rotate(0) scale(1) skew(1deg);

                transform:rotate(0) scale(1) skew(1deg)

    }

}   


@-webkit-keyframes qodef-btn-simple-animation{0%{-webkit-transform:scaleX(1);
    transform:scaleX(1);
    -webkit-transform-origin:100% 0;
    transform-origin:100% 0}
    50%{-webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:100% 0;
    transform-origin:100% 0}
    51%{-webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:0 0;
    transform-origin:0 0}
    100%{-webkit-transform:scaleX(1);
    transform:scaleX(1);
    -webkit-transform-origin:0 0;
    transform-origin:0 0}
    }
    @keyframes qodef-btn-simple-animation{0%{-webkit-transform:scaleX(1);
    transform:scaleX(1);
    -webkit-transform-origin:100% 0;
    transform-origin:100% 0}
    50%{-webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:100% 0;
    transform-origin:100% 0}
    51%{-webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:0 0;
    transform-origin:0 0}
    100%{-webkit-transform:scaleX(1);
    transform:scaleX(1);
    -webkit-transform-origin:0 0;
    transform-origin:0 0}
    }
    @-webkit-keyframes qodef-animate-burger{0%{-webkit-transform:scaleX(1);
    transform:scaleX(1);
    -webkit-transform-origin:0 50%;
    transform-origin:0 50%}
    50%{-webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:0 50%;
    transform-origin:0 50%}
    51%{-webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:100% 50%;
    transform-origin:100% 50%}
    100%{-webkit-transform:scaleX(1);
    transform:scaleX(1);
    -webkit-transform-origin:100% 50%;
    transform-origin:100% 50%}
    }
    @keyframes qodef-animate-burger{0%{-webkit-transform:scaleX(1);
    transform:scaleX(1);
    -webkit-transform-origin:0 50%;
    transform-origin:0 50%}
    50%{-webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:0 50%;
    transform-origin:0 50%}
    51%{-webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:100% 50%;
    transform-origin:100% 50%}
    100%{-webkit-transform:scaleX(1);
    transform:scaleX(1);
    -webkit-transform-origin:100% 50%;
    transform-origin:100% 50%}
    }