﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('../fonts/Oswald-Medium.ttf');

@font-face {
    font-family: oswald;
    src: url(../fonts/Oswald-Medium.ttf);
  }
  
@font-face {
    font-family: opensans;
    src: url(../fonts/OpenSans-Regular.ttf);
  }

@font-face {
    font-family: din2014;
    src: url(../fonts/DIN2014-Regular.ttf);
  }

.p-txt
{
    font-family: din2014;
}
  
.img-responsive
{
    height: 100%;
}

.fptfont
{
    font-family: 'Open Sans', sans-serif;
}

.fosrfont
{
    font-family: opensans;
}

.fosfont
{
    font-family: oswald;
}

.fbold
{
    font-weight: bold;
}

.f12
{
    font-size: 12px;
}
.f14
{
    font-size: 14px;
}
.f16
{
    font-size: 16px;
}
.f18
{
    font-size: 18px;
}
.f20
{
    font-size: 20px;
}
.f28
{
    font-size: 28px;
}
.f28
{
    font-size: 32px;
}
.f36
{
    font-size: 36px;
}
.f52
{
    font-size: 52px;
}
.rd-navbar-static ul.rd-navbar-nav a, .rd-navbar-fullwidth ul.rd-navbar-nav a
{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.cwhite
{
    color: #fff !important;
}

.cblack
{
    color: #000;
}
.cdgrey
{
    color: rgb(37, 37, 37);
}
.pd-10
{
    padding: 10px;
}
.pd-20
{
    padding: 20px;
}

.td-center
{
    text-align: center;
}



/*-------- COROUSAL --------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}


div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bbb_viewed {
    /*padding-top: 51px;
    padding-bottom: 60px;*/
    background: #021f41;
}

.bbb_main_container {
    background-color: #021f41;
    padding: 11px
}

.bbb_viewed_title_container {
    /*border-bottom: solid 1px #dadada*/
}

.bbb_viewed_title {
    margin-bottom: 16px;
    margin-top: 8px
}

.bbb_viewed_nav_container {
    position: absolute;
    right: -5px;
    bottom: 14px
}

.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_slider_container {
    /*padding-top: 13px*/
}

.bbb_viewed_item {
    width: 100%;
    background: #021f41;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
   /* padding-left: 30px;
    padding-right: 30px;*/
}

.bbb_viewed_image {
    width: 100%;
    height: auto;
}

.bbb_viewed_image img {
    display: block;
    max-width: 100%;
    border: 7px solid #4b5064;
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 5px;
}

.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: 18px;
    color: #8dc8fd;
    -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
}