@font-face {
    font-family: 'Eurostile';
    src: url('Eurostile.woff2') format('woff2'),
    url('Eurostile.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



html /deep/ [self-end] {

}

:host {

}

#main-content {
    background-color: #f2edda !important;
}

html h1,h2,h3.h4.h5 {
    font-family: 'Eurostile', sans-serif;
}

body h1 {
    color: #6d0907;
    font-size: 35px;
}

body h2 {
    line-height: 26pt;
    font-size: 25px;
}

.value select {
    height: 36px;
    font-size: 12pt;
}

html .variations .label {
    padding-left: 0;
}


.product-price {
    float: left;
    font-size: 18pt;
    color: #6d0907;
}

body .not-in-stock {
    color: #6d0907 !important;
}

body .is-in-stock {
    color: #666 !important;
}

.et_pb_wc_price {
    float: left;
}

.legal-price-info {
    float: left;
    margin-left: 10px;
    line-height: 34px;
    height: 19pt;
}




.variant-select {
    min-width: 350px;
    position: relative;
}

select {
    appearance: none;
    /*  safari  */
    -webkit-appearance: none;
    /*  other styles for aesthetics */
    width: 100%;
    font-size: 1.15rem;
    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
}

.variant-select::before,
.variant-select::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
}

.variant-select::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid black;
    top: 40%;
}

.variant-select::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid black;
    top: 55%;
}

.variations th {
    display: none;
}

html .price-unit {
    display: none !important;
}

.et_pb_wc_description div {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 25px;
}


html .wc-block-components-express-payment__event-buttons {
    list-style-type: none !important;
    padding: 0 !important;
}

.wc-forward {
    margin-right: 20px;
}

.wc-block-components-order-summary {
    background: none !important;
}


.code-input {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

html .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,
.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
    background-color: #fff !important;
}

.button {
    border-color: #6d0907 !important;
}

.button:hover {
    color: #6d0907 !important;
    border-color: transparent !important;
}

/* Language switcher */

.trp_language_switcher_shortcode {
    width: auto !important;
    display: block !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    height: 16px !important;
}


.trp-language-switcher-container {
    width: auto !important;
    height: auto !important;
}

.trp-ls-shortcode-current-language {
    width: 24px !important;
    padding: 0 !important;
    border: none !important;
    background: no-repeat !important;
}

.trp-ls-shortcode-disabled-language {
    width: auto !important;
    padding: 0 !important;
    cursor: pointer;
}

.trp-ls-shortcode-language.trp-ls-clicked {
    width: 44px !important;
    display: block !important;
    margin: 0 !important;
    padding: 5px !important;
}

.trp-ls-clicked a {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin-top: 5px !important;
}

.trp-ls-clicked a img {
    width: 25px !important;
    height: 16px !important;
}

.trp-ls-disabled-language {
    cursor: pointer !important;
}