/*
Theme Name:     Seltekwarehouse
Theme URI:      https://github.com/stuartduff/storefront-child-theme
Author:         Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.1
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
@font-face {
    font-family: "Source Sans Pro Fallback";
    src: url("assets/fonts/SourceSansPro-Regular.eot");
    src: url("assets/fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/SourceSansPro-Regular.woff2") format("woff2"),
    url("assets/fonts/SourceSansPro-Regular.woff") format("woff"),
    url("assets/fonts/SourceSansPro-Regular.ttf") format("truetype"),
    url("assets/fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro Fallback";
    src: url("assets/fonts/SourceSansPro-It.eot");
    src: url("assets/fonts/SourceSansPro-It.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/SourceSansPro-It.woff2") format("woff2"),
    url("assets/fonts/SourceSansPro-It.woff") format("woff"),
    url("assets/fonts/SourceSansPro-It.ttf") format("truetype"),
    url("assets/fonts/SourceSansPro-It.svg#SourceSansPro-It") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Source Sans Pro Fallback";
    src: url("assets/fonts/SourceSansPro-Semibold.eot");
    src: url("assets/fonts/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/SourceSansPro-Semibold.woff2") format("woff2"),
    url("assets/fonts/SourceSansPro-Semibold.woff") format("woff"),
    url("assets/fonts/SourceSansPro-Semibold.ttf") format("truetype"),
    url("assets/fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro Fallback";
    src: url("assets/fonts/SourceSansPro-SemiboldIt.eot");
    src: url("assets/fonts/SourceSansPro-SemiboldIt.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/SourceSansPro-SemiboldIt.woff2") format("woff2"),
    url("assets/fonts/SourceSansPro-SemiboldIt.woff") format("woff"),
    url("assets/fonts/SourceSansPro-SemiboldIt.ttf") format("truetype"),
    url("assets/fonts/SourceSansPro-SemiboldIt.svg#SourceSansPro-SemiboldIt") format("svg");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Source Sans Pro Fallback";
    src: url("assets/fonts/SourceSansPro-Bold.eot");
    src: url("assets/fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/SourceSansPro-Bold.woff2") format("woff2"),
    url("assets/fonts/SourceSansPro-Bold.woff") format("woff"),
    url("assets/fonts/SourceSansPro-Bold.ttf") format("truetype"),
    url("assets/fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro Fallback";
    src: url("assets/fonts/SourceSansPro-BoldIt.eot");
    src: url("assets/fonts/SourceSansPro-BoldIt.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/SourceSansPro-BoldIt.woff2") format("woff2"),
    url("assets/fonts/SourceSansPro-BoldIt.woff") format("woff"),
    url("assets/fonts/SourceSansPro-BoldIt.ttf") format("truetype"),
    url("assets/fonts/SourceSansPro-BoldIt.svg#SourceSansPro-BoldIt") format("svg");
    font-weight: bold;
    font-style: italic;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1670px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1670px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 1670px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1670px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }

    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xxl-n3 {
        margin: -1rem !important;
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }

    .m-xxl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xxl-n5 {
        margin: -3rem !important;
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1670px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.bootstrap .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .bootstrap .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .bootstrap .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .bootstrap .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .bootstrap .container {
        max-width: 1140px;
    }
}

@media (min-width: 1670px) {
    .bootstrap .container {
        max-width: 1610px;
    }
}

.bootstrap .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.bootstrap .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.bootstrap .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.bootstrap .no-gutters > .col,
.bootstrap .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.bootstrap .col-1,
.bootstrap .col-2,
.bootstrap .col-3,
.bootstrap .col-4,
.bootstrap .col-5,
.bootstrap .col-6,
.bootstrap .col-7,
.bootstrap .col-8,
.bootstrap .col-9,
.bootstrap .col-10,
.bootstrap .col-11,
.bootstrap .col-12,
.bootstrap .col,
.bootstrap .col-auto,
.bootstrap .col-sm-1,
.bootstrap .col-sm-2,
.bootstrap .col-sm-3,
.bootstrap .col-sm-4,
.bootstrap .col-sm-5,
.bootstrap .col-sm-6,
.bootstrap .col-sm-7,
.bootstrap .col-sm-8,
.bootstrap .col-sm-9,
.bootstrap .col-sm-10,
.bootstrap .col-sm-11,
.bootstrap .col-sm-12,
.bootstrap .col-sm,
.bootstrap .col-sm-auto,
.bootstrap .col-md-1,
.bootstrap .col-md-2,
.bootstrap .col-md-3,
.bootstrap .col-md-4,
.bootstrap .col-md-5,
.bootstrap .col-md-6,
.bootstrap .col-md-7,
.bootstrap .col-md-8,
.bootstrap .col-md-9,
.bootstrap .col-md-10,
.bootstrap .col-md-11,
.bootstrap .col-md-12,
.bootstrap .col-md,
.bootstrap .col-md-auto,
.bootstrap .col-lg-1,
.bootstrap .col-lg-2,
.bootstrap .col-lg-3,
.bootstrap .col-lg-4,
.bootstrap .col-lg-5,
.bootstrap .col-lg-6,
.bootstrap .col-lg-7,
.bootstrap .col-lg-8,
.bootstrap .col-lg-9,
.bootstrap .col-lg-10,
.bootstrap .col-lg-11,
.bootstrap .col-lg-12,
.bootstrap .col-lg,
.bootstrap .col-lg-auto,
.bootstrap .col-xl-1,
.bootstrap .col-xl-2,
.bootstrap .col-xl-3,
.bootstrap .col-xl-4,
.bootstrap .col-xl-5,
.bootstrap .col-xl-6,
.bootstrap .col-xl-7,
.bootstrap .col-xl-8,
.bootstrap .col-xl-9,
.bootstrap .col-xl-10,
.bootstrap .col-xl-11,
.bootstrap .col-xl-12,
.bootstrap .col-xl,
.bootstrap .col-xl-auto,
.bootstrap .col-xxl-1,
.bootstrap .col-xxl-2,
.bootstrap .col-xxl-3,
.bootstrap .col-xxl-4,
.bootstrap .col-xxl-5,
.bootstrap .col-xxl-6,
.bootstrap .col-xxl-7,
.bootstrap .col-xxl-8,
.bootstrap .col-xxl-9,
.bootstrap .col-xxl-10,
.bootstrap .col-xxl-11,
.bootstrap .col-xxl-12,
.bootstrap .col-xxl,
.bootstrap .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.bootstrap .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.bootstrap .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.bootstrap .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.bootstrap .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.bootstrap .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.bootstrap .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.bootstrap .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.bootstrap .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.bootstrap .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.bootstrap .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.bootstrap .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.bootstrap .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.bootstrap .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.bootstrap .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.bootstrap .order-first {
    order: -1;
}

.bootstrap .order-last {
    order: 13;
}

.bootstrap .order-0 {
    order: 0;
}

.bootstrap .order-1 {
    order: 1;
}

.bootstrap .order-2 {
    order: 2;
}

.bootstrap .order-3 {
    order: 3;
}

.bootstrap .order-4 {
    order: 4;
}

.bootstrap .order-5 {
    order: 5;
}

.bootstrap .order-6 {
    order: 6;
}

.bootstrap .order-7 {
    order: 7;
}

.bootstrap .order-8 {
    order: 8;
}

.bootstrap .order-9 {
    order: 9;
}

.bootstrap .order-10 {
    order: 10;
}

.bootstrap .order-11 {
    order: 11;
}

.bootstrap .order-12 {
    order: 12;
}

.bootstrap .offset-1 {
    margin-left: 8.33333%;
}

.bootstrap .offset-2 {
    margin-left: 16.66667%;
}

.bootstrap .offset-3 {
    margin-left: 25%;
}

.bootstrap .offset-4 {
    margin-left: 33.33333%;
}

.bootstrap .offset-5 {
    margin-left: 41.66667%;
}

.bootstrap .offset-6 {
    margin-left: 50%;
}

.bootstrap .offset-7 {
    margin-left: 58.33333%;
}

.bootstrap .offset-8 {
    margin-left: 66.66667%;
}

.bootstrap .offset-9 {
    margin-left: 75%;
}

.bootstrap .offset-10 {
    margin-left: 83.33333%;
}

.bootstrap .offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .bootstrap .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .bootstrap .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .bootstrap .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .bootstrap .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .bootstrap .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bootstrap .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .bootstrap .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .bootstrap .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bootstrap .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .bootstrap .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .bootstrap .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bootstrap .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .bootstrap .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .bootstrap .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bootstrap .order-sm-first {
        order: -1;
    }

    .bootstrap .order-sm-last {
        order: 13;
    }

    .bootstrap .order-sm-0 {
        order: 0;
    }

    .bootstrap .order-sm-1 {
        order: 1;
    }

    .bootstrap .order-sm-2 {
        order: 2;
    }

    .bootstrap .order-sm-3 {
        order: 3;
    }

    .bootstrap .order-sm-4 {
        order: 4;
    }

    .bootstrap .order-sm-5 {
        order: 5;
    }

    .bootstrap .order-sm-6 {
        order: 6;
    }

    .bootstrap .order-sm-7 {
        order: 7;
    }

    .bootstrap .order-sm-8 {
        order: 8;
    }

    .bootstrap .order-sm-9 {
        order: 9;
    }

    .bootstrap .order-sm-10 {
        order: 10;
    }

    .bootstrap .order-sm-11 {
        order: 11;
    }

    .bootstrap .order-sm-12 {
        order: 12;
    }

    .bootstrap .offset-sm-0 {
        margin-left: 0;
    }

    .bootstrap .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .bootstrap .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .bootstrap .offset-sm-3 {
        margin-left: 25%;
    }

    .bootstrap .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .bootstrap .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .bootstrap .offset-sm-6 {
        margin-left: 50%;
    }

    .bootstrap .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .bootstrap .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .bootstrap .offset-sm-9 {
        margin-left: 75%;
    }

    .bootstrap .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .bootstrap .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .bootstrap .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .bootstrap .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .bootstrap .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .bootstrap .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .bootstrap .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bootstrap .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .bootstrap .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .bootstrap .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bootstrap .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .bootstrap .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .bootstrap .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bootstrap .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .bootstrap .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .bootstrap .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bootstrap .order-md-first {
        order: -1;
    }

    .bootstrap .order-md-last {
        order: 13;
    }

    .bootstrap .order-md-0 {
        order: 0;
    }

    .bootstrap .order-md-1 {
        order: 1;
    }

    .bootstrap .order-md-2 {
        order: 2;
    }

    .bootstrap .order-md-3 {
        order: 3;
    }

    .bootstrap .order-md-4 {
        order: 4;
    }

    .bootstrap .order-md-5 {
        order: 5;
    }

    .bootstrap .order-md-6 {
        order: 6;
    }

    .bootstrap .order-md-7 {
        order: 7;
    }

    .bootstrap .order-md-8 {
        order: 8;
    }

    .bootstrap .order-md-9 {
        order: 9;
    }

    .bootstrap .order-md-10 {
        order: 10;
    }

    .bootstrap .order-md-11 {
        order: 11;
    }

    .bootstrap .order-md-12 {
        order: 12;
    }

    .bootstrap .offset-md-0 {
        margin-left: 0;
    }

    .bootstrap .offset-md-1 {
        margin-left: 8.33333%;
    }

    .bootstrap .offset-md-2 {
        margin-left: 16.66667%;
    }

    .bootstrap .offset-md-3 {
        margin-left: 25%;
    }

    .bootstrap .offset-md-4 {
        margin-left: 33.33333%;
    }

    .bootstrap .offset-md-5 {
        margin-left: 41.66667%;
    }

    .bootstrap .offset-md-6 {
        margin-left: 50%;
    }

    .bootstrap .offset-md-7 {
        margin-left: 58.33333%;
    }

    .bootstrap .offset-md-8 {
        margin-left: 66.66667%;
    }

    .bootstrap .offset-md-9 {
        margin-left: 75%;
    }

    .bootstrap .offset-md-10 {
        margin-left: 83.33333%;
    }

    .bootstrap .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .bootstrap .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .bootstrap .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .bootstrap .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .bootstrap .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .bootstrap .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bootstrap .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .bootstrap .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .bootstrap .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bootstrap .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .bootstrap .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .bootstrap .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bootstrap .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .bootstrap .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .bootstrap .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bootstrap .order-lg-first {
        order: -1;
    }

    .bootstrap .order-lg-last {
        order: 13;
    }

    .bootstrap .order-lg-0 {
        order: 0;
    }

    .bootstrap .order-lg-1 {
        order: 1;
    }

    .bootstrap .order-lg-2 {
        order: 2;
    }

    .bootstrap .order-lg-3 {
        order: 3;
    }

    .bootstrap .order-lg-4 {
        order: 4;
    }

    .bootstrap .order-lg-5 {
        order: 5;
    }

    .bootstrap .order-lg-6 {
        order: 6;
    }

    .bootstrap .order-lg-7 {
        order: 7;
    }

    .bootstrap .order-lg-8 {
        order: 8;
    }

    .bootstrap .order-lg-9 {
        order: 9;
    }

    .bootstrap .order-lg-10 {
        order: 10;
    }

    .bootstrap .order-lg-11 {
        order: 11;
    }

    .bootstrap .order-lg-12 {
        order: 12;
    }

    .bootstrap .offset-lg-0 {
        margin-left: 0;
    }

    .bootstrap .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .bootstrap .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .bootstrap .offset-lg-3 {
        margin-left: 25%;
    }

    .bootstrap .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .bootstrap .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .bootstrap .offset-lg-6 {
        margin-left: 50%;
    }

    .bootstrap .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .bootstrap .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .bootstrap .offset-lg-9 {
        margin-left: 75%;
    }

    .bootstrap .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .bootstrap .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .bootstrap .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .bootstrap .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .bootstrap .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .bootstrap .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .bootstrap .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bootstrap .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .bootstrap .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .bootstrap .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bootstrap .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .bootstrap .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .bootstrap .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bootstrap .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .bootstrap .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .bootstrap .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bootstrap .order-xl-first {
        order: -1;
    }

    .bootstrap .order-xl-last {
        order: 13;
    }

    .bootstrap .order-xl-0 {
        order: 0;
    }

    .bootstrap .order-xl-1 {
        order: 1;
    }

    .bootstrap .order-xl-2 {
        order: 2;
    }

    .bootstrap .order-xl-3 {
        order: 3;
    }

    .bootstrap .order-xl-4 {
        order: 4;
    }

    .bootstrap .order-xl-5 {
        order: 5;
    }

    .bootstrap .order-xl-6 {
        order: 6;
    }

    .bootstrap .order-xl-7 {
        order: 7;
    }

    .bootstrap .order-xl-8 {
        order: 8;
    }

    .bootstrap .order-xl-9 {
        order: 9;
    }

    .bootstrap .order-xl-10 {
        order: 10;
    }

    .bootstrap .order-xl-11 {
        order: 11;
    }

    .bootstrap .order-xl-12 {
        order: 12;
    }

    .bootstrap .offset-xl-0 {
        margin-left: 0;
    }

    .bootstrap .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .bootstrap .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .bootstrap .offset-xl-3 {
        margin-left: 25%;
    }

    .bootstrap .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .bootstrap .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .bootstrap .offset-xl-6 {
        margin-left: 50%;
    }

    .bootstrap .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .bootstrap .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .bootstrap .offset-xl-9 {
        margin-left: 75%;
    }

    .bootstrap .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .bootstrap .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1670px) {
    .bootstrap .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .bootstrap .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .bootstrap .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .bootstrap .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .bootstrap .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bootstrap .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .bootstrap .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .bootstrap .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bootstrap .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .bootstrap .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .bootstrap .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bootstrap .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .bootstrap .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .bootstrap .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bootstrap .order-xxl-first {
        order: -1;
    }

    .bootstrap .order-xxl-last {
        order: 13;
    }

    .bootstrap .order-xxl-0 {
        order: 0;
    }

    .bootstrap .order-xxl-1 {
        order: 1;
    }

    .bootstrap .order-xxl-2 {
        order: 2;
    }

    .bootstrap .order-xxl-3 {
        order: 3;
    }

    .bootstrap .order-xxl-4 {
        order: 4;
    }

    .bootstrap .order-xxl-5 {
        order: 5;
    }

    .bootstrap .order-xxl-6 {
        order: 6;
    }

    .bootstrap .order-xxl-7 {
        order: 7;
    }

    .bootstrap .order-xxl-8 {
        order: 8;
    }

    .bootstrap .order-xxl-9 {
        order: 9;
    }

    .bootstrap .order-xxl-10 {
        order: 10;
    }

    .bootstrap .order-xxl-11 {
        order: 11;
    }

    .bootstrap .order-xxl-12 {
        order: 12;
    }

    .bootstrap .offset-xxl-0 {
        margin-left: 0;
    }

    .bootstrap .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .bootstrap .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .bootstrap .offset-xxl-3 {
        margin-left: 25%;
    }

    .bootstrap .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .bootstrap .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .bootstrap .offset-xxl-6 {
        margin-left: 50%;
    }

    .bootstrap .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .bootstrap .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .bootstrap .offset-xxl-9 {
        margin-left: 75%;
    }

    .bootstrap .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .bootstrap .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}

.bootstrap .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .bootstrap .form-control {
        transition: none;
    }
}

.bootstrap .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.bootstrap .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.bootstrap .form-control:disabled,
.bootstrap .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.bootstrap select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.bootstrap .form-control-file,
.bootstrap .form-control-range {
    display: block;
    width: 100%;
}

.bootstrap .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.bootstrap .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.bootstrap .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.bootstrap .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.bootstrap .form-control-plaintext.form-control-sm,
.bootstrap .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.bootstrap .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.bootstrap .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.bootstrap select.form-control[size],
.bootstrap select.form-control[multiple] {
    height: auto;
}

.bootstrap textarea.form-control {
    height: auto;
}

.bootstrap .form-group {
    margin-bottom: 1rem;
}

.bootstrap .form-text {
    display: block;
    margin-top: 0.25rem;
}

.bootstrap .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.bootstrap .form-row > .col,
.bootstrap .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.bootstrap .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.bootstrap .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.bootstrap .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.bootstrap .form-check-label {
    margin-bottom: 0;
}

.bootstrap .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.bootstrap .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.bootstrap .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.bootstrap .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .bootstrap .form-control:valid,
.bootstrap .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .bootstrap .form-control:valid:focus,
.bootstrap .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .bootstrap .form-control:valid ~ .valid-feedback,
.was-validated .bootstrap .form-control:valid ~ .valid-tooltip,
.bootstrap .form-control.is-valid ~ .valid-feedback,
.bootstrap .form-control.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .bootstrap textarea.form-control:valid,
.bootstrap textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .bootstrap .custom-select:valid,
.bootstrap .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .bootstrap .custom-select:valid:focus,
.bootstrap .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .bootstrap .custom-select:valid ~ .valid-feedback,
.was-validated .bootstrap .custom-select:valid ~ .valid-tooltip,
.bootstrap .custom-select.is-valid ~ .valid-feedback,
.bootstrap .custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .bootstrap .form-control-file:valid ~ .valid-feedback,
.was-validated .bootstrap .form-control-file:valid ~ .valid-tooltip,
.bootstrap .form-control-file.is-valid ~ .valid-feedback,
.bootstrap .form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .bootstrap .form-check-input:valid ~ .form-check-label,
.bootstrap .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .bootstrap .form-check-input:valid ~ .valid-feedback,
.was-validated .bootstrap .form-check-input:valid ~ .valid-tooltip,
.bootstrap .form-check-input.is-valid ~ .valid-feedback,
.bootstrap .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .bootstrap .custom-control-input:valid ~ .custom-control-label,
.bootstrap .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated
.bootstrap
.custom-control-input:valid
~ .custom-control-label::before,
.bootstrap .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .bootstrap .custom-control-input:valid ~ .valid-feedback,
.was-validated .bootstrap .custom-control-input:valid ~ .valid-tooltip,
.bootstrap .custom-control-input.is-valid ~ .valid-feedback,
.bootstrap .custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated
.bootstrap
.custom-control-input:valid:checked
~ .custom-control-label::before,
.bootstrap
.custom-control-input.is-valid:checked
~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated
.bootstrap
.custom-control-input:valid:focus
~ .custom-control-label::before,
.bootstrap
.custom-control-input.is-valid:focus
~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated
.bootstrap
.custom-control-input:valid:focus:not(:checked)
~ .custom-control-label::before,
.bootstrap
.custom-control-input.is-valid:focus:not(:checked)
~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .bootstrap .custom-file-input:valid ~ .custom-file-label,
.bootstrap .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .bootstrap .custom-file-input:valid ~ .valid-feedback,
.was-validated .bootstrap .custom-file-input:valid ~ .valid-tooltip,
.bootstrap .custom-file-input.is-valid ~ .valid-feedback,
.bootstrap .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .bootstrap .custom-file-input:valid:focus ~ .custom-file-label,
.bootstrap .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.bootstrap .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.bootstrap .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .bootstrap .form-control:invalid,
.bootstrap .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .bootstrap .form-control:invalid:focus,
.bootstrap .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .bootstrap .form-control:invalid ~ .invalid-feedback,
.was-validated .bootstrap .form-control:invalid ~ .invalid-tooltip,
.bootstrap .form-control.is-invalid ~ .invalid-feedback,
.bootstrap .form-control.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .bootstrap textarea.form-control:invalid,
.bootstrap textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .bootstrap .custom-select:invalid,
.bootstrap .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .bootstrap .custom-select:invalid:focus,
.bootstrap .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .bootstrap .custom-select:invalid ~ .invalid-feedback,
.was-validated .bootstrap .custom-select:invalid ~ .invalid-tooltip,
.bootstrap .custom-select.is-invalid ~ .invalid-feedback,
.bootstrap .custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .bootstrap .form-control-file:invalid ~ .invalid-feedback,
.was-validated .bootstrap .form-control-file:invalid ~ .invalid-tooltip,
.bootstrap .form-control-file.is-invalid ~ .invalid-feedback,
.bootstrap .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .bootstrap .form-check-input:invalid ~ .form-check-label,
.bootstrap .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .bootstrap .form-check-input:invalid ~ .invalid-feedback,
.was-validated .bootstrap .form-check-input:invalid ~ .invalid-tooltip,
.bootstrap .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .bootstrap .custom-control-input:invalid ~ .custom-control-label,
.bootstrap .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated
.bootstrap
.custom-control-input:invalid
~ .custom-control-label::before,
.bootstrap .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .bootstrap .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .bootstrap .custom-control-input:invalid ~ .invalid-tooltip,
.bootstrap .custom-control-input.is-invalid ~ .invalid-feedback,
.bootstrap .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated
.bootstrap
.custom-control-input:invalid:checked
~ .custom-control-label::before,
.bootstrap
.custom-control-input.is-invalid:checked
~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated
.bootstrap
.custom-control-input:invalid:focus
~ .custom-control-label::before,
.bootstrap
.custom-control-input.is-invalid:focus
~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated
.bootstrap
.custom-control-input:invalid:focus:not(:checked)
~ .custom-control-label::before,
.bootstrap
.custom-control-input.is-invalid:focus:not(:checked)
~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .bootstrap .custom-file-input:invalid ~ .custom-file-label,
.bootstrap .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .bootstrap .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .bootstrap .custom-file-input:invalid ~ .invalid-tooltip,
.bootstrap .custom-file-input.is-invalid ~ .invalid-feedback,
.bootstrap .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .bootstrap .custom-file-input:invalid:focus ~ .custom-file-label,
.bootstrap .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.bootstrap .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.bootstrap .form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .bootstrap .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .bootstrap .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .bootstrap .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .bootstrap .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .bootstrap .form-inline .input-group,
    .bootstrap .form-inline .custom-select {
        width: auto;
    }

    .bootstrap .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .bootstrap .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .bootstrap .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .bootstrap .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1669.98px) {
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1670px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

ul.products li.product img {
    width: 700px;
    padding: 10px;
    border: 1px solid lightgray;
}

.archive .woof_show_auto_form {
    display: none !important;
}

.archive .woocommerce-products-header {
    border: 1px solid #dddddd;
    padding: 20px;
    margin-bottom: 30px;
}

.archive .woocommerce-products-header .woocommerce-products-header__title {
    text-transform: uppercase;
    font-size: 26px;
}

.archive .woocommerce-products-header .term-description {
    height: 200px;
    overflow-y: hidden;
}

.archive .woocommerce-products-header .read-more {
    background: url(assets/images/icons/about-icon.png) no-repeat;
    color: #cc3333;
    display: inline-block;
    font-weight: bold;
    padding: 13px 60px;
    text-transform: uppercase;
}

.archive .product .woocommerce-loop-product__title {
    text-transform: none;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.archive .product h2,
.archive .product span {
    text-align: left;
}

.archive .product img {
    border: 1px solid #dddddd;
    padding: 10px;
}

.archive .product .woocommerce-loop-product__sku {
    display: block;
    color: #808080;
    font-size: 14px;
}

.archive .product .price {
    color: #cc3333 !important;
    font-weight: bold !important;
    font-size: 16px;
}

.archive .product .button {
    display: none;
}

.archive .woocommerce-pagination .page-numbers li .page-numbers {
    padding: 12px 20px;
}

.archive .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    border: 1px solid #dbdbdb;
    color: #32323c;
    font-weight: 600;
}

.archive .woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #09689c;
    border: 1px solid #09689c;
    color: #fff;
    font-weight: 600;
}

.archive .berocket_lgv_list .woocommerce-loop-product__sku {
    display: none;
}

.archive .berocket_lgv_list .woocommerce-product-details__short-description {
    margin-top: 20px;
}

.archive .berocket_lgv_list .sku_wrapper {
    display: block;
    margin-bottom: 20px;
}

.archive .berocket_lgv_additional_data .posted_in {
    display: none;
}

.archive .berocket_lgv_additional_data .lgv_meta_simple {
    margin-top: 20px;
    margin-bottom: 20px;
}

.archive .berocket_lgv_additional_data .lgv_price {
    color: #cc3333 !important;
    font-weight: bold !important;
    font-size: 16px;
}

.widget-woof > .widget-title {
    display: none;
}

.widget-woof .woof {
    background: #f5f5f8;
    padding: 30px;
}

.widget-woof .woof .widget_price_filter form {
    margin-bottom: 0;
    margin-top: 25px;
}

.widget-woof .woof .widget_price_filter .widget-title {
    border-bottom: 0;
    padding: 0 !important;
}

.widget-woof .woof .widget_price_filter .price_slider {
    margin-bottom: 30px;
}

.widget-woof .woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #cc3333;
    display: block;
}

.widget-woof .woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    border: 1px solid #dddddd;
    height: 1.8em;
    top: -5px;
    width: 1.8em;
}

.widget-woof .woof .price_slider_amount .price_label {
    font-size: 16px;
    float: right !important;
    margin-top: 11px;
}

.widget-woof .woof .price_slider_amount .button {
    background-color: #cc3333;
    color: #fff;
    float: left !important;
}

.widget-woof .woof .woof_price_search_container {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-woof
.woof
.woof_price_search_container
.price_slider_amount
.price_label {
    font-size: 16px;
    float: right !important;
    margin-top: 3px;
}

.widget-woof .woof .woof_submit_search_form_container {
    display: none;
}

.woocommerce-ordering .orderby {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("./assets/images/icons/icon-carret-down.png") no-repeat right 15px center;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 35px 10px 15px;
}

.woocommerce-ordering .orderby:before {
    font-family: FontAwesome;
    content: "\f0d7";
}

#secondary .widget:not(.WOOF_Widget) {
    background: #f5f5f8;
    border: 1px solid #dddddd;
    padding: 0;
}

#secondary .widget:not(.WOOF_Widget) .widget-title {
    font-family: "Source Sans Pro", Helvetica Neue-Light, "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    padding: 15px 30px;
    margin-bottom: 0;
    font-size: 17px;
}

@media (min-width: 992px) {
    #secondary .widget:not(.WOOF_Widget) .widget-title {
        font-size: 20px;
    }
}

#secondary .widget:not(.WOOF_Widget) .widget-title > .expand {
    background: #32323c;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px;
    margin-right: -15px;
    padding: 8px;
    text-align: center;
}

#secondary .widget_product_categories .widget-title {
    margin-bottom: 0;
}

#secondary .widget_product_categories ul li {
    margin-bottom: 0;
    padding: 0;
}

#secondary .widget_product_categories ul li .a-wrap {
    border-bottom: 1px solid #ddd;
    padding: 7px 25px;
}

#secondary .widget_product_categories ul li .a-wrap a {
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    color: #32323c;
}

#secondary .widget_product_categories ul li:before {
    content: "";
}

#secondary .widget_product_categories ul li:first-child > .a-wrap {
    border-top: 1px solid #ddd;
}

#secondary .widget_product_categories ul li:last-child .a-wrap {
    border-bottom: 0;
}

#secondary .widget_product_categories ul li .children {
    display: none;
    margin-top: 0;
}

#secondary .widget_product_categories ul li .children li:first-child > .a-wrap {
    border-top: 0;
}

#secondary .widget_product_categories ul li .children li:last-child > .a-wrap {
    border-bottom: 1px solid #ddd;
}

#secondary .widget_product_categories ul li .children .a-wrap:before {
    content: "\2014";
    color: #32323c;
    font-weight: 600;
    margin-right: 10px;
}

#secondary .widget_product_categories ul li .children .a-wrap .count {
    color: #32323c;
}

#secondary .widget_product_categories ul li.current-cat {
    color: #fff;
}

#secondary .widget_product_categories ul li.current-cat > .a-wrap {
    background: #cc3333;
}

#secondary .widget_product_categories ul li.current-cat > .a-wrap:before {
    color: #fff;
}

#secondary .widget_product_categories ul li.current-cat > .a-wrap > a {
    color: #fff;
}

#secondary .widget_product_categories ul li.current-cat > .a-wrap .count {
    color: #fff;
}

ul.products {
    margin-bottom: 20px;
}

ul.products li.product {
    margin-bottom: 20px;
}

ul.products li.product .price .woocommerce-Price-amount.amount {
    font-size: 16px;
}

ul.products li.product img {
    margin-bottom: 15px;
}

.widget .widget-title,
.widget .widgettitle {
    border-bottom: 0;
}

.widget.woocommerce li .count {
    font-weight: normal;
    font-size: 16px;
    color: #32323c;
    float: none;
}

@media (min-width: 1455px) {
    .widget.woocommerce li .count {
        float: right;
    }
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
    font-weight: 600;
}

.woocommerce-loop-product__sku {
    color: #808080;
}

.gridlist-toggle a.active {
    color: #cc3333;
}

.gridlist-toggle a em {
    display: inline-block;
    font-style: normal;
    font-size: 13px;
}

.gridlist-toggle a {
    color: #32323c;
}

.widget_layered_nav ul {
    padding: 0 30px;
}

.widget-area .widget a {
    color: #32323c;
    font-size: 16px;
    font-weight: 400;
}

.widget-area .widget a:not(.button) {
    font-weight: 400;
    text-decoration: none;
}

.single-product.left-sidebar .content-area {
    width: 100%;
    float: none;
}

.product-page-banner-info__title {
    background-color: #f5f5f8;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 20px;
    margin-bottom: 30px;
}

.product-page-banner-info__title i {
    padding-right: 5px;
}

.product-page-banner-info__description {
    position: absolute;
    left: 112px;
    background: white;
    z-index: 1;
    width: 300px;
    border: 1px solid;
    padding: 20px;
    font-size: 14px;
    text-align: left;
    top: 0;
}

.product-page-banner-info__description p {
    font-size: 14px;
    margin-bottom: 10px;
}

.product-page-banner-info__link {
    color: #32323c;
    padding-left: 20px;
    text-decoration: underline;
    position: relative;
    font-weight: normal;
}

.product_title.entry-title {
    font-size: 32px;
    margin-bottom: 5px;
}

.title-sku {
    color: #1d1c1c;
    font-weight: bold;
    border-top: 3px solid #d3cdcd;
    padding-top: 5px;
    margin-bottom: 0;
    padding-top: 10px;
    margin-top: 15px;
    border-top: 3px solid darkgray;
}

.below-more-info {
    padding-bottom: 10px;
}

.variation-label {
    font-size: 18px;
    font-weight: bold;
    color: #32323c;
    margin-top: 4px;
}

.pace-select {
    background-color: white !important;
    font-size: 18px;
    font-family: "Source Sans Pro";
    width: 100%;
    max-width: 100% !important;
    background: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #cc3333, #cc3333);
    background-position: calc(100% - 21px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    /* styling and reset */
    border: thin solid #dddddd;
    font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.single_add_to_cart_button {
    background-color: #64963c !important;
    padding-left: 80px;
    padding-right: 80px;
}

.quantity .qty {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.onsale {
    left: 0;
    color: white;
    border: 0;
}

.on-sale-container {
    position: absolute;
    z-index: 1;
}

.corner {
    width: 0;
    height: 0;
    border-top: 100px solid #cc3333;
    border-bottom: 100px solid transparent;
    border-right: 100px solid transparent;
}

.corner .onsale {
    position: absolute;
    color: white;
    top: 15px;
    width: 80px;
    left: -8px;
    text-align: center;
    font-size: 16px;
    font-family: arial;
    transform: rotate(-45deg);
    display: block;
}

.price .woocommerce-Price-amount.amount {
    color: #cc3333;
    font-size: 30px;
    font-weight: bold;
    margin-left: 0 !important;
}

.price ins .woocommerce-Price-amount.amount {
    color: #cc3333;
    font-size: 40px;
    font-weight: bold;
    margin-left: 0 !important;
}

.price del .woocommerce-Price-amount.amount {
    color: #32323c;
    opacity: 1;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.product-delivery-details__icon,
.product-delivery-details__free-delivery-text {
    color: #64963c;
    font-weight: 400;
}

.product-delivery-details__icon-container {
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
}

.product-delivery-details {
    font-size: 18px;
}

.product-delivery-details__free-delivery-text {
    margin-right: 10px;
}

.product-delivery-details__icon {
    font-size: 27px;
}

.product-delivery-details__learn-more-link {
    text-decoration: underline;
    color: inherit;
}

.product-delivery-details__info {
    color: #808080;
}

.single-product-support-banner {
    margin: auto;
    clear: both;
    text-align: center;
    background-color: #f5f5f8;
    margin-bottom: 50px;
    position: relative;
}

@media (max-width: 768px) {
    .single-product-support-banner__container {
        border: 1px solid #dddddd;
        border-bottom: 0;
    }
}

@media (min-width: 769px) {
    .single-product-support-banner__container {
        display: inline-block;
    }
}

.single-product-support-banner__item {
    font-size: 16px;
    padding: 14px 0 10px 0;
    border-bottom: 1px solid #dddddd;
}

.single-product-support-banner__item a {
    color: #32323c;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .single-product-support-banner__item {
        float: left;
        border: none;
        min-width: 24vw;
    }
}

@media (min-width: 992px) {
    .single-product-support-banner__item {
        min-width: 20vw;
    }
}

.cross-sells.woocommerce .attachment-woocommerce_thumbnail {
    width: 70px !important;
}

.single-product-support-banner__item__title {
    font-weight: bold;
    margin-left: 5px;
}

.single-product div.product .woocommerce-product-gallery img {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .single-product div.product .woocommerce-product-gallery {
        margin-bottom: 1.5em;
    }
}

.single-product-tabs {
    border: 1px solid #dddddd;
}

.single-product-tabs__list {
    margin-left: 0;
    border-bottom: 1px solid #dddddd;
}

.single-product-tabs__list .nav-link {
    padding: 19px 60px;
    color: #32323c;
    font-size: 18px;
    border: 0;
    font-weight: 500;
    border-radius: 0;
}

.single-product-tabs__list .nav-link:hover {
    border: 0;
}

.single-product-tabs__list .nav-link.active {
    background-color: #09689c;
    color: white;
    border: 0;
}

.tab-content {
    padding: 20px 10px;
}

.tab-content h2 {
    font-size: 18px;
    color: #32323c;
}

.footer-banner {
    background-color: #09689c;
    color: white;
    text-align: center;
    padding: 56px 40px;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .footer-banner {
        margin: 40px 0;
    }
}

.footer-banner h1 {
    font-size: 40px;
    color: white;
    margin-bottom: 15px;
    letter-spacing: 0.1px;
}

@media (min-width: 768px) {
    .footer-banner h1 {
        font-size: 60px;
    }
}

.footer-banner h2 {
    font-size: 28px;
    font-weight: 200;
    color: white;
    text-transform: none;
}

@media (min-width: 768px) {
    .footer-banner h2 {
        font-size: 40px;
    }
}

.up-sells .up-sells__title {
    font-size: 26px !important;
    text-transform: none !important;
    text-align: left;
}

.up-sells .woocommerce-loop-product__title {
    font-size: 16px;
    color: #32323c;
    text-align: left;
    text-transform: none !important;
}

.up-sells .price {
    text-align: left;
    font-weight: bold !important;
    color: #cc3333 !important;
}

@media (max-width: 575px) {
    .up-sells {
        margin-top: 30px;
    }
}

.up-sells.upsells.products ul.products li.product {
    margin-bottom: 5px;
}

.up-sells.upsells.products
ul.products
li.product
.woocommerce-loop-product__title,
.up-sells.upsells.products ul.products li.product h2 {
    font-weight: 400;
    margin-bottom: 5px;
}

.up-sells.upsells.products ul.products li.product img {
    padding: 0px;
}

@media (min-width: 576px) {
    .up-sells.upsells.products .col-sm-8 {
        padding-left: 0;
    }
}

.cross-sells.woocommerce {
    background-color: #fafafc;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #dddddd;
    border-bottom: 0;
    margin-bottom: -20px;
}

.cross-sells.woocommerce h2 {
    font-size: 16px;
}

.cross-sells.woocommerce li {
    float: none !important;
    width: 100% !important;
    margin: 0;
}

.cross-sells.woocommerce img {
    width: 50px;
    margin: 0;
    float: left;
    border: 1px solid #dddddd;
}

.cross-sells.woocommerce .crosssell-product__title,
.cross-sells.woocommerce .crosssell-product__sku,
.cross-sells.woocommerce .crosssell-product__price {
    float: left;
    clear: none;
    line-height: 1em;
    margin: 0 0 0 10px;
    font-size: 16px;
    text-transform: none;
}

.cross-sells.woocommerce .crosssell-product__details {
    padding-top: 15px;
}

.crosssell-product__details__qty-btn {
    background-color: black;
    color: white;
    padding: 3px 10px;
}

.crosssell-product__details__qty-value {
    width: 30px;
    text-align: center;
}

.qty-plus-minus {
    float: right;
}

.crosssell-product__details__increase-qty {
    margin-left: -3px;
}

.crosssell-product__details__decrease-qty {
    margin-right: -3px;
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
    background-color: #64963c;
    border-color: #64963c;
}

.single-product div.product form.cart .quantity {
    margin-right: 10px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    background-color: #64963c;
}

@media (min-width: 576px) {
    .bootstrap .col-sm-9 {
        max-width: 70% !important;
    }
}

.woocommerce-product-gallery .flex-control-nav li {
    border: 1px solid #dddddd;
    margin-right: 20px !important;
}

.woocommerce-product-gallery .flex-viewport {
    height: auto !important;
    border: 1px solid #dadada;
}

body {
    color: #32323c;
    font-family: "Source Sans Pro", "Source Sans Pro Fallback",
    HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
}

p {
    font-size: 18px;
}

a {
    color: #09689c;
}

a:focus {
    outline: none;
}

.col-full {
    max-width: 95em;
}

@media (max-width: 767px) {
    .col-full {
        padding-left: 15px;
        padding-right: 15px;
    }
}

h1,
h2,
h3,
h4 {
    font-family: "Source Sans Pro", "Source Sans Pro Fallback",
    HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #32323c;
}

h2 {
    text-transform: uppercase;
    font-size: 45px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 70px;
    }
}

.page-template-template-homepage-php .content-area,
.page-template-template-homepage-php .site-main {
    margin-bottom: 0;
}

ul.products .col-md-2dot4 {
    float: left;
    margin-bottom: 15px;
}

ul.products .col-md-2dot4 .home-cat-item {
    border: 1px solid #ccc;
    min-height: 245px;
    text-align: center;
}

#post-2 {
    display: none;
}

.btn {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-primary {
    background: #cc3333;
    padding: 15px 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .btn-primary {
        width: auto;
    }
}

.btn-primary:hover,
.btn-primary:active {
    background: #cc3333;
    opacity: 0.8;
}

.home .site-main {
    padding-top: 25px !important;
}

.storefront-breadcrumb {
    color: #808080;
    margin-bottom: 0;
}

.storefront-breadcrumb a,
.storefront-breadcrumb .breadcrumb-separator::after {
    color: #808080;
    opacity: 1;
}

.section-wrap {
    padding: 4.235801032em 0;
}

.sectionbanner-wrap {
    background: #fafafc;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    color: #ffffff;
    margin-top: -25px;
    padding-bottom: 25px;
    padding-top: 0;
    padding-top: 25px;
}

.sectionbanner-wrap .carousel-control-prev {
    left: -34px;
    width: 25px;
}

.sectionbanner-wrap .carousel-control-prev .carousel-control-prev-icon {
    background: url("assets/images/icons/banner-prev.png") no-repeat;
    height: 40px;
    width: 25px;
}

.sectionbanner-wrap .carousel-control-next {
    right: -34px;
    width: 25px;
}

.sectionbanner-wrap .carousel-control-next .carousel-control-next-icon {
    background: url("assets/images/icons/banner-next.png") no-repeat;
    height: 40px;
    width: 25px;
}

.sectionbanner-wrap h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1;
}

.sectionbanner-wrap .banner-wrap {
    background: #cc3333;
}

.sectionbanner-wrap .banner-wrap .content {
    height: 100%;
    padding: 30px 30px 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sectionbanner-wrap .banner-wrap .content .btn {
    background: #fff;
    color: #cc3333;
    font-weight: 700;
    padding: 13px 30px;
    width: 184px;
}

.sectionbanner-wrap .banner-wrap .content .text {
    font-size: 24px;
    width: 290px;
    line-height: normal;
}

.sectionbanner-wrap .banner-wrap img {
    height: 100%;
    width: auto;
    border-radius: 0;
}

.section-categories {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 94px;
}

.section-categories .home-cat-item a {
    display: block;
    margin-bottom: 40px;
    outline: none;
    line-height: normal;
}

.section-categories .home-cat-item img {
    border: 1px solid #ddd;
    height: auto;
    width: 100%;
}

.section-categories .home-cat-item .category__title {
    color: #32323c;
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin-top: 10px;
}

.section-categories .home-cat-item .category__description {
    color: #808080;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}

.section-categories .show-more-cat {
    display: block;
    margin: 20px auto 100px auto;
    width: 280px;
}

.section1-wrap {
    background: #eaebef;
    padding-bottom: 100px;
}

.section1-wrap .sub-heading {
    font-size: 24px;
}

.section1-wrap .about-link {
    background: url("assets/images/icons/about-icon.png") no-repeat;
    color: #cc3333;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding: 13px 60px;
    text-transform: uppercase;
    font-size: 14px;
}

.section1-wrap .img-wrap {
    margin-top: 40px;
    position: relative;
}

@media (min-width: 992px) {
    .section1-wrap .img-wrap {
        margin-top: 0;
    }
}

.section1-wrap .img-wrap img {
    height: auto;
    width: 100%;
}

@media (min-width: 1200px) {
    .section1-wrap .img-wrap img {
        margin: -162px auto;
    }
}

.section1-wrap .img-wrap .btn {
    background: url("assets/images/icons/arrow-icon.png") no-repeat center right 15px #09689c;
    bottom: 85px;
    left: -25px;
    padding: 19px 20px;
    position: absolute;
    width: 240px;
    font-size: 14px;
}

.section1-wrap .img-wrap .btn span {
    clear: both;
    float: left;
}

.section1-wrap .logo {
    float: right;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .section1-wrap .logo {
        margin-top: 160px;
        padding-top: 28px;
    }
}

.section2-wrap {
    background: #64963c;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 80px;
}

.section2-wrap h3 {
    color: #fff;
    font-size: 40px;
}

.section2-wrap p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50px;
}

.section2-wrap .row-wrap .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.section2-wrap .row-wrap .row [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

@media (min-width: 768px) {
    .section2-wrap .row-wrap {
        margin-bottom: -255px;
    }
}

.section2-wrap .item-wrap {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #808080;
    text-align: center;
    padding: 20px;
    min-height: 255px;
    margin-top: 30px;
    line-height: 1.3;
}

.section2-wrap .item-wrap .img-wrap {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.section2-wrap .item-wrap .img-wrap img {
    margin: 0 auto;
}

.section2-wrap .item-wrap .title {
    color: #64963c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.section3-wrap {
    background: #eaebef;
}

@media (min-width: 768px) {
    .section3-wrap {
        padding-top: 275px;
    }
}

.section3-wrap .featured-item,
.section3-wrap .newsletter {
    padding: 30px;
}

.section3-wrap .featured-item .title,
.section3-wrap .newsletter .title {
    color: #333333;
    font-weight: 800;
}

.section3-wrap .featured-item {
    background: #fff;
}

.section3-wrap .featured-item img {
    margin: 0 auto;
}

.section3-wrap .featured-item .title {
    font-size: 40px;
    margin-top: 7px;
}

.section3-wrap .featured-item .name {
    font-size: 24px;
    margin-bottom: 15px;
}

.section3-wrap .featured-item .btn1 {
    margin-right: 20px;
}

.section3-wrap .featured-item .btn2 {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .section3-wrap .featured-item .btn2 {
        margin-top: 0;
    }
}

.section3-wrap .new-product {
    background: #09689c;
    color: #fff;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .section3-wrap .new-product {
        margin-top: 0;
    }
}

.section3-wrap .new-product .row {
    margin-left: 0;
    margin-right: 0;
}

.section3-wrap .new-product .row .col-xl-6,
.section3-wrap .new-product .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.section3-wrap .new-product .img-wrap {
    height: 100%;
    position: relative;
}

.section3-wrap .new-product .img-wrap span {
    background: #09689c;
    padding: 5px 20px;
    position: absolute;
    top: 30px;
}

.section3-wrap .new-product .img-wrap img {
    height: auto;
    width: 100%;
}

@media (min-width: 1200px) {
    .section3-wrap .new-product .img-wrap img {
        height: 100%;
        width: auto;
    }
}

.section3-wrap .new-product .content {
    padding: 30px;
}

.section3-wrap .new-product .content .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section3-wrap .new-product .content p {
    font-size: 16px;
}

.section3-wrap .new-product .content a {
    background: url("assets/images/icons/arrow-icon-2.png") no-repeat transparent;
    display: block;
    padding: 15px 0 10px 60px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.section3-wrap .new-product-2 {
    margin-top: 30px;
}

.section3-wrap .newsletter {
    background: url("assets/images/icons/at-icon.png") no-repeat top left #f4f5f7;
    margin-top: 30px;
    padding: 60px 30px;
    text-align: center;
}

.section3-wrap .newsletter .title {
    font-size: 32px;
}

.site-header {
    padding-top: 0;
}

@media (max-width: 767px) {
    .site-header form {
        margin-bottom: 1em;
    }
}

@media (min-width: 768px) {
    .site-header {
        padding-top: 19px;
    }
}

@media (max-width: 767px) {
    .site-header .vat-container {
        width: 58.33333333%;
    }
}

@media (max-width: 767px) {
    .site-header .currency-container {
        width: 41.66666667%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .site-header .vat-container,
    .site-header .currency-container {
        flex: none;
    }
}

.site-header .vat_switch {
    margin-top: 1px;
    line-height: 40px;
    position: relative;
}

@media (min-width: 768px) {
    .site-header .vat_switch {
        margin-top: 22px;
        float: right;
    }

    .site-header .vat_switch:after {
        background: #e8e9ea;
        height: 20px;
        width: 1px;
        content: "";
        display: inline;
        position: absolute;
        right: 0;
        top: 11px;
    }
}

@media (max-width: 767px) {
    .site-header .col-vat,
    .site-header .col-currency {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.site-header .page .hentry {
    padding: 50px !important;
    border: 1px solid #efefef !important;
}

.site-header .radio-inline {
    margin-right: 15px;
    font-size: 14px;
    color: #707070;
    font-weight: 600;
}

.site-header .radio-inline input {
    margin-right: 5px;
    color: #707070;
    font-size: 14px;
    font-family: "Source Sans Pro", "Source Sans Pro Fallback";
}

.site-header .wSelect-el {
    display: none;
}

.site-header .woocommerce-currency-switcher-form {
    margin-top: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .site-header .woocommerce-currency-switcher-form {
        margin-top: 20px;
    }
}

.site-header .woocommerce-currency-switcher-form .wSelect-theme-classic {
    float: right;
}

.site-header
.woocommerce-currency-switcher-form
.wSelect-theme-classic.wSelect {
    border: none;
    background: none;
    box-shadow: none;
    min-width: 95px;
    max-width: 95px;
    margin-top: 7px;
    font-size: 14px;
    font-family: "Source Sans Pro", "Source Sans Pro Fallback",
    HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}

.site-header .woocommerce-currency-switcher-form .wSelect-arrow {
    background-image: none;
    width: 25px;
}

.site-header .woocommerce-currency-switcher-form .wSelect-arrow:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 15px;
    margin: 5px 0 0 7px;
}

.site-header
.woocommerce-currency-switcher-form
.wSelect-theme-classic
.wSelect-options-holder {
    border: 1px solid #ddd;
    border-radius: 0;
}

.site-header
.woocommerce-currency-switcher-form
.wSelect-theme-classic
.wSelect-options {
    border: 0;
    border-radius: 0;
}

.site-header
.woocommerce-currency-switcher-form
.wSelect-theme-classic
.wSelect-option-selected,
.site-header
.woocommerce-currency-switcher-form
.wSelect-theme-classic
.wSelect-option:hover {
    background-color: #257fb0;
}

.site-header .woocommerce-currency-switcher-form .wSelect-selected {
    background-size: auto;
    margin: 0px 15px 0px 5px;
    font-size: 14px;
    color: #707070;
    font-weight: 600;
    font-family: "Source Sans Pro", "Source Sans Pro Fallback",
    HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}

.site-header .woocommerce-currency-switcher-form .wSelect-option-icon {
    padding-left: 25px;
}

.site-header .woocommerce-currency-switcher-form .wSelect-option-value {
    background-size: auto;
}

.site-header .wSelect-options-holder {
    height: auto;
}

.site-header .wSelect-options {
    height: auto !important;
}

.site-header .custom-logo-link img,
.site-header .site-header .site-logo-anchor img,
.site-header .site-header .site-logo-link img {
    /*width: 256px;
        max-width: 256px;*/
    margin-top: 9px;
    max-width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1200px) {
    .site-header .custom-logo-link {
        position: relative;
    }

    .site-header .custom-logo-link:after {
        content: "";
        border-right: 1px solid #e8e9ea;
        position: absolute;
        right: -15px;
        top: 0;
        height: 100%;
    }
}

.site-header .woocommerce-product-search:before {
    margin-top: -3px;
}

.site-header .main-navigation {
    width: 100% !important;
    text-transform: uppercase;
    text-align: center;
}

.site-header .main-navigation .menu-toggle {
    background: none;
    border: none;
    padding: 15px;
}

.site-header .main-navigation .menu-item a:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .site-header .main-navigation .menu-item a {
        padding-left: 15px;
    }
}

.site-header .header-phone {
    color: white;
    background-color: #cc3333;
    padding: 6px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: unset !important;
}

@media (max-width: 390px) {
    .site-header .header-phone {
        display: none;
    }
}

@media (max-width: 767px) {
    .site-header .header-phone {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .site-header .header-phone {
        width: 45px;
        height: 45px;
        padding: 10px;
        margin: 26px 0px 0px 15px;
    }
}

.site-header .header-contact-number {
    font-size: 6vw;
    font-weight: bold;
    color: #32323c;
    margin: 10px 0 0 7px;
}

@media (min-width: 768px) {
    .site-header .header-contact-number {
        font-size: 32px;
        margin: 15px 0px 0px 15px;
    }
}

.site-header .days {
    color: #707070;
    font-size: 12px;
    margin-top: -14px;
    margin-left: 37px;
    position: absolute;
}

@media (min-width: 768px) {
    .site-header .days {
        font-size: 14px;
        margin-top: -16px;
        margin-left: 77px;
    }
}

.site-header .top-menu {
    width: auto;
    position: relative;
    z-index: 1;
    background: transparent;
    display: table;
    float: right;
}

.site-header .top-menu .top-right-links {
    list-style: none;
    padding: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 5px;
    justify-content: start;
}

.site-header .top-menu .top-right-links .menu-item {
    color: #32323c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid #e8e9ea;
}

.site-header .top-menu .top-right-links .menu-item:last-child {
    border-right: none;
}

.site-header .top-menu .top-right-links .menu-item:last-child a {
    padding-right: 0;
}

.site-header .top-menu .top-right-links .menu-item a {
    color: #32323c;
    padding: 2px 14px;
}

.site-header .top-menu .top-right-links .menu-item .no-padding-left {
    padding-left: 0px;
}

.site-header .top-menu .top-right-links .menu-item .basket-icon {
    padding: 0px 5px 0px 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-header .top-menu {
        float: none;
        display: flex !important;
        justify-content: center;
        margin-top: 20px;
    }
}

.site-header .woocommerce-product-gallery img {
    border: 1px solid grey;
    width: 100% !important;
}

.site-header .widget_product_search {
    margin-top: 7px;
    border-color: #dbdbdb;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .site-header .widget_product_search {
        margin-top: 22px;
    }
}

.site-header .widget_product_search form:before {
    color: #808080;
}

.site-header .widget_product_search form {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .site-header .widget_product_search form {
        margin-bottom: 27px;
    }
}

.site-header .widget_product_search .search-field {
    background: #fafafc;
    box-shadow: none;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    color: #808080;
    height: 40px;
}

.site-header .widget_product_search .custom-search-btn {
    font-weight: 600;
    border: none;
    clip: none;
    -webkit-clip-path: none;
    clip-path: none;
    height: 40px;
    margin: 0px;
    overflow: initial;
    padding: 0;
    position: relative;
    width: 48px;
    word-wrap: normal !important;
    top: auto;
    left: auto;
    float: right;
    background-color: #32323c;
    font-size: 14px;
    color: #ffffff;
}

.site-header .widget_product_search .search-bar-button {
    width: 100%;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 0;
}

.site-header .storefront-primary-navigation {
    background-color: #09689c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.site-header .main-navigation li a {
    color: #ffffff;
}

@media (max-width: 767px) {
    .site-header .main-navigation li:first-child a {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .site-header .main-navigation ul.menu > li > a,
    .site-header .main-navigation .main-navigation ul.nav-menu > li > a {
        padding: 1.2em 1em;
    }
}

.site-header input[name="wcj_button_toggle_tax_display"] {
    display: none;
}

.site-header .editable-lower-nav {
    background-color: #fafafc;
    min-height: 70px;
}

.site-header .editable-lower-nav .ul-container {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header .editable-lower-nav .item {
    padding: 7px 0 0;
    width: 100%;
    font-weight: bold;
    text-align: left;
    line-height: 1.07;
}

.site-header .editable-lower-nav .item strong {
    color: #32323c;
    font-size: 15px;
    line-height: 1.07;
}

.site-header .editable-lower-nav .item p {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.17;
    margin-top: 2px;
    margin-bottom: 7px;
}

.site-header .editable-lower-nav .item img {
    float: left;
    margin: 4px 10px 10px 0px;
}

@media (max-width: 767px) {
    .site-header .editable-lower-nav .item img {
        width: 35px;
        height: auto;
    }
}

@media (min-width: 768px) {
    .site-header .editable-lower-nav .item {
        width: 33.33333%;
        padding: 12px 0 5px 0;
    }

    .site-header .editable-lower-nav .item:first-child img {
        margin-left: 0;
    }

    .site-header .editable-lower-nav .item img {
        max-height: 50px;
        max-width: 50px;
        margin: 4px 10px 15px;
    }
}

@media (min-width: 992px) {
    .site-header .editable-lower-nav .item {
        width: 16.66667%;
    }

    .site-header .editable-lower-nav .item img {
        margin: 4px 10px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1080px) {
    .site-header .editable-lower-nav .item img {
        max-height: 35px;
        max-width: 35px;
        margin: 4px 10px 45px;
    }
}

@media (min-width: 1440px) {
    .site-header .editable-lower-nav .item img {
        margin: 4px 10px 10px;
    }
}

.site-header .editable-lower-nav .flex {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.footer-newsletter {
    background: #f4f5f7;
}

.footer-newsletter .newsletter-inner {
    background: url("assets/images/icons/at-icon-2.png") no-repeat top left;
    padding: 20px 0 10px 0;
}

.footer-newsletter .title {
    font-size: 32px;
    font-weight: bold;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .footer-newsletter .title {
        display: block;
    }
}

.footer-newsletter .tagline {
    font-size: 18px;
    color: #32323c;
}

@media (max-width: 991px) {
    .top-menu {
        margin-top: 15px;
    }
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    content: none !important;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    background: #fafafc url("assets/images/icons/search-icon.png") no-repeat 10px center !important;

    padding-left: 50px !important;
}

.dgwt-wcas-sf-wrapp {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .dgwt-wcas-sf-wrapp {
        margin-bottom: 20px;
        margin-top: 0 !important;
    }
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    font-size: 14px !important;
}

.footer-widgets {
    padding-top: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .footer-widgets .widget {
        margin-bottom: 30px;
    }
}

.site-footer {
    background: #cc3333;
    color: #fff;
    padding: 0px;
}

.site-footer a,
.site-footer a:not(.button) {
    color: #fff;
}

.site-footer p {
    font-size: 16px;
    font-weight: 100;
}

.site-footer .site-info {
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
}

.site-footer .widget-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

.site-footer .icon-cards {
    background: url("assets/images/icons/icon_cards.png") no-repeat;
    width: 186px;
    height: 25px;
    float: right;
}

.site-footer .icon-sagepay {
    background: url("assets/images/icons/icon_sagepay.png") no-repeat;
    width: 109px;
    height: 25px;
    float: right;
    margin-right: 30px;
}

.site-footer .menu li {
    padding-left: 0px;
}

.site-footer .menu li::before {
    content: "";
}

.site-footer .menu li a {
    font-weight: 100;
}

.hidden-mobile {
    display: none !important;
}

.mobile-center {
    text-align: -webkit-center;
}

@media (max-width: 767px) {
    .mobile-center {
        width: 50% !important;
        /* padding-left: 5px !important; */
        flex: none !important;
    }
}

.phone-number {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .left-verticle-line .row {
        padding-left: 15px;
    }

    .site-info {
        text-align: center;
        margin-bottom: 70px;
    }

    .footer-p {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .hidden-mobile {
        display: block !important;
    }

    .site-header .widget_product_search .search-bar-button {
        width: 100%;
    }

    .site-header .widget_product_search .search-field {
        width: 100%;
    }

    .storefront-breadcrumb {
        margin-bottom: 0;
        padding: 1.2em 0;
    }
}

button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
    background-color: white;
}

img {
    border-radius: 0;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
    color: white;
    background: rgba(0, 0, 0, 0.1);
}

.woocommerce-result-count {
    font-size: 16px;
}

@media (min-width: 768px) {
    .woocommerce-result-count {
        padding-top: 14px;
    }
}

.added_to_cart,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    height: 48px;
    text-transform: uppercase;
    font-size: 16px;
}

.input-text,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    height: 48px;
}

.input-text,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: none;
}

.wc-proceed-to-checkout .button.checkout-button {
    height: auto;
}

button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover {
    background-color: #32323c;
    border-color: #32323c;
}

#payment .place-order .button {
    height: auto;
}

.mailchimp-form {
    margin-bottom: 0.618em !important;
}

.mailchimp-form form {
    margin-bottom: 0;
}

#mc_embed_signup_form {
    padding: 20px 0 10px 0 !important;
}

@media only screen and (min-width: 768px) {
    #mc_embed_signup_scroll::after {
        content: "";
        display: block;
        clear: both;
    }

    #mc_embed_signup_scroll .columns-6 {
        width: 50%;
        float: left;
    }
}

#mc_embed_signup_scroll label {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1em;
    text-transform: uppercase;
}

#mc_embed_signup_scroll label em {
    display: table;
    margin: 0 auto;
    font-style: normal;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #32323c;
    text-transform: none;
}

.signup-form input {
    height: 3em !important;
    border: none !important;
}

.signup-form .button {
    background-color: #cc3333 !important;
    padding: 7px 30px !important;
    height: auto !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 1em !important;
}

@media only screen and (min-width: 768px) {
    .signup-form .button {
        margin-left: -10px !important;
    }
}

.prod_page-banner {
    color: white;
    font-weight: 700;
    display: flex;
    flex-direction: row;
}

.prod_page-banner .left.text {
    background-color: #cc3333;
    padding: 10px;
}

@media (min-width: 576px) {
    .prod_page-banner .left.text {
        padding: 15px;
    }
}

@media (min-width: 768px) {
    .prod_page-banner .left.text {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .prod_page-banner .left.text {
        padding: 15px;
    }
}

.prod_page-banner .right.image {
    border: 1px solid #dddddd;
    border-left: 0;
    width: 42%;
}

@media (min-width: 576px) {
    .prod_page-banner .right.image {
        width: 35%;
    }
}

@media (min-width: 768px) {
    .prod_page-banner .right.image {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .prod_page-banner .right.image {
        width: 35%;
    }
}

.prod_page-banner .right.image .img-bg {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-heading {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1;
}

@media (min-width: 576px) {
    .banner-heading {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .banner-heading {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .banner-heading {
        padding-right: 40px;
        font-size: 22px;
    }
}

.banner-heading + .banner-heading a {
    text-transform: none;
    font-size: 16px;
    text-decoration: underline;
    color: #fff;
    display: block;
    margin-top: 7px;
}

@media (min-width: 576px) {
    .banner-heading + .banner-heading a {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .banner-heading + .banner-heading a {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .banner-heading + .banner-heading a {
        font-size: 18px;
    }
}

.price-single-product {
    color: #cc3333;
    font-size: 40px;
    font-weight: bold;
}

.single-prod-inc-vat {
    color: #808080;
    font-weight: 500;
    font-size: 18px;
}

span.swatch.swatch-color {
    width: 45px;
    height: 45px;
    border: 0.8px solid #333;
}

span.swatch.swatch-color.selected {
    position: unset !important;
    border: 2px solid white !important;
    color: rgba(201, 201, 201, 0.5);
}

.tawcvs-swatches .swatch {
    opacity: 1 !important;
}

.header-widget-region .widget {
    padding: 0;
}

.crosssell-product__details__qty-btn {
    height: 25px;
    padding: 0px 5px;
}

.component .component_options_select {
    background-color: white !important;
    font-size: 18px;
    font-family: "Source Sans Pro";
    width: 100%;
    max-width: 100% !important;
    background: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #cc3333, #cc3333);
    background-position: calc(100% - 21px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border: thin solid #dddddd;
    font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em !important;
    border-radius: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button {
    background: #09689c;
    color: white;
}


.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit {
    margin-bottom: 10px;
    max-width: 243px;
    margin-right: 0;
}

.site-header .custom-logo-link img,
.site-header .site-header .site-logo-anchor img,
.site-header .site-header .site-logo-link img {
    margin-top: 0;
}

.crosssell-row.woocommerce .attachment-woocommerce_thumbnail {
    width: 45px !important;
}

.crosssell-product img {
    width: 40px !important;
}

.single-product div.product .variations_button {
    padding-top: 0;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
    font-weight: 600;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
    /* Safari */
    text-decoration-color: rgba(255, 255, 255, 0.4);
}

.archive .woocommerce-products-header .read-more {
    display: none;
}

.archive .woocommerce-products-header .term-description {
    height: auto;
}

.price-single-product {
    font-size: 30px;
}

.component_title_wrapper {
    font-size: 16px;
}

.component_wrap {
    padding: 0px;
}

.composite_form:not(.paged) .component .component_inner {
    padding-bottom: 1.6rem;
}

.composite_form:not(.paged) .component .component_inner {
    padding-bottom: 0rem !important;
}

.composite_form:not(.paged) .composite_wrap {
    padding-top: 0.5rem !important;
}

.composite_form .step_title_wrapper {
    font-size: 20px;
}

.composite_form .component {
    border: 1px solid #dddddd;
    padding: 20px;
    background-color: #fafafc;
}

.component .variations {
    padding-left: 0px !important;
}

.single-product div.product table.variations .value {
    margin-bottom: 0.9em !important;
}

form.cart {
    padding: 0em !important;
}

.single-product .composite_form .composite_price p.price {
    margin-top: 25px !important;
}

.composite_form .step_title_wrapper {
    margin-bottom: 0.4em !important;
}

.woocommerce div.product .component .summary_content .variations,
.woocommerce div.product .component .summary_content .variations tr,
.woocommerce div.product .component .summary_content .variations td {
    margin-bottom: 0px !important;
}

.shop_table {
    margin-top: 15px !important;
}

table.cart th {
    background: #09689c;
    color: white;
}

table.shop_table_responsive tr td.actions {
    border-bottom: none !important;
}

.woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
    border-bottom: 1px solid lightgrey;
}

.woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
    background: none;
    border: none;
    padding: 0;
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
    background: #09689c;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    background: #3d9cd2;
    color: white !important;
}

@media screen and (max-width: 1197px) {
    .col-md-2dot4 {
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .col-md-2dot4 {
        max-width: 100%;
    }
}

h2 {
    font-size: 26px;
}

address {
    padding: 3px;
}

.section-categories .home-cat-item img {
    height: 240px;
}

@media screen and (max-width: 1197px) {
    .section-categories .home-cat-item img {
        height: auto;
    }
}

.home-cat-item {
    padding-bottom: 30px !important;
}

ul.products .col-md-2dot4 .home-cat-item {
    height: 400px;
}

.cookie-notice-container a {
    margin-left: 10px;
    color: white;
    text-decoration: underline;
}

#cookie-notice .cn-button {
    margin-left: 40px;
    height: 40px;
}

.up-sells.upsells.products
ul.products
li.product
.woocommerce-loop-product__title,
.up-sells.upsells.products ul.products li.product h2 {
    font-weight: 600;
}

.up-sells amount {
    font-size: 30px;
}

ul.products li.product .price .woocommerce-Price-amount.amount {
    font-size: 18px;
}

.onsale {
    display: none;
}

.price del .woocommerce-Price-amount.amount {
    display: inline;
}

.cookie-notice-container {
    font-size: 16px;
}

.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a {
    font-weight: 600;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    padding-bottom: 0;
}

.single-product div.product table.variations {
    border-top: 3px solid #d7d7d7;
    padding-top: 10px;
}

.woocommerce-message {
    padding-bottom: 20px;
}

.woocommerce-info {
    padding-bottom: 20px;
}

.crosssell-row ul.products li.product img {
    padding: 2px;
}

pre {
    white-space: pre-wrap;
}

.prod-page-cats #secondary #woocommerce_product_categories-3 .cat-parent {
    display: none;
}

.prod-page-cats #woocommerce_product_categories-3 .cat-item-1255 {
    display: none;
}

.prod-page-cats
#secondary
#woocommerce_product_categories-3
.current-cat-parent {
    display: block;
}

.prod-page-cats {
    z-index: 1;
    position: relative;
}

.corner {
    display: none;
}

@media (max-width: 768px) {
    .single-product div.product .summary {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .single-product div.product .woocommerce-product-gallery {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .left-sidebar .widget-area {
        width: auto;
    }
}

.single-product-support-banner__item {
    min-width: 18vw;
}

.woocommerce-products-header {
    background-color: #f5f5f8;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

#post-26261,
#post-26272,
#post-26264,
#post-26274,
#post-26267,
#post-26269 {
    background-color: unset;
    border: none;
    padding: 0px;
}

.read-more {
    display: none;
}

ul.products .col-md-2dot4 .home-cat-item img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

ul.products .col-md-2dot4 .home-cat-item {
    height: 400px;
}

.current-menu-ancestor,
.current-menu-parent,
.current-menu-item,
.menu-item-has-children {
    background-color: #427c9c !important;
}

.crosssell-row.woocommerce .crosssell-product__title,
.crosssell-row.woocommerce .crosssell-product__sku,
.crosssell-row.woocommerce .crosssell-product__price {
    font-size: 16px;
}

.qty-plus-minus {
    float: right;
}

.product-delivery-details {
    margin: 15px 0px;
}

.ul .li .menu-item,
.current-menu-item {
    background-color: unset;
}

.storefront-product-pagination {
    display: none;
}

@media (min-width: 992px) {
    .prod_page-banner .right.image {
        width: 40%;
    }
}

.sectionbanner-wrap .banner-wrap .content .text {
    width: unset;
    font-size: 18px;
}

.sectionbanner-wrap .banner-wrap .content h2 {
    font-size: 48px;
}

.section3-wrap .new-product .img-wrap img {
    height: inherit;
    width: 365px;
}

#menu-category-menu .menu-item {
    font-size: 14px;
}

.summary_element_content .woocommerce-Price-amount {
    font-size: 20px !important;
    display: inline-block;
}

.widget_composite_summary .composite_button button {
    padding: 15px;
}

#woocommerce_widget_composite_summary-2 {
    padding: 10px !important;
}

.col-sm-4 .berocket_alabel_id_12496 {
    display: none;
}

.br_alabel.berocket_alabel_id_12496 > span b {
    top: -85px;
    width: 80px;
    left: -8px;
    font-size: 16px;
    text-align: center;
    transform: rotate(-45deg);
}

.moveToDescription {
    font-weight: bold;
    color: #09689c;
    font-size: 20px;
}

.js-qty-plus-minus.qty-plus-minus {
    display: inline-flex;
    padding: 11px;
}

.crosssell-product__title {
    font-weight: 600;
}

.crosssell-image {
    padding: 0px;
    vertical-align: middle;
}

.crosssell-info {
    padding: 9px;
}

.crosssell-row .products {
    margin-bottom: 5px;
}

.berocket_better_labels.berocket_better_labels_label {
    display: none;
}

#delScotText {
    max-width: 400px;
    margin-top: 20px;
    display: none;
    text-align: center;
    width: 100%;
}

.scotLink {
    font-weight: bold;
    cursor: pointer;
}

.error404.left-sidebar .content-area,
.error404.right-sidebar .content-area {
    width: 75%;
}

.col-sm-4 > .berocket_better_labels {
    display: none;
}

.now-price {
    font-size: 26px !important;
    font-weight: bold;
    color: #cc3333;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    padding-top: 0;
    font-size: 14px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: fit-content;
    padding: 20px;
    font-size: 13px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-weight: 400;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.expanded {
    padding: 0;
    margin: 0;
    line-height: 0.7em;
    font-size: 35px;
}

.current-menu-item {
    background-color: #c33;
}

@media (min-width: 1024px) {
    .left-sidebar {
        width: 100%;
    }
}

.up-sells .br_alabel {
    display: none;
}

.expanded:hover {
    cursor: pointer;
}

.up-sells .berocket_better_labels {
    display: none;
}

#mc_embed_signup label {
    text-align: center;
}

#cp-no-js-msg {
    display: none;
}

@media (min-width: 768px) {
    .left-sidebar .widget-area {
        width: 21.7391304348%;
    }
}

#ship-to-different-address label {
    font-weight: bold;
}

#order_comments_field label {
    font-weight: bold;
}

/* Add new CSS for 5 columns */
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-5
.flex-control-thumbs
li {
    width: 19%;
    margin-right: 1% !important;
}

span.swatch.swatch-color {
    width: 35px;
    height: 35px;
}

span.swatch.swatch-color.selected {
    position: unset !important;
    border: 2px solid black !important;
    color: rgba(201, 201, 201, 0.5);
    opacity: 1 !important;
}

.tawcvs-swatches .swatch {
    opacity: 1 !important;
    border: 2px solid lightgray;
}

ul.products .col-md-2dot4 {
    float: left;
    margin-bottom: 15px;
}

ul.products .col-md-2dot4 .home-cat-item {
    border: 1px solid #e1e1e1;
    height: 380px;
    min-width: 33%;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}

.col-md-2dot4 .home-cat-item .category__title {
    display: block;
    color: #32323c;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    text-align: left;
}

.col-md-2dot4 .home-cat-item .category__title:hover {
    color: darkgreen;
}

.col-md-2dot4 .home-cat-item .category__description {
    display: block;
    /* or inline-block */
    color: gray;
    font-size: 15px;
    margin-top: 10px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5.6em;
    line-height: 1.5em;
    text-align: left;
}

.col-md-2dot4 .home-cat-item .category__description:hover {
    color: darkgreen;
}

div[itemprop="description"] {
    display: none;
}

.col-md-2dot4 {
    max-width: 33%;
}

.grid .col-md-2dot4 .home-cat-item a img {
    margin-left: 20px;
    height: 240px;
    max-width: 80%;
}

@media screen and (max-width: 767px) {
    .col-md-2dot4 {
        max-width: 100%;
    }
}

.item.flex-item a:hover {
    text-decoration: underline;
}

.single-product.left-sidebar .content-area {
    width: 100%;
    float: none;
}

.product-page-banner-info__title {
    background-color: #f5f5f8;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 20px;
    margin-bottom: 30px;
}

.product-page-banner-info__title i {
    padding-right: 5px;
}

.product-page-banner-info__description {
    position: absolute;
    left: 112px;
    background: white;
    z-index: 1;
    width: 300px;
    border: 1px solid;
    padding: 20px;
    font-size: 14px;
    text-align: left;
    top: 0;
}

.product-page-banner-info__description p {
    font-size: 14px;
    margin-bottom: 10px;
}

.product-page-banner-info__link {
    color: #32323c;
    padding-left: 20px;
    text-decoration: underline;
    position: relative;
    font-weight: normal;
}

.product_title.entry-title {
    font-size: 32px;
    margin-bottom: 5px;
}

.variation-label {
    font-size: 18px;
    font-weight: bold;
    color: #32323c;
}

.single_add_to_cart_button {
    background-color: #64963c !important;
    padding-left: 80px;
    padding-right: 80px;
}

.quantity .qty {
    border: 1px solid #dddddd;
    box-shadow: none;
}

.onsale {
    left: 0;
    color: white;
    border: 0;
}

.on-sale-container {
    position: absolute;
    z-index: 1;
}

.corner {
    width: 0;
    height: 0;
    border-top: 100px solid #cc3333;
    border-bottom: 100px solid transparent;
    border-right: 100px solid transparent;
}

.corner .onsale {
    position: absolute;
    color: white;
    top: 15px;
    width: 80px;
    left: -8px;
    text-align: center;
    font-size: 16px;
    font-family: arial;
    transform: rotate(-45deg);
    display: block;
}

.price .woocommerce-Price-amount.amount {
    color: #cc3333;
    font-size: 30px;
    font-weight: bold;
    margin-left: 0 !important;
}

.price ins .woocommerce-Price-amount.amount {
    color: #cc3333;
    font-size: 40px;
    font-weight: bold;
    margin-left: 0 !important;
}

.price del .woocommerce-Price-amount.amount {
    color: #32323c;
    opacity: 1;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.product-delivery-details__icon,
.product-delivery-details__free-delivery-text {
    color: #64963c;
    font-weight: 400;
}

.product-delivery-details__icon-container {
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
}

.product-delivery-details {
    font-size: 18px;
}

.product-delivery-details__free-delivery-text {
    margin-right: 10px;
}

.product-delivery-details__icon {
    font-size: 27px;
}

.product-delivery-details__learn-more-link {
    text-decoration: underline;
    color: inherit;
}

.product-delivery-details__info {
    color: #808080;
}

.single-product-support-banner {
    margin: auto;
    clear: both;
    text-align: center;
    background-color: #f5f5f8;
    margin-bottom: 50px;
    position: relative;
}

@media (max-width: 768px) {
    .single-product-support-banner__container {
        border: 1px solid #dddddd;
        border-bottom: 0;
    }
}

@media (min-width: 769px) {
    .single-product-support-banner__container {
        display: inline-block;
    }
}

.single-product-support-banner__item {
    font-size: 16px;
    padding: 14px 0 10px 0;
    border-bottom: 1px solid #dddddd;
}

.single-product-support-banner__item a {
    color: #32323c;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .single-product-support-banner__item {
        float: left;
        border: none;
        min-width: 24vw;
    }
}

@media (min-width: 992px) {
    .single-product-support-banner__item {
        min-width: 20vw;
    }
}

.crosssell-row.woocommerce .attachment-woocommerce_thumbnail {
    width: 70px !important;
}

.single-product-support-banner__item__title {
    font-weight: bold;
    margin-left: 5px;
}

.single-product div.product .woocommerce-product-gallery img {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .single-product div.product .woocommerce-product-gallery {
        margin-bottom: 1.5em;
    }
}

.single-product-tabs {
    border: 1px solid #dddddd;
}

.single-product-tabs__list {
    margin-left: 0;
    border-bottom: 1px solid #dddddd;
}

.single-product-tabs__list .nav-link {
    padding: 19px 60px;
    color: #32323c;
    font-size: 18px;
    border: 0;
    font-weight: 500;
    border-radius: 0;
}

.single-product-tabs__list .nav-link:hover {
    border: 0;
}

.single-product-tabs__list .nav-link.active {
    background-color: #09689c;
    color: white;
    border: 0;
}

.tab-content {
    padding: 20px 10px;
}

.tab-content h2 {
    font-size: 18px;
    color: #32323c;
}

.footer-banner {
    background-color: #09689c;
    color: white;
    text-align: center;
    padding: 56px 40px;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .footer-banner {
        margin: 40px 0;
    }
}

.footer-banner h1 {
    font-size: 40px;
    color: white;
    margin-bottom: 15px;
    letter-spacing: 0.1px;
}

@media (min-width: 768px) {
    .footer-banner h1 {
        font-size: 60px;
    }
}

.footer-banner h2 {
    font-size: 28px;
    font-weight: 200;
    color: white;
    text-transform: none;
}

@media (min-width: 768px) {
    .footer-banner h2 {
        font-size: 40px;
    }
}

.up-sells .up-sells__title {
    font-size: 26px !important;
    text-transform: none !important;
    text-align: left;
}

.up-sells .woocommerce-loop-product__title {
    font-size: 16px;
    color: #32323c;
    text-align: left;
    text-transform: none !important;
}

.up-sells .price {
    text-align: left;
    font-weight: bold !important;
    color: #cc3333 !important;
}

@media (max-width: 575px) {
    .up-sells {
        margin-top: 30px;
    }
}

.up-sells.upsells.products ul.products li.product {
    margin-bottom: 5px;
}

.up-sells.upsells.products
ul.products
li.product
.woocommerce-loop-product__title,
.up-sells.upsells.products ul.products li.product h2 {
    font-weight: 400;
    margin-bottom: 5px;
}

.up-sells.upsells.products ul.products li.product img {
    padding: 0px;
}

@media (min-width: 576px) {
    .up-sells.upsells.products .col-sm-8 {
        padding-left: 0;
    }
}

.crosssell-row.woocommerce h2 {
    font-size: 16px;
}

.crosssell-row.woocommerce li {
    float: none !important;
    width: 100% !important;
    margin: 0;
}

.crosssell-row.woocommerce img {
    width: 50px;
    margin: 0;
    float: left;
    border: 1px solid #dddddd;
}

.crosssell-row.woocommerce .crosssell-product__title,
.crosssell-row.woocommerce .crosssell-product__sku,
.crosssell-row.woocommerce .crosssell-product__price {
    float: left;
    clear: none;
    line-height: 1em;
    margin: 0 0 0 10px;
    font-size: 13px;
    text-transform: none;
}

.crosssell-row.woocommerce .crosssell-product__details {
    padding-top: 15px;
}

.crosssell-product__details__qty-btn {
    background-color: black;
    color: white;
    padding: 3px 10px;
}

.qty-plus-minus {
    float: right;
}

.crosssell-product__details__increase-qty {
    margin-left: -3px;
}

.crosssell-product__details__decrease-qty {
    margin-right: -3px;
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
    background-color: #64963c;
    border-color: #64963c;
}

.single-product div.product form.cart .quantity {
    margin-right: 10px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    background-color: #64963c;
}

@media (min-width: 576px) {
    .bootstrap .col-sm-9 {
        max-width: 70% !important;
    }
}

.woocommerce-product-gallery .flex-control-nav li {
    border: 1px solid #dddddd;
    margin-right: 20px !important;
}

.woocommerce-product-gallery .flex-viewport {
    height: auto !important;
    border: 1px solid #dadada;
}

body {
    color: #32323c;
    font-family: "Source Sans Pro", "Source Sans Pro Fallback",
    HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
}

p {
    font-size: 18px;
}

a {
    color: #09689c;
}

a:focus {
    outline: none;
}

.col-full {
    max-width: 95em;
}

@media (max-width: 767px) {
    .col-full {
        padding-left: 15px;
        padding-right: 15px;
    }
}

h1,
h2,
h3,
h4 {
    font-family: "Source Sans Pro", "Source Sans Pro Fallback",
    HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #32323c;
}

h2 {
    text-transform: uppercase;
    font-size: 45px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 70px;
    }
}

.page-template-template-homepage-php .content-area,
.page-template-template-homepage-php .site-main {
    margin-bottom: 0;
}

ul.products .col-md-2dot4 {
    float: left;
    margin-bottom: 15px;
}

ul.products .col-md-2dot4 .home-cat-item {
    border: 1px solid #ccc;
    min-height: 245px;
    text-align: center;
}

#post-2 {
    display: none;
}

.btn {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-primary {
    background: #cc3333;
    padding: 15px 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .btn-primary {
        width: auto;
    }
}

.btn-primary:hover,
.btn-primary:active {
    background: #cc3333;
    opacity: 0.8;
}

.home .site-main {
    padding-top: 25px !important;
}

.storefront-breadcrumb {
    color: #808080;
    margin-bottom: 0;
}

.storefront-breadcrumb a,
.storefront-breadcrumb .breadcrumb-separator::after {
    color: #808080;
    opacity: 1;
}

.section-wrap {
    padding: 4.235801032em 0;
}

.sectionbanner-wrap {
    background: #fafafc;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    color: #ffffff;
    margin-top: -25px;
    padding-bottom: 25px;
    padding-top: 0;
    padding-top: 25px;
}

.sectionbanner-wrap .carousel-control-prev {
    left: -34px;
    width: 25px;
}

.sectionbanner-wrap .carousel-control-prev .carousel-control-prev-icon {
    background: url("assets/images/icons/banner-prev.png") no-repeat;
    height: 40px;
    width: 25px;
}

.sectionbanner-wrap .carousel-control-next {
    right: -34px;
    width: 25px;
}

.sectionbanner-wrap .carousel-control-next .carousel-control-next-icon {
    background: url("assets/images/icons/banner-next.png") no-repeat;
    height: 40px;
    width: 25px;
}

.sectionbanner-wrap h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1;
}

.sectionbanner-wrap .banner-wrap {
    background: #cc3333;
}

.sectionbanner-wrap .banner-wrap .content {
    height: 100%;
    padding: 30px 30px 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sectionbanner-wrap .banner-wrap .content .btn {
    background: #fff;
    color: #cc3333;
    font-weight: 700;
    padding: 13px 30px;
    width: 184px;
}

.sectionbanner-wrap .banner-wrap .content .text {
    font-size: 24px;
    width: 290px;
    line-height: normal;
}

.sectionbanner-wrap .banner-wrap img {
    height: 100%;
    width: auto;
    border-radius: 0;
}

.section-categories {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 94px;
}

.section-categories .home-cat-item a {
    display: block;
    margin-bottom: 40px;
    outline: none;
    line-height: normal;
}

.section-categories .home-cat-item img {
    border: 1px solid #ddd;
    height: auto;
    width: 100%;
}

.section-categories .home-cat-item .category__title {
    color: #32323c;
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin-top: 10px;
}

.section-categories .home-cat-item .category__description {
    color: #808080;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}

.section-categories .show-more-cat {
    display: block;
    margin: 20px auto 100px auto;
    width: 280px;
}

.section1-wrap {
    background: #eaebef;
    padding-bottom: 100px;
}

.section1-wrap .sub-heading {
    font-size: 24px;
}

.section1-wrap .about-link {
    background: url("assets/images/icons/about-icon.png") no-repeat;
    color: #cc3333;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding: 13px 60px;
    text-transform: uppercase;
    font-size: 14px;
}

.section1-wrap .img-wrap {
    margin-top: 40px;
    position: relative;
}

@media (min-width: 992px) {
    .section1-wrap .img-wrap {
        margin-top: 0;
    }
}

.section1-wrap .img-wrap img {
    height: auto;
    width: 100%;
}

@media (min-width: 1200px) {
    .section1-wrap .img-wrap img {
        margin: -162px auto;
    }
}

.section1-wrap .img-wrap .btn {
    background: url("assets/images/icons/arrow-icon.png") no-repeat center right 15px #09689c;
    bottom: 85px;
    left: -25px;
    padding: 19px 20px;
    position: absolute;
    width: 240px;
    font-size: 14px;
}

.section1-wrap .img-wrap .btn span {
    clear: both;
    float: left;
}

.section1-wrap .logo {
    float: right;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .section1-wrap .logo {
        margin-top: 160px;
        padding-top: 28px;
    }
}

.section2-wrap {
    background: #64963c;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 80px;
}

.section2-wrap h3 {
    color: #fff;
    font-size: 40px;
}

.section2-wrap p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50px;
}

.section2-wrap .row-wrap .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.section2-wrap .row-wrap .row [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

@media (min-width: 768px) {
    .section2-wrap .row-wrap {
        margin-bottom: -255px;
    }
}

.section2-wrap .item-wrap {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #808080;
    text-align: center;
    padding: 20px;
    min-height: 255px;
    margin-top: 30px;
    line-height: 1.3;
}

.section2-wrap .item-wrap .img-wrap {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.section2-wrap .item-wrap .img-wrap img {
    margin: 0 auto;
}

.section2-wrap .item-wrap .title {
    color: #64963c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.section3-wrap {
    background: #eaebef;
}

@media (min-width: 768px) {
    .section3-wrap {
        padding-top: 275px;
    }
}

.section3-wrap .featured-item,
.section3-wrap .newsletter {
    padding: 30px;
}

.section3-wrap .featured-item .title,
.section3-wrap .newsletter .title {
    color: #333333;
    font-weight: 800;
}

.section3-wrap .featured-item {
    background: #fff;
}

.section3-wrap .featured-item img {
    margin: 0 auto;
}

.section3-wrap .featured-item .title {
    font-size: 40px;
    margin-top: 7px;
}

.section3-wrap .featured-item .name {
    font-size: 24px;
    margin-bottom: 15px;
}

.section3-wrap .featured-item .btn1 {
    margin-right: 20px;
}

.section3-wrap .featured-item .btn2 {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .section3-wrap .featured-item .btn2 {
        margin-top: 0;
    }
}

.section3-wrap .new-product {
    background: #09689c;
    color: #fff;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .section3-wrap .new-product {
        margin-top: 0;
    }
}

.section3-wrap .new-product .row {
    margin-left: 0;
    margin-right: 0;
}

.section3-wrap .new-product .row .col-xl-6,
.section3-wrap .new-product .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.section3-wrap .new-product .img-wrap {
    height: 100%;
    position: relative;
}

.section3-wrap .new-product .img-wrap span {
    background: #09689c;
    padding: 5px 20px;
    position: absolute;
    top: 30px;
}

.section3-wrap .new-product .img-wrap img {
    height: auto;
    width: 100%;
}

@media (min-width: 1200px) {
    .section3-wrap .new-product .img-wrap img {
        height: 100%;
        width: auto;
    }
}

.section3-wrap .new-product .content {
    padding: 30px;
}

.section3-wrap .new-product .content .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section3-wrap .new-product .content p {
    font-size: 16px;
}

.section3-wrap .new-product .content a {
    background: url("assets/images/icons/arrow-icon-2.png") no-repeat transparent;
    display: block;
    padding: 15px 0 10px 60px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.section3-wrap .new-product-2 {
    margin-top: 30px;
}

.section3-wrap .newsletter {
    background: url("assets/images/icons/at-icon.png") no-repeat top left #f4f5f7;
    margin-top: 30px;
    padding: 60px 30px;
    text-align: center;
}

.section3-wrap .newsletter .title {
    font-size: 32px;
}

.site-header {
    padding-top: 0;
}

@media (max-width: 767px) {
    .site-header form {
        margin-bottom: 1em;
    }
}

@media (min-width: 768px) {
    .site-header {
        padding-top: 19px;
    }
}

@media (max-width: 767px) {
    .site-header .vat-container {
        width: 58.33333333%;
    }
}

@media (max-width: 767px) {
    .site-header .currency-container {
        width: 41.66666667%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .site-header .vat-container,
    .site-header .currency-container {
        flex: none;
    }
}

.site-header .vat_switch {
    margin-top: 1px;
    line-height: 40px;
    position: relative;
}

@media (min-width: 768px) {
    .site-header .vat_switch {
        margin-top: 22px;
        float: right;
    }

    .site-header .vat_switch:after {
        background: #e8e9ea;
        height: 20px;
        width: 1px;
        content: "";
        display: inline;
        position: absolute;
        right: 0;
        top: 11px;
    }
}

@media (max-width: 767px) {
    .site-header .col-vat,
    .site-header .col-currency {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.site-header .page .hentry {
    padding: 50px !important;
    border: 1px solid #efefef !important;
}

.site-header .radio-inline {
    margin-right: 15px;
    font-size: 14px;
    color: #707070;
    font-weight: 600;
}

.site-header .radio-inline input {
    margin-right: 5px;
    color: #707070;
    font-size: 14px;
    font-family: "Source Sans Pro", "Source Sans Pro Fallback";
}

.site-header .wSelect-el {
    display: none;
}

.site-header .woocommerce-currency-switcher-form {
    margin-top: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .site-header .woocommerce-currency-switcher-form {
        margin-top: 20px;
    }
}

.site-header .woocommerce-currency-switcher-form .wSelect-theme-classic {
    float: right;
}

.site-header
.woocommerce-currency-switcher-form
.wSelect-theme-classic.wSelect {
    border: none;
    background: none;
    box-shadow: none;
    min-width: 95px;
    max-width: 95px;
    margin-top: 7px;
    font-size: 14px;
    font-family: "Source Sans Pro", "Source Sans Pro Fallback",
    HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}

.site-header .woocommerce-currency-switcher-form .wSelect-arrow {
    background-image: none;
    width: 25px;
}

.site-header .woocommerce-currency-switcher-form .wSelect-arrow:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 15px;
    margin: 5px 0 0 7px;
}

.site-header
.woocommerce-currency-switcher-form
.wSelect-theme-classic
.wSelect-options-holder {
    border: 1px solid #ddd;
    border-radius: 0;
}

.site-header
.woocommerce-currency-switcher-form
.wSelect-theme-classic
.wSelect-options {
    border: 0;
    border-radius: 0;
}

.site-header
.woocommerce-currency-switcher-form
.wSelect-theme-classic
.wSelect-option-selected,
.site-header
.woocommerce-currency-switcher-form
.wSelect-theme-classic
.wSelect-option:hover {
    background-color: #257fb0;
}

.site-header .woocommerce-currency-switcher-form .wSelect-selected {
    background-size: auto;
    margin: 0px 15px 0px 5px;
    font-size: 14px;
    color: #707070;
    font-weight: 600;
    font-family: "Source Sans Pro", "Source Sans Pro Fallback",
    HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
    Arial, "Lucida Grande", sans-serif;
}

.site-header .woocommerce-currency-switcher-form .wSelect-option-icon {
    padding-left: 25px;
}

.site-header .woocommerce-currency-switcher-form .wSelect-option-value {
    background-size: auto;
}

.site-header .wSelect-options-holder {
    height: auto;
}

.site-header .wSelect-options {
    height: auto !important;
}

.site-header .custom-logo-link img,
.site-header .site-header .site-logo-anchor img,
.site-header .site-header .site-logo-link img {
    /*width: 256px;
          max-width: 256px;*/
    margin-top: 9px;
    max-width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1200px) {
    .site-header .custom-logo-link {
        position: relative;
    }

    .site-header .custom-logo-link:after {
        content: "";
        border-right: 1px solid #e8e9ea;
        position: absolute;
        right: -15px;
        top: 0;
        height: 100%;
    }
}

.site-header .woocommerce-product-search:before {
    margin-top: -3px;
}

.site-header .main-navigation {
    width: 100% !important;
    text-transform: uppercase;
    text-align: center;
}

.site-header .main-navigation .menu-toggle {
    background: none;
    border: none;
    padding: 15px;
}

.site-header .main-navigation .menu-item a:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .site-header .main-navigation .menu-item a {
        padding-left: 15px;
    }
}

.site-header .header-phone {
    color: white;
    background-color: #cc3333;
    padding: 6px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 20px 0 0 0;
}

@media (max-width: 390px) {
    .site-header .header-phone {
        display: none;
    }
}

@media (max-width: 767px) {
    .site-header .header-phone {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .site-header .header-phone {
        width: 45px;
        height: 45px;
        padding: 10px;
        margin: 26px 0px 0px 15px;
    }
}

.site-header .header-contact-number {
    font-size: 6vw;
    font-weight: bold;
    color: #32323c;
    margin: 10px 0 0 7px;
}

@media (min-width: 768px) {
    .site-header .header-contact-number {
        font-size: 32px;
        margin: 15px 0px 0px 15px;
    }
}

.site-header .days {
    color: #707070;
    font-size: 12px;
    margin-top: -14px;
    margin-left: 37px;
    position: absolute;
}

@media (min-width: 768px) {
    .site-header .days {
        font-size: 14px;
        margin-top: -16px;
        margin-left: 77px;
    }
}

.site-header .top-menu {
    width: auto;
    position: relative;
    z-index: 1;
    background: transparent;
    display: table;
    float: right;
}

.site-header .top-menu .top-right-links {
    list-style: none;
    padding: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 5px;
    justify-content: start;
}

.site-header .top-menu .top-right-links .menu-item {
    color: #32323c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid #e8e9ea;
}

.site-header .top-menu .top-right-links .menu-item:last-child {
    border-right: none;
}

.site-header .top-menu .top-right-links .menu-item:last-child a {
    padding-right: 0;
}

.site-header .top-menu .top-right-links .menu-item a {
    color: #32323c;
    padding: 2px 14px;
}

.site-header .top-menu .top-right-links .menu-item .no-padding-left {
    padding-left: 0px;
}

.site-header .top-menu .top-right-links .menu-item .basket-icon {
    padding: 0px 5px 0px 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .site-header .top-menu {
        float: none;
        display: flex !important;
        justify-content: center;
        margin-top: 20px;
    }
}

.site-header .woocommerce-product-gallery img {
    border: 1px solid grey;
    width: 100% !important;
}

.site-header .widget_product_search {
    margin-top: 7px;
    border-color: #dbdbdb;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .site-header .widget_product_search {
        margin-top: 22px;
    }
}

.site-header .widget_product_search form:before {
    color: #808080;
}

.site-header .widget_product_search form {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .site-header .widget_product_search form {
        margin-bottom: 27px;
    }
}

.site-header .widget_product_search .search-field {
    background: #fafafc;
    box-shadow: none;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    color: #808080;
    height: 40px;
}

.site-header .widget_product_search .custom-search-btn {
    font-weight: 600;
    border: none;
    clip: none;
    -webkit-clip-path: none;
    clip-path: none;
    height: 40px;
    margin: 0px;
    overflow: initial;
    padding: 0;
    position: relative;
    width: 48px;
    word-wrap: normal !important;
    top: auto;
    left: auto;
    float: right;
    background-color: #32323c;
    font-size: 14px;
    color: #ffffff;
}

.site-header .widget_product_search .search-bar-button {
    width: 100%;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 0;
}

.site-header .storefront-primary-navigation {
    background-color: #09689c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.site-header .main-navigation li a {
    color: #ffffff;
}

@media (max-width: 767px) {
    .site-header .main-navigation li:first-child a {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .site-header .main-navigation ul.menu > li > a,
    .site-header .main-navigation .main-navigation ul.nav-menu > li > a {
        padding: 1.2em 1em;
    }
}

.site-header input[name="wcj_button_toggle_tax_display"] {
    display: none;
}

.site-header .editable-lower-nav {
    background-color: #fafafc;
    min-height: 70px;
}

.site-header .editable-lower-nav .ul-container {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header .editable-lower-nav .item {
    padding: 7px 0 0;
    width: 100%;
    font-weight: bold;
    text-align: left;
    line-height: 1.07;
}

.site-header .editable-lower-nav .item strong {
    color: #32323c;
    font-size: 15px;
    line-height: 1.07;
}

.site-header .editable-lower-nav .item p {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.17;
    margin-top: 2px;
    margin-bottom: 7px;
}

.site-header .editable-lower-nav .item img {
    float: left;
    margin: 4px 10px 10px 0px;
}

@media (max-width: 767px) {
    .site-header .editable-lower-nav .item img {
        width: 35px;
        height: auto;
    }
}

@media (min-width: 768px) {
    .site-header .editable-lower-nav .item {
        width: 33.33333%;
        padding: 12px 0 5px 0;
    }

    .site-header .editable-lower-nav .item:first-child img {
        margin-left: 0;
    }

    .site-header .editable-lower-nav .item img {
        max-height: 50px;
        max-width: 50px;
        margin: 4px 10px 15px;
    }
}

@media (min-width: 992px) {
    .site-header .editable-lower-nav .item {
        width: 16.66667%;
    }

    .site-header .editable-lower-nav .item img {
        margin: 4px 10px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1080px) {
    .site-header .editable-lower-nav .item img {
        max-height: 35px;
        max-width: 35px;
        margin: 4px 10px 45px;
    }
}

@media (min-width: 1440px) {
    .site-header .editable-lower-nav .item img {
        margin: 4px 10px 10px;
    }
}

.site-header .editable-lower-nav .flex {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.footer-newsletter {
    background: #f4f5f7;
}

.footer-newsletter .newsletter-inner {
    background: url("assets/images/icons/at-icon-2.png") no-repeat top left;
    padding: 20px 0 10px 0;
}

.footer-newsletter .title {
    font-size: 32px;
    font-weight: bold;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .footer-newsletter .title {
        display: block;
    }
}

.footer-newsletter .tagline {
    font-size: 18px;
    color: #32323c;
}

@media (max-width: 991px) {
    .top-menu {
        margin-top: 15px;
    }
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    content: none !important;
}

/* .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  background: #fafafc url("assets/images/icons/search-icon.png") no-repeat 10px
    center !important;

  padding-left: 35px !important;
} */

.dgwt-wcas-sf-wrapp {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .dgwt-wcas-sf-wrapp {
        margin-bottom: 20px;
        margin-top: 0 !important;
    }
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    font-size: 14px !important;
}

.footer-widgets {
    padding-top: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .footer-widgets .widget {
        margin-bottom: 30px;
    }
}

.site-footer {
    background: #cc3333;
    color: #fff;
    padding: 0px;
}

.site-footer a,
.site-footer a:not(.button) {
    color: #fff;
}

.site-footer p {
    font-size: 16px;
    font-weight: 100;
}

.site-footer .site-info {
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
}

.site-footer .widget-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

.site-footer .icon-cards {
    background: url("assets/images/icons/icon_cards.png") no-repeat;
    width: 186px;
    height: 25px;
    float: right;
}

.site-footer .icon-sagepay {
    background: url("assets/images/icons/icon_sagepay.png") no-repeat;
    width: 109px;
    height: 25px;
    float: right;
    margin-right: 30px;
}

.site-footer .menu li {
    padding-left: 0px;
}

.site-footer .menu li::before {
    content: "";
}

.site-footer .menu li a {
    font-weight: 100;
}

.hidden-mobile {
    display: none !important;
}

.mobile-center {
    text-align: -webkit-center;
}

@media (max-width: 767px) {
    .mobile-center {
        width: 50% !important;
        /* padding-left: 5px !important; */
        flex: none !important;
    }
}

.phone-number {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .left-verticle-line .row {
        padding-left: 15px;
    }

    .site-info {
        text-align: center;
        margin-bottom: 70px;
    }

    .footer-p {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .hidden-mobile {
        display: block !important;
    }

    .site-header .widget_product_search .search-bar-button {
        width: 100%;
    }

    .site-header .widget_product_search .search-field {
        width: 100%;
    }

    .storefront-breadcrumb {
        margin-bottom: 0;
        padding: 1.2em 0;
    }
}

button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
    background-color: white;
}

img {
    border-radius: 0;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
    color: white;
    background: rgba(0, 0, 0, 0.1);
}

.woocommerce-result-count {
    font-size: 16px;
}

@media (min-width: 768px) {
    .woocommerce-result-count {
        padding-top: 14px;
    }
}

.added_to_cart,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    height: 48px;
    text-transform: uppercase;
    font-size: 16px;
}

.input-text,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    height: 48px;
}

.input-text,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: none;
}

.wc-proceed-to-checkout .button.checkout-button {
    height: auto;
}

button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover {
    background-color: #32323c;
    border-color: #32323c;
}

#payment .place-order .button {
    height: auto;
}

.mailchimp-form {
    margin-bottom: 0.618em !important;
}

.mailchimp-form form {
    margin-bottom: 0;
}

#mc_embed_signup_form {
    padding: 20px 0 10px 0 !important;
}

@media only screen and (min-width: 768px) {
    #mc_embed_signup_scroll::after {
        content: "";
        display: block;
        clear: both;
    }

    #mc_embed_signup_scroll .columns-6 {
        width: 50%;
        float: left;
    }
}

#mc_embed_signup_scroll label {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1em;
    text-transform: uppercase;
}

#mc_embed_signup_scroll label em {
    display: table;
    margin: 0 auto;
    font-style: normal;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #32323c;
    text-transform: none;
}

.signup-form input {
    height: 3em !important;
    border: none !important;
}

.signup-form .button {
    background-color: #cc3333 !important;
    padding: 7px 30px !important;
    height: auto !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 1em !important;
}

@media only screen and (min-width: 768px) {
    .signup-form .button {
        margin-left: -10px !important;
    }
}

.prod_page-banner {
    color: white;
    font-weight: 700;
    display: flex;
    flex-direction: row;
}

.prod_page-banner .left.text {
    background-color: #cc3333;
    padding: 10px;
}

@media (min-width: 576px) {
    .prod_page-banner .left.text {
        padding: 15px;
    }
}

@media (min-width: 768px) {
    .prod_page-banner .left.text {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .prod_page-banner .left.text {
        padding: 15px;
    }
}

.prod_page-banner .right.image {
    border: 1px solid #dddddd;
    border-left: 0;
    width: 42%;
}

@media (min-width: 576px) {
    .prod_page-banner .right.image {
        width: 35%;
    }
}

@media (min-width: 768px) {
    .prod_page-banner .right.image {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .prod_page-banner .right.image {
        width: 35%;
    }
}

.prod_page-banner .right.image .img-bg {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-heading {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1;
}

@media (min-width: 576px) {
    .banner-heading {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .banner-heading {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .banner-heading {
        padding-right: 40px;
        font-size: 22px;
    }
}

.banner-heading + .banner-heading a {
    text-transform: none;
    font-size: 16px;
    text-decoration: underline;
    color: #fff;
    display: block;
    margin-top: 7px;
}

@media (min-width: 576px) {
    .banner-heading + .banner-heading a {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .banner-heading + .banner-heading a {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .banner-heading + .banner-heading a {
        font-size: 18px;
    }
}

.price-single-product {
    color: #cc3333;
    font-size: 40px;
    font-weight: bold;
}

.single-prod-inc-vat {
    color: #808080;
    font-weight: 500;
    font-size: 18px;
}

.variations > tbody > tr > td.label {
    padding-top: 15px;
}

span.swatch.swatch-color {
    width: 45px;
    height: 45px;
    border: 0.8px solid #333;
}

span.swatch.swatch-color.selected {
    position: unset !important;
    border: 2px solid white !important;
    color: rgba(201, 201, 201, 0.5);
}

.tawcvs-swatches .swatch {
    opacity: 1 !important;
}

.header-widget-region .widget {
    padding: 0;
}

/* Add new CSS for 5 columns */
.single-product
div.product
.woocommerce-product-gallery.woocommerce-product-gallery--columns-5
.flex-control-thumbs
li {
    width: 19%;
    margin-right: 1% !important;
}

.woocommerce .product img {
    border: 0;
}

.product-categories .cat-item .a-wrap {
    color: blue;
}

ul.sub-menu a {
    background-color: #1389ca;
    font-weight: 600;
}

ul.sub-menu a:hover {
    background-color: skyblue !important;
    font-weight: 600;
}

.item.flex-item a:hover {
    text-decoration: underline;
}

.hentry {
    padding: 40px;
    min-width: 100%;
    border: 1px solid lightgrey;
    background: #f1f1f1;
}

.hentry p {
    font-size: 16px;
    color: #000000;
}

.hentry.type-page .entry-header .entry-title {
    text-transform: uppercase;
    font-size: 28px;
    color: #214d76 !important;
    font-weight: 700;
}

ul.menu li.current-menu-item > a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: underline;
    cursor: text;
    pointer-events: none;
}

.count {
    display: none;
}

ul.menu li.current-menu-item > a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: underline;
    cursor: text;
    pointer-events: none;
}

.widget-area ul.product-categories li.current-cat-parent ul.children {
    display: block !important;
}

.a-wrap:hover {
    text-decoration: underline;
}

.widget_product_categories ul li .a-wrap:hover {
    background: #f8f8f8;
}

.children {
    background-color: rgba(171, 169, 164, 0.1);
    border: 1px solid lightgray;
}

/* Newest Changes */
/*.single-product div.product .summary {
  width: 45%; }*/

/*.single-product div.product .woocommerce-product-gallery {
  width: 26%; }*/

.left-sidebar .widget-area {
    width: 20%;
}

.single-product div.product .woocommerce-product-gallery {
    margin-right: 0% !important;
}

.crosssell-product__details__qty-btn {
    height: 25px;
    padding: 0px 5px;
}

.component .component_options_select {
    background-color: white !important;
    font-size: 18px;
    font-family: "Source Sans Pro";
    width: 100%;
    max-width: 100% !important;
    background: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #cc3333, #cc3333);
    background-position: calc(100% - 21px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border: thin solid #dddddd;
    font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em !important;
    border-radius: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.single-product div.product table.variations select {
    background-color: white !important;
    font-size: 18px;
    font-family: "Source Sans Pro";
    width: 100%;
    max-width: 100% !important;
    background: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #cc3333, #cc3333);
    background-position: calc(0% - -14px) calc(1em + 3px),
    calc(0% - -19px) calc(1em + 3px), 0% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    text-indent: 45px;
    border: thin solid #dddddd;
    font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em !important;
    border-radius: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.cross-sells.woocommerce {
    background-color: white !important;
    font-size: 18px;
    font-family: "Source Sans Pro";
    width: 100%;
    max-width: 100% !important;
    /*background: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #CC3333, #CC3333);
  background-position: calc(0% - -14px) calc(1em + 3px), calc(0% - -19px) calc(1em + 3px), 0% 0;
  */

    background: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #056194, #056194);
    background-position: calc(0% - -14px) calc(1em + 3px),
    calc(0% - -19px) calc(1em + 3px), 0% 0;

    /* background: linear-gradient(0deg, transparent 50%, #fff 50%), linear-gradient(180deg, #fff 50%, transparent 50%), linear-gradient(to right, #056194, #056194); -- For minus sign*/

    /* background:
    conic-gradient(from 90deg at var(--b) var(--b),#000 90deg,#fff 0)
    calc(100% + var(--b)/2) calc(100% + var(--b)/2)/
    calc(50%  + var(--b))   calc(50%  + var(--b)); */
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    text-indent: 45px;
    border: thin solid #dddddd;
    font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em !important;
    border-radius: 0;
    height: auto;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    height: 40px;
}

.cross-sells.woocommerce h2 {
    text-transform: unset;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button {
    background: #09689c;
    color: white;
}

.dgwt-wcas-search-wrapp {
    margin-bottom: 10px;
}

.site-header .custom-logo-link img,
.site-header .site-header .site-logo-anchor img,
.site-header .site-header .site-logo-link img {
    margin-top: 0;
}

.crosssell-product__details__qty-value {
    width: 40px;
    height: 25px;
    vertical-align: top;
}

.crosssell-row.woocommerce .attachment-woocommerce_thumbnail {
    width: 45px !important;
}

.crosssell-row {
    padding-left: 40px;
}

.crosssell-product img {
    width: 40px !important;
}

.single-product div.product .variations_button {
    padding-top: 0;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
    font-weight: 600;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
    /* Safari */
    text-decoration-color: rgba(255, 255, 255, 0.4);
}

.archive .woocommerce-products-header .read-more {
    display: none;
}

.archive .woocommerce-products-header .term-description {
    height: auto;
}

.price-single-product {
    font-size: 30px;
}

.component_title_wrapper {
    font-size: 16px;
}

.component_wrap {
    padding: 0px;
}

.composite_form:not(.paged) .component .component_inner {
    padding-bottom: 1.6rem;
}

.composite_form:not(.paged) .component .component_inner {
    padding-bottom: 0rem !important;
}

.composite_form:not(.paged) .composite_wrap {
    padding-top: 0.5rem !important;
}

.composite_form .step_title_wrapper {
    font-size: 20px;
}

.composite_form .component {
    border: 1px solid #dddddd;
    padding: 20px;
    background-color: #fafafc;
}

.component .variations {
    padding-left: 0px !important;
}

.single-product div.product table.variations .value {
    margin-bottom: 0.9em !important;
}

form.cart {
    padding: 0em !important;
}

.single-product .composite_form .composite_price p.price {
    margin-top: 25px !important;
}

.composite_form .step_title_wrapper {
    margin-bottom: 0.4em !important;
}

.woocommerce div.product .component .summary_content .variations,
.woocommerce div.product .component .summary_content .variations tr,
.woocommerce div.product .component .summary_content .variations td {
    margin-bottom: 0px !important;
}

.shop_table {
    margin-top: 15px !important;
}

table.cart th {
    background: #09689c;
    color: white;
}

table.shop_table_responsive tr td.actions {
    border-bottom: none !important;
}

.woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
    border-bottom: 1px solid lightgrey;
}

.woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
    background: none;
    border: none;
    padding: 0;
}

button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt {
    background: #09689c;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    background: #3d9cd2;
    color: white !important;
}

.price-rules-table-wrapper {
    margin-top: 15px;
}

.shop_table > tbody > tr > td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.shop_table > thead > tr > th {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1197px) {
    .col-md-2dot4 {
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .col-md-2dot4 {
        max-width: 100%;
    }
}

h2 {
    font-size: 26px;
}

address {
    padding: 3px;
}

.section-categories .home-cat-item img {
    height: 240px;
}

@media screen and (max-width: 1197px) {
    .section-categories .home-cat-item img {
        height: auto;
    }
}

.home-cat-item {
    padding-bottom: 30px !important;
}

ul.products .col-md-2dot4 .home-cat-item {
    height: 400px;
}

.cookie-notice-container a {
    margin-left: 10px;
    color: white;
    text-decoration: underline;
}

#cookie-notice .cn-button {
    margin-left: 40px;
    height: 40px;
}

.up-sells.upsells.products
ul.products
li.product
.woocommerce-loop-product__title,
.up-sells.upsells.products ul.products li.product h2 {
    font-weight: 600;
}

.up-sells amount {
    font-size: 30px;
}

ul.products li.product .price .woocommerce-Price-amount.amount {
    font-size: 18px;
}

.onsale {
    display: none;
}

.price del .woocommerce-Price-amount.amount {
    display: inline;
}

.cookie-notice-container {
    font-size: 16px;
}

.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a {
    font-weight: 600;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    padding-bottom: 0;
}

.learn_more_delivery_meta {
    cursor: pointer;
    text-decoration: underline;
}

.single-product div.product table.variations {
    margin-top: 10px;
}

div.woocommerce-variation.single_variation {
    margin-top: 10px;
}

.woocommerce-message {
    padding-bottom: 20px;
}

.woocommerce-info {
    padding-bottom: 20px;
}

.crosssell-row ul.products li.product img {
    padding: 2px;
}

pre {
    white-space: pre-wrap;
}

.prod-page-cats #secondary #woocommerce_product_categories-3 .cat-parent {
    display: none;
}

.prod-page-cats #woocommerce_product_categories-3 .cat-item-1255 {
    display: none;
}

.prod-page-cats
#secondary
#woocommerce_product_categories-3
.current-cat-parent {
    display: block;
}

.prod-page-cats {
    z-index: 1;
    position: relative;
}

.corner {
    display: none;
}

@media (max-width: 768px) {
    .single-product div.product .summary {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .single-product div.product .woocommerce-product-gallery {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .left-sidebar .widget-area {
        width: auto;
    }
}

.single-product-support-banner__item {
    min-width: 18vw;
}

.woocommerce-products-header {
    background-color: #f5f5f8;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

#post-26261,
#post-26272,
#post-26264,
#post-26274,
#post-26267,
#post-26269 {
    background-color: unset;
    border: none;
    padding: 0px;
}

.read-more {
    display: none;
}

ul.products .col-md-2dot4 .home-cat-item img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

ul.products .col-md-2dot4 .home-cat-item {
    height: 360px;
}

.current-menu-ancestor,
.current-menu-parent,
.current-menu-item,
.menu-item-has-children {
    background-color: #427c9c !important;
}

.crosssell-row.woocommerce .crosssell-product__title,
.crosssell-row.woocommerce .crosssell-product__sku,
.crosssell-row.woocommerce .crosssell-product__price {
    font-size: 14px;
}

.qty-plus-minus {
    float: right;
}

.product-delivery-details {
    margin: 15px 0px;
}

.ul .li .menu-item,
.current-menu-item {
    background-color: unset;
}

.storefront-product-pagination {
    display: none;
}

@media (min-width: 992px) {
    .prod_page-banner .right.image {
        width: 40%;
    }
}

.sectionbanner-wrap .banner-wrap .content .text {
    width: unset;
    font-size: 18px;
}

.sectionbanner-wrap .banner-wrap .content h2 {
    font-size: 48px;
}

.section3-wrap .new-product .img-wrap img {
    height: inherit;
    width: 365px;
}

#menu-category-menu .menu-item {
    font-size: 14px;
}

.summary_element_content .woocommerce-Price-amount {
    font-size: 20px !important;
    display: inline-block;
}

.widget_composite_summary .composite_button button {
    padding: 15px;
}

#woocommerce_widget_composite_summary-2 {
    padding: 10px !important;
}

.col-sm-4 .berocket_alabel_id_12496 {
    display: none;
}

.br_alabel.berocket_alabel_id_12496 > span b {
    top: -85px;
    width: 80px;
    left: -8px;
    font-size: 16px;
    text-align: center;
    transform: rotate(-45deg);
}

.moveToDescription {
    font-weight: bold;
    color: #09689c;
    font-size: 20px;
}

.crosssell-product__title {
    font-weight: 600;
}

.crosssell-image {
    padding: 0px;
    vertical-align: middle;
}

.crosssell-info {
    padding: 10px;
}

.crosssell-row .products {
    margin-bottom: 5px;
}

.berocket_better_labels.berocket_better_labels_label {
    display: none;
}

#delScotText {
    max-width: 400px;
    margin-top: 20px;
    display: none;
    text-align: center;
    width: 100%;
}

.scotLink {
    font-weight: bold;
    cursor: pointer;
}

.error404.left-sidebar .content-area,
.error404.right-sidebar .content-area {
    width: 75%;
}

.col-sm-4 > .berocket_better_labels {
    display: none;
}

.now-price {
    font-size: 26px !important;
    font-weight: bold;
    color: #cc3333;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    padding-top: 0;
    font-size: 14px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: fit-content;
    padding: 20px;
    font-size: 13px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-weight: 400;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.expanded {
    padding: 0;
    margin: 0;
    line-height: 0.7em;
    font-size: 35px;
}

.current-menu-item {
    background-color: #c33;
}

@media (min-width: 1024px) {
    .left-sidebar {
        width: 100%;
    }
}

.up-sells .br_alabel {
    display: none;
}

.expanded:hover {
    cursor: pointer;
}

.up-sells .berocket_better_labels {
    display: none;
}

#mc_embed_signup label {
    text-align: center;
}

.shortDesc > ul {
    margin: 0 0 0.41575em 1.5em;
}

.shortDesc > ul li::marker {
    color: red;
}

tr.border_bottom td {
    border-bottom: 1px solid lightgray;
}

#crosssells {
    margin-bottom: 0em;
}

.price-simple-product {
    margin-bottom: 0.7em;
}

.sale-price {
    font-size: 26px;
    font-weight: bold;
    color: #cc3333;
}

@media only screen and (max-width: 700px) {
    .editable-lower-nav {
        display: none !important;
    }
}

.w4 a {
    background-image: linear-gradient(#36647d, #427c9c);
    color: white !important;
    border-radius: 5px;
    margin-right: 3px !important;
}

.w4:nth-child(1) {
    margin-left: unset !important;
}

.product_title.entry-title {
    font-size: 23px !important;
    margin-bottom: 5px !important;
    margin-top: 15px !important;
}

.w4hold {
    border-bottom: unset !important;
}

.woo-variation-swatches.wvs-style-squared
.variable-items-wrapper
.variable-item.button-variable-item {
    width: 100%;
}

/*.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {justify-content:left;box-shadow: 0 1px 0 0px rgba(0,0,0,.3);}*/
.woo-variation-swatches
.variable-items-wrapper
.variable-item.button-variable-item {
    justify-content: left;
    box-shadow: 0 1px 0 0px #bfbfbf;
}

/*.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {background-color: #056093 !important; color:#fff !important;box-shadow: 0 1px 0 0px rgba(0,0,0,.3);}*/
.woo-variation-swatches
.variable-items-wrapper
.variable-item.button-variable-item.selected,
.woo-variation-swatches
.variable-items-wrapper
.variable-item.button-variable-item.selected:hover {
    background-color: #056093 !important;
    color: #fff !important;
    box-shadow: 0 1px 0 0px rgba(0, 0, 0, 0.3);
}

.variations_form .single_variation_wrap {
    padding-top: 10px;
}

.rtwpvs
.rtwpvs-terms-wrapper
.rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term {
    width: 100%;
}

.rtwpvs
.rtwpvs-terms-wrapper
.rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term {
    background-color: #ebf5fa !important;
}

/*.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term) {justify-content:left;box-shadow: 0 1px 0 0px #bfbfbf;} /*.rtwpvs-button-term */
.rtwpvs .button-variable-wrapper .rtwpvs-term:not(.rtwpvs-radio-term) {
    justify-content: left;
    box-shadow: 0 1px 0 0px #bfbfbf;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected,
.rtwpvs
.rtwpvs-terms-wrapper
.rtwpvs-term:not(.rtwpvs-radio-term).selected:hover {
    background-color: #056093 !important;
    color: #fff !important;
    box-shadow: 0 1px 0 0px #bfbfbf !important;
}

.rtwpvs
.rtwpvs-terms-wrapper
.rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term.selected
span {
    color: #fff !important;
}

.rtwpvs
.rtwpvs-terms-wrapper
.rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term
span {
    color: #32323c !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover {
    background-color: #fff !important;
    box-shadow: 0 0 0 1px #bfbfbf;
}

.single-product .entry-summary .descli {
    display: none;
}

.crosssell-select.cross-sells.woocommerce {
    border-radius: 0px !important;
}

.rtwpvs
.rtwpvs-terms-wrapper
.rtwpvs-term:not(.rtwpvs-radio-term):last-of-type {
    margin-right: 8px !important;
}

.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}

.button_plus_minus {
    padding: 0px 12px;
    font-family: Fontawesome;
    font-weight: bold;
    color: #000;
    height: 36px;
    background-color: #f7f7f7;
    position: relative;
    vertical-align: middle;
    margin: 0px 6px;
    border-radius: 5px;
}

@media (max-width: 700px) {
    .button-variable-wrapper {
        display: none !important;
    }

    .rtwpvs .rtwpvs-wc-type-button {
        display: block !important;
    }
}

.rtwpvs
.rtwpvs-terms-wrapper
.rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term
span.rtwpvs-term-span {
    padding: 0 05px 0px 35px;
}

.button-rowv {
    display: none !important;
}

.button-row-1 {
    display: flex !important;
}

.button-row-1 span:before {
    background: #056194;
    position: absolute;
    width: 30px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    font-family: Fontawesome;
    color: #34cb6a;
    content: "\f0d7" !important;
    font-size: 20px;
}

/* Display New SKY class - Added on 14 Jul 22 by Vaam */
.product_meta_sku_display {
    color: #1d1c1c;
    font-weight: bold;
    border-top: 3px solid #d3cdcd;
    padding-top: 5px;
    margin-bottom: 0;
    padding-top: 10px !important;
    margin-top: 15px !important;
    border-top: 3px solid darkgray !important;
    font-size: 18px !important;
}

/* 15.07 */

.phone-number {
    margin: auto 0;
}

.phone-number .row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-header .header-phone {
    margin-top: 0 !important;
}

.header-contact-number {
    margin: 0 !important;
}

/* adaptive section on main*/
.section-wrap.section3-wrap .col-full > .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.section-wrap.section3-wrap .row .col-lg-6 {
    max-width: 100%;
}

.section3-wrap .new-product {
    margin-top: 0;
    margin-bottom: 30px;
}

.section3-wrap .featured-item {
    height: fit-content;
}

.section3-wrap .new-product .img-wrap img {
    width: 100%;
    object-fit: cover;
}

.section-categories .show-more-cat {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .section3-wrap .featured-item .btn2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .section-wrap.section3-wrap .col-full > .row {
        grid-template-columns: 1fr;
    }

    .footer-cart-contents {
        position: fixed !important;
        top: 70px;
        right: 25px;
        width: 30px;
        height: 30px;
        background: unset !important;
    }

    .storefront-handheld-footer-bar ul li.cart .count {
        color: #fff;
    }

    div#n2-ss-2 .n2-ss-slide {
        width: 100% !important;
        height: fit-content !important;
    }

    .n2-ss-slider .n2-ss-item-image img {
        min-width: unset !important;
    }

    .phone-number > .row {
        justify-content: center;
    }

    #site-navigation .menu-toggle {
        right: 20px !important;
        top: 20px;
        left: unset !important;
        width: 40px;
        float: unset !important;
    }

    .site-header .storefront-primary-navigation {
        position: absolute !important;
        top: 40px;
        width: fit-content !important;
        right: 0;
    }

    #site-navigation {
        bottom: unset !important;
        position: fixed !important;
        top: 80px !important;
        overflow: visible;
        max-width: 300px;
        right: 0;

        transition: 0.2s;
    }

    #site-navigation.toggled {
        transition: 0.2s;
    }

    .site-header .phone-number {
        margin: 10px auto;
    }

    .site-header .header-contact-number {
        width: unset !important;
    }

    .handheld-navigation {
        overflow-y: unset !important;
        transform: translateX(100%);
        transition: 0.2s;
        height: 557px !important;
        overflow-y: auto;
    }

    .main-navigation.toggled .handheld-navigation {
        transform: translateX(0%);
        transition: 0.2s;
    }

    .n2-ss-slider .n2-ss-layer-with-background {
        padding-right: unset !important;
    }

    .handheld-navigation,
    .main-navigation div.menu > ul:not(.nav-menu),
    .nav-menu {
        max-height: unset !important;
    }

    .site-header .main-navigation {
        width: 0 !important;
    }

    .site-header .main-navigation.bg.toggled {
        width: 100% !important;
    }

    .storefront-handheld-footer-bar {
        z-index: 999 !important;
    }

    .storefront-handheld-footer-bar.openMenu {
        z-index: 998 !important;
    }

    #site-navigation.bg {
        overflow: visible;
    }

    .handheld-navigation ul li {
        position: relative;
    }

    .handheld-navigation ul li:after {
        content: "";
        width: 100%;
        height: 1px;
        bottom: 0;
        background: #fff;
        left: 0%;
        right: 0;
        margin: auto;
        display: block;
    }

    .site-header .main-navigation li:first-child a {
        padding-top: 0.875em;
    }

    .sub-menu.toggled-on
    .menu-item-object-product_cat.menu-item-has-children
    > a {
        background-color: #198ccb !important;
    }

    .sub-menu.toggled-on .menu-item-object-product_cat a {
        background-color: #5fabd5 !important;
    }

    .handheld-navigation ul.menu li button.toggled-on::after {
        transform: rotate(180deg);
    }

    .sub-menu li a {
        padding-left: 40px !important;
    }

    .sub-menu li .sub-menu li a {
        padding-left: 60px !important;
    }

    .dropdown-toggle:active,
    .dropdown-toggle:focus {
        outline: none;
    }

    .site-header .main-navigation .menu-item a {
        text-align: left;
    }

    .handheld-navigation ul.menu li button::after {
        color: #fff;
    }

    .site-header .header-phone {
        display: flex !important;
    }
}

.mobile-block {
    display: none;
}

div#n2-ss-2 .n2-ss-slide {
    width: 100% !important;
}

.n2-ss-slider .n2-ss-layer[data-sstype="slide"],
.n2-ss-section-main-content,
.n2-ss-slider .n2-ss-layer-with-background {
    padding: 0 !important;
}

.n2-ss-item-content.n2-ss-text {
    margin-top: 20px;
}

.n2_ss_slider_publish__option_code .n2-ss-no-bga-fixed {
    min-width: unset !important;
    margin-bottom: 30px;
}

.subhold24 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.w4hold {
    background: unset !important;
}

.subhold24 {
    max-width: unset !important;
}

.subhold24 .w4 {
    padding-top: 0 !important;
    margin-bottom: 5px !important;
}

.single-product-support-banner__item__title,
.single-product-support-banner__item__title,
.product-page-banner-info__link {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 10px;
    align-items: center;
    min-height: 30px;
    margin: 0;
}

.w4 a {
    padding: 0 15px !important;
}

.w4 i {
    margin: 0 !important;
    line-height: 26px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .col-md-2dot4 {
        max-width: 50%;
    }

    ul.products .col-md-2dot4 .home-cat-item {
        border: 0px solid #ccc;
    }

    ul.products .col-md-2dot4 .home-cat-item img {
        border: 1px solid #ddd;
    }

    ul.products .col-md-2dot4 .home-cat-item {
        width: 100%;
    }

    .grid .col-md-2dot4 .home-cat-item a img {
        max-width: 100%;
    }

    ul.products .col-md-2dot4 .home-cat-item {
        height: auto;
        padding: 0px;
        margin: 0px;
    }

    .archive .col-full #primary {
        margin-right: -5px;
        margin-left: -5px;
    }

    .col-full #primary .storefront-sorting {
        margin-right: 15px;
        margin-left: 15px;
    }

    .mobile-block {
        display: block !important;
    }

    .site-header {
        padding-bottom: 0.7em;
    }

    .dgwt-wcas-search-wrapp {
        top: 75px;
        position: absolute !important;
        width: 97% !important;
        margin-left: -10px !important;
    }

    .columns-3 .cart {
        display: none;
    }

    #site-navigation .menu-toggle {
        display: none;
    }

    .storefront-handheld-footer-bar {
        display: none;
    }

    .dgwt-wcas-enable-mobile-form {
        position: relative !important;
    }

    .storefront-sorting {
        display: block !important;
    }

    nav.gridlist-toggle {
        width: 100% !important;
        text-align: center;
    }

    p.woocommerce-result-count {
        width: 100% !important;
    }

    .storefront-sorting form.woocommerce-ordering {
        text-align: center;
        padding-top: 5px;
    }

    .archive ul.products li.product {
        width: 49%;
        float: left;
        margin-right: 3px;
    }
}

@media screen and (max-width: 700px) {
    #site-navigation {
        top: 200px !important;
        left: 0px;
    }

    .mobile-center a.header-contact-number {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 576px) {
    .n2-ss-item-content.n2-ss-text {
        font-size: 8vw !important;
        line-height: 8.2vw !important;
    }

    .n2-ss-item-content p {
        font-size: 4vw !important;
        line-height: 4.7vw !important;
    }

    .upsellparent-controls {
        top: 50% !important;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .upsellparent-controls .prev {
        left: 0;
        color: #427c9c;
    }

    .upsellparent-controls .next {
        right: 20px;
    }

    .products .arrowsw {
        font-size: 100px !important;
        color: #427c9c !important;
    }

    ul.products li.product {
        /* width: 100%;*/
    }
}

.mobile-block > ul {
    position: relative;
    height: 81px;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -1px;
    z-index: 23;
}

.mobile-block > ul li {
    width: 25%;
    float: left;
    text-align: center;
    height: 70px;
}

.mobile-block > ul li .icon {
    width: 35px;
    height: 35px;
    margin: 0 0 8px;
    font-family: Font Awesome 5 Free;
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
}

.mobile-block > ul li.mobile-cart a:before {
    content: "\f291";
}

.mobile-block > ul li.mobile-search a:before {
    content: "\f002";
}

.mobile-block > ul li.mobile-account a:before {
    content: "\f007";
}

.mobile-block > ul li.mobile-menu a:before {
    content: "\f039";
}

.mobile-block > ul li.mobile-close a:before {
    content: "\f00d";
}

.mobile-block > ul li.mobile-search,
.mobile-block > ul li.mobile-menu,
.mobile-block > ul li.mobile-account {
    border-right: 1px solid #d1d1d1;
}

.mobile-block > ul li > a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -0.125em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 45px !important;
    vertical-align: baseline;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 2.618046972;
    font-size: 2em;
    text-indent: 0;
    display: block;
    cursor: pointer;
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-family: Font Awesome 5 Free;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

.mobile-cart-count {
    text-indent: 0;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    box-sizing: content-box;
    font-size: 0.75em;
    position: absolute;
    top: -1em;
    left: 85%;
    border-radius: 100%;
    border: 1px solid;
    background-color: red;
    color: white;
}

/* 12.08  desktop arrow*/

@media screen and (min-width: 576px) {
    .upsellparent-controls .next {
        right: -45px;
        width: 30px;
    }

    .upsellparent-controls .prev {
        left: 15px;
        width: 30px;
        z-index: 1;
    }

    .upsellparent-controls .next .arrowsw,
    .upsellparent-controls .prev .arrowsw {
        margin-left: unset;
    }

    .products .arrowsw {
        font-size: 70px !important;
        color: #427c9c !important;
    }
}

.um-login .um-col-alt .um-right {
    display: none;
}

@media (min-width: 700px) {
    .component_data .button-variable-wrapper {
        display: none !important;
    }

    .component_data .rtwpvs-wc-type-button {
        display: block !important;
    }
}

.composite_price .price:after {
    content: " + Vat.";
}

.composite_price .price,
.single-product div.product .composite_price p.price {
    color: #808080;
    font-size: 18px;
    font-weight: bold;
}

.price ins .woocommerce-Price-amount.amount {
    font-size: 30px;
}

.single-product div.product div.component_data table.variations select {
    background-color: #056093 !important;
    color: #fff !important;
    box-shadow: 0 1px 0 0px #bfbfbf !important;
    background: linear-gradient(45deg, transparent 50%, #34cb6a 50%),
    linear-gradient(135deg, #34cb6a 50%, transparent 50%),
    linear-gradient(to right, #056093, #056093);
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    background-position: calc(0% - -14px) calc(1em + 3px),
    calc(0% - -19px) calc(1em + 3px), 0% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    text-indent: 15px;
    border: thin solid #056093;
}

.single-product div.product div.component_data table.variations select option {
    background-color: #ebf5fa !important;
    color: #32323c;
}

.single-product .variations .label {
    height: 22px;
}

.single-product .variations tr:first-child .label label.variation-label {
    font-size: 18px;
}

.single-product .variations td.label {
    margin-top: -6px;
}

.single-product .variations td.label label.variation-label {
    font-size: 14px;
    margin: -5px 0px;
    display: inline-block;
}

.rtwpvs
.rtwpvs-terms-wrapper
.rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term.selected-color {
    background-color: #056093 !important;
}

.rtwpvs
.rtwpvs-terms-wrapper
.rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term.selected-color
span {
    color: #ffffff !important;
}

.woocommerce
div.product
.component
.summary_content
.composited_product_details_wrapper
.variations
td {
    margin-bottom: 10px !important;
}

@media screen and (max-width: 576px) {
    .dataTables_wrapper .tablepress {
        font-size: 10px;
    }
}


/* 29.09 */


@media screen and (max-width: 768px) {

    .mobile-block {
        height: auto !important;
    }

    .dgwt-wcas-search-wrapp {
        display: none;
    }

    .dgwt-wcas-search-wrapp,
    .dgwt-wcas-active {
        top: -70px;
        left: 50%;
        transform: translatex(-50%);
        max-width: 100% !important;
        z-index: 111;
        margin-left: unset !important;
    }

    .site-header .storefront-primary-navigation {
        left: 0;
        right: unset;
        top: 200px !important;
        width: 100% !important;
    }

    .storefront-primary-navigation {
        position: absolute;
        top: 180px;
    }

    #site-navigation {
        position: absolute !important;
        left: 0;
        top: 0px !important;
        width: 100% !important;
        max-width: 100%;
    }
}


.rtwpvs .rtwpvs-terms-wrapper .selected.rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-color-term .rtwpvs-term-span-color:after {
    background: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;

}

.rtwpvs.rtwpvs-rounded .rtwpvs-terms-wrapper .selected.rtwpvs-term:not(.rtwpvs-button-term) {
    border: 2px solid #056093 !important;
    background-color: unset !important;
    background-image: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.rtwpvs.rtwpvs-rounded .rtwpvs-terms-wrapper .selected.rtwpvs-term:not(.rtwpvs-button-term) img {
    position: relative;
    z-index: -1;

}


/* seltec 26.10*/

@media screen and (max-width: 700px) {
    #site-navigation {
        transform: translateX(100%);
    }

    #site-navigation.toggled {
        transform: translateX(0);
    }
}

@media screen and (max-width: 567px) {
    .col-full {
        margin-left: 0;
        margin-right: 0;
    }
}


/* upsell edits */
.up-sells .upsellparent .product .col-sm-8,
.up-sells .upsellparent .product a .col-sm-4 {
    width: 100%;
    max-width: 100%;
}

.up-sells .upsellparent .product .col-sm-8 {
    padding-left: 15px;
    flex: 100%;
    display: flex;
    flex-direction: column;
}

.up-sells .upsellparent .product .col-sm-8 a:last-of-type {
    margin-top: auto;
}

.up-sells .upsellparent .product .row {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
}

.up-sells .upsellparent .product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.up-sells .upsellparent .product img {
    box-shadow: unset !important;
}

.upsellparent-controls .next {
    right: 10px;
    z-index: 1
}

.berocket_better_labels.berocket_better_labels_label {
    display: none !important
}

@media only screen and (max-width: 700px) {
    .segment {
        margin-left: 1rem !important;
    }
}

@media screen and (max-width: 576px) {
    .upsellparent-controls .next {
        right: 20px;
    }
}


.search-no-results .widget-area.mrg {
    float: unset;
    margin-bottom: unset !important;
}


@media screen and (min-width: 768px) and (max-width: 900px) {
    .single-product-tabs__list .nav-link.active,
    .single-product-tabs .nav-item .nav-link {
        padding: 10px;
    }
}

@media screen and (min-width: 900px) {

    .single-product-tabs .nav-link.active {
        height: 100%;
    }

    .single-product-tabs__list .nav-link.active,
    .single-product-tabs .nav-item .nav-link {
        border: 2px solid #427c9c !important;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        font-size: 16px;
    }
}


/* 07.12 */
.accordion-content p {
    line-height: 1.618;
    margin-bottom: 1.41575em
}

.dataTables_wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: auto;

}

.dataTables_wrapper .tablepress {
    min-width: 1200px;
}

.accordion-item {
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    .dataTables_wrapper .tablepress {
        min-width: 1000px;
    }
}


/* 12.12 */
@media screen and (max-width: 480px) {
    .up-sells .products.columns-1 {
        margin-top: -10px !important
    }
}


/* fix header styles */
.site-header .col-sm-12.col-md-6.col-lg-6.col-xl-7.left-verticle-line.mobile-center.phone-number {
    margin: auto 0 !important;
}

.site-header .dgwt-wcas-sf-wrapp {
    margin: 0 !important;
}

.site-header .custom-logo-link {
    padding-bottom: 2px !important;
    margin-top: -7px !important;
}

.site-header .header-phone {
    border: unset !important;
}


@media screen and (max-width: 700px) {
    .site-header .header-contact-number {
        margin-top: 0 !important
    }
}


.bootstrap .row {
    display: flex !important
}

@media (min-width: 768px) {
    #accordion-container {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .single-product-tabs {
        display: none;
    }
}





