* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html.fixed {
    overflow-y: hidden
}

body {
    font-size: 15px !important;
    min-width: 320px;
    position: relative;
    padding-right: 0 !important;
    line-height: 22px !important;
    overflow: hidden;
    font-family: Kanit !important;
    font-weight: 300 !important;
    color: #212121;
    margin: 0;
    background-color: #fff !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

body.menu_show {
    height: 100vh;
    overflow: hidden
}

.hidden {
    display: none
}

body a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-decoration: none
}

body a:focus, body a:hover {
    color: #000;
    outline: 0;
    text-decoration: none
}

body :focus {
    outline: 0
}

img {
    vertical-align: middle;
    border: 0
}

b {
    font-weight: 500
}

p {
    margin-bottom: 45px
}

strong {
    font-weight: 700
}

.loader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5555;
    overflow: hidden;
    pointer-events: none
}

.loader .loader_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    body .container {
        width: auto !important;
        min-width: 540px !important;
        max-width: initial !important
    }
}

@media (min-width: 768px) {
    body .container {
        width: auto !important;
        min-width: 750px !important;
        max-width: initial !important
    }
}

@media (min-width: 992px) {
    body .container {
        width: auto !important;
        min-width: 970px !important;
        max-width: initial !important
    }
}

@media (min-width: 1200px) {
    body .container {
        width: auto !important;
        min-width: 1170px !important
    }
}

@media (min-width: 1400px) {
    body .container {
        width: 1310px !important
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .hidden-sm {
        display: none !important
    }
}

@media only screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

.click_disable {
    pointer-events: none
}

.center_wrap {
    text-align: center
}

.right_content_wrap {
    text-align: right
}

.btn_wrap_right {
    text-align: right
}

::-webkit-scrollbar {
    width: 10px;
    background: 0 0
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #00b67a
}

body .btn-secondary, body .btn_style {
    font-weight: 500;
    line-height: 21px;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #212121;
    border: 2px solid #212121;
    padding: 13px 20px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .btn-secondary:hover, body .btn_style:hover {
    color: #212121;
    background-color: #fff;
    border: 2px solid #212121
}

body .btn-secondary:active, body .btn-secondary:focus, body .btn_style:active, body .btn_style:focus {
    color: #fff;
    border: 2px solid #212121;
    background-color: #212121
}

body .btn-secondary:active:after, body .btn-secondary:focus:after, body .btn_style:active:after, body .btn_style:focus:after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: -webkit-calc(100% + 12px);
    width: calc(100% + 12px);
    height: -webkit-calc(100% + 12px);
    height: calc(100% + 12px);
    border: 2px solid #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .btn-secondary.btn-primary, body .btn_style.btn-primary {
    background-color: #00b67a;
    border: none
}

body .btn-secondary.btn-primary:hover, body .btn_style.btn-primary:hover {
    color: #fff;
    background-color: #4dcca2
}

header {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 20;
    position: relative;
    border-bottom: 2px solid #e9e9e9
}

header .headerF {
    top: -100%;
    transition: .2s linear top
}

header .headerF.show {
    top: 0;
}

header .headHt {
    display: none;
}

header .header_content {
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .header_content .left_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .header_content .left_wrap .header_links .callLink {
    margin-right: 32px
}

header .header_content .left_wrap .header_links .locations {
    margin-right: 32px
}

header .header_content .left_wrap .header_links .whatsapp_link {
    color: #00b67a;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

header .header_content .left_wrap .header_links .whatsapp_link:hover {
    color: #000
}

header .header_content .left_wrap .header_links .whatsapp_link img {
    vertical-align: text-bottom
}

header .header_content .right_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px
}

header .header_content .right_wrap .header_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

header .header_content .right_wrap .header_btns a {
    margin-left: 30px;
    position: relative
}

header .header_content .right_wrap .header_btns a img {
    vertical-align: bottom
}

header .header_content .right_wrap .header_btns a .num {
    height: 16px;
    width: 16px;
    text-align: center;
    font-style: normal;
    background-color: #000;
    font-size: 13px;
    line-height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    right: -13px;
    top: -11px;
    color: #fff;
    position: absolute
}

header .header_content .livesearch_form {
    position: relative
}

header .header_content .livesearch_form input {
    width: 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-weight: 300;
    padding: 11px 11px 11px 24px;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #e9e9e9
}

header .header_content .livesearch_form svg {
    position: absolute;
    top: 15px;
    left: 0
}

header .header_content .livesearch_form svg path {
    fill: #000
}

header .head_menu {
    margin-bottom: 36px
}

.languages {
    padding-right: 37px
}

.languages .languages_content {
    position: relative
}

.languages .languages_content .active_lang {
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase
}

.languages .languages_content .active_lang img {
    vertical-align: top
}

.languages .languages_content .active_lang .arrow {
    position: relative;
    top: -2px;
    vertical-align: baseline
}

.languages .languages_content .languages_list {
    display: none;
    width: 320px;
    position: absolute;
    top: 150%;
    left: 0;
    z-index: 6;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5
}

.languages .languages_content .languages_list .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 14px
}

.languages .languages_content .languages_list .language_form {
    display: block
}

.languages .languages_content .languages_list .language_form label {
    display: block;
    font-weight: 300;
    margin-bottom: 10px
}

.languages .languages_content .languages_list .language_form .form-control {
    padding: 10px;
    border: 2px solid #bfbfbf;
    line-height: 26px;
    width: 100%;
    font-weight: 300;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-background-size: 1em 1em;
    background-size: 1em
}

.languages .languages_content .languages_list .language_form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.languages .languages_content .languages_list .language_form select option:hover, .languages .languages_content .languages_list .language_form select option:selection {
    background: #000 !important;
    -webkit-box-shadow: 0 0 10px 100px #1882a8 inset !important;
    box-shadow: 0 0 10px 100px #1882a8 inset !important
}

.languages .languages_content .languages_list .language_form .set-curr-lang {
    width: 100%;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    padding: 12px 0;
    font-weight: 400;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.languages .languages_content .languages_list .language_form .set-curr-lang:hover {
    color: #000;
    background-color: #fff
}

.info_label {
    padding: 12px 0 17px;
    position: relative;
    background-color: #f6f6f6;
    font-size: 15px;
    line-height: 22px;
    text-align: center
}

.info_label img {
    vertical-align: sub
}

.info_label .info_label_close {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 15px;
    height: 15px;
    display: block
}

.info_label .info_label_close:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 2px;
    background-color: #909090;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.info_label .info_label_close:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 2px;
    background-color: #909090;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.head_menu {
    margin-left: auto
}

.head_menu > ul {
    list-style: none;
    padding: 0;
    margin: 0 -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.head_menu > ul > li {
    display: inline-block;
    position: relative;
    line-height: 21px;
    margin: 0 20px
}

.head_menu > ul > li > a {
    color: #212121;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase
}

.head_menu > ul > li > a b {
    font-weight: 500
}

.head_menu > ul > li > a:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    font-weight: 300;
    height: 2px;
    bottom: -5px;
    background-color: #00b67a;
    color: #00b67a;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.head_menu > ul > li > a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1
}

.head_menu > ul > li > i {
    font-size: 12px;
    line-height: 14px;
    position: relative;
    right: -10px;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    vertical-align: baseline
}

.head_menu > ul > li:hover > a {
    color: #00b67a
}

.head_menu > ul > li.current-menu-item > a {
    color: #00b67a
}

.head_menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    min-width: 240px;
    overflow: hidden;
    text-align: left;
    padding: 15px;
    list-style: none;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.head_menu .sub-menu li {
    border-bottom: 1px solid #f0f3fa
}

.head_menu .sub-menu li a {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 0;
    text-transform: uppercase
}

.head_menu .sub-menu li.current-menu-item a, .head_menu .sub-menu li:hover a {
    color: #30d5c8;
    text-decoration: underline
}

.head_menu .menu-item-has-children:hover .sub-menu {
    display: block !important
}

.mob_menu {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 20px 0 10px;
    border-bottom: 1px solid #e9e9e9
}

.mob_menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mob_menu > ul > li {
    display: inline-block;
    position: relative;
    line-height: 21px;
    margin: 0 20px
}

.mob_menu > ul > li > a {
    color: #212121;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase
}

.mob_menu > ul > li > i {
    font-size: 12px;
    line-height: 14px;
    position: relative;
    right: -10px;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    vertical-align: baseline
}

.mob_menu > ul > li:hover > a {
    color: #00b67a
}

.mob_menu > ul > li:hover i {
    color: #00b67a
}

.mob_menu > ul > li.current-menu-item > a {
    color: #00b67a
}

.mob_menu > ul > li.current-menu-item i {
    color: #00b67a
}

.mob_menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    min-width: 240px;
    overflow: hidden;
    text-align: left;
    padding: 15px;
    list-style: none;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.mob_menu .sub-menu li {
    border-bottom: 1px solid #f0f3fa
}

.mob_menu .sub-menu li a {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 0;
    text-transform: uppercase
}

.mob_menu .sub-menu li.current-menu-item a, .mob_menu .sub-menu li:hover a {
    color: #30d5c8;
    text-decoration: underline
}

.mob_menu .menu-item-has-children:hover .sub-menu {
    display: block !important
}

.brand_menu {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
    width: 100%;
    overflow-y: auto;
    padding: 0 15px 20px;
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    background-color: #fff
}

.brand_menu .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer
}

.brand_menu .close:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 2px;
    background-color: #909090;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.brand_menu .close:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 2px;
    background-color: #909090;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.brand_menu .breadcrumbs .close {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}

.brand_menu .brand_menu_title {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brand_menu .brand_menu_title .title {
    color: #000;
    font-weight: 500
}

.brand_menu .view_all {
    color: #212121;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    position: relative
}

.brand_menu .view_all:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 1px;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #000
}

.brand_menu .view_all:hover:after {
    top: 130%
}

.brand_menu .all_brends_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 30px
}

.brand_menu .all_brends_list .item {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
    text-align: center
}

.brand_menu .all_brends_list .item img {
    max-width: 100%;
    display: inline-block;
    margin-bottom: 5px
}

.brand_menu .all_brends_list .item .title {
    display: block
}

.brand_menu .other_brends_list a {
    display: block;
    margin-bottom: 10px
}

.mobile_menu {
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    z-index: 5;
    padding: 0 15px 80px;
    display: none;
    overflow-y: auto
}

.mobile_menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #e9e9e9
}

.mobile_menu > ul > li {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e9e9e9
}

.mobile_menu > ul > li > a {
    color: #212121;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    padding: 15px 0;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase
}

.mobile_menu > ul > li > a b {
    font-weight: 500
}

.mobile_menu > ul > li i {
    position: absolute;
    top: 18px;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mobile_menu > ul > li.current-menu-item > a, .mobile_menu > ul > li:hover > a {
    color: #00b67a
}

.mobile_menu > ul > li .sub-menu {
    list-style: none;
    display: none;
    padding-left: 10px
}

.mobile_menu > ul > li .sub-menu li a {
    display: block;
    padding: 10px 0
}

.mobile_menu > ul .menu-item-has-children:hover .sub-menu {
    display: block !important
}

.mobile_menu.active {
    display: block
}

.mobile_menu .whatsapp_link {
    display: block;
    color: #00b67a;
    padding: 20px 15px;
    margin: 0 -15px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f0fbf7
}

.mobile_menu .whatsapp_link img {
    vertical-align: text-bottom
}

.mobile_menu .whatsapp_link:hover {
    color: #000
}

.mobile_menu .wishlist {
    padding: 20px 0;
    display: block;
    text-transform: uppercase
}

.mobile_menu .callLink {
    display: block;
    padding: 10px 0
}

.mobile_menu .callLink img {
    vertical-align: top
}

.mobile_menu .locations {
    display: block;
    padding: 10px 0
}

.mobile_menu .locations img {
    vertical-align: top
}

.on_info_label .mobile_menu {
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px)
}

.on_info_label .brand_menu {
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px)
}

.breadcrumbs {
    margin-bottom: 20px
}

.breadcrumbs a {
    color: #909090;
    font-size: 13px;
    line-height: 19px
}

.breadcrumbs .kb_title {
    font-size: 13px;
    line-height: 19px
}

.breadcrumbs .kb_sep img {
    margin: 0 5px
}

.main_head {
    position: relative;
    z-index: 1;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 108px 0 155px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30vw
}

.main_head:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.96%, rgba(0, 0, 0, .6)), color-stop(48.26%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .6) -1.96%, rgba(0, 0, 0, 0) 48.26%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, .6) -1.96%, rgba(0, 0, 0, 0) 48.26%);
    background: linear-gradient(90deg, rgba(0, 0, 0, .6) -1.96%, rgba(0, 0, 0, 0) 48.26%)
}

.main_head .section_content {
    position: relative;
    z-index: 1;
    width: 450px;
    max-width: 100%
}

.main_head .desc {
    color: #fff;
    z-index: 1;
    font-size: 43px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 300;
    position: relative
}

.main_head h1 {
    color: #fff;
    font-size: 43px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 500
}

.main_head .main_head_link {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    position: relative
}

.main_head .main_head_link:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 1px;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #fff
}

.main_head .main_head_link:hover:after {
    top: 130%
}

.search_wrap {
    position: absolute;
    top: -webkit-calc(100% - 30px);
    top: calc(100% - 30px);
    width: 744px;
    left: 50%;
    padding: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.search_wrap form {
    position: relative
}

.search_wrap form .form-group {
    width: 100%
}

.search_wrap form .form-group .field-box {
    width: 100%
}

.search_wrap form .form-group .btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search_wrap form .clear {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 105px;
    top: 20px;
    cursor: pointer;
    display: none
}

.search_wrap form .clear:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 2px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search_wrap form .clear:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 2px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search_wrap form input {
    width: 102%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-weight: 300;
    padding: 11px 11px 11px 48px;
    background-color: #fff;
    border: none;
    line-height: 25px;
    border: 2px solid #e9e9e9
}

.search_wrap form svg {
    position: absolute;
    top: 18px;
    left: 25px
}

.search_wrap .products.products_grid .product {
    width: 33.33%;
    max-width: 33.33%
}

.search_wrap.active:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
    background-color: #fff;
    border: 2px solid #e9e9e9
}

.about_header {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0
}

.about_header .about_header_content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.down .about_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #080808
}

.about_header_btn {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 13px 26px;
    background: #fff;
    display: inline-block;
    border: 1px solid transparent;
}

.about_header_btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.about_baner {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: #000;
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../../../..//assets/images/about/Sans-titre.png');
}

.about_baner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 343px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 8, 0)), color-stop(53.71%, #080808));
    background: -webkit-linear-gradient(top, rgba(8, 8, 8, 0) 0, #080808 53.71%);
    background: -o-linear-gradient(top, rgba(8, 8, 8, 0) 0, #080808 53.71%);
    background: linear-gradient(180deg, rgba(8, 8, 8, 0) 0, #080808 53.71%)
}

.about_baner .section_content {
    padding-bottom: 100px;
    margin: 0 auto;
    max-width: 900px;
}

.about_baner .section_content .small_title {
    font-family: 'Univers-Light-Normal';
    font-style: normal;
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 12px
}

.about_baner .section_content h1 {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.toggle_mnu {
    width: 21px;
    height: 13px;
    z-index: 110;
    border: none;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 0;
    cursor: pointer;
    position: relative;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.toggle_mnu:focus {
    outline: 0
}

.toggle_mnu span {
    display: block
}

.toggle_mnu_about {
    width: 21px;
    height: 13px;
    z-index: 110;
    border: none;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 0;
    cursor: pointer;
    position: relative;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.toggle_mnu_about.active {
    top: 150px;
}

.toggle_mnu_about.active .sw-topper,
.toggle_mnu_about.active .sw-footer {
    width: 27px;
    left: -3px;
    border-radius: 0;
}

.toggle_mnu_about.active .sw-topper {
    top: 9px;
    transform: rotate(45deg);
}

.toggle_mnu_about.active .sw-bottom {
    opacity: 0;
}

.toggle_mnu_about.active .sw-footer {
    top: 3px;
    transform: rotate(-45deg);
}

.toggle_mnu_about:focus {
    outline: 0
}

.toggle_mnu_about span {
    display: block
}

.sandwich {
    width: 21px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200
}

.sw-topper {
    position: relative;
    top: 0;
    width: 21px;
    height: 2px;
    background: #212121;
    border: none;
    -webkit-transition: -webkit-transform .5s, top .2s;
    -webkit-transition: top .2s, -webkit-transform .5s;
    transition: top .2s, -webkit-transform .5s;
    -o-transition: transform .5s, top .2s;
    transition: transform .5s, top .2s;
    transition: transform .5s, top .2s, -webkit-transform .5s;
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.sw-bottom {
    position: relative;
    width: 18px;
    height: 2px;
    left: 0;
    top: 3px;
    background: #212121;
    border: none;
    -webkit-transition: -webkit-transform .5s, top .2s;
    -webkit-transition: top .2s, -webkit-transform .5s;
    transition: top .2s, -webkit-transform .5s;
    -o-transition: transform .5s, top .2s;
    transition: transform .5s, top .2s;
    transition: transform .5s, top .2s, -webkit-transform .5s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.sw-footer {
    position: relative;
    width: 15px;
    height: 2px;
    left: 0;
    top: 6px;
    background: #212121;
    border: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.sandwich.active .sw-topper {
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
}

.sandwich.active .sw-footer {
    top: 1px;
    width: 21px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
}

.sandwich.active .sw-bottom {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%)
}

#ascrail2000-hr {
    display: none !important
}

@media only screen and (min-width: 768px) {
    .toggle_mnu {
        display: none
    }
}

.toggle_mnu_about .sw-topper {
    width: 30px;
    height: 3px;
    background-color: #fff
}

.toggle_mnu_about .sw-bottom {
    width: 25px;
    height: 3px;
    top: 5px;
    background-color: #fff
}

.toggle_mnu_about .sw-footer {
    width: 21px;
    height: 3px;
    top: 10px;
    background-color: #fff
}

@media only screen and (max-width: 1400px) {
    .head_menu > ul {
        margin: 0 -10px
    }

    .head_menu > ul > li {
        margin: 0 10px
    }

    header .header_content {
        padding: 25px 0
    }

    header .header_content .right_wrap .header_btns a {
        margin-left: 20px
    }

    header .header_content .left_wrap .header_links .callLink {
        margin-right: 15px
    }

    header .header_content .left_wrap .header_links .locations {
        margin-right: 15px
    }

    .languages {
        padding-right: 15px
    }
}

@media only screen and (max-width: 991px) {
    .head_menu > ul {
        margin: 0 -8px
    }

    .head_menu > ul > li {
        margin: 0 8px
    }

    .head_menu > ul > li a {
        font-size: 12px
    }

    header .header_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0
    }

    header .header_content .logo_wrap {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        text-align: center;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 850px) {
    .toggle_mnu_about.active {
        top: 180px;
    }
}

@media only screen and (max-width: 767px) {
    header {
        position: relative
    }

    header .header_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0 0
    }

    header .header_content .logo_wrap {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        width: auto;
        margin: 0 0 0 12px
    }

    header .header_content .logo_wrap img {
        width: 126px;
        vertical-align: unset
    }

    header .header_content .right_wrap {
        margin-left: auto
    }

    header .header_content .livesearch_form {
        margin: 10px 0;
        width: 100%
    }

    header .header_content .livesearch_form input {
        border: none;
        width: 100%
    }

    .main_head {
        padding: 78px 0 96px;
        position: relative
    }

    .main_head:before {
        background: -webkit-radial-gradient(76.89% 480.59% at 58.82% 50%, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, 0) 100%);
        background: -o-radial-gradient(76.89% 480.59% at 58.82% 50%, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, 0) 100%);
        background: radial-gradient(76.89% 480.59% at 58.82% 50%, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, 0) 100%)
    }

    .main_head .search_wrap {
        display: none
    }

    .main_head .desc {
        font-size: 33px;
        line-height: 33px;
        text-align: center
    }

    .main_head h1 {
        font-size: 33px;
        line-height: 33px;
        text-align: center
    }

    .main_head .section_content {
        width: 100%;
        position: inherit
    }

    .main_head .main_head_link {
        position: absolute;
        width: auto;
        left: 50%;
        bottom: 20px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .languages {
        padding: 15px 0 0
    }

    .languages .languages_content .languages_list {
        top: auto;
        bottom: 120%
    }

    .about_baner .section_content {
        text-align: center
    }

    .about_baner .section_content .small_title {
        font-size: 20px;
        line-height: 49px;
        margin-bottom: 0;
    }

    .about_baner .section_content h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 58px
    }
}

@media only screen and (min-width: 768px) {
    .brand_menu {
        top: 100%;
        height: -webkit-calc(100vh - 182px);
        height: calc(100vh - 182px)
    }

    .brand_menu .brand_menu_content {
        width: 846px;
        margin: 0 auto;
        max-width: 100%;
        position: relative
    }

    .brand_menu .breadcrumbs {
        display: none
    }

    .brand_menu .brand_menu_title.one_first {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .brand_menu .all_brends_list {
        margin-bottom: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .brand_menu .all_brends_list .item {
        width: 120px
    }

    .brand_menu .view_all {
        color: #212121
    }

    .brand_menu .center_wrap {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 2px solid #e9e9e9
    }

    .brand_menu .other_brends_list {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }

    .on_info_label .brand_menu {
        height: -webkit-calc(100vh - 232px);
        height: calc(100vh - 232px)
    }
}

@media only screen and (min-width: 992px) {
    .brand_menu .other_brends_list {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

@media only screen and (max-width: 420px) {
    .mob_menu {
        margin: 0 -10px
    }

    .mob_menu > ul > li {
        margin: 0 10px
    }
}

@media only screen and (max-width: 360px) {
    .mob_menu > ul > li > a {
        font-size: 12px
    }
}