/* Add here all your css styles (customizations) */
body
  {
  font-size:18px;
  }

.footer-v4 .copyright a {
    color:#fff;
}

.shop-product .product-size label {
    
    font-size: 24px;
}

.acc-v1 .panel-heading a {
    display: block;
    font-size: 18px;
    padding: 5px 15px;
    background:#fefefe;
}

.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-left: 0px;
}

.cover-background-right {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-right: 0px;
}

.vertical-middle {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.text-theme-color {
    color: 
    #86bc42;
}

footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    position: relative;
}

footer h3.footer-title-style2 {
    margin-bottom: 28px;
}