<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    

    .bbb_viewed {
width: 94%;
margin: auto;
 }
.owl-item{
    padding-top: 10px;
}
 .bbb_main_container {
     background-color: #fff;
     padding: 0;
     border-radius: 20px;
    /*box-shadow: 0 0 36px #dcdcdc;*/
 }

 .bbb_viewed_title_container {
     border-bottom: solid 1px #dadada;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
 }

 .bbb_viewed_title {
    margin: 0;
 }

 .bbb_viewed_nav_container {
    display: flex;
    align-items: center;
 }

 .bbb_viewed_nav {
     display: inline-block;
     cursor: pointer
 }

 .bbb_viewed_nav i {
     color: #dadada;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_nav:hover i {
     color: #606264
 }

 .bbb_viewed_prev {
     margin-right: 15px
 }


 .bbb_viewed_item {
     width: 100%;
     background: #FFFFFF;
     border-radius: 2px;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px
 }

 .bbb_viewed_image {
     width: 150px;
     height: 150px
 }

 .bbb_viewed_image img {
     display: block;
     max-width: 100%
 }

 .bbb_viewed_content {
     width: 100%;
     margin-top: 25px
 }

 .bbb_viewed_price {
     font-size: 16px;
     color: #000000;
     font-weight: 500
 }

 .bbb_viewed_item.discount .bbb_viewed_price {
     color: #df3b3b
 }

 .bbb_viewed_price span {
     position: relative;
     font-size: 12px;
     font-weight: 400;
     color: rgba(0, 0, 0, 0.6);
     margin-left: 8px
 }

 .bbb_viewed_price span::after {
     display: block;
     position: absolute;
     top: 6px;
     left: -2px;
     width: calc(100% + 4px);
     height: 1px;
     background: #8d8d8d;
     content: ''
 }

 .bbb_viewed_name {
     margin-top: 3px
 }

 .bbb_viewed_name a {
     font-size: 14px;
     color: #000000;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_name a:hover {
     color: #0e8ce4
 }

 .item_marks {
     position: absolute;
     top: 18px;
     left: 18px
 }

 .item_mark {
     display: none;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     color: #FFFFFF;
     font-size: 10px;
     font-weight: 500;
     line-height: 36px;
     text-align: center
 }

 .item_discount {
     background: #df3b3b;
     margin-right: 5px
 }

 .item_new {
     background: #0e8ce4
 }

 .bbb_viewed_item.discount .item_discount {
     display: inline-block
 }

 .bbb_viewed_item.is_new .item_new {
     display: inline-block
 }
 .owl-stage{
    margin: auto; 
 }
     
a{
    text-decoration: none !important;
}

    .owl-nav{
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    }

    .owl-theme .owl-nav [class*='owl-']{
        padding: 10px !important;
        display: inline-flex !important;
    }
.slidercart{
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
    border-radius: 1em;
    position: relative;
    overflow: hidden;
    height: 99%;
    margin-bottom: 10px;
    margin-bottom: 0px;
    background: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    /*margin: 5px 16px;*/
}
.slidercart:hover{
box-shadow: none !important;
transform: translatey(-10px);
}
#slidertitle{
    text-align: right;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 8px;
    color:#888;
    max-width: 270px;
}
#slidebox a{
    text-decoration: none !important;
}   
.slidercart a{
    position: relative;
}

  
	#slidebox {
    overflow-y: visible;
    overflow-x: auto;
    vertical-align: text-top;
    margin: 0;
    padding: 0;
    clear: both;
    border-spacing: 5px;
    direction: ltr;
    display: flex;
-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#slidebox a {
    display: flex;
    min-width: 290px;
    text-align: center;
    color: #fff;
    justify-content: center;
    margin:20px 0;
    position: relative;
    left: -40px;
}

 @media (max-width: 576px){

.bbb_viewed .row{
    width: unset !important;
}
.bbb_viewed_title{
    font-size: 16px;
    line-height: normal;
}
#slidertitle{
    font-size: 12px !important;
}
.priceslider{
    font-weight: bold;
    font-size: 12px;
}
 }</pre></body></html>