В таблице стилей /catalog/view/theme/pav_floral/stylesheet/stylesheet.css
.wrapping {
padding-top: 100px;
margin-bottom: 50px;
background: url(/image/bg_pattern_new.png)25% 0% no-repeat,linear-gradient(182deg, #ffc43e, #fcdb45);
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
@-webkit-keyframes AnimationName { 0%{background-position: 56% 0%} 50%{background-position:45% 100%} 100%{background-position:56% 0%} } @-moz-keyframes AnimationName { 0%{background-position:56% 0%} 50%{background-position:45% 100%} 100%{background-position:56% 0%} } @keyframes AnimationName { 0%{background-position:56% 0%} 50%{background-position:45% 100%} 100%{background-position:56% 0%} };
}
менем строку background на:
background: url(/image/bg_pattern_new.png),linear-gradient(182deg, #ffc43e, #fcdb45);