

.twstheme__banner{
  height: auto;
  background-color: #d93;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  position: absolute;
  width: 100%;
  top: 0;
}

.twstheme_bannerbutton{
    color: #dd9932;
background-color: #fff;
display: inline-block;
border: none;
line-height: 0.9rem;
font-size: 0.8rem;
padding: 2px 8px;
border-radius: 3px;
margin-left: 10px;
text-transform: uppercase;
}
.twstheme_bannerbutton:hover{
    color: #fff;
    background-color: #000;
}

.ast-menu-cart-outline .ast-addon-cart-wrap {
  border-color: transparent !important;
}


/* SHORTCODE TWS IMAGESTRIP */
.tws_imagestripwrapper{
  display: block;
  position: initial;
  height: 120px;
}
.tws_imagestripcontainer{
  width: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.tws_imagestripinnercontainer{
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

}
.tws_imagestripimg{
  width: 100%;
height: 120px;
background-size: cover;
background-position: center;
}


/* SHORTCODE TWS CARD */
.tws_cardwrapper{
  padding: 70px 0 0 0;
}
.tws_cardcontainer{
  background-color: #fff;
  box-shadow: 0px 5px 20px #ddd;
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
}
.tws_cardimagewrapper {
  position: absolute;
  width: 100%;
}
.tws_cardimage{
  margin: -50px auto 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
}
.tws_cardimage img{
  border-radius: 50%;

}
.tws_cardcontent{
padding: 75px 20px 20px 20px;
text-align: center;
}

/* SHORTCODE TWS FAQ */
.tws_faqcontainer{
  width: auto;
  margin: 20px 5%;
  box-sizing: unset;
  background-color: #fff;
  box-shadow: 0px 5px 20px #ddd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tws_faqbtn{
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px;
}
.tws_faqicon{
  width: 20px;
  height: 20px;
  margin: 0 20px 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 20px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tws_faqicon svg{
  fill: #dd9933;
}
.tws_faqheading{

}
.tws_faqcontent{
  display:none;
  padding: 15px;
  border-top: 1px solid #e6e6e6;
}



#twsstruct-formoutsidetemp{
    -webkit-appearance: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}


#twsstruct-formoutsidetemp:focus{
    outline: none;
}

#twsstruct-formoutsidetemp::-moz-range-thumb,
#twsstruct-formoutsidetemp::-webkit-slider-thumb
{
    box-shadow: 0px 0px 5px #c4c4c4;
      border: 2px solid #dd9932;
      height: 25px;
      width: 25px;
      border-radius: 50px;
      background: #dd9932;
      cursor: pointer;
}
#twsstruct-formoutsidetemp::-moz-range-track,
#twsstruct-formoutsidetemp::-webkit-slider-runnable-track
{
    width: 100%;
    height: 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 13.6px;
    border: 1px solid #d9d9d9;
}

.select, .select2-container .select2-selection--single, .twsbtu-forminput, .mwtws-startbtn_alt_select{
    background-position-y: center !important;
}

.product_title.entry-title {
  font-size: 2rem !important;
  font-family: 'Poppins',sans-serif !important;
  font-weight: 600 !important;
}
.woocommerce div.product div.summary .single-product-category {
    display: none !important;
}

.woocommerce div.product p.price{
    margin: 0 0 30px 0 !important;
}




.woocommerce .bundle_form .bundled_product.bundled_item_optional{
    background: #dd993278;
      padding: 20px;
      border-radius: 8px;
}

.woocommerce .bundle_form .bundled_product.bundled_item_optional.bundled_item_411::before {
  content: "Choose your horizontal insulated pipe";
  font-size: 1.2rem;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #d7b786;
  margin-bottom: 15px;
  width: 100%;
}


.wp-block-button__link.wp-element-button {
  font-size: 1.1rem;
  font-weight: bolder;
}

.wp-block-button__link.wp-element-button:hover {
  font-size: 1.1rem;
  font-weight: bolder;
  color: black;
  background: #dd9932;
}

#gform_submit_button_30 {
    background: #32373c;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bolder;
    border-radius: 3px;
    width: auto;
    margin: auto;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    line-height: 1.2rem;
    transition: all .2s linear;
    min-width: 170px;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}


#gform_submit_button_30:hover {
  background: #dd9932;
  color: #000;
}

.wp-block-group.normalwidth {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.widewidth {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}


.twsheader-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.twsheader-gallery {
  position: relative;
  width: 100% !important;
  padding-bottom: 55%; /* aspect ratio */
  --wp--style--unstable-gallery-gap: 0 !important;
  gap: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 8px;
  overflow: hidden;
  //pointer-events: none;

}

.twsheader-gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
  object-fit: cover; height: 100%;
  object-position: center 30%;
}

.twsheader-gallery img.active {
  opacity: 1;
}

.twsheader-content {
    position: absolute;
    bottom: 20%;
    right: 5%;
    z-index: 1;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    text-transform: uppercase;
}

.twsheader-content .wp-block-button__link.wp-element-button {
  font-size: 1.2rem;
  background: #dd9932;
  margin: 20px 0 0 0;
}

.twsheader-content .wp-block-button__link.wp-element-button:hover {
  font-size: 1.2rem;
  background: #000;
  margin: 20px 0 0 0;
  color: #fff;
}

.sliderberg-slide-content img{
    border-radius: 50%;
  width: 250px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
    .twsheader-content {
        position: relative;
        top: 0px;
        left: 0;
        z-index: 1;
        color: white;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        margin-top: 20px;
        text-align: center;
        width: 100%;
        display: flex;
    }
}



.tws-roundblock::before{
    content: "Open Kit Builder";
position: absolute;
width: 100%;
height: 100%;
background: #dd9932f2;
border-radius: 8px;
text-align: center;
padding-top: 40%;
color: #fff;
font-weight: bold;
font-size: 20px;
display:none;
}
.tws-roundblock:hover::before{
display:block;
}

.tws-roundheading{
    font-size: 20px;
}

.tws-roundheading strong{
    font-size: 30px;
    vertical-align: middle;
    color: #dd9932;
}

.tws-roundnumber{
    border-style: none;
    border-width: 0px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #f6f6f6;
    padding: 0;
    border: 2px solid #e8e8e8;
    font-weight: bold;
    font-size: 25px !important;
        margin: 0 8px !important;
}

.tws_warranty{
    width: 300px;
    margin: auto;
    margin-top: -150px;
}

.wp-block-group.smallwidth {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tws-badge {
  max-width: 300px;
  margin: -170px auto 0 auto;
}



span.cat-links,
.ast-terms-link {
    display: none;
}
