textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #cecece;
    outline: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
}

/*******************************
GENERAL
*******************************/
.woocommerce p{
    font-size: 14px;
}

.woocommerce mark{
    font-weight: 700;
    background-color: transparent;
}

.woocommerce-page #content{
    max-width: 100%;
    width: 100%;
}

.woocommerce.single-product #slogan h1{
    font-weight: 700;
    letter-spacing: -1px;
}

.woocommerce-page .woocommerce-message {
    background-image: url(../images/woocommerce-images/woo-message.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}

.woocommerce .woocommerce-message:before{
    display: none;
}

.woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #FBC16D;
    background-color: #fff7ec;
    color: #c54a00;
    line-height: 39px;
    font-size: 17px;
    padding-left: 80px !important;
    clear: both;
}

.woocommerce-page .woocommerce-message a.button {
    font-size: 13px !important;
    text-align: center;
    padding: 5px 10px;
    background: #e37a1c !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    line-height: 29px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    -webkit-box-shadow: 0 3px 0 #cd6b02;
    -moz-box-shadow: 0 3px 0 #cd6b02;
    box-shadow: 0 3px 0 #cd6b02;
    text-shadow: none !important;
}

.woocommerce button.button, .woocommerce .cart input.button {
    background-color: #e89222;
    background-image: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    line-height: 18px;
    position: relative;
    -webkit-box-shadow: 0 2px 0 #cd6b02;
    -moz-box-shadow: 0 2px 0 #cd6b02;
    box-shadow: 0 2px 0 #cd6b02;
    text-shadow: none;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif;
}

.woocommerce button.button:hover,
.woocommerce .cart input.button:hover,
.woocommerce .checkout-button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce-cart .modal-cart .modal-body button:hover{
    background-color: #e37a1c;
    background-image: none;
    -webkit-box-shadow: 0 2px 0 #cd6b02;
    -moz-box-shadow: 0 2px 0 #cd6b02;
    box-shadow: 0 2px 0 #cd6b02;
    text-shadow: none;
}

.woocommerce-page .woocommerce-error {
    list-style-type: none;
    padding: 10px 15px 10px 60px;
    border-radius: 3px;
    background-color: #fff0f0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    border: 1px solid #ff7474;
    margin-bottom: 15px;
    /*min-height: 60px;*/
    vertical-align: middle;
    background-image: url(../images/woocommerce-images/woocommerce-message-error.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    line-height: 22px;
}

.woocommerce .woocommerce-error:before{
    display: none;
}

.edit-address-form .form-row .error, .woocommerce-checkout .form-row .error{
    display: none;
    font-size: 12px;
    line-height: normal;
    color: #E60711;
    position: absolute;
    left: 15px;
    top: 100%;
    right: 15px;
}

.woocommerce .modal-cart .modal-content .modal-header .close-button {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}


.woocommerce .modal-cart .modal-content .modal-header .close-button a {
    float: none;
    opacity: 1;
    font-size: 0;
    top: 2px;
    left: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
    padding: 14px 10px;
    border: 1px solid #CFCFCF;
}

.woocommerce form .form-row input.input-text#billing_address_2{
    margin-top: -2px;
}

.woocommerce form .form-row input.input-text::-webkit-input-placeholder { line-height: 15px; }
.woocommerce form .form-row input.input-text::-moz-placeholder { line-height: 15px; } /* firefox 19+ */
.woocommerce form .form-row input.input-text:-ms-input-placeholder { line-height: 15px; } /* ie */
.woocommerce form .form-row input.input-text:-moz-placeholder { line-height: 15px; }

.select2-display-none{
    padding: 8px 10px;
    border: 1px solid #CFCFCF;
}

.select2-search input{
    margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce-account.woocommerce-edit-address form p.yith-field-required input{
    border: 1px solid #E60711;
}

.woocommerce table.my_account_orders .button{
    background-color: #e89222;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.pp_woocommerce .ywsbs-button.button{
    background-color: #e89222;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.pp_woocommerce .ywsbs-button.button:hover{
    background-color: #e37a1c;
}





/******************************
CART
******************************/
.woocommerce-cart form{
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding-right: 40px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
    width: 30%;
    float: left;
    box-sizing: border-box;
    border: 5px solid #f6f4f4;
    padding: 15px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
    float: none;
}


.woocommerce .cart input[name="update_cart"]{
    display: none;
}
.woocommerce table.cart th {
    vertical-align: middle;
    background: none;
    border: none;
    text-align: left;
    font-size: 17px;
    color: #8b8c8c;
    font-weight: 400;
}

.woocommerce table.cart th.product-price,.woocommerce table.cart td.product-price{
    text-align: right;
}

.woocommerce table.cart td.product-name a,.woocommerce table.cart td span {
    color: #8b8c8c;
    font-size: 17px;
    font-weight: 700;
}

.woocommerce table.shop_table{
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.woocommerce table.cart tr:last-of-type,.woocommerce-cart table.cart tr:last-of-type td{
    border: none;
}

.woocommerce table.cart a.remove {
    width: 13px;
    height: 13px;
    background: url('../images/woocommerce-images/remove_dark.png') left top no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce table.cart a.remove:hover {
    background: url('../images/woocommerce-images/remove_dark.png') left bottom no-repeat;
}

.woocommerce table.cart .product-quantity,.woocommerce table.cart .product-subtotal{
    display: none;
}

/*.woocommerce table.cart .coupon:before {*/
    /*content: 'Hai un coupon? Inserisci qui';*/
    /*display: block;*/
    /*text-align: left;*/
    /*font-family: "Calibri",Lucida Grande;*/
    /*font-size: 17px;*/
    /*font-weight: 700;*/
    /*color: #8b8c8c;*/
    /*margin: 20px 0;*/
    /*text-transform: uppercase;*/
/*}*/

.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1;
}

.woocommerce table.cart td.actions div.coupon .input-text {
    width: auto!important;
    border-radius: 3px;
    font-size: 12px;
    padding: 12px;
    line-height: normal;
    box-shadow: none;
}


.woocommerce .cart input.button{
    min-width: 200px;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
}

.woocommerce .cart input.button.apply_coupon {
    padding: 10px;
}

.woocommerce table.cart h2 {
    color: #4d4b4b;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child th {
    color: #4d4b4b;
}

.woocommerce table .cart-collaterals .cart_totals tr.cart-subtotal td span.amount {
    float: right;
    font-size: 12px;
}


.woocommerce-cart .cart-collaterals h2{
    margin-top: 0;
    color: #4d4b4b;
}

.woocommerce-cart .cart-collaterals table th{
    background: none;
}

.woocommerce-cart .cart-collaterals table tr,td,th,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th{
    border: none;
    text-align: left;
}

.woocommerce-cart .empty-cart-button{
    background-color: #919191;
    -webkit-box-shadow: 0 2px 0 #666565;
    -moz-box-shadow: 0 2px 0 #666565;
    box-shadow: 0 2px 0 #666565;
    width: 100px;
    background-image: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 0 #666565;
    -moz-box-shadow: 0 2px 0 #666565;
    box-shadow: 0 2px 0 #666565;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    float: left;
}

.woocommerce .empty-cart-button:hover{
    background-color: #6d6d6d;
    text-decoration: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
body.woocommerce-cart .modal-cart .modal-body button{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-color: #e89222;
    background-image: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    line-height: 18px;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 0 #cd6b02;
    -moz-box-shadow: 0 2px 0 #cd6b02;
    box-shadow: 0 2px 0 #cd6b02;
    text-shadow: none;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif;
}

.woocommerce .cart-collaterals .payment_cards{
    text-align: center;
}

.woocommerce .cart-collaterals .payment_cards img{
    margin-right: 5px;
}

.woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
    float: right;
}
/******************************
 EMPTY CART
******************************/

.woocommerce-cart p.cart-empty:before {
    display: block;
    content: '';
    width: 200px;
    height: 200px;
    background-image: url('../images/woocommerce-images/empty-cart.png');
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.woocommerce-cart p.cart-empty{
    text-align: center;
}

.woocommerce-cart p.return-to-shop{
    text-align: center;
}

.woocommerce-cart p.return-to-shop a{
    background-color: #e89222;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    line-height: 18px;
    padding: 12px 25px;
    position: relative;
    -webkit-box-shadow: 0 2px 0 #cd6b02;
    -moz-box-shadow: 0 2px 0 #cd6b02;
    box-shadow: 0 2px 0 #cd6b02;
    text-shadow: none;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}


body.woocommerce-cart .modal-cart .modal-header {
    border-bottom: 0;
    position: relative;
    top: 0;
    right: 0;
    padding: 5px 0;
}

body.woocommerce-cart main.main .modal-cart .modal-body .section-box {
    border-radius: 5px;
    padding: 40px 25px;
    margin-bottom: 20px;
    cursor: pointer;
}

body.woocommerce-cart .modal-cart .modal-body .section-box.new {
    background: #ededed url(../images/woocommerce-images/new-customer.png) no-repeat right bottom;
}
body.woocommerce-cart .modal-cart .modal-body .section-box {
    border-radius: 5px;
    padding: 40px 25px;
    margin-bottom: 20px;
    cursor: pointer;
}


body.woocommerce-cart .modal-cart .modal-body .section-box label {
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    float: none;
}


body.woocommerce-cart .modal-cart .modal-body .section-box label input {
    margin: 0 20px 0 0;
}

body.woocommerce-cart .modal-cart .modal-body button {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
    width: auto;
    cursor: pointer;
}

body.woocommerce-cart .modal-cart .modal-body .section-box .benefit-register ul{
    margin-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0;
}

body.woocommerce-cart .modal-cart .modal-body .section-box .benefit-register ul li {
    position: relative;
    padding-left: 15px;
    list-style-type: none;
}

body.woocommerce-cart .modal-cart .modal-body .section-box .benefit-register ul li:before {
    position: absolute;
    content: '-';
    left: 0;
}

body.woocommerce-cart .modal-cart .modal-body .section-box.returning {
    background: #ededed url(../images/woocommerce-images/returning-customer.png) no-repeat right bottom;
}


body.woocommerce-cart .modal-cart .modal-body .section-box .benefit-register {
    font-size: 13px;
    line-height: 23px;
    padding: 15px 35px 0;
}


body.woocommerce-cart main.main .modal-cart .modal-body .section-box .benefit-register ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0;
}

body.woocommerce-cart .modal-cart .modal-body form.login {
    float: none;
    width: 100%;
    margin: 0;
    padding: 28px 33px 0 33px;
    border: none;
}

body.woocommerce-cart .modal-cart .modal-body form.login > p{
    width: 100%;
    float: none;
}

body.woocommerce-cart .modal-cart .modal-body form.login label {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

body.woocommerce-cart .modal-cart .modal-body form.login label .required {
    border-bottom: none;
    color: #E60711;
    font-size: 16px;
    line-height: 0;
}

body.woocommerce-cart .modal-cart .modal-body form.login input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    height: 50px;
}

body.woocommerce-cart .modal-cart .modal-body form.login .lost_password {
    text-align: right;
}





/******************************
    CHECKOUT
******************************/

.woocommerce form .form-row .required{
    font-size: 9px;
    top: -5px;
    position: relative;
}

.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields h3{
    color: #e37a1c;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 15px;
}

.woocommerce-checkout h4{
    margin-left: 15px;
}

.woocommerce-checkout h3#order_review_heading{
    padding-left: 12px;
}

.woocommerce form .form-row{
    position: relative;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    width: 50%;
}


.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .select2-choice{
    border: 1px solid #CFCFCF;
    padding: 10px;
    border-radius: 0;
}

.woocommerce-checkout form .form-row input.input-text{
    height: 40px;
}

.woocommerce-checkout .select2-dropdown-open .select2-choice{
    border-bottom: none;
}

.woocommerce-checkout form .select2-choice{
    padding: 6px 10px;
    clear: both;
}

.woocommerce-checkout form .form-row{
    margin-bottom: 25px;
}

.woocommerce-checkout .select2-search input{
    height: 32px!important;
}

.woocommerce form .form-row label{
    font-size: 13px;
}

.woocommerce form .form-row label[for=billing_country]{
    display: block;
    width: 100%;
}

.woocommerce-checkout p.create-account,
.woocommerce-checkout div.create-account p,
.woocommerce-checkout .checkout-info-msg{
    padding-left: 15px;
}

.woocommerce-checkout .checkout-info-msg{
    clear: both;
}

.woocommerce-checkout .form-row.place-order,
.woocommerce-checkout .form-row.terms{
    float: none;
    width: 100%;
}

.woocommerce-checkout label[for=createaccount]{
    min-width: 150px;
}

.woocommerce-checkout div.create-account label{
    width: 100%;
}

.woocommerce-checkout #customer_details{
    width: 55%;
    float: left;
    margin: 0 -15px;
}

.woocommerce-checkout #customer_details .col-1{
    width: 100%;
}

.woocommerce-checkout .order-review{
    float: right;
    width: 45%;
    box-sizing: border-box;
    /*padding-left: 30px;*/
}

.woocommerce form .form-row .label-content{
    border: 8px solid #f2f2f2;
    padding: 15px;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th{
    background: none;
    border: none;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td{
    border: none;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .order-total td{
    text-align: right;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.order-total{
    background-color: #f2f2f2;
}


.woocommerce-checkout div#payment ul.payment_methods li {
    position: relative;
    margin-bottom: 10px;
}

body.woocommerce-checkout div#payment ul.payment_methods li>label {
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    float: none;
}

body.woocommerce-checkout div#payment ul.payment_methods li input[type=radio] {
    display: none;
}

body.woocommerce-checkout div#payment ul.payment_methods li input[type=radio]:checked+span{
    background-position: center top;
}

body.woocommerce-checkout div#payment ul.payment_methods li input[type=radio]+span{
    height: 15px;
    width: 15px;
    display: inline-block;
    background: url(../images/woocommerce-images/radio-button.png) no-repeat center bottom;
    position: absolute;
    top: 20px;
    margin-top: -7px;
    left: 0;
}

body.woocommerce-checkout div#payment ul.payment_methods li>label .payment_method_name {
    display: block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: 700;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    padding: 0;
}


.woocommerce-checkout div#payment ul.payment_methods li>label .payment_method_name span,
body.woocommerce-checkout div#payment ul.payment_methods nav.woocommerce-pagination ul.page-numbers li>label .payment_method_name a,
nav.woocommerce-pagination ul.page-numbers body.woocommerce-checkout div#payment ul.payment_methods li>label .payment_method_name a {
    margin-bottom: 0;
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.woocommerce-checkout div#payment ul.payment_methods li>label .payment_method_name span{
    font-size: 11px;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img{
    margin-left: 0;
}

.woocommerce-checkout #payment ul.payment_methods li .about_paypal{
    display: none;
}

.woocommerce-checkout input#terms{
    float: left;
}

.woocommerce-checkout label[for=terms]{
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    float: left;
    display: inline-block;
    clear: none;
    width: auto;
}

#add_payment_method #payment, .woocommerce-checkout #payment{
    background: none;
}

.woocommerce-checkout div#payment .terms input[type=checkbox] {
    display: none;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before{
    display: none;
}

.woocommerce-checkout div#payment .terms input[type=checkbox]+i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/woocommerce-images/checkbox-button.png) no-repeat center bottom;
    float: left;
    margin-right: 15px;
}

body.woocommerce-checkout div#payment .terms input[type=checkbox]:checked+i {
    background-position: center top;
    border: none;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last{
    margin-bottom: 25px;
}

.woocommerce-checkout .payment_box.payment_method_yith-stripe > p{
    display: none;
}

.woocommerce-checkout .payment_box.payment_method_yith-stripe .form-row label{
    width: 100%;
    font-size: 12px;
}

.woocommerce-checkout .payment_box.payment_method_yith-stripe .form-row-wide{
    clear: none;
}

.woocommerce-checkout .payment_method_yith-stripe .payment_box #yith-stripe-cc-form p.form-row#billing_address_2_field{
    padding-top: 28px;
}

.woocommerce-checkout #payment ul.payment_methods li .payment_box fieldset#yith-stripe-cc-form{
    display: block;
    min-width: 0;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods li .payment_box fieldset#yith-stripe-cc-form > p{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 25px;
    clear: none;
}

.woocommerce-checkout #payment ul.payment_methods li .payment_box fieldset#yith-stripe-cc-form .validate-postcode{
    clear: both;
}

.woocommerce-checkout #add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{
    background-color: transparent;
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea{
    font-size: 12px;
    color: #393939;
}

.woocommerce-checkout .select2-display-none{
    border: 1px solid #CFCFCF;
    border-top: none;
}

.woocommerce-checkout hr{
    width: 100%;
    border: 1px solid #f2f2f2;
    margin: 20px 0;
}

.woocommerce-checkout .order-review-content{
    border: 8px solid #f2f2f2;
    padding: 15px;
}

.woocommerce-checkout .woocommerce #payment ul.payment_methods li a.cvv2-help{
    font-size: 7px;
}

.woocommerce-checkout form .form-row#billing_address_1_field{
    clear: left;
}

.woocommerce-checkout form .form-row#billing_address_2_field{
    clear: right;
    margin-top: 28px;
}




/**********************
TOOLTIPS
**********************/
.tooltip.in{
    opacity: 1 !important;
}
.tooltip.top, .tooltip.bottom {
    margin-top: 20px;
    left: 15px !important;
    right: 15px !important;
    padding: 0 !important;
    transition: all 0.6s ease;
    position: absolute;
}
.tooltip.top .tooltip-arrow, .tooltip.bottom .tooltip-arrow {
    left: 12px !important;
    bottom: -8px !important;
    margin-left: 0;
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.tooltip.top .tooltip-inner, .tooltip.bottom .tooltip-inner  {
    max-width: none !important;
    padding: 12px;
    font-size: 11px;
    font-weight: normal;
    background: #333333;
    border-radius: 0px;
    text-align: left;
}
.tooltip.top:after, .tooltip.bottom:after {
    content: '';
    display: block;
    clear: both;
}


.tooltip.bottom {
    margin-top: 10px;
}
.tooltip.bottom .tooltip-arrow {
    height: 8px;
    left: 12px !important;
    bottom: 100% !important;
    margin-left: 0;
    margin-top: -16px !important;
    border: none !important;
    border-bottom: 8px solid #333 !important;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
}

input + .tooltip.in.top {
    margin-top: -10px;
}




/******************************
 LOOP - GENERAL
******************************/
.woocommerce-page.archive #slogan h1{
    font-weight: 700;
}

.woocommerce-page.archive .shop-sidebar{
    width: 25%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
}

.woocommerce-page.archive .main-container #container{
    width: 75%;
    float: right;
    padding: 0 15px;
    box-sizing: border-box;
}

.woocommerce-page.archive .woocommerce-ordering{
    float: left;
}

.woocommerce-page.archive .woocommerce-ordering select,
.woocommerce-page.archive .woocommerce-ordering select {
    display: none !important;
}

.woocommerce-page.archive .woocommerce-ordering .sbHolder a.sbToggle {
    display: none;
}

ul.sbOptions {
    display: block !important;
    position: relative !important;
    padding-top: 0 !important;
    padding-left: 0;
    margin: 0 10px 25px 0;
}

ul.sbOptions li:first-child {
    border-left: none;
}
ul.sbOptions li {
    display: inline-block !important;
}

ul.sbOptions li:first-child:before {
    content: "Ordina per";
    display: inline-block;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #dad9d9;
    border-right: 1px solid #dad9d9;
    border-top: 1px solid #dad9d9;
    border-bottom: 1px solid #dad9d9;
    font-size: 13px !important;
    padding: 6px 12px !important;
    margin-left: -4px;
    font-weight: bolder;
    color: #727271;
}

.woocommerce-page.archive .woocommerce-ordering a{
    border-top: 1px solid #dad9d9;
    border-bottom: 1px solid #dad9d9;
    border-right: 1px solid #dad9d9;
}

.woocommerce-page.archive .woocommerce-ordering li:last-of-type a{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.woocommerce-page.archive.ordered-by-date a[rel="date"],
.woocommerce-page.archive.ordered-by-title a[rel="title"] {
    font-weight: 700;
    color: #c17836;
}
ul.sbOptions a {
    font-size: 13px !important;
    padding: 6px 12px !important;
    display: inline-block !important;
    color: #727271;
}

.woocommerce-ordering .sbHolder a.sbSelector {
    display: none;
}

.woocommerce-page.archive .view-switcher {
    float: left;
    margin: 0;
    text-transform: uppercase;
    border: 1px solid #dad9d9;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.woocommerce-page.archive .view-switcher a {
    display: inline-block;
    background: url('../images/woocommerce-images/sprite.png') no-repeat -81px -69px;
    padding: 6px 13px;
    text-indent: 100%;
    white-space: nowrap;
}

.woocommerce-page.archive .view-switcher a#grid_view:hover,
.woocommerce-page.archive .view-switcher a#grid_view.active {
    background-position: -84px -62px;
}

.woocommerce-page.archive .view-switcher a#list_view:hover,
.woocommerce-page.archive .view-switcher a#list_view.active {
    background-position: -115px -62px;
}

.woocommerce-page.archive .view-switcher a#grid_view {
    width: 16px;
    background-position: -84px -30px;
    border-right: 1px solid #dad9d9;
}

.woocommerce-page.archive .view-switcher a#list_view {
    width: 16px;
    background-position: -115px -30px;
}

.woocommerce-page.archive ul.products li.product a img {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
}

.woocommerce-page.archive ul.products li.product h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 20px;
    color: #cc6600;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding-top: 0;
    text-transform: none;
}

.woocommerce-page.archive .product-metas {
    margin-bottom: 10px;
}

.woocommerce-page.archive .product-metas p{
    padding: 0;
    color: #656464;
    font-size: 11px;
    line-height: 17px;
}

/******************************
 LOOP - GRID VIEW
******************************/
.woocommerce-page.archive ul.products li.product.grid_view {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

.woocommerce-page.archive ul.products li.product.grid_view a {
    font-size: 12px;
    line-height: 18px;
}


.woocommerce-page.archive ul.products li.product.grid_view .product-thumb,
.woocommerce-page.archive ul.products li.product.grid_view .product-description{
    padding: 0 15px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.woocommerce-page.archive ul.products li.product a {
    text-decoration: none;
    color: #656464;
    font-size: 13px;
    line-height: 20px;
}

.woocommerce-page.archive ul.products li.product.grid_view h3 {
    font-size: 14px;
}

.woocommerce-page.archive ul.products li.product.grid_view .product-metas p:first-child {
    display: none;
}

.woocommerce-page.archive ul.products li.product.grid_view .product-side a.button {
    margin-bottom: 10px;
    background-color: #9a9a9a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 0 #767676;
    -moz-box-shadow: 0 3px 0 #767676;
    box-shadow: 0 2px 0 #767676;
    border: 0;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(126, 126, 126, 0.75);
    font-size: 9px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 5px 10px 3px;
    background-image: url(../images/woocommerce-images/ico-detail-page.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 32px;
    background-size: 12px;
    margin-left: 15px;
}

.woocommerce-page.archive ul.products li.product.grid_view .product-side a.button.add_to_cart_button,
.woocommerce-page.archive ul.products li.product.grid_view .product-side a.button.ajax_add_to_cart{
    background-color: #e89222;
    -webkit-box-shadow: 0 3px 0 #cd6b02;
    -moz-box-shadow: 0 3px 0 #cd6b02;
    box-shadow: 0 2px 0 #cd6b02;
    background-image: url(../images/woocommerce-images/ico-add-to-cart.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px;
    text-shadow: 1px 1px 2px rgba(194, 122, 29, 0.75);
}

.woocommerce-page.archive ul.products li.product.grid_view .product-side a.button.add_to_cart_button:hover,
.woocommerce-page.archive ul.products li.product.grid_view .product-side a.button.ajax_add_to_cart:hover{
    background-color: #e37a1c;
}

.woocommerce-page.archive ul.products li.product.grid_view .product-side a.button:hover{
    background-color: #8d8d8d;
}

.woocommerce ul.products li.product.grid_view .product-metas + div p{
    display: none;
}

/******************************
 LOOP - LIST VIEW
******************************/
.woocommerce ul.products li.product.list_view {
    width: 100%;
    border-bottom: 1px solid #dad9d9;
    padding-bottom: 30px;
}

.woocommerce ul.products li.product.list_view .product-thumb {
    width: 25%;
    padding-left: 0;
    padding-right: 15px;
    float: left;
    box-sizing: border-box;
}

.woocommerce ul.products li.product.list_view .product-description{
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.woocommerce ul.products li.product.list_view .product-side {
    width: 25%;
    float: right;
}

.woocommerce ul.products li.product.list_view .product-side a.button:hover {
    background-color: #8d8d8d;
    background-image: url(../images/woocommerce-images/ico-detail-page.png);
    background-position: 12px center;
    background-repeat: no-repeat;
}

.woocommerce ul.products li.product.list_view .product-side a.button {
    width: 100%;
    margin-bottom: 10px;
    background-color: #9a9a9a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 0 #767676;
    -moz-box-shadow: 0 3px 0 #767676;
    box-shadow: 0 2px 0 #767676;
    border: 0;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(126, 126, 126, 0.75);
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 10px;
    background-image: url(../images/woocommerce-images/ico-detail-page.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    box-sizing: border-box;
    text-align: center;
}

.woocommerce ul.products li.product.list_view .product-metas + div p{
    color: #656464;
    font-size: 13px;
    line-height: 20px;
}


/******************************
 SIDEBAR - SHOP
******************************/
.woocommerce .shop-sidebar .widget {
    border: 1px solid #dad9d9;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 15px 5px 15px;
    list-style-type: none;
}

.woocommerce .shop-sidebar h3 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #5c5c5b;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
    cursor: pointer;
    text-transform: none;
}

.woocommerce .shop-sidebar h3 .widget-dropdown{
    display: none;
}

.yith-woo-ajax-navigation ul {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.woocommerce .widget_layered_nav.yith-woo-ajax-navigation ul li{
    padding: 7px 15px;
    border-top: 1px solid #ebebeb;
    position: relative;
}

.woocommerce .widget.widget_layered_nav li small.count,
.woocommerce .widget_product_categories .product-categories li span.count {
    border: 1px solid #D9D3D3;
    color: #A6A6A6;
    position: absolute;
    height: 18px;
    width: 18px;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    text-align: center;
    line-height: 17px;

}

.widget.widget_layered_nav li.yit-wcan-child-terms {
    padding-left: 30px !important;
}

.widget.widget_layered_nav li a,
.widget_product_categories .product-categories li a {
    color: #4f4d4d;
    font-size: 13px;
}

.widget.widget_layered_nav li a:hover,
.widget_product_categories .product-categories li a:hover {
    color: #aa7309;
    text-decoration: none;
}



/****************************
MY ACCOUNT
*****************************/
/*.woocommerce-account .woocommerce h2{*/
    /*color: #4d4b4b;*/
   /*font-family: 'Open Sans', sans-serif;*/
    /*text-transform: uppercase;*/
    /*font-size: 22px;*/
/*}*/

.woocommerce-account.woocommerce-page h2{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #4d4b4b;
    margin-top: 10px;
    font-family: 'open sans',sans-serif;
}

.woocommerce-account .woocommerce .my-account-sidebar{
    width: 25%;
    float: left;
    border-right: 2px solid #ecebeb;
    box-sizing: border-box
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content{
    width: 75%;
    float: left;
    padding-left: 25px;
    box-sizing: border-box;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    margin-left: 0;
}

.woocommerce-account #slogan h1{
    display: inline-block;
}

.woocommerce-account #slogan img{
    float: left;
    margin-right: 15px;
}

.woocommerce-account .my-account-sidebar .user-info{
    display: table;
    margin-bottom: 20px;
}

.woocommerce-account .my-account-sidebar .user-info img {
    border: 5px solid #f3f3f3;
    display: table-cell;
}

.woocommerce-account .my-account-sidebar .user-info span{
    font-weight: 700;
    color: #4d4b4b;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 15px;
}

.woocommerce-account .my-account-sidebar .user-info a.logout {
    display: block;
    background-color: #e89222;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

.woocommerce-account .my-account-sidebar .user-info a.logout:hover{
    background-color: #e37a1c;
}

.woocommerce-account .my-account-sidebar ul.account-menu{
    margin-left: 0;
    list-style-type: none;
}

.woocommerce-account .my-account-sidebar .section-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f6f4f4;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #4d4b4b;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link{
    list-style-type: none;
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a{
    color: #9d9d9d;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #ecebeb;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a{
    color: #e89222;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover{
    color: #e89222;
    text-decoration: none;
    box-shadow: inset 0px -2px 0px 0px #f8f8f8;
    background-color: #f6f4f4;
}

/*.woocommerce-account .my-account-sidebar ul.account-menu ul.account-submenu{*/
    /*margin-left: 0;*/
/*}*/


/* WOOCOMMERCE CONTENT */
.woocommerce-account .shop_table.my_account_orders{
    border-top: none;
}

.woocommerce-account .shop_table.my_account_orders tr:hover {
    background-color: #faf9f9;
}

.woocommerce-account .shop_table.my_account_orders tr th span{
    text-transform: uppercase;
    font-size: 15px;
    color:  #9d9d9d;;
}

.woocommerce-account .shop_table.my_account_orders td{
    font-size: 14px;
}

.woocommerce-account .shop_table.my_account_orders th{
    background: transparent;
}

.woocommerce table.my_account_orders .order-actions .button{
    background-color: #e89222;
    -webkit-box-shadow: 0 2px 0 #cd6b02;
    -moz-box-shadow: 0 2px 0 #cd6b02;
    box-shadow: 0 2px 0 #cd6b02;
}

.woocommerce table.my_account_orders .order-actions .button:hover,
.woocommerce-account .my-account-sidebar .user-info a.logout:hover,
.woocommerce-edit-account form.edit-account input[type="submit"]:hover,
.woocommerce table.my_account_orders .button:hover,
.woocommerce-login input[type="submit"]:hover
{
    background-color: #e37a1c;
    background: #e37a1c;
}



.woocommerce-account p.myaccount_address{
    padding-bottom: 0;
}

.woocommerce-account header.title h3{
    margin-top: 30px;
    margin-bottom: 5px;
}

.woocommerce-account .woocommerce-Address header.woocommerce-Address-title a{
    background-color: #e89222;
    -webkit-box-shadow: 0 2px 0 #cd6b02;
    -moz-box-shadow: 0 2px 0 #cd6b02;
    box-shadow: 0 2px 0 #cd6b02;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    padding: 0px 15px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-Address header.woocommerce-Address-title a:hover{
    background-color: #e37a1c;
    text-decoration: none;
}

.woocommerce-account .woocommerce-Address address{
    font-size: 14px;
    color: #393939;
    margin-bottom: 25px;
    margin-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .dashboard-content + p{
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content .dashboard-content .woocommerce-Message a,
.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Message a{
    display: none;
}


/* STRIPE */
.woocommerce-account .shop_table.my_account_orders.my_account_cards td{
    padding-top: 10px;
    padding-bottom: 10px;
}

/* SUBSCRIPTION */
.woocommerce-view-subscription .ywsbs-customer-details .addresses .col-2{
    display: none;
}

.ywsbs-button.button{
    margin-bottom: 10px;
}



.select2-drop.select2-drop-above.select2-drop-active{
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;;
}
.select2-drop.select2-drop-above{
    margin-top: 26px;
}

.woocommerce-edit-address .woocommerce-MyAccount-content > p{
    display: none;
}

.woocommerce-edit-address .woocommerce-Address h3 {
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.woocommerce-edit-address .woocommerce-Address address {
    margin-bottom: 10px;
    margin-left: 0;
    color: #8b8b8c;
}

.woocommerce-edit-address .woocommerce-Address a.edit {
    display: inline-block;
    background-color: #e89222;
    padding: 2px 10px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}

.woocommerce-edit-address h2{
    border-bottom: 2px solid #ecebeb;
    padding-bottom: 10px;
}

.woocommerce-edit-address .woocommerce-Address header{
    margin-bottom: 20px;
}


.woocommerce-account.woocommerce-edit-account form p,
.woocommerce-account.woocommerce-edit-address form p {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 25px;
    font-size: 14px;
    box-sizing: border-box;
}

.woocommerce-account.woocommerce-edit-address form:after {
    content: '';
    display: block;
    clear: both;
}

.woocommerce-account.woocommerce-edit-address form{
    margin: 0 -15px;
}

.woocommerce-account.woocommerce-edit-address form h3{
    margin-left: 15px;
}

.woocommerce-account.woocommerce-edit-address  .woocommerce-MyAccount-content form #billing_address_2_field{
    margin-top: 28px;
}

.woocommerce-account .woocommerce-MyAccount-content form .select2-container .select2-choice{
    clear: both;
    border-radius: 0;
    padding: 8px 10px;
    border: 1px solid #CFCFCF;
}


.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form .clear{
    display: none;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form .form-row-wide{
    clear: none;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form p:last-child{
    clear: both;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form input[name="save_address"]{
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 29px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    -webkit-box-shadow: 0 2px 0 #cd6b02;
    -moz-box-shadow: 0 2px 0 #cd6b02;
    box-shadow: 0 2px 0 #cd6b02;
    text-shadow: none !important;
    width: auto;
    padding: 8px 20px;
    left: 3px;
    margin-top: 10px;
    background: #e89222;
    float: left;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form input[name="save_address"]:hover{
    background-color: #e37a1c;
}

/**********************************************
     WOOCOMMERCE EDIT ACCOUNT
***********************************************/
.woocommerce-edit-account form.edit-account{
    margin: 0 -15px;
}

.woocommerce-edit-account form.edit-account p{
    margin-bottom: 10px;
}

.woocommerce-edit-account form.edit-account p label{
    text-transform: uppercase;
    font-size: 11px;
}

.woocommerce-edit-account form.edit-account fieldset{
    padding-left: 15px;
    padding-top: 0;
    clear: both;
}
.woocommerce-edit-account form.edit-account fieldset legend{
    display: none;
}

.woocommerce-edit-account form.edit-account fieldset p{
    padding-left: 0;
    width: 100%;
}

.woocommerce-edit-account form.edit-account fieldset p label{
    width: 100%;
}

.woocommerce-edit-account form.edit-account input[type="submit"]{
    font-size: 13px !important;
    text-align: center;
    background: #e89222 ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 29px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    -webkit-box-shadow: 0 2px 0 #cd6b02;
    -moz-box-shadow: 0 2px 0 #cd6b02;
    box-shadow: 0 2px 0 #cd6b02;
    text-shadow: none !important;
    width: auto;
    padding: 8px 20px;
    left: 3px;
    margin-top: 10px;
    float: none;
}

/**********************************************
     WOOCOMMERCE EDIT ACCOUNT
***********************************************/
.woocommerce-add-payment-method li.woocommerce-PaymentMethod > label{
    width: auto;
    clear: none;
    float: none;
    display: inline-block;
}

.woocommerce-add-payment-method #add_payment_method #payment div.payment_box{
    background: #f4f4f4;
}

.woocommerce-add-payment-method #add_payment_method #payment div.payment_box > p{
    display: none;
}

.woocommerce-add-payment-method #add_payment_method #payment div.payment_box input.input-text{
    padding: 14px 10px;
}

.woocommerce-add-payment-method form .form-row label{
    width: auto;
}





/************************************************************
             PAGINA THANKYOU
************************************************************/
.woocommerce-page ul.order_details{
    margin: 0;
    padding: 10px;
    background-color: #f6f4f5;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.woocommerce-page h2 {
    text-transform: uppercase;
    font-size: 17px;
    color: #cd8906;
    font-weight: 700;
}

.woocommerce-page table.shop_table th{
    background-color: transparent;
    text-transform: uppercase;
    color: #4d4b4b;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.woocommerce-page table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td{
    font-style: normal;
}

.woocommerce-page .woocommerce table.shop_table td.product-name,
.woocommerce-page .woocommerce table.shop_table td.product-total,
.woocommerce-page table.shop_table tfoot td{
    font-size: 13px;
    color: #656464;
    padding-top: 16px;
    padding-bottom: 16px;
}

.woocommerce-page .woocommerce table.shop_table td.product-name a{
    color: #656464;
}

.woocommerce-page .woocommerce table.shop_table td.product-total,
.woocommerce-page .woocommerce table.shop_table th.product-total{
    text-align: right;
}

.woocommerce-page h3{
    text-transform: uppercase;
    font-size: 17px;
    color: #cd8906;
    font-weight: 700;
    margin-left: 0;
}

.woocommerce-page address{
    font-size: 14px;
    line-height: 17px;
    font-family: 'Open Sans',sans-serif;
    color: #393939;
    margin-left: 10px;
}

.woocommerce-page table.shop_table tbody:first-child tr:first-child th{
    color: #8b8c8c;
}

.woocommerce-page table.shop_table tbody:first-child tr:first-child td{
    color: #8b8c8c;
    font-size: 13px;
}

.woocommerce-page a{
    color: #656464;
}

.woocommerce .woocommerce-MyAccount-content .myaccount_user a{
    color: #e89222;
}

.woocommerce-page table.my_account_orders td{
    padding: 15px 8px;
}

/************************************************************
             WOOCOMMERCE LOGIN
************************************************************/
.woocommerce-login:not(.logged-in) h2{
    display: none;
}

.woocommerce-login .woocommerce form.login{
    border: none;
    padding: 0;
    width: 50%;
    margin: 0 auto;
}

.woocommerce-login .woocommerce form.login .form-row{
    width: 100%;
}

.woocommerce-login .woocommerce form.login .form-row label{
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
}

.woocommerce-login .woocommerce form.login .form-row label[for="rememberme"]{
    width: auto;
    margin-top: 15px;
}

.woocommerce-login .woocommerce input[type="submit"]{
    float: right;
    font-size: 13px;
    text-align: center;
    padding: 5px 20px;
    background: #e89222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 29px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    -webkit-box-shadow: 0 3px 0 #cd6b02;
    -moz-box-shadow: 0 3px 0 #cd6b02;
    box-shadow: 0 3px 0 #cd6b02;
    text-shadow: none !important;
    margin-top: 10px;
}

.woocommerce-login .woocommerce .lost_password{
    margin-left: 15px;
}

.woocommerce-login .woocommerce .lost_password a:hover{
    color: #b1690c;;
}


/************************************************************
             MEMBERSHIP
************************************************************/
.yith-wcmbs-my-account-membership-status-container,
div.yith-wcmbs-tabs,
table.yith-wcmbs-membership-table thead th{
    padding: 0;
}

div.yith-wcmbs-tabs ul.ui-tabs-nav{
    margin-left: 0;
}

/************************************************************
             CORSI
************************************************************/
.woocommerce-account .course-items ul.course-items-content li a.no-link,
.woocommerce-account .course-items ul.course-items-content li a.no-link:hover {
    text-decoration: none;
}


.woocommerce-account .shop_table.my_account_orders th.course-name,
.woocommerce-account .shop_table.my_account_orders td.course-name{
    padding-left: 0;
}

.woocommerce-account .shop_table.my_account_orders td.course-name a{
    color: #e89222;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.woocommerce-account .shop_table.my_account_orders td.course-name a:hover {
    color: #d06c00;
}

.woocommerce-account .course-items ul.course-items-headers {
    border-top: 2px solid #ecebeb;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #ecebeb;
    margin-left: 0;
}


.woocommerce-account .course-items ul.course-items-headers li {
    display: inline-block;
    padding: 0px 14px 0px 10px;
    border-right: 1px solid #ecebeb;
    margin: 0;
}

.woocommerce-account .course-items ul.course-items-headers li:first-child {
    padding-left: 0;
}


.woocommerce-account .course-items ul.course-items-headers li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #9d9d9d;
    padding: 0;
    border: none;
    padding: 0;
}

.woocommerce-account .course-items ul.course-items-headers li a:hover,
.woocommerce-account .course-items ul.course-items-headers li.active a {
    color: #ea9931;
    text-decoration: none;
    background-color: transparent;
}

.woocommerce-account .course-items ul.course-items-content {
    padding-left: 0;
    list-style-type: none;
    margin-left: 0;
}

.woocommerce-account .course-items ul.course-items-content li:not(.wrap-exams) {
    line-height: 40px;
    border-bottom: 1px solid #ecebeb;
    background-image: url(../images/course-element-bullet.png);
    background-position: 5px 12px;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 90px;
    color: #656464;
    position: relative;
}

.woocommerce-account .course-items ul.course-items-content li:not(.wrap-exams):hover{
    background-color: #faf9f9;
}


.woocommerce-account .course-items ul.course-items-content li a {
    font-size: 14px;
}

.woocommerce-account .course-items ul.course-items-content li a:hover {
    color: #b1690c;
}

.woocommerce-account .course-items ul.course-items-content li.has_parent {
    padding-left: 50px;
    background-position: 25px 12px;
}

.woocommerce-account .course-items span.duration {
    font-size: 12px;
    color: #ababab;
    position: absolute;
    right: 10px;
}

.woocommerce-page .md-content h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    z-index: 0;
    color: #333333;
    text-transform: none;
}

.course-items-content .content-wrapper {
    text-align: center;
}

.woocommerce-account .course-items ul.course-items-content li.type-file {
    background-image: none;
    padding-left: 0px;
    padding-right: 150px;
    position: relative;
}

.woocommerce-account .course-items ul.course-items-content li.type-file a.download {
    border-left: 1px solid #ecebeb;
    border-right: 1px solid #ecebeb;
    padding: 0 20px 0 47px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    background: url(../images/ico-download.png) 15px 8px no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
}

/******************************************************************************
    SINGLE PRODUCT
******************************************************************************/
.woocommerce.single-product .woocommerce-breadcrumb {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
.woocommerce #content div.product div.images {
    width: 32%;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
}

.woocommerce #content div.product div.images .product-badge {
    right: 30px;
}
.woocommerce ul.products li.product a .product-badge,
.product-badge {
    position: absolute;
    background: transparent;
    margin: 0;
    padding: 0;
    right: 15px;
    top: 0;
    width: 71px;
    height: 68px;
}

.woocommerce-page div.product div.images img {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.woocommerce.single-product ul {
    list-style-type: square;
    line-height: 25px;
    color: #5c5c5b;
    list-style-position: outside;
}

.woocommerce.single-product ul li{
    color: #5c5c5b;
}

.woocommerce.single-product ul li.pdf{
    list-style-type: none;
    background: url(../images/woocommerce-images/pdf-small.png) left center no-repeat;
    position: relative;
    left: -40px;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 15px;
    width: auto;
    border: none;
    text-align: left;
    height: auto;
    line-height: 25px;
    float: none;
    font-variant: normal;
    margin: 0 0 15px 0;
}

.woocommerce.single-product .content-wrapper{
    width: 75%;
    box-sizing: border-box;
    clear: both;
}

.woocommerce.single-product h2 {
    font-size: 18px;
    line-height: normal;
    color: #cd8906;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    letter-spacing: -1px;
    font-family: 'open sans',sans-serif;
}

.woocommerce.single-product p {
    font-size: 14px;
    line-height: 24px;
    color: #5c5c5b;
}


/*  PRODUCT INTRO SHORTCODE */

.product-intro {
    width: 48%;
    padding-right: 40px;
    box-sizing: border-box;
    float: left;
}

.attributi-prodotto {
    width: 20%;
    border-left: 1px solid #cccccc;
    min-height: 340px;
    margin-bottom: 20px;
    padding-right: 0;
    float: left;
    box-sizing: border-box;
    padding-left: 25px;
}
.woocommerce.single-product .attributi-prodotto p {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

.woocommerce.single-product .attributi-prodotto p:nth-child(2n) {
    margin-bottom: 10px;
}

/* CTA SHORTCODE */

.cta-small,
.cta-big {
    width: 100%;
    background-color: #e9e9e9;
    border: 1px solid #dbdbdb;
    padding: 23px 20px;
    clear: both;
    margin-left: 0;
    margin-bottom: 20px;
}

.cta-big {
    overflow: hidden;
    padding: 30px 20px 23px;
    text-align: center;
    box-sizing: border-box;
}
.cta-big .cta-no-image {
    display: inline-block;
    float: none;
}

.cta-big .cta-image + .cta-text {
    width: 66%;
    float: left;
}

.cta-big .cta-text{
    text-align: center;
}

.cta-big .cta-text h2 {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.cta-big .cta-text p {
    font-size: 14px;
    margin-bottom: 16px;
    padding: 0;
}

.cta-big .cta-image{
    width: 33%;
    float: left;
}

.cta-big .cta-text span.h24 {
    font-family: 'Handlee', cursive;
    color: #5b8100;
    margin-top: 15px;
    display: block;
}

.woocommerce.single-product #content .product .cta-big p.magnetic {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-top: 15px;
    margin-bottom: 37px;
    padding: 0;
    line-height: 35px;
}

.woocommerce.single-product .button.button-add-to-cart,
.cta-small .button.button-add-to-cart {
    border-radius: 3px;
    background: #e30000;
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    float: right;
    padding: 15px 20px;
    -webkit-box-shadow: 0 4px 0 #b80101;
    -moz-box-shadow: 0 4px 0 #b80101;
    box-shadow: 0 4px 0 #b80101;
    border: none;
    margin-top: 10px;
    opacity: 1;
}

.woocommerce.single-product .button.button-add-to-cart:hover,
.cta-small .button.button-add-to-cart:hover {
    background: #c50000;
}

.cta-big .cta-text .button.button-add-to-cart {
    float: none;
    padding: 20px 20px 16px;
    margin-bottom: 20px;
}

.cta-big .cta-text .add-to-cart {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #e30000;
    text-decoration: none;
    letter-spacing: -1px;
}

.cta-big .cta-text span.h24 {
    font-family: 'Handlee';
    color: #5b8100;
    margin-top: 15px;
    display: block;
}


.woocommerce.single-product .author-box .author-info {
    clear: both;
    min-height: 175px;
    border-bottom: 1px solid #ebebeb;
}

.author-box .author-info:last-child {
    border-bottom: none;
}

.woocommerce.single-product .author-box .author-info .author-photo {
    float: left;
    margin: 0px 30px 110px 0px;
}

.author-box .author-info h3 {
    font-size: 18px;
    color: #cd8906;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 14px;
    margin-top: 40px;
}

.author-box .author-info p{
    font-family:'Open Sans',sans-serif;
    font-weight: 400;
    text-transform: none;
}

    /*  INDICE PRODOTTO SHORTCODE */
.indice-prodotto {
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    padding: 40px;
    clear: both;
    margin-top: 30px;
}

.indice-prodotto h4 {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 15px;
    color: #5c5c5b;
    padding-left: 30px;
    margin-top: 20px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Open Sans',sans-serif;
}

.indice-prodotto h4.opened {
    background: url(../images/woocommerce-images/toggle.png) left -77px no-repeat;
}

.indice-prodotto h4.closed {
    background: url(../images/woocommerce-images/toggle.png) left -5px no-repeat;
}

.indice-prodotto .feature {
    padding-left: 30px;
    font-size: 13px ;
    padding-top: 10px;
    color: #5c5c5b;
    line-height: 22px;
}

/* PRODUCT BUNDLE ITEM SHORTCODE */
.grey-box {
    background-color: #f9f9f9;
    border: 1px solid #ededed;
    padding: 40px;
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
}

.grey-box ul li.video {
    list-style-type: none;
    background: url(../images/woocommerce-images/video-small.png) left center no-repeat;
    position: relative;
    left: -40px;
    padding-left: 40px;
    margin-bottom: 15px;
}

.grey-box ul li.doc {
    list-style-type: none;
    background: url(../images/woocommerce-images/doc-small.png) left center no-repeat;
    position: relative;
    left: -40px;
    padding-left: 40px;
    margin-bottom: 15px;
}

.product-bundle-item {
    display: block;
    min-height: 150px;
}

.product-bundle-item:after {
    content: '';
    display: block;
    clear: both;
}

.product-bundle-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
}

.product-bundle-item .wrap-image{
    width: 25%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.product-bundle-item .product-bundle-item-center {
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 150px;
}

.product-bundle-item h3 {
    font-size: 15px;
    color: #cd8906;
    font-weight: 700;
}

/* SINGLE TESTIMONIAL SHORTCODE */
.testimonials, .woocommerce.single-product .testimonials {
    background-color: #f1f1f1;
    background-image: url('../images/woocommerce-images/testimonials-bg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 45px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    box-sizing: border-box;
}

.testimonials .testimonial-image{
    width: 25%;
    float: left;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}

.testimonials .testimonial-text{
    width: 75%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.testimonial-image img {
    border-radius: 50%;
    width: 100%;
}

.testimonial-image:after {
    content: '';
    display: block;
    width: 57px;
    height: 57px;
    background-image: url('../images/woocommerce-images/small-quote.png');
    position: absolute;
    top: 0;
    right: 0;
}

.testimonials .testimonial-text p,
.woocommerce.single-product .testimonials .testimonial-text p {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 15px;
    line-height: 25px;
    color: #6d6d6d;
}

.testimonials .testimonial-text span.testimonial-name,
.woocommerce.single-product .testimonials .testimonial-text span.testimonial-name {
    float: right;
    color: #ee6628;
    font-weight: 700;
}

.testimonials:after {
    content: '';
    display: block;
    clear: both;
}

/*----------------------------------------------------
	WP PLAYLIST
----------------------------------------------------*/
.grey-box .wp-playlist-light {
    background: none;
    color: #5c5c5b;
    border: none;
    padding: 0;
}
.grey-box .wp-playlist-current-item {
    display: none;
}
.grey-box .mejs-container, .mejs-embed, .mejs-embed body {
    background: #e89222;
}
.grey-box .mejs-container .mejs-controls {
    background: #e89222;
}
.grey-box .mejs-controls .mejs-time-rail .mejs-time-total{
    background: #fff;
}
.grey-box .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #513f28;
}
.grey-box .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
}
.grey-box .mejs-controls .mejs-button button{
    background-image: url(../images/woocommerce-images/controls.svg);
}
.grey-box .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
    background: #fff;
}
.grey-box .wp-playlist-item {
    border-bottom: none;
    padding: 5px 15px 10px;
}
.grey-box .wp-playlist-caption{

}
.grey-box .wp-playlist-caption:before{
    content: '';
    width: 27px;
    height: 29px;
    background: transparent url(../images/woocommerce-images/playlist-item.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 10px;
}
.grey-box .wp-playlist-light .wp-playlist-playing {
    background: none;
}
.grey-box .wp-playlist-item:nth-child(2n+1) {
    background: #edecec;
}
.grey-box .wp-playlist-item-title {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 10px;
    display: inline-block;
}
.grey-box .wp-playlist-item-length {
    right: 15px;
    top: 18px;
}
.grey-box .wp-playlist-item .wp-playlist-caption {
    color: #5c5c5b;
}
.grey-box .wp-playlist-light .wp-playlist-playing {
    color: #5c5c5b;
}
.grey-box .wp-playlist-light .wp-playlist-item {
    color: #5c5c5b;
}
.grey-box .wp-playlist-tracks {
    margin-top: 30px;
}



/**************************************************************************************************************
   RESPONSIVE
***************************************************************************************************************/
@media (min-width: 993px) and (max-width: 1199px){
    /* MY ACCOUNT */
    .woocommerce-account .course-items ul.course-items-headers li{
        padding: 0 8px;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    /*  MY ACCOUNT */
    .woocommerce-account .my-account-sidebar .user-info a.logout {
        padding: 0 10px;
    }
    .woocommerce-account .course-items ul.course-items-headers li{
        padding: 0 8px;
    }
    .woocommerce-account .course-items ul.course-items-headers li a{
        font-size: 14px;
    }

    /* SHOP */
    .woocommerce .widget_layered_nav.yith-woo-ajax-navigation ul li{
        padding: 7px 40px 7px 15px;
    }
}

@media (min-width: 768px){


}

@media (max-width: 767px) {
    /* PRODUCT DETAIL PAGE */
    .woocommerce.single-product .content-wrapper{
        width: 100%;
    }

    /*  MY ACCOUNT */
    .woocommerce-account .my-account-sidebar .user-info a.logout{
        padding: 0 10px;
    }
    .woocommerce-account .woocommerce .my-account-sidebar{
        width: 30%;
    }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content{
        width: 70%;
    }
    .woocommerce-account .course-items ul.course-items-headers li{
        padding: 0 8px;
    }
    .woocommerce-account .course-items ul.course-items-headers li a{
        font-size: 14px;
    }
    .woocommerce-edit-account form.edit-account input[type="submit"]{
        padding: 4px 20px;
    }

    /* SHOP */
    .view-switcher{
        display: none;
    }
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout .order-review{
        width: 100%;
    }
    .woocommerce-page.archive .shop-sidebar{
        width: 100%;
        margin-top: 30px;
    }
    .woocommerce-page.archive .main-container #container{
        width: 100%;
    }
    .woocommerce-page.archive ul.products li.product.grid_view{
        width: 100%;
        margin: 0 -15px;
    }

}

@media (max-width: 480px) {
    /* PRODUCT DETAIL PAGE */
    .woocommerce #content div.product div.images,
    .product-intro,
    .attributi-prodotto{
        width: 100%;
        padding-right: 0;
    }
    .attributi-prodotto{
        padding-left: 0;
        border: none;
        min-height: 0;
    }
    .woocommerce.single-product #content .product .cta-big p.magnetic{
        font-size: 31px;
        margin-bottom: 15px;
    }
    .woocommerce.single-product .button.button-add-to-cart,
    .cta-small .button.button-add-to-cart{
        font-size: 15px;
    }
    .indice-prodotto{
        margin-top: 10px;
        padding: 20px;
    }
    .grey-box{
        padding: 20px;
    }
    .product-bundle-item .wrap-image{
        width: 100%;
        text-align: center ;
        margin-bottom: 20px;
    }
    .product-bundle-item .product-bundle-item-center{
        width: 100%;
    }
    .grey-box ul li.video{
        background-position: left top;
    }
    .product-bundle-item h3{
        text-align: center;
    }
    .cta-big .cta-image{
        width: 100%;
    }
    .cta-big .cta-image + .cta-text{
        width: 100%;
    }

    /* MY ACCOUNT */
    .woocommerce-account .woocommerce .my-account-sidebar{
        width: 100%;
        border: none;
    }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-content{
        width: 100%;
        padding-left: 0;
    }
    .woocommerce-account.woocommerce-page h2{
        font-size: 14px;
    }
    .woocommerce-account .shop_table.my_account_orders td,
    .woocommerce-account .course-items ul.course-items-headers li a{
        font-size: 13px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .dashboard-content .woocommerce-Message,
    .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Message{
        padding: 10px 20px!important;
        font-size: 13px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .dashboard-content .woocommerce-Message:before,
    .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Message:before{
        display: none;
    }
    .woocommerce table.shop_table{
        border-top:none;
    }

    .woocommerce-payment-methods .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-payment-methods .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-payment-methods .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce-payment-methods .woocommerce-page table.shop_table_responsive tr td:before,
    .woocommerce-page table.account-payment-methods-table .payment-method-actions{
        text-align: left!important;
    }
    .woocommerce-payment-methods .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce-payment-methods .woocommerce-page table.shop_table_responsive tr td:before{
        width: 100%;
    }
    .woocommerce-PaymentMethod.woocommerce-PaymentMethod--method.payment-method-method img{
        float: left;
    }
    .woocommerce-PaymentMethod.woocommerce-PaymentMethod--method.payment-method-method .card-type,
    .woocommerce-PaymentMethod.woocommerce-PaymentMethod--method.payment-method-method .card-number{
        margin-left: 10px;
    }

    .woocommerce-PaymentMethod.woocommerce-PaymentMethod--method.payment-method-method .tag-label.default{
        margin-left: 15px;
        margin-top: 0;
    }
    .woocommerce-payment-methods.woocommerce-page table.account-payment-methods-table .payment-method-expires,
    .woocommerce-payment-methods.woocommerce-page table.account-payment-methods-table .payment-method-actions{
        width: 100%;
        box-sizing: border-box;
        text-align: left!important;
    }
    .woocommerce-page table.account-payment-methods-table .payment-method-actions:before{
        display: none;
    }
    /* SUBSCRIPTION */
    .woocommerce-account .shop_table.my_account_orders th.ywsbs-subscription-recurring,
    .woocommerce-account .shop_table.my_account_orders th.ywsbs-subscription-start-date,
    .woocommerce-account .shop_table.my_account_orders th.ywsbs-subscription-payment-date,
    .woocommerce-account .shop_table.my_account_orders td.ywsbs-subscription-recurring,
    .woocommerce-account .shop_table.my_account_orders td.ywsbs-subscription-start-date,
    .woocommerce-account .shop_table.my_account_orders td.ywsbs-subscription-payment-date{
        display: none;
    }
    table.yith-wcmbs-membership-table thead th{
        font-size: 9px;
    }
    /* MEMBERSHIP */
    table.yith-wcmbs-membership-table tbody tr td{
        font-size: 11px;
    }


        /* THANKYOU */
    #slogan h1{
        padding: 0 10px;
        font-size: 18px;
        letter-spacing: 0;
    }
    .woocommerce .order_details li{
        margin-bottom: 10px;
    }

    /* SHOP */
    .woocommerce-page.archive .main-container #container{
        width: 100%;
        padding: 0;
    }
    .woocommerce-page.archive ul.products li.product.grid_view,
    .woocommerce-page.archive ul.products li.product.grid_view .product-thumb,
    .woocommerce-page.archive ul.products li.product.grid_view .product-description{
        width: 100%;
    }
    .woocommerce-page.archive ul.products li.product.grid_view .product-description{
        width: 100%;
    }
}




