.oc {
    width: 300px;
    margin: 0 auto;
    position: relative;
}

@media (min-width:380px) {
    .oc {
        width: 329px;
    }
}

@media (min-width:576px) {
    .oc {
        width: 600px;
    }
}

.oc-head {
    font-size: 26px;
    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: 130%;
    font-family: PlayFairDisplay;
}

.oc-head {
    margin: 10px 25px 10px !important
}

.oc-body {
    padding: 15px 15px 5px;
    background: #fff;
}

.oc-footer {
    padding: 0px 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;
}

@media (min-width: 576px) and (max-width: 768px) {}

.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: 18px;
    line-height: 26px;
    text-align: center;
    color: var(--primary);
    font-weight: bold;
    font-size: 20px;
}

.oc-special span {
    font-size: 14px;
}

.oc-price-wrap {
    margin: 10px 0 5px 0;
    display: table;
    width: 100%;
}

.oc .oc-price-wrap>div {
    display: block;
}

.oc-popup-name,
.oc-price,
.oc-group.oc-qty,
.oc-total {
    display: none !important
}

.oc-price-wrap label {
    display: block;
    line-height: 16px;
    font-weight: normal;
    font-size: 12px;
    text-align: left
}

.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-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 26px;
    color: #555;
    background-color: #fff;
    border: 0px;
    background-image: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.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;
    width: auto;
    max-width: 100%;
    margin-top: 20px;
}

.oc-required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.oc .has-error .oc-control {
    border-color: red;
}

.oc .has-error .oc-control:focus {
    border-color: red;
}

.oc-error {
    color: red;
}

.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: red;
}

.oc-footer p {
    /* line-height: 13px; */
    text-align: center;
    text-align: left
}
.oc-footer p.oc-captcha {
    margin-bottom: 26px;
}
.oc-footer p input {
    margin: 0;
    vertical-align: middle;
}

.oc-footer p a {
    /* text-decoration: underline; */
    font-weight: bold;
}

.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%
}

@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;
}

.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 {
    content: "";
    display: block;
    margin: 0px auto;
    width: 10px;
    height: 1px;
    background: #666666;
    position: absolute
}

.oc button#increase_quantity:after {
    content: "";
    display: block;
    margin: 0px auto;
    width: 1px;
    height: 10px;
    background: #666666;
    position: absolute
}

.oc button#decrease_quantity:before {
    content: "";
    display: block;
    margin: 0px auto;
    width: 10px;
    height: 1px;
    background: #666666;
    position: absolute
}

.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;
}

.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: 18px;
    font-weight: bold;
    border: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

#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; */
    color: #fff;
}