
body #shop-basket{
	position: relative !important;
    margin-top: 5px;
    padding: 0;
}
#shop-basket{
	position: relative !important;
    top: 0;
    margin-top: 0;
    left: 0;
    margin-left: 0;
    padding: 20px 0;
}
.benefits {
    margin: 30px 0 0;
}
.benefits__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sbtn {
    color: #ff4d3a;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
}
.benefits__wrapper .sbtn {
    text-align: left;
}
.benefits__item{
	display: flex;
-ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px !important;
    border: 1px dashed #FF7E70 !important;
    background: #FFF;
    text-decoration: none;
    -webkit-transition: border 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
        padding: 5px 10px !important;
    border: 1px dashed #FF7E70 !important;
    border-radius: 10px;
}
.benefits__image{
	    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.newheader-wrapper{
    display: grid;
    grid-template-columns: 33% 67%;
    width: 100%;
    padding: 40px 0;
}
body #header .cnt .logo{
	    -webkit-transform: none;
    transform: none;
    margin-bottom: 0;
    margin-top: 0;
}
.newheader-right__top-wrapper{
	display: flex;
}
.newheader-right{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.header__social-media{
	display: flex;
    justify-content: start;
}
.header__social-media-link{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
        margin-right: 10px;
}
.header__social-media-link span{
	display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 9px;
}
.content>.content-view .flist a:hover, .content>.content-view .slist a:hover, a{
	    color: #777;
    border-color: rgba(255, 77, 58, 0.35);
    outline: 0 !important;
    text-decoration: none !important;
}
 .sbtn a, .sbtn>input{
	    display: block;
    width: auto;
    color: #ff4d3a !important;
    font-size: 16px;
    border: 1px solid #ff4d3a;
    outline: 0 !important;
    background-color: white !important;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #ff4d3a;
	color: white;
}
.sbtn a:hover{
background-color: #ff4d3a !important;
color:   white !important;
}
.sbtn a:hover .benefits__text, .sbtn a:hover .benefits__text, .sbtn a:hover>input{}
.sbtn>span{
background: #ff4d3a;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.benefits__image svg path{
	fill: #FF4D3A;
}
.benefits__item:hover .benefits__image  svg path,.benefits__item:focus .benefits__image  svg path{
	fill: white;
}
.benefits__text{
	display: inline-block;
    color: #FF4D3A;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.benefits__item:hover .benefits__text, .benefits__item:focus .benefits__text{
	color: white;
}
.reviews-slider{

}