.account-page .co-button, .account-page .picker-button{
	font-size: 15px;
}
@media (min-width: 991px){
  .product-gallery .product-gallery-view>* {
      height: 600px;
  }
}
footer .subscribe input[type=email]:focus::placeholder{opacity:0.3}

.cart-block .cart-actions .btn.credit {display: none}
/*.cart-block .cart-actions .btn.btn-credit {display: none}*/

.cart-block .cart-actions .btn.btn-credit {
    background-color: #ffdd2d;
    border-color: #ffdd2d;
    color: #2e302f;
    font-weight: 400;
    text-transform: none;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 4px;
}
@media (max-width: 992px){
	.header_top_wrap .header_top .header_wishlist {
    	display: block;
    	margin-right: 10px;
  	}
	.header_top_wrap .header_top .header_watchfinder {
  		margin-right: 10px;
  	}
}
@media (max-width: 375px){
	.header_top_wrap .header_top .header_logo {
		left: 125px;
  	}
}
