table.display_meta img {
    max-width: 280px;
}
dl.variation img, .wc-item-meta img {
    max-width: 150px;
}
.hidden {
    display: none!important;
}
a.reset_variations {
    float: right;
}
/*table.variations select, table.options select {
    width: 100%;
    height: 2em;
}*/
#w2p_degressive_pricing {
    margin: 1em 0;
}
#w2p_degressive_pricing input[type=radio] {
    width: 1em;
    height: 1em;
    position: absolute;
    margin-top: 0.3em;
    padding: 0;
    margin-left: -1.3em;
}
.table_quantity, .table_quantity_unit_price, .table_quantity_price_display {
    float: left;
    padding: 0 0.1em;
    width: 33.33333%;
}
.table_quantity {
    padding-left: 1.5em;
    clear: both;
}
.table_quantity_unit_price {
    font-weight: normal;
    text-align: center;
}
.table_quantity_price_display {
    text-align: right;
    padding-right: 0.3em;
}
.row-qte {
    clear: both;
    margin-top: 5px;
}
.label_radio_quantite {
    cursor: pointer;
    margin: 0 !important;
    height: 34px;
    border-top: 1px solid #a9a9a9;
    display: block;
}
.label_radio_quantite.boosted_quantity, .label_radio_quantite.default_quantity {
    height: 5.1em;
    font-weight: 600;
}
.label_radio_quantite:nth-child(even) {
    background-color: #fdfdfd;
}
.label_radio_quantite:hover, .label_radio_quantite.active, .label_radio_quantite input[checked=checked] {
    background-color: #00a3da;
    color: #ffffff;
}
.label_radio_quantite:first-child {
    background-color: #f8f8f8;
    color: inherit;
}
.quantity_message {
    padding-left: 1.5em;
    font-style: italic;
    font-size: 0.9em;
    color: #75777d;
    font-weight: 500;
    clear: both;
}
label.label_radio_quantite.default_quantity.no_message,
label.label_radio_quantite.boosted_quantity.no_message {
    height: 3.8em;
}
label.label_radio_quantite.boosted_quantity:hover {
    background-color: #a9a9a9;
    color: white;
}
label.label_radio_quantite.boosted_quantity {
    color: #00a3da;
}
label.label_radio_quantite.boosted_quantity.active {
    color: white;
}
.quantity_boosted_title {
    background-color: red;
    color: white;
    margin-bottom: 0.4em;
    padding: 0 1em;
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: 600;
}
table.cart td.product-quantity .qty {
    padding: .326em;
    width: 4.706326em!important;
    max-width: 4.706326em;
}

table.cart .qty {
    padding: .875em;
    max-width: 5.632em;
}
dl.options {
    font-size: .875em;
}
dl.options dd {
    margin: 0 0 1em;
}
.single-product div.product table.options {
    margin: 0;
}
.single-product div.product table.options td, .single-product div.product table.options th {
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent;
}
.single-product div.product table.options .value {
    margin-bottom: 1em;
}
/* Customizer Choice */
div#product-custom-options-thumbnail {
    width: 16%;
    float: left;
    margin-right: 1em;
    margin-top: 1em;
}
div#product-custom-options-details {
    width: 82%;
    float: left;
    margin-bottom: 1em;
}
div.customizer-choice {
    clear: both;
}
.upload_now_description, .design_now_description{
    width: 70%;
    margin: 0;
    float: left;
    clear: both;
    line-height: 3.5em;
    margin-bottom: 1em;
}
.button.upload_now.single_add_to_cart_button , .button.design_now.single_add_to_cart_button  {
    float: right;
}
.custom_mode{
    clear: both;
    margin-bottom: 1em;
}
.upload_area{
    clear: both;
}
fieldset legend.customizer_upload {
    font-weight: 600;
    padding: 0;
    margin-left: 0;
}
.product-custom-preview {
    clear: both;
}
.preview_thumb {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 2em;
}
.preview_thumb img {
    margin: 0 auto;
    border: 0;
    -moz-box-shadow: 3px 3px 5px #aaa;
    -webkit-box-shadow: 3px 3px 5px #aaa;
    box-shadow: 3px 3px 5px #555;
    border-radius: 0;
    max-width: 500px
}
.progress-step {
    float: left;
    width: 33.8%;
    background-color: #f5f5f5;
    height: 30px;
    border: 1px solid #cccccc;
    border-right: 0;
    border-left: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: -0.5%;
    margin-bottom: 1em;
    padding: 1px 1px 1px 25px;
    font-size: 1em;
    font-weight: 600;
}
.progress-step:after {
    height: 19px;
    width: 20px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    background-color: #f5f5f5;
    top: 3px;
    right: -6px;
    border: 1px solid #cccccc;
    border-bottom: 0;
    border-left: 0;
    float: right;
    padding: 0;
}
div.customizer {
    clear: both;
}
.progress-step.progress-step-first {
    padding-left: 10px;
    border-left: 1px solid #cccccc;
}
.progress-step.progress-step-last:after {
    right: -10px;
}
.progress-step.active, .progress-step.active:after {
    background-color: #00a3da;
}
.progress-step.done, .progress-step.done:after {
    background-color: #57c4ef;
}
.cart_thumb img {
    margin: 0.5em;
    margin-left: 0;
    border-radius: 0;
    border: 0;
    display: inline-table;
}
.shipment_data {
    min-height: 123px;
    width: 31%;
    float: left;
    border: 1px solid #DDD;
    border-radius: 4px;
    margin-top: 16px;
    text-align: center;
    color: #999;
    padding: 4px 0;
    margin-right: 10px;
    font-size: .71em;
}
.shipment_data_title {
    font-size: .923em;
    padding: 0 6px;
    text-transform: uppercase;
    margin: 0;
    color: black;
    display: block;
    line-height: 1.5em;
    font-size: 1.3em;
}
.shipment_data a {
    color: #777;
}
.shipment_data_content, .shipment_data_sub_content {
    font-size: 1.6em;
    margin: 3px 0;
    padding-bottom: 5px;
    color: #0ea3db;
}
.shipment_data_sub_content {
    color: #999;
}
.shipment_data p {
    margin: 0;
}
.box {
  width: 70%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.shipment_conditions {
    clear: both;
}
.woocommerce-tabs .panel p.illustrator_advice:before, .woocommerce-tabs .panel p.photoshop_advice:before {
    display: block;
    content: " ";
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 0.5em;
    margin: 0 0.5em 0 0;
}
.woocommerce-tabs .panel p.illustrator_advice:before {
    background: transparent url('../../img/icon-illustrator.png') no-repeat;
}
.woocommerce-tabs .panel p.photoshop_advice:before {
    background: transparent url('../../img/icon-photoshop.png') no-repeat;
}
.woocommerce-tabs .panel p.illustrator_advice:after {
    display: block;
    content: " ";
    width: 346px;
    height: 236px;
    background: transparent url('../../img/print-template-illustrator-layers.png') no-repeat;
    text-align: center;
    margin: auto;
    margin-top: 1em;
    clear: both;
}
.woocommerce-tabs .panel h3.print_template_area:before {
    display: block;
    content: " ";
    width: 0.8em;
    height: 0.8em;
    float: left;
    margin-top: 0.4em;
    margin-left: -1em;
    margin-right: 0.3em;
}
.woocommerce-tabs .panel h3.print_template_area {
    margin: 0;
    margin-left: 1em;
}
.woocommerce-tabs .panel div.print_template_areas {
    padding: 0 1em;
    width: 50%;
    float: left;
}
.woocommerce-tabs .panel div.print_template_areas:before {
    display: block;
    content: " ";
    width: 346px;
    height: 236px;
    background: transparent url(../../img/print-template-areas.png) no-repeat;
    text-align: center;
    margin: auto;
    margin-top: 1em;
}
p.photoshop_advice, p.illustrator_advice {
    clear: both;
}
.woocommerce-tabs .panel div.print_template_advice {
    padding: 0 1em 1em;
    clear: both;
}
.woocommerce-tabs .panel div.print_template_adobe_advice {
    padding: 0 1em;
    width: 50%;
    float: left;
}