.UIProductListCommon {
}
.UIProductListCommon .head {
    width: 1200px;
    margin: 0 auto 10px;
}
.UIProductListCommon .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: 1200px;
    position: relative;
    text-align:center;
}
.UIProductListCommon .product-list {
    margin: 0 0 20px 0;
    display: grid;
    grid-template-columns: calc(24.3% - (20px * 1/4)) calc(24.3% - (20px * 1/4)) calc(24.3% - (20px * 1/4)) calc(24.3% - (20px * 1/4));
    grid-column-gap: 20px;
}
.UIProductListCommon .product-list .item {
    border-radius: 2px;
    background: #fdfdfd;
    margin: 10px 0;
    border: 1px solid #f0f0f0;
    position: relative;
}
.UIProductListCommon .product-list .item .name {
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
}
.UIProductListCommon .product-list .item .name * {
    color: #00a3c5;
    font-size: 15px;
    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: 55px;
}
.UIProductListCommon .product-list .item .price span.sale-price {
    color: #f94704;
    font-size: 16px;
    font-weight: 700;
}
.UIProductListCommon .product-list .item .summary {
    margin: 10px 0 0;
    height: 60px;
    overflow: hidden;
}
.UIProductListCommon .product-list .item .summary * {
    font-size: 14px!important;
    font-family: Roboto!important;
    line-height: 1.5;
    padding: 0;
    margin: 5px 0;
}
.UIProductListCommon .product-list .item a.btn.btn-detail {
    background: #03c2ea;
    display: inline-block;
    color: #fff;
    padding: 6px 15px;
    text-align: center;
    margin: 10px auto 15px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.UIProductListCommon .product-list .item a.compare {
    display: block;
    padding: 15px;
    font-size: 16px;
}
.UIProductListCommon .product-list .item a.btn.btn-detail:hover {
    background: #f94704;
}
.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%);
}