body {
    font-family: Roboto, sans-serif !important;
    font-size: 15px;
}

@font-face {
    font-family: 'icons';
    font-display: block;
    src: url("../fonts/icons.eot");
    src: url("../fonts/icons.eot#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#timber-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

img {
    max-width: 100%;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 7px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 9px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.no-padding {
    padding: 0;
}

.attr a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 29px;
    border: 1px solid #fff;
    margin-right: 7px;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 0 2px;
}

.attr a:hover, .attr a.active {
    box-shadow: 0 0 2px 2px #FF7A00;
}

.unsel {
    cursor: not-allowed;
}

.deactive {
    background: #ccc;
    pointer-events: none;
}

.attr .req {
    margin: 10px 0;
}

.attr .req-title {
    margin-bottom: 10px;
}

.breadcrumb {
    background: transparent;
    color: #ccc;
}

.breadcrumb a {
    color: #000;
}

.blockHeader {
    background: #fff;
    /*transition: all .5s ease-in-out;*/
    /*transform-origin: left top;*/
    /*transform: translateY(0);*/
}

a:focus {
    text-decoration: none;
}

.modal-backdrop.fade.in {
    z-index: 0;
}

.blockHeaderTop {
    background: #e5005a;
    padding: 3px 0;
    display: none;
}

.blockHotline {
    text-align: center;
}

.blockHotline p {
    padding: 3px 0;
}

.blockHotline p, .blockHotline a {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-style: italic;
    color: #fff;
}

.subWrp {
    padding: 2px 0;
}

.subWrp .form-inline {
    display: block;
    text-align: right;
}

.subWrp input {
    border: 1px solid #fff;
    padding: 2px 5px;
    font-style: italic;
    width: 35%;
    font-size: 12px;
}

.subWrp button {
    background: none;
    color: #fff;
    padding: 0 15px;
    border: 1px solid #fff;
}

.subWrp > i {
    position: absolute;
    top: 25%;
    right: -15px;
    color: #fff;
}

.blockSearchDesktop {
    padding: 25px 0;
}

.blockSearchDesktop form {
    position: relative;
}

.blockHeaderMiddle {
    border-bottom: 1px solid #b0845a;
}

.blockHeaderMiddle>.container {
    display: flex;
    align-items: center;
}

.blockHeaderMiddle a {
    color: #101419;
}

.blockHeaderTop a:hover, .blockMenu ul li a:hover {
    text-decoration: none;
}

.blockHeaderMiddle a:hover {
    text-decoration: none;
    color: #101419;
}

.blockSearchDesktop input {
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
    font-style: italic;
}

.blockSearchDesktop button {
    position: absolute;
    border: none;
    background: 0 0;
    top: 18%;
    right: 5px;
    font-weight: 700;
}

.blockSuggest {
    margin: 10px 0;
}

.blockSuggest .sgTitle {
    padding: 5px 10px;
    background: #ff576f;
    color: #fff;
    display: inline-block;
    margin: 0 5px 0 0;
}

.blockSuggest a {
    padding: 0 1%;
    font-weight: bold;
}

.top-social {
    text-align: right;
}

.top-social a {
    display: inline-block;
    font-size: 23px;
    padding: 0 7px;
}

.top-cart {
    position: relative;
}

.top-cart .cart-count {
    position: absolute;
    font-size: 11px;
    top: -4px;
    right: 7px;
    background: #e5005a;
    color: #fff;
    padding: 1px 5px;
    border-radius: 50%;
}

.blockMenu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.blockMenu ul li {
    text-align: left;
    list-style: none;
}

.blockMenu ul li a {
    color: #101419;
    text-transform: uppercase;
}

.blockMenu>ul>li {
    display: inline-block;
}

.blockMenu>ul>li>a {
    font-weight: normal;
    font-size: 16px;
    padding: 11px 10px;
    display: block;
    margin: 0 10px 0 0;
}

.blockMenu>ul>li:hover>a {
    background: #e5005a;
    color: #fff;
}

.blockBanner ul {
    margin: 0;
    padding: 0;
}

.blockBanner ul li {
    list-style: none;
}

.blockBanner .items {
    text-align: center;
}

#boxMenu {
    display: none;
}

#boxMenu.mm-opened {
    display: block;
}

#bannerSlide {
    margin-bottom: 0;
}

.prdTitle {
    text-align: center;
    padding: 43px 0;
    text-transform: uppercase;
    position: relative;
}

.prdTitle.bg {
    margin: 10px 0;
}

.prdTitle h2 {
    font-size: 27px;
    margin: 5px 0;
    position: relative;
    background: #fff;
}

.prdTitle .title-name {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 15px;
}

.prdTitle .title-line {
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.prdTitle p {
    font-size: 14px;
    font-style: italic;
}

.prdTitle-child {
    margin-top: 15px;
}

.prdTitle-child>a {
    padding: 0 7px;
    color: #000;
    cursor: pointer;
}

.category-tab-item.active {
    text-decoration: underline;
}

.sliderNav .owl-nav button.owl-next {
    left: inherit;
    right: -25px;
}

.sliderNav .owl-nav button {
    position: absolute;
    left: -25px;
    top: 45%;
}

.sliderNav .owl-nav button span {
    font-size: 40px;
    padding: 0 6px;
}

.blockSlide {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.indexWrp .products .items {
    float: left;
    width: 100%;
    /*padding: 10px;*/
    /*border: 1px solid #b4828f;*/
}

.products .items a.prdName {
    display: block;
    padding: 7px 0;
    clear: both;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 14px;
    white-space: nowrap;
}

.products .items a {
    color: #000;
}

.products .items a:hover, .items a:focus {
    text-decoration: none;
}

.products .items .blockCartPrd {
    float: left;
    width: 100%;
    padding: 5px 0 0 0;
}

.blockNewDts > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
}

#highlight, .highlight {
    color: #58595b;
    padding-top: 15px;
}

#highlight .ph-check {
    color: #e5005a;
    padding-right: 5px;
}

#highlight p {
    margin: 0 0 2px 0;
    font-size: 14px;
    line-height: 20px;
}

.products .items .blockCartPrd > div, .blockNewDts > span {
    display: block;
    text-align: center;
}

.products .items .blockCartPrd .price span {
    color: #e15e66;
    font-weight: 700;
}

.blockCartPrd .price .prdBuy {
    float: left;
    width: 100%;
    clear: both;
}

.blockCartPrd .price .prdBuy a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #dedbdb;
    margin: 10px 0 0 0;
}

.products .items .blockCartPrd .price span.oldPrice {
    text-decoration: line-through;
    color: #b0aeb0;
    font-weight: normal;
}

.products .items .productImg {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.products .items .productImg img {
    height: 100%;
    object-fit: scale-down;
}

.listBnReview {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}

.listBnReview ul {
    padding: 0;
    margin: 2% 0 0;
    float: left;
    width: 100%;
}

.listBnReview ul li {
    list-style: none;
    float: left;
    border: 1px solid #eee;
    /*width: 32%;*/
    width: 100%;
    /*margin: 6px;*/
}

.listBnReview ul li .rvImg {
    float: left;
    width: 40%;
}

.listBnReview ul li .rvContent {
    float: right;
    padding: 5px 0;
    width: 57%;
}

.listBnReview ul li .rvContent b, .listBnReview ul li .rvContent p, .listBnReview ul li .rvContent i {
    display: block;
    padding: 5px 0 0;
}

.listBnReview ul li .rvContent div {
    max-height: 110px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.listBnReview ul li .rvContent p {
    font-size: 12px;
    padding: 5px 0;
}

.listBnReview .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.lstLct > h4 {
    text-transform: uppercase;
    text-align: center;
    color: #101419;
    font-size: 17px;
    line-height: 25px;
}

.lstLct > h4 b {
    color: white;
    display: block;
}

.blockListLct {
    border-left: 1px solid #dedede;
    padding-left: 0;
    max-height: 220px;
    overflow-y: auto;
}

.locationList {
    /*background-image: url('../img/back_locationList.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    background: rgba(0,0,0,0.75);
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blockMaps-right {
    padding: 10px 0;
    color: #fff;
}

.blockMaps-right>div {
    max-height: 350px;
    overflow-y: auto;
    margin: 20px;
}

.lstLct h4 p {
    color: white;
}

.locationList .nav-tabs {
    border: none;
    padding: 0;
    margin: 0;
}

.locationList .nav-tabs>li, .blockListLct .nav-tabs>li:hover {
    width: 100%;
    background-image: url('../img/location_list_white.png');
    background-repeat: no-repeat;
    background-position: 20px 11px;
    background-size: 15px;
    padding: 0;
    margin: 0;
    border: none;
    line-height: normal;
}

.blockListLct .nav-tabs > li:hover, .blockListLct .nav-tabs > li:hover a {
    background-color: transparent !important;
    border-color: transparent !important;
}

.indexContainer ul li {
    list-style: none;
}

.locationList .nav-tabs li a {
    text-transform: uppercase;
    color: white;
    padding-left: 45px;
    background-color: transparent !important;
    border: none !important;
    background: 0 0;
}

.locationList .nav-tabs li a b {
    display: block;
    padding-bottom: 5px;
}

.locationList .nav-tabs li a span {
    display: block;
    font-size: 13px;
    text-transform: none;
}

.lctMore {
    margin: 15px 0;
    clear: both;
    text-align: center;
}

/*.lstLct {*/
    /*margin-top: 15px;*/
/*}*/

.lctMore > a {
    padding: 5px 15px;
    border: 2px solid #e5005a;
    background: #101419;
    color: #fff;
}

.bestSellerItems .sticker {
    position: absolute;
    top: -30px;
    left: -30px;
    /*background: url('../img/typestickerbg.png') no-repeat;*/
    width: 60px;
    height: 68px;
    text-align: center;
}

.bestSellerItems .sticker > span {
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    top: 16px;
    font-weight: normal;
}

.bestSellerItems .bslBot {
    float: left;
    width: 100%;
    /*background: url(../img/e_bg.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
    text-align: center;
    /*height: 320px;*/
    padding: 0 0 25px 0;
}

.bestSellerItems .bslBot .text {
    padding: 15px 0;
}

.bestSellerItems .bslBot > .text a:hover {
    text-decoration: none;
}

.bestSellerItems .bslBot > .text a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 5px;
    display: block;
    color: #fff;
}

.bestSellerItems .bslBot .bsAttr {
    padding: 0 20px;
}

.bestSellerItems .bslBot .listAttr > div {
    display: none;
}

.bestSellerItems .bslBot .listAttr > div:first-child {
    display: block;
}

.bestSellerItems .bslBot > .text span {
    font-size: 12px;
    display: block;
    line-height: 1.2;
    color: #a2a2a2;
}

/*===================================================Index=======================================*/

.footer1, .footer2 {
    /*border: 1px solid #7f7f7f;*/
    /*padding: 10px;*/
}

.footer1 > a, .footer1 > span {
    display: block;
    padding-bottom: 10px;
}

.footerContainer {
    margin: 5% 0 0 0;
    float: left;
    width: 100%;
}

.footerBottom {
    border-top: 1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    background: #fafafa;
    margin-top: 20px;
}

.footerBottom ul {
    margin: 0;
    padding-left: 15px;
}

.footerBottom h4 {
    color: #272727;
    text-transform: uppercase;
    font-size: 14px;
}

.footerBottom a {
    color: #666;
    font-size: 12px;
}

.footerBottom a:hover, .footerBottom a:focus {
    text-decoration: none;
}

/* paginator */
.pagination {
    width: 100%;
}

.paginator .labelPages, .paginator .titlePages {
    display: none;
}

.paginator .paging-next {
    color: #101419;
}

.paginator a:before {
    font-family: "Phosphor";
}

.paginator a.paging-next:before {
    content: "\e13a";
}

.paginator a.paging-last:before {
    content: "\e06c";
}

.paginator a.paging-previous:before {
    content: "\e138";
}

.paginator a.paging-first:before {
    content: "\e058";
}

.paginator {
    text-align: right;
    padding: 10px 0;
    margin-bottom: 15px;
    float: right;
}

.paginator > a,
.paginator > span.currentPage {
    margin-left: 6px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 12px;
    color: #101419;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 28px;
}

.paginator > span.currentPage {
    color: #fff;
}

.paginator > a:HOVER {
    border: 1px solid #101419;
}

.paginator .currentPage {
    background-color: #e5005a;
    color: #fff;
}

.paginator a:HOVER {
    text-decoration: none;
}

/*===================================Check out===============================================================*/
/*check out*/
#formCheckOut {
    border-top: 1px solid #d1d1d1;
}

#formCheckOut > div {
    height: 500px;
}

#column1 > h2, #column2 h2, #column3 > h2 {
    font-size: 18px;
    font-weight: 700;
}

#column2 #paymentMethod {
    padding: 0 15px;
}

#column2 {
    padding: 0;
}

#column1 {
    border-right: 1px solid #d1d1d1;
    padding-bottom: 10px;
}

#column1 > h2 > span, #column2 h2 span, #column3 > h2 > span {
    border-radius: 50%;
    background: #e5005a;
    color: #fff;
    padding: 3px 10px;
    margin-right: 5px;
}

.purchaseInfo label > p {
    display: block;
    margin: 5px 0;
}

.purchaseInfo label {
    width: 100%;
}

.purchaseInfo label input, .purchaseInfo label textarea {
    border-radius: 3px;
    padding: 5px 3px;
    border: 1px solid #d1d1d1;
    width: 100%;
}

.purchaseInfo label.long input, .purchaseInfo label.short select {
    width: 100%;
    border: 1px solid #d1d1d1;
}

.purchaseInfo label.short {
    float: left;
    width: 47%;
    margin-right: 4%;
}

.purchaseInfo label.short select {
    padding: 3px 0;
    border-radius: 3px;
}

.listBank {
    display: none;
}

.listBank > span {
    cursor: pointer;
    float: left;
    height: 34px;
    margin: 2px;
    overflow: hidden;
    padding: 2px;
    transition: all 200ms ease 0s;
    width: 50px;
}

.listBank > span.active {
    background: #999;
}

#reviewCart table tr td {
    padding: 10px 0;
}

#reviewCart {
    height: 130px;
    overflow-y: auto;
}

#cart-th td {
    font-weight: 700;
}

#listOrderTable:nth-child(2) {
    border-top: 1px solid #4d4c4e;
}

#listOrderTable {
    border-top: 1px solid #dedede;
}

#orderIf p {
    display: block;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #d1d1d1;
}

#orderIf p:first-child {
    border-bottom: 1px solid #dedede;
    font-weight: bold;
}

#paymentMethod label, #column1 label {
    font-weight: normal;
}

#orderIf p span {
    float: right;
}

#coupon {
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    padding: 4px;
    margin-bottom: 5px;
    width: 67%;
    margin-right: 5px;
}

#getCoupon {
    border-radius: 0;
    padding: 4px 15px;
    vertical-align: top;
    background: #e5005a;
    color: #fff;
    float: right;
}

#getCoupon:hover {
    background: #333;
}

.btnCtn {
    background: #000;
    padding: 10px 5px;
    color: #fff;
    display: inline-block;
    margin: 0 3px 0 0;
    width: 49%;
    text-align: center;
}

.btnCtn:hover {
    color: #fff;
    background: #e5005a;
}

#btnOrder {
    border: none;
    background: #e5005a;
    padding: 10px 5px;
    color: #fff;
    margin: 0;
    width: 49%;
    text-transform: uppercase;
}

#btnOrder:hover {
    background: #000;
    color: #fff;
}

.titleCheckout {
    margin: 20px 0;
}

.titleCheckout h1, .titleCheckout p {
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e5005a;
    display: block;
    text-align: center;
}

input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.bolasStepsWrp {
    margin: 20px 0 0 0;
    clear: both;
}

.bolasStepsWrp .span3.medium {
    color: #333;
}

.bolasStepsWrp .span3 {
    color: #999;
    padding-top: 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
}

.flechaSteps {
    width: 33px;
    height: 33px;
    position: relative;
    top: -27px;
    background-image: url('../img/00_check.png');
    background-size: 100%;
    margin: 0 auto;
}

.bolasStepsWrp .row-fluid .span3 {
    width: 33%;
}

.labelSteps {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.medium3 .flechaSteps {
    background-image: url('../img/01_b.png');
}

.checkoutTitle .flechaSteps {
    background-image: url('../img/02_b.png');
}

.success .flechaSteps {
    background-image: url('../img/03_b.png');
}

.viewWrp {
    margin-bottom: 5%;
    clear: both;
}

.viewWrp a:hover {
    text-decoration: none;
}

/*===================================Check out===============================================================*/
/*========================================================VIEW ORDER=========================================================*/
.viewContent {
    text-align: center;
}

.viewContent h1 {
    display: block;
    font-weight: bold;
    font-size: 19px;
}

.viewContent > span {
    line-height: 25px;
}

.viewProduct {
    margin: 15px 0;
    text-align: left;
}

.viewProduct .viewTitle {
    background: #f0f0f0;
    color: #333;
    text-transform: uppercase;
    padding: 5px;
}

.cusInfo {
    padding: 10px 0;
}

.cusInfo span {
    display: block;
    padding-bottom: 10px;
}

.cusInfo span i {
    font-size: 8px;
    color: #dededd;
    vertical-align: middle;
}

.cusInfo span b {
    color: #b22423;
}

.cusInfo span a {
    font-weight: bold;
    color: #4589d0;
}

.viewProduct ul {
    margin: 0;
    padding: 10px 0;
}

.viewProduct ul li {
    float: left;
    width: 100%;
    margin: 5px 0 10px 0;
    list-style: none;
}

.viewProduct ul li a.imgThumb {
    padding: 0 10px 0 0;
}

.viewProduct ul li .prdDt {
    padding: 0;
}

.viewProduct ul li .prdDt .pull-right span {
    display: block;
    text-align: right;
}

.continuePrd {
    margin: 10px 0;
    text-align: center;
}

.continuePrd a {
    padding: 5px 10px;
    text-transform: uppercase;
    border: 1px solid #4589d0;
    color: #4589d0;
    border-radius: 3px;
}

.continuePrd:hover a {
    background: #4589d0;
    color: #fff;
}

/*========================================================VIEW ORDER=========================================================*/
/*========================================================ORDER SEARCH=========================================================*/
.orderView {
    margin: 60px 0;
}

.orderView > h3 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-size: 25px;
}

.orderView > span {
    font-style: italic;
    display: block;
    padding: 15px 0;
    text-align: center;
}

#frmIndexOrder {
    text-align: center;
}

#frmIndexOrder .txtFill {
    width: 50%;
    margin: 0;
    display: inline-block;
}

#frmIndexOrder .form-groups input {
    border: 1px solid #dedede;
    padding: 10px;
    width: 100%;
}

#frmIndexOrder .form-groups {
    margin: 0;
    display: inline-block;
}

#frmIndexOrder .btn-danger {
    border: none;
    background: #e5005a;
    color: #fff;
    padding: 11px 20px;
    margin-left: -2px;
}

.desOrderSearch {
    width: 55%;
    margin: 0 auto;
    padding: 10px 0;
}

.desOrderSearch i {
    display: block;
    color: #333;
    font-size: 12px;
    text-align: center;
}

/*========================================================ORDER SEARCH=========================================================*/
/*======================================= Quick View ===============================================*/
.grid-tools {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 !important;
    margin-bottom: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .5s, max-height .6s, -webkit-transform .3s, -webkit-filter .6s;
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s;
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s, -webkit-transform .3s, -webkit-filter .6s;
    -webkit-filter: blur(0);
    filter: blur(0);
    pointer-events: none;
    position: absolute;
    text-align: center;
    bottom: 0;
}

.productImg:hover .grid-tools {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(0) !important;
    transform: scale(1) translateZ(0) translateY(0) !important;
    pointer-events: inherit;
}

.productImg:hover .grid-tools a {
    color: #fff !important;
}

.grid-tools a {
    text-overflow: ellipsis;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: .95;
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 10px 0;
    font-size: .85em;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e5005a;
    color: #fff;
    transition: opacity .3s;
}

.close:hover, .close:focus, .close {
    opacity: 1;
}

#quick-view-modal {
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    height: 100%;
}

#quick-view-modal .image-zoom > img {
    max-width: 100%;
    max-height: 400px;
    height: 100%;
    margin-bottom: 10px;
}

#quick-view-modal div#p-sliderproduct {
    width: 100%;
    margin: auto;
    position: relative;
}

.flexslider li.product-thumb a {
    display: block;
    position: relative;
}

#p-sliderproduct .flex-direction-nav .flex-next, #p-sliderproduct .flex-direction-nav .flex-prev {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    width: 25px;
    height: 30px;
    display: block;
    background: none;
    position: absolute;
    top: calc(50% - 16px);
    cursor: pointer;
    text-indent: inherit;
    text-align: center;
    font-size: 0;
    line-height: 28px;
}

#p-sliderproduct .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 18px;
    right: 18px;
}

#p-sliderproduct .flex-direction-nav .flex-next:before {
    content: "\e13a";
    font-family: "Phosphor";
    font-size: 18px;
}

#p-sliderproduct .flex-direction-nav .flex-prev:before {
    content: "\e138";
    font-family: "Phosphor";
    font-size: 18px;
}

#p-sliderproduct .flex-direction-nav .flex-next {
    right: -32px !important;
}

#p-sliderproduct .flex-direction-nav .flex-prev {
    left: -32px !important;
}

#quick-view-modal li.product-thumb {
    float: left;
    display: block !important;
    border: 2px solid #fff;
}

#quick-view-modal .product-thumb:hover, #quick-view-modal .product-thumb.active {
    border: 2px solid #232222 !important;
}

.modal-header {
    border-bottom: 0;
}

#quick-view-modal button.close {
    opacity: 0.7;
}

#quick-view-modal button.close:before {
    content: "\e4f6";
    font-family: "Phosphor";
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    font-weight: normal;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #000;
    border: 3px solid #fff;
    line-height: 25px;
}

#quick-view-modal select {
    display: inline-block;
    margin-right: 15px;
    width: 100px;
    padding: 4px;
}

#quick-view-modal .titleQuant {
    padding: 10px 0;
}

#quick-view-modal button.close:hover {
    opacity: 1;
}

#p-sliderproduct .box-nav {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 100%;
    left: 0px;
}

#quick-view-modal .image-zoom {
    text-align: center;
}

#quick-view-modal .modal-header {
    border-bottom: 0;
    padding: 0;
    min-height: 15px;
}

#quick-view-modal .modal-body {
    padding: 15px;
}

#quick-view-modal .modal-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin: 0;
}

#quick-view-modal .productCode, #quick-view-modal .productInventory {
    display: block;
    margin: 5px 0;
}

.productBtn #addToCart, .productBtn #buyNow {
    text-transform: uppercase;
    padding: 5px !important;
    background: #e5005a;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    display: block !important;
    float: left;
    margin: 0 3px 0 0;
    width: 49%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.productBtn #addToCart span, .productBtn #buyNow span {
    font-weight: 400;
    display: block;
    text-align: center;
    font-size: 13px;
    text-transform: none;
}

#addToCart:before, #buyNow:before {
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
    z-index: -1;
    content: '';
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
}

#addToCart:hover, #buyNow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#addToCart:hover:before, #buyNow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

#addToCart:hover, #buyNow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#addToCart:hover:before, #buyNow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.quantity-box .qtyplus {
    margin-bottom: 3px !important;
}

.quantity-box > label {
    display: block;
    font-weight: normal;
}

.quantity-box .qtyplus, .quantity-box .qtyminus {
    float: left;
    display: inline-block;
    border: 1px solid #eee;
    padding: 1px;
    font-size: 18px;
    font-weight: bold;
    color: #3f4140;
    width: 40px;
    background: #fff;
    height: 30px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#quick-view-modal input[type=number] {
    text-align: center;
    border: 1px solid #eee;
    padding: 5px 4px 3px;
    float: left;
    border-left: none;
    border-right: none;
}

.quantity-box.clearfix {
    padding: 10px 0;
    width: 100%;
}

#quick-view-modal .product-price {
    margin: 0 0 5px 0;
    padding-bottom: 5px
}

#quick-view-modal .product-price .p-price {
    color: #c4996b;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
}

#quick-view-modal .product-price del {
    color: #777777;
    font-size: 16px;
}

#quick-view-modal .btn-outline {
    border-radius: 4px;
    width: 45%;
    text-transform: uppercase;
}

.single-option-selector, #quick-view-modal input[type="number"] {
    padding: 4px;
    width: 40px;
    margin-top: 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    text-align: center;
}

#quick-view-modal .btn-color-add {
    width: auto;
    margin-right: 5px;
    float: left;
}

.quality-quickview {
    margin-top: 0px;
}

.selector-wrapper, .select-wrapper {
    margin-bottom: 10px;
}

.selector-wrapper label, .select-wrapper label {
    font-size: 12px;
    color: #777777;
    display: inline-block;
    font-weight: 500;
}

.custom-dropdown__select {
    font-size: inherit;
    margin: 0;
    width: 100%;
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #777777;
}

.custom-dropdown__select {
    padding-right: 2.5em;
    border: 0;
    width: 125px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

/*======================================= Quick View ===============================================*/
.chooseUs {
    background: #f6f6f6;
    padding: 40px 0;
    position: relative;
    /*margin-bottom: 25px;*/
}

.usContent {
    /*text-transform: uppercase;*/
    line-height: 25px;
    padding-left: 80px;
    padding-top: 40px;
}

.chooseUs h1 {
    display: block;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}

.blockSocial {
    top: 30%;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 25px 0;
}

.blockSocial ul li:first-child {
    font-size: 9px;
    padding: 13px 5px;
    font-weight: 700;
    color: #00366c;
}

.blockSocial ul li {
    list-style: none;
    background: #fff;
    text-align: center;
    padding: 8px 0;
    /*margin: 3px 0;*/
}

.blockBanner ul {
    padding: 0;
    -webkit-box-shadow: -3px 0px 10px -1px rgba(0, 0, 0, .38);
    -moz-box-shadow: -3px 0px 10px -1px rgba(0, 0, 0, .38);
    box-shadow: -3px 0px 10px -1px rgba(0, 0, 0, .38);
    margin: 0;
}

.blockBanner ul li {
    list-style: none;
}

.blockSocial a {
    display: inline-block;
    font-size: 20px;
    padding: 0 10px;
}

.blockSocial .cartMn {
    position: absolute;
    left: 5px;
    background: #df0f12;
    color: #fff;
    border-radius: 50%;
    height: 15px;
    display: block;
    width: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    top: 7px;
    font-style: inherit;
}

.blockSocial .shoppingCart {
    position: relative;
}

.blockSocial ul li i:is(.ph,.ph-light,.ph-fill,.ph-bold,.ph-thin,.ph-duotone).ph-youtube-logo {
    color: #d11d15;
}

.blockSocial ul li i:is(.ph,.ph-light,.ph-fill,.ph-bold,.ph-thin,.ph-duotone) {
    font-size: 25px;
}

.blockSocial ul li i:is(.ph,.ph-light,.ph-fill,.ph-bold,.ph-thin,.ph-duotone).ph-facebook-logo {
    color: #00366c;
}

.newsletterForm {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.newsletterForm input[type="text"] {
    padding: 5px 10px;
    width: 30%;
    border-radius: 4px;
    border: none;
}

.btnSubcrible {
    border: none;
    padding: 5px 10px;
    line-height: 22px;
    border-radius: 4px;
    text-transform: uppercase;
    background: #e5005a;
    color: #fff;
    font-weight: bold;
}

.brand-slide a img, .index-intro-slide a img {
    margin-bottom: 20px;
}

#foo-next, #foo-preview {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #000;
    background: #ffffffbf;
    border-radius: 50%;
    padding: 0px 10px;
    transition: 0.3s all;
    border: 1px solid #ccc;
}

#foo-next:hover, #foo-preview:hover {
    opacity: 0.7;
}

#foo-next {
    left: 0;
}

#foo-preview {
    right: 0;
}

/*- - - effect hover img - - -*/
.second-image {
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
}

.productImg .first-image, .productImg .second-image {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.productImg:hover .first-image {
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.productImg:hover .second-image {
    left: 0;
}
/*- - - end effect hover img - - -*/


/*------------ icon call now -----------*/
.website-alo-phone {
    position: fixed;
    left: 20px;
    bottom: 40px;
    visibility: visible;
    background: 0 0;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 11;
}

.website-alo-text {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 60px;
    left: 79px;
    height: 60px;
    background-color: #fe935b;
    align-items: center;
    justify-content: center;
    padding: 0 30px 0 25px;
    border-radius: 0 35px 35px 0;
    color: #fff;
    font-size: 15px;
}

.website-alo-text>a {
    display: block;
    color: #fff;
}

.website-alo-phone .animated.infinite.zoomIn.website-alo-ph-circle {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 32px;
    left: -17px;
    border: 2px solid #1f2d48;
    border-radius: 100%;
    background: transparent;
    opacity: 0.5
}

.website-alo-phone .animated.infinite.pulse.website-alo-ph-circle-fill {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 45px;
    left: 1px;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all .5s;
    background-color: #f46ea3;
}

.website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 55px;
    left: 11px;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    transform-origin: 50% 50%;
    background-color: #ff3182;
    display: flex;
    align-items: center;
    justify-content: center;
}

.website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle :is(.ph,.ph-light,.ph-fill,.ph-bold,.ph-thin,.ph-duotone) {
    zoom: 1.5;
    color: #fff;
    display: block;
    padding: 3px;
    transform: rotate(90deg);
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

/*------------ end icon call now -----------*/

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 105px;
    background: #e2cbc8;
    color: #7b5450;
    padding: 10px 15px;
    font-size: 20px;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.article-title {
    font-weight: 600;
}

.form-review-title {
    color: #e5005a;
    font-weight: 600;
}
#digitComment {
    float: right;
    padding: 0 20px;
    color: #e5005a;
    font-size: 14px;
}
.product-tag a{
    border: 1px solid #e5005a;
    padding: 2px 10px;
    background: #e5005a;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    text-decoration: none;
}
.main-video{
    display: none;
}
@media screen and (max-width: 360px) {
    .thumb-video img{
        height: 494px;
    }
}
@media screen and (min-width: 361px) and (max-width: 400px){
    .thumb-video img{
        height: 518px;
    }
}
@media screen and (min-width: 410px) and (max-width: 480px){
    .thumb-video img{
        height: 576px;
        object-fit: contain;
    }
}
/*
ABOUT - CONTACT
--------------------------------------------------------------------------------*/
.page-contact main {
    min-height: 85vh;
}

.page-wrapper ul, .page-wrapper ol {
    margin-bottom: 15px;
    padding-left: 40px;
}

.page-wrapper ul {
    list-style-type: initial;
}

.header-page-contact h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0
}

.header-page-contact:after {
    content: "";
    display: block;
    width: 55px;
    height: 4px;
    margin-top: 30px;
    background: #252a2b;
    margin-bottom: 40px;
}

.box-info-contact li {
    margin-bottom: 30px;
}

.box-info-contact li p {
    margin-bottom: 0;
    color: #666;
    font-weight: 500;
    font-size: 14px;
}

.box-info-contact li p strong {
    font-weight: 600;
    color: #252a2b;
}

.box-send-contact h2 {
    font-weight: 700;
    font-size: 24px;
    margin: 40px 0 35px;
}

.box-send-contact h2:after {
    content: "";
    display: block;
    margin-top: 25px;
    width: 30px;
    height: 3px;
    background: #252a2b;
}

.contact-form .input-group {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .input-group input,
.contact-form .input-group textarea {
    border: 1px solid #e7e7e7;
    box-shadow: none;
    height: 45px;
    font-weight: 500;
    padding: 0 20px;
    background: #fbfbfb;
    color: #252a2b;
    width: 100%;
    font-size: 13px;
}

.contact-form .input-group textarea {
    width: 100%;
    height: 130px;
    padding: 20px 20px;
}

.contact-form .input-group textarea:focus {
    outline: none;
}

.box-send-contact button {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #252a2b;
    background: #252a2b;
    color: #fff;
    font-size: 14px;
}
.box-send-contact button:hover {
    border-color: #323030;
    background: #323030;
}
.wrapbox-content-page {
    padding-bottom: 30px;
}
.box-info-contact ul{
    list-style-type: none;
    padding: 0;
}
.box-map iframe {
    height: 450px;
}
.sidebar-page .group-menu {
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec;
}

.sidebar-page .page_menu_title h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    text-align: center;
}

.sidebar-page .box_image {
    margin-bottom: 30px;
}

.box_image .banner {
    position: relative;
    overflow: hidden;
}

.box_image .banner img {
    width: 100%;
    -webkit-transition: all 1s ease-in-out 0s;
    -khtml-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.box_image .banner:hover img {
    -webkit-transform: scale(1.2);
    -khtml-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.product-gallery__video{
    line-height: 0;
    margin-bottom: 10px;
    border: 1px solid #f7f7f8;
    width: 100%;
}
.product-gallery__video .product-gallery__thumb-placeholder{
    background-color: #f3f3f3;
    display: block;
}
.product-gallery__video .product-gallery__thumb-placeholder img{
    cursor: pointer;
    background-color: #f7f7f8;
    width: 100%;
}
.note-cart{
    margin-top: 30px;
}
/* --------------------------------------------------------------------------------*/
/********** Qua tang san pham *************/
.pro-special-offer-container {
    border: 1px solid #ce0707;
    margin-top: 15px;
}
.pro-special-offer-container .spec-title {
    padding: 6px 8px 7px 0;
    border-bottom: 1px dashed #e1e1e1;
    position: relative;
}
.pro-special-offer-container .spec-title::before {
    content: '';
    position: absolute;
    width: 10px;
    background: #f67116;
    left: -10px;
    top: 6px;
    bottom: 0;
    height: 35px;
}
.pro-special-offer-container .spec-price {
    background: #f67116;
    color: #fff;
    font-weight: bold;
    padding: 10px 58px 6px 15px;
    display: inline-block;
    position: relative;
}
.pro-special-offer-container .spec-price>span {
    text-transform: uppercase;
}
.pro-special-offer-container .spec-price>i {
    font-size: 17px;
    margin-right: 5px;
}
.pro-special-offer-container .spec-title::after {
    content: '';
    position: absolute;
    border-top: 15px solid #fb6905;
    border-left: 10px solid transparent;
    left: -10px;
    bottom: -5px;
}
.pro-special-offer-container .spec-price::after {
    content: '';
    position: absolute;
    right: -21px;
    top: 0;
    bottom: 0;
    width: 31px;
    height: 32px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pro-special-offer-container ul {
    padding: 15px 20px;
    list-style: disc;
}
.pro-special-offer-container li {
    margin-bottom: 5px;
}
.pro-special-offer-container ul>li>a:hover {
    text-decoration: unset;
}
.pro-special-offer-container .title-gift {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 6px 0 0 10px;
}
.pro-special-offer-container .title-gift>i {
    font-size: 18px;
    color: #ff8900;
}
.pro-special-offer-container .list-gifts>li>a {
    color: #000;
}
.pro-special-offer-container.gift-cart {
    border: unset;
}
.pro-special-offer-container .list-gifts>li>a:hover{
    color: #f67116;
}
.tag-gift {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 100;
}
.tag-gift>i {
    font-size: 25px;
    color: #f67116;
}
/************ end qua tang *****************/

.fixed-wrap {
    position: fixed;
    bottom: 100px;
    left: 25px;
    z-index: 2;
}

.fixed-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #0084FF;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
}

.fixed-wrap a img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.fixed-wrap a.zalo {
    background: transparent;
}

.fixed-wrap a.zalo img {
    width: 100%;
    height: 100%;
}