.cms-index-index .page-main{max-width: 100%;padding: 0;}
.homeslider-wrap .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /*height: 100%;
    object-fit: cover;*/
}
.homeslider-wrap .slide-content-wrap {
    /*height: 500px;*/
}
.homeslider-wrap .slide-content-wrap img{
	width: 100%;
	/*height: 100%;
	object-fit: cover;*/
}
.homeslider-wrap .slide-content-wrap .carousel-caption {
	background: rgba(0,0,0,0.3);
	position: absolute; 
	top: 50%; 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%); 
	z-index: 10; 
	padding: 20px; 
	color: #fff; 
	text-align: center; 
	text-shadow: none; 
	right: 10%; 
	left: auto;
	border-radius: 4px; 
	width: 100%;
    max-width: 400px;
}
.homeslider-wrap .slide-content-wrap .carousel-caption h3{
	font-size: 30px; 
	color: #fff; 
	text-transform: uppercase; 
	font-weight: 600;
	margin-bottom: 10px; 
}
.homeslider-wrap .slide-content-wrap .carousel-caption p{
	font-size: 16px; 
	color: #fff; 
	font-weight: 400; 
	margin-bottom: 20px; 
}
.homeslider-wrap .shopNow-btn a {
	text-decoration: none; 
	color: #fff; 
	box-shadow: none; 
	text-transform: capitalize; 
	font-size: 14px; }
.homeslider-wrap .shopNow-btn a:hover{
	color: #fff;
	text-decoration: none;
}
.homeslider-wrap #owl-demo .item img{
	display: block; 
	width: 100%; 
	height: auto; 
}
.homeslider-wrap .owl-dots {
	display: none; 
}
.homeslider-wrap .owl-carousel .owl-nav button.owl-next,
.homeslider-wrap .owl-carousel .owl-nav button.owl-prev{
	background: rgba(255,255,255,0.5); 
	width: 50px; 
	height: 50px; 
	border-radius: 0; 
	margin: 0; 
	text-align: center; 
	line-height: 58px; 
}
.homeslider-wrap .owl-carousel .owl-nav button.owl-next i,
.homeslider-wrap .owl-carousel .owl-nav button.owl-prev i {
	font-size: 18px; 
	font-weight: 500; 
	color: #000; }
.homeslider-wrap .owl-carousel .owl-nav button.owl-next i{
	margin-right: -10px;}
.homeslider-wrap .owl-carousel .owl-nav button.owl-prev i{
	margin-left: -10px;}
.homeslider-wrap .owl-carousel .owl-nav button.owl-next {
	position: absolute; 
	top: 50%; 
	right: 0; 
	left: auto; 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%); 
}
.homeslider-wrap .owl-carousel .owl-nav button.owl-prev {
	position: absolute; 
	top: 50%; 
	right: auto; 
	left: 0; 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%); 
}
.homeslider-wrap .owl-theme .owl-nav {
	margin-top: 0px; 
}

/*New Banner Css*/

.homeslider-wrap .slide-content-wrap .carousel-caption{
    background: transparent !important;
    right: auto !important;
    left: 5% !important;
    text-align: left !important;
    padding: 0;
    max-width: 335px !important;
}
.homeslider-wrap .slide-content-wrap .carousel-caption h3{
    font-size: 40px !important;
    color: #000 !important;
}
.homeslider-wrap .slide-content-wrap .carousel-caption p{
    font-size: 20px !important;
    color: #000 !important;
}
.shopNow-btn{
    background-color: #000 !important;
    border-color: #000 !important;
    text-transform: uppercase !important;
    transition: all ease 0.5s;
    color: #fff !important;
}
.shopNow-btn:hover{
    background-color: #4a535c !important;
    border-color: #4a535c !important;
    color: #fff !important;
}
.owl-top-narrow .owl-item .item {
    padding: 0 !important;
}
.owl-top-narrow {
    margin: 0 !important;
}
@media(max-width:1024px){
    .homeslider-wrap .slide-content-wrap .carousel-caption{
        max-width: 30% !important;
    }
    .homeslider-wrap .slide-content-wrap .carousel-caption h3{
        font-size: 30px !important;
    }
    .homeslider-wrap .slide-content-wrap .carousel-caption p{
        font-size: 16px !important;
    }
}
@media(max-width:767px){
    .homeslider-wrap .slide-content-wrap .carousel-caption{
        top: 40% !important;
        max-width:80% !important;
    }
    
}
@media(max-width:580px){
    .owl-top-narrow{
        margin: 0 !important;
    }
    
    .homeslider-wrap .slide-content-wrap .carousel-caption{
        z-index: 3 !important;
    }
    .homeslider-wrap .slide-content-wrap .carousel-caption h3{
        font-size: 20px !important;
        color: #fff !important;
    }
    .homeslider-wrap .slide-content-wrap .carousel-caption p{
        color: #fff !important;
    }
    .owl-carousel .owl-stage-outer {
        height: 220px !important;
    }
    .homeslider-wrap .owl-carousel .owl-item img {
        height: 220px !important;
        object-fit: cover;
        opacity: .8;
    }
    .homeslider-wrap .slide-content-wrap .carousel-caption{
        top: 40% !important;
        max-width:95% !important;
        left: 40%;
        text-align: center !important;
    }
    #home-banner{
        position: relative;
    }
    
    #home-banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,1);
    }
}/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /*-webkit-backface-visibility: hidden;*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Smartwave/porto_child/en_US/Mangoit_Banner/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #08c;
    font-size: 17px;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    opacity: .9;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #08c;
}
.owl-dots {
    margin-top: 30px;
}
.sidebar .products .owl-dots {
    margin: 0;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
    padding-top: 10px;
}