body {
    font-family: 'Lato', sans-serif;
}
#header {
    background-color: #FFF;
}
#logo {
    height: 100px;
    width: 600px;
}
#logo img {
    margin:30px 0 0 50px;
}

#logo-mobile {
    height: 60px;
    width: 200px;
}
#logo-mobile img {
    margin-top: 20px;
}
@media (min-width: 992px) {
	#content {
    	margin-top:186px;
	}
}
@media (max-width: 992px) {
	#content {
    	margin-top:128px;
	}
}
#menu a.nav-item {
    font-size: 25px;
}
/*
#menu .dropdown:hover .dropdown-menu {
    display: block;
 }
*/
.cart-items-count {
    z-index: -1;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    padding: 0px 0 0px 5px;
    color: #fff;
    font-size: 0.7rem;
    border-radius: 15px;
    background-color: F00;
    width: 15px;
    height: 15px;
    line-height: 14px;
}

#cart .dropdown-menu, 
#profile .dropdown-menu {
    border: 0;
    width: 315px;
}

#cart .dropdown-menu{
    visibility: hidden;
    display: block;
    -webkit-transition: visibility .3s;
    -moz-transition: visibility .3s;
    -ms-transition: visibility .3s;
    -o-transition: visibility .3s;
    transition: visibility .3s;
}

#cart:hover .dropdown-menu {
    visibility: visible;
    -webkit-transition: visibility 0s;
    -moz-transition: visibility 0s;
    -ms-transition: visibility 0s;
    -o-transition: visibility 0s;
    transition: visibility 0s;
}

#cart a.btn,
#profile button.btn,
#profile input {
    border-radius: 10px;
}

#profile input {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    padding: 1.5rem;
}

#profile button {
    padding: 0.9rem;
}

#profile input:focus {
    box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);
}

#cart a.btn-outline-secondary {
    color: #000;
}

#cart a.btn-outline-secondary:hover {
    color: #FFF;
    background-color: #818181;
}

#cart a.btn-secondary,
#profile a.btn-secondary {
    background-color: #818181;
}

#cart a.btn-secondary:hover,
#profile a.btn-secondary:hover
{
    background-color: #FFF;
    color: #000;
}

#lang.dropdown a {
    color: #393939;
    font-size: 13px;
}
#lang.dropdown .dropdown-menu{
    min-width:25px; 
    width:45px;
    border:0;
    margin-left: 0;
}
#lang.dropdown .dropdown-menu a.dropdown-item {
    padding-left: 15px;
}
.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    float: left;
}
#social {
    position: fixed;
    overflow: hidden;
    left:20px;
    bottom: 20px;
    width:30px;
    height: 240px;
}

@media (max-width: 992px) { 
    #social {
        left: 10px;
    }
}

#social a{
    width:120px;
    height: 115px;
    color: #777779;
}
#social a img {
    margin-right: 5px;
}

#social.social2 {
	height: auto;
}

#social.social2 a{
	height: 40px;
	width: 40px;
}

.navbar-light .dropdown a.dropdown-item {
	color: rgba(0,0,0,.5);
}

.navbar-light .dropdown a.dropdown-item:hover {
	color: rgba(0,0,0,.9)
}

.navbar-light .dropdown .dropdown-menu {
	margin-left: 32px;
}



.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; 
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (min-width:1500px) {
    .shop.gallery {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
        -webkit-column-width: 20%;
        -moz-column-width: 20%;
        column-width: 20%;
    }
}

.shop.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; 
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.shop.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); 
}

.shop.gallery .text-center.h4 {
    max-width: 362px;
}

.shop.gallery a:hover {
    text-decoration: none;
}
@media (min-width:992px) { 
    .product {
        width:900px; 
        height: 503px;
    }
}

.product .thumbnails {
    position: absolute;
    right: 10px;
    width: 157px;
}

.product .thumbnails img {
    cursor: pointer;
    max-height: 157px;
    width: 157px;
    object-fit: cover;
}

#product_image_container {
    overflow: hidden;
}

.product-image {
    position: relative;
    width: 385px;
    left: 50%;
    top: 50%;
    margin-left: -198px;
    margin-top: -327px;
}

.product button.buy {
    border-width: 5px!important;
    border-color: #595959;
    border-style: solid;
    font-size: 30px;
    border-radius: 0;
}

.product p {
    font-size: 0.8rem;
    line-height: 1.15rem;
}

.product table {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 130px;
    height: 130px;
    border: 5px solid #e6e6e6;
}

.product table td {
    padding: 0;
    border: 0;
}

.product table tr:first-child {
    font-size: 25px;
}

.product table td button {
    background-color: #dadada;
    width: 33px;
    height: 33px;
    border: 1px solid #c5c5c5;
    padding: 0;
    margin-bottom: 15px;
}

.product table td button.big {
    width: 120px;
    margin-bottom: 0;
}

.product table td button.selected {
    background-color: #FFF;
}

.product table td button:disabled {
    color: #FFF;
}

.video .row {
    margin-bottom: 10rem;
}

.video .row .embed-responsive {
    max-width: 60%;
    float: right;
}

@media (max-width:992px) {
    .video .row .embed-responsive {
        max-width: 100%;
    }
}

.video .row:nth-child(2n) {
    text-align: right;
}

.video .row:nth-child(2n) .embed-responsive
{
    float: left;
}

.cart-item-big button.btn-light {
    border: none;
    background: none;
    color: #c1c1c1;
}

.cart-item-big button.btn-light:hover {
    color: #595959;
}

.cart-item-big button.btn-light:active {
    background: none!important;
}

.cart-item-big button.btn-light {
    font-size: 2.5rem;
    line-height: 1rem;
}

.cart-item-big .number input[type=text]{
    padding: 0;
}

@media (min-width:992px) {
    .cart-item-big .number {
        width: 140px;
        margin: auto;
    }
    .cart-img {
        height: 196px;
    }
}

.press a {
    color: #777779;
}

a, a:hover {
    color: #777779;
}