/* CSS Document */

.single-shop-the-video .cSide {display:none;}
.single-shop-the-video .cArticle {max-width:100%;}

.shop_item .series_img {margin-bottom:8px;}

.shop_item .series_img img {width:auto !important; height:173px; overflow:hidden; margin:0 auto;}
.shopcollage .shop_item .series_img img {
height: auto !important;
overflow: hidden;
margin: 0 auto;
display: block;
}

.shop_item h3 {
	font-family: Montserrat, sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 19px;
	text-align: center;
}
.shop_item h3 a {
	text-decoration: none;
}
.shop_item h3 span b {
	border-bottom:1px solid #000;
	font-weight: normal;
	margin-bottom:8px;
	display: inline-block;
}

/***************** Owl Carousel **************/

.owl-nav.disabled {display:none;}

 .owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }

 .owl-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      top: 69px !important;
	 text-indent: -9999px;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      background: url(../png/nav-icon.png) no-repeat scroll 0 0;
      left: -33px;
  }
  .owl-carousel .next-slide{
      background: url(../png/nav-icon.png) no-repeat scroll -24px 0px;
      right: -33px;
  }
  .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }

/***************** Shop Grid Shortcode **************/

h3.shopgridtitle {
font-size: 1.5em;
border-bottom: 1px solid #000;
display: table;
padding-bottom: 8px;
margin: 0 auto;
}
p.shopgridsubtitle {
    text-align: center;
    padding:1em 0 2em;
}
.shopgrid {
	display: box;
	display: flex;
	box-align: center;
	align-items: center;
	box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
}
.shopgrid a {
	text-decoration: none !important;
}
.shopgrid_item {
	flex-grow: 0;
 	width: 20%;
  	height: 400px;
}
.shopgrid.laycol5 .shopgrid_item {
 	width: 20%;
}
.shopgrid.laycol4 .shopgrid_item {
 	width: 25%;
}
.shopgrid.laycol3 .shopgrid_item {
 	width: 33%;
}
.shopgrid_item .item_img {height:300px;text-align: center;}
.shopgrid_item .item_img a {
object-fit: contain;
object-position: center;
}
.shopgrid_item .item_img img {    
    object-fit: contain;
    object-position: center;
    height: 100%;
	margin: 0;
}
.shopgrid_item h3 {
	font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
	text-align: center;
}
.shopgrid_item h3 span {
	border-bottom:1px solid #000;
}
@media only screen and (max-width: 680px) {
.shopgrid {
	display: block;
	padding: 2em 1em 0;
}
.shopgrid.laycol5 .shopgrid_item {
		width:100%;
	padding-bottom:1em;
}
.shopgrid_item {
 	width: 100%;
  	height: auto;
	text-align:center;
}
.shopgrid_item .item_img {height:auto;padding:0 0 1em;}
}

/***************** Buttons *****************/

a.shopnowbuttonsingle {
font-family: Montserrat, sans-serif;
color:#fff !important;
background-color:#000;
font-weight:400;
font-size:16px;
text-transform:uppercase;
padding:2px 12px;
border:1px solid #000;
display:table;
margin:0 auto 20px;
text-decoration:none !important;
}
a.shopnowbuttonsingle:hover {
background-color:#fff;
color:#000 !important;
font-weight:600 !important;
}


/***************** Video Embed Class *****************/

.shopvideo{
  width: 60%;
  margin: 20px auto 20px auto;
}

@media only screen and (max-width: 680px) {
  .shopvideo{
    width: 98%;
  }
}