 /*# sourceMappingURL=default.css.map */
        html.lb-disable-scrolling {
          overflow: hidden;
          /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
          position: fixed;
          height: 100vh;
          width: 100vw;
        }
        
        .lightboxOverlay {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 9999;
          background-color: black;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8;
          display: none;
        }

        .button-buy-fast {
            background: #ffffff;
            width: 58px;
            height: 34px;
            border: none;
            float: right;
            cursor: pointer;
            font-size: 14px;
            color: #464646;
        }



        .product_name{
                text-align: left;
        }

        .breadcrumbs{
                padding: 10px 0;
        }
        .breadcrumb{
                text-align: left;
        }

        .cls .button-buy-fast{

                margin:0;
                background: #fff;
        }
        
        .lightbox {
          position: absolute;
          left: 0;
          width: 100%;
          z-index: 10000;
          /*text-align: center;
          line-height: 0;*/
          font-weight: normal;
        }
        
        .lightbox .lb-image {
          display: block;
          height: auto;
          max-width: inherit;
          max-height: none;
          border-radius: 3px;
        
          /* Image border */
          border: 4px solid white;
        }
        
        .lightbox a img {
          border: none;
        }
        
        .lb-outerContainer {
          position: relative;
          *zoom: 1;
          width: 250px;
          height: 250px;
          margin: 0 auto;
          border-radius: 4px;
        
          /* Background color behind image.
             This is visible during transitions. */
          background-color: white;
        }
        
        .lb-outerContainer:after {
          content: "";
          display: table;
          clear: both;
        }
        
        .lb-loader {
          position: absolute;
          top: 43%;
          left: 0;
          height: 25%;
          width: 100%;
          text-align: center;
          line-height: 0;
        }
        
        .lb-cancel {
          display: block;
          width: 32px;
          height: 32px;
          margin: 0 auto;
          background: url(https://maychieuminikaw.com/libraries/jquery/lightbox2/dist/images/loading.gif) no-repeat;
        }
        
        .lb-nav {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          z-index: 10;
        }
        
        .lb-container > .nav {
          left: 0;
        }
        
        .lb-nav a {
          outline: none;
          background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
        }
        
        .lb-prev, .lb-next {
          height: 100%;
          cursor: pointer;
          display: block;
        }
        
        .lb-nav a.lb-prev {
          width: 34%;
          left: 0;
          float: left;
          background: url(https://maychieuminikaw.com/libraries/jquery/lightbox2/dist/images/prev.png) left 48% no-repeat;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -webkit-transition: opacity 0.6s;
          -moz-transition: opacity 0.6s;
          -o-transition: opacity 0.6s;
          transition: opacity 0.6s;
        }
        
        .lb-nav a.lb-prev:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
        }
        
        .lb-nav a.lb-next {
          width: 64%;
          right: 0;
          float: right;
          background: url(https://maychieuminikaw.com/libraries/jquery/lightbox2/dist/images/next.png) right 48% no-repeat;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -webkit-transition: opacity 0.6s;
          -moz-transition: opacity 0.6s;
          -o-transition: opacity 0.6s;
          transition: opacity 0.6s;
        }
        
        .lb-nav a.lb-next:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
        }
        
        .lb-dataContainer {
          margin: 0 auto;
          padding-top: 5px;
          *zoom: 1;
          width: 100%;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
        }
        
        .lb-dataContainer:after {
          content: "";
          display: table;
          clear: both;
        }
        
        .lb-data {
          padding: 0 4px;
          color: #ccc;
        }
        
        .lb-data .lb-details {
          width: 85%;
          float: left;
          text-align: left;
          line-height: 1.1em;
        }
        
        .lb-data .lb-caption {
          font-size: 13px;
          font-weight: bold;
          line-height: 1em;
        }

        ._level{
                display:none;
        }
        
        .lb-data .lb-caption a {
          color: #4ae;
        }
        
        .lb-data .lb-number {
          display: block;
          clear: left;
          padding-bottom: 1em;
          font-size: 12px;
          color: #999999;
        }
        
        .lb-data .lb-close {
          display: block;
          float: right;
          width: 30px;
          height: 30px;
          background: url(https://maychieuminikaw.com/libraries/jquery/lightbox2/dist/images/close.png) top right no-repeat;
          text-align: right;
          outline: none;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
          opacity: 0.7;
          -webkit-transition: opacity 0.2s;
          -moz-transition: opacity 0.2s;
          -o-transition: opacity 0.2s;
          transition: opacity 0.2s;
        }
        
        .lb-data .lb-close:hover {
          cursor: pointer;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
        }
        .comments .star{width:13px;display:inline-block;color:#FF9727}.comments .reply_area{padding:10px;background:#FFF;box-sizing:border-box;margin-right:10px;margin-top:5px;border-radius:3px}.comments #comment_add_form{margin-top:20px}.comments #comment_add_form .label_form{font-weight:600;margin-bottom:15px;display:block;font-size:15px}.comments ._textarea{float:none;width:100%;padding-right:0px}.comments ._textarea textarea{display:block;overflow:hidden;background:#fff;min-height:123px;border:1px solid #EEEEEE;padding:10px;color:#333;width:100%;box-sizing:border-box}.comments .wrap_r{float:none;width:96%;padding-left:0px;position:fixed;top:130px;z-index:100;left:2%;display:none}@media only screen and (min-width: 768px){.comments .wrap_r{width:40%;left:30%}}.comments .comment_keyword_wrapper{border:1px solid #EEE;max-width:100%;color:#333;box-sizing:border-box;width:400px;margin-bottom:10px;position:relative;border-radius:3px}.comments .comment_keyword_wrapper #comment_keyword{display:block;padding:8px;font-size:14px;width:100%;border:none;box-sizing:border-box}.comments .comment_keyword_wrapper .button-search{width:42px;height:32px;position:absolute;background:#ffffff;border:none;right:0px;top:0px;border-radius:0 4px 4px 0;cursor:pointer}.comments .comment_keyword_wrapper .button-search svg{width:18px;color:var(--main-color)}.comments .wrap_loginpost{display:block;overflow:hidden;background:#fff;position:relative}.comments .wrap_loginpost ._left{float:left;overflow:hidden;width:100%;border-right:1px solid #d8d8d8}@media only screen and (min-width: 600px){.comments .wrap_loginpost ._left{width:55%}}.comments .wrap_loginpost ._left label{display:block;font-size:14px;color:#666;margin-bottom:10px;padding-right:5px}.comments .wrap_loginpost ._left a{overflow:hidden;margin-right:2px}.comments .wrap_loginpost ._left a i{background-repeat:no-repeat;display:inline-block;height:30px;width:30px;line-height:30px;vertical-align:middle}.comments .wrap_loginpost ._left a ._facebook{background-position:0 0;width:110px;height:37px}.comments .wrap_loginpost ._left a ._googleplus{background-position:0 -40px;width:110px;height:37px}.comments .wrap_loginpost ._left a ._mobileworld{background-position:0 -80px;width:130px;height:37px}.comments .wrap_loginpost ._left ._noaccount{display:block;padding:10px 0;font-size:14px;color:#999}.comments .wrap_loginpost ._left ._noaccount a{color:var(--main-color)}.comments .wrap_loginpost ._right{float:right;overflow:hidden;width:100%}.comments .wrap_loginpost ._right label{display:block;font-size:14px;color:#666;margin-bottom:10px}.comments .wrap_loginpost ._right .txt_input{display:block;padding:8px;width:96%;margin:10px 2%;height:35px;border:1px solid #dadada;background:#fff;border-radius:4px;font-size:14px;box-sizing:border-box}.comments .wrap_loginpost ._right ._btn_comment{display:block;padding:7px 10px;border:1px solid #EEE;font-size:14px;margin-bottom:10px;width:100%;color:#333;box-sizing:border-box}.comments .wrap_submit{display:block;overflow:hidden;background:#fff;position:relative;text-align:center;padding-bottom:10px}.comments .wrap_submit .userinfo{font-size:14px;color:#2a2a2a;text-align:center;font-weight:600;max-width:250px;padding:11px 0 10px;cursor:pointer;background:#fff;position:absolute;left:20px;padding-right:64px}.comments .wrap_submit .userinfo.in{right:280px}.comments .wrap_submit .userinfo .avaS{margin-top:-4px;float:left;width:25px;height:25px;margin-right:7px}.comments .wrap_submit .userinfo .uname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px;float:left;text-align:left}.comments .wrap_submit .userinfo a{color:var(--main-color);font-weight:300;float:left;position:absolute;right:-3px}.comments .wrap_submit ._close_comment{background:none repeat scroll 0 0 #f1f1f1;border:none;font-size:15px;padding:8px 24px 9px;margin-left:10px;border-radius:2px;display:inline-block;cursor:pointer}.comments .wrap_submit .txt_input{width:96px;border:1px solid #B3B3B3;height:30px;padding:10px;line-height:30px;color:#333333;float:left}.comments .wrap_submit .code-view{float:left}.comments .wrap_submit ._btn_comment{display:block;width:96%;margin-left:2%;margin:0 auto 10px;padding:8px;height:40px;font-size:14px;color:#fff;text-transform:uppercase;border:1px solid var(--main-color);border-radius:4px;background:var(--main-color);cursor:pointer;-webkit-background:var(--main-color);-webkit-appearance:none}.comments ._contents ._level_0{margin-bottom:10px;margin-top:15px}.comments ._contents ._level_0 p ._avatar{float:left;width:25px;height:25px;background:#ccc;margin-right:7px;text-align:center;color:#666;text-transform:uppercase;font-size:12px;line-height:26px;font-weight:600}.comments ._contents ._level_0 p ._name{color:#22221D;font-weight:bold;float:left;line-height:28px;margin-right:20px;font-size:15px}.comments ._contents ._level_0 p ._level{float:left;background:var(--main-color);text-transform:uppercase;padding:2px 10px 0;font-size:12px;margin-top:2px;color:#fff}.comments ._contents ._level_0 ._wrap{padding-bottom:10px;padding-left:32px;word-break:break-word}.comments ._contents ._level_0 ._wrap ._content{color:#222;margin-bottom:11px;font-size:15px;line-height:24px}.comments ._contents ._level_0 ._wrap ._content a{color:#288ad6}.comments ._contents ._level_0 ._wrap ._control{font-size:13px}.comments ._contents ._level_0 ._wrap ._control .button_reply{color:#498FE1}.comments ._contents ._level_0 ._wrap ._control .dot{padding:0 5px;font-size:30px;height:6px;line-height:0;display:inline-block;color:#B3B5B2}.comments ._contents ._level_0 ._wrap ._control .favorite{display:none}.comments ._contents ._level_0 ._wrap ._control .date{color:#B3B5B2}.comments ._contents ._level_0 ._level_1{background:#f1f1f196;padding-top:10px;margin-left:35px;padding-left:10px;border-radius:4px;margin-bottom:10px}.comments ._contents ._level_0 ._level_2{padding-left:33px}.rate i,#ratings1 i{width:17px;height:17px;display:inline-flex;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;background-repeat:no-repeat}.star_on{background:url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="rgb(255, 151, 39)" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" class=""></path></svg>');background-repeat:no-repeat}.star_off{background:url('data:image/svg+xml;utf8,<svg fill="grey" aria-hidden="true" data-prefix="far" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="sliver" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>');background-repeat:no-repeat}#ratings1{display:block;float:left;margin-top:5px}#ratings1 i{cursor:pointer}.rating_area{margin-bottom:14px}.rating_note{background:var(--main-color);color:#FFF;padding:4px 10px;position:relative;font-size:13px;border-radius:0 4px 4px 0;display:inline-block;float:left;margin-left:28px}.rating_note::after{content:'';display:block;clear:both;width:0;height:0;border-style:solid;border-width:13px 12px 12px 0;border-color:transparent var(--main-color) transparent transparent;position:absolute;top:0;left:-12px}.manufactory font{color:#0183BF;margin-right:13PX}.rate_count{margin-left:5px}.tab_label{margin-bottom:15px;margin-top:11px}.tab_label h3{display:inline-block}.btn-comment-mb,.btn-comment-mb-rep{background-color:var(--main-color);border:none;font-size:15px;color:#fff;padding:8px 12px 9px;cursor:pointer;margin-top:10px;display:block}@media screen and (max-width: 550px){.btn-comment-mb,.btn-comment-mb-rep{width:55%;border-radius:5px;margin:10px auto;margin-bottom:20px}}.display-open{display:block !important}.full-screen-mobile{background:#00000070;z-index:99;width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;display:none}.title-mb{overflow:hidden;padding:13px 0 10px 10px;font-size:16px;color:#333;font-weight:bold;text-transform:uppercase;background:#fff;border-bottom:1px solid #e6e3e3;position:relative;display:block}.title-mb .close-md-comment{position:absolute;right:10px;top:10px;font-weight:normal;cursor:pointer}.comments_product_cat{margin:0px auto 30px;width:900px}@media screen and (max-width: 1024px){.comments_product_cat{width:100%}}.form_comment .tab-title{font-weight:bold;margin-bottom:10px}
        /*# sourceMappingURL=default.css.map */
        .search-contain{width:100%;max-width:100%;box-sizing:border-box;float:left}@media all and (max-width: 800px){.search-contain{float:none;margin:auto}}.search-contain .search-content{border-radius:4px;border:none}.search-contain input[type="text"]{background:#FFF;width:100%;height:40px;padding-left:20px;box-sizing:border-box;font-size:13px;border-radius:3px;border:none}#search_form{position:relative}.button-search{width:60px;height:40px;position:absolute;background:no-repeat;border:none;right:0;top:0px;border-radius:41px}.button-search svg{width:16px;height:40px;border-radius:24px;background:transparent;color:#7d7d7d;fill:#7d7d7d}.button-search i{width:26px;height:29px;background-position:0px 0px;display:block;margin-left:11px;margin-top:4px}.autocomplete-suggestions{position:absolute;top:4px;right:-5px;margin:6px 0 0 6px;_background:none;_margin:1px 0 0 0}.autocomplete-suggestions{border:1px solid  #ececec;background:#fff;cursor:default;overflow:auto;margin:0 0px 6px -1px;width:100%;top:31px;left:101px}@media only screen and (min-width: 1180px){.autocomplete-suggestions{width:33% !important}}@media only screen and (max-width: 1024px){.autocomplete-suggestions{top:66px;left:263px}}@media only screen and (max-width: 768px){.autocomplete-suggestions{top:56px;left:158px}}@media only screen and (max-width: 414px){.autocomplete-suggestions{top:44px;left:91px}}.autocomplete-suggestions driv{cursor:pointer;width:100%;display:inline-block;clear:both;padding:0;margin:0;margin-bottom:-5px}.autocomplete-suggestions .autocomplete-group{padding:8px 3%;width:100%;background:#f9f9f9;box-sizing:border-box}.autocomplete-suggestions div a,.autocomplete-suggestions div a:link,.autocomplete-suggestions div a:visited{display:inline-block;margin:0;padding:6px 3%;width:100%;font-size:13px;color:#333;background:#fff;clear:both;border-bottom:1px solid #eee;box-sizing:border-box}.autocomplete-suggestions div a:hover{background:#ececec}.autocomplete-suggestions div a img{width:64px;float:left;margin-right:20px}.autocomplete-suggestions div a label{font-weight:normal;cursor:pointer;margin:0;float:left;width:calc(100% - 84px)}.autocomplete-suggestions div a span{display:block;clear:both;cursor:pointer;margin:0;padding:0}.autocomplete-suggestions div a span.price{color:#fd0000;padding-top:10px}.autocomplete-suggestions div.last{border:none}.autocomplete-suggestions strong{font-weight:500;color:#0083bf}.autocomplete-suggestions::-webkit-scrollbar-track{border-radius:15px;background-color:#fff}.autocomplete-suggestions::-webkit-scrollbar{width:5px;background-color:#fff;border-radius:15px}.autocomplete-suggestions::-webkit-scrollbar-thumb{border-radius:15px;background:var(--main-color);border:1px solid #fff}@media only screen and (max-width: 450px){.search-contain{width:100%}}
        /*# sourceMappingURL=search.css.map */
        .shopcart_simple{position:relative}.shopcart_simple .buy_icon svg{width:20px;height:20px;fill:#fff;transition:0.5s;position:absolute;left:0px;top:0px}.shopcart_simple .buy_icon .text-mn{display:block}@media screen and (max-width: 760px){.shopcart_simple .buy_icon .text-mn,.shopcart_simple .buy_icon .text-c{display:none}.shopcart_simple .buy_icon svg{top:-21px;width:28px;height:28px}}@media all and (max-width: 420px){.shopcart_simple .buy_icon svg{top:-18px;width:23px;height:23px}}@media all and (max-width: 350px){.shopcart_simple .buy_icon svg{width:21px;height:22px}}.shopcart_simple .buy_icon .quality{color:#ff2244;font-size:12px;display:inline-block;width:16px;height:16px;text-align:center;border-radius:50%;transition:0.5s;position:absolute;top:-8px;left:10px;background:#ffeb3b}@media screen and (max-width: 760px){.shopcart_simple .buy_icon .quality{top:-26px;left:12px}}@media all and (max-width: 420px){.shopcart_simple .buy_icon .quality{top:-23px}}
        /*# sourceMappingURL=shopcart_simple.css.map */
        .dcjq-mega-menu #megamenu{z-index:99}.top_menu .active a{color:var(--main-color)}#megamenu .menu-sepa{display:none}.dcjq-mega-menu ul.menu li.level_0{float:left;padding-right:5px;text-align:center;box-sizing:border-box;display:flex}@media all and (max-width: 1260px){.dcjq-mega-menu ul.menu li.level_0{padding-right:30px}}@media screen and (max-width: 1110px){.dcjq-mega-menu ul.menu li.level_0{padding-right:5px}}.dcjq-mega-menu ul.menu li.level_0:hover svg{fill:var(--main-color)}.dcjq-mega-menu ul.menu li.level_0:last-child{border-right:none;padding-right:0px}.dcjq-mega-menu ul.menu li.home.mega-hover a,.dcjq-mega-menu ul.menu>li.home.activated>a,.dcjq-mega-menu ul.menu>li.home:hover>a{color:var(--main-color)}.dcjq-mega-menu ul.menu li.home.mega-hover svg,.dcjq-mega-menu ul.menu>li.home.activated>svg,.dcjq-mega-menu ul.menu>li.home:hover>svg{fill:#000000}.dcjq-mega-menu .menu_item_a{float:left;font-size:15px;padding:10px 20px 10px 0px;white-space:nowrap;position:relative;color:#fff}.dcjq-mega-menu .drop_down{color:#FFFFFF;display:flex;float:left;padding:4px 0px;position:relative;box-sizing:border-box;align-items:center;margin-top:-2px}.dcjq-mega-menu .drop_down svg{fill:#888888;width:9px;height:9px;position:unset}@media screen and (max-width: 990px){.dcjq-mega-menu .drop_down svg{fill:#fff;width:11px;height:11px}}@media all and (max-width: 990px){.dcjq-mega-menu .drop_down{display:block;float:left;padding:8px 10px;display:block;position:absolute;right:10px;top:3px;-webkit-transition:0.3s ease-in-out all;transition:0.3s ease-in-out all}}.dcjq-mega-menu .highlight{position:absolute;text-align:left;top:38px;border-top:1px solid #ededed;left:0px;width:100%;z-index:99999999;-webkit-transition:0s ease-in-out all;transition:0s ease-in-out all;opacity:0;visibility:hidden;overflow:hidden;background:#fff;padding:20px 0;height:auto}.dcjq-mega-menu .highlight .highlight1{background:#FFF;font-size:16px}.dcjq-mega-menu .highlight .highlight1 .menu-child_list{width:30%;float:left;padding-right:20px;box-sizing:border-box}.dcjq-mega-menu .highlight .highlight1 .menu-child_list .sub-menu-level1{position:relative}.dcjq-mega-menu .highlight .highlight1 .menu-child_list .sub-menu-level1 a{padding:0 25px 0 10px;line-height:35px;text-transform:uppercase;border:none;font-size:13px;border-radius:5px;transition:0s;font-weight:bold;display:block}.dcjq-mega-menu .highlight .highlight1 .wraper_item .image_sub{width:45%;float:left;box-sizing:border-box;transition:0s}.dcjq-mega-menu .highlight .highlight1 .wraper_item .image_sub a{transition:0s}.dcjq-mega-menu .highlight .highlight1 .wraper_item .image_sub img{max-width:100%;max-height:100%;object-fit:cover;display:block;margin:0 auto;width:100%;height:360px;transition:0s}.dcjq-mega-menu .highlight .highlight1 .wraper_item .product_item{width:25%;float:left;padding-left:20px;box-sizing:border-box}.dcjq-mega-menu .highlight .highlight1 .wraper_item .product_item .item{width:100%;float:left;margin-bottom:15px}.dcjq-mega-menu .highlight .highlight1 .wraper_item .product_item .item a{color:#ffffff;text-transform:uppercase;font-size:12px;line-height:20px;display:block;font-weight:bold;display:block;padding:0;border-bottom:none}.dcjq-mega-menu .highlight .highlight1 .wraper_item .product_item .item .frame_img_cat{width:40%;float:left;display:flex;align-items:center}.dcjq-mega-menu .highlight .highlight1 .wraper_item .product_item .item .frame_img_cat img{max-width:100%;max-height:100%;object-fit:cover;display:block}.dcjq-mega-menu .highlight .highlight1 .wraper_item .product_item .item .frame_view{width:60%;float:right}.dcjq-mega-menu .highlight .highlight1 .wraper_item .product_item .item .item-info{width:100%;float:left;padding-left:10px}.dcjq-mega-menu .highlight .highlight1 .wraper_item .product_item .item .name{font-weight:normal;font-size:14px;margin-bottom:10px;line-height:20px;color:#000;text-transform:none;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}.dcjq-mega-menu .highlight .highlight1 .wraper_item .product_item .item .price{font-weight:bold;color:#ff0000;font-size:16px}.dcjq-mega-menu .highlight .highlight1 .has_child{position:relative}.dcjq-mega-menu .highlight .highlight1 .has_child:after{content:"";position:absolute;right:5px;top:50%;transform:translate(0px, -50%);color:#02587b;line-height:41px;width:13px;height:13px;background:url('data:image/svg+xml;utf8,<svg width="13px" height="13px" fill="rgb(85, 85, 85)" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"  viewBox="0 0 284.935 284.936" style="enable-background:new 0 0 284.935 284.936;" xml:space="preserve"><g><path d="M222.701,135.9L89.652,2.857C87.748,0.955,85.557,0,83.084,0c-2.474,0-4.664,0.955-6.567,2.857L62.244,17.133 c-1.906,1.903-2.855,4.089-2.855,6.567c0,2.478,0.949,4.664,2.855,6.567l112.204,112.204L62.244,254.677 c-1.906,1.903-2.855,4.093-2.855,6.564c0,2.477,0.949,4.667,2.855,6.57l14.274,14.271c1.903,1.905,4.093,2.854,6.567,2.854 c2.473,0,4.663-0.951,6.567-2.854l133.042-133.044c1.902-1.902,2.854-4.093,2.854-6.567S224.603,137.807,222.701,135.9z"/></g></svg>');background-repeat:no-repeat;text-align:center}.dcjq-mega-menu ul.menu .level_0:hover .highlight{opacity:1;visibility:initial;transition-delay:0.6s}.dcjq-mega-menu .highlight .sub-menu-level1 a{font-size:14px}.dcjq-mega-menu .highlight .highlight1 .menu-child_list .sub-menu-level1:hover{cursor:pointer;-webkit-transition:0.15s ease-in-out all;transition:0.15s ease-in-out all}.dcjq-mega-menu .highlight .highlight1 .menu-child_list .sub-menu-level1:hover .level_0{background:var(--main-color);color:#fff}.dcjq-mega-menu .highlight .highlight1 .menu-child_list .has_child:hover:after{background:url('data:image/svg+xml;utf8,<svg width="13px" height="13px" fill="rgb(255, 255, 255)" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"  viewBox="0 0 284.935 284.936" style="enable-background:new 0 0 284.935 284.936;" xml:space="preserve"><g><path d="M222.701,135.9L89.652,2.857C87.748,0.955,85.557,0,83.084,0c-2.474,0-4.664,0.955-6.567,2.857L62.244,17.133 c-1.906,1.903-2.855,4.089-2.855,6.567c0,2.478,0.949,4.664,2.855,6.567l112.204,112.204L62.244,254.677 c-1.906,1.903-2.855,4.093-2.855,6.564c0,2.477,0.949,4.667,2.855,6.57l14.274,14.271c1.903,1.905,4.093,2.854,6.567,2.854 c2.473,0,4.663-0.951,6.567-2.854l133.042-133.044c1.902-1.902,2.854-4.093,2.854-6.567S224.603,137.807,222.701,135.9z"/></g></svg>');background-repeat:no-repeat}.dcjq-mega-menu .highlight .sub-menu-level1:hover a{text-decoration:none}.dcjq-mega-menu .sb-toggle-left{float:left;display:none;cursor:pointer;margin-top:2px;position:relative;margin-left:10px;z-index:99}.slide-up{-ms-transform:translateY(0);transform:translateY(0);box-shadow:0px 0px 5px #a7a7a7;transition:bottom 1s linear}.slide-up .logo_img{max-height:75px}.slide-up .logo{padding:15px 0}.slide-down{-ms-transform:translateY(0);transform:translateY(0);box-shadow:0px 0px 5px #a7a7a7;transition:bottom 1s linear}.m-slide-up{-ms-transform:translateY(0);transform:translateY(0)}@media screen and (max-width: 650px){.m-slide-up #languges .dropbtn .a-flag{padding:16px 10px 16px 23px}}.m-slide-down{-ms-transform:translateY(-100%);transform:translateY(-100%)}@media screen and (max-width: 650px){.m-slide-down #languges .dropbtn .a-flag{padding:16px 10px 16px 23px}}@media screen and (max-width: 990px){.top_menu #megamenu{position:absolute;background:var(--main-color);width:100%;left:0px;top:70px;z-index:999;border-left:1px solid #EFEFEF;border-bottom:1px solid #EFEFEF;display:none}.dcjq-mega-menu .sb-toggle-left{display:block;position:relative}}@media screen and (max-width: 990px) and (max-width: 990px){.dcjq-mega-menu .sb-toggle-left{position:unset}}@media screen and (max-width: 990px){.dcjq-mega-menu .sb-toggle-left svg{color:black;width:25px;height:25px;position:absolute;top:50%;right:10px;transform:translate(0px, -50%);fill:var(--main-color)}.dcjq-mega-menu .menu_item_a{display:block;float:none;text-align:left;padding:10px 0 10px 10px;text-transform:uppercase;text-decoration:unset}.dcjq-mega-menu ul.menu li.level_0{float:none;padding:0px;border-top:1px solid rgba(255,255,255,0.56);margin:0;display:block}.dcjq-mega-menu ul.menu li.level_0:before{display:none}.dcjq-mega-menu ul.menu li.level_0:after{display:none}.dcjq-mega-menu .highlight{background:transparent;border:none;box-shadow:none;position:relative;text-align:left;float:none;top:0px;width:auto;display:none;opacity:1;visibility:visible;left:0;padding-top:0}.dcjq-mega-menu .highlight .highlight1{background:transparent;border:none;border-top:1px solid rgba(255,255,255,0.5);text-transform:none}.dcjq-mega-menu .highlight .highlight1 a{color:#FFF}.dcjq-mega-menu .highlight .sub-menu-level1{border-top:none;padding:9px 0 9px 22px}.dcjq-mega-menu ul.menu li.mega-hover a,.dcjq-mega-menu ul.menu>li.activated>a,.dcjq-mega-menu ul.menu>li:hover>a{-webkit-transition:0.25s ease-in-out all;transition:0.25s ease-in-out all;background:var(--extra-color)}.dcjq-mega-menu .highlight .sub-menu-level1:hover{background:#9c0278}}.activated .drop_down svg{fill:var(--main-color)}#megamenu .activated svg{fill:var(--main-color)}.dcjq-mega-menu .level_0>a{display:flex;align-items:center}.dcjq-mega-menu .level_0>a span{display:flex;align-items:center;width:30px;height:30px;box-sizing:border-box;border-radius:50px;justify-content:center;margin-right:0px;position:absolute;left:0px;top:2px;display:none}.dcjq-mega-menu .level_0>a span svg{width:17px;fill:#000;height:17px;box-sizing:border-box}
        /*# sourceMappingURL=imgmenu.css.map */
        .onlinesupport_list_row{z-index:9999;position:fixed;bottom:45%;right:0px;width:46px;height:72px}@media screen and (max-width: 600px){.onlinesupport_list_row{bottom:35%}}.onlinesupport_list_row .item{margin-bottom:8px;cursor:pointer}@media screen and (max-width: 600px){.onlinesupport_list_row .item svg{width:42px}}.onlinesupport_list_row .item_map a{width:44px;height:44px;border-radius:50%;background:#1461d3;box-sizing:border-box;text-align:center;padding-top:9px}.onlinesupport_list_row .item_map a svg{width:28px;height:28px;fill:#fff}.onlinesupport_list_row .item-show a{position:relative;display:inline-block}.onlinesupport_list_row .item-show a span{position:absolute;left:calc(-100% - 82px);display:block;top:12px;width:184px;background:#fff;z-index:-1;padding-left:4px;border-radius:10px;display:none}.onlinesupport_list_row .item-show:nth-child(2) a span{left:calc(-100% - 47px)}.onlinesupport_list_row .item-show:nth-child(3) a span{left:calc(-100% - 87px)}.onlinesupport_list_row .click-open,.onlinesupport_list_row .click-off a{background:var(--main-color);border-radius:50%;width:44px;height:44px;display:block;padding:5px;box-sizing:border-box;text-align:center}.onlinesupport_list_row .click-open svg,.onlinesupport_list_row .click-off a svg{fill:#fff;width:32px;height:32px}.onlinesupport_list_row .click-off{display:none}.onlinesupport_list_row .click-off a{padding-top:11px}.onlinesupport_list_row .click-off a svg{width:20px;height:20px}
        /*# sourceMappingURL=fix_right.css.map */
        .share_column a{display:block;position:relative;margin-bottom:12px;padding-left:36px;line-height:22px}.share_column a svg{width:14px;height:14px;fill:#fff;padding:5px;background:#ccc;border-radius:50%;position:absolute;left:0px;top:0px}
        /*# sourceMappingURL=column.css.map */
        ul.menu-bottom li.level0{float:left;width:50%;box-sizing:border-box}@media screen and (max-width: 768px){ul.menu-bottom li.level0{width:100% !important;float:none}}ul.menu-bottom li.level0>a,ul.menu-bottom li.level0>span{text-transform:uppercase;margin-bottom:40px;font-size:18px;font-weight:bold;display:block;color:#000}@media screen and (max-width: 1024px){ul.menu-bottom li.level0>a,ul.menu-bottom li.level0>span{font-size:18px}}@media screen and (max-width: 500px){ul.menu-bottom li.level0>a,ul.menu-bottom li.level0>span{font-size:14px}}ul.menu-bottom li.level0:last-child a{display:block}ul.menu-bottom li.level0:last-child span{display:block}ul.menu-bottom li.level0 ul li{margin-bottom:16px}ul li.level1 a:hover,ul li.level1 span:hover{color:#0066b2}ul.menu-bottom li.level0 span.click-mobile{background:transparent url("https://maychieuminikaw.com/blocks/mainmenu/assets/images/icon-click.png") no-repeat scroll center;position:absolute;cursor:pointer;padding:0;right:8px;top:8px;display:none;content:'';width:15px;height:15px;z-index:12}ul.menu-bottom li.level0 span.click-mobile.active{background:transparent url("https://maychieuminikaw.com/blocks/mainmenu/assets/images/icon-click-active.png") no-repeat scroll center}.menu-bottom ul li.mid-sitem>span i{background-position:0px -92px;content:' ';height:36px;display:block;margin-top:11px;padding-top:12px;width:131px}@media screen and (max-width: 768px){ul.menu-bottom li.level0{float:none;width:100%;border:1px solid #e3e3e3;margin-bottom:10px;position:relative}ul.menu-bottom li.level0 span.click-mobile{display:block}ul.menu-bottom li.level0>a,ul.menu-bottom li.level0>span{display:block;padding:8px;margin-bottom:0}ul.menu-bottom li.level0 ul{display:none}ul li.level1{border-top:1px solid #f5f5f5;padding:8px 0px 7px 0px;margin-left:22px}ul.menu-bottom li.level0 ul li{margin-bottom:0px}ul li.level1.first-sitem,ul li.level1:first-child{border-top:0}}
        /*# sourceMappingURL=bottommenu.css.map */
        #icon_hot{position:absolute;left:0px;top:14px;font-size:9px;text-transform:uppercase;color:red}#dot{width:6px;height:6px;background-color:#f33;border-radius:100%;position:absolute;left:16px;top:27px;margin-top:-5px;display:block}#dot .ping{border:1px solid #f33;width:6px;height:6px;opacity:1;background-color:rgba(238,46,36,0.2);border-radius:100%;-webkit-animation-duration:1.25s;animation-duration:1.25s;-webkit-animation-name:sonar;animation-name:sonar;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;display:block;margin:-1px 0 0 -1px}.megamenu_mb,.highlight{position:fixed;width:500px;height:100vh;background:#fff;z-index:999;padding:0px 0px;box-sizing:border-box;top:0;left:-100%;transition:all 0.5s}@media screen and (max-width: 768px){.megamenu_mb,.highlight{width:86%}}.megamenu_mb_show{left:0}:root{--body-color: #eee}.modal-menu-full-screen-menu{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;background:#0000008c;z-index:-99;opacity:0;transition:.5s}.show_screen{z-index:990;opacity:1}.close_all{width:30px;height:30px;border-radius:50%;background:#000;position:absolute;right:-40px;top:10px}.close_all .navicon-line{width:16px;height:1px;border-radius:1px;margin-bottom:0px;background-color:#fff;transition:.5s;position:absolute;left:0;top:0}.close_all .navicon-line:nth-child(1){transform:rotate(45deg) translate(15px, 5px)}.close_all .navicon-line:nth-child(2){transform:rotate(-45deg) translate(-5px, 15px)}.megamenu_mb .label{text-align:center;padding:15px 0;border-bottom:1px solid var(--body-color);font-size:18px;position:relative}.megamenu_mb li{position:relative;border-bottom:1px solid #eee;box-sizing:border-box}.megamenu_mb li a,.megamenu_mb li span{display:flex;align-items:center;float:none;padding:17px 10px 15px 11px;font-size:18px}.megamenu_mb li a span,.megamenu_mb li span span{padding:0px}.megamenu_mb li .check_icon{padding:17px 6px 15px 37px}.megamenu_mb li svg{width:16px;margin-right:10px;fill:var(--main-color);height:16px}.megamenu_mb .next_menu{position:absolute;right:0;top:0;padding:0;box-sizing:border-box;height:100%;width:40px;border-left:1px solid var(--body-color);z-index:99}.megamenu_mb .label:after,.megamenu_mb .label:before,.megamenu_mb .next_menu:after,.megamenu_mb .next_menu:before{width:7px;height:7px;border-right:1px solid #000;border-top:1px solid #000;position:absolute;content:'';left:calc(50% - 3px);top:50%;transform:translate(-50%, -50%) rotate(45deg)}.megamenu_mb .label:after,.megamenu_mb .label:before{left:25px;transform:translate(0, -50%) rotate(-135deg)}.megamenu_mb #menu_:after,.megamenu_mb #menu_:before{display:none}.megamenu_mb ul.menu,.megamenu_mb .highlight{height:100%;overflow:auto}.group_id_menu_23{background:#e4e4e430}@keyframes sonar{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(3);transform:scale(3);opacity:0}}
        /*# sourceMappingURL=megamenu_mb.css.map */

        .product_name{
                display: flex;
        }