@media screen and (min-width: 768px) { .gazebo_calculator .col-md-3.everythingmid_std .inn_summ button.single_add_to_cart_button.button.alt {
display: inline-block !important;
position: relative;
width: 100%;
}
.gazebo_calculator .col-md-3.everythingmid_std .inn_summ {
display: inline;
position: relative;
}
.gazebo_calculator .col-md-3.everythingmid_std .inn_summ .top_inn_sec {
display: inline-block;
position: relative;
}
.gazebo_finishing {
display: inline-block;
position: relative;
width: 100%;
}
.gazebo_finishing select#gabebo_printdropdown {
display: none;
}
.gazebo_finishing h2 {
text-align: left;
width: 100%;
display: inline-block;
position: relative;
}
.gazebo_finishing .print-options {
display: flex; flex-wrap: wrap;
justify-content: space-between;
margin-top: 20px;
}
.gazebo_finishing .option {
background: #8c8c8c;
width: 15.7%;
padding: 10px;
border-radius: 6px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
border: 2px solid transparent;
padding-bottom:0px;
margin-bottom:1em;
}
.term-product_cat-gazebo .sum_hlf_div.size_summ {
display: none !important;
}
.gazebo_finishing .option img {
max-width: 100%;
height: auto;
border-radius: 4px;
}
.gazebo_finishing .option.active {
background: #ffffff;
border-color: #d00000;
}
.gazebo_finishing .option-title {
font-weight: bold;
margin: 10px 0 5px;
font-size: 12px;
}
.gazebo_finishing .option-desc {
font-size: 12px;
color: #333;
}
.gazebo_finishing select {
padding: 8px;
font-size: 14px;
width: 100%;
max-width: 400px;
margin: 0 auto;
display: block;
} }
@media screen and (max-width: 767px) { .gazebo_finishing {
display: inline-block;
position: relative;
width: 100%;
}
.gazebo_finishing select#gabebo_printdropdown {
display: none;
}
.gazebo_finishing h2 {
text-align: left;
width: 100%;
display: inline-block;
position: relative;
}
.gazebo_finishing .print-options {
display: grid;
grid-template-columns: repeat(3, 1fr);
flex-wrap: wrap;
justify-content: center;
gap: 10px;
padding: 5px;
}
.gazebo_finishing .option {
background: #e0e0e0; padding: 10px;
border-radius: 6px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
border: 2px solid transparent;
padding-bottom: 0px;
margin-bottom: 1em;
}
.gazebo_finishing .option img {
max-width: 100%;
height: auto;
border-radius: 4px;
}
.gazebo_finishing .option.active {
background: #ffffff;
border-color: #d00000;
}
.gazebo_finishing .option-title {
font-weight: bold;
margin: 10px 0 5px;
}
.gazebo_finishing .option-desc {
font-size: 12px;
color: #333;
}
.gazebo_finishing select {
padding: 8px;
font-size: 14px;
width: 100%;
max-width: 400px;
margin: 0 auto;
display: block;
} }