.cat_content {
    background-color: #fff;
    margin: 16px auto;
    overflow: hidden;
    padding: 10px 10px;
    max-width: 1000px;
    min-width: 990px;
    box-sizing: border-box;
    border: solid 1px #e0dfdf;
}
.page-banner {
    margin: 0 auto 0;
}
.my_mobiles.widget {
    margin-bottom: 10px;
}
h2.cat_titl {
    clear: both;
    margin-bottom: 0 !important;
}
h2.cat_titl {
    color: #373737!important;
    font-family: "Roboto",sans-serif!important;
    font-size: 19px!important;
    margin:0 0 0 5px!important;
    padding: 20px 0 0!important;
    position: relative !important;
    background: none !important;
    font-weight: 500 !important;
}

.product_wid_bg {
    background: #fff;
    padding: 0 0;
}
.amd-specs-list {
    margin: 10px 18px 0;
    display: flex;
    flex-wrap: wrap;
}
.amd-specs-list li {
    list-style: disc;
    font-size: 14px;
    margin: 4px 0 10px;
    display: list-item;
    width: 48%;
    color: #666;
}


/* carousel widget */
.jcarousel-wrapper {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    margin: 10px auto;
    position: relative;
    width: 100%;
}
.page-banner .jcarousel-wrapper {
    margin: 0;
}
.jcarousel {
    width: 100% !important;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    padding: 0;
    margin: 0;
}

.jcarousel li {
    float: left;
}
.my_mobiles .jcarousel .item, .mobile_rivew .jcarousel .item {
    margin: 0 7px 20px;
    position: relative;
}
.jcarousel .item {
    width: 188px;
}
.my_mobiles .item {
    height: 253px;
}
.jcarousel .item {
    border: 1px solid #ccc;
    margin: 0 4px;
    padding: 10px 0 0;
    text-align: center;
    width: 179px;
    background-color: #fff;
}
.item a {
    display: inline-block;
    padding: 4px 0;
    width: 100%;
}

.my_mobiles a {
    color: #373737;
}
.itm_img {
    height: 140px;
    width: 100%;
    text-align: center;
}
.itm_img img {
    max-width: 100%;
    max-height: 85%;
}
.itm_titl {
    height: 28px;
    font-weight: 500;
    font-size: 15px;
    color: #404040;
    overflow: hidden;
    padding: 7px 5px;
}
p {
    clear: both;
    line-height: 17px;
}
.price {
    color: #ff5900;
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 2px 0 0 0;
}
.my_mobiles h5 {
    border-top: solid 1px #c6c6c6;
    height: 26px;
    background: #e7e7e7;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    color: #545353;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-left: none;
    font-weight: 400;
    padding-top: 7px;
    font-size: 16px;
    line-height: 12px;
}
.pos_abs {
    position: absolute !important;
}

.rating_box_new_list {
    background: #2c9403 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 500;
    left: 0;
    margin-right: 10px;
    padding: 2px 3px 3px 4px;
    position: relative;
    text-align: left;
    top: 0;
    width: 36px;
}
.jcarousel-control-next {
    background: url(../images/arrow_sprite_new.png?v=1) no-repeat;
    background-position: -16px -74px !important;
    height: 50px;
    width: 53px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
}
.jcarousel-control-prev {
    background-position: -16px -14px !important;
    height: 50px;
    width: 53px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    background: url(../images/arrow_sprite_new.png?v=1) no-repeat;
}
.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
    display: none;
}
.jcarousel-control-next {
    right: -15px;
}
.jcarousel-control-prev {
    left: -10px;
}
.jcarousel-control-prev, .jcarousel-control-next {
    top: 34%;
    font-size: 0;
}
/* end carousel widget */


.view {
    float: right;
    clear: both;
    padding-top: 7px;
}
.view a {
    color: #ff5a00;
    float: right;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    margin: 0 9px 0 0;
    text-decoration: none;
    cursor: pointer;
}
.view a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff5a00;
    display: inline-block;
    margin-left: 10px;
}
.view a:hover {
    color: #333;
}
.view:hover :after {
    border-left: 5px solid #333;
}