﻿


.BreadcrumbEditView {
    padding-top: 4%;
    width: 81%;
}

body.with-module-simple-hero-image-tall .module-simple-hero-image-tall {
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin-left: 50%;
    width: 100vw;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.product-properties-table{
    margin-bottom : 50px;
}

.error-message{
    color:red;
    display:none;
}


.btn-green{
    background-color:#2fb021;font-size:16px;font-weight:300;padding-left:24px;padding-right:24px;line-height:58px;
    display:inline-block;-webkit-transition:all .2s cubic-bezier(.5,.15,.33,1);
    -moz-transition:all .2s cubic-bezier(.5,.15,.33,1);-o-transition:all .2s cubic-bezier(.5,.15,.33,1);
    transition:all .2s cubic-bezier(.5,.15,.33,1);border:1px solid #2fb021;color:#fff
}
