.oc {
    width: 300px;
    margin: 0 auto;
    position: relative;
}
.oc-head {
    font-size: 22px;
    background: transparent!important;
    color: #303132!important;
    font-weight: bold;
    text-align: center;
    margin: 10px 25px!important;
    margin-top: 40px;
    margin: 10px 25px 0px!important;
    margin-top: 40px;
    line-height: 125%;
    
}
.oc-body {
    padding: 15px;
    background: #fff;
    text-align: center;
}
.oc-footer {
    padding: 10px 15px 25px;
    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;
    background:transparent!important
}
.oc-main-image, .oc-thumbs {
    display: inline-block;
    vertical-align: top;
}
.oc-main-image {
    margin-right: 5px;
}
.oc-thumbs {
    margin: 0 0 5px 5px;
    float: right;
}
.oc-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;
}

.oc-images img:hover, .oc-images img.active {
    border-color: #000;
    cursor:pointer;
}
.oc-images .oc-main-image img:hover {
    border-color: #ddd;
    cursor: auto;
}
.oc-popup-name {
    /* width: 54%; */
    width: 100%;
    text-align: center;
}
.oc-pname {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: bold;
}
.oc-price {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
.oc-price, 
.oc-special {
    font-size:16px;
    text-align: center;
    font-weight: bold;
}
.oc-special span {
    font-size:14px; 
}
.oc-price-wrap {
    margin: 10px 0 5px 0;
    display: table;
    width: 100%;
    display: none;
}
.oc .oc-price-wrap > div {
    display: block;
}
.oc-price-wrap label {
    display: block;
    line-height: 16px;
    font-weight: normal;
    font-size: 12px;
}
.oc .left, .oc .right {
    line-height: 26px;
}
.oc-discounts {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 14px;
}
.oc-qty {
    min-width: 40px;
    text-align: center;
    width: 92px;
    margin: 0 auto;
    vertical-align: top;
    height: 31px;
}
.oc-total {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 100%;
    padding: 3px 10px;
    border: 0px solid #ddd;
    border-radius: 0px;
    margin: 10px auto;
}
.oc-total span {
    font-weight: bold;
}
.oc-control {
    display: block;
    width: 100%;
    height: 38px;
    background-image: none;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    transition: border-color ease-in-out .15s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.oc-form-group {
    padding: 7px 0;
}
.oc .clearfix:before, .oc .clearfix:after {
    display: table;
    content: " ";
}
/* .oc .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: 0px;
    text-shadow: none;
}
.oc .btn:hover {
    text-decoration: none;
}
.oc .btn:active {
    background-image: none;
    outline: 0;
} */
.oc .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-weight: bold;
}
.oc .btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
}
.oc .btn-success:active {
    background-color: #449d44;
    border-color: #398439;
}
.oc .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.oc .btn-block {
    display: block;
    width: 100%;
}
.oc-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;
}
.oc-show-descr:hover {
   color: #000;
   border: none;
   text-decoration: none !important;
}
.oc-comment .oc-control {
    height: 54px;
}
.oc .control-label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}
.oc-special {
    text-decoration: line-through;
    font-size: 14px;
    color: #666666;
    font-weight:400
}
.oc-discounts {
    font-size: 12px;
}
.oc-options-title {
    font-size: 16px;
    margin-top: 10px;
}
.oc-text-right {
    text-align: right;
}
table.oc-option {
    width: 100%;
}
table.oc-option td {
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
}
table.oc-option td input {
    vertical-align: middle;
    margin: 0;
}
.oc-option {
    margin-bottom: 10px;
}
table.oc-option td label {
    margin: 0;
}
.oc-option .input-td {
    width: 20px;
}
.oc-option-title {
    font-weight: bold;
    margin-bottom: 0;
}
.oc-description {
    display: none;
}
.oc-description img {
    max-width: 100% !important;
}
.oc-options {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.oc .btn-danger {
    font-weight: bold;
}

.oc-required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.oc .has-error .oc-control {
    border-color: #a94442;
}
.oc .has-error .oc-control:focus {
    border-color: #843534;
}
.oc-error {
    color: #a94442;
}
.oc-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;
}
.oc-footer p {
    line-height: 13px;
    text-align: center;
}
.oc-footer p input {
    margin: 0;
    vertical-align: middle;
}
.oc-footer p a {
    text-decoration: underline;
}
.oc-footer p a:hover {
    text-decoration: none;
}
.btn-oc-wrap {
    position: relative;
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.btn-oc-wrap button.btn-oc {
    display: block !important;
    text-align: center!important;
    width: 100% !important;
    border: none;
    background-color: #eee;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    color: #888;
}
.btn-oc-wrap button.btn-oc:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
/* .oc-product-btn {
    margin-top: 5px;
    margin-bottom: 5px;
} */
.oc-product-btn {
    display: inline-flex;
}
.oc-product-btn button {
    width:100%!important
}
@media (max-width: 400px) {
    .oc {
        width: 320px;
    }
    .oc-thumbs {
        float: none;
        margin-left: 0;
    }
    .oc-thumbs br {
        display: none;
    }
    .oc-thumbs img {
        margin-right: 5px;
    }
}
@media (max-width: 320px) {
    .oc {
        width: 300px;
    }
}

.oc button#decrease_quantity, 
.oc button#increase_quantity {
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    display: block;
    height: 18px;
    padding: 8px 0px;
    width: 31px;
    margin: 0 auto;
    float: left;
    cursor: pointer;
    background: #ddd;
    line-height: 0px!important;
    border: 0px;
    height: 100%;
    position:relative;
    text-align:center;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.oc button#decrease_quantity {
    border-top-right-radius:0px;
    border-bottom-right-radius:0px
}
.oc button#increase_quantity {
    border-top-left-radius:0px;
    border-bottom-left-radius:0px
}
.oc button#increase_quantity:before,
.oc button#increase_quantity:after,
.oc button#decrease_quantity:before  {
    content: "";
    display:block;
    margin:0px auto;
    width:1px;
    height:10px;
    background:#666666;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
}
.oc button#increase_quantity:before,
.oc button#decrease_quantity:before {
    width:10px;
    height:1px;
}
.oc button#decrease_quantity {
    font-size:0px;
    float: left;
}


.oc button#decrease_quantity:hover, 
.oc button#increase_quantity:hover {
    background: var(--default-hover);
    border-color: var(--default-hover);
}
.oc button#increase_quantity {
    font-size:0px;
}
.oc input#spiner_quantity {
    border: 1px solid #D9D9D9;
    border-left:0px;
    border-right:0px;
    background: #fff;
    width: 30px;
    display: inline-block;
    height: 31px;
    margin: 0px auto;
    text-align: center;
    font-family: Roboto-Regular, Arial, Tahoma;
    font-size: 12px;
    float: left;
    color: #444;
    border-radius: 0px;
}

.oc {
    background: #fff;
    padding: 15px;
    border-radius: 0.3rem;
}
.oc .zagol3 {
    background: #fff;
    margin: 10px 25px;
}
.oc-footer {
    text-align: center;
}
.oc-discounts {
    display: none!important;
}
.row-buttons {
    text-align: center;
    /*height: 100%;*/
    display: flex;
    width: 100%;
    justify-content: center;
}
/* #oc_submit {
    background: var(--primary);
    color: #fff;
    width: 120px;
    height: 36px;
    margin: 0 auto!important;
    display: block;
    float: none!important;
    font-size: 14px;
    font-weight: 500;
    border: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
} */

#oc_submit:hover,
#oc_submit:focus,
#oc_submit:active,
#oc_submit.active {
   /*  box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    background: var(--primary-hover)!important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;*/
} 
