@import url('//fonts.googleapis.com/css?family=Roboto:400,500');

body{
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Roboto', 'Arial', "Helvetica", sans-serif;*/
    background: #f0f0f0;
    color: #2d2d2d;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, a, p, sub, blockquote, th, td {
    outline: none;
    color: #444;
}

.full {
    width: 100%;
}
.bg-white{
    background: #fff;
}
.overflow {
    overflow: hidden;
}
.sty-none li{
    list-style: none;
}
/*.gl-badge{*/
    /*display: none;*/
/*}*/
.cow{
    display: inline-block;
    transition: all 280ms;
}
*:hover .cow{
    transition: all 280ms;
}
.miniSlide img{
    width: 100%;
}
/*============================= Header =============================*/
.topbar{
    background: #72a733  none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
}
.topbar ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 6px 8px;
    position: relative;
}
.topbar ul li a{
    color: #fff;
}
.cart_top{
    background: url(../img/icons/cart.png) no-repeat 0;
    background-size: auto 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.cart_top .count {
    background: #ca157e none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: right;
    font: 400 12px/20px "Ubuntu",sans-serif;
    padding: 0 6px;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 5px;
}

.head-top{
    padding: 5px 0 6px 0;
    background: #fff;
}

/*-------------- head-top brand-head --------------*/
.brand-head {
    border: 1px solid #d5d5d5;
    padding: 4px 35px;
    border-radius: 21px;
    background: #fff;
    max-width: 159px;
}
.brand-head .parent {
    color: #9b9bb9;
    font-size: 12px;
    padding-right: 8px;
}
.brand-head .parent {
    color: #9b9bb9;
    font-size: 12px;
    padding-right: 8px;
}
.menuHiden {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    z-index: 999;
    transition: all 300ms ease-in-out 0s;
    padding-bottom: 10px;
    border-top: 2px solid #929599;
    font-size: 13px;
}
.brand-head:hover .menuHiden {
    display: block;
}
.menuHidenth {
    width: 610px !important;
    border: 1px solid #ececec !important;
    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.5) !important;
    padding-left: 16px;
    padding-top: 12px;
    margin-top: 5px;
    left: 0;
    position: absolute;
    cursor: pointer;
}
.line_cTh {
    border-bottom: 5px solid #ececec;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    height: 0;
    left: 60px;
    margin-top: -18px;
    position: absolute;
    width: 0;
}
.tHTopH {
    border-bottom: 1px solid #f0f0f0;
    margin-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
    min-width: 200px;
}
.tHTopH a {
    display: block;
    width: 25%;
    line-height: 25px;
    font-size: 12px;
    float: left;
}
.brand-head .grid .grid-item {
    float: left;
    width: 33.3333%;
    position: relative;
    margin-top: 10px;
}
.tHBottomHClum span {
    font-weight: bold;
    display: block;
    clear: both;
}
.tHBottomHClum a {
    font-size: 12px;
    display: block;
    clear: both;
}
/*-------------- End head-top brand-head --------------*/

.head-top__logo img{
    max-width: 150px;
}



.form-search form{
    position: relative;
}
.form-search .input-group{
    position: relative;
    background: #fff none repeat scroll 0 0;
    margin: 0 0 0 10px;
    z-index: 10;
    border: 1px solid #d5d5d5;
    border-radius: 21px;
    padding-right: 7px;
    right: 10px;
}
.form-search input{
    height: 30px;
}
.form-search input, .form-search button{
    background: transparent;
    border: none;
    color: #a2a2a2;
    box-shadow: none !important;
}


.bar-menu{
    position: absolute;
    z-index: 10;
    display: none;
    right: 15px;
    top: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.bar-menu img{
    max-height: 20px;
}
.head-menu{
    /*background: #c7c7c7;*/
    background: #fcfcfc;
    position: relative;
}
.head-menu--container::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.head-menu--container::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.head-menu--container::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #888;
}
.head-menu ul{
    position: relative;
}
.head-menu ul li{
    position: relative;
}
.head-menu ul li.cancel{
    text-align: left !important;
    cursor: pointer;
    padding: 10px 0;
    display: none;
}
.head-menu ul li.cancel .cow{
    background: url('../img/spritecow.png') no-repeat -243px -51px;
    width: 24px;
    height: 24px;
}
.head-menu ul li.cancel:hover .cow, .head-menu ul li.cancel:focus .cow{
    background: url('../img/spritecow.png') no-repeat -243px -15px;
}
.head-menu ul li a{
    padding: 12px 10px;
    display: inline-block;
    color: #000;
    font-size: 13px;
}

.head-menu ul li .menu-dropdown{
    left: 0;
    top: 100%;
    width: auto;
    min-width: 200px;
    background: #fff;
    position: absolute;
     padding: 5px 0;
    z-index: -1;
     opacity: 0;
     visibility: hidden;
     transition: all .3s;
     transform: translateY(10%);
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    border-top: 2px solid #929599;
}
.head-menu ul li:nth-last-child(1) .menu-dropdown, .head-menu ul li:nth-last-child(2) .menu-dropdown{
    left: auto;
    right: 0;
}
.head-menu ul li:hover .menu-dropdown{
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transition: all 300ms;
    transform: translateY(0);
}
.head-menu ul li .menu-dropdown ul{
    text-align: left;
}
.head-menu ul li .menu-dropdown a{
    padding: 5px 15px;
    width: 100%;
    font-size: 14px;
}
.menu-dropdown__pro .row{
    margin-right: -5px;
    margin-left: -5px;
}
.menu-dropdown__pro .item {
    padding-right: 5px;
    padding-left: 5px;
}
.menu-dropdown__pro .item a{
    padding: 0;
    overflow: hidden;
}
.menu-dropdown__pro .item a img{
    height: 235px;
    object-fit: cover;
    transform: scale(1);
    transition: all 300ms;
}
.menu-dropdown__pro .item a:hover img{
    transition: all 300ms;
    transform: scale(1.1);
}
/*============================= End Header =============================*/





/************ Product Item **********/
.product-item {
    position: relative;
    margin-bottom: 20px;
}
.owl-item .product-item{
    margin-bottom: 0;
}
.product-box{
    background: #fff;
}

.products-list .row {
    margin-left: -5px;
    margin-right: -5px;
}

.products-list .product-item {
    padding: 0 5px;
}

.product-thumbnail {
    margin-bottom: 15px;
}

.product-thumbnail img {
    width: 100%;
}

.product-info {
    text-align: center;
    padding: 0 0 10px;
}
.color-swatches {
    text-align: center;
    margin-bottom: 10px;
}

.color-swatches li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.color-swatches li:hover, .color-swatches li.active {
    /*box-shadow: 0 0 0 1px #e32124;*/
    /*border: 1px solid #F44336;*/
}

.color-swatches img {
    position: relative;
    width: 30px !important;
    height: 30px;
    max-height: 30px;
    display: block;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.product-code {
    font-size: 16px;
}

.product-name {
    font-size: 13px;
    line-height: 1.5;
}
.product-name a {

}
.price-box {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
}
.price-box .pro-price {

}
.price-box .pro-price[rel="sale"] {
    color: #2f2f2f;
    font-weight: 700;
}

.price-box .pro-price-old {
    margin-right: 5px;
    color: #777;
}
/********* End Product Item **********/

/*================================== Index ===================================*/
.slider-full{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.brand-index_list  {
    clear: both;
    position: relative;
    padding: 10px 0px;
    background: #72a733;
}
.brand-index_list li {
    text-align: center;
    vertical-align: middle;
}
.brand-index_list a img {
    opacity: 0.7;
    transition: ease-in-out 0.3s all 0s;
    /*max-width: 150px;*/
    height: 60px;
    object-fit: contain;
    /*-webkit-filter: brightness(0) invert(1);*/
    /*filter: brightness(0) invert(1);*/
}
/*-------- menucategories -------------*/
.js-menu-categories {
    clear: both;
    position: relative;
    background: #fff;
    margin: 15px 0 10px 0;
    border-radius: 3px;
}
.iteam_menu {
    text-align: center;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.iteam_menu a {
    display: block;
    clear: both;
}
.iteam_menu a img {
    max-width: 51px;
    display: inline-block !important;
    margin-bottom: 7px;
}
.iteam_menu .h_titie_menu {
    color: #000000;
    line-height: 14px;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
}
/*-------- End menucategories -------------*/

.main-site{
   /* padding: 30px 0; */
}
.mous-title{
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.mous-title a{
    color: #444;
    font-size: 16px;
}
.mous-title span{
    padding: 0 10px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
}
.mous-title a, .mous-title span{
    position: relative;
    z-index: 2;
}
.mous-title a.more{
    position: absolute;
    bottom: 2px;
    right: 0;
    padding-left: 10px;
    font-weight: normal;
    font-size: 15px;
    font-family: Montserrat;
}

.pro-list-index{
    margin: 20px 0;
}
.pro-list-index:last-child{
    margin-bottom: 0;
}

.pro-list-index .row {
    margin: 0;
}
.pro-list-index .owl-theme .owl-nav{
    margin-top: 0;
}
.pro-list-index .owl-carousel .product-item{
    width: 100% !important;
    margin-bottom: 0;
}
.pro-list-index .owl-item {
    padding: 0 8px;
}
.pro-list-index .product-item {
    margin-bottom: 14px;
    padding: 0;
}
.pro-list-index .product-item .product-thumbnail{
    margin-bottom: 0;
}

#popup-h-modal{

}
#popup-h-modal .modal-dialog{
    position: relative;
}
#popup-h-modal button{
    position: absolute;
    right: 15px;
    top: 0;
    opacity: .9;
    font-size: 50px;
    font-family: MontExtraLight;
}

.adhome {
    margin-bottom: 20px;
}


/********* News Item **********/


/********* End News Item **********/




/*================================== Footer ===================================*/
.footer-wap {
   /* padding: 10px 0 0 0; */
    margin-top:30px;
    clear: both;
    font-size: 13px;
    background: #fff;
    position: relative;
    z-index: 10;
}
#backtop {
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fff;
    position: fixed;
    color: #000;
    font-size: 50px;
    cursor: pointer;
    z-index: 19;
    bottom: 100px;
    right: 15px;
    display: none;
    width: 35px;
    height: 35px;
}
#backtop i {
    align-items: center;
    height: 27px;
     flex: 1;
    font-size: 33px;
    justify-content: center;
}
.whychoosemy {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.why-title {
    background: rgba(255,255,255,.7);
    clear: both;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    padding: 17px 0;
    position: absolute;
    text-align: center;
    font-weight: bold;
    z-index: 9999;
    bottom: 37%;
    width: 100%;
}
.showroom_kd_item {
    background: #fff none repeat scroll 0 0;
    clear: both;
    padding: 4px 4px 0 4px;
}
.showroom_kd img {
    width: 100%;
    height: auto !important;
    border-radius: 2px;
}

footer .homeEmail {
    clear: both;
    padding-bottom: 10px;
    padding-top: 20px;
}
.ft_goi_mh {
    padding: 0 50px;
    display: table;
    float: left;
    border-right: 1px solid #ccc;
}
.ft_goi_mh .gmh_phone {
    clear: both;
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list_menu_h {
    clear: both;
    padding-top: 20px;
    padding-bottom: 10px;
    background: #72a733;
    margin: 20px 0 20px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.list_menu_h .iteam_menu {
    width: 99px;
    float: left;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
}
.list_menu_h .iteam_menu a {
    clear: both;
    font-size: 14px;
    color: #fff;
    font-family: sans-serif,arial;
    text-transform: capitalize;
}
.list_menu_h .iteam_menu img {
    width: 70px;
    display: block;
    margin: auto;
    padding-bottom: 8px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
footer .regisPhone {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 38px;
    margin-top: 2px;
    width: 19%;
    position: relative;
    margin-left: 50px;
}
footer .regisPhone .title {
    clear: both;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}
footer .regisPhone #emailKm {
    float: left;
    font-size: 14px;
    line-height: 36px;
    width: 100%;
    border: 1px solid #929599;
    padding-left: 7px;
    height: 30px;
    border-radius: 2px;
}
footer .regisPhone .iconsend {
    background: #929599 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    line-height: 33px;
    position: absolute;
    text-align: center;
    width: 36px;
    cursor: pointer;
    right: 0;
    border-radius: 2px;
}
footer .regisPhone .iconsend:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
}
footer .regisPhone .iconsend:hover {
    background: #ff9100;
}
footer .link .titileSk {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}
footer .foterAdd {
    clear: both;
    margin-top: 50px;
    text-align: center;
    background: #f4f4f4;
    padding: 15px 0 17px 0;
}
footer .connect {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}
footer .connect a {
    display: inline-block;
    font-size: 25px;
    height: 32px;
    margin-left: 10px;
    text-align: center;
    width: 32px;
    font-family: FontAwesome;
}
.dkbct {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 5px;
    display: block;
    float: left;
    height: 44px;
    overflow: hidden;
    padding-right: 4px;
    text-align: right;
    width: 100%;
}
.dkbct img{
    display: inline-block;
}
.float-ck {
    position: fixed;
    left: -50%;
    bottom: 0px;
    z-index: -1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}
.float-ck.open {
    left:0;
    opacity: 1;
    z-index: 9000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.float-ck img {
    max-width: 400px !important;
}
.float_content_right {
    position: relative;
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #72a733;
    border-right: 1px solid #72a733;
}
.float_content_right a.hide_qc {
    position: absolute;
    top: -19px;
    right: -1px;
    background: #72a733;
    padding: 2px 4px;
    color: #FFF;
}
.float_content_right a.show_qc {
    position: absolute;
    right: -65px;
    top: 47px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #72a733;
    padding: 2px 10px;
    color: #FFF;
    display: none;
}
#modalShow.sub{
    top: 100px;
}
.form-subrice{
    padding: 15px;
    text-align: center;
}
.form-subrice label{
    font-weight: normal;
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.form-subrice input{
    transition: border-color .3s,box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    font-size: 1.125em;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
    box-sizing: border-box;
}
.form-subrice button{
    border: 0;
    border-radius: .25em;
    color: #fff;
    font-size: 1.0625em;
    background-color: rgb(200, 21, 125);
    border-left-color: rgb(200, 21, 125);
    border-right-color: rgb(200, 21, 125);
    padding: .625em 2em;
}
.form-subrice button:hover, .form-subrice button:focus, .form-subrice button:active{
    color: #fff;
    background-color: #90115a;
    border-left-color: #90115a;
    border-right-color: #90115a;
    outline: 0;
    box-shadow: none;
}
/*================================== End Footer ===================================*/


/*================================== Childs Products ===================================*/
.main-childs{

}
.main-childs .mous-title a{
    padding-right: 10px;
}
.ca-product{

}
.ca-product .mous-title span{
    cursor: pointer;
}
.ca-rows-head{
    margin-bottom: 25px;
}
.ca-rows-grid{
    font-size: 15px;
}
.ca-rows-grid span{
    cursor: pointer;
    padding:0 3px;
}
.ca-rows-grid span.active, .ca-rows-grid span:hover{
    color: #fba997;
}
.ca-select select{
    max-width: 150px;
    border-radius: 0;
    box-shadow: none;
    background: #f1f1f1;
    border: none;
    float: right;
    outline: 0 !important;
}
.color.req a img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.breadcrumb{
    padding: 12px 0;
    background: 0 0;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}
.breadcrumb li, .breadcrumb li a{
    color: #444;
}
.breadcrumb>.active, .breadcrumb .active a {
    color: #ca157e;
}
.breadcrumb>li+li:before{
    color: #444;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*================================== End Childs Products ===================================*/




/*================================== End Album ===================================*/

/*================================== End Album ===================================*/


/*================================== Childs All ===================================*/
.articleContent li{
    list-style-position: inside;
}
#js-load-more{
    outline: 0;
    background: #72a733;
    border-color: #72a733;
    border-radius: 4px;
    min-width: 120px;
    margin-top: 20px;
    padding: 7px 12px;
    text-transform: uppercase;
    transition: all 200ms;
}
#js-load-more:hover, #js-load-more:hover, #js-load-more:hover{
    outline: 0;
    background: #52801b;
    border-color: #52801b;
    transition: all 200ms;
}
/*================================== End Childs All ===================================*/
#alertFixed{
    top: 45px;
    right: 15px;
    z-index:10000;
    position: fixed;
}
#alertFixed .alert {
    position: relative;
}
#alertFixed .close {
    position: absolute;
    right: 8px;
    top: 4px;
}
#alertFixed .alertFx, #alertFixed .alertFx a {
    color: green;
}
#alertFixed .alertFx img{
    max-width: 50px;
    margin-right: 10px;
}


#mss_alret{
    border: 1px dashed #f88d81;
    color: #f06455;
    padding:10px 15px;
    margin-bottom: 15px;
    clear: both;
    display: none;
}

.loadings {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.loadings.is {
    display: flex;
}

ul#listImgZoom_2 li{
    width: 80px;
    height: 115px;
    float: left;
    margin: 0 5px;
    list-style: none;
}
ul#listImgZoom_2 li img{
    width: 100%;
}
#prevSlideZ {
    right: 3px;
}
#prevSlideZ, #nextSlideZ {
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    opacity: 0.3;
    position: absolute;
    text-align: center;
    top: 33px;
    width: 20px;
    z-index: 2;
    background: #595656;
}

#nextSlideZ {
    left: 5px;
}
#zoomSlide{
    position: relative;
}

.gl-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 37px;
    height: 45px;
    background: transparent url('../img/sale-md.png') center no-repeat;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    color: #fef6f6;
    font-style: italic;
    background-size: 100% 100%;
}
.tags.block{
    margin-top: 15px;
}
.tags.block span{
    font-size: 20px;
    font-weight: 700;
    padding: 2px;
}
.tags.block a{
    font-size: 14px;
    padding: 5px;
    background: #d5d5d5;
    display: inline-block;
    border-radius: 4px;
    color: #000;
    margin: 0 5px;
}

.brand-index_list .owl-item{
    padding-right: 15px;
}
.head-menu .menu-dropdown ul.menulv3 {
    position: absolute;
    right: -200px;
    top: 0;
    min-width: 200px;
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    border-top: 2px solid #929599;
    display: none;
}
.head-menu .menu-dropdown > li:hover > .menulv3 {
    display: block;
}
.searchFolding {
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 99;
}
.searchFolding a {
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    color: #7e7e7e;
    text-align: left;
}
.searchFolding a:nth-of-type(odd) {
    background: #f6f6f6;
}
.searchFolding a i {
    color: #12983a;
    font-size: 11px;
}
.searchFolding a span {
    float: right;
    color: #7e7e7e;
}
#modalShow {
    top: 25%;
}