 @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .bbb_viewed {
        padding-top: 51px;
        background: #eff6fa;
    }
    .bbb_main_container{
        position: relative;
    }
    .bbb_viewed_title {
        margin-bottom: 16px;
        margin-top: 8px;
    }
    .bbb_viewed_list {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 1190px;
    }
    .bbb_viewed_nav_container {
        position: absolute;
        display: inline-block;
        flex-direction: column;
        justify-content: center;
        pointer-events: none;
        height: 100%;
        top: 50%;
        z-index: 10;
    }
    .bbb_viewed_nav {
        border-radius: 0 4px 4px 0;
    }
    .bbb_viewed_nav:hover{
        box-shadow: 1px 2px 10px 1px rgba(0,0,0,.3);
    }
    .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_slider_container {
        padding-top: 13px;
    }
    .bbb_viewed_item {
        width: 100%;
        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-nav{
        position: absolute;
        z-index: 100;
        width: 100%;
        bottom: 40%;
        display: inline;
    }
    .owl-nav .disabled{
        opacity: 0 !important;
    }
    .owl-prev{
        left: 0;
        pointer-events: auto;
        padding: 15px 10px !important;
        box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
        background-color: hsla(0,0%,100%,.98) !important;
        cursor: pointer;
        display: flex;
        position: relative;
        float: left;
        opacity: 1;
        color: black !important;
        margin: 0px !important;
        border-radius: 0 4px 4px 0 !important;
    }
    .owl-next{
        right: 0;
        pointer-events: auto;
        padding: 15px 10px !important;
        box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
        background-color: hsla(0,0%,100%,.98) !important;
        cursor: pointer;
        display: flex;
        position: relative;
        float: right;
        opacity: 1;
        color: black !important;
        margin: 0px !important;
        border-radius: 4px 0 0 4px!important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .bbb_viewed {
        padding-top: 51px;
        background: #eff6fa;
    }
    .bbb_main_container{
        position: relative;
    }
    .bbb_viewed_title {
        margin-bottom: 16px;
        margin-top: 8px;
    }
    .bbb_viewed_list {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 1190px;
    }
    .bbb_viewed_nav_container {
        position: absolute;
        display: inline-block;
        flex-direction: column;
        justify-content: center;
        pointer-events: none;
        height: 100%;
        top: 50%;
        z-index: 10;
    }
    .bbb_viewed_nav {
        border-radius: 0 4px 4px 0;
    }
    .bbb_viewed_nav:hover{
        box-shadow: 1px 2px 10px 1px rgba(0,0,0,.3);
    }
    .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_slider_container {
        padding-top: 13px;
    }
    .bbb_viewed_item {
        width: 100%;
        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-nav{
        position: absolute;
        z-index: 100;
        width: 100%;
        bottom: 40%;
        display: inline;
    }
    .owl-nav .disabled{
        opacity: 0 !important;
    }
    .owl-prev{
        left: 0;
        pointer-events: auto;
        padding: 15px 10px !important;
        box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
        background-color: hsla(0,0%,100%,.98) !important;
        cursor: pointer;
        display: flex;
        position: relative;
        float: left;
        opacity: 1;
        color: black !important;
        margin: 0px !important;
        border-radius: 0 4px 4px 0 !important;
    }
    .owl-next{
        right: 0;
        pointer-events: auto;
        padding: 15px 10px !important;
        box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
        background-color: hsla(0,0%,100%,.98) !important;
        cursor: pointer;
        display: flex;
        position: relative;
        float: right;
        opacity: 1;
        color: black !important;
        margin: 0px !important;
        border-radius: 4px 0 0 4px!important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .bbb_viewed {
        padding-top: 0px;
        background: #eff6fa;
    }
    .bbb_main_container{
        position: relative;
    }
    .bbb_viewed_title {
        margin-bottom: 16px;
        margin-top: 8px;
    }
    .bbb_viewed_list {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 1190px;
    }
    .bbb_viewed_nav_container {
        position: absolute;
        display: inline-block;
        flex-direction: column;
        justify-content: center;
        pointer-events: none;
        height: 100%;
        top: 50%;
        z-index: 10;
    }
    .bbb_viewed_nav {
        border-radius: 0 4px 4px 0;
    }
    .bbb_viewed_nav:hover{
        box-shadow: 1px 2px 10px 1px rgba(0,0,0,.3);
    }
    .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_slider_container {
        padding-top: 13px;
    }
    .bbb_viewed_item {
        width: 100%;
        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-nav{
        position: absolute;
        z-index: 100;
        width: 100%;
        bottom: 40%;
        display: inline;
    }
    .owl-nav .disabled{
        opacity: 0 !important;
    }
    .owl-prev{
        left: 0;
        pointer-events: auto;
        padding: 15px 10px !important;
        box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
        background-color: hsla(0,0%,100%,.98) !important;
        cursor: pointer;
        display: flex;
        position: relative;
        float: left;
        opacity: 1;
        color: black !important;
        margin: 0px !important;
        border-radius: 0 4px 4px 0 !important;
    }
    .owl-next{
        right: 0;
        pointer-events: auto;
        padding: 15px 10px !important;
        box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
        background-color: hsla(0,0%,100%,.98) !important;
        cursor: pointer;
        display: flex;
        position: relative;
        float: right;
        opacity: 1;
        color: black !important;
        margin: 0px !important;
        border-radius: 4px 0 0 4px!important;
    }
    .row-base{
        margin-left:0px !important;
        margin-right:0px !important;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .bbb_viewed {
        padding-top: 51px;
        background: #eff6fa;
    }
    .bbb_main_container{
        position: relative;
    }
    .bbb_viewed_title {
        margin-bottom: 16px;
        margin-top: 8px;
    }
    .bbb_viewed_list {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 1190px;
    }
    .bbb_viewed_nav_container {
        position: absolute;
        display: inline-block;
        flex-direction: column;
        justify-content: center;
        pointer-events: none;
        height: 100%;
        top: 50%;
        z-index: 10;
    }
    .bbb_viewed_nav {
        border-radius: 0 4px 4px 0;
    }
    .bbb_viewed_nav:hover{
        box-shadow: 1px 2px 10px 1px rgba(0,0,0,.3);
    }
    .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_slider_container {
        padding-top: 13px;
    }
    .bbb_viewed_item {
        width: 100%;
        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-nav{
        position: absolute;
        z-index: 100;
        width: 100%;
        bottom: 40%;
        display: inline;
    }
    .owl-nav .disabled{
        opacity: 0 !important;
    }
    .owl-prev{
        left: 0;
        pointer-events: auto;
        padding: 15px 10px !important;
        box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
        background-color: hsla(0,0%,100%,.98) !important;
        cursor: pointer;
        display: flex;
        position: relative;
        float: left;
        opacity: 1;
        color: black !important;
        margin: 0px !important;
        border-radius: 0 4px 4px 0 !important;
    }
    .owl-next{
        right: 0;
        pointer-events: auto;
        padding: 15px 10px !important;
        box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
        background-color: hsla(0,0%,100%,.98) !important;
        cursor: pointer;
        display: flex;
        position: relative;
        float: right;
        opacity: 1;
        color: black !important;
        margin: 0px !important;
        border-radius: 4px 0 0 4px!important;
    }
    .row-base{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.bbb_viewed {
        padding-top: 51px;
        background: #eff6fa;
    }
    .bbb_main_container{
        position: relative;
    }
    .bbb_viewed_title {
        margin-bottom: 16px;
        margin-top: 8px;
    }
    .bbb_viewed_list {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 1190px;
    }
    .bbb_viewed_nav_container {
        position: absolute;
        display: inline-block;
        flex-direction: column;
        justify-content: center;
        pointer-events: none;
        height: 100%;
        top: 50%;
        z-index: 10;
    }
    .bbb_viewed_nav {
        border-radius: 0 4px 4px 0;
    }
    .bbb_viewed_nav:hover{
        box-shadow: 1px 2px 10px 1px rgba(0,0,0,.3);
    }
    .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_slider_container {
        padding-top: 13px;
    }
    .bbb_viewed_item {
        width: 100%;
        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-nav{
        position: absolute;
        z-index: 100;
        width: 100%;
        bottom: 40%;
        display: inline;
    }
    .owl-nav .disabled{
        opacity: 0 !important;
    }
    .owl-prev{
        left: 0;
        pointer-events: auto;
        padding: 15px 10px !important;
        box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
        background-color: hsla(0,0%,100%,.98) !important;
        cursor: pointer;
        display: flex;
        position: relative;
        float: left;
        opacity: 1;
        color: black !important;
        margin: 0px !important;
        border-radius: 0 4px 4px 0 !important;
    }
    .owl-next{
        right: 0;
        pointer-events: auto;
        padding: 15px 10px !important;
        box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
        background-color: hsla(0,0%,100%,.98) !important;
        cursor: pointer;
        display: flex;
        position: relative;
        float: right;
        opacity: 1;
        color: black !important;
        margin: 0px !important;
        border-radius: 4px 0 0 4px!important;
    }
    .row-base{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}