/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
 @import url('owl.theme.css');
.container-carousel { margin-top:22px; width:100%; }

.container-carousel .arrows { width:73px; margin:0 auto; position:relative; }

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width:auto;
	-ms-touch-action: pan-y;
  text-align: center;
}
#owl-demo2{ width:100%; margin:0 auto}
.manufacturers-view-main #owl-demo2{ width:92%;}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width:100%;
	margin:0 auto;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item {
	float: left; 
  margin: 0 0px 0 0;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-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);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*Next Prev*/

.owl-buttons div,
.customNavigation a {
	color: #2b3547;
	display: block;
	font-size: 19px;
	margin: 0;
	position: absolute;
	top:0px;
	cursor: pointer;
	width:30px; margin:0 auto;
	
}
.owl-buttons div.owl-prev,
.customNavigation a.prev {
	left:0px;
	top:25%;
	display:block;
	width: auto;
	height: auto; z-index: 99999;
}
.owl-buttons div.owl-next,
.customNavigation a.next {
	right:-8px;
	top:25%;
	display:block;
	width: auto;
	height: auto;
}
.popular-brands .owl-buttons div.owl-next{
  right: -24px;
  top: 2px;
}
.popular-brands .owl-buttons div.owl-prev{
  left: -15px;
  top: 5px;
}
.popular-brands .container-carousel{
  margin-top: 27px;
}
/*Content*/

.container-carousel .item { width:90%; margin:10px; padding:0px; overflow:hidden }

.container-carousel .item { width:100%; margin:0 auto;}

.container-carousel .item .company { margin:0 auto; }

.container-carousel .item .company .thumbnail { width:100%; background:none; border:0; margin-bottom: 0 }

.container-carousel .item .company .thumbnail img { height:auto; border:#e5e5e5 0px solid; }

.container-carousel .item .company .content {padding: 15px; width:100%; clear:both; }

.category-products .container-carousel .item .company .content {
  padding: 10px 0 0;
}
.container-carousel .item .company .content h3 { font-size:16px; font-weight:normal; color:#6a6f79; }

.container-carousel .item .company .content p { line-height:20px;  }

.container-carousel .item .company .content p a.btn-primary { background: none repeat scroll 0 0 #FFF; font-family:NS_med, Arial, Helvetica, sans-serif  !important; margin-top:5px; }

.container-carousel .item .company .content p a.btn { background: none repeat scroll 0 0 #FFF; border-radius: 2px 2px 2px 2px; box-shadow: 0 2px 0 #eaeaea; color:#6a6f79; cursor: pointer; display: inline-block; font-size: 13px; margin-bottom: 0;  padding:6px 16px; text-align: center; vertical-align: middle; }

.container-carousel .item .company .content p a.btn:hover { color:#ebc229; }


.container-carousel .item .homecategory { width:100%; margin:0 auto; text-align:center; }

.container-carousel .item .homecategory .thumbnail {  /*background:#ccc;*/ border:0; border-radius:0; padding:0; width:50%; float:left; margin-right:2%; margin-bottom:0}

.container-carousel .item .homecategory .thumbnail img { max-width:100%; height:auto;/* border:#e5e5e5 1px solid;*/ }

.container-carousel .item .homecategory .content { width:46%; /*clear:both;*/ padding-top:0px; padding-left:6px; float:left }

.container-carousel .item .homecategory .content h3 { /*font-family:NS_med, Arial, Helvetica, sans-serif; */font-size:32px; font-weight:normal; color:#6a6f79; line-height:24px; }

.container-carousel .item .homecategory .content h3 a { color:#6a6f79; }

.container-carousel .item .homecategory .content h3 a:hover { color:#ebc229; }

.container-carousel .item .homecategory .content p { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#a6a6a6; line-height:20px; padding:7px 0; }

.container-carousel .item .homecategory .content p a.btn-primary { background: none repeat scroll 0 0 #FFF; font-family:NS_med, Arial, Helvetica, sans-serif  !important; margin-top:5px; }

.container-carousel .item .homecategory .content p a.btn { background: none repeat scroll 0 0 #FFF; border-radius: 2px 2px 2px 2px; box-shadow: 0 2px 0 #eaeaea; color:#6a6f79; cursor: pointer; display: inline-block; font-size: 13px; margin-bottom: 0;  padding:6px 16px; text-align: center; vertical-align: middle; }

.container-carousel .item .homecategory .content p a.btn:hover { color:#ebc229; }
.cms-index-index #owl-demo1  h3 { float:none; width:100%; text-align:left; font-size:28px}
.cms-index-index #owl-demo1  h3 a{font-size:22px}
.cms-index-index #owl-demo1 .owl-item{ padding:0}
.cms-index-index #owl-demo1 .owl-item:nth-child(odd) {
    border-right: 0px solid #c3c3c3;
}
.cms-index-index #owl-demo1  .btn-cart{ 
  width:auto; 
  background:#5bd999;
}
.owl-carousel h3 {
    color: #010101;
    float: right;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.owl-carousel h3 a{
    font-size: 14px;
    font-weight: 300;
}
.container-carousel {
    margin-top: 0;
}
.cms-index-index .container-carousel {
    border-bottom: 0px solid #e8e8e8;
    margin-bottom: 0px;
}
.product-price-carousel{
    float: left; 
    font-size:18px;
    font-weight: bold;
    color: #fcb040; 
    width: 100%;
    padding: 0;
}
.product-price-carousel .price-box {
    font-size: 14px;
    font-weight: 400;
}
#owl-demo2 .old-price{ display:none}
.owl-carousel .price-box span {
    font-size: 17px;
    font-weight: 400;
    padding: 0px;
    margin: 0;
}
#owl-demo2  .cart-btn{ display:none}
h2.head-carousel {
    color: #3f3f3f;
    font-size: 14px;
    margin: 0 0 33px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.6px;
    font-weight: bold;
}

/*for firefox*/
@-moz-document url-prefix() {
  h2.head-carousel{
     font-size: 14px;
  }
}
.popular-brands h2.head-carousel span{
    background: #F9FAFC;
}
.head-carousel i{
    color: #fa692f;
    font-size: 20px;
    text-shadow: none;
}
.popular-brands h2.head-carousel{
  margin-bottom: 23px;
}
h2.head-carousel:after {
    content: "";
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
/*Manufacturer Page*/
.category-products h2.head-carousel{
    padding-bottom: 39px;
    margin: 16px 0 0;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
}
.category-products h2.head-carousel:after{
    top: 0;
}
.category-products .container-carousel{
    border-bottom: 0;
    margin-bottom: 12px;
}
.popular-brands h2.head-carousel:after{
  border-bottom:1px solid #e4e4e5;
  z-index: 1;
  top: 0;
}
h2.head-carousel span {
    background-color: #fff;
    padding: 0px 36px;
    z-index: 2;
    position: relative;
    letter-spacing: 1px;
}
.owl-carousel .price-box .price {
    font-size: 14px !important;
    color: #fa692f !important;
}
/*--------images-more-views------*/
  #images-more-views{ width: 94%; margin: 25px 0 0px 20px;}
  #images-more-views .owl-prev,  #images-more-views .owl-next{ position: absolute; top: 25px; font-size: 20px !important}
  #images-more-views .owl-prev{left: 0px;}
  #images-more-views .owl-next{ right:-14px}
@media (max-width:1024px){
.owl-carousel h3{
    width: 100%;
    text-align: left;
  }
}
@media (max-width:991px){
  .popular-brands h2.hidden-sm{
    display: block !important;
  }
  h2.head-carousel{
    margin-bottom: 30px;
  }
}
@media (max-width:800px){
  .owl-carousel h3{width: 100%; text-align: left;}
  .owl-carousel h3 a{ font-size:14px;} 
}

@media (max-width:671px){
	.owl-theme .owl-controls .owl-buttons div, .owl-theme .owl-controls .owl-buttons div{font-size: 28px;}
	.owl-carousel h3{width: 100%; text-align: left;}
  .owl-carousel h3 a{ font-size:14px;} 
	.container-carousel .item .company .thumbnail{ margin-bottom:0}
	.owl-buttons div.owl-prev, .customNavigation a.prev{ left:0px}
	.owl-buttons div.owl-next, .customNavigation a.next{ right:0px}
  #images-more-views .owl-item{ width:120px !important;}
  .owl-carousel .price-box span{ padding: 0}
  #images-more-views{
        margin: 25px 0 10px 20px;
  }
}
/*--------images-more-views------*/
@media (max-width:500px){
  #images-more-views {margin: 30px 30px  10px;width: 82%;}
  #images-more-views .owl-prev{ left: -24px;}
  #images-more-views .owl-next{ right: -42px}
  #images-more-views .owl-prev, #images-more-views .owl-next{ font-size: 37px !important; top: 16px;}
  #images-more-views .item{ text-align: center;}
}