@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');






input, select, textarea, button
{
    font-family: 'Poppins';
}

button.shop_button
{
    background-color: var(--color-items);
    background-image: none;
    color: var(--color-items1);
    text-shadow: none;
    border: none;
}

.full_box_bkg {
    background: #F7F7F7;
}

button.shop_button:hover
{
    background-color: #506c9c;
    color: #fff;
}

.content_panels_set .content_panel:first-child {
    margin-top: 0px; 
}

.panel_content_full
{
    background-color: #fff;
    margin-top: 50px;
}



.page_panel .page_text
{
    margin-top: 0;
    margin-bottom: 2rem;
}

.page_panel .page_name {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}



.page_title
{
    font-size: 20pt;
    padding-top: 20px;
}





a.product
{
    border: 1px solid #ddd;
    display: block;
    padding: 10px;
}

a.product:hover
{
    text-decoration: none !important;
}

a.product img
{
    transform: scale(1);
    transition: transform 200ms;
}

a.product:hover img
{
    transform: scale(1.05);
    transition: transform 200ms;
}

a.product .title
{
    font-size: 18pt;
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
}

a.product .param
{
    display: block;
    border-top: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

a.product .param:first-child
{
    border-top: none;
}

a.product .open_button
{
    display: table;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 25px auto 10px auto;
    padding: 5px 10px;
}

a.product:hover .open_button
{
    background-color: #999;
    border-color: #999;
    color: #fff;
}



a.page_prev
{
    width: 40px;
    height: 40px;
    font-size: 20pt;
    color: #ccc !important;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ddd;
    padding-top: 1px;
    padding-left: 4px;
}

a.page_prev:hover
{
    color: #fff !important;
    background-color: #ddd;
}



a.other_model_link
{
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 10px;
    padding: 3px 5px;
}

a.other_model_link:hover
{
    background-color: #999;
    border-color: #999;
    color: #fff !important;
    text-decoration: none !important;
}




.modal .btn-primary
{
    background-color: #000;
    background-image: none;
}




a.link_href_toggle[href=''],
a.link_href_toggle_tel[href='tel:'],
a.link_href_toggle_mailto[href='mailto:']
{
    display: none;
}