.UIProductListCommon {
}
.UIProductListCommon .head {
    width: 100%;
    margin: 0 auto 10px;
}

.title {
    color: #456735;
    padding: 17px 0;
    //font-family: Roboto !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.UIProductListCommon .ListStyle .head .title * {
    color: #453828;
    position: relative;
    font-family: 'Charmonman', cursive;
    font-size: 28px;
    display: inline-block;
    padding: 10px 0 0 0;
    width:100%;
    letter-spacing: -0.6px;
    text-align:center;
}
.UIProductListCommon .head .title *:after {
    content: '';
    height: 3px;
    width: 90px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    background: #03c2ea;
    transform: translateX(-50%);
}
.UIProductListCommon .head .title *:hover {
    background: #03c2ea;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.UIProductListCommon .head .title h1 {
    line-height: 54px;
}
.UIProductListCommon .wrap .tab {
    height: 65px;
    display: inline-flex;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #252525;
    font-size: 15px;
    top: 0;
}
.UIProductListCommon .wrap .tab .item img {
    display: none;
}
.UIProductListCommon .wrap .tab .item {
    padding: 0 10px;
}
.UIProductListCommon .wrap .tab .item span:hover {
  	color: #f7941d;
}
.UIProductListCommon .wrap .tab .item span {
    color: #d60c0c;
    font-size: 15px;
    font-weight: 700;
    line-height: 90px;
}
.UIProductListCommon .wrap {
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align:center;
}
.UIProductListCommon .product-list {
    margin: 0 0 20px 0;
    display: grid;
    grid-template-columns: calc(32.4% - (20px * 1/3)) calc(32.4% - (20px * 1/3)) calc(32.4% - (20px * 1/3));
    grid-column-gap: 15px;
}
.UIProductListCommon .product-list .item {
    border-radius: 2px;
    background: #fdfdfd;
    margin: 10px 0;
    border: 1px solid #f0f0f0;
    position: relative;
    text-align: left;
}
.UIProductListCommon .product-list .item .name {
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
}

.stickcompare.stickcompare_new.spaceInDown {
  display:none;
}

.popup-button {
    display:none;
}

.UIProductListCommon .product-list .item .name * {
    color: #1A4534;
    font-size: 14px;
    //padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.UIProductListCommon .product-list .item .img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin: 0 auto;
}
.UIProductListCommon .product-list .item .img img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin: 0 auto;
}
.UIProductListCommon .product-list .item .price {
    margin-top: 35px;
}
.UIProductListCommon .product-list .item .price span.sale-price {
    color: #f94704;
    font-size: 16px;
    font-weight: 700;
 	display:none;
}
.UIProductListCommon .product-list .item .summary {
  	height: 50px;
    overflow: hidden;
    margin: 0px 10px;
}
.UIProductListCommon .product-list .item .summary * {
    font-size: 14px!important;
    font-family: Roboto!important;
    line-height: 1.5;
    padding: 0;
    margin: 5px 0;
    text-align: left;
}
.UIProductListCommon .product-list .item a.btn.btn-detail {
    //background: #1A4534;
    //display: inline-block;
    color: black;
    //padding: 6px 15px;
  	padding: 0px;
    text-align: left;
    //margin: 10px auto 15px;
    //border-radius: 2px;
    //cursor: pointer;
    transition: all .3s ease;
    font-size: 14px;
    //text-transform: uppercase;
    font-weight: bold;
    margin: 10px;
}
.UIProductListCommon .product-list .item a.compare {
    display: block;
    padding: 15px;
    font-size: 16px;
}
.UIProductListCommon .product-list .item a.btn.btn-detail:hover {
    //background: #f94704;
  	//color:#fff;
}
.UIProductListCommon .paging {
    text-align: center;
    margin-bottom: 15px;
}
.UIProductListCommon .paging span span, .UIProductListCommon .paging a:hover {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background: #03c2ea;
    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********************/
.UIProductListCommon .SliderStyle .product-list {
    display: inherit;
}
/***************next preview*********************/
.owl-nav button i {
   font-size: 60px;
}
.owl-prev {
   left: 0;
}
.owl-next {
   right: 0;
}
.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%);
}