<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
    font-display: swap
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
    font-display: swap
}

@font-face {
    font-family: Montserrat-Italic;
    src: url('../fonts/montserrat/Montserrat-Italic.ttf');
    font-display: swap
}

@font-face {
    font-family: Montserrat-Black;
    src: url('../fonts/montserrat/Montserrat-Black.ttf');
    font-display: swap
}

@font-face {
    font-family: Linearicons;
    src: url('../fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.ttf');
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}

a {
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #e82425;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

a:focus {
    outline: 0 !important
}

a:hover {
    text-decoration: none;
    color: #e65540
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

h1 {
    font-size: 1.6rem
}

@media (min-width:768px) {
    h1 {
        font-size: 1.8rem
    }
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.2rem
    }
}

p {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 1.5;
    color: #4e4c4c;
    margin: 0
}

li,
ul {
    margin: 0;
    list-style-type: none
}

.custom-list {
    list-style: circle;
    color: red
}

input {
    outline: 0;
    border: none !important
}

textarea {
    outline: 0
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

button {
    outline: 0 !important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

iframe {
    border: none !important
}

.container {
    max-width: 1300px
}

.slick-slide {
    outline: 0 !important
}

.animsition-loading-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[data-loader=ball-scale] {
    width: 50px;
    height: 50px;
    -webkit-animation: ball-scale infinite linear .75s;
    -moz-animation: ball-scale infinite linear .75s;
    -o-animation: ball-scale infinite linear .75s;
    animation: ball-scale infinite linear .75s;
    border-radius: 100%;
    background-color: #e65540
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 10px;
    background-color: #3a423b;
    opacity: .5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 4px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

.btn-back-to-form {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    left: 40px;
    background-color: #3a423b;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 4px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

.symbol-btn-back-to-top {
    font-size: 22px;
    color: #fff;
    line-height: 1em
}

.btn-back-to-top:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #3a423b
}

@media (max-width:576px) {
    .btn-back-to-top {
        bottom: 15px;
        right: 15px
    }
}

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    font-size: 15px;
    font-family: Montserrat-Regular;
    color: #555;
    line-height: 1.8
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e82425;
    border: 1px solid #e82425;
    color: #fff;
}

.select2-container .select2-results__option[aria-selected] {
    color: #000
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 12px !important
}

span.select2-selection--multiple[aria-expanded=true] {
    border-color: silver !important
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    height: 20px;
    outline: 0;
    position: relative
}

.select2-container--default .select2-selection--multiple {
    min-height: 50px;
    border-radius: 3px;
    border: 1px solid #dadada !important;
    border-radius: 15px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dadada 1px !important;
    outline: 0;
    border-radius: 15px;
}

span.select2-selection--multiple[aria-expanded=true] {
    border-color: #dadada !important
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    font-family: Montserrat-Regular;
    line-height: 20px;
    color: #888;
    padding-left: 0;
    background-color: transparent
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.select2-selection__arrow b {
    display: none
}

.select2-selection__arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: transparent;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 2px;
    margin-right: 8px
}

.select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: #fff
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 5px;
    padding-bottom: 5px
}

.select2-container .select2-results__option[aria-selected=true] {
    background-color: #e65540;
    color: #fff
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #e65540;
    color: #fff
}

.select2-results__options {
    font-size: 13px;
    font-family: Montserrat-Regular;
    color: #888
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #888
}

.rs1-select2 .select2-container {
    margin-left: 26px
}

.rs1-select2 .select2-container .select2-selection--single {
    height: 20px
}

.rs2-select2 .select2-container .select2-selection--single {
    background-color: #fff;
    height: 50px
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    color: #555;
    padding-left: 22px
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px
}

#dropDownSelect2 .select2-results__options {
    color: #555
}

#dropDownSelect2 .select2-search--dropdown .select2-search__field {
    color: #555
}

.rs3-select2 .select2-container .select2-selection--single {
    height: 45px
}

.rs3-select2 .select2-selection__arrow b {
    display: block
}

.rs3-select2 .select2-selection__arrow:after {
    display: none
}

.rs4-select2 .select2-container .select2-selection--single {
    height: 40px
}

.rs4-select2 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px
}

.rs4-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px
}

.header1 {
    height: 125px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.fixed-header {
    height: 110px
}

.container-menu-header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1100;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.topbar {
    height: 39px;
    background-color: #3a423b;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.topbar-social {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 32px;
}

.topbar-social-item {
    font-size: 18px;
    padding: 10px;
    color: #fff
}

.topbar-social-item:hover {
    color: #e82425
}

.other-social-item {
    font-size: 20px;
    padding: 10px;
    color: #3a423b
}

.other-social-item:hover {
    color: #e82425
}

.topbar-child1 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #888;
    line-height: 1.7
}

.topbar-phone {
    color: #e82425;
    font-weight: 700
}

.topbar-child2 {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 38px
}

.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 90px;
    background-color: #fff;
    justify-content: space-around;
    align-items: center;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.fixed-header .wrap_header {
    height: 74px
}

.logo {
    /*
    display: block;
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
    */
}

.logo img {
    max-height: 60px;
    margin-top: 6px
}

.fixed-header .logo img {
    max-height: 65px
}

@media (min-width:1300px) {
    .logo {
        /*
        display: block;
        position: absolute;
        left: 50px;
        top: 50%
        */
    }
    .logo img {
        max-height: 80px;
        margin-top: 6px
    }
    .wrap_menu {
        margin-left: 0
    }
}

.main_menu {
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.main_menu&gt;li {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px
}

.main_menu&gt;li&gt;a {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #000;
    padding: 0;
    border-bottom: 1px solid transparent;
    text-transform: uppercase
}

.navbar-nav&gt;li&gt;a {
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid transparent;
    text-transform: uppercase
}

@media (min-width:1400px) {
    .navbar-nav&gt;li&gt;a {
        font-size: 14px
    }
}

@media (min-width:1600px) {
    .navbar-nav&gt;li&gt;a {
        font-size: 14px
    }
}

li.sale-noti&gt;a {
    color: #e65540
}

.main_menu&gt;li:hover&gt;a {
    text-decoration: none;
    border-bottom: 1px solid #333
}

.main_menu li {
    position: relative
}

.main_menu&gt;li:hover&gt;.sub_menu {
    visibility: visible;
    opacity: 1
}

.sub_menu {
    list-style-type: none;
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 100%;
    width: 250px;
    background-color: #222;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

.sub_menu_large {
    width: 600px
}

.main_menu&gt;li&gt;.sub_menu {
    top: 100%;
    left: 0;
    position: absolute
}

.sub_menu li:hover&gt;.sub_menu {
    visibility: visible;
    opacity: 1
}

.sub_menu li {
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s
}

.sub_menu a,
.sub_menu li {
    padding: 10px;
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #fff
}

.sub_menu li:hover {
    background-color: #e82425
}

.sub_menu&gt;li:hover&gt;a {
    color: #e65540;
    text-decoration: none
}

.nav li {
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s
}

.nav a,
.nav li {
    padding: 4px;
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase
}

.nav li:hover {
    background-color: #e82425
}

.nav&gt;li:hover&gt;a {
    color: #fff;
    text-decoration: none
}

.header-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-wrapicon1,
.header-wrapicon2 {
    height: 27px;
    position: relative
}

.header-wrapicon1 img,
.header-wrapicon2 img {
    height: 100%
}

.header-icon1:hover,
.header-icon2:hover {
    cursor: pointer
}

.header-icons-noti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #111;
    color: #fff;
    font-family: Montserrat-Regular;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -10px
}

.linedivide1 {
    display: block;
    height: 20px;
    width: 1px;
    background-color: #e5e5e5;
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 5px
}

.header-cart {
    position: absolute;
    z-index: 1100;
    width: 339px;
    top: 190%;
    right: -10px;
    padding: 20px;
    border-top: 3px solid #e6e6e6;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transform-origin: top right;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.show-header-dropdown {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.fixed-header .header-cart {
    top: 160%
}

.header-cart-wrapitem {
    max-height: 270px;
    overflow: auto
}

.header-cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 5px
}

.header-cart-item-img {
    width: 80px;
    position: relative;
    margin-right: 20px
}

.header-cart-item-img img {
    width: 100%
}

.header-cart-item-img::after {
    content: '\e870';
    font-family: Linearicons;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0
}

.header-cart-item-img:hover:after {
    cursor: pointer;
    opacity: 1
}

.header-cart-item-txt {
    width: calc(100% - 100px)
}

.header-cart-item-name {
    display: block;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #555;
    line-height: 1.3;
    margin-bottom: 12px
}

.header-cart-item-info {
    display: block;
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #888;
    line-height: 1.5
}

.header-cart-total {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #555;
    line-height: 1.3;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-right: 3px
}

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

.header-cart-wrapbtn {
    width: calc((100% - 10px)/ 2)
}

.wrap_header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    display: none
}

.logo-mobile {
    display: block
}

.logo-mobile img {
    max-height: 60px
}

.btn-show-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center
}

.hamburger {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    margin-top: 5px
}

.header-icons-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 15px
}

.linedivide2 {
    display: block;
    height: 20px;
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px
}

.header-icons-mobile .header-cart {
    width: 300px;
    top: 190%;
    right: -80px;
    z-index: 1100;
    transform-origin: top right
}

.wrap-side-menu {
    width: 100%;
    background-color: #fff;
    display: none;
    border-top: 1px solid #ececec
}

.side-menu {
    width: 100%
}

.side-menu li {
    list-style-type: none;
    text-align: center
}

.side-menu .main-menu {
    margin-bottom: 0;
    background-color: #3a423b;
    padding-top: 5px;
    padding-bottom: 5px;
}

.item-menu-mobile {
    background-color: #3a423b;
    margin-top:0px;
}

.side-menu .main-menu&gt;li&gt;a {
    padding-left: 20px;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #fff;
    line-height: 2.86
}

.side-menu .main-menu&gt;li {
    color: #fff;
    position: relative
}

.side-menu .main-menu .arrow-main-menu {
    font-size: 16px;
    position: absolute;
    top: 5px;
    padding: 10px;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    -moz-transition: all .4s !important;
    transition: all .4s !important
}

.side-menu .main-menu .arrow-main-menu:hover {
    cursor: pointer
}

.turn-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 60px
}

.side-menu .sub-menu a {
    /*padding-left: 20px;*/
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #333;
    line-height: 2.5
}

.side-menu .sub-menu&gt;li {
    /*padding-left: 12px;*/
    background: #e6e6e6;
    margin-top: 0px;
}

.side-menu .sub-menu a:hover {
    text-decoration: none;
    /*padding-left: 20px;*/
    color: #e65540 !important
}

.side-menu .sub-menu {
    background: #e6e6e6;
    padding-bottom: 5px;
    padding-top: 5px;
    display: none
}

@media (min-width:992px) {
    .wrap-side-menu {
        display: none
    }
}

.item-topbar-mobile {
    border-bottom: 1px solid #ececec
}

.topbar-child2-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.topbar-social-moblie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.topbar2 {
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.logo2 {
    display: block
}

.logo2 img {
    max-height: 27px
}

.fixed-header2 {
    z-index: 1300;
    position: fixed;
    height: 65px;
    left: 0;
    top: -70px;
    visibility: hidden;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2)
}

.fixed-header2 .header-cart {
    top: 160%
}

.show-fixed-header2 {
    visibility: visible;
    top: 0
}

.container-menu-header-v3 {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 320px;
    height: 100vh;
    border-right: 1px solid #e5e5e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.container-menu-header-v3 .wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff
}

.container-menu-header-v3 .logo3 {
    display: block
}

.container-menu-header-v3 .logo3 img {
    max-width: 120px
}

.container-menu-header-v3 .header-icons3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: unset
}

.container-menu-header-v3 .header-cart {
    left: -10px;
    transform-origin: top left
}

.container-menu-header-v3 .main_menu {
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    flex-direction: column
}

.container-menu-header-v3 .main_menu&gt;li {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.container-menu-header-v3 .sub_menu {
    top: 0;
    left: 100%
}

.container-menu-header-v3 .main_menu&gt;li&gt;.sub_menu {
    top: 10px;
    left: 95%
}

.container-menu-header-v3 .sub_menu li {
    text-align: left
}

.container-menu-header-v3 .topbar-social-item {
    padding: 10px 8px
}

.container1-page {
    margin-left: 320px
}

@media (max-width:992px) {
    .wrap_header_mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex !important
    }
    .wrap_header {
        display: none
    }
    .container-menu-header,
    .container-menu-header-v2,
    .container-menu-header-v3 {
        display: none
    }
    .top-bar {
        display: none
    }
    header {
        height: auto !important
    }
    .container1-page {
        margin-left: 0
    }
}

.wrap-slick1 {
    position: relative
}

.item-slick1 {
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media (min-width:576px) {
    .item-slick1 {
        height: 350px
    }
}

@media (min-width:768px) {
    .item-slick1 {
        height: 375px
    }
}

@media (min-width:1200px) {
    .item-slick1 {
        height: 400px
    }
}

@media (min-width:1400px) {
    .item-slick1 {
        height: 450px
    }
}

@media (min-width:1930px) {
    .item-slick1 {
        height: 600px
    }
}

.arrow-slick1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    background-color: #000;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 200;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.wrap-slick1:hover .arrow-slick1 {
    opacity: .5
}

.arrow-slick1:hover {
    background-color: #e65540
}

.next-slick1 {
    right: 50px;
    left: auto
}

.prev-slick1 {
    left: 50px;
    right: auto
}

@media (max-width:576px) {
    .next-slick1 {
        right: 15px
    }
    .prev-slick1 {
        left: 15px
    }
}

.wrap-content-slide1 {
    background-image: linear-gradient(rgba(230, 155, 156, .2), rgba(232, 36, 37, .1), rgba(230, 155, 156, .2));
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .1), rgba(0, 0, 0, .2))
}

@media (max-width:1600px) {
    .wrap-content-slide1 .xl-text2 {
        font-size: 56px
    }
    .wrap-content-slide1 .xl-text1 {
        font-size: 50px
    }
}

@media (max-width:992px) {
    .wrap-content-slide1 .xl-text2 {
        font-size: 56px
    }
    .wrap-content-slide1 .xl-text1 {
        font-size: 46px
    }
}

@media (max-width:768px) {
    .wrap-content-slide1 .xl-text1,
    .wrap-content-slide1 .xl-text2,
    .wrap-content-slide1 .xl-text3 {
        font-size: 46px
    }
    .wrap-content-slide1 .m-text1,
    .wrap-content-slide1 .m-text27 {
        font-size: 16px
    }
}

@media (max-width:576px) {
    .wrap-content-slide1 .xl-text1,
    .wrap-content-slide1 .xl-text2,
    .wrap-content-slide1 .xl-text3 {
        font-size: 36px
    }
    .wrap-content-slide1 .m-text1,
    .wrap-content-slide1 .m-text27 {
        font-size: 16px
    }
}

.rs1-slick1 .item-slick1 {
    height: 100vh
}

@media (max-width:992px) {
    .rs1-slick1 .item-slick1 {
        height: calc(100vh - 85px)
    }
}

.wrap-slick2 {
    position: relative;
    margin-right: -15px;
    margin-left: -15px
}

.arrow-slick2 {
    position: absolute;
    z-index: 100;
    top: calc((100% - 70px)/ 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 39px;
    color: #ccc;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.arrow-slick2:hover {
    color: #666
}

.next-slick2 {
    right: -30px
}

.prev-slick2 {
    left: -30px
}

@media (max-width:1280px) {
    .next-slick2 {
        right: 0
    }
    .prev-slick2 {
        left: 0
    }
}

@media (max-width:1610px) {
    .rs1-slick2 .next-slick2 {
        right: 0
    }
    .rs1-slick2 .prev-slick2 {
        left: 0
    }
}

.swal-overlay {
    overflow-y: auto
}

.swal-icon--success {
    border-color: #66a8a6
}

.swal-icon--success__line {
    background-color: #66a8a6
}

.swal-icon--success__ring {
    border: 4px solid rgba(102, 168, 166, .2)
}

.swal-button:focus {
    outline: 0;
    box-shadow: none
}

.swal-button {
    background-color: #e65540;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.swal-button:hover {
    background-color: #333
}

.swal-button:active {
    background-color: #e65540
}

.swal-title {
    font-family: Montserrat-Regular;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15px
}

.swal-text {
    font-family: Montserrat-Regular;
    color: #333;
    font-size: 16px;
    text-align: center
}

.swal-footer {
    margin-top: 0
}

.block1-wrapbtn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1)
}

.block2-labelnew::before,
.block2-labelsale::before {
    z-index: 100;
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 22px;
    border-radius: 11px;
    position: absolute;
    top: 12px;
    left: 12px
}

.block2-labelsale::before {
    background-color: #e65540;
    content: 'Sale'
}

.block2-labelnew::before {
    background-color: #66a8a6;
    content: 'New'
}

.block2-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0
}

.block2-btn-addcart {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -45px
}

.block2-btn-addwishlist,
.block2-btn-towishlist {
    display: block;
    position: absolute;
    top: 26px;
    right: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.block2-btn-addwishlist:hover {
    color: #fff
}

.block2-btn-addwishlist .icon-wishlist,
.block2-btn-towishlist .icon-wishlist {
    line-height: 0
}

.block2-btn-addwishlist:hover .icon_heart_alt {
    display: none
}

.block2-btn-addwishlist:hover .icon_heart {
    display: block
}

.block2-btn-towishlist .icon_heart_alt {
    display: none
}

.block2-btn-towishlist .icon_heart {
    display: block;
    color: #e65540
}

.block2-overlay:hover {
    opacity: 1
}

.block2-overlay:hover .block2-btn-addcart {
    bottom: 20px
}

.block2-overlay:hover .block2-btn-addwishlist,
.block2-overlay:hover .block2-btn-towishlist {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.block4 {
    position: relative;
    overflow: hidden
}

@media (max-width:1660px) {
    .rs1-block4 .block4 {
        width: calc(100% / 4)
    }
}

@media (max-width:1380px) {
    .rs1-block4 .block4 {
        width: calc(100% / 3)
    }
}

@media (max-width:1200px) {
    .rs1-block4 .block4 {
        width: calc(100% / 2)
    }
}

@media (max-width:576px) {
    .rs1-block4 .block4 {
        width: calc(100% / 1)
    }
}

.block4-overlay {
    display: block
}

.block4-overlay:hover {
    color: unset
}

.block4-overlay-txt {
    background-color: rgba(0, 0, 0, .7);
    padding-top: 10px;
    position: absolute;
    width: 98%;
    height: 100%;
    bottom: -65%;
    right: 3px;
    left: 3px;
    padding-right: 5px;
    padding-left: 15px
}

@media (max-width:700px) {
    .block4-overlay-txt-page {
        padding-top: 3px !important;
        width: 95% !important;
        height: 100% !important;
        padding-left: 5px !important
    }
}

@media (min-width:700px) {
    .block4-overlay-txt {
        background-color: rgba(0, 0, 0, .7);
        padding-top: 5px;
        position: absolute;
        width: 98%;
        height: 100%;
        bottom: -85%;
        right: 3px;
        left: 3px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width:1200px) {
    .block4-overlay-txt {
        background-color: rgba(0, 0, 0, .7);
        padding-top: 0;
        position: absolute;
        width: 98%;
        height: 100%;
        bottom: -75%;
        right: 3px;
        left: 3px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width:1400px) {
    .block4-overlay-txt {
        background-color: rgba(0, 0, 0, .7);
        padding-top: 5px;
        position: absolute;
        width: 98%;
        height: 100%;
        bottom: -77%;
        right: 3px;
        left: 3px;
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (min-width:1600px) {
    .block4-overlay-txt {
        background-color: rgba(0, 0, 0, .7);
        padding-top: 10px;
        position: absolute;
        width: 98%;
        height: 100%;
        bottom: -77%;
        right: 3px;
        left: 3px;
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (min-width:1800px) {
    .block4-overlay-txt {
        background-color: rgba(0, 0, 0, .7);
        padding-top: 0;
        position: absolute;
        width: 98%;
        height: 100%;
        bottom: -77%;
        right: 3px;
        left: 3px;
        padding-right: 40px;
        padding-left: 40px
    }
    .block4-pad {
        padding-top: 10px
    }
}

.block4-overlay-heart {
    transform-origin: top left;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.block4:hover .block4-overlay {
    visibility: visible;
    opacity: 1
}

.block4:hover .block4-overlay-txt {
    bottom: 0;
    padding-top: 50px
}

.block4:hover .block4-overlay-heart {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

/*
.bg-title-page::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}*/

.bg-title-page {
    position: relative;
    width: 100%;
    height: calc(40vh - 125px);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover
}

@media (max-width:576px) {
    .bg-title-page .l-text2 {
        font-size: 35px
    }
    .bg-title-page .m-text13 {
        font-size: 16px
    }
}

.leftbar #filter-bar {
    margin-right: 6px;
    margin-left: 6px;
    height: 4px;
    border: none;
    background-color: #e1e1e1
}

.leftbar #filter-bar .noUi-connect {
    background-color: #c5c5c5;
    border: none;
    box-shadow: none
}

.leftbar #filter-bar .noUi-handle {
    width: 13px;
    height: 13px;
    left: -6px;
    top: -5px;
    border: none;
    border-radius: 50%;
    background: #999;
    cursor: pointer;
    box-shadow: none;
    outline: 0
}

.leftbar #filter-bar .noUi-handle:before {
    display: none
}

.leftbar #filter-bar .noUi-handle:after {
    display: none
}

.color-filter1 {
    background-color: #00bbec
}

.color-filter2 {
    background-color: #2c6ed5
}

.color-filter3 {
    background-color: #ffa037
}

.color-filter4 {
    background-color: #ff5337
}

.color-filter5 {
    background-color: #a88c77
}

.color-filter6 {
    background-color: #393939
}

.color-filter7 {
    background-color: #ccc
}

.checkbox-color-filter {
    display: none
}

.color-filter {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%
}

.checkbox-color-filter:checked+.color-filter {
    box-shadow: 0 0 0 2px #000;
    -moz-box-shadow: 0 0 0 2px #000;
    -webkit-box-shadow: 0 0 0 2px #000;
    -o-box-shadow: 0 0 0 2px #000;
    -ms-box-shadow: 0 0 0 2px #000
}

.pagination {
    margin-right: -6px;
    margin-left: -6px
}

.item-pagination {
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: grey;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 6px
}

.item-pagination:hover {
    background-color: #222;
    color: #fff
}

.active-pagination {
    background-color: #e82425;
    color: #fff
}

.wrap-slick3-dots {
    width: 14.5%
}

.slick3 {
    width: 80.64%
}

.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

.slick3-dots li img {
    width: 100%
}

.slick3-dot-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.slick3-dot-overlay:hover {
    border: 3px solid #888
}

.slick3-dots .slick-active .slick3-dot-overlay {
    border: 3px solid #888
}

.show-dropdown-content .down-mark {
    display: block
}

.show-dropdown-content .up-mark {
    display: none
}

.wrap-table-shopping-cart {
    overflow: auto
}

.container-table-cart::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 51px);
    background-color: #e6e6e6;
    top: 51px;
    left: 0
}

.container-table-cart::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 51px);
    background-color: #e6e6e6;
    top: 51px;
    right: 0
}

.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;
    min-width: 992px
}

.table-shopping-cart .table-row {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.table-shopping-cart .column-1 {
    width: 225px;
    padding-left: 50px
}

.table-shopping-cart .column-2 {
    width: 330px;
    padding-right: 30px
}

.table-shopping-cart .column-3 {
    width: 133px;
    padding-right: 30px
}

.table-shopping-cart .column-4 {
    width: 355px;
    padding-right: 30px
}

.table-shopping-cart .column-5 {
    padding-right: 30px
}

.table-shopping-cart .table-head th {
    font-family: Montserrat-Bold;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px
}

.table-shopping-cart td {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    padding-top: 37px;
    padding-bottom: 30px
}

.table-shopping-cart .table-row .column-2 {
    font-size: 15px
}

.cart-img-product {
    width: 90px;
    position: relative
}

.cart-img-product img {
    width: 100%
}

.cart-img-product::after {
    content: '\e870';
    font-family: Linearicons;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0
}

.cart-img-product:hover:after {
    cursor: pointer;
    opacity: 1
}

.wrap-tags {
    margin-right: -3px;
    margin-left: -3px
}

.tag-item {
    display: block;
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 3px
}

.tag-item:hover {
    border: 1px solid #e65540
}

.tab01 .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-bottom: none;
    margin-right: -15px;
    margin-left: -15px
}

.tab01 .nav-tabs .nav-item {
    padding: 8px 16px
}

.tab01 .nav-link {
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid transparent;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #888;
    line-height: 1.1
}

.tab01 .nav-link.active {
    color: #333;
    border-bottom: 1px solid #6a6a6a
}

.tab01 .nav-link:hover {
    color: #333;
    border-bottom: 1px solid #6a6a6a
}

@media (max-width:480px) {
    .tab01 .nav-tabs .nav-item {
        padding: 8px 6px
    }
    .tab01 .nav-tabs {
        margin-right: -6px;
        margin-left: -6px
    }
}

body {
    padding-right: 0 !important
}

.modal {
    padding: 0 !important;
    z-index: 1360;
    overflow-x: hidden;
    overflow-y: auto !important;
    background: rgba(0, 0, 0, .4)
}

.modal-open {
    overflow-y: scroll
}

.modal-backdrop {
    background-color: transparent
}

#modal-video-01 {
    background-color: rgba(0, 0, 0, .8);
    z-index: 1350
}

#modal-video-01 .modal-dialog {
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative
}

.wrap-video-mo-01 {
    width: 854px;
    height: auto;
    position: relative;
    margin: 15px
}

.video-mo-01 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s
}

.video-mo-01 iframe {
    width: 100%;
    height: 100%
}

.close-mo-video-01 {
    font-size: 50px;
    color: #fff;
    opacity: .6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1250;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0
}

.close-mo-video-01:hover {
    cursor: pointer;
    opacity: 1
}

.circle {
    padding: 13px 20px;
    border-radius: 50%;
    background-color: #e82425;
    color: #fff;
    max-height: 50px;
    z-index: 2
}

.how-it-works.row .col-2 {
    align-self: stretch
}

.how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #e82425;
    z-index: 1
}

.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%
}

.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px)
}

.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0
}

.timeline div {
    padding: 0;
    height: 40px
}

.timeline hr {
    border-top: 3px solid #e82425;
    margin: 0;
    top: 17px;
    position: relative
}

.timeline .col-2 {
    display: flex;
    overflow: hidden
}

.timeline .corner {
    border: 3px solid #e82425;
    width: 100%;
    position: relative;
    border-radius: 20px
}

.timeline .top-right {
    left: 50%;
    top: -50%
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px)
}

.timeline .top-left {
    left: -50%;
    top: -50%
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px)
}

input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none
}

input.num-product::-webkit-inner-spin-button,
input.num-product::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.custom-hr {
    width: 100px;
    border-top: 2px solid #e82425
}

.custom-hr2 {
    width: 100px;
    border-top: 2px solid #e82425;
    margin-top: .3rem;
    margin-bottom: 2rem;
}

.white-link {
    color: #fff
}

.parallax {
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.parallax2 {
    background-image: url("../img/parallax2.jpg");
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

blockquote {
    font-family: Georgia, serif;
    position: relative;
    margin: .5em;
    padding: 0 40px;
    color: #4e4c4c
}

blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C"
}

blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
    float: right;
    font-size: 6em;
    line-height: 1;
    right: 0;
    bottom: -.5em;
    content: "\201D"
}

blockquote footer {
    padding: 0 2em 0 0;
    text-align: right
}

blockquote cite:before {
    content: "\2013"
}

.cite {
    font-size: 1.4rem;
    font-weight: 700
}

@media (min-width:1200px) {
    .cite {
        font-size: 1.5rem
    }
}

.text-shadow {
    text-shadow: 1px 1px #000
}

.text-bold {
    font-weight: 700
}

.block-tall:hover a {
    background-color: #3a423b;
    height: 479px
}

.block-small:hover a {
    background-color: #3a423b;
    height: 360px
}

.block-tall blockquote {
    display: none
}

.block-tall:hover blockquote {
    display: block;
    margin-top: 50px
}

.block-small blockquote {
    display: none
}

.block-small:hover blockquote {
    display: block;
    margin-top: 50px
}

.animDuration-1 {
    animation-duration: 1s
}

.animDuration-2 {
    animation-duration: 2s
}

.animDelay-1 {
    animation-delay: .3s
}

.animDelay-2 {
    animation-delay: .6s
}

.animDelay-3 {
    animation-delay: .9s
}

.animDelay-4 {
    animation-delay: 1.2s
}

@media (min-width:768px) {
    .seven-cols .col-lg-1,
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-xl-1 {
        width: 100%
    }
}

@media (min-width:992px) {
    .seven-cols .col-lg-1,
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-xl-1 {
        width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important
    }
}

@media (min-width:1200px) {
    .seven-cols .col-lg-1,
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-xl-1 {
        width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important
    }
}

.dropdown-menu {
    padding: 30px 5px 20px 10px;
    overflow: hidden
}

.white-hr {
    border-top: 1px solid rgba(255, 255, 255, .1) !important;
    margin-top: .8rem;
    margin-bottom: .8rem
}

.navbar .dropdown-menu div[class*=col] {
    margin-bottom: 1rem
}

.navbar .dropdown-menu {
    border: none;
    background-color: #3a423b !important
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 35px
}

/*
@media (min-width:1000px) {
    .navbar .dropdown-menu {
        width: 110%
    }
}

@media (min-width:1400px) {
    .navbar .dropdown-menu {
        width: 950px
    }
}*/

@media (min-width:1750px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: 1rem
    }
}

@media (min-width:1920px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: 1.5rem
    }
}

@media screen and (min-width:768px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0
    }
    .navbar .nav-item {
        padding: .4rem .4rem;
        margin: 0 .25rem
    }
    .navbar .dropdown {
        position: static
    }
    .navbar .dropdown .dropdown-menu:hover,
    .navbar .dropdown:hover .dropdown-menu {
        display: block !important
    }
    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #fff
    }
}

@media screen and (min-width:1200px) {
    .navbar .nav-item {
        padding: 0 .5rem;
        margin: 0 .25rem
    }
}

.text-bold {
    font-weight: 600
}

.nav-item-btn {
    text-align: center;
    border: 1px solid #e82425;
    background-color: #e82425
}

.nav-item-btn:hover {
    background-color: #b90607 !important;
    border: 1px solid #b90607
}

.nav-btn {
    font-weight: 700;
    color: #fff
}

.home-title {
    text-transform: uppercase;
    font-size: 1.8rem
}

@media (min-width:1400px) {
    .home-title {
        font-size: 1.9rem
    }
}

@media (min-width:1920px) {
    .home-title {
        font-size: 2rem
    }
}

.box-shadow {
    box-shadow: 1px 2px 7px 0 #6d6d6d
}

.fino-list li {
    list-style-type: circle;
    color: #e82425;
    font-size: 26px
}

.fino-list-white li {
    list-style-type: circle;
    color: #fff;
    font-size: 26px
}

.page-content {
    position: relative;
    overflow: hidden
}

.btn-fino {
    color: #fff;
    background-color: #e82425;
    border-color: #e82425
}

.btn-fino:hover {
    color: #fff;
    background-color: #3a423b;
    border-color: #3a423b
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #ec496e;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ec496e;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #ec496e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #ec496e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #ec496e;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #ec496e;
    position: absolute;
    top: 13px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #ec496e;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline .description {
    display: inline-block;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
    background: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #f9850f;
    border-bottom-color: #f9850f
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
    background: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #8fb800;
    border-bottom-color: #8fb800
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }
    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }
    .main-timeline .timeline-icon {
        left: 25%
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }
    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }
    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0
    }
    .main-timeline .timeline {
        margin-bottom: 70px
    }
    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }
    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }
    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }
    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }
    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }
    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width:479px) {
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}

.main-timeline5 {
    overflow: hidden;
    position: relative
}

.main-timeline5 .timeline {
    position: relative;
    margin-top: 0;
    min-height: 135px
}

.main-timeline5 .timeline:first-child {
    margin-top: 0
}

.main-timeline5 .timeline-icon,
.main-timeline5 .year {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline5 .timeline:after,
.main-timeline5 .timeline:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline5 .timeline:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.main-timeline5 .timeline-icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #e82425;
    border-right-color: #e82425;
    z-index: 1;
    transform: rotate(45deg)
}

.main-timeline5 .year {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    font-size: 22px;
    font-weight: 700;
    color: #e82425;
    text-align: center;
    transform: rotate(-45deg)
}

.main-timeline5 .timeline-content {
    width: 37%;
    height: auto;
    float: right;
    background: #e82425;
    padding: 15px 15px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.main-timeline5 .timeline-content:before {
    content: "";
    width: 20%;
    height: 17px;
    background: #e82425;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%)
}

.main-timeline5 .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.main-timeline5 .description {
    color: #fff;
    line-height: 24px;
    margin: 0
}

.main-timeline5 .timeline:nth-child(2n) .timeline-icon {
    transform: rotate(-135deg);
    border-top-color: #3a423b;
    border-right-color: #3a423b
}

.main-timeline5 .timeline:nth-child(2n) .year {
    transform: rotate(135deg);
    color: #3a423b
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content {
    float: left;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -20%
}

.main-timeline5 .timeline:nth-child(2n) .timeline-content,
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    background: #3a423b
}

@media only screen and (max-width:1199px) {
    .main-timeline5 .timeline {
        margin-top: 0
    }
    .main-timeline5 .timeline-content:before {
        left: -18%
    }
    .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
        right: -18%
    }
}

@media only screen and (max-width:990px) {
    .main-timeline5 .timeline {
        margin-top: 0
    }
    .main-timeline5 .timeline-content:before {
        left: -9%
    }
    .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
        right: -9%
    }
}

@media only screen and (max-width:767px) {
    .main-timeline5 .timeline {
        margin-top: 0;
        overflow: hidden
    }
    .main-timeline5 .timeline:before,
    .main-timeline5 .timeline:nth-child(2n):before {
        box-shadow: none
    }
    .main-timeline5 .timeline-icon,
    .main-timeline5 .timeline:nth-child(2n) .timeline-icon {
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg)
    }
    .main-timeline5 .timeline:nth-child(2n) .year,
    .main-timeline5 .year {
        transform: rotate(-135deg)
    }
    .main-timeline5 .timeline-content,
    .main-timeline5 .timeline:nth-child(2n) .timeline-content {
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 10px 10px;
        margin: 0 auto
    }
    .main-timeline5 .timeline-content:before,
    .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, 0)
    }
    .main-timeline5 .timeline-content {
        position: relative;
        margin-top: 55px
    }
    .main-timeline5 .timeline:nth-child(2n) .timeline-content {
        position: relative;
        margin-top: 55px
    }
}

ul.timeline-small {
    list-style-type: none;
    position: relative
}

ul.timeline-small:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400
}

ul.timeline-small&gt;li {
    margin: 20px 0;
    padding-left: 50px;
    min-height: 50px
}

ul.timeline-small&gt;li:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #e82425;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sticky-container {
    background-color: #06c;
    box-shadow: gray -1px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 3px;
    position: fixed;
    top: 50%;
    right: 0;
    width: 0;
    height: auto;
    z-index: 9999;
    margin-top: -24px;
    text-align: center
}

.sticky-container:hover {
    width: 24px
}

.sticky-container a {
    padding: 0 !important;
    display: block;
    text-align: left;
    height: 24px;
    width: 24px;
    padding: 8px 16px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none
}

.btn.book-now {
    background: #e82425;
    position: fixed;
    right: 0;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 10;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;

}

.btn.book-now:hover {
    transform: translateY(-50%) scale(1.1);
}

/*
.btn.book-now:hover {
    transform: translateX(25%);
    transition: .3s
}
*/

.btn.custFixed {
    text-align: left;
    position: fixed;
    right: 0;
    text-decoration: none;
    transform-origin: bottom right;
    height: 50px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
    padding: 0 10px 0 20px
}

.custFixed1 {
    background: #47b366;
    top: 385px;
    color: #fff
}

.custFixed2 {
    background: #6ea8cc;
    top: 440px;
    color: #fff
}

.custFixed3 {
    background: #fff;
    top: 385px;
    color: #47b366;
    border-top: 2px solid #47b366;
    border-bottom: 2px solid #47b366;
    border-left: 2px solid #47b366
}

.custFixed1:hover {
    color: #fff
}

.custFixed2:hover {
    color: #fff
}

.custFixed3:hover {
    color: #47b366
}

.btn-modal {
    height: 50px;
    border-radius: 25px;
    color: #fff;
    background: #6ea8cc;
    padding: 0 15px 0 15px;
    text-decoration: none
}

.btn-modal:hover {
    background: #5594bb
}

.btn-modal2 {
    height: 50px;
    border-radius: 25px;
    color: #fff;
    background: #47b366;
    padding: 0 15px 0 15px;
    text-decoration: none
}

.btn-modal3 {
    height: 50px;
    border-radius: 25px;
    color: #47b366;
    background: #fff;
    padding: 0 15px 0 15px;
    text-decoration: none;
    border: 2px solid #47b366
}

.box1 {
    position: relative;
    border: 0;
    padding: 0;
    -o-border-image: none;
    border-image: none;
    background-color: transparent;
    overflow: visible
}

.box1-img {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden
}

.box1-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.box1-txt {
    position: relative;
    border: 2px solid;
    padding-right: 50%;
    z-index: 2
}

.box1-red {
    border-color: #e92425
}

.box1-grey {
    border-color: #3a4042
}

.l-cont {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4e4c4c
}

.l-cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%
}

.l-cont:hover input~.checkmark {
    background-color: #ccc
}

.l-cont input:checked~.checkmark {
    background-color: #e82425
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.l-cont input:checked~.checkmark:after {
    display: block
}

.l-cont .checkmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.card-header {
    padding: .2rem 1rem .2rem .2rem;
    background-color: #fff;
    border-radius: 20px;
}

.card-header:first-child {
    border-radius: 20px;
}

.card {
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.5);
}

.card-header a {
    color: #e82425 !important
}

[data-toggle=collapse] i {
    position: absolute;
    right: 12px
}

[data-toggle=collapse].collapsed i {
    position: absolute;
    right: 12px
}

[data-toggle=collapse] i:before {
    content: "\f068"
}

[data-toggle=collapse].collapsed i:before {
    content: "\f067"
}

.custom-link {
    color: #4e4c4c
}

.custom-link:hover {
    color: #e82425
}

.form-tile {
    background-color: #fff;
    padding: 14px;
    border: 2px solid #e82526;
    border-radius: 5px;
    cursor: pointer
}

.form-tile:hover {
    background-color: #e9ecef
}

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

.content-texte {
    /*margin-bottom: 30px*/
}

.content-texte img {
    max-width: 100%;
    height: auto
}

.content-qui p {
    font-size: 1.25rem;
    font-weight: 300;
    color: #fff !important
}

.content-texte blockquote {
    color: #fff;
    font-size: 10px;
    margin-bottom: 5px
}

.content-texte blockquote p {
    color: #fff
}

.content-texte p iframe {
    max-width: 100%
}

.content-texte blockquote span {
    color: #fff !important
}

.content-texte ul {
    list-style: none;
    padding-left: 20px
}

.content-texte ul li {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 1.7;
    color: #4e4c4c;
}

.bg1 .content-texte ul li {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 1.7;
    color: white;
}

.content-texte h1 {
    font-family: Montserrat-Bold;
    font-size: 25px;
    color: #333;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 15px
}

.content-texte h2 {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #333;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 15px
}

.content-texte h2:first-child {
    padding-bottom: 5px;
    padding-top: 5px
}

.content-texte h3 {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #333;
    line-height: 1.3;
    padding-bottom: 15px;
    padding-top: 10px
}

.card-header h3 {
    color: #333;
    padding: .75rem .75rem;
    font-size: 17px;
    line-height: 1.25;
    text-transform: none;
    font-weight: 600;
    font-family: Montserrat-Regular;
    cursor:pointer;
}

@media (min-width: 1200px) {
    .card-header h3 {
        font-size: 19px;
    }
}

.card-header h3:hover {
    text-decoration: none;
}

.card-header i {
    font-weight: lighter;
    font-size: 20px;
    cursor:pointer;
}

.content-texte h4 {
    font-family: Montserrat-Bold;
    font-size: 17px;
    color: #333;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 15px
}

.content-texte h5 {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #333;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 15px
}

.content-texte ul li::before {
    content: "\25CF";
    color: #e82425;
    font-weight: 700;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    font-size: 8px;
}

@media (min-width: 1200px) {
    .content-texte ul li::before {
        width: 1em;
        margin-left: -1em;
        font-size: 16px;
    }
}

.social-menu ul li::before {
    content: "" !important;
}

.nav hr:last-child {
    display: none
}

.caption-desc a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline
}

.caption-desc a:hover {
    color: #000
}

.text-decoration-no {
    text-decoration: none !important
}

.content-texte-side p {
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #4e4c4c;
    line-height: 1.8
}

.content-texte-side a {
    font-size: 13px;
    line-height: 1.8
}

.sideLink:before {
    font-family: FontAwesome;
    content: "\f054";
    margin-right: .2rem;
    margin-left: .2rem
}

.content-texte strong a {
    font-weight: 700 !important
}

.form-btn {
    width: 190px;
    height: 30px;
    border-radius: 40px;
    font-size: 11px
}

@media (min-width:1200px) {
    .content-texte h2 {
        font-size: 22px;
    }
}

@media (min-width:1300px) {
    .form-btn {
        width: 225px;
        height: 35px;
        border-radius: 40px;
        font-size: 12px
    }
}

@media (min-width:1500px) {
    .form-btn {
        width: 260px;
        height: 40px;
        border-radius: 40px;
        font-size: 14px
    }
}

.meshim_widget_components_ChatButton.br .favicon {
    border-top-left-radius: 5px;
    color: #fff !important
}

.meshim_widget_widgets_Favicon .default_icon.default_icon_offline {
    line-height: 18px;
    vertical-align: top;
    color: #fff
}

#msform {
    position: relative
}

#msform fieldset {
    margin: 0 0;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#popform fieldset:not(:first-of-type) {
    display: none
}

#popform2 fieldset:not(:first-of-type) {
    display: none
}

#popform3 fieldset:not(:first-of-type) {
    display: none
}

#popform8 fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    width: 100px;
    background: #27ae60;
    font-weight: 700;
    color: #fff;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:focus,
#msform .action-button:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #27ae60
}

.fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px
}

.fs-subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px
}

.form-button {
    padding: 25px;
    border-radius: 50%
}

.find-step1 {
    margin: 5% 10% !important
}

@media (min-width:768px) {
    .find-step1 {
        margin: 10% 5% !important
    }
    #msform fieldset {
        margin: 0 5%
    }
}

@media (min-width:992px) {
    .find-step1 {
        margin: 15% 5% !important
    }
    #msform fieldset {
        margin: 0 5%
    }
}

@media (min-width:1200px) {
    .find-step1 {
        margin: 18% 10% !important
    }
    #msform fieldset {
        margin: 0 10%
    }
}

.social-menu ul {
    margin: 0;
    padding: 0
}

.social-menu ul li {
    list-style: none;
    width: 61px;
    box-sizing: border-box;
    display: inline-block
}

.social-menu ul li a {
    display: block;
    padding: 12px;
    text-decoration: none;
    color: #fff
}

.social-menu ul li a .fa {
    font-size: 35px;
    transition: 1s
}

.social-menu ul li a:hover .fa {
    transform: rotateY(360deg)
}

.social-menu ul li:nth-child(1) a {
    background: #007785
}

.social-menu ul li:nth-child(2) a {
    background: #e82425
}

.social-menu ul li:nth-child(3) a {
    background: #007785
}

.social-menu ul li:nth-child(4) a {
    background: #e82425
}

@media (max-width:992px) {
    .social-menu h1 {
        font-size: 30px
    }
    .social-menu ul li {
        width: calc(100% / 4)
    }
}

@media (max-width:768px) {
    .social-menu {
        width: 100%
    }
}

@media (max-width:480px) {
    .social-menu {
        margin: 20px auto
    }
    .social-menu ul li {
        width: calc(100% / 2)
    }
}

@media (max-width:360px) {
    .social-menu {
        margin: 0 auto
    }
    .social-menu ul li {
        width: calc(100% / 1)
    }
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto
}

@media(max-width:768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px)
    }
}

.modal-title-cust {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #333;
    margin: auto
}

.hotline {
    color: #555
}

.hotline:hover {
    color: #e65540
}

#tarteaucitronRoot .tarteaucitronDeny {
    background: #fff !important;
    color: #000 !important
}

#tarteaucitronRoot .tarteaucitronCross::before {
    color: #000 !important
}

.btn-pres {
    background: #47b366;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 25px;
    -webkit-appearance: button;
    text-align: center
}

.btn-pres:hover {
    background: #34a253;
    color: #fff
}

.btn-pres:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f108";
    margin-right: 10px
}

.btn-fino2 {
    background: #fff;
    border: 2px solid #34a253;
    color: #34a253;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 25px;
    -webkit-appearance: button;
    text-align: center
}

.btn-fino2:hover {
    background: #34a253;
    color: #fff
}

.btn-fino2:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f29c";
    margin-right: 10px
}

.btn-fino3 {
    background: #6ea8cc;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 25px;
    -webkit-appearance: button;
    text-align: center
}

.btn-fino3:hover {
    background: #5594bb;
    color: #fff
}

.btn-fino3:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f109";
    margin-right: 10px
}

.btn-fino4 {
    background: #fff;
    border: 2px solid #e82425;
    color: #e82425;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 25px;
    -webkit-appearance: button;
    text-align: center
}

.btn-fino4:hover {
    background: #e82425;
    color: #fff
}

.btn-fino4:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0eb";
    margin-right: 10px
}

.content-texte p iframe {
    margin-top: 25px
}

#tarteaucitronRoot button {
    margin-bottom: 5px
}

span#tarteaucitronDisclaimerAlert {
    text-align: center !important;
    margin-bottom: 8px !important
}

@media (min-width:992px) {
    #tarteaucitronRoot button {
        margin-bottom: 0
    }
    .btn-pres {
        font-size: 16px;
        padding: 10px 20px
    }
    .btn-fino2 {
        font-size: 16px;
        padding: 10px 20px
    }
    .btn-fino3 {
        font-size: 16px;
        padding: 10px 20px
    }
    .btn-fino4 {
        font-size: 16px;
        padding: 10px 20px
    }
    .content-texte p iframe {
        margin-top: 0
    }
}

.cta-mobile {
    position: fixed;
    z-index: 2;
    display: none
}

.cta-mobile1 {
    bottom: 0;
    color: #fff;
    background: #e82425
}

.cta-mobile2 {
    bottom: 15px;
    right: 198px;
    color: #fff;
    background: #e82425
}

.cta-icon {
    display: inline-block;
    width: 80px;
    text-align: center;
    margin-right: 4px;
    padding: 3px
}

.cta-icon i {
    vertical-align: middle
}

.cta-mobile a {
    color: #fff;
    line-height: inherit;
    font-weight: 700
}

.border-left-1-white {
    border-left: 1px solid #fff
}

.border-right-1-white {
    border-right: 1px solid #fff
}

.hr-accordeon {
    margin-top: 2.5rem;
    margin-bottom: 1.2rem
}

.actu-fixed {
    position: fixed;
    bottom: 95px;
}

@media (max-width: 991px) {
    .actu-fixed {
        position: initial;
    }
}


/*[ Video btn ]
///////////////////////////////////////////////////////////
*/

.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 89px;
    text-align: center;
    border-radius: 50px;
    color: #c5168c;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(232, 36, 37, 0.7);
}

.video-btn i {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.video-btn::after, .video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    background-color: rgba(232, 36, 37, 0.7);
}

.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
    background-color: #e82425;
}

.video-btn:hover i {
    color: #ffffff;
}

.video-btn:hover::after, .video-btn:hover::before {
    background-color: #e82425;
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

/*[ bloc ]
///////////////////////////////////////////////////////////
*/

.bloc-projet {
    padding: 40px 20px 40px 20px;
    border-radius: 20px;
    text-align: center;
}

@media (min-width: 1200px) {
    .bloc-projet {
        padding: 40px 20px 40px 80px;
        text-align: left;
    }
}

.bloc-demo {
    border-radius: 20px;
    padding: 30px 40px;
}

.img-back {
    position: absolute;
    left: 0;
    z-index: -1;
    padding-left: inherit;
    padding-right: inherit;
    /*z-index: 1;*/
}

.drop-red::before {
    content: url('/images/back/drop-red.png');
    display: block;
    position: absolute;
    bottom: -40px; /* Place l'Ã©lÃ©ment aprÃ¨s le bloc */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.drop-black::before {
    content: url('/images/back/drop-black.png');
    display: block;
    position: absolute;
    bottom: -40px; /* Place l'Ã©lÃ©ment aprÃ¨s le bloc */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media (min-width: 1200px) {
    .drop-red::before {
        bottom: -40px; /* Place l'Ã©lÃ©ment aprÃ¨s le bloc */
    }

    .drop-black::before {
        bottom: -40px; /* Place l'Ã©lÃ©ment aprÃ¨s le bloc */
    }
}

.position-absolute {
    position: absolute;
}

/*[ 2024 ]
///////////////////////////////////////////////////////////
*/

p + p {
    margin-top: 16px;
}

li + li {
    margin-top: 6px;
}

p + ul, ul + p {
    margin-top: 15px;
}

p + a {
    margin-top: 15px;
}

.bg1 p, .bg9 p{
    color: white!important;
}

.bg1 h2, .bg1 h3, .bg9 h2, .bg9 h3 {
    color: white!important;
}

.bg1 .card-header h3 {
    color: #333!important;
}
.bg9 a {
    color: white;
}

.bg1 a:hover {
    color: #e82425;
    text-decoration: underline;
}

.bg9 a:hover {
    color: #333;
}

.card .card-body p {
    color: #4e4c4c!important;
}

.centered-axis-xy {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.position-relative {
    position: relative;
}

.bread-crumb {
    padding: 15px 15px 0px 52px;
}

.nav-link {
    color: white;
    font-size: 14px;
    padding: .25rem .25rem;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}
/*
pagination ul

page-item li   active / disabled

page-link span
*/
.page-link {
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: grey;
    /*
    width: 36px;
    height: 36px;
    border-radius: 50%;
    */
    border: 1px solid #eee;
    margin: 6px;
}

.page-link:hover {
    background-color: black;
    color: white;
}

.page-item.active .page-link {
    background-color: #e82425;
    color: #fff;
    border-color: #e82425;
}

.page-item+.page-item {
    margin-top: 0px;
}

.page-item.disabled .page-link {
    background-color: #fafafa;
}

.block4-overlay p:not(:first-child) {
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #ccc;
    line-height: 1.8;
}


header .search-block-container {
    margin-left: 0;
    width: 100%
}

header .search-block-container form {
    display: flex
}

header .search-block-container form label {
    position: absolute;
    right: 9999px
}

header .search-block-container form input {
    margin: 0;
    height: 40px;
    font-size: 14px;
    width: 100%;
    box-shadow: none;
    border: 2px solid #f1f1f1;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    background-color: #f1f1f1;
}

@media only screen and (max-width:1250px) {
    header .search-block-container form input {
        font-size: 12px
    }
}

@media only screen and (max-width:991px) {
    header .search-block-container form input {
        height: 30px
    }
}

header .search-block-container form input:focus {
    border: 1px solid #e82425 !important;
    border-right: 0;
    background-color: #f1f1f1;
}

.header .search-block-container .search-query-container {
    width: 100%
}

header .search-block-container form button {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    background: #e82425;
    color: #fff;
    border: 0;
    border-radius: 0 10px 10px 0;
    padding: 0px 12px;
}

@media only screen and (max-width:991px) {
    header .search-block-container form button {
        height: 30px;
        width: 30px;
    }
}

@media only screen and (max-width:991px) {
    header .search-block-container form button i {
        font-size: 16px;
    }
}

header .search-block-container .search-autocomplete {
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, .15);
}

header .search-block-container .search-autocomplete ul li {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin: 0px;
    padding: 0 1.25rem;
}

@media screen and (max-width:991px) and (min-width:570px) {
    header .search-block-container .search-autocomplete ul li {
        flex-direction: row;
    }
}

header .search-block-container .search-autocomplete ul li.view-results {
    padding-top: 12px;
    padding-bottom: 12px;
}

.footer-copyright .copyright-text a,
header .search-block-container .search-autocomplete ul li.view-results a {
    font-weight: 600;
}

header .search-block-container .search-autocomplete ul li .link-result {
    padding-bottom: 5px;
    max-width: 380px;
}

@media screen and (max-width:1850px) {
    header .search-block-container .search-autocomplete ul li .link-result {
        max-width: 300px
    }
}

@media screen and (max-width:1690px) {
    header .search-block-container .search-autocomplete ul li .link-result {
        max-width: 230px
    }
}

header .search-block-container .search-autocomplete ul li .link-categorie {
    font-weight: 600;
    color: #e82425;
    padding-top: 7px;
    padding-bottom: 7px
}

@media screen and (max-width:991px) and (min-width:570px) {
    header .search-block-container .search-autocomplete ul li .link-categorie {
        padding-left: 15px;
        padding-bottom: 0;
        padding-top: 0
    }
}

.faq .card:not(:last-child) {
    margin-bottom: 15px;
}

hr {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.contact-success {
    background: #9cff98;
}

.carousel-item .caption-title {
    margin-bottom: 15px;
}

input[type="submit"] {
    cursor: pointer;
}

@media (max-width: 992px) {
    .bloc-demo-btn {
        margin-top: -20px;
        padding: 0px 40px;
    }
}

.mb-mos {
    margin-bottom: 16px;
}

@media (min-width: 1200px) {
    .mb-mos {
        margin-bottom: 30px;
    }

}

/*[ Page logiciel ]
///////////////////////////////////////////////////////////
*/

/* CSS personnalisÃ© pour gÃ©rer les ordres en fonction de la classe de la row */
.flex-column-reverse .col-12:first-child {
    order: 2;
}
.flex-column-reverse .col-12:last-child {
    order: 1;
}
@media (min-width: 992px) {
    .flex-column-reverse {
        flex-direction: row !important;
    }
}

.log-title-cont {
    /*border: 2px solid white;*/
    background-image: url(/assets/img/cadre.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*border-radius: 20px;*/
    padding: 35px 15px 25px 15px;
}

.log-cont {
    max-width: 400px;
}

.log-title-hr {
    width: 90px;
    border-top: 2px solid rgba(255,255,255,1);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.log-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); /* Couleur gris avec une opacitÃ© de 0.5 (ajustez selon vos besoins) */
}

.log-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

@media (min-width: 1200px) {
    .log-header {
        height: calc(100vh - 125px);
    }
}

.log-header .container {
    z-index: 1;
}

.log-separator {
    margin-top: -8px; /* half height */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.log-separator div {
    height: 16px;
    background: #e82425;
    border-radius: 20px;
}

.log-form-container {
    border-radius: 20px;
    padding:40px 30px;
}

.log-form-container h2 {
    font-size: 40px;
}

.log-form-container h3 {
    font-size: 24px;
}

.bo-right {
    border-right: 0px solid white;
}

@media (min-width: 1200px) {

    .log-form-container {
        border-radius: 20px;
        padding:60px 30px;
    }

    .bo-right {
        border-right: 2px solid white;
    }

}

@media (max-width: 1200px) {
    /* Modifier le padding-bottom pour .p-b-60 suivi immÃ©diatement par .p-t-60 */
    .cms-block .p-b-60 + .cms-block .p-t-60 {
        padding-bottom: 30px; /* ou toute autre valeur souhaitÃ©e */
    }

    /* Annuler le padding-top pour .p-t-60 suivi par .p-b-60 */
    .cms-block .p-t-60 + .cms-block .p-b-60 {
        padding-top: 0; /* Annuler le padding-top */
    }
}

@media (max-width: 992px) {

    .title-sub-cont {
        min-height: 145px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

ol {
    padding-left: 18px;
}

ol li {
    list-style-type: decimal;
}</pre></body></html>