.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;
}

.credit-steps__content, .credit-steps__btn, .credit-steps__buttons .checkbox {
      display: none
  }

.credit-steps__content.active, .credit-steps__btn.active, .credit-steps__buttons .checkbox.active{
    display: block;
}

.credit-steps__header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 78px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f4f4;
    margin: 10px -15px 20px -15px;
}

.credit-steps__title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #2e302f;
}

.credit-steps__back-button {
    position: absolute;
    left: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 477.175 477.175'%3E%3Cpath d='M145.188 238.575l215.5-215.5c5.3-5.3 5.3-13.8 0-19.1s-13.8-5.3-19.1 0l-225.1 225.1c-5.3 5.3-5.3 13.8 0 19.1l225.1 225c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4c5.3-5.3 5.3-13.8 0-19.1l-215.4-215.5z'/%3E%3C/svg%3E");
    width: 43px;
    height: 38px;
    opacity: .5;
    cursor: pointer;
}

.credit-steps__btn-more{
    background-color: #ffdd2d;
    border-color: #ffdd2d;
    color: #2e302f;
    font-weight: 400;
    text-transform: none;
    margin-right: 10px;
    margin-top: 0;
    font-size: 16px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 13px 40px;
    cursor: pointer;
    border: none;
    transition: all .2s;
}

.credit-steps__btn {
       background-color: #ffdd2d;
    border-color: #ffdd2d;
color: #2e302f;
    font-weight: 400;
    text-transform: none;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 4px;
    padding: 13px 40px;
    cursor: pointer;
    border: none;
    transition: all .2s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.credit-steps__btn-more:hover, .credit-steps__btn:hover {
    background-color: rgba(0,0,0,.6);
    border-color: rgba(0,0,0,.6);
    color: #fff;
}

.credit-steps__buttons .checkbox {
    position: relative;
    padding: 10px 20px 10px 32px;
    cursor: pointer;
    color: #2e302f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0;
    background-color: transparent;
}
.credit-steps__buttons .checkbox::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffdd2d;
    border: 1px solid #c9dd25;
}

.credit-steps__buttons .checkbox.checked::before {
    border-color: transparent;
}

.credit-steps__buttons .checkbox.checked::after {
    position: absolute;
    content: "";
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #000;
}

.credit-steps__buttons {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@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;
  	}
}
.product-view #buyCredit .btn-credit, .cart-block .product-item-view .piv-data-credit {
    display: none!important;
}
.cart {
        position: relative;
}
.cart .credit-steps__btn {
    position: absolute;
    right: 250px;
    bottom: 12px;
}
