/* _content/AMSWebsiteApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jihc2ehwzh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jihc2ehwzh] {
    flex: 1;
}

.content-height[b-jihc2ehwzh] {
    min-height: 58vh;
}
/* _content/AMSWebsiteApp/Components/Layout/NavFooter.razor.rz.scp.css */
/* phone */

a[b-rua2g2uq5k] {
    color: #fff;
    text-decoration: none;
}

a:hover[b-rua2g2uq5k] {
    color: #B0D0D3;
    text-decoration: none;
}

.centered-bckgnd2[b-rua2g2uq5k] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    height: 100%;
    padding-top: 5rem;
}

#footer[b-rua2g2uq5k] {
    font-size: 1rem;
    padding: 1rem;
    background-color: #758695;
}

.q-col[b-rua2g2uq5k] {
    margin-bottom: 1rem;
    border-left: 1px solid white;
    margin-top: 1rem;
}

.contactus[b-rua2g2uq5k] {
    font-size: 12px;
    background-color: #54A3AA;
    float: right;
}

.contactusfooter[b-rua2g2uq5k] {
    font-size: 12px;
    background-color: #54A3AA;
}

.contactus:hover[b-rua2g2uq5k], .contactusfooter:hover[b-rua2g2uq5k] {
    color: #54A3AA !important;
    background-color: #fff;
    border: 2px solid #54A3AA;
}

.footlogo[b-rua2g2uq5k] {
    width: 200px;
}

.f2[b-rua2g2uq5k] {
    font-size: 2rem;
}

.cp[b-rua2g2uq5k] {
    cursor: pointer;
}

.whitebtn:hover[b-rua2g2uq5k] {
    background: #54A3AA;
    color: #fff;
}

.whitebtn[b-rua2g2uq5k] {
    background: #fff;
    color: #54A3AA;
}

.sub[b-rua2g2uq5k] {
    outline: #54A3AA 1px solid;
}

.lighter-bckgnd[b-rua2g2uq5k] {
    background: #EDF2F6;
}


@media only screen and (max-width: 1120px) {
    #footer[b-rua2g2uq5k] {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1023px) {
.ams[b-rua2g2uq5k] {
    display: none;
}
}

@media only screen and (max-width: 950px) {
    a[b-rua2g2uq5k] {
        color: #fff;
        margin-right: 2rem;
        margin: auto;
    }

    .col-2[b-rua2g2uq5k],
    .col-3[b-rua2g2uq5k] {
        width: 100%;
        display: flex;
    }

    .q-col[b-rua2g2uq5k] {
        border-left: 0;
        border-top: 1px solid white;
    }

    .qs[b-rua2g2uq5k] {
        margin-top: 1rem !important;
    }

    .modal[b-rua2g2uq5k] {
        z-index: 99999999999999999;
    }

    .row.footer[b-rua2g2uq5k] {
        display: block;
    }

    .col.foot[b-rua2g2uq5k] {
        max-width: 100%;
        margin-bottom: 2rem !important;
        text-align: center;
        font-size: 1rem;
    }

    .col-2[b-rua2g2uq5k] {
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .row[b-rua2g2uq5k] {
        display: block;
    }

    .col.foot[b-rua2g2uq5k] {
        margin-bottom: 2rem !important;
        text-align: center;
    }

    .d-flex.subfooter[b-rua2g2uq5k] {
        display: block !important;
    }
    
    .row.subfooter[b-rua2g2uq5k] {
        display: flex !important;
    }
}
/* _content/AMSWebsiteApp/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-item[b-l6yqetm6hn] {
    font-size: 1.2rem;
}

.navbar-expand-lg .navbar-nav .nav-link[b-l6yqetm6hn] {
    padding-right: 3rem;
    padding-left: 3rem;
}

.navbar[b-l6yqetm6hn] {
    background-color: #758695;
}

.active[b-l6yqetm6hn] {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #7a8b99;
}

.badge-dealer[b-l6yqetm6hn] {
    color: #fff;
    background-color: #7a8b99;
}

.navlogo[b-l6yqetm6hn] {
    width: 250px;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
}

a[b-l6yqetm6hn], .nav-link:hover[b-l6yqetm6hn], .nav-link:focus[b-l6yqetm6hn] {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.cp[b-l6yqetm6hn] {
    cursor: pointer;
}

.fontcolor[b-l6yqetm6hn] {
    color: #7A8B99;
}


/* megamenu */
.dropdown-item.active[b-l6yqetm6hn],
.dropdown-item:active[b-l6yqetm6hn] {
    color: #555;
    text-decoration: none !important;
    background-color: white !important;
}

.drop[b-l6yqetm6hn] {
    padding: .25rem 1.5rem;
}

.drop:focus[b-l6yqetm6hn], .drop:hover[b-l6yqetm6hn] {
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-header[b-l6yqetm6hn] {
    font-size: 1.2rem;
    padding: 0 !important;
    color: #afb7bb;
    margin-left: -1.3rem;
}

.dropdown-subheader[b-l6yqetm6hn] {
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.li-border[b-l6yqetm6hn] {
    border-left: 2px solid grey;
    margin-left: 1rem;
}

.dropdown-menu[b-l6yqetm6hn] {
    position: absolute;
    top: 97%;
}

.menu-large[b-l6yqetm6hn] {
    position: static !important;
}

.megamenu[b-l6yqetm6hn] {
    padding: 20px 20px;
    width: 100%;
    max-width: 1600px;
}

.megamenu>div>li>ul[b-l6yqetm6hn] {
    padding: 0;
    margin: 0;
}

.megamenu>div>li>ul>li[b-l6yqetm6hn] {
    list-style: none;
}

.megamenu>div>li>ul>li>a[b-l6yqetm6hn] {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #7A8B99;
    white-space: normal;
}

.megamenu.dropdown-header[b-l6yqetm6hn] {
    color: #428bca;
    font-size: 18px;
}

.dropdown-item[b-l6yqetm6hn] {
    width: none !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu[b-l6yqetm6hn] {
    position: absolute;
    top: 307px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .megamenu[b-l6yqetm6hn] {
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu>li[b-l6yqetm6hn] {
        margin-bottom: 30px;
    }

    .megamenu>li:last-child[b-l6yqetm6hn] {
        margin-bottom: 0;
    }

    .megamenu.dropdown-header[b-l6yqetm6hn] {
        padding: 3px 15px !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header[b-l6yqetm6hn] {
        color: #fff;
    }
}

/* megamenu end */


/* ipad */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

    .nav-link[b-l6yqetm6hn] {
        padding-right: 2rem !important;
        padding-left: 1rem !important;
    }

    .nav-item[b-l6yqetm6hn] {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1221px) {
    .navbar-expand-lg .navbar-nav .nav-link[b-l6yqetm6hn] {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media only screen and (max-width: 1030px) {
    .navbar-expand-lg .navbar-nav .nav-link[b-l6yqetm6hn] {
        padding-right: 0rem;
        padding-left: 2rem;
    }
}


/* phone */
@media only screen and (max-width: 600px) {
    .navbar[b-l6yqetm6hn] {
        z-index: 9999999999;
    }

    li.col-md-3.dropdown-item.mt-5[b-l6yqetm6hn] {
        margin-top: 0 !important;
    }
}
/* _content/AMSWebsiteApp/Components/Pages/About.razor.rz.scp.css */
.centered-bckgnd[b-lnb13fc4ao] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.product-title[b-lnb13fc4ao] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.heroimg[b-lnb13fc4ao] {
    height: 600px;
    object-fit: cover;
}

.lh-2r[b-lnb13fc4ao] {
    line-height: 2rem;
}

.aboutus[b-lnb13fc4ao] {
    color: #fff;
    font-size:3rem;
}

.img-height[b-lnb13fc4ao] {
    height: 400px;
    object-fit: cover;
    width: 100%;
}


/* phone */
@media only screen and (max-width: 600px) {

    .row[b-lnb13fc4ao] {
        display: block;
    }

    .heroimg[b-lnb13fc4ao] {
        height: 400px;
    }
}
/* _content/AMSWebsiteApp/Components/Pages/ClutchControl.razor.rz.scp.css */
.centered-bckgnd[b-glc6sumfxj] {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 19%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-img-top[b-glc6sumfxj] {
  min-height: 350px;
  max-height: 350px;
  object-fit: cover;
}

.card[b-glc6sumfxj] {
  width: 20rem;
}

.card-text[b-glc6sumfxj] {
  font-size: 1.5rem;
}

.product-title[b-glc6sumfxj] {
  font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.product-p[b-glc6sumfxj] {
  font-size: 1.3rem;
  width: 800px;
  margin: auto;
  margin-bottom: 2rem;
}

.rs-title[b-glc6sumfxj] {
  color: #808184;
  font-size: 2.2rem;
  margin-left: 3rem;
}

.blue-box[b-glc6sumfxj] {
  background-color: #7a8b99;
  max-height: 20rem;
  margin-bottom: 20rem;
  margin-top: 5rem;
}

.card-bckgnd[b-glc6sumfxj] {
  background-color: #afb7bb;
  color: #fff;
  min-height: 113px;
  max-height: 113px;
}

.findealer[b-glc6sumfxj] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #afb7bb;
  color: #fff;
  z-index: 99999;
}

.heroimg[b-glc6sumfxj] {
  height: 600px;
  object-fit: cover;
}

a:hover[b-glc6sumfxj] {
  color: #fff;
  text-decoration: none;
}

a[b-glc6sumfxj] {
  text-decoration: none;
}

#hero-block[b-glc6sumfxj] {
  background-color: #edf2f6;
  padding: 4rem;
}

.card-body[b-glc6sumfxj] {
  background-color: #758695;
}

.hero-text[b-glc6sumfxj] {
  font-size: 1.3rem;
}


/* ipad */
/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .card[b-glc6sumfxj] {
    width: 16rem;
  }
}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* ipad end */

@media only screen and (max-width: 1200px) {
  .card[b-glc6sumfxj] {
    width: 18rem;
  }
}

@media only screen and (max-width: 999px) {
  .card[b-glc6sumfxj] {
    width: 13rem;
  }
}

/* phone */
@media only screen and (max-width: 600px) {

  .col-4[b-glc6sumfxj] {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .col-6[b-glc6sumfxj] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .blue-box[b-glc6sumfxj] {
    background-color: #7a8b99;
    max-height: 107rem;
    margin: auto;
    margin-bottom: 5rem;
  }

  .text-box[b-glc6sumfxj] {
    width: 100%;
  }

  .dealer[b-glc6sumfxj] {
    top: 5px;
    right: 90px;
  }

  .row[b-glc6sumfxj] {
    display: block;
  }

  .card[b-glc6sumfxj] {
    width: 100%;
    margin-bottom: 5rem;
  }

  .mobile-img[b-glc6sumfxj] {
    height: auto !important;
  }

  .logo-img[b-glc6sumfxj] {
    width: 300px;
  }

  .heroimg[b-glc6sumfxj] {
    height: 400px;
  }

  .findealer[b-glc6sumfxj] {
    width: 75%;
  }

  .hero-text[b-glc6sumfxj] {
    text-align: left;
  }

  .centered-bckgnd[b-glc6sumfxj] {
    top: 22%;
    left: 32%;
  }
}
/* _content/AMSWebsiteApp/Components/Pages/Cordless.razor.rz.scp.css */
.overlayplacement[b-2txfvxbqpi] {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 30%;
  text-align: right;
}

.home-headers[b-2txfvxbqpi] {
  font-size: 1.5rem;
  font-weight: 500;
}

.ft2[b-2txfvxbqpi] {
  font-size: 2rem;
}

.heroimg[b-2txfvxbqpi] {
  height: 600px;
  object-fit: cover;
}

#hero-block[b-2txfvxbqpi] {
  background-color: #edf2f6;
  padding: 4rem;
}

.shadow-box[b-2txfvxbqpi] {
  min-height: 23rem;
  color: #000;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px lightgray;
}

.card-body[b-2txfvxbqpi] {
  background-color: #edf2f6;
  padding-top: 6rem;
  margin-top: -5rem;
  min-height: 26rem;
}

.card-img-top[b-2txfvxbqpi] {
  width: 20vw;
  height: 20vw;
  object-fit: cover;
  margin: auto;
  z-index: 99999;
}

/* ipad */
/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* ipad end */

@media only screen and (max-width: 1023px) {
  .overlayplacement[b-2txfvxbqpi] {
    width: 58%;
  }

  .card-img-top[b-2txfvxbqpi] {
    width: 27vw;
    height: 27vw;
  }
  }

/* phone */
@media only screen and (max-width: 600px) {

  .row.cordlessrow[b-2txfvxbqpi] {
    display: block;
  }

  .card-img-top[b-2txfvxbqpi] {
    width: 80vw;
    height: 80vw;
  }

  .ft2[b-2txfvxbqpi] {
    font-size: 1.5rem;
  }

  .overlayplacement[b-2txfvxbqpi] {
    right: 15%;
    padding: 1rem;
    width: 66%;
    text-align: center;
  }
}
/* _content/AMSWebsiteApp/Components/Pages/Fabrics/Fabrics.razor.rz.scp.css */
.centered-title[b-k571y67fhd] {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin: auto;
    transform: translate(-50%, -50%);
}

.product-title[b-k571y67fhd] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.fabric-img[b-k571y67fhd] {
    width: 250px;
}

.accordion[b-k571y67fhd] {
    width: 15rem;
}

a[b-k571y67fhd],
a:hover[b-k571y67fhd],
.btn-link[b-k571y67fhd] {
    color: #555;
}


.fabric-row[b-k571y67fhd] {
    margin-top: 1rem;
}

.heroimg[b-k571y67fhd] {
    height: 350px;
    object-fit: cover;
}

.card-body[b-k571y67fhd] {
    cursor: pointer;
    max-height: 300px;
    overflow-y: scroll;
}

.card-header[b-k571y67fhd] {
    background-color: #CBD1D7;
    color: black;
    border: 1px solid rgba(0, 0, 0, .125);
    font-weight: 500;
}

.badge-filters[b-k571y67fhd] {
    background-color: #CBD1D7;
    color: black;
    font-weight: 500;
}

.circle[b-k571y67fhd] {
    width: 18px;
    height: 18px;
    border-radius: 70px;
    outline: .5px solid;
}

.btn.active[b-k571y67fhd] {
    background-color: #758695;
    border-color: #758695;
    color: white;
}

.btn-outline[b-k571y67fhd],
.btn:hover[b-k571y67fhd] {
    border-color: #758695;
    color: #758695;
}

.btn.active:hover[b-k571y67fhd] {
    border-color: #758695;
    color: #ffff;
}

.card[b-k571y67fhd] {
    width: 15rem;
}

.w250[b-k571y67fhd] {
    width: 250px;
}

.bg-secondary[b-k571y67fhd] {
    background-color: #758695 !important;
}


.image-container[b-k571y67fhd] {
    position: relative;
    width: 200px; /* Adjust as needed */
    height: 200px; /* Adjust as needed */
}

.fallback-placeholder[b-k571y67fhd] {
    display: none;
    width: 250px;
    height: 250px;
    background-color: #e0e0e0;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 200px; /* Matches container height */
    border: 1px solid #ccc;
}

/* ipad */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

    .fabric-img[b-k571y67fhd] {
        width: 200px;
        height: 200px;
    }
}

/* phones */
@media only screen and (max-width: 900px) {

    .col-3[b-k571y67fhd],
    .col-9[b-k571y67fhd] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-3[b-k571y67fhd], .w-50[b-k571y67fhd], .col-9[b-k571y67fhd] {
        width: 100% !important;
    }

    .row.fabric-row[b-k571y67fhd] {
        display: block;
        margin: auto;
    }

    .col-9[b-k571y67fhd] {
        margin-top: 3rem;
    }

    .accordion[b-k571y67fhd] {
        width: 100%;
    }

    .fabric-img[b-k571y67fhd] {
        width: 100%;
        height: 200px;
    }

    .flex-wrap[b-k571y67fhd] {
        display: block !important;
    }

    .heroimg[b-k571y67fhd] {
        height: 400px;
    }

    .card[b-k571y67fhd] {
        width: 100%;
    }
}
/* _content/AMSWebsiteApp/Components/Pages/Home/Home.razor.rz.scp.css */
input[b-5pgf14367c] {
  outline: 0;
  border-width: 0 0 3px;
  border-color: #fff;
  background: none;
  height: 0rem;
}

a:hover[b-5pgf14367c],
a[b-5pgf14367c] {
  text-decoration: none !important;
  color: #253855;
}

input:focus[b-5pgf14367c] {
  border-color: #fff;
}

[placeholder]:focus[b-5pgf14367c]::-webkit-input-placeholder {
  transition: text-indent 0.4s 0.4s ease;
  text-indent: -100%;
  opacity: 1;
}

.contactus[b-5pgf14367c] {
  font-size: 2.3rem;
  text-align: center;
}

.text-box[b-5pgf14367c] {
  width: 600px;
}

.heroimg[b-5pgf14367c] {
  height: 600px;
  object-fit: cover;
}

.ft15[b-5pgf14367c] {
  font-size: 1.5rem;
}

.ft3[b-5pgf14367c] {
  font-size: 3rem;
}

.ft2[b-5pgf14367c] {
  font-size: 2rem;
}

.ft12[b-5pgf14367c] {
  font-size: 1.2rem;
}

.ft13[b-5pgf14367c] {
  font-size: 1.3rem;
}

.fw600[b-5pgf14367c] {
  font-weight: 600;
}

.lh2[b-5pgf14367c] {
  line-height: 2rem;
}

.overlayplacement[b-5pgf14367c] {
  position: absolute;
  top: 14%;
  right: 9%;
  text-align: right;
}

.dark-overlay[b-5pgf14367c] {
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  height: 100%;
}

.home-headers[b-5pgf14367c],
.home-headers-slider[b-5pgf14367c] {
  font-size: 2rem;
  font-weight: 500;
}

.btn-color[b-5pgf14367c] {
  background-color: #54A3AA;
}

.btn-color:hover[b-5pgf14367c] {
  color: #54A3AA !important;
  background-color: #fff;
  border: 2px solid #54A3AA;
}

.carousel-indicators li[b-5pgf14367c] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-indicators [data-bs-target][b-5pgf14367c] {
  background-color: #758695;
  margin-bottom: -5rem;
}

.carousel-inner[b-5pgf14367c]::after {
  margin-bottom: 1rem;
}

.slider-text[b-5pgf14367c] {
  position: absolute;
  top: 26%;
  padding: 4rem;
  left: 50%;
}

#hero-block[b-5pgf14367c] {
  background-color: #edf2f6;
  padding: 4rem;
}

.locatedealer[b-5pgf14367c] {
  margin-top: 8rem;
}

.exit[b-5pgf14367c] {
  border-bottom: none !important;
  font-size: 10px;
}

.modalcolor[b-5pgf14367c] {
  background-color: #54A3AA;
  color: #FFF;
}


/* ipad */
/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* ipad end */

@media only screen and (max-width: 1200px) {
  .slider-text[b-5pgf14367c] {
    top: 19%;
  }
}

@media only screen and (max-width: 990px) {
  .slider-text[b-5pgf14367c] {
    top: -14%;
  }

  .home-headers-slider[b-5pgf14367c] {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .carousel[b-5pgf14367c] {
    display: none;
  }
}

/* phone */
@media only screen and (max-width: 600px) {

  .col-4[b-5pgf14367c] {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .col-6[b-5pgf14367c] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .text-box[b-5pgf14367c] {
    width: 100%;
  }

  .heroimg[b-5pgf14367c] {
    height: 400px;
  }

  .overlayplacement[b-5pgf14367c] {
    right: 11%;
  }

  .ft15[b-5pgf14367c] {
    font-size: .7rem;
  }

  .ft3[b-5pgf14367c] {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 600px) {

  .ft2[b-5pgf14367c] {
    font-size: 1.5rem;
  }

  .overlayplacement[b-5pgf14367c] {
    right: 0%;
    padding: 1rem;
  }

  .home-headers[b-5pgf14367c] {
    font-size: 1.5rem;
  }

  .ft13[b-5pgf14367c] {
    font-size: 1rem;
  }

  .locatedealer[b-5pgf14367c] {
    padding: 2rem;
    margin-top: 0 !important;
  }

  .row.dealer[b-5pgf14367c] {
    display: block;
  }
}
/* _content/AMSWebsiteApp/Components/Pages/HoneycombShades/HoneycombShades.razor.rz.scp.css */
.centered-bckgnd[b-cjgrf3j16k] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-img-top[b-cjgrf3j16k] {
    height: 30rem;
    object-fit: cover;
}

.card-text[b-cjgrf3j16k] {
    font-size: 1.5rem;
}

.product-title[b-cjgrf3j16k] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.product-p[b-cjgrf3j16k] {
    font-size: 1.3rem;
    width: 800px;
    margin: auto;
    margin-bottom: 2rem;
}

.rs-title[b-cjgrf3j16k] {
    color: #808184;
    font-size: 2.2rem;
    margin-left: 3rem;
}

.treatments[b-cjgrf3j16k] {
    min-height: 20rem;
    max-height: 20rem;
}

.acc[b-cjgrf3j16k] {
    background-color: #fff;
}

.btn-link[b-cjgrf3j16k] {
    color: grey;
}

.option-img[b-cjgrf3j16k] {
    object-fit: cover;
    height: 350px;
    width: 600px;
}

.brdr-btm[b-cjgrf3j16k] {
    border-bottom: 1px solid lightgrey;
}

.rs-option[b-cjgrf3j16k] {
    color: #808184;
    font-size: 1.2rem;
    margin-left: 3rem;
}

.heroimg[b-cjgrf3j16k] {
    height: 650px;
    object-fit: cover;
}

a[b-cjgrf3j16k], a:hover[b-cjgrf3j16k] {
    color: #fff;
    text-decoration: none;
}

#hero-block[b-cjgrf3j16k] {
    background-color: #edf2f6;
    padding: 4rem;
}

.card-body[b-cjgrf3j16k] {
    background-color: #758695;
}

.hero-text[b-cjgrf3j16k] {
    font-size: 1.3rem;
}

.honeycomb[b-cjgrf3j16k] {
    color: #fff;
    font-size: 3rem;
}


/* ipad */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

    .card-text[b-cjgrf3j16k] {
        font-size: 1rem;
    }

    .card-img-top[b-cjgrf3j16k] {
        height: 24rem;
        width: 24rem;
        object-fit: cover;
    }

}

@media only screen and (max-width: 1023px) {
    .card-img-top[b-cjgrf3j16k] {
        height: 24rem;
        width: 24rem;
    }
}

/* phone */
@media only screen and (max-width: 600px) {

    .row.tiles[b-cjgrf3j16k] {
        display: block;
        margin: auto;
    }

    .option-img[b-cjgrf3j16k] {
        height: 350px;
        width: 350px;
    }

    .rs-option[b-cjgrf3j16k] {
        font-size: 1.2rem;
        margin-left: 0;
    }

    .heroimg[b-cjgrf3j16k] {
        height: 400px;
    }

    .product-title[b-cjgrf3j16k] {
        font-size: 2rem;
    }

    .card-img-top[b-cjgrf3j16k] {
        height: 18rem;
        width: 20rem;
        object-fit: cover;
    }

    .treatments[b-cjgrf3j16k] {
        min-height: 100%;
        max-height: 100%;
    }

    .hero-text[b-cjgrf3j16k] {
        text-align: left;
    }

}
/* _content/AMSWebsiteApp/Components/Pages/HorizontalSheer/HorizontalSheerCollection.razor.rz.scp.css */
.centered-bckgnd[b-636815ey4a] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-img-top[b-636815ey4a] {
    height: 30rem;
    object-fit: cover;
}

.card-text[b-636815ey4a] {
    font-size: 1.5rem;
}

.product-title[b-636815ey4a] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.product-p[b-636815ey4a] {
    font-size: 1.3rem;
    width: 800px;
    margin: auto;
    margin-bottom: 2rem;
}

.rs-title[b-636815ey4a] {
    color: #808184;
    font-size: 2.2rem;
    margin-left: 3rem;
}

.treatments[b-636815ey4a] {
    min-height: 20rem;
    max-height: 20rem;
}

.acc[b-636815ey4a] {
    background-color: #fff;
}

.btn-link[b-636815ey4a] {
    color: grey;
}

.option-img[b-636815ey4a] {
    width: 500px;
}

.openclose[b-636815ey4a] {
    font-size: 2rem;
    color: #808184;
}

.brdr-btm[b-636815ey4a] {
    border-bottom: 1px solid lightgrey;
}

.rs-option[b-636815ey4a] {
    color: #808184;
    font-size: 1.8rem;
    margin-left: 3rem;
}

.rs-p[b-636815ey4a] {
    color: #808184;
    font-size: 1.2rem;
    margin-left: 3rem;
}

.loop_img[b-636815ey4a] {
    width: 500px;
}

.heroimg[b-636815ey4a] {
    height: 650px;
    object-fit: cover;
}

a[b-636815ey4a], a:hover[b-636815ey4a] {
    color: #fff;
    text-decoration: none;
}

#hero-block[b-636815ey4a] {
    background-color: #edf2f6;
    padding: 4rem;
}

.card-body[b-636815ey4a] {
    background-color: #758695;
}

.hero-text[b-636815ey4a] {
    font-size: 1.3rem;
}

.sheer[b-636815ey4a] {
    color: #fff;
    font-size: 3rem;
}

/* ipad */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}

/* phone */
@media only screen and (max-width: 600px) {

    .row.tiles[b-636815ey4a] {
        display: block;
        margin: auto;
    }

    .card-img-top[b-636815ey4a] {
        height: 100%;
    }

    .option-img[b-636815ey4a] {
        height: 350px;
        width: 350px;
    }

    .loop_img[b-636815ey4a] {
        width: 350px;
    }

    .rs-p[b-636815ey4a],
    .rs-option[b-636815ey4a] {
        margin-left: 0;
    }

    .heroimg[b-636815ey4a] {
        height: 400px;
    }

    .product-title[b-636815ey4a] {
        font-size: 1.5rem;
    }

    .treatments[b-636815ey4a] {
        min-height: 100%;
        max-height: 100%;
    }

    .hero-text[b-636815ey4a] {
        text-align: left;
    }

}
/* _content/AMSWebsiteApp/Components/Pages/Integrators.razor.rz.scp.css */
.centered-bckgnd[b-5j61srxqe1] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.product-title[b-5j61srxqe1] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.heroimg[b-5j61srxqe1] {
    height: 600px;
    object-fit: cover;
}

.lh-2r[b-5j61srxqe1] {
    line-height: 2rem;
}

.aboutus[b-5j61srxqe1] {
    color: #fff;
    font-size:3rem;
}

.main-text[b-5j61srxqe1] {
    font-size: 1.5rem;
}

.img-height[b-5j61srxqe1] {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.circle[b-5j61srxqe1] {
    list-style-type: circle;
}


/* phone */
@media only screen and (max-width: 600px) {

    .row[b-5j61srxqe1] {
        display: block;
    }

    .heroimg[b-5j61srxqe1] {
        height: 400px;
    }
}
/* _content/AMSWebsiteApp/Components/Pages/Legal/Warranty.razor.rz.scp.css */
.btn-color[b-0t1osr02h3] {
    background-color: #54A3AA;
}

.btn-color:hover[b-0t1osr02h3] {
    color: #54A3AA !important;
    background-color: #fff;
    border: 2px solid #54A3AA;
}
/* _content/AMSWebsiteApp/Components/Pages/Login/Login.razor.rz.scp.css */
.btn-color[b-67djestmko] {
  background-color: #54A3AA;
  color: #fff;
  cursor: pointer;
}

.btn-color:hover[b-67djestmko] {
  color: #54A3AA !important;
  background-color: #fff;
  border: 2px solid #54A3AA;
  cursor: pointer;
}

.title-txt[b-67djestmko] {
  font-size: 1.5rem;
}

.f16[b-67djestmko] {
  font-size: 16px
}

.underline[b-67djestmko] {
  text-decoration: underline !important;
  cursor: pointer;
}

.fw6[b-67djestmko] {
  font-weight: 600;
}
/* _content/AMSWebsiteApp/Components/Pages/Motorization.razor.rz.scp.css */
.overlayplacement[b-ci0vipp6ba] {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 30%;
  text-align: right;
}

.home-headers[b-ci0vipp6ba] {
  font-size: 1.5rem;
  font-weight: 500;
}

.ft2[b-ci0vipp6ba] {
  font-size: 2rem;
}

.heroimg[b-ci0vipp6ba] {
  height: 600px;
  object-fit: cover;
}

#hero-block[b-ci0vipp6ba] {
  background-color: #edf2f6;
  padding: 4rem;
}

.shadow-box[b-ci0vipp6ba] {
  min-height: 23rem;
  color: #000;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px lightgray;
}

.icons[b-ci0vipp6ba] {
  width: 55px;
}


/* ipad */
/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* ipad end */

@media only screen and (max-width: 1023px) {
.overlayplacement[b-ci0vipp6ba] {
  width: 58%;
}
}

/* phone */
@media only screen and (max-width: 600px) {
  .row[b-ci0vipp6ba] {
    display: block;
  }

  .ft2[b-ci0vipp6ba] {
    font-size: 1.5rem;
  }

  .overlayplacement[b-ci0vipp6ba] {
    right: 0%;
    padding: 1rem;
    width: 100%;
  }

  .text-center[b-ci0vipp6ba] {
    text-align: left !important;
  }

  .home-headers[b-ci0vipp6ba],
  p[b-ci0vipp6ba] {
    padding: 1rem;
  }
}
/* _content/AMSWebsiteApp/Components/Pages/MotorizedDrapery/MotorizedDrapery.razor.rz.scp.css */
.centered-bckgnd[b-py35syxy2t] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-img-top[b-py35syxy2t] {
    height: 30rem;
    object-fit: cover;
}

.card-text[b-py35syxy2t] {
    font-size: 1.5rem;
}

.product-title[b-py35syxy2t] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.product-p[b-py35syxy2t] {
    font-size: 1.3rem;
    width: 800px;
    margin: auto;
    margin-bottom: 2rem;
}

.rs-title[b-py35syxy2t] {
    color: #808184;
    font-size: 2.2rem;
    margin-left: 3rem;
}

.treatments[b-py35syxy2t] {
    min-height: 20rem;
    max-height: 20rem;
}

.acc[b-py35syxy2t] {
    background-color: #fff;
}

.btn-link[b-py35syxy2t] {
    color: grey;
}

.option-img[b-py35syxy2t] {
    width: 500px;
}

.openclose[b-py35syxy2t] {
    font-size: 2rem;
    color: #808184;
}

.brdr-btm[b-py35syxy2t] {
    border-bottom: 1px solid lightgrey;
}

.rs-option[b-py35syxy2t] {
    color: #808184;
    font-size: 1.5rem;
    margin-left: 3rem;
}

.rs-p[b-py35syxy2t] {
    color: #808184;
    font-size: 1.2rem;
    margin-left: 3rem;
}

.system-img[b-py35syxy2t] {
    width: 300px;
}

.heroimg[b-py35syxy2t] {
    height: 650px;
    object-fit: cover;
}

a[b-py35syxy2t], a:hover[b-py35syxy2t] {
    color: #fff;
    text-decoration: none;
}

#hero-block[b-py35syxy2t] {
    background-color: #edf2f6;
    padding: 4rem;
}

.hero-text[b-py35syxy2t] {
    font-size: 1.3rem;
}

.drapery[b-py35syxy2t] {
    color: #fff;
    font-size: 3rem;
}


/* ipad */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}

/* phone */
@media only screen and (max-width: 600px) {

    .option-img[b-py35syxy2t] {
        height: 350px;
        width: 350px;
    }

    .rs-option[b-py35syxy2t] {
        margin-left: 0;
    }

    .heroimg[b-py35syxy2t] {
        height: 400px;
    }

    .product-title[b-py35syxy2t] {
        font-size: 2rem;
    }

    .treatments[b-py35syxy2t] {
        min-height: 100%;
        max-height: 100%;
    }

    .hero-text[b-py35syxy2t] {
        text-align: left;
    }
}
/* _content/AMSWebsiteApp/Components/Pages/News/News.razor.rz.scp.css */
.centered-bckgnd[b-70p8656o6x] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.product-title[b-70p8656o6x] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.heroimg[b-70p8656o6x] {
    height: 600px;
    object-fit: cover;
}

.lh-2r[b-70p8656o6x] {
    line-height: 2rem;
}

.aboutus[b-70p8656o6x] {
    color: #fff;
    font-size:3rem;
}

.img-height[b-70p8656o6x] {
    height: 400px;
    object-fit: cover;
}

.card-body[b-70p8656o6x] {
    background-color: #758695;
}

.card-img-top[b-70p8656o6x] {
    width: 260px;
    margin: auto;
}

.card[b-70p8656o6x] {
    width: 18rem;
    border: 3px solid #758695;
}

a[b-70p8656o6x], a:hover[b-70p8656o6x] {
    text-decoration: none;
}

/* phone */
@media only screen and (max-width: 600px) {

    .row[b-70p8656o6x] {
        display: block;
    }

    .heroimg[b-70p8656o6x] {
        height: 400px;
    }
}
/* _content/AMSWebsiteApp/Components/Pages/News/Post1.razor.rz.scp.css */
.centered-bckgnd[b-pikr73e55h] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.product-title[b-pikr73e55h] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.heroimg[b-pikr73e55h] {
    height: 600px;
    object-fit: cover;
}

.lh-2r[b-pikr73e55h] {
    line-height: 2rem;
}

.aboutus[b-pikr73e55h] {
    color: #fff;
    font-size:3rem;
}

.img-height[b-pikr73e55h] {
    height: 400px;
    object-fit: cover;
}

.card-body[b-pikr73e55h] {
    background-color: #758695;
}

.card-img-top[b-pikr73e55h] {
    width: 260px;
    margin: auto;
}

.card[b-pikr73e55h] {
    width: 18rem;
    border: none;
}

.headertxt[b-pikr73e55h] {
    font-size: 1.5rem;
}

.w500[b-pikr73e55h] {
    width: 500px;
}

/* phone */
@media only screen and (max-width: 600px) {

    .row[b-pikr73e55h] {
        display: block;
    }

    .heroimg[b-pikr73e55h] {
        height: 400px;
    }
}
/* _content/AMSWebsiteApp/Components/Pages/ParallelShades/ParallelShades.razor.rz.scp.css */
.centered-bckgnd[b-4y5hv0a23m] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-img-top[b-4y5hv0a23m] {
    height: 30rem;
    width: 30rem;
    object-fit: cover;
}

.card-text[b-4y5hv0a23m] {
    font-size: 1.5rem;
}

.product-title[b-4y5hv0a23m] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.product-p[b-4y5hv0a23m] {
    font-size: 1.3rem;
    width: 800px;
    margin: auto;
    margin-bottom: 2rem;
}

.rs-title[b-4y5hv0a23m] {
    color: #808184;
    font-size: 2.2rem;
    margin-left: 3rem;
}

.treatments[b-4y5hv0a23m] {
    min-height: 20rem;
    max-height: 20rem;
}

.acc[b-4y5hv0a23m] {
    background-color: #fff;
}

.btn-link[b-4y5hv0a23m] {
    color: grey;
}

.option-img[b-4y5hv0a23m] {
    width: 500px;
}

.openclose[b-4y5hv0a23m] {
    font-size: 2rem;
    color: #808184;
}

.brdr-btm[b-4y5hv0a23m] {
    border-bottom: 1px solid lightgrey;
}

.rs-option[b-4y5hv0a23m] {
    color: #808184;
    font-size: 1rem;
    margin-left: 3rem;
}

.heroimg[b-4y5hv0a23m] {
    height: 650px;
    object-fit: cover;
}

a[b-4y5hv0a23m], a:hover[b-4y5hv0a23m] {
    color: #fff;
    text-decoration: none;
}

#hero-block[b-4y5hv0a23m] {
    background-color: #edf2f6;
    padding: 4rem;
}

.card-body[b-4y5hv0a23m] {
    background-color: #758695;
}

.hero-text[b-4y5hv0a23m] {
    font-size: 1.3rem;
}

.parallel[b-4y5hv0a23m] {
    color: #fff;
    font-size: 3rem;
}


/* ipad */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}

/* phone */
@media only screen and (max-width: 600px) {

    .row.tiles[b-4y5hv0a23m] {
        display: block;
        margin: auto;
    }

    .option-img[b-4y5hv0a23m] {
        height: 100%;
        width: 350px;
    }

    .rs-option[b-4y5hv0a23m] {
        font-size: 1.2rem;
        margin-left: 0;
    }

    .heroimg[b-4y5hv0a23m] {
        height: 400px;
    }

    .product-title[b-4y5hv0a23m] {
        font-size: 3rem;
    }

    .treatments[b-4y5hv0a23m] {
        min-height: 100%;
        max-height: 100%;
    }

    .hero-text[b-4y5hv0a23m] {
        text-align: left;
    }

}
/* _content/AMSWebsiteApp/Components/Pages/Products.razor.rz.scp.css */
.centered-bckgnd[b-ufmtkh1vgh] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

a[b-ufmtkh1vgh] {
    color: fff;
    text-decoration: none;
}

.card-img-top[b-ufmtkh1vgh] {
    height: 30rem;
    object-fit: cover;
}

.card-text[b-ufmtkh1vgh] {
    font-size: 1.3rem;
}

.card-body[b-ufmtkh1vgh] {
    background-color: #758695;
}

.product-title[b-ufmtkh1vgh],
.questions-title[b-ufmtkh1vgh] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.product-p[b-ufmtkh1vgh],
.product-p2[b-ufmtkh1vgh] {
    font-size: 1.3rem;
    width: 800px;
    margin: auto;
    margin-bottom: 2rem;
}

a:hover[b-ufmtkh1vgh] {
    text-decoration: none !important;
    color: #fff;
}

.heroimg[b-ufmtkh1vgh] {
    height: 650px;
    object-fit: cover;
}

#hero-block[b-ufmtkh1vgh] {
    background-color: #edf2f6;
    padding: 4rem;
}

.hero-text[b-ufmtkh1vgh] {
    font-size: 1.3rem;
}

.products[b-ufmtkh1vgh] {
    color: #fff;
    font-size: 3rem;
}

.mt5[b-ufmtkh1vgh] {
    margin-top: 5rem;
}

.productimgs[b-ufmtkh1vgh] {
    object-fit: cover;
    height: 400px;
}


/* ipad */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}


@media only screen and (max-width: 1000px) {

    .product-p[b-ufmtkh1vgh],
    .product-p2[b-ufmtkh1vgh] {
        font-size: 1drem;
        width: 600px;
    }
}

@media only screen and (max-width: 999px) {

}

/* phone */
@media only screen and (max-width: 600px) {
    .product-title[b-ufmtkh1vgh] {
        font-size: 3rem;
    }

    .product-p2[b-ufmtkh1vgh] {
        width: 300px;
    }

    .row[b-ufmtkh1vgh] {
        display: block;
    }

    .col-4[b-ufmtkh1vgh] {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .product-p[b-ufmtkh1vgh] {
        font-size: 15px;
        width: 325px;
        margin-top: 1rem;
    }

    .product-p2[b-ufmtkh1vgh] {
        display: none;
    }

    .questions-title[b-ufmtkh1vgh] {
        font-size: 1rem;
    }

    .heroimg[b-ufmtkh1vgh] {
        height: 400px;
    }

    .hero-text[b-ufmtkh1vgh] {
        text-align: left;
    }

}
/* _content/AMSWebsiteApp/Components/Pages/Resources/Resources.razor.rz.scp.css */

.accordion-button:not(.collapsed)[b-qmilb25jkq] {
    color: white;
    background-color: #758695;
}

.f2[b-qmilb25jkq] {
    font-size: 2rem;
}

.accordion-body[b-qmilb25jkq] {
    line-height: 3rem;
}

ul[b-qmilb25jkq] {
    list-style-type: none;
}

.lh2[b-qmilb25jkq] {
    line-height: 2rem;
}

a[b-qmilb25jkq], a:hover[b-qmilb25jkq] {
    color: #555;
    text-decoration: none;
}

.fw6[b-qmilb25jkq] {
    font-weight: 600;
}
/* _content/AMSWebsiteApp/Components/Pages/RollerShades/RollerShades.razor.rz.scp.css */
.centered-bckgnd[b-k34iqbfllh] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-img-top[b-k34iqbfllh] {
    height: 20rem;
    object-fit: cover;
}

.card-img-top1[b-k34iqbfllh] {
    height: 30rem;
    width: 30rem;
    object-fit: cover;
}

.card-text[b-k34iqbfllh] {
    font-size: 1.5rem;
}

.product-title[b-k34iqbfllh] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.product-p[b-k34iqbfllh] {
    font-size: 1.3rem;
    width: 800px;
    margin: auto;
    margin-bottom: 2rem;
}

.rs-title[b-k34iqbfllh] {
    color: #808184;
    font-size: 2.2rem;
    margin-left: 3rem;
}

.treatments[b-k34iqbfllh] {
    min-height: 23rem;
    max-height: 23rem;
}

.acc[b-k34iqbfllh] {
    background-color: #fff;
}

.btn-link[b-k34iqbfllh] {
    color: grey;
}

.heroimg[b-k34iqbfllh] {
    height: 650px;
    object-fit: cover;
}

a[b-k34iqbfllh], a:hover[b-k34iqbfllh] {
    color: #fff;
    text-decoration: none;
}

#hero-block[b-k34iqbfllh] {
    background-color: #edf2f6;
    padding: 4rem;
}

.card-body[b-k34iqbfllh] {
    background-color: #758695;
}

.hero-text[b-k34iqbfllh] {
    font-size: 1.3rem;
}

.roller[b-k34iqbfllh] {
    color: #fff;
    font-size: 3rem;
}

.accordion-button:not(.collapsed)[b-k34iqbfllh] {
    color: #555;
    background-color: #fff;
}

.accordion-button:focus[b-k34iqbfllh] {
    border-color: #fff;
}

/* ipad */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

    .treatments[b-k34iqbfllh] {
        min-height: 29rem;
        max-height: 29rem;
    }

    .card-img-top1[b-k34iqbfllh] {
        height: 24rem;
        width: 24rem;
    }
}

@media only screen and (max-width: 1023px) {

    .card-img-top1[b-k34iqbfllh] {
        height: 24rem;
        width: 24rem;
    }

    .treatments[b-k34iqbfllh] {
        min-height: 30rem;
        max-height: 30rem;
    }

}

/* phone */
@media only screen and (max-width: 600px) {

    .row.tiles[b-k34iqbfllh] {
        display: block;
        margin: auto;
    }

    .col-8[b-k34iqbfllh] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .heroimg[b-k34iqbfllh] {
        height: 400px;
    }

    .product-title[b-k34iqbfllh] {
        font-size: 3rem;
    }

    .card-img-top1[b-k34iqbfllh] {
        height: 18rem;
        width: 20rem;
        object-fit: cover;
    }

    .treatments[b-k34iqbfllh] {
        min-height: 100%;
        max-height: 100%;
    }

    .hero-text[b-k34iqbfllh] {
        text-align: left;
    }

}
/* _content/AMSWebsiteApp/Components/Pages/WovenWoods/WovenWoods.razor.rz.scp.css */
.centered-bckgnd[b-e692l6vgfe] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-img-top[b-e692l6vgfe] {
    height: 30rem;
    object-fit: cover;
}

.card-text[b-e692l6vgfe] {
    font-size: 1.5rem;
}

.product-title[b-e692l6vgfe] {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.product-p[b-e692l6vgfe] {
    font-size: 1.3rem;
    width: 800px;
    margin: auto;
    margin-bottom: 2rem;
}

.rs-title[b-e692l6vgfe] {
    color: #808184;
    font-size: 2.2rem;
    margin-left: 3rem;
}

.treatments[b-e692l6vgfe] {
    min-height: 25rem;
    max-height: 25rem;
}

.acc[b-e692l6vgfe] {
    background-color: #fff;
}

.btn-link[b-e692l6vgfe] {
    color: grey;
}

.option-img[b-e692l6vgfe] {
    object-fit: cover;
    height: 350px;
    width: 600px;
}

.brdr-btm[b-e692l6vgfe] {
    border-bottom: 1px solid lightgrey;
}

.rs-option[b-e692l6vgfe] {
    color: #808184;
    font-size: 1.8rem;
    margin-left: 3rem;
}

.heroimg[b-e692l6vgfe] {
    height: 650px;
    object-fit: cover;
}

a[b-e692l6vgfe], a:hover[b-e692l6vgfe] {
    color: #fff;
    text-decoration: none;
}

#hero-block[b-e692l6vgfe] {
    background-color: #edf2f6;
    padding: 4rem;
}

.card-body[b-e692l6vgfe] {
    background-color: #758695;
}

.hero-text[b-e692l6vgfe] {
    font-size: 1.3rem;
}

.woven[b-e692l6vgfe] {
    color: #fff;
    font-size: 3rem;
}

/* ipad */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}


@media only screen and (max-width: 1023px) {

    .treatments[b-e692l6vgfe] {
        min-height: 30rem;
        max-height: 30rem;
    }

}

/* phone */
@media only screen and (max-width: 600px) {

    .row.tiles[b-e692l6vgfe] {
        display: block;
        margin: auto;
    }

    .option-img[b-e692l6vgfe] {
        height: 350px;
        width: 350px;
    }

    .heroimg[b-e692l6vgfe] {
        height: 400px;
    }

    .product-title[b-e692l6vgfe] {
        font-size: 3rem;
    }

    .treatments[b-e692l6vgfe] {
        min-height: 100%;
        max-height: 100%;
    }

    .hero-text[b-e692l6vgfe] {
        text-align: left;
    }

}
