/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2022 | 08:46:51 */
.build-your-own {
    position: relative;
    top: 75px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 3px 0px #E8F1FF;
    box-shadow: 0px 3px 0px #E8F1FF;
}
.build-your-own:hover img {
    -webkit-transform: rotate(0.001deg) scale(1.05);
    -ms-transform: rotate(0.001deg) scale(1.05);
    transform: rotate(0.001deg) scale(1.05);
    overflow: hidden !important;
}
.copy {
    display: none;
}
.tank-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 480px;
    height: 100%;
    max-height: 228px;
}
.content2 {
    padding: 40px;
}
.content2 p { 
    max-width: 225px;
    margin: 0;
    font-family: "Kumbh Sans",Sans-Serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #616C9A;
}
.content2 h2 {
    margin: 0;
    font-family: "Kumbh Sans",Sans-Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #09083B;
}
.img-wrapper {
  width: 100%;
  max-width: 112px;

}
.img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition:0.3s ease;
    -o-transition:0.3s ease;
    transition:0.3s ease;
}


.byot-nav .elementor-widget-container .elementor-icon-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.byot-nav .elementor-widget-container .elementor-icon-list-item:not(:last-child) {
    margin-right: 40px;
}
.byot-nav .elementor-widget-container .elementor-icon-list-items a {
    position: relative;
    padding: 32px 0 34px;
}
.byot-nav .elementor-widget-container .elementor-icon-list-items a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #007AF5;
    opacity: 0;
}
.byot-nav .elementor-widget-container .elementor-icon-list-items a[active] {
    pointer-events: none;
}
.byot-nav .elementor-widget-container .elementor-icon-list-items a[active]:after {
    opacity: 1;
}
.byot-nav .elementor-widget-container .elementor-icon-list-items a[active] span {
    color: #007AF5;
}
.byot-nav .elementor-widget-container .elementor-icon-list-items a:hover:after {
    opacity: 1;
}


.single-product-expivi .related.products,
.single-product-expivi .product .product_title,
.single-product-expivi .product .summary .product_meta {
    display: none;
}

.single-product-expivi .woocommerce .product .price {
    color: #090b3b;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 32px;
}



@media (max-width:1024px) {
    .build-your-own {
        top: 20px;
    }
}
@media (max-width: 425px) {
    .img-wrapper img {
      height: 222px;
      border-radius: 16px 0 16px 0;
    }
    .content2 {
        padding: 32px;
    }
}
@media (max-width:375px) {
    .orig {
        display: none;
    }
    .copy{
        display: block
    }
}
@media (max-width: 325px) {
    .img-wrapper {
        max-width: 80px;
    }
        .content2{
        padding: 32px 12px;
    }
}
