.breadcrumbs-container{
	background-color: lightgrey;
}

.purchase-url, .view-url{
    margin-top: 5px;
    width: 100%;
    display: block;
}

.btn-primary {
    text-transform: uppercase;
    border-radius: 0px;
}
.btn-primary:hover {
    border-radius: 20px;
}

.wrapper{
    width:100%;
    text-align:center;
}
.slick-slide{
    margin:10px;
}
.slick-slide img{
    width:100%;
}
.product-slick-image{
    height: 150px;
    width: 150px;
}
.product-slick-name{
    font-size: x-small;
}

.dropdown-menu a{
    color: white ;
}

ul.navbar-nav li.dropdown:hover .dropdown-menu {
    display:block;
}

ul.navbar-nav li.dropdown:hover .dropdown-menu a:hover {
    color:#343a40;
}

div.dropdown-menu{
    left: auto;
    right: 0;

    text-align: right;
}

a.nav-link.dropdown-toggle{
    direction: ltr;
}
.import{
    color: white;
}
.product-slick-name{
    direction: rtl;
}
@media (min-width: 768px) {
    .card-columns {column-count: 3;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .card-columns {column-count: 4;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .card-columns {column-count: 5;}
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    background: #f9f9f3;
}
body * {
    font-family: Arial, Geneva, SunSans-Regular, sans-serif;


    line-height: 20px;
}

#wrapper {
    height: 100%;
    width: 100%;
    min-height: 650px;
    /*min-width: 900px;*/
    padding-top: 1px;
}
#slider {
    margin: 100px 0 0 0;
    height: 600px;
    overflow: hidden;

}

#slider .slide {
    position: relative;
    display: none;
    height: 500px;
    float: left;
    background-position: center right;
    cursor: pointer;
    border-left: 1px solid #fff;
}

#slider .slide:first-child {
    border: none;
}

#slider .slide.active {
    cursor: default;
}

#slider .slide-block {
    position: absolute;
    left: 40px;
    bottom: 75px;
    display: inline-block;
    width: 435px;
    background-color: #fff;
    background-color: rgba(255,255,255, 0.8);
    padding: 20px;
    font-size: 14px;
    color: #134B94;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 4px;
}

#slider .slide-block h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1;
}
#slider .slide-block p {
    margin: 0;
}

.lazy-load {
	display:none;
}


