.text-blue {
    color: #3575B3
}

.text-orange {
    color: #F47646
}

.text-darkOrange {
    color: #DB5D2D
}

.text-darkBlue {
    color: #1D3D70
}

.text-red {
    color: #D74142
}

.text-darkRed {
    color: #B22A2A
}

.text-pink {
    color: #FFD2C1
}

.text-greyBlue {
    color: #434E60
}

.text-lightGrey {
    color: #F9F9F9
}

.text-lightBlue {
    color: #E5F2FF
}

.text-grey {
    color: #636363
}

.text-codGrey {
    color: #0D0D0D
}

.bg-blue {
    background-color: #3575B3
}

.bg-orange {
    background-color: #F47646
}

.bg-darkOrange {
    background-color: #DB5D2D
}

.bg-darkBlue {
    background-color: #1D3D70
}

.bg-red {
    background-color: #D74142
}

.bg-darkRed {
    background-color: #B22A2A
}

.bg-pink {
    background-color: #FFD2C1
}

.bg-greyBlue {
    background-color: #434E60
}

.bg-lightGrey {
    background-color: #F9F9F9
}

.bg-lightBlue {
    background-color: #E5F2FF
}

.bg-grey {
    background-color: #636363
}

.bg-codGrey {
    background-color: #0D0D0D
}

.icon-fill-none use {
    fill: none
}

.icon-stroke-none use {
    stroke: none
}

.icon-fill-blue use {
    fill: #3575B3
}

.icon-fill-orange use {
    fill: #F47646
}

.icon-fill-darkOrange use {
    fill: #DB5D2D
}

.icon-fill-darkBlue use {
    fill: #1D3D70
}

.icon-fill-red use {
    fill: #D74142
}

.icon-fill-darkRed use {
    fill: #B22A2A
}

.icon-fill-pink use {
    fill: #FFD2C1
}

.icon-fill-greyBlue use {
    fill: #434E60
}

.icon-fill-lightGrey use {
    fill: #F9F9F9
}

.icon-fill-lightBlue use {
    fill: #E5F2FF
}

.icon-fill-grey use {
    fill: #636363
}

.icon-fill-codGrey use {
    fill: #0D0D0D
}

.icon-stroke-blue use {
    stroke: #3575B3
}

.icon-stroke-orange use {
    stroke: #F47646
}

.icon-stroke-darkOrange use {
    stroke: #DB5D2D
}

.icon-stroke-darkBlue use {
    stroke: #1D3D70
}

.icon-stroke-red use {
    stroke: #D74142
}

.icon-stroke-darkRed use {
    stroke: #B22A2A
}

.icon-stroke-pink use {
    stroke: #FFD2C1
}

.icon-stroke-greyBlue use {
    stroke: #434E60
}

.icon-stroke-lightGrey use {
    stroke: #F9F9F9
}

.icon-stroke-lightBlue use {
    stroke: #E5F2FF
}

.icon-stroke-grey use {
    stroke: #636363
}

.icon-stroke-codGrey use {
    stroke: #0D0D0D
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-regular {
    font-weight: 400
}

.btn {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px 31px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

.btn:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    margin-left: 15px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

.btn.btn-filled {
    color: #fff;
    background-color: #F47646;
    padding-right: 25px
}

.btn.btn-filled:hover, .btn.btn-filled.active {
    background-color: #DB5D2D
}

.btn.btn-filled:hover:after, .btn.btn-filled.active:after {
    color: #fff
}

.btn.btn-filled:after {
    color: rgba(255, 255, 255, 0.5)
}

.btn.btn-gradient {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#E5354D), color-stop(#FC5206), to(#E5354D));
    background-image: linear-gradient(to right, #E5354D, #FC5206, #E5354D);
    background-size: 200% auto;
    padding-right: 25px
}

.btn.btn-gradient:hover, .btn.btn-gradient.active {
    background-position: 100% 50%
}

.btn.btn-gradient:hover:after, .btn.btn-gradient.active:after {
    color: #fff
}

.btn.btn-gradient:after {
    color: #F9BBA3
}

.btn.btn-outline {
    color: #F47646;
    background-color: transparent;
    border: 2px solid #F47646;
    padding-right: 25px
}

.btn.btn-outline:hover, .btn.btn-outline.active {
    color: #fff;
    background-color: #DB5D2D;
    border-color: #DB5D2D
}

.btn.btn-outline:hover:after, .btn.btn-outline.active:after {
    color: #fff
}

.btn.btn-outline:after {
    color: #F47646
}

.btn.btn-outline-white {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    padding-right: 25px
}

.btn.btn-outline-white:hover, .btn.btn-outline-white.active {
    color: #fff;
    background-color: #F47646;
    border-color: #F47646
}

.btn.btn-outline-white:hover:after, .btn.btn-outline-white.active:after {
    color: #fff
}

.btn.btn-outline-white:after {
    color: rgba(255, 255, 255, 0.5)
}

.btn.btn-blue {
    color: #3575B3;
    background-color: #E5F2FF;
    border: 1px solid #3575B3;
    padding: 13px 34px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 5px
}

.btn.btn-blue:after {
    display: none
}

.btn.btn-blue:hover, .btn.btn-blue.active {
    color: #fff;
    background-color: #3575B3
}

.main-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 75px;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden
}

.main-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 68, 135, 0.65)
}

.main-banner .wave-before, .main-banner .wave-after {
    display: inline-block;
    width: 500px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='511.146' height='97'%3E%3Cg data-name='Group 708' opacity='.24' fill='%23fff'%3E%3Cpath data-name='Path 151' d='M321.285 41.287a10.375 10.375 0 01-.977-20.7c8.3-.8 14.4-4.444 21.453-8.668C351.094 6.33 361.673 0 377.991 0a10.374 10.374 0 110 20.749c-10.583 0-17.529 4.158-25.573 8.972S335.249 40 322.285 41.238c-.336.032-.671.049-1 .049z'/%3E%3Cpath data-name='Path 152' d='M230 29.721c8.044-4.814 14.99-8.972 25.573-8.972a10.374 10.374 0 000-20.749c-16.317 0-26.9 6.33-36.229 11.916-8.242 4.934-14.755 8.832-24.979 8.832-9.566 0-14.866-3.392-22.2-8.089C163.349 7.019 152.379 0 133.156 0a10.374 10.374 0 000 20.749c13.154 0 19.95 4.35 27.82 9.388 8.32 5.325 17.752 11.361 33.388 11.361 15.959 0 26.412-6.257 35.635-11.776z'/%3E%3Cpath data-name='Path 153' d='M288.617 29.567a10.374 10.374 0 10-10.374-10.374 10.374 10.374 0 0010.374 10.374z'/%3E%3Cpath data-name='Path 154' d='M500.772 55.503c-16.317 0-26.9 6.33-36.229 11.917-8.242 4.933-14.755 8.832-24.979 8.832-9.566 0-14.866-3.392-22.2-8.089-8.812-5.641-19.78-12.66-39-12.66-16.317 0-26.9 6.33-36.229 11.917-8.242 4.933-14.755 8.832-24.979 8.832-9.566 0-14.866-3.392-22.2-8.089-8.812-5.641-19.78-12.66-39-12.66-.123 0-.243.014-.365.019s-.242-.019-.365-.019c-16.317 0-26.9 6.33-36.229 11.917-8.242 4.933-14.755 8.832-24.979 8.832-9.566 0-14.866-3.392-22.2-8.089-8.812-5.641-19.78-12.66-39-12.66-16.317 0-26.9 6.33-36.229 11.917-8.242 4.933-14.755 8.832-24.979 8.832-9.566 0-14.866-3.392-22.2-8.089-8.812-5.641-19.78-12.66-39-12.66a10.374 10.374 0 000 20.749c13.154 0 19.95 4.35 27.82 9.388 8.32 5.325 17.752 11.361 33.388 11.361 15.959 0 26.412-6.257 35.635-11.776 8.044-4.814 14.99-8.972 25.573-8.972 13.154 0 19.95 4.35 27.82 9.388 8.32 5.325 17.752 11.361 33.388 11.361 15.959 0 26.412-6.257 35.635-11.776 8.044-4.814 14.99-8.972 25.573-8.972.123 0 .243-.014.365-.019s.242.019.365.019c13.154 0 19.95 4.35 27.82 9.388 8.32 5.325 17.751 11.361 33.388 11.361 15.959 0 26.412-6.257 35.635-11.776 8.044-4.814 14.99-8.972 25.573-8.972 13.154 0 19.95 4.35 27.82 9.388 8.32 5.325 17.752 11.361 33.388 11.361 15.959 0 26.412-6.257 35.635-11.776 8.044-4.814 14.99-8.972 25.573-8.972a10.374 10.374 0 000-20.749z'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    z-index: 30;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none
}

@media (max-width: 991px) {
    .main-banner .wave-before, .main-banner .wave-after {
        width: 480px;
        height: 60px
    }
}

@media (max-width: 767px) {
    .main-banner .wave-before, .main-banner .wave-after {
        width: 230px;
        height: 43px
    }
}

.main-banner .wave-before {
    top: 110px;
    left: -200px
}

@media (max-width: 767px) {
    .main-banner .wave-before {
        top: 30px;
        left: -70px
    }
}

.main-banner .wave-after {
    bottom: 110px;
    right: -215px
}

@media (max-width: 767px) {
    .main-banner .wave-after {
        bottom: 200px;
        right: -70px
    }
}

.main-banner__content {
    width: 100%;
    text-align: center;
    padding: 95px 0;
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .main-banner__content {
        padding: 25px 0 95px
    }
}

.main-banner__titles {
    margin-top: 155px
}

@media (max-width: 991px) {
    .main-banner__titles {
        margin-top: 70px
    }
}

@media (max-width: 767px) {
    .main-banner__titles {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .main-banner__titles .sub-heading {
        margin-top: 15px;
        padding: 0 40px
    }
}

.main-banner__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 85px
}

@media (max-width: 767px) {
    .main-banner__buttons {
        margin-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.main-banner__buttons .btn {
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width: 767px) {
    .main-banner__buttons .btn {
        margin-left: 0;
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.main-banner__buttons .btn:first-child {
    margin-left: 0
}

@media (max-width: 767px) {
    .main-banner__buttons .btn:first-child {
        margin-top: 0
    }
}

.main-banner__icons {
    background-color: #1D3D70;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.main-banner__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 230px;
    margin: 0 50px;
    padding: 15px 0
}

@media (max-width: 991px) {
    .main-banner__icon {
        margin: 0 15px
    }
}

@media (max-width: 767px) {
    .main-banner__icon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin: 0 10px
    }
}

.main-banner__icon-img {
    max-width: 45px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767px) {
    .main-banner__icon-img {
        max-width: 36px;
        margin: 0 auto 10px
    }
}

.main-banner__icon-title {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-left: 20px
}

@media (max-width: 767px) {
    .main-banner__icon-title {
        margin-left: 0
    }
}

.main-banner h2 {
    color: #fff;
    font-size: 48px;
    line-height: 53px
}

.main-banner h1 {
    color: #fff;
    font-size: 48px;
    line-height: 53px
}

.main-banner .sub-heading {
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    font-weight: 400
}

.main-banner video {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.title-bottom-icon .icon {
    width: 121px;
    height: 23px;
    margin: 28px 0 22px
}

@media (max-width: 767px) {
    .title-bottom-icon .icon {
        width: 80px;
        height: 15px;
        margin: 10px 0 12px
    }
}

.section {
    position: relative
}

.section-bg-title {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 70px;
    margin: auto;
    font-weight: bold;
    color: #F9F9F9;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    line-height: .5;
    font-size: 15.5vw
}

@media (max-width: 767px) {
    .section-bg-title {
        top: 50px;
        left: 0
    }
}

.js-b-scroll .main-banner__titles {
    -webkit-transform: translate3d(0, calc(var(--scrolly) * 1px / 2.3), 0);
    transform: translate3d(0, calc(var(--scrolly) * 1px / 2.3), 0);
    opacity: calc(1 - (var(--scrolly) * 0.0018))
}

.js-b-scroll .main-banner__buttons {
    -webkit-transform: translate3d(0, calc(var(--scrolly) * 1px / 4.0), 0);
    transform: translate3d(0, calc(var(--scrolly) * 1px / 4.0), 0);
    opacity: calc(1 - (var(--scrolly) * 0.0018))
}

.js-b-scroll .wave-before {
    -webkit-transform: translate3d(0, calc(var(--scrolly) * 1px / 0.9), 0);
    transform: translate3d(0, calc(var(--scrolly) * 1px / 0.9), 0);
    opacity: calc(1 - (var(--scrolly) * 0.0018))
}

.js-b-scroll .wave-after {
    -webkit-transform: translate3d(0, calc(var(--scrolly) * -1px / 3.5), 0);
    transform: translate3d(0, calc(var(--scrolly) * -1px / 3.5), 0)
}

.js-b-scroll.subtitle:before {
    -webkit-transform: translate3d(0, calc(var(--scrolly) * 1px / 1.0), 0);
    transform: translate3d(0, calc(var(--scrolly) * 1px / 1.0), 0);
    opacity: calc(1 - (var(--scrolly) * 0.0018))
}

.js-b-scroll.subtitle:after {
    -webkit-transform: translate3d(0, calc(var(--scrolly) * -1px / 5.0), 0);
    transform: translate3d(0, calc(var(--scrolly) * -1px / 5.0), 0);
    opacity: calc(1 - (var(--scrolly) * 0.0018))
}

.js-b-scroll .title-l1 {
    -webkit-transform: translate3d(0, calc(var(--scrolly) * 1px / 1.3), 0);
    transform: translate3d(0, calc(var(--scrolly) * 1px / 1.3), 0);
    opacity: calc(1 - (var(--scrolly) * 0.0018))
}

.js-b-scroll .title-l2 {
    -webkit-transform: translate3d(0, calc(var(--scrolly) * 1px / 0.5), 0);
    transform: translate3d(0, calc(var(--scrolly) * 1px / 0.5), 0);
    opacity: calc(1 - (var(--scrolly) * 0.0018))
}

@-webkit-keyframes flipdown {
    0% {
        opacity: 0;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }
    5% {
        opacity: 1
    }
    80% {
        -webkit-transform: rotateX(8deg);
        transform: rotateX(8deg)
    }
    83% {
        -webkit-transform: rotateX(6deg);
        transform: rotateX(6deg)
    }
    92% {
        -webkit-transform: rotateX(-3deg);
        transform: rotateX(-3deg)
    }
    100% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
}

@keyframes flipdown {
    0% {
        opacity: 0;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }
    5% {
        opacity: 1
    }
    80% {
        -webkit-transform: rotateX(8deg);
        transform: rotateX(8deg)
    }
    83% {
        -webkit-transform: rotateX(6deg);
        transform: rotateX(6deg)
    }
    92% {
        -webkit-transform: rotateX(-3deg);
        transform: rotateX(-3deg)
    }
    100% {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
}

@-webkit-keyframes loader-spin {
    0%, 100% {
        -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
    }
    12.5% {
        -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    25% {
        -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    37.5% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em
    }
    50% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em
    }
    62.5% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em
    }
    75% {
        -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0
    }
    87.5% {
        -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em
    }
}

@keyframes loader-spin {
    0%, 100% {
        -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
    }
    12.5% {
        -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    25% {
        -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }
    37.5% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em
    }
    50% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em
    }
    62.5% {
        -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em
    }
    75% {
        -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0
    }
    87.5% {
        -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em
    }
}

.wrap-slider {
    position: relative
}

.wrap-slider .slick-dotted.slick-slider {
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .wrap-slider .slick-dotted.slick-slider {
        margin-bottom: 0;
        padding-bottom: 30px;
        overflow: hidden
    }
}

.wrap-slider .slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat
}

.wrap-slider .slick-arrow {
    background-color: #fff;
    position: absolute;
    top: 0;
    width: 25px;
    height: 100%;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wrap-slider .slick-arrow i {
    font-size: 30px
}

.wrap-slider .slick-arrow .icon {
    position: absolute;
    top: 25%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease
}

.wrap-slider .slick-arrow .icon use {
    stroke-width: 3px
}

.wrap-slider .slick-arrow:hover .icon {
    opacity: .7
}

.wrap-slider .slick-button-prev {
    left: -1px
}

@media (max-width: 767px) {
    .wrap-slider .slick-button-prev {
        display: none
    }
}

.wrap-slider .slick-button-next {
    right: -1px
}

@media (max-width: 767px) {
    .wrap-slider .slick-button-next {
        display: none
    }
}

.wrap-slider .slick-dots {
    bottom: -10px
}

@media (max-width: 991px) {
    .wrap-slider .slick-dots {
        bottom: 0
    }
}

.wrap-slider .slick-dots li {
    width: 16px;
    height: 16px
}

.wrap-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.wrap-slider .slick-dots li button {
    background: #E5F2FF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid transparent;
    -webkit-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in
}

.wrap-slider .slick-dots li button:hover {
    border-color: #1e3d6f
}

.wrap-slider .slick-dots li button:before {
    content: '';
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #1D3D70;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: opacity .2s ease-in, -webkit-transform .3s ease-in-out;
    transition: opacity .2s ease-in, -webkit-transform .3s ease-in-out;
    transition: opacity .2s ease-in, transform .3s ease-in-out;
    transition: opacity .2s ease-in, transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

table {
    border-collapse: collapse;
    margin-bottom: 20px
}

table td {
    border: 1px solid #bbb;
    padding: 5px 15px
}

.dataTables_wrapper {
    margin: 0 !important;
    overflow-x: auto
}

.dataTables_wrapper .tablepress {
    border: 1px solid #e3e3e3;
    border-top: 0
}

.dataTables_wrapper .tablepress tfoot th, .dataTables_wrapper .tablepress thead th {
    border: 0;
    padding: 15px;
    color: #fff;
    background-color: #050d34;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border-right: 1px solid #fff
}

@media (max-width: 767px) {
    .dataTables_wrapper .tablepress tfoot th, .dataTables_wrapper .tablepress thead th {
        font-size: 16px
    }
}

.dataTables_wrapper .tablepress tfoot th:last-child, .dataTables_wrapper .tablepress thead th:last-child {
    border-right: 0
}

.dataTables_wrapper .tablepress thead th.column-1 {
    width: 150px
}

.dataTables_wrapper .tablepress thead th.column-4 {
    width: 105px
}

.dataTables_wrapper .tablepress thead th.column-5 {
    width: 130px
}

.dataTables_wrapper .tablepress thead th.column-6 {
    width: 145px
}

.dataTables_wrapper .tablepress tbody td {
    padding: 15px;
    vertical-align: top
}

.dataTables_wrapper .tablepress td {
    font-size: 16px
}

@media (max-width: 767px) {
    .dataTables_wrapper .tablepress td {
        font-size: 14px
    }
}

.dataTables_wrapper .tablepress td i {
    margin-left: 7px
}

.dataTables_wrapper .tablepress td a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px
}

#ast-scroll-top {
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    content: "769";
    color: #F47646;
    background-color: #1D3D70;
    font-size: 20px;
    font-size: 1.1111111111111rem;
    border-radius: 3px;
    right: 6px;
    bottom: 77px;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out
}

#ast-scroll-top:hover {
    color: #1D3D70;
    background-color: #F47646
}

#ast-scroll-top:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 25%;
    z-index: 1;
    display: block;
    width: 9px;
    height: 9px;
    margin: -5px -5px 0 0;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateX(-5px) rotate(225deg);
    transform: translateX(-5px) rotate(225deg)
}

#ast-scroll-top .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.footer {
    background-color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 14px;
    position: relative;
    padding: 50px 0 60px 0
}

@media (max-width: 1199px) {
    .footer {
        padding-bottom: 30px
    }
}

.footer:after {
    content: '';
    position: absolute;
    z-index: 20;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(29, 61, 112, 0.67)
}

.footer video {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.footer * {
    color: #e5e5e5
}

.footer .container {
    position: relative;
    z-index: 30
}

.footer .footer-top {
    width: 100%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

@media (max-width: 991px) {
    .footer .footer-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media (max-width: 1199px) {
    .footer .footer-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.footer .footer-top__image {
    margin-top: -90px
}

@media (max-width: 1199px) {
    .footer .footer-top__image {
        margin-top: 30px
    }
}

.footer .footer-top__image img {
    display: block
}

@media (max-width: 1199px) {
    .footer .footer-top__image img {
        width: 242px;
        max-width: 100%;
        height: auto
    }
}

@media (max-width: 1199px) {
    .footer .footer-top__text {
        padding: 25px 0 0
    }
}

.footer .footer-top__text__title h2 {
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 5px
}

@media (max-width: 1199px) {
    .footer .footer-top__text__title h2 {
        font-size: 43px;
        text-align: center
    }
}

.footer .footer-top__text form {
    max-width: 540px;
    margin: 0 auto;
    text-align: center
}

.footer .footer-top__text form .inputs-wrapper {
    margin-top: 38px
}

.footer .footer-top__text form .form-title {
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.footer .footer-top__text form .email {
    width: 350px
}

@media (max-width: 1199px) {
    .footer .footer-top__text form .email {
        margin-bottom: 20px
    }
}

.footer .footer-top__text form input[type=submit] {
    font-size: 20px;
    padding: 14px 18px
}

.footer .footer-top .footer-subscribe {
    width: 60%;
    padding-right: 75px
}

@media (max-width: 991px) {
    .footer .footer-top .footer-subscribe {
        width: 100%;
        padding-right: 0
    }
}

.footer .footer-top .footer-subscribe .title {
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
    color: #ffffff;
    padding-right: 25%;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .footer .footer-top .footer-subscribe .title {
        font-size: 18px;
        line-height: 28px;
        padding-right: 0
    }
}

.footer .footer-top .footer-subscribe .wpcf7-response-output {
    border-color: white;
    margin: 0;
    position: absolute;
    bottom: 0
}

@media (max-width: 991px) {
    .footer .footer-top .footer-subscribe .wpcf7-response-output {
        bottom: 10px
    }
}

.footer .footer-top .footer-subscribe .wpcf7-form {
    position: relative;
    padding-bottom: 50px
}

@media (max-width: 991px) {
    .footer .footer-top .footer-subscribe .wpcf7-form {
        padding-bottom: 70px
    }
}

.footer .footer-top .footer-subscribe .wpcf7-form.sent {
    position: relative;
    overflow: hidden
}

.footer .footer-top .footer-subscribe .wpcf7-form.sent .wpcf7-response-output {
    display: none !important
}

.footer .footer-top .footer-subscribe .wpcf7-form.sent .signup-form--inner {
    opacity: 0
}

.footer .footer-top .footer-subscribe .wpcf7-form.sent .signup-form--success {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: white;
    text-align: left
}

@media (max-width: 991px) {
    .footer .footer-top .footer-subscribe .wpcf7-form.sent .signup-form--success {
        font-size: 16px;
        line-height: 21px
    }
}

.footer .footer-top .footer-subscribe .wpcf7-form.sent .signup-form--success br {
    display: none
}

.footer .footer-top .footer-subscribe .signup-form--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.footer .footer-top .footer-subscribe .signup-form--text {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-color: #ffffff;
    border-radius: 0;
    padding: 12px 12px 12px 0
}

.footer .footer-top .footer-subscribe .signup-form--text::-webkit-input-placeholder {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff
}

.footer .footer-top .footer-subscribe .signup-form--text::-moz-placeholder {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff
}

.footer .footer-top .footer-subscribe .signup-form--text::-ms-input-placeholder {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff
}

.footer .footer-top .footer-subscribe .signup-form--text::placeholder {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff
}

.footer .footer-top .footer-subscribe .signup-form--success {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    margin: 0
}

.footer .footer-top .footer-subscribe .signup-form--success strong {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff
}

.footer .footer-top .footer-subscribe .signup--input {
    width: 70%
}

@media (max-width: 767px) {
    .footer .footer-top .footer-subscribe .signup--input {
        width: 60%
    }
}

.footer .footer-top .footer-subscribe .signup--input .email {
    position: relative
}

.footer .footer-top .footer-subscribe .signup--input .email .wpcf7-not-valid-tip {
    position: absolute
}

.footer .footer-top .footer-subscribe .signup--submit {
    position: relative;
    width: 30%
}

@media (max-width: 767px) {
    .footer .footer-top .footer-subscribe .signup--submit {
        width: 40%
    }
}

.footer .footer-top .footer-subscribe .signup--submit .button {
    background-color: #F47646;
    text-transform: uppercase;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 15px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 10px;
    width: calc(100% - 30px)
}

@media (max-width: 1199px) and (min-width: 768px) {
    .footer .footer-top .footer-subscribe .signup--submit .button {
        padding: 15px
    }
}

@media (max-width: 991px) {
    .footer .footer-top .footer-subscribe .signup--submit .button {
        margin: 5px 0 5px 5px
    }
}

@media (max-width: 767px) {
    .footer .footer-top .footer-subscribe .signup--submit .button {
        padding: 15px;
        width: 100%
    }
}

.footer .footer-top .footer-subscribe .signup--submit .button:hover {
    background-color: #DB5D2D
}

.footer .footer-top .footer-subscribe .signup--submit .ajax-loader {
    background-image: none
}

.footer .footer-top .footer-subscribe .signup--submit .ajax-loader:before {
    content: '';
    color: #ffffff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: -13px;
    right: 10px;
    -webkit-animation: loader-spin 1.3s infinite linear;
    animation: loader-spin 1.3s infinite linear;
    -webkit-transform: translateZ(0) scale(0.15);
    transform: translateZ(0) scale(0.15)
}

@media (max-width: 767px) {
    .footer .footer-top .footer-subscribe .signup--submit .ajax-loader:before {
        right: -4px
    }
}

.footer .footer-top .footer-contact {
    width: 20%
}

@media (max-width: 991px) {
    .footer .footer-top .footer-contact {
        width: 50%
    }
}

.footer .footer-top .footer-contact .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 30%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .footer .footer-top .footer-contact .social-icon {
        font-size: 14px;
        line-height: 19px
    }
}

.footer .footer-top .footer-contact .social-icon img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 15px;
    width: 20px;
    height: 20px
}

.footer .footer-top .menu-container {
    width: 20%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991px) {
    .footer .footer-top .menu-container {
        width: 50%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer .footer-top .menu-container .menu-item {
    margin-bottom: 5px;
    margin-right: 50px
}

@media (max-width: 991px) {
    .footer .footer-top .menu-container .menu-item {
        text-align: left;
        padding-left: 30px;
        margin: 0 0 5px 0
    }
}

.footer .footer-top .menu-container .menu-item a {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff
}

@media (max-width: 767px) {
    .footer .footer-top .menu-container .menu-item a {
        font-size: 13px;
        line-height: 17px
    }
}

.footer .footer-top .menu-container .menu-item a:hover {
    color: #ffffff;
    text-decoration: underline
}

.footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer .footer-content .copyright {
        margin: 18px 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.footer .footer-content .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

@media (max-width: 767px) {
    .footer .footer-content .socials {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.footer .footer-content .socials__item {
    margin: 0 8px
}

.footer .footer-content .socials__item a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px
}

.footer .footer-content .socials__item a.facebook_page_url {
    background: url("../img/fb-ico.svg")
}

.footer .footer-content .socials__item a.instagram_page_url {
    background: url("../img/inst-ico.svg")
}

.footer .footer-content .socials__item a.tik_tok_page_url {
    background: url("../img/tik-tok-ico.svg")
}

.footer .footer-content .socials a {
    margin-left: 10px
}

.footer .footer-content .socials img {
    height: 32px;
    width: 32px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 767px) {
    .footer .footer-content .socials img { /* height:42px;width:42px */
    }
}

.footer .menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1199px) {
    .footer .menu-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer .menu-container ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .footer .menu-container .menu-footer-menu-container {
        width: 100%
    }
}

.footer .menu-container .menu-footer-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
}

@media (max-width: 767px) {
    .footer .menu-container .menu-footer-menu-container ul {
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer .menu-container .menu-footer-menu-container ul li {
    padding: 0
}

@media (max-width: 767px) {
    .footer .menu-container .menu-footer-menu-container ul li {
        text-align: center;
        width: 100%;
        margin: 5px 0
    }
}

.footer .menu-container .menu-footer-menu-container a:hover {
    color: #1d62d7
}

@media (max-width: 767px) {
    .footer .menu-container .menu-footer-terms-menu-container {
        width: 100%;
        text-align: center
    }
}

.footer .menu-container .menu-footer-terms-menu-container ul {
    margin: 0 15px 0 15px
}

@media (max-width: 767px) {
    .footer .menu-container .menu-footer-terms-menu-container ul {
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer .menu-container .menu-footer-terms-menu-container ul li {
    padding: 10px 15px;
    position: relative
}

.footer .menu-container .menu-footer-terms-menu-container a {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff
}

.footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    padding: 27px 30px
}

@media (max-width: 991px) {
    .footer .footer-bottom {
        padding: 27px 15px;
        max-width: 100%;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer .footer-bottom .logo-img {
    max-height: 30px
}

.footer .footer-bottom .copyright {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #0D0D0D
}

@media (max-width: 991px) {
    .footer .footer-bottom .copyright {
        margin: 10px 0
    }
}

.footer--cart {
    background-color: white;
    max-height: 62px;
    padding: 12px 0
}

.footer--cart:after {
    content: none
}

.footer--cart .container {
    max-width: 1400px;
    position: relative;
    z-index: 30
}

.footer--cart .logo-img {
    max-height: 37px;
    max-width: 200px
}

@media (max-width: 1199px) {
    .footer--cart .logo-img {
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.footer--cart .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

@media (max-width: 1199px) {
    .footer--cart .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer--cart .copyright {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #434E60;
    padding-left: 40px
}

@media (max-width: 1199px) {
    .footer--cart .copyright {
        margin-bottom: 30px;
        text-align: center;
        padding-left: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.footer--cart .menu-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 1199px) {
    .footer--cart .menu-container {
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.footer--cart .menu-container .menu-footer-cart-menu-container {
    width: 100%
}

.footer--cart .menu-container .menu-footer-cart-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0
}

.footer--cart .menu-container .menu-footer-cart-menu-container ul a {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #434E60;
    padding-left: 40px
}

@media (max-width: 1199px) {
    .footer--cart .menu-container .menu-footer-cart-menu-container ul a {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center
    }
}

.subtitle {
    background-image: -webkit-gradient(linear, left top, right top, from(#1d3d70), to(#3575b3));
    background-image: linear-gradient(to right, #1d3d70 0%, #3575b3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1D3D70', endColorstr='#FF3575B3', GradientType=1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 135px 30px 135px 30px;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 20;
    text-align: center;
    overflow: hidden
}

@media (max-width: 991px) {
    .subtitle {
        padding: 25px 15px 15px 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .subtitle {
        padding: 85px 15px 15px 15px
    }
}

.subtitle:before {
    content: '';
    display: inline-block;
    width: 500px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='511.146' height='97'%3E%3Cg data-name='Group 708' opacity='.24' fill='%23fff'%3E%3Cpath data-name='Path 151' d='M321.285 41.287a10.375 10.375 0 01-.977-20.7c8.3-.8 14.4-4.444 21.453-8.668C351.094 6.33 361.673 0 377.991 0a10.374 10.374 0 110 20.749c-10.583 0-17.529 4.158-25.573 8.972S335.249 40 322.285 41.238c-.336.032-.671.049-1 .049z'/%3E%3Cpath data-name='Path 152' d='M230 29.721c8.044-4.814 14.99-8.972 25.573-8.972a10.374 10.374 0 000-20.749c-16.317 0-26.9 6.33-36.229 11.916-8.242 4.934-14.755 8.832-24.979 8.832-9.566 0-14.866-3.392-22.2-8.089C163.349 7.019 152.379 0 133.156 0a10.374 10.374 0 000 20.749c13.154 0 19.95 4.35 27.82 9.388 8.32 5.325 17.752 11.361 33.388 11.361 15.959 0 26.412-6.257 35.635-11.776z'/%3E%3Cpath data-name='Path 153' d='M288.617 29.567a10.374 10.374 0 10-10.374-10.374 10.374 10.374 0 0010.374 10.374z'/%3E%3Cpath data-name='Path 154' d='M500.772 55.503c-16.317 0-26.9 6.33-36.229 11.917-8.242 4.933-14.755 8.832-24.979 8.832-9.566 0-14.866-3.392-22.2-8.089-8.812-5.641-19.78-12.66-39-12.66-16.317 0-26.9 6.33-36.229 11.917-8.242 4.933-14.755 8.832-24.979 8.832-9.566 0-14.866-3.392-22.2-8.089-8.812-5.641-19.78-12.66-39-12.66-.123 0-.243.014-.365.019s-.242-.019-.365-.019c-16.317 0-26.9 6.33-36.229 11.917-8.242 4.933-14.755 8.832-24.979 8.832-9.566 0-14.866-3.392-22.2-8.089-8.812-5.641-19.78-12.66-39-12.66-16.317 0-26.9 6.33-36.229 11.917-8.242 4.933-14.755 8.832-24.979 8.832-9.566 0-14.866-3.392-22.2-8.089-8.812-5.641-19.78-12.66-39-12.66a10.374 10.374 0 000 20.749c13.154 0 19.95 4.35 27.82 9.388 8.32 5.325 17.752 11.361 33.388 11.361 15.959 0 26.412-6.257 35.635-11.776 8.044-4.814 14.99-8.972 25.573-8.972 13.154 0 19.95 4.35 27.82 9.388 8.32 5.325 17.752 11.361 33.388 11.361 15.959 0 26.412-6.257 35.635-11.776 8.044-4.814 14.99-8.972 25.573-8.972.123 0 .243-.014.365-.019s.242.019.365.019c13.154 0 19.95 4.35 27.82 9.388 8.32 5.325 17.751 11.361 33.388 11.361 15.959 0 26.412-6.257 35.635-11.776 8.044-4.814 14.99-8.972 25.573-8.972 13.154 0 19.95 4.35 27.82 9.388 8.32 5.325 17.752 11.361 33.388 11.361 15.959 0 26.412-6.257 35.635-11.776 8.044-4.814 14.99-8.972 25.573-8.972a10.374 10.374 0 000-20.749z'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    z-index: 30;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 110px;
    left: -200px
}

@media (max-width: 991px) {
    .subtitle:before {
        width: 230px;
        height: 45px;
        left: -75px;
        top: 25px
    }
}

.subtitle .title-l1 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    font-size: 39px;
    line-height: 52px;
    color: #ffffff;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .subtitle .title-l1 {
        font-size: 24px;
        line-height: 30px
    }
}

.subtitle .title-l2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    margin: 0
}

@media (max-width: 991px) {
    .subtitle .title-l2 {
        font-size: 16px;
        line-height: 21px
    }
}

.subtitle-placeholder {
    min-height: 60px
}

@media (max-width: 991px) {
    .subtitle-placeholder {
        min-height: initial
    }
}

* + ul, * + ol, * + dl, * + p, * + blockquote {
    margin: 0 0 15px
}

h1, h2, h3, h4, h5, h6 {
    color: #193D71;
    font-weight: 700
}

.sub-heading {
    color: #636363
}

h1 {
    font-size: 56px;
    line-height: 76px
}

@media (max-width: 1199px) {
    h1 {
        font-size: 48px;
        line-height: 60px
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 42px;
        line-height: 54px
    }
}

h1 + .sub-heading {
    font-size: 30px;
    line-height: 40px
}

@media (max-width: 1199px) {
    h1 + .sub-heading {
        font-size: 26px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    h1 + .sub-heading {
        font-size: 24px;
        line-height: 32px
    }
}

h2 {
    font-size: 50px;
    line-height: 74px
}

@media (max-width: 1199px) {
    h2 {
        font-size: 44px;
        line-height: 57px
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 38px;
        line-height: 41px
    }
}

h2 + .sub-heading {
    font-size: 26px;
    line-height: 38px;
    margin-top: -12px
}

@media (max-width: 1199px) {
    h2 + .sub-heading {
        font-size: 24px;
        line-height: 32px;
        margin-top: -2px
    }
}

@media (max-width: 767px) {
    h2 + .sub-heading {
        font-size: 20px;
        line-height: 29px;
        margin-top: 5px
    }
}

h3 {
    font-size: 43px;
    line-height: 64px
}

@media (max-width: 1199px) {
    h3 {
        font-size: 41px;
        line-height: 54px
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 34px;
        line-height: 38px
    }
}

h3 + .sub-heading {
    font-size: 24px;
    line-height: 36px;
    margin-top: -4px
}

@media (max-width: 1199px) {
    h3 + .sub-heading {
        font-size: 22px;
        line-height: 30px
    }
}

@media (max-width: 767px) {
    h3 + .sub-heading {
        font-size: 18px;
        line-height: 26px;
        margin-top: 6px
    }
}

h4 {
    font-size: 27px;
    line-height: 40px
}

p {
    font-size: 17px;
    color: #434E60
}

@media (max-width: 1199px) {
    p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    p {
        font-size: 12px
    }
}

ul, ol, dl {
    margin: 0 0 27px 54px
}

ul li, ol li, dl li {
    color: #434E60
}

@media (max-width: 767px) {
    ul, ol, dl {
        margin: 0 0 25px 20px
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./../images/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.wpcf7-form-control-wrap {
    display: block
}

.wpcf7-form.sent .form-title {
    display: none
}

.wpcf7-form.sent > p {
    display: none
}

.wpcf7-form .wpcf7-mail-sent-ok {
    border: 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px
}

@media (min-width: 768px) and (max-width: 991px) {
    .wpcf7-form .wpcf7-mail-sent-ok {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .wpcf7-form .wpcf7-mail-sent-ok {
        font-size: 20px
    }
}

.standard-widget .wpcf7 {
    max-width: 870px;
    margin: 0 auto
}

.standard-widget .wpcf7 .ajax-loader {
    position: absolute;
    top: calc(50% - 8px);
    left: 100px;
    right: 0;
    margin: auto;
    z-index: 9
}

.wpcf7 form > div, .wpcf7 form > p {
    margin: 0 0 20px
}

.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    padding: 12px;
    width: 100%
}

.wpcf7 label {
    font-size: 18px;
    color: #474747
}

.wpcf7 textarea {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
    max-height: 300px
}

.wpcf7 p, .wpcf7 div {
    position: relative
}

.wpcf7 p:last-child, .wpcf7 div:last-child {
    margin-bottom: 0
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], select, textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 59px;
    height: 59px;
    padding: 0 17px;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

input[type=submit] {
    border: 0 solid #FF6700;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 17px 15px;
    text-transform: uppercase;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    background-color: #FF6700;
    color: #fff
}

input[type=submit]:hover {
    background-color: #FF6700;
    opacity: 0.8;
    color: #fff;
    border-radius: 0px
}

form .form-title {
    font-size: 24px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px
}

@media (min-width: 768px) and (max-width: 991px) {
    form .form-title {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    form .form-title {
        font-size: 20px
    }
}

form .inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media (max-width: 1199px) {
    form .inputs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

form.wpcf7-form .ajax-loader {
    position: absolute;
    right: 0;
    top: calc(50% - 5px)
}

form .signup-form--success {
    display: none;
    text-align: center;
    font-size: 39px;
    line-height: 1.2
}

form.sent > * {
    display: none
}

form.sent .signup-form--success {
    display: block !important;
    margin: 0 -100px
}

form.sent .signup-form--success span {
    font-size: 24px;
    font-weight: 400
}

form.sent .wpcf7-mail-sent-ok {
    display: none !important
}

.cta-wrapper {
    margin: 80px 0
}

@media (max-width: 991px) {
    .cta-wrapper {
        margin: 60px 0
    }
}

.orange-cta-block {
    background-repeat: repeat-x;
    background-image: linear-gradient(-45deg, #e5354d, #fc5206);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    padding: 65px 195px 75px 195px
}

@media (max-width: 991px) {
    .orange-cta-block {
        padding: 135px 10px 25px 10px !important
    }
}

.orange-cta-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 190px;
    height: 170px;
    right: 40px;
    top: 30px;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: 30% 70%;
    background-size: 190px 170px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='173.721'%3E%3Cg data-name='Group 691' opacity='.1'%3E%3Cpath data-name='Rectangle 288' d='M44.798 22.366h11.184v11.247H44.798z'/%3E%3Cpath data-name='Rectangle 289' d='M22.431 22.366h11.184v11.247H22.431z'/%3E%3Cpath data-name='Rectangle 290' d='M33.615 0h11.184v11.247H33.615z'/%3E%3Cpath data-name='Path 446' d='M190 50.327h-12.773V35.936c0-10.493-7.874-19.03-17.552-19.03a16.482 16.482 0 00-9.532 3.063 16.447 16.447 0 00-9.555-3.063c-9.687 0-17.568 8.537-17.568 19.03v14.391H0v33.56h11.184v89.834H178.94V83.887H190zM159.676 28.09c3.452 0 6.368 3.593 6.368 7.846v14.39h-12.737V35.937c0-4.254 2.916-7.847 6.369-7.847zm-25.47 7.846c0-4.253 2.924-7.846 6.384-7.846a5.32 5.32 0 012.783.81 20.332 20.332 0 00-1.249 7.036v14.39h-7.918zM11.184 61.515h167.632v11.193H11.184zm156.573 101.022h-11.184V133.58h-11.184v28.957h-11.184V133.58h-11.183v28.957H22.368v-78.65h145.389z'/%3E%3C/g%3E%3C/svg%3E")
}

@media (max-width: 991px) {
    .orange-cta-block:before {
        background-size: 125px 115px;
        width: 130px;
        height: 130px;
        right: 10px;
        top: 10px
    }
}

.orange-cta-block:after {
    content: '';
    display: block;
    position: absolute;
    width: 150px;
    height: 90px;
    right: -85px;
    top: -50px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='154.933' height='90.594'%3E%3Cg data-name='Group 1194' fill='%23e5f2ff' stroke='rgba(0,0,0,0)'%3E%3Cpath data-name='Path 156' d='M115.552 24.43a6.013 6.013 0 01-.566-12c4.813-.462 8.346-2.576 12.435-5.024 5.409-3.238 11.541-6.907 21-6.907a6.013 6.013 0 010 12.026c-6.134 0-10.16 2.41-14.822 5.2s-9.954 5.957-17.467 6.675a5.986 5.986 0 01-.58.028z'/%3E%3Cpath data-name='Path 157' d='M62.644 17.726c4.663-2.79 8.688-5.2 14.822-5.2a6.013 6.013 0 000-12.026c-9.458 0-15.589 3.669-21 6.907-4.777 2.859-8.552 5.119-14.478 5.119-5.544 0-8.617-1.966-12.869-4.688C24.013 4.568 17.656.5 6.513.5a6.013 6.013 0 100 12.026c7.624 0 11.563 2.522 16.125 5.441 4.822 3.086 10.289 6.585 19.352 6.585 9.25 0 15.309-3.626 20.654-6.826z'/%3E%3Cpath data-name='Path 158' d='M133.6 49.896c4.662-2.79 8.688-5.2 14.822-5.2a6.013 6.013 0 100-12.026c-9.458 0-15.589 3.669-21 6.907-4.777 2.859-8.552 5.119-14.478 5.119-5.544 0-8.617-1.966-12.869-4.688-5.107-3.27-11.465-7.338-22.607-7.338-9.458 0-15.589 3.669-21 6.907-4.777 2.859-8.552 5.119-14.478 5.119-5.544 0-8.617-1.966-12.869-4.688-5.108-3.27-11.465-7.338-22.608-7.338a6.013 6.013 0 100 12.026c7.624 0 11.563 2.522 16.125 5.441 4.822 3.086 10.289 6.585 19.352 6.585 9.25 0 15.309-3.626 20.654-6.826 4.663-2.79 8.688-5.2 14.822-5.2 7.624 0 11.563 2.522 16.125 5.441 4.822 3.086 10.289 6.585 19.352 6.585 9.25 0 15.308-3.626 20.654-6.826z'/%3E%3Cpath data-name='Path 162' d='M133.598 83.268c4.662-2.79 8.688-5.2 14.822-5.2a6.013 6.013 0 100-12.026c-9.458 0-15.589 3.669-21 6.907-4.777 2.859-8.552 5.119-14.478 5.119-5.528 0-8.554-1.96-12.744-4.672-5.063-3.277-11.362-7.354-22.522-7.354a6.013 6.013 0 000 12.026c7.608 0 11.491 2.513 15.986 5.423 4.781 3.1 10.2 6.6 19.279 6.6 9.25 0 15.309-3.626 20.654-6.826z'/%3E%3Cpath data-name='Path 163' d='M43.617 84.742a6.013 6.013 0 00-4.91-6.943c-3.655-.626-6.272-2.3-9.587-4.423-5.107-3.266-11.464-7.334-22.607-7.334a6.013 6.013 0 000 12.026c7.624 0 11.563 2.522 16.125 5.441 3.742 2.394 7.983 5.11 14.038 6.147a6.079 6.079 0 001.023.088 6.014 6.014 0 005.919-5z'/%3E%3Cpath data-name='Path 164' d='M96.619 17.637a6.013 6.013 0 10-6.013-6.013 6.012 6.012 0 006.013 6.013z'/%3E%3Cpath data-name='Path 165' d='M57.534 85.283a6.013 6.013 0 10-6.013-6.013 6.013 6.013 0 006.013 6.013z'/%3E%3C/g%3E%3C/svg%3E")
}

.orange-cta-block .image {
    width: 130px;
    height: 130px;
    position: absolute;
    top: -20px;
    left: 30px
}

.orange-cta-block .image img {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.orange-cta-block .title-wrap {
    position: relative;
    z-index: 15
}

.orange-cta-block .title-wrap h4 {
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px
}

.orange-cta-block .cta-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.orange-cta-block .cta-links a {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px 45px 15px 20px;
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 30px;
    margin: 15px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    width: 265px;
}

.orange-cta-block .cta-links a:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 22px;
    top: calc(50% - 5px);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.352' height='10.704'%3E%3Cpath data-name='Path 517' d='M1.414 9.289l3.938-3.938-3.938-3.937' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' opacity='.5'/%3E%3C/svg%3E")
}

.orange-cta-block .cta-links a:hover {
    background-repeat: repeat-x;
    background-image: linear-gradient(45deg, #e5354d, #fc5206)
}

.orange-cta-block .cta-links a:hover:after {
    -webkit-transform: translateX(6px);
    transform: translateX(6px)
}

.fancybox-button {
    background-color: rgba(244, 118, 70, 0.7)
}

.cookies-disclaimer {
    position: fixed;
    z-index: 200;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1D3D70;
    padding: 20px 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    width: 100%;
    max-width: 100%
}

@media (max-width: 1199px) {
    .cookies-disclaimer {
        padding: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cookies-disclaimer.hide {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

.cookies-disclaimer__text {
    color: white;
    font-size: 16px;
    line-height: 22px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding-right: 10px
}

@media (max-width: 1199px) {
    .cookies-disclaimer__text {
        text-align: center;
        padding-right: 0
    }
}

.cookies-disclaimer__text a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #F47646
}

.cookies-disclaimer .btn {
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width: 1199px) {
    .cookies-disclaimer .btn {
        margin: 15px 15px 0 15px
    }
}

.styleguide .content {
    width: 80%;
    margin: auto
}

.styleguide .content table {
    width: 100%
}

.styleguide .content table td {
    border: 0
}

.styleguide .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #1D3D70;
    padding-bottom: 70px;
    padding-top: 105px
}

.styleguide .left-block {
    width: 33%
}

.styleguide .right-block {
    width: 67%
}

.styleguide .title {
    color: #1063AB;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700
}

.styleguide .sub-title {
    color: #2E8CCC;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500
}

.styleguide .color-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.styleguide .color-blocks .color-block {
    margin: 30px;
    height: 254px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 60px);
    flex: 0 0 calc(33% - 60px);
    border: 1px solid #C8C7D6;
    border-radius: 8px
}

.styleguide .color-blocks .color-block .color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    overflow: hidden
}

.styleguide .color-blocks .color-block .color .block {
    height: 150px
}

.styleguide .color-blocks .color-block .color .block:first-child {
    width: 78%
}

.styleguide .color-blocks .color-block .color .block:first-child:last-child {
    width: 100%
}

.styleguide .color-blocks .color-block .color .block:last-child {
    width: 22%
}

.styleguide .color-blocks .color-block .color-hex {
    font-size: 18px;
    color: #B1B0C8;
    margin-top: 15px;
    padding: 0 20px
}

.styleguide .color-blocks .color-block .color-hex b {
    margin-right: 35px
}

.styleguide .font-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #1D3D70
}

.styleguide .font-type.numbers .right {
    font-size: 65px;
    font-weight: 700
}

.styleguide .font-type .left {
    width: 25%
}

.styleguide .font-type .right {
    width: 75%
}

.styleguide .letters-example {
    letter-spacing: 7px
}

.blog .blog-inner, .single-post .blog-inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 13px;
    padding-right: 13px
}

.blog .pagination-container, .single-post .pagination-container {
    padding: 40px 0 70px 0
}

.blog .pagination-container .navigation ul, .single-post .pagination-container .navigation ul {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none
}

.blog .pagination-container .navigation ul li, .single-post .pagination-container .navigation ul li {
    width: 40px;
    height: 40px;
    background-color: #E5F2FF;
    border: 1px solid #E5F2FF;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    -webkit-transition: background-color 300ms ease-in;
    transition: background-color 300ms ease-in
}

.blog .pagination-container .navigation ul li:hover, .single-post .pagination-container .navigation ul li:hover {
    background-color: #1D3D70;
    color: #ffffff
}

.blog .pagination-container .navigation ul li:hover a, .single-post .pagination-container .navigation ul li:hover a {
    color: #ffffff
}

.blog .pagination-container .navigation ul li:hover.prev, .blog .pagination-container .navigation ul li:hover.next, .single-post .pagination-container .navigation ul li:hover.prev, .single-post .pagination-container .navigation ul li:hover.next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.025' height='10.049'%3E%3Cpath data-name='Path 535' d='M4.61 8.635L1 5.025l3.61-3.61' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")
}

.blog .pagination-container .navigation ul li a, .single-post .pagination-container .navigation ul li a {
    margin: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 5px;
    color: #434E60;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700
}

.blog .pagination-container .navigation ul li.active, .single-post .pagination-container .navigation ul li.active {
    background-color: #1D3D70
}

.blog .pagination-container .navigation ul li.active a, .single-post .pagination-container .navigation ul li.active a {
    color: #ffffff
}

.blog .pagination-container .navigation ul li.prev, .blog .pagination-container .navigation ul li.next, .single-post .pagination-container .navigation ul li.prev, .single-post .pagination-container .navigation ul li.next {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.025' height='10.049'%3E%3Cpath data-name='Path 535' d='M4.61 8.635L1 5.025l3.61-3.61' fill='none' stroke='%23434e60' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E")
}

.blog .pagination-container .navigation ul li.prev a, .blog .pagination-container .navigation ul li.next a, .single-post .pagination-container .navigation ul li.prev a, .single-post .pagination-container .navigation ul li.next a {
    text-indent: -1000%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px
}

.blog .pagination-container .navigation ul li.next, .single-post .pagination-container .navigation ul li.next {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.blog .breadcrumbs, .single-post .breadcrumbs {
    display: none;
    color: #1D3D70
}

@media (max-width: 991px) {
    .blog .breadcrumbs, .single-post .breadcrumbs {
        display: block;
        padding: 75px 0 0;
        background: #f7f7f7;
        font-size: 16px;
        font-weight: 400
    }
}

.blog .breadcrumbs a, .single-post .breadcrumbs a {
    color: #1D3D70;
    text-decoration: underline
}

.blog .breadcrumbs .current-item, .single-post .breadcrumbs .current-item {
    color: #030503
}

.blog .breadcrumbs .container span, .single-post .breadcrumbs .container span {
    margin: 0 3px
}

.blog .breadcrumbs .container span:first-of-type, .single-post .breadcrumbs .container span:first-of-type {
    margin-left: 0
}

.blog .site-header, .single-post .site-header {
    background: #ffffff;
    padding: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

@media (max-width: 991px) {
    .blog .site-header, .single-post .site-header {
        background: #f7f7f7;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.blog .site-header .site-logo, .single-post .site-header .site-logo {
    padding: 21px 35px 20px 0
}

@media (max-width: 991px) {
    .blog .site-header .site-logo, .single-post .site-header .site-logo {
        padding: 5px 35px 5px 0;
        width: 144px
    }
}

@media (max-width: 991px) {
    .blog .site-header.sticky, .single-post .site-header.sticky {
        background: #ffffff;
        padding: 0;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
    }
}

.blog .site-header.sticky .site-logo, .single-post .site-header.sticky .site-logo {
    padding: 5px 35px 5px 0
}

@media (max-width: 991px) {
    .blog .site-header.sticky .site-logo, .single-post .site-header.sticky .site-logo {
        padding: 1px 35px 1px 0
    }
}

.blog .site-header .menu > li > a, .single-post .site-header .menu > li > a {
    color: #1D3D70;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out
}

.blog .site-header .menu > li > a:hover, .single-post .site-header .menu > li > a:hover {
    color: #1D3D70
}

.blog .site-header .menu > li.current-menu-item > a, .single-post .site-header .menu > li.current-menu-item > a {
    color: #1D3D70
}

.blog .headline, .single-post .headline {
    padding: 170px 15px 0 15px;
    text-align: center
}

@media (max-width: 991px) {
    .blog .headline, .single-post .headline {
        padding: 25px 15px 15px 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog .headline, .single-post .headline {
        padding: 85px 15px 15px 15px
    }
}

.blog .headline .h1, .single-post .headline .h1 {
    font-size: 39px;
    line-height: 52px;
    text-transform: uppercase;
    color: #193D71;
    font-weight: 800
}

@media (max-width: 991px) {
    .blog .headline .h1, .single-post .headline .h1 {
        font-size: 24px;
        line-height: 30px
    }
}

.blog .headline .h2, .single-post .headline .h2 {
    font-size: 24px;
    line-height: 32px;
    color: #434E60;
    font-weight: 400
}

@media (max-width: 991px) {
    .blog .headline .h2, .single-post .headline .h2 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 40px
    }
}

.blog .category-filter, .single-post .category-filter {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin: 53px 0 45px 0;
    padding: 0 15px
}

@media (max-width: 991px) {
    .blog .category-filter, .single-post .category-filter {
        margin: 0 0 45px 0
    }
}

.blog .category-filter li, .single-post .category-filter li {
    padding-right: 20px;
    position: relative
}

.blog .category-filter li.current-cat:before, .single-post .category-filter li.current-cat:before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 5px;
    background: #F47646;
    bottom: 1px;
    border-radius: 3px;
    position: absolute;
    left: 0
}

.blog .category-filter li a, .single-post .category-filter li a {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    color: #1D3D70
}

.archive .blog-inner > .blog-post-list:first-child {
    padding-top: 170px
}

.blog .blog-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 90px
}

@media (max-width: 991px) {
    .blog .blog-inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 991px) {
    .single-post .breadcrumbs {
        background: #ffffff
    }
}

@media (max-width: 991px) {
    .single-post .site-header {
        background: #ffffff
    }
}

.listing-list {
    margin: 0 -17px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .listing-list {
        padding: 0
    }
}

.listing-list .post, .listing-list .page {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.listing-list .post:first-child, .listing-list .page:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 66.66%;
    flex: 1 0 66.66%;
    width: 66.66%;
    max-width: 66.66%
}

@media (max-width: 1199px) and (min-width: 768px) {
    .listing-list .post:first-child, .listing-list .page:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .listing-list .post:first-child, .listing-list .page:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .listing-list .post, .listing-list .page {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        width: 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .listing-list .post, .listing-list .page {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding: 0
    }
}

.listing-list .navigation ul {
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.listing-list .navigation ul li.prev a, .listing-list .navigation ul li.next a {
    width: auto;
    padding: 0 15px
}

@media (max-width: 767px) {
    .listing-list .navigation ul li.prev a, .listing-list .navigation ul li.next a {
        padding: 0 10px
    }
}

.listing-list .navigation ul li + li {
    margin-left: 10px
}

@media (max-width: 767px) {
    .listing-list .navigation ul li + li {
        margin-left: 5px
    }
}

.listing-list .navigation ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 30px;
    padding: 0;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .listing-list .navigation ul li a {
        font-size: 14px;
        width: 35px;
        height: 35px
    }
}

.listing-list .blog-item {
    width: 100% !important
}

.listing-list .blog-item .blog-link {
    width: 100%
}

.content-single .page-title {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center
}

@media (max-width: 1199px) and (min-width: 768px) {
    .content-single .page-title {
        font-size: 34px
    }
}

@media (max-width: 767px) {
    .content-single .page-title {
        font-size: 25px
    }
}

.content-single .detail-container {
    text-align: right;
    font-size: 18px;
    padding: 20px 0 0 0
}

.content-single h2 {
    font-size: 34px;
    margin-bottom: 13px;
    margin-top: 40px;
    line-height: 1.3
}

@media (max-width: 1199px) and (min-width: 768px) {
    .content-single h2 {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .content-single h2 {
        font-size: 22px
    }
}

.content-single h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 13px;
    margin-top: 30px
}

@media (max-width: 1199px) and (min-width: 768px) {
    .content-single h3 {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .content-single h3 {
        font-size: 18px
    }
}

.content-single .article-item .aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.content-single .article-item p, .content-single .article-item a, .content-single .article-item span, .content-single .article-item h1, .content-single .article-item h2, .content-single .article-item h3, .content-single .article-item h4, .content-single .article-item h5, .content-single .article-item h6, .content-single .article-item b, .content-single .article-item strong {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    line-height: 28px
}

.content-single .article-item h1, .content-single .article-item h2, .content-single .article-item h3, .content-single .article-item h4, .content-single .article-item h5, .content-single .article-item h6 {
    font-size: 26px;
    line-height: 36px
}

.content-single .article-item h1, .content-single .article-item h2, .content-single .article-item h3, .content-single .article-item h4, .content-single .article-item h5, .content-single .article-item h6, .content-single .article-item b, .content-single .article-item strong {
    font-weight: 700;
    color: #1D3D70;
    margin-bottom: 15px;
}

.content-single .article-item p, .content-single .article-item span {
    color: #434E60;
    font-weight: 400
}

.content-single .article-item ul li {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px
}

.content-single .article-item figure {
    margin: 12px 0
}

.content-single .article-item figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.content-single .article-item figure figcaption {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #434E60;
    text-align: center
}

.content-single .woocommerce .woocommerce-order bdi {
    font-weight: 800
}

.content-single .woocommerce .woocommerce-order bdi span {
    font-weight: 800
}

.page-template-default .cta-custom-box {
    margin: 30px 0
}

.page-template-default .cta-custom-box > span, .page-template-default .cta-custom-box > strong > span {
    max-width: 750px
}

.blog-widget .page-title {
    margin: 0 auto 15px;
    text-align: center;
    width: 100%
}

.blog-widget .sub-heading {
    margin: 15px auto 40px;
    width: 100%;
    text-align: center
}

.blog-widget .wp-caption.aligncenter {
    margin: 0 auto;
    text-align: center
}

.blog-widget .wp-caption .wp-caption-text {
    color: #434E60;
    margin-bottom: 25px;
    font-size: 15px
}

.blog-widget .twitter-tweet {
    margin: 10px auto
}

.cta-custom-box > span, .cta-custom-box > strong > span {
    display: inline-block;
    max-width: 390px;
    min-width: 35%;
    text-align: left
}

.cta-custom-box > span .default-content-link, .cta-custom-box > strong > span .default-content-link {
    padding: 0;
    display: inline
}

.cta-custom-box > span .open-newsletter-popup, .cta-custom-box > strong > span .open-newsletter-popup {
    display: inline;
    padding: 0
}

.cta-custom-box [style*=background-color] > * {
    padding: 25px;
    display: block;
    max-width: 320px;
}

.cta-custom-box a:not(:hover) > * {
    opacity: .7
}

.cta-custom-box-link {
    display: inline-block;
    max-width: none;
    min-width: 35%;
    width: calc(100% - 50px);
    text-align: center;
    padding: 25px;
    border-radius: 7px;
    font-weight: 700
}

@media screen and (min-width: 1200px) {
    .cta-custom-box-link:not(:hover) > * {
        opacity: .7
    }
}

.standard-widget > .container h3 {
    width: 100%;
    margin: 0
}

.standard-widget .wsp-pages-title, .standard-widget .wsp-posts-title, .standard-widget .wsp-archives-title {
    margin: 0 0 20px
}

.standard-widget .wsp-pages-list, .standard-widget .wsp-posts-list, .standard-widget .wsp-archives-list {
    margin: 0 0 1.5em 3em
}

.standard-widget .wsp-pages-list li, .standard-widget .wsp-posts-list li, .standard-widget .wsp-archives-list li {
    margin-bottom: 5px;
    padding-left: 1.5em;
    position: relative
}

.standard-widget .wsp-pages-list li > ul, .standard-widget .wsp-posts-list li > ul, .standard-widget .wsp-archives-list li > ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

.standard-widget hr {
    border-top: 1px solid #091659;
    width: 40px
}

.single-post .content_wrapper {
    background-color: #ffffff
}

.single-post .wrapp {
    overflow: unset
}

.widget-container .single-post .content_wrapper {
    background-color: #ffffff
}

.widget-container .single-post__wrap {
    max-width: 1060px
}

@media (max-width: 991px) {
    .widget-container .social-widget-sticky {
        display: none
    }
}

.widget-container .social-widget-sticky .addtoany_list.a2a_kit_size_32 a {
    margin-bottom: 6px
}

.widget-container .social-widget-sticky .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    border-radius: 50%;
    height: 42px;
    width: 42px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.widget-container .social-widget-sticky .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span svg {
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
}

@media (min-width: 992px) {
    .widget-container .social-widget-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 150px;
        z-index: 0;
        height: 185px;
        width: 50px
    }

    .widget-container .social-widget-sticky > div {
        position: absolute;
        top: 0;
        left: -60px
    }

    .widget-container .social-widget-sticky .a2a_kit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 1 !important
    }

    .widget-container .social-widget-sticky .a2a_kit a {
        margin-bottom: 10px
    }
}

@media (max-width: 1199px) {
    .widget-container .social-widget-sticky {
        left: 90px
    }
}

@media (max-width: 991px) {
    .widget-container .social-widget-sticky {
        margin-top: 20px
    }
}

.widget-container .social-widget-sticky .title {
    font-size: 20px;
    font-weight: 700
}

.widget-container .related-list {
    margin-top: 74px;
    padding: 49px 0 186px;
    background: url("../img/related-bg.jpg") no-repeat center center;
    background-size: cover
}

@media (max-width: 1199px) {
    .widget-container .related-list {
        margin-top: 24px;
        padding: 30px 0 30px
    }
}

@media (max-width: 991px) {
    .widget-container .related-list {
        background: #f7f7f7
    }
}

.widget-container .related-list .related-post__wrap {
    max-width: 1302px;
    padding: 0 17px
}

.widget-container .related-list h2.page-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    margin-bottom: 1em
}

@media (max-width: 991px) {
    .widget-container .related-list h2.page-title {
        color: #000000;
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .widget-container .related-list .listing-list {
        padding: 0
    }
}

.widget-container .blog-inner {
    padding-left: 100px
}

@media (max-width: 991px) {
    .widget-container .blog-inner {
        padding: 0 15px
    }
}

.widget-container .blog-inner .content-single {
    max-width: 690px;
    margin: 0 auto
}

.widget-container .blog-inner .page-title {
    color: #1D3D70;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .widget-container .blog-inner .page-title {
        font-size: 25px;
        color: #1D3D70;
        margin-bottom: 12px
    }
}

.widget-container .blog-inner .content-single h2 {
    color: #1D3D70;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700
}

.widget-container .blog-inner .content-single h3 {
    color: #1D3D70;
    font-size: 23px;
    margin-bottom: 13px;
    font-weight: 700
}

.widget-container .blog-inner .content-single figure {
    width: 100% !important;
    text-align: center;
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .widget-container .blog-inner .content-single figure {
        margin-bottom: 12px
    }
}

.widget-container .blog-inner .content-single img {
    height: auto;
    max-width: 100%
}

.widget-container .blog-inner .content-single .wp-caption-text {
    margin-top: 9px;
    font-weight: 400;
    font-size: 16px;
    color: #6e6e70
}

@media (max-width: 991px) {
    .widget-container .blog-inner .content-single .wp-caption-text {
        font-size: 14px;
        margin-bottom: 0
    }
}

.widget-container .blog-inner .content-single .cta-custom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 30px 0;
    border: none;
    border-radius: 5px;
    padding: 30px;
    background-color: #E5F2FF !important
}

@media (max-width: 991px) {
    .widget-container .blog-inner .content-single .cta-custom-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.widget-container .blog-inner .content-single .cta-custom-box span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700
}

@media (max-width: 1199px) {
    .widget-container .blog-inner .content-single .cta-custom-box span {
        text-align: center
    }
}

@media (max-width: 991px) {
    .widget-container .blog-inner .content-single .cta-custom-box span {
        margin-bottom: 30px
    }
}

.widget-container .blog-inner .content-single .cta-custom-box a {
    background-color: #F47646;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 25px;
    color: #ffffff;
    text-transform: uppercase
}

.widget-container .blog-inner .content-single .cta-custom-box a::before {
    background: -webkit-gradient(linear, left top, right top, from(#1D3D70), to(#008bde));
    background: linear-gradient(to right, #1D3D70 0%, #008bde 100%)
}

.widget-container .blog-inner .content-single div#ez-toc-container {
    padding: 20px;
    width: 100%
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-title-container {
    margin-bottom: 13px
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-title-container .ez-toc-title {
    color: #1D3D70;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.56px;
    line-height: 1;
    padding-right: 20px
}

@media (max-width: 991px) {
    .widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-title-container .ez-toc-title {
        font-size: 24px
    }
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
    float: right
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-title-container .ez-toc-btn {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    padding: 3px 15px 5px 15px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #cccccc
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-title-container .ez-toc-btn .ez-toc-glyphicon {
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-title-container .ez-toc-btn .ez-toc-glyphicon:empty {
    width: 1em
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-title-container .ez-toc-btn .ez-toc-glyphicon::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAACZIGYHAAAAX0lEQVR42mOI7b73n4Eo/Pj/hv//AxiwAaAhCyk2hBzw4uATu9zD3yeS7ZL/L1+JxU4E6pkI5L/870eGId8DNiy9HwUTE1366uqL//+ZqOM/qriEKmEyILGDK0woTrEAoQombE5YWrwAAAAASUVORK5CYII=)
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-title-container .ez-toc-btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background-color: #e0e0e0;
    border-color: #dbdbdb
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-title-container .ez-toc-btn:hover {
    color: #333333;
    background-image: none;
    background-color: #eeeeee;
    border-color: #adadad
}

.widget-container .blog-inner .content-single div#ez-toc-container ul {
    margin: 0;
    padding: 0;
    background: 0 0;
    list-style: none
}

.widget-container .blog-inner .content-single div#ez-toc-container ul > li::before {
    content: none
}

.widget-container .blog-inner .content-single div#ez-toc-container ul ul {
    margin: 10px 0 15px 25px
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-list {
    display: block;
    margin: 0
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-list li a {
    color: #1D3D70;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 21px;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out
}

@media (max-width: 991px) {
    .widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-list li a {
        font-size: 16px
    }
}

.widget-container .blog-inner .content-single div#ez-toc-container .ez-toc-list li a:hover {
    color: #123466;
    text-decoration: none
}

.widget-container .blog-inner .content-single iframe {
    max-width: 100%
}

.widget-container .blog-inner .content-single ul {
    list-style: none
}

.widget-container .blog-inner .content-single ul li {
    position: relative;
    margin-bottom: 7px
}

.widget-container .blog-inner .content-single ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px
}

.widget-container .blog-inner .content-single ol {
    list-style: none;
    counter-reset: li;
    margin: 0 0 27px 31px
}

.widget-container .blog-inner .content-single ol li {
    counter-increment: li;
    position: relative;
    margin-bottom: 7px
}

.widget-container .blog-inner .content-single ol li:before {
    content: counter(li) ". ";
    display: inline-block;
    margin-right: 7px
}

.widget-container .recommended-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1170px;
    position: relative;
    margin: 60px auto 0 auto
}

@media (max-width: 1199px) {
    .widget-container .recommended-single {
        padding: 0 15px
    }
}

.widget-container .recommended-single .latest-articles-title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    color: #1D3D70;
    font-weight: 700;
    margin-bottom: 30px
}

.widget-container .recommended-single .blog-item {
    margin-right: 30px
}

.widget-container .recommended-single .blog-item:last-child {
    margin-right: 0
}

@media (max-width: 991px) {
    .widget-container .recommended-single .blog-item {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .widget-container .recommended-single .blog-item {
        margin-right: 0
    }
}

.widget-container .recommended-single .blog-link {
    width: 100%
}

.widget-container .recommended-single .blog-post-list {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.widget-container.blog-widget .content-single {
    margin-top: -100px
}

@media (max-width: 991px) {
    .widget-container.blog-widget .content-single {
        margin-top: 100px
    }
}

@media (max-width: 767px) {
    .widget-container.blog-widget .content-single {
        margin-top: 50px
    }
}

.blog-post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0
}

.blog-post-list .blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(33.333% - 20px);
    background-color: #E5F2FF
}

@media (max-width: 767px) {
    .blog-post-list .blog-item {
        width: 100%
    }
}

.blog-post-list .blog-item .blog-image {
    width: 100%;
    height: 370px;
    overflow: hidden
}

@media (max-width: 991px) {
    .blog-post-list .blog-item .blog-image {
        height: 300px
    }
}

.blog-post-list .blog-item .blog-image img {
    max-height: 100%;
    height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width: 991px) {
    .blog-post-list .blog-item .blog-image img {
        height: 300px
    }
}

.blog-post-list .blog-item .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 370px)
}

@media (max-width: 767px) {
    .blog-post-list .blog-item .blog-meta {
        height: calc(100% - 300px)
    }
}

.blog-post-list .blog-item .blog-fluid {
    max-height: 100%;
    height: 370px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 991px) {
    .blog-post-list .blog-item .blog-fluid {
        height: 300px
    }
}

.blog-post-list .blog-item .blog-date {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81.407' height='15.448'%3E%3Cg data-name='Group 1272' fill='%23f47646'%3E%3Cpath data-name='Path 151' d='M31.69 6.575a1.652 1.652 0 01-.156-3.3 7.9 7.9 0 003.417-1.381 10.443 10.443 0 015.77-1.9 1.652 1.652 0 110 3.3 7.4 7.4 0 00-4.073 1.429 10.935 10.935 0 01-4.8 1.834 1.727 1.727 0 01-.159.008z'/%3E%3Cpath data-name='Path 152' d='M17.152 4.733a7.4 7.4 0 014.073-1.429 1.652 1.652 0 000-3.3 10.443 10.443 0 00-5.77 1.9A7.174 7.174 0 0111.473 3.3a5.881 5.881 0 01-3.536-1.288A10.441 10.441 0 001.728 0a1.652 1.652 0 100 3.3 7.225 7.225 0 014.431 1.5 9.043 9.043 0 005.318 1.809 10.3 10.3 0 005.675-1.876z'/%3E%3Cpath data-name='Path 153' d='M26.487 4.704a1.652 1.652 0 10-1.652-1.652 1.652 1.652 0 001.652 1.652z'/%3E%3Cpath data-name='Path 154' d='M79.754 8.84a10.443 10.443 0 00-5.77 1.9 7.174 7.174 0 01-3.978 1.407 5.881 5.881 0 01-3.536-1.288 10.147 10.147 0 00-11.982-.118 7.174 7.174 0 01-3.978 1.399 5.881 5.881 0 01-3.536-1.288 10.441 10.441 0 00-6.213-2.012h-.116a10.443 10.443 0 00-5.77 1.9 7.174 7.174 0 01-3.975 1.4 5.881 5.881 0 01-3.536-1.288 10.147 10.147 0 00-11.982-.118A7.174 7.174 0 0111.4 12.14a5.881 5.881 0 01-3.536-1.288A10.441 10.441 0 001.652 8.84a1.652 1.652 0 000 3.3 7.225 7.225 0 014.431 1.5 9.043 9.043 0 005.318 1.809 10.3 10.3 0 005.675-1.876 7.4 7.4 0 014.073-1.429 7.225 7.225 0 014.431 1.5 9.043 9.043 0 005.318 1.809 10.3 10.3 0 005.675-1.876 7.4 7.4 0 014.073-1.429h.116a7.225 7.225 0 014.431 1.5 9.043 9.043 0 005.318 1.809 10.3 10.3 0 005.675-1.876 7.4 7.4 0 014.073-1.429 7.225 7.225 0 014.431 1.5 9.043 9.043 0 005.318 1.809 10.3 10.3 0 005.675-1.876 7.4 7.4 0 014.073-1.429 1.652 1.652 0 100-3.3z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: top 15px left 0;
    background-repeat: no-repeat;
    background-size: 80px 15px;
    font-size: 15px;
    line-height: 20px;
    color: #434E60;
    font-weight: 500;
    padding: 13px 16px 0 95px
}

@media (max-width: 991px) {
    .blog-post-list .blog-item .blog-date {
        font-size: 14px;
        line-height: 16px;
        background-size: 80px 13px
    }
}

.blog-post-list .blog-item .blog-title {
    padding: 7px 16px 16px 20px;
    font-size: 25px;
    line-height: 29px;
    color: #1D3D70;
    font-weight: 700;
    width: 100%
}

@media (max-width: 991px) {
    .blog-post-list .blog-item .blog-title {
        font-size: 16px;
        line-height: 21px
    }
}

.default-page .content-single {
    padding: 40px 0
}

.default-page .content-single h2 {
    color: #1D3D70;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700
}

.default-page .content-single h3 {
    color: #1D3D70;
    font-size: 23px;
    margin-bottom: 13px;
    font-weight: 700
}

.default-page .content-single figure {
    width: 100% !important;
    text-align: center;
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .default-page .content-single figure {
        margin-bottom: 12px
    }
}

.default-page .content-single img {
    height: auto;
    max-width: 100%
}

.default-page .content-single p, .default-page .content-single a, .default-page .content-single span, .default-page .content-single b, .default-page .content-single strong, .default-page .content-single ul li, .default-page .content-single ol li {
    color: #434E60;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500
}

.default-page .content-single b, .default-page .content-single strong {
    font-weight: 800
}

.page-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1170px;
    width: 100%;
    margin: -75px auto 0 auto;
    position: relative;
    z-index: 30;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px
}

@media (max-width: 1199px) {
    .page-contact {
        max-width: calc(100% - 30px)
    }
}

@media (max-width: 991px) {
    .page-contact {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        border-radius: 0;
        margin: 0 auto
    }
}

.page-contact .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%
}

@media (max-width: 991px) {
    .page-contact .block {
        width: 100%
    }
}

.page-contact .block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: #3575B3;
    border-radius: 10px 0 0 10px
}

@media (max-width: 991px) {
    .page-contact .block-info {
        border-radius: 0
    }
}

.page-contact .block-info .wysiwig-editor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 40px 30px 55px 30px
}

.page-contact .block-info .wysiwig-editor p, .page-contact .block-info .wysiwig-editor a, .page-contact .block-info .wysiwig-editor h1, .page-contact .block-info .wysiwig-editor h2, .page-contact .block-info .wysiwig-editor h3, .page-contact .block-info .wysiwig-editor h4, .page-contact .block-info .wysiwig-editor h5, .page-contact .block-info .wysiwig-editor h6, .page-contact .block-info .wysiwig-editor span, .page-contact .block-info .wysiwig-editor b, .page-contact .block-info .wysiwig-editor strong {
    color: #ffffff;
    font-size: 18px
}

.page-contact .block-info .wysiwig-editor .contact-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-contact .block-info .wysiwig-editor .contact-table div {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px
}

@media (max-width: 767px) {
    .page-contact .block-info .wysiwig-editor .contact-table div {
        width: 100%
    }
}

.page-contact .block-info .wysiwig-editor .contact-table p, .page-contact .block-info .wysiwig-editor .contact-table a {
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 16px
}

.page-contact .block-info .wysiwig-editor .fullwidth-illustation {
    width: calc(100% + 60px);
    margin: 0 0 -55px -30px;
    max-width: initial
}

.page-contact .block-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 0 10px 10px 0;
    padding: 60px 70px 40px 70px
}

@media (max-width: 991px) {
    .page-contact .block-form {
        border-radius: 0;
        padding: 20px
    }
}

.page-contact .block-form .wpcf7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.page-contact .block-form .wpcf7 .wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-transition: height 0.4s ease-in;
    transition: height 0.4s ease-in
}

.page-contact .block-form .wpcf7 .wpcf7-form .signup-form--success {
    display: none
}

.page-contact .block-form .wpcf7 .wpcf7-form .signup-form--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-transition: height 0.4s ease-in;
    transition: height 0.4s ease-in
}

.page-contact .block-form .wpcf7 .wpcf7-form.sent {
    position: relative;
    overflow: hidden
}

.page-contact .block-form .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    display: none !important
}

.page-contact .block-form .wpcf7 .wpcf7-form.sent .signup-form--inner {
    opacity: 0
}

@media (max-width: 767px) {
    .page-contact .block-form .wpcf7 .wpcf7-form.sent .signup-form--inner {
        height: 200px
    }
}

.page-contact .block-form .wpcf7 .wpcf7-form.sent .signup-form--success {
    background-color: white;
    border-color: white;
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1D3D70;
    text-align: center
}

@media (max-width: 991px) {
    .page-contact .block-form .wpcf7 .wpcf7-form.sent .signup-form--success {
        font-size: 16px;
        line-height: 21px
    }
}

.page-contact .block-form .wpcf7 .wpcf7-form .wpcf7-submit {
    padding: 15px 47px;
    border-radius: 5px;
    margin: 20px auto 0 auto;
    display: block;
    color: #ffffff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .page-contact .block-form .wpcf7 .wpcf7-form .wpcf7-submit {
        margin: 0 auto
    }
}

.page-contact .block-form .wpcf7 .wpcf7-form .wpcf7-submit:hover {
    background-color: #DB5D2D;
    opacity: 1
}

.page-contact .block-form .wpcf7 .wpcf7-form .wpcf7-response-output {
    border-color: #DB5D2D;
    color: #434E60;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 3px
}

.page-contact .block-form .wpcf7 .wpcf7-form .ajax-loader {
    background-image: none
}

.page-contact .block-form .wpcf7 .wpcf7-form .ajax-loader:before {
    content: '';
    color: #F47646;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: -13px;
    right: 10px;
    -webkit-animation: loader-spin 1.3s infinite linear;
    animation: loader-spin 1.3s infinite linear;
    -webkit-transform: translateZ(0) scale(0.15);
    transform: translateZ(0) scale(0.15)
}

@media (max-width: 767px) {
    .page-contact .block-form .wpcf7 .wpcf7-form .ajax-loader:before {
        right: -4px
    }
}

.page-contact .block-form .wpcf7 .wpcf7-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px 0
}

@media (max-width: 991px) {
    .page-contact .block-form .wpcf7 .wpcf7-form .form-row {
        margin: 0
    }
}

.page-contact .block-form .wpcf7 .wpcf7-form .form-row:nth-child(1) {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.page-contact .block-form .wpcf7 .wpcf7-form .form-row:nth-child(1) .form-item {
    width: calc(50% - 15px)
}

@media (max-width: 991px) {
    .page-contact .block-form .wpcf7 .wpcf7-form .form-row:nth-child(1) .form-item {
        width: 100%
    }
}

.page-contact .block-form .wpcf7 .wpcf7-form .form-row .form-item {
    width: 100%
}

@media (max-width: 991px) {
    .page-contact .block-form .wpcf7 .wpcf7-form .form-row .form-item {
        margin-bottom: 15px
    }
}

.page-contact .block-form .wpcf7 .wpcf7-form .form-row .form-item .wpcf7-form-control {
    border-radius: 5px;
    background-color: #E5F2FF;
    border-color: transparent;
    padding: 14px 10px;
    max-height: 52px;
    color: #434E60;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400
}

.page-contact .block-form .wpcf7 .wpcf7-form .form-row .form-item .wpcf7-form-control::-webkit-input-placeholder {
    color: #434E60;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400
}

.page-contact .block-form .wpcf7 .wpcf7-form .form-row .form-item .wpcf7-form-control::-moz-placeholder {
    color: #434E60;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400
}

.page-contact .block-form .wpcf7 .wpcf7-form .form-row .form-item .wpcf7-form-control::-ms-input-placeholder {
    color: #434E60;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400
}

.page-contact .block-form .wpcf7 .wpcf7-form .form-row .form-item .wpcf7-form-control::placeholder {
    color: #434E60;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400
}

.page-contact .block-form .wpcf7 .wpcf7-form .form-row .form-item .wpcf7-not-valid-tip {
    color: #DB5D2D;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400
}

.page-contact .block-form .wpcf7 .wpcf7-form .form-row .form-item .wpcf7-textarea {
    max-height: 216px
}

.page-contact .icons {
    background-color: #1D3D70;
    border-radius: 0 0 0 10px
}

.page-contact .icons .icon-desc {
    color: #ffffff
}

.contact-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    max-width: 1170px;
    width: 100%;
    margin: 50px auto 60px auto;
    position: relative
}

@media (max-width: 1199px) {
    .contact-buttons {
        max-width: 100%;
        padding: 0 15px
    }
}

@media (max-width: 767px) {
    .contact-buttons {
        padding: 0;
        margin: 0 auto 30px auto
    }
}

.contact-buttons .button-bl {
    margin-right: 30px;
    width: calc(33.3333% - 20px);
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .contact-buttons .button-bl {
        width: 100%;
        margin: 20px 10px 0 10px !important
    }
}

.contact-buttons .button-bl:nth-child(3n) {
    margin-right: 0
}

.contact-buttons .button-bl a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB', GradientType=0);
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 22px 40px;
    color: #1D3D70;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    position: relative
}

.contact-buttons .button-bl a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 27px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 12px;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.749' height='12.671'%3E%3Cg data-name='Group 857'%3E%3Cpath data-name='Path 73' d='M.707.707l5.628 5.628-5.628 5.628' fill='none' stroke='%2395b5d4' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")
}

.contact-buttons .button-bl a:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9d9d9));
    background-image: linear-gradient(to bottom, #fff 0%, #d9d9d9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFD9D9D9', GradientType=0)
}

.contact-buttons .button-bl a:hover:before {
    right: 25px
}

.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    padding: 0 20px
}

@media (max-width: 991px) {
    .icons {
        padding: 5px
    }
}

.icons .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 33%;
    padding: 20px 15px
}

@media (max-width: 991px) {
    .icons .icon {
        padding: 15px 5px
    }
}

.icons .icon .icon-image {
    margin-bottom: 10px
}

.icons .icon .icon-desc {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

@media (max-width: 991px) {
    .icons .icon .icon-desc {
        font-weight: 700;
        font-size: 16px;
        line-height: 18px
    }
}

.error-content {
    text-align: center;
    padding: 180px 0 180px 0
}

@media (max-width: 767px) {
    .error-content {
        padding: 60px 0 60px
    }
}

.error-content .title-wrap h1 {
    font-size: 180px;
    line-height: .8;
    color: #ffffff
}

@media (max-width: 1199px) {
    .error-content .title-wrap h1 {
        font-size: 150px
    }
}

@media (max-width: 767px) {
    .error-content .title-wrap h1 {
        font-size: 90px
    }
}

.error-content .title-wrap h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    color: #ffffff
}

@media (max-width: 767px) {
    .error-content .title-wrap h2 {
        font-size: 20px
    }
}

.woocommerce .product-category {
    background-color: #E5F2FF;
    padding: 50px 0
}

@media (max-width: 767px) {
    .woocommerce .product-category {
        padding: 30px 0 20px
    }
}

.woocommerce .product-category .phoen_list .grid_info {
    display: none
}

.woocommerce .product-category .phoen_list .list_info {
    display: block
}

@media (max-width: 767px) {
    .woocommerce .product-category .phoen_list .list_info {
        display: none
    }

    .woocommerce .product-category .phoen_list .grid_info {
        display: block
    }
}

.woocommerce .product-category .phoen_grid .list_info {
    display: none
}

.woocommerce .product-category .phoen_grid .grid_info {
    display: block
}

.woocommerce .product-category .phoeniixx_short_desc {
    display: none !important
}

.woocommerce .product-category .products[class*=columns-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] {
        padding: 0 10px
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%
}

@media (max-width: 991px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product > a {
    position: relative;
    width: 74%
}

@media (max-width: 991px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a {
        width: 100%;
        padding-bottom: 15px
    }
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a {
        position: static;
        padding-bottom: 0
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product > a:after {
    content: '';
    width: 1px;
    height: 82%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto
}

@media (max-width: 991px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a:after {
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        top: auto
    }
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a:after {
        display: none
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product > a > div {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a > .list_info:last-child {
        display: none
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product > a .attachment-woocommerce_thumbnail {
    width: 60% !important;
    border-radius: 5px;
    padding-right: 0
}

@media (max-width: 1199px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a .attachment-woocommerce_thumbnail {
        width: 35% !important
    }
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a .attachment-woocommerce_thumbnail {
        width: 42% !important
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product > a .woocommerce-loop-product__title {
    padding-top: 0
}

@media (max-width: 1199px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a .woocommerce-loop-product__title {
        width: 65%
    }
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a .woocommerce-loop-product__title {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 10px
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product > a .price {
    display: none
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a .price {
        display: block;
        width: 58%;
        padding-left: 10px;
        float: left;
        margin-bottom: 0;
        position: relative;
        overflow: visible
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product > a .list_info {
    float: left;
    width: 75%;
    padding-left: 20px
}

@media (max-width: 1199px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a .list_info {
        width: 65%
    }
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a .list_info {
        padding-left: 10px;
        width: 58%
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product > a .star-rating {
    margin-top: 5px;
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a .star-rating {
        margin: 5px 0 5px 10px
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .onsale {
    left: 0;
    right: auto;
    top: -30px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product .onsale {
        left: -5px;
        top: 60px
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .tinv-wishlist {
    top: 15px;
    left: 15px;
    right: auto
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product .tinv-wishlist {
        z-index: 1;
        left: auto;
        top: 5px;
        right: 5px
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col {
    width: 26%;
    padding-left: 30px;
    padding-right: 20px
}

@media (max-width: 991px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col {
        width: 100%;
        padding-top: 15px;
        padding-left: 5px;
        padding-right: 5px
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .woocommerce-loop-product__title {
    float: left;
    width: 40%;
    padding-left: 20px
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .star-rating {
    float: left;
    margin-left: 20px
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .list_info ul {
    padding-left: 20px
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .list_info ul li {
    list-style: disc outside
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col {
    display: block
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col { /* display:none */
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col > div {
    margin-bottom: 10px
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col .price ins {
    margin-left: 5px
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col .add_to_cart_button, .woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col .product_type_variable {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 20px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#FC5206), color-stop(#E5354D), to(#FC5206));
    background-image: linear-gradient(to right, #FC5206, #E5354D, #FC5206);
    background-size: 200% auto;
    position: relative;
    width: auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col .add_to_cart_button:hover, .woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col .product_type_variable:hover {
    background-position: 100% 50%
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col .add_to_cart_button, .woocommerce .product-category .products[class*=columns-].phoen_list .product .right_col .product_type_variable {
        display: none
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_list .product .timer-wrapper {
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 110px;
    min-width: 215px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_list .product .timer-wrapper {
        position: absolute;
        z-index: 1;
        top: -15px;
        right: 50px;
        left: auto
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_grid .product {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 21%;
    flex: 1 0 21%;
    max-width: calc(25% - 30px);
    width: calc(25% - 30px)
}

@media (max-width: 1199px) {
    .woocommerce .product-category .products[class*=columns-].phoen_grid .product {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
        max-width: calc(33.33% - 30px)
    }
}

@media (max-width: 991px) {
    .woocommerce .product-category .products[class*=columns-].phoen_grid .product {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: calc(50% - 30px)
    }
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_grid .product {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_grid .product > a .list_info:last-child {
        display: none
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_grid .product.product-type-variable .price del .woocommerce-Price-amount:first-child:last-child {
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    color: #434E60
}

.woocommerce .product-category .products[class*=columns-].phoen_grid .product.product-type-variable .price .woocommerce-Price-amount:first-child {
    font-size: 22px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_grid .product.product-type-variable .price .woocommerce-Price-amount:first-child {
        font-size: 15px
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_grid .product.product-type-variable .price .woocommerce-Price-amount:last-child {
    font-size: 22px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_grid .product.product-type-variable .price .woocommerce-Price-amount:last-child {
        font-size: 15px
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_grid .product.product-type-variable .price .woocommerce-Price-amount:first-child:last-child {
    font-size: 18px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_grid .product.product-type-variable .price .woocommerce-Price-amount:first-child:last-child {
        font-size: 18px;
        line-height: 1
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_grid .product .tinv-wishlist {
    top: 15px;
    right: 15px;
    left: auto
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_grid .product .tinv-wishlist {
        top: 5px;
        right: 5px
    }
}

.woocommerce .product-category .products[class*=columns-].phoen_grid .product .onsale {
    left: -10px;
    right: auto;
    top: 20px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-].phoen_grid .product .onsale {
        left: -5px;
        top: 60px
    }
}

.woocommerce .product-category .products[class*=columns-] .product {
    margin: 0 15px 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    position: relative
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product {
        padding-top: 50px;
        margin: 15px 0 20px 0 !important
    }
}

.woocommerce .product-category .products[class*=columns-] .product:hover .tinv-wishlist .tinvwl_add_to_wishlist_button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.woocommerce .product-category .products[class*=columns-] .product.sale {
    z-index: 1
}

.woocommerce .product-category .products[class*=columns-] .product.sale:before {
    content: '';
    top: -2px;
    right: 0;
    bottom: 0;
    left: -2px;
    border: 3px solid #D74142;
    border-radius: 10px;
    margin: auto;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    position: absolute;
    z-index: 1;
    pointer-events: none
}

.woocommerce .product-category .products[class*=columns-] .product a > div {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .grid_info {
        float: left;
        width: 58%;
        padding-left: 14px;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px
    }
}

.woocommerce .product-category .products[class*=columns-] .product strong {
    display: inline-block
}

.woocommerce .product-category .products[class*=columns-] .product .attachment-woocommerce_thumbnail {
    border-radius: 5px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .attachment-woocommerce_thumbnail {
        width: 42% !important;
        max-width: 150px;
        float: left
    }
}

.woocommerce .product-category .products[class*=columns-] .product .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 29px;
    color: #434E60;
    font-weight: 700;
    padding: 10px 0 5px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .woocommerce-loop-product__title {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 45px
    }
}

.woocommerce .product-category .products[class*=columns-] .product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #D74142
}

@media (max-width: 1199px) {
    .woocommerce .product-category .products[class*=columns-] .product .price {
        overflow: hidden
    }
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .price {
        display: block;
        width: 58%;
        padding-left: 10px;
        float: left;
        margin-bottom: 0;
        position: relative;
        overflow: visible
    }
}

.woocommerce .product-category .products[class*=columns-] .product .price del {
    opacity: 1;
    color: #434E60;
    padding-top: 8px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .price del {
        position: absolute;
        z-index: 1;
        top: -25px;
        left: 10px;
        right: auto
    }

    .woocommerce .product-category .products[class*=columns-] .product .price del .woocommerce-Price-amount:first-child:last-child {
        font-size: 16px
    }
}

.woocommerce .product-category .products[class*=columns-] .product .price del .woocommerce-Price-amount {
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    color: #434E60
}

.woocommerce .product-category .products[class*=columns-] .product .price ins {
    padding: 0;
    margin-left: 10px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .price ins {
        margin-left: 0
    }

    .woocommerce .product-category .products[class*=columns-] .product .price ins span {
        color: #D74142
    }

    .woocommerce .product-category .products[class*=columns-] .product .price ins .woocommerce-Price-amount:first-child:last-child {
        font-size: 18px
    }
}

.woocommerce .product-category .products[class*=columns-] .product .price .woocommerce-Price-amount {
    font-size: 24px;
    line-height: 36px;
    color: #D74142;
    font-weight: 700
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .price .woocommerce-Price-amount {
        font-size: 22px;
        line-height: 1
    }
}

.woocommerce .product-category .products[class*=columns-] .product .price .woocommerce-Price-amount:first-child:last-child {
    margin: 0
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .price .woocommerce-Price-amount:first-child:last-child {
        font-size: 22px;
        line-height: 1
    }
}

.woocommerce .product-category .products[class*=columns-] .product .price .woocommerce-Price-amount:first-child {
    margin-right: 5px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .price .woocommerce-Price-amount:first-child {
        font-size: 15px
    }
}

.woocommerce .product-category .products[class*=columns-] .product .price .woocommerce-Price-amount:last-child {
    margin-left: 5px
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .price .woocommerce-Price-amount:last-child {
        font-size: 15px
    }
}

.woocommerce .product-category .products[class*=columns-] .product .star-rating {
    color: #F47646;
    width: 97px;
    height: 15px;
    margin: 15px 0
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .star-rating {
        float: left;
        margin: 5px 0 5px 10px
    }
}

.woocommerce .product-category .products[class*=columns-] .product .star-rating:before {
    color: #FFD2C1;
    content: "\53\53\53\53\53";
    font-size: 15px;
    letter-spacing: 4px
}

.woocommerce .product-category .products[class*=columns-] .product .star-rating span {
    font-size: 15px;
    letter-spacing: 4px
}

.woocommerce .product-category .products[class*=columns-] .product .right_col {
    display: none
}

.woocommerce .product-category .products[class*=columns-] .product .tinv-wishlist {
    position: absolute
}

.woocommerce .product-category .products[class*=columns-] .product .tinv-wishlist .tinvwl_add_to_wishlist_button {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .tinv-wishlist .tinvwl_add_to_wishlist_button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.woocommerce .product-category .products[class*=columns-] .product .tinv-wishlist .tinvwl_add_to_wishlist_button:hover:before, .woocommerce .product-category .products[class*=columns-] .product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
    opacity: 0
}

.woocommerce .product-category .products[class*=columns-] .product .tinv-wishlist .tinvwl_add_to_wishlist_button:hover:after, .woocommerce .product-category .products[class*=columns-] .product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:after {
    opacity: 1;
    visibility: visible
}

.woocommerce .product-category .products[class*=columns-] .product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.woocommerce .product-category .products[class*=columns-] .product .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
    margin-right: 0;
    font-size: 40px;
    content: '\e909';
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

.woocommerce .product-category .products[class*=columns-] .product .tinv-wishlist .tinvwl_add_to_wishlist_button:after {
    content: '\e908';
    display: inline-block;
    font-family: tinvwl-webfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    vertical-align: sub;
    color: #D74142;
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

.woocommerce .product-category .products[class*=columns-] .product .tinv-wishlist .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
    display: none
}

.woocommerce .product-category .products[class*=columns-] .product .onsale {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #D74142;
    color: #fff;
    width: 85px;
    height: 34px;
    border-radius: 100px;
    margin: 0;
    min-height: auto
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .timer-wrapper {
        position: absolute;
        z-index: 1;
        top: -15px;
        right: 50px;
        left: auto
    }
}

.woocommerce .product-category .shop-filters {
    width: calc(100% - 90px);
    float: left;
    padding-top: 20px
}

.woocommerce .product-category .shop-filters .select2 {
    position: relative;
    height: 40px
}

.woocommerce .product-category .shop-filters .select2:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54.243' height='28.621' viewBox='0 0 54.243 28.621'%3E%3Cg transform='translate(-14.415 48.725) rotate(-90)'%3E%3Cpath d='M-113.178-148.178l-25-25,25-25' transform='translate(159.782 214.714)' fill='none' stroke='%233575b3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    width: 12px;
    height: 12px;
    top: 0;
    right: 18px;
    bottom: 0;
    left: auto;
    margin: auto;
    display: block;
    position: absolute;
    z-index: 1
}

.woocommerce .product-category .shop-filters .select2 .dropdown-wrapper {
    display: none
}

.woocommerce .product-category .shop-filters .select2 .select2-selection--single {
    border: 0;
    height: 40px;
    margin: 0
}

.woocommerce .product-category .shop-filters .select2 .select2-selection__rendered {
    cursor: pointer;
    font-size: 15px;
    line-height: 22px;
    color: #434E60;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EBEBEB)) 0% 0%;
    background: transparent linear-gradient(180deg, #fff 0%, #EBEBEB 100%) 0% 0%;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 9px 40px 9px 12px;
    position: relative;
    margin: 0
}

.woocommerce .product-category .shop-filters .select2 .select2-selection__arrow {
    display: none
}

.woocommerce .product-category .shop-filters .select2-selection {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background-color: transparent;
    height: 40px
}

.woocommerce .product-category .shop-filters .select2-search {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-bottom: 0
}

.woocommerce .product-category .shop-filters .select2-search .select2-search__field {
    width: 100% !important;
    height: 100%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    cursor: pointer
}

.woocommerce .product-category .shop-filters .select2-search .select2-search__field::-webkit-input-placeholder {
    color: #999
}

.woocommerce .product-category .shop-filters .select2-search .select2-search__field::-moz-placeholder {
    color: #999
}

.woocommerce .product-category .shop-filters .select2-search .select2-search__field::-ms-input-placeholder {
    color: #999
}

.woocommerce .product-category .shop-filters .select2-search .select2-search__field::placeholder {
    color: #999
}

.woocommerce .product-category .shop-filters .products_shop_filter {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .woocommerce .product-category .shop-filters .products_shop_filter {
        display: none
    }

    .woocommerce .product-category .shop-filters .products_shop_filter.active {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: 99;
        padding: 55px 15px 15px
    }

    .woocommerce .product-category .shop-filters .products_shop_filter.active ~ .close-filter {
        display: block
    }
}

.woocommerce .product-category .shop-filters .products_shop_filter > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: initial;
    margin-right: 25px;
    margin-bottom: 15px;
    height: 40px
}

@media (max-width: 767px) {
    .woocommerce .product-category .shop-filters .products_shop_filter > li {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .woocommerce .product-category .shop-filters .products_shop_filter > li > span {
        width: 58px
    }

    .woocommerce .product-category .shop-filters .products_shop_filter > li > form {
        width: calc(100% - 58px)
    }

    .woocommerce .product-category .shop-filters .products_shop_filter > li > .select2 {
        width: calc(100% - 58px) !important
    }
}

.woocommerce .product-category .shop-filters .products_shop_filter li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce .product-category .shop-filters .products_shop_filter li.chosen a:before {
    content: '';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='Group_1322' data-name='Group 1322' transform='translate(-143 -1301)'%3E%3Ccircle id='Ellipse_142' data-name='Ellipse 142' cx='10' cy='10' r='10' transform='translate(143 1301)' fill='%233575b3'/%3E%3Cg id='Group_1320' data-name='Group 1320' transform='translate(1008.414 309.771) rotate(45)'%3E%3Cline id='Line_134' data-name='Line 134' x2='6.69' transform='translate(99.5 1312.845)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_135' data-name='Line 135' x2='6.69' transform='translate(102.845 1309.5) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 20px;
    height: 20px
}

.woocommerce .product-category .shop-filters .products_shop_filter li.widget_layered_nav_filters {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.woocommerce .product-category .shop-filters .products_shop_filter li span {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px
}

.woocommerce .product-category .shop-filters .products_shop_filter li .wc-layered-nav-term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woocommerce .product-category .shop-filters .widget_price_filter .price_slider_wrapper .ui-widget-content {
    display: none
}

.woocommerce .product-category .shop-filters .widget_price_filter .price_slider_wrapper .price_slider_amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce .product-category .shop-filters .widget_price_filter .price_slider_wrapper .price_slider_amount .divider {
    margin: 0
}

.woocommerce .product-category .shop-filters .widget_price_filter .price_slider_wrapper .price_slider_amount input {
    max-width: 83px;
    display: block !important;
    border: 0;
    height: 40px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    padding: 0 12px;
    margin: 0 8px
}

@media (max-width: 767px) {
    .woocommerce .product-category .shop-filters .widget_price_filter .price_slider_wrapper .price_slider_amount input:first-child {
        margin-left: 0
    }
}

@media screen and (max-width: 375px) {
    .woocommerce .product-category .shop-filters .widget_price_filter .price_slider_wrapper .price_slider_amount input {
        max-width: 64px
    }
}

.woocommerce .product-category .shop-filters .widget_price_filter .price_slider_wrapper .price_slider_amount button[type='submit'] {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 10px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#4B9EEF), to(#3575B3)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #4B9EEF 0%, #3575B3 100%) 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) !important;
    border-radius: 5px
}

.woocommerce .product-category .shop-filters .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    display: none !important
}

.woocommerce .product-category .shop-filters .widget_product_search input {
    border: 0;
    height: 40px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    padding: 0 12px
}

.woocommerce .product-category .shop-filters .widget_product_search button[type="submit"] {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 10px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#4B9EEF), to(#3575B3)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #4B9EEF 0%, #3575B3 100%) 0 0 no-repeat padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) !important;
    border-radius: 5px
}

.woocommerce .product-category .shop-filters .woocommerce-widget-layered-nav-list a {
    font-size: 15px;
    line-height: 22px
}

.woocommerce .product-category .shop-filters .widget_rating_filter {
    font-size: 15px;
    line-height: 22px
}

.woocommerce .product-category .shop-filters .widget_rating_filter select, .woocommerce .product-category .shop-filters .widget_rating_filter > ul {
    display: none
}

.woocommerce .product-category .shop-filters .widget_rating_filter .star-rating {
    color: #F47646;
    width: 97px;
    height: 21px
}

.woocommerce .product-category .shop-filters .widget_rating_filter .star-rating:before {
    color: #FFD2C1;
    content: "\53\53\53\53\53";
    font-size: 15px;
    letter-spacing: 4px
}

.woocommerce .product-category .shop-filters .widget_rating_filter .star-rating span {
    font-size: 15px;
    letter-spacing: 4px;
    margin: 0 8px 0 0
}

.woocommerce .product-category .shop-filters .widget_rating_filter .select2 {
    width: 125px !important;
    margin-right: 0
}

.woocommerce .product-category .shop-filters .widget_rating_filter .select2 .select2-selection {
    margin-right: 0
}

.woocommerce .product-category .shop-filters .widget_rating_filter .select2 .select2-selection__choice {
    display: none
}

.woocommerce .product-category .shop-filters .widget_layered_nav_filters {
    margin-top: 25px;
    width: 100%
}

.woocommerce .product-category .shop-filters .widget_layered_nav_filters > ul > li {
    padding-right: 15px
}

.woocommerce .product-category .shop-filters .widget_layered_nav_filters a {
    height: 40px;
    background-color: #95B5D4;
    border-radius: 100px;
    padding: 9px 15px 9px 9px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700
}

.woocommerce .product-category .shop-filters .widget_layered_nav_filters a:hover:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.woocommerce .product-category .shop-filters .widget_layered_nav_filters a:before {
    content: '';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='Group_1322' data-name='Group 1322' transform='translate(-143 -1301)'%3E%3Ccircle id='Ellipse_142' data-name='Ellipse 142' cx='10' cy='10' r='10' transform='translate(143 1301)' fill='%233575b3'/%3E%3Cg id='Group_1320' data-name='Group 1320' transform='translate(1008.414 309.771) rotate(45)'%3E%3Cline id='Line_134' data-name='Line 134' x2='6.69' transform='translate(99.5 1312.845)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_135' data-name='Line 135' x2='6.69' transform='translate(102.845 1309.5) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.woocommerce .product-category .shop-filters .widget_layered_nav_filters a .woocommerce-Price-amount {
    margin-right: 0;
    margin-left: 5px
}

.woocommerce .product-category .shop-filters .widget_layered_nav_filters a .woocommerce-Price-currencySymbol {
    margin-right: 0
}

.woocommerce .product-category .shop-filters .mobile-filter {
    display: none
}

@media (max-width: 767px) {
    .woocommerce .product-category .shop-filters .mobile-filter {
        display: block;
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#4B9EEF), to(#3575B3)) 0 0 no-repeat padding-box;
        background: transparent linear-gradient(180deg, #4B9EEF 0%, #3575B3 100%) 0 0 no-repeat padding-box;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) !important;
        border-radius: 5px;
        padding: 9px 27px;
        margin-bottom: 10px
    }

    .woocommerce .product-category .shop-filters .mobile-filter:after {
        display: none
    }
}

.woocommerce .product-category .shop-filters .close-filter {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    width: 40px;
    height: 40px;
    padding: 6px
}

.woocommerce .product-category .shop-filters .close-filter .icon {
    width: 100%;
    height: 100%
}

.woocommerce .product-category .phoen_gridlist_toggle {
    float: left;
    clear: right;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0 0
}

@media (max-width: 767px) {
    .woocommerce .product-category .phoen_gridlist_toggle {
        display: none
    }
}

.woocommerce .product-category .phoen_gridlist_toggle > a {
    width: 40px;
    height: 40px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EBEBEB)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #fff 0%, #EBEBEB 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

.woocommerce .product-category .phoen_gridlist_toggle > a.active {
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#fff), to(#EBEBEB)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, #fff 0%, #EBEBEB 100%) 0% 0% no-repeat padding-box
}

.woocommerce .product-category .phoen_gridlist_toggle > a .dashicons:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.woocommerce .product-category .phoen_gridlist_toggle > a .dashicons-grid-view:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-1153.5 -429.5)'%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1154 430)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1161 430)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1168 430)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1154 437)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1161 437)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1168 437)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1154 444)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1161 444)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1168 444)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.woocommerce .product-category .phoen_gridlist_toggle > a .dashicons-exerpt-view:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20'%3E%3Cg transform='translate(-1204.5 -429.5)'%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1205 430)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='16' height='5' rx='2.5' transform='translate(1212 430)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='16' height='5' rx='2.5' transform='translate(1212 437)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='16' height='5' rx='2.5' transform='translate(1212 444)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1205 437)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3Crect width='5' height='5' rx='2.5' transform='translate(1205 444)' fill='%233575b3' stroke='rgba(0,0,0,0)' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.woocommerce .product-category .faq-wrapper {
    padding-top: 1px;
    padding-bottom: 75px;
    background: url("../images/faq-bg.jpg") no-repeat 50%;
    background-size: cover;
    margin-top: 290px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .woocommerce .product-category .faq-wrapper {
        background: 0 0;
        margin-top: 0;
        padding-bottom: 0
    }
}

.woocommerce .product-category .faq__blocks {
    margin-top: -200px;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px #00000029;
    box-shadow: 0 10px 20px #00000029;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 45px 100px 65px
}

@media (max-width: 991px) {
    .woocommerce .product-category .faq__blocks {
        padding: 45px 60px 65px
    }
}

@media (max-width: 767px) {
    .woocommerce .product-category .faq__blocks {
        padding: 20px 10px 25px;
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0
    }
}

.woocommerce .product-category .faq__blocks h2 {
    font-size: 33px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .woocommerce .product-category .faq__blocks h2 {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.woocommerce .product-category .faq__block {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.woocommerce .product-category .faq__block:last-child .faq__title {
    border-bottom: 1px solid #E5E5E5
}

.woocommerce .product-category .faq__block .faq__title {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding: 29px 30px;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    background-color: transparent;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

@media (max-width: 767px) {
    .woocommerce .product-category .faq__block .faq__title {
        padding: 29px 15px
    }
}

.woocommerce .product-category .faq__block .faq__title-icon {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 14px;
    top: 0;
    right: 30px;
    bottom: 0;
    left: auto;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (max-width: 767px) {
    .woocommerce .product-category .faq__block .faq__title-icon {
        right: 15px
    }
}

.woocommerce .product-category .faq__block .faq__title-icon .icon {
    width: 100%;
    height: 100%;
    stroke-width: 4px
}

.woocommerce .product-category .faq__block .faq__title-text {
    color: #434E60;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.woocommerce .product-category .faq__block .faq__input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    left: 0;
    max-height: 93px
}

.woocommerce .product-category .faq__block .faq__input:checked ~ .faq__input {
    max-height: 70px
}

.woocommerce .product-category .faq__block .faq__input:checked ~ .faq__title {
    padding-bottom: 20px;
    background-color: #E5F2FF;
    border-color: transparent
}

.woocommerce .product-category .faq__block .faq__input:checked ~ .faq__title .faq__title-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.woocommerce .product-category .faq__block .faq__input:checked ~ .faq__content {
    max-height: 400px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-bottom: 30px;
    background-color: #E5F2FF
}

.woocommerce .product-category .faq__block .faq__content {
    font-size: 16px;
    line-height: 24px;
    z-index: 2;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

@media (max-width: 767px) {
    .woocommerce .product-category .faq__block .faq__content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.woocommerce .product-category .faq__block .faq__description {
    color: #434E60;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.woocommerce .recently_viewed_widget {
    margin-top: 40px
}

.woocommerce .recently_viewed_widget h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px
}

.woocommerce .recently_viewed_widget .icon {
    width: 87px;
    height: 17px
}

.woocommerce .recently_viewed_widget .product_list_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 12px;
    padding-bottom: 0
}

.woocommerce .recently_viewed_widget .product_list_widget li {
    max-width: calc(33.33% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 14%;
    flex: 1 1 14%;
    min-width: 14%;
    margin: 0 15px 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #fff;
    padding: 5px
}

@media (max-width: 1199px) {
    .woocommerce .recently_viewed_widget .product_list_widget li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 22%;
        flex: 1 1 22%;
        min-width: 22%
    }
}

@media (max-width: 767px) {
    .woocommerce .recently_viewed_widget .product_list_widget li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: calc(50% - 20px);
        margin: 0 10px 20px;
        min-width: 43%
    }
}

.woocommerce .recently_viewed_widget .product_list_widget li a .attachment-woocommerce_thumbnail {
    width: 100%;
    border-radius: 5px
}

.woocommerce .recently_viewed_widget .product_list_widget li a .product-title {
    display: block;
    font-size: 17px;
    line-height: 25px;
    color: #434E60;
    font-weight: 700;
    width: 100%;
    padding-left: 10px
}

@media (max-width: 1199px) {
    .woocommerce .recently_viewed_widget .product_list_widget li a .product-title {
        float: right;
        display: block;
        width: 100%;
        padding-top: 5px
    }
}

.woocommerce .recently_viewed_widget .product_list_widget li .star-rating {
    color: #F47646;
    width: 97px;
    height: 15px;
    margin: 5px 5px 20px
}

.woocommerce .recently_viewed_widget .product_list_widget li .star-rating:before {
    color: #FFD2C1;
    content: "\53\53\53\53\53";
    font-size: 15px;
    letter-spacing: 4px
}

.woocommerce .recently_viewed_widget .product_list_widget li .star-rating span {
    font-size: 15px;
    letter-spacing: 4px
}

.woocommerce .recently_viewed_widget .product_list_widget li .price {
    color: #D74142;
    padding-left: 5px
}

.woocommerce .recently_viewed_widget .product_list_widget li .price del {
    opacity: 1;
    color: #434E60
}

.woocommerce .recently_viewed_widget .product_list_widget li .price del .woocommerce-Price-amount {
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    color: #434E60
}

.woocommerce .recently_viewed_widget .product_list_widget li .price ins {
    padding: 0;
    margin-left: 0;
    background-color: transparent
}

.woocommerce .recently_viewed_widget .product_list_widget li .price ins span {
    color: #D74142
}

.woocommerce .recently_viewed_widget .product_list_widget li .price .woocommerce-Price-amount {
    font-size: 21px;
    line-height: 32px;
    color: #D74142;
    font-weight: 700
}

.woocommerce .recently_viewed_widget .product_list_widget li .price .woocommerce-Price-amount:first-child:last-child {
    margin: 0
}

.woocommerce .recently_viewed_widget .product_list_widget li .price .woocommerce-Price-amount:first-child {
    margin-right: 5px
}

.woocommerce .recently_viewed_widget .product_list_widget li .price .woocommerce-Price-amount:last-child {
    margin-left: 0
}

.woocommerce div.product.product-type-variable .entry-summary .price-wrapper .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #D74142
}

.woocommerce div.product.product-type-variable .price-wrapper .cart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.woocommerce div.product .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0
}

@media (max-width: 991px) {
    .woocommerce div.product .product-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.woocommerce div.product .title-wrapper {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 0
}

.woocommerce div.product .images-wrapper {
    min-width: 40%;
    width: 40%;
    margin-right: 30px;
    position: relative
}

@media (max-width: 1199px) {
    .woocommerce div.product .images-wrapper {
        min-width: 35%;
        width: 35%
    }
}

@media (max-width: 991px) {
    .woocommerce div.product .images-wrapper {
        min-width: 100%;
        width: 100%;
        margin: 0
    }
}

.woocommerce div.product .entry-summary {
    width: auto
}

.woocommerce div.product .product_title {
    color: #434E60;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700
}

.woocommerce div.product .sku {
    color: #0D0D0D;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}

.woocommerce div.product span.onsale {
    position: absolute;
    z-index: 1;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
    background-color: #D74142;
    border-radius: 100px;
    padding: 6px 24px 5px;
    text-transform: uppercase;
    top: 20px;
    left: -20px;
    min-height: 40px;
    min-width: 170px;
    text-align: center
}

.woocommerce div.product div.images img {
    border-radius: 15px
}

.woocommerce div.product div.images .flex-viewport {
    max-height: 470px
}

@media (max-width: 1199px) {
    .woocommerce div.product div.images .flex-viewport {
        max-height: 330px
    }
}

@media (max-width: 991px) {
    .woocommerce div.product div.images .flex-viewport {
        max-height: 700px
    }
}

@media (max-width: 767px) {
    .woocommerce div.product div.images .flex-viewport {
        max-height: 510px
    }
}

@media (max-width: 575px) {
    .woocommerce div.product div.images .flex-viewport {
        max-height: 500px
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    border-radius: 5px;
    top: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important
}

.woocommerce div.product div.images .flex-control-thumbs {
    width: 85%;
    margin: 15px auto
}

@media (max-width: 1199px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        width: 100%
    }
}

.woocommerce div.product div.images .flex-control-thumbs .slick-list {
    margin: 0 -10px;
    width: calc(100% - 30px);
    margin: auto
}

.woocommerce div.product div.images .flex-control-thumbs .slick-slide {
    clear: initial !important;
    margin: 5px 15px;
    border-radius: 5px;
    position: relative
}

@media (max-width: 767px) {
    .woocommerce div.product div.images .flex-control-thumbs .slick-slide {
        margin: 5px 5px
    }
}

.woocommerce div.product div.images .flex-control-thumbs .slick-slide:focus {
    outline: 0
}

.woocommerce div.product div.images .flex-control-thumbs .slick-slide.slick-current:before {
    border-color: #F47646
}

.woocommerce div.product div.images .flex-control-thumbs .slick-slide:before {
    content: '';
    border: 2px solid transparent;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-radius: 5px;
    pointer-events: none;
    -webkit-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in
}

.woocommerce div.product div.images .flex-control-thumbs .slick-slide img {
    border-radius: 3px;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.woocommerce div.product div.images .flex-control-thumbs .slick-prev:before, .woocommerce div.product div.images .flex-control-thumbs .slick-next:before {
    display: none
}

.woocommerce div.product div.images .flex-control-thumbs .slick-prev .icon, .woocommerce div.product div.images .flex-control-thumbs .slick-next .icon {
    width: 20px;
    height: 15px;
    stroke-width: 2px
}

.woocommerce div.product div.images .flex-control-thumbs .slick-prev {
    left: 0
}

.woocommerce div.product div.images .flex-control-thumbs .slick-next {
    right: 0
}

.woocommerce div.product .entry-summary {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .woocommerce div.product .entry-summary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.woocommerce div.product .entry-summary .woocommerce-product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0;
    padding-bottom: 10px
}

.woocommerce div.product .entry-summary .woocommerce-product-rating .rating-title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #434E60;
    margin-bottom: 5px
}

.woocommerce div.product .entry-summary .woocommerce-product-rating .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.woocommerce div.product .entry-summary .woocommerce-product-rating .rating .average {
    font-size: 14px;
    line-height: 20px;
    color: #434E60;
    position: relative;
    top: 1px
}

.woocommerce div.product .entry-summary .woocommerce-product-rating .rating .star-rating {
    margin-top: 0;
    color: #F47646;
    width: 97px;
    height: 15px
}

.woocommerce div.product .entry-summary .woocommerce-product-rating .rating .star-rating:before {
    color: #FFD2C1;
    content: "\53\53\53\53\53";
    font-size: 15px;
    letter-spacing: 4px
}

.woocommerce div.product .entry-summary .woocommerce-product-rating .rating .star-rating span {
    font-size: 15px;
    letter-spacing: 4px
}

.woocommerce div.product .entry-summary .woocommerce-product-rating .reviews {
    font-size: 14px;
    line-height: 20px;
    color: #3575B3;
    text-decoration: underline;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.woocommerce div.product .entry-summary .woocommerce-product-rating .reviews:hover {
    color: #1D3D70
}

.woocommerce div.product .entry-summary .content-wrapper {
    min-width: 55%;
    width: 55%;
    margin-right: 30px
}

@media (max-width: 1199px) {
    .woocommerce div.product .entry-summary .content-wrapper {
        min-width: 49%;
        width: 49%
    }
}

@media (max-width: 767px) {
    .woocommerce div.product .entry-summary .content-wrapper {
        width: 100%;
        margin-right: 0
    }
}

.woocommerce div.product .entry-summary .content-wrapper .featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 13px;
    border-bottom: 1px solid #E5E5E5
}

.woocommerce div.product .entry-summary .content-wrapper .featured .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    font-size: 15px;
    line-height: 22px;
    color: #434E60;
    font-weight: 700;
    margin-bottom: 15px
}

.woocommerce div.product .entry-summary .content-wrapper .featured .feature .feature-icon {
    max-width: 20px;
    margin-right: 8px;
    margin-top: 2px
}

.woocommerce div.product .entry-summary .content-wrapper .product-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #E5E5E5;
    padding: 13px 0 5px
}

.woocommerce div.product .entry-summary .content-wrapper .product-icons .product-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #434E60;
    font-weight: 400;
    margin-bottom: 15px
}

.woocommerce div.product .entry-summary .content-wrapper .product-icons .product-icon .feature-icon {
    max-width: 16px;
    margin-right: 8px
}

.woocommerce div.product .entry-summary .price-wrapper {
    width: auto
}

@media (max-width: 767px) {
    .woocommerce div.product .entry-summary .price-wrapper {
        width: 100%
    }
}

.woocommerce div.product .entry-summary .price-wrapper .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.woocommerce div.product .entry-summary .price-wrapper .price del {
    opacity: 1;
    margin-bottom: -5px
}

.woocommerce div.product .entry-summary .price-wrapper .price del .woocommerce-Price-amount {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #434E60
}

.woocommerce div.product .entry-summary .price-wrapper .price ins {
    padding: 0
}

.woocommerce div.product .entry-summary .price-wrapper .price ins span {
    color: #D74142
}

.woocommerce div.product .entry-summary .price-wrapper .price .woocommerce-Price-amount {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #D74142
}

.woocommerce div.product .entry-summary .price-wrapper .cart {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woocommerce div.product .entry-summary .price-wrapper .cart .input-text {
    margin-top: -3px !important
}

.woocommerce div.product .entry-summary .price-wrapper .cart .tinvwl_add_to_wishlist_button {
    display: none
}

.woocommerce div.product .entry-summary .price-wrapper .woocommerce-variation-add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px
}

.woocommerce div.product .entry-summary .price-wrapper .woocommerce-variation-add-to-cart .tinvwl_add_to_wishlist_button {
    display: none
}

.woocommerce div.product .entry-summary .price-wrapper .single_add_to_cart_button {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 30px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#FC5206), color-stop(#E5354D), to(#FC5206));
    background-image: linear-gradient(to right, #FC5206, #E5354D, #FC5206);
    background-size: 200% auto;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    margin-left: 10px !important
}

@media (max-width: 1199px) {
    .woocommerce div.product .entry-summary .price-wrapper .single_add_to_cart_button {
        padding: 14px 25px
    }
}

.woocommerce div.product .entry-summary .price-wrapper .single_add_to_cart_button:hover {
    background-position: 100% 50%
}

.woocommerce div.product .entry-summary .price-wrapper .financing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 5px;
    border: 2px solid #434E60;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 17px;
    color: #434E60;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0) !important;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

.woocommerce div.product .entry-summary .price-wrapper .financing:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important
}

@media (max-width: 1199px) {
    .woocommerce div.product .entry-summary .price-wrapper .financing {
        font-size: 13px;
        line-height: 16px
    }
}

.woocommerce div.product .entry-summary .price-wrapper .financing .financing-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px
}

.woocommerce div.product .entry-summary .price-wrapper .financing .financing-text_2 {
    font-weight: 700
}

.woocommerce div.product .entry-summary .price-wrapper .tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button {
    font-size: 15px;
    line-height: 22px;
    color: #434E60;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    border: 2px solid;
    padding: 12px 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0) !important;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

.woocommerce div.product .entry-summary .price-wrapper .tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important
}

.woocommerce div.product .entry-summary .price-wrapper .tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button:before {
    display: none
}

.woocommerce div.product .entry-summary .price-wrapper .product-contact {
    margin-top: 15px
}

@media (max-width: 1199px) {
    .woocommerce div.product .entry-summary .price-wrapper .product-contact {
        margin-top: 5px
    }
}

.woocommerce div.product .entry-summary .price-wrapper .product-contact-title {
    font-size: 15px;
    line-height: 22px;
    color: #434E60;
    font-weight: 700;
    margin-bottom: 10px
}

.woocommerce div.product .entry-summary .price-wrapper .product-contact-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
    color: #434E60;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    .woocommerce div.product .entry-summary .price-wrapper .product-contact-phone {
        font-size: 14px
    }
}

.woocommerce div.product .entry-summary .price-wrapper .product-contact-phone .product-contact-phone-icon {
    margin-right: 5px
}

.woocommerce div.product .entry-summary .price-wrapper .product-contact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.woocommerce div.product .entry-summary .price-wrapper .product-contact-links a {
    color: #3575B3;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: underline;
    margin: 0 15px;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.woocommerce div.product .entry-summary .price-wrapper .product-contact-links a:hover {
    color: #1D3D70
}

.woocommerce div.product .entry-summary .price-wrapper .variations_form {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .entry-summary .price-wrapper .variations_form .variations {
    padding: 5px 0 0;
    margin-bottom: 0
}

.woocommerce div.product .entry-summary .price-wrapper .variations_form .variations .variation {
    margin-bottom: 10px
}

.woocommerce div.product .entry-summary .price-wrapper .variations_form .variations .variation:last-child {
    margin-bottom: 0
}

.woocommerce div.product .entry-summary .price-wrapper .variations_form .variations .variation__label {
    font-size: 15px;
    line-height: 17px;
    color: #434E60;
    font-weight: 500;
    margin-bottom: 5px
}

.woocommerce div.product .entry-summary .price-wrapper .variations_form .variations .variation__value {
    position: relative
}

.woocommerce div.product .entry-summary .price-wrapper .variations_form .variations .variation__value:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54.243' height='28.621' viewBox='0 0 54.243 28.621'%3E%3Cg transform='translate(-14.415 48.725) rotate(-90)'%3E%3Cpath d='M-113.178-148.178l-25-25,25-25' transform='translate(159.782 214.714)' fill='none' stroke='%233575b3' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    width: 10px;
    height: 10px;
    top: 2px;
    right: 15px;
    bottom: 0;
    left: auto;
    margin: auto;
    display: block;
    position: absolute;
    z-index: 1
}

.woocommerce div.product .entry-summary .price-wrapper .variations_form .variations .variation__value select {
    font-size: 15px;
    line-height: 22px;
    color: #434E60;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EBEBEB)) 0% 0%;
    background: transparent linear-gradient(180deg, #fff 0%, #EBEBEB 100%) 0% 0%;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 2px 15px 0 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    margin: 0
}

.woocommerce div.product .entry-summary .price-wrapper .variations_form .variations .reset_variations {
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 0;
    bottom: auto;
    left: auto;
    font-size: 14px;
    line-height: 20px;
    color: #3575B3;
    text-decoration: underline;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.woocommerce div.product .entry-summary .price-wrapper .variations_form .variations .reset_variations:hover {
    color: #1D3D70
}

@media (max-width: 991px) {
    .woocommerce div.product .entry-summary .price-wrapper .variations_form .single_variation_wrap {
        width: 100%
    }
}

.woocommerce div.product .entry-summary .price-wrapper .qib-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.woocommerce div.product .entry-summary .price-wrapper .qib-container .qib-button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb)) !important;
    background-image: linear-gradient(to bottom, #fff 0%, #ebebeb 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB', GradientType=0);
    border: 1px solid #d9d9d9 !important;
    height: 40px;
    width: 36px;
    color: #95b5d4 !important;
    font-size: 21px;
    line-height: 33px !important
}

.woocommerce div.product .entry-summary .price-wrapper .qib-container .qib-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) !important;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB', GradientType=0)
}

.woocommerce div.product .entry-summary .price-wrapper .qib-container .plus {
    border-radius: 0 5px 5px 0 !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.woocommerce div.product .entry-summary .price-wrapper .qib-container .minus {
    border-radius: 5px 0 0 5px !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.woocommerce div.product .entry-summary .price-wrapper .quantity {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.woocommerce div.product .entry-summary .price-wrapper .quantity .input-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-height: 35px;
    height: 35px;
    padding: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    max-width: 65px;
    font-weight: 700;
    border-radius: 0
}

@media (max-width: 991px) {
    .woocommerce div.product .entry-summary .price-wrapper .quantity .input-text {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
        background-image: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB', GradientType=0);
        width: auto;
        min-width: 40px;
        max-width: 55px
    }
}

.woocommerce div.product .product-description .details-input {
    display: none
}

@media (max-width: 767px) {
    .woocommerce div.product .product-description .details-input {
        display: block;
        left: 0;
        z-index: 2;
        position: absolute;
        cursor: pointer;
        width: 100%;
        height: 100%;
        opacity: 0;
        max-height: 93px
    }

    .woocommerce div.product .product-description .details-input:checked ~ .details-title:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .woocommerce div.product .product-description .details-input:checked ~ .details-content {
        max-height: 10000px;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        padding-bottom: 15px
    }
}

.woocommerce div.product .product-description .details-title {
    text-align: center;
    text-transform: capitalize;
    margin-top: 35px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .woocommerce div.product .product-description .details-title {
        font-size: 15px;
        line-height: 22px;
        text-align: left;
        margin: 0;
        padding: 35px 0;
        border-top: 1px solid #E5E5E5;
        color: #3575B3;
        position: relative
    }

    .woocommerce div.product .product-description .details-title:after {
        content: "\f054";
        font-family: 'Font Awesome 5 Pro';
        font-size: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        height: 20px;
        margin: auto;
        color: #95B5D4;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out
    }
}

@media (max-width: 767px) {
    .woocommerce div.product .product-description .details-content {
        padding-left: 0;
        z-index: 2;
        margin-top: 0;
        max-height: 0;
        overflow: auto;
        opacity: 0;
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
        padding-bottom: 0;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out
    }
}

.woocommerce div.product .product-description .details-content .product-link-compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce div.product .product-description .details-content .product-link-compare-title {
    text-align: center;
    font-weight: bold;
    color: #3575B3;
    font-size: 18px;
    padding-bottom: 10px
}

@media (max-width: 991px) {
    .woocommerce div.product .product-description .details-content .product-link-compare-title {
        font-size: 12px;
        line-height: 1.2
    }
}

.woocommerce div.product .product-description .short_description, .woocommerce div.product .product-description .more-description {
    font-size: 15px;
    line-height: 24px;
    color: #434E60
}

.woocommerce div.product .product-description .short_description h2, .woocommerce div.product .product-description .more-description h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin: 10px 0
}

.woocommerce div.product .product-description .short_description img, .woocommerce div.product .product-description .more-description img {
    width: 100%;
    margin: 15px 0
}

.woocommerce div.product .product-description .short_description p, .woocommerce div.product .product-description .more-description p {
    margin-bottom: 15px
}

.woocommerce div.product .product-description .read-more-btn {
    display: none
}

.woocommerce div.product .product-anchors {
    background-color: #E5F2FF
}

@media (max-width: 767px) {
    .woocommerce div.product .product-anchors {
        display: none
    }
}

.woocommerce div.product .product-anchors > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.woocommerce div.product .product-anchors a {
    color: #434E60;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 16px 20px;
    position: relative
}

.woocommerce div.product .product-anchors a:hover:before, .woocommerce div.product .product-anchors a.active:before {
    opacity: 1
}

.woocommerce div.product .product-anchors a:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: auto;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 4px;
    background-color: #3575B3;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.woocommerce div.product .shop_attributes, .woocommerce div.product .comparative-table {
    border: 0
}

.woocommerce div.product .shop_attributes tr th, .woocommerce div.product .shop_attributes tr td, .woocommerce div.product .comparative-table tr th, .woocommerce div.product .comparative-table tr td {
    font-size: 15px;
    line-height: 24px;
    border: 0;
    padding: 13px 20px 13px
}

.woocommerce div.product .shop_attributes tr th, .woocommerce div.product .comparative-table tr th {
    background-color: #E5F2FF;
    text-align: left;
    font-weight: 700;
    padding: 13px 20px 13px
}

@media (max-width: 767px) {
    .woocommerce div.product .shop_attributes tr th, .woocommerce div.product .comparative-table tr th {
        padding: 10px 5px
    }
}

.woocommerce div.product .shop_attributes tr td, .woocommerce div.product .comparative-table tr td {
    background-color: #F8FCFF;
    font-weight: 400;
    font-style: normal
}

@media (max-width: 767px) {
    .woocommerce div.product .comparative-table {
        margin-right: 0;
        width: 100%
    }
}

.woocommerce div.product .comparative-table tr td {
    padding: 13px 15px 13px
}

@media (max-width: 767px) {
    .woocommerce div.product .comparative-table tr td {
        padding: 5px
    }
}

.woocommerce div.product .comparative-table tr td.selected {
    background-color: #E5F2FF
}

.woocommerce div.product .comparative-table tr td img {
    max-width: 125px;
    border-radius: 5px
}

@media (max-width: 767px) {
    .woocommerce div.product .comparative-table tr td img {
        max-width: 75px
    }
}

.woocommerce div.product .faq__blocks {
    margin-bottom: 45px;
    position: relative;
    overflow: hidden
}

.woocommerce div.product .faq__block {
    position: relative;
    padding: 8px 0;
    border-top: 1px solid #E5E5E5
}

.woocommerce div.product .faq__block .faq__title {
    position: relative;
    padding: 15px 0;
    width: 100%;
    -webkit-transition: padding .2s ease-in;
    transition: padding .2s ease-in
}

.woocommerce div.product .faq__block .faq__title-icon {
    position: absolute;
    z-index: 1;
    width: 14px;
    height: 12px;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

.woocommerce div.product .faq__block .faq__title-icon .icon {
    width: 100%;
    height: 100%;
    stroke-width: 2px
}

.woocommerce div.product .faq__block .faq__title-text {
    color: #434E60;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.woocommerce div.product .faq__block .faq__input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    left: 0;
    max-height: 63px
}

.woocommerce div.product .faq__block .faq__input:checked ~ .faq__title .faq__title-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.woocommerce div.product .faq__block .faq__input:checked ~ .faq__content {
    max-height: 400px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-bottom: 20px
}

.woocommerce div.product .faq__block .faq__input:checked ~ .faq__images {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.woocommerce div.product .faq__block .faq__content {
    z-index: 2;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    padding-bottom: 0;
    padding-left: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.woocommerce div.product .faq__block .faq__description {
    color: #434E60;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.woocommerce div.product .reviews-wrapper {
    background-color: #E5F2FF;
    padding: 1px 0 30px
}

@media (max-width: 767px) {
    .woocommerce div.product .reviews-wrapper {
        background-color: transparent
    }

    .woocommerce div.product .reviews-wrapper .details-title {
        padding-left: 15px;
        padding-right: 15px
    }

    .woocommerce div.product .reviews-wrapper .details-title:after {
        right: 30px
    }
}

.woocommerce div.product #reviews .select2 {
    max-width: 250px;
    text-align: left
}

@media (max-width: 767px) {
    .woocommerce div.product #reviews .select2 {
        width: 100% !important;
        max-width: 100%
    }
}

.woocommerce div.product #reviews .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    background: transparent
}

.woocommerce div.product #reviews .contributions-filter {
    width: 100%;
    position: relative
}

.woocommerce div.product #reviews .contributions-filter .js-clear-filters {
    position: absolute;
    z-index: 1;
    right: 268px;
    top: 13px;
    font-size: 16px;
    line-height: 18px
}

@media (max-width: 767px) {
    .woocommerce div.product #reviews .contributions-filter .js-clear-filters {
        left: 2px;
        top: -27px;
        right: auto
    }
}

.woocommerce div.product #reviews .contributions-filter .select2-selection--single {
    height: 40px !important
}

.woocommerce div.product #reviews #comments_filter_field {
    width: 100%
}

.woocommerce div.product #reviews .contributions-title {
    display: none
}

.woocommerce div.product #reviews .reviews-top {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .woocommerce div.product #reviews .reviews-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.woocommerce div.product #reviews .product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    float: left
}

@media (max-width: 1199px) {
    .woocommerce div.product #reviews .product-rating {
        width: 49%
    }
}

@media (max-width: 991px) {
    .woocommerce div.product #reviews .product-rating {
        width: 100%
    }
}

.woocommerce div.product #reviews .product-rating + .reviews-right {
    width: 40%
}

@media (max-width: 1199px) {
    .woocommerce div.product #reviews .product-rating + .reviews-right {
        width: 51%
    }
}

@media (max-width: 991px) {
    .woocommerce div.product #reviews .product-rating + .reviews-right {
        width: 100%
    }
}

.woocommerce div.product #reviews .product-rating .product-rating-summary {
    width: 41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #EFEFEF
}

@media (max-width: 1199px) {
    .woocommerce div.product #reviews .product-rating .product-rating-summary {
        width: 35%
    }
}

.woocommerce div.product #reviews .product-rating .product-rating-summary h3 {
    color: #434E60;
    font-size: 36px;
    line-height: 44px
}

@media (max-width: 1199px) {
    .woocommerce div.product #reviews .product-rating .product-rating-summary h3 {
        font-size: 26px;
        line-height: 26px
    }
}

.woocommerce div.product #reviews .product-rating .product-rating-summary p {
    color: #434E60;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0
}

.woocommerce div.product #reviews .product-rating .product-rating-details {
    width: 59%;
    border-right: 1px solid #EFEFEF;
    padding: 20px 30px
}

@media (max-width: 1199px) {
    .woocommerce div.product #reviews .product-rating .product-rating-details {
        width: 65%
    }
}

.woocommerce div.product #reviews .product-rating .product-rating-details table {
    margin-bottom: 0
}

.woocommerce div.product #reviews .product-rating .product-rating-details table .rating-number a {
    color: #000;
    text-decoration: none
}

.woocommerce div.product #reviews .product-rating .product-rating-details table .rating-graph {
    position: relative;
    padding: 1px 15px
}

.woocommerce div.product #reviews .product-rating .product-rating-details table .rating-graph:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
    height: 15px;
    background-color: #E5F2FF;
    border-radius: 100px;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    margin: auto
}

.woocommerce div.product #reviews .product-rating .product-rating-details table .rating-graph a {
    position: relative;
    z-index: 2;
    width: 0;
    height: 15px;
    border-radius: 100px;
    background-color: #3575B3;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.woocommerce div.product #reviews .product-rating .product-rating-details table .rating-count {
    text-align: center
}

.woocommerce div.product #reviews .product-rating .product-rating-details table .rating-count a {
    color: #000;
    text-decoration: none
}

.woocommerce div.product #reviews .contribution-type-selector {
    padding: 5px 0;
    margin: 0
}

@media (max-width: 767px) {
    .woocommerce div.product #reviews .contribution-type-selector {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.woocommerce div.product #reviews .contribution-type-selector .js-switch-contribution-type {
    font-size: 14px;
    line-height: 22px;
    color: #434E60;
    font-weight: 700;
    text-align: left;
    text-decoration: underline
}

.woocommerce div.product #reviews .contribution-type-selector .js-switch-contribution-type:hover {
    color: #1D3D70
}

.woocommerce div.product #reviews .form-contribution {
    border: 0;
    padding: 0
}

.woocommerce div.product #reviews .form-contribution button[type='submit'] {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    background: #F47646;
    border-radius: 5px;
    padding: 18px 31px
}

.woocommerce div.product #reviews .form-contribution .form-row {
    padding: 0;
    margin-bottom: 0
}

.woocommerce div.product #reviews .form-contribution .form-row label {
    font-size: 16px;
    line-height: 22px;
    color: #434E60;
    font-weight: 700
}

.woocommerce div.product #reviews .form-contribution .form-row input {
    font-size: 16px;
    line-height: 22px;
    padding-left: 10px;
    height: 48px;
    margin-top: 5px
}

.woocommerce div.product #reviews .form-contribution .form-row textarea {
    resize: none;
    font-size: 16px;
    line-height: 22px;
    padding-left: 10px;
    margin-top: 5px;
    padding-top: 10px
}

.woocommerce div.product #reviews .form-contribution .star-rating-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.woocommerce div.product #reviews .form-contribution .star-rating-selector fieldset {
    margin: 20px 0
}

.woocommerce div.product #reviews .form-contribution .star-rating-selector label {
    font-size: 30px;
    line-height: 30px;
    margin-right: 5px
}

.woocommerce div.product #reviews .form-contribution .star-rating-selector label:before {
    content: "\53\53\53\53\53";
    color: #FFD2C1
}

.woocommerce div.product #reviews .form-contribution .star-rating-selector label:hover, .woocommerce div.product #reviews .form-contribution .star-rating-selector label:hover ~ label, .woocommerce div.product #reviews .form-contribution .star-rating-selector input.input-checkbox:checked ~ label {
    color: transparent
}

.woocommerce div.product #reviews .form-contribution .star-rating-selector label:hover:before, .woocommerce div.product #reviews .form-contribution .star-rating-selector label:hover ~ label:before, .woocommerce div.product #reviews .form-contribution .star-rating-selector input.input-checkbox:checked ~ label:before, .woocommerce div.product #reviews .form-contribution .star-rating-selector input.input-checkbox:checked ~ label:before {
    color: #F47646
}

.woocommerce div.product #reviews .form-contribution .star-rating-selector .star-label {
    display: none
}

.woocommerce div.product #reviews .form-contribution .star-rating-selector > label {
    font-size: 16px;
    line-height: 22px;
    color: #434E60;
    font-weight: 700;
    margin: 0
}

.woocommerce div.product #reviews .form-contribution .star-rating-selector > label:before {
    display: none
}

.woocommerce div.product #reviews .form-contribution .star-rating-selector > label:hover {
    color: #434E60
}

.woocommerce div.product #reviews .form-contribution .leave-review {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 31px;
    margin-bottom: 30px;
}

.woocommerce div.product #reviews .form-contribution .leave-review:after {
    display: none
}

.woocommerce div.product #reviews #contributions-list-title {
    display: none
}

.woocommerce div.product #reviews .reviews-right {
    width: 60%;
    float: left;
    padding: 20px 20px
}

@media (max-width: 991px) {
    .woocommerce div.product #reviews .reviews-right {
        width: 70%
    }
}

@media (max-width: 767px) {
    .woocommerce div.product #reviews .reviews-right {
        width: 100%
    }
}

.woocommerce div.product #reviews .contributions-form-title {
    font-size: 18px;
    line-height: 24px;
    color: #434E60;
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce div.product #reviews .contribution-form-wrapper {
    padding: 0
}

.woocommerce div.product #reviews #comments {
    float: left;
    width: 100%
}

.woocommerce div.product #reviews #comments #contributions-list {
    margin-top: 60px;
    background-color: #fff;
    border-radius: 5px
}

.woocommerce div.product #reviews #comments #contributions-list .woocommerce-noreviews {
    padding: 20px
}

.woocommerce div.product #reviews #comments .review {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width: 767px) {
    .woocommerce div.product #reviews #comments .review {
        padding-left: 0;
        padding-right: 0
    }
}

.woocommerce div.product #reviews #comments .review .form-contribution {
    width: 100%;
    margin-left: 0
}

.woocommerce div.product #reviews #comments .review .form-contribution button[type='submit'] {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 31px;
    background: #F47646;
    border-radius: 5px
}

.woocommerce div.product #reviews #comments .comment_container .contribution-karma {
    display: none
}

.woocommerce div.product #reviews #comments .comment_container .comment-text {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .avatar {
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin: 0
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-title {
    margin-bottom: 5px
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-actions {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    bottom: 0;
    left: auto;
    margin: auto
}

@media (max-width: 767px) {
    .woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-actions {
        right: 0
    }
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-actions a {
    width: 36px;
    height: 36px;
    float: right;
    clear: right;
    text-align: center;
    background-color: #E5F2FF;
    color: #3575B3;
    border-radius: 5px;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-actions a {
        width: 26px;
        height: 26px
    }

    .woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-actions a.edit-comment .edit-icon {
        font-size: 21px
    }
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-actions a.subscribe, .woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-actions a.flag {
    display: none
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-actions a small {
    display: none
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-actions .vote-count {
    float: right;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #1D3D70
}

@media (max-width: 767px) {
    .woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-actions .vote-count {
        height: 26px;
        font-size: 14px;
        line-height: 26px
    }
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .contribution-actions .feedback {
    color: #D74142;
    top: 7px;
    font-size: 16px;
    line-height: 22px;
    padding-right: 5px;
    vertical-align: bottom
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .star-rating {
    margin: 0 15px 10px;
    color: #F47646;
    width: 97px;
    height: 15px
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .star-rating:before {
    color: #FFD2C1;
    content: "\53\53\53\53\53";
    font-size: 15px;
    letter-spacing: 4px
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .star-rating span {
    font-size: 15px;
    letter-spacing: 4px
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .meta {
    font-size: 16px;
    line-height: 23px;
    color: #434E60;
    font-weight: 700
}

.woocommerce div.product #reviews #comments .comment_container .comment-text .description {
    font-size: 16px;
    line-height: 23px;
    color: #434E60
}

.woocommerce div.product .timer-wrapper {
    background-color: transparent;
    color: #D74142;
    padding: 0;
    font-size: 15px;
    line-height: 22px;
    max-width: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: -15px;
    width: calc(100% - 55%);
    padding-left: 30px
}

@media (max-width: 1199px) {
    .woocommerce div.product .timer-wrapper {
        width: calc(100% - 49%)
    }
}

@media (max-width: 767px) {
    .woocommerce div.product .timer-wrapper {
        width: 100%;
        padding-left: 0;
        top: -20px
    }
}

.woocommerce div.product .timer-wrapper p {
    color: #D74142;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 0 5px
}

.woocommerce .woocommerce-message {
    max-width: 1170px;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce .woocommerce-message:before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px
}

.woocommerce .woocommerce-message a {
    margin-right: 10px
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px
}

.woocommerce .select2-container--default .select2-results__option {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    line-height: 20px
}

.woocommerce .select2-container--default .select2-search__field {
    height: 40px
}

.content--cart {
    background-color: #ffffff
}

.content--cart .woocommerce-notices-wrapper {
    padding: 0
}

.content--cart .woocommerce-message, .content--cart .woocommerce-error, .content--cart .woocommerce-info {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.content--cart .content-single {
    padding: 75px 0 50px 0;
    position: relative
}

@media (max-width: 767px) {
    .content--cart .content-single {
        padding: 30px 0 50px 0
    }
}

.content--cart .title-l1 {
    text-align: center;
    text-transform: uppercase;
    color: #1D3D70;
    font-size: 33px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .content--cart .title-l1 {
        margin-bottom: 10px
    }
}

.content--cart .title-l2 {
    text-align: center
}

.content--cart .return-to-shop {
    width: 100%;
    padding: 30px 0;
    text-align: center
}

.content--cart .return-to-shop .button {
    background-color: #F47646;
    text-transform: uppercase;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 30px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 auto;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    border-radius: 10px
}

@media (max-width: 991px) {
    .content--cart .return-to-shop .button {
        margin: 5px 0 5px 5px
    }
}

.content--cart .return-to-shop .button:hover {
    background-color: #DB5D2D;
    color: #ffffff
}

.content--cart .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.content--cart .woocommerce .woocommerce-notices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 15px)
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-notices-wrapper {
        width: 100%
    }
}

.content--cart .woocommerce .woocommerce-cart-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(71% - 30px);
    margin-right: 15px;
    margin-top: 40px
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0
    }
}

.content--cart .woocommerce .woocommerce-cart-form .cart-action-block {
    display: none
}

.content--cart .woocommerce .woocommerce-cart-form .cart-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.content--cart .woocommerce .woocommerce-cart-form .button {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    background-color: transparent;
    color: #3575B3;
    position: relative;
    padding: 20px 0 0 0
}

.content--cart .woocommerce .woocommerce-cart-form .button[disabled] {
    padding: 20px 0 0 0
}

.content--cart .woocommerce .woocommerce-cart-form .button[disabled]:hover {
    background-color: transparent !important
}

.content--cart .woocommerce .woocommerce-cart-form .button:hover:after {
    width: 50%
}

.content--cart .woocommerce .woocommerce-cart-form .button:after {
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #3575B3;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: width 500ms ease-in-out;
    transition: width 500ms ease-in-out
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .button {
        width: 100%;
        text-align: center;
        text-decoration: underline
    }

    .content--cart .woocommerce .woocommerce-cart-form .button:after {
        content: none
    }
}

.content--cart .woocommerce .woocommerce-cart-form .cart {
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
    padding: 2px 20px;
    margin: 0 -1px 10px 0
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .cart {
        padding: 0 10px
    }
}

.content--cart .woocommerce .woocommerce-cart-form .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    padding: 20px 0 15px 0 !important;
    border-bottom: 1px solid #e6e6e6;
    background-color: #ffffff;
    position: relative
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item {
        padding: 25px 0
    }
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item::before {
        content: none
    }
}

.content--cart .woocommerce .woocommerce-cart-form .item .thumbnail {
    width: 25%
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .thumbnail {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%
    }
}

.content--cart .woocommerce .woocommerce-cart-form .item .thumbnail img {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    height: 165px;
    -o-object-fit: contain;
    object-fit: contain
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-name {
    margin: auto 0;
    width: 35%;
    padding-left: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #434E60;
    text-align: left
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .product-name {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 0;
        font-size: 20px;
        line-height: 27px
    }
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-name small {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #434E60;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .product-name small {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px;
        display: block
    }
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-name dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .product-name dl {
        margin: 10px 0
    }
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-name dl dt {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: black;
    display: inline-block;
    width: 50%
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-name dl dd {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: black;
    display: inline-block;
    width: 50%;
    padding-right: 5px
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-name dl dd p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
    text-align: right
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .right-block {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 50%
    }
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block .remove {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #3575B3;
    text-decoration: underline
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block .amount, .content--cart .woocommerce .woocommerce-cart-form .item .right-block .woocommerce-Price-currencySymbol {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #434E60
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block .product-subtotal {
    margin-bottom: 10px
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    width: 100%
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block .product-quantity .quantity-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #434e60;
    margin-bottom: 6px
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block .product-quantity .qib-container .qib-button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb)) !important;
    background-image: linear-gradient(to bottom, #fff 0%, #ebebeb 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB', GradientType=0);
    border: 1px solid #d9d9d9 !important;
    height: 40px;
    width: 36px;
    color: #95b5d4 !important;
    font-size: 21px;
    line-height: 32px
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block .product-quantity .qib-container .qib-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) !important;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB', GradientType=0)
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block .product-quantity .qib-container .plus {
    border-radius: 0 5px 5px 0 !important
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block .product-quantity .qib-container .minus {
    border-radius: 5px 0 0 5px !important
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block .product-quantity .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.content--cart .woocommerce .woocommerce-cart-form .item .right-block .product-quantity .quantity .input-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-height: 40px;
    height: 40px;
    padding: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    max-width: 65px;
    font-weight: 700;
    border-radius: 0
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .right-block .product-quantity .quantity .input-text {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
        background-image: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEBEBEB', GradientType=0);
        width: auto;
        min-width: 40px;
        max-width: 55px
    }
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 10px
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .product-actions {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        position: relative;
        bottom: 0
    }
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-actions .wishlist-btn, .content--cart .woocommerce .woocommerce-cart-form .item .product-actions .remove-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%
}

@media (max-width: 1199px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .product-actions .remove-btn {
        padding-left: 10px
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .product-actions .remove-btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
        line-height: 1.3
    }
}

@media (max-width: 1199px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .product-actions .wishlist-btn {
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        border-right: 2px solid #434e60;
        padding-right: 20px
    }
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-actions .remove {
    display: block;
    width: 100%;
    text-align: right;
    border-left: 2px solid #434e60;
    border-radius: 0
}

@media (max-width: 1199px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .product-actions .remove {
        text-align: left;
        padding-left: 10px !important;
        border-left: 0
    }
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-actions .remove:hover {
    color: #3575B3 !important
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-actions .tinvwl_add_to_wishlist-text, .content--cart .woocommerce .woocommerce-cart-form .item .product-actions .remove {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    background-color: transparent;
    color: #3575B3 !important;
    text-decoration: underline;
    padding-left: 0
}

.content--cart .woocommerce .woocommerce-cart-form .cart_item:last-child .item {
    border-bottom: 0
}

.content--cart .woocommerce .cart-widgets {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(29% + 15px);
}

@media (max-width: 991px) {
    .content--cart .woocommerce .cart-widgets {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 10px
    }
}

.content--cart .woocommerce .cart-widgets .checkout-button {
    background-image: -webkit-gradient(linear, left top, right top, from(#FC5206), color-stop(#E5354D), to(#FC5206));
    background-image: linear-gradient(to right, #FC5206, #E5354D, #FC5206);
    background-size: 200% auto;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
    padding: 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-weight: 700
}

.content--cart .woocommerce .cart-widgets .checkout-button:hover {
    background-position: 100% 50%
}

.content--cart .woocommerce .cart-widgets .cart-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 15px 15px 0 15px
}

@media (max-width: 991px) {
    .content--cart .woocommerce .cart-widgets .cart-icons {
        padding: 0
    }
}

.content--cart .woocommerce .cart-widgets .cart-icons .cart-icons-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 33px;
    position: relative;
    width: 100%
}

@media (max-width: 991px) {
    .content--cart .woocommerce .cart-widgets .cart-icons .cart-icons-item {
        padding: 5px 0 5px 33px
    }
}

.content--cart .woocommerce .cart-widgets .cart-icons .cart-icons-item .feature-icon {
    position: absolute;
    max-width: 25px;
    max-height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    left: 0;
    top: 5px
}

.content--cart .woocommerce .cart-widgets .cart-icons .cart-icons-item .feature-text {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-pretotal {
    padding: 20px 0;
    border-top: 1px solid #95b5d4
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 0 0 20px 0
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-subtotal .order-subtotal__title {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-subtotal .order-subtotal__value {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-discount {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 20px 0;
    border-top: 1px solid #95b5d4
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-discount .order-coupon__title {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-discount .order-coupon__value {
    color: #F47646;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-discount .order-coupon__value .amount, .content--cart .woocommerce .cart-widgets .cart-collaterals .cart-discount .order-coupon__value span {
    color: #F47646;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-discount .order-coupon__value .woocommerce-remove-coupon {
    background-color: #E5F2FF;
    color: #3575B3;
    border: 1px solid #3575B3;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 5px 20px;
    margin-left: auto;
    text-transform: uppercase;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px
}

@media (max-width: 991px) {
    .content--cart .woocommerce .cart-widgets .cart-collaterals .cart-discount .order-coupon__value .woocommerce-remove-coupon {
        margin: 0
    }
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-discount .order-coupon__value .woocommerce-remove-coupon:hover {
    background-color: #3575B3;
    color: #ffffff;
    border: 1px solid #3575B3
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 20px 0 0;
    border-top: 1px solid #95b5d4
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods, .content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping label {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods {
    padding-top: 10px !important
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods input[type="hidden"] ~ label {
    color: #F47646
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods input[type="hidden"] ~ label span {
    color: #F47646
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods input[type="hidden"] ~ label::before {
    background: #F47646
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods input[type="hidden"] ~ label::after {
    border-color: #F47646
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods input[type="radio"] {
    position: absolute;
    visibility: hidden
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods input[type="radio"]:checked ~ label {
    color: #F47646
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods input[type="radio"]:checked ~ label span {
    color: #F47646
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods input[type="radio"]:checked ~ label::before {
    background: #F47646
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods input[type="radio"]:checked ~ label::after {
    border-color: #F47646
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods input[type="radio"]:checked ~ label {
    color: #F47646
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    padding-left: 25px
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods label::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    margin: auto;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
    height: 6px;
    width: 6px;
    top: 8px;
    left: 5px
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods label::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    top: 3px;
    margin: auto;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
    left: 0;
    border: 1px solid #434E60
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods label .amount {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods label .amount span {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-methods li {
    margin: 0
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-destination {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-destination strong {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #F47646
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator, .content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping label {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .shipping-calculator-button, .content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping label .shipping-calculator-button {
    color: #3575B3;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 700;
    text-decoration: underline
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .shipping-calculator-button:after, .content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping label .shipping-calculator-button:after {
    content: '\f0d1';
    font-family: 'Font Awesome 5 Pro'
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .input-text, .content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .select2-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 40px
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .form-row {
    padding: 0
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .select2-container {
    -webkit-box-shadow: none;
    box-shadow: none
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .select2-container .selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: transparent
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .select2-container .selection .select2-selection {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: white
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .select2-container .selection .select2-selection__arrow b {
    left: auto;
    right: 10px
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .select2-container .selection .select2-selection__placeholder {
    background-color: transparent;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #636363
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .select2-container .selection .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    color: #434E60;
    font-size: 15px;
    line-height: 18px;
    text-transform: initial;
    padding-left: 20px;
    font-weight: 400
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .select2-container .selection span {
    width: 100%;
    max-width: 100%;
    height: 40px
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .select2-container .select2-dropdown .select2-search__field {
    color: #434E60;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .select2-container .select2-dropdown .select2-results__option {
    color: #434E60;
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 400
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .select2-container .select2-dropdown .select2-results__option--highlighted {
    background-color: #F47646
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator select, .content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator option {
    color: #434E60;
    font-size: 15px;
    line-height: 18px
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .input-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    color: #434E60;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    border-radius: 5px
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .button {
    background-color: #E5F2FF;
    border: 1px solid #3575B3;
    margin: 0 auto;
    display: block;
    color: #3575B3;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    padding: 10px 25px
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .woocommerce-shipping-calculator .button:hover {
    color: #ffffff;
    background-color: #3575B3
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .cart-shipping .tax-total {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #95b5d4
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .order-total__title {
    color: #000000;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .order-total__value {
    color: #000000;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700
}

.content--cart .woocommerce .cart-widgets .cart-collaterals .wc-proceed-to-checkout {
    padding-bottom: 0
}

.content--cart .woocommerce .cart-widgets .cart-financing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 30px);
    margin: 0 auto
}

@media (max-width: 767px) {
    .content--cart .woocommerce .cart-widgets .cart-financing {
        width: 100%
    }
}

.content--cart .woocommerce .cart-widgets .cart-financing .cart-financing-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content--cart .woocommerce .cart-widgets .coupon-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #3575B3;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 15px
}

.content--cart .woocommerce .cart-widgets .woocommerce-form-coupon {
    width: calc(100% - 30px);
    margin: 0 auto 20px auto
}

@media (max-width: 767px) {
    .content--cart .woocommerce .cart-widgets .woocommerce-form-coupon {
        width: 100%
    }
}

.content--cart .woocommerce .cart-widgets .cart-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: calc(100% - 30px);
    margin: 0 auto
}

@media (max-width: 991px) {
    .content--cart .woocommerce .cart-widgets .cart-contact {
        width: 100%
    }
}

.content--cart .woocommerce .cart-widgets .cart-contact .cart-contact-title {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.content--cart .woocommerce .cart-widgets .cart-contact .cart-contact-phone {
    color: #434E60;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 6px
}

.content--cart .woocommerce .cart-widgets .cart-contact .cart-contact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.content--cart .woocommerce .cart-widgets .cart-contact .cart-contact-links a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    background-color: transparent;
    color: #3575B3 !important;
    text-decoration: underline;
    padding: 6px 10px
}

.content--cart .woocommerce .cart-widgets .cart_totals, .content--cart .woocommerce .cart-widgets .cart-collaterals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%
}

.content--cart .woocommerce .cart-widgets .cart_totals {
    padding: 15px
}

@media (max-width: 991px) {
    .content--cart .woocommerce .cart-widgets .cart_totals {
        padding: 15px 0 0 0
    }
}

.content--cart .woocommerce .cart-widgets .cart_totals.processing {
    background-color: #ffffff
}

.content--cart .woocommerce .cart-widgets .coupon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    border: 2px solid #434E60;
    border-radius: 5px;
    padding: 10px;
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0 auto
}

.content--cart .woocommerce .cart-widgets .coupon .coupon-label {
    color: #434E60;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400
}

.content--cart .woocommerce .cart-widgets .coupon .button {
    background-color: #E5F2FF;
    border: 1px solid #3575B3;
    margin: 0 auto;
    display: block;
    color: #3575B3;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    padding: 10px 25px
}

.content--cart .woocommerce .cart-widgets .coupon .button:hover {
    color: #ffffff;
    background-color: #3575B3
}

.content--cart .woocommerce .cart-widgets .coupon .input-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #434E60;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    border: 1px solid #d9d9d9;
    height: 40px
}

.content--cart .woocommerce .woocommerce-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.content--cart .woocommerce .cart-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .content--cart .woocommerce .cart-actions {
        margin-bottom: 10px
    }

    .content--cart .woocommerce .cart-actions .button {
        padding: 10px 0 0 0
    }
}

.content--cart .icons {
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    margin-top: 50px
}

@media (max-width: 991px) {
    .content--cart .icons {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.content--cart .icons .icon {
    padding: 30px 50px
}

@media (max-width: 1199px) {
    .content--cart .icons .icon {
        padding: 20px
    }
}

@media (max-width: 991px) {
    .content--cart .icons .icon {
        padding: 10px 5px
    }
}

.content--cart .icons .icon-desc {
    font-weight: 700
}

.woocommerce-cart .select2-container {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce-cart .select2-container .selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: transparent
}

.woocommerce-cart .select2-container .selection .select2-selection {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: white
}

.woocommerce-cart .select2-container .selection .select2-selection__arrow b {
    left: auto;
    right: 10px
}

.woocommerce-cart .select2-container .selection .select2-selection__placeholder {
    background-color: transparent;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #636363
}

.woocommerce-cart .select2-container .selection .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    color: #434E60;
    font-size: 15px;
    line-height: 18px;
    text-transform: initial;
    padding-left: 20px;
    font-weight: 400
}

.woocommerce-cart .select2-container .selection span {
    width: 100%;
    max-width: 100%;
    height: 40px
}

.woocommerce-cart .select2-container .select2-dropdown .select2-search__field {
    color: #434E60;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    height: 40px;
    border: 1px solid #d9d9d9
}

.woocommerce-cart .select2-container .select2-dropdown .select2-results__option {
    color: #434E60;
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 400
}

.woocommerce-cart .select2-container .select2-dropdown .select2-results__option[data-selected=true] {
    background-color: #E5F2FF;
    color: #3575B3
}

.woocommerce-cart .select2-container .select2-dropdown .select2-results__option--highlighted {
    background-color: #F47646;
    color: #ffffff
}

.cover-lifts {
    padding-top: 15px;
    padding-bottom: 50px
}

.cover-lifts__title {
    font-size: 33px;
    text-align: center;
    margin: 0 0 40px;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .cover-lifts__title {
        font-size: 30px
    }
}

.cover-lifts__item {
    position: relative
}

.cover-lifts__item-wrap {
    position: relative;
    z-index: 1
}

@media (min-width: 992px) {
    .cover-lifts__item-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width: 992px) {
    .cover-lifts__item:nth-child(even) .cover-lifts__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-left: 0;
        padding-right: 30px
    }
}

.cover-lifts__item:nth-child(even):before {
    left: auto;
    right: 0
}

@media (max-width: 991px) {
    .cover-lifts__item:nth-child(even):before {
        right: -120px
    }
}

@media (max-width: 991px) {
    .cover-lifts__item:first-child:before {
        top: -60px
    }
}

.cover-lifts__item:not(:last-child) {
    margin-bottom: 7.8vw
}

.cover-lifts__item:before {
    content: '';
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAf8AAAH/CAMAAABuLySMAAAAAXNSR0IB2cksfwAAAihQTFRFAAAAYEBgW0lbUVFeVUpgTExeTERdRkZdQ0NaQkJXQEBcNz5aMD5aLzxXSEhgTk5kSUltWktpTk5iKDZXFDZeAC9eUkdcUFBgUklbBy9eDS9eVVVmTU1mQECAIjZXVVVVVUdjAAAAGzZXWU1mOUBcDTZegICAUUZdXUZdSkpaVVVVKDxXT0ZhPj5aVVVqZmZmGzZeVUlhTk5iFDZXNjxXQzxRSjxRV0NRZUNKa0NKeUNKjUpDrlE80Fc28l42ckNKlEpDtVE811c2gEpK6142eUpK5F42qFFDLzZXyVc8vFc8XkNKoVFDqFE8mkpD3Vc2PDxRvFE8hkpDw1c83V48115DyV5Dw15KvF5R5F48vF5Kml5eeV5yUWWGL2WaFGWo1148oV5ea155NmWUqF5XL2WUrl5XXl6AG2WhImWhZV55yV5KtV5RSmWGQ2WNUUNRPGWUXmWAhl5rjV5lFGWh0F5DSmWNlF5lcl5yV2WAPGWNVVVxUTxRKGWaImWahkpKFWOjFGKnEWaqIGCfAFWqAFWqEGOlF12iFWqqEGinD2SiFGKdElukF2KlFGajAAD/AICAFWelEGCfHHGqJG22GmazFmaoAGaZ5Fc2SUlkXkNRUkdmYGBgAIC//wAAV2WGTkVigF5ygF5rDmOqM2ZmDV6hF2iiEWaqcl55D2mlE2iqEmGnEmSkDWamZV6AUEhgGGGqFmSmFWCqyVc2Zk1mTUZdVURmWU5kgrxELwAAALh0Uk5TAAgOExgbHiEiIyQlJSYgFwcRGiYmJhkQHCYmDwoEJgMSASYUJCYCFgsfBiYdJQwFJhUNJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmCSYmJiYkGg8IBgMfCwwgIQ0OIhkBAiUQCQcKIwUmHCYZCAQBJhomJhIFExYeJhEbHRwUJiAVFxgmCiEPF4YmZpQAACVnSURBVHic7Z35YxTHlceHUzdgRg0aAcKSEZjDYIMECKzhGstgMNiYyxiQQUCMOUJs48RgfN+xTbATx4k38W52k3izu9kje/x7q9bomJHm6O/7Vver7q7Pz4yoqu/rOt579SqTSRuzZs+ZO29+Q2NTc3NLS2tba0tLc3NT44L58xbOmb1Iu3GOsHhg8fzG5tZsu1eb9mxLc+P8JUu1m+swx9KOprZcHd2n09nW1LFMu+EOlmUC6UuNoLFjtnYXHDKWz2OkLzGC1sbFs7Q744BYMbepy4D0U2QbF67U7pQjGA8uaDOq/Ti5lgVuV2g73QubesIQf5yuxoe0e+ioyop5q3pDFL9Ie/Pc1doddVRgzSoTu70g9DbP0e6so5yHG8Kc9mfStda5Cu1hcWuk4hdpmavdbYfPrIZ6Pt2w6Fq7TrvzqefByFb9SnQ2OfegJh3rFcUv0uqWASW6N0S756tG1lmAAt0dZj28DOudBUSNRer7tC3UHpBUsdgu9X3aHtQelNSwNJT4Ds0jG7UHJhUsX6UtdDVyjc4fEDbrGjXP+/VoX+tiQ6EyT8vXF5QuFxoKj+Ut2vIGoGmT9jAllfmd2toG4lHnDQiD2fq+3qCscsFh4yzQFhWhfbH2cCWMh+Pz8RdpdrsAg2yIx8pfSs9j2oOWGBbFYds/k0bnCzDCQtvP/NXIuguEPN2N2jLKyXVoj17sWR63jV85ze7WGMWauM79E3Rt1h7CONOgLR9P5xLtQYwt6zTS+s3TpD2OMWWjfUk+MlpXaA9lHJkT96V/iuxy7cGMH0tszvNAedRVDgCJVbinPp0uPxiiWVsw42zQHtIYsTqeDv/aLNAe1diwOhnnvum4c2AwViRTfs9r6dYe2jiwKd4e/1q0uGhAXRZltVUKkTZ3QaQO0cif29KV7evfum37wI6B7du29vdlu7ZE4m/IuszQmiwK1+eby24d2Pn4YL4yg4/vHNiaDdcOupwB1CDEr79v1+49e6sIX87ePbsH+kJrh5sBqhPS15/r37cnkPIlFPY80R9KY9wMUJVQ5O/a/ngBFX+coSe3h1FhxhlAZUKY/Pfvq7bWB+XAE+aN0i0BlTD+9Wdp8cdNYJfplrkZYCaG5e/adcCI+EWeGjC7EDgDmI5R+bcMPGVQ/CJ7Dpo8GDoDKMek/F07pRu+2gztMzgJOAMoxaD8fU+GIv4Yhd3mtqjOAKYwJ38ffNAHOWTMApwBTGBM/v1Ph6z+KIXDplrrDKCIqXN/16Hw1R9jp6HMZOcH8DH09XfuC2fXV4mh7WbOAm4GMCb/tiORqe9z4BkjrXYGYGbyzz4bqfo+h4wcBtO+BBj5+ntDOvDXprDLxCKQ7hnAiPwHo536pxg0sQik2QBMyL8l7BN/LXYbmALSawAm5O/X+viLHDCwfUmrARiQP3dUVf1RCtudAcgwsPPveU5b/lEO8bUJ03gKMPD1bx3S1n6MQd6Q0zcD8PLrz/0TGFgD0mYAvPxbzKd4yDlMG0C6lgBe/q5gufxRsYfeBKRpBuDl36977JvJgS3OAILCy9+v4fCtzSA/paXEAPiD3zZtsStxZD/brXTsAfiv30r58/khOhyQhhmAl/+gttDVKGx1BlAPXv7t2jLX4KAzgNrwa/8T2hrXZAfbvWTvAfiv32758/ldbAeTPAMkeO2fZBvbxeTOAMle+yegDSCpM8AsWv4BbW0DQW8CkzkD8PLH4esfpeBmgAqkRv682wNUgJd/l7aqAM4PMA1efmuyPQJBZ4QkywDSJn8+P+AMYIr0ye8MoIQ0yu+WgEl4+XdqaynCzQBjWCv/0LHjJ06eOnni+LGQ8sidAWRMyL/btC7Pn37hzNlzw6WcO3vmhdPPm/6PXDDIOvlfPH9hZLgaIxfOv2j0f6MNIO6OILsm/4sXLlXVfsoGLhv8H1PuCOLlNxbvL1z+0Ut1xS9y5eXLxvKLUx0LsCfid/LloOKPm8CFq2b+4zTnBFoj/7XrkPhFzp428n+n1wBskf/yDYH6PtevmfjvCz9OpwFYsvafuilU3+fGSRNNSKUB8PLvMzD0x39CqO/z8jEDrUjhKcCKg1/hFWzXV4mXXjVwFkidAVgh/7Vz9eUNwIiBRSBlwSAbvH6FM0bUH+W1V/gpgDeAWdqiBseGr/8Ws++bzuvHnQEEx4av/6f8yl/KlYvOAIJig/zstn8mP3MGEAwL5C9I/H31eIPeBPCngBgYgAVr//NSh19trtNpIikwAAvkP1Y9wM9xm/YF8dFAyw3gjn6q5y0zp/5KXGKPAYU3k20AFsh/9W5o8g8P3z3BGgAfDbTYAPjJfwcr//G3QpR/1ADY/LBCf3INwIKA74v1E7w4Rug9QGINwAL5j4e39hszgAJfJs5KA7BB/jDX/gkuOQOoRFrkdzNARSyQP8SDnzOAOlhQ3eNWNF+/zzn6FJAwA+DP/fTXfzXcg980A6AdQYkyAAsm/6tXIpR/ePgubQD9yTEAC9w+EcvvDKAEfvKnM30jnfyL0EtAPiGuYP7rf5uWP+qv34gBJCMWYEHAV0V+E0tAAgzAgmyfkzryjxrArdQbgA3ym830hAyAngH4q2GqBsDLf5iV/4TW1+9DO4IM3A1UNAAL5I/Q61cJPhwc45Qw/uBHyx9RyKc6N+miUbE1APrrzx1ix0756/e5TRtATLOC+a8/CfKbWAJieTHkTo++/NF7/SqRyj0ALz+99is4fSvD5wPELi2cl58+9yt5/SrBp4T1x8sAePnj6fOvBn8xJFYGYEHET83pWxk6GGTg8ejIDID/+mn5T+s5fSvDp4T1xcUALJDfhM//nXffe/+DDzMffvD+e+++Y8AA6BkgJgbAy0/X9TMg/0cfl3Xqk0+dAQRjOS0/nezFy//Zz2f06/MvaANgTwEGDOCO/fLTO39+6/flvQo9+8W77J+9xO4BDGwCQzYAfvLXz/a5/1WVzn11n/zLvCOonzaAUJcA/uCnL/8771ft3tfsPnCEDgbxGUEhzgD8A+601+8WLf8HNTr4S9YA6HCwzeXi11kgPxvxu1/96/f5Ffnnh2+zRaIMGMC6cOTflI2//O98XaeTv2L3ADf0DSC7KQz5V6yPv/z368lvYAawwADWrzAv/8q2+MtfY+tXYgD6M0A/O9RtK43r36IuP53rF0j+TOZj8r/hDYA/BbSYlr+RbZF+pm9A+Q3MAK/rLwENZuWfF3/5v/ll4N7SfgALDGCJSfnn5OIvf61z/3Te198DsClhuQfNyb+xnWyMfqYvJP+oAbAzAL8HYA2gfbkp+Vewfh/+62dTPUH5TcwAtCewnxz1rKlDALv1533+EX/9Pl+zBsB7Atlo4CNm5F9ANkM/1VMgv4ElgL4ZROcDrDUh/xqyEXxxF1b+L34t6jhtAHQ08Nv95NjP4eVf3ss1gZ786XSPb2TyG9gD0PkAQ6QBtNPZAPdIrz8vP5vsJZr8rTEAcgloq5TphNCkLD+d6F0z3l8PehPIGwC5CWzk5Cf9frTP/xor//3gXr9K0LEA9ZSwuUz3l3dS/zd97qflD+zzr8YnrAHwF0M4A2hn0oG4mC8v/2us/NzX7/MxuwTwdQI5AyBCgWup/5h2+l4mR96E/AaigdoG8BtpzzdTUR9a/lOKO3+zBqC7B+gUBgK6qXw/Wn56529IfgMGoPxgRJus20zKB1/aSfPcb9wAlNPCRX7gpYz8T7Py02UdxV6/SlgQDGIMILdZ0Gdm9n+clZ+O9wt9/qEZAJ0RRBWJEqwAxN4/tydp8ttgAFRG0Aa0vw8Te/8Eym+DATAZQXAgqFX+fz2ZRPlNGECBHBemRMwqrLMd8v+JDvmcsFJ+AwZwnTWAIWJPthDp6jp5widf14/O9QtHfgNXw+gZgEgI6UF6Ko/68ud+qw5+5ehfDRvqFyuzIHg/N4o3f7tY+XXj/fWw4GrYLqk0ncEDgeKEX/oRV9rnbyTkUx06HMyXixdXC28K2smHpP/DtqTLn8l8zhqA4oMRywL2UbrLfJPd3vDys+ke9aENgJ4BxI6ggJkA0rPfM2mQ3woDkEYD1wTqoLDEW5bd2tDy16ntY4r3WAOgN4FHhBfyskG6t0H2t9sHyU7xO/9o5DdgAPQMMCi8lBEgGbRb9vnnniK7FJev30ffAJ6VndDX1++bcPVncz3jsfZPwBsAmxG0WyZT/R2A7PNnD/58onfYB79yaAO4yRrAb0U61U0EkF346CO3/nGT3wI/QEEWCnisTr9EO8ueI1xf+K1f1PKbOAaSp4C9ohhda+1efSf5mx659+NTPaOXP5P5OWsAr3Ojlt8j0uqBmp0SpX2Q73nolHfgoWMBZ8lVc0AiVnOtLolyfvdz3Yir/AaigaQBFCSO+lytMGCz5A9yjh863h9Stk8Q6LuBpAEckHgBalSG/DvJ3+MSfui1X1F+AzMAmRL2tkCv9u6q3WkQ/LlnqA7Qbh9V+U2UiuUMQJIR2lGtM6sFJ4rcXlX5P/tdlGpXQLlW8KBgxq4aBZL4fo4yrafdPp9qy28gK5iLBj4h0KxaVTDB4a+PaTt9v//TDyOVujK8ATCewILAYVflCHgH/0veAaLp9Nf/mQ3ya18OFXiBen9fsR+COp9M2IeW/wv9yb+I7pMxgmyweRW7gc8knYTfn5dfd+dfCu0JZAxAsAWsmAg4B/4zTGXfy2xpJzWvXyXoWABjAAI3cKU3IvE7Pz3ys+tFCyp7mUQzIWQIP7ZXKgiCp5TJ73q9wA6XZfIbMACiRtBRWLkKLoC5+B8RN/h84uRXNYDCFli7mQVh8NCP+J5/EuXPZL5ie3VTvAfYCWs38zIoPP3vl7bWhqqeYUAbgDgWUICTNmckAuOvPEhLfNERP0vlN7AEvCEcUkE28PSakPDuX7r60+d+qw5+5dA5gd8LBxXfAUw/AcBnCGHY/zQ7RBbLbyInUFgrGA4DTcsDha98b5G185iltX1MQRvAXdkp4Aiqn1eeBgbXet0haubQSLLlN2AAwlMAfB2kPAaAvvIjS/sovJ50+Q0YgCwn8ACqf1kQeB36a1mlj58kX34DBvAT0diimWDtpW3+e1R/UYnPM2mQ34AB/INkcOEjYGk1GNT51yNpIZvuExP5DRwDrwlGdwgNA5eeAB8Ffyt50/MYmegfG/n5GeAtySHgIKhhSRLAbPCnnmD3x+79rMn2CQJrAJKrgc+CGuZWTzZ3PvjTfkHz/sCNiHqiNwZrAK8IRhgNAjw02Vp0+Rf4/k6R8tuR6hkcMiXstZP4EKOVQac2AGDmXw53URTOUcMRq8m/CDkDXMK9AM+B+k9uANDT/1a4aflXOPnjs/WbgjwFvIoPMvgZT1YER4s+4LWejlNBP6tDPtXh8gFews8A6AIw8SYI6vz/Fm7ZG8xIWBvvr8c/UgbwMjzKT4E6ToQAwFd+8Ttf15hxiOnX78PNAPgWEMzhmigIDj7yjZd7YaJ+MZafNICb8DiDV4HGi8FtxH7lPYs26yIxCLHc+k1BpYTBbmAwBjAeAgK3f71oq5jPP+bycwZwHR3ovZiS49eAwHuf8OmPWP1jeO6fDmMAV9GhBk+AxTfBQO8fXPHhrLj/MXP6VobwA8CZAODTIEUPIFhFDF3+r6ZbfsoAboFjDV4EKeYAYYHjHOqYfDnl8jMG8DNwrEEX8NgBYDP2G/T0X5C6/hIjP2EAd8HBzmPf8tgBYCGm/wDYIullPwtKO5lDbADoERB8GeifMnDwH439Cnd/VpR2Moc0Gog6gcHHAZdmYO8/WOv7mKzfH/1CWzHDCPMBXgJ3W+AGcEkGPv6BDXrVyV9EWCr2PDbcYDWw+Rk0+tOFtSd/3ck/jmwGAF0A4D2wxgz64A/o/RPt/j9NovzCPQB6AsAuAj+SQY//4Pb/pKDL3yRp51+KKB8AvBCMXQNqy2SWQz/wdmLNESz/X8Q54FubPwr0BzcAmAe4B37yAyz6gyf+JOrcPx1BPsAFbMCxHLBOuPDLc1hz8Ds/v9LWKFTwaOAINuDgAbA7sxj7AZb6fQvu7p+0FQqZP8Ejgo3405icd0D3H5j8AV/5/LO2PmFz78/okGBJAGAdgGVg9kcXpj+6/fsmWV7fSvzuHXBMLkIjDqYAPQa6f8Gifz+Aff1KW50I+GdwTLCrgAVM/yWg+xe8+Ql6/z7V1iYSPsMGBQwBYe6cDZlV0L8H676At/4+0ZYmEsBg8A1syDF37tpMC/TvwQc/sJ7ev6ctTST8AhsV0AOMZfMtAPXfBbVlCOvpX7SViYh/gUblJUx/LAOkMVT9weB/GnZ/PmAcAIu490N6NoWqP+j++VpbmIgA34vCnofD7oA1g/pjZT/B1O+43/UJygfYsGARQKwM1Crw0UdMfzD6m8yw/0zADSDmAMQyAFtC1R8s+qOtS2Rgw3IaGnMsANgS6vrvvv+KhPr9h6s/lv4D7v+Sm/hRDrj+Y5fA0Pk/TP/Pi1hH3f6/IlghIEz/R0D/70GoLc9jHU3L+R+MAGEJANj+vxmM/2D+/wLW0bT4//4VGxZoyMEEwGbw4ac3scZgHU2J//8eNiqg/3crpGcTqP8zWGPAyi/piP+B9wDABEAsAbwp3PyP77GufqQtTSR8ig0K+CggFv9rAPO/wIcffoZ1NRUTAHoX/Aw25NgFoLWZDdC/78Qa81OwrylIALr3BTgmL2BDDsnpdWSWYD/AGgOX/vpSW57QeRcdklPQiH+LyTk38xj2g0GoNcfRzg7/UVufkPk3eEQw9w9YAWhOZhn2g8eh1uTfgrv7nrZCoYJfADuHDfiTmJybM3ewH4DlXwQv/iXZC4jmfg/D6b/g/a91mQz2A7D4s6T8x8+1VQoNSRkocPs3gMmZQV/+/i3WHMn9//sfa+sUEqICECewAcfSv/wnQLCnf8Hyf7Lqf8l0A4iKwF3Bxht0//gFILEAcA5sj6j+TyINQFYDEPT+gde//AKwWAAAffpRVv9rOHlLgLAEJLj8g9d//fpPa7GfgAVAhPX/7idtBhDK/xr41N5hTMwNoy0DHYDo07/S6u/JOgVIH4JBK8CDT4D5DwA8gP0EzAAQ1/9NlCNI/BLYZXC0+zExN4+2bRP2E/Tpd3H97+HPtVUzhlj+K2C11QL4lFe33zrw3eAjoAH8Vdr5xBiAwOs3zg/gWIPbv66x5mE3QLxDYJskLqBEGYBcfrT4I+r9Lb4ADB4A0QcAhC6AxBgAIX/Y7/80jDUQywDBn/9kXv+M/yZQUvNzAvgFUPD9r8VjLZyD/QgsATjKzRQbAB7vnyL09/+WjTURPADAGwD5EdAn3n4A5uvH3/8El/9cd7GR4AEArAGUh8tAlRNnTyCx9g8P34bHGXz/NzveSiwCBHsABGVAy4hvRWDq9V/B+99Y7bfx5/8ymX/HfgbmAPrInwCNswEQDz8O408/5fPPgjpuGG8nmAKKvwCbv/UaMxL342kA3Nf/Epb36QM6/8de//JZAf4OPgHm82eosYilAXDyD7+KDzK4j+ucbCr4AjCaAzDK0F3OAOKXDyCN+I0zgj6zC6d+e62TbQWfgEMfgfFhnEA+cTsFUDv/4eHX4Kff8/kdoIqNk40FPYDoLeAx0KuA04mXH4CUXzL7g6l/nvfdZGs3gr8ULAD5wu0UGQDl9hkWeP7ycOxvLPd/AnDnACcB+dwSJwKME59g0H+QPb2L7/3hp3+99SUNRjcAXYL2cW7gOBkA4/MfA7vyWaTQC2rYUNJi8BEoz9sjMYAL7LjEYwmg5cde/BgHzPz0n36ZAg0Boe9AFCl8nwYDoOXHHX8+WN13z8uVNRq7BDT6azQLrGgAN5JvALT81/GTf16w+2spazVWBciD74GO8zxYEGomtvsB2J3/8G04vWIMrOyfV3z6fYqH0J9vEbUy/yIVCrbfAMSZvhOck2z98/kjYOjP8x4ubzh2C3iUwzIDuMUagNWxANbtM3wOK/Y7yT5Uvuy0loNJoHAluEmOc5GAUQOwt0ww6fMflf9F2aAWsKpfXvnpzwd8BtqDK8FMcpX1A91/X0Xc+pARv+HhK8KvP78bVm/2tLZ3wwuAIApc5CT+KHg579hpALT8b4G1HiYpoP7b8ZsfpaAuQPkEkFADoOW/K5Ufzfv0SmN/E3wH/w3pDiCZBsDLL538Bau/98DMDqD+Y7gUQKkBJG4PoPj154/CyvVU6AG+AHSJPFVjXE3YDKD49eeH8C93+u7fB80C9UR5QBOcwCtDWmwAtPzn0JueJYAl33yWV+oEvIn0tsh8lWPcYv0AFhkALf+I8NzvMwi7/sbKfs2kAf474HNwSTUAWv5LMqdvEezBjzE2VOwGnAXmSa6CmDQAOzyBvNePkX8PLlrnysodacP/lCQTdJITiXAF0z7/S8TkL3D9TN37mg6aBuwjDAMVoWcAC4JBdMSPkh++8+PzWJWurMQPEl6vKBEkOQZAx/tHmMkfvvPhM9P3OwGcBTLKj5nmx94A2ExfUv4CmvPvM79qb5bjRwnGCzhmAKwjSLVULC0/tfXDr/z49K6u3h+wEkDx71ErAO8JVDSAP9HyE26fvGz2rxD6mQJOA/Ppp/rAxwLUUsL+k2044fT1KYDlnsbI3anVJcl6wriBfU7F1AD+S1l+POfTZ1XNPs2T/Envb9oGoJEWri4/+NTTOHNqdqpb4E7wvCwRB/Ch8wEUZgBafnLtzw+CtX6LtNbpVofkj3pbua7EcBNIr/3SVM8JhkRLdaXEjzJkE4DoQnAp9AwQsR+AP/iR8kvCPt70Wz+VkE0A8mTAcegZINKMINrrR577BQn/Rep9/qMTgORQ4XmdTCTQiAFEGA6mQz6c1y8v3fsF+PylRwCvh3MDjRoAHQ7+ZejCF9GX/zmJo9abKPhbB9kEIL8PMAEdDo5oBtCXfy+e8DtGkM9fchWoiKgmQCl0LCCSGUBffuHW38ttDNZD8EGQSeCXIabD7wHCNwA624eWv9Av1KcpYBeXCv9+GgxA/+svgFW+J+ldV797RfCrAOMw+aCGDCDcPYC+/OgbL1OsDdzLO8LtpbQsSAl0NDBUA6CLu1CZvmOgZd4m6ekO3k9BKvg49BJwmjaA8JJCtdM9GPm9JUBHV8q8wD70EkBHA0NzBdPpHnfJkA8jf+U7H9UAHwUuhcwGyOev0QYQzgzAy08GfMVeX5/NWGclmWDj7E6mAVgg/9tyUWplfVVio3gLKHkfJAYGYIH8T8gl6aly5ac6C+T/WRKXAHrrpzr5jz30jvF7YRggmQYQ768/oOO/HEE9gCneZnvLPRk3bPgUoJ3pmxfd8p8k99+STou9gD60I4ifAcwZgAXyyw9+Xq0bP7XYJHcCeAb8APYYAC8/fe4XpXpPUC/nsxrUCmDDDGBmD8CneurK31vzxkctJPdBp2BzQg0YgIlYgPYlL1Z+yPFbzmrmDGDAAGhXsIFwMB3yoTN9SflrX/ipzVLCC+QZWALoYNA3H5DyaxV0L0Ec8B2jPXDUvxKMF8gzsAnUNgBafsV4f5E1VP+ZOIARA+BLxTIGQE/+6vL/Dyc/eQg04AjiDUC+B6Cdvjdp+bm1X+T4K4fcAvDRQL2UMHrnf/t5tvOU28fzejbR+kvvg0xCVQjzOaFkAPS5/wZ5LVpW3auEXKD7HvWg/MBGDEClVnD85fc6TMgvLApSAr0EaBSKTID8QfP96zGL3AMaMIDIbwfT5R2E7/iVQK79XiuQ8Fub/xUUhiyDzgiiH40ClwBa/pvaWz+vy8Deb4I15CGANwDaEQQtAbT86ud+r10c9amEsCqEQQPgYwHBw8Ffxl/+XP1KDxDyGyHj0MGgyDKC7r3L/k+8z//H7HD/n1n5+VOgBQYQsEjUX2j56YAv+/VXeeGBoZuMBJgwgNdIYYLMAPf05S/Q8ld634lltbQswCT0HoA3gPqbQHryp5O9ePmrPfDAsXJ9/A2gbjRQP9ePl58P+lRmE+sItMAAvqhtAHy2j7785vw+01nH5YN5Ji6GsAbwTa1wsHpVTwNbvyx81Ss4d1hPsAU3g2rUB9Cv7UN7/byuReHJb8IA6GggXx/gq2ry3yf/sr7T1+uaFab8mcxy2gAOqRvA8Jf3KvSMd/vw6R7MJa+i/Ea9vpW4Q+8BLDCAz2Y+GPD5F/ryswHf0L9+H3oGyHEvRhkxgOGPyn2Bn3xE/0Ub5A/960+OAQy/8+7n7//6w8yHH7z/3rvswj9sYu2PifwGNoG8AdCnANPY8PVHMPmbMgD2uQDbDIDP9pE85ackvxUzgIklwBh8rl+s5DdwCkiUAfDy8we/SOXPZGbpGwCdEmaKFMpvwgAs8AMY4aZ6pq+C/AYMgHcE0cEgE9jg81eQ34QB0LGAi9rim5CfvOKpJb8VBnBeW36+oHts5bfCAJRnAP1Eb0X57TAAzT0ALz+d6K0pvwkDoO8G0ilhhPys07cQc/lNGIB+RpAU2udfkD3ia5H8aTYA2u2TBPlNGABdI0jFAJz84/AZQfqVQhXkz/fT8kcU769HGpcA/uvn5bfi6/ex4BQQsQG4yb8MC5JCr8VKfgNuH0sm/yL8DBCnfIDrBbaxMXb6VoafAWgDoCuFBuV7tqVxyPNH4fMB6JxA+u3ggPLTX38M0z3qkxYDOOvkr4wFBnAq/FjA607+avB7ANoAQg8Hj6Qx1y8oFiSFhpwQwhd0j2myVzAsSAsPdQZ4nf76E3fwK4c3ANoRdOtSaPKnPNsnCBZkBB27GZL8t1n545/uUR8LDGDoRijyX6d9/m8mX34rDKDwfQjyv8Ee/NIhvxXBoPwF4/L/wDYpLfJbcTMof96sK/DKRSd/cGyYAY6b3ATcoMv65VMkvxV7gHzhD8bkf4X2+SYr3aM+NhhA/tSIEfVHTtItSZv8lhhA4VV+F/DST+mPP4XyW2IA+Rf/Ssp/gXb5jZJC+a1ICfM5fZtQ/wY/9afz6/fho4FPGxj9fP6y9CRw/ZqR/z/xPv9q8Aawx4gA+VNnBep/b+Lbzyc+4lcLawwgf/VlbCd45cIJQ/9zouP99bDHAPKFyz8KagJXXr7G7/nHSfHX72NBTmAJFy/Uzw0YuXDZ4P+Y2rV/AktOAZMcP3+huldo5IeLJo57U6RefityAqfz/OkXzpw9V6b8pe/PnD9JJ3dNw8DBL9THXKLBgkKRlRk6dvzEyVMnTxw/Zlr4Ik7+IjaEgxVw8k+QSgNw8k9h2yYwApz8pVi4CQwXJ3851m4Cw8FAcZdEyW9LODgihvqc/NOxoEZQVDj5K5EaA3DyVyYlBuDkrwZvACaDQSFReMbJXw3+FPCUtrx14UM+iZXfhAE8q61vbQpO/pok3RHU7+SvDb8H2K6tcQ34bJ+Ey2/CALYZS84yjHP6BoE3gK12GoBz+gaDN4BnwknY4HDn/qDwBrD/iLbaMziSdfIHhTeArkFtvacx2OPkDw5vAFsOaCtexnPtTn4E3gA6bfIFP5lju5NNlfwmDMDbZcsxoECX9E3Z1+9jwAD69morP8ZeeuOfQvkzmUW8AWyxYQ14utfJL8KAAeivAQbm/pTKb8YAlNeAwf1OfjkmDKBXMyB4uNPJz2DCALw3taaAwX4DrU+z/IYMILdPYxdQ2EEf+r20y2/IALyssTIhgXmSdvj6pF1+UwbgvRltQGCQzvIcw8lvzAByO6JbBIYGTEz9Tv4ihgzA64nqhthOOthTJG0+/2qYMgAvG8FZsHDYVGvd1z+BMQPw9oftET5Ep3lM4OSfwpwBePt3hpcc9u1Rc+108pdi0AC8zu3h5Ibs2WZm1zeGk78ckwbgeX27TU8C3x41NvH7OPmnY9YADE8CRj99z8lfCcMGMHoaeMKMT+i5XUZcfSU4+Sth3ABGN4P7WBN4bpf5Vjn5KxOCAYwO9sDjUsfg0KGDpr/8sRY5+auwyOgea5Jc/65Df0O/+8MDZlz8M3Bev+qEZAA+ub7tOwMVDxjac3Sbgayeajj5axGiARRHf+uunY9X2xMcePLoQH8YM35pA5z8NQnbAIp0buna39e/ddv2gR0DB7dtfaYv27PF7AmvCk7+eqxbH4UOSmTXaQ+v/axo1VYpNNpWaA9uHFjdoq1TSLSs1h7aeND9iLZSodDcrT2wsaFZW6sQaNIe1DjRoK2WcRZoD2m86IjkOBYZucXaAxo31vDXau2h9yHt4Ywfy0L2xEVIz2btwYwjdyJxBUbAeuf0E7EyGY6AR7THMb4s0NaOJ7dWexDjzMK47wLbH9MewnizMYycoOjIPqw9gHFnRZw3AatWag9fAojvJmC+9tAlgwfiuQZkZ2sPXFJY2aStpYBGF+01xxpDV+4jo2eO9pAli0Xx2gY2b9IesMSxJD7xgJ6F2oOVRFY2xiMmnGtwp75wmN2mrW0AWjZqD1OCmfeotrx16JmrPUTJZkWDzYtA7wI39YfNHWuTQ3NNLtAfBUvtvCHS4rJ8omKhfalB612KX5QstismsN5t+6Jmnj0WkHXqK9DdYYcFZJdoj0Rqmad/Wbz1O+1BSDUPNmv6AzqbXIxfm1kNWj7BrrWunIMVzNNwCLS4TZ89LG+INjqcXetcfZaxZlVUO4He5ge1O+uowIp5q8K/LtLePNcl9llL98KmMBeCrkbn5bWeOQ2hpInkWta6w15MWPFdk1nfYLZxjZv148XyjmYzNpBtWuw2+/Fk0eKmLHMqyLU1LnQ1G+PNygc6GlvgTWGuq6Vh8TJXsS8xPLh4bWNza1e9e0Tt2ZbmhvnfLdVuriMsZs2eM7djfkNjU3NzS0trW2tLS3NzU+OC+fMWztmcvnX+/wH5GgrBYlSNrQAAAABJRU5ErkJggg==");
    position: absolute;
    width: 511px;
    height: 511px;
    top: -5vw;
    left: 0;
    pointer-events: none;
    background-size: cover
}

@media (max-width: 991px) {
    .cover-lifts__item:before {
        width: 367px;
        height: 367px;
        top: -30px;
        left: -120px
    }
}

.cover-lifts__img {
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    padding: 20px;
    text-align: center
}

@media (min-width: 992px) {
    .cover-lifts__img {
        -ms-flex-preferred-size: 38.2%;
        flex-basis: 38.2%;
        min-width: 38.2%
    }
}

@media (max-width: 991px) {
    .cover-lifts__img {
        margin-bottom: 30px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

.cover-lifts__img img {
    max-width: 100%;
    height: auto
}

.cover-lifts__content {
    text-align: center
}

@media (min-width: 992px) {
    .cover-lifts__content {
        -ms-flex-preferred-size: 61.8%;
        flex-basis: 61.8%;
        min-width: 61.8%;
        padding-left: 30px
    }
}

.cover-lifts__content [data-expand=content] {
    margin-bottom: 10px;
    max-height: 77px;
    overflow: hidden;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.cover-lifts__content [data-expand=content].opened {
    max-height: 10000px;
    -webkit-transition: .18s ease;
    transition: .18s ease
}

.cover-lifts .faq-wrapper {
    padding-top: 1px;
    padding-bottom: 75px;
    background: url("../images/faq-bg.jpg") no-repeat 50%;
    background-size: cover;
    margin-top: 290px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .cover-lifts .faq-wrapper {
        background: 0 0;
        margin-top: 0;
        padding-bottom: 0
    }
}

.cover-lifts .faq__blocks {
    margin-top: -200px;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px #00000029;
    box-shadow: 0 10px 20px #00000029;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 45px 100px 65px
}

@media (max-width: 991px) {
    .cover-lifts .faq__blocks {
        padding: 45px 60px 65px
    }
}

@media (max-width: 767px) {
    .cover-lifts .faq__blocks {
        padding: 20px 10px 25px;
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0
    }
}

.cover-lifts .faq__blocks h2 {
    font-size: 33px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .cover-lifts .faq__blocks h2 {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.cover-lifts .faq__block {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.cover-lifts .faq__block:last-child .faq__title {
    border-bottom: 1px solid #E5E5E5
}

.cover-lifts .faq__block .faq__title {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding: 29px 30px;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    background-color: transparent;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

@media (max-width: 767px) {
    .cover-lifts .faq__block .faq__title {
        padding: 29px 15px
    }
}

.cover-lifts .faq__block .faq__title-icon {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 14px;
    top: 0;
    right: 30px;
    bottom: 0;
    left: auto;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (max-width: 767px) {
    .cover-lifts .faq__block .faq__title-icon {
        right: 15px
    }
}

.cover-lifts .faq__block .faq__title-icon .icon {
    width: 100%;
    height: 100%;
    stroke-width: 4px
}

.cover-lifts .faq__block .faq__title-text {
    color: #434E60;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.cover-lifts .faq__block .faq__input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    left: 0;
    max-height: 93px
}

.cover-lifts .faq__block .faq__input:checked ~ .faq__input {
    max-height: 70px
}

.cover-lifts .faq__block .faq__input:checked ~ .faq__title {
    padding-bottom: 20px;
    background-color: #E5F2FF;
    border-color: transparent
}

.cover-lifts .faq__block .faq__input:checked ~ .faq__title .faq__title-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cover-lifts .faq__block .faq__input:checked ~ .faq__content {
    max-height: 400px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-bottom: 30px;
    background-color: #E5F2FF
}

.cover-lifts .faq__block .faq__content {
    font-size: 16px;
    line-height: 24px;
    z-index: 2;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

@media (max-width: 767px) {
    .cover-lifts .faq__block .faq__content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.cover-lifts .faq__block .faq__description {
    color: #434E60;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.cl-container {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

.clc__title {
    font-size: 33px;
    margin: 0 0 30px
}

@media (max-width: 991px) {
    .clc__title {
        margin-bottom: 15px
    }
}

.clc__text {
    font-size: 18px;
    line-height: 24px;
    color: #434E60;
    font-weight: 500
}

.clc__text p {
    font-size: inherit
}

.clc__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 25px 0 0
}

.clc__list li {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    font-size: 18px;
    line-height: 24px;
    color: #434E60;
    font-weight: 700;
    padding: 0 10px;
    max-width: 175px
}

@media (max-width: 991px) {
    .clc__list li {
        font-size: 14px;
        line-height: 18px
    }
}

.clc__cta {
    padding-top: 30px
}

.clc__cta .btn {
    font-size: 17px;
    line-height: 23px;
    padding: 14px 25px;
    width: 80%
}

@media (max-width: 991px) {
    .clc__cta .btn {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .clc__cta .btn {
        width: 100%
    }
}

.clc__cta .btn:after {
    display: none
}

.clc__expand {
    font-size: 15px;
    text-transform: uppercase;
    color: #3575B3;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to right, #fff 0%, #ebebeb 100%);
    padding: 8px 25px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clc__expand:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    margin-left: 15px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    opacity: .7;
    display: inline-block
}

.clc__expand.active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.clc__expand:hover {
    background: #ebebeb
}

.clc__expand-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clc__expand-wrap:before, .clc__expand-wrap:after {
    content: '';
    background-color: #d9d9d9;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block
}

.woocommerce-checkout .subtitle {
    display: none
}

.woocommerce-checkout .content-single {
    padding: 50px 0 80px
}

.woocommerce-checkout .content-single .title, .woocommerce-checkout .content-single .title-l1 {
    text-align: center;
    margin: 0 0 25px;
    font-size: 33px;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .woocommerce-checkout .content-single .title, .woocommerce-checkout .content-single .title-l1 {
        font-size: 24px;
        line-height: 30px
    }
}

.woocommerce-checkout #payment div.payment_box input.input-text {
    border-radius: 5px;
    border: 1px solid rgba(53, 117, 179, 0.5);;
    background-color: white;
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    height: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding: 0 17px
}

.woocommerce-checkout #payment div.payment_box input.input-text::-webkit-input-placeholder {
    color: #434E60
}

.woocommerce-checkout #payment div.payment_box input.input-text::-moz-placeholder {
    color: #434E60
}

.woocommerce-checkout #payment div.payment_box input.input-text::-ms-input-placeholder {
    color: #434E60
}

.woocommerce-checkout #payment div.payment_box input.input-text::placeholder {
    color: #434E60
}

.woocommerce-checkout .wrapp {
    background-color: #fff
}

.woocommerce-checkout .woocommerce-info {
    font-size: 17px;
    line-height: 1.5 !important;
    border: 0;
    border-radius: 10px;
    background-color: #1D3D70;
    color: white !important;
    padding-left: 70px
}

.woocommerce-checkout .woocommerce-info:before {
    content: "\f30f";
    font-family: 'Font Awesome 5 Pro';
    font-size: 22px;
    top: 12px;
    color: #F47646
}

.woocommerce-checkout .woocommerce-info a {
    text-decoration: underline;
    color: white;
    font-weight: 700
}

.woocommerce-checkout .woocommerce-order .woocommerce-notice {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #434E60
}

.woocommerce-checkout .woocommerce-order ul.order_details {
    background-color: white;
    border-radius: 10px;
    padding: 20px 25px
}

.woocommerce-checkout .woocommerce-order ul.order_details li {
    border-right: 1px solid #cdcbcb;
    font-size: 15px
}

.woocommerce-checkout .woocommerce-order ul.order_details li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0
}

.woocommerce-checkout .woocommerce-order-details table.shop_table {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 20px
}

.woocommerce-checkout .woocommerce-order-details table.shop_table td, .woocommerce-checkout .woocommerce-order-details table.shop_table th {
    border: 0 !important;
    border-bottom: 1px solid rgba(53, 117, 179, 0.5) !important;
    font-size: 17px;
    color: #434E60
}

.woocommerce-checkout .woocommerce-order-details table.shop_table .order-total th, .woocommerce-checkout .woocommerce-order-details table.shop_table .order-total td {
    color: black;
    font-size: 23px;
    border-bottom: 0 !important
}

.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:last-child th, .woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:last-child td {
    color: black;
    font-size: 23px;
    border-bottom: 0 !important
}

.woocommerce-checkout .woocommerce-customer-details address {
    border: 0;
    background-color: white;
    border-radius: 10px;
    padding: 20px 25px;
    font-size: 16px;
    line-height: 2;
    color: #434E60
}

.woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--phone {
    position: relative;
    padding-left: 30px
}

.woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    content: '\f095';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #F47646;
    top: -1px;
    left: 0;
    margin: 0
}

.woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--email {
    position: relative;
    padding-left: 30px
}

.woocommerce-checkout .woocommerce-customer-details .woocommerce-customer-details--email:before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #F47646;
    margin: 0;
    left: 0;
    top: -1px
}

.woocommerce-checkout form.woocommerce-form-login {
    border: 0;
    background-color: white;
    border-radius: 20px
}

.woocommerce-checkout form.woocommerce-form-login .input-text {
    border-radius: 5px;
    border: transparent;
    background-color: #E5F2FF;
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    height: 52px
}

.woocommerce-checkout form.woocommerce-form-login button.button {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 26px 7px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff;
    background-color: #F47646
}

.woocommerce-checkout form.woocommerce-form-login button.button:hover {
    background-color: #DB5D2D
}

.woocommerce-checkout form.woocommerce-form-login .lost_password a {
    color: #3575B3;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 700
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 20px
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table td, .woocommerce-checkout table.woocommerce-checkout-review-order-table th {
    border: 0 !important;
    border-bottom: 1px solid rgba(53, 117, 179, 0.5) !important;
    font-size: 17px;
    color: #434E60
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout table.woocommerce-checkout-review-order-table .order-total td {
    color: black;
    font-size: 23px;
    border-bottom: 0 !important
}

.woocommerce-checkout .select2-dropdown {
    border-color: #E5F2FF
}

.woocommerce-checkout .select2-results__option {
    font-size: 15px;
    color: #434E60;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 6px 15px
}

.woocommerce-checkout .select2-results__option--highlighted[data-selected] {
    background-color: #E5F2FF;
    color: #434E60
}

.woocommerce-checkout .select2-results__option[data-selected='true'] {
    background-color: #E5F2FF;
    color: #434E60
}

.woocommerce-checkout .select2-results__option:focus {
    outline: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce-checkout .select2-search--dropdown {
    padding: 6px 15px
}

.woocommerce-checkout .select2-search--dropdown .select2-search__field {
    height: 37px;
    font-size: 15px
}

form.woocommerce-checkout h3 {
    margin: 0 0 15px
}

form.woocommerce-checkout #payment {
    border-radius: 10px;
    background-color: white
}

form.woocommerce-checkout #payment div.payment_box {
    border-radius: 5px;
    background-color: #fff
}

form.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: #E5F2FF
}

form.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    text-decoration: underline;
    font-weight: 700;
    color: #3575B3;
    font-size: 15px
}

form.woocommerce-checkout .col2-set {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    form.woocommerce-checkout .col2-set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

form.woocommerce-checkout .col-1 {
    border-radius: 10px;
    padding: 20px;
    background-color: white
}

@media (min-width: 992px) {
    form.woocommerce-checkout .col-1 {
        -ms-flex-preferred-size: calc(70% - 20px);
        flex-basis: calc(70% - 20px);
        margin-right: 20px
    }
}

form.woocommerce-checkout .col-2 {
    border-radius: 10px;
    padding: 20px;
    background-color: white
}

@media (min-width: 992px) {
    form.woocommerce-checkout .col-2 {
        -ms-flex-preferred-size: 30%;
        flex-basis: 43%
    }
}

form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
    margin-bottom: 10px
}

form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first {
    width: calc(50% - 5px)
}

form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
    width: calc(50% - 5px)
}

form.woocommerce-checkout input[type='text'], form.woocommerce-checkout input[type='email'], form.woocommerce-checkout input[type='tel'] {
    border-radius: 5px;
    border: transparent;
    background-color: #fff;
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    height: 52px
}

form.woocommerce-checkout select {
    width: 100%;
    border-radius: 5px;
    border: transparent;
    background-color: #E5F2FF;
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    height: 52px
}

form.woocommerce-checkout textarea {
    border-radius: 5px;
    border: transparent;
    background-color: #fff;
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    min-height: 152px;
    padding-top: 15px;
    padding-bottom: 15px
}

form.woocommerce-checkout .select2-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto
}

form.woocommerce-checkout .select2-container .select2-selection--single {
    height: 52px;
    margin: 0
}

form.woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(53, 117, 179, 0.5);
}

form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    line-height: 52px;
    padding-left: 17px;
    padding-right: 80px;
    background: none;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0
}

form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
    width: 65px
}

form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    width: 12px;
    height: 6px;
    line-height: 6px;
    margin-left: -6px;
    margin-top: -3px
}

form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    color: #95b5d4;
    display: inline-block
}

form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px
}

form.woocommerce-checkout .woocommerce-checkout-payment {
    padding-top: 15px
}

form.woocommerce-checkout .woocommerce-checkout-payment button.button.alt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 30px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#E5354D), color-stop(#FC5206), to(#E5354D));
    background-image: linear-gradient(to right, #E5354D, #FC5206, #E5354D);
    background-size: 200% auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    margin-bottom: 15px;
    width: auto !important
}

form.woocommerce-checkout .woocommerce-checkout-payment button.button.alt:hover {
    background-position: 100% 50%
}

form.woocommerce-form-coupon.checkout_coupon {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: white
}

form.woocommerce-form-coupon.checkout_coupon input[type='text'] {
    border-radius: 5px;
    border: transparent;
    background-color: #E5F2FF;
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    height: 52px
}

form.woocommerce-form-coupon.checkout_coupon .button.button {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 26px 7px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff;
    background-color: #F47646
}

form.woocommerce-form-coupon.checkout_coupon .button.button:hover {
    background-color: #DB5D2D
}

.woocommerce-checkout.woocommerce-order-pay table.shop_table {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 30px;
    border-radius: 0;
    font-size: 16px
}

.woocommerce-checkout.woocommerce-order-pay table.shop_table th, .woocommerce-checkout.woocommerce-order-pay table.shop_table td {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #8cb2d9
}

.woocommerce-checkout.woocommerce-order-pay table.shop_table td.product-name .wc-item-meta {
    font-size: 15px
}

.woocommerce-checkout.woocommerce-order-pay table.shop_table td.product-name .wc-item-meta li, .woocommerce-checkout.woocommerce-order-pay table.shop_table td.product-name .wc-item-meta p, .woocommerce-checkout.woocommerce-order-pay table.shop_table td.product-name .wc-item-meta strong {
    font-size: inherit
}

.woocommerce-checkout.woocommerce-order-pay table.shop_table tfoot {
    font-size: 18px
}

.woocommerce-checkout.woocommerce-order-pay table.shop_table tfoot tr:last-child th, .woocommerce-checkout.woocommerce-order-pay table.shop_table tfoot tr:last-child td {
    border-bottom: 0
}

.woocommerce-checkout.woocommerce-order-pay #payment .button.alt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 30px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#E5354D), color-stop(#FC5206), to(#E5354D));
    background-image: linear-gradient(to right, #E5354D, #FC5206, #E5354D);
    background-size: 200% auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    margin-bottom: 15px;
    width: auto !important
}

.woocommerce-checkout.woocommerce-order-pay #payment .button.alt:hover {
    background-position: 100% 50%
}

.quiz-wrap {
    max-width: 1200px;
    padding: 0 15px;
    margin: -100px auto 70px;
    z-index: 20;
    position: relative
}

@media (max-width: 991px) {
    .quiz-wrap {
        margin: 0 auto 50px
    }
}

.quiz-wrap .rh-widget {
    margin: 0 !important;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16)
}

.content--account {
    background-color: #f6fbff
}

@media (max-width: 767px) {
    .content--account {
        padding: 20px 0
    }
}

.content--account .content-single {
    padding: 75px 0 50px 0;
    position: relative
}

@media (max-width: 767px) {
    .content--account .content-single {
        padding: 30px 0 50px 0
    }
}

.content--account .content-single h3 {
    margin-top: 0
}

.content--account .subtitle {
    display: none
}

.content--account .title-l1 {
    text-align: center;
    text-transform: uppercase;
    color: #1D3D70;
    font-size: 33px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .content--account .title-l1 {
        margin-bottom: 10px
    }
}

.content--account .title-l2 {
    text-align: center
}

.content--account .u-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 5px 15px
}

@media (max-width: 991px) {
    .content--account .u-columns {
        padding: 0
    }
}

.content--account .u-columns .u-column1, .content--account .u-columns .u-column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.content--account .u-columns .u-column1 h2, .content--account .u-columns .u-column2 h2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    color: #1D3D70;
    text-transform: uppercase
}

.content--account .u-columns .u-column1 {
    width: calc(50% + 60px)
}

@media (max-width: 991px) {
    .content--account .u-columns .u-column1 {
        width: 100%;
        padding-bottom: 60px
    }
}

.content--account .u-columns .u-column1:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #e6e6e6
}

@media (max-width: 991px) {
    .content--account .u-columns .u-column1:before {
        top: auto;
        bottom: 40px;
        right: 0;
        left: 0;
        height: 1px;
        width: 100%
    }
}

.content--account .u-columns .u-column1 .login {
    width: calc(100% - 60px)
}

@media (max-width: 991px) {
    .content--account .u-columns .u-column1 .login {
        width: 100%
    }
}

.content--account .u-columns .u-column2 {
    width: calc(50% - 60px)
}

@media (max-width: 991px) {
    .content--account .u-columns .u-column2 {
        width: 100%
    }
}

.content--account .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 20px
}

.content--account .woocommerce .register, .content--account .woocommerce .login {
    border: none;
    padding: 0;
    margin: 10px 0 20px 0
}

.content--account .woocommerce .register input, .content--account .woocommerce .login input {
    border-radius: 5px;
    border: transparent;
    background-color: #E5F2FF;
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    height: 52px;
    max-width: 100%
}

.content--account .woocommerce .register .password-input, .content--account .woocommerce .login .password-input {
    position: relative
}

.content--account .woocommerce .register .password-input .input-text, .content--account .woocommerce .login .password-input .input-text {
    padding-right: 55px
}

.content--account .woocommerce .register .password-input .show-password-input, .content--account .woocommerce .login .password-input .show-password-input {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 35px;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32' width='32'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cg class='currentLayer'%3E%3Cpath d='M649 137.999h26v18h-14m-8 0h-4v-14M661 156l-8 6v-6' fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M16 25c-4.265 0-8.301-1.807-11.367-5.088a1 1 0 011.462-1.365C8.778 21.419 12.295 23 16 23c4.763 0 9.149-2.605 11.84-7-2.69-4.395-7.077-7-11.84-7-4.938 0-9.472 2.801-12.13 7.493a1 1 0 11-1.74-.986C5.147 10.18 10.333 7 16 7c5.668 0 10.853 3.18 13.87 8.507a1 1 0 010 .985C26.853 21.819 21.668 25 16 25z' fill='%23F47646'/%3E%3Cpath d='M16 21c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5zm0-8c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z' class='selected' fill='%23F47646'/%3E%3C/g%3E%3C/svg%3E")
}

.content--account .woocommerce .register .password-input .show-password-input.display-password, .content--account .woocommerce .login .password-input .show-password-input.display-password {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.content--account .woocommerce .register .password-input .show-password-input:hover, .content--account .woocommerce .login .password-input .show-password-input:hover {
    cursor: pointer
}

.content--account .woocommerce .register label, .content--account .woocommerce .login label {
    font-size: 17px;
    color: #434E60;
    font-weight: 400;
    margin-bottom: 7px
}

.content--account .woocommerce .register label .required, .content--account .woocommerce .login label .required {
    font-size: 17px;
    color: #434E60
}

.content--account .woocommerce .register .woocommerce-form-row, .content--account .woocommerce .login .woocommerce-form-row {
    margin-bottom: 20px
}

.content--account .woocommerce .register .button, .content--account .woocommerce .login .button {
    padding: 15px 45px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #F47646;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.content--account .woocommerce .register .button:hover, .content--account .woocommerce .login .button:hover {
    background-color: #DB5D2D
}

.content--account .woocommerce .register .lost_password a, .content--account .woocommerce .login .lost_password a {
    font-size: 17px;
    color: #3575B3;
    font-weight: 400;
    margin-bottom: 0
}

.content--account .woocommerce .register .lost_password a:hover, .content--account .woocommerce .login .lost_password a:hover {
    text-decoration: underline
}

.content--account .woocommerce .register .form-row, .content--account .woocommerce .login .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.content--account .woocommerce .register .form-row .woocommerce-form__label-for-checkbox, .content--account .woocommerce .login .form-row .woocommerce-form__label-for-checkbox {
    padding: 0 0 20px 0;
    font-weight: 700;
    font-size: 18px;
    padding-left: 25px;
    position: relative
}

.content--account .woocommerce .register .form-row .woocommerce-form__label-for-checkbox span::before, .content--account .woocommerce .login .form-row .woocommerce-form__label-for-checkbox span::before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
    height: 6px;
    width: 10px;
    top: 11px;
    left: 5px;
    z-index: 5;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transform: rotateZ(-50deg);
    transform: rotateZ(-50deg)
}

.content--account .woocommerce .register .form-row .woocommerce-form__label-for-checkbox span::after, .content--account .woocommerce .login .form-row .woocommerce-form__label-for-checkbox span::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    top: 6px;
    margin: auto;
    -webkit-transition: background 0.25s linear;
    transition: background 0.25s linear;
    left: 0;
    z-index: 2;
    background-color: #E5F2FF
}

.content--account .woocommerce .register .form-row .woocommerce-form__input-checkbox, .content--account .woocommerce .login .form-row .woocommerce-form__input-checkbox {
    height: initial;
    position: absolute;
    visibility: hidden
}

.content--account .woocommerce .register .form-row .woocommerce-form__input-checkbox:checked ~ span span, .content--account .woocommerce .login .form-row .woocommerce-form__input-checkbox:checked ~ span span {
    color: #F47646
}

.content--account .woocommerce .register .form-row .woocommerce-form__input-checkbox:checked ~ span::before, .content--account .woocommerce .login .form-row .woocommerce-form__input-checkbox:checked ~ span::before {
    border-color: #193D71
}

.content--account .woocommerce .register .woocommerce-privacy-policy-text, .content--account .woocommerce .login .woocommerce-privacy-policy-text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #434e60;
    margin-bottom: 20px
}

.content--account .woocommerce .register .woocommerce-privacy-policy-text a, .content--account .woocommerce .login .woocommerce-privacy-policy-text a {
    color: #3575B3
}

.content--account .woocommerce .register .woocommerce-privacy-policy-text a:hover, .content--account .woocommerce .login .woocommerce-privacy-policy-text a:hover {
    text-decoration: underline
}

.content--account .woocommerce .lost_reset_password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 25px 35px;
    width: 50%;
    margin: 0 auto
}

@media (max-width: 991px) {
    .content--account .woocommerce .lost_reset_password {
        width: 100%;
        padding: 0
    }
}

.content--account .woocommerce .lost_reset_password .woocommerce-form-row--first {
    padding: 20px 0 20px 0 !important
}

.content--account .woocommerce .lost_reset_password .form-row {
    padding: 0 0 20px 0;
    font-weight: 700;
    font-size: 18px;
    width: 100%
}

.content--account .woocommerce .lost_reset_password .form-row .input-text {
    border-radius: 5px;
    border: transparent;
    background-color: #E5F2FF;
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    height: 52px;
    max-width: 100%
}

.content--account .woocommerce .lost_reset_password .button {
    padding: 15px 45px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #F47646;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.content--account .woocommerce .lost_reset_password .button:hover {
    background-color: #DB5D2D;
    color: #ffffff
}

@media (max-width: 991px) {
    .content--account .woocommerce .lost_reset_password .button {
        font-size: 12px
    }
}

.content--account .woocommerce .lost_reset_password .button[disabled='disabled'] {
    padding: 15px 45px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #F47646;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.content--account .woocommerce .woocommerce-MyAccount-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25%;
    padding: 30px 27px 30px 30px
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-navigation {
        width: 100%;
        padding: 0 0 20px 0
    }
}

.content--account .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
    width: 100%
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link {
    border-top: 1px solid #e6e6e6
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link a {
    font-size: 16px;
    font-weight: 400;
    color: #3575B3;
    display: inline-block;
    width: 100%;
    padding: 17px 0;
    position: relative
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link a:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 22px;
    top: 17px;
    color: #E5F2FF;
    position: absolute;
    right: 0;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link.is-active a:after, .content--account .woocommerce .woocommerce-MyAccount-navigation-link:hover a:after {
    color: #3575B3
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link--dashboard a:after {
    content: "\f3fd"
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link--orders a:after {
    content: "\f291"
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link--downloads a:after {
    content: "\f1c6"
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link--edit-address a:after {
    content: "\f015"
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link--payment-methods a:after {
    content: "\f389"
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link--edit-account a:after {
    content: "\f007"
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link--tinv_wishlist a:after {
    content: "\f004"
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link--contributions a:after {
    content: "\f005"
}

.content--account .woocommerce .woocommerce-MyAccount-navigation-link--customer-logout a:after {
    content: "\f2f5"
}

.content--account .woocommerce .woocommerce-MyAccount-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    width: 75%;
    padding: 30px 30px 30px 27px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
        padding: 0
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content input {
    border-radius: 5px;
    border: transparent;
    background-color: #E5F2FF;
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    height: 52px;
    max-width: 100%
}

.content--account .woocommerce .woocommerce-MyAccount-content label {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #434E60;
    padding-bottom: 8px;
    display: inline-block
}

.content--account .woocommerce .woocommerce-MyAccount-content label .required {
    color: #434E60
}

.content--account .woocommerce .woocommerce-MyAccount-content .select2-selection {
    padding: 10px 5px;
    border-radius: 5px;
    border: transparent;
    background-color: #E5F2FF;
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    height: 52px;
    max-width: 100%
}

.content--account .woocommerce .woocommerce-MyAccount-content .select2-selection__arrow {
    top: 13px;
    right: 10px
}

.content--account .woocommerce .woocommerce-MyAccount-content .select2-selection__arrow b {
    border-color: #3575B3 transparent transparent transparent
}

.content--account .woocommerce .woocommerce-MyAccount-content .select2-selection__rendered {
    background: none;
    padding: 3px 40px 9px 12px
}

.content--account .woocommerce .woocommerce-MyAccount-content .select2:after {
    top: 10px
}

.content--account .woocommerce .woocommerce-MyAccount-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #434E60
}

.content--account .woocommerce .woocommerce-MyAccount-content a {
    color: #3575B3
}

.content--account .woocommerce .woocommerce-MyAccount-content form {
    max-width: 100%;
    width: 100%;
    margin: 0
}

.content--account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields {
    width: 75%;
    margin: 0
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields {
        width: 100%
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row {
    margin: 0 0 20px 0
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row {
    margin-bottom: 20px
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row em {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.content--account .woocommerce .woocommerce-MyAccount-content .edit-account {
    max-width: 75%;
    margin: 0
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .edit-account {
        width: 100%;
        max-width: 100%
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    color: #434E60;
    padding: 40px 0 25px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.content--account .woocommerce .woocommerce-MyAccount-content .button {
    padding: 15px 45px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #F47646;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #e4f3ff
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-head-wrap .woocommerce-order-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-head-wrap .woocommerce-order-head {
        display: none
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-head-wrap .woocommerce-order-head .woocommerce-orders-table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 20%;
    padding: 20px 10px;
    margin: 0
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-head-wrap .woocommerce-order-head .woocommerce-orders-table__header:last-child span {
    display: none
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-head-wrap .woocommerce-order-head .woocommerce-orders-table__header span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #434E60;
    text-transform: uppercase
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-head-wrap--mobile {
    display: none
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-head-wrap--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 30%;
        padding: 0;
        border-bottom: 1px solid #3575B3;
        background-color: #E5F2FF
    }

    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-head-wrap--mobile .woocommerce-order-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-head-wrap--mobile .woocommerce-order-head .woocommerce-orders-table__header {
        padding: 20px 10px;
        margin: 0 !important
    }

    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-head-wrap--mobile .woocommerce-order-head .woocommerce-orders-table__header span {
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
        color: #434E60;
        text-transform: uppercase
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body:nth-child(2n) {
    background-color: #f9fcff
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row {
        width: 70%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #3575B3
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row .woocommerce-orders-table__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 20%;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #434e60
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row .woocommerce-orders-table__cell {
        width: 100%
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row .woocommerce-orders-table__cell a {
    font-weight: 700;
    color: #3575B3
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row .woocommerce-orders-table__cell .button {
    background-color: #E5F2FF;
    color: #3575B3;
    border: 1px solid #3575B3;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 22px;
    margin-left: auto;
    text-transform: uppercase;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row .woocommerce-orders-table__cell .button {
        margin: 5px
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row .woocommerce-orders-table__cell .button:last-child {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row .woocommerce-orders-table__cell .button:last-child {
        margin: 5px
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row .woocommerce-orders-table__cell .button:hover {
    background-color: #3575B3;
    color: #ffffff;
    border: 1px solid #3575B3
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row .woocommerce-orders-table__cell .amount {
    padding-right: 5px;
    font-size: 16px;
    line-height: 24px
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-order-body .woocommerce-orders-table__row .woocommerce-orders-table__cell .amount span {
    font-size: 16px;
    line-height: 24px
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1, .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 50%
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1, .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
        width: 100%
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:before {
    content: none
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75%
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title h3 {
    color: #434e60;
    font-size: 21px;
    line-height: 54px;
    font-weight: 400
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .edit {
    position: relative;
    color: transparent
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .edit:before {
    content: '\f044';
    font-family: 'Font Awesome 5 Pro';
    font-size: 22px;
    color: #3575B3;
    position: absolute;
    right: -15px;
    top: -6px
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
    color: #434e60;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-style: normal
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75%
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
        width: 100%
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
    color: #434e60;
    font-size: 21px;
    line-height: 54px;
    font-weight: 400
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table {
    border: none
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table td, .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr, .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table thead, .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table th {
    border: none;
    color: #434e60;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table td a, .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr a, .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table thead a, .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table th a {
    color: #3575B3
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table thead {
    background-color: #E5F2FF
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table thead th {
    font-weight: 700
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody {
    background-color: #eff8ff
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot {
    background-color: #f9fcff
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75%
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
        width: 100%
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
    color: #434e60;
    font-size: 21px;
    line-height: 54px;
    font-weight: 400
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
    color: #434e60;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-style: normal
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--email:before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #3575B3
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    content: '\f095';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #3575B3
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    width: 100%
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile .my_account_contributions {
    border: 0;
    border-collapse: collapse
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile td, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tr, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile th, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile span, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile time {
    border: none;
    color: #434e60;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-collapse: collapse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile td a, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tr a, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead a, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile th a, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile span a, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile time a {
    color: #3575B3
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile td a.button, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tr a.button, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead a.button, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile th a.button, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile span a.button, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile time a.button {
    background-color: #E5F2FF;
    color: #3575B3;
    border: 1px solid #3575B3;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 22px;
    margin-left: auto;
    text-transform: uppercase;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile td a.button, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tr a.button, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead a.button, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile th a.button, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile span a.button, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile time a.button {
        margin: 0
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile td a.button:hover, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tr a.button:hover, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead a.button:hover, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile th a.button:hover, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile span a.button:hover, .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile time a.button:hover {
    background-color: #3575B3;
    color: #ffffff;
    border: 1px solid #3575B3
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead {
    background-color: #E5F2FF
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead tr {
    width: 100%
}

@media (max-width: 1199px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead tr {
        display: none
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead tr .contributions-product {
    width: 28%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead tr .contributions-type {
    width: 14%
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead tr .contributions-date {
    width: 14%
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead tr .contributions-rating {
    width: 14%
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead tr .contributions-content {
    width: 14%
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead tr .contributions-actions {
    display: none
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead th {
    padding: 20px 10px
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile thead th span {
    font-weight: 700;
    text-transform: uppercase
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody {
    background-color: #eff8ff
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody td {
    padding: 20px 10px
}

@media (max-width: 1199px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody td {
        padding: 15px 10px 0 10px
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody td a span {
    color: #3575B3
}

@media (max-width: 1199px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution {
        border-bottom: 1px solid #3575B3
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-photo {
    width: 14%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1199px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-photo {
        width: 25%
    }
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-photo {
        width: 35%
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-product {
    width: 14%
}

@media (max-width: 1199px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-product {
        width: 25%
    }
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-product {
        width: 65%
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-type {
    width: 14%
}

@media (max-width: 1199px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-type {
        width: 25%
    }
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-type {
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-date {
    width: 14%
}

@media (max-width: 1199px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-date {
        width: 25%
    }
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-date {
        width: 50%;
        text-align: center !important
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-rating {
    width: 14%
}

@media (max-width: 1199px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-rating {
        width: 25%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-rating {
        width: 50%
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-content {
    width: 16%
}

@media (max-width: 1199px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-content {
        width: 75%
    }
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-content {
        width: 50%
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-actions {
    width: 14%
}

@media (max-width: 1199px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-actions {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tbody .contribution .contribution-actions a {
        margin: 0 auto 15px auto
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile tfoot {
    background-color: #f9fcff
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile .contribution {
    background-color: #eff8ff
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile .contribution:nth-child(2n) {
    background-color: #f9fcff
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile .contribution {
        border: 1px solid #ffffff
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile .contribution .contribution-rating .star-rating:before {
    color: #3575B3
}

.content--account .woocommerce .woocommerce-MyAccount-content .wc-product-reviews-pro-profile .contribution .contribution-rating .star-rating span:before {
    top: -4px;
    color: #F47646
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px
}

@media (max-width: 991px) {
    .content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button {
        margin: 20px 20px 0 20px
    }
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-button:hover {
    background-color: rgba(244, 118, 70, 0.9)
}

.content--account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message .button {
    margin-right: 10px
}

.content--account.my-account-dashboard .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 991px) {
    .content--account.my-account-dashboard .woocommerce {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tinv-wishlist .tinv-overlay {
    background: linear-gradient(160deg, rgba(249, 249, 249, 0.6), rgba(229, 242, 255, 0.8), #1d3d70);
    opacity: 1 !important
}

.tinv-wishlist .tinv-header h2 {
    text-align: center;
    text-transform: uppercase;
    color: #1D3D70;
    font-size: 33px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: -20px;
    margin-top: 50px
}

@media (max-width: 991px) {
    .tinv-wishlist .tinv-header h2 {
        margin-bottom: 10px
    }
}

.tinv-wishlist td {
    border: transparent
}

.tinv-wishlist .tinvwl-table-manage-list thead {
    background-color: #e4f3ff
}

.tinv-wishlist .tinvwl-table-manage-list thead span, .tinv-wishlist .tinvwl-table-manage-list thead th {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #434E60;
    text-transform: uppercase
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item {
    background-color: #eff8ff
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item:nth-child(2n) {
    background-color: #f9fcff
}

@media (max-width: 991px) {
    .tinv-wishlist .tinvwl-table-manage-list .wishlist_item {
        border: 1px solid #ffffff
    }
}

@media (max-width: 991px) {
    .tinv-wishlist .tinvwl-table-manage-list .wishlist_item td {
        padding: 5px 20px;
        width: 33%
    }
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-remove button {
    background-color: #434E60;
    color: #ffffff
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-remove button:hover {
    background-color: #F47646
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-name .variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

@media (max-width: 991px) {
    .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-name .variation {
        margin: 10px 0
    }
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-name .variation dt {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: black;
    display: inline
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-name .variation dd {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: black;
    display: inline;
    padding-right: 15px
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .product-name .variation dd p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .button {
    background-color: #434e60;
    text-transform: lowercase;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 22px;
    margin-left: auto;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

@media (max-width: 991px) {
    .tinv-wishlist .tinvwl-table-manage-list .wishlist_item .button {
        margin-bottom: 30px
    }
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .button:hover {
    background-color: #F47646
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item .button .tinvwl-txt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item a, .tinv-wishlist .tinvwl-table-manage-list .wishlist_item span, .tinv-wishlist .tinvwl-table-manage-list .wishlist_item time {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #434e60
}

.tinv-wishlist .tinvwl-table-manage-list .wishlist_item ins span {
    color: #ffffff
}

.tinv-wishlist .tinvwl-table-manage-list tfoot td {
    padding: 30px 0 1em 0
}

.tinv-wishlist .tinvwl-table-manage-list tfoot .button {
    background-color: #F47646;
    text-transform: uppercase;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0 5px
}

@media (max-width: 991px) {
    .tinv-wishlist .tinvwl-table-manage-list tfoot .button {
        margin: 5px 0 5px 5px
    }
}

.tinv-wishlist .tinvwl-table-manage-list tfoot .button:hover {
    background-color: rgba(244, 118, 70, 0.9)
}

.tinv-wishlist .tinvwl-table-manage-list tfoot .button span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff
}

.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-break-input-filed {
    padding: 10px 5px;
    border-radius: 5px;
    border: transparent;
    background-color: #E5F2FF;
    font-size: 17px;
    font-weight: 400;
    color: #434E60;
    height: 44px;
    max-width: 100%
}

@media (max-width: 991px) {
    .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-break-input-filed {
        margin: 5px 0 5px 0
    }
}

@media (max-width: 991px) {
    .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-left {
        margin: 5px 0 20px 0
    }
}

.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right {
    margin: 0 0 0 auto
}

.tinv-wishlist .tinv-modal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px
}

.tinv-wishlist .tinv-modal-inner .icon_big_times, .tinv-wishlist .tinv-modal-inner .icon_big_heart_check {
    color: #F47646
}

.tinv-wishlist .tinv-modal-inner .tinv-txt {
    color: #1D3D70;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center
}

.tinv-wishlist .tinv-modal-inner .button {
    padding: 15px 45px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #F47646;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700
}

.tinv-wishlist .tinv-modal-inner .button:hover {
    background-color: rgba(244, 118, 70, 0.9);
    color: #1D3D70
}

.tinv-wishlist .cart-empty {
    color: #434e60;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 40px
}

.tinv-wishlist .return-to-shop {
    width: 100%;
    padding: 30px 0;
    text-align: center
}

.tinv-wishlist .return-to-shop .button {
    background-color: #F47646;
    text-transform: uppercase;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 auto
}

@media (max-width: 991px) {
    .tinv-wishlist .return-to-shop .button {
        margin: 5px 0 5px 5px
    }
}

.tinv-wishlist .return-to-shop .button:hover {
    background-color: rgba(244, 118, 70, 0.9);
    color: #ffffff
}

.tinv-wishlist ul.woocommerce-message, .tinv-wishlist ul.woocommerce-error, .tinv-wishlist ul.woocommerce-info {
    padding: 1em 2em 1em 70px;
    margin: 0 0 2em 0
}

.tinv-wishlist .tinvwl-icon-heart:before {
    color: #3575B3 !important
}

.mspc-product.woocommerce .subtitle {
    margin-top: 10px
}

@media (max-width: 991px) {
    .mspc-product.woocommerce .subtitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mspc-product.woocommerce .subtitle:after {
    content: '';
    display: block;
    width: 127px;
    height: 95px;
    pointer-events: none;
    background-image: url("../images/custom-cover-label.png");
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 992px) {
    .mspc-product.woocommerce .subtitle:after {
        position: absolute;
        right: 20px;
        top: 85px
    }
}

@media (max-width: 991px) {
    .mspc-product.woocommerce .subtitle:after {
        margin: 0 auto 10px;
        width: 75px;
        height: 49px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.cc-view {
    overflow: hidden
}


.cc-view.preload {
    max-height: 550px;
    position: relative
}

.cc-view.preload:after {
    content: '';
    position: absolute;
    background-color: white;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px
}

.cc-view.preload:before {
    content: '';
    display: block;
    border: 6px solid #E5F2FF;
    border-top: 6px solid #F47646;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    z-index: 11;
    opacity: .9
}


.cc-wrap {
    background-color: #E5F2FF;
    padding: 40px 0 90px
}

.cc-wrap.aos-init {
    -webkit-transform: none !important;
    transform: none !important
}

.cc-wrap [data-sticky] {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.cc-wrap [data-sticky].is-sticky {
    z-index: 94
}

.cc-wrap [data-sticky].js-sticky-list {
    position: relative;
    z-index: 95
}

.cc-module-title {
    text-align: center;
    margin: 0 0 30px;
    font-size: 33px;
    font-weight: 700;
    color: #1D3D70
}

@media (max-width: 991px) {
    .cc-module-title {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.cc-steps-range {
    height: 5px;
    background-color: white;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 36px;
    pointer-events: none
}

@media (max-width: 991px) {
    .cc-steps-range {
        top: 26px
    }
}

.cc-steps-range i {
    display: block;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #1D3D70;
    -webkit-transition: .2s ease width;
    transition: .2s ease width
}

.cc-steps-list {
    background-color: #95b5d4;
    border-radius: 10px;
    padding: 30px 50px
}

.cc-steps-list--wrap {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .cc-steps-list {
        padding: 20px
    }
}

.cc-steps-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.cc-steps-list li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cc-steps-list li:first-child a {
    padding-left: 0
}

.cc-steps-list li:last-child a {
    padding-right: 0
}

.cc-steps-list a {
    padding: 0;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    color: white;
    font-weight: 700;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media (max-width: 991px) {
    .cc-steps-list a {
        font-size: 0;
        line-height: 1.2
    }
}

.cc-steps-list a span {
    font-weight: 800
}

@media (max-width: 991px) {
    .cc-steps-list a span {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .cc-steps-list a span {
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .cc-steps-list a span:after {
        content: '.'
    }
}

.cc-steps-list a:before {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: currentColor;
    margin: 0 auto 12px;
    position: relative;
    z-index: 3
}

.cc-steps-list a i {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: currentColor;
    margin: 0 auto 12px;
    position: relative;
    z-index: 3
}

.cc-steps-list a i:before {
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    background-color: #1D3D70;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.cc-steps-list a.complete {
    color: #1D3D70
}

.cc-steps-list a.complete i {
    z-index: 2
}

.cc-steps-list a.complete i:before {
    width: 100%
}

.cc-steps-list a.active {
    color: #1D3D70
}

.cc-steps-list a.disabled {
    pointer-events: none
}

.cc-step-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1D3D70;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 20px 15px;
    margin: 0 -20px 20px;
    width: calc(100% + 40px)
}

@media (max-width: 767px) {
    .cc-step-title {
        text-align: center
    }
}

.cc-step-title span {
    font-weight: 800
}

.cc-step-title.separate-title {
    margin: 0;
    background-color: white;
    padding-top: 17px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

@media (min-width: 992px) {
    .cc-steps-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width: 992px) {
    .cc-steps-content .cc-col-left {
        -ms-flex-preferred-size: calc(100% - 310px);
        flex-basis: calc(100% - 310px)
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .cc-steps-content .cc-col-left {
        -ms-flex-preferred-size: calc(100% - 280px);
        flex-basis: calc(100% - 280px)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cc-steps-content .cc-col-left {
        -ms-flex-preferred-size: calc(100% - 260px);
        flex-basis: calc(100% - 260px)
    }
}

@media (max-width: 991px) {
    .cc-steps-content .cc-col-left {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .cc-steps-content .cc-col-right {
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
        min-width: 320px;
        padding-left: 10px
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .cc-steps-content .cc-col-right {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
        min-width: 300px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cc-steps-content .cc-col-right {
        -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
        min-width: 280px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cc-steps-content .cc-col-right {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

.cc-steps-content .cc-sticky-sidebar {
    padding: 20px
}

@media (max-width: 991px) {
    .cc-steps-content .cc-sticky-sidebar {
        position: static !important
    }
}

.cc-steps-content .cc-sticky-sidebar.is-sticky {
    border-radius: 10px;
    background-color: white
}

.cc-steps-content .mspc-wrapper {
    margin: 0
}

.cc-steps-content .mspc-menu {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.cc-steps-content .mspc-content {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.cc-steps-content .mspc-variations {
    margin: 0 0 30px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 0;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px !important;
    overflow: hidden
}

.cc-steps-content .mspc-variations[style*="display: block"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (max-width: 991px) {
    .cc-steps-content .mspc-variations {
        margin-left: -5px;
        margin-right: -5px
    }
}

.cc-steps-content .mspc-variations.mspc-pa_cover-model .mspc-text-wrapper {
    font-size: 14px
}

@media (max-width: 991px) {
    .cc-steps-content .mspc-variations.mspc-pa_cover-model .mspc-text-wrapper {
        font-size: 12px
    }
}

.cc-steps-content .mspc-variations.mspc-pa_cover-model .mspc-text-wrapper > p {
    font-size: inherit;
    margin: 10px 0 0;
    letter-spacing: -0.01em
}

.cc-steps-content .mspc-variations.mspc-pa_cover-model .mspc-text-wrapper > strong {
    color: #434E60;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .cc-steps-content .mspc-variations.mspc-pa_cover-model .mspc-text-wrapper > strong {
        font-size: 15px;
        margin-bottom: 5px
    }
}

.cc-steps-content .mspc-variations.mspc-pa_cover-model .mspc-variation {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: white;
    margin-left: 5px;
    margin-right: 5px
}

@media (min-width: 992px) {
    .cc-steps-content .mspc-variations.mspc-pa_cover-model .mspc-variation {
        max-width: calc(25% - 10px)
    }
}

@media (max-width: 991px) {
    .cc-steps-content .mspc-variations.mspc-pa_cover-model .mspc-variation {
        max-width: calc(50% - 10px)
    }
}

.cc-steps-content .mspc-variations .step-action {
    width: 100%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 20px;
    clear: both
}

.cc-steps-content .mspc-variations .step-action .btn {
    font-size: 15px;
    background-color: #F47646;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: white;
    padding: 14px 30px;
    line-height: normal
}

.cc-steps-content .mspc-variations .step-action .btn.disabled {
    opacity: .5;
    cursor: not-allowed
}

.cc-steps-content .mspc-variations .step-action .btn:after {
    display: none
}

.cc-steps-content .mspc-variations .step-action .btn:not(.disabled):hover {
    background-color: black
}

.cc-steps-content .mspc-variation {
    border: 3px solid transparent;
    border-radius: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
    position: relative
}

@media (min-width: 992px) {
    .cc-steps-content .mspc-variation {
        max-width: calc(25% - 50px)
    }
}

@media (max-width: 991px) {
    .cc-steps-content .mspc-variation {
        max-width: calc(33.333% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        padding-top: 10px !important;
        margin-top: 0 !important;
        padding-left: 7px !important;
        padding-right: 7px !important
    }
}

.cc-steps-content .mspc-variation.column {
    padding-left: 8px;
    padding-right: 8px
}

.cc-steps-content .mspc-variation.active, .cc-steps-content .mspc-variation:hover {
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-color: #95b5d4
}

.cc-steps-content .mspc-variation.mspc-vertical > .mspc-clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.cc-steps-content .mspc-variation.mspc-vertical .mspc-radio {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    position: relative;
    left: auto;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto
}

.cc-steps-content .mspc-variation.mspc-vertical .mspc-radio:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -1700%;
    width: 1500%;
    height: 2000%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10
}

.cc-steps-content .mspc-variation .mspc-radio {
    width: 1em
}

.cc-steps-content .mspc-variation .mspc-radio label:before {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #E5F2FF
}

.cc-steps-content .mspc-variation .mspc-radio label:after {
    background-color: #1D3D70;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 5px
}

.cc-steps-content .mspc-variation .mspc-text-wrapper {
    margin-bottom: 20px
}

.cc-steps-content .mspc-variation .mspc-text-wrapper > strong {
    color: #434E60;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4
}

.cc-step-box, .cc-steps-review #product-addons-total, .cc-steps-review .wc-pao-addon-unique-custom-options {
    border-radius: 10px;
    border: 0;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 20px;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .cc-step-box--row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 992px) {
    .cc-step-box--col {
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px)
    }
}

@media (max-width: 991px) {
    .cc-step-box--col {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .cc-step-box--col:first-child {
        text-align: center
    }
}

@media (min-width: 992px) {
    .cc-step-box--col:last-child {
        max-width: 370px
    }
}

.cc-step-box--next {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    padding-top: 30px;
    margin-top: -10px
}

.cc-step-box--next:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 120px);
    height: 1px;
    background-color: #e6e6e6;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cc-step-box--label {
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    color: #434E60;
    margin: 0 0 10px
}

.cc-step-box--widget table, .cc-step-box--widget td, .cc-step-box--widget tr, .cc-step-box--widget tbody {
    display: block
}

.cc-step-box--widget tr {
    margin-bottom: 15px
}

.cc-step-box--widget table label {
    color: #434E60;
    font-size: 17px;
    line-height: 21px;
    display: block;
    margin-bottom: 7px
}

.cc-step-box--widget table input[type=number] {
    border: 2px solid #95b5d4;
    height: 45px;
    border-radius: 5px;
    width: 100%;
    font-size: 17px
}

.cc-step-box--widget table input[type=number]:focus {
    -webkit-box-shadow: 0 0 5px #3575B3;
    box-shadow: 0 0 5px #3575B3
}

.cc-step-box--widget table input[type=number].error {
    border-color: #D74142
}

.cc-step-box--widget td {
    border: 0;
    padding: 0
}

.cc-step-box--widget .widget-action {
    padding-bottom: 20px;
    text-align: right
}

@media (max-width: 991px) {
    .cc-step-box--widget .widget-action {
        text-align: center
    }
}

.cc-step-box--widget .widget-action .btn {
    font-size: 15px;
    background-color: #F47646;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: white;
    padding: 14px 30px;
    line-height: normal
}

.cc-step-box--widget .widget-action .btn:after {
    display: none
}

.cc-step-box--widget .widget-action .btn:hover {
    background-color: black
}

.steps-result-box {
    background-color: white;
    padding: 20px 20px 0;
    margin-bottom: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.steps-result-box .srb-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 5px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 17px
}

.steps-result-box .srb-box.model-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.steps-result-box .srb-box.color-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.steps-result-box .srb-box.shape-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.steps-result-box .srb-box .title {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    width: 100%
}

.steps-result-box .srb-col img {
    max-width: 52px;
    border-radius: 5px
}

.steps-result-box .shape-type {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.steps-result-box .shape-type .shape-icon {
    display: block;
    margin-top: 15px;
    max-width: 230px
}

.steps-result-box[style*='display: none'] + #product-addons-total .product-addon-totals {
    border-top-color: transparent
}

.cc-dim-wrap {
    margin-right: 10.4vw
}

@media (max-width: 991px) {
    .cc-dim-wrap {
        width: 100%;
        margin-right: 0;
        padding-top: 15px
    }
}

.cc-dim-wrap .title {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    font-size: 17px
}

.cc-dim-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    margin-bottom: 1px
}

.cc-dim-rows span {
    display: inline-block;
    margin-right: 7px
}

.cc-col-action .tinvwl_add_to_wishlist_button {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    padding: 11px 30px;
    text-transform: uppercase;
    border: 2px solid #434E60;
    color: #434E60;
    background-color: white;
    text-align: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.cc-col-action .tinvwl_add_to_wishlist_button:before {
    display: none !important
}

.cc-col-action .tinvwl_add_to_wishlist_button:hover {
    background-color: #434E60;
    color: white
}

.cc-col-action .cart-price-total {
    font-size: 25px;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #D74142;
    min-height: 30px;
    line-height: 1.2;
    text-align: right;
    margin-bottom: 10px
}

.cc-add-to-cart {
    margin-bottom: 10px
}

.cc-add-to-cart .add-to-cart {
    background-image: -webkit-gradient(linear, left top, right top, from(#FC5206), color-stop(#E5354D), to(#FC5206));
    background-image: linear-gradient(to right, #FC5206, #E5354D, #FC5206);
    background-size: 200% auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    color: white;
    padding: 14px 30px 14px 50px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.cc-add-to-cart .add-to-cart:before {
    content: '';
    display: inline-block;
    background-image: url("../images/icons/cart.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    position: absolute;
    left: 15px;
    top: 8px
}

.cc-add-to-cart .add-to-cart:after {
    display: none
}

.cc-add-to-cart .add-to-cart:not(.disabled):hover {
    background-position: 100% 50%
}

.cc-add-to-cart .add-to-cart.disabled {
    opacity: .5;
    cursor: not-allowed;
    display: none
}

.cart-contact {
    text-align: center;
    padding-top: 20px
}

.cart-contact-title {
    font-size: 15px;
    font-weight: 700;
    color: #434E60;
    margin-bottom: 7px
}

.cart-contact-phone {
    font-size: 15px;
    color: #434E60;
    font-weight: 700;
    margin-bottom: 7px
}

.cart-contact-phone a {
    color: inherit
}

.cart-contact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-contact-links a {
    display: inline-block;
    margin: 0 10px;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 700;
    color: #3575B3
}

.cart-contact-links a:hover {
    text-decoration: none
}

.cart-financing {
    margin-bottom: 10px
}

.cart-financing-link {
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 5px;
    padding: 4px 5px;
    border: 2px solid #434E60;
    color: #434E60;
    background-color: white;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media (max-width: 1199px) {
    .cart-financing-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cart-financing-link strong {
    font-weight: 700;
    display: block
}

.cart-financing-link:hover .cart-financing-text {
    color: black
}

.cart-financing-icon {
    max-width: 25px;
    margin-right: 9px;
    margin-top: 7px
}

.cart-financing-text {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.cc-steps-group .mspc-clear-selection, .cc-steps-review .mspc-clear-selection {
    display: none
}

.cc-steps-review > .entry-title, .cc-steps-review > .price {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.cc-steps-review #product-addons-total {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.cc-steps-review .woocommerce-variation {
    position: relative
}

.cc-steps-review .woocommerce-variation-price, .cc-steps-review .woocommerce-variation-description, .cc-steps-review .woocommerce-variation-availability {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.cc-steps-review .wc-pao-addon-unique-custom-options {
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block !important
}

@media (min-width: 992px) {
    .cc-steps-review .wc-pao-addon-unique-custom-options {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .cc-steps-review .wc-pao-addon-unique-custom-options[style*="display: block"] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.cc-steps-review .wc-pao-addon-unique-custom-options .cc-step-title {
    width: calc(100% + 40px)
}

.cc-steps-review .wc-pao-addon-unique-custom-options .variation-action {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    width: 100%
}

@media (max-width: 991px) {
    .cc-steps-review .wc-pao-addon-unique-custom-options .variation-action {
        text-align: center
    }
}

.cc-steps-review .wc-pao-addon-unique-custom-options .variation-action .btn {
    font-size: 15px;
    background-color: #F47646;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: white;
    padding: 14px 30px;
    line-height: normal
}

.cc-steps-review .wc-pao-addon-unique-custom-options .variation-action .btn:after {
    display: none
}

.cc-steps-review .wc-pao-addon-unique-custom-options .variation-action .btn:hover {
    background-color: black
}

.cc-steps-review .woocommerce-variation-add-to-cart {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden
}

.cc-steps-review .wc-pao-addon-name {
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    color: #434E60;
    margin: 0 0 20px
}

.cc-steps-review .wc-pao-addon-description {
    width: 100%;
    font-size: 17px;
    line-height: 24px
}

.cc-steps-review .woocommerce-Price-amount {
    font-weight: 700
}

.cc-steps-review .wc-pao-addon-checkbox {
    border: 2px solid #95b5d4;
    opacity: 0;
    position: absolute
}

.cc-steps-review .wc-pao-addon-checkbox + .checkbox-helper {
    border: 2px solid #95b5d4;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #e5f2ff;
    position: absolute;
    left: 0;
    top: 7px;
    vertical-align: middle;
    cursor: pointer
}

.cc-steps-review .wc-pao-addon-checkbox + .checkbox-helper:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 7px;
    height: 10px;
    border: solid #95b5d4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

.cc-steps-review .wc-pao-addon-checkbox:checked + .checkbox-helper:after {
    opacity: 1
}

@media (min-width: 992px) {
    .cc-steps-review .form-row {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0 30px 30px
    }
}

@media (max-width: 991px) {
    .cc-steps-review .form-row {
        margin-bottom: 20px
    }
}

.cc-steps-review .form-row label {
    font-size: 17px;
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    display: inline-block !important
}

.cc-steps-review .product-addon-totals {
    font-size: 21px;
    border-bottom: 0;
    border-top-color: #e6e6e6
}

.cc-steps-review div.product-addon-totals ul li.wc-pao-row-quantity-based {
    padding-left: 0;
    font-size: 17px;
    font-weight: 400
}

.cc-steps-review div.product-addon-totals .wc-pao-subtotal-line {
    border-top-color: #e6e6e6
}

.cc-steps-review div.product-addon-totals .wc-pao-subtotal-line .price {
    font-size: 21px;
    font-weight: 700;
    margin: 0
}

.default-page.flp h2 {
    font-size: 34px;
    font-weight: 700
}

.default-page .banner_item {
    padding: 15px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border-radius: 25px;
    border: 4px solid #f47646;
    margin-bottom: 35px
}

.default-page .banner_item h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 700;
    color: #000
}

.default-page .banner_item p {
    font-size: 18px
}

.default-page .banner_item p span {
    color: #468dcc;
    font-size: 18px
}

.default-page .banner_logo_wrapper {
    margin-bottom: 30px
}

.default-page .banner_logo_wrapper > p {
    font-size: 20px;
    text-align: center
}

.default-page .banner_logo_wrapper .logos_wrapper {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.default-page .banner_logo_wrapper .logos_wrapper img {
    max-width: calc(100% / 6);
    display: block;
    height: auto;
    margin: 0 10px
}

.default-page .banner_logo_slider {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.default-page .banner_logo_slider:before, .default-page .banner_logo_slider:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 5px;
    width: 50px;
    background-color: #f47646
}

.default-page .banner_logo_slider:after {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.default-page .banner_logo_slider .img_wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto
}

.default-page .banner_logo_slider .img_wrapper img {
    display: block;
    width: 100%;
    height: auto
}

.default-page .banner_logo_slider span {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    color: #000
}

@media screen and (min-width: 1200px) {
    .default-page .banner_logo_slider span {
        text-transform: uppercase;
        font-size: 48px
    }
}

.default-page .info_wrapper h2 {
    color: #000;
    text-align: center;
    font-size: 34px;
    font-weight: 700
}

.default-page .info_wrapper .step_wrapper {
    margin: 30px 0;
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media screen and (min-width: 1200px) {
    .default-page .info_wrapper .step_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.default-page .info_wrapper .step_wrapper .step_item {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative
}

@media screen and (min-width: 1200px) {
    .default-page .info_wrapper .step_wrapper .step_item {
        padding: 40px 60px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33%;
        flex: 1 0 33.33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .default-page .info_wrapper .step_wrapper .step_item:after {
        content: '';
        display: block;
        width: 1px;
        height: 330px;
        position: absolute;
        right: 0;
        top: 100px;
        background-color: grey
    }

    .default-page .info_wrapper .step_wrapper .step_item:last-of-type:after {
        display: none
    }
}

.default-page .info_wrapper .step_wrapper .step_item .caption {
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: grey;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px
}

.default-page .info_wrapper .step_wrapper .step_item .caption span {
    color: #fff;
    font-size: 22px
}

.default-page .info_wrapper .step_wrapper .step_item .image_caption_wrapper {
    margin-bottom: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1200px) {
    .default-page .info_wrapper .step_wrapper .step_item .image_caption_wrapper {
        margin-bottom: 20px
    }
}

.default-page .info_wrapper .step_wrapper .step_item .image_caption_wrapper img {
    height: 230px
}

.default-page .info_wrapper .step_wrapper .step_item h5 {
    color: #000;
    font-size: 22px;
    margin-bottom: 15px
}

.default-page .info_wrapper .step_wrapper .step_item p {
    text-align: center;
    margin: 0
}

.default-page .info_wrapper .step_wrapper .step_item .desc_image {
    max-width: 75%
}

.my-hot-tube {
    padding: 50px 0;
    position: relative;
    overflow: hidden
}

.mht__title {
    text-align: center;
    font-size: 33px;
    text-transform: uppercase;
    margin: 0 0 30px
}

@media (max-width: 991px) {
    .mht__title {
        font-size: 26px
    }
}

.mht__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

@media (min-width: 992px) {
    .mht__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 992px) {
    .mht__list:before {
        content: '';
        display: block;
        width: 154px;
        height: 90px;
        background-image: url("../images/icons/three-line-wave.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        pointer-events: none;
        position: absolute;
        right: -52px;
        top: -64px
    }
}

.mht__list--item {
    padding: 0;
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .mht__list--item {
        width: calc(33.33% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width: 991px) {
    .mht__list--item {
        margin-bottom: 20px;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto
    }
}

.mht__list--img {
    background-color: #F47646;
    padding: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    margin-right: -3.90625vw;
    margin-top: auto;
    margin-bottom: auto;
    min-width: 6.770833333333333vw;
    max-width: 6.770833333333333vw;
    position: relative;
    z-index: 1
}

@media (max-width: 1199px) {
    .mht__list--img {
        min-width: 90px;
        max-width: 90px;
        margin-right: -45px
    }
}

@media (max-width: 991px) {
    .mht__list--img {
        min-width: 120px;
        max-width: 120px;
        margin-right: -60px
    }
}

@media (max-width: 575px) {
    .mht__list--img {
        min-width: 100px;
        max-width: 100px;
        margin-right: -50px
    }
}

.mht__list--img:before {
    content: '';
    display: block;
    padding-top: 100%
}

.mht__list--img img {
    max-width: 61%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mht__list--text {
    color: white;
    background-color: #193D71;
    border-radius: 10px;
    padding: 18px 30px 18px 4.6875vw;
    font-weight: 700;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 169px
}

.mht__list--text {
    font-size: 16px
}

@media screen and (min-width: 768px) {
    .mht__list--text {
        font-size: calc(16px + 5 * ((100vw - 768px) / 632))
    }
}

@media screen and (min-width: 1400px) {
    .mht__list--text {
        font-size: 21px
    }
}

@media (max-width: 1199px) {
    .mht__list--text {
        padding-left: 70px
    }
}

@media (max-width: 991px) {
    .mht__list--text {
        font-size: 21px;
        padding: 40px 30px 40px 90px
    }
}

@media (max-width: 575px) {
    .mht__list--text {
        padding: 20px 20px 20px 60px;
        font-size: 19px;
        min-height: 160px
    }
}

.mht__list--text .text-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%
}

.mht__list--text p {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .mht__list--text p {
        max-width: 200px
    }
}

.about__video {
    padding: 50px 0 130px
}

@media (max-width: 991px) {
    .about__video {
        padding: 30px 0
    }
}

.about__video .video-holder {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16)
}

.about__video .video-holder:before {
    content: '';
    display: block;
    padding-top: 61%
}

.about__video .play-video {
    position: absolute;
    width: 159px;
    height: 159px;
    left: 50%;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s -webkit-transform cubic-bezier(0, 0, 0, 1);
    transition: 0.3s -webkit-transform cubic-bezier(0, 0, 0, 1);
    transition: 0.3s transform cubic-bezier(0, 0, 0, 1);
    transition: 0.3s transform cubic-bezier(0, 0, 0, 1), 0.3s -webkit-transform cubic-bezier(0, 0, 0, 1);
    background-image: url("../images/icons/play-video-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 991px) {
    .about__video .play-video {
        width: 75px;
        height: 75px
    }
}

.about__video .play-video:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.02);
    transform: translate(-50%, -50%) scale(1.02)
}

.we-create {
    padding: 38px 0 240px;
    background-color: #E5F2FF;
    position: relative;
    overflow: hidden
}

@media (max-width: 991px) {
    .we-create {
        padding: 30px 0 65px
    }
}

.we-create__title {
    font-weight: 700;
    margin: 0 0 25px;
    position: relative;
    padding: 0 50px
}

.we-create__title {
    font-size: 40px
}

@media screen and (min-width: 768px) {
    .we-create__title {
        font-size: calc(40px + 21 * ((100vw - 768px) / 632))
    }
}

@media screen and (min-width: 1400px) {
    .we-create__title {
        font-size: 61px
    }
}

@media (max-width: 991px) {
    .we-create__title {
        font-size: 44px;
        padding: 0 5px;
        text-align: center;
        margin-bottom: 25px
    }
}

.we-create__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (min-width: 992px) {
    .we-create__list {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width: 991px) {
    .we-create__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.we-create__list:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 46px);
    height: 13px;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../images/icons/one-line-wave-xl-blue.svg");
    background-repeat: repeat-x;
    background-size: contain
}

@media (max-width: 991px) {
    .we-create__list:before {
        display: none
    }
}

.we-create .decor-text {
    color: #DDE9F6;
    text-transform: uppercase;
    letter-spacing: -11.25px;
    font-weight: 800;
    position: absolute;
    top: -62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none
}

.we-create .decor-text {
    font-size: 150px
}

@media screen and (min-width: 768px) {
    .we-create .decor-text {
        font-size: calc(150px + 75 * ((100vw - 768px) / 632))
    }
}

@media screen and (min-width: 1400px) {
    .we-create .decor-text {
        font-size: 225px
    }
}

@media (max-width: 991px) {
    .we-create .decor-text {
        display: none
    }
}

@media (min-width: 992px) {
    .we-create + .about-orange-cta {
        margin-top: -143px;
        padding-top: 20px;
        position: relative;
        z-index: 1;
        overflow: hidden
    }
}

@media (max-width: 991px) {
    .we-create + .about-orange-cta {
        padding-top: 70px
    }
}

.we-create + .about-orange-cta .orange-cta-block {
    width: 100%
}

.we-create + .about-orange-cta .orange-cta-block:after {
    background-image: url("../images/icons/three-line-wave-white.svg")
}

@media (max-width: 991px) {
    .we-create + .about-orange-cta .orange-cta-block:after {
        display: none
    }
}

.wcl__text {
    font-size: 18px;
    font-weight: 800;
    color: #1D3D70
}

.wcl__item {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 176px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

@media (max-width: 991px) {
    .wcl__item {
        width: 50%;
        max-width: 50%;
        padding: 0 20px;
        text-align: center
    }
}

@media (min-width: 992px) {
    .wcl__item:nth-child(even) {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@media (max-width: 991px) {
    .wcl__item:nth-child(even) {
        margin-top: 50px
    }
}

@media (max-width: 991px) {
    .wcl__item:nth-child(odd) {
        margin-top: -50px
    }
}

.wcl__img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16)
}

.a-customer-service {
    padding: 37px 0
}

.a-customer-service + .a-links-list {
    padding-top: 15px
}

.acs__head {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .acs__head {
        margin-bottom: 30px
    }
}

.acs__head:after {
    content: '';
    display: block;
    width: 122px;
    height: 23px;
    margin-top: 9px;
    background-image: url("../images/icons/two-line-wave-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media (max-width: 991px) {
    .acs__head:after {
        margin-left: auto;
        margin-right: auto;
        width: 79px;
        height: 15px
    }
}

.acs__title {
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2
}

.acs__title {
    font-size: 38px
}

@media screen and (min-width: 768px) {
    .acs__title {
        font-size: calc(38px + 12 * ((100vw - 768px) / 632))
    }
}

@media screen and (min-width: 1400px) {
    .acs__title {
        font-size: 50px
    }
}

@media (max-width: 991px) {
    .acs__title {
        font-size: 38px;
        text-align: center
    }
}

.acs__subtitle {
    font-size: 26px;
    font-weight: 400;
    color: #636363;
    margin: 0
}

@media (max-width: 991px) {
    .acs__subtitle {
        font-size: 20px;
        text-align: center
    }
}

.acs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 992px) {
    .acs__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 40px
    }
}

@media (max-width: 991px) {
    .acs__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.acs__list {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width: 992px) {
    .acs__list {
        padding-right: 25px;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}

.acs__list--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.acs__list--item:not(:last-child) {
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .acs__list--item:not(:last-child) {
        margin-bottom: 20px
    }
}

.acs__list--img {
    width: 40px;
    min-width: 40px;
    margin-right: 20px;
    margin-top: 5px
}

@media (max-width: 991px) {
    .acs__list--img {
        margin-right: 15px
    }
}

.acs__list--text {
    color: #434E60;
    font-size: 18px;
    line-height: 1.3;
    margin: auto 0 auto 0;
}

.acs__media {
    position: relative;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .acs__media {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 565px
    }
}

@media (max-width: 991px) {
    .acs__media {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px
    }
}

.acs__media--l {
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    max-width: 270px
}

@media (max-width: 575px) {
    .acs__media--l {
        max-width: 160px
    }
}

.acs__media--l img {
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16)
}

.acs__media--r {
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 575px) {
    .acs__media--r {
        max-width: 80%
    }
}

.acs__media--r img {
    border-radius: 10px
}

.a-links-list {
    padding: 30px 0
}

.all__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .all__list {
        display: block
    }
}

.all__list--item {
    margin: 0 10px
}

@media (max-width: 767px) {
    .all__list--item {
        margin: 0 0 15px;
        text-align: center
    }
}

.all__list--item a {
    color: #F47646;
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.9px;
    display: inline-block;
    padding: 10px 40px 8px 20px;
    border: 2px solid #F47646;
    border-radius: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    text-align: center;
    position: relative
}

@media (max-width: 767px) {
    .all__list--item a {
        width: auto
    }
}

.all__list--item a:before {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 17px;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.all__list--item a:hover {
    background-color: #F47646;
    color: white
}

.a-most-popular {
    padding: 50px 0 60px
}

.a-most-popular .recently_viewed_widget {
    position: relative
}

.a-most-popular .recently_viewed_widget > h2, .a-most-popular .recently_viewed_widget > svg {
    display: none
}

.a-most-popular .slick-arrow {
    height: 40px;
    width: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#ebebeb));
    background-image: linear-gradient(to right, #fff 0%, #ebebeb 100%);
    display: block;
    border-radius: 50%;
    margin-top: -20px;
    border: 1px solid #d9d9d9;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.a-most-popular .slick-arrow:before {
    content: '';
    opacity: 1;
    width: 10px;
    height: 10px;
    display: block;
    border-top: 2px solid #95b5d4;
    border-right: 2px solid #95b5d4;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
    left: 12px
}

.a-most-popular .slick-arrow:hover {
    background: #F47646;
    opacity: 1;
    border-color: #F47646
}

.a-most-popular .slick-arrow:hover:before {
    border-top-color: white;
    border-right-color: white
}

.a-most-popular .slick-next {
    right: -50px
}

.a-most-popular .slick-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -50px
}

.a-most-popular .slick-dots {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px
}

.a-most-popular .slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #E5F2FF;
    position: relative
}

.a-most-popular .slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #1D3D70;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.a-most-popular .slick-dots li.slick-active button:before {
    opacity: 1
}

.a-most-popular ul.woobsp_bestselling_list {
    margin: 0;
    padding: 0;
    list-style: none
}

.a-most-popular ul.woobsp_bestselling_list:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.a-most-popular ul.woobsp_bestselling_list:not(.slick-initialized) li.woobsp-product:nth-child(4) ~ li {
    display: none
}

@media (max-width: 991px) {
    .a-most-popular ul.woobsp_bestselling_list:not(.slick-initialized) li.woobsp-product:nth-child(3) ~ li {
        display: none
    }
}

@media (max-width: 767px) {
    .a-most-popular ul.woobsp_bestselling_list:not(.slick-initialized) li.woobsp-product:nth-child(2) ~ li {
        display: none
    }
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product {
    position: relative;
    -ms-flex-preferred-size: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    overflow: visible;
    margin-right: 15px;
    margin-left: 15px
}

@media (max-width: 991px) {
    .a-most-popular ul.woobsp_bestselling_list li.woobsp-product {
        -ms-flex-preferred-size: calc(33.333% - 30px);
        flex-basis: calc(33.333% - 30px)
    }
}

@media (max-width: 767px) {
    .a-most-popular ul.woobsp_bestselling_list li.woobsp-product {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px)
    }
}

@media (min-width: 992px) {
    .a-most-popular ul.woobsp_bestselling_list li.woobsp-product:nth-child(even) {
        margin-top: 50px
    }
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-img {
    margin-bottom: 25px;
    position: relative;
    min-height: 150px;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.31);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.31);
    border-radius: 10px
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-img img {
    border-radius: 10px;
    width: 100%;
    margin-right: 0;
    vertical-align: top
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product.sale-price .product-img {
    border: 3px solid #D74142;
    padding: 3px;
    background-color: white
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product.sale-price .product-img img {
    border-radius: 4px
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .sale-tag {
    position: absolute;
    z-index: 1;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    background-color: #D74142;
    border-radius: 17px;
    padding: 7px 24px 5px;
    text-transform: uppercase;
    top: 20px;
    left: -10px
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: block
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta {
    width: 100%;
    word-break: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .btn {
    padding: 11px 15px;
    font-size: 16px;
    line-height: 23px;
    text-transform: none;
    margin-top: 12px
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .product-title {
    font-size: 24px;
    font-weight: 700;
    max-height: 90px;
    overflow: hidden;
    color: #233958
}

@media (max-width: 991px) {
    .a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .product-title {
        font-size: 18px
    }
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .product-param {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 5px
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .product-param strong {
    font-weight: inherit
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .product-info-text {
    font-size: 15px;
    line-height: 1.7
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .product-star-rating .star-rating {
    font-size: 18px;
    font-weight: 500;
    color: #233958
}

@media (max-width: 991px) {
    .a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .product-star-rating .star-rating {
        font-size: 16px
    }
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .price-amount {
    font-size: 18px;
    font-weight: 700;
    color: #D74142;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .price-amount del {
    color: #434E60;
    font-size: 13px;
    margin-right: 10px
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .price-amount del + ins {
    background: none;
    padding: 0;
    color: #D74142
}

.a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .price-amount del + ins span {
    color: inherit
}

@media (max-width: 991px) {
    .a-most-popular ul.woobsp_bestselling_list li.woobsp-product .product-meta .price-amount {
        font-size: 18px;
        min-height: 51px;
        word-break: break-word
    }
}

.amp__head {
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .amp__head {
        margin-bottom: 30px
    }
}

.amp__head:after {
    content: '';
    display: block;
    width: 122px;
    height: 23px;
    margin-top: 9px;
    background-image: url("../images/icons/two-line-wave-left-blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media (max-width: 991px) {
    .amp__head:after {
        margin-left: auto;
        margin-right: auto;
        width: 79px;
        height: 15px
    }
}

.amp__title {
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2
}

.amp__title {
    font-size: 38px
}

@media screen and (min-width: 768px) {
    .amp__title {
        font-size: calc(38px + 12 * ((100vw - 768px) / 632))
    }
}

@media screen and (min-width: 1400px) {
    .amp__title {
        font-size: 50px
    }
}

@media (max-width: 991px) {
    .amp__title {
        font-size: 38px;
        text-align: center
    }
}

.amp__subtitle {
    font-size: 26px;
    font-weight: 400;
    color: #636363;
    margin: 0
}

@media (max-width: 991px) {
    .amp__subtitle {
        font-size: 20px;
        text-align: center
    }
}


#breadcrumbs {
    color: #fff;
    width: 100%;
    text-align: left;
    max-width: 1170px;
    margin: 40px 0 25px 0;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    z-index: 50;
}

#breadcrumbs a {
    color: #fff;
    font-weight: bold;
}

.blog-inner #breadcrumbs, .container #breadcrumbs {
    color: #434E60;
}

.blog-inner #breadcrumbs a, .container #breadcrumbs a {
    color: #3575B3;
    font-weight: bold;
}

.woocommerce .subtitle {
    /* padding: 101px 30px 65px 30px !important; */
}

.single-post .widget-container {
    padding: 90px 0 90px 0 !important;
}

.page-id-81648 .subtitle, .page-id-81685 .subtitle {
    margin-bottom: 0px !important;
}

.product-icons ul {
    padding: 0px !important;
    /* margin: 0px !important; */
}

.product-icons ul li {
    list-style: none !important;
    margin-bottom: 20px !important;
    clear: both;
    margin-left: -16px;
}

.product-icons ul li img {
    width: auto !important;
    max-width: 50px !important;
}

.amount {
    /* padding-left: 15px; */
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item {
        padding: 25px 0 !important;
    }

    .woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
        float: none;
    }

    .wrap-slider .slick-dots {
        bottom: 0 !important;
    }
}

@media (max-width: 576px) {
    .main-banner {
        /* background-image: none !important; */
    }

    .main-banner:before {
        /*  background-color: rgb(0 68 135 / 95%) !important; */
    }
}

@media (max-width: 767px) {
    .site-header .header-bottom-content {
        width: 65% !important;
    }

    .site-header .header-top-content {
        /*  width: 35% !important; */
    }

    .wrap-slider .slick-arrow {
        background-color: #ffffffb5;
        top: 18%;
        width: 25px;
        height: 40px;
        border-radius: 10px;
    }

    .wrap-slider .slick-button-next {
        right: 35px;
    }

    .wrap-slider .slick-button-prev {
        left: 35px;
    }

    .wrap-slider .slick-arrow .icon {
        top: unset;
        width: 70%;
        height: 40px;
        left: 3px;
    }

    .main-banner .wave-before {
        top: 85px;
    }

    .shop-hot-tubs {
        padding-bottom: 0px !important;
    }

}


.woocommerce .product-category .products[class*=columns-] .product .star-rating {
    margin: 0px 0 5px 15px;
    float: left;
}

@media (max-width: 767px) {
    .woocommerce .product-category .products[class*=columns-] .product .star-rating {
        margin: 5px 0 5px 14px;
    }

    .woocommerce .product-category .products[class*=columns-] .product .price, .woocommerce .product-category .products[class*=columns-].phoen_list .product > a .price {
        padding-left: 0px;
    }

    .woocommerce .product-category .products[class*=columns-].phoen_list .product > a .price .woocommerce-Price-amount {
        font-size: 18px !important;
    }

}

.woocommerce-review-link {
    display: inline-block;
    margin: 0px 0 0 2px;
    font-size: 12px;
}


.site-header .top-right .cart-value {
    color: #F47646;
    padding-left: 2px;
}

@media (max-width: 991px) {
    .site-header .top-right .cart-value {
        background-color: unset !important;
        border-radius: 0 !important;
        border: none !important;
        color: #F47646 !important;
        position: absolute !important;
        font-size: 12px !important;
        right: -14px !important;
        top: -8px !important;
    }
}


.button.product_type_variable {
    font-size: 16px !important;
    line-height: 23px !important;
    padding: 11px 15px !important;
    margin-top: 15px !important;
    color: #fff !important;
    background-color: #f47646 !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-transition: .2s ease-in !important;
    transition: .2s ease-in !important;
    margin-bottom: 10px !important;
    margin-left: 5px !important;
    text-align: center;
}

.phoen_list .button.product_type_variable {
    margin-top: 0px !important;
}

.button.product_type_variable:hover {
    background-color: #DB5D2D !important;
}

.button.product_type_variable:after {
    margin-left: 9px;
    position: relative;
    top: 1px;
    color: rgba(255, 255, 255, .5);
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    margin-left: 15px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}

.button.product_type_variable:hover:after, .button.product_type_variable.active:after {
    color: #fff
}

.rat_revs {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.phoen_list .product > .button.product_type_variable {
    display: none !important;
}

@media (min-width: 768px) {
    .phoen_list .product > .rat_revs {
        display: none !important;
    }
}

.phoen_list .grid_info.list_info {
    width: 220px;
}

.phoen_list .rat_revs {
    /* line-height: 8px; */
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 8px 0 0px 0;
!important;
}


.grecaptcha-badge {
    width: 70px !important;
    display: none !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

#ast-scroll-top {
    bottom: 110px;
}

.phoen_grid .amount {
    /* padding-left: 0px !important; */
}

@media (min-width: 768px) {
    .woocommerce .product-category .products[class*=columns-] .product .star-rating {
        margin-left: 0px;
    }
}

.phoen_list .product_cat-hot-tubs .orig-price {
    font-size: 24px !important;
}


@media (max-width: 768px) {
    /*
 .phoen_grid .amount {
  padding-left: 15px !important;
 }
*/
    .amount {
        padding-left: 15px !important;
    }

    .shop-hot-tubs__block .amount, .product_list_widget .amount {
        padding-left: 0px !important;
    }

    .phoen_list .rat_revs {
        line-height: 20px;
    }

    .phoen_list .product_cat-hot-tubs .orig-price {
        font-size: 18px !important;
    }
}

.site-header .site-logo {
    width: auto;
}

/*
.newsletter-form iframe {
 height: unset !important;
}
*/

.footer-subscribe {
    max-height: 120px;
    overflow: hidden;
}

@media (max-width: 358px) {
    .footer-subscribe {
        max-height: 180px !important;
    }
}

@media (max-width: 768px) {
    .woocommerce-ordering {
        padding-top: 0px !important;
        margin-right: 10px !important;
    }

    .woocommerce-ordering .orderby {
        font-size: 12px !important;
        padding: 9px 10px 9px 10px !important;
    }

    .btn.mobile-filter {
        padding: 9px 12px !important;
        margin-top: 20px !important;
    }

    /*
 .phoen_grid .outofstock .woocommerce-loop-product__title {
  margin-top: -50px !important;
 }
*/
    .phoen_grid .woocommerce-loop-product__title {
        margin-top: -50px !important;
    }


    .main-banner .sub-heading {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .main-banner__content {
        padding: 25px 0 25px !important;
    }

    .main-banner__icon-title {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .main-banner__buttons {
        margin-top: 20px !important;
    }

    .main-banner__buttons a {
        font-size: 14px !important;
        padding: 0 12px !important;
    }


}


.blog .headline, .single-post .headline {
    padding-top: 75px;
}

.my-hot-tube {
    padding-top: 10px;
}

.flipbook-main-wrapper {
    height: 470px;
}

article.page {
    min-height: 470px;
}

.acs__head p {
    margin: 25px 0;
    font-size: 18px;
    line-height: 29px;
    text-align: left;
}

@media (max-width: 768px) {
    .blog .headline, .single-post .headline {
        padding-top: 10px !important;
    }

    .single-post .widget-container {
        padding-top: 10px !important;
    }
}

.woocommerce-account .astm-search-menu-wrapper, .woocommerce-cart .astm-search-menu-wrapper {
    display: none !important;
}


@media (max-width: 768px) {
    .woocommerce ul.products li.product a {
        position: relative;
        display: block;
    }
}


div.product-addon-totals ul li.wc-pao-row-quantity-based {
    padding-left: 0px !important;
}

.woocommerce-message:before {
    content: "";
}

.content--account .woocommerce .woocommerce-MyAccount-content .button {
    padding: 10px 20px !important;
}

@media (max-width: 768px) {
    .woocommerce-info:before {
        content: "";
    }
}

.wc-product-reviews-pro-profile a {
    display: block;
}

.page-id-81064 .subtitle, .page-id-81057 .subtitle, .page-id-81005 .subtitle {
    margin-bottom: 0px !important;
}

.page-id-81064 .acs__list--text, .page-id-81057 .acs__list--text, .page-id-81005 .acs__list--text {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
}


.page-id-81064 .a-customer-service, .page-id-81057 .a-customer-service, .page-id-81005 .a-customer-service, .page-id-82258 .a-customer-service {
    padding-top: 0px !important;
}

.rat_revs a, .rat_revs a {
    display: inline !important;
}

.woocommerce .product-category .products[class*=columns-] .product a > div {
    /* margin-bottom:10px; margin-top: -10px; */
}

.phoen_grid .price ~ .grid_info {
    margin-top: -10px;
}


@media (max-width: 768px) {
    .all__list--item a {
        width: 302px !important;
    }

    .content-single h2 {
        margin-top: 20px !important;
    }

    .woocommerce .product-category .products[class*=columns-] .product .star-rating {
        margin: 5px 0 4px 14px;
    }

    .woocommerce-review-link {
        margin: 0px 0 5px 12px;
    }

    .rat_revs a, .rat_revs a {
        display: block !important;
    }

    .woocommerce .product-category .products[class*=columns-] .product a > div {
        margin-top: 0px !important;
    }

}


.reviews-wrapper .details-content {
    overflow-x: hidden !important;
}

.star-rating ~ span {
    display: block;
    width: 80%;
    line-height: 28px;
}

.review-title .star-rating {
    margin: 0px !important;
}

.review-title ~ .meta, .meta ~ .description {
    width: 80%;
}

.wc-product-reviews-pro-form-submit-row {
    padding-top: 12px;
}

@media (min-width: 1200px) {
    #menu-item-82764, #menu-item-82765, #menu-item-82766, #menu-item-82767, #menu-item-82768 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .site-header .menu > li > a {
        margin-bottom: 15px !important;
    }
}

.article-item p {
    margin: 10px 0 15px 0;
}

.article-item ul {
    padding: 15px 0 15px 35px;
}


.content--cart .news {
    border-radius: 5px;
    background-color: #ffffff;
    width: 33%;
}

.content--cart .block_total {
    background-color: #e5f2ff;
    border-radius: 10px;
}

.content--cart .block-info {
    display: flex;
    margin: 17px 0 0 0;
}

.block-info .news,
.block-info .cart-financing,
.block-info .cart-contact {
    background-color: #ffdbdf;
    border-radius: 10px;
    min-height: 133px;
    height: auto;
    padding: 16px;
    margin: 0 20px 0 0px;
    width: 31%;
}

.content--cart .icons {
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 15px;
    display: flex;
}

.content--cart .icons .icon {
    background-color: #ffffff;
    border-radius: 10px;
    min-height: 206px;
    height: auto;
    padding: 15px;
    text-align: center;
    width: 31%;
    margin: 0;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

.woocommerce-checkout-payment {
    /*display:none;*/
}

.content--cart .btn.coupon {
    background-color: #fc5206;
    background-size: 200% auto;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 12px;
    text-transform: uppercase;
    -webkit-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
    padding: 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-weight: 700;
}

.content--cart .woocommerce .cart-widgets .checkout-button,
.woocommerce-checkout .to-step2,
.woocommerce-checkout .to-step3,
.wc-proceed-to-checkout.fixed .checkout-button {
    background-image: -webkit-gradient(linear, left top, right top, from(#fc5206), color-stop(#e5354d), to(#fc5206));
    background-image: linear-gradient(to right, #fc5206, #e5354d, #fc5206);
    background-size: 200% auto;
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 12px;
    text-transform: uppercase;
    -webkit-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
    padding: 25px !important;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-weight: 700;
}

.wc-proceed-to-checkout.fixed .checkout-button {
    margin-bottom: unset !important;
}

.side-panel .link_cart a {
    background-image: -webkit-gradient(linear, left top, right top, from(#fc5206), color-stop(#e5354d), to(#fc5206));
    background-image: linear-gradient(to right, #fc5206, #e5354d, #fc5206);
    background-size: 200% auto;
    color: #ffffff !important;
    font-size: 15px;
    padding: 19.5px 0;
    width: 100%;
    display: block;
    line-height: 12px;
    text-transform: uppercase;
    -webkit-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-weight: 700;
}

.content--cart #coupon_code {
    width: 51%;
    float: left;
    border-radius: 5px;
    height: 50px;
    margin: 0 17px 0 0;
}

.content--cart .btn.coupon {
    height: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid rgba(53, 117, 179, 0.5);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    border: 1px solid rgba(53, 117, 179, 0.5);
    background: none;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    top: -0.99em;
}

.woocommerce_checkout_shipping {
    /*    display: none; */
    margin-left: 3px;
}

#order_review.woocommerce-checkout-review-order {
    display: none;
}

#place_order {
    float: right !important;
}

.woocommerce-checkout .to-step2,
.woocommerce-checkout .to-step3 {
    height: 0;
    float: right;
}

.btn.step1-return {
    float: right;
    display: none;
    margin-top: -26px;
}

.woocommerce-checkout .to-step2:after,
.woocommerce-checkout .to-step3:after,
.btn.step1-return:after,
.btn.step2-return:after {
    content: none;
}

.btn.step1-return:before,
.btn.step2-return:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    margin-right: 12.5px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.woocommerce-additional-fields {
    margin: 0 0 18px 0;
}

.btn.step2-return {
    display: none;
    margin-top: -26px;
}

.woocommerce-checkout .content-single {
    padding-top: 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
    width: 100%;
    margin: 0 auto;
}

.woocommerce-billing-fields .form-row label,
.woocommerce_checkout_shipping .form-row label {
    display: none;
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-actions {
    width: 3%;
    text-align: center;
    position: relative;
    display: block;
    padding: 0 0;
    margin: auto 5px auto 0px;
}

#additional_representative_help_field {
    display: none;
}


@media (max-width: 575px) {
    .content--cart .block-info {
        display: block
    }

    .content--cart .block-info .news,
    .content--cart .block-info .cart-financing,
    .content--cart .block-info .cart-contact {
        padding: 16px 26px;
        margin: 19px auto;
        max-width: 73%;
        width: auto;
    }

    .content--cart .icons {
        display: block;
    }

    .content--cart .icons .icon {
        padding: 12px 26px;
        margin: 0 auto;
        max-width: 73%;
        width: auto;
        min-height: 120px;
        height: auto;
    }

    .content--cart #coupon_code {
        width: 45%;
    }

    .content--cart .btn.coupon {
        width: 45%;
        /*margin-top: 17px;		*/
    }

    .content--cart .btn.coupon:after {
        display: none;
    }

    .btn.step2-return {
        margin-top: 0;
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        margin-bottom: 0px;
    }


}

@media (max-width: 991px) {
    .content--cart .block_total {
        margin: 0 auto;
        padding: 20px 20px 0 20px;
    }

    form.woocommerce-checkout .col-2 {
        margin-top: 49px;
        clear: both;
    }

    .woocommerce-message, .woocommerce-error, .woocommerce-info {
        flex-direction: unset;
    }

    .shop_table .item {
        display: block !important;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .thumbnail {
        margin: 0 auto;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .product-name {
        text-align: center; /*margin-top: 20px;*/
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .product-price {
        text-align: center;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .product-quantity {
        text-align: center;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .product-subtotal {
        text-align: center;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .product-subtotal .amount {
        padding-left: 0;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .thumbnail img { /*height: 205px;*/
        height: auto
    }
}

@media (max-width: 1199px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .product-actions .remove-btn { /*display: none*/
    }
}

.woocommerce-shipping-totals td {
    /*padding: 9px 27px !important;*/
}

.shop_table th.product-total {
    /*padding: 8px 26px !important;	*/
}

ul.order_details ~ p {
    display: none;
}

.woocommerce-terms-and-conditions-link {
    text-decoration: underline;
}

.woocommerce-cart .fixed {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    display: block
}

.fixed_block_position {
    margin: 0 auto;
    display: none !important
}

.woocommerce-cart .fixed_block_position { /*display:block*/
}

.woocommerce-checkout .wc-proceed-to-checkout {
    display: none;
}

.content--cart .woocommerce .woocommerce-cart-form .item p.adaptive {
    display: none
}

.content--cart .woocommerce .woocommerce-cart-form .adaptive_table {
    display: none
}

.content--cart .woocommerce .woocommerce-cart-form .adaptive_table,
.content--cart .woocommerce .woocommerce-cart-form .noadaptive_table {
    width: 100%
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .product-name dl dt {
        text-align: left;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .product-name dl dd {
        text-align: right;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .block_table {
        display: flex; /*margin-bottom: 10px;*/
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .block-t {
        width: 50%;
        text-align: left;
        font-size: 17px;
        font-weight: 600;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .block-v {
        width: 50%;
        text-align: right;
        margin: auto 0;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .qib-container {
        margin-right: -6px;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item p.adaptive {
        display: block
    }

    .content--cart .woocommerce .woocommerce-cart-form .item p.noadaptive {
        display: none
    }

    .content--cart .woocommerce .woocommerce-cart-form .adaptive_table {
        display: block
    }

    .content--cart .woocommerce .woocommerce-cart-form .noadaptive_table {
        display: none
    }

    .content--cart .product-price,
    .content--cart .product-subtotal span {
        font-size: 17px !important;
        font-weight: 600 !important;
    }

    .content--cart .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
        font-size: 17px;
    }

    .default-page .content-single a {
        font-size: 17px;
        font-weight: 600;

        margin-top: 6.5px;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .product-actions {
        margin: -39px 5px auto 0px;
    }

    .content--cart .woocommerce .woocommerce-cart-form {
        margin-top: 0px !important;
    }

    .woocommerce-cart #breadcrumbs {
        margin: 36px 0 3px 0;
    }

    .content--cart .woocommerce .woocommerce-cart-form .cart {
        margin: 0 -1px 0px 0 !important;
    }
}

.cart-financing-link {
    border: none;
    background-color: #ffdbdf;
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-actions .tinvwl_add_to_wishlist-text, .content--cart .woocommerce .woocommerce-cart-form .item .product-actions .remove {
    transform: rotate(45deg) !important;
}


@media (max-width: 991px) {
    .checkout_product .input-text.qty.text {
        width: 74px !important;
        text-align: center !important;
        padding: 0 6px !important;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .product-actions {
        margin: -35px 5px auto 0px;
        float: right !important;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item .block-t {
        width: 50%;
        text-align: left;
        font-size: 17px;
        font-weight: 600;
        margin: auto 0;
    }


    .content--cart .woocommerce .woocommerce-cart-form .item .product-name small {
        font-size: 17px;
        line-height: 19px;
        display: block;
        margin: 0;

    }

    .content--cart .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
        font-size: 17px;
        border-bottom: none;
    }

    .content--cart .woocommerce .woocommerce-cart-form .item p.adaptive {
        display: block;
        margin: 0;
    }
}

.woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
    clear: both;
    padding-left: 20px;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label:first-letter,
.woocommerce td.product-name dl.variation dt:first-letter {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .woocommerce-Price-amount bdi {
        padding-right: 0;
    }
}


.h-table-cart {
    display: flex;
}

.h-table-cart .item {
    text-align: center;
    border: none !important;
    display: block !important;
}

.h-table-cart .item:nth-child(1) {
    width: 26.5%
}

.h-table-cart .item:nth-child(2) {
    width: 34%
}

.h-table-cart .item:nth-child(3) {
    width: 14%
}

.h-table-cart .item:nth-child(4) {
    width: 9%
}

.h-table-cart .item:nth-child(5) {
    width: 17%
}


@media (min-width: 992px) {
    .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
        border-top: 1px solid #e6e6e6;
    }
}

.woocommerce-additional-fields {
    display: none;
}

.content--cart .woocommerce .woocommerce-cart-form .item .product-name dl dt:first-letter {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .content--cart .woocommerce .woocommerce-cart-form .item .product-name dl dt {
        text-align: left;
        font-size: 17px;
        line-height: 21px;
        font-weight: 600;
        color: #434e60;
        display: inline-block;
        width: 50%;
    }
}

.woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
    clear: both;
    padding-left: 0px;
}


.menu_changes {
    border: 1px solid rgba(53, 117, 179, 0.5);
    border-radius: 5px;
    margin: 1em;
    padding: 0.4em;
}

.menu_changes div:first-child {
    border-bottom: 1px solid rgba(53, 117, 179, 0.5);
    padding-bottom: 5px;
}

.menu_changes div a {
    float: right;
    font-weight: 100 !important;
    float: right;
    margin-top: 7px;
}

.menu_changes .t_ {
    font-weight: 100 !important;
    width: 100px;
    display: inline-block;
}

@media (max-width: 991px) {
    .noadapt_ {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .content--cart .woocommerce .cart-widgets {
        order: 0;
    }
}

.woocommerce div.product.product-type-variable .entry-summary .price-wrapper .price .amount {
    padding: 0 0 0 13.5px;
}

.footer--cart .menu-container .menu-footer-cart-menu-container ul a {
    display: none
}

@media (min-width: 992px) {
    .content--cart .product-subtotal {
        margin: 67px 0 0 0 !important;
    }
}

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
    padding-left: 10px !important;
}

.feature a {
    text-decoration: underline;
    color: #3575b3;
}

.feature a:hover {
    text-decoration: underline;
    color: #000;
}

@media (max-width: 1199px) {
    .site-header .sub-menu li a {
        padding: 0px 0px 0px 0px !important;
        font-size: 14px !important;
        color: #1D3D70 !important;
    }

    .site-header .sub-menu {
        margin-top: -15px !important;
    }

    .site-header .burger-sub-menu {
        margin: -19px 0 0 -7px !important;
    }

    .site-header .sub-menu li:first-child {
        padding: 0px 15px 0 !important;
    }
}


.term-description {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 15px 30px 15px;
    font-size: 18px;
}

.term-description p {
    margin: 10px 0 20px 0px;
}

#menu-item-83268 a {
    margin: 10px 0 0 0;
    text-align: center;
    background: #f47646;
    color: #fff;
    border-radius: 10px;
}

#menu-item-83268 a:hover {
    background: #d95d2e
}

@media (max-width: 991px) {
    #menu-item-83268 {
        display: none;
    }
}

body.home .shop-hot-tubs__wrapper .slick-list {
    overflow: hidden;
    padding-bottom:6px;
}

body.single-product .slick-prev, body.single-product .slick-next {
    font-size:1.5rem;
    color:#434E61;
}

body.single-product .slick-prev:hover, body.single-product .slick-prev:focus, body.single-product .slick-next:hover, .slick-next:focus {
    color:#434E61;
}


.wp-admin {display:none;!important}
