@CHARSET "UTF-8";

.mod_jshop_products {
	width: 100%;
	float: right;
}
.mod_jshop_products .product_item_info .product-item-vote {
    margin-bottom: 10px;
}
.mod_jshop_products.layout3{
    margin-bottom: 15px;
}
.mod_jshop_products.layout1 .products_list{
	width: 100%;
	float: right;
	display: flex;
	flex-wrap: wrap;
}
.mod_jshop_products.layout1 .products_list .labels{   
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; 
    padding: 0;
}
.mod_jshop_products.layout1 .products_list .labels li{ 
	color: #fff;
	border-radius: 5px; 
	height: 27px;
	padding: 6px 10px;
	font-size: 11px; 
	margin-left: 3px;
	float: right;
}
.mod_jshop_products .owl-carousel .owl-stage,
.mod_jshop_products .owl-carousel .owl-stage-outer{
    display: flex;
}
.mod_jshop_products .owl-carousel .owl-item{
    height: 100%;
}
.mod_jshop_products.layout3 .product_item{ 
	float: right;
	padding: 10px;
    height: 100%;
}
.mod_jshop_products.layout1 .product_item { 
	float: right;
	padding: 10px;
}
.mod_jshop_products.layout3 .product_item > div,
.mod_jshop_products.layout1 .product_item > div{ 
    width: 100%;
    float: right;
    border: solid 1px #eee;
    height: 100%;
    position: relative;
    border-radius: 5px;
}
.mod_jshop_products.layout3 .product_item .product_item_info ,
.mod_jshop_products.layout1 .product_item .product_item_info {
    background: #f7f7f7;
    border-radius: 5px 5px 0 0;
    padding: 15px; 
	text-align: center;
    margin-bottom: 15px;
}
.mod_jshop_products.layout4 .product-item-title,     
.mod_jshop_products.layout3 .product-item-title,     
.mod_jshop_products.layout1 .product-item-title{     
	text-align: center;
	font-size: 14px;
	font-weight: bold;
    margin-bottom: 10px;
    height: 45px;
    overflow: hidden;
}
.mod_jshop_products.layout4 .product-item-title a,    
.mod_jshop_products.layout3 .product-item-title a,    
.mod_jshop_products.layout1 .product-item-title a{     
    color: #333;
}
.mod_jshop_products.layout1 .row{
	margin: 0 !important;
}
.mod_jshop_products.layout1 .category{    
	color: #969696;
    display: block;
    text-align: right;
    font-size: 12px;
	margin-bottom: 5px;
}
.mod_jshop_products.layout1 .in_stock{    
	color: #52adc6;
    display: block;
    text-align: right;
    font-size: 12px;
	position: relative;
}
.mod_jshop_products.layout1 .out_of_stock{    
	color: #eb3b5a;
    display: block;
    text-align: right;
    font-size: 12px;
	position: relative;
}
.mod_jshop_products.layout1 .in_stock .fa,
.mod_jshop_products.layout1 .out_of_stock .fa{    
    font-size: 9px;
}
.mod_jshop_products.layout4 .product-item-prices ,
.mod_jshop_products.layout3 .product-item-prices ,
.mod_jshop_products.layout1 .product-item-prices {
    text-align: center;
    height: 25px;
} 
.mod_jshop_products.layout4 .product-item-finalprice ,
.mod_jshop_products.layout3 .product-item-finalprice ,
.mod_jshop_products.layout1 .product-item-finalprice {
    color: #666;
    font-size: 14px;
    display: inline-block;
}
.mod_jshop_products.layout4 .product-item-discount-amount ,
.mod_jshop_products.layout3 .product-item-discount-amount ,
.mod_jshop_products.layout1 .product-item-discount-amount {
    color: #333;
    text-decoration: line-through;
    margin-bottom: 0;
    margin-left: 3px;
    display: inline-block;
}

.mod_jshop_products.layout3 .discount_percent ,
.mod_jshop_products.layout1 .discount_percent {
    background: #c92c2c;
    position: absolute;
    right: 5px;
    color: #fff;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 2px;
    z-index: 1;
    font-size: 11px;
}
.mod_jshop_products.layout3 .featured ,
.mod_jshop_products.layout1 .featured {
    background: #fec42d;
    position: absolute;
    left: 5px;
    color: #fff;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 2px;
    z-index: 1;
    font-size: 11px;
}
.mod_jshop_products.layout1 .more {
    width: 100%;
    float: right;
    margin: 15px 0 0;
}
.mod_jshop_products.layout1 .more a {
    display: inline-block;
    margin: 0 auto;
    border: solid 1px #333;
    color: #333;
    padding: 10px 22px 12px;
}
.mod_jshop_products.layout1 .more a .lnr {
    position: relative;
    top: 3px;
    margin-right: 1px;
}
.mod_jshop_products.layout3 .product_item .image_box,
.mod_jshop_products.layout1 .product_item .image_box{
    position: relative;
    padding:0 15px 15px;
}

.mod_jshop_products.layout3 .owl-dots{
    margin: 0 !important;
    bottom: 0 !important;
} 
.mod_jshop_products.layout3 .owl-dots .owl-dot span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    transition: width .2s ease-in-out, background-color .2s ease-in-out;
    border: 0;
    border-radius: .15625rem;
    background-color: #b6bcc5;
    opacity: 1 !important;
}
.mod_jshop_products.layout3 .owl-dots .owl-dot.active span{
    width: 20px;
    background: #ff6a08;
}
/*****/
.mod_jshop_products.layout4 h3 {
    margin-bottom: 20px;
}
.mod_jshop_products.layout4 .products {
    margin: 0 -8px !important;
}
.mod_jshop_products.layout4 .product_item {
    padding: 0 8px 15px;
}
.mod_jshop_products.layout4 .product_item > div {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    margin: 0 !important;
}
.mod_jshop_products.layout4 *{
    text-align: right !important; 
}
.mod_jshop_products.layout4 .col-lg-4{ 
    align-items: center;
    display: flex;
}
/**********/

.mod_jshop_products.layout2 .owl-nav{
    position: absolute;
    left: 13px;
    top: -60px;
    margin: 0;
}
.mod_jshop_products.layout2 .owl-nav .owl-next, 
.mod_jshop_products.layout2 .owl-nav .owl-prev{
	border-radius: 50%;
    margin: 0 5px 0 0;
    line-height: 31px;
    width: 35px;
    height: 35px;
    background: #f5f5f5 !important;
    color: #333;
    opacity: 1;
}
.mod_jshop_products.layout2 .product-item-title{     
	text-align: right;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
	float: right;
}
.mod_jshop_products.layout2 .product-item-title a{     
    color: #333;
}
.mod_jshop_products.layout2 .product-item-prices{  
	margin-bottom: 10px;
	width: 100%;
	float: right;
}

.mod_jshop_products.layout2 .row{
	margin: 0 !important;
}
.mod_jshop_products.layout2 .product-item-discount-amount {
    color: #848484;
    text-decoration: line-through;
	float: right;
    margin-bottom: 0;
	margin-left: 15px;
	position: relative;
	top: 3px;
}
.mod_jshop_products.layout2 .product-item-finalprice {
    color: #009b45;
    font-size: 16px;
	float: right;
}
.mod_jshop_products.layout2 .product-item-desc{  
	margin-bottom: 10px;
	width: 100%;
	float: right;
	color: #909090;
	line-height: 24px;
	font-size: 12px;
    text-align: right;
}
.mod_jshop_products.layout2 .product-item-vote {
    width: 100%;
    float: right;
    text-align: right;
}    
.mod_jshop_products.layout2 .product-item-link{  
	width: 100%;
	float: right;
}
.mod_jshop_products.layout2 .product-item-link a{    
	background: #f5f5f5;
    color: #333;
    padding: 10px 15px 12px;
    border-radius: 5px;
    display: inline-block;
}
.mod_jshop_products.layout2 .discount_percent {
    background: #ff4157;
    position: absolute;
    left: 15px;
    color: #fff;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
}
.mod_jshop_products.layout2 .featured {
    background: #0088cc;
    position: absolute;
    right: 15px;
    color: #fff;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
}


.mod_jshop_products .product_item .button-group {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    opacity: 0;
    right: 0;
    bottom: 12px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mod_jshop_products.layout2 .product_item .button-group{
    text-align: right;
    position: static !important;
}
.mod_jshop_products.layout4 .product_item .button-group{
    position: static !important;
}
.mod_jshop_products .product_item:hover .button-group {
    opacity: 1;
}

.mod_jshop_products .product_item .button-group > div {
    border: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    text-align: center !important;
}
.mod_jshop_products .product_item .button-group .btn-quickview,
.mod_jshop_products .product_item .button-group .btn-wishlist, 
.mod_jshop_products .product_item .button-group .btn-compare, 
.mod_jshop_products .product_item .button-group .btn-cart {
    opacity: 0;
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mod_jshop_products .product_item .button-group .btn-quickview {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.mod_jshop_products .product_item .button-group .btn-wishlist {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mod_jshop_products .product_item .button-group .btn-compare {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.mod_jshop_products .product_item .button-group .btn-cart {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
} 
.mod_jshop_products .product_item .button-group > div button, 
.mod_jshop_products .product_item .button-group > div a {
    background: #f2f2f2;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
    font-size: 17px;
    line-height: 39px;
    text-align: center !important;
}

.mod_jshop_products .product_item:hover .button-group .btn-quickview, 
.mod_jshop_products .product_item:hover .button-group .btn-wishlist, 
.mod_jshop_products .product_item:hover .button-group .btn-compare, 
.mod_jshop_products .product_item:hover .button-group .btn-cart {
    opacity: 1;
    -moz-transform: translate(0px);
    -webkit-transform: translate(0px);
    -o-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}
.mod_jshop_products .product_item .button-group > div button:hover, 
.mod_jshop_products .product_item .button-group > div a:hover{
    color: #fff;
    background: #ff6a08;
}





