/*  11:52:43 21/01/2022 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../lib/owlCarousel/assets/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-customDots.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0
}

.owl-customDots.owl-theme .owl-dots .owl-dot span {
    height: 2px;
    border-radius: 0;
    opacity: .5;
    background: #fff;
    margin: 0 2px
}

.owl-customDots.owl-theme .owl-dots .owl-dot.active span,
.owl-customDots.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1
}

* {
    box-sizing: border-box
}

.owl-carousel.listproduct .item {
    width: auto
}

.owl-carousel.listproduct .item:first-child {
    border: none
}

.owl-carousel.listproduct .owl-wrapper {
    display: flex !important
}

.owl-carousel.listproduct .owl-item {
    display: flex
}

.owl-carousel.listproduct .item {
    width: 100%
}

.owl-carousel.listproduct .owl-item:first-child {
    border-left: 1px solid #f1f1f1
}

.owl-carousel.listproduct .owl-item {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}

.owl-carousel .owl-buttons div {
    background: rgba(255, 255, 255, .9) !important;
    height: 60px;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.owl-carousel .owl-buttons div::before {
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    content: '';
    height: 22px;
    position: absolute;
    top: 18px;
    width: 22px
}

.owl-carousel .owl-prev {
    box-shadow: 6px 0 4px rgba(0, 0, 0, .05), 4px 0 4px rgba(0, 0, 0, .09);
    border-radius: 0 4px 4px 0;
    left: 0
}

.owl-carousel .owl-next {
    box-shadow: -6px 0 4px rgba(0, 0, 0, .05), -4px 0 4px rgba(0, 0, 0, .09);
    border-radius: 4px 0 0 4px;
    right: 0
}

.owl-carousel .owl-prev::before {
    left: 10px;
    transform: rotate(-135deg)
}

.owl-carousel .owl-next::before {
    transform: rotate(45deg);
    right: 8px
}

* {
    margin: 0;
    padding: 0
}

img {
    border: 0
}

a {
    text-decoration: none;
    transition: .2s;
    color: #288ad6
}

ul,
ol {
    list-style: none
}

.clr {
    clear: both
}

.clearfix {
    display: block
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

body,
input,
button,
option,
textarea,
label,
select,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font: 14px/18px Arial, Helvetica, sans-serif;
    color: #333;
    outline: none
}

body {
    min-width: 1024px
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    text-rendering: geometricPrecision
}

input[type=text],
input[type=tel],
textarea {
    -webkit-appearance: none
}

[class^="iconfeed-"],
[class*="iconfeed-"] {
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/icon_global.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 108px;
    vertical-align: middle;
    background-size: 100px 145px
}

.iconfeed-dmx {
    background-position: -2px -57px;
    width: 53px;
    height: 53px
}

.iconfeed-tgdd {
    background-position: 0 -2px;
    width: 53px;
    height: 53px
}

.iconfeed-radio {
    background-position: -57px -32px;
    width: 19px;
    height: 19px
}

.iconfeed-radio.active {
    background-position: -57px -57px;
    width: 19px;
    height: 19px
}

[class^="iconratingnew-"],
[class*="iconratingnew-"] {
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/icon-comment.png?v=1);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 152px 58px
}

.iconratingnew-redstar {
    background-position: -72px 0;
    width: 20px;
    height: 19px
}

.iconratingnew-redstar--big {
    background-position: -124px -30px;
    width: 28px;
    height: 27px
}

.iconratingnew-circlestar {
    background-position: -100px 0;
    width: 16px;
    height: 16px
}

.iconratingnew-circlestar--big {
    background-position: -5px -32px;
    width: 18px;
    height: 18px
}

.iconratingnew-star--big {
    background-position: -125px -1px;
    width: 27px;
    height: 27px
}

.iconratingnew-star--big.active {
    background-position: -1px -1px;
    width: 27px;
    height: 27px
}

.iconratingnew-star--medium {
    background-position: -38px 0;
    width: 23px;
    height: 23px
}

.iconratingnew-star--medium.active {
    background-position: -38px -27px;
    width: 23px;
    height: 23px
}

.iconratingnew-star--small {
    background-position: -72px -32px;
    width: 16px;
    height: 16px
}

.iconratingnew-star--small.active {
    background-position: -93px -32px;
    width: 16px;
    height: 16px
}

[class^="iconlogo-"],
[class*="iconlogo-"] {
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/DMX/Global/Desktop/Logo-webmoi.png?v=2);
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 80px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 250px 82px
}

.iconlogo-fashion {
    background-position: -85px -29px
}

.iconlogo-ji {
    background-position: -170px -58px
}

.iconlogo-bachhoaxanh {
    background-position: -170px 0
}

.iconlogo-cycle {
    background-position: -85px -58px
}

.iconlogo-thegioididong {
    background-position: 0 0
}

.iconlogo-dienmayxanh {
    background-position: -85px 0
}

.iconlogo-kids {
    background-position: -170px -29px
}

.iconlogo-topzone {
    background-position: 0 -58px
}

.iconlogo-sport {
    background-position: 0 -29px
}

section {
    width: 100%;
    max-width: 1200px;
    margin: auto
}

#gb-top-page {
    bottom: 15px;
    position: fixed;
    right: 15px;
    display: none;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 18px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    z-index: 99
}

.over-flow {
    overflow: hidden !important
}

.relative {
    position: relative !important
}

.hide {
    display: none !important
}

.disabled {
    pointer-events: none !important
}

.preloader.preall {
    position: fixed
}

#dldingtext {
    background: rgba(0, 0, 0, .9);
    border-radius: 5px 5px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    padding: 10px 15px;
    position: fixed;
    right: 0;
    z-index: 99999
}

.locationbox__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    background: rgba(0, 0, 0, .75);
    display: none;
    margin: auto
}

.locationbox {
    background: #fff;
    position: fixed;
    z-index: 13;
    max-width: 476px;
    align-items: center;
    margin: auto;
    display: none;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-radius: 8px
}

.locationbox__item {
    display: inline-block;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 45px)
}

.locationbox__item span {
    text-transform: capitalize
}

.locationbox__item.locationbox__item--right {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 17px 10px;
    position: relative;
    text-align: center;
    color: #333
}

.locationbox__item.locationbox__item--right p {
    text-align: center;
    font-weight: bold
}

.locationbox__item.locationbox__item--right>a:not(.cls-location) {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    line-height: 21px;
    padding: 7px;
    text-align: right;
    width: 67px
}

.locationbox__item.locationbox__item--right>a:not(.cls-location):before,
.locationbox__item.locationbox__item--right>a:not(.cls-location):after {
    background-color: #333;
    content: '';
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px
}

.locationbox__item.locationbox__item--right>a:not(.cls-location):before {
    transform: rotate(45deg)
}

.locationbox__item.locationbox__item--right>a:not(.cls-location):after {
    transform: rotate(-45deg)
}

.locationbox__popup.new-popup {
    position: relative;
    top: 0;
    width: 100%
}

.locationbox__popup .locationbox__popup--cnt {
    position: relative;
    overflow: visible;
    background-color: #fff;
    padding: 15px 45px;
    line-height: 25px;
    border-radius: 4px
}

.locationbox__popup .locationbox__popup--cnt.locationbox__popup--suggestion {
    padding: 10px 5px;
    max-width: 330px;
    margin: 0 auto;
    position: absolute;
    left: -150%;
    right: 0;
    top: -30px
}

.locationbox__popup .locationbox__popup--cnt.locationbox__popup--suggestion:before,
.locationbox__popup .locationbox__popup--cnt.locationbox__popup--suggestion:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    position: absolute;
    top: -8px;
    border-color: transparent transparent #4a90e2 transparent;
    left: 46%
}

.locationbox__popup .locationbox__popup--cnt.locationbox__popup--suggestion>div p {
    padding-left: 0
}

.locationbox__popup .locationbox__popup--cnt.locationbox__popup--suggestion .btn-block {
    display: block;
    overflow: hidden;
    line-height: normal;
    margin: 6px auto 2px;
    text-align: center
}

.locationbox__popup .locationbox__popup--cnt.locationbox__popup--suggestion .btn-block .btn-location {
    background: #f97e0f;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    display: inline-block;
    width: 112px;
    text-align: center
}

.locationbox__popup .locationbox__popup--cnt.locationbox__popup--suggestion .btn-block .btn-location.gray {
    background: #999
}

.locationbox__popup .accept {
    position: relative;
    display: block;
    padding: 12px 0 7px;
    text-align: center
}

.locationbox__popup .accept .btnConfirm {
    display: inline-block;
    overflow: hidden;
    padding: 13px 10px;
    border-radius: 4px;
    font-size: 14px;
    width: 90%;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d)
}

.locationbox__popup .accept .btnConfirm.disabled {
    background: #ddd;
    color: #333
}

.locationbox__showfull {
    display: block;
    color: #000;
    padding-bottom: 10px
}

.locationbox__btnchangeLC {
    color: #4b90e0;
    margin: 5px 0;
    padding: 5px 0;
    display: block
}

#lc_detail-dis strong,
#lc_detail-ward strong {
    text-transform: capitalize
}

.locationbox__popup_notify {
    top: -40px;
    z-index: 9;
    max-width: 500px;
    margin: auto;
    position: relative;
    display: none
}

.locationbox__popup_notify .locationbox__popup--cnt.locationbox__popup--suggestion {
    top: -1px;
    background-color: #f1f1f1;
    padding-right: 25px;
    padding-left: 10px;
    box-shadow: inset 0 0 1px #333
}

.locationbox__popup_notify .locationbox__popup--cnt.locationbox__popup--suggestion:before,
.locationbox__popup_notify .locationbox__popup--cnt.locationbox__popup--suggestion:after {
    border-color: transparent transparent #f1f1f1 transparent !important
}

.locationbox__popup_notify .close-notify {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 2;
    background: #666;
    border-radius: 50%;
    opacity: .7;
    line-height: 18px
}

.locationbox__popup_notify .close-notify:before {
    content: "×";
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 18px;
    display: block
}

.form-group h3 {
    color: #000;
    font-weight: 600;
    padding: 0 0 5px;
    font-size: 14px
}

.form-group .boxprov {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.form-group .boxprov>input {
    display: block;
    padding: 7px 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-indent: 10px;
    width: calc(100% - 2px);
    height: 45px
}

.form-group .boxprov__listTT {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    position: relative;
    margin: 0;
    flex: 1
}

.form-group .boxprov__listTT span {
    color: #000;
    display: block;
    padding: 10px;
    cursor: pointer
}

.form-group .boxprov__listTT span:after {
    content: "";
    width: 0;
    right: 0;
    border-top: 6px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 8px 5px 0 0;
    float: right
}

.form-group .boxprov__listTT span.disabled {
    pointer-events: none;
    color: #999
}

.form-group .boxprov__listTT>div {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0 0 5px;
    left: 0;
    right: 0;
    top: 45px;
    border-radius: 4px;
    border: 1px solid #ccc;
    z-index: 9;
    margin: 0 -1px
}

.form-group .boxprov__listTT>div:before,
.form-group .boxprov__listTT>div:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px;
    border-color: transparent transparent #6b6b6b transparent;
    position: absolute;
    top: -7px;
    left: 5vh
}

.form-group .boxprov__listTT>div:after {
    border-color: transparent transparent #fff transparent
}

.form-group .boxprov__listTT>div .scroll-box {
    overflow-x: hidden;
    max-height: 220px
}

.form-group .boxprov__listTT .province-box {
    position: absolute;
    background: #fff;
    padding: 0 0 5px;
    left: 0;
    right: 0;
    top: 45px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 220px;
    border-radius: 4px;
    border: 1px solid #ccc;
    z-index: 9
}

.form-group .boxprov__listTT .boxprov__listTT--bordertop {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #fff
}

.form-group .boxprov__listTT .scroll-box .search-container {
    position: sticky;
    top: 5px;
    left: 0;
    right: 0
}

.form-group .boxprov__listTT .scroll-box input {
    display: block;
    padding: 7px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    text-indent: 10px;
    width: calc(100% - 15px);
    margin: 0 10px
}

.form-group .boxprov__listTT .scroll-box .btn-search-location {
    top: 0
}

.form-group .boxprov__listTT .scroll-box>ul {
    column-count: 2;
    column-fill: balance;
    overflow: hidden;
    display: block;
    column-gap: 0
}

.form-group .boxprov__listTT .scroll-box>ul li {
    display: inline-block;
    width: 100%;
    flex: 1 0 50%
}

.form-group .boxprov__listTT .scroll-box>ul li a {
    text-overflow: ellipsis;
    padding: 10px 10px 0;
    font-size: 14px;
    color: #288ad6;
    overflow: hidden;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.form-group .boxprov__listTT .scroll-box>ul li a.active {
    font-weight: bold
}

.boxprov__listTT--scroll .warning-text {
    display: none;
    padding: 10px;
    background: rgba(45, 156, 219, .1);
    border-radius: 4px;
    font-size: 10px;
    border-left: 2.35px solid #2d9cdb;
    margin: 10px;
    line-height: 15px
}

#search-result {
    position: absolute;
    top: 33px;
    z-index: 10;
    width: 400px;
    left: 0;
    display: none
}

#search-result .suggest_search {
    background: #fff;
    border: 1px solid #eee;
    top: -24px;
    z-index: 100000;
    left: 2px;
    right: 2px;
    border-radius: 6px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .3)
}

#search-result .suggest_search li {
    display: block;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #eee
}

#search-result .suggest_search li.ttitle {
    position: relative
}

#search-result .suggest_search li.ttitle .btnClosePop {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    z-index: 10;
    color: #c2c2c2;
    line-height: 19px;
    text-align: center;
    font-size: 18px;
    margin: auto;
    float: unset;
    padding: unset
}

#search-result .suggest_search li a {
    color: #3b7adb;
    font-size: 12px;
    margin: 0 5px 0;
    display: block
}

#search-result .suggest_search li .viewed {
    background: #f5f5f5;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    padding: 10px;
    margin: -15px -10px
}

#search-result .suggest_search li.product_suggest a .item-img {
    float: left;
    width: 60px;
    height: auto;
    margin: 0 6px 0 0
}

#search-result .suggest_search li.product_suggest a .item-img img {
    width: 100%
}

#search-result .suggest_search li.product_suggest a .item-info {
    float: left;
    width: calc(100% - 66px)
}

#search-result .suggest_search li.product_suggest a .item-info .item-txt-online {
    line-height: 25px
}

#search-result .suggest_search li.product_suggest a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    font-size: 14px;
    overflow: hidden
}

#search-result .suggest_search li.product_suggest a .price {
    font-size: 14px;
    color: #222;
    float: none;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle
}

#search-result .suggest_search li.product_suggest a .price.twoprice {
    display: block;
    font-weight: normal;
    font-size: 13px;
    padding-top: 3px
}

#search-result .suggest_search li.product_suggest a .box-p {
    display: inline-block;
    vertical-align: middle
}

#search-result .suggest_search li.product_suggest a .box-p .price-old {
    display: inline-block;
    text-decoration: line-through;
    color: #333
}

#search-result .suggest_search li.product_suggest a .box-p .percent {
    color: #333
}

#search-result .suggest_search li.product_suggest a .item-gift {
    color: #333
}

#search-result .suggest_search:before,
#search-result .suggest_search:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 30%;
    border-bottom: 10px solid #eee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

#search-result .suggest_search:after {
    border-width: 8px;
    border-bottom-color: #f5f5f5;
    margin-left: 2px
}

.watched {
    padding: 25px 0 35px
}

.watched__content {
    display: flex
}

.watched__label {
    margin-bottom: 10px
}

.watched__label p,
.watched__label a {
    display: inline-block;
    vertical-align: middle
}

.watched__label p {
    font-size: 16px;
    line-height: 16px;
    margin-right: 14px
}

.watched .lb-watch {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    color: #333;
    line-height: 13px;
    margin-right: 5px;
    padding: 10px
}

.watched .lb-watch:hover {
    border: 1px solid #2f80ed
}

.watched__content .item {
    padding: 9px 8px 17px;
    text-align: center;
    width: 100%
}

.watched__content .item .item-img {
    height: 80px;
    line-height: 80px
}

.watched__content .item img {
    max-width: 80px;
    height: auto
}

.watched__content .item h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 16px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis
}

.clean-watch {
    color: #2f80ed;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer
}

.watched__content .item img {
    vertical-align: middle;
    line-height: normal
}

.watched__content .owl-item:first-child {
    border-left: 1px solid #eee
}

.watched__content .owl-item {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.title-layout {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 20px
}

.layout-col3 {
    display: flex;
    margin: 0 -5px
}

.layout-col3 li {
    padding: 0 5px;
    width: 33.333%
}

.layout-col3 li img {
    width: 100%;
    border-radius: 4px
}

.trademark,
.product-news {
    margin: 40px 0 30px
}

.trademark-slider,
.product-news-slider {
    margin: 0 -5px;
    width: calc(100% + 10px)
}

.trademark-slider a,
.product-news-slider a {
    display: block
}

.trademark-slider a img,
.product-news-slider a img {
    width: 100%;
    border-radius: 4px
}

.application {
    display: flex;
    margin-top: 40px
}

.application a {
    color: #333
}

.application img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.application .col1 {
    padding-right: 15px;
    width: 67%
}

.application .col1__ct {
    display: flex
}

.application .col1-big {
    width: 61%
}

.application .col1-big-img {
    position: relative;
    height: 270px
}

.application .col1-simple {
    margin-left: 10px;
    width: calc(39% - 10px)
}

.application .col1-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    margin-top: 10px
}

.application .col1-hour {
    color: #999;
    line-height: 21px;
    margin-top: 5px
}

.application .spl-item {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.application .spl-item__img {
    position: relative;
    width: 120px;
    height: 70px
}

.application .spl-item-title {
    font-size: 12px;
    line-height: 17px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.application .spl-item-hour {
    color: #999;
    font-size: 10px;
    line-height: 15px
}

.application .spl-item__content {
    padding-left: 10px;
    width: calc(100% - 120px)
}

.application .ytbclick {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.application .ttl-main {
    margin-bottom: 10px
}

.application .title-layout,
.application .readmore-txt {
    display: inline-block;
    vertical-align: middle
}

.application .title-layout {
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 0
}

.application .col2 {
    width: 33%
}

.game__item img {
    width: 100%
}

.game-box-wrap {
    display: flex;
    margin-top: 10px
}

.game-box-main {
    padding-left: 10px;
    width: calc(100% - 60px)
}

.game-box-img {
    width: 60px
}

.game-title {
    font-weight: bold;
    line-height: 21px
}

.game-label span,
.game-label p {
    display: inline-block;
    vertical-align: middle
}

.game-label span {
    background-color: #07a358;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 0 4px
}

.game-label p {
    font-size: 13px;
    line-height: 16px
}

.game-box-list a {
    color: #2f80ed;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    padding-left: 15px;
    position: relative
}

.game-box-list a::before {
    background-color: #2f80ed;
    border-radius: 50%;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 5px
}

.game-slider .owl-nav button {
    top: 32%
}

.col2__ct .cook-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 5px 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.col2__ct .cook-time {
    color: #666;
    font-size: 13px
}

.col2__ct a:first-child .cook-img {
    width: 294px;
    height: 260px
}

.col2__ct a:last-child .cook-img {
    width: 80px;
    height: 80px
}

.col2__ct a:last-child .cook-main {
    padding-left: 10px;
    width: calc(100% - 110px)
}

.item-txt-online {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px
}

.zone-bhx {
    margin: auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    clear: both
}

.zone-bhx span.note {
    font-style: italic;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    vertical-align: middle
}

.productbox-bhx {
    background-color: #f1f1f1;
    border: 6px solid #008847;
    border-top: 0
}

.productbox-bhx div.title {
    display: block;
    color: #fff;
    position: relative;
    font-size: 16px;
    background: #008847;
    padding: 10px 0
}

.productbox-bhx div.title a {
    margin-left: 2px;
    padding-left: 30px
}

.productbox-bhx div.title img {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.productbox-bhx div.title span:first-child {
    color: #fff200
}

.productbox-bhx div.title span.close {
    position: absolute;
    margin: auto;
    right: 5px;
    cursor: pointer;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    color: #fff;
    font-weight: normal
}

.productbox-bhx div._product {
    display: flex
}

.productbox-bhx div._product .productbox-bhx-item {
    padding-bottom: 45px;
    position: relative;
    background-color: #fff;
    width: calc(100%/10);
    text-align: center
}

.productbox-bhx div._product .productbox-bhx-item a:first-child {
    padding: 5px;
    position: relative;
    display: block
}

.productbox-bhx div._product .productbox-bhx-item:not(:last-child) {
    border-right: 1px solid #eee
}

.productbox-bhx div>a>span {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
    margin: 0;
    width: 100%;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    line-height: 18px
}

.productbox-bhx div>a .productbox-bhx-item-img {
    height: auto;
    width: 100px;
    margin: auto
}

.productbox-bhx div>a .productbox-bhx-item-img img {
    width: 100%;
    height: auto;
    margin: 10px auto
}

.productbox-bhx div>a .zone-price {
    font-size: 14px
}

.productbox-bhx div>a .zone-price .after-price {
    color: #d12c1f;
    display: block;
    font-size: 16px
}

.productbox-bhx div>a .zone-price .before-price {
    color: #666;
    display: inline-block;
    text-decoration: line-through;
    font-weight: normal
}

.productbox-bhx div>a .zone-price .percent-price {
    color: #dd1c1a;
    display: inline-block
}

.productbox-bhx div .zone-buy {
    position: absolute;
    color: #007e3c;
    padding: 4px 19px;
    border: 1px solid #008847;
    border-radius: 4px;
    margin: 5px;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center
}

.owl-carousel .owl-item img.lbliconimg,
.lbliconimg {
    width: auto !important;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0
}

.owl-carousel .owl-item img.lbliconimg.lbliconimg_44,
.lbliconimg.lbliconimg_44 {
    left: unset;
    bottom: unset;
    right: 0;
    top: 0
}

.owl-carousel .owl-item img.lbliconimg.tgdd,
.lbliconimg.tgdd {
    height: 45px !important
}

.feedback_global>* {
    display: block;
    position: fixed;
    bottom: 50px;
    z-index: 2
}

.feedback_global #global_form {
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 465px;
    top: 50%;
    z-index: 13;
    padding: 20px 30px;
    background: #fff;
    border-radius: 8px;
    transform: translateY(-50%);
    bottom: initial
}

.feedback_global #global_form.form_success {
    max-width: 280px;
    padding: 75px 55px 45px
}

.feedback_global #global_form.form_success a {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    float: right;
    line-height: 21px;
    padding: 7px;
    text-align: right;
    width: 67px
}

.feedback_global #global_form.form_success a:before,
.feedback_global #global_form.form_success a:after {
    background-color: #333;
    content: '';
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px
}

.feedback_global #global_form.form_success a:before {
    transform: rotate(45deg)
}

.feedback_global #global_form.form_success a:after {
    transform: rotate(-45deg)
}

.feedback_global #global_form>* {
    display: block
}

.feedback_global #global_form h3 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px
}

.feedback_global #global_form>span {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    display: block;
    color: #666
}

.feedback_global #global_form>span.form_more {
    color: #333;
    text-align: left;
    padding-bottom: 20px;
    cursor: pointer;
    position: relative;
    width: max-content;
    cursor: pointer
}

.feedback_global #global_form>span.form_more:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    content: '';
    position: absolute;
    top: 8px;
    right: -15px
}

.feedback_global #global_form textarea,
.feedback_global #global_form input {
    resize: none;
    width: 410px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 15px 10px;
    line-height: 15px;
    height: 48px
}

.feedback_global #global_form #Description {
    margin-top: 20px;
    height: 74px;
    margin-bottom: 20px
}

.feedback_global #global_form .check-option {
    margin-bottom: 10px
}

.feedback_global #global_form .check-option>div {
    display: inline-block;
    margin-right: 20px
}

.feedback_global #global_form .check-option>div i {
    cursor: pointer
}

.feedback_global #global_form .zone-button {
    text-align: center
}

.feedback_global #global_form .zone-button .close-feed {
    padding: 12px 40px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2f80ed;
    border: 0;
    margin-right: 2%;
    border: 1px solid #2f80ed
}

.feedback_global #global_form .zone-button>* {
    display: inline-block;
    max-width: 46%;
    width: 46%
}

.feedback_global #global_form button {
    padding: 13px 40px;
    background: #2f80ed;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border: 0;
    width: 100%;
    cursor: pointer
}

.feedback_global>div img {
    display: block;
    transform: scale(.5);
    cursor: pointer
}

.watched .owl-nav button span::before {
    width: 11px;
    height: 11px;
    top: 10px
}

.watched .owl-nav button.owl-prev span::before {
    left: 7px
}

.watched .owl-nav button.owl-next span::before {
    right: 5px
}

.watched .owl-nav button {
    width: 20px;
    height: 35px;
    top: 35%
}

#notifychatmsg .notifyChat2 {
    width: 93px !important;
    height: 37px !important
}

.banner-texttop._offtemp {
    background-color: #ffd103
}

.banner-texttop._offtemp ._left {
    width: 100%;
    text-align: center
}

.banner-texttop._offtemp ._right,
.banner-texttop._offtemp ._left:after {
    display: none
}

.banner-texttop._offtemp:before,
.banner-texttop._offtemp:after {
    background-color: #2d67c4
}

.banner-texttop {
    overflow-y: hidden;
    width: 1200px;
    max-height: 44px;
    margin: auto;
    background-color: #2d67c4
}

.banner-texttop * {
    box-sizing: border-box
}

.banner-texttop:before,
.banner-texttop:after {
    content: '';
    position: absolute;
    width: 360px;
    height: 44px
}

.banner-texttop:before {
    left: calc((100% - 1200px)/2 - 359px);
    background-color: #2d67c4
}

.banner-texttop:after {
    right: 0;
    width: calc((100% - 1200px)/2 + 10px);
    background-color: #ffd103
}

.banner-texttop>div {
    display: inline-block;
    padding: 10px 0;
    position: relative
}

.banner-texttop ._left {
    width: 63%;
    text-align: right;
    background-color: #2d67c4;
    color: #fff
}

.banner-texttop ._left:after {
    content: '';
    position: absolute;
    top: -27px;
    right: -20px;
    border-top: 77px solid #2d67c4;
    border-right: 54px solid #ffd103;
    width: 9px
}

.banner-texttop ._left a {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    position: relative;
    padding-right: 90px
}

.banner-texttop ._left a:after {
    content: '';
    padding: 6px;
    box-shadow: 3px -3px 0 0 #fff inset;
    transform: rotate(225deg);
    right: 70px;
    display: inline-block;
    top: 2px;
    position: absolute
}

.banner-texttop ._left a:not(:first-child) {
    display: none
}

.banner-texttop ._left a span b {
    color: #ffd400;
    font-size: 26px;
    line-height: 20px
}

.banner-texttop ._right {
    width: calc(37% - 4px);
    text-align: left;
    background-color: #ffd103
}

.banner-texttop ._right span {
    font-size: 16px;
    line-height: 19px;
    color: #222
}

.banner-texttop ._right span a {
    color: #222
}

.banner-texttop ._right span a b {
    font-size: 20px;
    line-height: 24px
}

@media screen and (max-width:1300px) {
    .feedback_global>* {
        bottom: 110px;
        z-index: 10
    }
}

.sticky-sidebar a {
    position: fixed;
    top: 195px;
    width: 89px;
    z-index: 999
}

.sticky-sidebar a img {
    display: block;
    max-width: 100%
}

.sticky-sidebar .banner-left {
    left: calc(((100vw - 1200px)/2) - 95px)
}

.sticky-sidebar .banner-right {
    right: calc(((100vw - 1200px)/2) - 105px)
}

@media screen and (max-width:1366px) {
    .sticky-sidebar a {
        width: 69px
    }
    .sticky-sidebar .banner-left {
        left: calc(((100vw - 1200px)/2) - 80px)
    }
    .sticky-sidebar .banner-right {
        right: calc(((100vw - 1200px)/2) - 80px)
    }
}

.banner-media img {
    display: block;
    margin: auto
}

.banner-media img.lazyload {
    height: 0
}

.banner-media .owl-carousel .owl-item .owl-lazy {
    opacity: 1
}

.media-slider {
    width: 1200px !important;
    margin: 0 auto
}

.media-slider .owl-nav button {
    height: 44px;
    background: none !important
}

.media-slider .owl-nav button span::before {
    top: 13px;
    height: 16px;
    width: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff
}

.media-slider .owl-next,
.media-slider .owl-prev {
    box-shadow: none
}

.media-slider {
    height: 44px;
    position: relative
}

.media-slider {
    display: block
}

.media-slider .item {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.media-slider .item.visible {
    display: block
}

.media-slider .nav .prev,
.media-slider .nav .next {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 40px;
    height: 100%;
    cursor: pointer
}

.media-slider .nav .prev {
    left: 0
}

.media-slider .nav .next {
    right: 0
}

.media-slider .nav .prev .arrow-left,
.media-slider .nav .next .arrow-right {
    height: 20px;
    width: 20px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    position: absolute;
    top: 50%;
    left: 50%
}

.media-slider .nav .prev:hover .arrow-left,
.media-slider .nav .next:hover .arrow-right {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff
}

.media-slider .nav .prev .arrow-left,
.media-slider .nav .next .arrow-right {
    height: 20px;
    width: 20px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    position: absolute;
    top: 50%;
    left: 50%
}

.media-slider .nav .prev .arrow-left {
    -webkit-transform: translate(-20%, -50%) rotate(225deg);
    -ms-transform: translate(-20%, -50%) rotate(225deg);
    -o-transform: translate(-20%, -50%) rotate(225deg);
    transform: translate(-20%, -50%) rotate(225deg)
}

.media-slider .nav .next .arrow-right {
    -webkit-transform: translate(-70%, -50%) rotate(45deg);
    -ms-transform: translate(-70%, -50%) rotate(45deg);
    -o-transform: translate(-70%, -50%) rotate(45deg);
    transform: translate(-70%, -50%) rotate(45deg)
}

section.prmotebannerbhx {
    display: contents
}

.prmotebanner-bhx {
    max-width: 1200px;
    display: block;
    margin: 5px auto
}

.popup {
    display: none
}

.popup__background,
.popup__container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.popup__background {
    background: rgba(0, 0, 0, .45)
}

.popup__container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: auto
}

.popup__close {
    border-radius: 50%;
    padding: .5em;
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    right: calc(50% - 242px);
    top: calc(50% - 214px);
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    cursor: pointer
}

.popup__close::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 2px;
    left: 12px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg)
}

.popup__close::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 2px;
    top: 12px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg)
}

.fastdeli i.thunder-icon {
    width: 10px;
    height: auto
}

.fastdeli i.thunder-icon img {
    width: 10px;
    display: inline-block;
    height: auto;
    vertical-align: text-top
}

.locationbox-v2 {
    background: #fff;
    position: fixed;
    z-index: 13;
    max-width: 476px;
    max-height: 80vh;
    align-items: center;
    margin: auto;
    display: none;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-radius: 8px;
    overflow: hidden
}

.locationbox-v2 p {
    font-weight: normal !important;
    max-width: 380px;
    color: #fff
}

.locationbox-v2 .locationbox__item {
    background: #2f80ed;
    white-space: normal;
    padding: 10px;
    border: 0
}

.locationbox-v2 .top-location p {
    font-size: 13px;
    text-align: left
}

.location-search {
    position: relative;
    margin-top: 10px
}

.location-search>i {
    position: absolute;
    left: 7px;
    top: 9px
}

.location-search input {
    width: 100%;
    padding: 8px 28px 8px 28px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 8px
}

.clear-searchbox {
    right: 8px;
    top: 27%;
    background: #000;
    position: absolute;
    border-radius: 50%;
    background: #d9d9d9;
    padding: 8px;
    cursor: pointer
}

.clear-searchbox span.box-relative {
    position: relative
}

.clear-searchbox .close-symbol {
    top: -5px;
    left: 0
}

.listing-location {
    padding: 10px;
    max-height: 40vh;
    margin-bottom: 10px;
    overflow: hidden
}

.listing-locale ul {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 39vh;
    overflow: auto
}

.listing-locale ul li a {
    padding: 10px;
    display: block;
    color: #333;
    width: 80%;
    border-bottom: 1px solid #f1f1f1
}

.listing-locale ul li a.active,
.listing-locale ul li a:hover {
    background: #e9f4fb;
    border-bottom: 1px solid #e9f4fb
}

.locationbox-v2 .locationbox__item.locationbox__item--right a.cls-location {
    background-color: #2f80ed;
    border: 1px solid #e9f4fb;
    color: #fff;
    position: relative;
    top: 0;
    left: 0
}

.locationbox-v2 .locationbox__item span {
    text-transform: none
}

.top-location {
    background: #2f80ed;
    padding: 0 0 10px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between
}

.locationbox-v2 a.cls-location {
    color: #fff;
    padding: 7px 10px 7px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
    line-height: 1.3
}

.close-symbol {
    background-color: #fff;
    left: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    width: 1px;
    transform: rotate(-45deg)
}

.close-symbol::before {
    content: "";
    background-color: #fff;
    left: 0;
    height: 10px;
    position: absolute;
    top: 0;
    width: 1px;
    transform: rotate(90deg)
}

.locationbox__item.locationbox__item--right p.default-title {
    max-width: 380px;
    text-align: left
}

.locationbox__item.locationbox__item--right p.location-title {
    text-align: center;
    max-width: 65%;
    margin: 6px auto 15px;
    line-height: 1.5
}

a.back-ic {
    cursor: pointer;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: relative;
    top: 6px;
    left: 6px;
    -webkit-transform: translate(-20%, -50%) rotate(225deg);
    -ms-transform: translate(-20%, -50%) rotate(225deg);
    -o-transform: translate(-20%, -50%) rotate(225deg);
    transform: translate(-20%, -50%) rotate(225deg)
}

div#suggest-location {
    height: 39vh;
    overflow: hidden;
    display: none
}

ul.suggest-location {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%
}

ul.suggest-location li {
    position: relative;
    padding-right: 30px
}

ul.suggest-location li::before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    right: 15px;
    width: 6px
}

ul.suggest-location li a {
    display: block;
    padding: 15px 0;
    overflow: hidden;
    color: #000
}

ul.suggest-location li a::after {
    content: "";
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
    width: calc(100% + 20px);
    left: -10px
}

ul.suggest-location li a span {
    margin-right: 10px
}

strong.choose-province {
    display: block;
    margin: 5px auto;
    color: #000;
    text-align: center;
    font-size: 14px
}

.location-title {
    color: #fff;
    padding: 0 0 10px;
    margin: 0 auto;
    line-height: 1.5;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between
}

.location-title-text {
    max-width: 50%;
    margin: 0 auto;
    text-align: center
}

.footer__logo {
    background-color: #fff
}

.footer__logo-hd {
    color: #222;
    font-size: 14px;
    line-height: 21px
}

.footer__logo-list {
    font-size: 0;
    margin-top: 15px
}

.footer__logo-list li {
    float: left;
    width: 80px;
    margin: 0 8px 8px 0
}

.footer__logo-list li:nth-child(4n+4) {
    margin-right: 0
}

.footer__logo-list li a {
    display: block
}

[class^="icon-"],
[class*="icon-"] {
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/DMX/Global/Desktop/icon_common@2x.png?v=1);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 250px
}

[class^="icon-"],
[class*="icon-"] {
    background-image: url(https://cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/DMX/Global/Desktop/icon_common.22122021@2x.png);
    background-size: 300px 280px
}

.icon-logo {
    background-position: 0 0;
    height: 25px;
    width: 140px
}

.icon-search {
    background-position: -150px 0;
    height: 17px;
    width: 17px
}

.icon-position {
    background-position: -162px -255px;
    width: 16px;
    height: 21px
}

.icon-search-allCate {
    background-position: -267px -232px;
    height: 14px;
    width: 14px
}

.icon-close {
    background-position: -241px -231px;
    height: 14px;
    width: 14px
}

.icon-cart {
    background-position: -175px 0;
    height: 18px;
    width: 20px
}

.icon-facebook {
    background-position: -225px 0;
    height: 18px;
    width: 18px
}

.icon-youtube {
    background-position: -200px 0;
    height: 18px;
    width: 18px
}

.icon-tgdd {
    background-position: 0 -30px;
    height: 18px;
    width: 103px
}

.icon-bhx {
    background-position: -110px -30px;
    height: 18px;
    width: 81px
}

.icon-maiam {
    background-position: 0 -60px;
    height: 18px;
    width: 71px
}

.icon-congthuong {
    background-position: -200px -30px;
    height: 24px;
    width: 79px
}

.icon-khieunai {
    background-position: -250px 0;
    height: 25px;
    width: 25px
}

.icon-protected {
    background-position: -80px -60px;
    height: 24px;
    width: 122px
}

.icon-ncsc {
    background-position: -93px -252px;
    width: 57px;
    height: 23px
}

.icon-star {
    background-position: -205px -60px;
    height: 12px;
    width: 13px
}

.icon-star-dark {
    background-position: -225px -60px;
    height: 12px;
    width: 13px
}

.icon-star-half {
    background-position: -280px -1px;
    height: 12px;
    width: 14px
}

.icon-ytb-big {
    background-position: 0 -90px;
    height: 31px;
    width: 43px
}

.icon-ytb-simple {
    background-position: -45px -90px;
    height: 22px;
    width: 30px
}

.icon-tivi {
    background-position: -85px -90px;
    height: 16px;
    width: 20px
}

.icon-tulanh {
    background-position: -110px -90px;
    height: 21px;
    width: 13px
}

.icon-maygiat {
    background-position: -130px -90px;
    height: 20px;
    width: 18px
}

.icon-maylanh {
    background-position: -155px -90px;
    height: 20px;
    width: 22px
}

.icon-diengiadung {
    background-position: -185px -90px;
    height: 20px;
    width: 20px
}

.icon-nhabep {
    background-position: -210px -90px;
    height: 17px;
    width: 20px
}

.icon-locnuoc {
    background-position: -235px -90px;
    height: 22px;
    width: 22px
}

.icon-dienthoai {
    background-position: -265px -90px;
    height: 20px;
    width: 13px
}

.icon-xedap {
    background-position: -30px -250px;
    height: 24px;
    width: 24px
}

.icon-maybo {
    background-position: 0 -130px;
    width: 22px;
    height: 16px
}

.icon-phukien {
    background-position: -30px -130px;
    height: 18px;
    width: 22px
}

.icon-simso {
    background-position: -60px -130px;
    height: 15px;
    width: 21px
}

.icon-maycu {
    background-position: -90px -130px;
    height: 16px;
    width: 21px
}

.icon-dichvu {
    background-position: 0 -250px;
    height: 24px;
    width: 24px
}

.icon-moreall {
    background-position: -250px -60px;
    height: 5px;
    width: 21px
}

.icon-filter {
    background-position: -280px -60px;
    height: 14px;
    width: 11px
}

.icon-ngandatren {
    background-position: -60px -170px;
    height: 56px;
    width: 31px
}

.icon-ngandaduoi {
    background-position: -95px -170px;
    height: 56px;
    width: 31px
}

.icon-mini {
    background-position: -130px -170px;
    height: 38px;
    width: 31px
}

.icon-tulon {
    background-position: -165px -170px;
    height: 56px;
    width: 34px
}

.icon-multidoor {
    background-position: -205px -170px;
    height: 56px;
    width: 35px
}

.icon-maylanh1 {
    background-position: -120px -130px;
    height: 31px;
    width: 38px
}

.icon-maylanh2 {
    background-position: -165px -130px;
    height: 31px;
    width: 38px
}

.icon-maylanh3 {
    background-position: -210px -130px;
    height: 32px;
    width: 38px
}

.icon-maylanh4 {
    background-position: 0 -170px;
    height: 31px;
    width: 48px
}

.icon-maylanhlon {
    background-position: -260px -130px;
    height: 52px;
    width: 23px
}

.icon-cuatruoc {
    background-position: -255px -190px;
    height: 36px;
    width: 31px
}

.icon-cuatren {
    background-position: 0 -210px;
    height: 37px;
    width: 35px
}

.icon-info {
    background-position: -40px -230px;
    height: 16px;
    width: 16px
}

.icon-compare {
    background-position: -66px -253px;
    height: 16px;
    width: 16px
}

.icon-check {
    background-position: -255px -75px;
    height: 7px;
    width: 10px
}

.icon-sticky-search {
    background-position: -65px -230px;
    height: 15px;
    width: 15px
}

.icon-sticky-chat {
    background-position: -90px -228px;
    height: 20px;
    width: 24px
}

.icon-sticky-cart {
    background-position: -120px -228px;
    height: 21px;
    width: 23px
}

.icon-sticky-ss {
    background-position: -150px -228px;
    height: 20px;
    width: 22px
}

.icon-deletess {
    background-position: -240px -230px;
    height: 16px;
    width: 16px
}

.icon-tickbox {
    background-position: -190px -230px;
    height: 18px;
    width: 18px
}

.icon-findcp {
    background-position: -265px -230px;
    height: 19px;
    width: 19px
}

.icon-location {
    background-position: -284px -34px;
    width: 12px;
    height: 16px
}

.bordercol {
    background-color: #0f65d8;
    height: 40px;
    width: 1px
}

.btn-readmore {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 18px;
    max-width: 340px;
    margin: 0 auto;
    padding: 8px 5px;
    text-align: center;
    width: 100%
}

.btn-readmore.blue {
    border: 1px solid #288ad6;
    color: #288ad6
}

.btn-readmore span {
    position: relative;
    padding-right: 15px
}

.btn-readmore span::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    content: '';
    position: absolute;
    right: -3px;
    top: 5px
}

.btn-readmore.blue span::before {
    border-top: 5px solid #288ad6
}

.btn-search-location {
    background: transparent;
    border: none;
    height: 34px;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 10px;
    width: 36px
}

.header__top {
    background-color: #4285de
}

.header__top section {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    overflow: initial;
    background-color: transparent
}

.header__logo {
    padding-right: 15px
}

.header__address {
    color: #b0e3ff;
    font-size: 11px;
    line-height: 15px;
    margin-right: 15px;
    padding-left: 15px;
    position: relative;
    height: 30px
}

.header__address span {
    color: #fff;
    font-weight: bold;
    position: relative;
    width: max-content;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 117px;
    text-transform: capitalize;
    padding-right: 15px
}

.header__address.active span:after {
    transition: .3s;
    transform: rotate(-180deg)
}

.header__address span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    position: absolute;
    bottom: 6px;
    right: 0
}

.header__search {
    position: relative;
    width: 18.5%;
    background: #fff;
    border-radius: 4px
}

.header__search input {
    border: none;
    font-size: 12px;
    line-height: 14px;
    height: 30px;
    padding: 8px 35px 8px 13px;
    width: 100%;
    border-radius: 4px
}

.header__search button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 4px;
    right: 10px
}

.header__search .dropdownsearch {
    float: left;
    overflow: hidden;
    width: 90px
}

.header__search .dropdownsearch a#type {
    display: block;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    background: #fed700;
    margin: 3px;
    border-radius: 4px;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    text-align: center
}

.header__search .dropdownsearch a#type:after {
    content: "";
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px
}

.header__search .dropdownsearch ul {
    display: none;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 90px;
    top: 36px;
    -webkit-box-shadow: 3px 6px 23px -6px rgba(0, 0, 0, .87);
    box-shadow: 3px 6px 23px -6px rgba(0, 0, 0, .87);
    z-index: 99999
}

.header__search .dropdownsearch ul li {
    display: block;
    overflow: hidden;
    padding: 5px 7px;
    font-size: 12px;
    cursor: pointer
}

.header__search .dropdownsearch ul li.active {
    font-weight: bold
}

header.header.manusearch .header__search input {
    width: calc(100% - 90px);
    padding: 8px 25px 3px 0;
    border-radius: 4px
}

.header__cart {
    /*border: 1px solid #b0e3ff;*/
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
    padding: 5px 8px;
    width: 100px
}

.header__cart:hover {
    background: rgba(255, 255, 255, .4)
}

.header__cart.active .icon-cart {
    background-color: #f00;
    border-radius: 50%;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-indent: 0;
    background-image: none;
    line-height: 18px;
    text-align: center;
    margin-right: 5px
}

.header__cart i,
.header__cart span {
    display: inline-block;
    vertical-align: middle
}

.header__cart i {
    margin-right: 8px
}

.header__history {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin: 0 12px 0 18px;
    text-align: center;
    width: 55px
}

.header__history:hover {
    color: #fff200
}

.header__hot {
    color: #fff200;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 4px 3px 30px;
    position: relative;
    width: 18%
}

.dotnew {
    background-color: #ffe66b;
    border-radius: 100%;
    display: block;
    left: 10px;
    height: 8px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 8px
}

.dotnew .animation {
    border: 1px solid #ffe66b;
    background-color: rgba(255, 230, 107, .2);
    border-radius: 100%;
    display: block;
    height: 8px;
    opacity: 1;
    -moz-animation: sonar 1.25s linear infinite;
    -o-animation: sonar 1.25s linear infinite;
    -webkit-animation: sonar 1.25s linear infinite;
    animation: sonar 1.25s linear infinite;
    width: 8px
}

.header__listtop {
    align-items: center;
    display: flex
}

.header__listtop .divitem {
    padding: 0 15px;
    text-align: center
}

.header__listtop .divitem a {
    color: #fff;
    font-size: 12px;
    line-height: 14px
}

.header__listtop .divitem a:hover {
    color: #fff200
}

.header__main {
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.header__main section {
    align-items: center;
    display: flex;
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: initial
}

.category {
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    padding: 10px 0;
    width: 235px;
    position: relative;
    cursor: pointer;
    z-index: 5
}

.category__txt,
.category__all {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle
}

.category__all {
    width: 54%
}

.category__txt {
    font-weight: bold;
    padding-left: 10px;
    width: 44%
}

.category__txt span {
    position: relative;
    padding-right: 15px
}

.category__txt span::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    content: '';
    position: absolute;
    top: 8px;
    right: 0
}

.category__all {
    color: #2f80ed;
    padding-right: 10px;
    text-align: right
}

.header__main .txt-list {
    font-size: 0;
    padding-left: 5px
}

.header__main .txt-list li {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle
}

.header__main .txt-list li:last-child {
    border-right: none
}

.header__main .txt-list li a {
    color: #333;
    font-size: 14px;
    line-height: 21px
}

.header__main .txt-list li a:hover {
    color: #2f80ed
}

#gb-top-page {
    bottom: 50px;
    position: fixed;
    right: 10px;
    display: none;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 18px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
    z-index: 99
}

.over-flow {
    overflow: hidden !important
}

.relative {
    position: relative
}

.hide {
    display: none !important
}

.disabled {
    pointer-events: none !important
}

#lc_pop--sugg {
    top: -40px;
    z-index: 9;
    max-width: 500px;
    margin: auto
}

#lc_pop--sugg .locationbox__popup--cnt .locationbox__popup--chooseDefault {
    line-height: 20px
}

#lc_pop--sugg .locationbox__popup--cnt.locationbox__popup--suggestion {
    background: #4a90e2;
    max-width: 330px;
    margin: 0 auto;
    position: absolute;
    left: -150%;
    top: 7px
}

#lc_pop--sugg .locationbox__popup--cnt.locationbox__popup--suggestion:before,
.locationbox__popup .locationbox__popup--cnt.locationbox__popup--suggestion:after {
    border-color: transparent transparent #4a90e2 transparent
}

#lc_pop--sugg .locationbox__popup--cnt.locationbox__popup--suggestion>div p {
    color: #fff
}

#lc_pop--sugg .locationbox__popup--cnt.locationbox__popup--suggestion .flex-block {
    display: flex
}

#lc_pop--sugg .locationbox__popup--cnt.locationbox__popup--suggestion .flex-block .icon-location {
    margin: 5px 8px;
    width: 35px;
    height: 20px
}

.bar-top-lefts {
    border: 1px solid #ebebeb;
    background-color: #fff;
    width: 230px;
    position: absolute;
    z-index: 5;
    top: 41px;
    display: none
}

.main-menu {
    position: relative
}

.main-menu li {
    padding: 0 7px;
    height: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb
}

.main-menu li .dropdown {
    width: 100%;
    position: relative
}

.main-menu li .dropdown::before {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: '';
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    transform: rotate(45deg);
    right: 0;
    width: 6px
}

.main-menu li .dropdown--none::before {
    display: none
}

.main-menu li:last-child .dropdown {
    border-bottom: none
}

.main-menu li span,
.main-menu a,
.main-menu .submenu__name {
    display: inline-block;
    vertical-align: middle
}

.main-menu li span {
    text-align: center;
    width: 25px
}

.main-menu li:hover .dropdown a,
.main-menu li:hover .dropdown .submenu__name {
    font-weight: bold
}

.main-menu a,
.main-menu .submenu__name {
    color: #333;
    font-size: 14px;
    line-height: 16px
}

.main-menu a:hover {
    color: #2f80ed
}

.main-menu .many-cate a {
    display: inline-block
}

.main-menu .dropdown {
    white-space: nowrap
}

.submenu {
    background-color: #fff;
    display: none;
    height: 361px;
    left: 229px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 5
}

.submenu aside {
    margin-right: 20px;
    width: 215px
}

.submenu aside.w355 {
    width: 355px
}

.submenu aside.w140 {
    width: 140px
}

.submenu aside.w160 {
    width: 155px
}

.submenu aside.w175 {
    width: 175px
}

.submenu aside.w190 {
    width: 190px
}

.submenu aside.w220 {
    width: 220px
}

.submenu .menuitem {
    margin-bottom: 15px
}

.submenu .menuitem__title {
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    white-space: nowrap
}

.submenu .menuitem__title a {
    color: #2f80ed;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-left: 5px;
    padding: 0;
    position: relative;
    vertical-align: top
}

.submenu .menuitem__title a::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #2f80ed;
    content: '';
    position: absolute;
    top: 6px;
    right: -10px
}

.submenu .menuitem__title a.aLinkMainCate {
    color: #333
}

.submenu .menuitem__title a.aLinkMainCate:before {
    display: none
}

.submenu .menuitem__wrap {
    display: flex
}

.submenu .menuitem__wrap .item-small {
    margin-right: 10px;
    width: calc(50% - 5px)
}

.submenu a {
    display: block;
    margin-bottom: 8px
}

.submenu .menuitem__label {
    display: inline;
    font-size: 11px;
    background-color: #fbdddd;
    color: #eb5757;
    padding: 2px 5px;
    border-radius: 8px;
    margin-left: 5px
}

.footer {
    clear: both;
    border-top: 1px solid #e2e2e2;
    background: #fff
}

.footer__top {
    padding: 15px 0 5px;
    max-width: 1200px;
    margin: auto
}

.footer__col {
    float: left;
    width: 24%
}

.footer__col:nth-child(3) {
    width: 23%
}

.footer__col:nth-child(4) {
    width: 29%
}

.f-listmenu li {
    margin-bottom: 10px
}

.f-listmenu li.hidden {
    display: none
}

.f-listmenu li a {
    color: #333;
    line-height: 21px
}

.f-listmenu li a:hover {
    color: #2f80ed
}

.link-item__label__new {
    background-color: #fe0000;
    color: #f8d51a;
    font-size: 10px;
    padding: 0 5px;
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    border-radius: 5px
}

.f-listmenu .arrow {
    position: relative
}

.f-listmenu .arrow::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    content: '';
    position: absolute;
    top: 7px;
    right: -15px
}

.f-listtel__content {
    line-height: 21px;
    margin-top: 10px
}

.f-listtel__content a {
    color: #2f80ed;
    font-weight: bold
}

.f-listtel__content>span {
    width: 65px;
    display: inline-block
}

.f-social {
    margin-bottom: 20px
}

.f-social a {
    color: #2f80ed;
    margin-right: 10px
}

.f-social a i {
    margin-right: 5px
}

.f-certify {
    margin-bottom: 20px
}

.f-certify a {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top
}

.f-certify a._ncsc img {
    width: 85px
}

.f-website-title {
    margin-bottom: 10px
}

.f-website a {
    margin-right: 10px
}

.copyright {
    background-color: #f1f1f1;
    padding: 15px 0
}

.copyright section {
    margin: auto;
    max-width: 1200px
}

.copyright p {
    color: #666;
    font-size: 12px
}

.top-banner {
    background-color: #fff;
    display: flex;
    margin-top: 10px
}

.top-banner section {
    display: flex
}

.slider-bannertop {
    position: relative;
    width: 66.67%
}

.slider-bannertop.fullwidth {
    width: 100%
}

.slider-bannertop .item {
    display: none
}

.slider-bannertop .item img {
    width: 100%
}

.slider-bannertop .item:first-child {
    display: block
}

.slider-bannertop.owl-theme .owl-page span {
    height: 6px;
    width: 6px
}

.slider-bannertop.owl-theme .owl-page.active span {
    background-color: #fe7705
}

.slider-bannertop .owl-pagination {
    bottom: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.promote-banner {
    padding-left: 10px;
    width: 33.33%
}

.promote-item {
    display: block;
    margin-bottom: 5px
}

.promote-item:last-child {
    margin-bottom: 0
}

.promote-item img {
    width: 100%
}

.c-checkitem {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.c-checkitem:last-child {
    margin-right: 0
}

.c-checkitem .tick-checkbox {
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    margin-right: 2px;
    height: 16px;
    width: 16px
}

.c-checkitem .tick-checkbox,
.c-checkitem p {
    display: inline-block;
    vertical-align: middle
}

.c-checkitem.act-check {
    position: relative
}

.c-checkitem.act-check::before,
.c-checkitem.act-check::after {
    background-color: #fff;
    bottom: 3px;
    border-radius: 20px;
    content: '';
    position: absolute;
    width: 2px
}

.c-checkitem.act-check::before {
    height: 8px;
    left: 4px;
    transform: rotate(-35deg)
}

.c-checkitem.act-check::after {
    height: 12px;
    left: 9px;
    transform: rotate(35deg)
}

.c-checkitem.act-check .tick-checkbox {
    background-color: #4a90e2;
    border: none
}

.breadcrumb {
    background-color: #fff;
    margin-top: 10px
}

.breadcrumb.heighter {
    margin-top: 0;
    padding: 10px 0
}

.breadcrumb li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
    position: relative
}

.breadcrumb li::before {
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    content: '';
    height: 6px;
    position: absolute;
    right: 5px;
    transform: rotate(45deg);
    top: 7px;
    width: 6px
}

.breadcrumb li:last-child::before {
    display: none
}

.breadcrumb li a {
    color: #4a90e2
}

.wrap_cmtDMX .txtEditor {
    width: 100% !important
}

.wrap_cmtDMX .midcmt .s_comment i,
.wrap_cmtDMX .midcmt .s_comment .icondmx-search {
    background-position: -150px 0;
    height: 17px;
    width: 17px;
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/DMX/Global/Desktop/icon_common@2x.png?v=1);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 250px
}

.wrap_cmtDMX .relate_infocom .dotnew {
    float: left;
    display: inline;
    font-size: 8px;
    vertical-align: middle;
    margin: 2px 5px;
    color: #babbb8;
    background: unset;
    border-radius: unset;
    left: unset;
    height: unset;
    margin-top: unset;
    position: unset;
    top: unset;
    width: unset
}

.wrap_cmtDMX .comment_reply {
    margin-top: 15px
}

.banner-texttop._offtemp:before,
.banner-texttop._offtemp:after {
    background-color: #ffd103
}

.banner-texttop {
    background-color: #ffd103
}

.banner-texttop ._left {
    width: 62%;
    background-color: #ffd103
}

.banner-texttop ._left:after {
    border-top: 77px solid #ffd103;
    border-right: 54px solid #2d67c4
}

.banner-texttop ._left a {
    color: #2d67c4;
    padding-right: 60px
}

.banner-texttop ._left a span b {
    color: #2d67c4
}

.banner-texttop ._left a:after {
    box-shadow: 3px -3px 0 0 #2d67c4 inset;
    right: 40px
}

.banner-texttop ._right {
    width: calc(38% - 4px);
    background-color: #2d67c4
}

.banner-texttop ._right span {
    color: #fff
}

.banner-texttop ._right span a {
    color: #fff
}

.banner-texttop:before {
    background-color: #ffd103
}

.banner-texttop:after {
    background-color: #2d67c4
}

@media only screen and (max-width:1160px) {
    .header__address {
        margin-right: 10px;
        padding-left: 10px
    }
    .header__hot {
        width: 14%
    }
    .header__history {
        margin: 0 10px
    }
}

@media only screen and (max-width:1100px) {
    .header__logo {
        padding-right: 10px
    }
    .header__listtop .divitem {
        padding: 0 10px
    }
    .header__address {
        margin-right: 5px;
        padding-left: 5px
    }
    .header__cart {
        padding-left: 5px
    }
    .header__history {
        margin: 0 5px
    }
}

.application .col1-big-img {
    height: unset
}

.theme-lunar-new-year .icon-logo {
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/lunar_new_year/Logo/icon_logotet@2x.png);
    height: 34px;
    width: 166px;
    background-size: 250px 100px;
    background-position: 0 -50px
}

.theme-lunar-new-year .header__hot {
    width: calc(18% - 30px)
}

.dot-stretching {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #288ad6;
    color: #288ad6;
    transform: scale(1.25, 1.25);
    animation: dotStretching 2s infinite ease-in;
    text-align: left
}

.dot-stretching::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #288ad6;
    color: #288ad6;
    animation: dotStretchingBefore 2s infinite ease-in
}

.dot-stretching::after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #288ad6;
    color: #288ad6;
    animation: dotStretchingAfter 2s infinite ease-in
}

.dot-stretching::before,
.dot-stretching::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
    background: rgba(255, 255, 255, .75)
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
    background: rgba(255, 255, 255, .75)
}

.load {
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    border-top: 5px solid transparent;
    -webkit-animation: load-animate infinite linear 1s;
    animation: load-animate infinite linear 1s;
    border-radius: 100%
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
    background: rgba(255, 255, 255, .75)
}

#loader {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px
}

#loader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(https://cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/logo.png) no-repeat center;
    background-size: 45%;
    border-radius: 50%;
    margin: 0;
    background-color: #f8c5468c
}

#loader:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f8c546;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 1
}

body.dmx-site #loader:after {
    background-color: #288ad68f
}

body.dmx-site #loader:before {
    border-top-color: #288ad6
}

.desktop #loader {
    top: 15%
}

.loaderweb {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -75px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.loaderweb:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8e8e8e;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

.loaderweb:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.desktop .loaderweb {
    top: 15%
}

#progressTop {
    position: fixed;
    z-index: 99;
    top: 0;
    left: -6px;
    width: 1%;
    height: 5px;
    background-color: #288ad6;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: width 3000ms ease-out, opacity 500ms linear;
    -ms-transition: width 3000ms ease-out, opacity 500ms linear;
    -o-transition: width 3000ms ease-out, opacity 500ms linear;
    -webkit-transition: width 600ms ease-out, opacity 500ms linear;
    transition: width 5000ms ease-out, opacity 500ms linear
}

#progressTop b,
#progressTop i {
    position: absolute;
    top: 0;
    height: 3px;
    -moz-box-shadow: #777 1px 0 6px 1px;
    -ms-box-shadow: #777 1px 0 6px 1px;
    -webkit-box-shadow: #777 1px 0 6px 1px;
    box-shadow: #777 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.bubblingG {
    text-align: center;
    width: 99%;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .75);
    z-index: 1
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 25px 3px;
    background: #fff;
    border-radius: 49px;
    -o-border-radius: 49px;
    -ms-border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    animation: bubblingG 1.5s infinite alternate;
    -o-animation: bubblingG 1.5s infinite alternate;
    -ms-animation: bubblingG 1.5s infinite alternate;
    -webkit-animation: bubblingG 1.5s infinite alternate;
    -moz-animation: bubblingG 1.5s infinite alternate
}

.view-more .bubblingG span {
    animation: bubblingG-black 1.5s infinite alternate;
    -o-animation: bubblingG-black 1.5s infinite alternate;
    -ms-animation: bubblingG-black 1.5s infinite alternate;
    -webkit-animation: bubblingG-black 1.5s infinite alternate;
    -moz-animation: bubblingG-black 1.5s infinite alternate
}

#bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s
}

#bubblingG_2 {
    animation-delay: .45s;
    -o-animation-delay: .45s;
    -ms-animation-delay: .45s;
    -webkit-animation-delay: .45s;
    -moz-animation-delay: .45s
}

#bubblingG_3 {
    animation-delay: .9s;
    -o-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s
}

.loaderLocation {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #222;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 3px;
    left: 20%
}

.lds-ellipsis {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #1aa1db;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(24px, 0)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes bubblingG {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        transform: translateY(0)
    }
    100% {
        width: 17px;
        height: 17px;
        background-color: #288ad6;
        transform: translateY(-20px)
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -o-transform: translateY(0);
    }
    100% {
        width: 17px;
        height: 17px;
        background-color: #288ad6;
        -o-transform: translateY(-20px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -ms-transform: translateY(0)
    }
    100% {
        width: 17px;
        height: 17px;
        background-color: #288ad6;
        -ms-transform: translateY(-20px)
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -webkit-transform: translateY(0)
    }
    100% {
        width: 17px;
        height: 17px;
        background-color: #288ad6;
        -webkit-transform: translateY(-20px)
    }
}

@-moz-keyframes bubblingG {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -moz-transform: translateY(0)
    }
    100% {
        width: 17px;
        height: 17px;
        background-color: #288ad6;
        -moz-transform: translateY(-20px)
    }
}

@keyframes bubblingG-black {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        transform: translateY(0)
    }
    100% {
        width: 17px;
        height: 17px;
        background-color: #333;
        transform: translateY(-20px)
    }
}

@-o-keyframes bubblingG-black {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -o-transform: translateY(0);
    }
    100% {
        width: 17px;
        height: 17px;
        background-color: #333;
        -o-transform: translateY(-20px);
    }
}

@-ms-keyframes bubblingG-black {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -ms-transform: translateY(0)
    }
    100% {
        width: 17px;
        height: 17px;
        background-color: #333;
        -ms-transform: translateY(-20px)
    }
}

@-webkit-keyframes bubblingG-black {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -webkit-transform: translateY(0)
    }
    100% {
        width: 17px;
        height: 17px;
        background-color: #333;
        -webkit-transform: translateY(-20px)
    }
}

@-moz-keyframes bubblingG-black {
    0% {
        width: 7px;
        height: 7px;
        background-color: #fff;
        -moz-transform: translateY(0)
    }
    100% {
        width: 17px;
        height: 17px;
        background-color: #333;
        -moz-transform: translateY(-20px)
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(0)
    }
    14% {
        transform: scale(1.15)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.15)
    }
    70% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes bounce {
    0% {
        transform: scale(0)
    }
    14% {
        transform: scale(1.15)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.15)
    }
    70% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes load-animate {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg);
        opacity: .35
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dotStretching {
    0% {
        transform: scale(1.25, 1.25)
    }
    50%,
    60% {
        transform: scale(.8, .8)
    }
    100% {
        transform: scale(1.25, 1.25)
    }
}

@keyframes dotStretchingBefore {
    0% {
        transform: translate(0) scale(.7, .7)
    }
    50%,
    60% {
        transform: translate(-20px) scale(1, 1)
    }
    100% {
        transform: translate(0) scale(.7, .7)
    }
}

@keyframes dotStretchingAfter {
    0% {
        transform: translate(0) scale(.7, .7)
    }
    50%,
    60% {
        transform: translate(20px) scale(1, 1)
    }
    100% {
        transform: translate(0) scale(.7, .7)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes load-effect {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.falling-container {
    display: none
}

.theme-lunar-new-year .falling-container {
    display: block
}

.falling-item {
    color: #fff;
    font-size: 1em;
    font-family: Arial
}

.falling-item {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.falling-item:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.falling-item:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.falling-item:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.falling-item:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.falling-item:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.falling-item:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.falling-item:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.falling-item:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.falling-item:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.falling-item:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(80px)
    }
    100% {
        transform: translateX(0)
    }
}

.falling-item {
    color: transparent;
    background-size: 100%;
    color: transparent;
    background-repeat: no-repeat
}

.falling-item:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s;
    font-size: 2.5em;
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/lunar_new_year/Flower/pink_1-min.png)
}

.falling-item:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 5s, 5.5s;
    animation-delay: 5s, 5.5s;
    font-size: 1.9em;
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/lunar_new_year/Flower/yellow_2-min.png)
}

.falling-item:nth-of-type(3) {
    left: 40%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s;
    font-size: 2.4em;
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/lunar_new_year/Flower/pink_3-min.png)
}

.falling-item:nth-of-type(4) {
    left: 50%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
    font-size: 2.1em;
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/lunar_new_year/Flower/yellow_4-min.png)
}

.falling-item:nth-of-type(5) {
    left: 80%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s;
    font-size: 2.3em;
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/lunar_new_year/Flower/pink_5-min.png)
}

.falling-item:nth-of-type(6) {
    left: 90%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s;
    font-size: 2.2em;
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/lunar_new_year/Flower/yellow_6-min.png)
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    [class^="icondmx-"],
    [class*="icondmx-"] {
        background-image: url(https://cdn.tgdd.vn/dmx2016/ContentMwg/images/V2/global/icondesktop@2x.v202012152340.png);
        background-size: 330px 293px
    }
    .installment_0_5 .icondmx-installment {
        background-position: -135px -35px;
        width: 70px
    }
}

@media screen and (max-width:1220px) {
    .btnviewed .nopro:before,
    .btnviewed .nopro:after {
        right: 42%
    }
    .btnviewed .nopro:after {
        right: 37%
    }
    .wraphead {
        width: 1024px
    }
    .switchboard,
    .kinhnghiemhay {
        margin: 7px 0 7px 17px
    }
    #main-search {
        width: 20%
    }
    #main-search.ncart {
        width: 24%
    }
    .switchboard {
        margin-left: 10px
    }
    .knh {
        margin-left: 30px
    }
    header .supermarket {
        margin-left: 25px
    }
    .colfoot li a {
        padding: 0 0 0 5px;
        line-height: 30px
    }
    .colfoot {
        width: 26.5%
    }
    .main-navigation .mainmenu,
    nav ul {
        width: 210px
    }
    nav li a,
    nav li aside a {
        font-size: 12px
    }
    nav li h3 {
        font-size: 12px;
        line-height: 19px;
        padding: 4px 0
    }
    nav li .subcate {
        left: 211px;
        height: 318px
    }
    .txtbanner {
        width: 79%
    }
    header .header-promotion {
        padding-right: 10px
    }
    .col4 {
        width: 20%;
        margin-right: 5px
    }
    .collast {
        display: none
    }
    #main-search .suggest a span:first-child {
        max-width: 100% !important
    }
    .suggest .suggest-shock {
        padding-top: 0 !important
    }
    .mwg-logo {
        padding: 5px 0 0 0 !important
    }
    .viewedproduct {
        width: 1000px
    }
    .storeinfo:before,
    .storeinfo:after {
        content: none
    }
}

@media screen and (max-width:1024px) {
    .promote img {
        width: 321px
    }
    #submenu-4 aside:nth-child(1) {
        width: 176px
    }
    #submenu-4 aside:nth-child(2) {
        width: 185px
    }
    #submenu-4 aside:nth-child(3) {
        width: 134px
    }
    #submenu-4 aside:nth-child(4) {
        width: 235px
    }
    #submenu-4 aside:nth-child(2) strong a {
        display: none
    }
    .colfoot li a.logo-chg {
        margin: 5px
    }
    .gd-menu.menu-new aside a {
        line-height: 20px
    }
    .gd-menu aside:nth-child(2) {
        margin-left: 0
    }
    .gd-menu aside {
        padding: 5px 8px
    }
}


/*  10:34:01 18/01/2022 */

[class^="iconcate-"],
[class*="iconcate-"] {
    background-image: url(https://cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/icon_commonDMX@2x.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 260px
}

.bg-black::before {
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2
}

.bg-black.overlay-filter::before {
    background-color: rgba(0 0 0/.4)
}

section {
    position: relative
}

.owl-carousel {
    display: block
}

#owl-nh .item {
    display: none
}

#owl-nh .item img {
    max-width: 100%
}

#owl-nh .item:first-child {
    display: block
}

.owl-nav button {
    background: rgba(255, 255, 255, .9) !important;
    height: 60px;
    width: 30px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    z-index: 2
}

.owl-nav button span {
    display: block;
    text-indent: -9999px
}

.owl-nav button span::before {
    content: "";
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    content: '';
    height: 22px;
    position: absolute;
    top: 18px;
    width: 22px
}

.owl-nav button.owl-prev span::before {
    left: 10px;
    transform: rotate(-135deg)
}

.owl-nav button.owl-next span::before {
    transform: rotate(45deg);
    right: 8px
}

.pk-sale .listproduct .owl-item {
    border: none !important
}

.pk-sale .owl-carousel .owl-prev {
    left: -7px
}

.pk-sale .owl-carousel .owl-next {
    right: -7px
}

.block-scroll {
    background-color: #fff
}

.scroll-quicklink.scroll-left::before {
    display: none
}

.slider-nh .owl-dots,
.slider2-nh .owl-dots {
    bottom: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.slider-nh button.owl-dot {
    background: rgba(255, 255, 255, .6);
    border-radius: 50%;
    margin: 0 3px;
    height: 4px;
    width: 4px
}

.slider-nh .owl-dot.active {
    background: #fff
}

.slider2-nh button.owl-dot {
    background: #999;
    border-radius: 4px;
    margin: 0 1px;
    height: 1px;
    width: 10px
}

.slider2-nh .owl-dot.active {
    background: #fff
}

.close-banner {
    position: absolute;
    top: 0;
    right: 4px
}

.btn-readmore {
    margin-top: 15px
}

.btn-readmore--nh {
    margin-top: 40px
}

.btn-readmore--mevabe {
    margin-bottom: 40px
}

.btn2-readmore {
    border: 1px solid #288ad6;
    border-radius: 4px;
    color: #288ad6;
    display: block;
    line-height: 18px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    width: calc(100% - 20px)
}

.border-line {
    border-top: 1px solid #e0e0e0;
    margin: 10px 0 20px
}

.disabled {
    pointer-events: none;
    opacity: .5
}

.block-scroll {
    position: relative;
    padding: 10px 0 15px
}

.jsfix.fixed {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    max-width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9
}

.jsfix.fixed .filter-total {
    top: 0
}

.jsfix.fixed .filter-show {
    top: 54px
}

.box-filter {
    position: relative;
    font-size: 0;
    padding-top: 10px;
}

.fixed .box-filter {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
    position: unset;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.fixed .box-filter::-webkit-scrollbar {
    display: none
}

.fixed .box-filter.wrap {
    white-space: normal
}

.box-filter.disabled {
    opacity: 1
}

.box-filter.disabled::after {
    content: '';
    background: rgba(255, 255, 255, .75);
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 10px;
    border-radius: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10
}

.filter-item,
.filter-total {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    margin-right: 8px;
    position: relative;
    padding-bottom: 10px
}

.bg-black .filter-item {
    z-index: 2
}

.bg-black .filter-item.isShowing {
    z-index: 3
}

.bg-black.overlay-filter .filter-item {
    z-index: 1
}

.filter-item__title {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 10px
}

.filter-item__title span {
    padding-right: 12px;
    position: relative
}

.filter-item__title span::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    content: '';
    height: 0;
    position: absolute;
    top: 6px;
    right: 0;
    width: 0
}

.filter-item__title.active {
    border: 1px solid #4a90e2;
    position: relative;
    z-index: 2
}

.bg-black .filter-item__title.active {
    z-index: 1
}

.filter-item__title.active.showing {
    z-index: 4
}

.filter-item__title.showing.active span::before {
    transform: rotate(-180deg)
}

.filter-item__title.showing.active .arrow-filter {
    width: 27px;
    height: 14px;
    top: 30px;
    left: 25px;
    position: absolute;
    overflow: hidden
}

.filter-item__title.showing.active .arrow-filter::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background: #fff;
    transform: rotate(45deg);
    top: 10px;
    left: 0;
    box-shadow: -2px -2px 5px -4px
}

.filter-total i {
    margin-right: 5px
}

.filter-total .number {
    background-color: #f89406;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: -8px;
    text-align: center;
    right: 5px;
    width: 16px;
    display: none
}

.filter-show {
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
    border-radius: 4px;
    max-width: 600px;
    min-width: 382px;
    left: 0;
    position: absolute;
    padding: 10px;
    top: 45px;
    width: max-content;
    white-space: normal;
    z-index: 3
}

.filter-show.short-width {
    width: 400px
}

.filter-show.width-defined {
    width: 600px
}

.block-manu .filter-show {
    width: 547px
}

.block-manu .filter-show.has-scroll {
    width: 564px
}

.filter-show--right {
    left: auto;
    right: 0
}

.filter-show.w552 {
    max-width: 552px;
    width: 552px
}

.filter-border {
    border-top: 1px solid #e0e0e0;
    width: 100%
}

.filter-show.show-total {
    overflow-y: auto;
    padding: 0;
    width: 900px;
    max-width: 900px;
    max-height: 80vh
}

.filter-show.show-total .filter-button {
    bottom: 0;
    margin: 0;
    position: sticky;
    width: 100%;
    z-index: 2
}

.filter-show.show-total::-webkit-scrollbar-track,
.phukien-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f1f1f1
}

.filter-show.show-total::-webkit-scrollbar,
.phukien-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #f1f1f1
}

.filter-show.show-total::-webkit-scrollbar-thumb,
.phukien-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bdbdbd
}

.filter-show.show-total:hover::-webkit-scrollbar-thumb,
.phukien-scroll:hover::-webkit-scrollbar-thumb {
    background: #666
}

.phukien-scroll::-webkit-scrollbar {
    height: 5px
}

.show-total .show-total-item {
    width: auto;
    float: left;
    max-width: 33%
}

.show-total .show-total-item.width30 {
    width: 33.3333%
}

.show-total .show-total-item.width65 {
    width: 60%
}

.show-total .show-total-item.warpper-manu-inside {
    width: 100%;
    clear: both;
    max-width: unset
}

.show-total-item.show-full {
    max-width: 66.6666%
}

.show-total-main {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 15px 0 10px
}

.close-popup-total {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.show-total-item {
    padding: 10px 20px
}

.show-total-txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px
}

.filter-list {
    display: flex;
    flex-wrap: wrap
}

.filter-list .colorpicker {
    border-radius: 50%;
    margin-right: 10px;
    height: 10px;
    width: 10px
}

.filter-list strong {
    display: block;
    overflow: hidden;
    flex: 0 0 100%;
    padding: 8px 9px;
    box-sizing: border-box
}

.filter-search {
    margin-bottom: 8px;
    position: relative
}

.input-filter {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #999;
    height: 40px;
    padding: 0 40px 0 15px;
    width: 100%
}

.btn-submit {
    background: transparent;
    border: none;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px
}

.c-btnbox {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 17px;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 8px 9px
}

.c-btnbox:hover {
    border: 1px solid #2f80ed;
    color: #2f80ed
}

.c-btnbox.filter-manu:hover {
    border: 1px solid #2f80ed
}

.c-btnbox-redmore {
    color: #4a90e2;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px
}

.c-btnbox.check {
    border: 1px solid #4a90e2
}

.c-btnbox img {
    display: flex;
    width: auto;
    max-height: 25px;
    max-width: 98%;
    object-fit: contain;
    justify-content: center
}

.c-btnbox p {
    margin-top: 5px
}

.warpper-manu-inside .filter-list--hang,
.cate-7264 .warpper-manu-inside .filter-list--hang {
    max-height: unset;
    overflow: unset;
    overflow-y: unset;
    padding-bottom: 0
}

.filter-list--hang {
    margin: 0 -4px;
    max-height: 23vh;
    overflow: hidden;
    overflow-y: auto
}

.filter-list--hang .c-btnbox {
    height: 36px;
    margin: 0 4px 10px;
    padding: 0;
    width: 99px
}

.filter-list--hang .c-btnbox span {
    text-align: center
}

.filter-list--door .c-btnbox:nth-child(5n) {
    margin-right: 0
}

.filter-list--center {
    text-align: center
}

.filter-list--wattage .c-btnbox {
    text-align: center
}

.filter-list--wattage .c-btnbox span {
    color: #2f80ed;
    display: block;
    font-size: 16px;
    margin-top: 10px
}

.flt-fixbtn {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    left: 0;
    position: fixed;
    padding: 6px 10px;
    top: 0;
    width: 100%;
    z-index: 1
}

.btn-closefilter {
    color: #333;
    float: right;
    font-size: 14px;
    position: relative
}

.bg-whitefix {
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255 255 255/0), rgba(255 255 255/.7), #fff);
    height: 154px;
    position: sticky;
    right: 0;
    width: 100%;
    z-index: 1
}

.txtnb-readmore {
    color: #333;
    font-size: 12px;
    float: right;
    line-height: 16px;
    position: relative;
    padding-right: 5px
}

.txtnb-readmore::before {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: '';
    height: 4px;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    right: -4px;
    width: 4px
}

.txtbl-readmore {
    color: #4a90e2;
    font-size: 12px;
    float: right;
    font-weight: bold;
    line-height: 17px
}

.box-quicklink {
    display: flex;
    flex-wrap: wrap
}

.lst-quicklink {
    display: flex;
    flex-wrap: wrap
}

p.quick-filter-title {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px 2px
}

.lst-quickfilter {
    display: flex;
    flex-wrap: wrap
}

.lst-quickfilter.q-manu {
    width: 100%
}

.box-quicklink__item {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    display: flex;
    font-size: 14px;
    line-height: 13px;
    margin-right: 8px;
    margin-bottom: 10px;
    min-height: 36px;
    max-height: 36px;
    padding: 6px 13px;
    vertical-align: top
}

.box-quicklink__item:hover {
    border: 1px solid #2f80ed
}

.box-quicklink__item.quicklink-logo:hover {
    color: #2f80ed
}

.has-image .box-quicklink__item {
    min-height: 46px;
    max-height: 46px
}

.quicklink-watchpage .box-quicklink__item {
    max-height: unset;
    height: 42px
}

.quicklink-watchpage .box-quicklink__item.km-hot {
    color: #e10c00;
    font-weight: bold
}

.box-quicklink__item.bd-radius {
    border-radius: 52px
}

.box-quicklink__item.check {
    border: 1px solid #288ad6
}

.box-quicklink__item.bg-gray {
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1
}

.box-quicklink__item.border-blue {
    border: 1px solid #4a90e2
}

.box-quicklink__item.bg-gray.border-blue {
    background-color: #fff
}

.box-quicklink__item img {
    vertical-align: middle;
    width: auto;
    height: 20px;
    margin-right: 5px
}

.box-quicklink__item img.no-text {
    margin-right: 0
}

.has-image .box-quicklink__item:not(.no-text) img {
    height: 40px;
    max-height: 40px
}

.has-image .box-quicklink__item img.no-text {
    height: 20px
}

.filter-button {
    background-color: #fff;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, .05);
    font-size: 0;
    margin: 8px -10px 0;
    padding: 8px 10px;
    text-align: center;
    display: none
}

.relative {
    position: relative
}

.btn-filter-close,
.btn-filter-readmore {
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 0 5px;
    padding: 10px 0;
    text-align: center;
    width: 170px;
    position: relative
}

.btn-filter-close {
    border: 1px solid #dd1c1a;
    color: #dd1c1a
}

.btn-filter-readmore {
    background-color: #288ad6;
    color: #fff
}

.box-checkbox {
    float: left;
    margin: 0 0 15px
}

.box-checkbox .c-checkitem p {
    font-size: 12px;
    line-height: 16px
}

.box-checkbox .c-checkitem {
    margin-right: 25px
}

.box-checkbox .c-checkitem:last-child {
    margin-right: 0
}

.genuine .box-checkbox {
    margin-bottom: 10px
}

.genuine .box-checkbox .c-checkitem {
    margin: 0 15px
}

.box-checkbox .c-checkitem:first-child {
    margin-left: 25px
}

.box-checkbox a {
    color: #000
}

.genuine .box-checkbox .c-checkitem:first-child {
    margin-left: 0
}

.c-checkitem .tick-checkbox {
    background: #fff
}

.c-checkitem .tick-checkbox,
.c-checkitem p {
    display: inline-block;
    vertical-align: middle
}

.c-checkitem.active {
    position: relative
}

.c-checkitem.active::before,
.c-checkitem.active::after {
    background-color: #fff;
    bottom: 2px;
    border-radius: 20px;
    content: '';
    position: absolute;
    width: 2px
}

.c-checkitem.active::before {
    height: 8px;
    left: 4px;
    transform: rotate(-35deg)
}

.c-checkitem.active::after {
    height: 12px;
    left: 9px;
    transform: rotate(35deg)
}

.c-checkitem.active .tick-checkbox {
    background-color: #4a90e2;
    border: none
}

.box-sort {
    margin: 10px 0;
    display: block;
    overflow: visible
}

.box-sort.hide-ext .sort-total {
    display: none
}

.box-sort.hide-ext .sort-select {
    display: none
}

.box-sort.hide-ext .box-checkbox {
    margin-bottom: 15px
}

.box-sort.hide-ext .box-checkbox a:first-child {
    margin-left: 0
}

.result-label {
    max-height: 25px
}

.sort-total {
    float: left;
    font-weight: bold;
    margin: 0 0 15px;
    padding-top: 3px
}

.breadcrumb .sort-total {
    margin-bottom: 0;
    font-weight: normal;
    padding-top: 0
}

.box-sort.genuine .sort-total {
    margin: 0 12px 15px 0;
    padding-top: 2px
}

.sort-select {
    float: right;
    position: relative;
    margin-bottom: 10px
}

.sort-select .click-sort {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 10px 6px 8px
}

.sort-select .sort-show {
    padding-right: 12px;
    position: relative
}

.sort-select .sort-show::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    content: '';
    height: 0;
    position: absolute;
    top: 6px;
    right: 0;
    width: 0
}

.sort-select-main {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    display: none;
    position: absolute;
    padding: 0 7px;
    top: 30px;
    right: 0;
    width: 160px;
    z-index: 2
}

.sort-select-main.active {
    display: block
}

.sort-select-main p {
    border-bottom: 1px solid #f1f1f1
}

.sort-select-main p.selected i {
    margin-right: 10px
}

.info {
    position: relative;
    padding: 5px 0
}

.info__title {
    color: #2f80ed;
    cursor: pointer;
    display: inline-block;
    position: relative
}

.info__title::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #2f80ed;
    content: '';
    position: absolute;
    top: 7px;
    right: -17px
}

.info__title.remove-arrow::before {
    display: none
}

.icon-info,
.iconcate-info {
    background-image: url(https://cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/icon_common@2x.png);
    background-size: 300px 250px;
    background-position: -40px -230px;
    height: 16px;
    width: 16px
}

.info .icon-info,
.info .iconcate-info {
    margin-right: 10px
}

.info__content {
    display: none;
    position: absolute;
    top: -101px;
    width: 560px;
    left: 195px;
    z-index: 3;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .18);
    z-index: 4
}

.info__content.manu_content {
    left: 251px
}

.info__content:before {
    content: '';
    border-right: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -15px;
    top: 105px
}

.info .info__content button {
    position: absolute;
    border: 1px solid #e0e0e0;
    top: -45px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    right: 0;
    cursor: pointer
}

.info .info__content button i {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0
}

.info .info__content button i:after,
.info .info__content button i:before {
    content: '';
    width: 10px;
    background-color: #333;
    position: absolute;
    height: 1px;
    transform: rotate(45deg)
}

.info .info__content button i:after {
    transform: rotate(-45deg)
}

.info__content .infor-txt {
    display: block;
    font-size: 16px;
    line-height: 24px
}

.info__content iframe {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 414px;
    border-radius: 12px
}

.info .info__content .info-link {
    display: block;
    overflow: hidden;
    color: #2f80ed;
    font-size: 16px
}

.box-layout2 {
    background-color: #fff
}

.layout-nh2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding-top: 20px
}

.layout-nh2__item {
    cursor: pointer;
    margin: 0 8px 10px;
    width: 120px
}

.layout-nh2__item span {
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 60px;
    margin: 0 auto;
    width: 60px
}

.layout-nh2__item img {
    max-width: 50px
}

.layout-nh2__item p {
    font-size: 13px;
    line-height: 17px;
    max-width: 96px;
    margin: 5px auto 0;
    text-align: center
}

.layout-nh2__item.active p {
    color: #2f80ed
}

.layout-nh2__item.active span {
    border: 1px solid #2f80ed
}

.navnh-link {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .07);
    border-radius: 8px;
    margin: 10px 0 25px;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.navnh-link__item a {
    color: #333
}

.navnh-link__item {
    flex: 1;
    padding-right: 38px;
    min-height: 65px
}

.navnh-link__item::before {
    background-color: #c4c4c4;
    content: '';
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    width: 1px
}

.navnh-link__item:last-child::before {
    display: none
}

.navnh-link__item .alink {
    display: inline-flex;
    font-size: 14px;
    line-height: 17px;
    padding: 16px 0 16px 28px;
    position: relative;
    height: 100%
}

.navnh-link__item .alink::before,
.navnh-link__item .alink::after {
    content: '';
    display: none;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.navnh-link__item .alink::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    bottom: -11px;
    z-index: 3
}

.navnh-link__item .alink::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #e0e0e0;
    bottom: -12px
}

.navnh-link__item .alink span {
    display: inline-flex;
    align-items: center
}

.navnh-link__item .alink span::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    content: '';
    position: absolute;
    right: -25px;
    top: calc(50% - 2.5px);
    transition: .2s
}

.navnh-link__item a:hover {
    color: #2f80ed
}

.navnh-link__item:hover .alink span::before {
    transform: rotate(180deg)
}

.navnh-link__item:hover .alink::before,
.navnh-link__item:hover .alink::after {
    display: block
}

.navnh-link__item:hover .navnh-sub {
    display: block
}

.navnh-link__item:last-child .navnh-sub {
    left: auto;
    right: 0
}

.navnh-link__item:nth-child(7) .navnh-sub {
    left: auto;
    right: 0
}

.navnh-sub {
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    left: 0;
    position: absolute;
    padding: 20px 12px;
    top: 75px;
    width: 100%;
    z-index: 2
}

.navnh-sub::before {
    content: "";
    height: 15px;
    top: -13px;
    left: 0;
    position: absolute;
    width: 100%
}

.c-listcat {
    font-size: 0;
    padding-bottom: 10px
}

.c-listcat__item {
    color: #333;
    display: inline-block;
    margin: 0 8px 10px 7px;
    vertical-align: top;
    width: 68px
}

.c-listcat__item:hover .c-listcat__img {
    border: 1px solid #2f80ed
}

.c-listcat__item:hover p {
    color: #2f80ed
}

.c-listcat__img {
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 54px;
    margin: 0 auto;
    position: relative;
    width: 54px
}

.c-listcat .label-hot {
    max-width: 24px;
    position: absolute;
    top: 0;
    right: 0
}

.c-listcat__img img {
    max-width: 40px
}

.c-listcat__txt {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    text-align: center;
    white-space: normal
}

.slider-listcat.owl-carousel .owl-buttons div {
    top: 25%
}

.highlight {
    margin-bottom: 15px
}

.highlight-txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px
}

.highlight .c-listcat__txt {
    font-size: 13px;
    line-height: 17px;
    padding: 0 10px
}

.highlight .c-listcat__img img {
    max-width: 50px
}

.highlight .c-listcat__img {
    height: 60px;
    width: 60px
}

.highlight .c-listcat__item {
    margin: 0;
    width: 120px
}

.highlight .c-listcat .label-hot {
    max-width: 27px
}

.ht-sale {
    background-color: #2f80ed;
    border-radius: 4px;
    padding: 15px 10px 10px;
    position: relative
}

.ht-sale__title {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 15px
}

.ht-sale__tab {
    display: flex;
    padding-bottom: 12px
}

.ht-sale__tab li {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    justify-content: center;
    line-height: 16px;
    margin-right: 5px;
    padding: 9px 5px;
    text-align: center;
    width: 12.5%
}

.ht-sale__tab li.active {
    background-color: #fff;
    color: #05314a;
    position: relative
}

.ht-sale__tab li:hover {
    background-color: #fff;
    color: #05314a;
    position: relative
}

.ht-sale__tab li.active::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    bottom: -16px;
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.ht-sale__tab li:last-child {
    margin-right: 0
}

.ht-sale .listproduct {
    background-color: #fff;
    border-radius: 4px
}

.ht-sale .listproduct .item {
    background-color: transparent;
    border-bottom: none;
    border-top: 1px solid #f1f1f1
}

.ht-sale .listproduct .item:nth-child(1),
.ht-sale .listproduct .item:nth-child(2),
.ht-sale .listproduct .item:nth-child(3),
.ht-sale .listproduct .item:nth-child(4),
.ht-sale .listproduct .item:nth-child(5) {
    border-top: none
}

.ht-sale .listproduct .item:nth-child(5n) {
    border-right: none
}

.ht-sale .listproduct .item:nth-child(5n+1) {
    border-left: none
}

.ht-sale .show-sale {
    display: none
}

.ht-sale .show-sale.active {
    display: block
}

.product-news {
    margin: 25px 0 45px
}

.title-productnews {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 25px
}

.product-trending {
    margin-top: 20px
}

.product-trending-txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 15px
}

.product-trending-txt a {
    color: #288ad6
}

.phukien-wrap {
    padding: 10px 0 20px
}

.phukien-scroll {
    font-size: 0;
    margin-top: 8px;
    display: flex;
    white-space: nowrap;
    padding-bottom: 5px;
    overflow: auto
}

.phukien-scroll .pk-listmenu {
    margin-right: 8px
}

.phukien-scroll .pk-listmenu:last-child {
    margin-right: 0
}

.pk-listmenu {
    border-radius: 6px;
    display: grid;
    grid-gap: 3px;
    padding-bottom: 3px
}

.pk-listmenu.yellow {
    border: 1px solid #f4c208;
    background-color: #ffe173
}

.pk-listmenu.yellow li:first-child a {
    background-color: #f4c208
}

.pk-listmenu.mint {
    border: 1px solid #b2eaea;
    background-color: #dbffff
}

.pk-listmenu.mint li:first-child a {
    background-color: #b2eaea
}

.pk-listmenu.blue {
    border: 1px solid #76cef3;
    background-color: #b9eaff
}

.pk-listmenu.blue li:first-child a {
    background-color: #76cef3
}

.pk-listmenu.orange {
    border: 1px solid #ffba88;
    background-color: #fed5b7
}

.pk-listmenu.orange li:first-child a {
    background-color: #ffba88
}

.pk-listmenu.green {
    border: 1px solid #6fc5a4;
    background-color: #ace7d1
}

.pk-listmenu.green li:first-child a {
    background-color: #6fc5a4
}

.pk-listmenu a {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 13px;
    line-height: 16px;
    min-height: 30px;
    padding: 3px 6px
}

.pk-listmenu li {
    align-self: center
}

.pk-listmenu li:first-child a {
    border-radius: 6px 0 8px 0;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    width: 100%
}

.pk-listmenu.grid-1 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr)
}

.pk-listmenu.grid-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr)
}

.pk-listmenu.grid-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr)
}

.pk-listmenu li.pk-titlemenu {
    display: flex;
    height: 100%;
    align-self: start
}

.tgdd .pk-listmenu a {
    padding: 3px 7px
}

.trademark {
    margin-bottom: 20px;
    margin-top: 10px
}

.trademark__title {
    padding: 0 8px 8px
}

.trademark__list {
    display: grid;
    grid-gap: 8px;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(10, minmax(0, 1fr))
}

.trademark__list a {
    align-items: center;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    color: #288ad6;
    display: flex;
    font-size: 12px;
    justify-content: center;
    line-height: 16px;
    padding: 10px 8px;
    text-align: center
}

.trademark__list a:hover {
    border: 1px solid #2f80ed
}

.trademark__list a img {
    max-width: 100%
}

.pk-sale {
    background-color: #fed100;
    padding: 10px 4px 0;
    position: relative
}

.pk-sale.isCarousel {
    overflow: hidden
}

.pk-sale .listproduct {
    max-height: 436px
}

.pk-sale .listproduct .owl-loaded {
    max-height: unset
}

.pk-sale .listproduct.owl-loaded {
    max-height: unset
}

.pk-sale__title {
    line-height: 16px;
    font-weight: bold;
    margin: 0 2px 8px
}

.pk-sale .listproduct {
    border-top: none;
    border-left: none
}

.pk-sale .listproduct li {
    border-radius: 4px;
    margin: 0 4px
}

.pk-sale .owl-stage {
    display: flex
}

.listproduct li {
    border-bottom: 1px solid #f3f3f3 !important;
    border-right: 1px solid #f3f3f3 !important;
    padding: 5px
}

.btn-readmore.btn-phukien {
    background-color: #fff;
    border: 1px solid #288ad6;
    color: #288ad6;
    margin-top: 10px;
    width: calc(100% - 8px)
}

.btn-readmore.btn-phukien span::before {
    border-top: 5px solid #288ad6
}

.pk-box01 {
    margin-top: 20px
}

.pk-box01__title {
    background-color: #fed100;
    font-weight: bold;
    line-height: 16px;
    padding: 13px 8px
}

.pk-box02 {
    margin: 30px 0
}

.pk-box02__title {
    background: #22272c url('https://cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/bg_phukien.png') no-repeat;
    background-size: 257px 42px;
    background-position: left center;
    color: #fff;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 13px 10px
}

.dmx .pk-sale,
.dmx .pk-box01__title {
    background-color: #4d90e0;
    color: #fff
}

.group-manu {
    justify-content: center;
    padding: 15px 0 0 0;
    max-width: 1200px;
    margin: auto
}

.group-manu a {
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    justify-content: center;
    display: inline-block;
    height: 40px;
    margin: 0 3px 10px 0;
    width: 113px;
    padding: 10px 14px;
    border: 1px solid #e0e0e0
}

.group-manu a.active {
    border: 1px solid #2f80ed
}

.group-manu a img {
    display: block;
    max-width: 100%;
    height: auto
}

.viewmore-manupk {
    vertical-align: top;
    text-align: center;
    cursor: pointer
}

#homeWatchPage section {
    padding: 0
}

.collection {
    display: block;
    overflow: hidden;
    margin: 10px 0
}

.collection span {
    display: inline-block;
    overflow: hidden;
    color: #000;
    font-weight: 700;
    padding: 10px 0;
    font-size: 18px
}

.collection .lnkBst {
    display: inline-block;
    float: right;
    color: #333;
    margin: 10px 18px 10px 0;
    padding-right: 15px;
    position: relative
}

.collection .lnkBst:after {
    content: '';
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 4px;
    right: 0
}

.collection ul {
    display: block;
    overflow: hidden
}

.collection>ul>li {
    width: calc(100%/5 - 14px)
}

.collection>ul>li:nth-child(n+6) {
    display: none
}

.collection ul li {
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    margin-right: 10px
}

.collection ul li a {
    display: block;
    overflow: hidden
}

.collection li a img {
    width: 100%;
    height: auto
}

.watch-type {
    background: #020c16;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    border-radius: 4px;
    overflow: hidden
}

.watch-type .bgw-type {
    width: 27.5%
}

.watch-type .bgw-type a {
    display: block;
    overflow: hidden;
    margin-bottom: -4px
}

.watch-type .bgw-type img {
    width: 100%
}

.watch-type aside {
    margin-left: -70px;
    padding: 0 15px 0 0;
    width: calc(72.5% + 70px)
}

.watch-type .tabs-type {
    float: left
}

.watch-type .tab-link {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: #020c16;
    border-radius: 20px;
    padding: 8px 10px;
    color: #f1f1f1;
    border: 1px solid #fff;
    position: relative;
    margin-right: 10px;
    height: 36px;
    text-align: center
}

.watch-type .tab-link.active-tab {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    background-color: #fff;
    border: none;
    color: #000;
    font-weight: bold
}

.slide-dongho.owl-carousel .owl-stage {
    display: flex
}

.watch-type .prt-watch {
    margin: 10px 0 0
}

.watch-type .prt-watch .item-img img {
    max-height: 160px
}

.see-all {
    float: right;
    border-radius: 4px;
    margin: 10px 0;
    position: relative;
    padding-right: 10px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: max-content;
    max-width: 27%;
    float: right
}

.see-all:after {
    content: '';
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 4px;
    right: 0
}

.high-end {
    background: #eccea0
}

.high-end .tabs-type span {
    color: #333;
    border: 1px solid #666;
    background: #eccea0
}

.high-end aside .box-top .see-all,
.wfwomen aside .box-top .see-all,
.wfchildren aside .box-top .see-all {
    color: #333
}

.high-end aside .box-top .see-all:after,
.wfwomen aside .box-top .see-all:after,
.wfchildren aside .box-top .see-all:after {
    border-left: 5px solid #333
}

.watchformen {
    background: #05314a
}

.watchformen .tabs-type span {
    background: #05314a;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 10px
}

.wfwomen {
    background: #ffb1bf
}

.wfwomen .tabs-type span {
    background: #ffb1bf;
    border: 1px solid #333;
    color: #333
}

.wfcouple {
    background: #85162a
}

.wfcouple .tabs-type span {
    background: #380212;
    border: 1px solid #e0e0e0;
    color: #e0e0e0;
    margin: 0 5px
}

.wfchildren {
    background: #ffbf56
}

.wfchildren .tabs-type span {
    background: #ffbf56;
    border: 1px solid #666;
    color: #333;
    margin: 0 5px
}

.wlstrap {
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
    margin-top: 30px;
    padding-bottom: 25px
}

.wlstrap h4 {
    float: left;
    padding: 10px;
    font-size: 20px;
    font-weight: 700
}

.wlstrap .line-strap {
    display: block;
    overflow: hidden
}

.wlstrap .line-strap .option-wl {
    float: left;
    padding: 10px 0
}

.wlstrap .line-strap .option-wl span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

.wlstrap .line-strap .option-wl a {
    display: inline-block;
    vertical-align: middle;
    color: #2f80ed;
    margin: 0 15px 0 0
}

.wlstrap .line-strap .see-all {
    color: #2f80ed;
    margin: 2px 0
}

.wlstrap .line-strap .see-all:after {
    border-left: 5px solid #2f80ed
}

.wlstrap .prt-watch {
    border-radius: 0
}

.wlstrap .prt-watch li img {
    width: 85px
}

.wlstrap .prt-watch li h3 {
    margin-top: 20px
}

.prt-watch .tab-content {
    display: flex;
    margin-top: 20px
}

.prt-watch .tab-content li {
    border-right: 1px solid #dfdfdf;
    padding: 0 20px;
    text-align: center;
    width: 16.67%
}

.prt-watch .tab-content li:last-child {
    border-right: none
}

.box-top {
    margin: 10px 0 20px
}

.listproduct.slide-dongho {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    z-index: 0;
    min-height: 300px
}

.listproduct.slide-dongho li.item {
    border-bottom: unset !important;
    border-right: unset !important
}

.listproduct.slide-dongho.owl-carousel>.item:nth-child(n+6) {
    display: none
}

.listproduct.slide-dongho .item {
    text-align: center;
    max-height: 317px
}

.listproduct.slide-dongho .item h3 {
    line-height: 21px;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
    max-height: unset
}

.listproduct.slide-dongho .item h3 b {
    display: block
}

.listproduct.slide-dongho .item a strong {
    display: block;
    color: #333
}

.listproduct.slide-dongho .item a strong:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.slide-dongho.owl-carousel.listproduct .owl-item:first-child {
    border-left: 1px solid #f1f1f1
}

.slide-dongho.owl-carousel.listproduct .owl-item {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}

.slide-dongho.owl-carousel.listproduct .owl-item {
    display: flex
}

.slide-dongho.owl-carousel.listproduct .item:first-child {
    border: none
}

.slide-dongho.owl-carousel.listproduct>.item {
    width: 19%;
    display: inline-block
}

.wt-mono .tab-link {
    min-width: 70px
}

.watch-type .tabs-type::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.owl-carousel {
    display: block !important
}

.owl-carousel.bst-watch {
    z-index: 0
}

.listproduct.slide-dongho .item-img {
    height: auto;
    line-height: normal
}

#homeWatchPage .listproduct .price {
    color: #333;
    font-size: 18px
}

img.lazyload {
    opacity: 0
}

.listproduct img.lazyload,
.listproduct img.lazyloading {
    width: 200px;
    height: 200px;
    display: block;
    clear: both;
    opacity: 0
}

.tutorial {
    display: block;
    color: #288ad6;
    padding: 0 6px 10px
}

.tutorial img {
    vertical-align: bottom
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .75)
}

.stage-two {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #288ad6
}

#empty {
    text-align: center;
    font-size: 18px;
    height: auto;
    display: block;
    align-items: center;
    justify-content: center;
    color: #c3c3c3;
    width: 100%;
    padding: 5%;
    line-height: 1.5;
    grid-column: 1/span 5
}

.empty {
    display: block;
    margin: 0 auto;
    background: url(https://cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/no-result.gif) no-repeat;
    background-size: 100% auto;
    width: 300px;
    height: 240px
}

.listproduct-col3 #empty {
    grid-column: 1/span 3
}

#empty a {
    font-size: 15px;
    position: relative
}

#empty a::before {
    border-top: 1px solid #2f80ed;
    border-right: 1px solid #2f80ed;
    content: '';
    height: 6px;
    width: 6px;
    position: absolute;
    transform: rotate(225deg);
    top: 5px;
    left: -14px
}

.view-more {
    display: block;
    clear: both;
    width: 100%
}

.view-more a {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border-radius: 4px;
    margin: 10px auto;
    width: 340px;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

.view-more a::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    content: '';
    position: relative;
    right: -5px;
    top: 11px
}

.view-more a:not(.prevent):hover {
    background-color: #288ad6;
    color: #fff;
    border: 1px solid #288ad6
}

.view-more a:not(.prevent):hover::after {
    border-top: 5px solid #fff
}

img.lazy[data-original],
img.lazy[data-lazy] {
    background: #ebebeb;
    text-align: center;
    margin: 0 auto;
    width: 95%
}

.bg-quickfilter {
    width: 100%;
    background: #fff;
    position: relative
}

.quickfilter {
    display: flex;
    flex-flow: wrap;
    padding-top: 20px;
    max-width: 1200px;
    margin: 0 auto
}

.quickfilter a {
    cursor: pointer;
    margin: 0 6px 10px;
    width: 120px
}

.quickfilter a:hover span {
    color: #288ad6
}

.quickfilter a:hover img {
    border: 1px solid #2f80ed
}

.quickfilter img {
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 60px;
    margin: 0 auto;
    width: 60px
}

.quickfilter a.active img {
    border: 1px solid #2f80ed
}

.quickfilter span {
    font-size: 13px;
    line-height: 17px;
    max-width: 96px;
    margin: 5px auto 0;
    text-align: center;
    color: #333;
    display: block
}

.bg-black .watched,
.bg-black .zone-bhx {
    z-index: 0;
    position: relative
}

.bg-black .banner-media {
    z-index: 2;
    position: relative
}

.breadcrumb {
    width: auto;
    margin: 10px auto 0
}

.breadcrumb li {
    vertical-align: text-bottom
}

.bg-black .breadcrumb {
    margin: 0 auto
}

.info-txt__rdmore {
    color: #4a90e2;
    font-size: 15px;
    line-height: 17px;
    position: relative;
    display: inline-block;
    width: 83px
}

.info-txt__rdmore::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4a90e2;
    content: '';
    position: absolute;
    top: 7px;
    right: 0
}

.sort a {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 3px;
    display: block
}

.sort a.check i {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    vertical-align: middle
}

.sort a.check i::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -4px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

.btn-filter-readmore.prevent {
    cursor: default
}

.relative {
    position: relative;
    clear: both
}

.count-total {
    display: none
}

.count-total.active {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-delay: 450ms;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    visibility: visible;
    animation-delay: 450ms
}

.inside {
    position: relative;
    width: inherit;
    outline-offset: -3px;
    height: inherit
}

.block-scroll.temp-page {
    padding-top: 0;
    margin-right: 10px
}

.bg-black .block-scroll.watch {
    z-index: 0
}

.block-scroll.filter.watch {
    padding-bottom: 0;
    z-index: 3
}

i.hardcode-iccate {
    display: block;
    margin: 0 auto 5px
}

.hardcode-iccate img {
    display: block;
    max-height: 40px;
    margin: 0 auto
}

.hardcode-iccate.more-height img {
    max-height: 60px
}

span.prop-hrd {
    color: #2f80ed;
    text-align: center;
    display: block
}

.manuinfo {
    margin: 10px 0 0 0;
    background-color: #fff;
    padding: 10px 1%;
    border-bottom: 1px solid #eee
}

.manuinfo>div {
    padding: 10px;
    overflow: hidden
}

.manuinfo>div * {
    line-height: 1.6;
    margin-bottom: 10px;
    display: block
}

.manuinfo>a {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #333;
    position: relative
}

.manuinfo>a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #288ad6;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 2px;
    top: 10px
}

.manuinfo>a.collapse:after {
    border-top: none;
    border-bottom: 6px solid #288ad6
}

.manuinfo>div a {
    color: #288ad6;
    display: inline
}

#preloader.fixed {
    position: fixed;
    z-index: 10
}

#preloader.fixed #loader {
    top: 45%
}

.watch-type a img {
    max-width: 100%
}

.bg-black .filter-item__title.active span::before {
    transform: rotate(-180deg)
}

.paginationWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 10px
}

.paginationWrapper ul.pagination {
    display: flex
}

.paginationWrapper ul.pagination li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px
}

.paginationWrapper ul.pagination li.active,
.paginationWrapper ul.pagination li.disabled {
    pointer-events: none
}

.paginationWrapper ul.pagination li.disabled * {
    color: #999
}

.paginationWrapper ul.pagination li span {
    padding: 3px 8px;
    color: #4a90e2
}

.paginationWrapper ul.pagination li a {
    padding: 3px 8px;
    color: #4a90e2
}

.paginationWrapper ul.pagination li.active a {
    background-color: #f1f1f1;
    color: #333;
    border-radius: 4px
}

.bsc-block {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    background: #fff
}

.search-manu {
    display: block;
    width: 100%
}

#smanu {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px 27px 10px 10px
}

.props.props-child {
    display: inherit
}

.slider-bannertop {
    max-width: 800px;
    max-height: 205px;
    padding-top: 5px;
    overflow: hidden
}

.slider-bannertop.jewels-cate {
    max-width: 1200px
}

.slider-bannertop .owl-dots {
    bottom: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.slider-bannertop .owl-dots button span {
    height: 5px !important;
    width: 5px !important;
    margin: 2px 0 0 7px !important;
    background: #fff
}

.slider-bannertop .owl-dots button.active span {
    background-color: #fe7705 !important;
    width: 5px;
    height: 5px;
    margin: 2px
}

.slider-bannertop .owl-item img {
    object-fit: cover
}

.slider-bannertop .owl-nav button {
    opacity: .4
}

.slider-bannertop:hover .owl-nav button {
    opacity: 1
}

.genuine .slider-bannertop .owl-dots {
    bottom: 12px
}

.owl-theme .owl-dots {
    background: transparent !important;
    margin-bottom: 0 !important
}

.slider-listcat.owl-theme .owl-dots {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0
}

.slider-listcat .owl-nav button {
    top: 25%
}

.promote-banner {
    display: grid;
    max-height: 210px;
    align-content: space-between;
    align-self: flex-end;
    padding-top: 5px;
    overflow: hidden
}

.promote-banner a {
    line-height: 0
}

.promote-item {
    margin-bottom: 10px
}

.promote-item:first-child {
    margin-bottom: 0
}

.promote-banner a img {
    max-height: 95px;
    width: 100%;
    object-fit: fill
}

.genuine .promote-banner {
    align-self: start;
    padding-top: 5px
}

.slider-bannertop .item:first-child {
    display: flex;
    height: 100%
}

.product-news .layout-col3 {
    display: flex;
    margin: 10px -6px 0
}

.product-news .layout-col3 li {
    padding: 0 6px;
    width: 33.3333%
}

.slider-bannertop .item a {
    display: flex;
    height: 100%
}

h4.title-layout {
    font-weight: bold;
    font-size: 16px
}

.owl-theme .owl-nav {
    margin-top: 0
}

.layout-col3 img {
    width: 100%
}

.banner-sale ul {
    display: grid !important;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 5px;
    margin: 0 !important
}

.banner-sale .product-news {
    padding: 0 !important
}

.banner-sale .title-layout {
    display: none !important
}

.banner-sale ul li {
    width: 100% !important;
    padding: 0 !important
}

a {
    color: #288ad6
}

a.vm-pros-other {
    width: 300px;
    text-align: center;
    padding: 11px;
    padding-right: 10px;
    margin: 7px auto 0;
    position: relative;
    display: block;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 4px
}

a.vm-pros-other::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #288ad6;
    content: '';
    position: relative;
    top: 10px;
    right: -5px
}

a.vm-pros-other.btn-phukien {
    border: 1px solid #288ad6;
    color: #288ad6;
    width: 300px
}

.ht-sale #loader {
    top: 215px
}

.ht-sale .homeproduct {
    min-height: 200px
}

.warpper-banner {
    position: relative;
    display: none
}

.closed-banner {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 2
}

.closed-banner:before {
    content: "×";
    font-size: 15px;
    color: #fff;
    background: #874859;
    line-height: 19px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px
}

.bg-black .closed-banner {
    z-index: 3
}

.bg-black .category {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 8px;
    z-index: 1
}

.bg-black .block-scroll {
    z-index: 4
}

.box-quicklink.accessories {
    clear: both;
    margin: 15px auto 0
}

.suggest-accessory {
    background: #fff
}

form.searchacc {
    display: inline-block;
    height: 34px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin: 8px 20px 20px 0;
    padding: 0 10px;
    background: #fff;
    position: relative;
    width: 25%
}

form.searchacc input {
    display: block;
    padding: 8px 4px;
    height: 32px;
    width: 95%;
    background: #fff;
    border: 0;
    border-radius: 4px 0 0 4px;
    text-indent: 0;
    margin: 0
}

input[type=text],
input[type=tel],
textarea {
    -webkit-appearance: none
}

.searchacc button {
    cursor: pointer
}

form.searchacc button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 32px;
    border: 0;
    background: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer
}

.sugguest {
    display: block;
    overflow: visible;
    left: 0;
    right: 0;
    top: 39px;
    z-index: 6;
    background: #fff;
    border-radius: 4px;
    padding: 10px 10px 0;
    line-height: normal;
    position: absolute;
    border: 1px solid #d9d9d9;
    box-shadow: 0 2px 5px 0 rgba(0 0 0/.2)
}

.sugguest li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 !important
}

.sugguest li a {
    display: flex;
    overflow: hidden;
    padding: 5px;
    align-items: center;
    margin-bottom: 6px
}

.sugguest li img {
    float: left;
    width: 46px;
    height: auto;
    margin-right: 10px
}

.sugguest li h3 {
    display: inline-block;
    font-size: 12px;
    color: #333;
    line-height: 1.5em;
    font-weight: normal;
    width: calc(100% - 65px);
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle
}

.sugguest li:last-child {
    border-bottom: 0
}

.sugguest:before,
.sugguest:after {
    content: '';
    width: 0;
    height: 0;
    border: 0;
    border-bottom: 10px solid #d9d9d9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 30%
}

.sugguest:after {
    border-bottom-color: #fff;
    margin-left: 2px;
    border-width: 8px
}

.watched__content.owl-carousel .owl-item .item img {
    display: initial
}

.ccsslder {
    display: block;
    text-align: center;
    height: 20px;
    position: relative;
    clear: both
}

.ccsslder .ccsswrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ccssdot {
    width: 10px;
    height: 10px;
    border: 1px solid #288ad6;
    background: #288ad6;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fx 1000ms ease infinite 0ms;
    animation: fx 1000ms ease infinite 0ms
}

.ccssdot:nth-child(2) {
    -webkit-animation: fx 1000ms ease infinite 300ms;
    animation: fx 1000ms ease infinite 300ms
}

.ccssdot:nth-child(3) {
    -webkit-animation: fx 1000ms ease infinite 600ms;
    animation: fx 1000ms ease infinite 600ms
}

.box-input #loading-new {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .75);
    z-index: 1000
}

.box-input #loading-new .csslder {
    top: 23%
}

.slider-bannertop .owl-stage-outer {
    max-height: 205px
}

.slider-labels {
    margin-top: 10px
}

.show-total-item .price-slider .container,
.show-total-item .prop-minmax .container {
    padding: 0 20px 0 10px;
    overflow: visible
}

.show-total-item .prop-minmax .container {
    display: none
}

.show-total-item .price-slider .container {
    padding: 0
}

.show-total-item .prop-minmax .container {
    overflow: hidden
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr;
    margin-top: 15px
}

#slider-range {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    position: relative;
    right: 4px
}

#slider-range-total {
    margin: 10px 0 15px;
    left: 5px
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 4px
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    position: relative;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    cursor: pointer;
    border: 1px solid #4a90e2;
    background-color: #fff
}

.noUi-background {
    background: #d6d7d9
}

.noUi-connect {
    background: #4a90e2;
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-origin {
    border-radius: 2px
}

.noUi-target {
    border-radius: 2px;
    cursor: pointer
}

.noUi-draggable {
    cursor: w-resize
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

.noUi-handle:active {
    border: 8px solid #345dbb;
    border: 8px solid rgba(53, 93, 187, .38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px
}

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed
}

.read-price {
    padding: 5px 0 12px;
    font-weight: bold;
    color: #666;
    display: block;
    overflow: hidden
}

.read-price span {
    font-size: 15px
}

span.price-left {
    float: left
}

span.price-right {
    float: right
}

.read-price span label {
    font-weight: bold;
    color: inherit
}

.range-price {
    display: block;
    overflow: hidden;
    padding: 0 0 20px;
    position: relative
}

.range-price span {
    padding: 7px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    background: #fff
}

.show-total-item .range-price {
    padding: 10px 0;
    width: calc(100% + 15px);
    left: -5px;
    position: relative
}

.show-total-item .price-slider .range-price {
    left: 0
}

span.range-left {
    float: left
}

span.range-right {
    float: right
}

.filter-item .container {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 15px;
    display: none
}

.show-total-item .price-slider {
    display: flex;
    flex-direction: column
}

.price-slider .container {
    padding: 15px 5px 10px;
    display: block
}

.range-price input,
.prop-minmax input {
    border: 0;
    max-width: 64px;
    text-align: right;
    font-size: 14px;
    float: left;
    background-color: #fff
}

.show-total-item .range-price input {
    max-width: 65px
}

.text-active input[type='number'] {
    -moz-appearance: textfield
}

form.range-price input::-webkit-outer-spin-button,
form.range-price input::-webkit-inner-spin-button,
.prop-minmax input::-webkit-outer-spin-button,
.prop-minmax input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

form.range-price::before {
    content: "";
    position: absolute;
    border-top: .5px solid #ddd;
    display: block;
    width: 100%;
    top: 50%;
    z-index: 0
}

.filter-item form.range-price::before {
    top: calc(50% - 11px)
}

label.place-holder {
    color: #bdbdbd;
    font-size: 14px;
    float: left
}

.popup-price {
    display: none;
    position: absolute;
    top: -50px;
    left: -100%;
    background: #fff;
    color: #000;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .35)
}

.range-toggle {
    margin: 6px 0
}

.range-toggle span {
    position: relative
}

.range-toggle span::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #288ad6;
    content: '';
    height: 0;
    position: absolute;
    top: 5px;
    right: -17px;
    transform: none;
    width: 0
}

.range-toggle span.down::after {
    transform: rotate(-180deg)
}

.filter-item .price-slider .range-toggle {
    margin: 6px 0 10px
}

.prop-minmax {
    width: 300px
}

.prop-minmax .container {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.input-box {
    display: flex;
    align-items: center;
    margin: 10px 0
}

.short-width .prop-minmax {
    width: 100%;
    margin-bottom: 20px
}

.short-width .input-box {
    justify-content: center
}

.input-box label {
    float: left
}

.input-box label.more-margin {
    width: 60px
}

.input-box>span {
    float: left;
    margin: 0 10px;
    padding: 7px;
    border: 1px solid #bdbdbd;
    border-radius: 4px
}

.input-box>span input {
    margin-right: 6px;
    max-width: 35px
}

.input-box>span input::placeholder {
    opacity: .5
}

.show-total-item .input-box label.more-margin {
    width: 35px
}

.iconcate-range {
    background-position: -243px -122px;
    width: 14px;
    height: 16px
}

.iconcate-question {
    background-position: -81px -118px;
    width: 12px;
    height: 12px
}

.link-capacity {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    margin-left: 7px
}

.link-capacity label {
    color: #288ad6;
    padding-left: 3px
}

.noselecttext {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.application .title-layout {
    font-size: 24px !important;
    margin-right: 12px
}

.application .col1-title {
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.application .col1-big-img {
    min-height: 270px
}

.application .spl-item {
    align-items: normal;
    min-height: 70px
}

.application .spl-item__img {
    height: 67.5px
}

.application .spl-item-title {
    margin-bottom: 4px;
    font-size: 14px
}

.application .spl-item-hour {
    font-size: 13px
}

.application .spl-item-title__news {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.application .title-layout,
.application .readmore-txt {
    vertical-align: unset
}

.ttl-main a.readmore-txt {
    font-weight: 400;
    font-size: 14px;
    color: #2f80ed
}

.ttl-main a.readmore-txt:after {
    content: "";
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-right: 1px solid #2f80ed;
    border-bottom: 1px solid #2f80ed;
    transform: rotate(-45deg);
    margin: 0 0 3px 6px
}

.listproduct h3.fashionWatch-name {
    -webkit-line-clamp: 3
}

.container-productbox #preloader:not(.fixed) #loader {
    top: 5% !important
}

.ht-sale .lbliconimg {
    max-width: 50px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.owl-carousel .owl-item img.lbliconimg.dmx.lbliconimg_44,
.lbliconimg.dmx.lbliconimg_44,
.owl-carousel .owl-item img.lbliconimg.dmx.lbliconimg_42,
.lbliconimg.dmx.lbliconimg_42,
.owl-carousel .owl-item img.lbliconimg.dmx.lbliconimg_522,
.lbliconimg.dmx.lbliconimg_522 {
    height: 45px !important
}

.fixed .scroll-btn::after,
.fixed .scroll-btn::before {
    background: linear-gradient(to right, rgba(255 255 255/.3), rgba(255 255 255/.95), #fff);
    content: '';
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    z-index: 8;
    display: none
}

.fixed .scroll-btn::before {
    right: unset;
    left: 0
}

.fixed .scroll-btn.show-left::before {
    display: block;
    background: linear-gradient(to left, rgba(255 255 255/.3), rgba(255 255 255/.8), #fff)
}

.fixed .scroll-btn.show-right::after {
    display: block
}

.fixed .wrap .scroll-btn::after {
    display: none
}

.scroll-btn {
    position: absolute;
    width: 1200px;
    z-index: 10;
    display: none
}

.fixed .scroll-btn {
    display: block
}

.btn-left-scroll,
.btn-right-scroll {
    display: none
}

.fixed .btn-left-scroll,
.fixed .btn-right-scroll {
    cursor: pointer;
    transition: transform .2s;
    z-index: 9
}

.fixed .btn-right-scroll {
    display: block
}

.fixed .btn-left-scroll:hover,
.fixed .btn-right-scroll:hover {
    transform: scaleX(1.2)
}

.onlymanu .fixed .scroll-btn {
    display: none !important
}

.btn-left-scroll {
    position: absolute;
    left: 0
}

.btn-right-scroll {
    position: absolute;
    right: 0
}

.btn-left-scroll:before,
.btn-right-scroll:before {
    content: "";
    left: 0;
    padding: 10px;
    border-radius: 4px;
    width: 10px;
    height: 13px;
    border: 1px solid #e0e0e0;
    position: absolute;
    z-index: 10;
    background: #fff
}

.btn-left-scroll::after,
.btn-right-scroll::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #288ad6;
    content: '';
    height: 0;
    position: absolute;
    top: 15px;
    right: -22px;
    width: 0;
    z-index: 10;
    transform: rotate(-270deg)
}

.btn-left-scroll:hover:before,
.btn-right-scroll:hover:before {
    border: 1px solid #288ad6;
    background: #288ad6
}

.btn-left-scroll:hover::after,
.btn-right-scroll:hover::after {
    border-top: 6px solid #fff
}

.btn-right-scroll:before {
    left: unset;
    right: 0
}

.btn-right-scroll::after {
    transform: rotate(0);
    right: 10px
}

#sync1 .owl-prev,
#sync1 .owl-next {
    opacity: .3 !important
}

#sync1 .owl-prev:hover,
#sync1 .owl-next:hover {
    opacity: 1 !important
}

.prd-promo .listproduct .item-img {
    height: 215px;
    line-height: 215px
}

.listproduct .item-img {
    height: 225px;
    line-height: 225px
}

.listproduct .item .item-img img {
    margin-top: 8px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.listproduct.slide-dongho .item-img {
    height: 160px;
    line-height: 160px;
    overflow: hidden
}

.listproduct .item a:hover .item-img img {
    margin-bottom: 8px;
    margin-top: 0
}

.listproduct .item a:hover h3 {
    color: #288ad6
}

.listproduct .item:hover {
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12)
}

.application a:hover {
    color: #288ad6
}

.owl-carousel button {
    opacity: .3
}

.owl-carousel:hover button {
    opacity: 1
}

.listproduct .item-img.item-img_2002 {
    height: auto;
    line-height: 2
}

.listproduct .item-img.item-img_44 {
    height: 165px;
    line-height: 165px
}

.pk-sale .listproduct .item-img {
    overflow: hidden
}

.list-filter-active {
    padding: 10px 90px 0 20px;
    margin-top: 10px;
    display: none
}

.list-filter-active>span {
    font-weight: bold;
    margin-right: 5px
}

.list-filter-active div {
    display: inline
}

.list-filter-active a:not(.clr-filter) {
    padding: 10px;
    margin-right: 7px;
    margin-bottom: 7px;
    color: #333;
    border: 1px solid #666;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-height: 30px
}

.list-filter-active a:not(.clr-filter):hover {
    border: 1px solid #288ad6;
    color: #288ad6
}

.list-filter-active a.clr-filter {
    display: none;
    align-items: center;
    justify-content: center
}

.list-filter-active a span {
    margin-right: 7px;
    font-size: 13px
}

p.quick-link-title {
    font-size: 14px;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    margin-right: 10px
}

._\5f cate_44 .utility {
    margin-top: 7px
}

._\5f cate_44 .utility p {
    color: #222;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    column-count: 2;
    column-fill: balance
}

._\5f cate_44 .utility p span:first-child {
    display: inline-block;
    min-width: 50px;
    vertical-align: top;
    text-transform: uppercase
}

.container-productbox {
    display: block;
    overflow: hidden;
    width: 100%
}

.cate-7264 .block-manu .filter-show {
    width: 890px;
    max-width: 890px
}

.cate-7264 .filter-list--hang {
    max-height: 245px;
    padding-bottom: 25px
}

.cate-7264 .filter-blur {
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #ffffff45 0%, #fff 100%);
    bottom: 0;
    height: 50px
}

.cate-7264 .hascount .filter-blur {
    bottom: 60px
}

.cate-7264 .search-manu {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.cate-7264 .search-manu label {
    font-weight: bold;
    padding-right: 10px;
    width: 150px
}

.cate-7264 .search-manu .input-text {
    width: calc(100% - 150px)
}

.cate-7264 .search-manu .input-text #smanu {
    margin: 0;
    padding-right: 40px;
    position: relative
}

.cate-7264 .search-manu .input-text i {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto
}

a.c-checkitem.fastdeli {
    background: #e1f2e8;
    padding: 4px 8px 5px 5px;
    border-radius: 4px
}

a.c-checkitem.fastdeli>p {
    color: #219653;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic
}

.videobox {
    background-color: rgba(0, 0, 0, .85);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 10;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.videobox-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 10
}

.videobox-content {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .85)
}

.videobox-close {
    background: transparent;
    position: absolute;
    display: block;
    top: -45px;
    right: 6%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    float: right;
    line-height: 21px;
    padding: 7px;
    text-align: right;
    width: 75px;
    z-index: 10
}

.videobox-close::before,
.videobox-close::after {
    background-color: #333;
    content: "";
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px
}

.videobox-close::before {
    transform: rotate(45deg)
}

.videobox-close::after {
    transform: rotate(-45deg)
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

#container {
    border-radius: 4px;
    max-width: 300px;
    height: auto;
    padding: 50px;
    background: #fff;
    margin: 100px auto
}

#playme {
    background: #007fed;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    margin: 0
}

a.fastdeli.active::before,
.fastdeli.active::after {
    bottom: 7px
}

.fastdeli.c-checkitem.active::before {
    left: 9px
}

.fastdeli.c-checkitem.active::after {
    left: 14px
}

.fast-deli {
    margin-top: 7px
}

.listproduct .fast-deli .tick-checkbox {
    display: none !important
}

.listproduct .fast-deli>a {
    display: inline-block !important;
    padding: 2px 10px 2px 6px
}

.fast-deli .c-checkitem.active::before,
.fast-deli .c-checkitem.active::after {
    display: none !important
}

#toolWaterFilter {
    height: auto;
    position: relative;
    display: block;
    min-height: 98px;
    border-top: 5px solid #f3f3f3;
    border-bottom: 5px solid #f3f3f3
}

#toolWaterFilter .loading-smsfull {
    position: absolute;
    display: block
}

#toolWaterFilter .loading-smsfull .csslder {
    top: 40%
}

#toolWaterFilter .box-input #loading-new {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .75);
    z-index: 1000
}

#toolWaterFilter .box-input #loading-new .csslder {
    top: 23%
}

#toolWaterFilter .box-otp {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 14px
}

#toolWaterFilter .box-otp h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 15px 0;
    line-height: 23px
}

#toolWaterFilter .box-otp .box-input {
    width: 20%;
    display: inline-block;
    position: relative
}

#toolWaterFilter .box-otp div>input {
    background: #f1f1f1;
    padding: 0 0 0 10px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    width: calc(100% - 14px);
    font-size: 13px;
    height: 38px
}

#toolWaterFilter .box-otp div>a {
    background: #288ad6;
    padding: 12px;
    border-radius: 4px;
    margin: 0 15px 0 10px
}

#toolWaterFilter .box-otp div>a>span {
    color: #fff;
    font-weight: 600
}

#toolWaterFilter .box-otp div span.note {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 13px
}

#toolWaterFilter .box-otp div span.note strong {
    color: #e67e22;
    font-weight: 300
}

#toolWaterFilter .box-otp div.aftersend-otp {
    display: none
}

#toolWaterFilter .box-otp div .note-otp {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 13px
}

.showmsg {
    text-align: center;
    margin-top: 10px;
    display: none
}

.showmsg span {
    color: #e44b4e
}

#popinfoMLN {
    display: none
}

.coverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9000;
    background: rgba(0, 0, 0, .75)
}

#toolWaterFilter .infoBoughtMLN {
    width: 580px;
    height: 330px;
    top: -150px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30000;
    background: #fff;
    position: fixed;
    margin: auto;
    border-radius: 5px;
    padding: 10px 15px;
    overflow: hidden;
    overflow-y: scroll;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#toolWaterFilter .infoBoughtMLN .box-infomln {
    border: 1px solid #f3f3f3;
    padding: 10px 0;
    box-shadow: 0 2px 8px rgba(213, 203, 203, .25);
    margin-bottom: 5px
}

#toolWaterFilter .infoBoughtMLN .box-infomln .ava {
    width: 100px;
    display: inline-block;
    vertical-align: top
}

#toolWaterFilter .infoBoughtMLN .box-infomln .ava img {
    width: 80px;
    height: auto;
    margin: auto;
    display: block
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info {
    width: 400px;
    display: inline-block;
    vertical-align: top
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 5px 0
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .timeused {
    font-size: 13px;
    padding: 0 0 5px 0;
    display: block
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .timeused>span {
    margin-right: 20px
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .info-lln {
    font-weight: bold;
    display: block;
    margin-bottom: 5px
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .info-lln .need {
    color: #e67e22;
    font-size: 13px;
    font-weight: bold
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .info-lln span {
    color: #333;
    font-size: 12px;
    font-weight: 300
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .info-lln .noneed {
    color: #43972a;
    font-size: 13px;
    font-weight: bold
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .viewdetail-lln {
    display: block;
    margin-bottom: 5px
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .viewdetail-lln:after {
    content: '';
    border-top: 5px solid #4a90e2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 5px
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .colapse-lln {
    display: block;
    margin-top: 10px;
    text-align: center
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .colapse-lln:after {
    content: '';
    border-bottom: 5px solid #4a90e2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 5px
}

#toolWaterFilter .infoBoughtMLN .box-tit {
    display: block;
    padding: 0 0 15px 0
}

#toolWaterFilter .infoBoughtMLN .box-tit h3 {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    line-height: 21px
}

#toolWaterFilter .infoBoughtMLN .box-tit .close-msg {
    padding: 10px;
    width: 90px;
    border-radius: 4px;
    text-align: center;
    color: #4a90e2;
    border: 1px solid #d3d3d3;
    margin: auto;
    display: inline-block;
    float: right;
    vertical-align: top
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .fullinfo-lln {
    display: none
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .fullinfo-lln>span {
    margin-bottom: 5px;
    display: block;
    font-weight: 600
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .fullinfo-lln li {
    display: inline-block;
    width: 49%;
    line-height: 20px;
    font-size: 13px;
    vertical-align: top;
    margin: 3px 0
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .fullinfo-lln li>span.warning {
    color: #e67e22;
    font-weight: bold
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .gotocart {
    border: 1px solid #4a90e2;
    padding: 7px 5px;
    margin-top: 15px;
    display: block;
    border-radius: 4px;
    text-align: center;
    width: 75%
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .gotocart h3 {
    display: block;
    font-weight: bold;
    color: #4a90e2;
    padding: 0
}

#toolWaterFilter .infoBoughtMLN .box-infomln .main-info .gotocart .showprice {
    color: #666;
    font-size: 12px
}

#toolWaterFilter input.borwar {
    border: 1px solid #e44b4e !important
}

@media screen and (max-width:1024px) {
    .lmln .box-pros .cate.other li.ComboLoiLoc {
        flex: unset;
        width: 25%
    }
    .lmln .box-pros .cate.other li {
        width: 25%;
        box-sizing: border-box
    }
    .box-pros .cate.other li {
        width: 20%;
        flex: unset
    }
    .box-pros .lln-slider.cate.other li {
        max-width: 255px;
        width: 100%
    }
    .box-pros .lln-slider.cate.other li.ComboLoiLoc {
        width: 100%
    }
}

#toolWaterFilter .loading-smsfull {
    display: none;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: rgba(255, 255, 255, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100001;
    clear: both;
    text-align: center;
    overflow: hidden
}

#toolWaterFilter .loading-smsfull .cswrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#toolWaterFilter .loading-smsfull .csdot {
    width: 8px;
    height: 8px;
    border: 1px solid #288ad6;
    background: #288ad6;
    border-radius: 50%;
    float: left;
    margin: 0 2px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fx 1000ms ease infinite 0ms;
    animation: fx 1000ms ease infinite 0ms;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1)
}

#toolWaterFilter .smserror {
    display: none
}

#toolWaterFilter .smserror .box-ct {
    width: 550px;
    height: 100px;
    top: -150px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30000;
    background: #fff;
    position: fixed;
    margin: auto;
    border-radius: 5px;
    padding: 15px;
    overflow: hidden
}

#toolWaterFilter .smserror .box-ct .ct {
    display: block
}

#toolWaterFilter .smserror .box-ct .close-msgsms {
    display: block;
    text-align: center;
    border: 1px solid #d3d3d3;
    width: 60px;
    margin: auto;
    padding: 10px;
    border-radius: 4px;
    margin-top: 20px
}

.watched__content .owl-carousel .owl-item img {
    display: initial
}

.banner__promote {
    background: #fff;
    margin-top: 30px;
    padding: 10px 0
}

.banner__promote>h3 {
    border-left: 4px solid #f9a008;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    padding-left: 10px;
    margin: 0 15px 10px
}

.banner__promote>div>* {
    display: inline-block;
    vertical-align: top
}

.banner__promote>div>a img {
    width: 400px;
    height: 400px
}

.banner__promote>div>div {
    width: calc(100% - 400px - 5px)
}

.banner__promote .listproduct-col4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 0;
    border-left: 0
}

.banner__promote .listproduct-col4 li {
    border: 0 !important
}

.banner__promote .listproduct-col4 li:nth-child(n+5) {
    display: none
}

.banner__promote .listproduct-col4 .item-img {
    height: 180px
}

.banner__promote .listproduct-col4 .item-img img {
    width: 175px;
    height: 175px
}

.banner__promote .listproduct-col4 .owl-stage {
    display: flex;
    flex-wrap: wrap
}

.stickcompare {
    display: none;
    width: 100%;
    max-width: 400px;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    border-radius: 10px;
    top: 10%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .12)
}

.bg-black .stickcompare {
    z-index: 1
}

.stickcompare .cp-top {
    padding: 16px 10px 9px;
    text-align: center;
    position: relative
}

.cp-top a.clearall {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 5px 5px 25px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    color: #000
}

.cp-top a.clearall i {
    position: absolute;
    left: 7px;
    top: 8px
}

.cp-top h3 {
    font-weight: bold;
    color: #000
}

ul.listcompare {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.listcompare li {
    overflow: visible;
    position: relative;
    padding-top: 7px;
    width: 80%;
    display: block;
    margin: 0 auto
}

.listcompare li img {
    width: 70px;
    height: auto;
    max-height: 80px;
    margin: 5px;
    object-fit: contain
}

.listcompare h3 {
    overflow: hidden;
    line-height: 1.6em;
    color: #333;
    font-weight: normal;
    font-size: 13px;
    height: 33px;
    margin: 5px 0 5px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.3em;
    text-align: center
}

.listcompare a {
    display: flex;
    overflow: hidden;
    padding: 10px 0 5px;
    align-content: center
}

.listcompare li.formsg {
    margin: 10px 40px;
    border: dashed 2px #bdbdbd;
    border-radius: 10px;
    padding: 5px 0
}

.listcompare span {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 14px;
    height: 20px;
    cursor: pointer
}

.listcompare .cp-plus {
    display: block;
    width: 55px;
    height: auto;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    color: #666;
    background: #fff;
    border-radius: 5px;
    cursor: default;
    margin: 0 auto
}

.listcompare .cp-plus>i {
    display: block;
    margin: 0 auto;
    background: url(https://cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/ic-image.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 26px
}

.overlay.v2 {
    background: rgba(0, 0, 0, .75)
}

.listcompare li.formsg>label {
    display: block;
    padding: 5px;
    text-align: center;
    color: #666
}

.closecompare {
    overflow: hidden;
    position: relative
}

.closecompare a {
    display: block;
    text-align: center;
    margin: 10px auto;
    width: 50%;
    padding: 12px 0;
    border-radius: 10px;
    font-size: 14px;
    color: #2f80ed
}

.closecompare a.onlyone {
    width: 100%
}

.closecompare a.doss {
    background: #2f80ed;
    color: #fff;
    font-size: 14px
}

.closecompare a.doss.prevent {
    color: #ddd;
    opacity: .3;
    -moz-opacity: .3;
    -khtml-opacity: .3
}

#suggestss {
    position: relative
}

#suggestss .addcompare {
    position: fixed;
    width: 90%;
    height: 230px;
    display: block;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    z-index: 21000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

label.error {
    color: #d0021c;
    font-size: 13px;
    line-height: 21px;
    display: block;
    margin: 10px 12px 0;
    opacity: .1;
    text-align: center
}

.addcompare #kcc {
    display: block;
    margin: 10px auto;
    width: 95%;
    background: rgba(142, 142, 147, .12);
    border: 0;
    border-radius: 8px;
    padding: 10px 27px 10px 32px
}

input[type=text],
input[type=tel],
textarea {
    -webkit-appearance: none
}

.addcompare .closeacp {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: #666
}

.addcompare .autocomplete {
    padding: 10px;
    height: 152px;
    overflow: auto;
    width: 100% !important;
    background: #fff;
    position: absolute;
    z-index: 100
}

.addcompare .autocomplete li {
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer
}

.addcompare .autocomplete li span {
    display: block;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5
}

.addcompare .autocomplete li p {
    color: #d0021b;
    display: inline-block;
    vertical-align: middle
}

.addcompare .autocomplete li .oldprice {
    text-decoration: line-through
}

.close-comppare {
    position: absolute;
    right: 7px;
    top: -30px
}

.close-comppare span {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 15px
}

.input-text {
    position: relative
}

.input-text i {
    position: absolute
}

.input-text i.iconcate-closess {
    right: 17px;
    top: 13px;
    display: none;
    cursor: pointer
}

.input-text i.iconcate-search {
    left: 20px;
    top: 11px;
    display: block
}

.iconcate-closess {
    background-position: -40px -75px;
    height: 12px !important;
    width: 12px !important
}

.iconcate-search {
    background-position: -145px 0;
    width: 16px !important;
    height: 16px !important;
    vertical-align: text-bottom;
    margin-right: 2px
}

.popup-button {
    position: fixed;
    bottom: 25px;
    left: 15px;
    z-index: 2
}

.bg-black .popup-button {
    z-index: 0
}

a#ss-now {
    padding: 10px 10px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 15px #999;
    display: none
}

#ss-now .stage {
    width: 90%
}

a#ss-now span label {
    color: #288ad6
}

#loading-compare {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .75);
    z-index: 1000
}

#loading-compare .csslder {
    top: 23%
}

.stickcompare .iconcate-closess {
    background-position: -40px -75px;
    height: 12px !important;
    width: 12px !important
}

.stickcompare .iconcate-search {
    background-position: -145px 0;
    width: 16px !important;
    height: 16px !important;
    vertical-align: text-bottom;
    margin-right: 2px
}

#ss-now {
    color: #288ad6
}

.popup-button .iconcate-ss {
    background-position: -242px -97px;
    width: 16px !important;
    height: 15px !important;
    vertical-align: text-bottom !important;
    margin-right: 2px
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .75)
}

@keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.stickcompare.stickcompare_new {
    max-width: 1178px;
    top: unset;
    bottom: 0;
    border-radius: 0;
    border-top: 1px solid #e5e5e5
}

.stickcompare.stickcompare_new a.clearall {
    position: absolute;
    right: 0;
    top: -39px;
    padding: 10px 30px 10px 10px;
    border-radius: 8px 8px 0 0;
    color: #000;
    background: #fff;
    box-shadow: 0 -2px 10px #0000001f
}

.stickcompare.stickcompare_new a.clearall i {
    background: unset;
    left: unset;
    right: 25px;
    top: 19px;
    bottom: 0;
    margin: auto;
    width: unset !important;
    height: unset !important;
    position: absolute
}

.stickcompare.stickcompare_new a.clearall i:after,
.stickcompare.stickcompare_new a.clearall i:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #333;
    margin-right: 5px;
    transform: rotate(45deg);
    position: absolute
}

.stickcompare.stickcompare_new a.clearall i:after {
    transform: rotate(-45deg);
    left: 7px
}

.stickcompare.stickcompare_new ul.listcompare {
    display: inline-flex;
    width: calc(100% - 25%);
    border: unset
}

.stickcompare.stickcompare_new .listcompare li {
    width: 100%;
    border-right: 1px solid #e0e0e0;
    padding-top: 0
}

.stickcompare.stickcompare_new .listcompare li img {
    width: 60px
}

.stickcompare.stickcompare_new .listcompare a {
    justify-content: center;
    flex-flow: column;
    align-items: center;
    width: unset;
    cursor: pointer
}

.stickcompare.stickcompare_new .listcompare span {
    right: 10px;
    top: 10px
}

.stickcompare.stickcompare_new .listcompare h3 {
    margin: 5px;
    text-align: center
}

.stickcompare.stickcompare_new .closecompare {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin-top: 21px
}

.stickcompare.stickcompare_new .closecompare a.txtremoveall {
    margin: auto;
    width: unset;
    padding: 0
}

.stickcompare.stickcompare_new .closecompare a.doss {
    border-radius: 0;
    margin: 0 auto 10px
}

.stickcompare.stickcompare_new .closecompare a.doss.prevent {
    background: #bdbdbd;
    color: #fff;
    opacity: 1
}

.stickcompare.stickcompare_new .listcompare li.formsg {
    margin: initial;
    border-left: unset;
    border-top: unset;
    border-bottom: unset;
    border-right: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.stickcompare.stickcompare_new .listcompare li.formsg p {
    display: block;
    font-size: 12px;
    text-align: center;
    margin: 7px auto 0
}

.stickcompare.stickcompare_new .listcompare .cp-plus>i.icImageCompareNew {
    background: url('//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/iconcompare/icon_add_desktop.png') no-repeat top center;
    background-size: 45px 45px;
    width: 45px;
    height: 45px
}

.stickcompare.stickcompare_new label.error {
    top: 0;
    z-index: 9;
    background: #000000e3;
    color: #fff !important;
    padding: 10px;
    width: 90%;
    height: max-content;
    margin: 0 5%;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 400px;
    display: none;
    margin: auto
}

.popup-addsp {
    display: none
}

.popup-addsp.active {
    display: block
}

.popup-addsp .bg-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .75;
    z-index: 999
}

.popup-addsp .close-popup {
    position: fixed;
    top: 5vh;
    right: 50px;
    z-index: 999;
    cursor: pointer;
    width: 640px;
    left: 50px;
    margin: auto
}

.popup-addsp .close-popup aside {
    background: #fff;
    padding: 7px 8px;
    border-radius: 4px;
    width: max-content;
    float: right
}

.popup-addsp .close-popup i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0
}

.popup-addsp .close-popup i:after,
.popup-addsp .close-popup i:before {
    content: "";
    width: 12px;
    height: 1px;
    background: #333;
    margin-right: 5px;
    transform: rotate(45deg) !important;
    position: absolute;
    border-radius: unset;
    top: unset;
    left: unset;
    right: unset;
    margin: unset
}

.popup-addsp .close-popup i:after {
    transform: rotate(-45deg) !important
}

.popup-addsp .close-popup span {
    display: inline-block;
    vertical-align: middle
}

.compare-popup {
    background: #fff;
    position: fixed;
    top: 10vh;
    left: 10px;
    right: 10px;
    border-radius: 5px;
    padding: 15px 10px 50px;
    z-index: 999;
    max-width: 640px;
    margin: auto;
    height: calc(100vh - 20vh);
    overflow-y: scroll
}

.compare-popup h4 {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 10px
}

.compare-popup .pro-compare {
    display: flex;
    overflow: hidden;
    border: unset;
    justify-content: center
}

.compare-popup .pro-compare li {
    float: left;
    width: 33.33%;
    border: 1px solid #e5e5e5;
    border-right: 0;
    text-align: center;
    padding: 15px 4px 20px 4px;
    margin: 0 0 20px;
    position: relative
}

.compare-popup .pro-compare li h3 {
    overflow: hidden;
    font-size: 14px;
    padding: 0 0 3px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.compare-popup .pro-compare li:last-child {
    border-right: 1px solid #e5e5e5
}

.compare-popup .pro-compare li img {
    display: block;
    width: 100% !important;
    max-width: 86px;
    margin: 0 auto 5px;
    height: auto;
    position: relative
}

.compare-popup .pro-compare li .box-p {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 0 3px 15px
}

.compare-popup .pro-compare.pro-compare_viewed li .box-p {
    justify-content: center
}

.compare-popup .pro-compare li .box-p p.price-old {
    text-decoration: line-through;
    color: #999
}

.compare-popup .pro-compare li .box-p p,
.compare-popup .pro-compare li .box-p span {
    display: block;
    overflow: hidden;
    font-size: 14px;
    margin-right: 5px;
    color: #333
}

.compare-popup .pro-compare li .item-gift {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 0 10px 3px 15px;
    color: #333
}

.compare-popup .pro-compare li .item-gift b {
    font-weight: normal
}

.compare-popup .pro-compare li .item-img {
    position: relative
}

.compare-popup .pro-compare li .item-img img.lbliconimg {
    width: 36px !important;
    margin: unset;
    max-width: unset;
    left: 10px;
    bottom: 0;
    position: absolute
}

.compare-popup .pro-compare li .item-img img.lbliconimg.lbliconimg_44 {
    left: 150px;
    bottom: 0;
    top: 0
}

.compare-popup .pro-compare li .item-img img.lbliconimg.lbliconimg_2002 {
    height: 30px;
    bottom: 0
}

.compare-popup .pro-compare li strong.price {
    font-size: 12px;
    color: #000;
    padding: 0 0 4px 0
}

.compare-popup .pro-compare li strong.price.twoprice {
    background: none;
    display: block
}

.compare-popup .pro-compare li p.item-txt-online,
.compare-popup .pro-compare li p.item-txt-online {
    padding: 0 0 3px 0
}

.compare-popup .pro-compare .pro-nrview {
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #2f80ed;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    margin: auto
}

.compare-popup #searchproductcompare {
    display: block
}

.compare-popup #searchproductcompare .find-sp {
    display: block;
    position: relative;
    overflow: hidden
}

.compare-popup #searchproductcompare .find-sp input {
    display: block;
    overflow: hidden;
    width: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 10px 0 10px 30px;
    box-sizing: border-box
}

.compare-popup #searchproductcompare .find-sp i {
    position: absolute;
    top: 12px;
    left: 8px
}

.compare-popup #searchproductcompare ul li {
    float: unset;
    display: block;
    width: 100%;
    margin: auto;
    text-align: left;
    border-left: unset;
    border-right: unset
}

.compare-popup #searchproductcompare ul li:last-child {
    border-bottom: 0
}

.compare-popup #searchproductcompare ul li .pro-nrview {
    left: unset;
    right: 10px;
    bottom: 12px
}

.compare-popup #searchproductcompare .pro-compare li strong.price {
    display: inline-flex;
    vertical-align: middle;
    padding: 0 0 3px 15px
}

.compare-popup #searchproductcompare li img {
    float: left;
    width: 100%;
    max-width: 45px;
    margin-right: 10px
}

.compare-popup #searchproductcompare ul {
    display: none;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    margin: 2px 0
}

.compare-popup #searchproductcompare ul li {
    display: block;
    overflow: hidden;
    border-top: 0;
    padding: 10px;
    border-top: 1px solid #d0d0d0;
    border-bottom: unset;
    max-width: unset;
    box-sizing: border-box
}

.compare-popup #searchproductcompare ul li:first-child {
    border-top: 0
}

.compare-popup #searchproductcompare ul li .item-img {
    height: 50px;
    float: left;
    width: 60px
}

.compare-popup #searchproductcompare ul li .item-img img {
    float: left;
    width: 80%;
    margin-right: 10px;
    height: auto
}

.compare-popup #searchproductcompare ul li img {
    float: left;
    width: 100%;
    max-width: 45px;
    margin-right: 10px
}

.compare-popup #searchproductcompare ul li .text-sr {
    display: block;
    overflow: hidden
}

.compare-popup #searchproductcompare li .text-sr span {
    display: block;
    overflow: hidden;
    font-size: 12px
}

.compare-popup #searchproductcompare li .text-sr p {
    display: block;
    overflow: hidden;
    padding: 3px 0 0
}

.compare-popup #searchproductcompare .text-sr p strong {
    float: left;
    color: #d0021c
}

.compare-popup #searchproductcompare .text-sr p a {
    float: right;
    font-size: 12px;
    color: #2f80ed
}

.compare-popup .pro-compare li .item-rating,
.compare-popup .pro-compare li .item-label,
.compare-popup .pro-compare li .item-txt-online,
.compare-popup .pro-compare li .item-compare,
.compare-popup .pro-compare li .result-label,
.compare-popup .pro-compare li .item-bottom,
.compare-popup #searchproductcompare .pro-compare li strong.price.twoprice,
.compare-popup #searchproductcompare .pro-compare li .box-p,
.compare-popup #searchproductcompare .pro-compare li .item-gift {
    display: none
}

.errorcompare {
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 9;
    background: #000000e3;
    color: #fff;
    padding: 10px;
    height: max-content;
    width: 90%;
    margin: auto;
    text-align: center;
    border-radius: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 400px;
    font-size: 13px
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../Category/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 10px;
    background: #fff
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}


/*!
            * Magic - https://www.minimamente.com
            * Licensed under the MIT license - https://opensource.org/licenses/MIT
            * Copyright (c) 2020 Christian Pucci
            */

.puffIn {
    -webkit-animation-name: puffIn;
    animation-name: puffIn
}

@-webkit-keyframes puffIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }
    to {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes puffIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }
    to {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

.puffOut {
    -webkit-animation-name: puffOut;
    animation-name: puffOut
}

@-webkit-keyframes puffOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }
}

@keyframes puffOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }
}

.vanishIn {
    -webkit-animation-name: vanishIn;
    animation-name: vanishIn
}

@-webkit-keyframes vanishIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2);
        -webkit-filter: blur(90px);
        filter: blur(90px)
    }
    to {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes vanishIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2);
        -webkit-filter: blur(90px);
        filter: blur(90px)
    }
    to {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

.vanishOut {
    -webkit-animation-name: vanishOut;
    animation-name: vanishOut
}

@-webkit-keyframes vanishOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2);
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }
}

@keyframes vanishOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2);
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }
}

.boingInUp {
    -webkit-animation-name: boingInUp;
    animation-name: boingInUp
}

@-webkit-keyframes boingInUp {
    0% {
        opacity: 0;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateX(-90deg)
    }
    50% {
        opacity: 1;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateX(50deg)
    }
    to {
        opacity: 1;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateX(0deg)
    }
}

@keyframes boingInUp {
    0% {
        opacity: 0;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateX(-90deg)
    }
    50% {
        opacity: 1;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateX(50deg)
    }
    to {
        opacity: 1;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateX(0deg)
    }
}

.boingOutDown {
    -webkit-animation-name: boingOutDown;
    animation-name: boingOutDown
}

@-webkit-keyframes boingOutDown {
    0% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: perspective(800px) rotateX(0deg) rotateY(0deg)
    }
    20% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: perspective(800px) rotateX(0deg) rotateY(10deg)
    }
    30% {
        opacity: 1;
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(0deg) rotateY(0deg)
    }
    40% {
        opacity: 1;
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(10deg) rotateY(10deg)
    }
    to {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: perspective(800px) rotateX(90deg) rotateY(0deg)
    }
}

@keyframes boingOutDown {
    0% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: perspective(800px) rotateX(0deg) rotateY(0deg)
    }
    20% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: perspective(800px) rotateX(0deg) rotateY(10deg)
    }
    30% {
        opacity: 1;
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(0deg) rotateY(0deg)
    }
    40% {
        opacity: 1;
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(10deg) rotateY(10deg)
    }
    to {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: perspective(800px) rotateX(90deg) rotateY(0deg)
    }
}

.bombLeftOut {
    -webkit-animation-name: bombLeftOut;
    animation-name: bombLeftOut
}

@-webkit-keyframes bombLeftOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: rotate(0deg);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    50% {
        opacity: 1;
        transform-origin: -100% 50%;
        transform: rotate(-160deg);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    to {
        opacity: 0;
        transform-origin: -100% 50%;
        transform: rotate(-160deg);
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }
}

@keyframes bombLeftOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: rotate(0deg);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    50% {
        opacity: 1;
        transform-origin: -100% 50%;
        transform: rotate(-160deg);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    to {
        opacity: 0;
        transform-origin: -100% 50%;
        transform: rotate(-160deg);
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }
}

.bombRightOut {
    -webkit-animation-name: bombRightOut;
    animation-name: bombRightOut
}

@-webkit-keyframes bombRightOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: rotate(0deg);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    50% {
        opacity: 1;
        transform-origin: 200% 50%;
        transform: rotate(160deg);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    to {
        opacity: 0;
        transform-origin: 200% 50%;
        transform: rotate(160deg);
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }
}

@keyframes bombRightOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: rotate(0deg);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    50% {
        opacity: 1;
        transform-origin: 200% 50%;
        transform: rotate(160deg);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    to {
        opacity: 0;
        transform-origin: 200% 50%;
        transform: rotate(160deg);
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }
}

.magic {
    -webkit-animation-name: magic;
    animation-name: magic
}

@-webkit-keyframes magic {
    0% {
        opacity: 1;
        transform-origin: 100% 200%;
        transform: scale(1) rotate(0deg)
    }
    to {
        opacity: 0;
        transform-origin: 200% 500%;
        transform: scale(0) rotate(270deg)
    }
}

@keyframes magic {
    0% {
        opacity: 1;
        transform-origin: 100% 200%;
        transform: scale(1) rotate(0deg)
    }
    to {
        opacity: 0;
        transform-origin: 200% 500%;
        transform: scale(0) rotate(270deg)
    }
}

.swap {
    -webkit-animation-name: swap;
    animation-name: swap
}

@-webkit-keyframes swap {
    0% {
        opacity: 0;
        transform-origin: 0 100%;
        transform: scale(0) translate(-700px)
    }
    to {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scale(1) translate(0)
    }
}

@keyframes swap {
    0% {
        opacity: 0;
        transform-origin: 0 100%;
        transform: scale(0) translate(-700px)
    }
    to {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scale(1) translate(0)
    }
}

.twisterInDown {
    -webkit-animation-name: twisterInDown;
    animation-name: twisterInDown
}

@-webkit-keyframes twisterInDown {
    0% {
        opacity: 0;
        transform-origin: 0 100%;
        transform: scale(0) rotate(1turn) translateY(-100%)
    }
    30% {
        transform-origin: 0 100%;
        transform: scale(0) rotate(1turn) translateY(-100%)
    }
    to {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scale(1) rotate(0deg) translateY(0)
    }
}

@keyframes twisterInDown {
    0% {
        opacity: 0;
        transform-origin: 0 100%;
        transform: scale(0) rotate(1turn) translateY(-100%)
    }
    30% {
        transform-origin: 0 100%;
        transform: scale(0) rotate(1turn) translateY(-100%)
    }
    to {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scale(1) rotate(0deg) translateY(0)
    }
}

.twisterInUp {
    -webkit-animation-name: twisterInUp;
    animation-name: twisterInUp
}

@-webkit-keyframes twisterInUp {
    0% {
        opacity: 0;
        transform-origin: 100% 0;
        transform: scale(0) rotate(1turn) translateY(100%)
    }
    30% {
        transform-origin: 100% 0;
        transform: scale(0) rotate(1turn) translateY(100%)
    }
    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: scale(1) rotate(0deg) translateY(0)
    }
}

@keyframes twisterInUp {
    0% {
        opacity: 0;
        transform-origin: 100% 0;
        transform: scale(0) rotate(1turn) translateY(100%)
    }
    30% {
        transform-origin: 100% 0;
        transform: scale(0) rotate(1turn) translateY(100%)
    }
    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: scale(1) rotate(0deg) translateY(0)
    }
}

.foolishIn {
    -webkit-animation-name: foolishIn;
    animation-name: foolishIn
}

@-webkit-keyframes foolishIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0) rotate(1turn)
    }
    20% {
        opacity: 1;
        transform-origin: 0 100%;
        transform: scale(.5) rotate(0deg)
    }
    40% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scale(.5) rotate(0deg)
    }
    60% {
        opacity: 1;
        transform-origin: 0;
        transform: scale(.5) rotate(0deg)
    }
    80% {
        opacity: 1;
        transform-origin: 0 0;
        transform: scale(.5) rotate(0deg)
    }
    to {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1) rotate(0deg)
    }
}

@keyframes foolishIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0) rotate(1turn)
    }
    20% {
        opacity: 1;
        transform-origin: 0 100%;
        transform: scale(.5) rotate(0deg)
    }
    40% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scale(.5) rotate(0deg)
    }
    60% {
        opacity: 1;
        transform-origin: 0;
        transform: scale(.5) rotate(0deg)
    }
    80% {
        opacity: 1;
        transform-origin: 0 0;
        transform: scale(.5) rotate(0deg)
    }
    to {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1) rotate(0deg)
    }
}

.foolishOut {
    -webkit-animation-name: foolishOut;
    animation-name: foolishOut
}

@-webkit-keyframes foolishOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1) rotate(1turn)
    }
    20% {
        opacity: 1;
        transform-origin: 0 0;
        transform: scale(.5) rotate(0deg)
    }
    40% {
        opacity: 1;
        transform-origin: 100% 0;
        transform: scale(.5) rotate(0deg)
    }
    60% {
        opacity: 1;
        transform-origin: 0;
        transform: scale(.5) rotate(0deg)
    }
    80% {
        opacity: 1;
        transform-origin: 0 100%;
        transform: scale(.5) rotate(0deg)
    }
    to {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0) rotate(0deg)
    }
}

@keyframes foolishOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1) rotate(1turn)
    }
    20% {
        opacity: 1;
        transform-origin: 0 0;
        transform: scale(.5) rotate(0deg)
    }
    40% {
        opacity: 1;
        transform-origin: 100% 0;
        transform: scale(.5) rotate(0deg)
    }
    60% {
        opacity: 1;
        transform-origin: 0;
        transform: scale(.5) rotate(0deg)
    }
    80% {
        opacity: 1;
        transform-origin: 0 100%;
        transform: scale(.5) rotate(0deg)
    }
    to {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0) rotate(0deg)
    }
}

.holeOut {
    -webkit-animation-name: holeOut;
    animation-name: holeOut
}

@-webkit-keyframes holeOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1) rotateY(0deg)
    }
    to {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0) rotateY(180deg)
    }
}

@keyframes holeOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1) rotateY(0deg)
    }
    to {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0) rotateY(180deg)
    }
}

.swashIn {
    -webkit-animation-name: swashIn;
    animation-name: swashIn
}

@-webkit-keyframes swashIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0)
    }
    90% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(.9)
    }
    to {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1)
    }
}

@keyframes swashIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0)
    }
    90% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(.9)
    }
    to {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1)
    }
}

.swashOut {
    -webkit-animation-name: swashOut;
    animation-name: swashOut
}

@-webkit-keyframes swashOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1)
    }
    80% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(.9)
    }
    to {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0)
    }
}

@keyframes swashOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1)
    }
    80% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(.9)
    }
    to {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0)
    }
}

.spaceInDown {
    -webkit-animation-name: spaceInDown;
    animation-name: spaceInDown
}

@-webkit-keyframes spaceInDown {
    0% {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: scale(.2) translateY(200%)
    }
    to {
        opacity: 1;
        transform-origin: 50% 100%;
        transform: scale(1) translate(0)
    }
}

@keyframes spaceInDown {
    0% {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: scale(.2) translateY(200%)
    }
    to {
        opacity: 1;
        transform-origin: 50% 100%;
        transform: scale(1) translate(0)
    }
}

.spaceInLeft {
    -webkit-animation-name: spaceInLeft;
    animation-name: spaceInLeft
}

@-webkit-keyframes spaceInLeft {
    0% {
        opacity: 0;
        transform-origin: 0 50%;
        transform: scale(.2) translate(-200%)
    }
    to {
        opacity: 1;
        transform-origin: 0 50%;
        transform: scale(1) translate(0)
    }
}

@keyframes spaceInLeft {
    0% {
        opacity: 0;
        transform-origin: 0 50%;
        transform: scale(.2) translate(-200%)
    }
    to {
        opacity: 1;
        transform-origin: 0 50%;
        transform: scale(1) translate(0)
    }
}

.spaceInRight {
    -webkit-animation-name: spaceInRight;
    animation-name: spaceInRight
}

@-webkit-keyframes spaceInRight {
    0% {
        opacity: 0;
        transform-origin: 100% 50%;
        transform: scale(.2) translate(200%)
    }
    to {
        opacity: 1;
        transform-origin: 100% 50%;
        transform: scale(1) translate(0)
    }
}

@keyframes spaceInRight {
    0% {
        opacity: 0;
        transform-origin: 100% 50%;
        transform: scale(.2) translate(200%)
    }
    to {
        opacity: 1;
        transform-origin: 100% 50%;
        transform: scale(1) translate(0)
    }
}

.spaceInUp {
    -webkit-animation-name: spaceInUp;
    animation-name: spaceInUp
}

@-webkit-keyframes spaceInUp {
    0% {
        opacity: 0;
        transform-origin: 50% 0;
        transform: scale(.2) translateY(-200%)
    }
    to {
        opacity: 1;
        transform-origin: 50% 0;
        transform: scale(1) translate(0)
    }
}

@keyframes spaceInUp {
    0% {
        opacity: 0;
        transform-origin: 50% 0;
        transform: scale(.2) translateY(-200%)
    }
    to {
        opacity: 1;
        transform-origin: 50% 0;
        transform: scale(1) translate(0)
    }
}

.spaceOutDown {
    -webkit-animation-name: spaceOutDown;
    animation-name: spaceOutDown
}

@-webkit-keyframes spaceOutDown {
    0% {
        opacity: 1;
        transform-origin: 50% 100%;
        transform: scale(1) translate(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: scale(.2) translateY(200%)
    }
}

@keyframes spaceOutDown {
    0% {
        opacity: 1;
        transform-origin: 50% 100%;
        transform: scale(1) translate(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: scale(.2) translateY(200%)
    }
}

.spaceOutLeft {
    -webkit-animation-name: spaceOutLeft;
    animation-name: spaceOutLeft
}

@-webkit-keyframes spaceOutLeft {
    0% {
        opacity: 1;
        transform-origin: 0 50%;
        transform: scale(1) translate(0)
    }
    to {
        opacity: 0;
        transform-origin: 0 50%;
        transform: scale(.2) translate(-200%)
    }
}

@keyframes spaceOutLeft {
    0% {
        opacity: 1;
        transform-origin: 0 50%;
        transform: scale(1) translate(0)
    }
    to {
        opacity: 0;
        transform-origin: 0 50%;
        transform: scale(.2) translate(-200%)
    }
}

.spaceOutRight {
    -webkit-animation-name: spaceOutRight;
    animation-name: spaceOutRight
}

@-webkit-keyframes spaceOutRight {
    0% {
        opacity: 1;
        transform-origin: 100% 50%;
        transform: scale(1) translate(0)
    }
    to {
        opacity: 0;
        transform-origin: 100% 50%;
        transform: scale(.2) translate(200%)
    }
}

@keyframes spaceOutRight {
    0% {
        opacity: 1;
        transform-origin: 100% 50%;
        transform: scale(1) translate(0)
    }
    to {
        opacity: 0;
        transform-origin: 100% 50%;
        transform: scale(.2) translate(200%)
    }
}

.spaceOutUp {
    -webkit-animation-name: spaceOutUp;
    animation-name: spaceOutUp
}

@-webkit-keyframes spaceOutUp {
    0% {
        opacity: 1;
        transform-origin: 50% 0;
        transform: scale(1) translate(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 0;
        transform: scale(.2) translateY(-200%)
    }
}

@keyframes spaceOutUp {
    0% {
        opacity: 1;
        transform-origin: 50% 0;
        transform: scale(1) translate(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 0;
        transform: scale(.2) translateY(-200%)
    }
}

.perspectiveDown {
    -webkit-animation-name: perspectiveDown;
    animation-name: perspectiveDown
}

@-webkit-keyframes perspectiveDown {
    0% {
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(0deg)
    }
    to {
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(-180deg)
    }
}

@keyframes perspectiveDown {
    0% {
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(0deg)
    }
    to {
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(-180deg)
    }
}

.perspectiveDownReturn {
    -webkit-animation-name: perspectiveDownReturn;
    animation-name: perspectiveDownReturn
}

@-webkit-keyframes perspectiveDownReturn {
    0% {
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(-180deg)
    }
    to {
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(0deg)
    }
}

@keyframes perspectiveDownReturn {
    0% {
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(-180deg)
    }
    to {
        transform-origin: 0 100%;
        transform: perspective(800px) rotateX(0deg)
    }
}

.perspectiveLeft {
    -webkit-animation-name: perspectiveLeft;
    animation-name: perspectiveLeft
}

@-webkit-keyframes perspectiveLeft {
    0% {
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(0deg)
    }
    to {
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(-180deg)
    }
}

@keyframes perspectiveLeft {
    0% {
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(0deg)
    }
    to {
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(-180deg)
    }
}

.perspectiveLeftReturn {
    -webkit-animation-name: perspectiveLeftReturn;
    animation-name: perspectiveLeftReturn
}

@-webkit-keyframes perspectiveLeftReturn {
    0% {
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(-180deg)
    }
    to {
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(0deg)
    }
}

@keyframes perspectiveLeftReturn {
    0% {
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(-180deg)
    }
    to {
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(0deg)
    }
}

.perspectiveRight {
    -webkit-animation-name: perspectiveRight;
    animation-name: perspectiveRight
}

@-webkit-keyframes perspectiveRight {
    0% {
        transform-origin: 100% 0;
        transform: perspective(800px) rotateY(0deg)
    }
    to {
        transform-origin: 100% 0;
        transform: perspective(800px) rotateY(180deg)
    }
}

@keyframes perspectiveRight {
    0% {
        transform-origin: 100% 0;
        transform: perspective(800px) rotateY(0deg)
    }
    to {
        transform-origin: 100% 0;
        transform: perspective(800px) rotateY(180deg)
    }
}

.perspectiveRightReturn {
    -webkit-animation-name: perspectiveRightReturn;
    animation-name: perspectiveRightReturn
}

@-webkit-keyframes perspectiveRightReturn {
    0% {
        transform-origin: 100% 0;
        transform: perspective(800px) rotateY(180deg)
    }
    to {
        transform-origin: 100% 0;
        transform: perspective(800px) rotateY(0deg)
    }
}

@keyframes perspectiveRightReturn {
    0% {
        transform-origin: 100% 0;
        transform: perspective(800px) rotateY(180deg)
    }
    to {
        transform-origin: 100% 0;
        transform: perspective(800px) rotateY(0deg)
    }
}

.perspectiveUp {
    -webkit-animation-name: perspectiveUp;
    animation-name: perspectiveUp
}

@-webkit-keyframes perspectiveUp {
    0% {
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(0deg)
    }
    to {
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(180deg)
    }
}

@keyframes perspectiveUp {
    0% {
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(0deg)
    }
    to {
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(180deg)
    }
}

.perspectiveUpReturn {
    -webkit-animation-name: perspectiveUpReturn;
    animation-name: perspectiveUpReturn
}

@-webkit-keyframes perspectiveUpReturn {
    0% {
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(180deg)
    }
    to {
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(0deg)
    }
}

@keyframes perspectiveUpReturn {
    0% {
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(180deg)
    }
    to {
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(0deg)
    }
}

.rotateDown {
    -webkit-animation-name: rotateDown;
    animation-name: rotateDown
}

@-webkit-keyframes rotateDown {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(0deg) translateZ(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: perspective(800px) rotateX(-180deg) translateZ(300px)
    }
}

@keyframes rotateDown {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(0deg) translateZ(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: perspective(800px) rotateX(-180deg) translateZ(300px)
    }
}

.rotateLeft {
    -webkit-animation-name: rotateLeft;
    animation-name: rotateLeft
}

@-webkit-keyframes rotateLeft {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(0deg) translateZ(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateY(-180deg) translateZ(300px)
    }
}

@keyframes rotateLeft {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(0deg) translateZ(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateY(-180deg) translateZ(300px)
    }
}

.rotateRight {
    -webkit-animation-name: rotateRight;
    animation-name: rotateRight
}

@-webkit-keyframes rotateRight {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(0deg) translate3d(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateY(180deg) translateZ(150px)
    }
}

@keyframes rotateRight {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(0deg) translate3d(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateY(180deg) translateZ(150px)
    }
}

.rotateUp {
    -webkit-animation-name: rotateUp;
    animation-name: rotateUp
}

@-webkit-keyframes rotateUp {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(0deg) translateZ(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateX(180deg) translateZ(100px)
    }
}

@keyframes rotateUp {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: perspective(800px) rotateX(0deg) translateZ(0)
    }
    to {
        opacity: 0;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateX(180deg) translateZ(100px)
    }
}

.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideDown {
    0% {
        transform-origin: 0 0;
        transform: translateY(0)
    }
    to {
        transform-origin: 0 0;
        transform: translateY(100%)
    }
}

@keyframes slideDown {
    0% {
        transform-origin: 0 0;
        transform: translateY(0)
    }
    to {
        transform-origin: 0 0;
        transform: translateY(100%)
    }
}

.slideDownReturn {
    -webkit-animation-name: slideDownReturn;
    animation-name: slideDownReturn
}

@-webkit-keyframes slideDownReturn {
    0% {
        transform-origin: 0 0;
        transform: translateY(100%)
    }
    to {
        transform-origin: 0 0;
        transform: translateY(0)
    }
}

@keyframes slideDownReturn {
    0% {
        transform-origin: 0 0;
        transform: translateY(100%)
    }
    to {
        transform-origin: 0 0;
        transform: translateY(0)
    }
}

.slideLeft {
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft
}

@-webkit-keyframes slideLeft {
    0% {
        transform-origin: 0 0;
        transform: translateX(0)
    }
    to {
        transform-origin: 0 0;
        transform: translateX(-100%)
    }
}

@keyframes slideLeft {
    0% {
        transform-origin: 0 0;
        transform: translateX(0)
    }
    to {
        transform-origin: 0 0;
        transform: translateX(-100%)
    }
}

.slideLeftReturn {
    -webkit-animation-name: slideLeftReturn;
    animation-name: slideLeftReturn
}

@-webkit-keyframes slideLeftReturn {
    0% {
        transform-origin: 0 0;
        transform: translateX(-100%)
    }
    to {
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

@keyframes slideLeftReturn {
    0% {
        transform-origin: 0 0;
        transform: translateX(-100%)
    }
    to {
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

.slideRight {
    -webkit-animation-name: slideRight;
    animation-name: slideRight
}

@-webkit-keyframes slideRight {
    0% {
        transform-origin: 0 0;
        transform: translateX(0)
    }
    to {
        transform-origin: 0 0;
        transform: translateX(100%)
    }
}

@keyframes slideRight {
    0% {
        transform-origin: 0 0;
        transform: translateX(0)
    }
    to {
        transform-origin: 0 0;
        transform: translateX(100%)
    }
}

.slideRightReturn {
    -webkit-animation-name: slideRightReturn;
    animation-name: slideRightReturn
}

@-webkit-keyframes slideRightReturn {
    0% {
        transform-origin: 0 0;
        transform: translateX(100%)
    }
    to {
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

@keyframes slideRightReturn {
    0% {
        transform-origin: 0 0;
        transform: translateX(100%)
    }
    to {
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

@-webkit-keyframes slideUp {
    0% {
        transform-origin: 0 0;
        transform: translateY(0)
    }
    to {
        transform-origin: 0 0;
        transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform-origin: 0 0;
        transform: translateY(0)
    }
    to {
        transform-origin: 0 0;
        transform: translateY(-100%)
    }
}

.slideUpReturn {
    -webkit-animation-name: slideUpReturn;
    animation-name: slideUpReturn
}

@-webkit-keyframes slideUpReturn {
    0% {
        transform-origin: 0 0;
        transform: translateY(-100%)
    }
    to {
        transform-origin: 0 0;
        transform: translateY(0)
    }
}

@keyframes slideUpReturn {
    0% {
        transform-origin: 0 0;
        transform: translateY(-100%)
    }
    to {
        transform-origin: 0 0;
        transform: translateY(0)
    }
}

.openDownLeft {
    -webkit-animation-name: openDownLeft;
    animation-name: openDownLeft
}

@-webkit-keyframes openDownLeft {
    0% {
        transform-origin: bottom left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        transform-origin: bottom left;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes openDownLeft {
    0% {
        transform-origin: bottom left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        transform-origin: bottom left;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.openDownLeftReturn {
    -webkit-animation-name: openDownLeftReturn;
    animation-name: openDownLeftReturn
}

@-webkit-keyframes openDownLeftReturn {
    0% {
        transform-origin: bottom left;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        transform-origin: bottom left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes openDownLeftReturn {
    0% {
        transform-origin: bottom left;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        transform-origin: bottom left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.openDownRight {
    -webkit-animation-name: openDownRight;
    animation-name: openDownRight
}

@-webkit-keyframes openDownRight {
    0% {
        transform-origin: bottom right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        transform-origin: bottom right;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes openDownRight {
    0% {
        transform-origin: bottom right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        transform-origin: bottom right;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.openDownRightReturn {
    -webkit-animation-name: openDownRightReturn;
    animation-name: openDownRightReturn
}

@-webkit-keyframes openDownRightReturn {
    0% {
        transform-origin: bottom right;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        transform-origin: bottom right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes openDownRightReturn {
    0% {
        transform-origin: bottom right;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        transform-origin: bottom right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.openUpLeft {
    -webkit-animation-name: openUpLeft;
    animation-name: openUpLeft
}

@-webkit-keyframes openUpLeft {
    0% {
        transform-origin: top left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        transform-origin: top left;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes openUpLeft {
    0% {
        transform-origin: top left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        transform-origin: top left;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.openUpLeftReturn {
    -webkit-animation-name: openUpLeftReturn;
    animation-name: openUpLeftReturn
}

@-webkit-keyframes openUpLeftReturn {
    0% {
        transform-origin: top left;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        transform-origin: top left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes openUpLeftReturn {
    0% {
        transform-origin: top left;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        transform-origin: top left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.openUpRight {
    -webkit-animation-name: openUpRight;
    animation-name: openUpRight
}

@-webkit-keyframes openUpRight {
    0% {
        transform-origin: top right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        transform-origin: top right;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes openUpRight {
    0% {
        transform-origin: top right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        transform-origin: top right;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.openUpRightReturn {
    -webkit-animation-name: openUpRightReturn;
    animation-name: openUpRightReturn
}

@-webkit-keyframes openUpRightReturn {
    0% {
        transform-origin: top right;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        transform-origin: top right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes openUpRightReturn {
    0% {
        transform-origin: top right;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    to {
        transform-origin: top right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.openDownLeftOut {
    -webkit-animation-name: openDownLeftOut;
    animation-name: openDownLeftOut
}

@-webkit-keyframes openDownLeftOut {
    0% {
        opacity: 1;
        transform-origin: bottom left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        transform-origin: bottom left;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes openDownLeftOut {
    0% {
        opacity: 1;
        transform-origin: bottom left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        transform-origin: bottom left;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.openDownRightOut {
    -webkit-animation-name: openDownRightOut;
    animation-name: openDownRightOut
}

@-webkit-keyframes openDownRightOut {
    0% {
        opacity: 1;
        transform-origin: bottom right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        transform-origin: bottom right;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes openDownRightOut {
    0% {
        opacity: 1;
        transform-origin: bottom right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        transform-origin: bottom right;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.openUpLeftOut {
    -webkit-animation-name: openUpLeftOut;
    animation-name: openUpLeftOut
}

@-webkit-keyframes openUpLeftOut {
    0% {
        opacity: 1;
        transform-origin: top left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        transform-origin: top left;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes openUpLeftOut {
    0% {
        opacity: 1;
        transform-origin: top left;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        transform-origin: top left;
        transform: rotate(110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.openUpRightOut {
    -webkit-animation-name: openUpRightOut;
    animation-name: openUpRightOut
}

@-webkit-keyframes openUpRightOut {
    0% {
        opacity: 1;
        transform-origin: top right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        transform-origin: top right;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes openUpRightOut {
    0% {
        opacity: 1;
        transform-origin: top right;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    to {
        opacity: 0;
        transform-origin: top right;
        transform: rotate(-110deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

.tinDownIn {
    -webkit-animation-name: tinDownIn;
    animation-name: tinDownIn
}

@-webkit-keyframes tinDownIn {
    0% {
        opacity: 0;
        transform: scale(1) translateY(900%)
    }
    50%,
    70%,
    90% {
        opacity: 1;
        transform: scale(1.1) translateY(0)
    }
    60%,
    80%,
    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

@keyframes tinDownIn {
    0% {
        opacity: 0;
        transform: scale(1) translateY(900%)
    }
    50%,
    70%,
    90% {
        opacity: 1;
        transform: scale(1.1) translateY(0)
    }
    60%,
    80%,
    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.tinDownOut {
    -webkit-animation-name: tinDownOut;
    animation-name: tinDownOut
}

@-webkit-keyframes tinDownOut {
    0%,
    20%,
    40%,
    50% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
    10%,
    30% {
        opacity: 1;
        transform: scale(1.1) translateY(0)
    }
    to {
        opacity: 0;
        transform: scale(1) translateY(900%)
    }
}

@keyframes tinDownOut {
    0%,
    20%,
    40%,
    50% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
    10%,
    30% {
        opacity: 1;
        transform: scale(1.1) translateY(0)
    }
    to {
        opacity: 0;
        transform: scale(1) translateY(900%)
    }
}

.tinLeftIn {
    -webkit-animation-name: tinLeftIn;
    animation-name: tinLeftIn
}

@-webkit-keyframes tinLeftIn {
    0% {
        opacity: 0;
        transform: scale(1) translateX(-900%)
    }
    50%,
    70%,
    90% {
        opacity: 1;
        transform: scale(1.1) translateX(0)
    }
    60%,
    80%,
    to {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

@keyframes tinLeftIn {
    0% {
        opacity: 0;
        transform: scale(1) translateX(-900%)
    }
    50%,
    70%,
    90% {
        opacity: 1;
        transform: scale(1.1) translateX(0)
    }
    60%,
    80%,
    to {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

.tinLeftOut {
    -webkit-animation-name: tinLeftOut;
    animation-name: tinLeftOut
}

@-webkit-keyframes tinLeftOut {
    0%,
    20%,
    40%,
    50% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
    10%,
    30% {
        opacity: 1;
        transform: scale(1.1) translateX(0)
    }
    to {
        opacity: 0;
        transform: scale(1) translateX(-900%)
    }
}

@keyframes tinLeftOut {
    0%,
    20%,
    40%,
    50% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
    10%,
    30% {
        opacity: 1;
        transform: scale(1.1) translateX(0)
    }
    to {
        opacity: 0;
        transform: scale(1) translateX(-900%)
    }
}

.tinRightIn {
    -webkit-animation-name: tinRightIn;
    animation-name: tinRightIn
}

@-webkit-keyframes tinRightIn {
    0% {
        opacity: 0;
        transform: scale(1) translateX(900%)
    }
    50%,
    70%,
    90% {
        opacity: 1;
        transform: scale(1.1) translateX(0)
    }
    60%,
    80%,
    to {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

@keyframes tinRightIn {
    0% {
        opacity: 0;
        transform: scale(1) translateX(900%)
    }
    50%,
    70%,
    90% {
        opacity: 1;
        transform: scale(1.1) translateX(0)
    }
    60%,
    80%,
    to {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}

.tinRightOut {
    -webkit-animation-name: tinRightOut;
    animation-name: tinRightOut
}

@-webkit-keyframes tinRightOut {
    0%,
    20%,
    40%,
    50% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
    10%,
    30% {
        opacity: 1;
        transform: scale(1.1) translateX(0)
    }
    to {
        opacity: 0;
        transform: scale(1) translateX(900%)
    }
}

@keyframes tinRightOut {
    0%,
    20%,
    40%,
    50% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
    10%,
    30% {
        opacity: 1;
        transform: scale(1.1) translateX(0)
    }
    to {
        opacity: 0;
        transform: scale(1) translateX(900%)
    }
}

.tinUpIn {
    -webkit-animation-name: tinUpIn;
    animation-name: tinUpIn
}

@-webkit-keyframes tinUpIn {
    0% {
        opacity: 0;
        transform: scale(1) translateY(-900%)
    }
    50%,
    70%,
    90% {
        opacity: 1;
        transform: scale(1.1) translateY(0)
    }
    60%,
    80%,
    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

@keyframes tinUpIn {
    0% {
        opacity: 0;
        transform: scale(1) translateY(-900%)
    }
    50%,
    70%,
    90% {
        opacity: 1;
        transform: scale(1.1) translateY(0)
    }
    60%,
    80%,
    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.tinUpOut {
    -webkit-animation-name: tinUpOut;
    animation-name: tinUpOut
}

@-webkit-keyframes tinUpOut {
    0%,
    20%,
    40%,
    50% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
    10%,
    30% {
        opacity: 1;
        transform: scale(1.1) translateY(0)
    }
    to {
        opacity: 0;
        transform: scale(1) translateY(-900%)
    }
}

@keyframes tinUpOut {
    0%,
    20%,
    40%,
    50% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
    10%,
    30% {
        opacity: 1;
        transform: scale(1.1) translateY(0)
    }
    to {
        opacity: 0;
        transform: scale(1) translateY(-900%)
    }
}

.magictime {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media(prefers-reduced-motion),
(print) {
    .magictime {
        -webkit-animation: unset!important;
        animation: unset!important;
        transition: none!important
    }
}

.listproduct {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1
}

.listproduct.listproduct-col3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.listproduct.carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory
}

.listproduct.carousel .item {
    scroll-snap-align: start;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 4px;
    min-width: 140px;
    max-width: 225px;
    flex: 0 0 33vw
}

.listproduct img {
    max-width: 100%
}

.listproduct .item {
    display: block
}

.listproduct .item a {
    display: block
}

.pk-sale .listproduct .item {
    background-color: #fff
}

.listproduct .item {
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    padding: 10px 15px 20px;
    overflow: hidden
}

.listproduct h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px
}

.listproduct p.preorder {
    background-color: #e91e63;
    border-radius: 4px;
    color: #fff;
    display: -webkit-inline-box;
    font-size: 11px;
    margin-right: 4px;
    padding: 0 5px;
    white-space: nowrap;
    max-width: 90%;
    margin-bottom: 5px
}

.listproduct-col3 h3 {
    font-size: 13px;
    line-height: 16px
}

.listproduct h3 span {
    color: #fc773b
}

.listproduct .price {
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px
}

.listproduct .price.twoprice {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px
}

.listproduct .price.twoprice:before {
    content: '';
    width: 15px;
    height: 15px;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAADIWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTQgNzkuMTUxNDgxLCAyMDEzLzAzLzEzLTEyOjA5OjE1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwRDA1QTlFQzc2NTExRUI5RUFEQUQ5QzM0RTRFREY5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwRDA1QTlGQzc2NTExRUI5RUFEQUQ5QzM0RTRFREY5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDBEMDVBOUNDNzY1MTFFQjlFQURBRDlDMzRFNEVERjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDBEMDVBOURDNzY1MTFFQjlFQURBRDlDMzRFNEVERjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6rTY90AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFRQTFRFR3BM0QAczwIc0AId0AEc0AEc0AEczwEc0AEc0AEb0AEbzwAgzwAQ0AEc0QIczwEa0QEc0QIe0AId1gAh0QEb0QIdzwAg0AIbzwAbzwUb0gAd0AIcLM/rQgAAABt0Uk5TAH+A31+/QCDv388QEK9/UG9vnx+PjzCfMDBPXpRnnQAAASVJREFUKM+Nk8uWgzAMQ0VJiAOkPPqcuf//n7OABGhZTFb4WPKRZSHtXxdCp/PXTSkCWHLhu3kxwOKCeHwAmhr8eJOkp/NQD/vuBXyzlaGFy6FbHadVu/4A7lOLg3VcqDduXW/8upck3WkLCcqn5ypJwchrPA3qLLHBekkOnwUbbcRCoY+SUtF15SW9lpmSJpIk473WM05y3PMw4kHNRBuk3z7XRi8Ri+8RbN7sjtz2bYWXkdctbSvsQQot42ZCv2IkSY9F2pxdwCSlAr8yS3NZzJEkTXtb6nZvi5PUGcXHCPYuay/Aa6EfTtKu/nRxO32MW0RiyLc5jcNwFp2zeFXQ7rLb+I/wDRG8+5GkMHmIzXFaeBhAjAZY1X/9J8GlBZHGXv98fzV0E9m7ufBbAAAAAElFTkSuQmCC) no-repeat left center;
    background-size: 15px 15px;
    margin: 2px 5px 0 0;
    display: inline-block;
    vertical-align: top
}

.listproduct-col3 .price {
    font-size: 14px;
    line-height: 16px
}

.listproduct .price.red {
    color: #d0021c
}

.listproduct .box-p {
    margin-bottom: 5px
}

.listproduct .price-old {
    color: #666;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: line-through
}

.listproduct .price-old.black {
    color: #333
}

.listproduct-col3 .price-old {
    font-size: 12px;
    line-height: 16px
}

.listproduct .percent {
    color: #333;
    display: inline-block;
    font-size: 13px;
    line-height: 17px
}

.listproduct .percent.red {
    color: #d0021c
}

.listproduct-col3 .percent {
    font-size: 12px;
    line-height: 16px
}

.listproduct .item-rating {
    margin-bottom: 5px;
    display: flex;
    align-items: flex-end
}

.listproduct .item-compare {
    font-size: 0;
    margin-bottom: 5px
}

.listproduct .item-compare span {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
    padding: 4px 5px;
    white-space: nowrap
}

.listproduct .item-compare.gray-bg span {
    border: 1px solid #eaeaea;
    background: #eaeaea
}

.listproduct .item-rating p {
    display: inline-block
}

.listproduct .item-rating-total {
    color: #333;
    font-size: 12px;
    line-height: 14px;
    margin-left: 5px
}

.listproduct .shiping {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px
}

.listproduct .item-img {
    position: relative;
    margin-bottom: 10px;
    display: block;
    overflow: hidden
}

.listproduct .item-img img.lbliconimg {
    width: auto !important;
    height: 40px
}

.listproduct .item-img.item-img_1942 {
    height: 160px
}

.listproduct .item-img img.lbliconimg_1942 {
    bottom: 0
}

.listproduct .item-img.item-img_9758 {
    height: 145px
}

.listproduct .item-img .lbl-imported {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    color: #000;
    background: linear-gradient(91.91deg, #e3e3e3 3.02%, #f7f7f7 105.46%);
    border-radius: 2px;
    height: 25px;
    line-height: 1.3;
    font-size: 13px
}

.listproduct .lb-img {
    bottom: 0;
    position: absolute;
    right: 5px
}

.result-label {
    border-radius: 20px;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    max-width: 100%;
    padding-right: 8px
}

.result-label span {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 10px;
    line-height: 13px;
    margin-left: 3px;
    overflow: hidden;
    padding: 4px 0 0 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 2;
    text-transform: uppercase
}

.result-label img {
    float: left;
    max-width: 20px
}

.result-label.temp1 {
    background: linear-gradient(to right, #ef3006, #c60004)
}

.result-label.temp2 {
    background: linear-gradient(to right, #0358d6, #054bab)
}

.result-label.temp3 {
    background: linear-gradient(to right, #e91f63, #db2663)
}

.result-label.temp4 {
    background: linear-gradient(to right, #3bacf0, #1b6dc1)
}

.result-label.temp5 {
    background: linear-gradient(to right, #faab08, #d42611)
}

.result-label.temp6 {
    background: linear-gradient(to right, #af63cf, #3327a7)
}

.item-label {
    font-size: 0;
    height: 22px
}

.item-label span {
    border-radius: 2px;
    font-size: 11px;
    line-height: 12px;
    display: inline-block;
    margin-right: 4px;
    padding: 3px
}

.ln-banchay {
    background-color: #fbdddd;
    color: #eb5757
}

.lb-tragop {
    background-color: #f1f1f1;
    color: #333
}

.item-txt-online {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin-top: 0 !important;
    margin-bottom: 5px
}

.listproduct .item-gift {
    color: #333;
    font-size: 13px;
    margin-bottom: 5px
}

.listproduct .item-gift b {
    font-weight: normal
}

.utility {
    margin-top: 7px
}

.utility p {
    color: #333;
    font-size: 12px;
    line-height: 19px;
    display: flex
}

.utility p:before {
    content: '●';
    margin-right: 4px;
    margin-bottom: 2px;
    margin-top: -1px;
    color: #333;
    font-size: 10px
}

.item-bottom {
    font-size: 12px;
    margin-bottom: 5px
}

.item-ss {
    color: #2f80ed;
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px
}

.item-ss i {
    background: url('//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/iconcompare/icon_plus.png') no-repeat center;
    background-size: 100%;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: text-bottom
}

.item-ss.active i {
    background: url('//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/iconcompare/icon_checked.png') no-repeat center;
    background-size: 100%
}

.btn-buyslt {
    border: 1px solid #fb6e2e;
    border-radius: 3px;
    color: #fb6e2e;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    padding: 8px 5px;
    text-align: center
}

.watched .owl-carousel .owl-stage,
.watched .owl-carousel .owl-stage .owl-item {
    display: flex;
    flex-wrap: wrap
}

.listproduct .remain_quantity {
    position: relative;
    height: 100%;
    display: block;
    padding-bottom: 25px
}

.listproduct .remain_quantity .rq_count {
    min-height: 20px;
    padding-left: 21px;
    background-color: #ddd;
    border-radius: 25px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    color: #000;
    overflow: hidden
}

.listproduct .remain_quantity .rq_count i {
    display: block;
    height: 100%;
    background: #f7c913 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDMgNzkuMTY0NTI3LCAyMDIwLzEwLzE1LTE3OjQ4OjMyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA0LTI4VDExOjI0OjUyKzA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wNC0yOFQxNDo1OTo1MCswNzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wNC0yOFQxNDo1OTo1MCswNzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NmUwOTRjNi1jODk2LWRiNGMtOGQ3OS1jYjEyZTY4NGY1MmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTZlMDk0YzYtYzg5Ni1kYjRjLThkNzktY2IxMmU2ODRmNTJjIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTZlMDk0YzYtYzg5Ni1kYjRjLThkNzktY2IxMmU2ODRmNTJjIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NmUwOTRjNi1jODk2LWRiNGMtOGQ3OS1jYjEyZTY4NGY1MmMiIHN0RXZ0OndoZW49IjIwMjEtMDQtMjhUMTE6MjQ6NTIrMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4xIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz57d7QYAAADDklEQVQ4jX2UXYhVVRTHf2udfe69M6PNOOoQMyET9DWkD441cB9yTEaCQCRrtCAfJApiQLAU7CmyDwgUopeGwvQpGicfyifxITDCyigUS1A0MBHUGJ3m6945Z+/lw3GcuXPPde2HA2ut/Vv/vVhnid2+RWYCgAFhsBdAZdVjTzI1URbvV1o620mxdJnlD/+iHx855wd7K9HoHxj1JraxHYCEFgA8ntjFKw02KbwE0mewAigCCdhlgdNJmh6JI3d+1ifj9dD+1hpokPC8i9xBkLU5IhZdtuNJSA+Y2ala/4a2eajIdo30G0AbksxAZAGB8TRNBs3s5JxLsy4aIvK6RvrtA4HTkzBbXVSEVucKP4jIgJAdRWJM4qfU6eGGsOBhfAy6n0DLm/LUl+IoPhxr3O60gHrXgrkl+81wucA0gWoFKQ+g+w/B+hfzuwKPmNi7YrNIMtDVphLdMKNQlzkzBS5Gt76BvPkeNLXgt/fB2I0GT7LrUXK7y4FuzQVO3IHObnTbW8irQ1kXRobh4lkolqBQyr41Jp2mzU87kDX1Cqdh3Xr07feR1c/M+/86A+ueg0IJmZnErv1Td9VrU58zY/nCCQGQtWXknU+RR3tg8n9Y8lDmf20I6eiCO2PYwT35DbBQcAj/1UWqVWxkGJtrwdAHGbSnF8ZuEo4OY5fO50JF7ZZDws+Y7q6pduFP+P0UTFXQz0fmA2d+JHzxIXb2NCxbAVI/0iHoRedS/S0oc/sks1ITxDH0l5EXtmXJX30CJ0azPrZ35KoEu+q9u+TE9F+T8J3AKzXPWNqG7voIqjOEA3uxk8cgTWFpawMgYHwdq68qQOR1n8BMTcLGLVCZJuzbgZ0YBVVoam4MxK5gfKYSENvQDUAqvCwajiL3/v1Vj8P0BFy7ks2kNl4JGONpkM0YPwHz0CQLb4mi8KUJHQQPSQKFYu1WqgfeTL0OGtxff4vLf5943RyMUUQDxdKDgMEkHIq89i8E5inFA1EUmvH6LFHYGQk9Bj33VE0g9rchv6apHnNxesElrlJZVO0uWQIx2gF9TMkAAAAASUVORK5CYII=') no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 21px
}

.listproduct .remain_quantity .rq_count b {
    display: block;
    position: relative;
    z-index: 1;
    font-weight: normal
}

.loading-border {
    position: relative
}

.loading-border .bubblingG {
    height: 100%;
    top: 0;
    padding-top: 50%
}

.prods-group ul {
    display: flex;
    margin-bottom: 5px;
    justify-content: flex-start;
    flex-wrap: wrap
}

.prods-group ul li {
    padding: 5px 8px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 2px;
    color: #333;
    display: inline-flex !important;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-right: 4px
}

.prods-group ul li.act,
.prods-group ul li:hover {
    border-color: #2f80ed !important;
    color: #2f80ed !important
}

.listproduct .item-img {
    margin-top: 10px
}

.listproduct .item-img img {
    margin-bottom: 0;
    margin-top: 8px
}

.listproduct .item a:hover .item-img img {
    margin-bottom: 8px;
    margin-top: 0
}

.listproduct .item .item-img img {
    margin-top: 8px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.listproduct .item a:hover h3 {
    color: #288ad6
}

.owl-carousel button {
    opacity: .3
}

.owl-carousel:hover button {
    opacity: 1
}

@media only screen and (max-width: 768px) {
  .box-filter{
    text-align: center;
  }
}