.tabs-categories {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    position: relative;
    padding: 0 30px;
    list-style: none;
    margin-bottom: 0;
}

.selling-header:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.selling-header {
    position: relative;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.tabs-categories li {
    padding-right: 60px;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
}

.tabs-categories li:after {
    content: "";
    width: 3px;
    height: 40px;
    background: #bbbbbb;
    position: absolute;
    right: 36px;
    top: 50%;
    -moz-transform: rotate(25deg) translateY(-50%);
    -webkit-transform: rotate(25deg) translateY(-50%);
    -o-transform: rotate(25deg) translateY(-50%);
    -ms-transform: rotate(25deg) translateY(-50%);
    transform: rotate(25deg) translateY(-50%);
}

.tabs-categories li:last-child{
    padding-right: 0;
}

.tabs-categories li:last-child:after {
    content: none;
}
.tabs-categories li a {
    font-size: 24px;
    color: #bbbbbb;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.5px;
    text-decoration: none;
}

 .tabs-categories li a:hover, .tabs-categories li.active a {
    color: #2f333a;
}


.item {
    padding: 15px 15px;
}

.item:hover {
    box-shadow: 0 0 5px 2px #6c757d ;
    border-bottom: 0;
}

.item-inner{
    position: relative;
    background: #fff;
}
.item .item-inner:before {
    content: "";
    border: 2px solid #eeeeee;
    border-bottom: 0;
    border-radius: 4px;
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff;
}

.item-inner .item-image-container {
    position: relative;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
}



.label-product {
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 15px;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 3;
    line-height: 24px;
    padding: 0 11px;
    background: #509abd;
    border-radius: 3px;
}
.label-sale {
    background: #509abd;
    top: 18px;
    left: auto;
    right: 15px;
}

.label-product:before {
    content: "";
    width: 3px;
    height: 3px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    border-radius: 100%;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.label-product:after {
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #509abd;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.product-image {
    position: relative;
    display: block;
}

.product-image img{
    display: block;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}


.item-inner .product-image .img-hover-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.item-inner .product-image:hover .img-hover-image {
    opacity: 1;
    visibility: visible;
}

.caption {
    height: 220px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: transparent;
    text-align: left;
    position: relative;
}

.category-options {
    position: relative;
    left: 0;
    top: 0;
    padding: 11px 0 10px 0;

}

.ul-swatches-colors {
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
    padding: 0;
}
.category-options .ul-swatches-colors li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #bbbbbb;
    position: relative;
    margin-right: 2px;
    padding: 2px;
    line-height: 10px;
}


.category-options .ul-swatches-colors li .category-thumb-img{
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    display: inline-block;
    vertical-align: middle;
    color: #2f333a;
}

.category-options .ul-swatches-colors li .category-thumb-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-name {
    margin-bottom: 2px;
    display: block;
    padding-top: 13px;
    border-top: 1px solid #eeeeee;
    margin-top: 0;
}

.product-name a {
    color: #2f333a;
    padding: 0;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.item-inner .caption .model {
    margin: 0;
    color: #737373;
}

.item-inner .caption .price-box {
    display: block;
    margin-top: 13px;
}
.price-box p.special-price .price {
    color: #2f333a;
}

.price-box p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.price-box p.old-price {
    margin-left: 5px;
}
.price-box p.old-price .price {
    color: #bbbbbb;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
}

.item-inner .box-hover {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -15px;
    right: -15px;
    top: 70%;
    z-index: 5;
    margin: 0;
    padding: 0 16px;
    border: 2px solid #eeeeee;
    border-top: 0;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.item-inner:hover .box-hover {
    opacity: 1;
    visibility: visible;
    top: 70%;
}

.item-inner .action-links {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #eeeeee;
    margin-top: 16px;
    padding-bottom: 15px;
}

.item-inner .action-links .btn-cart {
    line-height: 30px;
    background-color: white;
    border: none;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 13px;
    padding: 0;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    color: #2f333a;
    display: inline-block;
    vertical-align: top;
}
.item-inner .action-links .add-to-links {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.item-inner .action-links .add-to-links button {
    line-height: 30px;
    height: 30px;
    width: 28px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    font-weight: normal;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: #bbb;
    border: none;
}

.item-inner .action-links button:hover {
    background: none;
    color: #eb3e32;
}

