/*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%);
}

/********************************/
.ProductListStyle .head {
    margin: 0 auto;
}
.ProductListStyle .head .title * {
    margin: 0;
    height: 85px;
    padding: 25px 0 0 0px;
    position: relative;
    color: #06428b;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    font-size: 20px;
}
.ProductListStyle .head .title h1 {
    line-height: 75px;
}
.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: 0 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: 23.222222%;
    -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: 10px;
    top: 275px;
    width: 100%;
    height: 50px;
}
.ProductListStyle .product-list .item .name * {
    color: #bc0221;
    font-size: 15px;
    height: 45px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase;
    }
.ProductListStyle .product-list .item .img {
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    height: 240px;
}
.ProductListStyle .product-list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 5px;
}
.ProductListStyle .product-list .item .price span.sale-price {
    color: #ff0000;
    font-size: 15px;
    display: block;
    font-weight: 700;
    padding: 15px;
}
.ProductListStyle .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;
}
.ProductListStyle .product-list .item a.btn.btn-detail:hover {
    background: #f7941d;
}
.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;
}



/*****************************************/
.CategorySelectedStyle {
}
.CategorySelectedStyle .head {
    margin: 0 auto;
}
.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;
}
.CategorySelectedStyle .head .title h1 {
    line-height: 75px;
}
.CategorySelectedStyle .wrap .tab .list {
    height: 65px;
    display: inline-flex;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}
.CategorySelectedStyle .wrap .tab .item img {
    display: none;
}
.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;
}
.CategorySelectedStyle .wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
.CategorySelectedStyle .product-list {
    margin: 0 0 20px 0;
    display: grid;
    grid-template-columns: calc(19% - (20px * 1/5)) calc(19% - (20px * 1/5)) calc(19% - (20px * 1/5)) calc(19% - (20px * 1/5)) calc(19% - (20px * 1/5));
    grid-column-gap: 20px;
}
.CategorySelectedStyle .product-list .item {
    border-radius: 2px;
    padding: 15px 0px;
    text-align: center;
    margin: 0 0 20px 0;
    position: relative;
    border: 1px solid #f0f0f0;
}
.CategorySelectedStyle .product-list .item .name {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    top: 275px;
    width: 100%;
    height: 50px;
}
.CategorySelectedStyle .product-list .item .name * {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
}
.CategorySelectedStyle .product-list .item .img {
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}
.CategorySelectedStyle .product-list .item .img img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 5px;
}
.CategorySelectedStyle .product-list .item .price span.sale-price {
    color: #d60c0c;
    font-size: 15px;
    display: block;
    font-weight: 700;
    padding: 15px;
}
.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;
}
.CategorySelectedStyle .product-list .item a.btn.btn-detail:hover {
    background: #f7941d;
}
.CategorySelectedStyle .paging {
    text-align: center;
    margin-bottom: 15px;
}
.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;
}
.CategorySelectedStyle .paging a {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #D6D6D6;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
/******************Slider******************/
.SliderStyle .SliderStyle {
}
.AllProductStyle.SliderStyle.ListStyle .head {
    text-align: center;
    font-weight: bold;
}
.AllProductStyle.SliderStyle.ListStyle .head .title {
    color: #623828;
    font-size: 20px;
    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;
}
.AllProductStyle.SliderStyle.ListStyle .wrap {
    margin: 40px auto;
    position: relative;
}
.AllProductStyle.SliderStyle.ListStyle .product-list {
    margin: 0;
    display: inline-block;
}
.AllProductStyle.SliderStyle.ListStyle .product-list .item {
    border-radius: 2px;
    text-align: center;
    margin: 20px 0 0;
    position: relative;
    background: #fff;
    padding: 20px 10px;
    height: 290px;
    -webkit-box-shadow: 0 10px 30px rgb(25 25 25 / 43%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    flex: none;
    width: auto;
}
.AllProductStyle.SliderStyle.ListStyle .product-list .item .name {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    font-family: Roboto;
    margin-bottom: 10px;
    height: 45px;
}
.AllProductStyle.SliderStyle.ListStyle .product-list .item .name * {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
}
.AllProductStyle.SliderStyle.ListStyle .product-list .item .img {
    overflow: hidden;
    height: 155px;
}
.AllProductStyle.SliderStyle.ListStyle .product-list .item .img img {
    height: 160px;
    vertical-align: top;
    object-fit: cover;
}
.AllProductStyle.SliderStyle.ListStyle .product-list .item .price span.sale-price {
    color: #623828;
    font-size: 15px;
    display: block;
    font-weight: 700;
}
.AllProductStyle.SliderStyle.ListStyle .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;
}
.AllProductStyle.SliderStyle.ListStyle .product-list .item a.btn.btn-detail:hover {
    background: #0ca4ed;
}
.AllProductStyle.SliderStyle.ListStyle .paging {
    text-align: center;
    margin-bottom: 15px;
}
.AllProductStyle.SliderStyle.ListStyle .paging span span, .SliderStyle .paging a:hover {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #0ab0ef;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
.AllProductStyle.SliderStyle.ListStyle .paging a {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #D6D6D6;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
.AllProductStyle.SliderStyle.ListStyle .title-hsx {
    display:none;
    
}
/***************************************SPLQ****************************************/


.RelatedProductStyle .RelatedProductStyle {
}
.RelatedProductStyle .head {
    text-align: left;
    font-weight: bold;
}
.RelatedProductStyle .head .title {
    color: #d60c0c;
    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;
    height: 300px;
}
.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: 10px;
}
.RelatedProductStyle .product-list .item .img {
    display: inline-block;
    margin-bottom: 20px;
    height: 180px;
    overflow: hidden;
    width: 80%;
    object-fit: cover;
}
.RelatedProductStyle .product-list .item .img img {
    display: block;
    width: 100%;
    height: 180px;
    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;
}
/********************TabStyle********************/
.TabStyle {
    margin: 25px auto;
}
.TabStyle .tab .item img {
    display: none;
}
.TabStyle .head:after {
    content: '';
    height: 1px;
    /* width: 1200px; */
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #f0f0f0;
}
.TabStyle .head {
    display: inline-flex;
    width: 100%;
    position:relative;
}
.TabStyle .head .title {
    margin: 0;
    height: 35px;
    padding: 0 30px;
    -ms-align-items: center;
    align-items: center;
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(0deg);
    /* background-color: #0d458a; */
    display: inline-flex;
    /* margin-left: -3px; */
    position: relative;
    border-bottom: 35px solid #0e468b;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
}
.TabStyle .head .title h2 {
    color: #fff;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    margin-top: 34px;
}
.TabStyle .tab {
    height: 35px;
    display: inline-flex;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #252525;
    font-size: 15px;
}
.TabStyle .tab .item {
    padding: 10px;
}
.TabStyle .tab .item span {
  	color: #623828;
  	font-size: 18px;
  	display: none;
}
.TabStyle .tab .item span:hover {
  	color: #707070;
}
.TabStyle .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px;
}
.TabStyle .product-list .item {
    margin: 10px;
    padding: 10px;
    flex: 0 0 auto;
    width: 23.222222%;
    -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 .name h2{
    color: #bc0221;
    font-size: 15px;
    height: 45px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 25px;
}
.TabStyle .product-list .item .img img {
    display: block;
    width: 90%;
    height: 180px;
    object-fit: cover;
    margin: 0 auto 10px;
}
.TabStyle .product-list .item .price span.sale-price {
    color: #ff0000;
    font-size: 15px;
    display: block;
    font-weight: 700;
}
.TabStyle .product-list .item a.btn.btn-detail {
    background: #f7941d;
    display: inline-block;
    color: #fff;
    padding: 6px 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;
}
.TabStyle .product-list .item a.btn.btn-detail:hover {
    background: #c76f04;
}
/*****************************************/
.AllProductStyle .title-hsx {
    margin: 0;
    height: 75px;
    padding: 25px 0 0 0px;
    position: relative;
    color: #d60c0c;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    font-size: 20px;
}
.AllProductStyle .head {
    margin: 0 auto;
}
.AllProductStyle .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;
}
.AllProductStyle .head .title h1 {
    line-height: 75px;
}
.AllProductStyle .wrap .tab .list {
    height: 65px;
    display: inline-flex;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}
.AllProductStyle .wrap .tab .item img {
    display: none;
}
.AllProductStyle .wrap .tab .item {
    padding: 0 8px;
}
.AllProductStyle .wrap .tab .item span:hover {
  	color: #f7941d;
}
.AllProductStyle .wrap .tab .item span {
    color: #d60c0c;
    font-size: 14px;
    font-weight: 700;
    line-height: 90px;
}
.AllProductStyle .wrap {
    margin: 0 auto;
    position: relative;
}
.AllProductStyle .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px;
}
.AllProductStyle .product-list .item {
    margin: 10px;
    padding: 10px;
    flex: 0 0 auto;
    width: 23.222222%;
    -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;
}
.AllProductStyle .product-list .item .name {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    top: 275px;
    width: 100%;
    height: 50px;
}
.AllProductStyle .product-list .item .name * {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
}
.AllProductStyle .product-list .item .img {
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
}
.AllProductStyle .product-list .item .img img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 5px;
}
.AllProductStyle .product-list .item .price span.sale-price {
    color: #d60c0c;
    font-size: 15px;
    display: block;
    font-weight: 700;
    padding: 15px;
}
.AllProductStyle .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;
}
.AllProductStyle .product-list .item a.btn.btn-detail:hover {
    background: #f7941d;
}
.AllProductStyle .paging {
    text-align: center;
    margin-bottom: 15px;
}
.AllProductStyle .paging span span, .AllProductStyle .paging a:hover {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #d60c0c;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
.AllProductStyle .paging a {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #D6D6D6;
    border-radius: 30px;
    display: inline-block;
    color:transparent;
}
/**css số trang*/
#ctrl_22532_1146_DataPager span {
    padding: 8px;
    background-color: red;
}
#ctrl_22532_1146_DataPager a {
    padding: 8px;
    background-color: red;
}

/***********************So sanh***************************/
                       .UIProductListCommon .stickcompare.stickcompare_new {
                            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;
                            display: none !important;
                        }

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









