﻿#Navigation {
    float: right;
    margin-right: 389px;
    margin-top: -44px;
    width: 170px;
}

.wBox .owl-carousel {
    display: inline-flex;
}
/*.linkul {
    margin-top: 43px;
}*/
/*
#NavPane {
    margin-top: -66px !important;
}*/

#scrolledlogo-1 {
    margin-left: 0px !important;
}

#PrCarousel_B {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 98%;
}

.div-h1 {
    width: 100%;
    height: 125px;
}

.proItemproduct {
    /*! width: 8% !important; */
}

.H1-Honors {
    text-align: center;
    font-size: 20px;
    transition: 1s;
    font-family: 'Morabba';
    border-bottom: 3px inset red;
    display: inline-block;
    padding: 10px;
    height: auto;
    width: auto;
}

.spanpiont {
    font-size: 11px;
    font-weight: 900;
    width: 270px;
}

.h2piont {
    font-size: 15px;
    font-family: 'Morabba';
    width: 220px;
    text-align: right;
}

.imgjobtitle {
    width: 50px !important;
    height: 50px !important;
}

.loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    color: #fff;
    width: 200px;
    height: 140px;
    z-index: 1000;
}

.sortPaneDiscount {
    padding: 15px;
    width: 691px;
}

.ul-center {
    width: 1537px;
    display: inline-flex;
    background: linear-gradient(225deg,#008cc4,#38a1ee 41.68%,#0064ff);
    margin-right: -100px;
}

a.cheapest_tow::before {
    content: "\f063";
    font: 12px/20px FontAwesome;
    color: lime;
}

a.mostexpensive_own::before {
    content: "\f063";
    font: 12px/20px FontAwesome;
    color: lime;
}

a.bestselling_tree::before {
    content: "\f201";
    font: 12px/20px FontAwesome;
    color: lime;
}

a.mostpopular_four::before {
    content: "\f004";
    font: 12px/20px FontAwesome;
    color: lime;
}

#pnlMajorProducts {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background: radial-gradient(circle, rgba(0, 222, 37, 1) 0%, rgba(70, 252, 222, 1) 100%);
}

.loading img {
    max-width: 100% !important;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    width: 94% !important;
}

.menu-majol-img {
    filter: hue-rotate(120deg);
}

.wBot {
    background: #fff;
    margin-bottom: 0%;
    border-radius: 5px;
    width: 1536px;
    margin-top: -56px;
    margin-right: -65px;
    height: auto;
}

#PrMajorGreen {
    font-size: 10px;
    font-weight: 900;
    color: green;
    margin-right: 1px;
    border-radius: 4px;
    margin-right: 12px;
    position: relative;
    top: 22px;
    left: 5px;
    background-color: #1f9d1f;
    color: white;
}

#Panel1 {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.Major {
    /*! background-color: white; */
    /*! width: 223px; */
    /*! margin-top: 16px; */
    border-radius: 20px;
    height: auto;
    /*! margin-right: -40px; */
}

.proItent {
    /*! width: 16% !important; */
}

/*.li-img {
    position: relative;
    top: 79px;
    left: 386px;
}*/

.owl-carousel .owl-item {
    float: right !important;
}

.comparison-container {
    display: flex;
    gap: 20px;
    padding: 27px;
    flex-wrap: wrap;
}

#ListView1 {
    width: 100%;
    height: 390px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
}

.selected-products-container {
    direction: ltr;
}

.comparison-table {
    border: 1px solid #ddd;
    padding: 15px;
    width: 220px;
    text-align: center;
    position: relative;
    display: ruby-base-container;
}

    .comparison-table th, .comparison-table td {
        padding: 8px;
        text-align: center;
        font-size: 16px;
        font-weight: 1000;
    }

    .comparison-table th {
        background-color: #f2f2f2;
    }

.selected-products-container {
    direction: rtl;
}

.tr-product {
    display: inline-grid;
    background-color: white;
    border-radius: 12px;
    width: 270px;
    margin-top: -27px;
    margin-right: -15px;
    margin-left: 21px;
}

.remove-from-compare {
    background-color: #ff4d4d;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    width: 100%;
    height: 33px;
    border-radius: 7px;
    box-shadow: 1px 1px 1px red;
}

    .remove-from-compare:hover {
        background-color: #cc0000;
    }

.h2customers {
    position: relative;
    top: 6px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 23px;
    transition: 0.5s;
    cursor: pointer;
    height: 74px;
}

    .h2customers:hover {
        color: red;
        font-size: 1.5em;
    }

.close-btn {
    position: absolute;
    top: 20px;
    right: 1%;
    background: linear-gradient(135deg, #ff4d4d, #d32f2f);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    font: normal normal normal 20px/1 FontAwesome;
    font-weight: normal;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 99%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 50px;
    right: -101%;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.item {
    direction: rtl;
    /*! display: ; */
    /*! display: ruby-base-container; */
    /*! width: 55% !important; */
    cursor: pointer;
    /*! display: ; */
    background: white;
    border-radius: 10px;
}

.ulcustomers {
    display: ruby;
}

.proItem {
    width: 100% !important;
}

.PrCustomerdefoultCarousel {
    width: 100%;
}

.owl-carousel.PrCarousel .owl-wrapper-outer {
    width: 1400px !important;
}

.hTitPane3 {
    width: 185px;
    height: auto;
    margin-top: 11px;
    background: none;
    border-radius: 20px;
    display: inline-block;
    /*! margin-left: -55px; */
    /*! margin-right: -38px; */
    transition: 0.2s;
}

    .hTitPane3:hover {
        transform: translateY(-2px)
    }

.prName_p {
    padding: 15px 10px;
    font-size: 7px !important;
}

.navigation > li > a.home {
    font-family: FontAwesome !important;
    font-size: 2.2em;
    position: relative;
    right: -439px;
    top: -90px;
    right: -35px !important;
    width: 6px;
    height: 38px;
}

.navigation > li > a:not(.fa-home) {
    color: #000;
    padding: 0px 10px;
    position: relative;
    z-index: 4;
    opacity: 1;
    margin-top: 87px !important;
}

/*#actions > li.nopadding:nth-child(3) {
    width: 675px !important;
    position: fixed;
    margin-top: 10px !important;
    margin-right: 3px !important;
}*/

.subNav .subNav {
    right: 310px;
    top: 0px;
    width: 308px;
    background-color: rgba(39, 39, 39, 0.8);
}

.prooItem {
    width: 16.4% !important;
    display: -webkit-inline-box;
}

.iteem {
    direction: rtl;
    display: table-row;
    display: contents;
 /*   width: 100% !important;*/
    cursor: pointer;
}

.timer {
    width: 30%;
    direction: ltr;
    align-content: center;
}

.TBox {
    /*! background: #fff; */
    /*! margin-bottom: 0%; */
    border-radius: 5px;
    width: 98%;
    /*! display: grid; */
    /*! margin-right: 10px; */
    /*! background: radial-gradient(circle, rgba(0, 222, 37, 1) 0%, rgba(70, 252, 222, 1) 100%); */
}

.div-imgbanner {
    width: 100%;
    background-color: red;
    text-align: center;
    background: #6c6c6c;
    height: 60px;
    display: inline-flex;
}

.imgbannerDiscount {
    width: 40%;
    position: relative;
    
}

#PrName {
    padding: 0px 7px;
    font-size: 9px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    vertical-align: middle;
    font-family: 'BYekan';
    font-weight: bold;
    width: 145px;
    /*! font-family: ; */
}

.boderedwBox {
    border: none;
}

.discounta {
    background-color: white;
    width: 223px;
    margin-top: 16px;
    border-radius: 20px;
    height: 371px;
    margin-right: -7px;
}

#PrDiscountGreen {
    font-size: 10px;
    font-weight: 900;
    color: green;
    margin-right: 1px;
    border-radius: 4px;
    margin-right: 12px;
    position: relative;
    top: 18px;
    left: 34px;
    background-color: #1f9d1f;
    color: white;
}

.div-discount {
    display: inline-block;
    width: 100%;
    height: 140px;
}

#pnlDiscountedProducts {
    width: 100%;
    background: #ff0033;
    background: rgba(174, 0, 0, 0.8);
    height: auto;
    padding: 20px;
}

#PrNameGreen2 {
    width: 40%;
}

#pnlDiscountedComparison {
    width: 484px;
    margin-right: 0px;
    height: auto;
    padding: 20px;
}

.tblStyle {
    border-collapse: collapse;
    background: #007c98;
    width: 19.6%;
    float: right;
    margin-right: -63px;
}

.tblStyle2 {
    border-collapse: collapse;
    background: #007c98;
    width: 21%;
    float: right;
}

    .tblStyle2 td {
        padding: 5px 10px;
        border: 5px solid #ddd;
        text-align: right;
        border-radius: 10px;
        font-weight: 600;
        font-size: 1.1em;
    }

#section1 {
    display: block ruby;
}

.tblStyle2 .tdTitle {
    background: #fff;
    padding: 10px;
    font-size: 14px;
    color: #000
}

.tblStyle2 .tdItem {
    background: #fff;
    color: #111
}

.tblStyle2 .tdInfo {
    background: #fff;
    color: #111
}

.chkName {
    color: white;
}

.sortPane {
    padding: 15px;
    width: 691px;
  /*  margin-left: 555px;*/
}

.pDdl {
    display: inline-block;
    margin-right: 12px;
    font-size: 15px;
}

.sortTit {
    position: relative;
    padding-right: 3%;
    right: 18px;
    color: white;
    opacity: 1;
    font-weight: 600;
}

#PrName2 {
    font-size: 14px;
    font-weight: 700;
    float: inherit;
    width: 100%;
    height: 12px;
    display: block ruby;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 13px !important;
    max-width: 200px;
    text-anchor:;
}

.wBox {
    background: #fff;
    margin-bottom: 0%;
    border-radius: 5px;
    width: 1536px;
    margin-top: -56px;
    height: 138px;
}

.krPic {
    max-width: 108px;
    margin: 0 auto;
    overflow: hidden;
    max-height: 222px;
    width: 222px;
    height: auto;
}

.whiteBox {
    background: #fff;
    margin-bottom: 21px;
    border: none !important;
    margin-top: 70px;
}

.h1Title {
    display: none;
}

/*.wbBody {
    padding: 31px;
}*/

.wBox {
    background: #fff;
    margin-bottom: 0%;
    border-radius: 5px;
    width: 100%;
    /*! margin-top: -64px; */
    /*! margin-right: -70px !important; */
    height: auto;
    border: none;
    text-align:center ;
}

.all-discount2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*! text-decoration: none; */
    color: #fff;
    margin-top: -6px;
    height: 107px;
    /*! width: 172px; */
}

.click-link-discount {
    width: 46%;
    height: 81px;
    border-radius: 56px;
    position: relative;
    transform: rotate(0deg);
    margin-top: -86px;
}

.all-discount2 span {
    margin-top: 68px !important;
    color: #000;
    font-size: 12px !important;
    font-weight: 0;
    font-family:;
}

.package-btn {
    cursor: pointer;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: inherit;
    font-weight: 900;
    position: relative;
    top: 175px;
    float: left;
}

.sticky {
    height: 80px;
}

.New-image {
    width: 435px;
    height: 200px;
    border-radius: 25px;
    cursor: pointer;
}

.proItemNew {
    width: 100%;
    text-align: center;
}

.TimeNews {
    display: inline-flex;
    margin: auto;
}
.item img {
    width: 90%;
}
    body {
    overflow-x: hidden;
    /*! overflow-y: hidden ; */
}

.timerNew {
    padding: 0px 4px 0px 2px;
    font-size: 12px;
    font-weight: 550;
}

#ctl00_ctl00_Content_Content_UpdatePanel1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

    #ctl00_ctl00_Content_Content_UpdatePanel1 .item {
    }

#ctl00_ctl00_Content_Content_UpdatePanelGroups .item {
    display: inline-block;
    /*! grid-template-columns: repeat(4, 1fr); */
    gap: 10px;
    /*! margin-left: -31px; */
}
