@import url('//fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i');
@import url('//fonts.googleapis.com/css?family=Dosis:400,500,600,700,800');

body.widget-snippet {
    padding: 40px;
}
body.widget-snippet .wc-snippet-history {
    padding: 30px 0;
}
.wc-all-flower {
    background: #6B1D73;
    padding: 55px 0;
}
.wc-all-flower .text-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.wc-all-flower .text-wrapper .title-light {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    font-family: 'Nunito';
    margin: 0;
}
.wc-all-flower .text-wrapper .title-bold {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Nunito';
    color: #fff;
    margin: 5px 0;
}
.widget-snippet .wc-all-flower .text-wrapper a {
  font-size: 20px;
  color: #6B1D73;
  font-weight: 700;
  font-family: 'Nunito';
  background: #FFF;
  border-radius: 3px;
  width: 180px;
  display: inline-block;
  text-align: center;
  padding: 12px;
  margin: 20px 0 15px 0;
  background: #fff;
  text-decoration: none;
  transition: all 300ms ease-out 0s;
}
.widget-snippet .wc-all-flower .text-wrapper a:hover, 
.widget-snippet .wc-all-flower .text-wrapper a:active, .widget-snippet .wc-all-flower .text-wrapper a:focus {
    color: #ffffff;
    background: #230D56;
}
.widget-snippet .wc-all-flower .text-wrapper a:focus {
    outline: medium none;
}

@media (max-width: 991px) {
  .wc-all-flower .text-wrapper .title-bold {
  font-size: 36px;
}

}
@media (max-width: 767px) {
 .wc-all-flower {
  padding: 40px 0;
}
.widget-snippet .wc-all-flower .text-wrapper a {
  margin-bottom: 0;
}
.wc-all-flower .text-wrapper .title-bold {
  font-size: 28px;
}
.wc-all-flower .text-wrapper .title-light {
  font-size: 20px;
}
}

@media (max-width: 480px){
  .wc-all-flower .text-wrapper .title-light {
  font-size: 18px;
}
.wc-all-flower .text-wrapper .title-bold {
    font-size: 24px;
}
}
