/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
*/
.primerPurple {
    color: #8D5ED4
}
.primerGreen {
    color: #4CDBA6
}
.primerBlue {
    color: #65A7E6
}
.primerGreen {
    color: #4CDBA6
}
.primerOrange {
    color: #F49C73
}
.customPastelRed {
    color: #FF4E5E
}
.customPastelWhite2 {
    color: #F6F6F6
}
/*for light test color*/
.customDarkGrey3 {
    color: #C0C0C0
}
.orange1 {
    color: #FA6400
}
/*.btn-primary {
    background-color: #8D5ED4 !important;
    border-color: #8D5ED4 !important;
}
    .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
        background-color: #9d77d7 !important;
        border-color: #9d77d7 !important;
    }
*/


.primaryColor {
    color: var(--primery) !important;
}
.errorColor {
    color: #FF4E5E
}
.pannel_block .offer2 {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--primery);
    color: white !important;
    padding: 2px 10px;
    border-radius: 50px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 13px;
}

.termOfService ul {
    padding-left: 32px;
    margin-left: 26px;
    
}

.termOfService li {
    list-style-type: disc;
}
.nodisc {
    list-style-type: none;
}

/*.myDownload_section .app_btn li a {
    display: block;
    padding: 15px 35px;
    background-color: var(--primery);
    border: none;
    position: relative;
    border-radius: 12px;
    transition: .4s all;
}
    .myDownload_section .app_btn li a img {
        transition: .4s all;
        height: 36px;
    }*/

.blueButton {
    background-color: var(--primery) !important; 
    color:white;
    font-size:24px;
    min-width:220px

}
    .blueButton i {
        padding-right:16px;
        font-size:30px;
    }
    .blueButton:hover {
        background-color: var(--black) !important;
        color: white;
    }
.blueButton2 {
    background-color: var(--dark-blue) !important;
    color: white;
    font-size: 24px;
    min-width: 220px;
    margin-left:25px !important;
}

    .blueButton2 i {
        padding-right: 16px;
        font-size: 30px;
    }

    .blueButton2:hover {
        background-color: var(--primery) !important;
        color: white;
    }
.CardRowWrapper {
    
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    column-gap: 15px;
}
.CardRowImageWrapper {
    width: 100px;
    height: 100px;
    padding:5px 0px 10px 0px;
}
.CardRowImageWrapper img {
    border-radius: 12px;
    width:110px;
    height:110px;
}
.CardRowTextWrapper {
    height: 120px;
    flex-grow: 1;
    padding-left: 8px;
    overflow: hidden;
}
.CardRowTitleWrapper {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top:10px;
}
.CardRowTitleWrapper50 {
    height: 50px;
}
    .CardRowTitleWrapper h3 {
        color: var(--primery);
        margin: 0 !important;
        padding: 0 !important;
    }
.CardRowPriceWrapper {
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.CardRowDescriptionWrapper {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: start;
    margin-bottom:5px;
}
.CardRowDescriptionWrapper h4 {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        text-overflow: ellipsis;
        overflow: hidden;
        overflow-wrap: normal;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.EachItemRow .card-body {
    padding:10px;
}
.CardRowStatWrapper {
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
    
}
    .CardRowStatWrapperEachStat {
        height: 25px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width:33%
    }
.CardRowStatWrapperEachStat span {
    font-size: 14px;
    margin-left: 5px;
    color: #C0C0C0;
}
.CardRowStatWrapperEachStat i {
    font-size: 18px;
    color: #C0C0C0;
}
.AuctionIcon {
    color: #F49C73;
    font-size:28px;
}
.SiteH1 {
    color: var(--primery);
    font-size: 32px;
    text-align:left;
}
.SiteH2 {
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: 0px !important;
    color: #1e1e1e;
    text-align: left;
}
#MainImageWrapper img {
    border-radius: 12px;
}
.SmallPicRounded {
    width:120px;
    height:120px;
    border-radius: 60px;
}
#MainImageWrapper {
    text-align: center;
    position: relative;
}
#StatWrapper {
    height: 50px;
    position: relative;
    left: 0;
    bottom: 35px;
    display: block;
}
#StatContentWrapper {
    height: 50px;
    background-color: white;
    box-shadow: 0px 10px 15px #1e1e1e29;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
    #StatContentWrapper i {
        font-size: 20px;
    }
.ShopStars {
    font-size:24px;
}
#SingleTopWrapper {
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    column-gap: 15px;
}
#SingleSmallPicWrapper {
    height: 120px;
    width:120px;
    display: block;
}
#SingleRightWrapper {
    height: 120px;
    flex-grow: 1;
    padding-left: 0px
}
.StarWrapper {
    height:40px;
 text-align:right;
}
.SingleRightWrapperSpacer {
    height: 50px;
}
.LegalWrapper {
    height: 30px;
    text-align: left;
}
.Round12 {
    border-radius: 12px;
}
.LeftText {
    text-align: left;
}
.RightText {
    text-align: right;
}
.ArrowIcon {
    font-size:24px;
}
.GotoDetailButton {
    display: inline-block;
    text-align: right;
    padding: 5px;
    margin: auto;
}
.GotoDetailButton *{
        vertical-align:middle
    }
.SiteInfoBoxTitle {
    width:100%;
    display:inline-block;
    margin-bottom:24px;
    font-size:20px;
    text-align:left;
    clear:right;
    font-weight:500;
}
.VerticalCenter {
    vertical-align: middle
}
.SiteInfoBox .row {
    height: 42px;
}
  .SiteInfoBox .row * {
        vertical-align: middle
    }
.ShortProductWrapper {
    overflow-x: auto;
    white-space: nowrap;
}
.SingleShortProductWrapper {
    width: 160px;
    height: 250px;
    margin-right: 10px;
    background-color: white;
    display: block;
}
    .SingleShortProductWrapper .TitleBox {
        padding-top: 10px;
        height: 85px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
       
    }
        .SingleShortProductWrapper .TitleBox h5 {
            font-size: 16px;
            line-height: 1.5em;
            font-weight: normal;
            white-space: normal;
            text-overflow: ellipsis;
            overflow: hidden;
            overflow-wrap: normal;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical;
           
        }
        
        .SingleShortProductWrapper .SmallPicRounded {
            border-radius: 16px;
        }
    .SingleShortProductWrapper .PictureBox {
        height:120px;
    }
    .SingleShortProductWrapper .FinPrice {
        font-size: 16px;
        overflow: hidden;
    }
    .SingleShortProductWrapper .MoneyUnit {
        font-size: 12px;
    }
.RelativeWrapper {
    position:relative
}
.TopDiscountBox {
    position: absolute;
    top:0;
    left:0;
    width: 66px;
    height: 26px;
    background-color: var(--primery);
    display: block;
    border-radius: 12px 0 12px 0;
    text-align:center;
    vertical-align:central;
}
.DiscountPercentValue {
    font-size: 14px;
    color: white;
   
}
.DiscountPercent {
    color: white;
    font-size: 10px;
   
}
.CardRowWrapper .FinPrice {
    font-size: 18px;
    overflow: hidden;
}

.CardRowWrapper .MoneyUnit {
    font-size: 12px;
    padding-left:3px;
}
.SingleProductFinPriceWrapper {
    height: 60px;
    text-align: right;
    
}
    .SingleProductFinPriceWrapper .FinPrice {
        font-size: 36px;
        overflow: hidden;
    }
.SingleProductPriceWrapper {
    height: 60px;
    text-align: right;
    padding-top: 10px;
    overflow: hidden;
}
        .SingleProductPriceWrapper .OldPrice {
            vertical-align: bottom;
            font-size: 28px;
            overflow: hidden;
            text-decoration: line-through;
        }

.ShopNameBox .ShopNameBoxShop {
    padding: 0;
    margin: 0;
    font-weight: normal;
    display: inline;
}
.ShopNameBox .Storefront {
    font-size: 32px;
}

.ArticleCardRowWrapper {
    height: 120px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    column-gap: 15px;
}

.ArticleCardRowImageWrapper {
    width: 100px;
    height: 100px;
    padding: 5px 0px 10px 0px;
}

    .ArticleCardRowImageWrapper img {
        border-radius: 12px;
        width: 110px;
        height: 110px;
    }

.ArticleCardRowTextWrapper {
    height: 120px;
    flex-grow: 1;
    padding-left: 8px;
    overflow: hidden;
}

.ArticleCardRowTitleWrapper {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ArticleIntroWrapper {
    font-size:14px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .ArticleIntroWrapper h4 {
        font-size: 14px;
        font-weight:normal
    }
.ArticleDate {
    font-size: 18px;
    overflow: hidden;
}
.ArticleContent {

}
.KeywordWrapper h5 {
    display: inline-block;
    margin :5px;
}
.Introduction {
    line-height:1.6em
}
.pagination_block ul li span {
    display: block;
    padding: 10px 15px;
    background-color: var(--light-yellow);
    color: var(--dark-black);
    border-radius: 5px;
    transition: .4s all;
    line-height: 1;
}
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    #StatWrapper {
        padding-left: 4%;
        padding-right: 4%;
    } 
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #StatWrapper {
        margin-left: 8%;
        margin-right: 8%;
    } 
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #StatWrapper {
        margin-left: 8%;
        margin-right: 8%;
    } 
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #StatWrapper {
        margin-left: 8%;
        margin-right: 8%;
    } 
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    #StatWrapper {
        margin-left: 8%;
        margin-right: 8%;
    } 
}

