/**
* Theme Name: Partdo Child
* Description: This is a child theme of Partdo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: partdo
* Version: 1.3.6
*/

.site-header .search-form-wrapper .search-form input:focus, .site-header .search-form-wrapper .search-form input:active {
  border-color: #5bb855;
  -webkit-box-shadow: 0 0 0 1px #5bb855;
          box-shadow: 0 0 0 1px #5bb855;
}
.site-header .search-form-wrapper .search-form input:focus + .btn, .site-header .search-form-wrapper .search-form input:active + .btn {
  color: #5bb855;
}

a.checkout-button{
	color: #fff !important;
	background-color: #5bb855 !important;
    border-color: #5bb855;
}


a.checkout-button:hover {
    color: #fff !important;
    background-color: #6dde66 !important;
    border-color: #6dde66;
}