/**
 * ######################################################
 *
 *                    COMMON STYLES
 *
 * ######################################################
 **/
/*body:not(#product), body:not(#product) main*/
body#my-account, body#my-account main,
body#identity, body#identity main,
body#addresses, body#addresses main,
body#history, body#history main,
body#order-slip, body#order-slip main,
body#discount, body#discount main,
body#module-ps_emailalerts-account, body#module-ps_emailalerts-account main,
body#module-iservicesapps_security_plus-devices, body#module-iservicesapps_security_plus-devices main,
body#module-iservicesapps_iservices_menu-favorites, body#module-iservicesapps_iservices_menu-favorites main
{
    background: #F6F6F6;
}
.arrow.left{
    transform: rotate(180deg);
}


.is-products-slider{
    position: relative;
    padding-bottom: 48px;
    display: flex;
}
.is-products-slider .slide_arrow{
    position: absolute;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 10.286px;
    justify-content: center;
    align-items: center;
    border-radius: 127.286px;
    background: #333;
    color: white;
}
.is-products-slider .slide_arrow.slick-disabled{
    opacity: 0.6;
}
.is-products-slider .slide_arrow:not(.slick-disabled):hover{
    background: #252424;
}
.is-products-slider .slide_arrow.prev{
    bottom: 0;
    right: 56px;
}
.is-products-slider .slide_arrow.next{
    bottom: 0;
    right: 8px;
}

@media (max-width: 575px) {
    .hidden-xs { display: none; }

    .is-products-slider .slide_arrow.prev{
        right: 0;
        left: calc(50% - 36px - 8px);
    }
    .is-products-slider .slide_arrow.next{
        right: calc(50% - 36px - 8px);
    }

}

.without-data-section{
    max-width: 597px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
.without-data-section img{
    width: 164px;
    height: 164px;
    object-fit: contain;
    margin-top: 24px;
    margin-bottom: 64px;
}
.without-data-section h4{
    color: #333;
    text-align: center;
    font-family: "Work Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 16px;
}
.without-data-section p{
    color: #333;

    text-align: center;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.without-data-section .btn.btn-primary{
    display: flex;
    margin-top: 32px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #FF9015;
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: unset;
    text-transform: uppercase;
}
.without-data-section>.btn.btn-primary:hover{
    background: #db7a0d;
}


.without-data-section.side-view{
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: row;
    padding: 32px 24px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    background: #FCFCFC;
}
.without-data-section.side-view>div{
    width: 100%;
}
.without-data-section.side-view img{
    margin: 0;
    width: 84px;
    height: 84px;
}
.without-data-section.side-view h4,
.without-data-section.side-view p{
    text-align: left;
}
.without-data-section.side-view h4{
    font-size: 24px;
    margin-bottom: 8px;
}
.without-data-section.side-view p{
    font-size: 16px;
}
.without-data-section.side-view a{
    margin: 0 !important;
}

@media ((max-width: 1280px) and (min-width: 992px)) or (max-width: 876px){
    .without-data-section.side-view{
        flex-direction: column;
    }
    .without-data-section.side-view h4,
    .without-data-section.side-view p{
        text-align: center;
    }
}

/**
 * ######################################################
 *
 *                  CHECKOUT STYLES
 *
 * ######################################################
 **/
.address-item {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 16px !important;
    border: 1px solid #33333380 !important;
    background: #FFF !important;
    box-shadow: 0px 1px 4px 0px #0c0c0d1a, 0px 1px 4px 0px #0c0c0d0d !important;
}
.address-item[data-link-action="add-address"],
.address-item.add-address{
    border: 1px solid rgba(51, 51, 51, 0.50) !important;
    background: #EBEBEB !important;
    color: #333;
    text-align: center;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-item[data-link-action="add-address"]:hover,
.address-item.add-address:hover{
    background: #e1e1e1 !important;
}

.address-item .h4{
    width: 100%;
}
.address-item .address-body,
.address-item .radio-block{
    padding: 0 !important;
    color: #333;
    font-family: "Work Sans";
    font-style: normal;
    width: 100%;
}
.address-item .address-body h4,
.address-item .radio-block .address-alias.h4{
    width: 100%;
    padding: 0;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: normal;
}
.address-item .address-body address,
.address-item .radio-block .address{
    padding: 0;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 19.8px; /* 123.75% */
    margin-left: 0 !important;
}

.address-item .address-footer{
    border: 0 !important;
    padding: 0 !important;
    display: flex !important;
    width: 100%;
    gap: 8px;
}
.address-item .address-footer a>i{
    margin-right: 8px;
}
.address-item .address-footer a[data-link-action="edit-address"]{
    display: flex !important;
    padding: 12px;
    justify-content: center;
    align-items: center;
    /*gap: 8px;*/
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid  #152640;
    background: #152640;
    color: white !important;
    width: 100%;
    margin: 0 !important;
}
.address-item .address-footer a[data-link-action="edit-address"]:hover{
    background: #0e1b2d;
    color: white !important;
}

.address-item .address-footer a[data-link-action="delete-address"]{
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: #E9E9E9;
    color: #333333;
    margin-right: 0;
}
.address-item .address-footer a[data-link-action="delete-address"]:hover{
    background: #dddddd;
    color: #333333;
}

.address-item .address-footer a[data-link-action="delete-address"]>i{
    font-size: 24px !important;
    margin: 0;
}
.address-item .address-footer a[data-link-action="delete-address"]>span{
    display: none;
}

/* Checkout selected address*/
body#checkout section.checkout-step .custom-radio{
    display: none;
}
/*body#checkout section.checkout-step .address-item.selected{
    border-color: #ff9000 !important;
}*/

/**
 * ######################################################
 *
 *              PRODUCTS LISTS STYLES
 *
 * ######################################################
 **/
.thumbnail-container{
    border: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px #E5E5E5;
    overflow: hidden;
    /*display: flex;
    height: 455px;
    padding: 32px 0px;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    align-self: stretch;*/
}
.owl-carousel .owl-item .thumbnail-container {
    border: unset;
    border-radius: unset;
    box-shadow: unset;
}

/*.products.row*/ .product-title{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 16px;
}

.products.row.grid .cat-desc {
    display: none;
}
.products.row.list{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media(min-width: 576px){
    .products.row.list .thumbnail-container>.row{
        display: flex;
        align-items: center;
    }

    .products.row.list .right-block {
        display: flex;
        flex-direction: column;
        align-items: start;
        font-family: "Work Sans";
        font-style: normal;
        line-height: normal;
    }
    .products.row.list .right-block .product-title{
        order: 1;
    }
    .products.row.list .right-block .cat-name{
        order: 2;
    }
    .products.row.list .right-block .cat-desc{
        order: 3;
        color: #4D4D4D;
        font-size: 12px;
        font-weight: 300;
        align-self: stretch;
        line-height: normal;
        margin: 0;
    }
    .products.row.list .right-block .product-price-and-shipping{
        order: 4;
    }
}


/**
 * ######################################################
 *
 *                   MYACCOUNT STYLES
 *
 * ######################################################
 **/
.my-account-container{
    width: 100%;
    display: flex;
    flex-direction: row;

    align-items: start;
}

.my-account-side-menu { display: none !important; }
@media (min-width: 992px) {
    .my-account-container{
        gap: 24px;
    }

    .my-account-side-menu {
        width: 280px !important;
        max-width: 280px;
        display: flex !important;
        flex-direction: column;
        gap: 16px;

        float:left;
        height:100%;
    }

    .my-account-block,
    #my-account .my-account-side-menu ~ div{
        width: calc(100% - 280px  - 16px) !important;
    }
    /*.my-account-side-menu  ~ .my-account-block{
        margin-left: calc(280px + 24px);
    }

    .my-account-container::after{
        content: "";
        display: table;
        clear: both;
    }*/
}

.my-account-side-menu .side-menu-user-identification{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: calc(43px - 16px);
}
.my-account-side-menu .side-menu-user-identification img{
    width: 64px;
    height: 64px;
}
.my-account-side-menu .side-menu-user-identification span{
    width: 100%;
    color: #333;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.my-account-side-menu .side-menu-user-identification span > b {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.my-account-side-menu > a{
    display: flex !important;
    padding: 16px 8px !important;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 8px 8px 0px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    float: unset;
    width: 100%;
    
    text-transform: initial !important;
    text-align: left !important;

    color: #333 !important;
    font-family: "Work Sans";
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;

    /*padding-right: calc(8px + 8px + 8px);*/
}
.my-account-side-menu > a:not(.sign-out):after{
    font-family: "font awesome 5 free" !important;
    /*content: "\f054" !important;*/
    content: "\f105" !important;
    color: #33333333;
    font-size: 24px;
    display: inline;
    margin-right: 8px;
    font-weight: 600;
    /*font-weight: 600;
    margin-left: 5px;
    margin-top: 5px;
    display: inline;
    vertical-align: middle;*/
}
.my-account-side-menu > a:not(.sign-out):hover{
    background: #e8e8e8;
    cursor: pointer !important;
    color: #333 !important;
}

@media (min-width: 992px) {
    .my-account-side-menu > a.sign-out{
        background: transparent;
        box-shadow: unset;
        margin-top: 16px;
    }
    .my-account-side-menu > a.sign-out:hover{
        text-decoration: underline;
    }
}


.my-account-side-menu > a.current{
    background: #152640;
    color: white !important;
}
.my-account-side-menu > a.current:not(.sign-out):after{
    color: white;
}
.my-account-side-menu > a.current:hover{
    background: #0f1d31;
    color: white !important;
}


.my-account-side-menu > a:focus{
    text-decoration: none;
}
.my-account-side-menu > a span.link-item{
    display: unset !important;
    height: auto !important;
    box-shadow: unset !important;
    background: transparent !important;
    padding: 0 !important;
}
.my-account-side-menu > a i{
    display: unset !important;
    font-size: unset !important;
    width: auto !important;
    color: unset !important;
    padding-bottom: 0 !important;
}

.my-account-block{
    width: 100%;
    /* display: flex; */
    padding: 24px 24px 48px 24px !important;
    /*flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;*/
    border-radius: 8px !important;
    background: #FFF !important;
    box-shadow: none !important;
}
.my-account-block .page-title-header>h2{
    color: #333;
    font-family: "Work Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.my-account-block table{
    border-radius: 8px;
    box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.10), 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
    overflow: hidden;
    border: 0;
}
.my-account-block table th,
.my-account-block table td{
    /*display: flex;*/
    padding: 16px 0;
    /*justify-content: space-between;
    align-items: center;
    align-self: stretch;*/
    color: #333;
    font-family: "Work Sans";
    font-style: normal;
    line-height: normal;
    border: 0 !important;
}
.my-account-block table thead tr> th:first-child,
.my-account-block table tbody tr> td:first-child,
.my-account-block table tbody tr> th:first-child{
    padding-left: 24px;
}
.my-account-block table thead tr> th:last-child,
.my-account-block table tbody tr> td:last-child,
.my-account-block table tbody tr> th:last-child{
    padding-right: 24px;
}
.my-account-block table thead tr > th{
    background: #EEE;
    font-size: 20px;
    font-weight: 600;
}
.my-account-block table tbody tr > td,
.my-account-block table tbody tr > th{
    background: #FCFCFC;
    font-size: 16px;
    font-weight: 400;
}
.my-account-block table tbody tr:not(:last-child) > td{
    border-bottom: 1px solid rgba(204, 204, 204, 0.30) !important;
}


.back-my-account-a, .back-my-account-a:hover{
    color: #FF9015;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.back-my-account-a:hover{
    color: #db7a0d;
}
.back-my-account-a .arrow{
    width: 24px;
    /*height: 0px;
    stroke-width: 1.5px;
    stroke: #333;*/
    margin-right: 8px;
    margin-top: -3px;
    filter: brightness(0) opacity(0.7);
}

.my-account-block .page-title-header{
    margin-top: 32px;
    margin-bottom: 24px;
    display: flex ;
    justify-content: space-between;
    gap: 10px;
}


/* side menu on my-account mobile*/
#my-account .my-account-container .my-account-side-menu{
    display: flex !important;
    gap: 16px;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    #my-account .my-account-container{
        flex-direction: column;
    }
    #my-account .my-account-side-menu > a{
        width: calc(50% - 16px);
        padding: 32px !important;

        justify-content: center;
        align-items: center;
        border-radius: 8px;
        text-align: center !important;
    }
    #my-account .my-account-side-menu > a::after{
        content: "" !important;
    }
}
@media (max-width: 556px) {
    #my-account .my-account-side-menu > a{
        width: 100%;
    }
}

.my-account-section{
    margin-bottom: 48px;
}
.my-account-section-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.my-account-section-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.my-account-section-title img{
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.my-account-section-title span{
    width: 100%;
    color: #333;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.my-account-section-header>a{
    border-radius: 8px;
    background: #152640;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: right;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.my-account-section-header>a:hover{
    cursor: pointer;
    background: #0f1c2f;
}
.my-account-section-header>a .arrow{
    filter: brightness(0) invert(1);
    height: 12px;
}


@media (max-width: 556px) {
    .my-account-section-title span{
        font-size: 16px;
    }
    .my-account-section-header>a{
        font-size: 11.409px;
    }
    .my-account-section-title img{
        width: 32px;
        height: 32px;
    }
}


/* Order styles*/
.orders-list{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.order-div{
    border-radius: 8px;
    overflow: hidden;
}
.order-div .order-body{
    display: flex;
    flex-direction: row;
    padding: 32px 24px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background: #FCFCFC;
}
.order-div .order-body ul{
    margin: 0;
    width: 100%;
}
.order-div .order-body ul:last-child{
    text-align: right;
}
.order-div .order-body ul>li{
    color: #333;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.order-div .order-body ul>li:not(:last-child){
    margin-bottom: 16px;
}
.order-div .order-body ul>li b{
    font-weight: 600;
}
.order-div .order-footer{
    padding: 16px;
    border-top: 1px solid rgba(204, 204, 204, 0.50);
    background: #E9E9E9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.order-div .order-body .order-state{
    border-radius: 90px;
    display: inline-flex;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


.order-div .order-footer a{
    display: flex;
    height: 44px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 7.059px;
    border-radius: 8px;

    text-align: center;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
.order-div .order-footer a[data-link-action="view-order-details"]{
    background: #FFF;
    color: #333;

    font-weight: 400;
}

.order-div .order-footer a[data-link-action="view-order-details"]:hover{
    cursor: pointer;
    background: #f6f6f6;
}
.order-div .order-footer a[data-link-action="reorder-order"]{
    background: #FF9015;
    color: #FFF;;
    font-weight: 600;
}

.order-div .order-footer a[data-link-action="reorder-order"]:hover{
    cursor: pointer;
    background: #d6780d;
}

@media (max-width: 1080px){
    .order-div .order-body{
        flex-direction: column;
        gap: 16px;
    }

    .order-div .order-body ul:last-child{
        text-align: left;
    }
}
@media (max-width: 575px) {
    .order-footer{
        flex-direction: column !important;
        gap: 16px;
    }
}

/*my account dashboard*/
#isapps_usp_FavoritesList{
    display: flex;
    flex-direction: row;
}

/**
 * ######################################################
 *
 *             MYACCOUNT FAVORITES STYLES
 *
 * ######################################################
 **/

/*specific product lists style*/
#module-iservicesapps_iservices_menu-favorites
#js-product-list .products.grid .product-miniature .thumbnail-container{ margin-bottom: 24px; }




.page-customer-account #content{
    box-shadow: unset;
    background: transparent;
    padding: 0;
}
