.home-slideshow .dots li,
.static-content .register-container #rest .buttons a.btn,
.static-content .register-container #rest .buttons input.btn,
#top .container #menu li .dropdown ul li a,
.product-content .set-row .combo-product .combo-details a.set-btn {
	-webkit-transition: background ease .3s, opacity ease .3s;
	-moz-transition: background ease .3s, opacity ease .3s;
	transition: background ease .3s, opacity ease .3s;
}

.product-detail-left .product-slideshow .slideshow-thumbs.owl-carousel .owl-item:before { 
	-webkit-transition: all ease .3s, opacity ease .3s;
	-moz-transition: all ease .3s, opacity ease .3s;
	transition: all ease .3s, opacity ease .3s;
}

.product-content .row .product-layout .product-hover-second,
.bulk-form .buttons input.btn,
.bulk-form .buttons a,
#accordion input.btn-primary,
.cart-content .row.cart-row .buttons a.btn-primary,
.home-slideshow a.slideprev,
.home-slideshow a.slidenext,
.home-categories .home-categories-slide a.slideprev,
.home-categories .home-categories-slide a.slidenext,
.home-carousel a#carouselprev,
.home-carousel a#carouselnext,
.product-detail-left  .product-slideshow .owl-prev,
.product-detail-left  .product-slideshow .owl-next,
.article-gallery a.slideprev,
.article-gallery a.slidenext,
#store2 .home-slideshow .home-slideshow-caption a,
.product-content .set-row .combo-action button.btn-combo-cart,
.category-link-new a { 
	-webkit-transition:background ease .3s;
	-moz-transition:background ease .3s;
	transition:background ease .3s;
}

.product-content .row .product-layout .product-hover .product-main .item-link a,
#top .container .social-top li a, 
.mobile-menu .social-mobile li a { 
	-webkit-transition:opacity ease .3s;
	-moz-transition:opacity ease .3s;
	transition:opacity ease .3s;
}

.product-content .row .product-layout .product-hover .product-main .item-link a:after,
.home-carousel .container .product-layout .col,
.static-content #product_form button,
.static-content #product_form button:after,
.static-content #product_form button:before,
.static-content #product_form_qty button,
.static-content #product_form_qty button:after,
.static-content #product_form_qty button:before,
.home-slideshow .home-slideshow-caption a,
.home-slideshow .home-slideshow-caption a:after,
.home-slideshow .home-slideshow-caption a:before,
.home-slideshow a.slideprev:before,
.home-slideshow a.slidenext:before,
.home-categories .home-categories-slide a.slideprev:before,
.home-categories .home-categories-slide a.slidenext:before,
.contact-page1 .form-horizontal button.btn,
.home-carousel a#carouselprev:before,
.home-carousel a#carouselnext:before,
.product-detail-left  .product-slideshow .owl-prev:before,
.product-detail-left  .product-slideshow .owl-next:before,
.article-gallery a.slideprev:before,
.article-gallery a.slidenext:before,
.article-gallery a.slideprev span,
.article-gallery a.slidenext span,
#store2 .home-slideshow .home-slideshow-caption a:before,
.category-link-new a:after,
.category-link-new a:before {
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
	transition:all ease .3s;
}

.home-categories .home-categories-slide .home-categories-caption a:after,
.contact-page1 .form-horizontal .buttons button:before,
.news-content .news-article .news-article-description a {
	-webkit-transition:background-color ease .3s;
	-moz-transition:background-color ease .3s;
	transition:background-color ease .3s;
}

#top .container .social-top li a, 
footer .container .social-bottom li a,
.mobile-menu .social-mobile li a { 
	-webkit-transition:background-color ease .3s;
	-moz-transition:background-color ease .3s;
	transition:background-color ease .3s;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}

.mobile-menu .social-mobile li:first-child a { 
	border-radius:0%;
	-webkit-border-radius:0%;
	-moz-border-radius:0%;
}

#top .container #top_menu li a,
#store2 .home-slideshow .home-slideshow-caption a:after { 
	-webkit-transition:color ease .3s;
	-moz-transition:color ease .3s;
	transition:color ease .3s;
}


.home-carousel a.carousel-all,
.home-carousel a.carousel-all:after,
.home-banner a,
.home-banner a:before,
.newsletter .container .newsletter-form a,
.newsletter .container .newsletter-form a:after,
.newsletter .container .newsletter-form a:before,
.product-content .row .product-layout .product-hover .button-group button,
.product-content .row .product-layout .product-hover .product-main .item-link a,
.product-content .row .product-layout .product-hover .product-main .item-link a:after,
.product-content .row .product-layout .product-hover .product-main .item-link a:before,
.product-detail-right .product-right #product button.btn-primary,
.product-detail-right .product-right #product a.btn,
.product-detail-left .product-slideshow .product-slideshow-social a,
.home-carousel .container .product-layout .col .product-thumb span.view-btn,
.home-carousel .container .product-layout .col .product-thumb span.view-btn:after,
.home-carousel .container .product-layout .col .product-thumb span.view-btn:before,
.home-categories .home-categories-slide .home-categories-caption a,
.home-categories .home-categories-slide .home-categories-caption a:before,
.contact-page1 .form-horizontal .buttons button:after,
.home-slideshow span#scrollDown i:before {
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
	transition:all ease .3s;
}


/* 
.bannerButton { 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
	transition:all ease .3s;
}
@media screen and (max-width:698px) {
	.bannerButton { 
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
	}
}

.dot { 
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-transition:background ease .3s;
	-moz-transition:background ease .3s;
	transition:background ease .3s;
}

.owl-prev, .owl-next { 
	-webkit-transition:opacity ease .3s;
	-moz-transition:opacity ease .3s;
	transition:opacity ease .3s;
}
a.button { 
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-transition:background ease .3s;
	-moz-transition:background ease .3s;
	transition:background ease .3s;
}

.form input.field, .sbHolder, .form textarea.field, .form input.button {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.blog-categories li a {
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
}

*/