@media (min-width: 768px) {
.modal-dialog {
    margin: 120px auto!important;
}
}

@media (max-width: 768px) {
    .modal-dialog {
        top: 5rem;
    }
    .card-column {
        width:100%
    }
}

body {
    font-family: Nunito Sans, Helvetica, sans-serif;
    color: #444444;
}

h4 {
    font-family: Arimo, Lato, Helvetica, sans-serif;
    font-size:20px;
    font-weight:600;
    color: #333333;
}

a {
    text-decoration:underline;
    color: #333333;
}

p {
    font-size:14px;
}

strong {
    color:#ed1c24;
    font-weight:600!important;
}

.wizard {
    display:none;

}
wizard-ok {
    display:none;
}

.wizard-next {
    float:right;
}

.wizard-nomodal {
    box-shadow:none;
    border:none;
}

.wizard .modal-header {
    background-color:#F6F6F6;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    padding: 15px 15px 0px;
    border-bottom: none!important;
}

.modal-header .close {
    margin-top: 3px!important;
    margin-left: 20px;
    margin-top: -17px!important;
}

.wizard-body {
    overflow:hidden;
}

.row {
    margin-left:-5px!important;
    margin-right:-5px!important;
}

.wizard-title {
    padding-bottom:5px;
}

.wizard-failedtext, .wizard-succestext {
    display:block!important;
}

.wizard-footer {
	text-align: left;
    background-color: #F6F6F6;
    border-top: none!important;
    border-radius: 0px 0px 5px 5px;
}

.wizard-footer .btn-default {
    border: none!important;
}

.progress {
    width: 100%;
    height: 8px;
}

.progress-bar-info {
    background-color: #ed1c24!important;
}

.btn-primary {
    background-color: #ed1c24!important;
    border-color: #ed1c24!important;
}

.image-container img {
    width:100%
}

.wizard-option {
    border: 3px solid #F6F6F6;
    border-radius: 3px;
    transition: .3s;
    height:100%;
}

.checked {
	border-color:#ed1c24;
	border-radius: 3px;
	transition: 0.05s;
}

.wizard-option:active {
	transform: translateY(4px);
	box-shadow: 0 5px #666;
}

.wizard-option:hover {
    background-color: #F6F6F6;
    cursor: pointer;
}

.wizard-optionLabel {
    padding: 0 .5rem;
    margin: 0 0 0 0;
}

.wizard-optionInfo {
    padding: 0.5rem;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
    padding-bottom:10px;
}
.listItem {
	padding: 12px 10px 12px 10px;
    border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0px!important;
}

.listItem:hover {
	background-color: #F6F6F6;
    cursor: pointer;
}

.listItem:active {
	transform: translateY(2px);
}

.listItem label {
	padding-left: 0px!important;
	margin-bottom: 0px!important;
    color: #444444;
}

.listItem input {
  position: absolute;
  opacity: 0;
}

.listItem-label {
    cursor: pointer;
}

.listItem input:checked + .listItem-label:before {
  background-color: #ed1c24;
  border-color: #ed1c24;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.listItem input:focus + .listItem-label:before {
  outline: none;
  border-color: #ed1c24;
}
.listItem input:disabled + .listItem-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.listItem input + .listItem-label:empty:before {
  margin-right: 0;
}

.woocommerce-result-count {
    display:none;
}

.orderby {
    display:none;
}

.wizard-radio-button.checked + .listItem-label:before {
    background-color: #ed1c24;
    border-color: #ed1c24;
    box-shadow: inset 0 0 0 3px #f4f4f4;
}

.wizard-checkbox-button + .listItem-label:before, .wizard-checkbox-button-card + .listItem-label:before, .wizard-radio-button + .listItem-label:before {
    content: "";
    background: #f4f4f4;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
    vertical-align: sub;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }

.wizard-radio-button + .listItem-label:before {
    border-radius: 100%!important;
}

.wizard-checkbox-button-card.checked + .listItem-label:before, .wizard-checkbox-button.checked + .listItem-label:before {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.wizard-checkbox-card.checked, .wizard-option-card.checked {
    border-color: #ed1c24;
}

.wizard-checkbox-card p, .wizard-option-card p {
    margin-top: 8px;
    font-size: 14px;
}

.wizard-checkbox-card, .wizard-option-card {
    border:1px solid #e5e5e5;
    border-radius:5px;
    height: 100%;
}

.wizard-results {
    width:100%;
}

.card-column {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.wizard-productresult .price {
    color:black;
}

.product-attributes {
    margin-top: 10px;
    font-size:12px;
    opacity: .7;
}

.product-attributes p i{
    color:#ed1c24;
}

.checkbox-checkmark {
    position: absolute;
    z-index: 1;
    color: #f4f4f4;
    padding: 3px 3px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
    height:100%;
}

.card-img-actions {
    position: relative;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: center;
}

.card-body a {
    text-decoration:none;
}

.card-body .price {
    font-size: 1.4em;
    font-weight: 700;
}

.card-img{
    max-width:100%;
}

.star{
        color: red;
}

.bg-cart {
    background-color:#ed1c24;
    color:#fff;
}

.bg-cart:hover {
    
    color:#fff;
}

.bg-buy {
    background-color:green;
    color:#fff;
    padding-right: 29px;
}
.bg-buy:hover {
    
    color:#fff;
}

.product-text {
    font-size: 18px;
    font-weight:600!important;
    color:#232323;
}




