﻿.product-options-errors {
    background-color:darkred;
    color:#fff;
    padding:10px;
    border-radius:4px;
    margin-bottom:10px;
    font-size:14px;

}
.product-options-errors span {
    display:block
}

.w3-product-options {
    margin-bottom:20px;
    width:100%;
}

/*reset inputs*/
    .w3-product-options input[type='radio'] {
        -webkit-appearance: radio !important;
        /*width:auto !important;*/ /*adding this seemed to break a lot of radios on themes*/
    }

.radio-label, .checkbox-label{
    display:inline-block;
}

.product-options-checkbox, .product-options-radiobutton {
    margin-right: 5px !important;
    min-height: unset !important;
}

.product-options-control-container {
    margin-bottom:15px;
}

.product-options-field-name, .product-options-field-description {
    margin-bottom:5px;
}

.product-options-field-name {
    font-weight:bold;
}

.po-accordion-title {
    padding: 5px;
    background-color: #000;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    border-radius:4px;
    
    padding-left:10px;
    cursor:pointer;
}

.open .po-accordion-title {
    margin-bottom:5px;
}

.po-accordion-title:hover {
    color:#f8f8f8;
    background-color: #222;
}

.po-accordion-title:before {
    content: '+ ';
}

.open .po-accordion-title:before {
    content: '- ';
}



.po-accordion-group {
    background-color:#e9e9e9;
}

.po-accordion-group.open {
    padding-bottom:5px;
}

.po-accordion-group .product-options-control-container {
    margin-left:15px;
    margin-right:15px;
    display:none;
}

.po-accordion-group.open .product-options-control-container {
    display:block;
}

.po-field-name-tooltip {
    display:block;
    float:right;
    position:relative;
}

.po-field-name-tooltip .tipr_container_top {
    bottom:40px;
    margin-top:0px;
    white-space:nowrap;
}

.product-options-colorpicker {
    width:30px;
    height:30px;
    margin-right:4px;
    margin-bottom:4px;
    display:inline-block;
    border:2px solid #aaa;
    border-radius:4px;

    -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   -ms-user-select: none;
   user-select: none;
   padding:2px;
   box-sizing: border-box;
}

.product-options-colorpicker .product-options-color-span {
    width:22px;
    height:22px;
    display:inline-block;
    box-sizing: border-box;
}

.product-options-colorpicker-container {
    display:inline-block;
}

.product-options-colorpicker:hover {
    cursor:pointer;
    /*opacity:0.8;*/
}

.product-options-colorpicker.colorpicker-selected {
    border:2px solid #000;
}

.tip{
    line-height:0px;
}

.product-options-textpicker-container{

}

.product-options-textpicker {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #c0c0c0;
    margin-right: 5px;
    margin-bottom: 5px;
}

.product-options-textpicker:hover {
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 0px 2px #000;
    -moz-box-shadow: inset 0px 0px 0px 2px #000;
    box-shadow: inset 0px 0px 0px 2px #000;
}

.product-options-textpicker.textpicker-selected {
    -webkit-box-shadow: inset 0px 0px 0px 2px #000;
    -moz-box-shadow: inset 0px 0px 0px 2px #000;
    box-shadow: inset 0px 0px 0px 2px #000;
}


.image-picker-item {
    background:#fff;
    position:relative;
    display:inline-block;
    vertical-align:top;
 
    margin-right:4px;
    margin-bottom:4px;
    border:2px solid #bbb;
    border-radius:4px;
    max-width:250px;
    -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   -ms-user-select: none;
   user-select: none;
   padding:2px;
   box-sizing: border-box;
}

    .image-picker-item img{
        width:100%;
        border:0px;
        padding:0px;
        margin:0px;
    }

    .imagepicker-desc {
        display: none;
    }

.image-picker-item .fields-shown .product-options-control-container {
    padding:5px 8px;
}

.image-picker-item .fields-shown .product-options-control-container:empty {
    margin:0px; padding:0px;
}

.image-picker-item:hover {
    cursor:pointer;
}

.image-picker-item:hover img {
    opacity:0.8;
}

.image-picker-item.imagepicker-selected {
    border:2px solid #000;
}

/*area field*/

.product-options-area-col {
    float:left;

    width:50%;
}

.product-options-area-col:first-child {
    padding-right:5px;
}

.product-options-area-col:last-child {
    padding-left: 5px;
}

.product-options-area-col span {
    display:block;
}

.product-options-area-container {
    clear:both;
    overflow:hidden;
}

.product-options-area-col select {
    width:100%;
}

/*TOOL TIPS*/

.product-options-colorpicker .tipr_container_top {
    margin-top:-77px;
}

.image-picker-item .tipr_container_top {
    top:-40px;
    margin-top:0px;
}

.tipr_content
{
     font: 13px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color: #fff; 
     background-color: #000;
     background:rgba(0, 0, 0,1);
     padding: 5px 13px;
}
.tipr_container_bottom
{
     display: none;
     position: absolute;
     margin-top: 13px;
     z-index: 1000;
}
.tipr_container_top
{
     display: none;
     position: absolute;
     margin-top: -77px;
     z-index: 1000;
}
.tipr_point_top, .tipr_point_bottom 
{
    position: relative;
	background: #fff;
	border: 1px solid #000;
}
.tipr_point_top:after, .tipr_point_top:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_top:after
{
	border-top-color: #000;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_top:before 
{
	border-top-color: #000;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.tipr_point_bottom:after, .tipr_point_bottom:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_bottom:after
{
	border-bottom-color: #000;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_bottom:before 
{
	border-bottom-color: #000;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}

.product-options-price-info {
    background-color:#ddd;
    color:#000;
    border-radius:4px;
    margin-bottom: 10px;
}

.pricing-info-header {
    color:#fff;
    font-weight:bold;
    background-color:#555;
    border-radius:4px;
    padding:10px;
}

.pricing-info-product {
    padding:10px;
}

.pricing-info-one {
    color:red;
}

.pricing-info-total {
    font-weight:bold;
    padding:10px;
}

.pricing-info-total-price { font-size:20px; }

/* END TOOLTIPS */

/* image customizer */

.product-options-image-customizer {
    position:relative;
    height:auto;
    width:100%;
}


.product-options-image-customizer.theme-width-limit {
    max-width:500px !important;
}

.product-options-image-customizer.zoom-mode {
    overflow:hidden;
}

.product-options-image-customizer.zoom-mode .option-customizer-layer  {
    width:auto;
}

.option-customizer-layer {
    position:absolute;
    width:100%;
    height:auto;
    top:0px;
    left:0px;
    transition: opacity linear 0.3s;
    background:none !important;
}

.option-customizer-layer.customizer-layer-hidden {
    opacity: 0;
}

.option-customizer-layer.customizer-layer-shown {
    opacity: 1;
}

.po-customizer-tabs {
    margin-top:10px;
    margin-bottom:10px;
    overflow:hidden;
    text-align:center;
}

.po-customizer-tabs a {
    display: inline-block;
    padding: 8px 14px;
    border-radius:25px;
    margin-right:5px;
    color:#fff;
    background-color:#888;
    text-decoration: none !important;
    font-size:18px;
    line-height:1.0 !important;

    position:static !important;
    top: initial !important;
    left: initial !important;
    width:auto !important;

}



.po-customizer-tabs a img {
    float:left;
    width:20px !important;
    filter: invert(100%);
    background: none !important;

    position:static !important;
    top: initial !important;
    left: initial !important;
}

.po-customizer-tabs a span {
    margin-left:5px;
}

.po-customizer-tabs a:hover,.po-customizer-tabs a:active,.po-customizer-tabs a:visited {
    color:#000;
    background-color:#aaa;
}

.po-customizer-tabs a:hover {
    /*opacity:0.6;*/
    background-color:#aaa;
    color:#555;
}

.po-customizer-tabs a:hover img {
    filter: invert(40%);
}

.po-customizer-tabs a.tab-active {
    color: #fff;
    background-color: #1c2a67;
}

.po-customizer-tabs a.tab-active img {
    filter: invert(100%);
}

.po-customizer-tabs a:last-child {
    margin-right:0px;
}


/* end image customizer */

/* **********   */

/* MAGNIFIC POPUP */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* END MAGNFIIC */


.w3-horizontal{
    margin-right: 10px;
}

/*Pointer events on submit*/
.w3-product-options.is-submit input, .w3-product-options.is-submit select, .w3-product-options.is-submit .product-options-colorpicker, .w3-product-options.is-submit .image-picker-item {
    pointer-events: none;
}