/*------------------------------------------------------------------
* Project:        							TaladRod
* Author:         							Crenoveative
* Themeforest profile:         	https://themeforest.net/user/crenoveative/portfolio
* URL:            							http://crenoveative.com
-------------------------------------------------------------------*/

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	/* background: #eee;
	border: 5px solid #eee; */
	border-radius: 3px;
	position: relative;
	margin: 0 25px 15px 0;
	float: left;
	/**************
	  Set max-width to your thumbnail width
	***************/

	max-width: 350px;
}

/* Thumbnails */

.sp-thumbs {
	text-align: left;
	display: inline-block;
}

.sp-thumbs img {
	min-height: 50px;
	min-width: 50px;
	max-width: 50px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
	width: 50px;
	height: 50px;
	overflow: hidden;
	opacity: .3;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.sp-thumbs a:hover {
	opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active,
.sp-current {
	opacity: 1 !important;
	position: relative;
}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
}

.sp-large a img {
	max-width: 100%;
	height: auto;
}

.sp-large a {
	display: block;
	border: 1px solid #f5f3f3;
	margin: 2px;
}

/* Panning Zoomed Image */

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}

/* Lightbox */

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 1500;
	display: none;
	cursor: pointer;
}

.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
	background: #fff;
}

#sp-prev,
#sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}

#sp-prev {
	left: 10px;
}

#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}

#sp-next {
	right: 10px;
}

#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}

#sp-prev:hover,
#sp-next:hover {
	background: #444;
}

.sp-thumbs a {
	border: 2px solid #e2e2e2;
	margin: 2px;
	background-size: contain;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 15px 0;
	}

	#sp-prev,
	#sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}


/*==================
  PROMO SECTION
====================*/

#aa-promo {
	float: left;
	display: inline;
	width: 100%;
}

#aa-promo .aa-promo-area {
	display: inline;
	float: left;
	padding: 30px 0;
	width: 100%;
}

#aa-promo .aa-promo-area .aa-promo-left {
	display: inline;
	float: left;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#aa-promo .aa-promo-area .aa-promo-left .aa-prom-content {
	top: 90% !important;
}

#aa-promo .aa-promo-area .aa-promo-middle {
	display: inline;
	float: left;
	width: 100%;
	height: 400px;
	background-color: #ddd;
}

#aa-promo .aa-promo-area .aa-promo-right {
	display: inline;
	float: left;
	width: 100%;
	height: 400px;
}

#aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
	/* width: 50%; */
	height: 50%;
	float: left;
}

#aa-promo .aa-promo-area .aa-promo-banner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

#aa-promo .aa-promo-area .aa-promo-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#aa-promo .aa-promo-area .aa-promo-banner:hover img {
	height: 120%;
	width: 120%;
	margin-left: -10%;
	margin-top: -10%;
}

#aa-promo .aa-promo-area .aa-promo-banner:hover:before {
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2);
}

#aa-promo .aa-promo-area .aa-promo-banner img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content {
	position: absolute;
	left: 0;
	top: 80%;
	right: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
	padding: 2%;
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content span {
	background-color: #FFF;
	padding: 5px 10px;
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.5);
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 a {
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.no-padding,
.padding-0 {
	padding: 0 !important;
}

@import url(../icons/font-awesome/css/font-awesome.min.css);

/*==================
  PRODUCT SECTION
====================*/

#aa-product {
	display: inline;
	width: 100%;
}

#aa-product .aa-product-area {
	display: inline;
	float: left;
	width: 100%;
}

#aa-product .aa-product-area .aa-product-inner {
	display: inline;
	float: left;
	width: 100%;
}

#aa-product .aa-product-area .aa-product-inner .aa-product-catg {
	/* float: left; */
}

#aa-product .aa-product-area .aa-product-inner #men {
	text-align: center;
	padding-bottom: 35px;
}

#aa-product .aa-product-area .aa-product-inner #electronics {
	text-align: center;
	padding-bottom: 35px;
}

#aa-product .aa-product-area .aa-product-inner #women {
	text-align: center;
	padding-bottom: 35px;
}

.aa-product-nav {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.aa-product-nav li {
	display: inline-block;
}

.aa-product-nav li a {
	color: #333;
	display: inline-block;
	padding: 8px 15px;
}

.aa-product-content {
	margin-left: -30px;
	margin-top: 20px;
}

.aa-product-content li {
	background-color: #ccc;
	display: block;
	float: left;
	height: 250px;
	margin: 0 0 0 30px;
	width: 22.5%;
	margin-bottom: 20px;
}

.aa-products-tab {
	display: block;
	text-align: center;
	border: none;
	margin-bottom: 20px;
}

.aa-products-tab li {
	border: none;
	float: none;
	display: inline-block;
}

.aa-products-tab li a {
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	margin: 0 6px;
	padding: 10px 12px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.aa-products-tab li a:hover,
.aa-products-tab li a:focus {
	color: #333;
	background-color: inherit;
}

.aa-products-tab li.active a {
	border: none;
	background-color: inherit;
	font-size: 16px;
}

.aa-products-tab li.active a {
	border-bottom: 1px solid #ff6666 !important;
}

.aa-products-tab li.active a:hover,
.aa-products-tab li.active a:focus {
	border: none;
	background-color: inherit;
}

.aa-product-catg {
	/* margin-left: -54px; */
}

.aa-product-catg li {
	display: block;
	float: left;
	height: 380px;
	text-align: left;
	margin: 0 0 20px 20px;
	width: 22.5%;
	position: relative;
	overflow: hidden;
	padding: 10px;
}

.aa-product-catg li:hover figure .aa-product-img {
	background-color: rgba(0, 0, 0, 0.5);
}

.aa-product-catg li:hover figure .aa-add-card-btn {
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.aa-product-catg li:hover .aa-product-hvr-content {
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.aa-product-catg li figure {
	position: relative;
	height: 300px;
}

.aa-product-catg li figure .aa-product-img {
	background-color: #f9f9fb;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.aa-product-catg li figure .aa-add-card-btn {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	padding: 12px 10px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.aa-product-catg li figure .aa-add-card-btn span {
	margin-right: 5px;
}

.aa-product-catg li .aa-product-title {
	color: #333;
	margin-bottom: 5px;
}

.aa-product-catg li .aa-product-title a {
	color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.aa-product-catg li .aa-product-price {
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 16px;
}

.aa-product-catg li .aa-product-price del {
	margin-left: 5px;
}

.aa-product-catg li .aa-product-hvr-content {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.aa-product-catg li .aa-product-hvr-content a {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	margin: 0 5px;
	padding: 5px 10px;
}

.aa-product-catg li .aa-badge {
	position: absolute;
	top: 5%;
	left: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 15px;
}

.aa-product-catg li .aa-sale {
	background-color: #008000;
}

.aa-product-catg li .aa-sold-out {
	background-color: #FF0000;
}

.aa-product-catg li .aa-hot {
	background-color: #ff6600;
}

/* Buttton Style  */

.aa-browse-btn {
	display: inline-block;
	font-size: 16px;
	padding: 12px 18px;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.aa-browse-btn span {
	margin-left: 5px;
}

.aa-browse-btn:hover,
.aa-browse-btn:focus {
	background-color: #fff;
}

.aa-browse-btn {
	background-color: #ff6666;
	border: 1px solid #ff6666;
}

/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {
  .aa-product-catg {
    margin-left: -45px;
  }

  .aa-product-catg li {
    margin: 0 0 20px 45px;
    width: 20.5%;
  }

  .slick-prev {
    left: 93%;
  }
  
}
@media (max-width: 991px) {

  .aa-product-details-content .aa-product-view-slider .simpleLens-big-image-container {
    width: 100%;
  }
  .aa-product-details-content .aa-product-view-slider .simpleLens-big-image-container .simpleLens-lens-image {
    width: 100%;
  }
  .aa-product-catg li {
    margin: 0px 0px 0px 80px;
    width: 40%;
}
  
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle {
    border-radius: 0;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    color: #fff;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .aa-product-details-content .aa-product-view-slider .simpleLens-container {
    width: 100%;
  }

  #aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
    padding: 0 30px;
    text-align: center;
  }
  .aa-product-catg li {
    margin: 0 0 0px 20px;
    width: 46%;
}
}
@media (max-width: 640px) {
  #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    margin-right: 0;
    width: 100%;
  }

  .aa-product-catg {
    margin-left: -20px;
  }

  .aa-product-catg li {
    margin: 0 0 0px 20px;
    width: 46%;
  }

  .slick-prev {
    left: 89%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg {
    margin-left: 0;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
    margin-left: 0px;
    width: 100%;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .aa-product-catg {
    margin-left: 0;
  }

  .aa-product-catg li {
    margin-left: 0;
    width: 100%;
  }

  .slick-prev {
    left: 84%;
  }

  #aa-promo .aa-promo-area {
    margin-top: -20px;
    padding: 0;
  }

  #aa-promo .aa-promo-area .aa-promo-left {
    height: 250px;
    width: 100%;
  }

  #aa-promo .aa-promo-area .aa-promo-right {
    height: auto;
  }

  #aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
    height: 250px;
    width: 100%;
  }
	#aa-promo .aa-promo-area .aa-promo-left .aa-prom-content {
		top: 80% !important;
	}
  #aa-product .aa-product-area {
    margin-top: 20px;
  }

  .aa-products-tab li a {
    margin: 0 4px;
    padding: 6px;
  }
  .recent-post-item {
    margin: 0 0 22px;
}

}
@media (max-width: 360px) {
  #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    padding: 8% 0;
  }

  #aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
    padding: 0 10px;
  }

  #aa-product-details .aa-product-details-area .aa-product-related-item h3 {
    text-align: left;
  }

  #aa-product-details .aa-product-details-area .aa-product-related-item .slick-prev, #aa-product-details .aa-product-details-area .aa-product-related-item .slick-next {
    top: -75px;
  }
}
@media (max-width: 320px) {
  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after,
  #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
    left: 52%;
  }

  #aa-header .aa-header-top .aa-header-top-left .aa-language .btn {
    padding: 6px 1px;
    font-size: 10px;
  }

  #aa-header .aa-header-top .aa-header-top-left .aa-language {
    padding-top: 3px;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form {
    margin-left: 5px;
  }

  #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left label {
    margin-right: 0;
  }

  #aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {   
    padding: 5px 2px;
  }
}
