/* account information page */
.account-page-mobile-show {
    display: none !important;
}

.account-page-pc-show {
    display: block !important;
}

.account-page-title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 30px;
}

.account-page-form {
    width: 100%;
    max-width: 654px;
    margin: 0 auto;
}

.account-page-form .font-weight-normal {
    font-weight: normal !important;
}

.account-page-form .btn.btn-pd-1 {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
}

.account-page-form.account-page-form-no-max {
    max-width: 100%
}

.account-page-form .form-info {
    font-size: 16px;
    font-weight: bolder;
    color: #000;
    line-height: 24px;
}

.account-page-form .info-group {
    margin-bottom: 30px;
}

.account-page-form .form-control-label {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 14px;
}

.account-page-form .form-control-label.text-align-right {
    text-align: right;
}

.page-customer-account #content {
    padding: 0;
}

@media (max-width: 767px) {
    .account-page-form .col-xs-12.form-control-label.text-align-right {
        text-align: left;
    }
}

.account-page-form .form-control-comment {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.account-page-form input.form-control, .account-page-form select.form-control {
    height: 36px !important;
    line-height: 36px;
}

.account-page-form .info-group p {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 16px;
}

.account-page-form .form-control-submit, .account-page-table .btn-primary, .account-page-content .btn-primary, .cc-modal .btn-primary, .cc-modal .btn-secondary {
    text-transform: none;
    background: #1C4AC4;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    padding: 7px 20px;
    margin: 0;
    border: 1px solid #1C4AC4;
}

#ae-btn-get-verification-code-register, #ae-btn-get-verification-code {
    padding: 7px 20px;
}


.account-page-form .form-control-cancel-link {
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    color: #1C4AC4;
    background: transparent;
    border: none;
}

.account-page-form .form-control-edit-button, .account-page-form .form-control-add-button,
.account-page-form .form-control-cancel-button, .account-page-table .link-button,
.account-page-table .link-button, .account-page-content .link-button {
    background: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    color: #1C4AC4;
    padding: 7px 20px;
    margin: 0;
    border: 1px solid #1C4AC4;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.account-page-form .link-button-block, .account-page-content .link-button-block, .account-page-content .btn-block, .account-page-form .btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.account-page-form .link-button:hover, .account-page-table .link-button:hover {
    color: #FFFFFF
}

.account-page-content .link-button:hover {
    color: #1C4AC4;
}

.account-page-content .link-button.link-button-primary:hover {
    color: #FFFFFF;
}

.account-page-form .form-control-add-button, .account-page-table .link-button-primary, .account-page-content .link-button-primary {
    background: #1C4AC4;
    color: #FFFFFF;
    border: 1px solid #1C4AC4;
}

.account-page-form .modal-dialog-centered, .account-page-content .modal-dialog-centered {
    max-width: fit-content;
    margin: 0 auto;
}

.account-page-form .modal-title, .account-page-content .modal-title {
    color: #232323;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    flex-grow: 1;
}

.account-page-form .close, .account-page-content .close {
    font-weight: 400;
    color: #7a7a7a;
    opacity: 1;
    font-size: 30px;
}

.account-page-form .alert .close, .account-page-content .alert .close {
    font-size: 20px;
}

.account-page-form .modal-header, .account-page-content .modal-header {
    padding: 10px 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
}

.account-page-form .modal-body, .account-page-content .modal-body {
    padding: 0 20px 0 20px;
}

.account-page-form .modal-footer, .account-page-content .modal-footer {
    border: none;
}

.account-page-form .modal-footer .btn.btn-secondary, .account-page-content .modal-footer .btn.btn-secondary, .cc-modal .btn.btn-secondary {
    background: #E5E5E5;
    border: 1px solid #E5E5E5;
    color: #000000;
}

@media (min-width: 400px) {
    .account-page-content .modal-body input.form-control-lg {
        min-width: 400px;
    }
}

.account-page-form .btn-primary {
    background: #1C4AC4;
    color: #FFFFFF;
    text-transform: none;
}

.account-page-form .modal-footer .btn, .account-page-content .modal-footer .btn {
    background: #1C4AC4;
    color: #FFFFFF;
    border: 1px solid #1C4AC4;
    padding: 5px 10px;
    text-transform: none;
}

.account-page-form #ajax-loading-mask, .account-page-content #ajax-loading-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9050; /* 高于bootstrap的modal */
}

#ajax-account-toast {
    position: fixed;
    top: 30px;
    right: 30px;
    max-width: 300px;
    z-index: 9050; /* 高于bootstrap的modal */
}

/*#identity .form-control-label.required::after {*/
/*    content: " *";*/
/*}*/

@media (min-width: 768px) {
    #authentication > main, #my-account > main, #history > main, #module-blockwishlist-lists > main,
    #module-payment-paymentcard > main, #customer-service > main, #checkout > main, #password > main,
    #module-blockwishlist-view > main, #addresses > main {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

    #authentication > main > section#wrapper, #my-account > main > section#wrapper, #history > main > section#wrapper,
    #addresses > main > section#wrapper, #module-payment-paymentcard > main > section#wrapper,
    #customer-service > main > section#wrapper, #checkout > main > section#wrapper, #password > main > section#wrapper,
    #module-blockwishlist-lists > main > section#wrapper, #module-blockwishlist-view > main > section#wrapper {
        flex: 1
    }
}

/* payment cards page */
.payment-cards-list {
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #DFDFDF;
    padding: 20px;
    margin-bottom: 20px;
}

.payment-cards-list .payment-card-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bolder;
}

.payment-cards-list .payment-card-info .icon {
    width: 50px;
    margin-right: 20px;
}

.payment-cards-list .payment-card-opt a {
    font-weight: bolder;
    text-decoration: underline;
    margin: 0 10px;
}

/* address page */
.address-list {
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #DFDFDF;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}

.address-list p, .address-list address, .address-list .address-name {
    margin: 0;
    color: #333;
}

.address-list .default-address {
    color: #1C4AC4;
}

.address-list .address-opt {
    position: absolute;
    top: 20px;
    right: 20px;
}

.address-list .address-opt a {
    font-weight: bolder;
    text-decoration: underline;
    margin: 0 10px;
}

#address .account-page-form .form-control-label {
    font-weight: normal;
}

.account-page-table .dataTable, .account-page-table .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-color: #E9E9E9;
}

.account-page-table .dataTable thead th {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    border-color: #E9E9E9;
}

.account-page-table .dataTable tbody td {
    color: #333333;
    font-size: 14px;
    font-weight: bolder;
    border-color: #E9E9E9;
}

.account-page-table .dataTables_info, .account-page-table .dataTables_paginate {
    margin-top: 30px;
}

.account-page-table .dataTables_paginate a, .account-page-table .dataTables_paginate span {
    margin: 0 5px;
    cursor: pointer;
    font-size: 16px;
}

.account-page-table .dataTables_paginate .current {
    font-weight: bolder;
}

.account-page-table .dataTables_paginate .disabled {
    color: #666;
    cursor: default;
}

.account-page-table .dataTable .ticket {
    color: #1C4AC4;
}

.account-page-table .dataTable .table-mobile-view {
    position: relative;
}

.account-page-table .dataTable .table-mobile-view p {
    font-size: 14px;
}

.account-page-table .dataTable .table-mobile-view .link-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.account-page-content .card {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.account-page-content .card .card-header .ticket {
    font-weight: bolder;
    color: #1C4AC4;
}

.account-page-content .card .card-header .title {
    font-weight: bolder;
}

.account-page-content .card .card-body {
    padding: 30px;
    line-height: 30px;
}

.account-page-content .card .card-body .comment {
    line-height: 24px;
}

.account-page-content .card .card-body .comment img {
    width: 40px;
}

.post-a-reply p {
    font-size: 14px;
}

#footer .wishlist-add-to .wishlist-add-to-new {
    font-weight: 600;
    font-size: 14px;
    color: #1C4AC4 !important;
}

#footer .wishlist-add-to .wishlist-add-to-new i {
    color: #1C4AC4 !important;
}

#footer .wishlist-create .modal-header {
    padding: 10px 20px 0 20px;
}

#footer .wishlist-create .modal-body {
    padding: 0 20px 0 20px;
}

#footer .wishlist-create .modal-cancel {
    background: #E5E5E5;
    border: 1px solid #E5E5E5;
    color: #000000;
}

#footer .wishlist-create .btn-primary {
    background: #1C4AC4;
    color: #FFFFFF;
    border: 1px solid #1C4AC4;
    padding: 5px 10px;
    text-transform: none;
}

/*category tree*/
.category-tree-box {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    padding: 12px 10px 12px 10px;
    margin-bottom: 0px;
    margin-top: -1px;
}

.category-tree-box ul.collapse {
    margin-bottom: 0px;
}

.category-tree-box h3 {
    font-size: 14px;
    font-weight: bolder;
}

.category-tree-box h3 i.collapse-icon {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 3px;
    transform: rotate(180deg);
}

.category-tree-box h3 i.collapse-icon.collapsed {
    transform: rotate(0deg);
}

.category-tree-box hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top-width: 2px;
}

.category-tree-box .category-sub-link {
    display: inline;
}

.category-tree-box .category-sub-link-after {
    display: inline-block;
}

.category-tree-box .category-sub-link-after .category-sub-link-num {
    padding-left: 5px;
    display: inline;
}

.category-tree-box .navbar-toggler {
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    border-radius: 0;
    border: none;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}

.category-tree-box .navbar-toggler .arrow-down {
    font-size: 16px;
    font-weight: normal;
    display: block;
    transform: rotate(180deg);
}

.category-tree-box .navbar-toggler.collapsed .arrow-down {
    font-size: 16px;
    font-weight: normal;
    transform: rotate(0deg);
}

.category-tree-box .navbar-toggler i {
    cursor: pointer;
    font-weight: normal;
    color: #000;
}

.category-tree-box ul li {
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
}

.category-tree-box ul li.link-with-checkbox-long {
    position: relative;
    padding-left: 18px;
}

.category-tree-box ul li.link-with-checkbox-long input[type=checkbox] {
    position: absolute;
    top: 5px;
    left: 0;
}


.category-tree-box ul li.view-all, .category-tree-box ul li.show-less {
    font-weight: 600;
    font-size: 12px;
    color: #1B4AC5;
    cursor: pointer;
}

.category-tree-box ul li.view-all.has-checkbox, .category-tree-box ul li.show-less.has-checkbox {
    /*padding-left: 20px;*/
}

#left-column .category-tree-box ul li a {
    font-weight: normal;
}

#left-column .category-tree-box ul li a.font-weight-bolder {
    font-weight: bolder;
}

.category-tree-box ul li input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 13px;
    vertical-align: sub;
}

.category-tree-box ul li input[type=checkbox]::after {
    position: absolute;
    top: 0;
    background-color: transparent;
    border: 1px solid #ADADAD;
    color: #000;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0;
    text-align: center;
    content: ' ';
    border-radius: 3px
}

.category-tree-box .btn-block {
    width: 100%;
}

.category-tree-box .input-group label {
    display: block;
}

.category-tree-box .input-with-addon {
    position: relative;
}

.category-tree-box .input-with-addon span.input-addon {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 14px;
    z-index: 5;
}

/*checkout page*/

.checkout-page-content h1 {
    /*font-family: "Segoe UI Regular";*/
    font-weight: 600;
    font-size: 40px;
    color: #01155A;
    line-height: 60px;
}

.checkout-page-content h3 {
    /*font-family: "Segoe UI Regular";*/
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
}

.checkout-page-content .forgot-password a {
    color: #24b9d7;
}

.checkout-page-content .checkout-page-form .form-control-label {
    font-size: 14px;
    font-weight: normal;
}

.checkout-page-content .checkout-page-form input.form-control {
    height: 36px !important;
    line-height: 36px;
}

.checkout-page-content .form-hr-col {
    display: flex;
    justify-content: center;
    height: 100%;
}

.checkout-page-content .form-hr {
    height: 100%;
    min-height: 360px;
    width: 1px;
    background: #ccc;
}

.checkout-step-box {
    width: 100%;
}

.checkout-step-wrapper {
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
}

#checkout-payment-step {
    border-bottom: 1px solid #E9E9E9;
}

.checkout-step-box .box-header {
    position: relative;
    padding-bottom: 20px;
}

.checkout-step-box .box-header .btn-edit {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #1C4AC4;
    border: 1px solid #1C4AC4;
    background: #fff;
    padding: 5px 20px;
}

.checkout-step-box .box-header p {
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.checkout-step-box .box-header h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 60px;
    position: relative;
}

.checkout-step-box .box-header h4 i {
    font-size: 26px;
    position: absolute;
    left: 240px;
    top: 18px;
}

.lang-qc .checkout-step-box .box-header h4 i {
    left: 280px;
}

.checkout-step-box .box-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    background: #1C4AC4;
}

.checkout-step-box .step-number {
    display: inline-block;
    width: 40px;
    text-align: center;
}

.checkout-step-box .checkout-step-content {
    padding: 20px 40px;
}

.checkout-summary {
    background: #ECEEF3;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 20px;
}

.checkout-summary h4 {
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
}

.checkout-summary .card-block {
    padding: 0;
}

.checkout-summary .card-block .cart-summary-line {
    padding: 0;
    margin: 0;
    line-height: 30px;
}

.checkout-summary .cart-summary-line .label, .checkout-summary .cart-summary-line .value {
    font-size: 14px;
    font-weight: 600;
}

.checkout-summary .cart-summary-line .label.c-DA0000, .checkout-summary .cart-summary-line .value.c-DA0000 {
    color: #DA0000;
}

#order-detail .cart-item .product-price, .regular-price {
    text-decoration: line-through;
}

.checkout-summary .promo-code {
    padding: 0;
}

.checkout-summary .promo-code h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.checkout-summary .input-group {
    width: 100%;
}

.checkout-summary .input-group input.form-control {
    height: 36px !important;
    line-height: 36px;
}

.checkout-summary .input-group .btn {
    line-height: 20px;
}

.checkout-summary .card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 10px 0 0 0;
}

.checkout-step-content h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

.checkout-page-form .btn-link {
    padding: 5px 0;
    color: #1C4AC4;
    text-decoration: underline;
}

.checkout-page-form .btn-edit {
    color: #1C4AC4;
    border: 1px solid #1C4AC4;
    background: #fff;
    padding: 5px 30px;
}

.checkout-page-form .btn-edit.btn-with-primary {
    padding: 7px 30px;
    font-size: 16px;
    font-weight: 700;
}

.checkout-page-form .btn-add {
    color: #1C4AC4;
    border: none;
    background: #fff;
    padding: 0;
    font-weight: bolder;
    line-height: 36px;
    font-size: 16px;
}

.form-group input[type=checkbox] {
    width: 15px;
    height: 15px;
}

.checkout-step-content .address-item {
    line-height: 24px;
    position: relative;
    padding: 10px 0;
}

.checkout-step-content .address-item .radio-and-name {
    font-weight: bolder;
    position: relative;
    padding-left: 20px;
}

.checkout-step-content .address-item .radio-and-name .form-radio {
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
}

.checkout-step-content .address-item .address-info {
    padding-left: 20px;
}

.checkout-step-content .address-item:has(input[type="radio"]:checked)::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: calc(100% + 50px);
    height: 100%;
    background: #E6F1FC;
}

.checkout-step-content .modal .js-address-form {
    max-width: 80vw;
}

.checkout-step-content p {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.pickup-location-list {
    width: 80vw;
    max-width: 600px;
    max-height: 70vh;
    height: auto;
    overflow-y: scroll;
}

#pickup-location .modal-body.pickup-location-list {
    padding-bottom: 0px;
}

#pickup-location .modal-footer {
    padding: 10px 20px;
}

#accordionPickup.modal-body {
    padding: 20px;
}

#accordionPickup .card {
    border: none;
}

#accordionPickup .card .card-header {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

#accordionPickup .card .card-header .btn {
    width: 100%;
    text-align: left;
    color: #fff;
    background: #1C4AC4;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 20px;
    position: relative;
    font-weight: bolder;
}

#accordionPickup .card .card-header i {
    color: #fff;
    position: absolute;
    top: 11px;
    right: 20px;
}

#accordionPickup .collapsed .fa-minus {
    display: none;
}

#accordionPickup .btn .fa-plus {
    display: none;
}

#accordionPickup .btn.collapsed .fa-plus {
    display: block;
}

#accordionPickup .pickup-location-item {
    margin: 20px 0;
}

#accordionPickup .pickup-location-item .name {
    font-size: 16px;
    line-height: 24px;
    color: #1C4AC4;
    font-weight: bolder;
}

#accordionPickup .pickup-location-item .btn-pickup {
    color: #1C4AC4;
    border: 1px solid #1C4AC4;
    background: #fff;
    padding: 5px 10px;
    font-weight: 600;
}

#accordionPickup .pickup-location-item address {
    margin-top: 10px;
}

#accordionPickup .pickup-location-item .open {
    color: #1C4AC4;
}

.checkout-step-content .shipping-item {
    line-height: 30px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.checkout-step-content .shipping-item .row {
    flex-grow: 1;
}

.checkout-step-content .shipping-item:has(input[type="radio"]:checked) {
    color: #1C4AC4;
}

.shipping-title {
    position: relative;
    padding-left: 30px;
}

.shipping-title .form-radio {
    position: absolute;
    top: 8px;
    left: 15px;
}

.checkout-step-content .payment-type {
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bolder;
}

.checkout-step-content .payment-type .image img {
    /*width: 70px;*/
    min-width: 70px;
    max-width: 90%;
}

.checkout-step-content input[type="radio"] {
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.checkout-step-content .credit-cards-box {
    padding: 0 20px;
}

.checkout-step-content .credit-cards-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    position: relative;
}

.checkout-step-content .credit-cards-item .credit-card {
    margin: 0 20px;
}

.checkout-step-content .credit-cards-item.credit-card-checked:before {
    content: "";
    position: absolute;
    left: -60px;
    top: 0;
    width: calc(100% + 120px);
    height: 100%;
    background: #E6F1FC;
    z-index: 0;
}

.checkout-step-content .credit-cards-item.credit-card-checked div {
    z-index: 1;
}

.checkout-step-content .field-cvv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 20px 0;
}

.checkout-step-content .field-cvv label {
    font-size: 16px;
    font-weight: bolder;
    padding: 0 10px 0 0;
    margin: 0;
}

.checkout-step-content .field-cvv input {
    width: 240px;
}

.checkout-step-content .field-cvv .info {
    position: absolute;
    top: 10px;
    left: 270px;
}

@media (max-width: 440px) {
    .checkout-credit-cards .field-cvv .info {
        left: unset;
        right: 10px;
    }
}

.checkout-step-content .billing-address {
    font-size: 16px;
    margin: 20px 0;
}

.checkout-step-content .billing-address span {
    font-weight: bolder;
    color: #1C4AC4;
}

.checkout-step-content .credit-card-plan {
    width: 100%;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #D4D2D5;
    position: relative;
    margin-bottom: 20px;
}

.checkout-step-content .credit-card-plan .plan-type {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    background: #AEAEAE;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
    padding: 4px 0;
}

.checkout-step-content .credit-card-plan.plan-checked .plan-type {
    background: #1C4AC4;
}

.checkout-step-content .credit-card-plan .plan-info {
    height: 68px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 24px;
    cursor: pointer;
}

.checkout-step-content .credit-card-plan.plan-checked .plan-info {
    background: #E4EEFF;
    border-radius: 3px;
}

.checkout-step-content .credit-card-plan .plan-info .divide {
    margin: 0 10px;
    padding-top: 5px;
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #CECED0;
}

.checkout-step-content .credit-card-plan .plan-desc {
    padding: 20px;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
}

.checkout-step-content .credit-card-plan.plan-checked .plan-desc {
    display: flex;
}

.checkout-step-content .credit-card-plan .plan-desc input {
    margin-top: 5px;
    margin-right: 10px;
}

.checkout-credit-cards a {
    color: #1C4AC4;
}

.checkout-step-content .credit-card-more img {
    width: 120px;
}

.checkout-step-content .credit-card-more a {
    color: #1C4AC4;
    text-decoration: underline;
}

.checkout-step-content #guest-first_name_div {
    margin-bottom: 10px;
}

.checkout-step-content #guest-first_name_div input {
    max-width: 200px;
}

.checkout-step-content .field-flexiti-card-desc {
    margin-top: 10px;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
}

.checkout-summary-products .product-item {
    margin: 10px 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.checkout-summary-products .product-item picture img {
    width: 50px;
}

.checkout-summary-products .product-item .info {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    flex-grow: 1;
}

.checkout-summary-products .product-item .info.no-picture {
    padding-left: 50px;
}

.checkout-summary-products .product-item .info a {
    color: #000000;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-summary-products .product-item .info .code {
    font-size: 12px;
    color: #666666;
}

.checkout-summary-products .product-item .info .quantity {
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    color: #000;
}

.checkout-summary-products .product-item .info .tech-care img {
    width: 30px;
    display: inline-block;
}

.checkout-summary-products .product-item .price {
    color: #000000;
    font-weight: 600;
}

.checkout-summary-products .product-item .price .price-promo {
    color: #666666;
    text-decoration: line-through;
    font-size: 12px;
}

.checkout-summary .payment-method {
    display: flex;
    align-items: flex-start;
}

.checkout-summary .payment-method .moneris {
    max-width: 200px;
    width: 100%;
}

.checkout-summary .payment-method .flexiti {
    width: 50px;
    margin-right: 20px;
}

.checkout-summary .payment-method .info p {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0;
}

.checkout-summary .payment-method .info address {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.checkout-success {
    width: 100%;
}

.checkout-success a {
    color: #1C4AC4 !important;
}

.checkout-success p {
    padding: 0;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.checkout-success .success-header {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.checkout-success .success-header .fa-circle-check {
    font-size: 50px;
    color: #1E753E;
    font-weight: normal;
    margin-right: 20px;
}

.checkout-success .success-header .success-info {
    flex-grow: 1;
    padding-right: 70px;
}

.checkout-success .success-header .success-info h2 {
    font-size: 22px;
    line-height: 36px;
    font-weight: bolder;
    text-transform: none;
}

.checkout-success .success-header .print {
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 16px;
    color: #1C4AC4;
    font-weight: 600;
    width: 70px;
    cursor: pointer;
}

.checkout-success .success-header .print .fa-print {
    font-size: 20px;
    margin-right: 5px;
}

.checkout-success .success-body {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #E9E9E9;
    padding: 20px;
}

.checkout-success .success-body p {
    padding-left: 26px;
}

.checkout-success .success-body .info-with-icon {
    position: relative;
    margin-bottom: 10px;
    font-weight: bolder;
}

.checkout-success .success-body .info-with-icon span {
    font-weight: normal;
}

.checkout-success .success-body .info-with-icon i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

.checkout-success .success-body .info-with-icon .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
}

.checkout-step-unreachable .checkout-step-box .box-header {
    padding-bottom: 0;
    cursor: not-allowed;
    opacity: .5;
}

.checkout-step-unreachable .checkout-step-box .box-header .btn-edit {
    display: none;
}

.checkout-step-unreachable .checkout-step-box .box-header p {
    display: none;
}

.checkout-step-unreachable .checkout-step-box .box-header .fa-check {
    display: none;
}

.checkout-step-header-box, .checkout-step-content-box, .checkout-step-current .checkout-step-header-box, .checkout-step-current.checkout-step-complete .checkout-step-header-box {
    display: none;
}

.checkout-step-complete .checkout-step-header-box, .checkout-step-unreachable .checkout-step-header-box {
    display: block;
}

.checkout-step-current .checkout-step-content-box {
    display: block;
}

#checkout-delivery-step.checkout-step-unreachable {
    display: none;
}

#checkout-delivery-step #js-delivery {
    display: none;
}

#checkout-login {
    max-width: 1000px;
    margin: 60px auto;
}

@media (max-width: 992px) {
    #ch-frm-customer-credit-card-cvd {
        flex-flow: row wrap;
    }

    #ch-customer-credit-card-cvd {
        flex: 0 0 80%;
    }

    #cvd_warning {
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .lang-qc .checkout-step-box .box-header h4 i {
        left: 220px;
    }

    body#checkout #header .header-nav {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .account-page-content #ae-btn-get-verification-code {
        font-size: 12px;
        padding: 5px;
    }

    .account-page-mobile-show {
        display: block !important;
    }

    .account-page-pc-show {
        display: none !important;
    }

    .checkout-page-content .form-hr-col {
        display: none;
    }

    #checkout-login {
        margin-top: 0;
    }

    .checkout-page-content h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .checkout-page-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .checkout-page-content .checkout-page-form .form-control-label {
        font-weight: 600;
    }

    .checkout-step-box .checkout-step-content {
        padding: 10px;
    }

    .checkout-step-box .box-title {
        font-size: 16px;
    }

    .checkout-step-box .box-header h4 {
        font-size: 16px;
    }

    .checkout-step-box .box-header h4 i {
        font-size: 20px;
        left: 190px;
    }

    .checkout-step-box .step-number {
        width: 30px;
    }

    .checkout-summary {
        padding: 10px;
    }

    .checkout-summary h4 {
        font-size: 16px;
    }

    .checkout-step-box .box-header .btn-edit {
        right: 10px;
    }

    .checkout-step-box .box-header p {
        padding-left: 30px;
        font-weight: 400;
    }

    .pickup-location-list {
        width: 90vw;
        height: 50vh;
    }

    .checkout-step-content .step-content-pl {
        padding-left: 20px !important;
    }

    .checkout-step-content .step-content-pl-pr {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .checkout-step-content p {
        line-height: 18px;
    }

    .checkout-step-content .address-item:has(input[type="radio"]:checked)::before {
        left: 5px;
        width: calc(100% - 10px);
    }

    .shipping-title {
        line-height: 24px;
    }

    .shipping-title .form-radio {
        top: 5px;
    }

    .shipping-desc {
        padding-left: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .checkout-step-content .checkout-credit-cards .payment-type {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .checkout-step-content #payment-option-1-container .payment-type {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .checkout-step-content .credit-cards-item.credit-card-checked:before {
        left: -30px;
        width: calc(100% + 60px);
    }

    .checkout-step-content .payment-type .image {
        padding: 10px 0 0 20px;
    }

    .checkout-credit-cards .credit-cards-box {
        padding: 0 5px;
    }

    .checkout-credit-cards .credit-cards-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px 0;
        height: 70px;
    }

    .checkout-credit-cards .credit-cards-item .radio-and-name .form-radio {
        vertical-align: middle;
    }

    .checkout-credit-cards .credit-cards-item .expires {
        padding-left: 20px;
    }

    .checkout-credit-cards .credit-cards-item.credit-card-checked:before {
        left: -35px;
        width: calc(100% + 50px);
    }

    .checkout-credit-cards .credit-card-plan .plan-desc {
        padding: 10px;
    }

    .checkout-success .success-header {
        margin-top: 20px;
    }

    .checkout-success .success-header .fa-circle-check {
        font-size: 40px;
        margin-right: 10px;
    }

    .checkout-success .success-header .success-info h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .checkout-success .success-header .print {
        top: -10px;
    }

    .checkout-success .success-header .success-info p {
        margin-left: -50px;
        margin-right: -70px;
    }
}

/*product list page*/
.product-list-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #F0F2F5;
    align-items: center;
    margin-bottom: 10px;
}

#products .product-list-top .results {
    color: #333333;
}

.product-list-sort-order .sort-by {
    display: inline-block;
    padding-left: 10px;
    color: #333333;
}

.product-list-sort-order .sort-order {
    display: inline-block;
    padding-left: 10px;
}

.product-list-sort-order .sort-order .btn {
    background: #fff;
    border: 1px solid #767676;
    padding: 0px 10px;
    vertical-align: baseline;
    color: #333333;
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    overflow: hidden;
}

.product-list-sort-order .sort-order .dropdown-menu {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    width: auto;
}

.product-list-sort-order .sort-order .dropdown-item.active, .product-list-sort-order .sort-order .dropdown-item.active:focus, .product-list-sort-order .sort-order .dropdown-item.active:hover {
    color: #1B4AC5;
    background: #fff;
}

.product-list-sort-order .product-view {
    display: inline-block;
    margin: 10px 10px;
    background: #6C757D;
    color: #fff;
    padding: 2px 4px;
}

#js-product-list .product-list {
    justify-content: flex-start;
}

#js-product-list .product-list > .product {
    position: relative;
}

#js-product-list .product-list > .product.list-view .product-miniature {
    padding-right: 180px;
    display: block;
}

#js-product-list .product-list > .product.list-view .product-miniature .add-to-cart-container {
    width: 200px;
    right: 15px;
    top: 0;
}

#js-product-list .product-list > .product.list-view .product-miniature .add-to-cart-container .btn {
    width: 100%;
}

#js-product-list .product-list > .product.list-view .product-miniature .thumbnail-container {
    display: flex;
    flex-direction: row;
}

#js-product-list .product-list > .product.list-view .product-miniature .thumbnail-top {
    width: 200px;
    height: 200px;
    flex: 0 0 220px;
}

#js-product-list .product-miniature .thumbnail-top .mfg_logo {
    position: absolute;
    max-width: 100px;
    height: 20px;
    top: 40%;
    left: 0;
    z-index: 1;
}

#js-product-list .product-miniature .thumbnail-top .rtx_logo {
    position: absolute;
    max-width: 100px;
    height: 20px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#js-product-list .product-list .product-miniature .thumbnail-container {
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

#js-product-list .product-list .product-miniature .product-description {
    height: auto;
    padding: 5px;
    margin-bottom: 45px;
}

@media screen and (max-width: 420px) {
    #js-product-list .product-list .product-miniature .product-description {
        margin-bottom: 80px;
    }
}

#js-product-list .product-list .product-miniature .add-to-cart-container {
    width: 100%;
    position: absolute;
    bottom: 10px;
}

#js-product-list .product-list .product-miniature .product-title {
    max-height: 60px;
    overflow: hidden;
    height: auto;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

#js-product-list .load-more {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

#js-product-list .product-list .product-miniature .product-title a {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

#js-product-list .product-list .product-miniature .thumbnail-container .product-thumbnail {
    height: auto;
}

#js-product-list .product-list .product-miniature .thumbnail-container .product-thumbnail picture {
    display: flex;
    overflow: hidden;
    height: 180px;
}

#js-product-list .product-list .product-miniature .no-sale-price {
    /*font-family: 'Segoe UI Bold';*/
    font-size: 18px;
    color: #232323;
    font-weight: bolder;
}

#js-product-list .product-list .product-miniature .sale-price {
    /*font-family: 'Segoe UI Bold';*/
    font-size: 18px;
    color: #DA0000;
    font-weight: bolder;
}

#js-product-list .product-list .product-miniature .free-shipping {
    /*font-family: 'Segoe UI Bold';*/
    font-weight: bolder;
    font-size: 12px;
    color: #1B4AC5;
    line-height: 20px;
    text-align: left;
    height: 20px;
    text-transform: uppercase;
    font-style: italic;
}

#js-product-list .product-list .product-miniature .newly-added {
    background-color: #1B4AC5;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    height: 16px;
    font-style: italic;
    display: inline-block;
    padding: 0 18px 0 8px;
    text-transform: uppercase;
}

#js-product-list .product-list .product-miniature .review-icon {
    font-size: 12px;
}

#js-product-list .product-list .product-miniature .star-number {
    padding-left: 5px;
    color: #1B4AC5;
}

#js-product-list .product-list .product-miniature .available-tag {
    margin-right: -20px;
    margin-bottom: -10px;
}

#js-product-list .product-list .product-miniature .line-height {
    margin-right: -20px;
}

#js-product-list .product-list .product-miniature .available-tag .pq-hdr-bolder {
    /*color: #118239;*/
    color: #212529;
    font-size: 12px !important;
}

#js-product-list .product-list .product-miniature .available-tag .pq-hdr-bolder i.fa-check {
    font-size: 14px;
}

@media (max-width: 440px) {
    #js-product-list .product-list .product-miniature .available-tag .pq-hdr-bolder {
        font-size: 10px !important;
    }
}

#js-product-list .product-list .product-miniature .available-tag .pq-hdr-bolder b {
    /*font-family: 'Segoe UI Bold';*/
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    word-spacing: -1px;
}

body.lang-qc #js-product-list .product-list .product-miniature .available-tag .pq-hdr-bolder b {
    display: inline-block;
    line-height: 10px;
}

#js-product-list .product-list .add-to-cart-bottom .btn {
    padding: 3px 5px;
    /*font-weight: 500;*/
    /*font-family: 'SF Pro Display Medium';*/
    /*font-family: Arial;*/
    font-weight: 600;
}

body.lang-qc #js-product-list .product-list .add-to-cart-bottom .btn {
    font-size: 14px;
    white-space: break-spaces;
    line-height: 12px;
    padding: 3px 5px;
    min-height: 30px;
}

#js-product-list .product-list .add-to-cart-bottom .btn.invert {
    color: #01155A;
    border: 1px solid #01155A;
}

#js-product-list .product-list .product-save {
    position: absolute;
    left: 10px;
    top: 13px;
    background: #DA0000;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 100;
    min-width: 55px;
}

.product-miniature .crasher-price2 {
    min-width: 55px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#js-product-list .product-list .product-save p {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    font-weight: bolder;
    margin: 0;
}

#js-product-list .review-icon i, #reviews .review-icon i, #my-wishlist-products-list .review-icon i {
    font-size: 12px;
    color: #FFB400;
}

#js-product-list .review-icon i, #reviews .review-icon i {
    margin-right: -3px;
}

#js-product-list .review-icon i.fa-regular.fa-star, #reviews .review-icon i.fa-regular.fa-star, #my-wishlist-products-list .review-icon i.fa-regular.fa-star {
    color: #C6C8C8;
}

#js-product-list .product-miniature .thumbnail-top img {
    padding: 0;
    object-fit: contain;
    height: 100%;
}

#mobile-products-filter {
    color: #333333;
    font-size: 14px;
    padding-right: 10px;
    display: none;
}

#category-tree-items {
    display: none;
}

.category-tree-box h3 i.material-icons {
    display: none;
    position: absolute;
    right: 0;
    top: 3px;
}

#mobile-search-btn {
    display: none;
}

#mobile-products-mask {
    display: none;
}

@media (max-width: 767px) {
    #js-product-list-top {
        padding: 5px 0;
    }

    .shop-category-slider .owl-dots {
        display: none;
    }

    body .shop-category-slider .owl-item img {
        height: 150px;
    }

    #mobile-products-filter {
        display: block;
    }

    #mobile-products-filter img {
        width: 18px;
    }

    #mobile-products-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.3);
        transition: left 0.3s ease-in-out;
        z-index: 9999;
    }

    #left-column:has(.category-tree-box) {
        position: fixed;
        background: #fff;
        top: 0;
        right: 0;
        width: 70vw;
        height: 100vh;
        transition: left 0.3s ease-in-out;
        z-index: 10000;
        overflow-y: scroll;
        overflow-x: hidden;
        display: none;
        padding: 0;
        padding-bottom: 50px;
    }

    #left-column:has(.category-tree-box) #mobile-search-btn {
        position: fixed;
        background: #fff;
        bottom: 0;
        right: 0;
        width: 70vw;
        height: 50px;
        z-index: 10001;
        display: block;
    }

    #left-column:has(.category-tree-box) #mobile-search-btn #mobile-search-reset {
        background: #FFFFFF !important;
        border-color: #1546BE !important;
        color: #1546BE !important;
    }

    #left-column:has(.category-tree-box) #mobile-search-btn #mobile-search-submit {
        background: #1546BE !important;
        border-color: #1546BE !important;
        color: #FFFFFF !important;
    }

    #left-column:has(.category-tree-box) #category-tree-items {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

    #left-column:has(.category-tree-box) #category-tree-items h4 {
        font-size: 14px;
        font-weight: bolder;
    }

    #left-column:has(.category-tree-box) h3 i.collapse-icon {
        display: none;
    }

    #left-column:has(.category-tree-box) h3 i.material-icons {
        display: block;
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 24px;
        font-weight: normal;
        transform: rotate(180deg);
    }

    #left-column:has(.category-tree-box) h3 i.material-icons.collapsed {
        transform: rotate(0deg);
    }

    #left-column:has(.category-tree-box) .category-tree-box {
        border: none;
        padding: 0 0 10px 0;
    }

    #left-column:has(.category-tree-box) .category-tree-box h3 i.collapse-icon {
        right: 20px;
        top: 10px;
    }

    #left-column:has(.category-tree-box) .category-tree-box > h3 {
        border: none;
        padding: 10px;
        border-top: 1px solid #E7E8E9;
    }

    #left-column:has(.category-tree-box) .category-tree-box > ul {
        padding: 0 10px;
    }

    #left-column:has(.category-tree-box) .category-tree-box #prices {
        padding: 0 10px;
    }

    #left-column:has(.category-tree-box) hr {
        display: none;
    }

    #left-column:has(.category-tree-box) #prices form {
        display: none;
    }
}

.best-seller-slider.owl-theme .owl-nav [class*='owl-'] {
    border-radius: 13px;
}

.best-seller-slider.owl-theme .product-desc h3 {
    display: flex;
    align-items: center;
}

body .owl-item .square-img-container img {
    margin: 0;
    padding: 0;
    object-fit: contain;
}

body .owl-carousel .owl-item img {
    margin: 0;
    padding: 0;
    object-fit: contain;
}

body .form-control:focus {
    outline-color: #1c4ac4;
}

body .btn-primary.disabled.focus, body .btn-primary.disabled:focus, body .btn-primary:disabled.focus, body .btn-primary:disabled:focus {
    background-color: #8da4e2;
}

body .btn-primary.disabled:hover, body .btn-primary:disabled:hover, body .btn-primary:disabled {
    background-color: #8da4e2;
}

body .faceted-overlay {
    z-index: 9999;
}

body#checkout .additional-information {
    margin: 0 !important;
}

body#checkout #header .header-nav .logo, body#authentication #header .header-nav .logo {
    width: 190px;
    height: 50px;
    object-fit: contain;
}

body#checkout.lang-qc #header .header-nav .logo, body#authentication.lang-qc #header .header-nav .logo {
    width: 170px;
    height: 50px;
    object-fit: contain;
}

body#checkout #header .header-nav, body#authentication #header .header-nav {
    padding: 10px 0 !important;
}

/* print */
@media print {
    #order-confirmation #header, #order-confirmation #footer {
        display: none;
    }

    .no-print {
        display: none;
    }

    .checkout-success .success-header .success-info h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .checkout-success .success-header .success-info p {
        margin: 0;
    }
}

/* bundle */
body#bundle .bundle-only-pc {
    display: block;
}

body#bundle .bundle-only-mobile {
    display: none;
}

/* body#bundle #left-column {
    padding-top: 60px;
} */

@media (max-width: 992px) {
    body#bundle .bundle-only-pc {
        display: none;
    }

    body#bundle .bundle-only-mobile {
        display: block;
    }

    body#bundle section#main > h2 {
        margin: 10px 0 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
    }
}

#main .page-content #notifications .notifications-container {
    width: auto;
    min-width: auto;
}

body .bbb_viewed_slider_container a picture {
    width: 100%;
    height: 100px;
    min-height: unset;
}

body .bbb_viewed_slider_container .owl-carousel .owl-item img {
    height: 100%;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.category-tree-box #categories ul li {
    position: relative;
}

.category-tree-box #categories > li > ul > li {
    padding-left: 0px;
    /*padding-left: 10px;*/
    padding-right: 15px;
    margin-bottom: 3px;
}

.category-tree-box #categories.cate-cables > li > ul > li {
    padding-left: 10px;
}

.category-tree-box #categories > li > ul > li > .pl-2 {
    width: calc(100% + 15px);
}

.category-tree-box #categories ul li a {
    /*line-height: 24px;*/
}

.category-tree-box #categories ul li .navbar-toggler {
    position: absolute;
    top: 4px;
    right: 2px;
}

body .bbb_viewed_slider_container a picture {
    position: relative;
}

#categories .cat-li-724:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #ff6900;
}

.shop-by-category-724 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-724-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-724 picture img {
    opacity: 0;
}

#categories .cat-li-707:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #ff9d6e;
}

.shop-by-category-707 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-707-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-707 picture img {
    opacity: 0;
}

#categories .cat-li-711:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #ffe900;
}

.shop-by-category-711 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-711-big.png') no-repeat center center;
    background-size: cover;
}

#categories .cat-li-772:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #e10600;
}

.shop-by-category-772 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-772-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-711 picture img {
    opacity: 0;
}

#categories .cat-li-767:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #789d4a;
}

.shop-by-category-767 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-767-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-767 picture img {
    opacity: 0;
}

#categories .cat-li-779:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #c4d600;
}

.shop-by-category-779 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-779-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-779 picture img {
    opacity: 0;
}

#categories .cat-li-793:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #7566a0;
}

.shop-by-category-793 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-793-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-793 picture img {
    opacity: 0;
}

#categories .cat-li-802:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #7566a0;
}

.shop-by-category-802 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-802-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-802 picture img {
    opacity: 0;
}

#categories .cat-li-755:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #426da9;
}

.shop-by-category-755 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-755-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-755 picture img {
    opacity: 0;
}

#categories .cat-li-740:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #92c1e9;
}

.shop-by-category-740 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-740-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-740 picture img {
    opacity: 0;
}

#categories .cat-li-698:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #f277c6;
}

.shop-by-category-698 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-698-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-698 picture img {
    opacity: 0;
}

#categories .cat-li-704:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 15px;
    background: #c800a1;
}

.shop-by-category-704 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-704-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-704 picture img {
    opacity: 0;
}

.shop-by-category-808 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-808-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-808 picture img {
    opacity: 0;
}

.shop-by-category-745 .picture-cover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url('/img/category-745-big.png') no-repeat center center;
    background-size: cover;
}

.shop-by-category-745 picture img {
    opacity: 0;
}

body #wrapper.side_menu_0 #left-column, body #wrapper.side_menu_0 #js-product-list-top {
    display: none !important;
}

body #wrapper.side_menu_0 #content-wrapper {
    width: 100% !important;
}

.cc-modal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

body .modal.cc-modal-popup .modal-content {
    border-radius: 8px;
}

body .modal.cc-modal-popup .modal-header {
    padding: 10px 15px;
    background: #F0F2F1;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

body .modal.cc-modal-popup .modal-header {
    font-size: 16px;
    font-weight: 900;
    /*font-family: 'Segoe UI Bold';*/
}

body .modal.cc-modal-popup .modal-header .close {
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 1;
    font-size: 24px;
}

body .modal.cc-modal-popup .modal-body {
    font-size: 16px;
}

body .modal.cc-modal-popup .modal-footer {
    border-top: none;
}

body .modal.cc-modal-popup .modal-footer .btn.btn-secondary {
    background: #01155A;
    padding: 5px 30px;
    text-transform: none;
    font-size: 14px;
    color: #fff;
}

body .modal.cc-modal-popup .modal-footer .btn.btn-secondary:hover {
    background-color: var(--defulat-color);
    color: #fff;
}

.faceted-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(25, 25, 25, 0.5);
    z-index: 9999;
}

#content-wrapper {
    position: relative;
}

.content-overlay, .content-loading {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(25, 25, 25, 0.5);
    z-index: 1001;
}

.content-loading {
    position: relative;
    height: 40px;
    background-color: transparent;
}

.filter-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1001;
    cursor: wait;
}

.content-overlay .overlay__inner {
    margin-top: 100px;
    left: 0;
    top: 42vh;
    width: 100%;
    height: 100px;
    position: sticky;
}

.content-loading .overlay__inner {
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    position: sticky;
}

.faceted-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.faceted-overlay .overlay__content, .content-overlay .overlay__content, .content-loading .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes loadingSpin {
    100% {
        transform: rotate(360deg)
    }
}

.faceted-overlay .spinner, .content-overlay .spinner, .content-loading .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: loadingSpin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

.content-loading .spinner {
    width: 25px;
    height: 25px;
    border-color: rgba(255, 255, 255, 0.3);
    border-top-color: rgba(25, 25, 25, 0.7);
}

.form-group-checkbox-text {
    display: inline-block;
    line-height: 12px;
    vertical-align: text-top;
    padding-left: 5px;
}

.btn-max-width-200 {
    max-width: 200px !important;
}

#content .content-title {
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    font-size: 25px !important;
    color: #005495 !important;
    text-transform: uppercase !important;
}

.cc-password-area .password-requirements .material-icons {
    font-size: 1.2rem;
}

.cc-password-area .form-control-comment .material-icons {
    font-size: 1.2rem;
}

.cc-password-area .password-strength-tip {
    color: #333333;
}

.cc-password-area .cc-password-strength-feedback, .cc-password-area .cc-password-not-strong-more {
    display: none;
}

.cc-password-area .password-visibility {
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 8px;
    display: none;
}