#more {display: none;}
.container-bg-1 {
  padding-top: 50px;
  padding-bottom: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* Carousel */
.ow1 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.ow1 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }
.ow1 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
  height: 0; }
.ow1 .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }
.ow1 .owl-wrapper,
.ow1 .owl-item {
  overflow: hidden;
  -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); }
.ow1 .owl-item {
  max-width:150px!important;
  width:150px!important;
  overflow: hidden;
  position: relative;
  min-height: 1px;
  float: left;
  text-align:center;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
.ow1 .owl-item img {
  display: block;
  width: 100%; }
.ow1 .owl-nav.disabled,
.ow1 .owl-dots.disabled {
  display: none; }
.ow1 .owl-nav .owl-prev,
.ow1 .owl-nav .owl-next,
.ow1 .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.ow1 .owl-nav button.owl-prev,
.ow1 .owl-nav button.owl-next,
.ow1 button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }
.ow1.owl-loaded {
  display: block; }
.ow1.owl-loading {
  opacity: 0;
  display: block; }
.ow1.owl-hidden {
  opacity: 0; }
.ow1.owl-refresh .owl-item {
  visibility: hidden; }
.ow1.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.ow1.owl-grab {
  cursor: move;
  cursor: grab; }
.ow1.owl-rtl {
  direction: rtl; }
.ow1.owl-rtl .owl-item {
  float: right; }

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

/*
*  Owl Carousel - Animate Plugin
*/
.ow1 .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }

.ow1 .owl-animated-in {
z-index: 0; }

.ow1 .owl-animated-out {
z-index: 1; }

.ow1 .fadeOut {
animation-name: fadeOut; }

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

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out; }

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.ow1 .owl-item {
/**
    This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
    calculation of the height of the owl-item that breaks page layouts
   */ }
.ow1 .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.ow1 .owl-item .owl-lazy[src^=""], .ow1 .owl-item .owl-lazy:not([src]) {
  max-height: 0; }
.ow1 .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
* 	Owl Carousel - Video Plugin
*/
.ow1 .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }

.ow1 .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }

.ow1 .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.ow1 .owl-video-playing .owl-video-tn,
.ow1 .owl-video-playing .owl-video-play-icon {
display: none; }

.ow1 .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }

.ow1 .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }

/* ---------------------------------------------------------*/
.slider_area:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.slider_area .owl-nav div {
  position: absolute;
  top: 49%;
  transform: translatey(-50%);
  left: 50px;
  font-size: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.slider_area .owl-nav div:hover {
  color: #f3bd82;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_area .owl-nav div {
    left: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_area .owl-nav div {
    left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-nav div {
    left: 5px;
  }
}
.slider_area .owl-nav div.owl-next {
  right: 50px;
  left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_area .owl-nav div.owl-next {
    right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_area .owl-nav div.owl-next {
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-nav div.owl-next {
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-nav div {
    display: none;
  }
}
.slider_area .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
}
.slider_area .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  transition: .3s;
}
.slider_area .owl-dots .owl-dot.active {
  background: #ffffff;
}
.slider_area .owl-dots .owl-dot:hover {
  background: #ffffff;
}

.container-bg-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.container-bg-view {
  padding-top: 90px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
  background: #f1f1f1;
}

.carousel-control-prev {
  margin: auto;
}
.carousel{

    margin-top: 5px;
}
.carousel-item{
    margin: auto;

    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.bs-example{
	margin: 20px;
}
#carouselExampleControls {
    margin: auto;
}

.jumbotron {
  background: #fff;
}
.container-bg-view-shopping-cart {
  padding-top: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:-10px;
}
.div_scroll {
    margin-top:-4px;
    overflow: auto;
    height: 40vh;
    width: 100%;

    border: 1px solid #E8E8E8;

    overflow-y: auto;

}
.container-bg-view-check-out {
  padding-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container-bg-view-installment {
  padding-top: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
div.sticky1 {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0;
}
.footer-bottom {
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #222222;
   color: white;
   text-align: center;
   height: 3rem;
}
.carousel-item{

}

.home-size {

}

.table-item-view {
  margin-top: 10%;
}

.container_itemview {


  padding-bottom: 340px;
  border: 1px solid;


}
.container_itemview2 {
  padding-top: 10px;
  padding-bottom: : 10px;
  margin-left: 5px;
  height:50%;
  border: 1px solid;

}
.category-container{
  text-align: left;
}
.category-container-description{
  margin-top:1%;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid;
  width: 90%;

}

.category-container-description1{
  margin-top:1%;
  text-align: left;
  padding: 10px;


}

.category-container2{
  margin-top:1%;
  background: #bfbfbf;
  border: 1px;

}

.category-item{
  border: 1px solid;
  margin-top:1%;
  border-color: #B2B2B2;
  text-align:left;
  padding: 10px;
}

.category-items{
  border: 1px solid;
    margin-top:1%;
  height:100px;

  padding: 10px;
  border-color: #B2B2B2;
}
.category-items img{
  border: 1px solid #787774;
  border-radius: 4px;
  width: 70px;
  height: 75px;

}
.category-container2 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 500px;
}

.container-bg-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e10717;
  color: #ffffff;
}

.display-product-table{
  padding-top: 10px;
}
.item_view img {
  border: 1px solid;
}
.table img {
  border: 0px solid;
  width: 150px;
  height: 150px;
}

.product_header {

  font-weight: bold;
  color:#8c8c8c;
}

.product_name {
  font-size: 20px;
}

.result-text {
  font-size: 20px;
  margin-left: 15px;
  color:#8c8c8c;
}

.product_price {
  font-size: 20px;
  color:#ff3333;
}
.category-item img{
  border: 1px solid #787774;
  border-radius: 4px;
  width: 70px;
  height: 75px;
}
.product_detail {
  margin-top:0.5%;
  margin-left:20px;
  font-weight: normal;
  color:#8c8c8c;
  font-size: 13px;
}

.table a:link {
  color: #595959;
  background-color: transparent;
  text-decoration: none;
}

.table a:visited {
  color: #595959;
  background-color: transparent;
  text-decoration: none;
}

.table a:hover {
  color: #595959;
  background-color: transparent;
  text-decoration: underline;
}


.col_size {
  width: 200px;
}

.category-container3 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  height: auto;
}

.col_size2 {
  width: 700px;
}

.status-css {
}
.cart_btn {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
