#product-finder--bg{
    width: 583px;
    margin-top: 20px;
             }
             
.page-content{
    text-align: center;
             }
             
#page-heading {
    font-size: 20px;
    margin-top: 30px;
    margin-left: 0px;
    text-align: left;
    font-weight: 600;
    padding: 12px 0;
    position: relative;
}

.button-add {
    margin: 30px 0!important;
    width:220px;
}

#page-heading.active{
    background: #e2e2e2;
    padding-left: 50px;
    background: url(https://jupious.com/product_images/uploaded_images/arrow-1.png?t=1592308920&_ga=2.237248196.553928420.1592209386-254247955.1585725116) no-repeat left center;
}
             
#product-finder-box {    
    width: 100%;
    box-sizing: border-box;
    background: url("https://jupious.com/product_images/uploaded_images/lupa.png?t=1591875101&_ga=2.156684732.621669783.1591611788-254247955.1585725116");
    background-position: left;
    background-repeat: no-repeat;
    border: none;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,.24);
    padding: 6px 30px;
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 2px;
    margin: 0 auto;
    }
    

    
.body>.container{
    margin-top: 0;
    padding: 0px;
}

.page-heading{
    margin-left: 32px;
}

.page-heading {
    font-size: 20px;
    margin: 2.25rem 0;
    margin-left: 50px;
    text-align: left;
    font-weight: 600;
}

.item-native{
    width: calc( 100% - 60);
    max-width: 1500px;
    overflow: auto;
    margin-left: 32px;
    padding: 10px;
    border-bottom: solid 1px #ccc;
    margin-top: 32px;
    margin: 0 auto;
    text-align: left;
    
}

.item-native:hover{
    background: #F4F5F8;
}

.item-native img{
    width: 56px;
    float: left;
}

.item-native h3{
    font-size: 14px;
    margin-top: 9px;
    font-weight: 400;
    width: calc(100% - 80px);
    float: right;
}

.item-native h2{
    font-size: 16px;
    margin-top: 9px;
    font-weight: 400;
    width: calc(100% - 80px);
    float: right;
}

.product-detail--custom{
    width: 100%;
    display: flex;
}


.gallery-container--custom{
    width: 40%!important;
    min-width: auto!important;
    margin-right:10%;
}

@media screen and (max-width: 800px) {
    .gallery-container--custom {
        width: 100%!important;    
        max-width: 600px!important;
    }
}

.description-container--custom{
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-right: 50px;
}

 
#product_description { font-size:13px; }
#product_description ul {margin:10px 0 10px 30px;}        
#product_description * {font-size:inherit!important}

.description-container--custom h1{
    font-style: italic;
    font-weight: 800;
    font-size: 34px;
    color: #083535;
}

.subtitle{
    line-height: 1.3;
    margin: 0;
    color: grey;
    font-size: 16px;
    text-transform: uppercase;

}

.description-container--custom h3{
    margin: 0;
    padding-bottom: 20px;
    margin: 50px 0 20px;
    line-height: 1;
    border-bottom: #0C0F1F solid 2px;
    font-weight: bold;
    font-size: 25px;
    font-style: italic;
}

.bold-one{
    color: #000;
    font-size: 13px;
    width: 55%;
    font-weight: 600;
}

.description-container--custom td{
    font-size: 13px;
    padding: 7px 0px;
}

.description-container--custom table{
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.description-container--custom tr{
    border-bottom: 1px solid #d7d8da
}

.description-container--custom p{
    font-size: 13px;
    line-height: 1.5;
}

.button a {
    color: #fff;
}

.button a:hover {
    color: #fff;
}

.gbtn, .gbtn svg {padding:0!important}

.list-heading--custom{
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    margin: 0 auto;
    margin-top: 20px;
    background:#e2e2e2;

}
.slick-dots {
    bottom: auto;
}

#zmags-subscribe {
    margin-top: 50px;
}


@media( max-width:800px){
    .product-detail--custom{
        flex-direction: column;
    }

    #page-heading {
        padding-left: 20px;
    }
    #page-heading.active {
        padding-left:50px;
    }

    .description-container--custom {
        padding: 0 2%;
    }
    
    .gallery-container--custom, .description-container--custom{
        width:100%;
    }
}