/*======================================| * Deals 25 * |==================================================*/

.so-deal .extraslider-inner {
	border: none;
}

.deals25 {
    background: #fff;
    border-radius: var(--border-radius_1);
    box-shadow: var(--box-shadow-1);
    overflow: hidden;    
}
.deals-items .deals25 {
    min-width: 1010px;
    max-width: 1200px;
}

.deals25 .head-title {
	width: 330px;
	float: right;
	border-radius: 10px;
	overflow: hidden;
}

.deals25 .head-title .time-title {
	font-size: 16px;
	color: #222;
	margin-bottom: 8px;
	display: none;
}

.deals25 .head-title .time-endin {
	display: inline-block;
	padding: 25px;
}

.deals25 .modcontent {
	width: 100%;
	float: left;
}

.deals25 .cslider-item-timer {
	background-color: transparent;
}

.deals25 .cslider-item-timer .time-item {
	background-color: transparent;
	line-height: 100%;
	text-align: center;
	width: auto;
	margin-left: 10px;
	color: #222;
}

.deals25 .cslider-item-timer .time-item .num-time {
	border: none;
	font-size: 24px;
	color: #fff;
	position: relative;
	width: 60px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
}

.deals25 .cslider-item-timer .time-item .num-time:after {
	position: absolute;
	content: ":";
	font-size: 18px;
	top: 0;
	right: -8px;
}

.deals25 .cslider-item-timer .time-item .name-time {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 3px;
	display: none;
}

.deals25 .cslider-item-timer .time-item.time-sec .num-time:after {
	display: none;
}

.deals25 .so-deal {
	margin: 0;
	margin-bottom: 30px;
	position: relative;
}

.deals25 .so-deal .owl-nav {
	visibility: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
}

.deals25 .so-deal .owl-nav .owl-prev, .deals25 .so-deal .owl-nav .owl-next {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	opacity: 1;
	z-index: 99;
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -25px;
}

.deals25 .so-deal .owl-nav .owl-prev:before, .deals25 .so-deal .owl-nav .owl-next:before {
	color: #222;
	font-family: 'FontAwesome';
	display: block;
	text-indent: 0 !important;
	width: 100%;
	height: 100%;
	font-size: 24px;
}

.deals25 .so-deal .owl-nav .owl-prev.owl-next, .deals25 .so-deal .owl-nav .owl-next.owl-next {
	left: -25px;
	right: auto;
}

@media (max-width: 1024px) {
	.deals25 .so-deal .owl-nav .owl-prev.owl-next, .deals25 .so-deal .owl-nav .owl-next.owl-next {
		left: -20px;
	}
}

@media (max-width: 991px) {
	.deals25 .so-deal .owl-nav .owl-prev.owl-next, .deals25 .so-deal .owl-nav .owl-next.owl-next {
		left: 0px;
	}
}

.deals25 .so-deal .owl-nav .owl-prev.owl-next:before, .deals25 .so-deal .owl-nav .owl-next.owl-next:before {
	content: "f104";
}

.deals25 .so-deal .owl-nav .owl-prev.owl-prev, .deals25 .so-deal .owl-nav .owl-next.owl-prev {
	right: -25px;
	left: auto;
}

.deals25 .so-deal .owl-nav .owl-prev.owl-prev:before, .deals25 .so-deal .owl-nav .owl-next.owl-prev:before {
	content: "f105";
}

.deals25 .so-deal .owl-nav .owl-prev:hover, .deals25 .so-deal .owl-nav .owl-next:hover {
	background-color: #32c6b3;
	border-color: #32c6b3;
}

.deals25 .so-deal:hover .owl-nav {
	visibility: visible;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	transition: all 0.2s ease-in-out 0s;
}

.deals25 .so-deal .owl-dots {
    bottom: -10px;
    left: auto;
    right: auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 10;
}

.deals25 .so-deal .owl-dots .owl-dot {
    background: #222;
    margin: 0 2px;
    padding: 0;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    float: none;
    display: inline-block;
    position: relative;
    left: 8px;
}

.deals25 .so-deal .owl-dots .owl-dot.active {
	background: var(--primary_1) !important;
	width: 25px;
}

.deals25 .so-deal .owl-dots .owl-dot.active span {
	box-shadow: none;
	-webkit-box-shadow: none;
	background: var(--primary_1) !important;
}

.deals25 .so-deal .extraslider-inner .product-thumb .product-thumb .caption .item-time {
	margin: 0 -20px;
}

.deals25 .so-deal .extraslider-inner .right-block a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.deals25 .so-deal .extraslider-inner .item .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem;
}

.deals25 .so-deal .extraslider-inner .item .image a.img-link {
	position: relative;
	display: block;
	border-radius: 3px;
}

.deals25 .so-deal .extraslider-inner .item .image .quickview {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #222;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -25px;
	margin-right: -25px;
	background-color: #fff;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.deals25 .so-deal .extraslider-inner .item .image .quickview span {
	display: none;
}

.deals25 .so-deal .extraslider-inner .item .image .quickview:hover {
	background-color: #32c6b3;
}

.deals25 .so-deal .extraslider-inner .item .image .label-product-sale {
	top: 0;
	left: 0;
}

.deals25 .so-deal .extraslider-inner .item .rating {
	margin: 10px 0;
}

.deals25 .so-deal .extraslider-inner .item .item-available {
	margin: 30px 0 35px 0;
}

.deals25 .so-deal .extraslider-inner .item .button-group .addToCart {
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	border: none;
	background-color: #f3f3f3;
	padding: 0 25px;
	color: #222;
	text-transform: capitalize;
}

.deals25 .so-deal .extraslider-inner .item .button-group .addToCart:hover {
	background-color: #32c6b3;
}

.deals25 .so-deal .extraslider-inner .item .button-group .btn-button {
	border: none;
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
	background-color: #f3f3f3;
	border-radius: 3px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	transform: all 0.3s ease 0s;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.deals25 .so-deal .extraslider-inner .item .button-group .btn-button span {
	display: none;
}

.deals25 .so-deal .extraslider-inner .item .button-group .btn-button i, .deals25 .so-deal .extraslider-inner .item .button-group .btn-button:before {
	font-size: 14px;
	color: #222;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.deals25 .so-deal .extraslider-inner .item .button-group .btn-button.wishlist {
	margin-bottom: 0;
}

.deals25 .so-deal .extraslider-inner .item .button-group .btn-button.compare {
	margin-bottom: 0;
}

.deals25 .so-deal .extraslider-inner .item .button-group .btn-button:hover {
	background-color: #32c6b3;
}

.deals25 .so-deal .extraslider-inner .item .caption .item-available p {
	color: #222;
	margin-bottom: 0;
}

.deals25 .so-deal .extraslider-inner .item .caption .item-available .a1 {
	text-align: right;
}

.deals25 .so-deal .extraslider-inner .item .caption .item-available .a1 b {
	color: #f44;
	font-weight: 400;
}

.deals25 .so-deal .extraslider-inner .item .caption .item-available .a2 {
	text-align: left;
}

.deals25 .so-deal .extraslider-inner .item .caption .desc {
	margin-bottom: 22px;
}

.deals25 .so-deal .extraslider-inner .item .caption .available {
	background-color: #eee;
	height: 10px;
	width: 100%;
	display: inline-block;
	border-radius: 7px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.deals25 .so-deal .extraslider-inner .item .caption .available .color_width {
	background: #32c6b3;
	position: absolute;
	height: 100%;
	right: 0;
	border-radius: 7px;
}

.deals25 .so-deal .extraslider-inner .item .caption h4 {
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 10px;
}

.deals25 .so-deal .extraslider-inner .item .caption h4 a {
	color: #222;
	font-size: 14px;
	text-transform: capitalize;
}

.deals25 .so-deal .extraslider-inner .item .caption .addToCart {
	background-color: #fff;
	border: 1px solid var(--primary_2);
	color: #888;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 100%;
	padding: 13px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-top: 20px;
	float: right;
	clear: both;
}

.deals25 .so-deal .extraslider-inner .item .caption .addToCart:hover {
	color: #fff;
	background-color: #32c6b3;
	border-color: #32c6b3;
}

.deals25 .so-deal .extraslider-inner .item .caption .price .price-old {
    font-size: 12px !important;
}

.deals25 .so-deal .extraslider-inner .item .caption .price {}

.deals25 .so-deal .extraslider-inner .item:hover .product-thumb .image .quickview {
	transition: all 0.2s ease-in-out 0s;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.deals25 .so-deal .extraslider-inner .item:hover .product-thumb .image a.img-link:before {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.deals25 .so-deal {
    margin: 0;
}

.deals25 .so-deal .extraslider-inner {
	border: none;
}

.deals-box{
    display: flex;
}

.deals-col {
    padding: 1rem 2rem 2rem;
    background: #da0811;
}

.deals-title .modtitle {
    color: #ffffff;
}

.side-banner-discount {
    background-image: url(/image/catalog/bg3.png);
    background-blend-mode: hard-light;
    background-size: 210px;
    background-color: var(--primary_1);
}
.side-banner-discount .module {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top-banner-discount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.deals-title .timer-box {
    font-size: 3rem;
    color: #fff;
    margin-top: 4rem;
}

.deals-items .left-block {

}
.deals-items .right-block {
    display: flex;
    align-items: center;
    padding-right: 1rem;
    flex: 1;
}

.deals-items {
    position: relative;
    display: flex;
    align-items: center;
}

.deals-box .owl-carousel.owl-rtl .owl-item {
    
}
.deals-title .title {
    color: var(--primary_2);
    font-size: 22px;
    margin-top: 3rem;
    font-weight: bold;
    text-shadow: 0px 2px #0b003d;
}

.side-banner-discount img {
    width: 150px;
    margin: 0 0 0 10px;
}

@media (max-width: 1024px) {
	.deals25 .so-deal .owl-nav .owl-prev.owl-prev, .deals25 .so-deal .owl-nav .owl-next.owl-prev {
		right: -20px;
	}
}

@media (max-width: 991px) {
    .top-banner-discount {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
    }
    .deals-box .owl-carousel.owl-rtl .owl-item {
        border-left: unset;
        left: unset;
    }
    .deals-col{
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .so-deal .product-thumb{
        flex-direction: column;
    }
    .so-deal .left-block{
        width: 140px !important;
        height: 140px;      
    }
    
    .deals25 .so-deal .extraslider-inner .item a img {
        height: 140px!important;
        width: 140px;
    }
    
    .deals25 .so-deal .extraslider-inner .right-block a{
        font-size: 12px!important;
        width: 100% !important;
    }
    .deals25 .so-deal .extraslider-inner .item .caption .price .price-new, .deals25 .so-deal .extraslider-inner .item .caption .price span.price {
        font-size: 19px !important;
    }
    .deals25 .price-details {
        justify-content: flex-start;
        margin-top: unset;
        width: 100%;
    }
    .deals25 .price {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
    .so-deal .right-block {
        width: 100% !important;
    }
    .deals25 .label-sale span:first-child {
        font-size: 16px !important;
    }
    .deals25 .so-deal{
        padding:10px 0 !important;
    }
	.deals25 .so-deal .owl-nav .owl-prev.owl-prev, .deals25 .so-deal .owl-nav .owl-next.owl-prev {
		right: 0px;
	}
	.side-banner-discount .module{
        flex-direction: row;
        flex-wrap: wrap;
	}
	.side-banner-discount img{
	    width:40px !important;    
	}
	
	.deals-title .title{
        margin-top: 10px !important;
        font-size: 20px !important;
	}
	
	.so-deal .item-time-w{
	    margin-top: 1rem !important;
	}
	
	.so-deal .num-time:after {
        left: -8px;
	}
	
	.so-deal .item-timer .time-item{
        font-size: 22px!important;
        line-height: 42px!important;
        width: 40px!important;
        height: 40px!important;
	}
}


/*======================================| * End - Deals 25 * |==================================================*/

.so-deal .intro_text,
.so-deal .footer_text {
	margin: 10px 0px;
}
.so-deal .right-block{
    width: 66%;
}
.so-deal .left-block{
    width: 34%;
}

.postext-spextraslider {
	margin-top: 10px;
}
.product-feature .product-thumb{
	margin:20px 1px;
}
.pretext-spextraslider {
	margin-bottom: 10px;
}

.so-deal {
	margin:0;
}

.page-title-extraslider {
	color: #2E2C2D;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	width: 75%;
	margin: 10px 0 8px 0px;
}

.so-deal a {
	text-decoration: none;
}

.so-deal.preload {
	height: 250px;
	overflow: hidden;
	position: relative
}

.so-deal .extra-loading {
	background: url('../img/loading.gif') no-repeat scroll center center transparent;
	height: 250px;
	width: 100%;
}

.so-deal.preload .heading-title,
.so-deal.preload .owl-controls,
.so-deal.preload .owl-controls,
.so-deal.preload .extraslider-inner {
	display: none !important;
}

.so-deal .pre-text,
.so-deal .post-text {
	margin: 10px 0;
}

.so-deal .heading-title {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}
.so-deal .product-feature {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	clear: both;
}
.so-deal .extraslider-inner {
	position: relative;
	overflow: visible;
	width: 100%;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	clear: both;
}

.so-deal .extraslider-inner .item {
    border: none;
    padding: 2rem 1rem;
    background: #fff;
    border-radius: var(--border-radius_2);
}
.so-deal .owl-controls {
	margin-bottom: 8px;
	vertical-align: middle;
	display: inline;
}
.so-deals-rtl .so-deal .owl-controls{
	float: left;
	text-align: left;
}
.so-deals-ltr .so-deal .owl-controls{
	float: right;
	text-align: right;
}
.so-deal .owl-controls .owl-controls {
	float: left;
	margin: 0;
}

.so-deal .owl-prev,
.so-deal .owl-next {
	outline: none;
	font-size: 22px;
	line-height: 18px;
	color: #797575;
	cursor: pointer;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	font-family: Arial;
	height: 20px;
	vertical-align: middle;
}
.so-deals-ltr .so-deal .owl-prev,
.so-deals-ltr .so-deal .owl-next{
	float: left;
}
.so-deals-rtl .so-deal .owl-prev,
.so-deals-rtl .so-deal .owl-next{
	float: right;
}
.so-deal .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.so-deal .owl-dots .owl-dot {
	display: block;
	width: 12px;
	height: 12px;
	margin: 4px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #797575;
	cursor: pointer;
	vertical-align: middle;
}

.so-deal.button-type2 .owl-controls{
	width: 100%;
}

.so-deals-ltr .so-deal.button-type2 .owl-nav{
	float: right;
	text-align: right;
	margin-bottom: 8px;
}
.so-deals-rtl .so-deal.button-type2 .owl-nav{
	float: left;
	text-align: left;
	margin-bottom: 8px;
}
.so-deals-ltr .so-deal.button-type1 .owl-dots{
	float: left;
}
.so-deals-rtl .so-deal.button-type1 .owl-dots{
	float: right;
}
.so-deal.button-type2 .owl-dots{
	text-align: center;
	margin-top: 10px;
	display: block;
}

.so-deal .owl-dots .owl-dot.active {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #77f9f1;
}

.so-deal .owl-dots .owl-dot:focus,
.so-deal .owl-nav .owl-prev:focus,
.so-deal .owl-nav .owl-next:focus {
	outline: none;
}

.so-deal.button-type2  .owl-dots {
	text-align: center;
	margin-top: 10px;
	display: block;
}

.so-deal.button-type2 .owl-prev,
.so-deal.button-type2 .owl-next {
	background: none repeat scroll 0 0 #797575;
	border-radius: 50%;
	color: #FFF;
	cursor: pointer;
	font-family: Arial;
	font-size: 20px;
	font-weight: 600;
	height: 20px;
	line-height: 18px;
	margin: 0 0 0 4px;
	opacity: 0.5;
	outline: medium none;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.so-deals-ltr .so-deal.button-type2 .owl-prev,
.so-deals-ltr .so-deal.button-type2 .owl-next{
	float: left;
}
.so-deals-rtl .so-deal.button-type2 .owl-prev,
.so-deals-rtl .so-deal.button-type2 .owl-next{
	float: right;
}

.so-deal .owl-prev:hover,
.so-deal .owl-next:hover {
	color: #77f9f1;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.image-cat a {
    min-height: 132px;
    min-width: 132px;
}

.top-banner-discount .item-time-w {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-banner-discount .item-time-w svg {
    display: none;
}

.top-banner-discount .item-timer {
    background-color: #eee;
}

.top-banner-discount .num-time {
    padding: 0;
    position: relative;
    color: #0b003d;
    font-weight: bold;
}
.top-banner-discount .item-timer .time-item {
float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 39px;
    text-align: center;
    width: 34px;
    height: 34px;
    background: var(--primary_2);
    margin: 0px 7px;
    border-radius: 10px;
}
.top-banner-discount .num-time:after {
    content: ":";
    margin: 0 0px;
    position: absolute;
    left: -10px;
}

.top-banner-discount .item-timer .time-item:first-child .num-time:after{
    display:none;
}

.top-banner-discount .name-time {
    font-size: 12px;
    font-weight: 300;
    display: none;
}
    
.layout-25.common-home #content .deals25 .label-sale {
    background: var(--primary_1);
    color: var(--primary_2);
    border-radius: 0.8rem;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    font-size: 1.1rem;
    position: relative;
    font-weight: normal;
    width: 44px;
    height: 44px;
}

.layout-25.common-home #content .deals25 .label-sale span:first-child {
    font-size: 16px;
    color: var(--primary_2);
    font-weight: bold;
    text-shadow: 0px 2px #0b003d;
}

.lang_ar .owl-controls{
	float: left;
}

.lang_ar .owl-next{
	right: 0;
}

.lang_ar .owl-prev{
	right: 20px;
	float: right;
}

.lang_ar .owl-carousel .owl-stage {
	float: left;
}
/* Effect Fade In */
.so-deal .ltabs-items .fadeIn .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-o-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* Effect Flip In Vertical */

.so-deal .ltabs-items .flipInY .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-webkit-backface-visibility: visible;
	-moz-animation-play-state: running;
	-moz-backface-visibility: visible;
	-o-animation-play-state: running;
	-o-backface-visibility: visible;
	animation-play-state: running;
	backface-visibility: visible;
}

@-webkit-keyframes flipInY {
	0% { opacity: 0; -webkit-transform: perspective(400px) rotateY(80deg); }
	40% { -webkit-transform: perspective(400px) rotateY(-20deg); }
	70% { -webkit-transform: perspective(400px) rotateY(10deg); }
	90% { -webkit-transform: perspective(400px) rotateY(-5deg); }
	100% { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg); }
}

@-moz-keyframes flipInY {
	0% { opacity: 0; -moz-transform: perspective(400px) rotateY(80deg); }
	40% { -moz-transform: perspective(400px) rotateY(-20deg); }
	70% { -moz-transform: perspective(400px) rotateY(10deg); }
	90% { -moz-transform: perspective(400px) rotateY(-5deg); }
	100% { opacity: 1; -moz-transform: perspective(400px) rotateY(0deg); }
}

@-o-keyframes flipInY {
	0% { opacity: 0; -o-transform: perspective(400px) rotateY(80deg); }
	40% { -o-transform: perspective(400px) rotateY(-20deg); }
	70% { -o-transform: perspective(400px) rotateY(10deg); }
	90% { -o-transform: perspective(400px) rotateY(-5deg); }
	100% { opacity: 1; -o-transform: perspective(400px) rotateY(0deg); }
}

@keyframes flipInY {
	0% { opacity: 0; -webkit-transform: perspective(400px) rotateY(80deg); }
	40% { -webkit-transform: perspective(400px) rotateY(-20deg); }
	70% { -webkit-transform: perspective(400px) rotateY(10deg); }
	90% { -webkit-transform: perspective(400px) rotateY(-5deg); }
	100% { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg); }
}

/* Effect Flip In Horizontal */

.so-deal .ltabs-items .flipInX .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-webkit-backface-visibility: visible;
	-moz-animation-play-state: running;
	-moz-backface-visibility: visible;
	-o-animation-play-state: running;
	-o-backface-visibility: visible;
	animation-play-state: running;
	backface-visibility: visible;
}

@-webkit-keyframes flipInX {
	0% { opacity: 0; -webkit-transform: perspective(400px) rotateX(85deg); }
	40% { -webkit-transform: perspective(400px) rotateX(-20deg); }
	70% { -webkit-transform: perspective(400px) rotateX(15deg); }
	90% { -webkit-transform: perspective(400px) rotateX(-5deg); }
	100% { opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); }
}

@-moz-keyframes flipInX {
	0% { opacity: 0; -moz-transform: perspective(400px) rotateX(85deg); }
	40% { -moz-transform: perspective(400px) rotateX(-20deg); }
	70% { -moz-transform: perspective(400px) rotateX(15deg); }
	90% { -moz-transform: perspective(400px) rotateX(-5deg); }
	100% { opacity: 1; -moz-transform: perspective(400px) rotateX(0deg); }
}

@-o-keyframes flipInX {
	0% { opacity: 0; -o-transform: perspective(400px) rotateX(85deg); }
	40% { -o-transform: perspective(400px) rotateX(-20deg); }
	70% { -o-transform: perspective(400px) rotateX(15deg); }
	90% { -o-transform: perspective(400px) rotateX(-5deg); }
	100% { opacity: 1; -o-transform: perspective(400px) rotateX(0deg); }
}

@keyframes flipInX {
	0% { opacity: 0; transform: perspective(400px) rotateX(85deg); }
	40% { transform: perspective(400px) rotateX(-20deg); }
	70% { transform: perspective(400px) rotateX(15deg); }
	90% { transform: perspective(400px) rotateX(-5deg); }
	100% { opacity: 1; transform: perspective(400px) rotateX(0deg); }
}

/* Effect Flip */
.so-deal .ltabs-items .flip .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-webkit-backface-visibility: visible;
	-moz-animation-play-state: running;
	-moz-backface-visibility: visible;
	-o-animation-play-state: running;
	-o-backface-visibility: visible;
	animation-play-state: running;
	backface-visibility: visible;
}

@-webkit-keyframes flip {
	0% { opacity: 0;
		-webkit-transform: perspective(500px) rotateY(0);
		-webkit-animation-timing-function: ease-out; }
	40% {
		-webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out; }
	50% {
		-webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in; }
	80% {
		-webkit-transform: perspective(500px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in; }
	100% {
		opacity: 1;
		-webkit-transform: perspective(500px) scale(1);
		-webkit-animation-timing-function: ease-in; }
}

@-moz-keyframes flip {
	0% { opacity: 0;
		-moz-transform: perspective(500px) rotateY(0);
		-moz-animation-timing-function: ease-out; }
	40% {
		-moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out; }
	50% {
		-moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in; }
	80% {
		-moz-transform: perspective(500px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in; }
	100% {
		opacity: 1;
		-moz-transform: perspective(500px) scale(1);
		-moz-animation-timing-function: ease-in; }
}

@-o-keyframes flip {
	0% { opacity: 0;
		-o-transform: perspective(500px) rotateY(0);
		-o-animation-timing-function: ease-out; }
	40% {
		-o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out; }
	50% {
		-o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in; }
	80% {
		-o-transform: perspective(500px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in; }
	100% {
		opacity: 1;
		-o-transform: perspective(500px) scale(1);
		-o-animation-timing-function: ease-in; }
}

@keyframes flip {
	0% { opacity: 0;
		transform: perspective(500px) rotateY(0);
		animation-timing-function: ease-out; }
	40% {
		transform: perspective(500px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out; }
	50% {
		transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in; }
	80% {
		transform: perspective(500px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in; }
	100% {
		opacity: 1;
		transform: perspective(500px) scale(1);
		animation-timing-function: ease-in; }
}

/* Effect Star War */
.so-deal .ltabs-items .starwars .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-play-state: running;
	-moz-transform-origin: 50% 50%;
	-moz-animation-play-state: running;
	-o-transform-origin: 50% 50%;
	-o-animation-play-state: running;
	transform-origin: 50% 50%;
	animation-play-state: running;
}
@-webkit-keyframes starwars {
	0% { opacity: 0; -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; -webkit-transform: perspective(200px) scale(1) rotateX(60deg) }
	100% { opacity: 1; -webkit-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@-moz-keyframes starwars {
	0% { opacity: 0; -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; -moz-transform: perspective(200px) scale(1) rotateX(60deg) }
	100% { opacity: 1; -moz-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@-o-keyframes starwars {
	0% { opacity: 0; -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; -o-transform: perspective(200px) scale(1) rotateX(60deg) }
	100% { opacity: 1; -o-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@keyframes starwars {
	0% { opacity: 0; transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
	80% { opacity: 1; transform: perspective(200px) scale(1) rotateX(60deg) }
	100% { opacity: 1; transform: perspective(200px) scale(1) rotateX(0deg) }
}

/* Effect Slide Right */
.so-deal .ltabs-items .slideRight .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes slideRight {
	0% { opacity: 0; left: 30px; }
	100% { opacity: 1; left: 0; }
}

@-moz-keyframes slideRight {
	0% { opacity: 0; left: 30px; }
	100% { opacity: 1; left: 0; }
}

@-o-keyframes slideRight {
	0% { opacity: 0; left: 30px; }
	100% { opacity: 1; left: 0; }
}

@keyframes slideRight {
	0% { opacity: 0; left: 30px; }
	100% { opacity: 1; left: 0; }
}

/* Effect Bounce In */

.so-deal .ltabs-items .bounceIn .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes bounceIn {
	0% { opacity: 0; -webkit-transform: scale(.3); }
	50% { -webkit-transform: scale(1.05); }
	70% { -webkit-transform: scale(.9); }
	100% { opacity: 1; -webkit-transform: scale(1); }
}

@-moz-keyframes bounceIn {
	0% { opacity: 0; -moz-transform: scale(.3); }
	50% { -moz-transform: scale(1.05); }
	70% { -moz-transform: scale(.9); }
	100% { opacity: 1; -moz-transform: scale(1); }
}

@-o-keyframes bounceIn {
	0% { opacity: 0; -o-transform: scale(.3); }
	50% { -o-transform: scale(1.05); }
	70% { -o-transform: scale(.9); }
	100% { opacity: 1; -o-transform: scale(1); }
}

@keyframes bounceIn {
	0% { opacity: 0; transform: scale(.3); }
	50% { transform: scale(1.05); }
	70% { transform: scale(.9); }
	100% { opacity: 1; transform: scale(1); }
}

/*Effect Zoom In */

.so-deal .ltabs-items .zoomIn .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes zoomIn {
	0% { opacity: 0; -webkit-transform: scale(1.8); }
	100% { opacity: 1; -webkit-transform: scale(1); }
}

@-moz-keyframes zoomIn {
	0% { opacity: 0; -moz-transform: scale(1.8); }
	100% { opacity: 1; -moz-transform: scale(1); }
}

@-o-keyframes zoomIn {
	0% { opacity: 0; -o-transform: scale(1.8); }
	100% { opacity: 1; -o-transform: scale(1); }
}

@keyframes zoomIn {
	0% { opacity: 0; transform: scale(1.8); }
	100% { opacity: 1; transform: scale(1); }
}

/* Effect Page Top*/

.so-deal .ltabs-items .pageTop .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-webkit-transform-origin: 50% 0%;
	-moz-animation-play-state: running;
	-moz-transform-origin: 50% 0%;
	-o-animation-play-state: running;
	-o-transform-origin: 50% 0%;
	animation-play-state: running;
	transform-origin: 50% 0%;
}

@-webkit-keyframes pageTop {
	0% { opacity: 0; -webkit-transform: perspective(400px) rotateX(90deg); }
	100% { opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); }
}

@-moz-keyframes pageTop {
	0% { opacity: 0; -moz-transform: perspective(400px) rotateX(90deg); }
	100% { opacity: 1; -moz-transform: perspective(400px) rotateX(0deg); }
}

@-o-keyframes pageTop {
	0% { opacity: 0; -o-transform: perspective(400px) rotateX(90deg); }
	100% { opacity: 1; -o-transform: perspective(400px) rotateX(0deg); }
}

@keyframes pageTop {
	0% { opacity: 0; transform: perspective(400px) rotateX(90deg); }
	100% { opacity: 1; transform: perspective(400px) rotateX(0deg); }
}

/*Effect Zoom Out */

.so-deal .ltabs-items .zoomOut .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation: zoomOut 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes zoomOut {
	0% { opacity: 0; -webkit-transform: scale(.6); }
	100% { opacity: 1; -webkit-transform: scale(1); }
}

@-moz-keyframes zoomOut {
	0% { opacity: 0; -moz-transform: scale(.6); }
	100% { opacity: 1; -moz-transform: scale(1); }
}

@-o-keyframes zoomOut {
	0% { opacity: 0; -o-transform: scale(.6); }
	100% { opacity: 1; -o-transform: scale(1); }
}

@keyframes zoomOut {
	0% { opacity: 0; transform: scale(.6); }
	100% { opacity: 1; transform: scale(1); }
}

.so-deal .ltabs-items .slideLeft .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes slideLeft {
	0% { opacity: 0; left: -30px; }
	100% { opacity: 1; left: 0; }
}

@-moz-keyframes slideLeft {
	0% { opacity: 0; left: -30px; }
	100% { opacity: 1; left: 0; }
}

@-o-keyframes slideLeft {
	0% { opacity: 0; left: -30px; }
	100% { opacity: 1; left: 0; }
}

@keyframes slideLeft {
	0% { opacity: 0; left: -30px; }
	100% { opacity: 1; left: 0; }
}

.play .ltabs-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

.postext-spextraslider {
	margin-top: 10px;
}

.pretext-spextraslider {
	margin-bottom: 10px;
}

.page-title-extraslider {
	color: #2E2C2D;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	width: 75%;
	margin: 10px 0 8px 0px;
}

.so-deal a {
	text-decoration: none;
}

.so-deal.preload {
	height: 250px;
	overflow: hidden;
	position: relative
}

.so-deal .extra-loading {
	background: url('../images/loading.gif') no-repeat scroll center center transparent;
	height: 250px;
	width: 100%;
}

.so-deal.preload .heading-title,
.so-deal.preload .owl-controls,
.so-deal.preload .owl-controls,
.so-deal.preload .extraslider-inner {
	display: none !important;
}

.so-deal .pre-text,
.so-deal .post-text {
	margin: 10px 0;
}

.so-deal .heading-title {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}

.so-deal .extraslider-inner .item-wrap .item-wrap-inner .item-info .button-container button{
	background: #009ad0 linear-gradient(to bottom, #009ad0 0%, #007ab7 100%) repeat-x scroll 0 0;
	border: none;
	padding: 10px 14px;
	border: 1px solid #06b2e6;
}
.so-deal .extraslider-inner .item-wrap .item-wrap-inner .item-info .button-container button:hover{
	background: #0084bf none repeat scroll 0 0 ;
}

.so-deal .owl-carousel .owl-stage-outer {
    
}

.so-deal .extraslider-inner .item-wrap {
	position: relative;
	overflow: hidden;
}

.so-deal .extraslider-inner .item-wrap .item-info .item-content {
	margin-left: 10px;
}

.so-deal .extraslider-inner .item-wrap .item-info,
.so-deal .extraslider-inner .item-wrap .item-info .item-content {
	overflow: hidden;
}

.so-deal .extraslider-inner .item-wrap.style1 .item-info {
	color: #FFF;
	position: absolute;
	background: url(../images/background.png) repeat;
	bottom: 0;
	left: 0;
}

.so-deal .extraslider-inner .item-wrap .item-info a {
	color: #FFF;
}

.so-deal .extraslider-inner .item-wrap .item-info a:hover {
	color: #DDD;
}

.so-deal .extraslider-inner .item-wrap.style2 .item-info {
	background: #333333;
	color: #FFF;
	position: relative;
}

.so-deal .extraslider-inner .item-wrap-inner {
	margin: 8px 5px 0 5px;
	padding: 0 1px;
	position: relative;
	overflow: hidden;
}

.so-deal .extraslider-inner .item-wrap-inner a.new-box {
	left: -4px;
	z-index: 2;
}

.so-deal .extraslider-inner .item-wrap-inner a.sale-box {
	right: -4px;
	z-index: 2;
}

.so-deal .extraslider-inner .item-wrap.last {
	margin-right: 0px;
	padding-right: 0px;
}


.so-deal .extraslider-inner .item-wrap img {
	width: 100%;
	border: none;
	box-shadow: #000 0em 0em 0em;
}

.so-deal .extraslider-inner .item-wrap img:hover {
	box-shadow: #000 0em 0em 0em;
}

.so-deal .item .item-wrap .item-description {
	margin-bottom: 0;
}

.so-deal .item .item-wrap .item-prices {
	padding: 0px;
	margin-bottom: 10px;
}

.so-deal .item .item-wrap .item-prices .item-price {
	color: #FF0000;
	font-weight: bold;
	font-family: Georgia;
	margin-right: 3px;
}

.so-deal .item .item-wrap .item-per-unit {
	color: white;
}

.so-deal .item .item-wrap .item-tags {
	margin-bottom: 5px;
}

.so-deal .item .item-wrap .item-votes {
	padding-left: 10px;
}

.so-deal .item .item-wrap.style3 .item-votes .hikashop_total_vote {
	color: #FFF;
}

.so-deal .item .item-wrap.style5 .item-votes .hikashop_total_vote {
	color: #FFF;
}

.so-deal .item .item-wrap.style6 .item-votes .hikashop_total_vote {
	color: #FFF;
}

.so-deal .item .item-wrap.style7 .item-votes .hikashop_total_vote {
	color: #FFF;
}

.so-deal .item .item-wrap.style4 .item-prices .item-per-unit {
	color: #000000;
}

.so-deal .item .item-wrap .item-btn-add {
	margin-bottom: 5px;
}

.so-deal .item .item-wrap .item-btn-add form {
	margin: 0;
}

.so-deal .item .item-wrap .item-btn-add .hikashop_add_to_cart {
	display: inline-block;
	margin: 5px 5px 5px 0px;
}

.so-deal .item .item-wrap .item-btn-add .hikashop_add_wishlist {
	display: inline-block;
	margin: 5px 5px 5px 0px;
}

.so-deal .item .item-wrap .item-readmore {
	margin-top: 10px;
}

.so-deal .item .item-wrap .item-related {
	text-align: left;
	color: #FFF;
}

.so-deal .item .item-wrap .item-related h4 {
	margin: 5px 0;
	color: #FFF;
}

.so-deal .item .item-wrap .item-related ul {
	text-align: left;
	margin: 0 10px 0 13px;
	color: #FFF;
}

.so-deal .item .item-wrap .item-tags span {
	color: #FFFFFF;
}

.so-deal .item .item-wrap .item-tags .tags span a {
	display: inline-block;
}

.so-deal .item .item-wrap .item-readmore {
	text-align: right;
}

.so-deal .nav-page {
	list-style: none;
	margin: 0px;
	float: left;
	padding-left: 0;
}

.so-deal .nav-page .page {
	float: left;
	background: none;
	padding: 0;
	outline: none;
}

.so-deal .extraslider-inner .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.so-deal .extraslider-inner .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	position: relative;

}

.so-deal .extraslider-inner .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.so-deal .owl-controls {
	margin-bottom: 8px;
	vertical-align: middle;
	display: inline;
}

.so-deal .owl-controls .owl-controls {
	float: left;
	margin: 0;
}



.so-deal .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.so-deal .owl-dots .owl-dot {
    display: block;
    width: 8px;
    height: 8px;
    margin: 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #797575;
    cursor: pointer;
    vertical-align: middle;
}

.so-deal .owl-dots .owl-dot:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: var(--primary_1);
}

.so-deal.button-type2 .owl-controls{
	width: 100%;
}

.so-deal.button-type2 .owl-dots{
	text-align: center;
	margin-top: 10px;
	display: block;
}

.so-deal .owl-dots .owl-dot.active {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #77f9f1;
}

.so-deal .owl-dots .owl-dot:focus,
.so-deal .owl-nav .owl-prev:focus,
.so-deal .owl-nav .owl-next:focus {
	outline: none;
}

.so-deal.button-type2  .owl-dots {
	text-align: center;
	margin-top: 10px;
	display: block;
}

.so-deal .owl-prev:hover,
.so-deal .owl-next:hover {
	color: #77f9f1;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

/*css Media*/
@media all and (max-width: 479px) {
	.so-deal .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile {
		display: block;
	}

	.so-deal.preset04-6 .extraslider-inner .item-wrap.style1 .item-info {
		max-height: 200px;
	}
	
	.image-cat a {
        min-height: 60px;
        min-width: 60px;
    }

}

@media all and (min-width: 480px) and (max-width: 767px) {
	.so-deal .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile {
		display: block;
	}

	.so-deal.preset03-6 .extraslider-inner .item-wrap.style1 .item-info {
		max-height: 200px;
	}
	
	.image-cat a {
        min-height: 60px;
        min-width: 60px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.so-deal .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile {
		display: none;
	}

	.so-deal.preset02-6 .extraslider-inner .item-wrap.style1 .item-info {
		max-height: 200px;
	}

}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.so-deal .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile {
		display: none;
	}

	.so-deal.preset01-6 .extraslider-inner .item-wrap.style1 .item-info {
		max-height: 200px;
	}

}

@media all and (min-width: 1200px) {
	.so-deal .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile {
		display: none;
	}

	.so-deal.preset00-6 .extraslider-inner .item-wrap.style1 .item-info {
		max-height: 200px;
	}
}
/*--------------Sale---------------*/
.so-deal .product-thumb .image span.label-sale:after{
    border-left: 8px solid transparent;
    border-top: 9px solid #e74c3c;
    bottom: -6px;
    content: "";
    position: absolute;
    right: 8px;
}
.so-deal .product-thumb .image span.label-sale{
    background: #e74c3c none repeat scroll 0 0;
    left: 20px;
    top: 20px;
	z-index:3;
}
.so-deal .product-thumb .image .label-new,.so-deal .product-thumb .image .label-sale {
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 23px;
    min-width: 56px;
    padding: 3px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
/*--------------New---------------*/
.so-deal .product-thumb .image span.label-new:after{
    border-right: 8px solid transparent;
    border-top: 9px solid #1e91cf;
    bottom: -6px;
    content: "";
    position: absolute;
    left: 8px;
}
.so-deal .product-thumb .image span.label-new{
    background: #1e91cf none repeat scroll 0 0;
    right: 20px;
    top: 20px;
	z-index:3;
}
/* Hover Image*/
.so-deal .product-thumb .image .img-thumb1 {
    position: relative;
	z-index: 2;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transition: all 0.3s ease-in-out;
}
.so-deal .product-thumb .image .img-thumb2 {
    position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: all 0.3s ease-in;
}
.so-deal .product-thumb .image{
	overflow: hidden;
    position: relative;
}
.so-deal .product-thumb .image:hover .img-thumb1{
	transform: translateX(200%);
	-moz-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transition: all 0.3s ease-in-out;
}

.so-deal .product-feature .product-thumb .image{
	width:40%;
	float:left;
}
.so-deal .product-feature .product-thumb .caption{
	width:60%;
	float:left;
}
.so-deal .extraslider-inner .product-thumb .caption .item-time{
	margin:0 -15px;
}

/*So Deals Slick*/
.so-deals-slick .so-deals-slider-loading {
	background: #f5f6f6;
	border-radius: 45px 45px 20px 20px;
	height: 417px;
	max-height: 417px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.so-deals-slick .so-deals-slider-loading:after {
    content: ' ';
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: -1;
    transform-origin: 50%;
    animation: swiper-preloader-spin 0.8s infinite linear;
    box-sizing: border-box;
    border: 2px solid #444;
    border-radius: 50%;
    border-top-color: transparent;
}
.so-deals-slick.deals-slider-preload .deals-nav,
.so-deals-slick.deals-slider-preload .deals-content{
	display: none;
}
.so-deals-slick.slick-vertical .ds-items{
	width:170px;
	padding:30px 40px 20px;
	float:left;
}
.so-deals-slick.slick-vertical .ds-items-detail{
	margin-left:170px;
}
.so-deals-slick.slick-vertical .ds-items .ds-image-thumb img{
	border: 1px solid #E0E0E0;
	margin: auto;
	border-radius:5px;
	padding:10px;
	cursor:pointer;
}
.so-deals-slick.slick-vertical .ds-items .slick-current .ds-image-thumb img{
	border-color:#5BB300;
}
/*horizontal*/
.so-deals-slick.slick-horizontal .deals-content{
	position:relative;
	padding-bottom:150px;
}
.so-deals-slick.slick-horizontal .deals-content .ds-items{
	position:absolute;
	bottom:0;
	display:block;
	overflow:hidden;
	float:left;
	left:50%;
	transform:translateX(-50%);
	width:50%;
	padding:10px 0;
}
.so-deals-slick.slick-horizontal .deals-content .ds-items .ds-image-thumb{
	margin: 0 5px 5px 5px;
	padding:30px;
	border: 1px solid #E0E0E0;
	border-radius:5px;
}
.so-deals-slick.slick-horizontal .deals-content .ds-items .slick-current .ds-image-thumb{
	border-color:#5BB300;
}
.so-deals-slick.slick-horizontal .deals-content .ds-items .ds-image-thumb img{
	max-height:100%;
	margin:auto;
	cursor:pointer;
}


.so-deals-slick .deals-nav{
    display: inline-block;
    border: #ccc 1px solid;
    float: right;
}
.so-deals-slick .deals-nav .slick-prev{
	font-size:16px;
	padding-right:10px;
	border-right:1px solid #ccc;
}
.so-deals-slick .deals-nav .slick-next{
	font-size:16px;
	padding-left:10px;
}
.so-deals-slick .deals-nav .slick-prev:hover,
.so-deals-slick .deals-nav .slick-next:hover{
	cursor:pointer;
	color:red;
}
.so-deals-slick .deals-content{
	border:#5BB300 2px solid;
	border-radius:10px;
	clear:both;
	display:block;
	overflow:hidden;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb{
	border:none;
	margin:0;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .image{
	width:50%;
	float:left;
	margin-top:30px;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption{
	width:50%;
	float:left;
	padding:30px;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .item-time{}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .item-time .num-time,
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .item-time .name-time,
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .item-time .time-item{
	border:none;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .item-time .time-item{
	line-height:25px;
	border-right:#E2E2E2 1px solid;
	background:#292931;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .item-time .time-item:last-child{
	border:none;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .item-time .num-time{
	color:#333;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption h4{
	margin:20px 0;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption h4 a{
	color:#333;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .price .price-new{
	color:#5BB300;
	font-size:16px;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .button-group button{
	background:#5BB300;
	width:150px;
	border-radius:5px;
	color:#fff;
	margin-right:5px;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .button-group{
	background:#fff;
	border:none;
}
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .button-group button + button,
.so-deals-slick .deals-content .ds-items-detail .product-thumb .caption .button-group button + button + button{
	background:#fff;
	width:50px;
	border-radius:5px;
	border: #5BB300 1px solid;
	color:#5BB300;
}
.deals25 .so-deal .extraslider-inner .item a img {
    height: 190px;
    width: 190px;
    margin: 0 auto;
}

.deals25 .so-deal .extraslider-inner .right-block a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
}
/*======================================| * Default 1 * |==================================================*/

.so-deal .product-thumb{

}
.deals_default_1.deals25 .so-deal .extraslider-inner .right-block a {
    font-size: 1.8rem;
}
/*======================================| * End - Default 1 * |==================================================*/
/*======================================| * Default 2 * |==================================================*/

.deals_default_2 .so-deal .product-thumb {
    display: block;
}

.so-deal .left-block,
.so-deal .right-block {
    width: unset;
}

.deals_default_2.deals25 .so-deal .extraslider-inner .right-block a {
    font-size: 1.3rem;
    color: #000;
    font-weight: bold; 
}
/*======================================| * End - Default 2 * |==================================================*/