@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
/*owl-custom*/
.owl-item .p-item {
    width: 100% !important;
}
.owl-nav button {
        position: absolute;
        color: #e8e8e8 !important;
        top: 40%;
        transition: all 0.2s ease;
        outline: none;
        z-index: 99999;
        opacity: .5;
        transform: translate(0, -50%);
}
.owl-nav button i {
            font-size: 50px;
}
.owl-nav .owl-prev {
        left: 0;
        border-radius: 0 4px 4px 0;
}
.owl-nav .owl-next {
        right: 0;
}
button:hover {
        opacity: 1;
        background: none !important;
}
.owl-dot {
    height: 20px!important;
    width: 20px!important;
    background: #1f7ed08c;
    background: linear-gradient(225deg,#29b1925c 0%,#11679e24 100%);
    border-radius:1000px;
    display:inline-block;
    margin:0 5px;
}
.owl-dot.active {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.owl-dot:hover {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}


.UIProductListCommon {
    position: relative;
    z-index: 3;
}
/********************************/
.ProductListStyle .head {
    margin: 0 auto;
    text-align: center;
}
.ProductListStyle .head .title * {
    color: #009342;
    font-size: 28px;
    font-family: 'Lobster', cursive;
    letter-spacing: 2px;
}
.ProductListStyle .wrap .tab .list {
    height: 65px;
    display: inline-flex;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}
.ProductListStyle .wrap .tab .item img {
    display: none;
}
.ProductListStyle .wrap .tab .item {
    padding: 0 8px;
}
.ProductListStyle .wrap .tab .item span:hover {
  	color: #f7941d;
}
.ProductListStyle .wrap .tab .item span {
    color: #d60c0c;
    font-size: 14px;
    font-weight: 700;
    line-height: 90px;
}
.ProductListStyle .wrap {
    margin: 40px auto;
    position: relative;
}
.ProductListStyle .product-list {
display: flex;
    flex-wrap: wrap;
    margin: 20px -10px;
}
.ProductListStyle .product-list .item {
    margin: 10px;
    padding: 10px;
    flex: 0 0 auto;
    width: 17.7777777%;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #ffffffa1;
    text-align: center;
    border-radius: 3px;
}
.ProductListStyle .product-list .item .name {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    //padding: 0 20px;
    width: 100%;
}
.ProductListStyle .product-list .item .name * {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 500;
	padding: 0px;
}
.ProductListStyle .product-list .item .img {
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
}
.ProductListStyle .product-list .item .img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
}
.ProductListStyle .product-list .item .price span.sale-price {
    /*color: #d60c0c;
    font-size: 15px;
    display: block;
    font-weight: 700;
    padding: 15px;*/
  	color: #dd0000;
    font-size: 16px;
    display: block;
    font-weight: 700;
}
.ProductListStyle .product-list .item a.btn.btn-detail {
    position: relative;
    margin: 20px 0;
    background: #009342cc;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    z-index: 1;
    font-weight: 300;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(15px);
    border: 1px solid #ffffff61;
    border-radius: 2px;
    text-transform: uppercase;
}
.ProductListStyle .product-list .item  a.btn.btn-detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,0.15), transparent);
    transform: skewX(45deg) translateX(0);
    transition: 0.5s;
}
.ProductListStyle .product-list .item a.btn.btn-detail:hover:hover {
  letter-spacing: 3px;
}
.ProductListStyle .product-list .item a.btn.btn-detail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0.15),
  transparent);
  transform: skewX(45deg) translateX(0);
  transition: 0.5s;
}
.TabStyle .product-list .item a.btn.btn-detail:hover::before {
  transform: skewX(45deg) translateX(200%);
}
.TabStyle .product-list .item a.btn.btn-detail:hover::before {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
  transition-delay: 0.5s;
}
.TabStyle .product-list .item a.btn.btn-detail:hover::after {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
  transition-delay: 0.5s;
}
.ProductListStyle .paging {
    text-align: center;
    margin-bottom: 15px;
}
.ProductListStyle .paging span span, .ProductListStyle .paging a:hover {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #d60c0c;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
.ProductListStyle .paging a {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #D6D6D6;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}



/*****************************************/
.UIProductListCommon .CategorySelectedStyle {
}
.UIProductListCommon .CategorySelectedStyle .head {
    margin: 0 auto;
}
.UIProductListCommon .CategorySelectedStyle .head .title * {
    margin: 0;
    height: 85px;
    padding: 25px 0 0 0px;
    position: relative;
    color: #d60c0c;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    font-size: 2em;
}
.UIProductListCommon .CategorySelectedStyle .head .title h4 {
    font-size: 0.8em;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 1.5;
    text-transform: none;
    margin-top: 6px;
    font-style: italic;
    height: auto;
    padding: 0;
}
.UIProductListCommon .CategorySelectedStyle .head .title h1 {
    line-height: 75px;
}
.UIProductListCommon .CategorySelectedStyle .wrap .tab .list {
    height: 65px;
    display: inline-flex;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}
.UIProductListCommon .CategorySelectedStyle .wrap .tab .item img {
    display: none;
}
.UIProductListCommon .CategorySelectedStyle .wrap .tab .item {
    padding: 0 8px;
}
.CategorySelectedStyle .wrap .tab .item span:hover {
  	color: #f7941d;
}
.CategorySelectedStyle .wrap .tab .item span {
    color: #d60c0c;
    font-size: 14px;
    font-weight: 700;
    line-height: 90px;
}
.UIProductListCommon .CategorySelectedStyle .product-list {
    margin: 0 0 20px 0;
}
.UIProductListCommon .CategorySelectedStyle .product-list .item {
    border-radius: 2px;
    padding: 15px 0px;
    text-align: center;
    margin: 0 0 20px 0;
    position: relative;
    border: 1px solid #f0f0f0;
}
.UIProductListCommon .CategorySelectedStyle .product-list .item .name {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    top: 275px;
    width: 100%;
    height: 50px;
}
.UIProductListCommon .CategorySelectedStyle .product-list .item .name * {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
}
.UIProductListCommon .CategorySelectedStyle .product-list .item .img {
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}
.UIProductListCommon .CategorySelectedStyle .product-list .item .img img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 5px;
}
.UIProductListCommon .CategorySelectedStyle .product-list .item .price span.sale-price {
    color: #d60c0c;
    font-size: 15px;
    display: block;
    font-weight: 700;
    padding: 15px;
}
.UIProductListCommon .CategorySelectedStyle .product-list .item a.btn.btn-detail {
    background: #d60c0c;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
    margin-top: 4px;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 14px;
    border-radius: 3px;
}
.UIProductListCommon .CategorySelectedStyle .product-list .item a.btn.btn-detail:hover {
    background: #f7941d;
}
.UIProductListCommon .CategorySelectedStyle .paging {
    text-align: center;
    margin-bottom: 15px;
}
.UIProductListCommon .CategorySelectedStyle .paging span span, .CategorySelectedStyle .paging a:hover {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #d60c0c;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
.UIProductListCommon .CategorySelectedStyle .paging a {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #D6D6D6;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
/******************Slider******************/
.UIProductListCommon .SliderStyle .SliderStyle {
    width:1100px
}
.UIProductListCommon .SliderStyle .head {
    text-align: center;
    font-weight: bold;
}
.UIProductListCommon .SliderStyle .head .title {
    color: #009342;
    font-size: 20px;
    text-transform: uppercase;
}
.UIProductListCommon .SliderStyle .wrap .tab .list {
    height: 65px;
    display: inline-flex;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}
.UIProductListCommon .SliderStyle .wrap .tab .item img {
    display: none;
}
.UIProductListCommon .SliderStyle .wrap .tab .item {
    padding: 0 8px;
}
.UIProductListCommon .SliderStyle .wrap .tab .item span:hover {
  	color: #f7941d;
}
.UIProductListCommon .SliderStyle .wrap .tab .item span {
    color: #d60c0c;
    font-size: 14px;
    font-weight: 700;
    line-height: 90px;
}
.UIProductListCommon .CategorySelectedStyle.SliderStyle .wrap {
    position: relative;
    margin: 45px 0 30px 0;
}
.UIProductListCommon .SliderStyle .product-list {
    margin: 0;
    display: inline-block;
}
.UIProductListCommon .SliderStyle .product-list .item {
    border-radius: 2px;
    padding: 0;
    text-align: center;
    margin: 20px 0 0 0;
    position: relative;
    background: transparent;
}
.UIProductListCommon .SliderStyle .product-list .item .name {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    width: 100%;
    font-family: Roboto;
    line-height: 50px;
}
.UIProductListCommon .SliderStyle .product-list .item .name * {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
    text-transform: uppercase;
}
.UIProductListCommon .SliderStyle .product-list .item .img {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.UIProductListCommon .SliderStyle .product-list .item .img img {
    display: block;
    width: 90%;
    height: 170px;
    object-fit: cover;
    margin: 0 auto;
    vertical-align: top;
}
.UIProductListCommon .SliderStyle .product-list .item .price span.sale-price {
    color: #d60c0c;
    font-size: 15px;
    display: block;
    font-weight: 700;
}
.UIProductListCommon .SliderStyle .product-list .item a.btn.btn-detail, .UIProductListCommon .SliderStyle .product-list .item a.compare {
    background: #e0120e;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
    margin: 10px 5px;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 12px;
    border-radius: 3px;
    text-transform:uppercase;
}
.UIProductListCommon .SliderStyle .product-list .item a.btn.btn-detail:hover {
    background: #0ca4ed;
}
.UIProductListCommon .SliderStyle .paging {
    text-align: center;
    margin-bottom: 15px;
}
.UIProductListCommon .SliderStyle .paging span span, .UIProductListCommon .SliderStyle .paging a:hover {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #0ab0ef;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
.UIProductListCommon .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: #0076b4;
    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;
    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;
}
.UIProductListCommon .RelatedProductStyle .product-list .item .name {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    width: 100%;
    font-family: Roboto;
}
.RelatedProductStyle .product-list .item .name * {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
    text-transform: uppercase;
}
.RelatedProductStyle .product-list .item .img {
    display: inline-block;
    margin-bottom: 35px;
    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 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4bdbec+0,0076b4+100 */
background: #4bdbec; /* Old browsers */
background: -moz-linear-gradient(left,  #4bdbec 0%, #0076b4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4bdbec 0%,#0076b4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #4bdbec 0%,#0076b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bdbec', endColorstr='#0076b4',GradientType=1 ); /* IE6-9 */
    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;
}
/********************TabStyle********************/
.TabStyle {
    width: 100%;
}
.TabStyle .wrap{
    margin: 0 auto;
    padding: 20px 0;
}
.TabStyle .tab .item img {
    display: none;
}
.TabStyle .head {
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
}
.TabStyle .head .title {
    color: #e88825;
    padding: 30px 0 0px 0;
    font-family: 'Lobster', cursive;
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.TabStyle .head .title h2 {
    font-size: 26px;
    color: #009342;
    font-family: 'Lobster', cursive;
    font-weight: 700;
    display: inline-block;
    padding-left: 0px;
    position: relative;
    margin: 0;
}
.TabStyle .head .title:after {
    content: '';
    height: 3px;
    width: 130px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    background: #c2e4be;
    transform: translateX(-50%);
}
.TabStyle .head .title h4{
    font-weight: 400;
    color: #7c7c7c;
    line-height: 1.5;
    text-transform:none;
    margin: 20px auto;
    font-style: italic;
    font-family: Roboto, arial;
    width: 60%;
    letter-spacing: normal;
    font-size: 18px;
}
.TabStyle .tab {
    cursor: pointer;
    color: #252525;
    font-size: 15px;
    text-align: center;
    display: none;
}
.TabStyle .tab .item {
    padding: 10px;
}
.TabStyle .tab .item span {
    color: #28acd2;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 20px;
    border: 2px solid #28acd2;
    border-radius: 10px 0 10px 0;
    text-transform: uppercase;
    line-height: 80px;
}
.TabStyle .tab .item span:hover {
  	color: #fff;
  	background: #28acd2;
}
.TabStyle .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px;
}
.TabStyle .product-list .item {
    margin: 10px;
    padding: 10px;
    flex: 0 0 auto;
    width: 18.22222222%;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #ffffffa1;
    text-align: center;
    border-radius:3px;
}
.TabStyle .product-list .item .p-container .img {
    height: 160px;
}
.TabStyle .product-list .item .name * {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 0px;
    text-transform:uppercase;
    display: inline-block;
    height: 35px;
  	margin-bottom:10px;
}
.TabStyle .product-list .item .name h2{
    color: #4f4f4f;
    font-size: 15px;
    height: 45px;
    font-weight: 500;
    padding: 0 10px;
}
.TabStyle .product-list .item .img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
}
.TabStyle .product-list .item .summary {
    color: #373737;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    height: 75px;
    overflow: hidden;
    display: none;
}
.TabStyle .product-list .item .price span.sale-price {
    color: #dd0000;
    font-size: 16px;
    display: block;
    font-weight: 700;
}
.TabStyle .product-list .item a.btn.btn-detail {
    position: relative;
    margin: 20px 0;
    background: #009342cc;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    z-index: 1;
    font-weight: 300;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
    backdrop-filter: blur(15px);
    border: 1px solid #ffffff61;
    border-radius: 2px;
    text-transform: uppercase;
}
.TabStyle .product-list .item a.btn.btn-detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,0.15), transparent);
    transform: skewX(45deg) translateX(0);
    transition: 0.5s;
}
.TabStyle .product-list .item a.btn.btn-detail:hover {
  letter-spacing: 3px;
}
.TabStyle .product-list .item a.btn.btn-detail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0.15),
  transparent);
  transform: skewX(45deg) translateX(0);
  transition: 0.5s;
}
.TabStyle .product-list .item a.btn.btn-detail:hover::before {
  transform: skewX(45deg) translateX(200%);
}
.TabStyle .product-list .item a.btn.btn-detail:hover::before {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
  transition-delay: 0.5s;
}
.TabStyle .product-list .item a.btn.btn-detail:hover::after {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
  transition-delay: 0.5s;
}
/************************/
.paging {
    text-align: center;
    margin-bottom: 15px;
}
.paging span span, .paging a:hover {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #0076b4;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
.paging a {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #D6D6D6;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
/***********************So sanh***************************/
                       .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;
                        }








