/* ..######...########.##....##.########.########.....###....##......
/* .##....##..##.......###...##.##.......##.....##...##.##...##......
/* .##........##.......####..##.##.......##.....##..##...##..##......
/* .##...####.######...##.##.##.######...########..##.....##.##......
/* .##....##..##.......##..####.##.......##...##...#########.##......
/* .##....##..##.......##...###.##.......##....##..##.....##.##......
/* ..######...########.##....##.########.##.....##.##.....##.######## */


.onestep-cart {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    flex-direction: row-reverse;
}

.onestep-cart__cart {
    width: 45%;
}

.onestep-cart__checkout {
    width: 55%;
}

.onestep-cart-form {
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
}

.onestep-cart-form H3 {
    margin: 0 0 24px 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

/* 16x16 Icons -------------- */
.onestep-cart i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("/wa-apps/shop/plugins/onestep/img/icons.png"); background-size: 260px 160px; }
.onestep-cart * i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }

.onestep-cart .icon16.remove {
    background-position: -96px -16px;
    filter: grayscale(1);
}

.onestep-cart .self-shipping__title {
    cursor: pointer;
}

.onestep-cart .icon16.like { background-position:0 -16px; margin-top: 0; }
.onestep-cart .icon16.loading { background-image: url("/wa-apps/shop/plugins/onestep/img/loading16.gif"); background-size: 16px 16px; background-position:0 0; }

/* 32x32 Icons -------------- */
.onestep-cart i.icon32 { background-size: 32px 32px; background-repeat:no-repeat; height:32px; width:32px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
.onestep-cart * i.icon32 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.onestep-cart .icon32.loading { background-image: url("/wa-apps/shop/plugins/onestep/img/loading32.gif"); background-position:0 0; }

/* Misc elements ---------------- */
.onestep-cart .block { padding: 10px; }
.onestep-cart .inline-link { text-decoration: none !important; }
.onestep-cart .inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.onestep-cart .inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.onestep-cart .small { font-size: 0.9em; }
.onestep-cart .large { font-size: 1.2em; }
.onestep-cart .bold { font-weight: bold; }
.onestep-cart .highlighted { background:  #ffc; }
.onestep-cart .hint { color: #aaa; font-size: 0.9em; }
.onestep-cart .hint a,
.onestep-cart .hint:visited,
.onestep-cart .hint a:visited { color: #aaa; }
.onestep-cart .gray { color: #aaa; }
.onestep-cart .float-left { float: left; }
.onestep-cart .float-right { float: right; }
.onestep-cart .align-left { text-align: left; }
.onestep-cart .align-center { text-align: center; }
.onestep-cart .align-right { text-align: right; }
.onestep-cart .clear-left { clear: left; }
.onestep-cart .clear-right { clear: right; }
.onestep-cart .clear-both { clear: both; }
.onestep-cart .shadowed { -moz-box-shadow: 0 5px 15px #aaa; -webkit-box-shadow: 0 5px 15px #aaa; box-shadow: 0 5px 15px #aaa; }
.onestep-cart .nowrap { white-space: nowrap; }

/* Menus-------- */
.onestep-cart ul.menu-v { margin: 0 0 20px -6px; padding: 0; }
.onestep-cart ul.menu-v li { list-style: none; padding: 0; margin: 3px 0 8px; line-height: 1.1em; border: none; }
.onestep-cart ul.menu-v li label{ color: black; }
.onestep-cart ul.menu-v li a { padding: 5px 6px; display: block;}
.onestep-cart ul.menu-v li.selected a { color: #000; text-decoration: none; background: #eee; }
.onestep-cart ul.menu-v li.selected ul li a { background: inherit; color: #03c; text-decoration: underline; }
.onestep-cart ul.menu-v li ul.menu-v { margin-left: 10px; margin-top: 5px; margin-bottom: 15px; }
.onestep-cart ul.menu-v li ul.menu-v li a { padding: 2px 6px; font-size: 0.9em; }
.onestep-cart ul.menu-v li ul.menu-v li ul.menu-v li a { font-size: 0.8em; }
.onestep-cart ul.menu-h { margin: 0 0 15px; padding: 0; }
.onestep-cart ul.menu-h li { list-style: none; display: inline-block; padding: 0 10px 0 0; display:block\9; float:left\9; /* ie8 hack */ }
.onestep-cart ul.menu-h li a { display: inline-block; padding: 0px 5px; display:block\9; float:left\9; /* ie8 hack */ }
.onestep-cart ul.menu-h li a img.icon16 { position: relative; top: 3px; left: -3px; }
.onestep-cart ul.menu-h li a i.icon16 { margin-top: 0em; }
.onestep-cart ul.menu-h li.selected a { color: #000; text-decoration: none; background: #eee; }
.onestep-cart ul.menu-h li.selected ul * { background: #fff !important; }
.onestep-cart .dropdown .popup { display: none; background: #eee; box-shadow: 0 4px 7px -5px rgba(0, 0, 0, 0.4); padding: 20px; min-width: 150px; font-size: 115%; }
.onestep-cart .dropdown:hover .popup { display: block; position: absolute; z-index: 1312; }

/* Sign up & Login forms ------------------------ */
.onestep-cart .wa-auth-adapters ul { padding: 0; min-height: 16px; }
.onestep-cart .wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.onestep-cart .wa-auth-adapters ul li a { display: block; padding: 0px 5px; }
.onestep-cart .wa-auth-adapters ul li a img { position: relative; top: 3px; left: -3px; }
.onestep-cart .wa-auth-adapters p { clear: left; color: #888; font-size: 0.9em; width: 40%; }
.onestep-cart .wa-form { float: left; margin: 10px 0; overflow: visible; }

.onestep-cart .wa-form .wa-field {
    clear: left;
    margin: 0;
    padding-top: 3px;
}

.onestep-cart .checkout-options.shipping .wa-form .wa-field {
    padding-top: 10px;
}

.onestep-cart .wa-form .wa-field .wa-name {
    float: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 4px;
    padding-left: 10px;
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #443E3E;
}

.onestep-cart .step-shipping .wa-form .wa-field .wa-name {
    display: none;
}

.onestep-cart #np2_wh_shipping_fields2,
.onestep-cart #np2_wh_shipping_fields3 {
    display: block;
}

.onestep-cart .checkout-options.shipping H3 + P {
    font-size: 12px;
    color: #999999;
}

.onestep-cart .checkout-options.shipping .wa-value span .hint {
    float: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 4px;
    padding-left: 10px;
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #443E3E!important;
}

.onestep-cart .checkout-options.shipping .wa-value #np2_shipping_param2,
.onestep-cart .checkout-options.shipping .wa-value #np2_shipping_param3,
.onestep-cart .checkout-options.shipping .wa-value #np2_shipping_param4 {
    margin-top: 0;
}

.onestep-cart .checkout-options.shipping .wa-value #np2_address_shipping_fields4 {
   display: block;
}

.onestep-cart .checkout-options.shipping .wa-value .np2_flatfloor {
    display: flex;
    gap: 20px;
    padding-top: 16px;
    padding-right: 20px;
    width: 100%;
}

.onestep-cart .checkout-options.shipping .wa-value .np2_flatfloor__item {
    width: calc((100% - 2 * 16px) / 3);
    box-sizing: border-box;
    padding-left: 8px;
}

.onestep-cart .checkout-options.shipping .wa-value .np2_flatfloor__item input {
    margin-top: 4px !important;
    margin-left: -8px !important;
    width: calc(100% + 8px) !important;
    max-width: unset !important;
}

.onestep-cart .checkout-options.shipping .wa-value .np2-city-link {
    margin-top: 3px;
    font-size: 12px;
    color: #999999;
    display: inline-block;
}

.onestep-cart .checkout-options.shipping .wa-value .select2-container {
    max-width: 420px;
    width: 100% !important;
    min-width: 240px;
}

.onestep-cart .checkout-options.shipping .wa-value .select2-container .select2-selection--single {
    padding: 16px 20px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    height: auto;
}

.onestep-cart .checkout-options.shipping .wa-value .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.onestep-cart .checkout-options.shipping .wa-value .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px;
}

.onestep-cart .checkout-options.shipping .wa-value .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 4px;
}

.onestep-cart .wa-form .wa-field.wa-separator { height: 10px; }

.onestep-cart .wa-form .wa-field .wa-value {
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
}

.onestep-cart .wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.onestep-cart .wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }

.onestep-cart .wa-form .wa-field .wa-value input[type="text"],
.onestep-cart .wa-form .wa-field .wa-value input[type="email"],
.onestep-cart .wa-form .wa-field .wa-value input[type="password"] {
    margin: 0;
    width: 100%;
    min-width: 260px;
    max-width: 100%;
    padding: 16px 20px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 0;
}

.onestep-cart .wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.onestep-cart .wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.onestep-cart .wa-form .wa-field .wa-value label { display: block; }
.onestep-cart .wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.onestep-cart .wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
.onestep-cart .wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }

.onestep-cart .wa-form .wa-field .wa-value p {
    line-height: 1.6em;
    margin-bottom: 0!important;
    position: relative;
}

.onestep-cart .wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.onestep-cart .wa-form .wa-field .wa-value p > span {
    color: #777;
    font-size: 0.9em;
    display: block;
    margin: 0!important;
}
.onestep-cart .wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.onestep-cart .wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.onestep-cart .wa-form .wa-field .wa-value p input[type="radio"],
.onestep-cart .wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.onestep-cart .wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }

.onestep-cart #checkout-contact-form .wa-field-address-shipping .wa-name {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.onestep-cart .wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }
.onestep-cart .wa-captcha { padding: 7px 0 10px; }
.onestep-cart .wa-captcha p { clear: left; margin: 0; }
.onestep-cart .wa-captcha strong { font-size: 1.2em; }
.onestep-cart .wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.onestep-cart .wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.onestep-cart .wa-captcha .wa-captcha-input { display: inline !important; }
.onestep-cart .wa-captcha .errormsg { display: inline; margin-left: 10px; }
.onestep-cart input.error, .onestep-cart textarea.error { border: 2px solid red; }
.onestep-cart .errormsg { color: red; margin-left: 170px; display: block; }
.onestep-cart table.table { margin-top: 25px; margin-left: -10px; width: 100%; border-spacing:0; border-collapse:collapse; }
.onestep-cart table.table th { padding-left: 7px; padding-right: 7px; }

.onestep-cart table.table td {
    border: none;
    padding: 0;
}

.onestep-cart table.table tr td {
    padding: 30px 0 0 0;
    border-bottom: none;
}

.onestep-cart table.table tr.first-row td {
    padding-top: 0;
    padding-bottom: 0;
}

.onestep-cart table.table tr.last-row td {
    padding-top: 30px;
    padding-bottom: 30px;
}

.onestep-cart table.table tr.first-row.last-row td {
    padding-top: 0;
    padding-bottom: 30px;
}

.onestep-cart table.table td.max-width {
    width: 100%;
}

.onestep-cart table.table td.min-width {
    min-width: 80px;
    width: 80px;
    padding: 0 20px 0 0;
    box-sizing: content-box;
}

.onestep-cart table.table td.min-width img {
    width: 78px;
    display: block;
    border: 1px solid #EEEEEE;
}

.onestep-cart table.table td .product-name {
    color: #0A0A0A;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    transition: color 0.3s ease-in-out;
}

.onestep-cart table.table td .product-name:hover {
    color: #999999;
}

.onestep-cart table.table td .sku-name {
    color: #443E3E;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin-top: 12px;
    display: inline-block;
}

.onestep-cart table.table td.item-total {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #443E3E
}

.onestep-cart table.table tr.no-border.total-row TD {
    border-top: 1px solid #EEEEEE;
}

.onestep-cart table.table tr.no-border.total-row TD.total-name {
    padding-right: 60px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #443E3E;
}

.onestep-cart table.table tr.no-border.total-row TD.cart-total {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #443E3E;
}

.onestep-cart table.table td p { margin: 0; }
.onestep-cart table.table td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
.onestep-cart table.table tr.no-border td { border: none; }
.onestep-cart table.table tr.thin td { padding-top: 13px; padding-bottom: 0; }
.onestep-cart table.table tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }

.onestep-cart table.table {
    margin: 0;
}

.onestep-cart table.table .image { margin-right: 10px; width: 48px; }

.onestep-cart table.table .badge { font-size: 0.8em; width: 24px; height: 24px; padding: 3px 3px 4px; border: 0; }
.onestep-cart table.table .badge span { display: block; width: 20px; overflow: hidden; padding-top: 6px; padding-left: 3px; }

.onestep-cart table.cart td {
    vertical-align: top;
    padding: 0;
}

.onestep-cart table.cart td input.qty { max-width: 50px; text-align: right; }
.onestep-cart table.cart td.total { font-size: 1.3em; }
.onestep-cart .options { line-height: 1.8em; }
.onestep-cart .services { margin-bottom: 20px; }
.onestep-cart table.features { border-spacing: 0; border-collapse: collapse; }
.onestep-cart table.features td { padding: 5px 0 2px; }
.onestep-cart table.features td.name { min-width: 145px; color: #777; vertical-align: top; }
.onestep-cart table.features tr.divider td { border-bottom: 1px solid #ccc; padding-left: 0; padding-top: 15px; padding-bottom: 0; }

/* Checkout */
.onestep-cart .checkout-step-content.auth .menu-v label input[type="radio"] {
    margin: 0;
    position: relative;
    top: 2px;
}

.onestep-cart .wa-login-form-wrapper {
    margin-top: 40px;
}

.wa-login-form-wrapper .wa-login-form-fields {
    display: flex;
    gap: 24px 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.wa-login-form-wrapper .wa-login-form-fields .wa-field {
    width: calc(50% - 15px);
}

.onestep-cart .wa-login-form-wrapper .wa-field {
    margin: 0;
}

.onestep-cart .wa-login-form-wrapper .wa-field .wa-name {
    float: none;
    color: #443E3E;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin: 0 0 5px 10px;
}

.onestep-cart .wa-login-form-wrapper input[type="text"],
.onestep-cart .wa-login-form-wrapper input[type="email"],
.onestep-cart .wa-login-form-wrapper input[type="password"] {
    width: 100%;
    max-width: 100%;
    padding: 16px 20px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    border: 1px solid #CCCCCC;
    margin-right: 0;
    border-radius: 0;
}

.onestep-cart .wa-login-form-wrapper .wa-login-form-fields .wa-value {
    position: relative;
}

.onestep-cart .wa-login-form-wrapper .wa-login-form-fields .wa-login-forgotpassword-url {
    margin-right: 0;
    position: absolute;
    top: -16px;
    right: 0;
    color: #999999;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

.onestep-cart .wa-login-form-wrapper .wa-login-form-actions {
    margin: 50px 0 0;
}

.onestep-cart .wa-login-form-wrapper .wa-login-form-actions .wa-login-submit {
    background: #0A0A0A;
    color: #EEEEEE;
    padding: 16px 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    border: none;
    border-radius: 0;
    width: auto;
}

.onestep-cart .checkout-header { margin: 0 90px; color: #999; }
.onestep-cart .checkout-header h3 a { text-transform: uppercase; text-decoration: none; color: #777; }
.onestep-cart .checkout-header h3 a:hover { color: #a00 !important; }
.onestep-cart .checkout-header strong { color: #666; }
.onestep-cart .checkout { margin: 20px 0px; position: relative }
.onestep-cart .checkout .checkout-form { background: transparent; }

.onestep-cart .checkout ul.checkout-options li {
    list-style: none;
    position: relative;
    margin-bottom: 30px;
    clear: both;
    max-width: 440px;
}

.onestep-cart .checkout ul.checkout-options li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.onestep-cart .checkout ul.checkout-options li h3 { font-weight: bold; margin-bottom: 10px; }
.onestep-cart .checkout ul.checkout-options li h3 label { margin-right: 10px; margin-left: 0px; }

.onestep-cart .checkout ul.checkout-options li .rate {
    display: none!important;
}

.onestep-cart .checkout ul.checkout-options li input[type="radio"] { position: absolute; top: 4px; left: -25px; }

.onestep-cart .checkout ul.checkout-options li label input[type="radio"] {
    top: unset;
    left: unset;
    width: auto;
    position: static;
}

.onestep-cart .checkout ul.checkout-options li img.method-logo {
    display: none;
}

.onestep-cart .checkout ul.checkout-options li .wa-form {
    margin-top: 0px;
    margin-bottom: 20px;
    float: none;
}

.onestep-cart .checkout ul.checkout-options li .wa-form label input[type="radio"] { position: static; }
.onestep-cart .checkout .checkout-result { padding: 80px 0 60px; text-align: center; }
.onestep-cart .checkout .checkout-result h1 { font-size: 4em; margin-bottom: 50px; }
.onestep-cart .checkout .checkout-result.error h1 { color: red; }
.onestep-cart .checkout .checkout-result .wa-form { margin: 10px auto 20px; width: 400px; float: none; text-align: left; }
.onestep-cart .checkout .checkout-result .back { margin-top: 50px; }

.onestep-cart .checkout .checkout-step {
    padding: 0;
    border-top: 0;
}

.onestep-cart .checkout .checkout-step.step-contactinfo {
    margin-top: 40px;
}

.onestep-cart .checkout .checkout-step.step-shipping {
    margin-top: 40px;
}

.onestep-cart .checkout .checkout-step.step-payment {
    margin-top: 40px;
}

.onestep-cart .checkout .checkout-step h2 {
    padding: 0;
    text-transform: none;
    margin: 0 0 20px 0;
    color: #443E3E;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.onestep-cart .checkout .checkout-step.step-contactinfo h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.onestep-cart .checkout .checkout-step.step-confirmation h2 {
    display: none;
}

.onestep-cart .checkout-content[data-step-id=confirmation] {
    padding: 0;
}

.onestep-cart .checkout-content[data-step-id=confirmation] .comment-title {
    width: 100%;
    padding-top: 0;
    padding-bottom: 4px;
    padding-left: 10px;
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #443E3E;
    display: inline-block;
}

.onestep-cart .checkout .checkout-step h2 span.gray {
    display: none;
}

.onestep-cart .checkout .checkout-step h2 a { text-decoration: none; color: #000; }
.onestep-cart .checkout .checkout-step h2 a:hover { color: #a00 !important; }
.onestep-cart .checkout .checkout-step h2.upcoming a:hover { color: #000 !important; cursor: default; }
.onestep-cart .checkout .checkout-step h2 a.hint { font-size: 0.5em; color: #aaa; text-decoration: underline; }
.onestep-cart .checkout .checkout-step ul.menu-v { margin-left: 0; margin-top: 20px; }
.onestep-cart .checkout .checkout-step #login-form h1 { display: none; }

.onestep-cart .checkout .checkout-step input.large {
    background: #0A0A0A;
    color: #EEEEEE;
    padding: 16px 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    border: none;
    border-radius: 0;
    width: auto;
    margin: 0;
    height: auto;
    text-transform: none;
}

.proceed-shoping {
    display: inline-block;
    color: #999999;
    border: 1px solid #CCCCCC;
    padding: 16px 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.proceed-shoping:hover {
    color: #999999;
}

.onestep-cart .checkout .comment {
    width: 75%;
    height: 88px;
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    max-width: 420px;
}

.onestep-cart .checkout blockquote img { margin-right: 20px; float: left; }
.onestep-cart .checkout blockquote p { margin-bottom: 10px; }
.onestep-cart .checkout blockquote p span { color: #000; }
.onestep-cart .checkout .errormsg.inline { display: inline; margin-left: 10px; }
.onestep-cart .checkout .checkout-step h3{ color: #000; }
.onestep-cart .error { color: #a33; }

.onestep-cart #checkout-contact-form .wa-form {
    padding-left: 0;
    display: flex;
    gap: 24px 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.onestep-cart #checkout-contact-form .wa-form .wa-field {
    float: none;
    margin: 0;
    padding-top: 0;
    width: calc(50% - 15px);
}

.onestep-cart .cart-empty-message {
    width: 100%;
    text-align: center;
}

.onestep-cart #checkout-contact-form .wa-form .wa-field.wa-field-address {
    width: 100%;
    display: none;
}

.onestep-cart #checkout-contact-form .wa-form .wa-field.wa-field-address .wa-value P {
    display: flex;
    gap: 24px 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.onestep-cart #checkout-contact-form .wa-form .wa-field.wa-field-address .wa-value P > span {
    float: none;
    margin: 0;
    padding-top: 0;
    width: calc(50% - 15px);
}

.onestep-cart #checkout-contact-form .wa-form .wa-field.wa-field-address .wa-value P > span > span {
    float: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 4px;
    padding-left: 10px;
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #443E3E;
}

.onestep-cart #checkout-contact-form .wa-field-address-shipping select {
    margin-left: 0;
    border-radius: 0;
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #CCCCCC;
}

.onestep-cart .checkout-sidebar {
    margin-top: 40px;
}

.onestep-cart #checkout-contact-form .wa-form .wa-field.wa-field--create {
    width: 100%;
}

.onestep-cart #checkout-contact-form .wa-form .wa-field.wa-field--create #create-user {
    margin-left: 0;
}

.onestep-cart #checkout-contact-form .wa-form .wa-field.wa-field--create .icon16.like {
    display: none;
}

.onestep-cart #create-user-div {
    width: 100%;
    display: flex;
    gap: 24px 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.onestep-cart .checkout-step.step-confirmation .float-left {
    float: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    margin-top: 46px;
}

.onestep-cart .checkout ul.checkout-options.shipping .self-shipping {
    display: flex !important;
    gap: 16px;
    align-items: center;
}

.onestep-cart .checkout ul.checkout-options.shipping .self-shipping::before {
    content: "";
    display: block;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border: 1px solid #999999;
}

.onestep-cart .self-shipping__title {
    display: block;
    font-family: Tahoma, sans-serif;
    color: #443E3E;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

.onestep-cart .self-shipping__link {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}

.onestep-cart .item-description .map-link {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 11.1C9.6 11.1 11.3 9.4 11.3 7.3C11.3 5.2 9.6 3.6 7.5 3.6C5.4 3.6 3.8 5.3 3.8 7.3C3.8 9.3 5.4 11.1 7.5 11.1ZM7.5 4.2C9.2 4.2 10.6 5.6 10.6 7.3C10.6 9 9.2 10.4 7.5 10.4C5.8 10.4 4.4 9.1 4.4 7.3C4.4 5.5 5.8 4.2 7.5 4.2ZM7.5 0C3.4 0 0 3.3 0 7.5C0 11.9 3.8 16.4 6.5 19.5C6.5 19.5 6.9 20 7.5 20C8 20 8.5 19.5 8.5 19.5C11.2 16.4 15 11.9 15 7.5C15 3.3 11.6 0 7.5 0ZM7.6 18.7C7.5 18.7 7.6 18.7 7.6 18.7C7.5 18.7 7.5 18.7 7.4 18.7C5.1 16 1.3 11.6 1.3 7.5C1.3 4.1 4.1 1.2 7.5 1.2C10.9 1.2 13.8 4 13.8 7.5C13.8 11.6 9.9 16 7.6 18.7Z' fill='%23999999'/%3E%3C/svg%3E");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #443E3E;
    transition: color 0.3s ease-in-out;
}

.onestep-cart .item-description .map-link:hover {
    color: #337ab7;
}

@media screen and (max-width: 760px) {

    .onestep-cart .wa-form .wa-field .wa-value { margin-left: 0; }
    .onestep-cart .wa-form .wa-field .wa-value p span { display: block; }
    .onestep-cart .wa-form .wa-field .wa-value input[type="text"],
    .onestep-cart .wa-form .wa-field .wa-value input[type="email"],
    .onestep-cart .wa-form .wa-field .wa-value input[type="password"],
    .onestep-cart .wa-form .wa-field .wa-value select{ min-width: 200px; }

    .onestep-cart .wa-auth-adapters p { width: 100%; }

    .onestep-cart .checkout { margin: 0 0 30px; }
    .onestep-cart .checkout ul.checkout-options li { width: 100%; }
    .onestep-cart .checkout ul.checkout-options li img { display: none; }
    .onestep-cart .checkout ul.checkout-options li .rate { min-width: 0; width: auto; max-width: 150px; }
    .onestep-cart .checkout ul.checkout-options li .rate.error { padding-top: 5px; }
    .onestep-cart .checkout ul.checkout-options li .rate .hint { display: none; }
    .onestep-cart .checkout ul.checkout-options li .wa-form.wa-address p { font-size: 1em; }
    .onestep-cart .checkout .checkout-step-content { padding: 10px 10px 30px; }
    .onestep-cart .checkout .checkout-step-content.auth ul.menu-v li { padding: 5px 0; }
    .onestep-cart .checkout .checkout-result h1 { font-size: 2.5em; }
    .onestep-cart .checkout-header { margin: 10px; font-size: 0.8em; text-align: center; }
    .onestep-cart .checkout-header .float-right { display: none; }
    .onestep-cart .checkout table.table th,
    .onestep-cart .checkout table.table td { font-size: 0.75em; }
    .onestep-cart .checkout table.table td .gray { display: none; }
    .onestep-cart .checkout table.table td.nowrap { white-space: normal; }
    .onestep-cart .checkout table.table td.nowrap.bold { white-space: nowrap; }
}
.onestep-cart  .please-wait i.icon16 { vertical-align: middle; }
.onestep-cart label input[type="radio"] { opacity: 1; }

/* Тема дизайна «TopShop» */
/*.checkout ul.checkout-options.shipping li{
    display: unset !important;
}*/
.checkout ul.checkout-options.shipping h3{
    display: unset !important;
    float: unset !important;
    width: unset !important;
}
.checkout ul.checkout-options.shipping .rate{
    display: unset !important;
    line-height: unset !important;
}
/* Тема дизайна «TopShop» */

/* Тема дизайна «Выгодная Покупка» */
.onestep-cart .checkout ul.checkout-options li h3 label {
    position: static;
}
.onestep-cart .checkout-step-content.auth .menu-v label{
    position: static;
}
.onestep-cart .checkout-step.step-confirmation label input[type="checkbox"]{
    position: static;
    opacity: 1;
}
.onestep-cart #checkout-contact-form label{
    position: static;
}
.onestep-cart #checkout-contact-form label input[type="checkbox"]{
    position: static;
    opacity: 1;
}
/*Скрытие сайдбара*/
.sidebar{
    display:none;
}
#page-content{
    width:100%;
}
/* Тема дизайна «Выгодная Покупка» */

.onestep-cart .suggestions-wrapper span{
    display: inline !important;
}

.suggestions-promo{
    display: none !important;
}


/* Number                   */
.onestep-cart .choice {
    position: relative;
    display: table;
}
.onestep-cart .choice>input {
    padding: 2px 4px 2px 4px;
    height: 33px;
    float: left;
    border: 1px solid #666;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
}
.onestep-cart .choice > span {
    background-color: #fafafa;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15), transparent);
    border: 1px solid #666;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 17px;
    right: -19px;
    line-height: 12px;
    margin: 0;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 20px;
    box-sizing: border-box;
}

.onestep-cart .choice>span.minus {
    top: 16px;
}
.onestep-cart .choice>span:hover {
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
    transition: all 0.2s ease;
}

@media screen and (min-width: 1024px) {
    .onestep-cart .checkout.sticky .checkout-container{
        position: relative;
    }
}



@media screen and (max-width: 991px) {
    .wa-login-form-wrapper .wa-login-form-fields .wa-field {
        width: 100%;
    }

    .onestep-cart #checkout-contact-form .wa-form .wa-field {
        width: 100%;
    }

    .onestep-cart #checkout-contact-form .wa-form .wa-field.wa-field-address .wa-value P > span {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .onestep-cart {
        flex-direction: column;
    }

    .onestep-cart__cart {
        width: 100%;
    }

    .onestep-cart__checkout {
        width: 100%;
    }

    .wa-login-form-wrapper .wa-login-form-fields .wa-field {
        width: calc(50% - 15px);
    }

    .onestep-cart #checkout-contact-form .wa-form .wa-field {
        width: calc(50% - 15px);
    }

    .onestep-cart #checkout-contact-form .wa-form .wa-field.wa-field-address .wa-value P > span {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 480px) {
    .wa-login-form-wrapper .wa-login-form-fields .wa-field {
        width: 100%;
    }

    .onestep-cart #checkout-contact-form .wa-form .wa-field {
        width: 100%;
    }

    .onestep-cart #checkout-contact-form .wa-form .wa-field.wa-field-address .wa-value P > span {
        width: 100%;
    }

    .onestep-title {
        display: none;
    }

    .onestep-cart-form {
        margin-top: 20px;
    }

    .onestep-cart table.table td.min-width {
        min-width: 72px;
        width: 72px;
        padding: 0 16px 0 0;
        box-sizing: content-box;
    }

    .onestep-cart table.table tr td {
        padding: 20px 0 0 0;
        border-bottom: none;
    }

    .onestep-cart table.table tr.last-row td {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .onestep-cart table.table tr.first-row.last-row td {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .onestep-cart table.table tr.last-row td.min-width {
        padding-right: 16px;
    }

    .onestep-cart ul.menu-v {
        margin: 0;
        padding: 0;
    }

    .onestep-cart ul.menu-v li {
        margin: 0;
    }

    .onestep-cart .checkout .checkout-step-content {
        padding: 0;
    }

    .onestep-cart .checkout .comment {
        width: 100%;
    }
}

/* .########.....###....########..####..#######.
/* .##.....##...##.##...##.....##..##..##.....##
/* .##.....##..##...##..##.....##..##..##.....##
/* .########..##.....##.##.....##..##..##.....##
/* .##...##...#########.##.....##..##..##.....##
/* .##....##..##.....##.##.....##..##..##.....##
/* .##.....##.##.....##.########..####..#######. */

/* ..######...#######..##....##.########.########...#######..##......
/* .##....##.##.....##.###...##....##....##.....##.##.....##.##......
/* .##.......##.....##.####..##....##....##.....##.##.....##.##......
/* .##.......##.....##.##.##.##....##....########..##.....##.##......
/* .##.......##.....##.##..####....##....##...##...##.....##.##......
/* .##....##.##.....##.##...###....##....##....##..##.....##.##......
/* ..######...#######..##....##....##....##.....##..#######..######## */

:root {
    --form-control-color: #443E3E;
}

.onestep-cart .checkout ul.checkout-options li h3 .radio-control *,
.onestep-cart .checkout ul.checkout-options li h3 .radio-control *:before,
.onestep-cart .checkout ul.checkout-options li h3 .radio-control *:after {
    box-sizing: border-box;
}

.onestep-cart .checkout ul.checkout-options li h3 .radio-control {
    font-family: Tahoma, sans-serif;
    color: #443E3E;
    font-size: 16px;
    font-weight: 400;
    display: grid;
    grid-template-columns: 26px auto;
    gap: 16px;
    text-transform: none;
}

.onestep-cart .checkout ul.checkout-options li h3 .radio-control input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 26px;
    height: 26px;
    border: 1px solid #999999;
    transform: translateY(-2px);
    display: grid;
    place-content: center;
    border-radius: 0;
}

.onestep-cart .checkout ul.checkout-options li h3 .radio-control input[type="radio"]:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 0;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: none;
    background-color: CanvasText;
}

.onestep-cart .checkout ul.checkout-options li h3 .radio-control input[type="radio"]:checked:before {
    transform: scale(1);
}

.onestep-cart .checkout ul.checkout-options li h3 .radio-control input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

.onestep-cart .checkout ul.checkout-options li h3 .radio-control:focus-within {
    color: var(--form-control-color);
}