@charset "UTF-8";
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width:auto;
}
input[type="radio"], input[type="checkbox"]{
	vertical-align:middle;
}
.woocommerce-checkout-payment input[name="payment_method"]:checked + label{
	font-weight:bold;
}

.woocommerce-message,
.woocommerce-error{
	border-top-color: #0451a5;
}
.woocommerce-message::before,
.woocommerce-error::before{
	color: #0451a5;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    font-size: 1.25em;
    margin-bottom: 1em;
    padding: 1em;
    text-align: center;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {font-size: 1.3em;
	display: inline-block;
line-height: normal;
background-color: #65beaf;
background-image: url(../images/gf-arrow.png);
background-size: 8px 15px;
	background-position: right 10px top 12px;
	background-repeat: no-repeat;
padding-right: 25px;
}
.cart-totals-container{
	font-size:1.1em;
	text-align:right;
}
.cart-totals-container .value{
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 1.06667em;
    font-weight: 600;
    color: #0451a5;
}
.cart-totals-container + .wc-proceed-to-checkout{
	text-align:right;
}
.button.cart-ctn-shop + .button.cart-sign-in,
.button.cart-ctn-shop + .button.cart-sign-in + .button.cart-check-out{
	margin-left:15px;
}
/*
.page-template-page-orders .woocommerce-message,
.page-template-page-orders .woocommerce-error{
	display: none;
    left: 0;
    line-height: normal;
    margin: auto !important;
    position: fixed;
    right: 0;
    top: 30%;
    width: 150px;
	box-shadow:0 0 5px rgba(0,0,0,.5);
	border: 2px solid #0451a5;
	z-index:9;
	text-shadow: #000 0px 1px 2px;
    background-image: -ms-linear-gradient(top, #075ebd 0%, #0451a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF075EBD', endColorstr='#FF0451A5');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #075ebd), color-stop(100%, #0451a5));
    background-image: -webkit-linear-gradient(top, #075ebd, #0451a5);
    background-image: -moz-linear-gradient(top, #075ebd, #0451a5);
    background-image: -o-linear-gradient(top, #075ebd, #0451a5);
    background-image: linear-gradient(top, #075ebd, #0451a5);
    color: #fff;
	-moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
	
}
*/
.page-template-page-orders ul.woocommerce-message li,
.page-template-page-orders ul.woocommerce-error li{
	margin-bottom:5px;
}
.page-template-page-orders .woocommerce-message::before, 
.page-template-page-orders .woocommerce-error::before{
	color:#ffffff;
}
.page-template-page-orders .woocommerce-message a.woo-message-close,
.page-template-page-orders .woocommerce-error a.woo-message-close{
	color: #177fe6;
    position: absolute;
    right: -15px;
    top: -15px;
}
.page-template-page-orders .button.order-other{
	display: block;
    margin: 0;
    position: relative;
	white-space:normal;
	box-sizing:border-box;
	text-align: center;
}
.order-contents .button, .sidebar-cart .button{
	font-size:1.1em;
}
.sidebar-cart .dub-cart{
	width:49%;
	box-sizing:border-box;
	display:inline-block;
	text-align: center;
}
.order-contents a.policy span.button,
#order-page-ftr span.button.round{
	background-image:none;
	background-color:#65beaf;
}
#order-page-ftr a.policy:hover{
	text-decoration:none;
}
.order-contents a.policy span.button:hover,
#order-page-ftr span.button.round:hover{
	background-color:#65beaf;
}
.sidebar-cart .button + .button{
	margin-left:2%;
}
.cart-totals-container .shipping{
		margin:0 0 5px;
}
table.cart-shipping-table th{
	display:none;
}
table.cart-shipping-table{
	text-align:right;
	float:right;
}

table.cart-shipping-table select{
	width:100%;
}
#cheng-theme .select2-container .select2-choice .select2-arrow b::after{
	content: normal;
}
.select2-container .select2-choice, .select2-search {
        font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #0451a5 !important;
    font-weight: 400 !important;
}
.select2-container .select2-choice:hover, .select2-search:hover{
	text-decoration:none;
}
#cheng-theme .select2-results, #cheng-theme  .select2-results__options{
	background-color:#ffffff;
	margin: 0 0;
	padding: 0px 2px;
	overflow-x: hidden;
	overflow-y: auto;
}
#cheng-theme .select2-container .select2-choice{
	box-sizing:border-box;
}
#cheng-theme .select2-container:focus{
	outline:none
}
#cheng-theme .select2-container-active .select2-choice, 
#cheng-theme .select2-container-active .select2-choices{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#cheng-theme .select2-highlighted, #cheng-theme .select2-results__option--highlighted {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF176CC9', endColorstr='#FF1790FF');
    background-image: -ms-linear-gradient(top, #176cc9, 0%, #1790ff 100%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #176cc9), color-stop(100%, #1790ff));
    background-image: -webkit-linear-gradient(top, #176cc9, #1790ff);
    background-image: -moz-linear-gradient(top, #176cc9, #1790ff);
    background-image: -o-linear-gradient(top, #176cc9, #1790ff);
    background-image: linear-gradient(top, #176cc9, #1790ff);
    text-shadow: #000 0px 1px 2px;
    color: #fff !important;
	border-radius:0;
}
#cheng-theme .select2-results {
    margin: 0;
    padding: 0;
}
#cheng-theme .select2-drop {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow:hidden;
}
#cheng-theme .select2-results .select2-result-label{
	width:100%;
}
#cheng-theme .select2-dropdown-open .select2-choice{
	border: 1px solid #aaa;
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 white inset;
    -moz-box-shadow: 0 1px 0 white inset;
    box-shadow: 0 1px 0 white inset;
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(50%, #eeeeee));
    background: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
    background: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
    background: -o-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
    background: linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.woocommerce-checkout form h3{
	font-size: 1.93333em;
    line-height: 1.03448em;
    padding-bottom: 14px;
    padding-top: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: #e0e0e0 1px solid;
}
#ship-to-different-address label+br{
	display:none;
}
#cheng-theme .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
	float:none;
	clear:none;
	position:relative;
}
#cheng-theme .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label{
	display: inline-block;
    margin-left: 30px;
}
#cheng-theme #ship-to-different-address-checkbox{
	left: 0;
    margin-left: 3px;
    margin-right: 20px;
    margin-top: 3px;
    position: absolute;
    top: 0;
}
#cheng-theme .woocommerce form .form-row .required{
	font-weight:normal;
	color:inherit;
}
#cheng-theme .select2-results__option{
	

    margin: 0;
    cursor: pointer;
	padding: 2px 5px 2px 5px;
    line-height: 1.75em;
        font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    letter-spacing: 0.1em;
    font-weight: 500;
}
#cheng-theme .woocommerce form .form-row.woocommerce-invalid .select2-container, 
#cheng-theme .woocommerce form .form-row.woocommerce-invalid input.input-text, 
#cheng-theme .woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select{
	    border-color: #d9dada;
	width: 100% !important;
}
#cheng-theme .woocommerce form .form-row.woocommerce-invalid label{
	color:inherit;
}
#cheng-theme .woocommerce-checkout .woocommerce-error{
	margin-top:15px !important;
}
.review-item-description p,
.review-item-description.block{
	    font-family: 'Montserrat', sans-serif;
    line-height: 1.6em;
    font-size: .85em;
    letter-spacing: 0.07em;
    font-style: italic;
	color: #636466;
	margin-top: -3px;
	margin-bottom:0;
}
.review-item-description.block{
	display:block;
}
.woocommerce table.shop_table a.remove+.cart-item-indent{
	color:#0451a5;
	margin-left: 28px;
    display: block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name{
	font-size:1em;
}
.woocommerce #payment input#place_order,
.woocommerce #payment input#place_order:hover{
	background-color: transparent;
    margin: 0;
    padding: 0;
    width: auto;
	float:none;
	border:0;
	color:#ffffff;
	    font-family: 'Montserrat', sans-serif;
	line-height:normal;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-transform:uppercase;
    font-size: 1em;
    font-weight: normal;
	text-shadow: 0;
    white-space: noWrap;
	cursor:pointer;
}
.woocommerce-checkout #payment ul.payment_methods{
	border-bottom:none;
}
.woocommerce-checkout #payment{
	background-color:transparent;
}
.woocommerce-checkout #payment div.button{
	background: #a9a9aa url(../images/gf-arrow.png) right 10px top 9px no-repeat;
	background-color:a9a9aa;
	background-position:right 10px top 9px;
	background-image: url(../images/gf-arrow.png);
	background-size:8px 15px;
	padding-right:25px;
}
.woocommerce-checkout #payment div.button:hover{
	background: #0451a5 url(../images/gf-arrow.png) right 10px top 9px no-repeat;
	background-color:#0451a5;
	background-position:right 10px top 9px;
	background-size:8px 15px;
}
.woocommerce-checkout #payment div.form-row{
	padding: 15px 0;
}
.woocommerce-checkout #payment ul.payment_methods{
	padding:0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box,
.shop_table.shop_table_responsive.cart{
	line-height:normal;
}
.widget_shopping_cart_content td.col-1,
.widget_shopping_cart_content th.col-1 {
  box-sizing: border-box;
  width:50%;
  
}
.widget_shopping_cart_content td.col-1{
	color:#0451a5;
}
.widget_shopping_cart_content td,
.widget_shopping_cart_content th{
	box-sizing: border-box;
	width:25%;
	vertical-align:top;
}
.widget_shopping_cart_content table{
	border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
	line-height:normal;
	font-size:.8em;
	margin-bottom:15px;
}
.widget_shopping_cart_content table.cart_list.product_list_widget  th {
    background: #f2f2f3;
    border-right: #dfdfdf 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-weight: normal;
}
.widget_shopping_cart_content table.cart_list.product_list_widget td{
	border-right: #dfdfdf 1px solid;
}
.widget_shopping_cart_content table.cart_list.product_list_widget tr{
	border-bottom: #dfdfdf 1px solid;
}
table.cart_list.product_list_widget a.remove {
    background-color: #a9a9aa;
    border: 0 none;
    border-radius: 100%;
    color: #ffffff !important;
    display: block;
    float: left;
    font-size: 1.25em;
    font-weight: normal;
    height: 1em;
    line-height: 1;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    width: 1em;
    text-shadow: 0 1px 2px rgba(40, 40, 40, 0.5);
}
table.cart_list.product_list_widget td{
	padding:10px;
}
table.cart_list.product_list_widget a.remove:hover {
    background-color: #0451a5;
}
table.cart_list.product_list_widget div.remove-box{
	float:left;
	margin-right:10px;
	max-width:20%;
}
table.cart_list.product_list_widget div.item-box{
	float:left;
	max-width:75%;
}
.widget_shopping_cart_content p.total{
	text-align:right;
}
.widget_shopping_cart_content p.total span.woocommerce-Price-amount.amount{
	font-weight:bold;
	color:#0451a5;
}
.widget_shopping_cart_content p.buttons{
	text-align:right;
}
.show-cart.fixed{
	margin-top:10px;
}
.order-contents .button:hover, 
.sidebar-cart .button:hover{
	background-color: #65beaf;
}
ul#menu-order-pages-sidemenu {
    margin: 0;
	text-transform:uppercase;
	font-size: 12px;
	border-top:1px solid #d9dada;
	border-bottom:1px solid #d9dada;
	padding:8px 0;
}
ul#menu-order-pages-sidemenu li {
    list-style: none;
    background: url(../images/li_tooth.png) no-repeat 0px 2px transparent;
	background-image: url(../images/li_tooth.svg);
	background-size: 12px 12px;
	background-repeat:no-repeat;
	background-position:0px 2px;
    padding-left: 20px;
	line-height:normal;
	margin-top:4px;
}
ul#menu-order-pages-sidemenu li a:hover{
	color:#0451a5;
}

.page-template-page-orders .order-page-section{
	margin-top:40px;
}
label.payment_method_ebizcharge{
	display:none;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
	background-color:transparent;
	border-radius:0;
	padding:0;
}
div.payment_box.payment_method_ebizcharge > fieldset{
	padding-left:0 !important;
}
#add_payment_method #payment div.payment_box:before, 
.woocommerce-cart #payment div.payment_box:before, 
.woocommerce-checkout #payment div.payment_box:before{
	content:normal;
	display:none;
}
.wc_payment_methods.payment_methods.methods input#ccholder, 
.wc_payment_methods.payment_methods.methods input#ccnum{
	width:100%;
	margin-right:0;
	margin-left:0;
}
#add_payment_method #payment div.payment_box input.input-text, 
#add_payment_method #payment div.payment_box textarea, 
.woocommerce-cart #payment div.payment_box input.input-text, 
.woocommerce-cart #payment div.payment_box textarea, 
.woocommerce-checkout #payment div.payment_box input.input-text, 
.woocommerce-checkout #payment div.payment_box textarea{
    border-color: #d9dada;
}
.woocommerce #payment .form-row select#cardtype,
.woocommerce-page #payment .form-row select#cardtype{
	width:100%;
}
.woocommerce #payment .form-row select#expmonth,
.woocommerce-page #payment .form-row select#expmonth{
	width:125px;
	margin-right:15px;
}
.woocommerce #payment .form-row select#expyear,
.woocommerce-page #payment .form-row select#expyear{
	width:125px;
}
.woocommerce-checkout #payment div.payment_box .form-row.expiration{
	margin-top:24px;
}
.woocommerce-checkout #payment ul.payment_methods li input.input-checkbox{
	margin-right:5px;
}


#gform_4 .select2-container .select2-choice .select2-arrow b {

    display: block;
    height: 100%;
    width: 68%;
}
#gform_4  .select2-container .select2-choice .select2-arrow {
    
    width: 36px !important;
}

/*-----------------------ADD NEW PAYMENT METHOD------------------*/
/*-----------------------ADD NEW PAYMENT METHOD------------------*/
/*-----------------------ADD NEW PAYMENT METHOD------------------*/
.woocommerce-MyAccount-content #Add-new-method{
	float:none !important;
	margin: 5px 0 15px;
    padding-right: 25px;
	display:inline-block;
	line-height:normal;
}
.woocommerce-MyAccount-content #add_new_method,
.woocommerce-MyAccount-content #cancel_button1,
.woocommerce .woocommerce-MyAccount-content button.button.wooBtnstyle,
.woocommerce .woocommerce-MyAccount-content input.button.wooBtnstyle,
.woocommerce .woocommerce-ResetPassword input.button.wooBtnstyle,
.woocommerce #customer_login input.button.wooBtnstyle{
	float:none !important;
	margin: 5px 0 15px;
	display:inline-block;
	line-height:normal;
}
.woocommerce-MyAccount-content #add_new_method{
	margin-right:8px;
}
.woocommerce-MyAccount-content #Add-new-method:hover,
.woocommerce-MyAccount-content #add_new_method:hover,
.woocommerce-MyAccount-content #cancel_button1:hover,
.woocommerce .woocommerce-MyAccount-content button.button.wooBtnstyle:hover,
.woocommerce .woocommerce-MyAccount-content input.button.wooBtnstyle:hover,
.woocommerce .woocommerce-ResetPassword input.button.wooBtnstyle:hover,
.woocommerce #customer_login input.button.wooBtnstyle:hover{
	background: #0451a5 url(../images/gf-arrow.png) right 10px top 9px no-repeat;
    background-color: #0451a5 !important;
}
.woocommerce-MyAccount-content #hide-method-bar h3{
	float:none !important;
}
.woocommerce-MyAccount-content p br{
	display:none;
}
.woocommerce-MyAccount-content p .help,
.woocommerce-checkout #payment p .help{
	font-size: .8em;
    color: #777;
    font-weight: 400;
	display:block;
	line-height:normal;
	margin-top:5px;
	
}
.woocommerce-checkout #payment p .help.inline{
	display:inline;
}
.woocommerce-MyAccount-content #cvv,
.woocommerce-checkout #payment #cvv{
	width:100px !important;
}
.woocommerce-MyAccount-content label{
	margin-bottom:3px;
}
header.title.cc-method p{
	display:inline;
}
header.title.cc-method p.block{
	display:block;
	margin-bottom:5px;
}
header.title.cc-method{
	margin-bottom:25px;
}
header.title.cc-method h5{
	margin-bottom:10px;
}
form.inline-form{
	display:inline;
}
#ebizcharge-stored-info{
	padding:0 !important;
}
#ebizcharge-stored-info select{
	margin-top:10px;
	width: 250px;
	margin-bottom:10px;
}
.woocommerce-MyAccount-content address{
	line-height:normal;
	margin-bottom:15px;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 5px 0 0;
}
ul.woocommerce-thankyou-order-details.order_details{
	padding-left:0;
}
.woocommerce-MyAccount-content table .button{
	padding-top:4px;
	padding-bottom:4px;
}
mark{
	background-color:transparent !important;
	color:#0451a5;
	font-weight:bold;
}
.order-detail-top{
	margin-top:20px;
}
tr.tracking td.order-actions:before{
	display:none;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0,0,0,.04);
}
@media only screen and (max-width: 1400px){
	table.cart_list.product_list_widget div.remove-box{
		margin-right:10px;
		width:100%;
		max-width:100%;
		margin-bottom:5px;
	}
	table.cart_list.product_list_widget div.item-box{
		width:100%;
		max-width:100%;
	}
}
@media only screen and (max-width: 1112px){
	table.cart_list.product_list_widget div.remove-box{
		margin-right:10px;
		max-width:20%;
		width:auto;
	}
	table.cart_list.product_list_widget div.item-box{
		max-width:75%;
	}
	
}
@media only screen and (max-width: 1012px){
	ul#menu-order-pages-sidemenu{
		display:none;
	}
	.sidebar-cart{
		border-bottom: #e0e0e0 1px solid;
	}
}
@media only screen and (max-width: 768px){
	.woocommerce table.shop_table_responsive tr td.product-remove::before, 
	.woocommerce-page table.shop_table_responsive tr td.product-remove::before{
		content:'';
	}
	.woocommerce table.shop_table_responsive tr td.no-description, 
	.woocommerce-page table.shop_table_responsive tr td.no-description{
		display:none;
	}
	.woocommerce table.shop_table_responsive tr:not(:first-child), 
	.woocommerce-page table.shop_table_responsive tr:not(:first-child){
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.woocommerce table.shop_table td:not(:first-child){
		border-top: 1px solid rgba(0, 0, 0, 0.05)
	}
	.woocommerce table.shop_table td:first-child{
		border-top:none;
	}
	table.shop_table.woocommerce-checkout-review-order-table td,
	table.shop_table.woocommerce-checkout-review-order-table td:first-child,
	table.shop_table.woocommerce-checkout-review-order-table td:not(:first-child),
	table.shop_table.woocommerce-checkout-review-order-table tfoot th{
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td.product-total{
		vertical-align:top;
	}
	.woocommerce-cart .woocommerce table.shop_table td.product-description {
		    font-family: 'Montserrat', sans-serif;
		line-height: normal;
		font-size: 1em;
		letter-spacing: normal;
		font-style: normal;
		margin-bottom:0;
	
	}
	.payment_box.payment_method_woocommerce_gateway_purchase_order .form-row.form-row-first{
		width:100%;
		margin:0;
		padding:0;
	}
	.payment_box.payment_method_woocommerce_gateway_purchase_order .form-row.form-row-first input{
		width:100%;
		margin:0;
	}
	ul.woocommerce-thankyou-order-details.order_details li{
		float:none;
		border-right:none;
		margin-bottom:5px;
	}
	.woocommerce table.shop_table.order_details tr:not(:first-child), 
	.woocommerce-page table.shop_table.order_details tr:not(:first-child),
	.woocommerce table.shop_table.order_details td:not(:first-child),
	.woocommerce table.shop_table.order_details td:first-child,
	table.shop_table.order_details td,
	table.shop_table.order_details td:first-child,
	table.shop_table.order_details td:not(:first-child),
	table.shop_table.order_details tfoot th,
	
	.woocommerce table.shop_table.customer_details tr:not(:first-child), 
	.woocommerce-page table.shop_table.customer_details tr:not(:first-child),
	.woocommerce table.shop_table.customer_details td:not(:first-child),
	.woocommerce table.shop_table.customer_details td:first-child,
	table.shop_table.customer_details td,
	table.shop_table.customer_details td:first-child,
	table.shop_table.customer_details td:not(:first-child),
	table.shop_table.customer_details tfoot th{
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		vertical-align:top;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text#coupon_code{
		margin-right:0;
	}
	
	
}

@media only screen and (max-width:400px){
.woocommerce table.shop_table.woocommerce-checkout-review-order-table select.shipping_method{
	max-width:150px;
}
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

	
.woocommerce-checkout #payment div.button{
	background-color:#65beaf;
}
.woocommerce-checkout #payment div.button:hover{
	background-color:#65beaf;
}
.order-contents .button, .sidebar-cart .button{
	background-color:#65beaf;
}
}
