@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');
@import url('colors.css');

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: var(--carousel-webkit-text-shadow) 0 0 1px;
    text-shadow: var(--carousel-text-shadow) 0 0 1px;
}

/*body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #d9e0e2;
    color: #000000
}*/

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color:var(--carousel-p-color);
    -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;
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px var(--carousel-p-a-border-bottom);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -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;
}

p a:active {
    position: relative;
    color: var(--carousel-p-a-active);
}

p a:hover {
    color: var(--carousel-p-a-hover-color);
    background: var(--carousel-p-a-hover-bg);
}

p a:hover::after {
    opacity: 0.2;
}

::selection {}

p::selection {}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    -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;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
    color: var(--carousel-form-control-color);
}

.owl-carousel {
  z-index: 0 !important;
}
section {
    display: block;
    position: relative;
    box-sizing: border-box
}

.clear {
    clear: both
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.clearfix {
    zoom: 1
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.bbb_background {
    background-color: var(--carousel-bbb-bg) !important
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.nopadding {
    padding: 0px !important;
}

.button {
    display: inline-block;
    background: var(--carousel-button-bg);
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: var(--carousel-button-a-color);
    padding-left: 35px;
    padding-right: 35px;
}

.button:hover {
    opacity: 0.8;
}

.trends {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*.owl-item{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px 3px 0 0!important;
}*/
.bbb_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: var(--carousel-bbb_overlay);*/
}

.bbb_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white!important;
   /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center center*/
}

.bbb_container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 40px
}

.bbb_title {
    padding-right: 50px
}

.bbb_text {
    margin-top: 17px
}

.bbb_text p:last-child {
    margin-bottom: 0px
}

.bbb_slider_nav {
    margin-top: 27px
}

.bbb_nav {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: var(--carousel-bbb-nav-bg)
}

.bbb_nav:last-child {
    margin-right: 0px
}

.bbb_nav i {
    line-height: 36px;
    color: var(--carousel-bbb-nav-i-bg);
    font-size: 18px;
    -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_nav:hover i {
    color: var(--carousel-bbb-nav-i-hover);
}

.bbb_item {
    background: var(--carousel-bbb_item);
    border-radius: 1px;
    padding: 12px
}

.bbb_image {
    margin-top: 10px;
    /*width: 250px;*/
    height: 250px
}

.bbb_image img {
    width: auto !important;
    max-width: 100% !important
}

.bbb_category{
    min-height: 36px;
}
.bbb_link {
    font-size: 12px;
    color: var(--carousel-bbb_category-a);
}

.bbb_link:hover {
    color: var(--carousel-bbb_category-a-hover);
}
/*.bbb_category a, .bbb_link {
    font-size: 12px;
    color: var(--carousel-bbb_category-a);
}

.bbb_category a:hover, .bbb_link:hover {
    color: var(--carousel-bbb_category-a-hover);
}*/

.bbb_content {
    margin-top: 24px
}

.bbb_name {
    min-height: 50px;
    min-width: 100%;
    float: left
}

.bbb_name a {
    font-size: 16px;
    color: var(--carousel-bbb_category-a)
}

.bbb_name a:hover {
    color: var(--carousel-bbb_category-a-hover);
}

.bbb_price {
    font-size: 16px;
    font-weight: 500;
   /* float: right;*/
    text-align: right;
    display: block;
}
.bbb_price_sm {
    font-size: 14px;
    font-weight: 500;
    /*float: right;*/
    text-align: right;
    display: block;
    text-decoration:line-through;
}
.bbb_price_oferta {
    font-size: 16px;
    font-weight: 500;
    /*float: right;*/
    text-align: right;
    display: block;
    color:var(--top-bar-yt-text-color);
}
.bbb_price_hide{
    visibility: hidden;
}
.bbb_fav {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: var(--carousel-bbb_fav-bg);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer
}

.bbb_fav.active {
    visibility: visible;
    opacity: 1
}

.bbb_fav:hover {
    box-shadow: 0px 1px 5px var(--carousel-bbb_fav-hover)
}

.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1;
    top: 18px
}

.bbb_fav i {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--carousel-bbb_fav-i-color);
    line-height: 36px;
    pointer-events: none;
    z-index: 0;
    -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_fav.active i {
    color: var(--red);
}

.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1
}

.bbb_marks {
    position: absolute;
    left: 1px;
    top: 1px
}

.bbb_mark {
    display: none;
    width: 36px;
    height: 36px;
    font-size: 10px;
    font-weight: 500;
    color: var(--carousel-bbb_mark-color);
    border-radius: 50%;
    line-height: 36px;
    text-align: center
}

.bbb_discount {
    background: var(--carousel-bbb_discount-bg)
}

.bbb_item.discount .bbb_discount,
.bbb_item.is_new .bbb_new,
.bbb_item.source_ms .bbb_source_ms,
.bbb_item.source_wh .bbb_source_wh {
    display: block
}


.bbb_new {
    background: var(--carousel-bbb_new-bg)
}
/*.bbb_new {
    background: var(--carousel-bbb_new-bg)
}*/

@media only screen and (max-width: 991px) {
    .bbb_slider_container {
        margin-top: 15px
    }
}
@media only screen and (max-width: 770px) {
   .bbb_name {
    min-height: 80px;
  }
}
@media screen and (max-width: 900px) {

.top-arrows{
    /*top:10%!important;*/
}
}