footer img {
    padding-top: 50px;
    padding-bottom: 50px;
}

.logo-text {
    padding-bottom: 50px;
}

.footer-categories {
    padding-top: 50px;
    padding-left: 100px;
}

.footer-informations {
    padding-top: 50px;
    padding-left: 100px;
}

.footer-informations li {
    margin-bottom: 20px;
}

.footer-categories li {
    margin-bottom: 20px;
}

.follow-us-left-side h1 {
    color: white;
    font-size: 36px;
}
.gray-background {
    background: #303030;
    width: 48.75%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.white-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

img.decor-triangle {
    position: absolute;
    top: 0;
    height: 100%;
    left: -85px;
    z-index: 0;
}

.follow-us-left-side h2 {
    color: white;
    display: flex;
    justify-content: space-around;
    font-size: 20px;
}

.follow-us-left-side img {
    margin-right: 49px;
    position: relative;
    left: 200px;
    width: 36px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.follow-us-right-side h2 {
    font-size: 20px;
    padding: 10px;
    margin-top: 5px;
    font-weight: 700;
}

.follow-us-right-side input {
    border: 1px solid black;
    width: 300px;
    height: 25px;
}

.follow-us-right-side button {
    border: 1px solid black;
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    height: 27px;
}

.subscribe-email {
    margin-bottom: 30px;
}

.thumbnail {
    border: 1px solid black;
    border-radius: 0;
}

a.thumbnail:hover {
    border-color: #bcbcbc;
}

.breadcrumb a {
    font-weight: 800;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}

@media (max-width: 1199px) {
    .follow-us-left-side img {
        left: auto;
        width: 30px;
    }
    
    .follow-us-right-side input {
        max-width: 100%;
    }
    .footer-informations {
        padding-left: 0;
        padding-top: 0;
    }
    
    .footer-categories {
        padding-left: 0;
    }
    .home-categories .row {
        max-width: 100% !important;
    }
.mobile-nav {
    width: calc(100% - 20px);
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 3;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0;
}

.mobile-nav-btn {
    width: 21%;
    float: none;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-btn.center-btn {
    background: #2b2a29;
    text-align: center;
    height: 65px;
    position: relative;
    top: -7.5px;
    border: 1px solid white;
    width: 16%;
}

div#cart {
    margin: 0;
}

.mobile-nav-btn.center-btn img {
    max-width: 36px;
}

.mobile-nav-btn img {
    min-height: 30px;
    max-height: 30px;
}    
select#categorySelect {
    height: 60px;
    font-size: 20px;
}
#cart .dropdown-menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
}

button.btn.btn-transparent {
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}
.alert.alert-dismissible {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9;
    width: calc(100% - 20px);
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 0;
}
}

@media (min-width: 1199px) {
    .desktop-hidden {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
	.follow-us-right-side h2 {
    color: white;
}
	.follow-us-right-side {
    color: white;
}
	.white-background {
	    display: none;
	}
	.decor-triangle {
	    display: none;
	}
	.gray-background {
    background: #303030;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
	.follow-us-right-side h2 {
    color: white;
}
	.follow-us-right-side {
    color: white;
}
	.white-background {
	    display: none;
	}
	.decor-triangle {
	    display: none;
	}
	.gray-background {
    background: #303030;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

@media (max-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    .follow-us-right-side h2 {
    color: white;
}
	.follow-us-right-side {
    color: white;
}
	.white-background {
	    display: none;
	}
	.decor-triangle {
	    display: none;
	}
	.gray-background {
    background: #303030;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
}

.nav.nav-tabs li a {border-radius: 0 !important}

.nav.nav-tabs li.active a {
    border: 1px solid black;
    border-bottom: 0;
}

.form-control {
    border: 1px solid black;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid black;
}

.alert {
    border-radius: 0 !important;
}

.btn {
    border-radius: 0;
}

.list-group h4 {
    padding-left: 12px;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}
.btn-danger {
    box-shadow: none;
    background: indianred;
    border: 1px solid transparent;
}

.explore-btn {
    background-color: black;
    color: white;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.explore-btn img {
    width: 32px;
}

a.btn.btn-primary.no-hover-primary:hover {
    background: black;
    background-color: black;
    color: white;
}