#pco_widget input.error {
    outline: 4px solid tomato !important;
}

#pco_widget textarea.error {
    outline: 4px solid tomato !important;
}

#pco_widget .pco-option-wrapper {
    position: relative;
    margin-bottom: 20px;
}

#pco_widget .pco-option-wrapper .pco-option-title {
    font-weight: bold;
    margin: 5px 0;
    position: relative;
}

#pco_widget .pco-option-wrapper .pco-option-title span.label {
    font-weight: normal;
}

#pco_widget .pco-option-wrapper .pco-option-title i {
    cursor: pointer;
}

#pco_widget .pco-option-wrapper .pco-option-title a.info-link:hover .info {
    opacity: 1;
}

#pco_widget .pco-option-wrapper .pco-option-title .info.active {
    opacity: 1;
}

#pco_widget .pco-option-wrapper .pco-option-title .info {
    position: absolute;
    top: -35px;
    left: 0;
    background-color: white;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 4px;
    font-size: .75rem;
    font-weight: normal;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
    z-index: 10;
}

#pco_widget select.pco_option {
    background-color: #fff;
    width: auto;
    padding-right: 1.875rem;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#pco_widget select.pco_option.error {
    outline: 2px solid red;
    color: inherit;
}

.pco_option__error {
    /* position: absolute; */
    color: red;
    font-size: .8rem;
    padding-top: 3px;
}

.pco_option.disabled {
    background-color: #d5d5d5 !important;
    cursor: not-allowed;
    pointer-events: none;
}

.pco_option-checkbox {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.pco_option-checkbox label {
    font-size: .7rem;
    margin: 0;
    margin-left: 20px;
    text-align: left;
}

.pco_option-checkbox input[type='checkbox'] {
	position: absolute;
	border: 2px solid #202020;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	outline: 0;
	padding: 0;
	height: 15px;
	width: 15px;
}

.pco_option-checkbox input[type='checkbox']:checked {
	background-color: #202020;
}
  
.pco_option-checkbox input[type='checkbox']:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 5px;
	height: 10px;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
}

#pco_widget .error-info {
    display: none;
    color: red;
    font-size: .8rem;
}

#pco_widget .images {
    margin: 0 auto;
    position: relative;
}

#pco_widget .images .image {
    border: 3px solid transparent;
    display: inline-block;
    min-width: 180px;
    text-align: center;
}

#pco_widget .images .image span {
    font-size: .8rem;
    width: 100%;
    display: block;
    text-align: center;
}

#pco_widget .images .image.selected {
    border: 3px solid #af8c13;
}

#pco_widget .images .image.selected span {
    font-weight: bold;
}

#pco_widget .images .zoom {
    cursor: pointer;
    font-size: 1.2rem;
}

.pco-option-wrapper .colors .color {
    width: 50px;
    height: 50px;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    padding: 2px;
    display: inline-block;
}

.pco-option-wrapper .colors .color .swatch {
    height: 100%;
    width: 100%;
    display: block;
}

.pco-option-wrapper .colors .color.selected {
    border: 3px solid #2fb5d2;
}

#pco_widget .checkbox-wrapper, #pco_widget .radio-wrapper {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 10px;
}

#pco_widget .checkbox-wrapper label, #pco_widget .radio-wrapper label {
    margin: 0 !important;
}

#pco_widget .checkbox-wrapper input[type='checkbox'], #pco_widget .checkbox-wrapper input[type='radio'], #pco_widget .radio-wrapper input[type='checkbox'], #pco_widget .radio-wrapper input[type='radio'] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.pco-modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.pco-modal-wrapper .pco-overlay {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.pco-modal-wrapper .pco-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    max-width: 90%;
    min-width: 320px;
    transform: translate(-50%, -50%);
    padding: 40px;
    z-index: 1000;
}

.pco-modal-wrapper .pco-modal h3 {
    font-size: .9rem;
}

.pco-modal-wrapper .pco-modal i {
    position: absolute;
    right: 10px;
    top: 10px;
}

#pco_widget .images .image.pco_option:not(.selected) {
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 1;
}

#pco_widget .images .image.pco_option:not(.selected) span {
    display: none;
}

.pco_widget .form-control {
    color: #232323;
}

.pco_widget .form-control:focus {
    color: #232323;
}

.textbox-wrapper {
    position: relative;
}

.textbox-wrapper .input-custom-placeholder {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #979797;
    font-size: .8rem;
    height: max-content;
    line-height: 1;
    margin: auto;
    padding: 0 1.05rem;
    pointer-events: none;
}

.textbox-wrapper input:not(:placeholder-shown) + .input-custom-placeholder {
    display: none;
}

.pco_option.tagify--focus + input + .input-custom-placeholder {
    display: none;
}

.additional-field-info {
    color: #595959;
    font-size: .7rem;
    text-align: right;
}

.tagify.form-control {
    background: #fff;
    border: 1px solid rgba(0,0,0,.25);
    font-size: .9rem;
    height: auto;
    min-height: 60px;
}

.tagify.form-control.tagify--focus {
    border-color: #af8c13;
}

.tagify .tagify__input {
    display: inline;
}

.alert-number-in-tag {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    background-color: #fff;
    margin: auto;
    max-height: 300px;
    max-width: 600px;
    padding: 20px;
    text-align: center;
    transition: .3s;
    width: 85%;
    z-index: 10000;
}

.alert-number-in-tag p {
    margin: 0;
}

.alert-number-in-tag .btn.btn-primary {
    margin: 20px auto 0;
    max-width: 220px;
}

.alert-number-in-tag__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #202020;
    opacity: 0.75;
    z-index: 9999;
}

.alert-example {
    margin-top: 10px;
}

.alert-example svg {
    fill: none !important;
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.alert-example > span {
    display: inline-block;
    text-align: left;
    width: 70px;
}

.product-actions {
    overflow-x: hidden;
}


@media (min-width: 768px) {
    .pco-modal-wrapper .pco-modal h3 {
        font-size: 1.125rem;
    }

    .pco_option-checkbox label {
        font-size: .8rem;
    }
}

@media (min-width: 1200px) {
    .additional-field-info {
        position: absolute;
        right: 4px;
        bottom: 2px;
    }
}

/*# sourceMappingURL=front.css.map */
