#clsShopPage ul.products{
	text-align: center;
	font-size: 0px;
	margin: 80px 0 30px 0;
}


li.clsProductItem {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    font-size: 20px;
    margin: 0 10px 50px 10px;
    clear: none;
    text-align: center;
    color: #131313;
}
li.clsProductItem img{
	text-align: center;
	display: block;
	margin: 0 auto;
}
#clsShopPage .woocommerce-ordering, #clsShopPage .woocommerce-result-count{
	display: none;
}
li.clsProductItem .clsProductImage {
    padding: 40px 0;
    border: 1px solid #e0e0e0;
    position: relative;
}

li.clsProductItem .clsProductImage:hover .clsShopNowBtn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block !important;
    content: "";
    border: 3px solid #17b3e4;
    color: #FFF;
    right: 0px;
}
.clsShopNowBtn a{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;

}
.clsShopNowBtn a span, .clsShopNowBtn a:hover span{
	background: #17b3e4;
	height: 48px;
	font-size: 20px;
	text-align: center;
	display: block;
	vertical-align: bottom;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #FFF;
	line-height: 47px;
	font-family: gothambold;
	text-transform: uppercase;
}

li.clsProductItem h3 a {
    line-height: 27px;
    font-size: 21px;
    color: #131313;
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0 15px;
    font-family: gothambook;
    font-weight: normal;
}
li.clsProductItem .price span{
	line-height: 27px;
    font-size: 21px;
    color: #131313;
    margin: 0px 0 15px;
    font-family: gothambold;
}

.related ul.products{
	text-align: center;
	font-size: 0px;
	margin: 30px 0 80px 0;
}

.related h2{
	line-height: 27px;
    font-size: 25px;
    color: #131313;
    margin: 0px 0 15px;
    font-family: gothambold;
    font-weight: normal;
}
.related ul.products li.clsProductItem{
	width: 22%;
    margin: 0 10px 50px 10px;
}

.related ul.products li.clsProductItem h3 a {
  line-height: 20px;
  font-size: 17px;
  margin: 25px 0 8px;
}
.related ul.products li.clsProductItem .price span {
  line-height: 20px;
  font-size: 17px;
}
.related ul.products li.clsProductItem:nth-child(2){
	/*margin: 0 40px;*/
}
section.related{
	display: block;
	clear: none;
	width: 100%;
	float: left;
}

#clsProductMain {
    margin: 80px 0 60px 0;
}
.woocommerce-product-gallery__image a{
	border: 1px solid #e0e0e0;
	display: block;	
	margin-bottom: 30px;
}
#clsProductMain h1{
	font-family: gothambook;
	font-size: 42px;
	line-height: 45px;
	margin: 0px;
	padding: 0 0 20px 0;
	font-weight: normal;
}
#clsProductMain .cart{
	display: block;
	clear: both;
}
#clsProductMain .summary  p.price{
	float: left;
	width: 50%;
}
#clsProductMain .summary p.stock {
    float: right;
    width: 50%;
    text-align: right;
    color: #89c753;
    font-size: 16px;
    font-family: gothambold;
    text-transform: uppercase;
}

#clsProductMain .price span{
	line-height: 27px;
    font-size: 24px;
    color: #131313;
    margin: 0px 0 15px;
    font-family: gothambold;
}
#clsProductMain form{
	padding: 30px 0 0 0;
}
#clsProductMain .quantity .qty {
    width: 100%;
    text-align: left;
    height: 60px;
    padding: 0 0 0 20px;
}
#clsProductMain .quantity {
    width: 20%;
}
#clsProductMain form.cart .button {
    vertical-align: middle;
    float: right;
    background: #17b3e4;
    height: 60px;
    border-radius: 0px;
    border: 0px;
    width: 70%;
    font-size: 20px;
    font-family: gothambold;
    text-transform: uppercase;
    font-weight: normal;
}
#clsProductMain h2{
	font-size: 18px;
    line-height: 28px;
    font-family: gothambold;
    text-transform: uppercase;
    font-weight: normal;
    margin: 30px 0 20px 0;
    float: left;
    width: 100%;
}
.summary p {
    font-size: 18px;
    line-height: 28px;
    font-family: gothambook;
    margin-bottom: 15px;
    color: #131313;
}
.product_meta{
	margin: 30px 0 0 0;
}
.product_meta > span{
	display: block;
	clear: both;
	width: 100%;
	font-size: 15px;
	font-family: gothambook;
	color: #131313;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.product_meta > span a{
	font-size: 15px;
	font-family: gothambook;
	color: #131313;
	text-transform: uppercase;
}

.product_meta > span a:hover{
	font-size: 15px;
	font-family: gothambook;
	color: #17b3e4;
	text-transform: uppercase;
}
#clsShopInnerPage {
    padding: 50px 0;
}
#clsShopInnerPage .woocommerce form .form-row select, #clsShopInnerPage .woocommerce form .form-row .input-text, #clsShopInnerPage .woocommerce-page form .form-row .input-text {
    font-size: 12px !important;
    min-height: 40px !important;
    padding: 0 10px !important;
    border: 1px solid #777;
}
#clsShopInnerPage .woocommerce form .form-row textarea {
    font-size: 12px !important;
    min-height: 100px !important;
    padding: 10px !important;
    border: 1px solid #777;
}
#clsShopInnerPage .select2-container--default .select2-selection--single {
    border: 1px solid #777;
    border-radius: 0px;
    height: 40px;
}
#clsShopInnerPage .select2-container--default .select2-selection--single span {
    line-height: 38px;
    top: 7px;
}
#clsShopInnerPage .checkout button, #clsShopInnerPage .cart button, #clsShopInnerPage .checkout-button {
    clear: both;
    width: auto;
    height: 52px;
    text-align: center;
    color: #FFF !important;
    font-family: gothambold !important;
    font-size: 15px !important;
    line-height: 36px !important;
    background: #000 !important;
    margin: 0 auto 0px auto !important;
    padding: 0 30px !important;
    border-radius: 0px !important;
    text-transform: uppercase;
}
#clsShopInnerPage .checkout-button{
    line-height: 50px !important;
    padding: 0px !important;
    width: 100%;
}
#coupon_code {
    height: 52px;
    width: 150px !important;
    padding: 10px;
}
#clsShopInnerPage .checkout button:hover, #clsShopInnerPage .cart button:hover, #clsShopInnerPage .checkout-button:hover {
	background: #17b3e4 !important;
}
.woocommerce nav.woocommerce-pagination {
  margin: 0 0 70px 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    padding: 10px 15px;
    color: #000 !important;
}
#clsShopDetailPage .clsContainer {
  padding: 0 15px;
}
.related .clsShopNowBtn a span, .related .clsShopNowBtn a:hover span {
  font-size: 15px;
}
.woocommerce div.product div.images img {
  padding: 30px 20px;
}
@media (max-width:1095px){
    li.clsProductItem {
        width: 31%;
        margin: 0 5px 50px 5px;
    }
    li.clsProductItem h3 a {
      line-height: 20px;
      font-size: 17px;
      margin: 25px 0 8px;
    }
    li.clsProductItem .price span {
      line-height: 20px;
      font-size: 17px;
    }
}
@media (max-width: 767px){
    li.clsProductItem {
      width: 47%;
    }
    li.clsProductItem .clsProductImage {
        padding: 40px 20px;
    }
    .related ul.products li.clsProductItem {
      width: 46%;
      margin: 0 10px 50px 10px;
    }
}
@media (max-width: 599px){
    li.clsProductItem {
      width: 90%;
      margin: 0 15px 50px 15px;
    }
    .related ul.products li.clsProductItem {
      width: 90%;
      margin: 0 15px 50px 15px;
    }
}