.oc {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
}
.oc-head {
    padding: 20px 20px;
    background:#fbf9f6;
 font-family: GillSans;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #303030;
    text-transform:uppercase
}
.oc-body {
    padding: 30px 30px;
    background: #fff;
}
.oc-footer {
    padding:20px 0px;
    background: #FBF9F6;
}
.oc-main-image, .oc-thumbs {
    display: inline-block;
    vertical-align: top;
}
.oc-main-image {
    margin-right: 5px;
}
.oc-thumbs {
    margin: 0 0 5px 5px;
}
.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: 60%;
}
.oc-pname {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 22px;
}
.oc-price {
    width: 40%;
    text-align: right;
}
.oc-price, .oc-special {
    font-size: 18px;
    line-height: 26px;
    text-align: right;
}
.oc-special span {
    font-size:14px; 
}
.oc-price-wrap {
    margin: 10px 0 5px 0;
    width: 100%;
    display:
    flex;
    flex-wrap:
    wrap;
    justify-content: space-between;
}
.oc .oc-price-wrap > div {
}
.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;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}
.oc-total {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid #be3a00;
    border-radius: 4px;
  max-width:150px;
  margin:0 auto;
}
.oc-control {
    display: block;
    width: calc(100% - 30px);
    border: solid 2px #be3a00;
  padding:15px 15px;
}
.oc-form-group {
    padding:5px 0;
}
.oc .clearfix:before, .oc .clearfix:after {
    display: table;
    content: " ";
}
.oc .btn {
    display: block;
    padding: 10px 30px;
    border: solid 2px #be3a00!important;
    background-color:transparent!important;
    cursor:pointer;
     font-family: GillSans;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #1f1f24!important;
}
.oc .btn:hover {
    text-decoration: none;
}
.oc .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);
}
.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;
}
.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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.oc .has-error .oc-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;
}
.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 {
    display: inline-block;
    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;
}
@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 {
    font-family: GillSans;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #fbf9f6;
  border:0;
  width:50px;
  height:50px;
}


.oc button#increase_quantity {
 object-fit: contain;
  background-color: #be3a00;
  
}

.oc button#decrease_quantity {
 object-fit: contain;
  background-color: #be3a00;
}


.oc input#spiner_quantity {
    border: 0px solid #D9D9D9;
    background: #fff;
    width: 50px;
   height:50px;
     font-family: GillSans;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #303030;
}

.row-buttons .add_cart{
   border: solid 2px #be3a00;
   font-family: GillSans;
   font-size: 25px;
   font-weight: normal;
   font-stretch: normal;
   font-style: normal;
   line-height: 2.07;
   letter-spacing: 2.5px;
   text-align: center;
   color: #1f1f24;
  max-width:250px;
  width:100%;
  margin:20px auto 0;
   display:
   block;
   cursor:
   pointer;
  transition:0.3s;
   background: transparent;
   text-transform: uppercase;
   padding: 0;
}

.row-buttons .add_cart:hover{
  background-color:#000;
  color:#fff;
  border-color:transparent;
}


@media screen and (max-width:992px){
  .oc-main-image{
    max-width:none;
    width:100%;
  }
  .oc-main-image img{
    max-width:none;
    width:100%;
  }
  .oc-thumbs{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
  }
}