.UIProductListCommon {
}
.UIProductListCommon .head {
    margin: 0 auto;
    text-align: center;
}
.UIProductListCommon .head .title h2 {
    color: #5474bd;
    font-size: 25px;
    text-transform: uppercase;
}
.UIProductListCommon .head .title h3 {
    color: #888;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 25px 0;
    font-family: Roboto;
}
.TabStyle .tab {
    cursor: pointer;
    color: #252525;
    font-size: 15px;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.TabStyle .tab .item {
    padding: 10px;
}
.TabStyle .tab .item span {
    color: #5474bd;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 20px;
    border: 2px solid #5474bd;
    border-radius: 10px 0 10px 0;
    text-transform: uppercase;
    line-height: 60px;
}
.TabStyle .tab .item span:hover {
  	color: #fff;
  	background: #5474bd;
}
.UIProductListCommon .wrap {
    margin: 50px auto;
    position: relative;
}
.UIProductListCommon .product-list {
    margin: 0 0 20px 0;
    display: grid;
    grid-template-columns: calc(32% - (30px * 1/3)) calc(32% - (30px * 1/3)) calc(32% - (30px * 1/3));
    grid-column-gap: 30px;
}
.UIProductListCommon .product-list .item {
    border-radius: 2px;
    padding: 15px 0px;
    text-align: center;
    margin: 0 0 20px 0;
    position: relative;
}
.UIProductListCommon .product-list .item .name {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    top: 325px;
    width: 100%;
    font-family: Roboto;
}
.UIProductListCommon .product-list .item .name * {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
}
.UIProductListCommon .product-list .item .img {
    display: inline-block;
    margin-bottom: 35px;
    height: 300px;
    overflow: hidden;
}
.UIProductListCommon .product-list .item .img img {
    display: block;
    width: 100%;
    /* height: 240px; */
    /* object-fit: cover; */
    margin: 0 auto;
    vertical-align: top;
}
.UIProductListCommon .product-list .item .price span.sale-price {
    color: #d60c0c;
    font-size: 15px;
    display: block;
    font-weight: 700;
}
.UIProductListCommon .product-list .item a.btn.btn-detail {
    background: #fd7d19;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
    margin-top: 10px;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 14px;
    border-radius: 3px;
}
.UIProductListCommon .product-list .item a.btn.btn-detail:hover {
    background: #0ca4ed;
}
.UIProductListCommon .paging {
    text-align: center;
    margin-bottom: 15px;
}
.UIProductListCommon .paging span span, .UIProductListCommon .paging a:hover {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #0ab0ef;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
.UIProductListCommon .paging a {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #D6D6D6;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}

/******************Slider******************/
.SliderStyle .SliderStyle {
}
.SliderStyle .head {
    text-align: left;
    font-weight: bold;
}
.SliderStyle .head .title {
    color: #5474bd;
    font-size: 18px;
    text-transform: uppercase;
}
.SliderStyle .wrap .tab .list {
    height: 65px;
    display: inline-flex;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}
.SliderStyle .wrap .tab .item img {
    display: none;
}
.SliderStyle .wrap .tab .item {
    padding: 0 8px;
}
.SliderStyle .wrap .tab .item span:hover {
  	color: #f7941d;
}
.SliderStyle .wrap .tab .item span {
    color: #d60c0c;
    font-size: 14px;
    font-weight: 700;
    line-height: 90px;
}
.SliderStyle .wrap {
    margin: 50px auto;
    width: 1200px;
    position: relative;
}
.SliderStyle .product-list {
    margin: 0;
    display: inline-block;
}
.SliderStyle .product-list .item {
    border-radius: 2px;
    padding: 0;
    text-align: center;
    margin: 20px 0;
    position: relative;
}
.SliderStyle .product-list .item .name {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    top: 305px;
    width: 100%;
    font-family: Roboto;
}
.SliderStyle .product-list .item .name * {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
}
.SliderStyle .product-list .item .img {
    display: inline-block;
    margin-bottom: 35px;
    height: 300px;
    overflow: hidden;
}
.SliderStyle .product-list .item .img img {
    display: block;
    width: 100%;
    /* height: 240px; */
    /* object-fit: cover; */
    margin: 0 auto;
    vertical-align: top;
}
.SliderStyle .product-list .item .price span.sale-price {
    color: #d60c0c;
    font-size: 15px;
    display: block;
    font-weight: 700;
}
.SliderStyle .product-list .item a.btn.btn-detail, .SliderStyle .product-list .item a.compare {
    background: #fd7d19;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
    margin: 10px 5px;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 13px;
    border-radius: 3px;
    text-transform:uppercase;
}
.SliderStyle .product-list .item a.btn.btn-detail:hover {
    background: #0ca4ed;
}
.SliderStyle .paging {
    text-align: center;
    margin-bottom: 15px;
}
.SliderStyle .paging span span, .SliderStyle .paging a:hover {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #0ab0ef;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
.SliderStyle .paging a {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #D6D6D6;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}


/***************************************SPLQ****************************************/


.RelatedProductStyle .RelatedProductStyle {
}
.RelatedProductStyle .head {
    text-align: left;
    font-weight: bold;
}
.RelatedProductStyle .head .title {
    color: #5474bd;
    font-size: 18px;
    text-transform: uppercase;
}
.RelatedProductStyle .wrap .tab .list {
    height: 65px;
    display: inline-flex;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}
.RelatedProductStyle .wrap .tab .item img {
    display: none;
}
.RelatedProductStyle .wrap .tab .item {
    padding: 0 8px;
}
.RelatedProductStyle .wrap .tab .item span:hover {
  	color: #f7941d;
}
.RelatedProductStyle .wrap .tab .item span {
    color: #d60c0c;
    font-size: 14px;
    font-weight: 700;
    line-height: 90px;
}
.RelatedProductStyle .wrap {
    margin: 50px auto;
    width: 1200px;
    position: relative;
}
.RelatedProductStyle .product-list {
    margin: 0;
    display: inline-block;
}
.RelatedProductStyle .product-list .item {
    border-radius: 2px;
    padding: 0;
    text-align: center;
    margin: 20px 0;
    position: relative;
}
.RelatedProductStyle .product-list .item .name {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    top: 305px;
    width: 100%;
    font-family: Roboto;
}
.RelatedProductStyle .product-list .item .name * {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
}
.RelatedProductStyle .product-list .item .img {
    display: inline-block;
    margin-bottom: 35px;
    height: 300px;
    overflow: hidden;
}
.RelatedProductStyle .product-list .item .img img {
    display: block;
    width: 100%;
    /* height: 240px; */
    /* object-fit: cover; */
    margin: 0 auto;
    vertical-align: top;
}
.RelatedProductStyle .product-list .item .price span.sale-price {
    color: #d60c0c;
    font-size: 15px;
    display: block;
    font-weight: 700;
}
.RelatedProductStyle .product-list .item a.btn.btn-detail, .RelatedProductStyle .product-list .item a.compare {
    background: #fd7d19;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
    margin: 10px 5px;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 13px;
    border-radius: 3px;
    text-transform:uppercase;
}
.RelatedProductStyle .product-list .item a.btn.btn-detail:hover {
    background: #0ca4ed;
}
.RelatedProductStyle .paging {
    text-align: center;
    margin-bottom: 15px;
}
.RelatedProductStyle .paging span span, .RelatedProductStyle .paging a:hover {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #0ab0ef;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
.RelatedProductStyle .paging a {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #D6D6D6;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}

. UIProductListCommon .btn-preview:hover {
    background: #19befd;
}

.UIProductListCommon .btn-preview {
    background: #1f7ed0;
    background: linear-gradient(
225deg,#2ed3ae 0%,#109df7 100%);
    text-decoration: none;
    display: inline-block;
    color: #fff;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    padding: 5px;
    width: 215px;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 10px;
    cursor: pointer;
    transition: all .3s ease;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 14px;
}

/* So sanh san pham */
                       .UIProductListCommon .stickcompare.stickcompare_new {
                            max-width: 1178px;
                            top: unset;
                            bottom: 0;
                            border-radius: 0;
                            border-top: 1px solid #e5e5e5;
                        }

                       .UIProductListCommon .spaceInDown {
                            -webkit-animation-name: spaceInDown;
                            animation-name: spaceInDown;
                        }

                       .UIProductListCommon .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 rgb(0 0 0 / 12%);
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new a.clearall {
                            position: absolute;
                            right: 0;
                            top: -39px;
                            padding: 10px 15px 10px 10px;
                            border-radius: 8px 8px 0 0;
                            color: #000;
                            background: #fff;
                            box-shadow: 0 -2px 10px #0000001f;
                        }

                      .UIProductListCommon .stickcompare a {
                            text-decoration: none;
                        }

                       .UIProductListCommon .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;
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new .listcompare span {
                            right: 10px;
                            top: 10px;
                        }

                       .UIProductListCommon .stickcompare .listcompare span {
                            position: absolute;
                            top: 20px;
                            right: -20px;
                            width: 14px;
                            height: 20px;
                            cursor: pointer;
                        }

                       .UIProductListCommon .stickcompare .iconcate-closess {
                            background-position: -40px -75px;
                            height: 12px !important;
                            width: 12px !important;
                        }

                       .UIProductListCommon .stickcompare .iconcate-closess {
                            background-position: -40px -75px;
                            height: 12px !important;
                            width: 12px !important;
                        }

                        [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;
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new a.clearall i:after {
                            transform: rotate( -45deg);
                            left: 7px;
                        }

                       .UIProductListCommon .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;
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new a.clearall i:before {
                            content: "";
                            width: 10px;
                            height: 1px;
                            background: #333;
                            margin-right: 5px;
                            transform: rotate( 45deg);
                            position: absolute;
                        }

                        @keyframes spaceInDown {
                            0% {
                                opacity: 0;
                                transform-origin: 50% 100%;
                                transform: scale(.2) translateY(200%);
                            }

                            100% {
                                opacity: 1;
                                transform-origin: 50% 100%;
                                transform: scale(1) translate(0);
                            }
                        }


                       .UIProductListCommon .stickcompare.stickcompare_new ul.listcompare {
                            display: inline-flex;
                            width: calc(100% - 26%);
                            border: unset;
                        }

                       .UIProductListCommon .stickcompare 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;
                        }

                       .UIProductListCommon .stickcompare ul, ol {
                            list-style: none;
                        }

                       .UIProductListCommon .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;
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new .listcompare li {
                            width: 100%;
                            border-right: 1px solid #e0e0e0;
                            padding-top: 0;
                        }

                       .UIProductListCommon .stickcompare .listcompare li.formsg {
                            margin: 10px 40px;
                            border: dashed 2px #bdbdbd;
                            border-radius: 10px;
                            padding: 5px 0;
                        }

                       .UIProductListCommon .stickcompare .listcompare li {
                            overflow: visible;
                            position: relative;
                            padding-top: 7px;
                            width: 80%;
                            display: block;
                            margin: 0 auto;
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new .listcompare a {
                            justify-content: center;
                            flex-flow: column;
                            align-items: center;
                            width: unset;
                            cursor: pointer;
                        }

                       .UIProductListCommon .stickcompare .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;
                        }

                       .UIProductListCommon .stickcompare .listcompare a {
                            display: flex;
                            overflow: hidden;
                            padding: 10px 0 5px;
                            align-content: center;
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new .listcompare .cp-plus > i.icImageCompareNew {
                            background: url(/Images/icon_add_desktop.png) no-repeat top center;
                            background-size: 45px 45px;
                            width: 45px;
                            height: 45px;
                        }

                       .UIProductListCommon .stickcompare .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;
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new .listcompare li.formsg p {
                            display: block;
                            font-size: 12px;
                            text-align: center;
                            margin: 7px auto 0;
                        }

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

                       .UIProductListCommon .stickcompare.stickcompare_new .closecompare {
                            display: inline-block;
                            vertical-align: middle;
                            width: 25%;
                            margin-top: 21px;
                            margin-bottom: 10px;
                        }

                       .UIProductListCommon .stickcompare .closecompare {
                            overflow: hidden;
                            position: relative;
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new .closecompare a.doss {
                            border-radius: 0;
                            margin: 0 auto 10px;
                        }

                       .UIProductListCommon .stickcompare .closecompare a.doss {
                            background: #2f80ed;
                            color: #fff;
                            font-size: 14px;
                        }

                       .UIProductListCommon .stickcompare .closecompare a {
                            display: block;
                            text-align: center;
                            margin: 10px auto;
                            width: 50%;
                            padding: 12px 0;
                            border-radius: 10px;
                            font-size: 14px;
                            color: #2f80ed;
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new .closecompare a.txtremoveall {
                            margin: auto;
                            width: unset;
                            padding: 0;
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new .listcompare li img {
                            width: 60px;
                        }

                       .UIProductListCommon .stickcompare .listcompare li img {
                            width: 70px;
                            height: auto;
                            max-height: 80px;
                            margin: 5px;
                            object-fit: contain;
                        }

                       .UIProductListCommon .stickcompare img {
                            border: 0;
                        }

                       .UIProductListCommon .stickcompare.stickcompare_new .listcompare h3 {
                            margin: 5px;
                            text-align: center;
                        }

                       .UIProductListCommon .stickcompare .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;
                        }

                       .UIProductListCommon .popup-button {
                            position: fixed;
                            bottom: 25px;
                            left: 15px;
                            z-index: 2;
                        }

                        a#ss-now {
                            padding: 10px 10px;
                            background: #fff;
                            border-radius: 30px;
                            box-shadow: 0 0 15px #999;
                            display: none;
                        }

                         #ss-now {
                            color: #288ad6;
                        }




















