.ocpoc {
    width: 400px;
    margin: 0 auto;
    position: relative;
}
.ocpoc-head {
    padding: 15px;
    background: #eee;
    color: #000;
    font-size: 20px;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border: 0px solid #000000;
}
.ocpoc-body {
    padding: 15px;
    background: #fff;
}
.ocpoc-footer {
    padding: 15px;
    background: #eee;
    color: #000;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border: 0px solid #000000;
}
.ocpoc-main-image, .ocpoc-thumbs {
    display: inline-block;
    vertical-align: top;
}
.ocpoc-main-image {
    margin-right: 5px;
}
.ocpoc-thumbs {
    margin: 0 0 5px 5px;
    float: right;
}
.ocpoc-images img {
    margin: 5px 0 5px;
    padding: 4px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.ocpoc-images img:hover, .ocpoc-images img.active {
    border-color: #000;
    cursor:pointer;
}
.ocpoc-images .ocpoc-main-image img:hover {
    border-color: #ddd;
    cursor: auto;
}
.ocpoc-pname {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 22px;
}
.ocpoc-price {
    width: 43%;
}
.ocpoc-price, .ocpoc-special {
    font-size: 22px;
    line-height: 26px;
}
.ocpoc-special span {
    font-size:14px; 
}
.ocpoc-price-wrap {
    margin: 10px 0 5px 0;
    display: table;
    width: 100%;
}
.ocpoc .ocpoc-price-wrap > div {
    display: table-cell;
}
.ocpoc-price-wrap label {
    display: block;
    line-height: 16px;
    font-weight: normal;
    font-size: 12px;
}
.ocp-left, .ocp-right {
    line-height: 26px;
}
.ocpoc-discounts {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 14px;
}
.ocpoc-qty {
    min-width: 60px;
    text-align: center;
    width: 14%;
    vertical-align: top;
}
.ocpoc-qty input {
    text-align: center;
    display: inline-block;
    padding: 2px 3px;
    width: auto;
    max-width: 30px;
    height: 26px;
}
.ocpoc-total {
    font-size: 22px;
    line-height: 26px;
    vertical-align: top;
    width: 43%;
    text-align: right;
}
.ocpoc-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 26px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ocpoc-form-group {
    padding: 10px 0;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.ocpoc .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-shadow: none;
}
.ocpoc .btn:hover {
    text-decoration: none;
}
.ocpoc .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.ocpoc .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-weight: bold;
}
.ocpoc .btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
}
.ocpoc .btn-success:active {
    background-color: #449d44;
    border-color: #398439;
}
.ocpoc .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.ocpoc .btn-block {
    display: block;
    width: 100%;
}
.ocpoc-show-descr {
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px dashed #000;
    color: #000;
    cursor: pointer;
    line-height: 12px;
    vertical-align: top;
    text-decoration: none !important;
}
.ocpoc-show-descr:hover {
   color: #000;
   border: none;
   text-decoration: none !important;
}
.ocpoc-comment .ocpoc-control {
    height: 54px;
}
.ocp-control-label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}
.ocpoc-special {
    text-decoration: line-through;
}
.ocpoc-discounts {
    font-size: 12px;
}
.ocpoc-options-title {
    font-size: 16px;
    margin-top: 10px;
}
.ocpoc-text-right {
    text-align: right;
}
table.ocpoc-option {
    width: 100%;
}
table.ocpoc-option td {
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
}
table.ocpoc-option td input {
    vertical-align: middle;
    margin: 0;
}
.ocpoc-option {
    margin-bottom: 10px;
}
table.ocpoc-option td label {
    margin: 0;
}
.ocpoc-option .input-td {
    width: 20px;
}
.ocpoc-option-title {
    font-weight: bold;
    margin-bottom: 0;
}
.ocpoc-description {
    display: none;
}
.ocpoc-description img {
    max-width: 100% !important;
}
.ocpoc-options {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.ocpoc .btn-danger {
    font-weight: bold;
}

div.ocpoc-required .ocp-control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.has-error .ocpoc-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .ocpoc-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.ocpoc-error {
    color: #a94442;
}
.ocpoc-stock {
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #d9534f;
}
.ocpoc-footer p {
    line-height: 13px;
    text-align: center;
}
.ocpoc-footer p input {
    margin: 0;
    vertical-align: middle;
}
.ocpoc-footer p a {
    text-decoration: underline;
}
.ocpoc-footer p a:hover {
    text-decoration: none;
}
.btn-ocpoc-wrap {
    position: relative;
    /* border-top: 1px solid #ddd; */
    background-color: #fff;
    overflow: auto;
    display: flex;
    height: fit-content;
}
.btn-ocpoc-wrap button.btn-ocpoc {
    display: block !important;
    text-align: center!important;
    width: 100% !important;
    border: none;
    background-color: #fff;
    line-height: 20px;
    font-weight: bold;
    text-transform: unset;
    color: #10b936;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px dotted;
    padding: 0;
}
.btn-ocpoc-wrap button.btn-ocpoc:hover {
    color: #444;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.ocpoc-product-btn {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
@media (max-width: 400px) {
    .ocpoc {
        width: 320px;
    }
    .ocpoc-thumbs {
        float: none;
        margin-left: 0;
    }
    .ocpoc-thumbs br {
        display: none;
    }
    .ocpoc-thumbs img {
        margin-right: 5px;
    }
}
@media (max-width: 320px) {
    .ocpoc {
        width: 300px;
    }
}