.text-center {
    text-align: center;
}
/*--- header ---*/
.logo{
    margin-bottom: 0;
    height: 100px;
}
.logo img{
    max-height: 100%;
    max-width: 100%;
}
.back-to-top {
    position: absolute;
    right: 35px;
    bottom: 60px;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
    height: 33px;
    color: #1c1c1c;
    top: auto !important;
    opacity: 0;
    background: #dc3333;
    border-radius: 50%;
    line-height: 10px;
}

.back-to-top:hover {
    color: #916841;
    opacity: 0.9
}

.back-to-top.show {
    opacity: 0.7;
    position: fixed;
    bottom: 135px;
    z-index: 999;
}

#slide_banner{
    position: relative;
}
#slide_banner .owl-controls{
    position: absolute;
    bottom: 5px;
    left: 0;
    top:35%;
    right: 0;
    overflow: inherit;
    width: 100%;
}
#slide_banner .owl-controls .owl-buttons .owl-next:before{
    content: '';
    font-family: FontAweSome;
}
#slide_banner .owl-controls .owl-buttons .owl-prev:before{
    content: '';
    font-family: FontAweSome;
}
#slide_banner .owl-controls .owl-buttons > div{
    height: 50px;
    width: 35px;
    line-height: 45px;
    font-size: 40px;
    margin: 0;
    border-radius: 0;
}
#slide_banner .owl-controls .owl-buttons .owl-next{
    float: right;
}
#slide_banner .owl-controls .owl-buttons .owl-prev{
    float: left;
}
/*--- home page ---*/
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-controls{
    transform: none;
    position: unset;
}
.product-content ul.tab-product li.active a{
    border: none;
}
.service_index .service .image img {
    max-width: 45px !important;
    max-height: 27px !important;
    padding: 0;
}
.service .info p.product_policy{
    font-size: 14px;
    font-family: Arial;
    line-height: 20px;
    color: #898989;
    text-align: center;
}
#acceptCheckout {
    width: 170px;
    padding: 12px 0;
    font-weight: bold;
}

/*--- footer ---*/
.footer p{
    margin-bottom: 0;
}

#menucontentother{
    display: none;
}
ul.site-nav>li:hover>.submenu {
    overflow: auto;
}

/*--- pagination ---*/
#pagination .paginator span.currentPage {
    border: 1px solid #c9141b;
    color: #fff;
    border-color: #dc3333;
    background: #dc3333;
    padding: 5px 10px;
    margin-left: 3px;
}
#pagination .paginator a {
    border: 1px solid #dc3333;
    padding: 5px 10px;
    color: #dc3333;
    border-color: #dc3333;
    margin-left: 3px;
}
#pagination .paginator a:hover {
    color: #fff;
    border-color: #dc3333;
    background: #dc3333;
}
.paginator a.paging-first:before {
    content: "\f100";
    font-family: FontAwesome;
}
.paginator a.paging-previous:before {
    content: "\f104";
    font-family: FontAwesome;
}
.paginator a.paging-next:before {
    content: "\f105";
    font-family: FontAwesome;
}
.paginator a.paging-last:before {
    content: "\f101";
    font-family: FontAwesome;
}
.breadcrumbs>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.brd{
    margin-bottom: 15px;
}
#pageSignin .f input[type='submit']#btnSubmit{
    border: 1px #ebebeb solid;
    background: #dc3333;
    font-size: 14px;
    color: #fff;
    padding: 21px 33px;
}
#pageSignin #newpassword{
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-list-cate2 .text-xs-left {
    /*min-height: 200px!important;*/
    /*max-height: 200px!important;*/
}
.actions .unsel{
    cursor: not-allowed;
}

/*.link_account ul li{*/
    /*padding: 15px 10px;*/
/*}*/
.attr a {
    display: inline-block;
    min-width: 25px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    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 3px;
}
.attr a.deactive{
    opacity: .5;
    pointer-events: none;
}
.attr a:hover, .attr a.active {
    box-shadow: 0 0 2px 2px #FF7A00;
}
#user-active p.success{
    text-align: center;
    padding: 25px;
    font-weight: bold;
    font-size: 18px;
}
.show-ipt{
    display: block !important;
}
.hide-ipt{
    display: none !important;
}
.item-content .item-code, .item-content .item-code .view-detail{
    display: none;
}
/*irtem list*/
.item_loop_list .product-box{
    width: 100%;
}
.item_loop_list h3.product-name{
    float: right;
    width: 75%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
    font-weight: bold;
    font-size: 20px;
}
.item_loop_list .product-box .product-thumbnail{
    float: left;
    width: 25%;
    padding: 5px 7px;
    text-align: center;
}
.item_loop_list .product-loop-grid .product-box .product-thumbnail a img{
    max-height: 175px !important;
}
.item_loop_list .item-content{
    float: right;
    width: 75%;
    margin-top: 0 !important;
    text-align: left !important;
}
.item_loop_list .item-content .item-code{
    display: block;
}
.item_loop_list .item-content .item-code .view-detail{
    display: block;
    padding: 10px;
    color: #fff;
    background: #dc3333;
    width: 100px;
    text-align: center;
    overflow: hidden;
}

/*--- menu multi level ---*/
.main-nav ul{
    overflow: unset !important;
}
.dropdown-parent:hover .dropdown-child {
    display: block;
}
.dropdown-child {
    width: 200px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    max-height: none !important;
}
.dropdown-child li{
    width: 100%;
    text-align: center;
}
.dropdown-child a {
    color: black !important;
    display: block;
    padding: 15px !important;
}
.dropdown-child-sub{
    display: none;
    top: 0;
    left: 100%;
    margin-left: 0 !important;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    width: 200px;
    max-height: none !important;
    background: #fff;
}
.dropdown-child li:hover .dropdown-child-sub{
    display: block;
}
.dropdown-child-open {
    position: relative;
}
/*--- menu multi level ---*/

.owl-carousel .owl-wrapper-outer{
    text-align: center;
}
.prd_view_slide #gallery_01.owl-carousel .owl-controls .owl-buttons{
    height: auto;
}
.prd_view_slide #gallery_01.owl-carousel .owl-controls .owl-buttons .owl-prev{
    top: 50px;
    left: -30px;
}
.prd_view_slide #gallery_01.owl-carousel .owl-controls .owl-buttons .owl-next{
    top: 50px;
    right: -30px;
}
/*end item list*/
.news_post_loop .news_post_loop_img a img{
    height: 170px;
}
.zoomWrapper{
    margin: 0 auto;
}
.grid_item .loop-grid{
    text-align: center;
}
.service .image {
    padding: 25px 0;
}
h3.product-name {
    min-height: 10px;
    margin-top: 10px;
    height: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0;
}
.banner_adv {
    padding-right: 0 !important;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0!important;
    z-index: 9999;
    display: none;
    -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;
}
.banner_adv.popup_active {
    display: block !important;
    visibility: visible;
}
.overlay_adv {
    background: rgba(0, 0, 0, 0.619608);
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.adv_content {
    max-width: 650px;
    overflow: hidden;
    position: fixed;
    max-height: 100%;
    top: 20%;
    left: 30%;
    padding: 20px;
    background: #fff;
}
.adv_content img {
    max-width: 100%;
    max-height: 100%;
}
.close-popup {
    top: 0px;
    right: 0px;
    position: absolute;
    background: #000;
    padding: 6px;
    /* border-radius: 50%; */
}
/* label ribbon */
.ribbon {
    position: absolute;
    color: #fff;
    padding: 6px 7px;
    font-weight: 500;
    top: 0;
    text-align: center;
    z-index: 99;
    font-size: 12px;
    border-radius: 0;
    border: 1px solid #ccc;
    height: 25px;
}
.ribbon.hot {
    background-color: #dc3333;
    right: 0;
}
.ribbon.new {
    background-color: #48cc7b;
    right: 0;
}
.label.ribbon.sale {
    left: 0;
    background-color: #dc3333;
    top: 0;
    width: 40px;
}
#sanphammoi .label.ribbon.sale {
    left: 0;
    background-color: #dc3333;
    top: 0;
}
.label.ribbon.sale.product_search {
    top: 470px;
    right: 15px;
}

/*--- product detail ---*/
.prd_detail_col3 .in img {
    width: 29px !important;
    max-height: 30px !important;
}
.prd_detail_col3 .in p:first-child, .service_index .service .image p {
    margin: 0;
}

#___plusone_0{
    top: -5px; left: 5px; position: relative;
}

/*--- quick view ---*/
#thumblist_quickview .owl-item img {
    max-height: 50px;
}
.icon_right_click{
    display: none;
}

@media screen and (min-width: 1024px) {
    .collection-container.grid_item loop-grid:nth-child(4n+1){
        clear: both;
    }
    .product-box{
        height: 330px;
    }
    .product-mini .product-image-thumb{
        max-height: 245px;
    }
    .product-mini .product-image-thumb a>img{
        max-height: 240px;
        padding: 0 5px 10px 5px;
    }
    .banner-left{
        height: 661px;
    }
}
@media screen and (min-width: 992px) {
    #menucontentother {
        height: 450px;
        background: #fff;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .collection-container.grid_item loop-grid:nth-child(4n+1){
        clear: both;
    }
    .product-mini .product-image-thumb{
        max-height: 160px;
    }
    .product-mini .product-image-thumb a>img{
        max-height: 170px !important;
        padding: 0 5px 10px 5px;
    }
    .banner-left{
        height: 501px;
    }
}
@media screen and (max-width: 992px) and (min-width: 544px) {
    .collection-container.grid_item loop-grid:nth-child(3n+1){
        clear: both;
    }
    .filter-group .fa {
        position: static;
    }
    .product-box{
        height:270px;
    }
    .product-mini .product-image-thumb{
        max-height: 195px;
    }
    .product-box .product-thumbnail a img{
        max-height: 185px !important;
    }
    .category-products .content-grid .grid_item .loop-grid  .product-loop-grid .product-box{
        max-height: 285px !important;
    }
}
@media (max-width: 991px) {
    .menu_mobile .ul_collections {
        width: 100%;
    }
    .menu_mobile .ul_collections li.special {
        background: #f4f9fc;
    }
    .menu_mobile .ul_collections li {
        position: relative;
        background: #fff;
        display: block;
        line-height: 50px;
        border-top: solid 1px #e4ebf0;
    }
    .menu_mobile .ul_collections li.special a {
        color: #111111;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        text-decoration: none;
        padding: 0px 15px;
    }
    .menu_mobile .ul_collections li a {
        padding: 0px 15px;
        font-size: 14px;
        display: block;
        color: #464646;
        text-decoration: none;
    }
    .menu_mobile .ul_ {
        line-height: 40px;
    }
    .menu_mobile .ul_ li a {
        color: #111111;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        text-decoration: none;
        padding: 0px 15px;
    }
    .menu_mobile .ul_ li .phone_ {
        color: red;
        padding-left: 5px;
    }
    .menu_mobile .ul_ li span {
        padding-left: 15px;
    }
}
@media screen and (max-width: 768px){
    #share_product{
        margin-top: 60px;
    }
    .prd_view_slide #gallery_01.owl-carousel .owl-controls .owl-buttons .owl-prev{
        left: -15px!important;
    }
    .prd_view_slide #gallery_01.owl-carousel .owl-controls .owl-buttons .owl-next{
        right: -15px!important;
    }
}
@media screen and (min-width: 544px){
    .clear-col-4:nth-child(3n+1){
        clear: both;
    }
    #sanphammoi .product-thumbnail>a,#noibat .product-thumbnail a:not(.quick-view), #muanhieu .product-thumbnail a:not(.quick-view) {
        height: 200px;
        display: flex;
    }
    #sanphammoi .product-thumbnail a img, #noibat .product-thumbnail a img, #muanhieu .product-thumbnail a img {
        padding: 0 !important;
        margin: auto;
    }
}
@media screen and (max-width: 543px){
    .collection-container.grid_item loop-grid:nth-child(2n+1){
        clear: both;
    }
    .filter-group .fa {
        position: static;
    }
    .content-left .wrap-product ul li.item_pr_pd:nth-child(2n+1){
        clear: both;
    }
    .item_loop_list .product-box{
        height: auto !important;
    }
    .item_loop_list h3.product-name{
        width: 65%;
    }
    .item_loop_list .product-box .product-thumbnail{
        width: 34%;
    }
    .item_loop_list .item-content{
        width: 65%;
    }
    #large-image{
        text-align: center;
    }
    /*.zoomWrapper {*/
    /*    width: 220px !important;*/
    /*    height: 330px !important;*/
    /*}*/
    .product_box_tab h3.product-name {
        margin-top: 0;
    }
    .box-product h3.product-name {
        padding-top: 0;
        margin-top: 0;
    }
}
@media only screen and (min-width: 375px) and (max-width: 544px){
    .product-box .product-thumbnail a img{
        max-height: 180px !important;
    }
}
@media only screen and (max-width: 320px) and (min-width: 297px){
    .product-box .product-thumbnail a img {
        max-height: 150px !important;
    }
}
.ul-over-flow{
    max-height: 250px;
    overflow-y: scroll;
}
ul.ul-over-flow li {
    border-bottom: 1px solid #d6cfcf ;
    border-right: none ;
    line-height: 1.5 ;
    padding: 10px
}
#zoom_01{
    position: unset !important;
}
.cl_old a{
    color: #dc3333;
}
ul.site-nav>li>a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.site-nav>li>a img {
    max-width: 30px;
}
.blog-item-name a{
    color: #dc3333;
}
.blog-item-name{
    font-size: 20px;
    height: 54px;
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

#menucontentother{
    /*margin-top: 7%;*/
    min-width: 100%;
}
.ft-bottom .social-icon {
    padding: 5px 15px 0;
}
.ft-bottom .social-icon:hover {
    background: unset;
}
.ft-bottom .social-icon .fa {
    color: #999;
    font-size: 18px;
}

@media screen and (min-width: 768px){
    .menuMain>ul{
        position: static !important;
    }
    .menuMain{
        position: static !important;
        /*width: 230px !important;*/
    }
    .slimScrollDiv{
        z-index:999;
        overflow: visible !important;
        margin-top: -6px;
    }
}
.owl-prev{
    position: absolute;
    left: 0;
    top: 30px;
}
.owl-next{
    position: absolute;
    right: 0;
    top: 30px;
}
@media screen and (max-width: 768px) {
    #zoom_01 {
        pointer-events: none;
    }
    h3.product-name{
        height: 45px;
    }
}
#showCarrier {
    color: #333;
    font-size: 11px;
    padding-right: 15px;
}
.changeOrtherShipFee:hover {
    text-decoration: underline;
    color: #00aeef;
}
#showCarrier .changeOrtherShipFee {
    font-weight: normal;
}
#tableShipFee {
    display: none;
}
.rowTableFee td  input[type="radio"] {
    -webkit-appearance: radio;
}
.total-line-price {
    width: 200px;
    font-size: 17px;
}

.website-alo-phone {
    position: fixed;
    left: 20px;
    bottom: 30px;
    visibility: visible;
    background: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 999;
}

.website-alo-phone .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.website-alo-phone .animated.infinite {
    animation-iteration-count: infinite;
}

.website-alo-phone .animated.infinite.zoomIn {
    animation-name: zoomIn;
}

.website-alo-phone .animated.infinite.zoomIn.website-alo-ph-circle {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 32px;
    left: -17px;
    border: 2px solid #fd0000;
    border-radius: 100%;
    background: transparent;
    opacity: 0.5;
}

.website-alo-phone .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.website-alo-phone .animated.infinite {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.website-alo-phone .animated.infinite.pulse {
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
}

.website-alo-phone .animated.infinite.pulse.website-alo-ph-circle-fill {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 45px;
    left: 1px;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all 0.5s;
    background-color: rgb(255, 0, 0);
    opacity: 0.75;
}

.website-alo-phone .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.website-alo-phone .animated.infinite {
    animation-iteration-count: infinite;
}

.website-alo-phone .animated.infinite.tada {
    animation-name: tada;
}

.website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 60px;
    left: 16px;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform-origin: 50% 50%;
    background-color: #f00;
    background-size: 70%;
    opacity: 0.7;
}

.website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle .fa {
    zoom: 1.6;
    color: #fff;
    display: block;
    padding: 3px;
}

@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;
}

.input-group-btn .reduced_pop,
.input-group-btn .increase_pop {
    background: transparent;
    border: 0;
}

.input-group-btn .reduced_pop {
    border-right: 1px solid #a8acad;
}

.input-group-btn .increase_pop {
    border-left: 1px solid #a8acad;
}

.input-group-btn .reduced_pop:focus,
.input-group-btn .increase_pop:focus {
    outline: 0;
}
.payment_online--content{
    display: none;
}
