/*========================================================== GENERAL ==========================================================*/

/*.glyphicon {*/
/*    font-family: 'Glyphicons Halflings'!important;*/
/*}*/

.fa {
    font-family: 'FontAwesome'!important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
.fb_dialog {
    background: none !important;
}
img,
iframe {
    max-width: 100%
}

table {
    width: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    font-size: 14px;
    /*color: #888888;*/
    position: relative;
}
html, body {
    width: 100%; height: 100%;
}
ol,
ul {
    padding-left: 15px;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 10px;
    line-height: 24px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
}

a:hover {
    color: #007DBA;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a,
button,
input {
    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;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #b5b5b5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    border-radius: 0;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #C1BCBC;
    outline: none;
}

fieldset {
    border: 2px groove threedface;
    display: block;
    padding-block-end: 0.75em;
    padding-block-start: 0.35em;
    text-align: center;
}

fieldset legend {
    display: inline-block;
    color: inherit;
    background: none;
    vertical-align: top;
}

#column1>h2,
#column2 h2,
#column3>h2 {
    padding-bottom: 15px;
}

#formCheckOut {
    padding-top: 20px;
}


/* reuse style */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.pos_initial {
    position: initial;
}


/*=========== custom style ===============*/

body {
    font-family: 'brandon_textregular'!important;
    background: #f4f8fa;
}

h1,
h2,
h3,
h4,
h5,
h6,
#left_column .block .title_block,
.pro-price {
    font-family: 'brandon_textbold';
    font-weight: 500;
}

.chir_loop .product-detail a,
button {
    font-family: 'brandon_textregular';
}

.main_article h1,
.main_article h2,
.main_article h3,
.main_article h4,
.main_article h5,
.main_article h6,
#mobile_menu .head p {
    font-family: 'brandon_textbold'!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
#left_column .block .title_block,
.pro-price,
.fi-title {
    color: #000;
}

/*body {*/
/*    color: #555555;*/
/*}*/

a {
    color: #333333;
}

a:hover {
    color: #00a651;
}

.nopadding {
    padding: 0;
}

.bg_w {
    background-color: #fff;
}

img {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.imgage_hover {
    width: 100%;
    overflow: hidden;
}

.imgage_hover img {
    width: 100%;
}

.item_product .chir-img .chi-action img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imgage_hover:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.logoHome {
    display: inline-block;
}

.logoHome img {
    width: 280px;
    height: 95px;
    object-fit: contain;
}


/* -------------- Load Icon *--------------- */

.insLoading {
    position: fixed;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* z-index: 100; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
    display: flex;
    align-items: center;
    text-align: center;
}

.sk-circle {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.intro_product ul {
    list-style: disc;
    padding: 0 20px;
}

#user-active p {
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}

#user-active p.success {
    color: green;
}

#user-active p.error {
    color: red;
}

.site_user_xs span.open-user {
    color: red;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #00a651;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.iconLoadIMG {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    display: flex;
    align-items: center;
}

.iconLoadIMG img {
    display: block !important;
    width: 50px !important;
    margin: 0 auto;
}

.insLoadIMG {
    height: 100%;
    width: 100%;
}

img.insIconLoad {
    max-width: 50px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*------------ Chir header ---------------*/

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

#header_chir.headerSticker #chir_top_bar {
    display: none;
}

#header_chir.headerSticker {
    height: auto;
    position: fixed;
    z-index: 20;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

#header_chir.headerSticker #chir_logo>p {
    display: none;
}


/*#header_chir.headerSticker #chir_search_head{*/


/*	padding: 15px 15px 0 0;*/


/*}*/

#header_chir .vertical-menu-content,
#header_chir .box-vertical-megamenus {
    display: none;
}

#header_chir.headerSticker .box-vertical-megamenus {
    display: block;
    position: relative;
}

#header_chir.headerSticker #box-vertical-megamenus {
    padding: 15px 0;
}

.menuFix .vertical-menu-list {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
}

section#chir_top_bar {
    padding: 5px;
    background: #f7f7f7;
    color: #555555;
}

section#chir_top_bar ul li {
    display: inline-block;
    margin-right: 20px;
}

#chir_search_head,
#infoUserHeader {
    padding: 15px;
}

.logoText a {
    font-size: 40px;
    display: block;
    text-align: center;
    color: #00a651;
}

#chir_search_head form#frm_search_head {
    position: relative;
}

#chir_search_head .chir_frm input[type="text"] {
    padding: 6px 12px;
    padding-left: 40px;
    height: 35px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #00a651;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    padding-right: 110px;
}

#frm_search_head>i {
    -o-transition: transform .3s ease, color .2s ease;
    -moz-transition: transform .3s ease, color .2s ease;
    -webkit-transition: transform .3s ease, color .2s ease;
    transition: transform .3s ease, color .2s ease;
    padding: 1px;
    top: 8px;
    left: 14px;
    position: absolute;
    color: #00a651;
}

#frm_search_head:hover .fa-search {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #00a651;
    -o-transition: transform .3s ease, color .2s ease;
    -moz-transition: transform .3s ease, color .2s ease;
    -webkit-transition: transform .3s ease, color .2s ease;
    transition: transform .3s ease, color .2s ease;
}

#frm_search_head button.chir_btn_sub {
    border-radius: 0 3px 3px 0;
    background: #00a651;
    border: 1px solid transparent;
    color: #fff;
    height: 35px;
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
}

.ul-control-box {
    margin: 0;
    padding: 0;
    text-align: right;
}

.ul-control-box li {
    list-style-type: none;
    display: inline-block;
    margin: 0 7px;
    min-width: 60px;
    position: relative;
}

.div-user-control {
    width: 40px;
    margin: 0 auto;
    display: block;
    height: 40px;
}

.control-4 {
    background: url('../img/sprite-icon.png') -40px -78px no-repeat;
    background-size: 500px;
}

.div-user-control.control-4 {
    width: 40px;
    position: relative;
}

.ul-control-box .info {
    font-size: 12px;
    margin: -3px auto 0;
    display: block;
    text-align: center;
}

.header-cart-count {
    position: absolute;
    top: 5px;
    right: 17px;
    background-color: #00a651;
    color: #fff;
    text-align: center;
    min-width: 19px;
    min-height: 19px;
    line-height: 19px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 11px;
}

.control-2 {
    background: url('../img/sprite-icon.png') -40px -40px no-repeat;
    background-size: 500px;
}

.top-hotline span.div-user-control {
    background: none;
    text-align: center;
    line-height: 35px;
}

.top-hotline span.div-user-control img {
    max-width: 30px;
}

ul.chir_autocomplete {
    padding: 5px 0;
}

ul.chir_autocomplete li {
    display: inline-block;
    font-style: italic;
}

ul.chir_autocomplete li.title {
    font-style: normal;
}

ul.dropdown-menu.info-user {
    left: auto;
    right: 0;
    border-radius: 0;
    min-width: 120px;
    padding: 0;
    margin: 0;
}

ul.dropdown-menu.info-user li.info {
    margin: 0;
    text-align: left;
    font-size: 14px;
}

ul.dropdown-menu.info-user li a {
    padding: 5px 10px;
}

ul.dropdown-menu.info-user li a i {
    margin-right: 5px;
}

@media screen and (max-width: 1199px) {
    #main_header .scroll-down2 {
        padding: 0;
    }
    #mango-product .content-text table {
        width: auto !important;
    }
}


/*========================================== Main menu ========================================*/

#chir_main_menu .main {
    background: #00a651;
}

.navar_menu ul li {
    display: inline-block;
    position: relative;
}

.navar_menu a {
    padding: 10px 20px;
    display: block;
}

.navar_menu>ul>li>a {
    color: #fff;
}

.navar_menu>ul>li:hover>a,
.navar_menu>ul>li.active>a {
    color: #ffffff;
    background: #0c6136;
}

span.label_icon {
    position: absolute;
    top: -8px;
    right: 0;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    width: 29px;
    height: 18px;
}

span.label_icon.no_label {
    display: none;
}

span.label_icon.label_new {
    background: url('../img/new-label.png') no-repeat;
}

span.label_icon.label_new:before {
    content: 'New';
}

span.label_icon.label_sale {
    background: url('../img/sale-label.png') no-repeat;
}

span.label_icon.label_sale:before {
    content: 'Sale';
}

span.label_icon.label_hot {
    background: url('../img/hot-label.png') no-repeat;
}

span.label_icon.label_hot:before {
    content: 'Hot';
}

.mainChild {
    position: absolute;
    z-index: 100;
    background: #fff;
    min-width: 200px;
    left: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    border-bottom: 3px solid #00a651;
}

.navar_menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navar_menu ul.mainChild li {
    width: 100%;
}

.navar_menu ul.mainChild li a {
    padding: 7px 5px 7px 25px;
    background: url('../img/r7.png') no-repeat 10px center;
    display: block;
}

.mainChild.levlup_3 {
    left: 100%;
    top: 0;
}

.navar_menu ul.mainChild li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}


/*========================================== End Main menu ========================================*/


/*========================================== SIDEBAR MENU ========================================*/

.box-vertical-megamenus h4.title {
    height: 40px;
    line-height: 40px;
    background: #00a651;
    /*padding: 0 20px 0 0;*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    overflow: hidden;
    color: #fff;
}

.box-vertical-megamenus h4.title .title-menu {
    display: block;
}

.box-vertical-megamenus h4.title span.btn-open-mobile {
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #0c6136;
    float: left;
    text-align: center;
    font-size: 17px;
}

.box-vertical-megamenus h4.title span.btn-open-mobile i {
    padding: 13px 0;
}

.vertical-menu-content ul li {
    padding: 7px 10px 7px 5px;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    position: relative;
}

.vertical-menu-content>ul>li:last-child {
    border-bottom: 2px solid #00a651;
}

.vertical-menu-content ul li a {
    font-size: 15px;
}

.vertical-menu-content ul li img.icon-menu {
    vertical-align: top;
    margin-right: 10px;
    width: 20px;
}

.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.biz_menu_child {
    position: absolute;
    left: 100%;
    background: #fff;
    top: 0;
    border: 1px solid #ccc;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    z-index: 1000;
    min-width: 200px;
}

.biz_nav_dropdown {
    width: 450px;
    padding: 5px 10px 10px 0;
}

.vertical-menu-content ul li:hover>.biz_menu_child {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.vertical-menu-content ul li.has-child ul {
    border-left: 0;
    top: 0;
    border-top: 0;
}

.vertical-menu-content ul li.has-child ul li {
    padding-left: 5px;
}

.vertical-menu-content ul li.has-child ul li a {
    display: inline-block;
    background: url('../img/r7.png') no-repeat left center;
    padding-left: 20px;
}


/*========================================== END SIDEBAR MENU========================================*/


/***************** Slider thumb article *********************/

div#slider-menu {
    padding-left: 0;
}

#slider {
    padding: 10px 0 0;
}

#slider .slider-thumb {
    position: absolute;
    right: 30px;
    top: 15px;
    background: #fff;
    min-width: 235px;
    border: 1px solid #dfdfdf;
    z-index: 999;
    padding: 0;
}

#slider .slider-thumb li {
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    padding: 7px 10px;
}

#slider .slider-thumb li:last-child {
    border: none;
}

#slider .slider-thumb li.active {
    background-color: #eeeeee;
}

#slider .slider-thumb li:hover {
    background-color: #eeeeee;
}

#slider .slider-thumb li.active:before,
#slider .slider-thumb li:hover:before {
    content: "";
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #eeeeee;
    position: absolute;
    left: -18px;
    top: 15px;
}

#slider .slider-image-thumb {
    display: inline-block;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

#slider .slider-detail {
    display: inline-block;
}

#slider .slider-detail .title-image {
    font-size: 11px;
    font-weight: bold;
    display: block;
    color: #666666;
}

#slider .slider-detail .description-image {
    font-size: 11px;
    color: #666666;
}


/***************** END Slider thumb article *********************/


/*========================================== Quickview ========================================*/

#quick-view-modal {
    background: rgba(0, 0, 0, 0.31);
    z-index: 9999;
}

#quick-view-modal .modal-footer {
    border-top: 1px solid #ccc;
}

h4.modal-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

#quick-view-modal .selector-wrapper label {
    width: 25%;
}

#quick-view-modal .selector-wrapper {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.m-sku,
.m-vendor {
    padding: 5px 0;
}

#quick-view-modal .btn-detail {
    float: left;
}

#quick-view-modal .form-input label {
    width: 100%;
    color: #000 !important;
    font-weight: bold;
    margin-bottom: 10px;
}

#quick-view-modal .form-input {
    float: left;
    width: 300px;
    max-width: 100%;
    padding: 0;
}

#quick-view-modal .form-input:last-child {
    margin-top: 20px;
}

#quick-view-modal .modal-body {
    padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
    max-width: 60px;
    text-align: center;
    padding: 6px;
    //border: 1px solid #E5E5E5;
    border-radius: 0;
    height: 40px;
}

#quick-view-modal .modal-header h2 {
    padding: 10px 0;
    background: #53A1CC;
    color: #fff;
    line-height: 29px;
    text-align: center;
}

#quick-view-modal .qv-readmore a {
    color: #ff9813;
    font-weight: bold;
}

#quick-view-modal .qv-readmore {
    float: left;
    padding: 22px 10px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
    margin-right: 8px;
}

#quick-view-modal .modal-content,
#quick-view-modal .btn {
    border-radius: 2px;
}

#quick-view-modal .zoom>img {
    max-width: 100%;
    max-height: 300px;
}

#quick-view-modal div#p-sliderproduct {
    width: 300px;
    margin: auto;
}

#quick-view-modal .zoom {
    text-align: center;
    width: 100%;
    height: 230px;
    padding: 10px;
}

#quick-view-modal .item:hover,
#quick-view-modal .item.active {
    border: 1px solid #E05544 !important;
}

#quick-view-modal .item:hover:after,
#quick-view-modal .item.active:after {
    border-top: 5px solid rgba(224, 85, 68, 0) !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #E05544;
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
}

#quick-view-modal li.product-thumb {
    float: left;
    display: block !important;
    padding: 5px;
    width: 65px;
    margin-right: 5px;
}

.product-preview-box #p-sliderproduct li.product-thumb {
    float: left;
    display: block;
    padding: 5px;
    width: 142px;
    margin: 0 5px;
    height: 142px;
}

@media (max-width: 425px) {
    .information-entry {
        overflow: hidden;
    }
    .product-preview-box #p-sliderproduct li.product-thumb {
        width: 122px;
        height: 122px;
    }
}

@media (max-width: 380px) {
    .product-preview-box #p-sliderproduct li.product-thumb {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 365px) {
    .product-preview-box #p-sliderproduct li.product-thumb {
        width: 105px;
        height: 105px;
    }
}

.product-preview-box #p-sliderproduct li.product-thumb:hover,
.product-preview-box #p-sliderproduct li.product-thumb.active {
    border: 1px solid #00a651;
}

#quick-view-modal li.product-thumb.active {
    border-color: #00a651;
}

#quick-view-modal .image-zoom.row {
    text-align: center;
}

#quick-view-modal .image-zoom>img {
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 5px;
}

#p-sliderproduct .owl-controls .owl-nav div {
    width: 30px;
    height: 50px;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #00a651;
    color: #00a651;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    font-family: -webkit-body;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    cursor: pointer;
}

#p-sliderproduct .owl-controls .owl-nav div.owl-prev {
    left: -30px;
}

#p-sliderproduct .owl-controls .owl-nav div.owl-next {
    right: -30px;
}

#p-sliderproduct .owl-controls .owl-nav div:hover,
#p-sliderproduct .owl-controls .owl-nav div:hover {
    background: #00a651;
    color: #fff;
}

#p-sliderproduct {
    position: relative;
}

#p-sliderproduct:hover .owl-controls .owl-nav div.owl-next {
    right: 25px !important;
    visibility: visible;
    opacity: 1;
}

.product-preview-box #p-sliderproduct:hover .owl-controls .owl-nav div.owl-next {
    right: 0 !important;
}

#p-sliderproduct:hover .owl-controls .owl-nav div.owl-prev {
    left: 0 !important;
    visibility: visible;
    opacity: 1;
}

#p-sliderproduct .owl-controls {
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 0;
    right: 0;
}

#quick-view-modal .btn-soldout {
    width: 100%;
}

#quick-view-modal .modal-title.p-title {
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

#quick-view-modal .btn-color-add {
    width: 200px;
}

.modal-fix {
    width: 70% !important;
}

.modal-fix .block_content ul li a {
    border: 1px solid #8CC152 !important;
}

.modal-fix .block_content ul li .fa {
    color: #2A2A29;
}

.form-input.vid {
    padding: 0 !important;
}

.m-vendor,
.m-sku {
    font-style: italic;
}

.form-input.vid span {
    font-size: 14px;
    font-weight: bold;
    font-style: normal !important;
}

.social-icons.modal-fix {
    margin: 20px 0 !important;
}


/*End Quickview*/

.attr {
    padding-top: 3px;
}

.attr .options-title {
    margin-bottom: 5px;
}

.attr p a:hover,
.attr p a.active {
    box-shadow: 0 0 1px 1px #FF7A00;
}

.attr p a {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    overflow: hidden;
    line-height: 30px;
    border: 1px solid #fff;
    margin-right: 6px;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8;
    text-align: center;
}

.attr p a img {
    width: 30px;
    object-fit: scale-down;
}

.attr p.size a {
    min-width: 30px;
}

.attr p a.deactive {
    background: #bdbdbd;
    cursor: not-allowed;
}

#quick-view-modal {
    background: rgba(0, 0, 0, 0.31);
    z-index: 9999;
}

#quick-view-modal .modal-footer {
    border-top: 1px solid #ccc;
}

#quick-view-modal .selector-wrapper label {
    width: 25%;
}

#quick-view-modal .selector-wrapper {
    width: 100%;
    float: left;
    display: none;
}

#quick-view-modal .btn-detail {
    float: left;
}

#quick-view-modal .form-input {
    float: left;
    //width: 300px;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
}

#quick-view-modal .modal-body {
    padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
    max-width: 60px;
    text-align: center;
    padding: 6px;
    //border-radius: 5px;
    //border: 1px solid #E5E5E5;
}

button.btn-addcart,
#quick-view-modal .btn-soldout {
    float: left;
    height: 40px;
    border: none;
    padding: 10px 30px;
    background: #00a651;
    ;
    color: #fff;
    font-size: 15px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    border: 1px solid #fff;
    outline: none;
    line-height: 1;
}

button.btn-addcart:hover {
    background: #fff;
    border-color: #00a651;
    ;
    color: #00a651;
    ;
}

#quick-view-modal .modal-header h2 {
    padding: 10px 0;
    background: #53A1CC;
    color: #fff;
    line-height: 29px;
    text-align: center;
}

#quick-view-modal .qv-readmore a {
    color: #b00000 !important;
    font-weight: bold;
    font-size: 15px !important;
}

#quick-view-modal .qv-readmore {
    float: left;
    padding: 12px 10px;
}

#quick-view-modal .p-price {
    font-size: 20px;
    margin-right: 10px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
    margin-right: 8px;
}

#quick-view-modal .modal-content {
    border: none;
}

#quick-view-modal .modal-content,
#quick-view-modal .btn {
    border-radius: 2px;
}

#quick-view-modal del {
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

#quick-view-modal .item img {
    max-width: 100%;
    max-height: calc(100% - 2px);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

#quick-view-modal .item {
    height: 50px;
    position: relative;
    margin: 7px 0;
}

#quick-view-modal .item a {
    float: left;
    width: 100%;
    height: 100%;
}

#quick-view-modal .zoom>img {
    max-width: 100%;
    max-height: 300px;
}

#quick-view-modal div#p-sliderproduct {
    width: 300px;
    margin: auto;
}

#quick-view-modal .zoom {
    text-align: center;
    width: 100%;
    height: 230px;
    padding: 10px;
}

#quick-view-modal .thumb .item:hover a,
#quick-view-modal .thumb .item.active a {
    border: 1px solid #E05544 !important;
}

#quick-view-modal .product-thumb:hover a:after,
#quick-view-modal .product-thumb.active a:after {
    border-top: 5px solid rgba(224, 85, 68, 0) !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #FF0000;
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
}

.product-preview-box #p-sliderproduct {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

#quick-view-modal li.product-thumb,
.product-preview-box #p-sliderproduct li.product-thumb {
    border: 1px solid #ccc;
}

#quick-view-modal li.product-thumb img,
.product-preview-box #p-sliderproduct li.product-thumb img {
    max-width: 100%;
}

#quick-view-modal .image-zoom.row {
    text-align: center;
}

#quick-view-modal .image-zoom>img {
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 5px;
}

#quick-view-modal .btn-soldout {
    //width: 100%;
}

div#quick-view-modal .modal-header {
    background: #00a651;
    padding: 10px;
}

#quick-view-modal .modal-title.p-title {
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    color: #fff;
}

#quick-view-modal .modal-header .close {
    position: absolute;
    margin-top: 0;
    background: transparent;
    top: 5px;
    outline: none;
    padding: 0;
    height: auto;
    width: auto;
    right: 20px;
}

.product-title.p-title h1 {
    font-size: 20px;
    padding: 5px 0;
    font-weight: bold;
    margin: 0;
    line-height: normal;
}

#quick-view-modal .product-price {
    padding: 5px 0 0;
    margin: 0;
    border: none;
}

#quick-view-modal .btn-color-add:hover,
#quick-view-modal .btn-color-add:focus,
#quick-view-modal .btn-color-add:active {
    background: transparent;
}

button.close a:before {
    content: url('../img/icon-delete.png');
}

#sliderproduct:hover .flex-direction-nav li a,
#p-sliderproduct:hover .flex-direction-nav li a {
    opacity: 0.7;
}

#quick-view-modal .form-des {
    display: block;
    float: left;
    line-height: 1.4;
    padding: 0;
    border: 1px;
    border-right: none;
    border-left: none;
    max-height: 95px;
    overflow-x: auto;
    width: 400px;
}

#quick-view-modal .p-price {
    color: #00a651 !important;
}

#quick-view-modal del {
    color: #999999!important;
}

#quick-view-modal .form-input input[type=number] {
    border: 1px solid #ccc;
}


/*====================== End Modal ==========================*/


/*========================================POPUP - đâu trang=========================================*/

#popup-newletter {
    background: url(//theme.hstatic.net/1000141832/1000260194/14/pnewletter_bg.jpg?v=1) no-repeat scroll bottom right #fff;
    text-align: left;
    padding: 20px;
    min-width: 600px;
    min-height: 350px;
    overflow: hidden;
    background-size: cover;
}

#popup-newletter h3 {
    font-size: 22px;
    color: #666;
    margin: 0 0 10px;
    padding: 8px 0;
    font-weight: normal;
    text-transform: uppercase;
}

#popup-newletter .pnewle-message {
    width: 55%;
    color: #333;
}

#popup-newletter .pnewle-message span {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    line-height: 1.5;
}

#popup-newletter .pnewle-message p {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

#popup-newletter .pnewle-message ul {
    margin-bottom: 20px;
}

#popup-newletter .pnewle-form {
    width: 53%;
}

#popup-newletter .pnewle-form .newsletter-input {
    font-size: 12px;
    font-style: italic;
    height: 33px;
    display: inline-block;
    width: calc(100% - 75px);
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#popup-newletter .pnewle-form .btn {
    background-color: #00a651;
    color: #fff;
    font-style: italic;
    font-size: 11px;
    position: relative;
    padding: 5px 12px;
    display: inline-block;
    width: 70px;
    height: 33px;
    vertical-align: top;
    border-radius: 0;
}

.social-icons {
    width: 53%;
    margin-top: 20px;
}

.social-icons .block_content ul {
    margin: 0;
}

.social-icons .block_content ul li {
    width: 20%;
    text-align: center;
    padding: 0;
    height: 40px;
    float: left;
}

.social-icons .block_content ul li a {
    font-size: 18px;
    display: inline-block;
    height: 35px;
    width: 35px;
    color: #767676;
    border: 1px solid transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.social-icons .block_content ul li .fa {
    line-height: 35px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.social-icons .block_content ul li.facebook a:hover {
    border-color: #428bca;
}

.social-icons .block_content ul li.twitter a:hover {
    border-color: #5bc0de;
}

.social-icons .block_content ul li.rss a:hover {
    border-color: #0eba9e;
}

.social-icons .block_content ul li.youtube a:hover {
    border-color: #CC181E;
}

.social-icons .block_content ul li.google-plus a:hover {
    border-color: #4387fd;
}

.social-icons .block_content ul li span {
    font-size: 0;
}

#popup-newletter .pnewle-message ul li:before {
    content: "\f111";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 5px;
    top: 3px;
    left: 10px;
}

#popup-newletter .pnewle-message ul li {
    font-size: 12px;
    position: relative;
    display: block;
    padding-left: 25px;
    margin: 10px 0;
}

.newletter-popup.engo-popup .content {
    padding: 0;
}

#popup-newletter .pa-header {
    background: rgba(255, 255, 255, .7);
    padding: 10px;
}

a.close_newletter {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #333;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
}

@media screen and (min-width: 1200px) {
    .newletter-popup.engo-popup .content {
        width: 650px;
    }
}


/*================================end New seletter====================================*/


/* --------------- Main home ----------------------- */

.chir_main {
    /*padding: 15px 0;*/
}

.chir_main #chir_seller {
    padding-top: 15px;
}

.chir_un_home .chir_main {
    padding-top: 0;
}

.chir_main .main {
    position: relative;
}

.title_chir {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 5px 0 5px;
    margin-bottom: 15px;
    font-weight: normal;
}

.title_chir h2 {
    display: inline-block;
    line-height: normal;
    border-bottom: 3px solid #00a651;
    padding-right: 5px;
    position: relative;
    top: 2px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 10px;
    line-height: 42px;
}

#chir_seller .main div.banner {
    padding-right: 0;
}

#chir_seller .banner img {
    max-height: 304px;
}

.item_product {
    border: 1px solid #eaeaea;
    border-right: 0;
    background: #fff;
    position: relative;
    list-style-type: none;
}

.product_tabs_slide ul.item .tab_item:last-child {
    border-top: 0;
}

.chir-img {
    text-align: center;
    position: relative;
    padding: 10px;
    width: 100%;
    overflow: hidden;
}

.item_product .chir-img img {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 100%;
    width: auto;
    display: inline-block;
    object-fit: scale-down;
}

.item_product .chir-img img.insImageload {
    display: none;
}

#chir_seller .chir-img {
    height: 225px;
}

.product_in_block .chir-img {
    height: 149px;
}

.product_deal_slide .chir-img,
.related_product .chir-img {
    height: 240px;
}

.related_product .chir-img img {
    width: auto;
    display: inline-block;
}

.chir_loop:hover .chir-img>a>img,
.owl_brand_list .chir_loop:hover a>img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.chir_loop .product-detail {
    padding: 5px 10px;
}

.chir_loop .product-detail a {
    font-family: 'brandon_textregular';
    font-size: 15px;
    display: inline-block;
    line-height: 1.3;
    height: 40px;
    overflow: hidden;
    width: 100%;
    color: #333333;
}

.chir_loop .product-detail a:hover {
    color: #00a651;
}

.pro-price {
    font-family: 'brandon_textbold';
    color: #00a651;
    font-size: 17px;
}

.compare-price {
    color: #999999;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: top;
}

.product_tabs_slide ul.item .tab_item p.pro-price {
    font-size: 14px;
    line-height: 1.5;
}

.chi-action {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.chir_loop:hover .chi-action {
    visibility: visible;
    opacity: 1;
}

.chir_loop .chi-action a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    text-align: center;
    transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
    visibility: hidden;
    opacity: 0;
}

.chir_loop .chi-action a.Soldoutcart {
    filter: alpha(opacity=70) !important;
    -khtml-opacity: 0.7 !important;
    -moz-opacity: 0.7 !important;
    opacity: 0.7 !important;
    cursor: default;
}

.product_tabs_slide ul.item .tab_item .chi-action a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.chir_loop:hover .chi-action a {
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
}

.chir_loop .chi-action a:first-child {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}

.chir_loop .chi-action a:nth-child(2) {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.chir_loop .chi-action a:last-child {
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}

.chir_loop .chi-action img {
    max-width: 17px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .6s ease;
    width: auto;
    height: auto;
    display: inline-block;
}

.product_tabs_slide ul.item .tab_item .chi-action a img {
    max-width: 15px;
}

.chir_loop .chi-action a:hover img {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transition: transform .6s ease;
}

.chir_loop .product_view_list {
    display: none;
}

.owl_design.owl-carousel .owl-controls .owl-nav div {
    width: 30px;
    height: 50px;
    font-size: 50px;
    line-height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #00a651;
    color: #00a651;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    font-family: -webkit-body;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.owl_design:hover .owl-controls .owl-nav div {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.owl_design.owl-carousel .owl-controls .owl-nav div.owl-next {
    right: -30px;
}

.owl_design.owl-carousel .owl-controls .owl-nav div.owl-prev {
    left: -30px;
}

.owl_design:hover .owl-controls .owl-nav div.owl-next {
    right: 0;
}

.owl_design:hover .owl-controls .owl-nav div.owl-prev {
    left: 0;
}

.owl_design.owl-carousel .owl-controls .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    line-height: 1;
    font-size: 0;
    padding: 5px;
    /* background: rgba(0, 166, 81, .2); */
    background: #f4f8fa;
    display: none !important;
}

.owl_design.owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #00a651;
    margin: 0 3px;
    line-height: 1;
}

.owl_design.owl-carousel .owl-controls .owl-dots .owl-dot.active {
    background: #00a651;
}

.owlSlider.owl_design.owl-carousel .owl-controls .owl-dots {
    display: block !important;
    min-width: 100px;
}
.owl-theme .owl-dots .owl-dot span {
    display: none ;
}

/*
.product_tabs_slide.owl_design.owl-carousel .owl-controls .owl-nav div {
background: rgba(0, 166, 81, .7);
color: #fff;
}
*/

.owl_design.owl-carousel .owl-controls .owl-nav div:hover,
.product_tabs_slide.owl_design.owl-carousel .owl-controls .owl-nav div:hover {
    background: #00a651;
    color: #fff;
}

.home_block {
    margin-top: 30px;
}

.banner_brand {
    padding-right: 0;
}

.banner_brand .imgage_hover {
    margin-top: 0;
}

.banner_brand .brands {
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
}

.banner_brand .brands h4 {
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 0;
    display: none;
}

.banner_brand .brands ul li {
    display: inline-block;
    margin: 5px 0 0;
    text-align: center;
    padding: 5px;
    float: left;
    width: 50%;
    margin: 0;
    border: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
}

.banner_brand .brands ul li .effect_item a,
.banner_brand .brands ul li.effect_item a.first_child {
    height: 108px;
    overflow: hidden;
    display: block;
}

.banner_brand .brands ul li p {
    height: 24px;
    margin: 0 auto;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner_brand .brands ul li img {
    margin-bottom: 5px;
    max-width: 100px;
}


/*
.banner_brand .brands ul li img {
-webkit-filter: grayscale(70%);
filter: grayscale(70%);
}
*/

.banner_brand .brands ul li:hover img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.product_tabs .nav-tabs {
    border-bottom: 3px solid #00a651;
    //margin-bottom: 10px;
}

.product_tabs .nav-tabs>li {
    float: none;
    margin: 0;
    display: inline-block;
}

.product_tabs .nav-tabs>li>a {
    border: none !important;
    border-top: 1px solid transparent !important;
    //border-bottom: 1px solid transparent !important;
    border-radius: 0;
    background: #fff !important;
    font-size: 15px;
    margin: 0;
}

.product_tabs .nav-tabs>li>a:after,
.product_tabs .nav-tabs>li>a:before {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.product_tabs .nav-tabs>li>a:after {
    content: "\f0d8";
    bottom: -4px;
}

.product_tabs .nav-tabs>li>a:before {
    //content: "\f0d7";
    top: -5px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-color: #00a651;
    color: #00a651;
}

.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:focus:after,
.nav-tabs>li.active>a:hover:after,
.nav-tabs>li.active>a:before,
.nav-tabs>li.active>a:focus:before,
.nav-tabs>li.active>a:hover:before {
    opacity: 1;
    visibility: inherit;
    color: #00a651;
}

p.not_url {
    margin: 20px 0;
    font-size: 16px;
}

.block_product_list .noproduct p {
    font-size: 15px;
    padding: 15px 0;
}

.box-timer {
    position: absolute;
    bottom: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .3);
    width: 100%;
    text-align: center;
    left: 0;
}

.box-timer .box-time-date {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    color: #363636;
    font-size: 15px;
}

.box-timer .box-time-date .time-num {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 0 0 0 18px;
    line-height: 30px;
    min-height: 30px;
    position: relative;
    width: 45px;
    display: inline-block;
    font-family: 'brandon_textbold';
    font-size: 18px;
}

.box-timer .box-time-date .time-num:before {
    background: #00a651 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
    z-index: -1;
}

.box-timer .box-time-date .text {
    background: #00a651 none repeat scroll 0 0;
    border-radius: 0 15px 0 0;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    max-height: 20px;
    padding: 1px 0;
    position: relative;
    width: 45px;
    color: #fff;
}

.box-timer .box-time-date .text:after {
    background: #fafafa none repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    z-index: -1;
}


/* Blogs home */

.article_item {
    margin-bottom: 30px;
    padding: 0 10px;
}

.single_blog_post_box {
    border: 1px solid #ededed;
    box-shadow: -5px 5px 0 #f0f0f0;
    padding: 6px;
}

.blog_post_heading {
    padding: 15px 10px 0;
    border-bottom: 1px solid #dddddd;
}

.blog_post_heading h2 {
    margin-bottom: 5px;
    height: 45px;
    overflow: hidden;
}

.blog_post_heading h2 a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
    color: #333333;
}

.blog_post_heading h2 a:hover {
    color: #00a651;
}

.blog_post_heading p {
    font-size: 14px;
    color: #666666;
    font-style: italic;
    margin-bottom: 10px;
}

.blog_post_content {
    padding: 10px 10px 0;
}

.blog_post_content p {
    font-size: 14px;
    height: 75px;
    overflow: hidden;
}

.blog_post_content ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
}

.blog_post_content ul li i {
    color: #00a651;
}


/* End Blogs home */


/*  LOADING */

.overlay_load {
    display: none;
    position: absolute;
    top: 90px;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
}

.loadding_send {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #00a651;
    z-index: 100;
}

.loadding_send .text {
    display: inline-block;
    margin-left: 10px;
}

.bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

.bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #00a651;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: bounce 500ms alternate infinite ease;
    animation: bounce 500ms alternate infinite ease;
}

@-webkit-keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}


/* --------------- END Main home ----------------------- */


/* Footer */

section#footer_top {
    text-align: center;
    background: #00a651;
    padding: 15px 0;
}

.footer_newsletter h3 {
    font-size: 19px;
    color: #fff;
    display: inline-block;
    margin: 5px 10px 0 0;
}

.footer_newsletter .frm_new {
    display: inline-block;
    position: relative;
}

.frm_new input[type="email"] {
    width: 300px;
    height: 32px;
    display: inline-block;
    border-radius: 0 !important;
    border: none;
    margin-right: 18px;
}

button.le-button {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: auto;
    background: #ff9813;
    padding: 0 20px;
    border: 1px solid #ff9813;
    height: 32px;
    color: #000;
}

.info_policy {
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.info_policy span.name-icon {
    font-size: 35px;
    color: #00a651;
    vertical-align: top;
    margin-right: 10px;
}

.info_policy .description {
    vertical-align: top;
    text-align: left;
}

.info_policy .description h4 {
    color: #00a651;
    font-size: 14px;
    text-transform: uppercase;
}

.info_policy .description p {
    font-size: 14px;
    line-height: 20px;
}

section#footer_main {
    background: #E6E6E6;
    padding: 30px 0;
}

.footer-right {
    border-left: 1px solid #fff;
}

.fi-title {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: url('../img/dash-double-footer.png') bottom repeat-x;
    text-transform: uppercase;
}

.footer-left {
    padding: 0 20px;
    clear: left;
}

.footer-left ul.ftSocial {
    margin-top: 14px;
}

.bot-ft {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.logo-ft-1 {
    display: block;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    max-width: 300px;
}

.bot-ft .copy {
    float: left;
    padding-top: 10px;
}

.ft_payment {
    padding: 20px 0 0;
}

.ft_payment ul li {
    display: inline-block;
    margin-right: 5px;
}

.ft_payment img {
    max-height: 100px;
}

.fi-about-block .fi-content {
    margin-top: 15px;
}

.ftSocial>li {
    display: inline-block;
    margin: 0 5px;
}

.ftSocial li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3b5998;
    color: #fff;
    border-radius: 50%;
}

.ftSocial li a:hover {
    color: #ffca08 !important;
}

.ftSocial li:nth-child(2) a {
    background: #28aae1;
}

.ftSocial li:nth-child(3) a {
    background: #dd4b38;
}

.ftSocial li:nth-child(4) a {
    background: #dc2925;
}

.ftSocial li:nth-child(5) a {
    background: #5d4942;
}

.cpr {
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}

.fixedItem {
    display: none;
    /*position: fixed;*/
    /*bottom: 20px;*/
    /*right: 15px;*/
    /*z-index: 10000;*/
    text-align: center;
    margin-top: 5px;
}

.fixedItem a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    background: #00a651;
    border-radius: 50%;
    padding: 0 5px;
}

.fixedItem.cart a {
    padding: 0 10px 0 8px;
}

.fixedItem.backtop {
    bottom: 65px;
}

.fixedItem.cart a {
    background: #ed1b25;
}

.fixedItem.cart a img {
    max-width: 17px;
}


/* END Footer*/


/* ----------------------- CHIR COLLECTION ---------------------- */

.collectionBanner img {
    max-width: 100%;
}

.collectionBanner .banner {
    text-align: center;
}

.collDesc {
    padding: 10px 0;
}


/**Filter**/

.accordion-body ul {
    padding-left: 0;
}

.layered_subtitle {
    color: #444444;
    font-size: 16px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.layered .layered-content {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
}

.layered .layered-content:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.layered .layered-content:first-child {}

.layered-category .layered-content {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.check-box-list {
    overflow: hidden;
}

.check-box-list li {
    line-height: 24px;
}

.check-box-list label,
.check-box-list a {
    display: inline-block;
    cursor: pointer;
    line-height: 12px;
    font-weight: normal;
}

.check-box-list input[type="checkbox"] {
    display: none;
}

.check-box-list input[type="checkbox"]+label span.button,
.check-box-list input[type="checkbox"]+a span.button,
.not_show span.buttonk {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url("../img/checkbox.png") no-repeat;
    padding: 0;
    border: none;
}

.filter-color li input[type=checkbox]+label span.button {
    background: 0 0;
    margin: 0;
}

.check-box-list label span.count {
    color: #a4a4a4;
    margin-left: 2px;
}

.filter-color ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}

.filter-color li {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: normal;
    float: left;
    padding: 5px;
}

.filter-color li label {
    border: 1px solid #eaeaea;
    width: 25px;
    height: 25px;
    padding-top: 6px;
    padding-left: 6px;
    float: left;
}

.filter-color li input[type="checkbox"]+label span.button_check {
    background: none;
    margin: 0;
}

.filter-color li input[type="checkbox"]:checked+label {
    border-color: #ff3366;
    background-image: url("../img/bg_chonsen.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.filter-size-box:focus {
    background-color: #fff;
    border-color: #cbc6b5;
    color: #cbc6b5;
}

.filter-color li label:hover {
    background-color: transparent;
    border-color: #e61446 !important;
    color: #e61446;
    background-image: url("../img/bg_chonsen.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.widget .accordion-body .accordion-body-wrapper {
    //padding: 18px 0 10px;
}

.sidebar .widget {
    margin-bottom: 20px;
}

.filter-size-box {
    color: #a39d94;
    font-size: 12px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
}

.filter-color-box:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.filter-chose a.active,
.filter-color-box:hover {
    border-color: #e61446 !important;
    background-image: url("../img/bg_chonsen.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
}

.filter-color-box,
.filter-size-box {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #d7d5cb;
    margin: 0 6px 12px !important;
}

.filter-color-box {
    width: 25px;
    height: 25px;
}

.filter-color-box {
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
}

.filter-chose a.active,
.filter-color-box:hover {
    border-color: #e61446 !important;
    background-image: url("../img/bg_chonsen.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
}

div#sidebar-collapse-filter {
    border: 1px solid #eaeaea;
    padding: 10px 20px;
}

.accordion-title.block-title.size-3 {
    border: none;
}

.check-box-list li:hover input[type="checkbox"]+a span.button,
.check-box-list li.active input[type="checkbox"]+a span.button {
    background: #00a651 url("../img/checked.png") no-repeat center center;
}

.check-box-list li.active input[type="checkbox"]+a,
.check-box-list a:hover {
    color: #00a651;
}

.filter-color li.active span.button {
    display: none !important;
}

.layered .layered-content.filter-size li {
    display: inline-block;
    width: 45%;
}


/*End filter */

#chir_collection .main {
    padding: 0;
}

section#chir_collection {
    //margin-top: -15px;
}

ul.breadcrumb {
    margin: 0;
    background: transparent;
    padding-left: 0;
}

#left_column .box_sidebar {
    border: 1px solid #eaeaea;
    border-top: 0;
}

#left_column .left-module {
    margin-bottom: 10px;
    overflow: hidden;
}

#left_column .block {
    border-top: 1px solid #eaeaea;
}

#left_column .block .title_block {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
    padding-left: 28px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 12px;
    color: #444444;
    position: relative;
}

#left_column .block .block_content {
    padding: 15px 20px;
}

.check-box-list li,
.tree-menu li {
    line-height: 24px;
}

.tree-menu>li>span:before {
    content: "\f105";
    display: inline-block;
}

.tree-menu>li>span.open:before,
.tree-menu>li>span:before,
.tree-menu>li>ul>li>span:before {
    font-size: 14px;
    text-align: right;
    padding-right: 12px;
    color: #ccc;
    font-family: FontAwesome;
}

.page_head {
    position: relative;
    padding: 13px 0 0 0;
    border-bottom: 1px solid #eaeaea;
}

.page_head .ins_title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    top: 1px;
}

.page_head .ins_title:before {
    content: '';
    position: absolute;
    height: 2px;
    border-bottom: 1px solid #00a651;
    width: 100%;
    bottom: 0;
}

.display-product-option {
    width: 63px;
    height: 30px;
}

.view-product-list .display-product-option {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.display-product-option li.view-as-grid span {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background: url("../img/grid-view-bg.png") #666;
    border: none;
    float: left;
}

.display-product-option li.view-as-list span {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background: url("../img/list-view-bg.png") #666;
    border: none;
    float: right;
}

.display-product-option li.selected span,
.display-product-option li:hover span {
    background-color: #00a651;
    background-position: 0 -30px;
}

.display-product-option li.selected span,
.display-product-option li:hover span {
    background-color: #00a651;
}

.browse-tags {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.browse-tags span {
    display: inline-block;
    line-height: 30px;
}

.browse-tags select {
    height: 30px;
    border: 1px solid #ccc;
    outline: none;
}

.product-list.filter {
    border-left: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .product-list.products .item_product:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    .product-list.products .item_product:nth-child(4n+1) {
        clear: both;
    }
}

.product-list.products .item_product {
    border-top: 0;
    padding: 0;
    border-left: 0;
    border-right: 1px solid #eaeaea;
    flex-wrap: wrap;
    position: relative;
}

.product-list.products .item_product .chir-img {
    height: 225px;
}

#pd_search .product-list.products .item_product .chir-img {
    height: 280px;
}


/*Paginate*/

.content_sortPagiBar .pagination,
.pagination .paginator {
    margin: 0;
    float: right
}

.content_sortPagiBar .pagination>li {
    float: left;
    padding: 0 2px
}

.pagination>li>a,
.pagination>li>span {
    padding: 5px 10px;
}

.content_sortPagiBar .pagination>li>a,
.content_sortPagiBar .pagination>li span {
    font-size: 12px;
    color: #00a651;
    border-color: #00a651;
    background: #ffffff;
}

.content_sortPagiBar .pagination>li:hover>a,
.content_sortPagiBar .pagination>li:hover span,
.content_sortPagiBar .pagination>li:focus>a,
.content_sortPagiBar .pagination>li:focus span {
    color: #ffffff;
    border-color: #00a651;
    background: #00a651;
}

.content_sortPagiBar .pagination>li:hover>a:before,
.content_sortPagiBar .pagination>li:hover span,
.content_sortPagiBar .pagination>li:focus>a:before,
.content_sortPagiBar .pagination>li:focus span {
    color: #ffffff;
}

#pagination .paginator {
    float: right;
}

#pagination .paginator .currentPage {
    color: #ffffff !important;
    border-color: #00a651;
    background: #00a651 !important;
}

#pagination .paginator a.paging-next:before, #chir_collection .paginator a.paging-next:before {
    content: "\f105";
    font-family: FontAwesome;
}

#pagination .paginator a.paging-last:before, #chir_collection .paginator a.paging-last:before {
    content: "\f101";
    font-family: FontAwesome;
}

#pagination .paginator a.paging-first:before, #chir_collection .paginator a.paging-first:before {
    content: "\f100";
    font-family: FontAwesome;
}

#pagination .paginator .labelPages,
#pagination .paginator .titlePages {
    display: none;
}

#pagination .paginator a.paging-previous:before, #chir_collection .paginator a.paging-previous:before {
    content: "\f104";
    font-family: FontAwesome;
}

#pagination .paginator a,
#pagination .paginator .currentPage {
    padding: 5px 10px;
    font-size: 12px;
    color: #00a651;
    margin: 0 3px;
    border: 1px solid #00a651;
    background: #ffffff;
}

.content_sortPagiBar .pagination .pagination_next:hover>a,
.content_sortPagiBar .pagination .pagination_next:hover span,
.content_sortPagiBar .pagination .pagination_next:focus>a,
.content_sortPagiBar .pagination .pagination_next:focus span {
    color: #ffffff;
    background: #00a651;
    border-color: #00a651;
}

.content_sortPagiBar .pagination .pagination_next:hover>a:before,
.content_sortPagiBar .pagination .pagination_next:hover span,
.content_sortPagiBar .pagination .pagination_next:focus>a:before,
.content_sortPagiBar .pagination .pagination_next:focus span {
    color: #ffffff;
}

.content_sortPagiBar .pagination .pagination_next>a,
.content_sortPagiBar .pagination .pagination_next span {
    position: relative;
    //height: 34px;
    font-size: 0px
}

.content_sortPagiBar .pagination .pagination_next>a:before,
.content_sortPagiBar .pagination .pagination_next span:before {
    content: "Sau";
    font-weight: 300;
    font-size: 12px;
    color: #00a651;
    display: block
}

.content_sortPagiBar.pagi {
    padding: 20px 0;
    display: block;
    border: none;
}

.content_sortPagiBar .pagination>li.pagination_previous>a,
.content_sortPagiBar .pagination>li.pagination_previous span,
.content_sortPagiBar .pagination>li.pagination_next>a,
.content_sortPagiBar .pagination>li.pagination_next span {
    color: #00a651;
    background: #ffffff;
    border-color: #00a651;
}

.content_sortPagiBar .pagination>li.pagination_previous.disabled,
.content_sortPagiBar .pagination>li.pagination_next.disabled {
    display: none;
}

.page-selector .pages-box .content_sortPagiBar {
    margin: 0;
    padding: 0;
}

.page-selector .pages-box .content_sortPagiBar li.pagination_previous,
.page-selector .pages-box .content_sortPagiBar li.pagination_next {
    //display: none;
}


/*end pagi*/


/* View list */

ul.product-list.view_list li.item_product {
    width: 100%;
}

ul.product-list.view_list li.item_product .chir-img {
    float: left;
    width: 30%;
}

ul.product-list.view_list li.item_product .product-detail {
    float: left;
    width: 70%;
}

ul.product-list.view_list li.item_product .chir_loop .product-detail a,
ul.product-list.view_list li.item_product.chir_loop .product-detail a {
    height: auto;
    font-size: 20px;
}

ul.product-list.view_list li.item_product .chir_loop .product_view_list {
    display: block;
    margin-bottom: 10px;
}


/* ----------------------- END CHIR COLLECTION ---------------------- */


/* ----------------------- CHIR PRODUCT ---------------------- */


/*
Swatches Styles
*/

.swatch {
    margin: 0.5em 0;
}


/* Label */

.swatch .header {
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: none;
    display: inline-block;
    min-width: 200px;
    position: relative;
}

.swatch .header:before {
    content: '';
}


/* Hide radio buttons.*/

.swatch input {
    display: none;
}

.swatch label {
    float: left;
    min-width: 35px !important;
    height: 35px !important;
    margin: 0;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    font-size: 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}

.swatch-element label {
    padding: 0 10px;
}

.color.swatch-element label {
    background-size: cover !important;
    padding: 0;
}

.swatch .swatch-element {
    //float:left;
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
    margin: 0px;
    display: inline-block;
    position: relative;
}


/* Image with the cross in it */

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatch .swatch-element .crossed-out {
    display: none;
}

.swatch .swatch-element.soldout .crossed-out {
    display: block;
}

.swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    /* internet explorer */
    -khtml-opacity: 0.6;
    /* khtml, old safari */
    -moz-opacity: 0.6;
    /* mozilla, netscape */
    opacity: 0.6;
    /* fx, safari, opera */
}

.swatch .img-check {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.swatch-element label.sd {
    border: 1px solid #e4393c;
}

.swatch-element label.sd img.img-check {
    display: block;
}

.swatch-element label span {
    color: #000;
    font-size: 13px;
    line-height: normal;
    vertical-align: middle;
    //display: none;
}


/*
label.sd{
border: 1px solid #F00;
background: url(//theme.hstatic.net/1000141832/1000260194/14/select-pro.png?v=1) right bottom no-repeat;
}

.n-sd:nth-child(1) label {
border: 1px solid #F00;
background: url(//theme.hstatic.net/1000141832/1000260194/14/select-pro.png?v=1) right bottom no-repeat;
}
*/

label[for="product-select-option-0"] {
    display: none;
}

label[for="product-select-option-1"] {
    display: none;
}

label[for="product-select-option-2"] {
    display: none;
}

#product-select-option-0 {
    display: none;
}

#product-select-option-1 {
    display: none;
}

#product-select-option-2 {
    display: none;
}

#product-select-option-0+.custom-style-select-box {
    display: none !important;
}

#product-select-option-1+.custom-style-select-box {
    display: none !important;
}

#product-select-option-2+.custom-style-select-box {
    display: none !important;
}

.selector-wrapper {
    display: none;
}

.color.swatch-element label.no-thumb {
    padding-left: 10px;
}


/*end swatch*/

.product-detail-box {
    padding-right: 20px;
}

.product-detail-box .product-subtitle {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #949494;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
}

.product-detail-box .product-title {
    font-size: 20px;
    margin: 10px 0 0 0;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #3d3d3d;
    font-weight: 400;
    text-transform: uppercase;
}

.product-detail-box .sku {
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.product-detail-box .sku strong {
    font-style: normal;
}

.product-description {
    font-size: 14px;
    max-height: 400px;
    overflow-x: auto;
    line-height: 1.3;
    color: #808080;
    font-weight: 300;
    margin-bottom: 20px !important;
}

.price {
    font-size: 15px;
    line-height: 25px;
}

.product-detail-box .price {
    line-height: 1.3;
    letter-spacing: 0;
}

.detail-info-entry {
    margin-bottom: 10px;
}

.product-detail-box .price .prev {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    display: block;
    vertical-align: middle;
    margin-left: 0;
    margin-bottom: 0;
    text-decoration: line-through;
    font-style: italic;
}

.product-detail-box .price .current {
    font-size: 25px;
    color: #00a651;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.product-detail-box .right_box {
    padding: 10px 0 0 20px;
    border-left: 1px #dfdfdf solid;
}

.serv-1 {
    background: url("../img/icon-serv-1.png") top left no-repeat;
}

.serv-2 {
    background: url("../img/icon-serv-2.png") top left no-repeat;
}

.pd_policy .serv {
    color: #000;
    display: block;
    padding-left: 40px;
    width: 100%;
    padding-bottom: 20px;
}

.pd_policy .serv:last-child {
    padding-bottom: 0;
}

.pd_policy .serv span {
    color: #727272;
}

.pd_policy h3,
.pd_saler h3 {
    font-size: 17px;
    color: #5a5a5a;
    padding-bottom: 10px;
}

.quantity-selector {
    font-size: 0;
}

.detail-info-entry-title {
    font-size: 14px;
    color: #313131;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.quantity-selector .entry {
    border: 1px #d1d1d1 solid;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-left: -1px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #4c4c4c;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.quantity-selector .entry.number-minus:before,
.quantity-selector .entry.number-plus:before {
    content: "";
    width: 11px;
    height: 1px;
    background: #4d4d4d;
    left: 50%;
    margin-left: -5.5px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}

.quantity-selector .entry.number-plus:after {
    content: "";
    height: 11px;
    width: 1px;
    background: #4d4d4d;
    left: 50%;
    margin-left: -0.5px;
    top: 50%;
    margin-top: -5.5px;
    position: absolute;
}

.quantity-selector .entry.number {
    cursor: default;
    width: 44px;
    padding: 0 5px;
    width: auto;
    min-width: 44px;
}

.detail-info-entry.pd_action {
    margin-top: 20px;
}

.btn-outline {
    position: relative;
    z-index: 0;
    border: 1px solid #00a651;
    white-space: nowrap;
    padding: 10px 40px;
    margin-bottom: 0;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    background: #00a651;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
    border-radius: 50px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.btn-buyNow,
.btn-outline.btn-style-2 {
    background: #fff;
    color: #00a651;
}

a.button.btn-outline.btn-buyNow:hover,
.btn-outline.btn-style-2:hover {
    background: #00a651;
    color: #fff;
}

.pd_saler {
    margin-top: 20px;
}

.pd_saler p {
    display: block;
    width: 100%;
    padding-left: 25px;
    background: url('../img/check-ser.png') left 4px no-repeat;
    padding-bottom: 8px;
}

.product_socaial .box_social>div {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.sale {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    padding: 5px;
    border: 1px solid #00a651;
    color: #00a651;
    font-size: 12px;
}

.sold {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    padding: 5px;
    border: 1px solid #323232;
    color: #323232;
    font-size: 12px;
}

div#thumb_img {
    margin: 20px 0;
}

div#thumb_img ul.slide_thumb_img {
    padding: 0 30px;
}

.slide_thumb_img li.product-thumb.active {
    border-color: #00a651;
}

.slide_thumb_img li.product-thumb {
    margin: 5px;
    padding: 5px;
    border: 1px solid transparent;
}

.information-entry .title_chir {
    margin-top: 10px;
}

.inline-product-entry.new .image {
    width: 85px;
    float: left;
    border: 1px transparent solid;
}

.inline-product-entry.new .content {
    margin-left: 90px;
    padding-right: 10px;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}

.inline-product-entry.new .content .cell-view {
    height: 55px;
}

.inline-product-entry.new .title {
    display: block;
    max-height: 35px;
    overflow: hidden;
    line-height: 1.4;
}

.information-entry .new .price {
    font-size: 13px;
    margin-top: 10px;
}

.information-entry .new .price .prev {
    font-size: 11px;
    text-decoration: line-through;
    font-style: italic;
}

.swiper-tabs {
    padding: 20px 0;
}

.swiper-tabs .content-text {
    padding: 15px;
}

.swiper-tabs.comment {
    clear: both;
}


/*------------------- PAGE BLOGS ---------------------------- */


/* --------------------------------------------------------
Right Sidebar CSS
-----------------------------------------------------------*/

.ba_sidebar {
    padding-left: 0;
}

.right_sidebar {
    background: url('../img/bg_sing_practice.png');
    padding: 10px;
}

.all_right_widgets {
    background: #fff;
    padding: 15px;
}

.sing_right_widget {
    margin-top: 30px
}

.sing_right_widget:first-child {
    margin-top: 0;
}

.sing_right_widget>h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.lat_news_right>li {
    overflow: hidden;
}

.lat_news_right img {
    float: left;
    margin-right: 10px;
    max-width: 60px;
}

.lat_news_right_con {
    float: left;
    width: auto;
}

.lat_news_right_con h3 {
    font-size: 13px;
    text-transform: none;
    line-height: 15px;
    margin-bottom: 5px;
}

.lat_news_right_con h3 a {
    color: #333333;
}

.lat_news_right_con h3 a:hover {
    color: #00a651;
}

.lat_news_right_con h4 {
    color: #ff9813;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}

.lat_news_right li {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
}

.lat_news_right li:first-child {
    padding-top: 0;
}

.lat_news_right li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.upcoming_events_right {
    overflow: hidden;
}

.upcoming_events_right img {
    margin: 7.5px 0;
}

.single_social_share {
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

.single_social_share a {
    color: #fff;
    font-size: 20px;
    width: 47px;
    line-height: 47px;
    background: rgba(255, 255, 255, .1);
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}

.single_social_share a:hover {
    background: rgba(255, 255, 255, .2);
}

.social_share_logo_right {
    overflow: hidden;
}

.social_share_logo_right .col-md-4:nth-child(1) .single_social_share {
    background: #3b59a1;
}

.social_share_logo_right .col-md-4:nth-child(2) .single_social_share {
    background: #46b0e4;
}

.social_share_logo_right .col-md-4:nth-child(3) .single_social_share {
    background: #dd4c39;
}

.single_social_share span {
    margin-top: 20px;
    font-size: 15px;
    display: block;
}

.category_right li {
    margin-bottom: 20px;
}

.category_right li a {
    font-size: 15px;
}

.category_right li a:hover,
.category_right li.current-cat a {
    color: #00a651;
}

.category_right li a i {
    margin-right: 15px;
}

.main_article {
    padding: 15px;
}

#article_edu .head h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.info_edu {
    margin-bottom: 10px;
}

.info_edu ul li {
    display: inline-block;
    padding-right: 10px;
}

.main_article *:not(i) {
    font-family: 'brandon_textregular'!important;
    width: auto !important;
}

.main_article h1,
.main_article h2,
.main_article h3,
.main_article h4,
.main_article h5,
.main_article h6 {
    font-family: 'brandon_textbold'!important;
}


/*====================== Popup cart ==========================*/

.engo-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 0;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.engo-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0 !important;
    height: auto;
    width: auto;
}

.engo-popup .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
}

.engo-popup.active .overlay {
    width: 100%;
    height: 100%;
}

.engo-popup .content {
    //max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #fff;
    //min-width: 490px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.engo-popup.active .content {
    max-height: 100%;
}

@media screen and (min-width: 1200px) {
    .engo-popup .content {
        max-width: 1024px;
        width: 900px;
    }
}


/*Popup cart*/

.ajaxcart .cart_header_labels>div {
    font-size: 15px;
}

.ajaxcart__close {
    position: absolute;
    top: 20px !important;
    right: 20px;
    border: 0 none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
    background-position: center center;
    background: url("../img/delete_cart.png") center center no-repeat;
    z-index: 999999999;
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
    -moz-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
    -ms-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
    -o-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
    transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
}

#AjaxifyCart {
    //padding: 30px 20px;
}

.ajaxcart h2 {
    margin: 0;
    font-size: 30px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border: 0;
    color: #000;
}

.page-content .ajax_content_cart {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    max-height: 350px;
    overflow: auto;
}

.page-content .ajax_content_cart::-webkit-scrollbar-thumb {
    background: #e2dfdf;
}

.page-content .ajax_content_cart::-webkit-scrollbar {
    width: 8px;
}

.page-content.not-item {
    overflow: hidden;
}

.cart_total.item {
    margin: 0;
}

.ajaxcart .cart_header_labels {
    margin: 15px 0;
    margin: 10px 0 15px 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}

.ajaxcart .list_product_cart {
    text-align: center;
    margin-bottom: 15px;
}

.ajaxcart .product_name {
    margin: 0;
    text-align: left;
    font-size: 14px;
    display: block;
    text-transform: none;
    letter-spacing: 0;
}

.ajaxcart small {
    //float: left;
}

.ajaxcart__qty {
    display: inline-block;
    margin: 0;
}

input.ajaxcart__qty-num {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #7b7b7b;
    color: #222;
    padding: 0;
}

.ajaxcart .note_item .control-label {
    font-weight: normal;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ajaxcart .list_button_cart p {
    margin: 0 0 5px;
}

.ajaxcart .con-ajax-cart {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
}

.ajaxcart .update-cart {
    display: none !important;
}

#AjaxifyCart .js-qty input[type="text"],
#AjaxifyCart .ajaxcart__qty input[type="text"] {
    display: inline-block !important;
}

.cpro_item_inner span.price.product-price {
    font-size: 20px;
}

.not-item p {
    font-size: 16px;
    margin: 15px 0;
    line-height: 1.5;
}

.ajaxcart .title a.product_name {
    margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    .engo-popup .content {
        max-width: 750px;
    }
    .ajaxcart input.btn {
        margin: 0;
        padding: 10px 20px;
    }
    .item_product .chir_loop .product_view_list span.short-des {
        display: block;
        max-height: 100px;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .engo-popup .content {
        max-width: 100%;
        //min-width: auto;
        width: 100%;
        height: 100%;
        padding: 5px;
        overflow: auto;
    }
    .page-content {
        max-height: 100%;
    }
    .ajaxcart .list_product_cart {
        text-align: center;
        margin-bottom: 0;
        position: relative;
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
    }
    .ajaxcart .list_product_cart .cpro_item {
        text-align: left;
    }
    .ajaxcart .list_product_cart .cpro_item.image {
        padding: 0;
    }
    .ajaxcart .product_name {
        font-size: 16px;
        font-weight: bold;
    }
    .cpro_item_inner span.price.product-price {
        font-size: 17px;
        margin-bottom: 5px;
        display: block;
    }
    .js-qty input[type="text"],
    .ajaxcart__qty input[type="text"] {
        width: 50px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    .js-qty__adjust,
    .ajaxcart__qty-adjust {
        right: auto;
        left: 65px;
    }
    .list_button_cart .note_item {
        margin: 20px 0;
    }
    button.ajaxcart__close {
        top: 10px !important;
    }
}

@media screen and (max-width: 500px) {
    .list_button_cart .btn-outline {
        padding: 10px;
        font-size: 12px;
    }
    #formCheckOut input,
    #formCheckOut select {
        width: 100%;
    }
    #formCheckOut input #coupon {
        width: 72%;
    }
}


/* End popup cart*/


/*====================== End popup cart ==========================*/


/*====================== Flash sale ==========================*/

.site_faslhsale {
    margin-bottom: 50px;
}

#big_banner a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}

.title-block-deal {
    text-align: center;
    position: relative;
    border-bottom: 3px double #f8c90a;
    font-size: 30px;
    color: #ff405f;
    text-transform: uppercase;
    height: 50px;
    margin-bottom: 60px;
}

p.flash_empty {
    display: block;
    text-align: center;
}

.block-deal .title-event,
.block-banner-cate .title-event,
.block-prods-list .title-event {
    height: 47px;
}

.title-event {
    text-align: center;
}

.title-event>span {
    display: inline-block;
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 54px;
    padding: 0 20px;
    z-index: 1;
    background-color: #00a651;
    left: 50%;
    transform: translateX(-50%);
    top: 85%;
}

.title-event>span:before,
.title-event>span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 58px;
    background: url("../img/icon_flashsale.png") no-repeat;
}

.title-event>span:before {
    background-position: -49px 0;
}

.title-event>span:before {
    left: -29px;
}

.title-event>span:after {
    right: -29px;
}

.title-event>span:after {
    background-position: -82px 0;
}

.box-timer-flash {
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: normal;
}

.box-timer-flash * {
    display: inline-block;
    line-height: 1;
}

.box-timer-flash .box-time-date {
    font-size: 18px;
    margin-right: 10px;
    padding-right: 10px;
    text-transform: none;
    color: #00a651;
    border-right: 1px solid #00a651;
}

.box-timer-flash .box-time-date:last-child {
    border: 0;
}

.box-timer-flash .box-time-date span.text {
    margin-left: 3px;
}

.site_faslhsale .chir-img img {
    max-height: 200px;
    width: auto;
    display: inline-block;
}


/*====================== End Flash sale ==========================*/


/*=============================================User=============================================*/

.log-reg h6 {
    display: block;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-family: "Avenir 65 Medium", Arial;
    font-size: 23px;
}

.formUser {
    margin: 10px 0;
    background: #fff;
    border: 1px solid #DEDEDE;
}

.formUser ul {
    margin: 0;
    padding: 0;
}

.formUser ul li {
    list-style: none;
    margin-bottom: 15px;
}

.formUser ul li label {
    display: block;
    padding: 5px 0;
    margin: 0;
}

.formUser ul li input[type="text"],
.formUser ul li input[type="password"],
.formUser ul li select {
    width: 100%;
    color: #616365;
    border: 1px solid #d1d1d1;
    padding: 6px 10px;
}

.formUser ul li.btns {
    text-align: center;
}

.formUser ul li.btns #btnSubmit {
    margin: 10px 0;
    padding: 10px 25px;
    text-transform: uppercase;
    background: #00a651;
    border: 1px solid #00a651;
    color: #fff;
}


/*=============================================User=============================================*/

.highLight {
    max-height: 100px;
    overflow-x: auto;
    width: 100%;
}

.orderView {
    text-align: center;
}

.orderView table {
    margin-top: 20px;
    background: #fff;
}

.orderView>h3 {
    padding: 10px 0;
    text-transform: uppercase;
}

#frmIndexOrder .btn-danger {
    border: none;
    background: #00a651;
    color: #fff;
    padding: 11px 20px;
    margin-left: -2px;
}

#frmIndexOrder .form-groups input {
    border: 1px solid #DEDEDE;
    padding: 10px;
    width: 100%;
}

#frmIndexOrder .txtFill {
    width: 50%;
    margin: 0 auto;
}

#frmIndexOrder .txtFill input {
    margin: 0 0 10px 0;
}

.form-inline>.form-groups {
    display: inline-block;
    margin: 0;
}

.orderView .table-bordered>tbody>tr>td {
    color: #333 !important;
}


/*=========== end custom style ===============*/


/*=========== RESPONSIVE ===========*/

@media (max-width: 768px) {
    #frmIndexOrder .form-groups {
        width: 100%;
        margin-bottom: 10px;
    }
    #footer_main .fi-content {
        overflow: hidden;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    #mobile-link {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
    .content-product-list>.col-5th {
        width: 20%;
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .text-left-sm {
        text-align: left;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-center-sm {
        text-align: center;
    }
    .dis-block-sm {
        display: block;
    }
    .dis-inline-sm {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-center-xs {
        text-align: center;
    }
    .dis-block-xs {
        display: block;
    }
    .dis-inline-xs {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .col-xxs-12 {
        width: 100%
    }
    .col-xxs-11 {
        width: 91.66666667%
    }
    .col-xxs-10 {
        width: 83.33333333%
    }
    .col-xxs-9 {
        width: 75%
    }
    .col-xxs-8 {
        width: 66.66666667%
    }
    .col-xxs-7 {
        width: 58.33333333%
    }
    .col-xxs-6 {
        width: 50%
    }
    .col-xxs-5 {
        width: 41.66666667%
    }
    .col-xxs-4 {
        width: 33.33333333%
    }
    .col-xxs-3 {
        width: 25%
    }
    .col-xxs-2 {
        width: 16.66666667%
    }
    .col-xxs-1 {
        width: 8.33333333%
    }
    .text-left-xxs {
        text-align: left;
    }
    .text-right-xxs {
        text-align: right;
    }
    .text-center-xxs {
        text-align: center;
    }
    .dis-block-xxs {
        display: block;
    }
    .dis-inline-xxs {
        display: inline-block;
    }
}

ul.nav-navbar {
    position: relative;
}

ul.nav-navbar li:hover div.menu_lv_2 {
    display: block;
}

ul.nav-navbar div.menu_lv_2 {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 9999;
    min-width: 205px;
}

ul.nav-navbar div.menu_lv_2 li {
    float: left;
    display: table-row;
    width: 100%;
    border: 1px solid #e5e5e5;
    position: relative;
}

ul.nav-navbar div.menu_lv_2 li a {
    display: block;
    padding: 7px 20px 7px 15px;
}

ul.nav-navbar div.menu_lv_2 li:hover div.menu_lv_3 {
    display: block;
}

ul.nav-navbar div.menu_lv_2 li div.menu_lv_3 {
    display: none;
    min-width: 205px;
    position: absolute;
    background-color: white;
    z-index: 9999;
    left: 203px;
    top: 0;
}

div.menu_lv_4 {
    display: none;
    min-width: 205px;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    left: 203px;
    top: 0;
}

ul.nav-navbar div.menu_lv_3 li:hover div.menu_lv_4 {
    display: block;
}

ul.nav-navbar li.has_child:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

ul.nav-navbar li.has_c:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    color: white;
    position: absolute;
    top: 53%;
    right: 5px;
    transform: translateY(-50%);
}

.swiper-tabs.description img {
    max-width: 100% !important;
    height: auto !important;
}

.cloudzoom.product-main-img {
    max-height: 400px;
    /*height: 350px;*/
}

.share>div {
    display: inline-block;
}

#___plus_0 {
    top: 5px;
    position: relative;
    margin-left: 5px !important;
}

.share iframe {
    max-width: unset;
}

.share .twitter {
    display: inline-block;
    background: #0084ff;
    padding: 0 5px;
    border-radius: 3px;
    margin-left: 5px;
}

.share .twitter a {
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Arial';
}

.linkin {
    top: 0;
    position: relative;
    left: 4px;
}

.slider-thumb.hidden-sm.hidden-xs {
    display: none;
}

.blog_post_photo.text-center img {
    height: 270px;
    width: 100%;
    object-fit: contain;
}

.popular-post post.clearfix img {
    height: 122px;
    width: 100%;
    object-fit: contain;
}

.pd-tags a {
    color: #575757;
    background: #F2F2F2;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 10px;
    margin: 2px;
}

.pd-tags a:hover {
    background: #c8ced8;
    color: #fff;
}

.category-desc {
    background: #fff;
    padding: 15px;
    margin: 15px 0;
    display: none;
}

@media screen and (min-width: 1200px) {
    #sidebar-menu ul.vertical-menu-list {
        height: auto !important;
    }
}

.vertical-menu-content {
    /*height: 100% !important;*/
    position: relative;
}

.slimScrollDiv {
    position: unset !important;
    overflow: visible !important;
}

.vertical-menu-content ul li {
    position: unset;
}

.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:after {
    content: none;
}

.vertical-menu-content ul li.has-child ul {
    min-height: 370px;
}


/* .ew-alo-phone {
	display: none;
}
@media screen and (max-width: 991px) {
	.ew-alo-phone{
		display: block !important;
	}
} */

.ew-alo-phone {
    position: fixed;
    bottom: 25%;
    z-index: 999;
    left: -50px;
}

.ew-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    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: 2px solid #48A5D4 9;
    opacity: .1;
    -webkit-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone:hover .ew-alo-ph-circle {
    border-color: #309ACF;
    opacity: .5
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle {
    border-color: #FDAA38;
    border-color: #ffc272 9;
    opacity: .5
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle {
    border-color: #309ACF;
    border-color: #48A5D4 9;
    opacity: .5
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle {
    border-color: #FDAA38;
    opacity: .5
}

.ew-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone:hover .ew-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #309ACF 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #ffc272 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.ew-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/tp/T0197/img/temp/jIfeFOA.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ew-alo-circle-img-anim 1s infinite 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%
}

.ew-mess-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/tp/T0199/img/messenger_icon.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ew-alo-circle-img-anim 1s infinite 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%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone:hover .ew-alo-ph-img-circle {
    background-color: #309ACF
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-img-circle {
    background-color: #FDAA38
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-img-circle {
    background-color: green;
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-img-circle {
    background-color: #ccc
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-img-circle {
    background-color: #FDAA38
}

@-moz-keyframes ew-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes ew-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
    }
}

@-o-keyframes ew-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes ew-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes ew-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
    }
}

@-o-keyframes ew-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes ew-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes ew-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)
    }
}

@-o-keyframes ew-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.outstock {
    position: absolute;
    top: 10px;
    background: red;
    border-color: red;
    color: #fff;
    padding: 5px;
    right: 0;
    z-index: 10;
}

.nopadding.ivt {
    position: relative;
}

.resultProductsCats {
    position: relative;
    display: inline-block;
    width: 100%;
}

.resultProductsCats .loading {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: #ffffffa3;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resultProductsCats .loading img {
    max-width: 100px;
}

@media (min-width: 1200px) {
    .nopadding.ivt:nth-child(5n+1) {
        clear: both;
    }
}

.fb_dialog_content>iframe {
    bottom: 20px !important;
    right: 50px !important;
}

.no-margin {
    margin: 0;
}

.newsletter-title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}

.form-group {
    position: relative;
}

.popup.col-xs-12 {
    padding: 0 !important;
}
.news-contents img,
.news-contents table,
.news-contents div,
.news-contents span,
.news-contents b,
.news-contents strong,
.news-contents i,
.news-contents s,
.news-contents p,
.news-contents iframe {
    max-width: 100% !important;
    line-height: 25px;
}

.news-contents img {
    height: auto !important;
}

.tabs-container.style-1 .content-text.bg_w {
    line-height: 25px;
    display: inline-block;
    width: 100%;
}

.tabs-container.style-1 .content-text.bg_w ul {
    padding-left: 40px;
}

.tabs-container.style-1 .content-text.bg_w ul li {
    list-style: disc;
}

.tabs-container.style-1 .content-text.bg_w a {
    color: #337ab7;
    text-decoration: underline;
}

.user-signup {
    text-align: right;
    padding-bottom: 15px;
}

.text-signup {
    margin: 10px 0;
    padding: 10px 25px;
    text-transform: uppercase;
    background: #00a651;
    border: 1px solid #00a651;
    color: #fff;
}

.text-signup:hover {
    color: #fff;
}

.cart__subtotal-title {
    font-size: 25px;
}

.site-main.news-contents table,
.site-main.news-contents tr,
.site-main.news-contents td {
    border: 1px solid black;
}

table tbody>tr>td,
table tbody>tr>th,
table tfoot>tr>td,
table tfoot>tr>th,
table thead>tr>td,
table thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

#slider-range {
    margin-top: 10px;
}

.widget_price_filter .ui-widget-content {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 4px;
    position: relative;
    z-index: 1;
    background: 0 0;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border: 1px solid #e8e8e8;
    margin-bottom: 5px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range::before {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    top: 1px;
    z-index: 1;
    content: "";
}

.widget_price_filter .ui-slider .ui-slider-handle {
    width: 22px;
    height: 11px;
    margin-left: -11px;
    margin-right: 0;
    top: -12px;
    background: none !important;
    border: 11px solid #232222;
    border-bottom: none;
    border-color: #232222 transparent transparent;
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    background-color: #7aaedd;
}


/*- - - rating product detail - - -*/

.vote {
    display: inline-block;
}

.ic {
    background: url(/tp/T0199/img/temp/SpiritIcon.png) no-repeat transparent;
    background-size: 1355px;
    cursor: pointer;
}

.vote .si {
    background-position: -1224px -1330px;
    float: left;
    height: 15px;
    width: 20px;
}

.vote .si.voteHover,
.vote .si.active {
    background-position: -1224px -1261px;
}

.voteView {
    display: inline-block;
    width: 80px;
    height: 15px;
}

.voteViewComment {
    display: inline-block;
    height: 15px;
    width: 80px;
}

#voteView0 {
    background-position: -1224px -1330px;
}

#voteView1 {
    background-position: -1224px -1261px;
}

#voteView2 {
    background-position: -1224px -1275px;
}

#voteView3 {
    background-position: -1224px -1288px;
}

#voteView4 {
    background-position: -1224px -1302px;
}

#voteView5 {
    background-position: -1224px -1315px;
}


/*- - - end review product detail - - -*/

#searchFolding {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 200;
}

#searchFolding a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    color: #7e7e7e;
}

#searchFolding a i {
    color: #00A651;
    font-size: 11px;
}

#searchFolding a:nth-of-type(odd) {
    background: #F6F6F6;
}

#searchFolding a:hover {
    background: #0c6136;
    color: #fff;
}

#searchFolding a:hover i {
    color: #fff;
}

#searchFolding a span {
    float: right;
    color: #7e7e7e;
}

#fAddress {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#fAddress .tbbookadd td {
    padding: 5px 0;
}

#fAddress .tbbookadd td input {
    width: 300px;
    border: 1px solid #eee5e5;
}

.bookItem {
    float: left;
    width: 100%;
    margin: 5px 0;
}

#chir_top_bar ul p {
    display: inline-block;
}

.tag-block a {
    display: inline-block;
    text-decoration: none !important;
    background: black;
    color: white !important;
    padding: 2px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 7px;
}

.commentProduct-content .rated {
    height: 15px;
    margin-top: 5px;
}

.commentProduct-content {
    padding: 10px 0;
}

.btn-login-comment {
    color: white !important;
    text-decoration: none !important;
}

.btn-login-comment:hover {
    color: #00a651 !important;
}

.tag-block {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.vertical-menu-list .active a {
    display: block;
    width: 270px;
}

.mobile_child a {
    width: 230px;
    display: block;
}

.owlSlider .item img {
    width: 100%;
}

img[src="img/lazyLoading.gif"] {
    width: auto !important;
    height: auto !important;
}

.input.childProducts {
    font-size: 16px;
    padding: 3px 0;
}

#mango-product .content-text div,
#mango-product .content-text b,
#mango-product .content-text strong,
#mango-product .content-text i,
#mango-product .content-text span:not(.si),
#mango-product .content-text img,
#mango-product .content-text table {
    max-width: 100% !important;
    max-height: 100% !important;
    position: relative !important;
}

#mango-product .comment-info-index .content-text div,
#mango-product .comment-info-index .content-text b,
#mango-product .comment-info-index .content-text strong,
#mango-product .comment-info-index .content-text i,
#mango-product .comment-info-index .content-text span:not(.si),
#mango-product .comment-info-index .content-text img,
#mango-product .comment-info-index .content-text table {
    position: unset !important;
}

#mango-product .content-text img {
    height: auto !important;
}

#chir_top_bar .language-box {
    float: right;
    margin: 0;
}

.block_deal_list.bg_w .owl-carousel .owl-item img,
.block_deal_list.bg_w.owl-carousel .owl-item img {
    object-fit: contain;
    height: 264px;
}

.owl_brand_list .item_product img {
    height: 150px;
    object-fit: contain;
    width: 100%;
}

.owl_brand_list {
    margin: 15px 0;
}

#profileIf form.f ul li label {
    width: 160px;
}

#profileIf form.f ul li {
    padding: 5px 0;
}

.owl-dot {
    border-radius: 50% !important;
}

#footer_promotion .container {
    height: 100px;
}

.info_policy .description {
    width: 180px;
}

@media screen and (max-width: 767px) {
    section#footer_promotion {
        height: 270px;
    }
    .info_policy .description {
        overflow: hidden;
        height: 55px;
    }
    .info_policy .description {
        width: auto;
    }
}

.call-now {
    position: fixed;
    left: -15px;
    padding: 9px 15px;
    bottom: 5%;
}

@media screen and (max-width: 991px) {
    .tool_bar_user {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 35px!important;
        color: #00a651;
        z-index: 100;
    }
    .cart_mobile span.cart-control {
        width: 45px!important;
        height: 45px!important;
        display: inline-block;
        vertical-align: sub;
    }
    .control-4 {
        background: url(/tp/T0199/img/sprite-icon.png) -40px -78px no-repeat;
        background-size: 520px!important;
    }
}

.product-preview-box .sale {
    right: 10px;
    top: 0;
    z-index: 10;
    padding: 8px;
    font-size: 15px;
}

.fix-conten {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 100;
}

.fixedItem i {
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}

.fb_dialog.fb_dialog_mobile.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in {
    bottom: 24pt !important;
    right: 43pt !important;
}

.title-variant {
    border-top: none !important;
}

.variant {
    padding: 15px 20px;
}

.form-check {
    position: relative;
    display: block;
}

.item-filter .form-check .thuml-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
}

.item-filter .form-check label {
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    cursor: pointer;
}

.group-filter .layered_subtitle {
    margin-top: 20px;
}
.layered-content.group-filter .layered_subtitle{
    margin-top: 0;
}

.content-group.active {
    max-height: 300px;
    overflow: auto;
}

.content-group .item-filter label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #919191;
    z-index: 2;
}

.content-group .item-filter label:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    background: transparent;
    border-left: 2px solid #777;
    border-bottom: 2px solid #777;
    transform: rotate(-50deg);
    z-index: 2;
    display: none;
}

.form-check.active label:after {
    display: block;
}

.form-check.active label {
    font-weight: 600;
}

.item-filter .filter-item {
    display: none;
}

.item-filter .form-check {
    padding: 5px 0;
}

.item-filter:hover label {
    font-weight: 600;
}

.btn-filter {
    display: none;
    position: fixed;
    left: 0;
    bottom: 45%;
    z-index: 20;
    background: #00a651;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    border-radius: 0;
    cursor: pointer;
    font-size: 18px;
    transition: all .45s;
    transform: translateX(0);
}

.close-filter {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    z-index: 2;
}

#profileIf .table.table-cart .thead-default tr th {
    border-top: 1px solid #ddd;
}

#profileMenu {
    padding: 10px;
}

#avatarProfile {
    padding-bottom: 10px;
}

.ui-datepicker .ui-datepicker-title select {
    color: #333;
}

.information-blocks.related_product {
    margin: 15px 0;
}


/*PROMOTION*/

.wrapper-promotion .title_chir {
    display: flex;
}

.main-time-countdown .home-collection-countdown {
    display: flex;
}

.main-time-countdown .home-collection-countdown>div {
    text-align: center;
    color: #fff;
    background: #555;
    margin-right: 10px;
    line-height: 22px;
    width: 40px;
    height: 45px;
}


/*END PROMOTION*/

img.lazyloading {
    opacity: 0.01;
}

img.lazyloaded {
    opacity: 1;
    transition: 0.3s all !important;
}

.blockShip-present {
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    margin-top: 25px;
}

.blockShip-present .psGifts>i {
    position: absolute;
    top: -19px;
    background: #fff;
    font-size: 30px;
}

ul.nav-navbar {
    position: relative;
}

ul.nav-navbar li:hover div.menu_lv_2 {
    display: block;
}

ul.nav-navbar div.menu_lv_2 {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 9999;
    min-width: 205px;
}

ul.nav-navbar div.menu_lv_2 li {
    float: left;
    display: table-row;
    width: 100%;
    border: 1px solid #e5e5e5;
    position: relative;
}

ul.nav-navbar div.menu_lv_2 li a {
    display: block;
    padding: 7px 20px 7px 15px;
}

ul.nav-navbar div.menu_lv_2 li:hover div.menu_lv_3 {
    display: block;
}

ul.nav-navbar div.menu_lv_2 li div.menu_lv_3 {
    display: none;
    min-width: 205px;
    position: absolute;
    background-color: white;
    z-index: 9999;
    left: 203px;
    top: 0;
}

div.menu_lv_4 {
    display: none;
    min-width: 205px;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    left: 203px;
    top: 0;
}

ul.nav-navbar div.menu_lv_3 li:hover div.menu_lv_4 {
    display: block;
}

ul.nav-navbar li.has_child:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

ul.nav-navbar li.has_c:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    color: white;
    position: absolute;
    top: 53%;
    right: 5px;
    transform: translateY(-50%);
}

.swiper-tabs.description img {
    max-width: 100% !important;
    height: auto !important;
}

.cloudzoom.product-main-img {
    max-height: 400px;
    /*height: 350px;*/
}

.share>div {
    display: inline-block;
}

#___plus_0 {
    top: 5px;
    position: relative;
    margin-left: 5px !important;
}

.share iframe {
    max-width: unset;
}

.share .twitter {
    display: inline-block;
    background: #0084ff;
    padding: 0 5px;
    border-radius: 3px;
    margin-left: 5px;
}

.share .twitter a {
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Arial';
}

.linkin {
    top: 0;
    position: relative;
    left: 4px;
}

.slider-thumb.hidden-sm.hidden-xs {
    display: none;
}

.blog_post_photo.text-center img {
    height: 270px;
    width: 100%;
    object-fit: contain;
}

.popular-post post.clearfix img {
    height: 122px;
    width: 100%;
    object-fit: contain;
}

.pd-tags a {
    color: #575757;
    background: #F2F2F2;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 10px;
    margin: 2px;
}

.pd-tags a:hover {
    background: #c8ced8;
    color: #fff;
}

.category-desc {
    background: #fff;
    padding: 15px;
    margin: 15px 0;
    display: none;
}

@media screen and (min-width: 1200px) {
    #sidebar-menu ul.vertical-menu-list {
        height: auto !important;
    }
}

.vertical-menu-content {
    /*height: 100% !important;*/
    position: relative;
}

.slimScrollDiv {
    position: unset !important;
    overflow: visible !important;
}

.vertical-menu-content ul li {
    position: unset;
}

.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:after {
    content: none;
}

.vertical-menu-content ul li.has-child ul {
    min-height: 370px;
}


/* .ew-alo-phone {
	display: none;
}
@media screen and (max-width: 991px) {
	.ew-alo-phone{
		display: block !important;
	}
} */

.ew-alo-phone {
    position: fixed;
    bottom: 25%;
    z-index: 999;
    left: -50px;
}

.ew-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    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: 2px solid #48A5D4 9;
    opacity: .1;
    -webkit-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone:hover .ew-alo-ph-circle {
    border-color: #309ACF;
    opacity: .5
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle {
    border-color: #FDAA38;
    border-color: #ffc272 9;
    opacity: .5
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle {
    border-color: #309ACF;
    border-color: #48A5D4 9;
    opacity: .5
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle {
    border-color: #FDAA38;
    opacity: .5
}

.ew-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone:hover .ew-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #309ACF 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #ffc272 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.ew-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/tp/T0197/img/temp/jIfeFOA.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ew-alo-circle-img-anim 1s infinite 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%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone:hover .ew-alo-ph-img-circle {
    background-color: #309ACF
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-img-circle {
    background-color: #FDAA38
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-img-circle {
    background-color: green;
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-img-circle {
    background-color: #ccc
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-img-circle {
    background-color: #FDAA38
}

@-moz-keyframes ew-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes ew-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
    }
}

@-o-keyframes ew-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes ew-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes ew-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
    }
}

@-o-keyframes ew-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes ew-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes ew-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)
    }
}

@-o-keyframes ew-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.outstock {
    position: absolute;
    top: 10px;
    background: red;
    border-color: red;
    color: #fff;
    padding: 5px;
    right: 0;
    z-index: 10;
}

.nopadding.ivt {
    position: relative;
}

.resultProductsCats {
    position: relative;
    display: inline-block;
    width: 100%;
}

.resultProductsCats .loading {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: #ffffffa3;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resultProductsCats .loading img {
    max-width: 100px;
}

@media (min-width: 1200px) {
    .nopadding.ivt:nth-child(5n+1) {
        clear: both;
    }
}

.fb_dialog_content>iframe {
    bottom: 20px !important;
    right: 50px !important;
}

.no-margin {
    margin: 0;
}

.newsletter-title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
}

.form-group {
    position: relative;
}

.popup.col-xs-12 {
    padding: 0 !important;
}
.news-contents img,
.news-contents table,
.news-contents div,
.news-contents span,
.news-contents b,
.news-contents strong,
.news-contents i,
.news-contents s,
.news-contents p,
.news-contents iframe {
    max-width: 100% !important;
}

.news-contents img {
    height: auto !important;
}

.tabs-container.style-1 .content-text.bg_w {
    line-height: 25px;
    display: inline-block;
    width: 100%;
}

.tabs-container.style-1 .content-text.bg_w ul {
    padding-left: 40px;
}

.tabs-container.style-1 .content-text.bg_w ul li {
    list-style: disc;
}

.tabs-container.style-1 .content-text.bg_w a {
    color: #337ab7;
    text-decoration: underline;
}

.user-signup {
    text-align: right;
    padding-bottom: 15px;
}

.text-signup {
    margin: 10px 0;
    padding: 10px 25px;
    text-transform: uppercase;
    background: #00a651;
    border: 1px solid #00a651;
    color: #fff;
}

.text-signup:hover {
    color: #fff;
}

.cart__subtotal-title {
    font-size: 25px;
}

.site-main.news-contents table,
.site-main.news-contents tr,
.site-main.news-contents td {
    border: 1px solid black;
}

table tbody>tr>td,
table tbody>tr>th,
table tfoot>tr>td,
table tfoot>tr>th,
table thead>tr>td,
table thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

#slider-range {
    margin-top: 10px;
}

.widget_price_filter .ui-widget-content {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 4px;
    position: relative;
    z-index: 1;
    background: 0 0;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border: 1px solid #e8e8e8;
    margin-bottom: 5px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range::before {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    top: 1px;
    z-index: 1;
    content: "";
}

.widget_price_filter .ui-slider .ui-slider-handle {
    width: 22px;
    height: 11px;
    margin-left: -11px;
    margin-right: 0;
    top: -12px;
    background: none !important;
    border: 11px solid #232222;
    border-bottom: none;
    border-color: #232222 transparent transparent;
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    background-color: #7aaedd;
}


/*- - - rating product detail - - -*/

.vote {
    display: inline-block;
}

.ic {
    background: url(/tp/T0199/img/temp/SpiritIcon.png) no-repeat transparent;
    background-size: 1355px;
    cursor: pointer;
}

.vote .si {
    background-position: -1224px -1330px;
    float: left;
    height: 15px;
    width: 20px;
}

.vote .si.voteHover,
.vote .si.active {
    background-position: -1224px -1261px;
}

.voteView {
    display: inline-block;
    width: 80px;
    height: 15px;
}

.voteViewComment {
    display: inline-block;
    height: 15px;
    width: 80px;
}

#voteView0 {
    background-position: -1224px -1330px;
}

#voteView1 {
    background-position: -1224px -1261px;
}

#voteView2 {
    background-position: -1224px -1275px;
}

#voteView3 {
    background-position: -1224px -1288px;
}

#voteView4 {
    background-position: -1224px -1302px;
}

#voteView5 {
    background-position: -1224px -1315px;
}


/*- - - end review product detail - - -*/

#searchFolding {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 200;
}

#searchFolding a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    color: #7e7e7e;
}

#searchFolding a i {
    color: #00A651;
    font-size: 11px;
}

#searchFolding a:nth-of-type(odd) {
    background: #F6F6F6;
}

#searchFolding a:hover {
    background: #0c6136;
    color: #fff;
}

#searchFolding a:hover i {
    color: #fff;
}

#searchFolding a span {
    float: right;
    color: #7e7e7e;
}

#fAddress {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#fAddress .tbbookadd td {
    padding: 5px 0;
}

#fAddress .tbbookadd td input {
    width: 300px;
    border: 1px solid #eee5e5;
}

.bookItem {
    float: left;
    width: 100%;
    margin: 5px 0;
}

#chir_top_bar ul p {
    display: inline-block;
}

.tag-block a {
    display: inline-block;
    text-decoration: none !important;
    background: black;
    color: white !important;
    padding: 2px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 7px;
}

.commentProduct-content .rated {
    height: 15px;
    margin-top: 5px;
}

.commentProduct-content {
    padding: 10px 0;
}

.btn-login-comment {
    color: white !important;
    text-decoration: none !important;
}

.btn-login-comment:hover {
    color: #00a651 !important;
}

.tag-block {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.vertical-menu-list .active a {
    display: block;
    width: 270px;
}

.mobile_child a {
    width: 230px;
    display: block;
}

.owlSlider .item img {
    width: 100%;
}

img[src="img/lazyLoading.gif"] {
    width: auto !important;
    height: auto !important;
}

.input.childProducts {
    font-size: 16px;
    padding: 3px 0;
}

#mango-product .content-text div,
#mango-product .content-text b,
#mango-product .content-text strong,
#mango-product .content-text i,
#mango-product .content-text span:not(.si),
#mango-product .content-text img,
#mango-product .content-text table {
    max-width: 100% !important;
    max-height: 100% !important;
    position: relative !important;
}

#mango-product .comment-info-index .content-text div,
#mango-product .comment-info-index .content-text b,
#mango-product .comment-info-index .content-text strong,
#mango-product .comment-info-index .content-text i,
#mango-product .comment-info-index .content-text span:not(.si),
#mango-product .comment-info-index .content-text img,
#mango-product .comment-info-index .content-text table {
    position: unset !important;
}

#mango-product .content-text img {
    height: auto !important;
}

#chir_top_bar .language-box {
    float: right;
    margin: 0;
}

.block_deal_list.bg_w .owl-carousel .owl-item img,
.block_deal_list.bg_w.owl-carousel .owl-item img {
    object-fit: contain;
    height: 264px;
}

.owl_brand_list .item_product img {
    height: 150px;
    object-fit: contain;
    width: 100%;
}

.owl_brand_list {
    margin: 15px 0;
}

#profileIf form.f ul li label {
    width: 160px;
}

#profileIf form.f ul li {
    padding: 5px 0;
}

.owl-dot {
    border-radius: 50% !important;
}

#footer_promotion .container {
    height: 100px;
}

.info_policy .description {
    width: 180px;
}

@media screen and (max-width: 767px) {
    section#footer_promotion {
        height: 270px;
    }
    .info_policy .description {
        overflow: hidden;
        height: 55px;
    }
    .info_policy .description {
        width: auto;
    }
}

.call-now {
    position: fixed;
    left: -15px;
    padding: 9px 15px;
    bottom: 5%;
}

@media screen and (max-width: 991px) {
    .tool_bar_user {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 35px!important;
        color: #00a651;
        z-index: 100;
    }
    .cart_mobile span.cart-control {
        width: 45px!important;
        height: 45px!important;
        display: inline-block;
        vertical-align: sub;
    }
    .control-4 {
        background: url(/tp/T0199/img/sprite-icon.png) -40px -78px no-repeat;
        background-size: 520px!important;
    }
}
.bct-box{
    text-align: center;
}
.bct-box img{
    width: 150px;
}

.tp_banner_main .owlSlider{
    overflow: hidden;
}
.slide_header_view{
    margin-top: 30px;
    position: relative;
}
.slide_header_view .owl-nav>div{
    position: absolute;
    top: 50%;
    width: 16px;
    height: 32px;
    color: #fff;
    display: inline-block;
    background-color: rgba(63,63,63,.5);
    line-height: 28px;
    transform: translateX(-50%);
    text-align: center;
    font-size: 30px;
}
.slide_header_view .owl-nav>div.owl-prev{
    left: 8px;
}
.slide_header_view .owl-nav>div.owl-next{
    right: -8px;
}
/*pre-order products tag*/
.ribbon{
    display: none;
}
.unitItems{
    display: none;
}
#affiliateHead .form-group {
    min-height: unset;
    min-width: unset;
}
/*end section*/
@media (min-width: 992px) {
    .viewswiper-img .slider-item{
        display: none;
    }
    .albumPage{
        min-height: 50vh;
    }
}
.viewswiper-img .slider-item:first-child {
    display: block;
}

@media (max-width: 992px){
    .cloudzoom.product-main-img {
        max-height: unset !important;
    }
}
#psQtt.type_weight_measure{
    width: 60px;
}
.proGift-cart{
    padding-top: 15px;
}
.proGift-cart p{
    font-size: 10px;
}
.descriptionTag{
    margin: 20px 0;
}
#videoLink .modal-content{
    background: transparent;
    box-shadow: none;
    border: none;
}
.product_old_price {
    font-size: 12px;
    display: inline-block;
    color: #919191;
    text-decoration: line-through;
}
.product_price,.pro-price {
    display: inline-block;
}
.qtt-prd {
    border: 1px #d1d1d1 solid;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    width: 60px;
    margin-left: 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #4c4c4c;
}