#ryco_product_calculator, #ryco_toolbar_calculator {
    position: relative;
    overflow: hidden;
    color: #454746;
}
#ryco_product_calculator .inputs , #ryco_toolbar_calculator .inputs{
    margin-top: 17px;
    margin-bottom: 23px;
}
#ryco_product_calculator .pricing, #ryco_toolbar_calculator .pricing {
    margin-top: 29px;
    padding: 9px 14px 6px 14px;
}

#ryco_product_calculator .inputs .layouts input, #ryco_toolbar_calculator .inputs .layouts input {
    height: 49px;
}
#ryco_product_calculator .layout_xy input[name="width"],
#ryco_toolbar_calculator .layout_xy input[name="width"],
#ryco_toolbar_calculator .layout_xy input[name="length"] {
    width: 35%;
    float: left;
}
 #ryco_product_calculator .layout_xy input[name="length"] {
     width: 34%;
 }

#ryco_product_calculator .layout_xy .separator, #ryco_toolbar_calculator .layout_xy .separator {
    width: 17%;
    text-align: center;
    line-height: 48px;
    float: left;
    vertical-align: top;
    height: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.layout_xy:after {
    width: 100%;
    display: table;
    content: '';
}
.total-placeholder {
    position: absolute;
    top: 9px;
    right: 0px;
    padding: 7px 0 0 13px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    opacity: .5;
    margin-bottom: .5rem;
    color: #000;
    font-size: 14px;
    float: right;
    margin-right: 15px;
}
.unit_switcher {
    line-height: 50px;
    font-weight: 600;
    width: 102px;
    overflow: hidden;
    padding-right: 6px;
}
.unit_switcher span {
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
}

.ryco-toolbar__inputs.inputs {
    display: flex;
    justify-content: space-between;
}
.ryco-toolbar__layouts.layouts {
    width: 113%;
}
.ryco-toolbar__layouts.layouts .total-group {
    position: relative;
}
.unit_switcher {
    text-align: right;
       width: 48%;
}
.toggle-switch-checkbox {
    display: none;
}
.toggle-switch {
    width: 45px;
    height: 22px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #291c05;
    background-color: #291c05;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 7px;
    margin-left: 4px;
    text-indent: -150%;
    clip: rect(0 0 0 0);
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.toggle-switch:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.toggle-switch:before,
.toggle-switch:after {
    content: "";
    display: block;
    position: absolute;
}

.toggle-switch:after {
    background-color: #b2db70;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 2px;
    -webkit-border-radius: 1.875em;
    border-radius: 1.875em;
    cursor: pointer;
}

.toggle-switch:after {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform,-moz-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform,-moz-transform,-o-transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
    -moz-transition-timing-function: cubic-bezier(.86,0,.07,1);
    -o-transition-timing-function: cubic-bezier(.86,0,.07,1);
    transition-timing-function: cubic-bezier(.86,0,.07,1);
}

.toggle-switch-checkbox:checked+.toggle-switch:after {
    left: 23px;
}

.toggle-switch-checkbox:checked+.toggle-switch:after {
    left: 5px;
    -webkit-transform: translateX(23px);
    -moz-transform: translateX(23px);
    -ms-transform: translateX(23px);
    -o-transform: translateX(23px);
    transform: translateX(23px);
}
.your_price_wrapper {
    border: 1px solid #4c5769;
    padding: 10px;
}
.your_price {
    font-weight: bold;
}
#ryco_product_calculator .pricing .value, #ryco_product_calculator .pricing .count, #ryco_product_calculator .pricing .coverage {
    font-weight: bold;
}
