/* Add here all your css styles (customizations) */

h1 {
    margin-bottom: 20px;
}
.container-fluid {
    background-color: rgb(40, 40, 40);
}

.contact-info .lang {
    margin-top: 27px;
    margin-bottom: 20px;
    font-size: 12px;
}

.servese-block {
    border: 1px solid rgb(200,200,200);
}

.servese ul {
    text-align: left;
    font-size: 16px;
}

.contact-info p {
    margin-bottom: 5px;
}

.footer-v4 .footer {
    background: #7f8d8e;
}
.footer-v4 .copyright {
    background: #294143;
    padding: 20px 0;
    font-size: 16px;
}
.footer-v4 .copyright p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0;
}

.contact-info .lang {
    color: #666;
    font-size: 14px;
}
.contact-info .lang a {
    font-size: 14px;
}
.contact-info .lang a.active {
    text-decoration: none;
    color: #ff754d;
}

.log-reg-v3 .log-reg-block h1 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.content {
    min-height: 440px;
}

.content ul {
    color: #888;
    margin-bottom: 0;
}
.content td {
    padding-left: 5px;
    padding-right: 5px;
}
.content p {
    margin-bottom: 0;
}
.product-description h4.title-price a {
    color: #EB5125;
}

.header-v5 .navbar-default .navbar-nav > .dropdown-toggle:hover,
    .header-v5 .navbar-default .navbar-nav > li > a:hover,
    .header-v5 .navbar-default .navbar-nav > li > a:focus,
    .header-v5 .navbar-default .navbar-nav > .active > a,
    .header-v5 .navbar-default .navbar-nav > .active > a:hover,
    .header-v5 .navbar-default .navbar-nav > .active > a:focus {
        color: #ff754d;
    }
    
.product-description .title-price {
    font-size: 1.3em;
    line-height: 1.3em;
}
.product-description .note-price {
    font-size: 1.0em;
    line-height: 1.1em;
    color: #888;
    
}
.product-description .pn {
    color: #222;
}
.product-description a {
    color: #EB5125;
}

.product-img img {
    max-height: 170px; width: auto; margin: 0 auto;
}


.shop-product h1 {
	float: left;
	color: #000;
	font-size: 26px;
	text-transform: uppercase;
}

.shopping-cart h3 {
	text-align: left;
}

.table-striped-2>tbody>tr:nth-of-type(4n+1),
.table-striped-2>tbody>tr:nth-of-type(4n+2)
{
    background-color: #f9f9f9
}

.shopping-cart .billing-info-inputs label {
    width: 150px;
}

.product-description-brd {
    box-shadow: none;
}

.footer-v4 .copyright {
    position: relative;
    z-index: 1000;
}

.HorisontalGallery {
    overflow-x:scroll;
    overflow-y:hidden;
    /*height:200px;*/
    width:100%;
    padding: 0 15px;
}

.HorisontalGalleryList img {
    height: 300px;
}
.list-inline {
  white-space:nowrap;
}