.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    background-color: #f7f7f7;
    border: 0;
    padding: 14px;
}
form.checkout_coupon.woocommerce-form-coupon {
    margin-top: 0;
}
input#coupon_code {
    width: calc(100% - 164px);
    height: 50px;
    float: left;
    margin-right: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
button.button[name=apply_coupon]
{
    background: #FBA331;
    overflow: hidden;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.button[name=apply_coupon]:hover
{
    background: black;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.woocommerce-terms-and-conditions-wrapper {
    clear: both;
    float: left;
    width: 100%;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order
{
    float: none;
    margin: 0 auto;
    margin-top: 40px;
    background: #FBA331;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover
{
	background: black;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.woocommerce form .form-row label {
    line-height: 3;
}

span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce form .form-row select {
    padding: 13px;
    line-height: normal;
    background-color: #f7f7f7;
    border: 0;
}

.cart-inner {
    background: white;
    padding: 40px 40px 40px 40px;
    margin-top: 30px;
    box-shadow: 3px 2px 11px -4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 3px 2px 11px -4px rgb(0 0 0 / 25%);
    -moz-box-shadow: 3px 2px 11px -4px rgb(0 0 0 / 25%);
}

.order_review_inner {
    margin: 50px 0 0px 0;
}

.woocommerce-additional-fields {
    margin-top: 50px;
}
.woocommerce-billing-fields {
    margin-top: 30px;
}

li.woocommerce-MyAccount-navigation-link {
    border-bottom: 2px solid #dbdbdb;
}
li.woocommerce-MyAccount-navigation-link:first-child,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard + li.woocommerce-MyAccount-navigation-link {
    border-top: 2px solid #dbdbdb;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    display: none !important;
}
li.woocommerce-MyAccount-navigation-link a {
    padding: 12px 20px;
    display: block;
    font-weight: bold;
	color: black;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
li.woocommerce-MyAccount-navigation-link:nth-child(odd) a
{
    background: #eceeef;
}
li.woocommerce-MyAccount-navigation-link:nth-child(even) a
{
    background: #e6e6e6;
}
li.woocommerce-MyAccount-navigation-link a:hover,
li.woocommerce-MyAccount-navigation-link.is-active a
{
    background: #e6e6e6;
    color: #F9A330;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.profile-page-content > .woocommerce {
    margin-top: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 250px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    overflow: hidden;
    margin-left: 50px;
    border-top: 2px solid #F9A330;
    padding-top: 30px;
    width: calc(100% - 300px);
}
#main .woocommerce div:not(.woocommerce-MyAccount) a {
    color: black;
    border-bottom: 1px dotted black;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#main .woocommerce div:not(.woocommerce-MyAccount) a:hover {
    color: #F9A330;
    border-bottom: 1px dotted #F9A330;
	text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
ul.tabs a {
    border-bottom: 0 !important;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce a.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt
{
    text-align: center;
    border-bottom: 0 !important;
    border-radius: 0;
	
    background: #F9A330 !important;
	color: white !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover
{
    background: #e1e1e1 !important;
    color: black !important;
	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.woocommerce .woocommerce-customer-details address {
    border-radius: 0px;
    line-height: 1.6em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before
{
    line-height: 1.6;
}
.woocommerce .mark,
.woocommerce mark
{
    padding: 0;
    font-weight: bolder;
    background: transparent;
}
section.woocommerce-order-details {
    margin-top: 30px;
}
header.modal-header {
    padding: 0;
    border-bottom: 0;
}
footer.modal-footer {
    padding: 0;
    margin-bottom: 60px;
    border-top: 0;
}
.woocommerce a.close {
    border-bottom: 0 !important;
}
.wcs_early_renew_modal_totals_table {
    overflow: hidden;
    height: auto;
}

header.modal-header h2 {
    margin-top: 0;
}
.subscription_details a.button.cancel {
    margin-top: 17px;
    margin-bottom: 4px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    opacity: 1 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding-top: 20px;
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel p:last-child {
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-bottom: 20px;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    background: white;
    padding: 20px;
    box-shadow: 3px 2px 11px -4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 3px 2px 11px -4px rgb(0 0 0 / 25%);
    -moz-box-shadow: 3px 2px 11px -4px rgb(0 0 0 / 25%);
}
.woocommerce .quantity .qty {
    height: 36px;
}
.summary.entry-summary {
    margin-top: 2em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: black;
    font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after
{
    display: none;
}

body.single-product div#maincenter h2.page-heading.large-title,
body.woocommerce div#maincenter h2.page-heading.large-title
{
    font-size: 54px;
}
body.single-product div#maincenter h2.page-heading,
body.woocommerce div#maincenter h2.page-heading
{
    font-size: 30px;
    margin: 0 0 2px;
}
body.single-product div#maincenter h2.page-heading span,
body.woocommerce div#maincenter h2.page-heading span
{
    color: #FBA431;
}
body.single-product div#maincenter h2 + .woocommerce,
body.woocommerce .page-heading + .woocommerce
{
	margin-top: 40px;
}
.woocommerce-Address {
    width: calc(50% - 12px) !important;
    max-width: none;
    border: 1px solid rgba(0,0,0,.1);
    padding: 8px 12px;
}
.woocommerce-Address address {
	margin-bottom: 20px;
}
.woocommerce-Address address:last-child {
	margin-bottom: 0px;
}
.u-columns.woocommerce-Addresses {
    margin-top: 30px;
}
body.woocommerce li.product a,
body.woocommerce li.product a h2
{
    color: black;
    font-weight: bolder;
}
.woocommerce ul.products li.product .price {
    color: #f9a330;
}
form.woocommerce-ordering select {
    border: 0;
    padding: 8px 12px;
    background: black;
    color: white;
    cursor: pointer;
}
form.woocommerce-ordering select option:hover {
    color: #f9a330;
    cursor: pointer;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 20px 20px;
    width: calc(25% - 15px);
    margin-left: 0;
}
li.product:nth-child(4n) {
    margin-right: 0 !important;
}
body.woocommerce ul.products {
    padding-top: 30px;
}


body:not(.woocommerce-checkout).woocommerce-account .woocommerce-message {
    background-color: #eceeef;
    border-top: 0;
    position: relative;
    margin-top: -30px;
}

.woocommerce input.qty {
    width: 36px !important;
    text-align: center !important;
    padding: 0 0 0 12px !important;
    border: 1px solid #dcdcdc;
    color: #c5c5c5;
    line-height: 36px;
}
body.woocommerce-checkout a.button.wc-forward {
    display: none !important;
}
@media (max-width: 1380px)
{
	.woocommerce-Address {
		width: 100% !important;
		max-width: none;
		border: 1px solid rgba(0,0,0,.1);
		padding: 8px 12px;
		margin-bottom: 20px;
	}
	.woocommerce-Address:last-child {
		margin-bottom: 0px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: calc(100%/3 - 15px);
	}
	li.product:nth-child(3n) {
		margin-right: 20px !important;
	}
	li.product:nth-child(3n) {
		margin-right: 0 !important;
	}
}
@media (max-width: 991.98px)
{
	body.single-product div#maincenter h2.page-heading.large-title,
	body.woocommerce div#maincenter h2.page-heading.large-title
	{
		font-size: 32px;
	}
	body.single-product div#maincenter h2 + .woocommerce
	{
		margin-top: 30px;
	}
}
@media all and (max-width: 880px)
{
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: auto;
		float: none;
		margin-bottom: 50px;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		overflow: hidden;
		margin-left: 0px;
		border-top: 2px solid #F9A330;
		padding-top: 30px;
		width: auto;
	}
	li.woocommerce-MyAccount-navigation-link a
	{
		text-align: center;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering,
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count
	{
		float: none;
	}
}
@media all and (max-width: 680px)
{
	input#coupon_code {
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
		float: none;
	}
	.cart-inner {
		padding: 20px 20px 20px 20px;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: calc(100%/2 - 15px);
	}
	li.product:nth-child(2n)
	{
		margin-right: 0px !important;
	}
	li.product:nth-child(3n)
	{
		margin-right: 20px !important;
	}
	li.product:nth-child(4n)
	{
		margin-right: 20px !important;
	}
}
@media all and (max-width: 575px)
{
	body.single-product div#maincenter h2.page-heading.large-title,
	body.woocommerce div#maincenter h2.page-heading.large-title
	{
		font-size: 24px;
	}
	body.single-product div#maincenter h2 + .woocommerce
	{
		margin-top: 20px;
	}
}
@media all and (max-width: 420px)
{
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	li.product:nth-child(2n),
	li.product:nth-child(3n),
	li.product:nth-child(4n) {
		width: 100% !important;
		margin: 30px 0px 80px 0px !important;
		float: none !important;
	}
}


