/**
 * @package     OpenCart\One Click Checkout
 * @author      OCProfi <ocprofi@gmail.com>
 * @copyright   Copyright © 2016, OCProfi.com
 * @license http://ocprofi.com/eula/
 */
.ocpoc {
        width: 46rem;
		margin: 0 auto;
		position: relative;
		background: #fff;
		border-radius: 1.25rem;
		padding: 2.5rem 3.125rem;
		display: flex;
		flex-direction: column;
}
.ocpoc-form-container .confidentiality label br{
    display: none;
}
.ocpoc-form-container .field-item, .ocpoc-footer .btn {
	width: 100%;
}
.ocpoc-footer .btn {
	display: block;
}
.ocpoc-footer {
	align-self: end;
  width: 100%;
}
.ocpoc h2 {
	margin: 0 0 2.5rem 0;
}
.mfpocp-close.close-btn {
	right: 1.25rem !important;
  top: 1.25rem !important;
	margin: 0 !important;
	width: 3.125rem !important;
  height: 3.125rem !important;
}
.mfpocp-close.close-btn:hover, .mfpocp-close.close-btn:focus {
  opacity: 1;
}
.ocpoc-head {
    padding: 0.9375rem;
    background: #eee;
    color: #000;
    font-size: 1.25rem;
    border-radius: 0.5rem 0.5rem 0px 0px;
    -moz-border-radius: 0.5rem 0.5rem 0px 0px;
    -webkit-border-radius: 0.5rem 0.5rem 0px 0px;
    border: 0px solid #000000;
}
.ocpoc-body {
/*    padding: 15px;*/
  background: #fff;
	display: grid;
  flex-grow: 3;
}
.ocpoc-body .ocpoc-product-info {
	display: flex;
  gap: 1.5rem;
}
.old-price {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.875rem;
}
.ocpoc-info .item-attributes {
	font-size: 1.3125rem;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
	margin-bottom: 1rem;
}
.ocpoc-footer {
		background: none !important;
/*
    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: 0.3125rem;
}
.ocpoc-thumbs {
    margin: 0 0 0.3125rem 0.3125rem;
    float: right;
}
.ocpoc-images img {
/*
    margin: 5px 0 5px;
    padding: 4px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
*/
}
.ocpoc-image img {
    border-radius: 0.9375rem;
/*
		width: 167px;
		height: 167px;
*/
		max-width: none;
}
/*
.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;
}
*/
.close-btn {
	margin: 0 0.625rem;
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.5 12.5L12.5 37.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 12.5L37.5 37.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
	background-repeat: no-repeat !important;
	background-position: center;
	background-size: 100%;
	width: 3.125rem;
	height: 3.125rem;
	background-size: contain !important;
	cursor: pointer !important;
}
.ocpoc-pname {
  font-weight: 600;
  font-size: 1.625rem;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
	line-height: 130%;
}
.ocpoc-price {
    width: 43%;
}
.ocpoc-price, .ocpoc-special {
    font-size: 1.375rem;
    line-height: 1.625rem;
}
.ocpoc-special span {
    font-size: 0.875rem; 
}
.ocpoc-price-wrap {
    margin: 0.625rem 0 0.3125rem 0;
    display: table;
    width: 100%;
}
.ocpoc .ocpoc-price-wrap > div {
    display: table-cell;
}
.ocpoc-price-wrap label {
    display: block;
    line-height: 1rem;
    font-weight: normal;
    font-size: 0.75rem;
}
.ocp-left, .ocp-right {
    line-height: 1.625rem;
}
.ocpoc-discounts {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 0.875rem;
}
.ocpoc-qty {
    min-width: 3.75rem;
    text-align: center;
    width: 14%;
    vertical-align: top;
}
.ocpoc-qty input {
    text-align: center;
    display: inline-block;
    padding: 0.125rem 0.1875rem;
    width: auto;
    max-width: 1.875rem;
    height: 1.625rem;
}
.ocpoc-total {
  text-align: right;
  font-weight: 500;
  font-size: 1.875rem;
	line-height: 130%;
}
.ocpoc-control {
    display: block;
    width: 100%;
    height: 1.875rem;
    padding: 0.125rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.625rem;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    -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 {
		margin-bottom: 0px !important;
}
.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: 0.75rem;
    display: inline-block;
    border-bottom: 1px dashed #000;
    color: #000;
    cursor: pointer;
    line-height: 0.75rem;
    vertical-align: top;
    text-decoration: none !important;
}
.ocpoc-show-descr:hover {
   color: #000;
   border: none;
   text-decoration: none !important;
}
.ocpoc-comment .ocpoc-control {
    height: 3.375rem;
}
.ocp-control-label {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: bold;
}
.ocpoc-special {
    text-decoration: line-through;
}
.ocpoc-discounts {
    font-size: 0.75rem;
}
.ocpoc-options-title {
    font-size: 1rem;
    margin-top: 0.625rem;
}
.ocpoc-text-right {
    text-align: right;
}
table.ocpoc-option {
    width: 100%;
}
table.ocpoc-option td {
    line-height: 1.5625rem;
    height: 1.5625rem;
    vertical-align: middle;
}
table.ocpoc-option td input {
    vertical-align: middle;
    margin: 0;
}
.ocpoc-option {
    margin-bottom: 0.625rem;
}
table.ocpoc-option td label {
    margin: 0;
}
.ocpoc-option .input-td {
    width: 1.25rem;
}
.ocpoc-option-title {
    font-weight: bold;
    margin-bottom: 0;
}
.ocpoc-description {
    display: none;
}
.ocpoc-description img {
    max-width: 100% !important;
}
.ocpoc-options {
    padding-bottom: 0.625rem;
    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: #EA001B;
		font-size: 1.125rem;
		line-height: 130%;
		display: initial;
}
.ocpoc-form-container {
/*	padding: 60px 0px;*/
}
.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: #eee;
    overflow: auto;
}
.btn-ocpoc-wrap button.btn-ocpoc {
    display: block !important;
    text-align: center!important;
    width: 100% !important;
    border: none;
    background-color: #eee;
    line-height: 2.375rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #888;
}
.btn-ocpoc-wrap button.btn-ocpoc:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
.ocpoc-product-btn {
    margin-bottom: 0.3125rem;
}
@media (max-width: 400px) {
    .ocpoc {
        width: 20rem;
    }
    .ocpoc-thumbs {
        float: none;
        margin-left: 0;
    }
    .ocpoc-thumbs br {
        display: none;
    }
    .ocpoc-thumbs img {
        margin-right: 0.3125rem;
    }
}
@media (max-width: 320px) {
    .ocpoc {
        width: 300px;
    }
}
@media (max-width: 1199px) {
	.ocpoc {
		width: 40rem;
		padding: 1.875rem 2.5rem;
	}
    .ocpoc-main-informations-wrap + .ocpoc-body + .mfpocp-close.close-btn {
        width: 2.1875rem !important;
        height: 2.1875rem !important;
    }
    .ocpoc-main-informations-wrap + .ocpoc-body .ocpoc-footer {
        margin-top: 2.125rem !important;
    }
    .ocpoc-main-informations__text .ocpoc-total {
        margin-top: 1.4375rem;
    }
	.ocpoc h2 {
		margin: 0 0 3.3125rem 0;
	}
	.ocpoc-image img {
		width: 10rem;
		height: 10rem;
	}
	.ocpoc-body .ocpoc-product-info {
		gap: 1.875rem;
	}
	.ocpoc-pname {
		font-size: 1.5rem;
	}
	.ocpoc-info .item-attributes {
		font-size: 1.25rem;
	}
	.ocpoc-total, .old-price {
		font-size: 1.5rem;
	}
	.ocpoc-error, .ocpoc-form-container .confidentiality label{
		font-size: 1.0625rem;
	}
}
@media (max-width: 576px) {
	.ocpoc {
        max-width: 22.5rem;
        padding: 1.25rem 1.875rem;
        width: 100%;
	}
    .ocpoc-main-informations-wrap {
        margin-bottom: 1.875rem;
    }
    .ocpoc-product-info {
        display: none !important;
    }
    .ocpoc-main-informations-wrap + .ocpoc-body {
        display: block;
    }
    .ocpoc-main-informations-wrap + .ocpoc-body .ocpoc-footer {
        margin-top: 0;
    }
	.ocpoc-form-container .confidentiality label br{
    display: block;
	}
	.ocpoc h2 {
		margin: 0 0 2.5rem 0;
	}
	.ocpoc-image img {
		width: 6.25rem;
		height: 6.25rem;
	}
	.ocpoc-body .ocpoc-product-info {
		gap: 1rem;
	}
	.ocpoc-pname {
		font-size: 1.0625rem;
	}
	.ocpoc-info .item-attributes {
		font-size: 0.875rem;
	}
	.ocpoc-total, .old-price {
		font-size: 1.0625rem;
	}
	.ocpoc-error, .ocpoc-form-container .confidentiality label{
		font-size: 0.75rem;
	}
	.mfpocp-close.close-btn {
		width: 2.1875rem !important;
		height: 2.1875rem !important;
		background-size: cover;
	}
}	