
.woocommerce table.shop_table td {
 	padding: 15px 12px;
    font-size: 17px;
}
.nt-theme-content table.table {
    margin-bottom: 40px;
    font-weight: 600;
    font-family: Quicksand,sans-serif;
}
#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 {
    font-size: 1.6rem;
    font-weight: 600;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    margin: 0px 5px 0 0;
    border-radius: 3px;
    width: 140px;
    text-align: center;
    height: 43px;
    border-color: #d9d9d9;
    display: block;
    background-clip: padding-box;
    border: 2px solid #e5e5e5;
    line-height: 1;
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding: 15px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
}


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
   margin: 0px 5px 0 0;
    border-radius: 3px;

    height: 54px;
    border-color: #d9d9d9;
    display: block;
    background-clip: padding-box;
    border: 2px solid #e5e5e5;
    line-height: 1.2;
    font-size: 1.6rem;
    padding: 10px 30px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
	background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #5d5d5d;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,.woocommerce .quantity .qty {

    height: 54px;
    display: block;
    background-clip: padding-box;
    border: 2px solid #e5e5e5;
   height: 54px;
    display: block;
    background-clip: padding-box;
    line-height: 1.2;
    font-size: 1.6rem;
    padding: 10px 20px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    background-color: #ffffff;
    border-color: #d9d9d9;
    color: #5d5d5d;
}

form .textfield::-webkit-input-placeholder,.woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder {
    color: #969696;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.select2-container--default .select2-selection--single {
    background-color: #f2f2f2;
    border: 2px solid #ededed;
    border-radius: 33px;
    height: 54px;
    font-weight: 400;
    padding: 6px 15px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 13px;
    right: 15px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #969696;
    line-height: 34px;
}

input#coupon_code {
    padding: 0 25px 5px;
}
.nt-shop-page .nt-theme-inner-container .term-description{
    display: none;
}
