<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Lucida Grande";
    src: url('/mobilev2/fonts/Lucida Grande.woff');
    font-display: swap;
}

@font-face {
    font-family: "Lucida Grande";
    src: url('/mobilev2/fonts/Lucida Grande Bold.woff');
    font-display: swap;
    font-weight: 600;
}
.textFit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.textFitNew {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code {
    border-radius: 3px;
}

.callout + .bs-callout {
    margin-top: -5px;
}

.callout-default {
    border-left-color: #777;
}

.callout-default h4 {
    color: #777;
}

.callout-primary {
    border-left-color: #428bca;
}

.callout-primary h4 {
    color: #428bca;
}

.callout-success {
    border-left-color: #5cb85c;
}

.callout-success h4 {
    color: #5cb85c;
}

.callout-danger {
    border-left-color: #d9534f;
}

.callout-danger h4 {
    color: #d9534f;
}

.callout-warning {
    border-left-color: #f0ad4e;
    background-color: #fffbec;
}

.callout-warning h4 {
    color: #f0ad4e;
    font-size: 13px;
    margin-bottom: 6px;
}

.callout-info {
    border-left-color: #5bc0de;
    background-color: #edfbfe;
}

.callout-info h4 {
    color: #5bc0de;
    font-size: 13px;
    margin-bottom: 6px;

}

.callout-bdc {
    border-left-color: #29527a;
}

.callout-bdc h4 {
    color: #29527a;
}
.productListItem{cursor:pointer!important;}
.productListItem:hover{background-color: #eff3f3;}


.headerMenu {
    font-family: "Lucida Grande";
    font-size: 13px;
    border: 1px solid rgba(228, 32, 20, 0.5);
}

.headerMenu a {
    height: 35px;
    width: 220px;
}

.headerMenu a:hover {
    border-left: 5px solid #e7362c;
    margin-left: -10px;
}
.headerMenu a:active{
    background: #e02f27 !important;
}



.headerMenu::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%;
    /* position */
    position: absolute;
    top: -8px;
}

.headerMenu::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%;
    /* position */
    position: absolute;
    top: -7px;
}
.sticky {
    display: block!important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.titleSticky {
    display: block!important;
    z-index: 999;
    position: fixed;
    background: #fff;
    /*top: 28px;*/
    left: 0;
    right: 0;
}
.dropdownMenu{
    /*width: 380px;*/
    /*margin: 140px auto;*/
}
.selectBtn {
    display: flex;
    height: 20px;
    background: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border : 1px solid #dee2e6 !important
}
.selectBtn i{
    transition: 0.3s;
}
.selectBtn span{
    font-size: 12px;
}
.dropdownMenu .items{
    max-height: 300px;
    overflow-y: scroll;
    scrollbar-color: #555c70 transparent;
}
.dropdownMenu .itemArea{
    position: absolute;
    width: 90%;
    /*padding: 20px;*/
    margin-top: 15px;
    border-radius: 8px;
    background-color: rgb(247, 247, 247);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    display: none;
    border : 1px solid #dee2e6 !important
}
.dropdownMenu .searchInput {
    display: none;
}
.dropdownMenu.active .items{
    display: block;
}
.dropdownMenu.active .itemArea{
    display: block;

}
.dropdownMenu.active .selectBtn i {
    transform: rotate(-180deg);
}
.dropdownMenu .items .item{
    display: flex;
    height: 40px;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 8px;
    align-items: center;
    background-color: rgb(247, 247, 247);
}
.dropdownMenu .items .item span{
    text-decoration: none;
    font-size: 12px;
}
.dropdownMenu span{
    color: #212529;
}
.dropdownMenu .items .item h3,
.dropdownMenu .items .item h4,
.dropdownMenu .items .item h2{
    font-size: 12px;
    font-weight: 400;
    color: #212529;
    margin :0;
}
/*.dropdownMenu .items .item h3,h4,h2{*/
/*    */
/*}*/

.dropdownMenu .items .search {
    display: flex;
    height: 55px;
    position: sticky;
    /*padding: 0 16px;*/
    border-radius: 8px;
    align-items: center;
    background-color: rgb(247, 247, 247);
}
.dropdownMenu .items .item:hover{
    background: #fff;
}
.breadcrumbFavList{
    color: #555c70;
    /*position: absolute;*/
    /*left: 65%;*/
    /*right: 0;*/
    /*content: '';*/
    /*height: 33px;*/
    /*content: '';*/
    /*background: red;*/
    /*background: #555c70;*/
    /*color: #fff;*/
    /*content: '';*/
    /*position: fixed;*/
    /*right: 0;*/
}
.breadcrumbFavList a{
    color: #555c70;
    text-decoration: none;
}
.breadcrumbFavList a:hover{
    text-decoration: underline;
}
.breadcrumbFavList.active{
    background: #e02f27;
    color: #fff;
    border-right: 1px solid #555c70;
    transform: skew(-30deg);
}
.breadcrumbFavList.active a{
    color: #fff;
}
.breadcrumbFavList.active::after{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    width: 100vw;
    background: #e02f27;

}
.breadcrumbFavList.active .favlistItem{
    transform: skew(30deg);
}
.stickySaveButton{
    background-color: #333333!important;
    color: white!important;
    padding-bottom: .25rem !important;
    padding-top: .25rem !important;

}
.stickySaveButton:hover{
    background-color: #282c35 !important;
    color: white!important;
}

.productPhotoArea{
    background-color: white!important;;
    min-height: 400px!important;
    cursor: pointer;
}
.productPhotoArea img{
    max-width: 100%;
    object-fit: contain;
    min-height: 400px!important;
    max-height: 400px;
}

.productListTable {
    border: 1px solid #dedede !important;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.productListTable thead td {
    height: 30px;
    font-size: 12px;
    background-color: #E9E9E9;
    text-align: center;
    padding: 0 5px;
    border-bottom: 1px solid #fff;
}
.productListTable thead td:not(:first-child) {
    border-left: 1px solid #fff;
}
.productListTable thead td {
    font-size: 12px;
    color: black;
    font-family: Lucida Grande;
    font-weight: bold;
}
.productListTable .fastOrderPrice {
    color: #1616e8;
    text-decoration:underline;
    cursor:pointer;
    margin: 5px;
}
.productListTable tr:nth-child(even) {
    background-color: #f2f2f2;
}
.productListTable tbody tr:hover{
    background-color: #eff3f3;
}

.productListTable tbody td {
    text-align: center;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 3px 3px 3px 3px;
}

.productListTable tbody td:first-child{
    border-left: 0;
}


.productListTable .tableTitleArea {
    text-align: left !important;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
    position:relative;
}
.tableTitleArea i {
    color: #ffc107;
    font-size: 14px;
}
.tableTitleArea .videoIcon {
    color:#007bff !important;
}
.productListTable img{
    object-fit: contain;
    background-color: #fff;
    min-width: 124px;
    min-height: 93px;
    max-height:93px !important;
}
.productListTable .tableTitleText {
    color: black;
    font-size: 12px;
    font-family: Lucida Grande;
    font-weight: bold;
    /*margin: 0;*/
    /*margin-top: 0.5rem !important;*/
    display: inline-block;
}
.productListTable .tableOemText{
    color: black;
    font-size: 10px;
    margin: 0;
    padding: 0;
    margin-bottom: 0.25rem!important;
    /*margin-top: 0.25rem!important;*/
}
.productListTable .tableFavoriteText {
    color: #333333;
    font-size: 10px;
    font-family: Lucida Grande;
    cursor: pointer;
    margin: 0;
    position:absolute;
    left: 5px;
    bottom: 3px;
}
.productListTable .favoriteIcon i {
    color: #ffc107;
}
.productListTable .tableSubtitleText {
    color: #333333;
    font-size: 10px;
    font-family: Lucida Grande;
    font-weight: bold;
    margin: 0;
    position:absolute;
    bottom: 30px;
}
.productListTable .tableBrandText{
    color: #333333;
    font-size: 12px;
    font-family: Lucida Grande;
    font-weight: bold;
}
.productListTable .tablePriceText {
    color: #e02f27;
    font-size: 12px;
    font-family: Lucida Grande;
    /*font-weight: bold;*/
}
.productListTable .tablePriceArea{
    white-space: nowrap;
    /*border-top: 1px solid #fff !important;*/
    /*border-right: 1px solid #fff !important;*/
}
.productListTable .tableDateText {
    color: Black;
    font-size: 12px;
    font-family: Lucida Grande;
    white-space: nowrap;
    /*border-top: 1px solid #fff !important;*/
    /*border-right: 1px solid #fff !important;*/
}
.productListTable .tableCityText {
    color: black;
    font-size: 12px;
    font-family: Lucida Grande;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}
.productListTable .tableCityArea {
    white-space: nowrap;
    overflow: hidden;
    position:relative;
}
.productListTable .tableCityArea span{
    font-weight:bold;
    background-color: #37bd1b;
    color:white;
    border-radius:5px;
    font-size: 10px;
    font-family: 'Lucida Grande';
    padding: 0.1rem;
    position:absolute;
    top: 5px;
    right: 3px;
}


/*
Gallery Product Table Styles
 */

.productGalleryTable {
    border: 1px solid #dedede !important;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.5em;
    background-color: #f4f4f4;
}
.productGalleryTable .productGalleryItem {
    overflow: hidden;
    position:relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #dedede;
    cursor: pointer!important;
    vertical-align: top;!important;
    background-color: white;
    border-radius: 5px!important;
    width: 25% !important;
}
.productGalleryItem table {
    width: 100% !important;
}
.productGalleryTable .productGalleryItem:hover {
    background-color: #eff3f3;
    -webkit-transform: translateY(calc(-1.5rem / 5));
    transform: translateY(calc(-1.5rem / 5));
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}
.productGalleryTable .tableTitleText {
    color: black;
    font-size: 12px;
    font-family: Lucida Grande;
    font-weight: bold;
    margin: 0 5px;
    text-align: left;
    max-width: 200px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    margin-top: 0.5rem;
}
.productGalleryTable .videoIcon{
    font-size: 14px;
    margin: 0 5px;
    color:#007bff !important;
}

.productGalleryTable .tablePriceText {
    color: #333333;
    font-size: 12px;
    font-family: Lucida Grande;
    margin: 0 5px;
}
.productGalleryTable .tableBrandText {
    margin: 0 5px;
    color: #333333;font-size: 12px;font-family: Lucida Grande;
    font-weight: bold;
}
.productGalleryTable .tableDateText {
    margin: 0 5px;
    color: #333333;font-size: 12px;font-family: Lucida Grande;
}
.productGalleryTable .tableCityText {
    margin: 0 5px;
    color: #333333;font-size: 12px!important;
    font-family: Lucida Grande;
    margin-bottom: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    white-space: nowrap;
}
.productGalleryTable .tableCitySpan {
    font-weight: bold;
}
.productGalleryTable .tableSellerText {
    margin: 0 5px;
    color: #333333;font-size: 12px!important;
    font-family: Lucida Grande;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productGalleryTable .tableOemText {
    margin: 0 5px;
    color: #333333;font-size: 12px!important;
    font-family: Lucida Grande;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productGalleryTable .priceText{
    color: #e02f27;
    font-size: 12px!important;
    font-family: Lucida Grande;
}

.productGalleryTable .tableTextArea{
    padding-top: 0.5rem!important;
    max-width: 150px !important;
}
.productGalleryTable .tableFavoriteText {
    color: #686666;
    font-size: 10px;
    font-family: Lucida Grande;
    font-weight: bolder;
    cursor: pointer;
    margin: 0;
    position:absolute;
    right: 5px;
    bottom: 3px;
}
.productGalleryTable .tableTextArea .favoriteIcon{
    color: #ffc107;
}
.productGalleryTable .tableImageArea {
    text-align: center;
    padding-top: 0.5rem;
}
.productGalleryTable .getProductText {
    font-weight:bold;
    background-color: #37bd1b;
    color:white;
    border-radius:5px;
    font-size: 10px;
    font-family: 'Lucida Grande';
    padding: 0.1rem;
    position:absolute;
    top: 5px;
    right: 3px;
}
.productGalleryTable img{
    object-fit: contain;
    width: 100% !important;
}
.mainButton{
    border-color: #e02f27 !important;
    color:#e02f27;
    font-size: 14px!important;
    font-family: "Lucida Grande";
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.mainButton:hover{
    background-color: #e02f27 !important;
    color:#fff;
}
.mainButton:focus{
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25) !important;
}
.shopDiv .shopAddress {
    font-size: 14px;
    font-family: Lucida Grande;
    color: black;
}
.shopDiv .shopDesc {
    font-size: 14px;
    font-family: Lucida Grande;
    color: black;
}
.shopDiv .yearBadge {
    background: rgb(47,72,88);
    background: linear-gradient(45deg, rgba(47,72,88,1) 0%, rgba(121,136,151,1) 100%);
    color: white!important;
    padding:.25rem;
    font-size: 12px!important;
    font-family: "Lucida Grande";
    font-weight: bold;
    text-wrap: nowrap!important;
    border-radius: .25rem !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.shopDiv .shopImg {
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.shopDiv {
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.showCaseTitleContainer{
    background: #333333e8;
}
.showCaseTitle {
    height: 30px!important;
}
.showCaseTitle h1 {
    margin: 0!important;
    color:#fff !important;
    font-size: 14px;
    font-family: Lucida Grande;
    font-weight: bold;
}
.galleryItem {
    border-radius: 10px !important;
    box-shadow: 0 0 5px rgba(63,71,95,0.2);
    font-family: Lucida Grande !important;
}
.galleryItem:hover {
    background-color: #eff3f3;
    transform: translateY(calc(-1.5rem / 5));
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}
.galleryItem .photoArea {
    /*background-color: #d9dadf;*/
    background-color: #ecedef;
    border-radius: 10px !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);

}
.galleryItem .photoArea img {
    object-fit: contain;
}
.galleryItem .textArea p {
    font-size: 14px !important;
    font-weight: bold !important;
}
.galleryShowMore {
    border-radius: 50% !important;
    height: 90px;
    width: 90px;
    background-color: #333333;
}
.galleryShowMore p {
    font-family: Lucida Grande;
}
.galleryShowMore .showMoreCount {
    font-size: 24px !important;
    color: white;
}
.galleryShowMore .showMoreText {
    font-size: 20px !important;
    color: #3f475f;
}
.gonePage .categoryTitle {
    font-family: Lucida Grande;
    font-size: 16px !important;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.gonePage .catButton {
    font-family: Lucida Grande;
    color: #3f475f;
    border-color: #333333;
    box-shadow: 0 0 5px rgba(63,71,95,0.2);
}
.gonePage .catButton:hover {
    color: #fff;
    background-color: #333333;
}
/*
 User Profile Page
 */
/*box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
.profilePage {
    max-width: 1150px !important;
}
.profilePage .innerContainer{
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.profilePage .pageHeader h1, .profilePage p{
    font-family: "Lucida Grande";
    margin: 0;
    padding:0;
}
.profilePage a{
    font-size: 14px;
    font-family: "Lucida Grande";
    color: #e02f27 !important;
}
.profilePage .pageHeader {
    position: relative;
    height: 50px;
}
.profilePage .pageHeader h1{
    font-size: 18px !important;
    font-weight: bold;
}
.profilePage .usernameText{
    font-size: 16px !important;
    font-weight: bold;
}
.profilePage .whatsappButton a{
    color: #e02f27 !important;
    font-weight: bold;
    font-size: 15px;
}
.profilePage .userRegDate {
    font-size: 13px;
}
.profilePage .rightContent .innerItem{
    width: 130px;
    height: 80px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.profilePage .innerItem p{
    font-size: 13px;
}
.profilePage .authItems p{
    font-size: 12px !important;
}

/*fast search*/
.fastSearchLarge{
    height: 50px;
    border-color:#999 !important;
    color: #333333;
}
.fastSearchLarge span{
    color: #333333;
}
.fastSearchLarge i {
    color: #333333;
}
.fastSearchSaveButton{
    background-color: #e7362c!important;
    color: white!important;
    padding-bottom: .25rem !important;
    padding-top: .25rem !important;

}
.fastSearchSaveButton:hover{
    background-color: #9d140d !important;
    color: white!important;
}


.headerFavoriteArea{
    background: #e02f27;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    color: #f6f6f6;
    height: 30px !important;
    font-size: 14px;
}
.headerFavoriteArea:before{
    background: #e02f27;
    display: block;
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 30px;
}
.headerFavoriteArea a{
    /*text-decoration: underline;*/
    font-family: "Lucida Grande";
    font-size: 12px;
    color: #f6f6f6;
}
.headerFavoriteArea a:hover{
    /*color: #e7362c !important;*/
    text-decoration-color: black;
}
.headerMain{
    background: #333333;
}
.favoriteLeft,.favoriteMiddle,.favoriteRight{
    display: flex;
    position: relative;
    align-items: center;
    flex:1;
}
.favoriteMiddle{
    border-right: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
}
.mainContainer{
}
.commonCategoryArea a{
    font-weight: bold;
    color: black;
    font-size: 12px;

}
.contentTitle{
    border-bottom: 1px solid #e7362c;
}
.contentTitle h2,
.contentTitle span{
    /*color: #e7362c;*/
    color: #000;
    font-size: 12px;
    font-family: Lucida Grande;
    font-weight: bold;
}
.contentTitle a{
    color: #e7362c;
    font-size: 12px;
    font-family: Lucida Grande;
    font-weight: bold;
}
.productImage{
    object-fit: contain;
}
.productTitleText{
    font-size: 10px;
    color: black;
    font-family: "Lucida Grande";
}
.productListDiv h3,
.productListDiv h4,
.productListDiv p{
    font-size: 10px;
    color: black;
    font-family: Lucida Grande;
    font-weight: bold;
}
.productListDiv .productTitleFit{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.coloredText{
    color:#e7362c !important;
}
.darkText{
    color: black !important;
}
.videoProducts{
    gap: 20px;
}
.flucida12 {
    font-family: "Lucida Grande";
    font-size: 12px;
    color:black!important;
}
.focusColor{
    border-color: #e7362c !important;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25) !important;
}
.fullWidthArea:before{
    background: white;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: auto;
}
.mainColoredButton {
    font-weight:bold;
    border:unset;
    background-color: #e7362c !important;
    font-size: 12px;
    color: white;
    border-radius: 0;
}
.videoPartDetail p{
    margin: .5rem 0 .25rem 0;
    padding: 0;
    font-size: 14px;
    font-family: "Lucida Grande";
}
.videoPartDetail .link{
    color: #003399;
    font-size: 14px;
    font-family: "Lucida Grande";
}
.videoPartDetail .productDetails p{
    margin: .25rem 0;
}

.btn-main {
    color: #fff;
    background-color: #e7362c;
    border-color: #e02f27;
}

.btn-main:hover {
    color: #fff;
    background-color: #e7362c;
    border-color: #e02f27;
}

.btn-main:focus, .btn-main.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25) !important;

}

.btn-outline-main {
    color: #e7362c !important;
    border-color: #e7362c;
}

.btn-outline-main:hover {
    color: #fff !important;
    background-color: #e7362c;
    border-color: #e7362c;
}

.btn-outline-main:focus, .btn-outline-main.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, 0.25) !important;
}
.bannerForTable{
    padding: 0 !important;
    margin: 0!important;
}
.bannerForTable td{
    padding: 0 !important;
}
.bannerForTable img{
    background-color: unset !important;
    max-height: unset !important;
    min-height: unset !important;
}
 .leftList .leftList-link {
     color: black;
     font-size: 12px;
     font-family: 'Lucida Grande', sans-serif;
     padding: 5px 0;
     display: flex;
     align-items: center;
     text-decoration: none;
 }

.leftList .leftList-title {
    display: inline;
    margin: 0;
    padding-left: 0;
}

.leftList .leftList-title {
    padding-left: 0;
}

.leftList .leftList-title::after {
    content: '';
    display: block;
    height: 0;
    padding-left: 5px;
}
.categoryShowMoreButton{
    position:absolute;
    bottom: 0;
    font-family: 'Lucida Grande';
    font-size: 14px;
    color:#e7362c;
    cursor:pointer;
    text-decoration: underline;
    padding-bottom: 5px;
}
.ordersFilters a{
    line-height: 1.0em;
}
.ordersFilters span,
.ordersFilters h2{
    color: #003399;font-size: 12px;font-family: Lucida Grande;font-weight: bold;
}
.ordersFilters h2{
    margin: 2px 0 2px 0px;
    color:#000;
}
.ordersFilters .passive{
    background-color: #E9E9E9;
}
.text-main{
    color:#e7362c !important;
}
.getPaymentPage .contentHeader{
    border-bottom:1px solid #dee2e6 !important;
}
.getPaymentPage .contentHeader .title{
    font-size: 20px;
    font-family: "Lucida Grande";
    font-weight: bold;
}
.getPaymentPage .contentHeader .subTitle{
    font-size: 14px;
    font-family: "Lucida Grande";
}
.getPaymentPage .contentBody span{
    font-size: 14px;
    font-family: "Lucida Grande";
}
.getPaymentPage .rightContent{
    position: sticky;
    top: 20px;
    align-self: flex-start;
}
.productFavoriteContent .productContainer{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.productFavoriteContent .productContainer:last-child{
    border-bottom: 1px solid #ccc;
}
.productFavoriteContent .removeButton,
.productFavoriteContent .removeButton {
    position:absolute;
    right: 0;
    bottom: 0;
    margin: .5rem;
}
.externalLoginButtons .buttonContainer{
    cursor: pointer;
    border: 1px solid #b4b4b4 !important;
}
.externalLoginButtons .googleLoginButton,.appleLoginButton{
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    width: 100% !important;
}
.externalLoginButtons span{
    width: 150px!important;
    font-size: 14px;
}
.myProductsContent .productContainer{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.myProductsContent .productContainer:last-child{
    border-bottom: 1px solid #ccc;
}
.dopingContent .priceArea {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}
.dopingContent .priceHeader {
    /*background: #4a76fc;*/
    background: #cbd5e4;
    padding: 2rem;
    color: #14284b;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.dopingContent .periodButton {
    background: rgba(20,40,75,0.1);
    border-radius: 12px;
    padding: 4px;
    display: inline-flex;
    margin-bottom: 1rem;
}
.dopingContent .periodButton .btn {
    color: #14284b;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.dopingContent .periodButton .btn.active {
    background: rgba(255, 255, 255, 0.6);
}
.dopingContent .price {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: end;
    justify-content: center;
}

.dopingContent .priceSuffix {
    font-size: 1.5rem;
    opacity: 0.9;
}

.dopingContent .advantages {
    list-style: none;
    padding: .5rem 2rem;
    margin: 0;
}

.dopingContent .advantages li {
    display: flex;
    align-items: center;
    padding: .5rem;
    border-bottom: 1px solid #e5e7eb;
    color: #4b5563;
}
.dopingContent .advantages li {
    font-size: 14px;
}
.dopingContent .advantages li:last-child {
    border-bottom: none;
}
.dopingContent .advantages .icon {
    width: 28px;
    height: 28px;
    background: #cbd5e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}
.dopingContent .advantages .icon i {
    color: #14284b;
}
.dopingContent .rulesArea {
    background: #f9fafb;
    padding: 1rem 2rem;
    border-top: 1px solid #e5e7eb;
}
.dopingSubmitButton {
    background-color: #3F88C5!important;
}
.shopCornerBannerCross {
    position: absolute;
    top: 15px;
    right: -50px;
    background-color: #dc2626;
    color: #fff;
    padding: 2px 40px;
    transform: rotate(45deg);
    transform-origin: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 10;
    font-size: 14px;
    width: 160px;
    text-align: center;
}
.shopCornerBannerFlat {
    position:absolute;
    right: 0;
    top: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    background: #dc2626;
    font-size: 14px;
    color: #fff;
}

header + .container-fluid:first-of-type {
    min-height: 500px!important;
}
</pre></body></html>