/*lost password page style*/
 .lost_reset_password .form-row input[type=submit] {
     position: static;
     height: auto;
}
 .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
     padding: 0 20px;
     line-height: 40px;
     background: var(--theme-blue);
}
 .woocommerce #respond input#submit:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
     background: #000;
}
 .form-row .input-text {
     width: 100%;
     padding: 0 20px;
     height: 40px;
     color: #424242;
     font-weight: 300;
}
.address-field .select2.select2-container .select2-selection{
    border: 1px solid #ddd !important;  
}
.checkout .form-row select {
    border: 0;
    border-bottom: 2px solid #ddd;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    color: #424242;
    font-weight: 300;
}
.checkout .form-row select:focus-visible {
    border: 0;
    outline: none;
    border-bottom: 2px solid #ddd;
}
/*checkuot page */
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields span.woocommerce-input-wrapper input[type='radio'] {
     width: 16px;
     margin: 2px 0 0 10px;
     visibility: hidden;
     position: relative;
     float: left;
     clear: both;
     height: 16px;
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields input#terms_conditions_and_privacy_policy {
     margin: 2px 7px 0 0;
     visibility: hidden;
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields span.woocommerce-input-wrapper label.radio {
     width: 100%;
     float: none;
     position: relative;
     padding-left: 25px;
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields span.woocommerce-input-wrapper label.radio:before {
     width: 13px;
     height: 13px;
     border-radius: 15px;
     top: 5px;
     left: 2px;
     position: absolute;
     background-color: #fff;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 1px solid #d1d3d1;
     cursor: pointer;
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields span.woocommerce-input-wrapper label.radio:after {
     border: 1px solid var(--theme-blue);
     background: transparent;
     width: 7px;
     height: 7px;
     content: "";
     display: inline-block;
     border-radius: 15px;
    /* -webkit-border-radius: 50%;
     */
     position: absolute;
     top: 8px;
     left: 5px;
     visibility: hidden;
     cursor: pointer;
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields span.woocommerce-input-wrapper input[type='radio']:checked+label:before {
     border-color: var(--theme-blue);
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields span.woocommerce-input-wrapper input[type='radio']:checked+label:after {
     visibility: visible;
     background: var(--theme-blue);
}
 .checkout .woocommerce-account-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
     cursor: pointer;
     position: relative;
}
 .checkout .woocommerce-account-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__input {
     display: none;
}
 .checkout .create-account .woocommerce-form__label span {
     margin-left: 20px;
}
 .checkout #ship-to-different-address label.woocommerce-form__label-for-checkbox span {
     padding-left: 20px;
}
 .checkout label.woocommerce-form__label-for-checkbox span:before, 
 .checkout #ship-to-different-address label.woocommerce-form__label-for-checkbox span:before, 
 .checkout .woocommerce-checkout-payment .payment_methods li>label:before {
     position: absolute;
     left: 0;
     top: 5px;
     width: 14px;
     height: 14px;
     border: 1px solid #a3a3a3;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     content: "";
}
 .checkout label.woocommerce-form__label-for-checkbox span:after, 
 .checkout #ship-to-different-address label.woocommerce-form__label-for-checkbox span:after, 
 .checkout .woocommerce-checkout-payment .payment_methods li>label:after {
     border: 1px solid var(--theme-blue);
     background: transparent;
     width: 8px;
     height: 8px;
     content: "";
     display: inline-block;
     border-radius: 15px;
    /* -webkit-border-radius: 50%;
     */
     position: absolute;
     top: 8px;
     left: 3px;
     visibility: hidden;
     cursor: pointer;
}
 .checkout #ship-to-different-address label.woocommerce-form__label-for-checkbox span:after {
     top: 6px;
}
 .checkout #ship-to-different-address label.woocommerce-form__label-for-checkbox span:before {
     top: 3px;
}
 .checkout .woocommerce-checkout-payment .payment_methods li>label:after {
     left: 3px;
     top:8px;
}
 .checkout label.woocommerce-form__label-for-checkbox .woocommerce-form__input:checked+span:before, .checkout #ship-to-different-address label.woocommerce-form__label-for-checkbox .woocommerce-form__input:checked+span:before, .checkout .woocommerce-checkout-payment .payment_methods li .input-radio:checked+label:before {
     background: transparent;
     border-color: var(--theme-blue);
}
 .checkout label.woocommerce-form__label-for-checkbox .woocommerce-form__input:checked+span:after, .checkout #ship-to-different-address label.woocommerce-form__label-for-checkbox .woocommerce-form__input:checked+span:after, .checkout .woocommerce-checkout-payment .payment_methods li .input-radio:checked+label:after {
     visibility: visible;
     background: var(--theme-blue);
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields .checkbox {
     position: relative;
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields .checkbox .check_mark {
     position: absolute;
     top: 4px;
     left: 0;
     height: 14px;
     width: 14px;
     border: 2px solid #a3a3a3;
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields .checkbox .check_mark:after {
     border: solid var(--theme-blue) ;
     border-width: 0 1px 1px 0;
     content: "";
     position: absolute;
     left: 3px;
     top: 0px;
     width: 4px;
     height: 8px;
     border: solid var(--theme-blue);
     border-width: 0 1px 1px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
     display: none;
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields .checkbox .check_mark:before {
     content: '';
     height: 50%;
     width: 2px;
     position: absolute;
     right: 0;
     bottom: 0;
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields .checkbox input:checked+span:after {
     display: block;
}
 .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-account-fields .checkbox input:checked+span {
     border-color: var(--theme-blue) ;
}
/*lost password page style ends*/
/*my account/order page */
 .woocommerce-account .status-publish .pagetitle.my-acc-username-style {
     font-size: 1.625rem;
     margin: 5px 0 12px;
}
 .woocommerce-account .status-publish td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status, .woocommerce-account .status-publish td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status P {
     font-size: 0.875rem;
     margin-bottom: 7px;
}
/*artist page*/
 .-archive_wrapper .comment-list {
     padding-bottom: 20px;
}
 .-archive_wrapper .comment-list .review-list {
     width: 100%;
     display: block;
     text-align: left;
     margin: 0;
}
 .-archive_wrapper .comment-list .review-list .comment-wrapper {
     padding: 0 0 20px;
}
 .-archive_wrapper .comment-list .review-list button.btn-load-more.btn.btn-primary {
     margin: 10px 0;
     display: block;
}
/* login-register page starts*/
 .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
     border: none;
}
 .woocommerce-account #customer_login .button-login input[type=submit], .woocommerce-account #customer_login .button-register input[type=submit] {
     font-size: 12px !important;
     color: #fff !important;
     font-weight: 600 !important;
     padding: 0px;
     border-radius: 0px;
}
 .woocommerce-account #customer_login .button-login input[type=submit]:hover, .woocommerce-account #customer_login .button-register input[type=submit], .woocommerce-account #customer_login .button-register input[type=submit]:hover, .form-login-register .active-login, .woocommerce-account #customer_login .rememberme-lost .lost_password a:hover:before {
     background: var(--theme-blue);
}
 .woocommerce-account #customer_login .button-register input[type=submit]:hover {
     background: #000000;
}
/*.woocommerce-account #customer_login .rememberme-lost .rememberme input {
     display: none;
}
*/
 .woocommerce-account #customer_login .rememberme-lost .inline:before {
     border: 1px solid #d1d1d1;
     width: 14px;
     height: 14px;
     top: 2px;
     content: "";
     display: inline-block;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     margin-right: 5px;
     position: relative;
     z-index: 2;
}
 .woocommerce-account #customer_login .rememberme-lost .inline:after {
     border: 1px solid #fff;
     top: 6px;
     background: var(--theme-blue);
     width: 10px;
     height: 10px;
     left: 2px;
     background: transparent;
     content: "";
     display: inline-block;
     border-radius: 15px;
    /* -webkit-border-radius: 50%;
     */
     position: absolute;
     visibility: hidden;
     cursor: pointer;
     opacity: 1;
}
 .woocommerce-account .form-login .rememberme-lost .rememberme input:checked+label:before, .woocommerce-account #customer_login .rememberme-lost .rememberme input:checked+label:before {
     border-color: var(--theme-blue);
}
 .woocommerce-account .form-login .rememberme-lost .rememberme input:checked+label:after, .woocommerce-account #customer_login .rememberme-lost .rememberme input:checked+label:after {
     visibility: visible;
     background: var(--theme-blue);
}
/*.woocommerce-account #customer_login .rememberme-lost .inline:before, .woocommerce-account #customer_login .rememberme-lost .inline:after {
     content:none;
}
*/
 .woocommerce-account #customer_login .rememberme-lost .inline, .form-login-register .box-form-login .rememberme-lost .inline, .form-login-register .box-form-login h2 {
     font-weight: 300;
}
 .lost_password a:hover {
     text-decoration: none;
}
 .lost_password a {
     font-weight: 300 !important;
     font-size: 13px;
     line-height: 140.62%;
}
 .woocommerce-password-strength {
     margin-bottom: 15px;
}
 .form-login-register .box-form-login .button-login input[type=submit] {
     font-size:0.75rem !important;
     color: #fff !important;
     font-weight: 300 !important;
     padding: 0px;
}
 .form-login-register .box-form-login .button-login input[type=submit]:hover {
     background-color: var(--theme-blue);
}
 .form-login-register .box-form-login .button-next-reregister {
     font-size: 0.75rem;
     font-weight: 300;
}
 .form-login-register .box-form-login .button-next-reregister:hover {
     background: var(--theme-blue);
     color: #fff;
     border-color: var(--theme-blue);
}
 .form-login-register .box-form-login .button-next-reregister:hover {
     text-decoration: none;
}
 .woocommerce-account #customer_login .box-content {
     padding: 0 75px;
}
 .form-login-register .box-form-login .rememberme-lost .inline:before {
     border: 1px solid #d1d1d1;
     width: 14px;
     height: 14px;
     top: 2px;
}
 .form-login-register .box-form-login .rememberme-lost .inline:after {
     background: #000000;
     top: 4px;
     left: 1px;
     width: 14px;
     height: 14px;
     opacity: 1;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
     -webkit-transform: scale(0);
     transform: scale(0);
}
 .form-login-register .box-form-login .rememberme-lost .inline:after {
     border: 1px solid #fff;
     top: 7px;
     background: var(--theme-blue);
     width: 10px;
     height: 10px;
     left: 2px;
}
 .form-login-register .box-form-login .rememberme-lost .rememberme input:checked+label:before {
     border-color: var(--theme-blue);
}
 .woocommerce-account #customer_login h2:after, .form-login-register .box-form-login h2:after {
     height: 1px;
     background: var(--theme-blue);
}
 .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
     margin-bottom: 0;
}
 .woocommerce-account #customer_login .box-form-login {
     border: 1px solid #eaeaea;
     height: 100%;
}
 .woocommerce-account #customer_login h2 {
     border-bottom: 1px solid #e1e1e1;
     font-weight: 300;
}
 .woocommerce-product-subcategorie-content.active {
     display: none;
}
 .woocommerce-account #customer_login .box-content input, .woocommerce-account .woocommerce-form-row label {
     font-weight: 300;
}
 .woocommerce-account .um input[type=submit].um-button:hover {
     background: #000;
}
 .lost_password a, .woocommerce-account #customer_login .button-login input[type=submit], .woocommerce-account #customer_login .button-register input[type=submit] {
     font-weight: 300 !important;
}
 .woocommerce-account #customer_login .button-login input[type=submit], .woocommerce-account #customer_login .button-register input[type=submit] {
     font-size: 0.875rem !important;
}
/* login ends */
 .woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li span {
     font-weight: 300;
     font-size: 15px;
     line-height: 56px;
     color: #424242;
}
 .woocommerce-MyAccount-navigation ul li a.active, .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li span.active, .woocommerce-MyAccount-navigation ul li span:hover, .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-content a, .woocommerce-MyAccount-content a{
     color: var(--theme-blue) ;
}
 .woocommerce-orders table.woocommerce-orders-table thead th {
     padding: 10px;
     text-align: center;
}
 .my-account .woocommerce-input-wrapper select {
     padding: 0 20px;
     background-position: calc(100% - 18px) calc(1em + 7px), calc(100% - 13px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
}
 .my-account .woocommerce-input-wrapper select:focus {
     background-position: calc(100% - 10px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
}
 #addresses > div.custom_multiple_billing_address {
     border: 1px solid #ddd;
     padding: 20px;
}
 .woocommerce-orders table.woocommerce-orders-table {
     border-collapse: collapse;
}
 .woocommerce-orders table.woocommerce-orders-table tbody > tr > td {
     padding: 16px 19px;
     vertical-align: middle;
     text-align: center;
     font-size: 0.875rem !important;
     text-transform: capitalize;
}
.woocommerce table strong{
    color: #424242;
}

 .woocommerce-orders table.woocommerce-orders-table .button {
     margin-right: 0;
     display: inline-block;
     color: var(--theme-blue) ;
     background-color: transparent;
}
}
 .woocommerce-orders table.woocommerce-orders-table .button:hover, .woocommerce-MyAccount-content a:hover{
     color: var(--theme-blue);
}
 .woocommerce-orders table.woocommerce-orders-table .mvx-order-vendor {
     padding-left: 0 
}
 .woocommerce-account .um input[type=submit].um-button {
     background: var(--theme-blue) ;
     border-radius: 0 !important;
     text-transform: uppercase !important;
     font-size: 14px;
     font-weight: 300 !important;
}
 .woocommerce-account .form-login form label, .woocommerce-account .um-field-label label {
     color: #424242;
     font-weight: 300;
     font-size: 0.875rem !important;
}
 .um-field-checkbox-option, .um-field-radio-option {
     cursor: pointer;
}
 .woocommerce-account .entry-content p.form-row {
     display: block;
}
 .woocommerce-account .entry-content .rr-1, .woocommerce-account .entry-content .rr-2 {
     margin-bottom: 1rem 
}
 #addresses select {
     height: 50px;
     color: #424242;
     font-weight: 300;
}
 .woocommerce-MyAccount-content h3 {
     font-size: 0.875rem;
}
.woocommerce-MyAccount-content h3 strong {
  font-size: 17px;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 15px;
  letter-spacing: 1px;
  color: #000;
}
 .checkout .woocommerce-form-login label.woocommerce-form__label-for-checkbox span::before, .checkout .woocommerce-form-login label.woocommerce-form__label-for-checkbox span::after {
     content:none;
}
/* event page form style */
.single-event .nf-form-content {
     padding: 5px;
     max-width: 100%;
     margin: 20px 0 0;
}
#nf-form-20-cont .nf-form-content {
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}
.nf-form-content label {
     font-weight: 300 !important;
     font-size: 0.875rem !important;
}
#ninja_forms_required_items, .nf-field-container {
     margin-bottom: 20px !important;
}
.nf-form-content label, {
     font-size: 0.875rem;
}
.nf-form-content input:not([type="button"]), .nf-form-content .list-select-wrap > div select {
     border: 1px solid #ddd !important;
     font-weight: 300;
     color: #424242 !important;
     background-color: #fff !important;
}
.nf-form-content input:not([type="button"]):focus, .single-event .nf-form-content input:focus {
     background: transparent;
     box-shadow: none;
     outline: none;
     border-color: #ddd;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .single-event .nf-form-content input:not([type=button]), .single-event .nf-form-content textarea {
     background: transparent;
}
.nf-error.field-wrap .nf-field-element:after {
     right: 0px !important;
}
.single-event #breadcrumb {
     display: none;
}
 .gallery-blocks li {
     cursor: pointer;
}
 .gallery-lightgallery.exhibitors-list {
     display: flex;
     list-style: none;
     padding: 0;
     margin: 0;
     flex-wrap: wrap;
}
.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
     cursor: pointer;
}
.nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
     background: var(--theme-blue) ;
     color: #fff;
}
.checkbox-container.label-right label::before {
     left: -27px;
}
.checkbox-wrap .nf-field-label label::before {
     font-size: 16px;
}
#add_payment_method #payment ul.payment_methods .stripe-card-group {
     width: 100%;
}
.payment_methods {
     margin: 0;
     padding: 0 0 0 20px;
     list-style: none;
     display: block;
     float: none;
     width: 100%;
}
.payment_methods .form-row {
     margin: 0 0 14px;
}
.nf-next, input[type=button].ninja-forms-field.nf-element{
     background-color: var(--theme-blue) !important;
}
.nf-previous{
    margin-right: 20px;
    background-color: transparent !important;
    color: #000 !important;
    text-decoration: underline;
    padding-left: 0 !important;
}
.nf-previous:hover{
    text-decoration: none;
    color: var(--theme-blue) !important;
}
.nf-next:hover, input[type=button].ninja-forms-field.nf-element:hover{
    background-color: #000 !important;
    color: #fff !important;
}
#nf-form-20-cont {
  padding: 0 15px;
  width: 100%;
}
#nf-form-20-cont #nf-form-title-20 h3, .nf-form-title h3 {
  font-size: 1.125rem;
  margin-top: 0;
}
.nf-breadcrumbs {
  margin-bottom: 25px !important;
}
.nf-breadcrumbs li{
    position: relative;
}
.nf-breadcrumbs li a {
  background-color: transparent !important;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 1.2;
  padding-left: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
}
.nf-breadcrumbs li.active::after {
  content: "";
  height: 2px;
  background-color: var(--theme-blue);
  width: 90%;
  bottom: 0px;
  position: absolute;
  left: -7%;
}
.nf-breadcrumbs li a:hover{
    color: var(--theme-blue) !important;
}
.nf-breadcrumbs li.active a{
    color: var(--theme-blue) !important;
}
.nf-breadcrumbs li.errors a::after{
    display: none;
}
.nf-form-content .nf-field-element button{
    background-color: var(--theme-blue);
}
.nf-form-content .nf-field-element button:hover{
    background-color: #000;
    color: #fff;
}
.nf-form-content textarea{
    background-color: #fff !important;
}
input[type=button].field-wrap.submit-wrap.textbox-wrap {
  text-align: right;
}
body{
    counter-reset: event-application-list;
}
.single-event .nf-breadcrumbs li a::before {
    counter-increment: event-application-list;
    content: counter(event-application-list);
    background-color: var(--theme-blue);
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1px;
    margin-right: 5px;
}
.nf-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.nf-breadcrumbs:last-child:after{
    display: none !important;
}
.nf-mp-body {
  position: relative;
}
#nf-form-20-cont .nf-mp-body nf-field:last-child .submit-container {
  position: absolute;
  right: 0;
}
/* faq page style */
 .faq-tab-list .nav-tabs>li>a:hover, 
 .faq-tab-list .nav-tabs>li.active>a:hover, 
 .faq-tab-list .nav-tabs>li.active>a {
     border-bottom: 0 !important;
     background: transparent;
     color: var(--theme-blue);
     border: 0;
}
 .faq-tab-list .nav-tabs>li>a {
     border-radius: 0;
     border: 0;
     padding: 0;
     margin-right: 35px;
     color: #555;
     font-size: 16px;
}
 section.faq-tab-content.faq {
     padding: 50px 0 20px;
}
/* .artist-common-box-shadow .form-group, .artist-common-box-shadow .panel .p-25 {
     padding-top: 0 
}
 */
/*cart page start*/
 .cart table.shop_table.cart > thead th, .woocommerce-cart .cart-collaterals h2 {
     font-weight: 300 !important;
}
 .cart_totals table.shop_table > tbody > tr th, .cart_totals table.shop_table > tbody > tr td, .woocommerce-cart .woocommerce-cart-form .actions .coupon label, .cart.woocommerce-cart #content table.cart tr td.actions .coupon button.button, .woocommerce-cart button.button:disabled, .woocommerce-cart button.button:disabled[disabled], 
 .woocommerce-cart-form table.shop_table .coupon .button:disabled[disabled], .woocommerce-cart-form table.shop_table .coupon .button:disabled, .cart_totals table.shop_table>tbody>tr.shipping ul li label {
     font-weight: 300;
}
/* Chrome, Safari, Edge, Opera */
 .cart .quantity input.qty::-webkit-outer-spin-button, .cart .quantity input.qty::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
/* Firefox */
 .cart .quantity input.qty[type=number] {
     -moz-appearance: textfield;
}
 .cart_totals table.shop_table > tbody > tr.order-total > td span bdi, .cart .order-total .woocommerce-Price-amount bdi, table.shop_table.cart > tbody > tr > td.product-subtotal span {
     font-weight: 300;
     color: var(--theme);
}
 .cart .product-subtotal bdi, .cart .product-subtotal bdi .woocommerce-Price-currencySymbol {
     color: var(--theme)  !important;
}
 .cart_totals table.shop_table > tbody > tr > td .shipping-calculator-form .button {
     background: var(--theme-blue);
     line-height:35px;
}
 .shop_table th, .shop_table .order-total th, .cart_totals table.shop_table > tbody > tr > td .shipping-calculator-form .button, .cart .product-subtotal bdi {
     font-weight: 300 !important;
}
 .cart.woocommerce table.cart tr td.product-remove a.remove:hover, table .product-remove a.remove:hover:before {
     background: var(--theme-blue) !important;
     border-color: var(--theme-blue) !important;
}
 .cart #content .quantity button.plus:hover, .cart #content .quantity button.minus:hover, .woocommerce-error .wc-forward, .alert-success .wc-forward, .woocommerce-message .wc-forward {
     background: var(--theme-blue);
     color: #fff;
     border-radius: 0.25rem;
}
 .cart_totals .wc-proceed-to-checkout > a.wc-forward, 
 .woocommerce-cart-form table.shop_table .coupon .button {
     background: var(--theme-blue);
}
 .cart_totals .wc-proceed-to-checkout > a.wc-forward:hover, .cart.woocommerce-cart #content table.cart tr td.actions .coupon button.button:hover, .woocommerce-error .wc-forward:hover, .alert-success .wc-forward:hover, .woocommerce-message .wc-forward:hover {
     background: #000;
}
 .cart_totals table.shop_table > tbody > tr > td a.shipping-calculator-button, .cart_totals .wc-proceed-to-checkout > a.wc-forward, .woocommerce-info a, .woocommerce-message a {
     font-weight: 300;
}
 .cart_totals table.shop_table > tbody > tr > td a.shipping-calculator-button:hover {
     color: var(--theme-blue);
}
 .cart_totals table.shop_table > tbody > tr > td a.shipping-calculator-button:hover:before, 
 .woocommerce-cart-form table.shop_table .button:hover {
     background: var(--theme-blue);
}
 .cart_totals table.shop_table > tbody > tr > td .woocommerce-shipping-calculator {
     width:200px;
     display: block;
     text-align:right;
}
 table .product-remove a.remove:hover {
     border-color: var(--theme-blue);
}
 .cart_totals table tbody tr.woocommerce-shipping-totals.shipping form.woocommerce-shipping-calculator a:after {
     content: none;
}
 .cart_totals table tbody tr.woocommerce-shipping-totals.shipping form.woocommerce-shipping-calculator input {
     font-size: 0.75rem !important;
     line-height: 140.62% !important;
     font-family: Poppins, sans-serif;
     color: #424242 !important;
     padding: 8px 12px;
     border: 1px solid #f2f2f2 !important;
     height: 34px;
}
 #calc_shipping_state_field span, #calc_shipping_country_field span {
     display: block;
     width: 100%;
}
 .cart .cart_totals table.shop_table>tbody>tr>td .shipping-calculator-form .select2 {
     height: 34px;
     line-height: 34px;
}
 .cart .cart_totals table.shop_table>tbody>tr>td .shipping-calculator-form {
     margin-top: 15px;
}
 .cart .cart_totals table tbody tr.woocommerce-shipping-totals.shipping form.woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
     font-size: 0.75rem;
     line-height: 140.62%;
     font-family: Poppins, sans-serif;
     color: #424242;
     padding: 8px;
     height: 34px;
}
 .select2-container--default .select2-selection--single .select2-selection__placeholder, .cart .cart_totals table.shop_table>tbody>tr>td .shipping-calculator-form .select2 span {
     color: #424242;
     height: 34px;
     line-height: 140.62%;
}
 .cart_totals table tbody tr.woocommerce-shipping-totals.shipping form.woocommerce-shipping-calculator .select2.select2-container .select2-selection {
     border: 1px solid #f2f2f2 !important;
     height: 34px;
     width: 100%;
}
 .cart_totals table tbody tr.woocommerce-shipping-totals.shipping form.woocommerce-shipping-calculator .select2.select2-container .select2-selection .select2-selection__arrow:before {
     font-size: 16px !important;
     line-height:33px;
     position: relative;
    left: 4px;
}
 .cart_totals table.shop_table > tbody > tr > td .shipping-calculator-form .select2 .dropdown-wrapper {
     visibility: hidden;
}
 .cart_totals table.shop_table>tbody>tr>td .shipping-calculator-form .button:hover {
     background: #000;
}
 .woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item td.product-price span.woocommerce-Price-amount.amount bdi, .woocommerce-cart table.shop_table.shop_table_responsive tr.cart-subtotal span.woocommerce-Price-amount.amount bdi {
     font-size: 0.875rem;
}
 .woocommerce-cart form.woocommerce-cart-form td.actions .coupon input#coupon_code, .woocommerce-cart form.woocommerce-cart-form td.actions .coupon label {
     font-size: 0.875rem;
}
 .cart_totals .woocommerce-shipping-destination>strong {
     color: #424242;
}
 table.shop_table.cart > tbody td.product-name a {
     font-weight: 300;
}
 .cross_sell .title-block h2 {
     font-weight: 300;
}
 .cart_totals table.shop_table > tbody > tr.shipping ul li label, .checkout .woocommerce-shipping-methods label {
     padding-left: 0;
}
 .cart_totals table.shop_table > tbody > tr.shipping ul li label:before, .checkout .woocommerce-shipping-methods label:before {
     content: none;
}
 .cart_totals table.shop_table > tbody > tr.shipping ul li {
     margin: 0;
}
.cart table.shop_table.cart > tbody > tr > td.product-name .variation {
    display:block;
}
/*cart page end*/
.woocommerce-table--order-details.order_details .order-product-cost {
    width: 8%;
}
.woocommerce-table--order-details.order_details .order-product-name {
    width: 30%;
}
.woocommerce-table--order-details.order_details .order-product-total {
    width: 32%;
}
.woocommerce table.shop_table th {
    padding: 9px 12px;
    text-align: center;
}
.woocommerce-table--order-details .product-action div {
	margin-bottom: 10px;
     margin-top: 10px;
}
.woocommerce-table--order-details .product-action div strong {
    display: table;
    line-height: 100%;
    margin-bottom: 7px;
    width: 100%;
}
.woocommerce-table--order-details .product-action div a {
    color: var(--theme-blue);
}
.cancel-modal-styling .modal-header h3{
     margin-top: 0;
    font-size: 0.875rem;
    margin-bottom: 0;
    text-transform: none;
}
.woocommerce-table--order-details td.product-name div a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    margin-right: 5px;
}
.woocommerce-table--order-details td.product-name div {
    display: table;
    line-height: 150%;
}
.woocommerce table.shop_table td {
    padding: 9px 12px;
    vertical-align: middle; 
    line-height: 1.5em;
    text-align: center;
}
.woocommerce table.shop_table.order_details td {
    border-bottom: 0 none;
    border-right: 0 none;
    line-height: 120%;
    text-transform: capitalize;
}
.woocommerce-view-order .woocommerce table.shop_table td.woocommerce-table__product-name.product-name img {
    width: 50px;
}
/*checkout page*/

.woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive th {
    color: #424242;
}
 .woocommerce-cart form.woocommerce-cart-form td.actions .coupon input#coupon_code, .woocommerce-cart form.woocommerce-cart-form td.actions .coupon label {
     font-size: 0.875rem;
}
 .woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
     font-size: 0.875rem;
}
 .checkout .woocommerce-info, .woocommerce-info a, .woocommerce-info a:hover, .checkout .shop_table th.product-name, .checkout .shop_table th.product-total, .checkout .shop_table .order-total th, .checkout h3, .checkout .woocommerce-checkout-review-order .checkout-review-order-table-wrapper .woocommerce-checkout-review-order-table .woocommerce-Price-amount, .checkout #ship-to-different-address label, .checkout #place_order {
     font-weight: 300;
}
 .checkout .shop_table th.product-total, .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-total, .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot tr td, .cart_totals table.shop_table > tbody > tr td {
     text-align: right;
}
 .checkout .order-total bdi, .woocommerce-info a:hover, .woocommerce-message a:hover {
     color: var(--theme-blue);
}
 .checkout #place_order:hover {
     background: var(--theme-blue)!important;
}
 .ywgc_apply_gift_card_button {
     background-color: var(--theme-blue) !important;
}
 .ywgc_apply_gift_card_button:hover {
     background-color:#000 !important;
}
 #giftcard_code {
     margin: 0 10px 0 0;
}
 .ywgc_enter_code {
     margin:0;
     padding:0;
}
 .ywgc_enter_code .form-row, .ywgc_enter_code p {
     padding: 0;
}
 .ywgc_enter_code > div {
     margin: 0;
}
 .ywgc_have_code {
     margin: 20px 0;
     display: none;
}
 abbr.required {
     border: none !important;
     text-decoration: none !important;
}
 a.add_address {
     background: var(--theme-blue) ;
     border: 0;
     font-size: 0.8125rem;
     text-transform: uppercase;
     padding: 0 20px;
     line-height: 40px;
     font-weight: 300;
}
 a.add_address::before {
     content: none !important;
}
 a.add_address:hover {
     background: #000;
}
 .btn-primary {
     border-radius: 0;
     box-shadow: none !important;
}
 .woocommerce-info:before, .woocommerce-message:before {
     color: var(--theme-blue) ;
}
 p.woocommerce-info.woocommerce_message a.config-add-style.btn.btn-primary {
     background: transparent;
     font-weight: 300;
     font-size: 0.875rem;
     color: #000 !important;
     border: 0;
     padding: 0;
}
 p.woocommerce-info.woocommerce_message a.config-add-style.btn.btn-primary:hover {
     background: transparent;
     color: var(--theme-blue)  !important;
}
 p.woocommerce-info.woocommerce_message a.config-add-style.btn.btn-primary:before {
     background: transparent;
}
 .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input, .checkout .form-row .woocommerce-input-wrapper .input-text {
     font-size: 0.875rem;
     padding: 0 20px;
}
 .checkout .form-row .woocommerce-input-wrapper textarea {
     line-height: 1.75rem !important;
}
 .woocommerce-checkout .woocommerce-additional-fields__field-wrapper label, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper textarea, .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td, .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping, table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, .checkout .woocommerce-checkout-review-order .checkout-review-order-table-wrapper .woocommerce-checkout-review-order-table tfoot th {
     font-size: 0.875rem;
     color: #424242;
}
 .select2.select2-container .select2-selection .select2-selection__arrow:before {
     font-size: 1.25rem !important;
     line-height: 40px;
}
 .checkout .form-row .woocommerce-input-wrapper .select, .checkout .form-row .woocommerce-input-wrapper .select option {
     font-weight: 300;
     padding: 8px 10px;
     font-size: 0.875rem;
     line-height: 160%;
     width: 100%;
}
 .wc-stripe-elements-field, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
     width: 100%;
}
 .wc-stripe-elements-field {
     padding: 10px;
}
 .checkout ul.payment_methods li label {
     padding-left: 0;
     margin-top: 0;
}
 .checkout .wc-credit-card-form .form-row {
     margin-bottom: 20px;
}
 .checkout ul.payment_methods li .woocommerce-SavedPaymentMethods-saveNew label {
     position: relative;
     float: none;
     width: 90%;
     padding-left: 10px;
}
 .checkout ul.payment_methods li .woocommerce-SavedPaymentMethods-saveNew label:after {
     border: solid var(--theme-blue) ;
     border-width: 0 1px 1px 0;
     content: "";
     position: absolute;
     left: -9px;
     top: 8px;
     width: 4px;
     height: 8px;
     border: solid var(--theme-blue);
     border-width: 0 1px 1px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
     display: none;
}
 .checkout ul.payment_methods li .woocommerce-SavedPaymentMethods-saveNew label::before {
     position: absolute;
     top: 6px;
     left: -14px;
     height: 14px;
     width: 14px;
     border: 2px solid #a3a3a3;
     content: "";
     cursor: pointer;
}
 .checkout ul.payment_methods li .woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method {
     height: 14px;
     transform: translateY(4px);
     -webkit-transform: translateY(4px);
     -moz-transform: translateY(4px);
     -o-transform: translateY(4px);
     visibility: hidden;
}
 .checkout ul.payment_methods li .woocommerce-SavedPaymentMethods-saveNew input:checked + label::after {
     display: block;
}
 .checkout ul.payment_methods li .woocommerce-SavedPaymentMethods-saveNew input:checked + label::before {
     border-color: var(--theme-blue);
}
 .woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before {
     top: 10px;
}
.main-archive-product .bwp-top-bar .woocommerce-error li{
    padding-left: 42px !important;
    padding: 12px 0px 12px 42px;
}
.ywgc_have_code .woocommerce-info::before, .woocommerce-cart .actions .coupon .woocommerce-error::before {
     top:12px;
}
 .checkout .ywgc_have_code .woocommerce-info::before, .checkout .actions .coupon .woocommerce-error::before {
     top:13px;
}
 .woocommerce .checkout_coupon button.button {
     background:var(--theme-blue);
}
 .woocommerce .checkout_coupon button.button:hover {
     background:#000;
}
 .checkout .checkout_coupon.woocommerce-form-coupon {
     overflow: hidden;
}
 .checkout .checkout_coupon .form-row {
     float: left;
     width: 50%;
}
 .checkout .checkout_coupon > .form-row, .checkout .form-row {
     margin-bottom: 20px;
}
 .checkout .checkout_coupon .form-row .input-text {
     margin-right: 10px;
}
/*dashboard my-acount*/
 .my-account .um-9872.um {
     margin-left: 0 !important;
}
 .woocommerce-account.woocommerce-page .manage-address-note-outer {
     display: block;
     margin-left: 0;
}
 .woocommerce-account.woocommerce-page .manage-address-note-style {
     display: block;
     margin-bottom: 20px;
}
 body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--ma-manage-address a:before {
     content: none;
}
 .woocommerce-checkout-payment ul.wc_payment_methods.payment_methods.methods li.wc_payment_method.payment_method_paypal .payment_box.payment_method_paypal p {
     font-size: 0.875rem;
     line-height: 160%;
}
 .artist-dashboard a.full-print {
     margin-right: 10px;
}
 .artist-dashboard a.print-button::before {
     content: none;
}
 .artist-dashboard .print-button:active, .artist-dashboard .print-button:hover {
     background-color: #000 !important;
     border: 1px solid #000 !important;
}
 .artist-dashboard .print-button {
     float: left;
}
 .artist-dashboard .mvx_headding2 {
     width: 100%;
     margin: 0;
}
 .artist-dashboard .mvx_headding3 {
     padding: 15px 0;
}
 .btn-artist.import-fair-user {
     border-radius: 4px;
     text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    padding: 9px 20px;
    line-height: 20px;
}
 .btn-artist.import-fair-user:hover {
     background: #000 !important;
     color: #fff;
     border-color: #000 !important;
}

 .form-login-register .active-login:hover {
     background: #000;
}
 .checkout .woocommerce-checkout-review-order .checkout-review-order-table-wrapper .woocommerce-checkout-review-order-table strong .woocommerce-Price-amount, .cart_totals table.shop_table > tbody > tr.order-total .woocommerce-Price-amount, .cart_totals table.shop_table > tbody > tr.order-total > td span bdi {
     font-size: 0.875rem;
     font-weight: bold;
     line-height: 160%;
}
 .woocommerce-info, .woocommerce-message {
     border-top: 3px solid var(--theme-blue);
}
 .select2.select2-container .select2-selection {
     border-bottom: 2px solid #ddd !important;
     border-radius: 0 !important;
     border-top: 0 !important;
     border-right: 0 !important;
     border-left: 0 !important;
}
 .checkout .woocommerce-checkout-payment .payment_methods .payment_box {
     font-size: 0.875rem;
     line-height: 150%;
}
.checkout .select2.select2-container .select2-selection {
    padding:0 0 0 20px !important;
}
/*quick view wishlist css*/
 .woosw-content-item--add p.product.woocommerce.add_to_cart_inline a.button.product_type_simple, 
 .woosw-content-item--add p.product.woocommerce.add_to_cart_inline a.button.product_type_variable.add_to_cart_button {
     width: auto;
     text-align: center;
     min-width: 125px;
     display: block !important;
     text-transform: uppercase;
}
.woosw-list .woosw-content-items .woosw-content-item--actions {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.woosw-list .woosw-content-items .woosw-content-item--actions .woosw-content-item--add a {
    line-height: 22px;
    padding: 9px 15px !important;
    font-size: 12px !important;
    text-transform: uppercase;
}
 .woosw-list .woosw-content-items .woosw-content-item--actions .woosw-content-item--add a:hover {
     background: #000;
}
 .woosw-content-items .woosw-content-item--add a:hover {
     background: black;
}
.woosw-content-items .woosw-content-item--price ins .woocommerce-Price-amount {
  color: var(--theme-blue);
}
 .woosw-content-items .woosw-content-item--price {
     color: var(--theme-blue);
}
 .woosw-list .woosw-actions .woosw-copy .woosw-copy-url input {
     font-size: 0.875rem;
}
 .woocommerce-order-received .woocommerce-customer-details .woocommerce-columns .woocommerce-column, .woocommerce-view-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
     margin-top: 0;
}
 .um-field-checkbox-option, .um-field-radio-option, .um .um-form input[type="text"], .um .um-form input[type="search"], .um .um-form input[type="tel"], .um .um-form input[type="password"], .um .um-form textarea {
     color: #424242 !important;
}
 .um-clear {
     clear: inherit;
}
 .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, 
 .woosw-list .woosw-actions .woosw-copy .woosw-copy-btn input,
 .woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-page a,
 .woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-continue {
     font-weight: 300;
}
 .woosw-list .woosw-actions .woosw-copy .woosw-copy-url input {
     min-width: 100%;
}

/* Thankyou page style */
 .woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received, .woocommerce-view-order .woocommerce .woocommerce-thankyou-order-received {
     border: 2px dashed var(--theme-blue);
     color: var(--theme-blue);
     font-weight: 300;
}
 ul.wc-item-meta {
     padding: 0;
}

 ul.wc-item-meta li {
     list-style: none;
     display: flex;
     flex-wrap: wrap;
     align-items: baseline;
}
 ul.wc-item-meta li strong.wc-item-meta-label {
     margin-right: 5px;
}
 ul.wc-item-meta p {
     margin-bottom: 5px;
}
 ul.wc-item-meta li:first-child {
     margin-top: 5px;
}
 .my-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
     font-weight: 300;
}
 .my-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status p {
     font-weight: 300;
}
 .custom_multiple_billing_address h3 {
     position: relative;
     cursor: pointer;
}
 .custom_multiple_billing_address .form-row {
     margin-left: 0;
     margin-right: 0;
}
 .form-link-gift-card-to-user button, .gift-card-panel-title-container button {
    background-color: var(--theme-blue) ;
    border-color: var(--theme-blue)  !important;
    cursor: pointer;
    color: #fff !important;
    display: inline-block;
    box-shadow: none !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 15px !important;
    font-size: 12px !important;
    line-height: 26.9px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0 !important;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 .gift-card-panel-title-container button {
     margin-top: 10px !important;
}
 .form-link-gift-card-to-user button:hover, .gift-card-panel-title-container button:hover {
     background-color: #000 !important;
     border-color: #000 !important;
}
 .form-link-gift-card-to-user input#ywgc-link-code {
     width: 30%;
}
 .gift-card-panel-title-container h2 {
     font-weight: 400;
}
 .woosw-list .woosw-content-items .woosw-content-item--name a{
     color: #000;
}
.woocommerce-cart .woocommerce-cart-form .actions .coupon {
    display: block;
}
.woocommerce-cart .woocommerce-cart-form .actions .coupon .button.disabled {
  display: none;
}
/* Thankyou page style ends */
.um-field-error {
    background:var(--theme-blue);
}
.um-field-arrow {
    color:var(--theme-blue);
}
.um-field-error:hover i {
    color:var(--theme-blue);
}
.um-field-checkbox:hover .um-field-error i, 
.um-field-radio:hover .um-field-error i {
    color:var(--theme-blue);
}
.woocommerce-account #customer_login .box-content input {
    height: 50px !important;
}
.woocommerce-account #customer_login .box-content .username input, 
.woocommerce-account #customer_login .box-content .password input, 
.woocommerce-account #customer_login .box-content .email input {
    padding: 0 15px;
    color: #424242;
}
.woocommerce-view-order .woocommerce table.shop_table.order_details td {
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}
.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .ywgc_have_code .woocommerce-info::before {
    top: 12px;
}
.checkout .woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
    list-style: none;
}
.checkout .woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    padding: 0 10px;
}
.checkout .woocommerce-checkout-payment li.woocommerce-SavedPaymentMethods-token input,
.checkout .woocommerce-checkout-payment  li.woocommerce-SavedPaymentMethods-new input {
    visibility: hidden;
    height: 14px;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
}
.checkout .woocommerce-checkout-payment  li.woocommerce-SavedPaymentMethods-new label,
.checkout .woocommerce-checkout-payment li.woocommerce-SavedPaymentMethods-token label,
#payment .methods li.woocommerce-SavedPaymentMethods-token label,
#payment .methods li.woocommerce-SavedPaymentMethods-new label {
    padding-right:0;
    display: block;
    padding-left:20px;
}
.checkout .woocommerce-checkout-payment li.woocommerce-SavedPaymentMethods-token label::before,
.checkout .woocommerce-checkout-payment  li.woocommerce-SavedPaymentMethods-new label:before {
    position: absolute;
    top: 5px;
    left:0;
    height:12px;
    width:12px;
    border: 1px solid #a3a3a3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
}
.checkout .woocommerce-checkout-payment li.woocommerce-SavedPaymentMethods-token label::after,
.checkout .woocommerce-checkout-payment  li.woocommerce-SavedPaymentMethods-new label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 6px;
    height: 6px;
    border:1px solid var(--theme-blue);
    background: transparent;
    border-radius: 15px;
    -webkit-border-radius: 50%;
    display: none;  
}
.checkout .woocommerce-checkout-payment li.woocommerce-SavedPaymentMethods-token input:checked + label::before,
.checkout .woocommerce-checkout-payment  li.woocommerce-SavedPaymentMethods-new input:checked + label::before {
    background: transparent;
    border-color: var(--theme-blue);
}
.checkout .woocommerce-checkout-payment li.woocommerce-SavedPaymentMethods-token input:checked + label::after,
.checkout .woocommerce-checkout-payment  li.woocommerce-SavedPaymentMethods-new input:checked + label::after {
    display: block;
    visibility: visible;
    opacity: 1;
    background: var(--theme-blue);
}
.woocommerce-account .box-form-login .form-login,
.woocommerce-account .um-field {
    padding-top:0;
}
.woocommerce-account .um-field .g-recaptcha{
    margin-left: 0;
}
.woocommerce-account .um-field {
    margin-bottom: 15px;
}
.woocommerce-account .um {
    margin-bottom:0 !important;
}
.woocommerce-account .um-row._um_row_1 {
    margin-bottom: 20px !important;
}
.woocommerce-account .form-register .um-field-label {
    margin: 0;
}
.woocommerce-account #customer_login .button-login input[type="submit"] {
    background: var(--theme-blue) ;
}
.woocommerce-account #customer_login .button-login input[type="submit"]:hover {
    background: #000;
}
.checkout .form-row .woocommerce-input-wrapper #billing_alt {
    background-image:url("../images/select_down.svg");
    background-position:100%;
    background-repeat:no-repeat;
    background-size:9px;
}
/*order return modal*/
.return-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control, 
.return-modal-styling form.wpcf7-form label.order-id-prefilled, 
.return-modal-styling form.wpcf7-form label.pn-prefilled, 
.return-modal-styling form.wpcf7-form label, 
.return-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap.details textarea.wpcf7-form-control.wpcf7-textarea,
.cancel-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control, 
.cancel-modal-styling form.wpcf7-form label.order-id-prefilled, 
.cancel-modal-styling form.wpcf7-form label.pn-prefilled, 
.cancel-modal-styling form.wpcf7-form label, 
.cancel-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap.cancel-details textarea.wpcf7-form-control.wpcf7-textarea{
    width: 100%;
}
.return-modal-styling form.wpcf7-form label,
.cancel-modal-styling form.wpcf7-form label{
    color: #424242;
    font-weight: 300;
    font-size: 0.875rem !important;
}
.return-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control, 
.return-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap select.wpcf7-select,
.cancel-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control, 
.cancel-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap select.wpcf7-select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #424242;
    font-weight: 300;
    border: 1px solid #ddd;
    margin-bottom: 7px;
}
span.wpcf7-form-control-wrap.cancel-vendor-email,
span.wpcf7-form-control-wrap.cancel-customer-email,
span.wpcf7-form-control-wrap.cancel-item-id{
    display: none;
}
.return-modal-styling form.wpcf7-form input#order_id, 
.return-modal-styling form.wpcf7-form input#product_name, 
.return-modal-styling form.wpcf7-form select.wpcf7-select , 
.return-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap.details textarea.wpcf7-form-control.wpcf7-textarea,
.cancel-modal-styling form.wpcf7-form input#order_id, 
.cancel-modal-styling form.wpcf7-form input#product_name, 
.cancel-modal-styling form.wpcf7-form select.wpcf7-select , 
.cancel-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap.cancel-details textarea.wpcf7-form-control.wpcf7-textarea{
    margin-top: 8px;
}
.return-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control,
.cancel-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control{
    margin-top: 7px;
}
.return-modal-styling form.wpcf7-form label.order-id-prefilled,
.cancel-modal-styling form.wpcf7-form label.order-id-prefilled{
    margin-top: 7px;
}
.return-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap.details textarea.wpcf7-form-control.wpcf7-textarea,
.cancel-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap.cancel-details textarea.wpcf7-form-control.wpcf7-textarea{
    color: #424242;
}
.return-modal-styling form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.btn.btn-primary,
.cancel-modal-styling form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    background: var(--theme-blue) ;
    font-size: 0.875rem !important;
    font-weight: 300 !important;
    line-height: 1.4;
    border: 0;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
}
.cancel-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control{
    cursor: not-allowed;
    background-color: #eee;
}
.cancel-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control:hover,
.cancel-modal-styling form.wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control:focus{
    background-color: transparent;
}
.return-modal-styling form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:hover,
.cancel-modal-styling form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:hover {
    background: #000;
}
.return-modal-styling form.wpcf7-form span.wpcf7-not-valid-tip,
.cancel-modal-styling form.wpcf7-form span.wpcf7-not-valid-tip{
    color: var(--theme-blue)  !important;
}
.return-modal-styling form.wpcf7-form div.wpcf7-validation-errors,
.cancel-modal-styling form.wpcf7-form div.wpcf7-validation-errors{
    border: 2px solid var(--theme-blue) !important;
    margin-top: 8px;
}
div.modal.fade.return-modal-styling,
div.modal.fade.cancel-modal-styling {
    background: #0000006b;
}
.form-login-register .box-form-login .rememberme-lost .lost_password a:hover::before {
    background: var(--theme-blue);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color:var(--theme-blue);
}
.woocommerce-info::before, .woocommerce-message::before, .woocommerce-error::before {
    color:var(--theme-blue);
}

.single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch,
.quickview-container .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch{
    border-color:#ccc; 
    margin-bottom: 5px;
}
/*woocommerce checkout order detail*/
.woocommerce-checkout .woocommerce table.shop_table td.woocommerce-table__product-name.product-name img {
    width: 50px;
    margin-right: 10px;
    float: left;
}
.woocommerce-checkout .woocommerce table.shop_table.order_details td{
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
}
.woocommerce-checkout .woocommerce table.shop_table.order_details td div strong{
     text-align: center;
     display: block;
     justify-content: center;
}

/*woocomerce dashboard css starts here*/
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--members-area {
    display: none;
}
.woocommerce-MyAccount-navigation ul {
  margin-bottom: -2px;
}
.woocommerce-account .page-title.bwp-title{
    display: none;
}
.woocommerce-MyAccount-navigation {
    background: transparent;
    border: 1px solid #dcdcdc;
    margin-bottom: 60px;
    padding: 0px;
}
.woocommerce-MyAccount-navigation ul li {
    color: #7a7a7a;
    line-height: 26px;
    margin-bottom: 1px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    list-style-type: none;
    padding: 0px 20px;
    vertical-align: middle;
}
table.shop_table thead, .table.shop_table thead {
    background: #797777;
    border: 1px solid #d3d3d3;
}
table.shop_table > thead > tr > th, .table.shop_table > thead > tr > th, table.shop_table > tbody > tr > th, .table.shop_table > tbody > tr > th, table.shop_table > tfoot > tr > th, .table.shop_table > tfoot > tr > th{
    color: #fff;
    text-transform: capitalize;
}
table.shop_table thead th, .table.shop_table thead th {
    font-size: 13px;
}

element.style {
    display: table-cell;
    width: 260px;
}
.woocommerce-MyAccount-navigation {
    background: transparent;
    border: 1px solid #dcdcdc;
    padding: 0px;
    width: 23.5%;
    margin-bottom: 0;
}
.woocommerce-MyAccount-content {
    width: 76.5%;
    border: 1px solid #dcdcdc;
    border-left: 0;
}
.woocommerce-content-wrapper{
    padding: 20px 35px 20px 3%;
}
.woocommerce-orders table.shop_table tbody tr:nth-child(2n) td{
  background: #f7f7f7;
}
.account-page-style {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.mvx_top_logo_div {
    padding: 10px;
}
.mvx_top_logo_div h3 {
  font-weight: 300;
  color: #343434;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 20px 0 10px;
}
h3.page-title{
  color: #3f3f3f;
  font-size: 17px !important;
  text-transform: capitalize;
  font-weight: 300;
  margin: 0px !important;
  padding: 0 !important;
}
.title-wrapper{
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 20px;
}
.shop_table{
    padding: 20px 35px 20px 3%;
}
.woosw-list .woosw-actions .woosw-copy .woosw-copy-btn {
    right: 0px;
}
.woosw-list .woosw-actions .woosw-copy .woosw-copy-btn input {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    padding: 6px 30px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    clear: both;
    padding: 5px 0 10px 0;
    }
.woocommerce-error li:first-child, .woocommerce-info li:first-child, .woocommerce-message li:first-child {
    padding-top: 0px;
}    
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-top: 20px;
    }    
.woocommerce-account legend {
    font-weight: 300;
    font-size: 1.063rem;
    line-height: 140%;
    margin-bottom: 15px;
    } 
.woocommerce-content-wrapper .pagetitle, .woocommerce-MyAccount-content h3 strong, .woocommerce-view-order .woocommerce-order-details .woocommerce-order-details__title, .woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title{
  text-transform: capitalize !important;
  font-size: 1.063rem;
}

.mt-20{
    margin-top: 20px;
}   

.dashbord-button-part {
    margin-top: -8px;
    margin-bottom: 10px;
}

/*dashboard-guest-deatil-part css*/
.dashboard-guest-deatil-part .dashboard-guestdeatil-headpart{
    background: #797777;
    color:#fff;
}
.dashboard-guest-deatil-part .dashboard-guestdeatil-countpart{
    width:10%;
    padding:10px 10px;
}
.dashboard-guest-deatil-part .dashboard-guestdeatil-emailpart, .dashboard-guest-deatil-part .dashboard-guestdeatil-namepart{
    width:45%;
    padding:10px 10px;
}
.dashboard-guest-deatil-part .dashboard-guestdeatil-namepart{
    border-right:1px solid #e4e4e4;
    border-left:1px solid #e4e4e4;
}
.dashboard-guest-deatil-part .dashboard-guestdeatil-headpart{
    border: 1px solid #e4e4e4;
}
.dashboard-guestdeatil-mainpart .dashboard-guestdeatil-list{
    border: 1px solid #e4e4e4;
    border-top:0;
}
.dashboard-guest-deatil-part .dashboard-guestdeatil-headpart .dashboard-guestdeatil-emailpart, .dashboard-guest-deatil-part .dashboard-guestdeatil-headpart .dashboard-guestdeatil-namepart{
    border-left:0;
    border-right:0;
}
.participents-wrapper{
    text-align: left;
    display: flex !important;
    flex-wrap: wrap;
}
.participents-wrapper p.participents-heading{
    margin: 0 0 5px 0;
    flex: 0 0 100%;
}
.participents-wrapper p.participents-heading strong{
    text-align: left !important;
}
.participents-wrapper p{
    margin-bottom: 0;
    font-size: 0.8rem;
}
.participents-rank{
    flex: 0 0 100%;
}
.participents-email{
    flex: 0 0 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
}
.item-detail, .item-detail strong{
    text-align: left;
}
/*woocommerce-cart*/
.woocommerce-cart .participents-wrapper{
    margin-top: 10px;
}
.woocommerce-cart .participents-rank{
    flex: 0 0 100%;
}
.woocommerce-cart .participents-email {
   flex: 0 0 100%;
}
.woocommerce-cart .participents-email:not(:last-child){
    margin-bottom: 6px;
}
.woocommerce-cart table.shop_table td.product-name{
    text-align: left;
}

/*workshop dashbard tabel width adjustment*/
.page-id-3485 .woocommerce-content-wrapper table.shop_table th:nth-child(1), 
.page-id-3485 .woocommerce-content-wrapper table.shop_table th:nth-child(2), 
.page-id-3485 .woocommerce-content-wrapper table.shop_table th:nth-child(5),
.page-id-3485 .woocommerce-content-wrapper table.shop_table td:nth-child(1),  
.page-id-3485 .woocommerce-content-wrapper table.shop_table td:nth-child(5) {
    width: 16.66%;
}
.page-id-3485 .woocommerce-content-wrapper table.shop_table td:nth-child(2){
     width: 18%;
     padding: 0px 5px;
}
.page-id-3485 .woocommerce-content-wrapper table.shop_table th:nth-child(3),
.page-id-3485 .woocommerce-content-wrapper table.shop_table td:nth-child(3),
 {
    width: 20%;
}
.page-id-3485 .woocommerce-content-wrapper table.shop_table th:nth-child(4),
.page-id-3485 .woocommerce-content-wrapper table.shop_table td:nth-child(4) {
    width: 30%;
}
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr.woocommerce-table__line-item.order_item .participents-wrapper p{
    margin-right: 10px;
}
.woocommerce-view-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr.woocommerce-table__line-item.order_item .participents-wrapper{
    margin-top: 10px;
}


/* media css starts */
 @media (max-width:1199px) {
     .woocommerce-orders table.woocommerce-orders-table thead > tr > th, 
     .woocommerce-orders table.woocommerce-orders-table tbody > tr > td {
         padding: 12px 8px;
         font-size: 0.875rem;
    }
    .cart_totals table.shop_table > tbody > tr > td .woocommerce-shipping-calculator {
         width: 150px;
         float: right;
         clear: both;
    }
    .woocommerce-cart .participents-rank{
        flex: 0 0 50%;
    }
    .woocommerce-cart .participents-email {
       flex: 0 0 50%;
    }
}
 @media (max-width:1080px) {
   .woocommerce table.shop_table td:nth-child(2) {
    font-size: 0.8125rem;
   }
 }
 @media (max-width:991.98px) {
     .woocommerce-orders table.woocommerce-orders-table thead > tr > th, .woocommerce-orders table.woocommerce-orders-table tbody > tr > td {
         padding: 12px 5px;
         font-size: 0.875rem;
    }


}
 @media (max-width: 818px) {
     p.woocommerce-info.woocommerce_message a.config-add-style.btn.btn-primary {
         margin-left: 0;
         margin-top: 10px;
    }
}
 @media only screen and (max-width: 767px) {
    .woosw-content-item--add p.product.woocommerce.add_to_cart_inline a.button.product_type_simple, 
     .woosw-content-item--add p.product.woocommerce.add_to_cart_inline a.button.product_type_variable.add_to_cart_button {
         min-width: 131px;
    }
    .woosw-list .woosw-content-items .woosw-content-item--actions {
        align-items: center;
    }
 	.woocommerce-table--order-details td.woocommerce-table__product-action.product-action div {
		margin-bottom: 8px;
	}
     .woocommerce-account #customer_login .box-content {
         padding: 0;
    }
     .woocommerce-account #customer_login .box-form-login {
         height: auto;
         margin: 0px;
    }
     .woocommerce-account #customer_login h2 {
         padding: 40px 15px 20px 15px;
    }
     .woocommerce-account #customer_login .form-login, .woocommerce-account #customer_login .form-register {
         padding:0 15px;
    }
     .woocommerce-account #customer_login .button-login input[type=submit], .woocommerce-account #customer_login .button-register input[type=submit] {
         max-width: 100%;
    }
     .form-login-register .box-form-login {
         max-width: 310px;
         left: 0;
         right: 0;
    }
     .artist-dashboard a.print-button {
         font-size: 0.7375rem;
    }
     .woocommerce-order-details__title, .woocommerce-column__title {
         margin: 0 0 10px;
    }
     .woocommerce-order-received .woocommerce-thankyou-order-details {
         margin-bottom: 30px;
    }
     .woocommerce-customer-details {
         margin-top: 30px;
    }
     .cross_sell .title-block h2 {
         font-size: 1.125rem;
    }
     .order-number-tag > .row > .col-md-6:nth-child(2) {
         text-align: left;
    }
     .order-number-tag .btn-group {
         display: block;
    }
     .woocommerce-MyAccount-navigation ul li {
         padding: 10px 10px;
    }
     .form-link-gift-card-to-user input#ywgc-link-code {
         width: 35%;
    }
     .checkout .checkout_coupon .form-row, .ywgc_enter_code .form-row {
         float: none;
         width: 100%;
    }
    .woocommerce-cart-form table.shop_table,
    .cart table.shop_table.cart tbody,
    .cart table.shop_table.cart tbody > tr,
    .cart table.shop_table.cart tbody > tr > td {
        min-width:100%;
        width:100%;
        display:block;
    }
    .cart table.shop_table.cart > thead th {
        display:none;
    }
    .cart table.shop_table.cart tbody > tr > td {
        position: relative;
        padding-left: 35%;
        text-align: right;
        border-left:0 !important;
        border-right:0 !important;
        border-top:0 !important;
        border-bottom: 1px solid #eee !important;
        display:block;
        font-size:0.875rem;
    }
    .cart table.shop_table.cart tbody > tr > td.actions {
        padding: 10px;
        text-align: left;
    }
    .cart table.shop_table.cart tbody > tr > td::before {
        position: absolute;
        top: 15px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
    }
    .cart table.shop_table.cart tbody > tr > td:nth-of-type(3)::before {
        content: "Product:";
    }
    .cart table.shop_table.cart tbody > tr > td:nth-of-type(4)::before {
        content: "Price:";
    }
    .cart table.shop_table.cart tbody > tr > td:nth-of-type(5)::before {
        content: "Quantity:";
    }
    .cart table.shop_table.cart tbody > tr > td:nth-of-type(6)::before {
        content: "Subtotal";
    }
    .cart table.shop_table.cart tbody > tr > td.product-quantity .quantity {
        display: flex;
        align-items: self-end;
        justify-content: right;
        flex-wrap: nowrap;
    }
    .cart table.shop_table.cart tbody > tr > td.product-remove {
        padding:20px;
        border-top:1px solid #eee !important;
    }
    .woocommerce-cart form.woocommerce-cart-form td.actions .coupon input#coupon_code, 
    .woocommerce-cart form.woocommerce-cart-form td.actions .coupon label {
        font-size: 0.875rem;
        display: block;
        margin: 10px 0 0;
        width: 100%;
    }
    .cart table.shop_table.cart tr td.actions .coupon button.button {
        margin-top:10px;
    }
    .cart table.shop_table.cart > tbody > tr > td a {
        font-size:0.875rem;
    }
    .cart table.shop_table.cart tbody > tr > td.product-remove .remove {
        top: calc(50% - 14px);
        font-size:0;
    }
    .faq-tab-list .nav-tabs>li {
        display: block;
        padding: 0 0 5px;
        width: 100%;
    }
    .faq-tab-list .nav-tabs>li>a {
        margin:0;
    }
    .woocommerce-account #customer_login .box-form-login .um-9871.um {
        max-width: 100%;
    }
    .woocommerce-account #customer_login .box-form-login #um-submit-btn {
        width: 100% !important;
    }
    .woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .ywgc_have_code .woocommerce-info::before {
        top: 14px;
    }
    .um.um-register.um-9871.uimob800 label.um-field-radio.um-field-half {
        width: 100%;
    }
    .woocommerce-account #customer_login .box-content label.um-field-radio.um-field-half input {
        height: auto !important;
    }
    /*woocomerce dashboard css */
    .woocommerce-MyAccount-content {
        border-left: 1px solid #dcdcdc !important;
        width: 100%;
    }
    .woocommerce-content-wrapper {
        padding: 10px 15px 10px 15px;
    }
    .woocommerce-checkout .woocommerce table.shop_table.order_details td div strong {
     text-align: end; 
    display: block;
    }
    
    /*.woocommerce-orders table.woocommerce-orders-table {
        border: 1px solid #d3d3d3;
    }*/

    .woocommerce-cart .participents-wrapper{
        text-align: right;
    }
    .woocommerce-cart .participents-rank{
        flex: 0 0 100%;
    }
    .woocommerce-cart .participents-email {
       flex: 0 0 100%;
    }
    /*workshop dashbard tabel width adjustment*/
    .page-id-3485 .woocommerce-content-wrapper table.shop_table th:nth-child(1), 
    .page-id-3485 .woocommerce-content-wrapper table.shop_table th:nth-child(2), 
    .page-id-3485 .woocommerce-content-wrapper table.shop_table th:nth-child(5),
    .page-id-3485 .woocommerce-content-wrapper table.shop_table td:nth-child(1), 
    .page-id-3485 .woocommerce-content-wrapper table.shop_table td:nth-child(2), 
    .page-id-3485 .woocommerce-content-wrapper table.shop_table td:nth-child(5) {
        width: auto;
    }
    .page-id-3485 .woocommerce-content-wrapper table.shop_table th:nth-child(3),
    .page-id-3485 .woocommerce-content-wrapper table.shop_table td:nth-child(3) {
        width: auto;
    }
    .page-id-3485 .woocommerce-content-wrapper table.shop_table th:nth-child(4),
    .page-id-3485 .woocommerce-content-wrapper table.shop_table td:nth-child(4) {
        width: auto;
    }
    .item-detail, .item-detail strong{
        text-align: right;
    }
    .woocommerce-table__line-item.order_item td.woocommerce-table__product-name.product-name {
        padding-left: 7.5px !important;
    }
    td.woocommerce-table__product-name.product-name .item-detail {
        position: relative;
        padding-left: 35% !important;
    }
}


 @media only screen and (max-width: 575px) {
     .woocommerce-account #customer_login label, .woocommerce-account #customer_login .box-content .username input, .form-login-register .box-form-login .content .username input {
         font-size: 0.875rem;
    }
     .woocommerce-account #customer_login h2, .form-login-register .box-form-login h2 {
         font-size: 1.25rem;
    }
     a.add_address {
         margin-top: 10px;
    }
     .artist-dashboard a.print-button {
         font-size: 0.8125rem;
         width: 180px;
    }
     .-archive_wrapper .comment-list .review-list {
         width: 100%;
    }
     .artist-dashboard .order-number-tag .btn-group {
         display: flex;
         justify-content: space-between;
         float: none;
    }
     .artist-dashboard a.print-button {
         font-size: 0.8125rem;
         width: 49%;
    }
     table.shop_table tbody > tr > td {
         display: block;
         position: relative;
         border: none !important;
         border-bottom: 1px solid #eee !important;
         position: relative;
         padding-left: 30% !important;
         text-align: right;
    }
    table.shop_table tbody > tr > td:last-child {
         border: 0 !important;
    }
    table.shop_table thead > tr > th {
         display: none;
    }
    table.shop_table tbody > tr > td:before {
         position: absolute;
         top: 15px;
         left: 6px;
         width: 45%;
         padding-right: 10px;
         white-space: nowrap;
         font-weight: 300 !important;
         text-align: left;
    }
     .woocommerce-orders table.woocommerce-orders-table tbody > tr > td:nth-of-type(1):before {
         content: "Order ID:";
    }
     .woocommerce-orders table.woocommerce-orders-table tbody > tr > td:nth-of-type(2):before {
         content: "Order Date:";
    }
     .woocommerce-orders table.woocommerce-orders-table tbody > tr > td:nth-of-type(3):before {
         content: "Product Status:";
    }
     .woocommerce-orders table.woocommerce-orders-table tbody > tr > td:nth-of-type(4):before {
         content: "Total Amount:";
    }
     .woocommerce-orders table.woocommerce-orders-table tbody > tr > td:nth-of-type(5):before {
         content: "Actions:";
    }
    /*membership table*/
     table.my_account_memberships tbody > tr > td:nth-of-type(1):before {
         content: "Plan:";
    }
     table.my_account_memberships tbody > tr > td:nth-of-type(2):before {
         content: "Start:";
    }
     table.my_account_memberships tbody > tr > td:nth-of-type(3):before {
         content: "Expires:";
    }
     table.my_account_memberships tbody > tr > td:nth-of-type(4):before {
         content: "Status:";
    }
     table.my_account_memberships tbody > tr > td:nth-of-type(5):before {
         content: "Next Bill On:";
    }
    /*payment table*/
     table.woocommerce-MyAccount-paymentMethods  tbody > tr > td:nth-of-type(1):before {
         content: "Method:";
    }
     table.woocommerce-MyAccount-paymentMethods  tbody > tr > td:nth-of-type(2):before {
         content: "Expires:";
    }
    /*payment table ends*/
    .woocommerce-orders table.woocommerce-orders-table tbody > tr > td {
        text-align: right;
    }
    .my-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
        font-weight: 300;
    }
    table.shop_table thead, .table.shop_table thead {
        border: none;
    }
    .woocommerce table.shop_table, .woocommerce-page table.shop_table {
        border: 1px solid #d3d3d3 !important;
    }
     .woocommerce-account .status-publish .pagetitle.my-acc-username-style {
         font-size: 1.375rem;
    }
     .form-link-gift-card-to-user input#ywgc-link-code {
         width: 100%;
    }
     .form-link-gift-card-to-user button {
         margin-top: 10px !important;
    }
    .woocommerce-view-order .return-modal-styling form.wpcf7-form input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .dashboard-guest-deatil-part .dashboard-guestdeatil-namepart{
        width: 40%
    }
    .dashboard-guest-deatil-part .dashboard-guestdeatil-emailpart{
        width: 50%
    }
}

 @media (max-width:400px) {
     .artist-dashboard .order-number-tag .btn-group {
         display: block;
     }
     .artist-dashboard a.print-button {
         width: 180px;
     }
     .shop_table{
          padding: 20px 5px;
     }
}
 @media only screen and (max-width: 380px) {
     .woosw-content .woosw-content-bot .woosw-content-bot-inner span.woosw-page, .woosw-content .woosw-content-bot .woosw-content-bot-inner span.woosw-page a, .woosw-content .woosw-content-bot .woosw-content-bot-inner span.woosw-continue {
         width: 100%;
         text-align: center;
    }
     .checkout .woocommerce-checkout-payment .payment_methods .about_paypal {
         float: none;
         display: block;
         margin-top: 10px;
    }
     .woocommerce-checkout table.shop_table tr td, .woocommerce-checkout table.shop_table tr th {
         padding: 16px;
    }
     .my-account .woocommerce-input-wrapper select {
         padding: 0 2px;
         background-position: calc(100% - 27px) calc(1em + 7px), calc(100% - 21px) calc(1em + 7px), calc(100% - -2.5em) 0.5em;
    }
     .my-account .woocommerce-input-wrapper select:focus {
         background-position: calc(100% - 17px) calc(1em + 7px), calc(100% - 23px) calc(1em + 7px), calc(100% - -0.5em) 0.5em;
    }
     .address-label a, .custom_multiple_billing_address h3 {
         font-size: 12px;
    }
    .ywgc_have_code .woocommerce-info::before, 
    .woocommerce-cart .actions .coupon .woocommerce-error::before {
        top: 17px;
    }
    .woocommerce-table--order-details td.product-name div{
        white-space: pre-line;
       /* width: 80%;
        float: right;*/
        clear: both;
        overflow: hidden;
    }
    .woocommerce-checkout .woocommerce table.shop_table.order_details td div strong {
         text-align: end; 
        display: block;
    }
}
@media only screen and (max-width: 348.5px) {
    .nf-breadcrumbs li:nth-child(2) {
      position: relative;
      left: 12px;
    }
}