 .full-page {
  min-height: 50vh;
  display: flex;
  flex-direction: row wrap !important;
  align-items: center;
}

.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #888888 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 2px solid #888888 !important;
}

/*cart styles*/
.arrow {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-decoration: none !important;
}
h1.add-address {
    font-size: 20px;
    line-height: 40px;
}
.arrow div {
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 100%;
    color: #262626;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.arrow:last-child:before {
    display: none;
}
.custom-checkout-padding {
    padding: 0 30px;
    margin-bottom: 50px;
}
.arrow div span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    border: 2px solid #4f4f4f;
    color: #262626;
    font-weight: 400;
    font-size: 14px;
    margin: 0 5px 0 40px;
}
.arrow.completed div span {
    border: 2px solid #b4b4b4;
    color: #b4b4b4;
}
.arrow.completed div {
    color: #b4b4b4;
}
.arrow:first-child div span {
    margin: 0 5px 0 15px;
}
.arrow:after {
    content: '';
    height: 0;
    display: block;
    border-color: transparent transparent transparent #e1e1e1;
    border-width: 30px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 100%;
}
.arrow:before {
    content: '';
    height: 0;
    display: block;
    border-color: transparent transparent transparent #ffffff;
    border-width: 29px;
    border-style: solid;
    position: absolute;
    top: 1px;
    left: 100%;
    z-index: 1;
}
.arrow.active div {
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    background: #000000;
}
.arrow.active div span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
}
.arrow.active:after {
    content: '';
    height: 0;
    display: block;
    border-color: transparent transparent transparent #000000;
    border-width: 29.5px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 100%;
}
.arrow.active:before {
    display: none;
}
.arrow:last-of-type:after {
    display: none;
}
.arrow.completed div {
    border-left: 1px solid #f0f0f0;
}
.arrow:last-child div {
    border-right: 1px solid #f0f0f0;
}
.arrow.active:first-of-type div {
    border-left: none;
}
.arrow.active:last-of-type div {
    border-right: none;
}
.arrow:nth-child(1) {
    z-index: 4;
}
.arrow:nth-child(2) {
    z-index: 3;
}
.arrow:nth-child(3) {
    z-index: 2;
}
.arrow:nth-child(4) {
    z-index: 1;
}
.order-summary-row, .order-footer-row {
    background: #000000;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.order-summary-row > p {
    float: left;
    font-weight: 400;
    color: #ffffff;
    font-size: 13px;
}
.order-summary-row > p strong {
    font-weight: 400;
}
.order-summary-row > span, .order-footer-row > span {
    float: right;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}
.order-footer-row > span {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    cursor: default;
}
.cart-product .wishlist-modal-button {
    position: absolute;
    top: 0;
    right: 0;
    color: #555555;
    text-decoration: none !important;
}
.cart-product .wishlist-modal-button.active {
    color: #b80303;
}
.order-footer-row > span i {
    font-style: normal;
    margin-right: 20px;
}
.order-summary-row > span i {
    font-style: normal;
    display: inline-block;
    margin-left: 15px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background: #464646;
    font-size: 16px;
    margin-top: 3px;
}
.order-block {
    position: absolute;
    background: #cecece;
    right: 0;
    top: 100%;
    width: 360px;
    z-index: 5;
    padding: 0 45px;
    display: none;
}
.order-block h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
}
.order-block p {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 10px;
    text-align: right;
    width: 100%;
    float: left;
    display: block;
}
.order-block p span {
    float: left;
}
.order-block p:last-of-type {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
}
.order-continue-row {
    #margin-top: 20px;
    #margin-bottom: 40px;
}
a#checkout-payment-logos {
    padding: 13px 0 10px 16px;
}

.order-continue-row a {
    display: inline-block;
    max-width: 80px;
    float: left;
}
.add-address + .order-continue-row {
    margin-top: 10px;
}
.order-continue-row input {
    border: none;
    display: block;
    max-width: 100%;
    width: 175px;
    height: 40px;
    background: #1cbf01;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}
.order-continue-row input[disabled] {
    cursor: not-allowed;
}
.order-continue-row span {
    font-weight: 400;
    font-size: 14px;
    color: #696868;
    float: left;
    display: inline-block;
    margin-right: 10px;
    line-height: 48px;
}
.order-continue-row a {
    display: inline-block;
    max-width: 75px;
    float: left;
}
.cart-header-row > div > div {
    border-bottom: 1px solid #f0f0f0;
}
.order-container {
    border: 1px solid #d9d9d9;
    padding: 0 40px 20px 40px;
}
.cart-header-row h2 {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    line-height: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.cart-header-row h2.next-to {
    width: auto;
    margin-right: 15px;
    padding-right: 50px;
}
.cart-header-row h2.next-to:nth-child(2) {
    margin-right: 15px;
}
.cart-header-row h2.next-to:nth-child(3) {
    margin-right: 0;
    border-right: none;
}
.cart-product {
    margin-top: 25px;
}
.cart-product + .cart-product {
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}
.cart-product .thumbnail {
    border-radius: 0;
    border: 1px solid #f0f0f0;
    width: 48%;
    display: block;
    float: left;
}
.cart-product .thumbnail + .pull-left {
    width: 52%;
}
.cart-product h2 {
    margin-top: 7px;
    margin-bottom: 0;
    max-width: 175px;
}
.cart-product h2 a {
    text-transform: none;
    color: #1f1f1f !important;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    display: block;
}
.cart-product h3 {
    color: #1f1f1f;
    font-weight: 400;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
}
.cart-product .delete-button, .cart-product .delete-button:hover, .cart-product .delete-button:focus {
    text-align: center;
    display: block;
    float: left;
    width: 15px;
    background: #cccccc;
    color: #1f1f1f;
    padding: 0;
    line-height: 13px;
    font-size: 12px;
    height: 15px;
    margin-top: 0;
    text-decoration: none;
    position: absolute;
    top: 10px;
    z-index: 10;
    right: 0;
}
.cart-product h4 {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
}
.cart-product h4 span {
    display: block;
    /* width: 50px; */
    /* width: 100%; */
    line-height: 30px;
}
.cart-product label {
    font-weight: 400;
    color: #1f1f1f;
    font-size: 13px;
    line-height: 30px;
    display: inline-block;
    width: 100px;
}
.cart-product input {
    width: 40%;
    height: 30px;
    font-weight: 400;
    font-size: 13px;
    color: #1f1f1f;
    float: left;
    text-align: center;
    border: 1px solid #cfcfcf;
    border-right: none;
}
.available-coupons {
    margin-bottom: 25px;
}
.applied-coupon {
    margin-bottom: 25px;
}
.available-coupons h2 {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
}
.available-coupons a, .available-coupons a:hover, .available-coupons a:focus {
    display: block;
    float: left;
    width: 100%;
    padding: 0 10px;
    line-height: 35px;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    color: #1f1f1f;
    text-decoration: none;
}
.applied-coupon a, .applied-coupon a:hover, .applied-coupon a:focus {
    display: block;
    float: left;
    width: 100%;
    padding: 0 10px;
    line-height: 35px;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    color: #1f1f1f;
    text-decoration: none;
}
.continue-button {
    display: block;
    line-height: 40px;
    width: 100%;
    float: left;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
a.continue-shopping:hover {
    background: #1c73d0;
}
a.continue-shopping {
    display: block;
    line-height: 40px;
    text-align: center;
    margin: auto;
    width: 100%;
    float: left;
    border: none;
    color: #757575;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    background-color: #efefef !important;
    border: 1px solid #dbdada;
    margin-top: 13px;
}
.blue-background {
    background: #00b70b !important;
}
.orange-background {
    background: black !important;
}
.continue-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}
.promo-form {
    margin-bottom: 25px;
}
.promo-form button {
    background: black;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 0 8px;
}
.available-coupons a i {
    float: right;
    line-height: 35px;
    color: #1e7b00;
    font-size: 13px;
}
.applied-coupon a i {
    float: right;
    line-height: 35px;
    color: #b80303;
    font-size: 13px;
}
.cart-product input + i {
    width: 30px;
    height: 25px;
    cursor: pointer;
}
.add-on {
    width: 20%;
    float: left;
    height: 30px;
    border: 1px solid #cfcfcf;
    border-left: none;
}
.add-on a {
    height: 15px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 10px;
}
.add-on a i {
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #cfcfcf;
}
.product-view .add-on {
    width: 15px;
    float: left;
    height: 35px;
    border: 1px solid #cfcfcf;
    border-left: none;
}
.product-view .add-on a {
    height: 17.5px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 10px;
}
.product-view .add-on a i {
    height: 17.5px;
    line-height: 17.5px;
    font-size: 12px;
    color: #cfcfcf;
}
.cart-product .delete-product {
    display: block;
    float: right;
    font-size: 11px;
    color: #ffffff;
    font-weight: 400;
    background: #f7336b;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
}
.qty-not-number, .qty-updated, .qty-error {
    display: none;
}
.user-address-select {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
}
.user-address-select h1 {
    float: left;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    width: 50%;
}
.user-address-select span {
    color: #4a4a4a;
    font-size: 14px;
    float: right;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 16px;
    cursor: pointer;
    width: 50%;
    text-align: right;
}
.cart-addresses {
    padding: 20px 45px 40px 45px;
    border: 1px solid #cccccc;
}
.user-address-select span i {
    color: #555555;
    margin-left: 15px;
}
.user-address-select span i.active {
    color: black;
}
.add-address {
    margin-top: 25px;
}
#promo-code-title{
    font-size: 0.9rem;
}
.add-address a {
    display: block;
    float: right;
    background: #28235d;
    width: 25%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    max-width: 100%;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
}
h1.add-address a, h1.add-address a:hover, h1.add-address a:focus {
    display: block;
    float: right;
    background: #28235d;
    text-align: center;
    text-transform: uppercase;
    max-width: 100%;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
}
.user-address-select span i {
    font-size: 20px;
}
.add-address-form {
    display: none;
    position: fixed;
    z-index: 100;
    background: #ffffff;
    top: 10%;
    /* bottom: 10%; */
    left: 30%;
    right: 30%;
    padding: 30px;
    border: 5px solid #000000;
    overflow: scroll;
}
.edit-address-form {
    display: none;
    position: fixed;
    z-index: 100;
    background: #ffffff;
    top: 10%;
    bottom: 10%;
    left: 30%;
    right: 30%;
    padding: 30px;
    border: 5px solid #28235d;
}
.selectric .label {
    font-size: 13px;
}
.add-address-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(0,0,0,0.8);
    display: none;
    cursor: pointer;
}
.add-address-form .form-group label {
    padding: 0 0;
    color: #3c3c3c;
    font-weight: 500;
    font-size: 11px !important;
    margin: 0;
    line-height: 24px !important;
    width: 100% !important;
}
.add-address-form input, .add-address-form select, .edit-address-form input, .edit-address-form select {
    margin-bottom: 0 !important;
    width: 100% !important;
    text-align: left !important;
    color: #000000 !important;
}
.add-address-form input + input {
    margin-top: 10px !important;
}
.add-address-form h1 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}
.add-address-form h2 {
    margin-top: 0;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 26px;
    /* padding-top: 60px; */
}
/*.add-address-form form > div {*/
/*    float: left;*/
/*    width: 50%;*/
/*    margin-left: -15px;*/
/*    padding-right: 25px;*/
/*}*/
.add-address-form form > div.full-width {
    width: 100%;
    padding-right: 40px;
    margin-top: 20px;
}
.add-address-form h1 a, .add-address-form h1 a:hover, .add-address-form h1 a:focus {
    float: right;
    font-size: 19px;
}
.add-address-form .form-group {
    margin-bottom: 10px;
}
.add-address-form .form-group input {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #000000;
    font-weight: 300;
    font-size: 13px !important;
    color: #9f9f9f;
}
.add-address-form p {
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    color: #4a4a4a;
}
.add-address-form button {
    border: none;
    display: block;
    max-width: 100%;
    width: 25%;
    height: 40px;
    background: #000000;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    margin-right: 0;
    cursor: pointer;
}
.edit-address-form label {
    padding: 0 0;
    color: #3c3c3c;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    line-height: 30px !important;
    width: 100% !important;
}
.add-address-form .form-group input {
    height: 35px;
    padding: 0 15px;
    border: 1px solid #000000;
    font-weight: 300;
    font-size: 13px !important;
    color: #9f9f9f;
}
.edit-address-form input, .edit-address-form select {
    margin-bottom: 0 !important;
    width: 100% !important;
}
.edit-address-form input + input {
    margin-top: 10px !important;
}
.edit-address-form h1 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 25px;
}
.edit-address-form form > div {
    float: left;
    width: 50%;
    margin-left: -15px;
    padding-right: 25px;
}
.edit-address-form form > div.full-width {
    width: 100%;
    padding-right: 40px;
    margin-top: 20px;
}
.edit-address-form h1 a {
    float: right;
}
.edit-address-form .form-group {
    margin-bottom: 10px;
}
.edit-address-form input {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #000000;
    font-weight: 300;
    font-size: 13px;
    color: #9f9f9f;
}
.edit-address-form p {
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    color: #4a4a4a;
}
.edit-address-form button {
    border: none;
    display: block;
    max-width: 100%;
    width: 25%;
    height: 40px;
    background: #28235d;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    float: right;
    margin-right: 0;
    cursor: pointer;
}
.address-info h1 {
    float: left;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 39px;
    padding: 0 15px;
    background: #ffffff;
    font-weight: 400;
    font-size: 13px;
    color: #555555;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 15px;
    border: 1px solid #cccccc;
}
.address-info h1 i {
    display: block;
    line-height: 38px;
    float: right;
    padding-left: 25px;
    padding-right: 10px;
    border-left: 1px solid #cccccc;
    cursor: pointer;
    font-size: 20px;
    color: gray;
}
.need_assembly {
    font-weight: 600;
    font-size: 20px;
    color: black;
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.address-info h1 i.fa-trash {
    border-left: none;
    padding-left: 0;
    padding-right: 15px;
    border-right: 1px solid #cccccc;
    margin-right: 15px;
    color: #555555;
    font-size: 12px;
    margin-left: 0;
}
.address-info h1 i.active {
    color: #1cbf01;  
}
.address-info h1 span {
    font-weight: 300;
    font-size: 13px;
    color: #555555;
    float: right;
    display: block;
    line-height: 39px;
    margin-right: 15px;
}
.address-info > div {
    margin-top: 35px;
    margin-bottom: 25px;
    display: none;
    float: left;
    padding: 0 65px 0 45px;
}
.col-12.p-0.address-info {
    float: left;
}
.address-info > div span {
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 300;
    float: left;
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 0;
}
.address-info > div p {
    margin-bottom: 5px;
}
.address-info > div p:first-child {
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 400;
}
.address-info > div p:last-child {
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 300;
}
.billing-hide {
    display: none;
}
.shipping-options-block {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #cccccc;
    padding: 20px 20px 15px 20px;
}
.shipping-options-list {    
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}
.shipping-options-list h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.shipping-options-list-options > div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.shipping-options-list-options > div div {
    font-weight: 300;
    font-size: 13px;
    color: #262626;
}
.shipping-options-list-options > div div.strong {
    font-weight: 600;
}
.shipping-options-list-options input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.shipping-options-list-options input[type="radio"] + label {
    display: inline;
    font-size: 20px;
    color: #d0d0d0;
    font-family: "Font Awesome 5 Free";
    cursor: pointer;
    margin-right: 10px;
}
.shipping-options-list-options input[type="radio"] + label:before {
    content: "\f111";
    color: gray;
    font-weight: 900;
}
.shipping-options-list-options input[type="radio"]:checked + label {
    color: black;
    font-weight: 900;
}
.shipping-options-list-options input[type="radio"]:checked + label:before {
    content: "\f058";
    color: black;
    font-weight: 900;
}
.payment-options {
    padding: 20px 35px 10px 35px;
    border: 1px solid #cccccc;
    margin-top: 25px;
}
.payment-options h1 {
    color: #1f1f1f;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.payment-option-block {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.payment-option-block h2 {
    margin-top: 10px;
    margin-bottom: 18px;
    color: #1f1f1f;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    line-height: 23px;
    cursor: pointer;
}
.payment-option-block h2 i {
    position: absolute;
    top: 0;
    left: -5px;
    font-size: 20px;
    line-height: 23px;
}
.payment-option-block h2 .payment-image-block {
    float: right;
}
.payment-info-block {
    margin-bottom: 25px;
    border-top: 1px solid #cccccc;
    margin-top: 10px;
    float: left;
    width: 100%;
    padding-top: 10px;
    display: none;
}
.payment-option-block h2.active + .payment-info-block {
    display: block;
}
.payment-info-block input[type="submit"], .payment-button, .payment-button:hover, .payment-button:focus {
    margin-left: 5%;
    background: #00b70b;
    border: none;
    color: #ffffff;
    line-height: 45px;
    padding: 0;
    min-width: 200px;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    cursor: pointer;
    font-size: 15px;
    float: left;
    text-align: center;
    text-decoration: none;
}
.store-credit {
    position: relative;
    margin-bottom: 20px;
}
.store-credit span {
    display: block;
    float: left;
    width: 25%;
    font-size: 14px;
    line-height: 16px;
}
.store-credit i {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    margin-top: 15px;
}
.store-credit > div {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 0;
    margin-top: 5px;
}
.apply-store-credit span {
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #28235d;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
}
.apply-store-credit {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
.payment-info-block .form-group label {
    width: 100% !important;
    line-height: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
}
.payment-info-block p, 
.payment-info-block li {
    font-size: 13px !important;
}
.payment-info-block input[type="text"] {
    width: 100%;
    margin-bottom: 0;
    font-size: 13px;
    text-align: left;
}
.payment-info-block input[type="text"].smaller-input {
    width: 48%;
}
.payment-info-block input[type="text"].smaller-input + .smaller-input {
    margin-left: 4%;
}
.payment-info-form {
    margin-left: 4%;
}
.payment-info-block img {
    margin-top: -15px;
    margin-left: 10%;
}
/* .shipping-options-list-options > div div:first-of-type {
    text-align: center;
} */
.payment-tabs {
    min-height: 500px;
    margin-top: 40px;
    padding: 5px 0;
    border-right: 1px solid #e6e6e6;
}
.payment-tabs h1 {
    color: #262626;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #000000;
    border-right: none;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}
.payment-tabs h1.active {
    background: #333333;
    border: 1px solid #333333;
    color: #ffffff;
}
.payment-content {
    margin-top: 40px;
    min-height: 500px;
}
.payment-content h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #323535;
    font-size: 17px;
    font-weight: 500;
    float: left;
    display: block;
    width: 100%;
}
.payment-content p {
    margin-bottom: 0;
    color: #323535;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    float: left;
    display: block;
    width: 100%;
}

.payment-content li {
    margin-bottom: 10px;
    color: #323535;
    font-size: 14px;
    font-weight: 400;
}
.payment-content ol {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
}
.payment-content input[type="submit"] {
    border: none;
    display: block;
    max-width: 100%;
    width: 175px;
    height: 40px;
    background: #1cbf01;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    float: right;
    margin-left: 20px;
    cursor: pointer;
}
.payment-content input[type="checkbox"] {
    display: none;
}
.payment-content input[type="checkbox"] + label {
    display: inline;
    font-size: 14px;
    color: #b7b7b7;
    font-family: FontAwesome;
    cursor: pointer;
    margin-right: 5px;
}
.payment-content input[type="checkbox"] + label:before {
    content: "\f111";
}
.payment-content input[type="checkbox"]:checked + label {
    color: #1cbf01;
}
.payment-content input[type="checkbox"]:checked + label:before {
    content: "\f058";
}
.payment-content .pull-right {
    margin-right: 26px;
    line-height: 40px;
    /* float: left !important; */
}
.payment-content span {
    color: #323535;
    font-size: 13px;
    font-weight: 500;
}
.parsley-errors-list li {
    background: #ff0000;
    line-height: 23px;
    float: left;
    padding: 0 5px;
    border-radius: 3PX;
    color: #ffffff;
    font-size: 11px;
}
.payment-content .pull-right + .parsley-errors-list {
    float: right;
    position: relative;
    bottom: -30px;
    left: 114px;
}
.payment-order-summary {
    margin-top: 0;
    background: #efefef;
    border: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.payment-order-summary.pre-payment {
    margin-top: 0;
    margin-bottom: 25px;
}
.payment-order-summary h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
}
.payment-order-summary h3 {
    display: block;
    float: left;
    width: 100%;
    /*text-transform: uppercase;*/
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.payment-order-summary h3 span {
    float: left;
    font-weight: 500;
}
.payment-order-summary h4 {
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.payment-order-summary h3 + h4 {
    margin-bottom: 0;
}
.payment-order-summary h3 + h4 span {
    font-weight: 500;
}
.payment-order-summary p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 2px;
    float: left;
    width: 100%;
    display: block;
}
.payment-order-summary p strong {
    font-weight: 500;
}
.payment-order-summary p span {
    float: left;
}
/*error styles*/
.error-page {
    margin-bottom: 70px;
}
.error-page h2 {
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #cd2727;
}
.error-page p {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}
.error-page a {
    display: block;
    float: left;
    width: 165px;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: #cd2727;
    margin-top: 20px;
    margin-right: 20px;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
}
.error-page a.grey {
    background: #918f8e;
}
/*success styles*/
.success-page {
    margin-bottom: 70px;
}
.success-page h2 {
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #28235d;
}
.success-page h3 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}
.success-page h3 span {
    float: left;
}
.success-page p {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 300;
    color: #000000;
}
.success-page ul li {
    font-weight: 300;
    font-size: 13px;
    color: #000000;
}
.success-page div p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 15px;
}
.success-page p strong {
    font-weight: 500;
}
.success-page div p span {
    float: left;
    font-weight: 300;
    text-transform: uppercase;
}
.success-page a.link-me {
    display: block;
    float: left;
    width: 250px;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: #28235d;
    margin-top: 20px;
    margin-right: 20px;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
}
.order-sum {
    margin-top: 50px;
}
.order-sum > div {
    border-right: 1px solid #000000;
    padding: 0 50px;
}
.laybye-input {
    display: block;
    float: left;
    margin-right: -4%;
    line-height: 41px;
    padding: 0 20px;
    min-width: 200px;
    margin-top: 20px;
    font-size: 15px;
    margin-left: 5%
}
input.laybye-input[type=number]::-webkit-inner-spin-button, input.laybye-input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.order-sum > div:first-of-type {
    padding-left: 0;
}
.order-sum > div:last-of-type {
    border-right: none;
    padding-right: 0;
}
.payment-form.form-horizontal .control-label {
    text-align: left;
    color: #000000;
    font-weight: 400;
}
.payment-form .form-control {
    border-radius: 0;
}
.payment-form .form-group {
    margin-bottom: 25px;
}
.need-assembly-block{
    padding-top: 10px !important;
}
.modal-close{
    color: black;
}
#check-assembly {
    float: right;
    width: 25px;
    height: 25px;
}
.notify-submit, .notify-submit:hover, .notify-submit:focus {
    display: block;
    width: 50%;
    float: left;
    border-radius: 0;
    line-height: 52px;
    text-align: center;
    background: #161a60;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}
.notify-input {
    display: block;
    width: 50%;
    float: left;
    color: #d4d4d4;
    border-radius: 0;
    border: 1px solid #ccc;
    font-weight: 500;
    font-size: 16px;
    padding: 0 20px;
    line-height: 50px;
    text-transform: uppercase;
}
.nav-link {
    display: block;
    padding: 0.6rem 0.5rem;
    margin-bottom: 10px;
}
.form-group {
    margin-bottom: auto;
}
.sku-notify h3 {
    font-size: 23px;
    text-transform: uppercase;
    color: #28235d;
}

@media (max-width: 1440px) {
    .quantity-row label, .price label, .product-description h1, .product-description p {
        font-size: 14px;
    }
    .quantity-row label{
        line-height: 25px;
    }
    .quantity-row input {
        height: 40px;
        width: 60px;
        font-size: 14px;
    }
    .quantity-row label, .price label {
        margin-bottom: 2px;
    }
    .add-address-form, .edit-address-form {
        top: 2.5%;
        left: 15%;
        right: 15%;
        padding: 25px;
        bottom: 2.5%;
    }
    .add-address-form h1, .edit-address-form h1 {
        margin-bottom: 0px;
    }
    .add-address-form .form-group input, .edit-address-form .form-group input {
        height: 30px;
    }
    .add-address-form .form-group label, .edit-address-form .form-group label {
        line-height: 17px !important;
    }
}
@media (max-width: 1199px) {
    .cart-product .thumbnail {
        width: 100px;
    }
    .arrow div {
        text-indent: 37px;
        font-size: 11px;
    }
    .arrow div span, .arrow.active div span {
        display: none;
    }
    .arrow.active div {
        font-size: 11px;
    }
    .payment-content .pull-right {
        margin-right: 0;
        width: 100%;
        text-align: right;
    }
    .cart-header-row h2.next-to {
        width: auto;
        margin-right: 15px;
    }
    .cart-header-row h2.next-to:nth-child(2) {
        margin-right: 25px;
    }
    .cart-product input {
        margin: 0px 10px 0 5px;
    }
    .cart-product h2 a {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .product-title {
        margin-top: 15px;
    }
    .checkout-titles {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 26px;
        font-weight: 600;
    }
    .address-info h1 span{
        line-height: 8px;
    }
    .shipping-options-list-options > div div {
        font-size: 20px;
    }
    .add-address-form button, .edit-address-form button {
        width: 100%;
        margin-top: 11px;
    }
    .shipping-options-list-options > div div:last-of-type {
        font-weight: 400;
    }
    .payment-order-summary p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .payment-order-summary h2 {
        /* font-size: 23px; */
    }
    .payment-order-summary h3 {
        text-transform: none;
    }
    .payment-order-summary h4 {
        /* font-size: 20px; */
    }
    .arrow div {
        text-indent: 0;
    }
    .arrow.active div {
        text-indent: 0;
    }
    .quantity-row label, .price label, .product-description h1, .product-description p {
        font-size: 17px;
    }
    .quantity-row input {
        height: 35px;
        width: 85px;
        font-size: 20px;
    }
    .arrow:after, .arrow.active:after, .arrow:before, .arrow.active:before {
        display: none;
    }
    .arrow.active div, .arrow div {
        font-size: 0;
        background: transparent;
        border: none;
    }
    .arrow.active div span {
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
        border: 2px solid #000000;
        color: #ffffff;
        font-weight: 400;
        font-size: 23px;
        background: #000000;
    }
    .arrow div span {
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        text-align: center;
        line-height: 45px;
        border: 2px solid #c6c6c6;
        color: #c6c6c6;
        font-weight: 400;
        font-size: 23px;
        margin: 0 0 0 0;
        background: #ffffff;
        position: relative;
        z-index: 1;
        float: left;
    }
    .arrow:first-of-type div span {
        margin: 0;
    }
    .arrow div:after {
        content: "";
        display: block;
        height: 2px;
        background: #b4b4b4;
        float: left;
        width: 100%;
        position: absolute;
        left: 2px;
        top: 26%;
    }
    .arrow:last-child div {
        border: none;
    }
    .arrow:last-child div:after {
        display: none;
    }
    .arrow {
        display: inline-block;
        float: none;
        margin-top: 25px;
    }
    .arrow:nth-child(4) {
        width: auto;
    }
    .text-center-sm {
        text-align: center;
    }
    .order-summary-row > p {
        color: #464646;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .order-summary-row, .order-footer-row {
        background: #ffffff;
        height: auto;
        line-height: 1.4;
        position: relative;
    }
    .order-summary-row > span {
        display: none;
    }
    .order-block {
        position: relative;
        background: #cecece;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 5;
        padding: 0 15px;
        display: block;
        float: left;
    }
    .width-100-sm {
        width: 100%;
        margin-bottom: 2px;
    }
    .cart-product input + i {
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: relative;
        top: 0;
        line-height: 30px;
        left: 5px;
        font-size: 18px;
    }
    .cart-product h4 span {
        width: 63%;
        font-size: 16px;
        display: inline-block;
        text-transform: uppercase;
    }
    .order-continue-row input {
        width: 100%;
        font-size: 18px;
        height: 50px;
    }
    .order-continue-row > .pull-left {
        display: none;
    }
    .cart-header-row {
        display: none;
    }
    .cart-product .thumbnail {
        width: 100%;
    }
    .cart-product .thumbnail + div {
        width: 100%;
    }
    .cart-product h2 {
        max-width: 100%;
        width: 100%;
    }
    .cart-product h2 a {
        font-size: 22px;
        color: #f7336b;
        padding-bottom: 10px;
    }
    .cart-product h3 {
        font-size: 17px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .cart-product h4 {
        /*font-size: 13px;*/
        padding: 0;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
    }
    .cart-product label {
        width: 100%;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
    }
    .cart-product label span, .prod-label {
        width: 171px;
        display: block;
        float: left;
        font-size: 16px;
        margin-left: 0;
    }
    .cart-product input {
        width: 80px;
        height: 25px;
        font-weight: 400;
        font-size: 17px;
        color: #1f1f1f;
        text-align: center;
        margin: 0 0;
        float: left;
        display: block;
        margin-bottom: 8px;
    }
    .cart-product .delete-product {
        display: block;
        float: right;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        background: #f7336b;
        border-radius: 50%;
        text-align: center;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-decoration: none;
        position: absolute;
        top: 10px;
        right: 25px;
    }
    .arrow.completed div {
        border: none;
    }
    .address-info > div, .address-info > div > div {
        padding: 0;
    }
    .address-info > div p:first-child {
        font-size: 17px;
    }
    .address-info > div p:last-child {
        font-size: 17px;
    }
    .shipping-options-list {
        display: none;
    }
    .shipping-options-list-options > div div {
        padding-left: 30px;
    }
    .shipping-options-list-options > div div:first-of-type {
        text-align: left;
        padding-left: 10px;
    }
    .shipping-options-block {
        margin-bottom: 25px;
    }
    .shipping-options-list-options .col-lg-1 {
        position: absolute;
        top: 0;
        left: -10px;
        z-index: 10;
    }
    .payment-tabs {
        display: none;
    }
    .payment-content {
        margin-top: 0;
        min-height: 0;
        margin-bottom: 30px;
    }
    .payment-order-summary {
        margin-top: 25px;
        background: #efefef;
        border: 1px solid #e1e1e1;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .payment-info-block input[type="submit"], .payment-button, .payment-button:hover, .payment-button:focus {
        margin-left: 5%;
        background: #00b70b;
        border: none;
        color: #ffffff;
        line-height: 45px;
        padding: 0;
        min-width: 100%;
        text-transform: uppercase;
        margin-top: 20px;
        font-size: 15px;
    }
    
    .payment-option-block h2 {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #1f1f1f;
        text-transform: uppercase;
        font-size: 14px;
        position: relative;
        padding-left: 40px;
        line-height: 23px;
        cursor: pointer;
    }
    .form-horizontal .control-label {
        font-size: 17px;
    }
    .payment-content h2 {
        font-size: 19px;
    }
    .payment-option-block {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 5px;
        min-height: 70px;
    }
    .payment-content input[type="submit"] {
        width: 100%;
        font-size: 19px;
    }
    .payment-content span {
        font-size: 17px;
    }
    .payment-option-block h2 .payment-image-block {
        float: left;
        width: 100%;
    }
    .add-on {
        width: 4%;
    }
    .add-address {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .promo-form {
        padding: 0 15px !important;
    }
    .address-info > div span {
        color: #4a4a4a;
        font-size: 12px;
        font-weight: 300;
        float: right;
        display: block;
        width: 200%;
        margin-top: 60px;
        padding: 0;
        max-width: 200%;
    }
    .address-info > div > div {
        width: 50%;
    }
    .cart-product .delete-button, .cart-product .delete-button:hover, .cart-product .delete-button:focus {
        text-align: center;
        display: block;
        float: left;
        width: 25px;
        background: #cccccc;
        color: #1f1f1f;
        padding: 0;
        line-height: 23px;
        font-size: 14px;
        height: 25px;
        margin-top: 0;
        text-decoration: none;
        position: absolute;
        top: -26px;
        z-index: 10;
        right: -26px;
    }
    .cart-product {
        margin-top: 25px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 30px;
    }
    .cart-product + .cart-product {
        padding-top: 25px;
        border-bottom: 1px solid #f0f0f0;
        border-top: none;
    }
    .add-on a {
        height: 9px;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 10px;
    }
    .cart-product label span, .prod-label {
        width: 82%;
        display: block;
        float: left;
        font-size: 16px;
        margin-left: 0;
    }
    .add-on {
        height: 25px;
    }
    .assembly-cost-title{
        margin-bottom: 10px;
    }
    .payment-order-summary h3 + h4 {
        margin-bottom: 10px;
    }
    .thumb-card, h2.items{
        width: 100% !important;
    }
    .add-address-form, .edit-address-form {
        top: 2.5%;
        left: 15%;
        right: 15%;
        padding: 10px;
        bottom: 2.5%;
    }
}
@media (max-width: 767px) {
    .cart-product {
        margin-top: 25px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 30px;
    }
    .cart-product .delete-button, .cart-product .delete-button:hover, .cart-product .delete-button:focus {
        text-align: center;
        display: block;
        float: left;
        width: 85%;
        background: #cccccc;
        color: #1f1f1f;
        padding: 0;
        line-height: 35px;
        font-size: 12px;
        margin-top: 0;
        text-decoration: none;
        margin-bottom: 15px;
    }
    .cart-product label, .cart-product label span, .prod-label {
        font-size: 12px !important;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
    }
    
    a#mobile-delete {
        top: -45px;
    }
    .input-group>.custom-file, 
    .input-group>.custom-select, 
    .input-group>.form-control {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
        font-size: 12px !important;
    }
    a#mobile-delete {
        top: -45px;
        /*left: 298px;*/
    }
    .payment-order-summary h3 span {
        float: left;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
    }
    .cart-product h4 span {
        width: 60%;
        font-size: 13px;
        display: inline-block;
        text-transform: uppercase;
    }
    .checkout-titles {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 26px;
        font-weight: 600;
    }
    #product-title {
        margin-top: 15px;
    }
    .payment-option-block h2 i {
        position: absolute;
        top: 0;
        left: -5px;
        font-size: 30px;
        line-height: 30px;
    }
    
    .local-collection-points .row [class*=col]:nth-child(2) {
        line-height: 17px;
        margin-bottom: 20px;
        font-weight: 600;
    }
        
    .shipping-options-list-options input[type="radio"] + label {
        display: inline;
        font-size: 20px;
        color: #d0d0d0;
        font-family: "Font Awesome 5 Free";
        cursor: pointer;
        margin-right: 10px;
    }
    .order-sum {
        margin-top: 0;
        padding: 0;
    }
    .success-page {
        margin-bottom: 40px;
    }
    .success-page a.link-me {
        display: block;
        float: left;
        width: 100%;
        max-width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #ffffff;
        background: #1cbf01;
        margin-top: 20px;
        margin-right: 20px;
        font-weight: 400;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
    }
    .grey-order-summary {
        background: #e8e8e8;
        max-width: 92% !important;
        margin: 0 4%;
        padding: 15px;
        margin-top: 15px;
    }
    .success-page h3 {
        display: block;
        float: left;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
        color: #000000;
    }
    .success-page .grey-order-summary h3:first-child {
        margin-bottom: 10px;
        margin-top: 0;
    }
    .success-page .grey-order-summary h3:last-child {
        margin-top: 10px;
    }
    .success-page div.grey-order-summary p {
        margin-bottom: 3px;
    }
    .success-page div p {
        font-size: 13px;
        margin-bottom: 0px;
        line-height: 19px;
    }
    .success-page h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .add-address-form form > div {
        float: left;
        width: 100%;
        margin-left: -15px;
        padding-right: 0;
    }
    .cart-product .wishlist-modal-button {
        top: -10px;
        right: 40px;
    }
    .mt-5 .custom-checkout-padding {
        margin-top: -32px;
    }
    .payment-order-summary.pre-payment {
        margin-top: 20px;
    }
    .order-continue-row span {
        display: none;
        margin: 20px 20px 0 0;
    }
    .order-continue-row a{
        margin: 20px 10px 0 0;
    }
    .cart-product h2 a {
        font-size: 14px;
    }
    .cart-product h3 {
        font-size: 13px;
        margin-bottom: 7px;
        margin-top: 8px;
    }
    .cart-product h2 {
        margin-top: 19px;
    }
    .user-address-select span i {
        margin-left: 0;
        position: absolute;
        top: 2px;
        right: 5px;
        font-size: 20px;
    }
    .user-address-select span {
        padding-right: 20px;
        position: relative;
    }
    .text-center-xs {
        text-align: center;
    }
    .payment-form .form-group img {
        margin-left: 15px;
        margin-top: 7px;
    }
    .quantity-row {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 25px !important;
        margin-top: 0;
        border-top: 1px solid #cccccc;
        border: 1px solid #cccccc;
        height: 40px;
    }
    .quantity-row label {
        width: 60%;
        text-align: center;
        border-right: 1px solid #cccccc;
    }
    .quantity-row input {
        border-radius: 0;
        box-shadow: none !important;
        border: none;
        padding: 0;
        height: 38px;
        width: 40%;
        color: #1f1f1f;
        font-weight: 400;
        font-size: 15px;
        float: left;
        display: block;
        text-align: center;
    }
    .payment-content {
        height: auto !important;
    }
    .payment-content .pull-right + .parsley-errors-list {
        float: right;
        position: relative;
        bottom: 0;
        left: -110px;
    }
    .quantity-row label {
        float: left;
        line-height: 40px;
        text-transform: uppercase;
    }
    .quantity-row label, .price label, .product-description h1, .product-description p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .product-option label {
        min-width: 33.33%;
        float: left;
        margin-bottom: 0;
    }
    .radio_block .check {
        width: 100%;
        margin-right: 10px;
        text-align: center;
    }
    .address-info h1 span {
        display: none;
    }
    .order-summary-row > p {
        text-align: center;
        font-size: 17px;
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 0px;
    }
    .cart-product input + i {
        left: 10px;
    }
    .cart-product input {
        margin-bottom: 5px;
    }
    .payment-order-summary h2 {
        font-size: 17px;
    }
    .cart-product label, 
    .cart-product label span, 
    .prod-label {
        font-size: 14px;
        text-transform: uppercase;
    }
    .order-continue-row img {
        max-width: 57px;
    }
    .payment-order-summary p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .payment-content .pull-right {
        text-align: center;
    }
    .payment-order-summary h3 {
        font-size: 15px;
        text-transform: none;
        margin-top: 1px;
    }
    .payment-order-summary h4 + p {
        font-size: 14px;
        line-height: 22px;
    }
    .user-address-select h1 {
        float: left;
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
        color: #000000;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 16px;
        width: 100%;
    }
    .user-address-select span {
        color: #4a4a4a;
        font-size: 12px;
        float: right;
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 400;
        line-height: 16px;
        cursor: pointer;
        width: 100%;
        text-align: left;
    }
    .cart-addresses {
        /*padding: 20px 30px 40px 30px;*/
        padding: 2rem 2rem !important;
        border: 1px solid #cccccc;
    }
    .address-info > div {
        margin-top: 20px;
    }
    .address-info > div p:first-child {
        font-size: 13px;
        line-height: 13px;
    }
    .address-info > div p:last-child {
        font-size: 13px;
    }
    .address-info h1 i {
        padding-left: 10px;
        padding-right: 0px;
    }
    .address-info h1 i.fa-trash {
        padding-left: 0;
        padding-right: 10px;
        margin-right: 10px;
        font-size: 16px !important;
    }
    .address-info h1 {
        float: left;
        display: block;
        width: 100%;
        height: auto;
        line-height: 40px;
        padding: 0 10px;
        background: #ffffff;
        font-weight: 400;
        font-size: 11px;
        color: #555555;
        cursor: pointer;
        margin-bottom: 0;
        margin-top: 15px;
        border: 1px solid #cccccc;
    }
    .address-info h1 span {
        all: revert !important;
        line-height: 1.618 !important;
    }
    .add-address a {
        width: 100%;
    }
    .address-info > div {
        margin-bottom: 0;
    }
    .shipping-options-list-options > div div {
        font-size: 14px;
    }
    .arrow:nth-child(1) {
        z-index: 4;
        margin-left: 5%;
    }
    .arrow:nth-child(4) {
        max-width: 45px;
    }
    .add-on {
        display: none;
    }
    .cart-product input {
        border-right: 1px solid #cccccc;
    }
    .cart-product h2 {
        margin-top: 19px;
        padding-right: 15px;
    }
    .order-container {
        padding: 20px 40px 30px 40px;
    }
    .cart-product .delete-button, .cart-product .delete-button:hover, .cart-product .delete-button:focus {
        text-align: center;
        display: block;
        float: left;
        width: 20px;
        background: #cccccc;
        color: #1f1f1f;
        padding: 0;
        line-height: 20px;
        height: 20px;
        font-size: 0;
        margin-top: 0px;
        text-decoration: none;
        margin-bottom: 0;
        position: absolute;
        top: -13px;
        right: 7px;
        z-index: 10;
        margin-right: -33px;
    }
    .cart-product .delete-button:after {
        content: "x";
        font-size: 15px;
        position: absolute;
        top: -1px;
        left: 6px;
    }
    .add-address-form, .edit-address-form {
        top: 2.5%;
        left: 5%;
        right: 5%;
        padding: 15px;
        padding: 15px;
        bottom: 2.5%;
        overflow: scroll;
    }
    .add-address-form form > div.full-width, .edit-address-form form > div.full-width {
        width: 100%;
        padding-right: 0;
        margin-top: 10px;
    }
    .add-address-form .form-group, .edit-address-form .form-group {
        margin-bottom: 3px;
    }
    .add-address-form form > div {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
        line-height: 26px;
    }
    .add-address-form h2 {
        padding-top: 13px;
    }

}

@media (max-width: 576px) {
    .sku-notify h3 {
        font-size: 18px;
    }
    .sku-notify p {
        font-size: 14px;
    }
    .notify-input {
        font-size: 14px;
    }
    .powered-by-google{
        font-size: 10px;
    }
    .add-address-form form > div {
        width: auto;
        margin-left: 0;
        padding-right: 0;
        line-height: 26px;
    }
    .add-address-form h2 {
        padding-top: 13px;
    }
    .delivery-option-title i {
        font-weight: 600;
        font-size: 13px !important;
    }
    h1.add-address a, h1.add-address a:hover, h1.add-address a:focus {
        max-width: 43%;
    }
    .cart-product h4 span {
        width: 55%;
        font-size: 13px;
        display: inline-block;
        text-transform: uppercase;
    }
    .cart-product input {
        width: 45%;
        height: 25px;
        font-weight: 400;
        font-size: 15px;
        color: #1f1f1f;
        text-align: center;
        margin: 1px 0;
        float: left;
        display: block;
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .cart-product {
        margin-top: 25px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 54px;
    }
    .cart-product + .cart-product {
        padding-top: 15px;
        border-top: none !important;
    }
    .cart-product + .cart-product {
        padding-top: 15px;
        border-bottom: 1px solid #f0f0f0;
    }
    .cart-product {
        margin-top: 25px;
        border-bottom: 1px solid #cccccc;
    }
    .cart-product label span, .prod-label {
        width: 55%;
        display: block;
        float: left;
        font-size: 20px;
        margin-left: 0;
        display: flex;
        justify-content: space-around;
    }
    .cart-product h4 {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 30px;
        color: #000000;
        justify-content: space-between;
        display: flex;
    }
    a#mobile-delete {
        top: -45px;
        /*left: 283px;*/
    }
    .payment-options {
        padding: 20px 35px 10px 35px;
        border: 1px solid #cccccc;
        margin-top: 0;
    }
    a.fa.fa-info-circle {
        display: none;
    }
    .cart-product .delete-button, .cart-product .delete-button:hover, .cart-product .delete-button:focus {
        text-align: center;
        display: block;
        float: left;
        width: 20px;
        background: #cccccc;
        color: #1f1f1f;
        padding: 0;
        line-height: 20px;
        height: 20px;
        font-size: 0;
        margin-top: 0px;
        text-decoration: none;
        margin-bottom: 0;
        position: absolute;
        top: -13px;
        right: 7px;
        z-index: 10;
        margin-right: -33px;
    }
    .payment-option-block {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 14px;
        min-height: 50px;
    }
    .payment-order-summary h3 + h4 {
        margin-bottom: 10px;
    }
    .payment-order-summary h3 {
        display: block;
        float: left;
        width: 100%;
        color: #000000;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 3px !important;
    }
    .payment-option-block {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 14px;
        min-height: 59px;
    }
    .need_assembly {
        font-size: 14px;
        margin-bottom: 20px;
        text-align: center;
    }
    .collection-point-checkbox {
        line-height: 19px;
        font-weight: 600;
    }
}

@media (max-width: 321px) {
    
    .add-address-form form > div {
        width: auto;
        margin-left: 0;
        padding-right: 0;
        line-height: 26px;
    }
    .add-address-form h2 {
        padding-top: 13px;
    }
   
    #add-assembly-cost {
        margin-top: 7px;
    }
    a#checkout-payment-logos {
        padding: 0px 0px 0px 5px;
    }
    .prod-label {
        width: 147px;
        display: block;
        float: left;
        font-size: 20px;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
    }
     .cart-product input {
        width: 38%;
        height: 25px;
        font-weight: 400;
        font-size: 15px;
        color: #1f1f1f;
        text-align: center;
        margin: 1px 0;
        float: left;
        display: block;
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .cart-product {
        margin-top: 24px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 50px;
    }
     .cart-product + .cart-product {
        padding-top: 25px;
        border-top: none !important;
    }
    .cart-product + .cart-product {
        padding-top: 0;
    }
 
    .cart-product h2 a {
        font-size: 13px;
    }
    .cart-product label, .cart-product label span, .prod-label {
    font-size: 12px !important;
    text-transform: uppercase;
    }
    a#mobile-delete {
        top: -45px;
        left: 243px;
    }
    .cart-product label span, .prod-label {
        width: 127px;
        display: block;
        float: left;
        font-size: 20px;
        font-weight: 500;
        margin-left: 0;
    }
    .shipping-method-checkbox {
        margin-top: 6px !important;
    }
    .product h4 span {
        width: 43%;
        font-size: 12px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 500;
    }
    .cart-product h4 {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 12px;
        line-height: 30px;
        color: #000000;
        justify-content: space-between;
        display: flex;
    }
    .order-continue-row a {
        margin: 10px 10px 0 0;
    }
    a.continue-shopping {
        margin-top: 13px;
    }
   .payment-order-summary h3 + h4 {
        margin-bottom: 10px;
    }
    .payment-order-summary p, 
    .payment-order-summary p * {
        font-size: 14px !important;
        line-height: 1.618rem !important;
        font-weight: 400;
    }
    .payment-option-block h2 i {
        position: absolute;
        top: 0;
        left: -5px;
        font-size: 20px;
        line-height: 30px;
    }
    .payment-option-block h2 {
        margin-top: 10px;
        font-weight: 500;
        margin-bottom: 10px;
        color: gray;
        text-transform: uppercase;
        font-size: 14px;
        position: relative;
        padding-left: 40px;
        line-height: 30px;
        cursor: pointer;
    }
    .payment-order-summary h4 + p {
        font-size: 14px;
        line-height: 20px !important;
        padding-bottom: -13px;
        margin-bottom: -10px;
    }
    .payment-order-summary h3 span {
        float: left;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 0px;
    }
    .payment-option-block {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 14px;
        min-height: 59px;
    }
    .product h4 span {
        width: 43%;
        font-size: 12px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 500;
    }
    .cart-product label span, .prod-label {
        width: 127px;
        display: block;
        float: left;
        font-size: 20px;
        font-weight: 500;
        margin-left: 0;
    }
    .cart-product {
        margin-top: 24px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 50px;
    }
    .cart-product h4 {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 30px;
        color: #000000;
        justify-content: space-between;
        display: flex;
    }
    .order-continue-row a {
        margin: 10px 10px 0 0;
    }
}

