#af-form-718479366 .buttonContainer input.submit, 
#af-form-402374034 .buttonContainer input.submit,
#af-form-1445129676 .buttonContainer input.submit {
	background-color: #ff7f50 !important;
	color: #ffffff !important;
	border-radius: 100px !important;
}

#af-form-718479366 .buttonContainer input.submit:hover,
#af-form-402374034 .buttonContainer input.submit:hover,
#af-form-1445129676 .buttonContainer input.submit:hover {
	background-color: #ffffff !important;
	color: #ff7f50 !important;
	opacity: 1 !important;
}

.site-footer .site-footer #af-form-718479366 .af-body input.text, .site-footer #af-form-718479366 .af-body textarea {
	font-size: 14px !important;
}

.woocommerce-form-login__rememberme {
	margin-right: 15px;
}

.woocommerce .woocommerce-message .button {
	font-family: "Open Sans" !important;
  text-transform: none !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: initial !important;
  padding: .618em 1em !important;
  line-height: 1 !important;
}

.woocommerce-checkout .col2-set .col-1 {
    width: 100%;
    float: none;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-checkout .col2-set .col-2 {
    display: none;
}

.payment_method_paypal label {
	display: inline;
}

h1.main-heading {
    position: absolute;
   top: -9999px;
   left: -9999px;
}

.news-section .comments-div .comment-list {
    list-style: none;
    padding-left: 0;
}

.news-section .comments-div .comment-list .comment {
    margin-bottom: 30px;
}

.news-section .comments-div .comment-list .comment .avatar {
    margin-right: 5px;
}

.news-section .comments-div .comment-list .comment .comment-author {
    margin-bottom: 10px;
}

.news-section .comments-div .required-field-message {
    display: block;
    font-size: 12px;
}

.news-section .comments-div .comment-form label {
    display: block;
}

.news-section .comments-div .comment-form textarea, .news-section .comments-div .comment-form input[type="text"], .news-section .comments-div .comment-form input[type="pasword"], .news-section .comments-div .comment-form input[type="email"], .news-section .comments-div .comment-form input[type="number"] {
    width: 100%;
    
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    border-radius: 0;
    height: auto;
    padding: 15px;
    font-size: inherit;
    background-clip: initial;
}

.news-section .comments-div .comment-form textarea:focus, .news-section .comments-div .comment-form input[type="text"]:focus, .news-section .comments-div .comment-form input[type="pasword"]:focus, .news-section .comments-div .comment-form input[type="email"]:focus, .news-section .comments-div .comment-form input[type="number"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25);
}

.news-section .comments-div .comment-form .comment-form-cookies-consent label {
    display: inline-block;
}

.news-section .comments-div .comment-form input.submit {
	color: #ffffff !important;
	border-radius: 100px !important;
	padding: 0.6rem 1.5rem !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: teal !important;
    border: none;
    cursor: pointer;
}

.news-section .comments-div .comment-form input.submit:hover {
	background-color: #ff7f50 !important;
	opacity: 1 !important;
}