/*
 Theme Name:   Select Sires Beef
 Theme URI:    https://kwestcommunications.com/
 Description:  Select Sires Beef
 Version:      2.0
 Author:       Jacob Chafik
 Author URI:   https://civittechnologies.com/
 Template:     fildisi
*/
@media print {
    .eut-page-title, .eut-page-title .eut-wrapper {
        height: auto !important;
        min-height: inherit !important;
    }

    .eut-container {
        max-width: none !important;
    }
}

.widget_product_categories .select2-container .select2-selection--single {
    border-radius: 0;
    border-color: rgb(233, 233, 233);
    height: auto;
    margin-bottom: 20px;
    outline: none !important;
}

.widget_product_categories .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 16px 20px;
    color: rgb(136, 136, 136);
}

.widget_product_categories .select2-container  .select2-selection__arrow {
    margin: 16px 10px;
}



.bxd-media .eut-box {
    max-width: 300px;
    margin: 0 auto;
}

.bxd-button {
    background-color: transparent;
    line-height: 1.4;
    padding: 1.250em 2.500em;
    z-index: 2;
    vertical-align: top;
    box-sizing: border-box;

    display: inline-block;
    margin: 0 8px 12px 0;
    border: 2px solid #000;
    cursor: pointer;
    background-position: center;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    transition: background 800ms, color 100ms;
}

.bxd-button:hover {
    background: rgba(0, 0, 0, 0.12) radial-gradient(circle, transparent 1%, rgba(0, 0, 0, 0.12) 1%) center/15000%;
    color: rgba(0, 0, 0, 1);
}

.bxd-button.active:hover {
    background: #ee1c25 radial-gradient(circle, transparent 1%, #ee1c25 1%) center/15000%;
    color: #fff;
}

.bxd-button.active {
    background-color: #ee1c25;
    border-color: #ee1c25;
    color: #fff;
}

.bxd-button:active {
    background-color: #fff !important;
    background-size: 100% !important;
    transition: background 0s !important;
}
