/*Logo*/
.header.style2 .logo {
    padding-bottom: 0!important;
}

.header.style2 .main-header {
    padding-bottom: 0px;
    padding-top: 0px;
}

/*----- Card Styling -----*/
.card {
    margin-bottom: 0px !important;
}

.card .card-heading {
    display: flex;
    justify-content: space-between;
    padding: 5px 2%;
}

.card .card-heading > * {
    margin: 0;
    line-height: 30px;
}

.card .card-heading .card-tool-options > * {
    color: #212529;
    float: right;
}

#loading {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
    background: rgb(255,255,255) url('/images/celloader.gif') CENTER CENTER no-repeat;
}

/* CHECKOUT */
.card-tool-options a > * {
    display: none;
    line-height: 30px;
}

.card-tool-options a[aria-expanded="true"] > .up {
    display: block;
}

.card-tool-options a[aria-expanded="false"] > .down {
    display: block;
}

.card-footer .selected {
    font-size: .75rem;
    font-weight: normal;
    text-transform: uppercase;
    padding-right: 1%;
}

.block-form {
    border: 1px solid #ececec;
    padding: 10px;
    margin-bottom: 30px;
}

.block-form p {
    margin-bottom: 30px;
}

.shipAddressHolder {
    padding: 5px 5%;
    font-size: 14px;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.shipAddressHolder:last-of-type {
    border-bottom: none;
}

.shipAddressHolder.selected {
    border: 2px solid #00437f;
    border-radius: 4px;
}

.shipAddressHolder .store-icon i {
    font-size: 2rem;
}

#shipAddressCard .ship-list-group .isMore {
    display: none;
}

#shipAddressCard .ship-list-group.show .isMore {
    display: block;
}

#shipAddressCard .ship-list-group .selected {
    background: rgba(0, 67, 127,.25);
}

.hasGun .shipAddressHolder:not(.isFFL) {
    display: none;
}

.shippingHolder:not(.hasGun) .isFFL {
    display: none;
}

.fflSearchHolder {
    position: relative;
    margin: 10px 0 0;
}

.fflSearchHolder button {
    position: absolute;
    right: 2%;
    top: 0;
}

#checkoutMessage {
    margin-bottom: 0;
}

#checkoutLeft {
    padding-top: 25px;
}

.checkoutItem {
    cursor: pointer;
}

.checkoutItem .infoimgtextHolder {
    display: flex;
    align-items: flex-start;
    width: 270px;
}

.checkoutItem .checkoutItemImage {
    display: inline-block;
    width: 100%;
    max-width: 70px;
    height: 70px;
}

.checkoutItem > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.checkoutItem .checkoutItemImage img {
    /* border-radius: 4px; */
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.checkoutItem .infoimgtextHolder .prodDescription {
    max-width: 204px;
    width: 100%;
    margin-left: 21px;
}

.checkoutItem .infoimgtextHolder .prodDescription p {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
}

.checkoutItem .qtyIcon {
    position: absolute;
    color: #fff;
    background: #00437f;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    top: 3px;
    right: 3px;
    font-weight: bold;
}

.checkoutItem .itemBrand {
    font-style: italic;
}

.checkoutItem .itemName {
    font-weight: bold;
    font-size: 1.1em;
}

.checkoutItem .itemDetails {
    display: none;
}

.checkoutItem .checkoutQty {
    width: auto;
    margin-right: 2%;
    text-align: center;
    max-width: 100px;
}

.checkoutItem .itemPriceHolder,.checkoutItem .itemPrice,.checkoutItem .listPrice,.checkoutItem .salePrice {
    width: auto;
    margin-left: 2%;
    white-space: nowrap;
}

.checkoutItem .listPrice {
    text-decoration: line-through;
    color: #495057;
}

.checkoutItem .checkoutItemManage {
    display: none;
    justify-content: space-between;
    flex-direction: row;
    padding: 5px 15px 10px;
}

.checkoutItem .checkoutItemManage span {
    flex: 0 0 0;
}

.checkoutItem.edit .checkoutItemManage {
    display: flex;
}

.block-form label {
    font-weight: normal;
    color: #333;
}

#checkoutRight {
    padding-top: 25px;
    border-left: 2px solid #0D6745;
    background: rgba(13, 103, 69,.25);
}

#checkoutRight .card {
    border: none;
    background: none;
}

.order-alter .form-group {
    position: relative;
    margin: .5rem 0;
}

.order-alter .form-group .btn {
    position: absolute;
    top: 0;
    right: 0;
}

.list-group.order-totals li {
    border-width: 0 0 1px;
    background: none;
}

.list-group.order-totals li:last-of-type {
    border-width: 0;
}

.list-group.order-totals li.amountDue {
    font-weight: bold;
}

#PMTiframe {
    width: 100% !important;
    height: 350px !important;
}

/*New 25-07-2022*/
.orderSummaryProducts .qtyHolder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orderSummaryProducts .qtyHolder button {
    width: 28px;
    height: 28px;
    padding: 0;
    background: #F56823;
    outline: none;
    border: none;
}

.orderSummaryProducts .qtyHolder .checkout-qty {
    width: 32px;
    border: none;
}

.orderSummaryProducts .qtyHolder .checkout-qty input {
    width: 32px;
    line-height: 28px;
    height: 28px;
    color: #221E1F;
    text-align: center;
    border: 1px solid #707070;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    font-family: "Work Sans", sans-serif;
    text-align: center;
}

.orderSummaryProducts .qtyHolder .checkout-qty input:focus {
    border-color: #F56823;
    box-shadow: 0 0 0 .25rem rgba(188, 0, 34, 0.25);
}

.orderSummaryProducts .CheckOutRemoveBtn {
    display: block;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    line-height: 19px;
    color: #F56823;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts span.itemPriceHolder {
    display: block;
    text-align: center;
    margin-top: 10px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .itemPriceHolder span.itemPrice {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    font-family: 'Work Sans', sans-serif;
}

/*------ Login ------*/
.form-authentication-footer {
    margin: 20px 0 50px;
    padding: 20px 0;
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #00437f;
}

/*------ View Cart ------*/
.cartItems img {
    max-width: 100px;
    margin: 0 auto;
}

#shoppingCartItems p {
    margin: 0;
}

#cartSubtotal {
    color: #000;
    text-transform: uppercase;
    line-height: 56px;
    height: 56px;
    margin: 0;
    border-width: 2px 0;
    border-style: solid;
    border-color: #00437f;
}

#cartSubtotal .value {
    float: right;
    font-weight: bold;
    margin-left: 1em;
}

#cartInfo .checkout-btns {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 0 0;
}

#cartInfo .checkout-btns .paypal-button {
    min-width: 200px;
}

.cartItems a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cartQty input {
    width: 50px;
    padding: 7px;
    margin-left: 1px;
}


.updated-remove {
    margin-top: 1em;
}

#cartInfo {
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0;
}

#cartSubtotal,#payPalCheckoutButton {
    width: 100%;
    text-align: right;
    height: 47px;
    line-height: 47px;
}

#checkout #checkoutAllDetails #newBillAddress .form-check {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

.altrupay .modal-content {
    height: 1200px
}
#selectedShippingHolder b{margin-right: 10px;}
#signIn {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    z-index: 999;
}
.checkout-page .modal.show .modal-dialog {max-width: 100%!important;width:100%!important;margin: 0;}
.checkout-page .modal-content{height: 100vh;}
 #checkoutLoginModal{padding:0;}
#signIn .signInInner {
    opacity: 1;
    padding: 59px 26px 30px;
}

#signIn .signInInner .close-icon {
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}
#signIn .signInInner p{font-size: 14px;letter-spacing: 0px;margin-bottom:8px;text-align: center;}
#signIn .signInInner h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    color: #221E1F;
}
#signIn .signInInner h3{
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    color: #221E1F;
    margin-top:30px;
}
#signIn .signInInner hr {
    border-top: 1px solid #8B8B8B;
    margin: 9.5px auto 19.5px;
    opacity: 0.25;
}

#signIn .signInInner form label {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    text-transform: capitalize;
    margin-bottom: 5px;
}

#signIn .signInInner form input {
    width: 100%;
    border: 1px solid #8B8B8B;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;font-size: 16px;
}

#signIn .signInInner form input:first-of-type {
    margin-bottom: 39px;
}

#signIn .signInInner form a {
    color: #8B8B8B;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .48px;
    text-transform: capitalize;
    text-decoration: underline;
    display: block;
    margin-top: 8px;
}

#signIn .signInInner form a i {
    color: #8B8B8B;
    margin-right: 5px;
}

#signIn .signInInner form button {
    font-size: 16px;
    margin-top: 27px;
    text-transform: uppercase;
}

#signIn .signInInner form a:last-of-type {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0.48px;
    text-align: center;
    display: block;
    width: 100%;text-decoration: unset;
}

#signIn .signInInner .otherSignInOption h6 {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    margin: 33px 0 28px;
}

#signIn .signInInner .otherSignInOption button {
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: bold;
    padding: 0px;
    border: 0px;
    display: block;
    width: 100%;
    margin-bottom: 17px;
}

#signIn .signInInner .otherSignInOption button:first-of-type {
    background: #1778F2;
    color: #fff;
}

#signIn .signInInner .otherSignInOption button:last-of-type {
    background: transparent;
    border: 1px solid #8B8B8B;
    color: #000000;
}

#signIn .signInInner .otherSignInOption a {
    font-size: 15px;
    line-height: 19px;
    text-decoration: underline;
    text-align: center;
    text-transform: capitalize;
    color: #F56823;
    margin-top: 13px;
    display: block;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard {
    margin-top: 45.5px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard a {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #425944;
    display: block;
    margin-bottom: 29px;
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard p {
    font-size: 16px;
    line-height: 21px;
    color: #221E1F;
    font-weight: bold;
    margin-bottom: 18px;
    text-transform: capitalize;
    font-family: "Work Sans", sans-serif;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard label {
    font-size: 16px;
    line-height: 21px;
    color: #221E1F;
    font-weight: bold;
    margin-bottom: 9px;
    text-transform: capitalize;
    display: block;
    font-family: "Work Sans", sans-serif;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard input {
    border: 1px solid #707070;
    height: 50px;
    line-height: 50px;
    padding-left: 16px 14px;
    font-size: 14px;
    color: #545454;
    letter-spacing: .56px;
    text-transform: capitalize;
    margin-bottom: 10px;
    width: 100%;
    line-height: 19px;
    font-family: "Work Sans", sans-serif;
    border-radius: 0;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard input:focus {
    border-color: #F56823;
    box-shadow: 0 0 0 .25rem rgba(188, 0, 34, 0.25);
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard .checkoutPaymentIcons {
    width: 100%;
    max-width: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard .checkoutPaymentIcons a i {
    color: #000000;
    font-size: 30px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#addNewPaymentCard button {
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 24px;
    padding: 14px 0 13px;
    text-transform: capitalize;
    border-radius: 0;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    box-shadow: -2px 2px 0px #013577;
    border: 2px solid #013577;
    color: #013577;
    background: #D9F2F0 0% 0% no-repeat padding-box;
}

.checkout-pp-ordernow,.store-pickup-method {
    font-size: 18px!important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff!important;
    background-color: #FF0000!important;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center!important;
    display: block!important;
    border: 0!important;
    padding: 0!important;
}

/***************************************************NEW CHECKOUT CSS******************************************************************************************/
#viewcart {
    margin-bottom: 50px;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 5px;
}

#viewcart .container {
    max-width: 860px;
    width: 100%;
}

nav ol.breadcrumb {
    margin: 20px 0 50px;
}
span.designation {
    font-size: 14px;
    color: #000000;
    line-height: 19px;
}
nav ol.breadcrumb li a {
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif!important;
    color: #8C8C8C;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}

nav ol.breadcrumb li.active a {
    color: #0D0D0D;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '/';
    margin: 0px;
    padding-right: 5px;
}

#viewcart #viewcartContent h1.viewcartHeading {
    font-size: 25px;
    font-weight: bold;
    line-height: 33px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Roboto",sans-serif;
}

#viewcart #viewcartContent .fieldHeadings {
    background: #F56823;
    border: 1px solid #002147;
}

#viewcart #viewcartContent .fieldHeadings strong {
    font-size: 18px;
    line-height: 39px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

#viewcart #viewcartContent .fieldData {
    border-bottom: 1px solid #EDEDED;
    padding: 30px 0;
    margin-bottom: 1px;
}

#viewcart #viewcartContent .fieldData .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#viewcart #viewcartContent .fieldData .info p span.name.d-block a {
    padding: 0;
}

#viewcart #viewcartContent .fieldData .gcFlex {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}

#viewcart #viewcartContent .fieldData .info a svg {
    color: #545559;
    font-size: 18px;
}

#viewcart #viewcartContent .fieldData .info a img {
    max-width: 120px;
    width: 100%;
    margin-right: 20px;
}

#viewcart #viewcartContent .fieldData .info p {
    margin-bottom: 0px;
}

#viewcart #viewcartContent .fieldData .info p span:first-of-type {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-transform: capitalize;
}

#viewcart #viewcartContent .fieldData .info p span:last-of-type {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

#viewcart #viewcartContent .fieldData strong {
    font-size: 16px;
    line-height: 9px;
    color: #656565;
    font-weight: normal;
    display: flex;
    align-items: center;
    letter-spacing: 0.03px;
    margin-right: 35px;
}

#viewcart #viewcartContent .fieldData strong p {
    margin-bottom: 0;
    color: #000;
}

#viewcart #viewcartContent .fieldData strong .itemPrice {
    color: #000;
    margin-bottom: 0;
}

#viewcart #viewcartContent .fieldData .quantity {
    max-width: 114px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#viewcart #viewcartContent .fieldData .quantity .quantityInner {
    display: flex;
    max-width: 114px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 2px solid #707070;
    background: #fff;
    position: relative;
}

#viewcart #viewcartContent .fieldData .quantity input {
    max-width: 64px;
    width: 100%;
    height: 40px;
    padding: 0;
    padding-left: 11px;
    border: 0;
    color: #002147;
}

#viewcart #viewcartContent .fieldData .quantity button {
    line-height: normal;
    position: absolute;
    right: 13px;
    text-align: center;
    padding: 0px;
    background: transparent;
    border: 0;
}

#viewcart #viewcartContent .fieldData .quantity button.cartQtyDown {
    bottom: 10%;
}

#viewcart #viewcartContent .fieldData .quantity button.cartQtyUp {
    top: 20%;
}


#viewcart #viewcartContent .fieldData .quantity button svg {
    font-size: 14px;
    color: #444444;
}

#viewcart #viewcartContent .viewcartContentTotal {
    margin-top: 40px;
}

#viewcart #viewcartContent .viewcartContentTotal p.viewcartSubtotal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
#viewcart #viewcartContent .viewcartContentTotal a { font-size: 15px;line-height: 19px;letter-spacing: 0.03px;text-align: left;font-weight: 600;color:#013577;margin-bottom: 30px;}
#viewcart #viewcartContent .viewcartContentTotal p { font-size: 15px;line-height: 19px;letter-spacing: 0.03px;text-align: left;font-weight: medium;color:#444444;margin-bottom: 20px;}
#viewcart #viewcartContent .viewcartContentTotal p a{color:#472FE2;text-decoration: underline!important;}
#viewcart #viewcartContent .viewcartContentTotal p strong {
    font-size: 22px;
    line-height: 19px;
    font-weight: 500;
    color: #444444;
    text-transform: capitalize;
    letter-spacing: 0.04px;
}

#viewcart #viewcartContent .viewcartContentTotal p span {
    font-size: 16px;
    font-weight: normal;
    color: #8B8B8B;
    text-transform: capitalize;
    text-decoration: underline;
    font-style: italic;
}

#viewcart #viewcartContent .viewcartContentTotal p.viewcartFinalTotal strong {
    color: #ED2938;
    font-size: 16px;
}

#viewcart #viewcartContent .viewcartButtons {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

#viewcart #viewcartContent .btn-Emtpty-VC {text-align: center;width: 100%;line-height: 54px;height: 56px;background-color: #D9F2F0;color: #013577;text-transform: uppercase;box-shadow: -3px 3px #013577;border: solid 2px #005596 !important;font-weight: 700 !important;font-size: 15px;letter-spacing: 1px !important;display: block;margin-top: 25px;}
#viewcart #viewcartContent .viewcartButtons a:first-of-type{text-align:center;width:100%;line-height: 54px; height: 56px; background-color:#D9F2F0; ; color: #013577; text-transform: uppercase; box-shadow: -3px 3px #013577;border: solid 2px #005596 !important;font-weight: 700 !important;font-size: 15px;letter-spacing: 1px !important;}

#viewcart #viewcartContent .viewcartButtons a:last-of-type { font-size: 15px;line-height: 19px;letter-spacing: 0.03px;text-align: center;font-weight: 600;color:#013577;margin-top: 30px;}
#viewcart #viewcartContent .viewcartButtons a:last-of-type svg path{fill:#013577;color:#013577;}
#viewcart #viewcartContent .viewcartButtons a:last-of-type svg{margin-left: 1px;height: 10px;}
#checkout #checkoutAllDetails .expressCheckout {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 76px;
}

#checkout #checkoutAllDetails .expressCheckout .payment-btns{display: flex;margin-bottom: 52px;justify-content: space-between;}
#checkout #checkoutAllDetails .expressCheckout .payment-btns .col-4{padding:0 5px 0;}
#checkout #checkoutAllDetails .expressCheckout .payment-btns a{margin: 0;border-radius: 5px;text-align: center;display: block;}
#checkout #checkoutAllDetails .expressCheckout .payment-btns a.GPay img{margin-top: 1px;border-radius: 5px;height: 44px;margin-left: 5px;}
#checkout #checkoutAllDetails .expressCheckout .payment-btns a.shopPay img{margin-top: 1px;border-radius: 5px;}

#checkout #checkoutAllDetails .expressCheckout .payment-btns a.shopPaymobile  img{display: none;}
#checkout #checkoutAllDetails .expressCheckout .payment-btns a.GPaymobile img{display: none;}

#checkout #checkoutAllDetails .expressCheckout h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #221E1F;
    display: block;
    text-align: center;
    font-weight: bold;
}

#checkout .container {
    max-width: 1320px;
}

#checkout #checkoutAllDetails .accordion {
    margin-top: 50px;
    max-width: 700px;
    margin: 0 auto;
}

#checkout #checkoutAllDetails .accordion .card {
    border: 0px;
    border-top: 1px solid #E5E5E5;
    background: transparent;
    padding-top: 50px;
    padding-bottom: 50px;border-radius: 0;
}

#checkout #checkoutAllDetails .accordion .card .card-header {
    background-color: transparent;
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-header button {
    padding: 0px;
    border: 0px;
    font-size: 25px;
    color: #221E1F;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 200px;
}

#checkout #checkoutAllDetails .accordion .card .card-header h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#checkout #checkoutAllDetails .accordion .card.email .card-header h2, #checkout #checkoutAllDetails .accordion .card.shipping-method .card-header h2, #checkout #checkoutAllDetails .accordion .card.payment .card-header h2 {
    align-items: center;
}

#checkout #checkoutAllDetails .accordion .card.email .card-header h2 span, #checkout #checkoutAllDetails .accordion .card.shipping-method .card-header h2 span, #checkout #checkoutAllDetails .accordion .card.payment .card-header h2 span {
    padding-top: 0;
}

#checkout #checkoutAllDetails .accordion .card form strong {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    font-family: "Work Sans", sans-serif;
    color: #000;
    margin-bottom: 14px;
    display: inline-block;
}

#checkout #checkoutAllDetails .accordion .card .form-row .form-group {
    margin-bottom: 19px;
}

#checkout #checkoutAllDetails .accordion .card .form-row .form-group label {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: normal;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
}

#checkout #checkoutAllDetails .accordion .card .form-row .form-group label span {
    color: #F56823;
}

#checkout #checkoutAllDetails .accordion .card .form-row h3 {
    font-size: 16px;
    line-height: 21px;
    color: #221E1F;
    font-weight: bold;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 14px;
}

#checkout #checkoutAllDetails .accordion .card .card-header span {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    flex: 0 0 40%;
    padding-right: 15px;
    padding-top: 4px;
    font-weight: normal;
    font-family: "Work Sans", sans-serif;
    display: inline-block;text-transform: capitalize;
}
#checkout #checkoutAllDetails .accordion .card .card-header span p {
    color: #000;
}
#checkout #checkoutAllDetails .accordion .card .card-header span.checkoutphonenumber.m-0 {
    padding: 0;
}
#checkout #checkoutAllDetails .accordion .card .card-header span.billAddressHolder span.state {
    all: unset!important;
    text-transform: uppercase!important;
}
#checkout #checkoutAllDetails .accordion .card div#headingOne span {
    text-transform: lowercase;
}

#checkout #checkoutAllDetails #collapseOne .card-header span {text-align: center;}
#checkout #checkoutAllDetails .accordion .card .card-header a {
    font-size: 18px;
    text-transform: uppercase;
    padding: 14px 0 13px;
    line-height: 24px;
    width: 100%;
    max-width: 150px;
    text-align: center;
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    box-shadow: -2px 2px 0px #013577;
    border: 2px solid #013577;
    color: #013577;
    background: #D9F2F0 0% 0% no-repeat padding-box;
}

#checkout #checkoutAllDetails .accordion .card .card-header button span {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 30px;
    text-align: center;
    border: 3px solid #000;
    font-size: 25px;
    color: #221E1F;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 21px;
    color: #221E1F;
    padding: 0;
    max-width: 43px;
    transition: all 0.3s ease;
    font-family: "Montserrat", sans-serif;
    padding: 3px 0;
}

#checkout #checkoutAllDetails .accordion .card .card-header button span::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    height: 25px;
    width: 25px;
    background: #fff;
    z-index: 8;
    transform: rotateZ(45deg);
}

#checkout #checkoutAllDetails .accordion .card .card-header button span {
    font-family: 'Lato', sans-serif;
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 35px !important;
    text-align: center;
    border: 4px solid #000;
    font-size: 25px !important;
    color: #221E1F;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 21px;
    padding: 0;
    max-width: 43px;
}

 #checkout #checkoutAllDetails .accordion .card:has(.collapse.show) h2 button span:first-of-type {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 43px!important;
    text-align: center;
    border: 2px solid #000;
    font-size: 25px;
    color: #fff!important;
    text-transform: uppercase;
    margin-right: 22px;
    background: #000;
}
#checkout #checkoutAllDetails .accordion .card:has(.collapse.show) h2 button span::before{all: unset!important;}
 

#checkout #checkoutAllDetails .accordion .card .card-body {
    max-width: 636px;
    margin-left: auto;
    padding: 0;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer label.email {
    margin-top: 40px;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #221E1F;
    font-weight: bold;
    display: block;
    font-family: "Work Sans", sans-serif;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer input.form-control {
    border-radius: 0px;
    width: 100%;
    max-width: 375px;
    height: 50px;
    border: 1px solid #DEDEDE;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer input.form-control:focus {
    border: 1px solid #F56823;
    box-shadow: 0 0 0 .25rem rgba(188, 0, 34, 0.25);
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer button {
    max-width: 238px;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    display: block;
    border: 2px solid #013577!important;
    color: #013577 !important;
    background: #D9F2F0 0% 0% no-repeat padding-box!important;
    padding: 14px 0 13px;
    width: 100%;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    border-radius: 0;
    box-shadow: -2px 2px 0px #013577!important;
    text-transform: uppercase;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer label.form-check-label {
    font-size: 15px;
    line-height: 18px;
    color: #221E1F;
    font-weight: bold;
    margin-left: 25px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer .form-group.form-check {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer p {
    margin-top: 31px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 19px;
    font-family: "Work Sans", sans-serif;
    color: #221E1F;
    font-weight: normal;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#customer p a {
    color: #F56823;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 10px;
    font-family: "Work Sans", sans-serif;
    text-decoration: underline;
}

#checkout #checkoutAllDetails .accordion .card .card-body .savedAddress {
    margin-top: 28px;
    margin-bottom: 28px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .scrolledDiv::-webkit-scrollbar {
    width: 7px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .scrolledDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
}

#checkout #checkoutAllDetails .accordion .card .card-body .scrolledDiv::-webkit-scrollbar-thumb {
    background-color: #000!important;
    outline: 1px solid #000000!important;
    border-radius: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .scrolledDiv {
    max-height: 400px;
    overflow-y: scroll;
}

#checkout #checkoutAllDetails .accordion .card .card-body .shippingContainer p {
    color: #221E1F;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 47px;
    margin-bottom: 15px;
    font-family: "Work Sans", sans-serif;
    color: #221E1F;
}

#checkout #checkoutAllDetails .accordion .card .card-body .savedAddress .primaryShippingAddress {
    background: #F5F5F5;
    padding: 33px 23px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .savedAddress .primaryShippingAddress label {
    color: #221E1F;
    /* font-size: 14px; */
    /* line-height: 19px; */
    /* text-transform: capitalize; */
    /* display: block; */
    /* font-weight: normal; */
    /* font-style: italic; */
    /* font-family: "Work Sans", sans-serif; */
    max-width: 574px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#checkout #checkoutAllDetails #newBillAddress .savedAddress label {
    line-height: 21px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
    color: #221E1F;
    font-weight: bold;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    width: 100%;
}

#checkout #checkoutAllDetails #newBillAddress .savedAddress #sameBillShipCheck {
    cursor: pointer
}

#checkout #checkoutAllDetails .accordion .card .card-body .savedAddress .primaryShippingAddress .form-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

#checkout #checkoutAllDetails .accordion .card .card-body .savedAddress .primaryShippingAddress label span {
    color: #221E1F;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    display: block;
    font-weight: normal;
    font-style: italic;
   font-family: "Work Sans", sans-serif;
    max-width: 450px;
    order: 1;
    margin-left: 11px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .shippingContainer h6,.orDivider {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: #282828;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 21px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .shippingContainer h6,.orDivider {
    display: flex;
    justify-content: space-between; font-family: "Work Sans", sans-serif;
}

#checkout #checkoutAllDetails .accordion .card .card-body .shippingContainer h6:before,.orDivider:before {
    content: "";
    display: inline-block;
    width: 15vw;
    border-bottom: 0.5px solid #8B8B8B;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-width: 260px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .shippingContainer h6:after,.orDivider:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 15vw;
    border-bottom: 0.5px solid #8B8B8B;
    max-width: 250px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm strong {
    font-size: 16px;
    line-height: 19px;
    color: #221E1F;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm label {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: #000;
    font-weight: normal;
    display: block;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm input.form-control {
    border-radius: 0px;
    width: 100%;
    max-width: 635px;
    height: 37px;
    border: 1px solid #DBDBDB;
    display: block;
    margin-bottom: 20px;
    color: #545454;
    font-size: 14px;
    line-height: 37px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm select {
    border-radius: 0px;
    border: 1px solid #DBDBDB;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm label.form-check-label {
    margin-top: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #221E1F;
    font-weight: bold;
    text-transform: uppercase;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm input.form-check-input {
    margin-top: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm .billingLast {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 29px;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm .billingLast a {
    color: #FF0000;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
}

#checkout #checkoutAllDetails .accordion .card .card-body form#shippingForm .billingLast button {
    background-color: #FF0000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    height: 40px;
    max-width: 340px;
    padding: 0px;
    width: 100%;
    border: 0px;
}

#shippingHolder #shippingContainer .card-body #shippingContentSimple .shippingContainer .newShipAddressBtn {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 14px 0 13px;
    line-height: 24px;
    width: 100%;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: -2px 2px 0px #013577;
    border: 2px solid #013577;
    color: #013577;
    background: #D9F2F0 0% 0% no-repeat padding-box;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl {
    margin-top: 25px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflText p {
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflText i {
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl form#shippingFfl {
    margin-top: 20px;
    margin-bottom: 42px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl form#shippingFfl label {
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 6px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl form#shippingFfl input {
    height: 37px;
    width: 100%;
    max-width: 635px;
    border: 1px solid #DBDBDB;
    line-height: 37px;
    margin-bottom: 19px;
    border-radius: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl form#shippingFfl select {
    height: 37px;
    width: 100%;
    max-width: 635px;
    border: 1px solid #DBDBDB;
    margin-bottom: 19px;
    border-radius: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl form#shippingFfl button {
    padding: 0;
    height: 40px;
    width: 100%;
    max-width: 280px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #FF0000;
    border-radius: 0px;
    border: 0px;
    font-size: 18;
    line-height: 40px;
    font-weight: bold;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .resultContainer::-webkit-scrollbar {
    width: 7px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .resultContainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .resultContainer::-webkit-scrollbar-thumb {
    background-color: #000!important;
    outline: 1px solid #000000!important;
    border-radius: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer {
    height: auto;
    max-height: 300px;
    border: 1px solid #DBDBDB;
    padding: 24px 20px;
    overflow-y: scroll;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults p {
    font-size: 16px;
    line-height: 19px;
    color: #221E1F;
    font-weight: bold;
    text-transform: uppercase;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer .result {
    margin-bottom: 50px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer .result strong {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #221E1F;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer .result address {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-transform: capitalize;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer .result span {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-transform: capitalize;
    margin-top: 25px;
    display: block;
    margin-bottom: 20px;
}

#checkout #checkoutAllDetails .accordion .card .card-body #storeAddresses #shippingContentFfl .fflResults .resultContainer .result a {
    padding: 0;
    height: 40px;
    width: 100%;
    max-width: 280px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #FF0000;
    border-radius: 0px;
    border: 0px;
    font-size: 18;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods {
    margin-top: 49px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout p {
    color: #221E1F;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout.active {
    background: #F5F5F5;
    padding: 24px 23px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout {
    background: #fff;
    border: 1px solid #DBDBDB;
    padding: 24px 23px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout label {
    color: #221E1F;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    font-weight: bold;
    /* padding-top: 4px; */
    margin-left: 11px;
    font-family: "Work Sans", sans-serif;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout label span {
    color: #221E1F;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    display: block;
    font-weight: bold;
    font-family: "Work Sans", sans-serif;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout strong {
    font-weight: bold;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #221E1F;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods p {
    font-size: 16px;
    color: #221E1F;
    line-height: 21px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 36px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods h6 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: #282828;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 21px;
    font-family: "Work Sans", sans-serif;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#checkout #checkoutAllDetails .accordion .card .card-body .smlayout .form-group .form-check-input {
    width: 21px;
    height: 21px;
    border-radius: 4px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .shippingLast {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 29px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .shippingLast a {
    color: #FF0000;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .shippingLast button {
    background-color: #FF0000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    height: 40px;
    max-width: 340px;
    padding: 0px;
    width: 100%;
    border: 0px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer::-webkit-scrollbar {
    width: 7px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0);
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer::-webkit-scrollbar-thumb {
    background-color: #000!important;
    outline: 1px solid #000000!important;
    border-radius: 10px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations {
    margin-top: 30px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer {
    height: 100vh;
    max-height: 960px;
    border: 1px solid #DBDBDB;
    padding: 24px 20px;
    overflow-y: scroll;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations p {
    font-size: 16px;
    line-height: 19px;
    color: #221E1F;
    font-weight: bold;
    text-transform: uppercase;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer .location {
    margin-bottom: 50px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer .location strong {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #221E1F;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
header#header.checkoutHeader{z-index: 999;}
#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer .location address {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-transform: capitalize;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer .location span {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-transform: capitalize;
    margin-top: 25px;
    display: block;
    margin-bottom: 20px;
}

#checkout #checkoutAllDetails .accordion .card .card-body .ShippingMethods .pickupLocations .locationContainer .location a {
    padding: 0;
    height: 40px;
    width: 100%;
    max-width: 280px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #FF0000;
    border-radius: 0px;
    border: 0px;
    font-size: 18;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#checkout #checkoutAllDetails .accordion .card .card-header button b {
    font-size: 25px;
    color: #221E1F;
    text-transform: uppercase;
    font-weight: bold;
    width: min-content;
    display: inline-flex;
    vertical-align: super;
    flex: 100%;
    text-align: start;
    line-height: 29px;
    font-family: Work Sans,sans-serif;
}

#checkout #checkoutAllDetails .accordion .card .form-row .form-group button#submitBilling {
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
    border: 0px;
    color: #fff;
    background: #f56823;
    padding: 14px 0 13px;
    line-height: 24px;
    width: 100%;
    max-width: 340px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    border-radius: 0;
    margin: 0 12px 0 12px;
}

#checkout #checkoutAllDetails .accordion .card .form-row .form-group input, #checkout #checkoutAllDetails .accordion .card .form-row .form-group select {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.56px;
    color: #545454;
    border-radius: 0;
    padding: 10px;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    margin-bottom: 0;border: 1px solid #DBDBDB;
}

#checkout #checkoutAllDetails .accordion .card .form-row .form-group input:focus, #checkout #checkoutAllDetails .accordion .card .form-row .form-group select:focus {
    box-shadow: 0 0 0 .25rem rgba( 188, 0, 34, 0.25);
    border-color: #f56823;
}

#checkout #checkoutAllDetails #newShippAddress button#submitShipping, #checkout #checkoutAllDetails #newBillAddress button#submitBilling {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 14px 0 13px;
    line-height: 24px;
    width: 100%;
    max-width: 340px;
    margin: 0 12px;
    margin-bottom: 10px;
    margin-top: 11px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: -2px 2px 0px #013577!important;
    border: 2px solid #013577!important;
    color: #013577!important;
    background: #D9F2F0 0% 0% no-repeat padding-box!important;
}

#checkout #checkoutAllDetails #newShippAddress button#clearShipping, #checkout #checkoutAllDetails #newBillAddress button#clearBilling {
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
    border: 0px;
    color: #fff;
    background: #f56823;
    padding: 14px 0 13px;
    line-height: 24px;
    width: 100%;
    max-width: 340px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    border-radius: 0;
    margin: 0 12px;
}

#checkout #checkoutAllDetails #newShippAddress form#shippingAddress, #checkout #checkoutAllDetails #newShippAddress form#billingAddress {
    margin-top: 15px;
}

#checkout #checkoutAllDetails .ShippingMethods .usps {
    margin: 15px 0;
}

#checkout #checkoutAllDetails .ShippingMethods .usps .form-group .form-check {
    display: flex;
    align-items: center;
    padding: 0;
}

#checkout #checkoutAllDetails input[type=checkbox] {
    /* margin-top: 3px; */
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    width: 17px;
    height: 17px;
    border-radius: 0;
    /* margin-right: 8px; */
    display: grid;
    place-content: center;
    border: 1px solid #707070;
}

#checkout #checkoutAllDetails input[type=checkbox]:focus {
    border: 1px solid #f56823;
    box-shadow: 0 0 0 .25rem rgba(188, 0, 34, 0.25);
}

#checkout #checkoutAllDetails input[type="checkbox"]:checked {
    border: 1px solid #707070;height: 27px; width: 27px; padding: 3px; border-radius: 3px;
   
}

#checkout #checkoutAllDetails input[type="checkbox"]::before {
    content: "";
    width: 21px;
    height: 21px;
    transform: scale(0);
    transform-origin: bottom left;
    background: #f56823;
    border-radius: 3px;
    transition: 120ms transform ease-in-out;
}

#checkout #checkoutAllDetails input[type="checkbox"]:checked::before {
    transform: scale(1);
}
#checkout #checkoutOrderSummary{ 
    border: 1px solid #F5F5F5;
    margin: 0;
    padding: 0;
    background: #f5F5F5 0% 0% no-repeat padding-box;}
#checkout #checkoutOrderSummary .orderSummary {
    max-width: 420px;
}

#checkout #checkoutOrderSummary .orderSummary p.os {
    /* height: 69px; */
    /* line-height: 69px; */
    margin-bottom: 0px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 76px 23px 20px 20px;
}

#checkout #checkoutOrderSummary .orderSummary p.os strong {
    color: #221E1F;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
}

#checkout #checkoutOrderSummary .orderSummary p.os a {
    color: #F56823;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    font-family: "Work Sans", sans-serif;
    line-height: 16px;
    text-align: right;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts {
    padding: 24px 20px 49px;
    border-bottom: 1px solid #E5E5E5;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .checkoutItem > strong > span.text-center.mb-2 {
    display: none;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts p.noOfItems {
    font-size: 16px;
    color: #221E1F;
    text-transform: capitalize;
    line-height: 19px;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 22px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#checkout .checkoutAsGuest > .row {
    width: 100%;
}

#checkout .checkoutAsGuest > .row .checkoutGuest {
    display: flex;
    align-items: flex-end;
    padding-left: 0;
}

#checkout .checkoutAsGuest > .row .checkoutGuest > .form-group {
    width: 100%;
    width: 100%;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info p {
    flex: 0 0 46%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    font-family: 'Work Sans', sans-serif;
    color: #221E1F;
    height: 100%;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info p:last-child {
    margin-bottom: 0;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info p a {
    margin-bottom: 3px;
    display: inline-block;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info .cart-options {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    font-family: "Work Sans", sans-serif;
    color: #221E1F;
    margin-right: 5px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info strong {
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
   font-family: "Work Sans", sans-serif;
    color: #221E1F;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info strong span {
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    font-family: "Work Sans", sans-serif;
    color: #221E1F;
}

#checkout #checkoutOrderSummary .orderSummary .notesComments {
    padding: 18px 20px;
    border-bottom: 1px solid #E5E5E5;
}

#checkout #checkoutOrderSummary .orderSummary .notesComments label {
    font-size: 24px;
    line-height: 19px;
    font-weight: bold;
    color: #221E1F;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Work Sans', sans-serif;
}

#checkout #checkoutOrderSummary .orderSummary .notesComments textarea {
    border-radius: 0px;
    border: 0.5px solid #DEDEDE;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.56px;
    font-family: 'Work Sans', sans-serif;
    color: #545454;
    height: 60px;
    resize: none;
    min-height: 0;
}

#checkout #checkoutOrderSummary .orderSummary .notesComments textarea:focus {
    border-color: #F56823;
    box-shadow: 0 0 0 .25rem rgba(188, 0, 34, 0.25);
}

#checkout #checkoutOrderSummary .orderSummary .notesComments .form-group:first-of-type {
    margin-bottom: 18px;
}

#checkout #checkoutOrderSummary .orderSummary a.ac {
    line-height: 21px;
    text-transform: capitalize;
    text-decoration: none;
    color: #F56823;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
}

#checkout #checkoutOrderSummary .orderSummary .coupon-container {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

#checkout #checkoutOrderSummary .orderSummary .coupon-container .activeCoupons {
    list-style: none;
    color: #F56823;
    font-weight: bold;
    padding: 10px;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

#checkout #checkoutOrderSummary .orderSummary .coupon-container input {
    padding: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    border: 1px solid #707070;
    border-radius: 0;
}

#checkout #checkoutOrderSummary .orderSummary .coupon-container input:focus {
    border-color: #F56823;
    box-shadow: 0 0 0 .25rem rgba(188, 0, 34, 0.25);
}

#checkout #checkoutOrderSummary .orderSummary .coupon-container #couponSubmit {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    background: #F56823;
    line-height: 24px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    margin-top: 3%;
    border: 0;
    padding: 13px 0 14px;
    border-radius: 0;
    font-family: "Work Sans", sans-serif;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal {
    padding: 26px 0 20px;
    border-bottom: 1px solid #E5E5E5;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal p:last-child {
    margin-bottom: 0;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal p strong {
    font-size: 20px;
    line-height: 21px;
    color: #221E1F;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Work Sans', sans-serif;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryFinalTotal {
    padding: 18px 0 10px;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryFinalTotal p {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#checkout #checkoutOrderSummary .orderSummary .orderSummaryFinalTotal p strong {
    color: #f56823;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    text-transform: capitalize;
}

#checkoutOrderSummaryMobile {
    display: none;
}

.checkoutAsGuest {
    display: flex;
}

#checkout .card-body #customer .checkoutAsGuest input {
    margin-right: 11px;
}

#shippingContentSimple .shippingContainer .editBtn {
    font-size: 16px;
    line-height: 19px;
    color: #221E1F;
    font-weight: bold;
    text-transform: uppercase;
    /* position: absolute; */
    /* right: 0; */
    order: 2;
    padding: 0;
}

.checkout-qty {
    color: #0e437f;
    font-size: 14px;
}

div#paypal-login {
    text-align: center;
    width: 100%;
    padding: 0;
}
.paypal-button.paypal-button-shape-rect{height: 44px;margin-top: 2px;}
.paypal-button.paypal-button-color-silver {
    background: transparent!important;
}

span.paypal-button-text {
    display: none;
}

ul.activeGiftCards li {
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
}
ul.activeGiftCards li span.remaining-bal {
    font-size: 16px;
    font-weight: 400;
    margin-left: 30px;
}
ul.activeGiftCards li a {
    display: inline!important;
}

div#gift-certificate {
    margin-bottom: 10px;
}

.no-payment-button {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #f56823!important;
    height: 40px;
    line-height: 26px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border: 0;
}

p.credits strong,p.credits span strong {
    color: #008000!important;
    text-transform: none!important;
}

.bopis-change-location {
    padding: 0;
    height: 40px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #FF0000;
    border-radius: 0px;
    border: 0px;
    font-size: 18;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
#checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info p.itemPrice {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    font-family: 'Work Sans', sans-serif;
}

#accordionExample #headingOne:not(:has(#customerCollapseTogglerEdit)) h2 > span {padding-left: 5%;}
@media (min-width: 768px) and (max-width: 1200px) {
    #viewcart #viewcartContent .fieldData .info a img { margin: 0 10px 0 10px;}
    #viewcart #viewcartContent .fieldHeadings .col-4 {
        width: 30.333% !important;
    }
    #viewcart #viewcartContent .fieldHeadings .col-2 {
        width: 15.66666667% !important;
    }
    #viewcart #viewcartContent .fieldData .col-lg-4.col-md-4.col-12.demo {
        width: 30.33333333% !important;
    }
    #viewcart #viewcartContent .fieldData .col-lg-2.col-md-2.col-12 {
        width: 15.66666667% !important;
    }
    #viewcart #viewcartContent .fieldData .col-lg-1.col-md-1.col-12 {
        width: 9.333333% !important;
    }
    #viewcart #viewcartContent .fieldData .info a:first-of-type{padding-left: 0;}
    #accordionExample #headingOne:not(:has(#customerCollapseTogglerEdit)) h2 > span {padding-left: 10%;}

}
@media(max-width: 1200px) {
    #checkout #checkoutOrderSummary .orderSummary{max-width: 100%;}
    #checkout #checkoutOrderSummary .orderSummary p.os span.orderSummaryInner {
        display: flex;
        max-width: 100px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    #checkout #checkoutOrderSummary .orderSummary {
        max-width: 100%;
        overflow-y: scroll;height: calc(100vh - 10vh);padding: 20px 30px;
    }
    #checkoutOrderSummaryMobile {
        display: block;
        position: fixed;
        height: 110px;
        width: 100%;
        z-index: 9999999999;
        left: 0;
        right: 0;bottom: 0!important; padding: 0;
    }
    #checkoutOrderSummaryMobile .orderSummary {
        box-shadow: 0px 0px 6px #00000029;
        border: 1px solid #E5E5E5;
        background: #fff;
        padding: 20px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }

    #checkoutOrderSummaryMobile .orderSummary .info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    #checkoutOrderSummaryMobile .orderSummary .info img {
        display: none;
    }

    #checkoutOrderSummaryMobile .orderSummary .info p {
        flex: 0 0 80%;
        margin-bottom: 0px;
    }

    #checkoutOrderSummaryMobile .orderSummary .info p span {
        font-size: 24px;
        color: #221E1F;
        text-transform: capitalize;
        line-height: 24px;
        font-weight: bold;
    }

    #checkoutOrderSummaryMobile .orderSummary .info p a {
        text-decoration: none;
        font-size: 15px;
        line-height: normal;
        text-transform: capitalize;
        color: #F56823;
        font-weight: bold;
        
        margin-top: 7px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    #checkoutOrderSummaryMobile .orderSummary .info p a[aria-expanded=true] svg {
        transform: rotate(180deg);
    }
    #checkoutOrderSummaryMobile .orderSummary .info strong {
        font-size: 25px;
        font-weight: bold;
        line-height: 24px;
        color: #F56823;
        font-family: "Work Sans", sans-serif;
    }

    #checkout #checkoutOrderSummary .orderSummary p.os {
        padding: 20px;
    }
    article#checkoutOrderSummary {
        position: fixed;
        top: 140px;
        z-index: 9999999999999999;
        background: #fff;
        height: auto;
        overflow-y: scroll;
        left: 0;
        display: none;top: 0; padding: 0;
    }

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info strong {
        display: block;
        text-align: right;
        padding-left: 15px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #checkout #checkoutAllDetails .accordion .card .card-header span {
        flex: 0 0 30%;
        text-wrap: auto;
    }
}

@media (max-width: 991px) {
    #checkout #checkoutOrderSummary {margin: 0 auto;
    }

    #checkout #checkoutOrderSummary .orderSummary {
        max-width: 100%!important;
        width: 100%;
    }

    #checkoutRight {
        border-left: none;
    }

    #orderTotalCard:not(.show) {
        display: none;
    }

    #checkout #checkoutOrderSummary .orderSummary p.os {
        padding: 20px;
    }

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info {
        display: flex;
    }

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info span.checkoutItemImage.col-3.col-sm-3 {
        float: unset;
    }

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info strong {
        display: block;
        text-align: unset;
        padding-left: unset;
        margin-top: unset;
    }
}

@media(max-width: 768px) {
    #checkout #checkoutAllDetails .expressCheckout .payment-btns{position: relative;margin-bottom: 100px;}
    #checkout #checkoutAllDetails .expressCheckout .payment-btns a.shopPay{background-color: #472FE2!important;margin-bottom: 20px;height: 46px;}
    #checkout #checkoutAllDetails .expressCheckout .payment-btns .col-4{padding: 0;}
    #checkout #checkoutAllDetails .expressCheckout .payment-btns a.GPay{position: absolute;height: 46px;  right: 0;top: 65px;max-width: 48%;width: 100%;background-color: #000;}
    #checkout #checkoutAllDetails .expressCheckout .payment-btns a.paypalBtn{position: absolute;
    max-width: 48%;
    width: 100%;
    background: #ffbC44;
    height: 46px;
    margin-right: 10px;
    padding: 2px 45px;}



    #checkout #checkoutOrderSummary .orderSummary {
        height: calc(100vh - 10vh);
    }
    #signIn .container{padding: 0;}
    #signIn .signInInner{padding-left: 0;padding-right: 0;}
    .itemSizeText{justify-content: flex-start!important;}
    #viewcart .container{padding: 0 16px;}
    #viewcart #viewcartContent .viewcartContentTotal {
        margin-top: 0px;
    }
    #viewcart #viewcartContent .viewcartContentTotal p{padding-right: 20px;}
    #viewcart #viewcartContent .viewcartButtons {
        margin-top: 35px;
    }
    #viewcart #viewcartContent .fieldData {
        padding: 30px 0;
    }
    nav ol.breadcrumb {
        margin: 10px 0 20px;
    }

    #viewcart #viewcartContent .fieldHeadings {
        display: none;
    }

    #viewcart #viewcartContent .fieldData .info p {
        flex: 0 0 60%;
    }

    #viewcart #viewcartContent .fieldData strong {
        margin-bottom: 18px;
    }
    #checkout #checkoutAllDetails #newShippAddress button#submitShipping, #checkout #checkoutAllDetails #newBillAddress button#submitBilling {max-width: 100%; margin: 0; margin-top: 15px; margin-bottom: 0;}
    #checkout #checkoutAllDetails #newShippAddress form#shippingAddress > .form-row.row, #checkout #checkoutAllDetails #newBillAddress form#billingAddress > .form-row.row { margin: 0;}
    #checkout #checkoutAllDetails #newShippAddress form#shippingAddress > .form-row.row > .form-group.col-12, #checkout #checkoutAllDetails #newBillAddress form#billingAddress > .form-row.row > .form-group{padding: 0;} 
    #checkout #checkoutAllDetails #newShippAddress form#shippingAddress > .form-row.row > .form-group.zip{padding: 0;}
    #checkout #checkoutAllDetails #newShippAddress form#shippingAddress > .form-row.row > .form-group.country{padding-left: 0;}
    #checkout #checkoutAllDetails #newShippAddress form#shippingAddress > .form-row.row > .form-group.state{padding-right: 0;}
    

    

    #checkout #checkoutAllDetails #newBillAddress .form-check {
        padding-left: 0;
        display: flex;
        align-items: center;
    }

    #checkout #checkoutAllDetails #newBillAddress #billingAddress h3 {
        padding: 0;
    }

    

    #checkout #checkoutAllDetails .accordion .card .card-body {
        padding: 0px;
    }

    #checkout #checkoutAllDetails .accordion .card .card-header button {
        margin-bottom: 15px;
    }

    #checkout #checkoutAllDetails .accordion .card .form-row .form-group {
        margin-bottom: 10px;
    }

    

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info span img {
        max-width: 150px;
        width: 100%;
    }

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info span.checkoutItemImage.col-12.col-sm-3 {
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts p.noOfItems {
        margin-bottom: 15px;
    }

    

    #checkout #checkoutAllDetails .accordion .card .card-header h2 > span {
        flex: 0 0 40%;
        width: 100%;
        margin-left: 60px;
        margin-bottom: 15px;
    }
    #checkout #checkoutAllDetails .accordion .card .card-header h2 > a{margin-left: 60px;}

    #checkout #checkoutAllDetails .accordion .card {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #checkout #checkoutAllDetails .accordion .card .card-header a {
        display: block;

    }

    #shoppingCartItems {
        border: none;
    }

    #shoppingCartItems thead {
        display: none;
    }

    #shoppingCartItems tr {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1em;
        border-bottom: 1px solid #ececec;
    }

    .cartItems {
        width: 100%;
        border: none;
    }

    .cartDetails {
        width: 70%;
        border: none;
    }

    .cartPrice {
        display: none;
    }

    .cartQty {
        border: none;
        width: 30%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .qty-btns {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -moz-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .updated-remove {
        text-align: right;
    }

    .cartQty .mob-price-display p {
        text-align: right;
    }

    .cartTotal {
        display: none;
    }

    #cartInfo {
        padding-left: 0;
    }
    #checkout #checkoutAllDetails .accordion .card .card-body form#customer button {
        max-width: 100%;
    }
    .checkout-btns {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout-btns a {
        width: 100%;
        margin-bottom: 0.5em;
    }
    #checkout #checkoutAllDetails .accordion .card .card-body form#customer input.form-control {
        margin: 0;
        margin-bottom: 15px;max-width: 100%;
    }
    #checkout #checkoutOrderSummary .orderSummary p.os strong{font-size: 20px;}
    #checkout #checkoutOrderSummary .orderSummary .notesComments label{font-size: 18px;}
    #checkout #checkoutOrderSummary .orderSummary a.ac,#checkout #checkoutOrderSummary .orderSummary .orderSummaryFinalTotal p strong{font-size: 20px;}
    #checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal p strong{font-size: 16px;}
    #checkout #checkoutOrderSummary .orderSummary{padding: 18px;}

}

@media(max-width: 575px) {
    #viewcart #viewcartContent .fieldData .quantity{padding-left:0;}
    .orderSummaryProducts .qtyHolder {
        width: max-content;
        margin: 0 auto;
    }


    #viewcart #viewcartContent .viewcartButtons a {
        max-width: 100%;
    }

    #checkout #checkoutAllDetails .accordion .card .card-header h2 {
        display: block !important;
    }

    #checkout #checkoutAllDetails .accordion .card .card-header button {
        width: 100%;
    }


    #shippingContentSimple .form-check {
        padding: 0;
    }

    #checkoutOrderSummaryMobile .orderSummary .info p {
        flex: 0 0 65%;
    }



    #checkout #checkoutAllDetails .accordion .card .card-header h2 button span {
        position: relative;
        width: 43px!important;
        margin-left: 0!important;
        margin-right: 21px!important;
        margin-bottom: 0;
    }

    .checkoutAsGuest {
        display: block;
    }

    
    .emailAddress{padding: 0;}
    #checkout .checkoutAsGuest> .row{margin: 0;}
    #checkout .checkoutAsGuest> .row .checkoutGuest{padding: 0;}


    

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info {
        display: flex!important;
    }
   

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info span.checkoutItemImage.col-3.col-sm-3 {
        float: left;
    }

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts .info strong {
        display: block;
        text-align: right;
        padding-left: 15px;
        margin-top: 20px;
    }

    #shippingContentSimple .shippingContainer .editBtn {
        top: 50%;
    }

    #checkout #checkoutAllDetails .accordion .card .card-body .savedAddress .primaryShippingAddress label span {
        width: 88%;
    }

    #checkout #checkoutOrderSummary .orderSummary p.os {
        height: 50px;
        line-height: 50px;
    }

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryProducts {
        padding: 15px 20px 0;
    }

    #checkout #checkoutOrderSummary .orderSummary .notesComments {
        padding: 10px 0px;
    }
    #checkout #checkoutOrderSummary .orderSummary .notesComments > .form-group{padding: 0 20px;}

    #checkout #checkoutOrderSummary .orderSummary a.ac {
        height: 40px;padding: 0 20px;
    }

    #checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal {
        padding: 10px 0px 0px;
    }

    #checkout #checkoutOrderSummary .orderSummary .orderSummarySubTotal p {
        margin-bottom: 10px;padding: 0 20px;
    }

    #checkout #checkoutOrderSummary .orderSummary .orderSummaryFinalTotal {
        padding: 15px 20px
    }
    #checkout #checkoutOrderSummary .orderSummary .coupon-container div#coupon_div {
        padding: 0 20px;
    }
}

#viewcart a.addWILink {
    display: none!important;
}

@media(min-width: 768px) {
    #accordionExample #headingOne:not(:has(#customerCollapseTogglerEdit)) h2 {justify-content: flex-start;} 
} 



