#pacific-products {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
    background-color: #e6f4f8;
}

#topMenuNav, #topMenuMobileNav {
    position: fixed !important;
    z-index: 120;
}

.pacific-products-body {
    margin: 120px 0 20px 0;
    min-height: calc(100vh - 150px);
}

.pacific-products-panel, .pacific-products-home-panel {
    border-radius: 2.25rem;
    background-color: #e6f4f8;
    z-index: 100;
}

.product-logo .img-responsive {
    width: 38% !important;
    padding-bottom: 25px;
    padding-top: 25px;
}


.home-banner-body .column {
    text-align: center;
}

.home-banner-body #input-address {
    width: 100%;
    margin-bottom: 15px;
}

.home-banner-body #btn-search-products {
    float: left;
    margin-top: 0;
    margin-left: 5px;
    height: 39px;
}

#serviceTitle {
    margin: 20px 0 0 25px;
}

.form-row {
    display: flex;
}

    .form-row .form-group input,
    .form-row .form-group select {
        width: 95%;
    }
/* ----------------------------------------- */
/* Skips */
.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 !important;
    border-radius: 50% !important;
    background: none #8CEBD8;
    margin: 13px;
    color: black;
    border: 1px solid #8CEBD8 !important;
    min-width: 0;
}

    .btn-circle.active {
        background: none #548EEB;
    }

    .btn-circle:hover {
        background: none #548EEB;
        color: #fff;
    }

.product-title {
    text-align: center;
}

.product__skip-title {
    display: none;
}

.skip-order-products {
    margin: 20px 0;
}

    .skip-order-products .card {
        padding: 20px;
    }

.btn_checkout, .btn_continueShopping {
    display: none;
}

.btn_addCart {
    margin-top: 0;
}

.product__skip-addcart {
    margin-top: 20px;
}

#product__skip-notes-body {
    margin-top: 20px;
}

/* ----------------------------------------- */
/* Shopping Cart */
.cart {
    display: flex;
}

.cart-table {
    margin-top: 20px;
    font-size: 0.9rem;
    width: 95%;
}

#block_cart_table > table {
    width: 100%;
}

    #block_cart_table > table > tbody > tr > td {
        padding: 15px 15px 15px 0;
    }

    #block_cart_table > table > thead > tr > th {
        padding: 0 15px 0 0px;
    }

    #block_cart_table > table > tbody > tr {
        border-bottom: 1px solid #ccc;
    }

#cart_totals > div > div > table > thead > tr > th {
    padding: 0 10px 0 0;
}

#block_cart_table > table > tbody > tr > td > table > thead > tr > th,
#block_cart_table > table > tbody > tr > td > table > tbody > tr > td {
    padding: 4px 10px;
}

.image__body .image__tag {
    max-height: 50px;
}

.cart-table__remove {
    width: 40px;
    min-width: 40px;
}

.cart-table__quantity input {
    width: 50px;
}

.cart-table__actions {
    margin: 30px 0;
}

#cart_totals {
    margin-top: 20px;
}

/* ----------------------------------------- */
/* Search */

#form-search {
    width: 60%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    justify-content: center;
}

#form-search {
    border-radius: 2.25rem;
    background-color: #e6f4f8;
    padding: 2rem;
    text-align: center;
}

    #form-search #input-address {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        height: 4rem;
        padding: .75rem .75rem;
        width: 300px;
        box-shadow: none;
    }

    #form-search #btn-search-products {
        border-radius: 15px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        height: 4rem;
        padding: .75rem .75rem;
        font-size: 1rem;
        margin: 0;
    }

    #form-search .form-group.col-md-10 {
        width: auto !important;
        text-align: right;
    }

    #form-search .alert-danger {
        text-align: center;
    }
/* ----------------------------------------- */
/* Checkout */

table.checkout__totals tr td {
    padding: 3px 10px 0 0;
}

ul.payment-methods__list {
    bullets: none;
}

.payment-methods {
    background-color: #E4E6E6;
    padding: 1rem;
    margin: 0.5rem 0;
}

#paymentTypeOptions ul li.payment-methods, .payment-methods-digital {
    border-radius: 5px;
    background-color: #f5f9f9;
}

#serviceFeePanel label {
    font-size: 14px
}
/* ----------------------------------------- */
/* Block Banners */
.block-banners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.block-banners__item {
    margin: 15px 10px;
    height: 210px;
    padding: 32px 34px;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    z-index: 0;
}

    .block-banners__item, .block-banners__item:hover {
        color: #fff;
    }

        .block-banners__item:before {
            border-radius: 10px;
            z-index: -1;
            position: absolute;
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: linear-gradient(to right, rgba(41, 113, 158, 0.98) 25%, rgba(26, 26, 26, 0) 90%);
        }

[dir=ltr] .block-banners__item:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(26, 26, 26, 0.98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: linear-gradient(to right, rgba(26, 26, 26, 0.98) 25%, rgba(26, 26, 26, 0) 90%);
}

[dir=rtl] .block-banners__item:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(26, 26, 26, 0.98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: linear-gradient(to left, rgba(26, 26, 26, 0.98) 25%, rgba(26, 26, 26, 0) 90%);
}

.cart__totals {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.bulk-item-width {
    width: calc(100% / 2.3) !important;
}

.block-banners__bulkitem {
    margin: 15px 10px;
    width: calc(100% / 3.3);
    height: 210px;
    padding: 32px 34px;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    z-index: 0;
}

    .block-banners__bulkitem, .block-banners__bulkitem:hover {
        color: #fff;
    }

        .block-banners__bulkitem:before {
            border-radius: 10px;
            z-index: -1;
            position: absolute;
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: linear-gradient(to right, rgba(41, 113, 158, 0.98) 25%, rgba(26, 26, 26, 0) 90%);
        }

[dir=ltr] .block-banners__bulkitem:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(26, 26, 26, 0.98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: linear-gradient(to right, rgba(26, 26, 26, 0.98) 25%, rgba(26, 26, 26, 0) 90%);
}

[dir=rtl] .block-banners__bulkitem:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(26, 26, 26, 0.98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: linear-gradient(to left, rgba(26, 26, 26, 0.98) 25%, rgba(26, 26, 26, 0) 90%);
}

.block-banners__item-title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #ffdf40;
}

.block-banners__item-details {
    display: block;
    margin-top: 12px;
    font-size: 15px;
}

.block-banners__item-button {
    margin-top: 28px;
    padding-top: 11px;
}

.block-banners__item-image {
    border-radius: 3px;
    z-index: -3;
    position: absolute;
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
}

    .block-banners__item-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.block-banners__item-image--blur {
    z-index: -2;
    opacity: 0;
}

    .block-banners__item-image--blur img {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

/*.block-banners__item:hover .block-banners__item-image {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}*/

.block-banners__item:hover .block-banners__item-image--blur {
    opacity: 1;
}

.block-banners__item--style--two .block-banners__item-title {
    background: #ffdf40;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 5px;
    border-radius: 1.5px;
    color: #262626;
    font-size: 24px;
    margin-top: -2px;
    margin-bottom: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 834px) {
    #grid12 {
        width: 100% !important;
    }

    #grid8 {
        width: 66.666% !important;
    }

    #grid6 {
        width: 50% !important;
    }

    #grid4 {
        width: 33.3333% !important;
    }

    .cart-box {
        margin-top: 0rem !important;
    }

    .btn-center {
        width: 55% !important
    }
}

@media (min-width: 768px) {
    .apply-promo-link {
        text-decoration: none !important;
        float: right;
        margin-top: 5px;
    }
}

@media (max-width: 1199.98px) {
    .block-banners__list {
        margin: -10px;
    }

    .block-banners__item {
        margin: 10px;
        width: calc(50% - 20px);
    }

    .block-banners__item {
        height: 190px;
        padding: 24px 24px;
    }

    .block-banners__bulkitem {
        margin: 10px;
        width: calc(100% / 2.2);
    }

    .block-banners__bulkitem {
        height: 190px;
        padding: 24px 24px;
    }

    .product-remove-text {
        display: none;
    }

    .cart-product-remove {
        float: right !important;
    }
}

@media (max-width: 991.98px) {
    .block-banners__list {
        margin: -10px;
    }

    .block-banners__item {
        margin: 10px;
        width: calc(100% - 20px);
    }

    .block-banners__item {
        height: auto;
        padding: 24px 24px;
    }

    .block-banners__bulkitem {
        margin: 8px;
    }

    .block-banners__bulkitem {
        height: auto;
        padding: 24px 24px;
    }
}

@media (max-width: 474px) {
    [dir=ltr] .block-banners__item:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(26, 26, 26, 0.98)), to(rgba(26, 26, 26, 0)));
        background: linear-gradient(to right, rgba(26, 26, 26, 0.98) 35%, rgba(26, 26, 26, 0) 100%);
    }

    [dir=rtl] .block-banners__item:before {
        background: -webkit-gradient(linear, right top, left top, color-stop(35%, rgba(26, 26, 26, 0.98)), to(rgba(26, 26, 26, 0)));
        background: linear-gradient(to left, rgba(26, 26, 26, 0.98) 35%, rgba(26, 26, 26, 0) 100%);
    }

    [dir=ltr] .block-banners__bulkitem:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(26, 26, 26, 0.98)), to(rgba(26, 26, 26, 0)));
        background: linear-gradient(to right, rgba(26, 26, 26, 0.98) 35%, rgba(26, 26, 26, 0) 100%);
    }

    [dir=rtl] .block-banners__bulkitem:before {
        background: -webkit-gradient(linear, right top, left top, color-stop(35%, rgba(26, 26, 26, 0.98)), to(rgba(26, 26, 26, 0)));
        background: linear-gradient(to left, rgba(26, 26, 26, 0.98) 35%, rgba(26, 26, 26, 0) 100%);
    }
}


.block-banners__item--double-height {
    max-height: 200% !important;
    height: unset !important;
}

.block-banners__item--md-width {
    width: calc(30%) !important;
}

.block-banners__item-title--md {
    font-size: 16px !important;
}

.block-banners__item-price {
    margin-bottom: 10px;
    display: block;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    color: #ffdf40;
    text-transform: lowercase;
}

.block-banners__item-priceIncVat {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #ffdf40;
    text-transform: lowercase;
}

.block-banners__item-list {
    padding-inline: 17px;
}

.block-banners__product-notes {
    margin-top: 20px;
}

.block-banners__item-price, .block-banners__item-priceIncVat, .block-banners__item-title {
    color: #fff;
}

.block-banners__item--auto-height {
    height: auto;
    padding-bottom: 5px;
}

#orderPayment {
    height: 40em;
    background: url(/Images/loader.gif) center center no-repeat;
}

#orderPaymentIframe {
    margin: auto;
    width: 50%;
    height: 100%;
}

#product__skip-location {
    float: right;
}

/*// .input-number*/
.input-number {
    display: block;
    position: relative;
}

input#Quantity {
    height: fit-content;
    box-shadow: none;
    font-size: 25px;
    font-weight: bolder;
    background-color: transparent !important;
}

.input-number__input {
    -moz-appearance: textfield;
    display: block;
    width: 100%;
    min-width: 88px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
}

    .input-number__input::-webkit-inner-spin-button, .input-number__input::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

.lowest-quantity {
    color: #ddd;
    pointer-events: none;
}

.input-number__sub,
.input-number__add {
    position: absolute;
    height: 55%;
    width: 22px;
    top: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .7;
    -webkit-transition: opacity .18s;
    transition: opacity .18s;
    border: 3px solid var(--bs-gray-dark);
    border-radius: 50%;
}

    .input-number__sub:before, .input-number__sub:after,
    .input-number__add:before,
    .input-number__add:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: currentColor;
    }

    .input-number__sub:before,
    .input-number__add:before {
        width: 8px;
        height: 2px;
    }

    .input-number__sub:hover,
    .input-number__add:hover {
        opacity: 1;
    }

.input-number__sub {
    left: 1px;
}

.input-number__add {
    right: 1px;
}

.quantity_add {
    right: -25px;
}

.quantity_add, .quantity_sub {
    border: 1px solid #D1D1D1;
}

#product_Quantity {
    box-shadow: none !important;
    background-color: transparent !important;
}

.input-number__add:after {
    width: 2px;
    height: 8px;
}

.alert_NoService, .alert_DifferentAddress {
    width: 500px;
}

#CustomerDeliverySiteId {
    margin-left: 19%;
    width: 50%;
}

input:read-only {
    background-color: #e9ecef !important;
    opacity: 1;
}

.site_NoService {
    margin-left: 32%;
    text-align: center;
    width: 36%;
}

/* -----------------Jun Removal------------------------ */
.list-bullets {
    list-style: unset !important;
}

.overlay {
    cursor: not-allowed;
    pointer-events: all !important;
    /* for "disabled" effect */
    opacity: 0.5;
    background: #CCC;
    filter: alpha(opacity = 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 2;
}

.block-banners__item-not-available {
    background-color: white;
    display: block;
    font-size: medium;
    font-weight: 500;
    line-height: 1;
    z-index: 3
}
/*Branding*/

.pacific-products-home-panel {
    background-color: transparent;
}

#pacific-products .toolbar a {
    color: #000000;
}

#form-search {
    background-color: transparent;
}

    #form-search #input-address {
        border: 1px solid #ccc;
    }

/* start product details */
@media (max-width:2560px) {
    .block-banners__item {
        width: calc(30% - 20px);
    }
}

button #btn-Checkout {
    font-size: 13px !important;
    font-weight: bold;
}

@media (max-width: 834.98px) {
    .block-banners__item {
        width: calc(50% - 20px);
    }
}
/*Mobile view support*/
@media (max-width: 766.97px) {
    .block-banners__item {
        width: calc(100% - 20px);
    }

    .block-banners__bulkitem {
        width: calc(100% - 20px);
    }
}

#order_Home .block-banners__item:before {
    background: none;
}

#order_Home .block-banners__bulkitem:before {
    background: none;
}

.payment-label {
    padding: 0px 8px 0px 8px !important;
}

.product-detail-item {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

    .product-detail-item .item-title {
        color: #fff;
        font-weight: bold;
    }

    .product-detail-item .item-name {
        color: #fff;
    }

.product-detail-footer {
    margin: 15px 0;
    font-size: 0.9rem;
}

.block-banners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000; /* margin: 0 -15px; */
}

#order_Home .block-banners__item {
    background-color: #fff;
    padding: 3em 1.5em;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 20px 0px grey;
    transition: transform 0.6s;
}

.block-banners__item:hover {
    transform: translateY(-9px);
}

#order_Home .block-banners__bulkitem {
    background-color: #fff;
    padding: 3em 1.5em;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 20px 0px grey;
    transition: transform 0.6s;
}

.block-banners__bulkitem:hover {
    transform: translateY(-9px);
}

.block-banners__item--title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.block-banners__item--img {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5em;
    max-height: 300px;
    color: #000;
}

.block-banners__item--details {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 1em;
    color: #000;
}

.block-banners__item-price {
    color: #ed1b2d;
    font-size: 3em;
    font-weight: bolder;
}

.block-banners__item-price_duration {
    text-transform: uppercase;
    font-weight: 600;
    font-size: small;
    color: #000;
}

.block-banners__item-priceIncVat {
    font-size: medium;
    color: #000;
}

.block-banners__item-button {
    width: 60%;
    padding: 0.5em;
    background-color: #ed1b2d !important;
}

.block-banners__item-list {
    list-style-type: none;
    padding: 0;
    color: #000;
}

.block-banners__item-materialClass {
    font-size: small;
    display: block;
    text-align: center;
    color: #000;
}

.block-banners__item-containerType, .block-banners__item-material {
    display: block;
    text-align: center;
    font-weight: 600;
}

.block-banners__product-notes {
    color: #000;
    text-align: center;
    font-size: 12px;
}

.product-detail-item .item-title, .product-detail-item .item-name, .block-banners__item--description {
    color: black !important;
}
/* end product details */

/*Start of order confirmation*/
.order-success__meta {
    width: 100%;
    background-color: #fff;
}

.order-success__meta-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 1em 0 1em 0;
    font-size: small;
}

.order-success__meta-item {
    width: 100% !important;
}

ul {
    list-style-type: none;
    text-indent: 0;
}

.order-success__meta-title, .order-success__meta-value {
    display: block;
    text-align: center;
    font-weight: 700;
}

.dashed--rightBorder {
    border-right: 1px dashed #000;
}

.order-success__meta-title {
    color: red;
    text-transform: uppercase;
}

.card {
    border-radius: 5px !important;
}

.order-success__meta-products {
    padding: 0px !important;
}

/**/

/* ----------------------------------------- */
/*New styles added from citybin*/

.owl-video-play-icon {
    background: url(/Images/owlvideoplay.png) no-repeat !important;
}

.block-banners__item-priceIncVat {
    color: #5587E9;
    font-size: 3em;
    font-weight: bolder;
}

.block-banners__item-price {
    font-size: medium;
    color: #000;
}

.block-banners__item-advancePayIncVat {
    font-weight: 600;
}

.block-banners__item-originalPrice {
    text-decoration: line-through;
    vertical-align: middle;
    font-size: medium;
    color: #000;
}

.cart_modal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.cart_modal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.cart_modal.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.cart_modal.modal.right.fade .modal-dialog {
    width: 50%;
    right: 0%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.cart_modal.modal.right.fade.in .modal-dialog {
    right: 0;
}

.cart_modal .modal-content {
    border-radius: 0;
    border: none;
}

.cart_modal .cart_modal_header {
    border-bottom-color: #EEEEEE;
    background-color: #FFFFFF;
}

.cart_modal {
    transform: translateX(100%) !important;
    transition: .3s ease-out !important;
    display: block;
}

    .cart_modal.slide {
        transform: translateX(0%) !important;
        transition: .3s ease-out !important
    }

    .cart_modal .cart_modal_content .card-body {
        background-color: #FFFFFF;
    }

.pl-10 {
    padding-left: 10px;
}
/*New styles added from citybin*/
.owl-video-play-icon {
    background: url(/Images/owlvideoplay.png) no-repeat !important;
}

.mb-0 {
    margin-bottom: 0px;
}

.btn {
    min-width: 120px;
    margin: 1.5rem 0 1.5rem 0;
    border-radius: 2.25rem;
    border: 0px solid transparent;
    background: linear-gradient(45deg, rgba(143,236,217,1) 0%, rgba(85,174,225,1) 46%, rgba(80,158,240,1) 80%, rgba(88,121,228,1) 100%);
    color: white;
}

.cart-btn {
    margin: 1.01rem 0.5rem;
    border-radius: 2.25rem;
    border: 0px solid transparent;
    background: linear-gradient(45deg, rgba(143,236,217,1) 0%, rgba(85,174,225,1) 46%, rgba(80,158,240,1) 80%, rgba(88,121,228,1) 100%);
    color: white;
}

#btnAddCart, #btnCheckOut, #btnContinueShopping {
    margin: 0 !important;
}

.header_toolbar {
    display: grid;
    grid-template-columns: calc(100% / 2 - 1350px / 2) 1fr auto 1fr calc(100% / 2 - 1350px / 2);
    box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 10%);
    position: relative;
    width: 100%;
    background-color: white;
}

.toolbar_logo_div {
    align-self: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    grid-column: 2;
    grid-row: 2;
}

.toolbar_breadcrumb_div {
    align-self: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    grid-column: 3;
    grid-row: 2;
}

#progress-line {
    width: 100px;
    height: 2px;
}

.breadcrumb-dot {
    color: grey;
}

.breadcrumb-dot-highlighted {
    color: cornflowerblue;
}

.breadcrumb-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: grey !important;
}

.breadcrumb-line-highlighted {
    background-color: cornflowerblue;
}

.logo_image {
    height: 50px;
}

.header_toolbar .toolbar {
    justify-content: flex-end;
    padding: 10px 0;
    display: flex;
    grid-column: 4;
    grid-row: 2;
}

.block-banner-highlight_image {
    height: 40px;
    width: 40px;
}

.service-home {
    margin-top: 10%;
}

    .service-home .service-detail {
        align-self: center;
    }

    .service-home .service-picture {
        text-align: center;
    }

    .service-home .service-image {
        max-width: 400px;
        max-height: 300px;
    }

.address-card__badge {
    font-weight: bold;
}

#cartEmpty-error, #paymentType-error {
    font-weight: 400;
    color: red
}

.shopping-cart-products .productInfo {
    margin-left: 3rem;
}

/*OrderConfirmation*/

#confirmationTitle {
    text-align: center;
    font-weight: bold;
}

#thanksConfirmationEmail {
    margin-top: 15px;
    text-align: center;
}

#confirmationContainer {
    padding: 2px;
    margin-top: 15px;
    min-height: 100px;
    background-color: #fff;
    border-radius: 20px 20px 20px 20px;
}

#confirmImg {
    width: 100%;
    height: 150px;
    border-radius: 20px 20px 0px 0px;
}

#thanksSpan {
    margin-top: 15px;
}

#orderedProductDetails {
    border-right: 1px solid #808080;
}

.pacific-products-footer {
    display: flex;
    min-height: 50px;
    justify-content: space-between;
    align-items: center;
    background-color: #9e9e9e;
}


#product-card--layout--horizontal {
    position: relative;
    display: flex;
}

#info_fav {
    text-align: center;
}

.confirm_product_price {
    font-weight: bold;
}

#divCustomerDeliveryAddress, #divBillToDifferentAddress, #divCartProductPayment {
    background-color: #FFFFFF;
}

    #divCartProductPayment .shopping-cart-products .card {
        background-color: #FFFFFF;
    }

.customerDetailHeading3 {
    font-size: 20px;
}

.shopping-cart-products .customerDetailHeading3 {
    font-size: 20px;
}

.shopping-cart-products .cart-product-name h4 {
    font-size: 16px;
}

.shopping-cart-products .cart-product-links {
    color: #000;
    font-size: 12px;
}

.shopping-cart-products .slider-icon {
    color: #000;
    font-size: 12px;
}


.checkout label {
    font-size: 12px;
}

.checkout .form-control {
    font-size: 14px;
    height: 32px;
}

.checkout #CustomerDetails_Notes {
    font-size: 12px;
}

.iconEditAddress {
    color: #0d6efd;
    font-size: 12px;
}

#btnEditCustomerAddress {
    color: #0d6efd;
    font-size: 14px;
}

#btn-Place-Order {
    width: 100%;
}

#termsConditionMsg {
    font-size: 14px;
}

.shopping-cart-products .cart-slider .cart-product-info-terms a {
    color: #000000;
}

/*slider cart mobile view*/
.cart-slider .btn-continue-shopping, .cart-slider .apply-promo-link {
    color: #0d6efd !important;
    font-size: 14px;
}

#invalid-PromoCode {
    font-size: 14px;
}

.skip-order-products, #order_Home {
    margin-top: 37px;
}

@media (min-width: 769px) {
    #form-search #input-address {
        width: 500px;
    }
}

@media (max-width: 768px) {

    .skip-order-products, #order_Home {
        margin-top: 90px;
    }

    .cart-slider .cart-product-image__tag {
        height: 75%;
        width: 100%;
        max-width: none;
    }

    .cart-slider .cart-product-image__body {
        width: auto;
        height: auto;
        max-width: 10vh;
        max-height: 10vh;
    }

    .center_contents {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .link-remove-product {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 5px;
    }

    .cart-slider .product-terms {
        padding-left: 0px;
        margin-top: 1px;
    }

    .cart_modal.modal.right.fade .modal-dialog {
        width: 100%;
    }

    .product-remove-text {
        display: none;
    }

    .btn-center {
        width: 100% !important
    }

    .cart-slider #btn-Checkout {
        font-size: 1rem;
        margin-top: 1.5rem;
        width: 100%;
    }

    .cart-slider .cart-total {
        font-size: 1.1rem;
    }

    .shopping-cart-products .productInfo {
        margin-left: 0rem;
    }

    .cart-products .cart-product-name h4 {
        font-size: calc(1rem + .3vw);
    }

    .cart-slider .cart-product-item-price, .block-banners__item-originalPrice {
        font-size: 16px;
    }

    .cart_modal.modal.right .modal-body {
        padding: 0px;
    }

    .cart_modal .cart_modal_content .card-body {
        padding: 0rem 1rem 1rem 1rem;
    }

    /*home search mobile view*/
    #form-search {
        width: 100%;
        padding: 0px;
        flex-wrap: inherit;
    }

        #form-search #input-address {
            width: 100%;
            margin-bottom: 0px;
            border-radius: 0px;
            height: 3rem;
            padding: 0px;
        }

        #form-search .form-group.col-md-10 {
            width: 80% !important;
        }

    .alert_NoService, .alert_DifferentAddress {
        width: 100%;
    }

    .block-banners__item--md-width {
        width: 100% !important;
    }

    #form-search #btn-search-products {
        margin: 0px !important;
        min-width: 0px;
        border-radius: 0px;
        height: 3rem;
        padding: 0px;
        width: 100%;
    }
}

img.logo_image {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 4%;
    object-fit: contain;
}

span.product__skip-processing-price.text-bold,
span.block-banners__item-processing-price.text-bold,
span.product__skip-allowance.text-bold,
span.block-banners__item-allowance.text-bold {
    font-weight: bold;
}

span.product__skip-processing-price.text-bold, span.product__skip-allowance.text-bold {
    float: right;
}

div.inline {
    display: block;
}

input.countrycallingcode {
    width: 17%;
    display: inline;
    border-radius: 28px 2px 0px 28px;
}

input.telephone {
    width: 81%;
    display: inline;
    border-radius: 0px 28px 28px 0px;
}

.product-selected {
    border: 4px solid #0a58ca;
    border-radius: 15px !important;
}

.cart-box {
    margin-top: 1rem;
}


.border-cart {
    border-top: 3px solid #EFF2F5;
}

.btn-center {
    width: 40%;
}

.apply-promo-link {
    text-decoration: none !important;
}
