body {
    color: #333;
    font-family: Open Sans, sans-serif;
    opacity: 0;
    overflow-x: hidden
}

header {
    background-color: #fff;
    width: 100%;
    z-index: 99990
}

a {
    text-decoration: none !important
}

.primary-color {
    background-color: #ed1c24 !important
}

.primary-text {
    color: #ed1c24 !important
}

.secondary-color {
    background-color: #ffc709 !important
}

.secondary-text {
    color: #ffc709 !important
}

.tertiary-color {
    background-color: #f3f3f3 !important
}

.tertiary-text {
    color: #f3f3f3 !important
}

.default-text {
    color: #333 !important
}

.page-content-wrapper {
    background: #fff;
    min-height: 50vh;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

h1 {
    font-size: 2.5rem
}

h1,
h2 {
    margin-bottom: 2rem
}

h2 {
    font-size: 2.25rem
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #fff !important
}

.text-white a {
    color: #fff
}

.text-white a:hover {
    color: #efefef
}

@media (max-width:799px) {
    h1 {
        font-size: 1.75rem
    }

    h1,
    h2 {
        margin-bottom: 2rem
    }

    h2 {
        font-size: 1.5rem
    }
}

.btn {
    border-radius: 0;
    font-weight: 700
}

.btn-primary {
    background-color: #ed1c24;
    border-color: transparent !important
}

.btn-primary:hover {
    background-color: #ffc709 !important;
    color: #fff !important
}

.btn-secondary {
    background-color: #ffc709;
    border-color: transparent !important
}

.btn-secondary:hover {
    background-color: #ed1c24 !important;
    color: #fff !important
}

.btn-outline-primary {
    border-color: #ed1c24;
    color: #ed1c24
}

.btn-outline-primary:hover {
    background-color: #ed1c24 !important;
    color: #fff !important
}

.btn-outline-secondary {
    border-color: #ffc709;
    color: #ffc709
}

.btn-outline-secondary:hover {
    background-color: #ffc709 !important;
    color: #fff !important
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none
}

.top-header-wrapper {
    background-color: #ffc709;
    color: #fff;
    min-height: 2.5rem
}

.top-header-wrapper a {
    color: #fff
}

@media (max-width:799px) {
    .top-header-wrapper {
        display: none
    }
}

.menu-wrapper .menu-tree {
    align-items: center;
    display: flex;
    height: 100%
}

.menu-wrapper .menu-tree .menu-tree-list {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-wrapper .menu-tree .menu-tree-list li {
    position: relative
}

.menu-wrapper .menu-tree .menu-tree-list a {
    align-items: center;
    color: #ed1c24;
    display: flex;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    padding: 0 1rem
}

.menu-wrapper .menu-tree .menu-tree-list a .fa-angle-down {
    margin-left: .75rem
}

.menu-wrapper .menu-tree .menu-tree-list a.active {
    color: #ffc709 !important
}

.menu-wrapper .menu-tree .menu-tree-list a:hover {
    color: #ffc709
}

.menu-wrapper .menu-tree .menu-dropdown {
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    display: none;
    list-style: none;
    margin: 0;
    padding: .5rem 0;
    width: 260px;
    z-index: 3003
}

.menu-wrapper .menu-tree .menu-dropdown a {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    padding: .5rem 1rem
}

.menu-wrapper .menu-tree .menu-dropdown a span {
    flex-grow: 1
}

.menu-wrapper .menu-tree .menu-dropdown a i {
    font-size: .75rem
}

.menu-wrapper .menu-tree .menu-dropdown-first {
    left: 0;
    position: absolute;
    top: 2.5rem
}

.menu-wrapper .menu-tree .menu-dropdown-second {
    left: -260px;
    position: absolute;
    top: 0
}

.menu-wrapper-mobile {
    display: none
}

.menu-wrapper-mobile .mobile-menu-wrapper {
    align-items: center;
    display: flex;
    height: 4rem;
    padding: .5rem 0
}

.menu-wrapper-mobile .mobile-menu-wrapper .site-logo-wrapper {
    flex-grow: 1;
    text-align: center
}

.menu-wrapper-mobile .mobile-menu-wrapper .site-logo-wrapper a {
    display: block
}

.menu-wrapper-mobile .mobile-menu-wrapper .site-logo-wrapper img {
    max-height: 3rem;
    width: auto
}

.menu-wrapper-mobile .mobile-menu-wrapper .mobile-menu-button {
    cursor: pointer;
    display: block;
    padding: .5rem 1rem
}

.menu-wrapper-mobile .menu-tree {
    background: #fff;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 4rem;
    transform: translateY(100vh);
    transition: all .25s ease-in-out;
    width: 100%;
    z-index: 3002
}

.menu-wrapper-mobile .menu-tree .menu-tree-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-wrapper-mobile .menu-tree .menu-tree-list .menu-item {
    border-bottom: 1px solid #eee
}

.menu-wrapper-mobile .menu-tree .menu-tree-list a {
    align-items: center;
    color: #ed1c24;
    display: flex;
    font-size: 1.125rem;
    line-height: 3rem;
    padding: 0 1rem
}

.menu-wrapper-mobile .menu-tree .menu-tree-list a span {
    flex-grow: 1
}

.menu-wrapper-mobile .menu-tree .menu-tree-list a i {
    display: block;
    text-align: center;
    width: 2rem
}

.menu-wrapper-mobile .menu-tree .menu-tree-list .menu-dropdown {
    display: none;
    list-style: none
}

.menu-wrapper-mobile .menu-tree .menu-tree-list .menu-dropdown .fa-plus {
    font-size: .75rem
}

.sticky-on-scroll {
    background-color: #fff;
    display: none;
    z-index: 2000
}

.site-languages-picker {
    margin-left: 1rem;
    padding: 1rem 0;
    position: relative
}

.site-languages-picker .site-languages-list {
    background-color: #fff;
    display: none;
    position: absolute;
    z-index: 3004
}

.site-languages-picker .site-languages-list a {
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #333;
    display: flex;
    font-size: 1.25rem;
    font-weight: 700;
    padding: .5rem 1rem
}

.site-languages-picker .site-languages-list a img {
    border: 1px solid #eee;
    height: auto;
    margin-right: 1rem;
    width: 30px
}

.site-languages-picker .site-languages-list a:hover {
    background: #eee;
    color: #ffc709
}

.site-languages-picker .site-languages-list a.active {
    background: #eee !important;
    color: #ffc709 !important
}

.site-logo-text {
    color: #ed1c24;
    font-size: 1.5rem;
    font-weight: 700
}

@media (max-width:799px) {
    .site-logo-text {
        font-size: 1.125rem
    }
}

@media (min-width:800px) {
    .site-languages-list {
        right: 0;
        top: 40px
    }
}

@media (max-width:799px) {
    .menu-wrapper-mobile {
        display: block !important
    }

    .menu-wrapper {
        display: none !important
    }

    .site-languages-list {
        left: -1rem;
        top: 60px
    }
}

.page-title {
    align-items: center;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center
}

.page-title h1 {
    font-size: 3rem;
    font-weight: 700
}

.page-title h1 a {
    color: #ed1c24
}

.page-title h1 a:hover {
    color: #ffc709
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .page-title {
        height: 240px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .page-title {
        height: 240px !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-title {
        height: 320px !important
    }
}

@media only screen and (max-width:767px) {
    .page-title {
        height: 280px !important
    }

    .page-title h1 {
        font-size: 2rem !important
    }
}

.page-breadcrumb ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-breadcrumb ul a {
    color: #ed1c24
}

.page-breadcrumb ul a:hover {
    color: #ffc709
}

.page-breadcrumb ul i {
    color: #ffc709;
    margin: 0 .5rem
}

.no-page-title {
    background-color: #ed1c24;
    padding: 1rem 0
}

.no-page-title h1 {
    font-size: 2.5rem;
    font-weight: 700
}

.no-page-title h1 a {
    color: #fff
}

.no-page-title h1 a:hover {
    color: #eee
}

.no-title-page-breadcrumb ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.no-title-page-breadcrumb ul a {
    color: #fff;
    font-size: .85rem
}

.no-title-page-breadcrumb ul a:hover {
    color: #eee
}

.no-title-page-breadcrumb ul i {
    color: #fff;
    margin: 0 .5rem
}

.page-section {
    padding: 4rem 0
}

.page-section .page-block-title {
    padding-bottom: 2rem
}

.page-section .page-block-title .block-subtitle {
    font-size: 1rem;
    margin-bottom: 0;
    text-transform: uppercase
}

.page-section .page-block-title .block-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0
}

.page-section .page-block-field-title h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1.5rem
}

.page-section .page-block-field-icon {
    align-items: center;
    color: #ed1c24;
    display: flex;
    font-size: 6rem;
    justify-content: center;
    padding: 2rem 0
}

.page-section .page-block-field-image {
    cursor: pointer
}

.page-section .form-default label {
    font-weight: 700
}

.page-section .form-default .btn-dark {
    background-color: #ffc709;
    border-color: transparent;
    font-weight: 700;
    padding: .75rem 3rem;
    text-transform: uppercase
}

@media only screen and (max-width:767px) {
    .page-block-title {
        padding-bottom: 1rem !important
    }

    .page-block-title .block-title {
        font-size: 1.75rem !important
    }

    .page-block-field-title h3 {
        font-size: 1.5rem !important
    }
}

.page-newsletter {
    background-color: #ed1c24;
    color: #fff;
    padding: 1rem 0
}

.page-newsletter .form-control {
    background-color: transparent;
    border-radius: 0;
    color: #fff
}

.page-newsletter .btn {
    border-radius: 0
}

.page-newsletter p {
    font-size: 1.5rem;
    margin-bottom: 0
}

.field-pages-item {
    position: relative
}

.field-pages-item .field-pages-item-image {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.field-pages-item .field-pages-item-image img {
    transition: all .5s
}

.field-pages-item .field-pages-item-image img:hover {
    transform: scale(1.1)
}

.field-pages-item .field-pages-item-title {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    left: 0;
    padding: .5rem 1rem;
    position: absolute;
    width: 100%
}

.field-pages-item .field-pages-item-title a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700
}

.field-pages-item .field-pages-item-title a:hover {
    color: #eee
}

.field-pages-item-h {
    display: flex
}

.field-pages-item-h .field-pages-item-image {
    align-items: center;
    display: flex;
    flex: 0 0 160px;
    justify-content: center;
    min-height: 100px;
    overflow: hidden
}

.field-pages-item-h .field-pages-item-image img {
    transition: all .5s
}

.field-pages-item-h .field-pages-item-image img:hover {
    transform: scale(1.1)
}

.field-pages-item-h .field-pages-item-title {
    padding: .5rem 1rem
}

.field-pages-item-h .field-pages-item-title a {
    color: #ed1c24;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem
}

.field-pages-item-h .field-pages-item-title a:hover {
    color: #ffc709
}

.page-block-field-faq .page-block-field-faq-header {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 1rem
}

.page-block-field-faq .page-block-field-faq-header a {
    border-bottom: 2px solid transparent;
    color: #ed1c24;
    font-size: 1.25rem;
    padding: .325rem 1rem
}

.page-block-field-faq .page-block-field-faq-header a:hover {
    border-color: #ffc709;
    color: #ffc709
}

.page-block-field-faq .page-block-field-faq-header a.active {
    border-color: #ffc709 !important;
    color: #ffc709 !important
}

.page-block-field-faq .page-block-field-faq-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 1rem
}

.page-block-field-faq .page-block-field-faq-item .page-block-field-faq-item-question i {
    color: #ed1c24;
    cursor: pointer;
    font-size: 1.5rem;
    margin-right: 1rem
}

.page-block-field-faq .page-block-field-faq-item .page-block-field-faq-item-question i:hover {
    color: #ffc709
}

.page-block-field-faq .page-block-field-faq-item .page-block-field-faq-item-question i.active {
    color: #ffc709 !important
}

.page-block-field-faq .page-block-field-faq-item .page-block-field-faq-item-answer {
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding: 2rem 2rem 0
}

.testimonials-field-item-body {
    align-items: center;
    display: flex;
    flex-direction: column
}

.testimonials-field-item-body h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0
}

.testimonials-field-item-body img {
    height: 90px;
    width: 90px
}

.testimonials-field-item-body p {
    margin: 0
}

.testimonials-field-item-body .testimonials-field-firm {
    color: #888
}

.testimonials-field-item-body .testimonials-field-city {
    color: #aaa;
    font-size: .85rem
}

.testimonials-field-item-body article {
    font-size: .75rem;
    margin-top: 1rem;
    padding: 0 2rem;
    text-align: center
}

.block-item-card {
    border-radius: 0;
    color: #333;
    margin-bottom: 1rem
}

.block-item-card .card-body {
    padding: 2rem;
    text-align: center
}

.block-item-card .card-body h2 {
    color: #333 !important;
    font-size: 1.5rem
}

.block-item-card .card-body h3 {
    color: #333 !important;
    font-size: 1.25rem
}

.block-item-card .card-body h4 {
    color: #333 !important;
    font-size: 1.125rem
}

.page-field-button {
    padding: .375rem 1.5rem
}

.page-block-field-table .table {
    border: none
}

.page-block-field-table .table thead th {
    border-color: transparent;
    font-size: 1.25rem
}

.page-block-field-counter {
    padding-top: 2rem
}

.page-block-field-counter .field-counter-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem
}

.page-block-field-counter .field-counter-title {
    font-size: 1.125rem;
    height: 3rem;
    line-height: 1.5rem
}

.page-block-field-pdets {
    margin: 2rem 0;
    text-align: center
}

.page-block-field-pdets .product-price {
    display: flex;
    font-size: 2.25rem;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 2rem
}

.page-block-field-pdets .product-price .price {
    color: #ffc709;
    margin-right: 1rem;
    text-decoration: line-through
}

.page-block-field-pdets .product-price .discount {
    color: #ed1c24
}

.button-on-bottom {
    background-color: #eee;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99991
}

.button-on-bottom .btn {
    padding: .75rem 0
}

.button-on-bottom a:not(.btn) {
    color: #333;
    font-size: 1.125rem;
    font-weight: 700;
    margin-left: .5rem
}

.button-on-bottom a:hover {
    color: #ed1c24
}


.page-block-field-porder .product-variations {
    align-items: center;
    display: flex;
    margin: 2rem 0;
}

.page-block-field-porder .product-variations .product-variation-item {
    flex-grow: 1;
    position: relative;
}

.page-block-field-porder .product-variations .product-variation-item .product-variation {
    border: 1px solid #ffc709
}

.page-block-field-porder .product-variations .product-variation-item .product-variation .featured {
    background-color: #ed1c24;
    color: #fff;
    font-weight: 700;
    padding: .25rem 0;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 10%;
    width: 80%;
}

.page-block-field-porder .product-variations .product-variation-item .product-variation .variation-content {
    background-color: #fff;
    cursor: pointer;
    font-size: 1.25rem;
    padding: 1rem 0;
    text-align: center
}

.page-block-field-porder .product-variations .product-variation-item .product-variation .variation-content:hover {
    background-color: rgba(255, 199, 9, 0.2);
}

.page-block-field-porder .product-variations .product-variation-item .product-variation.selected .variation-content {
    background-color: rgba(255, 199, 9, 0.2);
    font-weight: 700 !important
}

.page-block-field-porder .product-price {
    display: flex;
    align-items: center;
    margin-bottom: 1rem
}
.page-block-field-porder .product-price .discount{
    font-size: 2.25rem;
    font-weight: 700;    
}
.page-block-field-porder .product-price .discount-percent {
    padding: 0 15px;
    background-color: #ed1c24;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    position: relative;
    margin-left: 30px;
}
.page-block-field-porder .product-price .discount-percent::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ed1c24
}
.green-text{
    color: #8fce00 !important;
}
.extra-product{
    background-color: #fff;
    border: 2px solid #ffc709;
}
.product-delivery{
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    color: #333;
}
.product-delivery li{
    line-height: 36px;
}
.product-delivery img{
    width: 25px;
    height: auto;
    margin-right: 0.5rem;
}
.product-delivery i{
    width: 25px;
    margin-right: 0.5rem;
    font-size: 25px;
    color: #8fce00;
}
.product-return{
    background-color: #ffc709;
    display: flex;
    padding: 2rem;
    justify-content: center;
    align-items: center;
}
.product-return-text{
    flex-grow: 1;
    padding-left: 2rem;
}
.product-return-text p{
    margin: 0;
    font-size: 12px;
}
.product-return-text strong{
    font-size: 16px;
}
.product-return-image{
    flex: 0 0 120px;
}
.page-block-field-porder .product-price .price {
    color: #ffc709;
    margin-right: 1rem;
    text-decoration: line-through
}

.page-block-field-porder .product-price .discount {
    color: #ed1c24
}

.page-block-field-porder .place-order {
    font-size: 1.5rem;
    padding: .75rem
}

.page-block-field-porder .product-attributes .product-attributes-title {
    font-size: .75rem;
    margin-bottom: 0
}

.page-block-field-porder .product-attributes .product-attributes-values {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px 1rem
}

.page-block-field-porder .product-attributes .product-attributes-values .product-attributes-value {
    border: 2px solid #ddd;
    cursor: pointer;
    margin: 6px
}

.page-block-field-porder .product-attributes .product-attributes-values .selected {
    border-color: red !important
}

.page-block-field-porder .product-attributes .product-attributes-values .product-attributes-value:hover {
    border-color: red
}

.product-ordering{
    padding: 1rem;
    background-color: #f0f2f5;
}
.extra-product h3{
    font-size: 16px;
}
.connected-text p{
    margin-bottom: 0;
}
.connected-text{
    font-size: 10px;
    margin: 0.5rem 0;
}

@media (max-width:799px) {
    .product-return{
        padding: 2rem 1rem;;
    }
    .product-return-image{
        flex: 0 0 86px;
        margin-right: 1rem;
    }
    .product-return-text{
        padding-left: 0;
    }
    .page-block-field-porder .product-price .discount{
        font-size: 1.75rem;
        white-space: nowrap;
    }
    .page-block-field-porder .product-price {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }

    .page-block-field-porder .product-price .price {
        margin: 0 !important
    }


    .page-block-field-porder .product-variations .product-variation-item {
        padding: 0 !important
    }

    .page-block-field-porder .product-variations .variation-content {
        font-size: 1rem !important;
    }

    .page-block-field-porder .place-order {
        font-size: 1.5rem !important;
        padding: .25rem !important
    }

    .page-block-field-pdets .product-price {
        display: block !important;
        text-align: center
    }
    .page-block-field-porder .product-price .discount-percent {
        padding: 0 10px;
        font-size: 12px;
        line-height: 26px;
        white-space: nowrap;
    }
    .page-block-field-porder .product-price .discount-percent::before {
        left: -13px;
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 13px solid #ed1c24
    }
    .page-block-field-porder .product-variations .product-variation-item .product-variation .featured {
        font-size: 10px;
    }
    .extra-product h3{
        font-size: 14px;
        margin-bottom: 0.5rem;
    }
    .extra-product .green-text{
        font-size: 20px;
    }
}

.page-block-field-pcomms {
    color: #333
}

.page-block-field-pcomms .product-comment-header {
    border-bottom: 1px solid #ed1c24;
    padding: .5rem 1rem
}

.page-block-field-pcomms .product-comment-content {
    padding: 1rem
}

.page-block-field-pcomms .card {
    border: none;
    border-radius: 0
}

.page-block-field-icontext p {
    margin: 0
}

.page-block-field-icontext h2,
.page-block-field-icontext h3,
.page-block-field-icontext h4 {
    font-size: 1.75rem !important;
    margin-bottom: 1rem !important
}

.page-block-field-imgtext p {
    margin: 0
}

.page-block-field-imgtext h2,
.page-block-field-imgtext h3,
.page-block-field-imgtext h4 {
    font-size: 1.75rem !important;
    margin-bottom: 1rem !important
}

footer {
    background-color: #1a1a1a
}

footer,
footer a {
    color: #fff
}

footer a:hover {
    color: #cfcfcf
}

.footer-field-links a {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 1.25rem;
    line-height: 2.5rem
}

.footer-field-socials {
    align-items: center;
    display: flex;
    justify-content: center
}

.footer-field-socials a {
    display: block;
    font-size: 2.5rem;
    margin: 0 .5rem
}

.footer-icons {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 3rem 0 4rem
}

.footer-icons i {
    font-size: 4rem;
    margin: 2rem 0
}

.footer-icons h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.footer-icons p {
    text-align: center
}

.footer-links {
    border-top: 1px solid #fff;
    font-size: 1.125rem;
    padding: 1rem 0
}

.footer-links ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-links ul a {
    margin-left: 1rem
}

.footer-links ul a:hover {
    opacity: .8
}

@media (max-width:800px) {
    .footer-links {
        font-size: 1rem
    }

    .footer-links ul {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .footer-links ul a {
        margin-bottom: .75rem;
        margin-left: 0
    }

    .footer-icons {
        margin: 0 0 1rem !important
    }
}

.page-bottom {
    background-color: #ed1c24;
    color: #fff;
    padding: .5rem 0;
    text-align: center
}

.page-bottom a {
    color: #efefef
}

.page-bottom a:hover {
    color: #cfcfcf
}

.slick-arrow {
    align-items: center;
    background: transparent;
    border: none !important;
    color: #333;
    display: flex;
    font-size: 1.25rem;
    height: 2.5rem;
    justify-content: center;
    position: absolute;
    top: calc(50% - 15px);
    width: 2.5rem;
    z-index: 2
}

.slick-arrow:hover {
    color: #ed1c24
}

.slick-prev {
    left: -1.5rem
}

.slick-next {
    right: -1.5rem
}

.slider-nav .slick-track {
    align-items: center;
    display: flex
}

.slider-nav .slick-track img {
    margin: 0 5px
}

.mob-slider-nav .slick-track {
    align-items: center;
    display: flex
}

.mob-slider-nav .slick-track img {
    margin: 0 5px
}

.comm-slider-nav .slick-track {
    align-items: center;
    display: flex
}

.comm-slider-nav .slick-track img {
    margin: 0 5px
}

.comm-mob-slider-nav .slick-track {
    align-items: center;
    display: flex
}

.comm-mob-slider-nav .slick-track img {
    margin: 0 5px
}

.page-slider .page-slider-item {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 460px;
    justify-content: center
}

.page-slider .page-slider-item-content {
    display: flex;
    flex-direction: column
}

.page-slider .page-slider-item-content h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.page-slider .page-slider-item-content h3 {
    font-size: 1.75rem;
    font-style: italic;
    margin-bottom: .5rem
}

.page-slider .page-slider-item-content .btn {
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width:800px) {
    .page-section {
        padding: 1rem 0
    }

    .page-slider-item-content h2 {
        font-size: 1.75rem !important
    }

    .page-slider-item-content h3 {
        font-size: 1.25rem !important
    }

    .page-slider-item-content .btn {
        font-size: .75rem;
        padding: .25rem 1rem
    }
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .page-slider-item {
        height: 480px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .page-slider-item {
        height: 480px !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-slider-item {
        height: 520px !important
    }
}

@media only screen and (max-width:767px) {
    .page-slider-item {
        height: 280px !important
    }
}

.slider-arrow {
    align-items: center;
    background: transparent;
    border: 1px solid #eee;
    border-radius: 0;
    color: #eee;
    display: flex;
    font-size: 3rem;
    height: 5rem;
    justify-content: center;
    position: absolute;
    top: calc(50% - 15px);
    width: 3rem;
    z-index: 2
}

.slider-prev {
    left: 5%
}

.slider-next {
    right: 5%
}

.slider-arrow:hover {
    border-color: #ddd;
    color: #ddd
}

@media only screen and (min-width:767px) and (max-width:1599px) {
    .slider-prev {
        left: 1rem
    }

    .slider-next {
        right: 1rem
    }
}

@media only screen and (max-width:1100px) {
    .slider-arrow {
        bottom: 5%;
        font-size: 1.5rem;
        height: 2rem;
        top: auto;
        width: 2rem
    }

    .slider-prev {
        left: 5%
    }

    .slider-next {
        left: calc(5% + 2rem)
    }
}

.search-widget {
    margin-bottom: 1rem
}

.search-widget .btn {
    border-color: #ddd;
    border-left-color: transparent !important;
    border-radius: 0;
    color: #ddd;
    padding: 0 .75rem
}

.search-widget .btn:hover {
    background-color: transparent;
    color: #333
}

.search-widget .form-control {
    border-color: #ddd transparent #ddd #ddd !important;
    border-radius: 0;
    font-size: 1.25rem;
    padding: .75rem 1rem
}

.search-widget .form-control:focus {
    box-shadow: none !important
}

.search-widget i {
    font-size: 1.25rem;
    line-height: 42px
}

.banner-widget {
    border: 1px solid #ddd;
    padding: 5px
}

.banner-widget:hover {
    background-color: #eee
}

.subpages-widget {
    margin-bottom: 1rem
}

.subpages-widget h3 {
    background-color: #ffc709;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: .5rem 1rem
}

.subpages-widget a {
    border-bottom: 1px solid #ffc709;
    color: #ffc709;
    display: block;
    padding: .5rem 1rem
}

.subpages-widget a:hover {
    color: #ed1c24
}

.masonry {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.masonry img {
    transition: all .8s
}

.masonry:hover img {
    opacity: .28
}

.masonry .page-gallery-item {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%
}

.masonry .page-gallery-item:hover img {
    opacity: 1
}

.masonry-comms {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.masonry-comms .card {
    transition: all .8s
}

.masonry-comms:hover .card {
    opacity: 1
}

.masonry-comms .comms-item {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%
}

.masonry-comms .comms-item:hover .card {
    opacity: 1
}

@media (max-width:1199px) {
    .masonry {
        -moz-column-count: 3;
        column-count: 3
    }
}

@media (max-width:991px) {
    .masonry {
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (max-width:767px) {

    .masonry,
    .masonry-comms {
        -moz-column-count: 1;
        column-count: 1
    }
}

.info-form h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem
}

.info-form .form-group {
    border: 2px solid #ddd;
    border-radius: .25rem;
    margin: 1.25rem 0 1rem;
    padding: 0 .5rem;
    position: relative
}

.info-form .form-group label {
    font-size: .75rem;
    left: .5rem;
    margin-bottom: 0;
    position: absolute;
    top: .125rem
}

.info-form .form-group input {
    background-color: transparent !important;
    border: none;
    font-size: 1.125rem;
    height: auto;
    line-height: 2.125rem;
    padding: .5rem 0
}

.info-form .form-group input.focus-visible {
    outline: none
}

.info-form .form-group select {
    border: none;
    height: auto;
    line-height: 1.5rem;
    padding: .8rem 0;
    width: 100%
}

.info-form .form-group textarea {
    background-color: transparent !important;
    border: none;
    font-size: 1.125rem;
    height: auto;
    padding: .5rem 0
}

.info-form .form-group textarea.focus-visible {
    outline: none
}

.checkout-payment {
    margin-bottom: 1.5rem
}

.checkout-payment h4 {
    font-size: 1rem
}

.checkout-payment .co-form-check {
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 1rem;
    padding-left: 35px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkout-payment .co-form-check:hover {
    color: #888
}

.checkout-payment .co-form-check-input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.checkout-payment .co-form-check-label {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    height: 25px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 25px
}

.checkout-payment .co-form-check input:checked~.co-form-check-label {
    background-color: #333
}

.checkout-payment .co-form-check-label:after {
    content: "";
    display: none;
    position: absolute
}

.checkout-payment .co-form-check input:checked~.co-form-check-label:after {
    display: block
}

.checkout-payment .co-form-check-label:after {
    background-color: #fff;
    border-radius: 50%;
    height: 10px;
    left: 6px;
    top: 6px;
    width: 10px
}

.checkout-payment .co-payment-info {
    padding-left: 35px
}