
#header .container {
    padding: 0;
}
.homepage-box.before-carousel {
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.homepage-box.before-carousel img {
	object-fit: cover;
	min-height: 400px;
	width: 100%;
}

.homepage-box.before-carousel>div>div {
	width: 100%;
	padding: 0;
}

.homepage-box.before-carousel>div>div .row {
	margin: 0;
}
.homepage-box.before-carousel .col-sm-8 {
	width: 100%;
	display: block;
}

.homepage-box.before-carousel .col-sm-4 {
	width: 100%;
	display: block;
}

#header .site-name {
    line-height: 0;
}
.header-top>div.navigation-buttons {
    flex: 1;
}
.header-contact p{margin:0; font-size:16px;}
.header-contact a.project-email::before,.header-contact a.project-phone::before{
margin-right:10px;
    display: inline-block;
    
    vertical-align: middle;
    font-family: shoptet;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 0;
    text-transform: none;
    text-decoration: none;
}
.header-contact a {
    color: #5cb85c;
}
.header-contact a.project-phone{
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: 100%;
}
.header-contact a.project-phone::before {
content: '\e92d';
line-height: 25px;
}
.header-contact a.project-email::before {
    content: '\e924';
    line-height: 25px;
}

.products-block .p-bottom .p-tools .btn {
    border-radius: 5px;
}
.type-product .btn.btn-lg.btn-conversion.add-to-cart-button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.active .shp-tab-link {
    border-color: #ec696e;
    color: #fff;
    background-color: #ec696e;
}
.category-header input[type="radio"]:checked+label {
    color: #fff;
    background-color: #ec696e;
}
@media (min-width: 768px){
    
#header .site-name {
    margin-right: 12px;
}
#header .search .compact-form {
    width: 161px;
    margin-right: 12px;
}
body:not(.ordering-process) #navigation {
    position: absolute;
    bottom: -50px;
    height: 50px;
    left: 0;
    width: 100%;
    margin: 0;
}
body:not(.ordering-process)  .navigation-in {
    background-color: transparent;
        font-size: 16px;
        line-height: 32px;
}
#header {
    border-bottom: 50px solid #ec696e;
}
.header-top {
    height: 120px;
    padding: 26px 0;
}
.header-top>div{flex:none;}
.header-contact {
    display: flex !important;
    align-items: center !important;
}
}
@media(min-width:992px){
#header .search .compact-form {
    width: 261px;
}
}
@media(min-width:1200px){
#header .site-name {
    margin-right: 92px;
}
#header .search .compact-form {
    width: 306px;
    margin-right: 36px;
}
}
@media(min-width:1440px){
#header .site-name {
    margin-right: 92px;
}
#header .search .compact-form {
    width: 446px;
    margin-right: 56px;
}
}

