.table-bordered {
    background: #fff;
    font-size: 14px;
}

table.table-bordered thead>* {
    background-color: rgba(51, 51, 51, 0.1);
    font-weight: bold;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    text-align: center;
}

.view-commerce-cart-form .js-form-submit,
.view-commerce-cart-form .js-form-submit .delete-order-item {
    background: #f67a00;
    border: 1px solid #f67a00;
}

.view.view-commerce-cart-form form .views-field-edit-quantity .input-group {
    /* max-width: 141px; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .view.view-commerce-cart-form form .views-field-edit-quantity .input-group .form-item {
    margin: 0;
  } */

.btn-primary:hover {
    background-color: #fff;
    color: #f67a00;
}

.view.view-commerce-cart-form form .form-actions input:hover {
    background: #fff;
}

.view.view-commerce-cart-form form .form-actions input {
    background: #f67a00;
    border: 1px solid #f67a00;
}

.view.view-commerce-cart-form form .form-actions input {
    background: #f67a00;
    border: 1px solid #f67a00;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 9px 15px;
    transition: 0.3s all ease;
    font-size: 15px;
    color: #fff
}

.view.view-commerce-cart-form form .form-actions input:hover {
    background-color: transparent;
    color: #ec2626;
}

.view-commerce-cart-form.view-id-commerce_cart_form .views-field-edit-quantity .product-quantity-btn div {
    border: 1px solid #eee;
    border-radius: 0;
    border-right: 0;
    background-color: #eee;
}

.view.view-commerce-cart-form form .views-field-edit-quantity .input-group {
    /* max-width: 141px; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .view.view-commerce-cart-form
    form
    .views-field-edit-quantity
    .input-group
    .form-item {
    margin: 0;
  } */

.view-commerce-cart-form.view-id-commerce_cart_form .views-field-edit-quantity .product-quantity-btn .quantity-btn span {
    padding: 12.5px 10px;
}

.view.view-commerce-cart-form form .views-field-edit-quantity .input-group .input-group-btn input {
    min-height: 40px;
    border: 1px solid #ec2626;
    background: #ec2626 url(/themes/custom/wcsb/images/icons/times-circle-solid.svg) no-repeat center;
    font-size: 0;
    width: 48px;
    border-left: 0;
    border-radius: 0;
}

.view.view-commerce-cart-form form .form-actions input {
    background: #f67a00;
    border: 1px solid #f67a00;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 9px 15px;
    transition: 0.3s all ease;
    font-size: 15px;
}

.view.view-commerce-cart-form form .form-actions input:hover,
.view.view-commerce-cart-form form .form-actions input:focus {
    background: #fff;
    color: #ec2626;
    outline: none;
}

.layout-checkout-form fieldset {
    background: #fff;
    padding: 0;
    margin-bottom: 18px;
    margin-top: 0;
}

.layout-checkout-form fieldset legend {
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border-radius: 5px 5px 0 0;
    display: inline-flex;
    border: 1px solid #bbb;
}

.layout-checkout-form fieldset legend span {
    padding: 9px 10px;
    display: block;
    font-family: var(--ap);
}

.layout-checkout-form fieldset .fieldset-wrapper {
    border: 1px solid #bbbbbb;
    border-top: 0px;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
}

.checkout-content.checkout-cart h2 {
    padding: 15px 10px;
}

.checkout-cart-title {
    background-color: #f1f1f1;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border-radius: 5px 5px 0 0;
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.layout-checkout-form fieldset legend span.checkout-form-icon {
    background-color: #f67a00;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-checkout-form fieldset legend span.checkout-form-icon svg {
    width: 25px;
    fill: #fff;
    height: 25px;
}

svg.checkout-address-icon {
    width: 14px !important;
}

.checkout-content.checkout-cart .checkout-form-icon {
    background-color: #f67a00;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px 0 0;
    display: inline-block;
}

.checkout-content.checkout-cart .checkout-form-icon svg {
    width: 18.58px;
    height: 100%;
    fill: #fff;
}

.so-onepagecheckout fieldset>div {
    clear: both;
    margin-bottom: 18px;
    overflow: hidden;
}

.so-onepagecheckout input {
    border-radius: 3px;
}

.so-onepagecheckout input[type='text'],
.so-onepagecheckout input[type='email'],
.so-onepagecheckout input[type='number'],
.so-onepagecheckout input[type='password'],
.so-onepagecheckout input[type='tel'],
.so-onepagecheckout textarea {
    border: 1px solid #f1f1f1;
    box-shadow: none;
    border-radius: 0px;
}

.view.view-commerce-cart-form form .views-field-edit-quantity .input-group {
    /* max-width: 141px; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .view.view-commerce-cart-form form .views-field-edit-quantity .input-group .form-item {
    margin: 0;
  } */

.view-commerce-cart-form.view-id-commerce_cart_form .views-field-edit-quantity .product-quantity-btn div {
    border: 1px solid #eee;
    border-radius: 0;
    border-right: 0;
    background-color: #eee;
}

.quantity-btn {
    margin-bottom: 0;
    /* margin-right: 10px; */
    background-color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    justify-content: space-between;
    /* border-radius: 40px; */
}

.product-quantity-btn {
    max-width: 150px;
}

.view-commerce-cart-form.view-id-commerce_cart_form .views-field-edit-quantity .product-quantity-btn .quantity-btn span {
    padding: 12.5px 10px;
}

.quantity-btn span {
    padding: 16px 10px;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    flex: 0 0 13px;
    max-width: 13px;
}

.quantity-btn span svg {
    fill: #000;
    width: 13px;
    height: 13px;
}

.view-commerce-cart-form.view-id-commerce_cart_form .views-field-edit-quantity .product-quantity-btn div input {
    background-color: inherit;
}

.quantity-btn input {
    color: #222;
    text-align: center;
    max-width: 50%;
    font-size: 14px;
    outline: 0px;
    height: 1.5em;
    padding: 0.25em 0;
    border: 0;
    appearance: textfield;
    flex-grow: 1;
    background-color: transparent;
    box-shadow: none;
    border: none!important;
}

label {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Poppins';
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
    font-family: var(--ap);
}

.so-onepagecheckout input[type='text'],
.so-onepagecheckout input[type='email'],
.so-onepagecheckout input[type='number'],
.so-onepagecheckout input[type='password'],
.so-onepagecheckout input[type='tel'],
.so-onepagecheckout textarea {
    border: 1px solid #bbbbbb;
    box-shadow: none;
    border-radius: 0px;
    width: 100%;
}

btx textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input,
.form-control,
select {
    border-radius: 3px;
    background-color: #fff;
    color: #3d3d3d;
    font-size: 12px;
    transition: all 0.3s ease;
    height: auto;
    border: 1px solid #d1d1d1;
    margin-top: 0;
    padding: 9px;
}

.address-container-inline>.form-item {
    width: 49%;
    padding-right: 1%;
    margin-right: 0;
}

.address-container-inline>.form-item input {
    width: 100%;
}

.address-container-inline>.form-item:last-child {
    padding-right: 0;
}

.so-onepagecheckout .form-item {
    margin-bottom: 30px;
}

.js-form-item-shipping-information-shipping-profile-address-0-address-address-line1 {
    margin-bottom: 0!important;
}

.so-onepagecheckout .checkout-content {
    background: #fff;
    padding: 0;
    margin-bottom: 18px;
    overflow: hidden;
}

.so-onepagecheckout .checkout-content.checkout-login {
    display: none;
}

.so-onepagecheckout .col-left .login-box {
    background: #fff;
    padding: 0;
    margin-bottom: 18px;
}

.so-onepagecheckout #button-login {
    text-transform: uppercase;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    line-height: 34px;
    padding: 0 20px;
}

.so-onepagecheckout .box-inner {
    border: 1px solid #bbbbbb;
    border-top: 0px;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    float: left;
    width: 100%;
}

.so-onepagecheckout .secondary-title {
    background-color: #f1f1f1;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0 15px;
    border-radius: 5px 5px 0 0;
    font-family: var(--ap);
}

.so-onepagecheckout .checkout-product table {
    width: 100%;
    border-spacing: 0;
    border: 0px;
    font-size: 13px;
}

.so-onepagecheckout .table-responsive .table thead>* {
    font-weight: normal;
}

.so-onepagecheckout .checkout-product th {
    border: 0px;
}

.so-onepagecheckout .checkout-product tbody td {
    border-color: rgb(244, 244, 244);
}

.so-onepagecheckout .checkout-product tbody td {
    border-bottom: 1px solid;
    border-color: #f4f4f4;
    vertical-align: middle;
}

.so-onepagecheckout .checkout-cart td {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    /* border-bottom-width: 0; */
}

.so-onepagecheckout .checkout-cart td.quantity {
    text-align: center;
}

.so-onepagecheckout .checkout-product tbody td.name a:last-child {
    overflow: hidden;
    float: none;
}

.table-responsive .table tbody td.text-left a {
    font-weight: bold;
    color: #666;
}

.table-responsive .table tbody td.text-left a:hover {
    color: #f67a00;
}

.table-responsive .table tbody td.text-left a {
    margin-right: 10px;
}

.view.view-commerce-cart-form form .form-actions input {
    background: #f67a00;
    border: 1px solid #f67a00;
}

.view.view-commerce-cart-form form .form-actions input:hover {
    background-color: #fff;
}

div#edit-sidebar-coupon-redemption-form {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

div#edit-sidebar-coupon-redemption-form input[type='submit'] {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    flex: 0 0 140px;
    max-width: 140px;
    padding: 0;
}

a.link--previous {
    margin-left: 10px;
    color: #ec2626;
}

div#edit-sidebar-coupon-redemption-form .form-item {
    /* float: left; */
    margin: 0;
}

div#edit-sidebar-coupon-redemption-form .form-item.form-item-sidebar-coupon-redemption-form-code {
    flex: 0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
}

div#edit-sidebar-coupon-redemption-form .form-item label {
    display: none;
}

div#edit-sidebar-coupon-redemption-form div[data-drupal-messages] {
    flex: 0 0 100%;
    width: 100%;
}

.so-onepagecheckout input[type='submit'],
.payment-redirect-form input[type=submit],
.checkout-pane input[type='submit'] {
    background: #f67a00;
    font-weight: 500;
    padding: 9px 15px;
    border: 1px solid #f67a00;
    transition: 0.3s all ease;
    font-size: 15px;
    color: #fff;
    border-color: #f67a00;
}

.so-onepagecheckout input[type='submit']:hover,
.so-onepagecheckout input[type='submit']:focus,
.payment-redirect-form input[type=submit]:hover,
.payment-redirect-form input[type=submit]:focus,
.checkout-pane input[type='submit']:hover,
.checkout-pane input[type='submit']:focus {
    background-color: #fff;
    outline: none;
    color: #f67a00;
}

.so-onepagecheckout .checkout-cart td.text-left.name {
    display: flex;
    align-items: center;
}

.so-onepagecheckout .checkout-cart td a {
    font-size: 17px;
    margin-left: 10px;
}

.so-onepagecheckout .checkout-cart td.price {
    color: #f67a00;
    font-weight: 500;
}

.so-onepagecheckout .field--name-total-price .offset-sm-9 {
    margin-left: auto;
    max-width: unset;
}

form.commerce-order-item-add-to-cart-form .quantity-btn {
    max-width: 83px;
    flex-wrap: wrap;
}

form.commerce-order-item-add-to-cart-form .quantity-btn span {
    padding: 0;
}

form.commerce-order-item-add-to-cart-form .quantity-btn input {
    padding: 0;
    width: auto;
    margin-right: auto;
    -webkit-appearance: none;
    appearance: auto;
    margin: 0;
    -moz-appearance: textfield;
    flex: 0 0 calc(100% - 26px);
}

form.commerce-order-item-add-to-cart-form .quantity-btn input::-webkit-outer-spin-button,
form.commerce-order-item-add-to-cart-form .quantity-btn input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}


/* form.commerce-order-item-add-to-cart-form .form-item, form.commerce-order-item-add-to-cart-form .form-actions {
    margin: 0;
  }
   */

form.commerce-order-item-add-to-cart-form .quantity-btn {
    border: 1px solid #000;
    padding: .3rem 0.5rem;
    border-radius: 7px;
    margin-right: 1rem;
}

form.commerce-order-item-add-to-cart-form .quantity-btn input:focus,
form.commerce-order-item-add-to-cart-form .quantity-btn input:active {
    box-shadow: none;
}

.wishlist-item {
    display: block;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.wishlist-item .product-layout.product-page-single .product-item-container {
    padding: 0;
}

.product-item-container .right-block .caption h4 {
    border: none;
    padding: 0 15px;
    margin: 10px 0;
    font-size: 18px;
}

.product-page-single .caption .price {
    padding-bottom: 15px;
    margin: 0;
    /* padding-bottom: 0; */
}

.wishlist-item__actions input[type=submit],
input#edit-header-add-all-to-cart,
.wishlist-button {
    background: #f67a00;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 9px 15px;
    border: 1px solid #f67a00;
    transition: 0.3s all ease;
    font-size: 15px;
    color: #fff
}

.wishlist-item__actions input[type=submit]:hover,
input#edit-header-add-all-to-cart:hover,
.wishlist-button:hover {
    background: transparent;
    color: #f67a00;
}

.wishlist-item__actions input[type=submit] {
    margin-bottom: 15px;
}

.cart-block--contents {
    width: auto;
    margin: 5px 0;
    top: 40px;
    right: -11px;
    left: auto;
    min-width: 350px;
}

.cart-block--contents__items {
    max-height: 245px;
    overflow: auto;
}

.cart-block--contents__items table {
    margin-bottom: 0;
    font-size: 12px;
}

.cart-block--contents__items table tbody>tr>td {
    border: none;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.cart-block--contents:after {
    content: "";
    background: #f67a00;
    height: 3px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.cart-block--contents__inner {
    padding: 0;
}

.cart-block--contents__links {
    padding: 10px 20px;
}

.cart-block--contents__links a {
        color: #fff!important;
    border-radius: 0;
    border: none;
    background: #f67a00;
    border-color: #ec2626;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid;
}

.cart-block--contents__links a:hover {
    background: transparent;
    color: #ec2626!important;
}

.cart--cart-block {
    position: relative;
}

/* .table-responsive { */
    /* border: 1px solid #00000045; */
    /* border-radius: 50px 0 50px 0px; */
    /* padding: 50px; */
    /* background: #f67a003d; */
    /* margin-bottom: 30px; */
/* } */

.table-responsive td {
    border: 1px solid #00000045!important;
    border-bottom: 0;
    color: #000;
    /* background-color: #fddfc2; */
}

.table-responsive thead td {
    border: 1px solid #00000045!important;
    border-bottom: 0;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.1);
    color: #666;
}

.table-responsive input,
.view.view-commerce-cart-form form .form-actions input {
    font-family: var(--ap);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #f67a00;
    border-color: #f67a00;
}

.so-onepagecheckout .checkout-product th {
    border: 1px solid #00000045;
    /* border-radius: 20px 0px 20px 0px; */
    background-color: rgba(51, 51, 51, 0.1);
    color: #666
    font-weight: bold;
}

.checkout-pane input {
    margin: 0;
}

.checkout-product thead th {
    border-bottom: 0;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}
.cart-block .views-field-field-variation-images img
{
	width: 100px;
}