.fw-accordion {
    border: 1px solid #cfcfcf;
    clear: both;
}

.fw-accordion .fw-accordion-title {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    background: #f2f2f2;
    padding: 15px 40px;
    margin: 0;
    cursor: pointer;
    border-top: 1px solid #cfcfcf;
}

.fw-accordion .fw-accordion-title:focus {
    outline: medium none;
}

.fw-accordion .fw-accordion-title:first-child {
    border-top: none;
}

.fw-accordion .fw-accordion-title.ui-state-active {
    background: none;
}

.fw-accordion .fw-accordion-title .ui-icon {
    background: url("../img/plus-accordion.png") no-repeat;
    position: absolute;
    top: 20px;
    left: 15px;
    width: 8px;
    height: 8px;
}

.fw-accordion .fw-accordion-title.ui-state-active .ui-icon {
    background: url("../img/minus-accordion.png") no-repeat;
    top: 22px;
}

.fw-accordion .fw-accordion-content {
    padding: 0;
}

.fw-accordion .fw-accordion-content > p {
    padding: 0 30px 20px 30px;
}

.fw-accordion .fw-accordion-content p:last-child {
    margin-bottom: 0;
}

.item-attribute-choice ul li {
    float: left;
    /*width: 48.5%;*/
    margin-right: 3%;
}

.item-attribute-choice ul li input {  display: none; }

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.item-attribute-choice ul li label {
    background: #fff;
    width: 100%;
    padding: 16px 14px;
    font-size: 16px;
    line-height: 1.4;
    color: #7e7e7e;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.2s;
}

.item-attribute-choice ul li label:hover {
    border: 2px solid #8bc34a;
}

.item-attribute-choice ul li input:checked+label { border: 2px solid #8bc34a; }

.item-attribute-choice ul li label span {
    font-weight: 700;
    display: block;
    color: #0b0b0b;
}

.item-attribute-choice.choice-of-three ul li{
    width:32%;
    margin-right:2%
}

.item-attribute-choice.choice-of-three ul li label{ font-size:13px; min-height:110px }

.item-attribute-choice.choice-of-three ul li label img{ display:none }
.item-attribute-choice.choice-of-three ul li label span{ font-size:16px }
.item-attribute-choice.choice-of-three ul li:last-child{ margin-right:0; margin-bottom:0 }
.choice-of-three .var-name{ min-height:55px;margin-bottom:5px }
.item-attribute-choice.choice-of-three ul li label span{ font-size:14px }
.item-attribute-choice.choice-of-three ul li label{ font-size:13px; min-height:1px }

.item-attribute-choice.choice-of-three ul li{
    width:100%;
    margin-right:0;
    margin-bottom:7px
}

.single-item-confirm {
    margin-bottom: 18px;
}

.btn-green[disabled], .btn-green:focus[disabled], .btn-green:active[disabled] {
    background: grey;
    cursor: default;
}

.single-item-confirm button {
    position: relative;
    transition: .1s;
    margin-top: 10px;
}

.btn-full {
    min-width: 1px !important;
    width: 100% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.btn-green, .btn-green:focus, .btn-green:active {
    line-height: 1.5;
    display: inline-block;
    background: #8bc34a;
    color: #fff;
    border: none;
    outline: none;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    min-width: 242px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.btn-tooltip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120%;
    background: #8bc34a;
    font-size: 13px;
    color: #fff;
    padding: 8px 10px;
    text-transform: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.btn-tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: #8bc34a;
    border-width: 7px;
    margin-left: -7px;
}

button[disabled]:hover .btn-tooltip {
    opacity: 1;
    visibility: visible;
}

.single-item-confirm button svg {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-transform 0s;
    -moz-transition: -moz-transform 0s;
    transition: transform 0s;
}

.single-item-confirm button svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -o-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #8bc34a;
    color: #fff;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #8bc34a;
    color: #fff;
}
.woocommerce table.cart td.actions .input-text {
    width: 150px;
}
.woocommerce-terms-and-conditions-link {
	color: #337ab7;
}
.woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox] {
	position: relative;
}