html, body{
    height: 100%;
    background: #f1f2f4;
}

body{
    font-size:14px;
    line-height:19px;
    font-family: 'Open Sans', arial;
    color:#000;
}

body.single-product{
  overflow: hidden;
}

a{
    text-decoration:none;
    color:#e74b22;
}

a:hover{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
    clear:none;
    line-height:1em;
}

h1{   
    font-size:19px;
    font-weight:bold;
    padding-bottom:23px;
    padding-top:0px;
    text-transform:uppercase;
    
}

h2{
    font-size:19px;
    font-weight:bold;
    padding-bottom:8px;
    padding-top:13px;
    line-height: 22px;
}

h3{
    font-size: 15px;
    padding-bottom: 2px;
    padding-top: 11px;
    font-weight: bold;
}

h4{
    font-size:15px;
    padding-bottom:6px;
    padding-top:11px;
}


.entry ul{
    list-style: dots outside;
    margin-left: 20px;
}

.entry > ul {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
}

.entry li > ul{
    padding-top: 8px;
}

.entry ol{
    list-style: decimal outside;
    margin-left: 20px;
}

.entry > ol{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
}

.entry li{
    padding-bottom:8px;
}

.entry li:last-child{
    padding-bottom: 0;  
}

.entry p, .entry div{
    padding-bottom:10px;
}

.entry table{
    margin-top:10px;
    margin-bottom:10px;
}

.entry table thead{
    text-transform:uppercase;
    font-size:16px;
    font-weight:bold;
}

.entry table thead td{
    padding:4px 5px;
}

.entry table tbody{
}

.entry table tbody td{
    padding:4px 5px;
    vertical-align: top;
}

.entry table tbody td:first-child{
    border-left: none;
}

address{
    font-style:normal;
    padding-bottom:5px;
}

sup {
    vertical-align: super !important;
    font-size: smaller !important;
}

sub {
    vertical-align: sub !important;
    font-size: smaller !important;
}

.alignleft{
    float:left;
    padding-top:5px;
    padding-right:10px;
}

.alignright{
    float:right;
    padding-top:5px;
    padding-left:10px;
}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft{
    padding-right:10px;
}

img.alignright{
    padding-left:10px;
}

.center{
    margin:0 auto;
    position:relative;
}


#model_3d_idea{
    
    height: 100%;
    width: 100%;
    aspect-ratio: auto;
}

.gestion_onglet{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.onglet {
    padding: 0 !important;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}

.onglet h3{
    font-size: 20px;
    padding: 20px !important;
    margin: 0 !important;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.onglet h3::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent; /* Adjust size as needed */
  border-right: 5px solid transparent; /* Adjust size as needed */
  border-top: 5px solid black; /* Adjust size and color */
}

.onglet.open h3::after{
    transform: rotate(180deg);
}

.onglet h4{
  font-size: 18px;
  font-weigth: bold;
  padding-bottom: 10px;
  padding-top: 10px;
}

.onglet_content{
    display: none;
    padding: 0 20px 20px 20px !important;
}

.onglet.open .onglet_content{
    display: block;
}

.idea_two_col{
  display: flex;
  gap: 20px;
  padding-bottom: 0 !important;
}

.idea_two_col .idea_col{
  padding-bottom: 0 !important;
}

#liste_couleur{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#liste_couleur .sneak_peak_fake_button{
  border: 1px solid #ccc;
  padding-bottom: 0 !important;
  width: 200px;
  position:relative;
}

#liste_couleur .sneak_peak_fake_button p{
  padding-bottom: 0 !important;
}

#liste_couleur input{
  display: none;
}

#liste_couleur label{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#liste_couleur .sneak_peak_fake_button:has(input[type="radio"]:checked) {
  border: 1px solid #000;
}

#liste_couleur .sneak_peak_fake_button:hover{
  border: 1px solid #000;
}

#liste_couleur .sneak_peak_title{
  padding: 10px !important;
}

#liste_couleur .sneak_peak {
  padding-bottom: 0 !important;
  width: 100%;
  height: 40px;
  background-size: cover !important;
}

.custom-product-options label{
  display: block;
}

.custom-product-options input{
  width: 40px;
}

#page-wrap{
  max-width: 1200px;
  margin: 40px auto 40px;
}

.single-product #page-wrap{
  max-width: 100%;
  height: calc(100% - 80px);
  padding-left: 20px;
  padding-right: 20px;
}

.product.global_product_head{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: calc(100vh - 122px);
    padding-bottom: 0;
}

.product.global_product_head > div{
    width: 100% !important;
}

.woocommerce div.product div.summary{
    overflow: auto;
}

.woocommerce-product-gallery{
    margin: 0 !important;
    padding: 0 !important;
}

.entry-summary{
    overflow: scroll;
}

.woocomerce_3d_project .product_meta,
.woocomerce_3d_project .woocommerce-tabs.wc-tabs-wrapper{
  display: none;
}

.woocomerce_3d_project .summary.entry-summary,
.woocomerce_3d_project form.cart{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.woocomerce_3d_project form.cart{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.woocomerce_3d_project .gestion_onglet{
  overflow: auto;
  flex-grow: 99;
}

.gestion_onglet_bottom{
  display: flex;
  gap: 10px;
  align-items: center;
  bottom: 0;
  position: relative;
  background: #fff;
  padding: 40px 20px 40px !important;
  border: 1px solid #ccc;
}

.gestion_onglet_bottom .button{
  margin-left: auto !important;
}

.gestion_onglet_bottom div,
.gestion_onglet_bottom p{
  padding: 0 !important;
  margin: 0;
}

.btn_soumission{
  display: block;
  margin-left: auto;
  padding: 5px 10px;
  color: #000;
  border: 1px solid #000;
  margin-right: 20px;
  text-decoration: none !important;
}

.btn_soumission:hover{
  background: #000;
  color: #fff;
}

#save_submission.added{
  display: none !important;
}

#saved_submission{
  display: none
}

#saved_submission.show{
  display: block;
}
/*
.btn_soumission:before{
  content: "X"; 
  color: red; 
  font-size: 1.2em; 
  line-height: 1;
}

.btn_soumission.added:before{
  content: "★"; 
  color: gold; 
  font-size: 1.2em; 
  line-height: 1;
}
*/
@media only screen
and (max-width : 900px){
  .woocomerce_3d_project {
    flex-direction: column;
    height: auto !important;
  }
  
  .woocomerce_3d_project .woocommerce-product-gallery{
    height: 60vh !important;
    min-height: 300px;
  }
  
  body.single-product{
    overflow: auto;
  }
  
  .single-product #page-wrap{
    height: auto;
  }
}

#footer,
#header{
    display: none;
}

#dimensions_custom_panel{
  display: none;
}

#dimensions_custom_panel.show{
  display: flex;
}

