/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*@import "assets/fonts/icomoon/style.css?v=2";*/
/*@import "assets/fonts/svn-futura/stylesheet.css";*/

* {
    --color-dafc : #D7B797;
    --color-black : #000;
    --color-banner-02: #F5F2EC;

    --scrollbar-width: 8px;
    --scrollbar-radius: 4px;

    --container-width__95: 95%;

    --container-width__100: 100%;
}

/*Custumize srollbar*/

body{
    overflow-y: hidden;
}
html *::-webkit-scrollbar{
    border-radius:0;
    width: var(--scrollbar-width);
    overflow: visible;
}
html *::-webkit-scrollbar-track{
    border-radius:0;
    background-color:rgba(240, 240, 241, 0);
}
html *::-webkit-scrollbar-thumb{
    border-radius:var(--scrollbar-radius);
    background-color:rgba(204, 204, 205, 0.5);
}



/*Custumize header*/

.header-main {
    transition: all 0.5s;
    display: flex;
}

.header-main:hover {
    background-color: white;
}

.header-main:hover > .header-inner > .logo > a > .header_logo {
    display: block !important;
}

.header-main:hover > .header-inner > .logo > a > .header-logo-dark {
    display: none !important;
}

.header-main:hover .nav > li > a {
    color: var(--color-black);
}

.header-main .nav > li > a:hover {
    color: var(--color-dafc);
}

.header-nav-main {
    font-size: 12px;
    font-weight: 600;
    flex-flow: row nowrap;
    align-items: baseline;
}

.li-none {
    display: none;
    width: 20px
}

.nav>li>a{
    font-size: 1em;
}

.nav-spacing-xlarge>li {
    margin: 2px;
}

.off-canvas-left .mfp-content {
    width: 100%;
}

.pll-parent-menu-item > .nav-dropdown {
    min-height: unset !important;
    min-width: unset ;
}

.nav-dropdown-default {
    padding: 0 !important;
}

.nav-dropdown-default>li>a {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 12px 15px 8px;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #191919;
}


.frame-rolex-right {
    position: absolute;
    right: 5px;
    width: 150px;
    height: 70px;
}

.frame-rolex-left-empty , .frame-rolex-right-empty {
    width: 190px;
}

.hide-for-medium > .nav-left {
    justify-content: space-around;
}

.hide-for-medium > .nav-right {
    justify-content: space-around;
}

/*************Custumize body***************/

/***** Begin slider */

.flickity-page-dots > .dot {
    border: 0px;
    height: 2px !important;
    background-color: var(--color-black);
}

.slider-nav-follow .flickity-prev-next-button {
    top: unset;
    bottom: 5px;
    opacity: 1;
    z-index: 99;
    display: block;
    filter: brightness(0) invert(1);
}

.slider-nav-follow .flickity-prev-next-button.previous {
    left: calc(50% - 100px);
    scale: 0.5;
}

.slider-nav-follow .flickity-prev-next-button.next {
    right: calc(50% - 100px);
    scale: 0.5;
}

.slider-nav-dots-number .flickity-page-dots > .dot {
    background-color: unset;
}

@media screen and (max-width: 549px) {
    .slider-nav-follow .flickity-prev-next-button.previous {
        left: 10px;
    }

    .slider-nav-follow .flickity-prev-next-button.next {
        right: 10px;
    }
}

/****** End slider */

.button-border__while {
    border-color: white !important;
}

.button-border__while:hover {
    background-color: rgba(255, 255 ,255, 1) !important;
    color: black !important;
}

.button-border__while:hover > span {
    color: black !important;
}

.button-border__while > span {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.button-border__while > span:hover {
    color: var(--color-black);
}

.button-border__black  {
    border-color: black  !important;
}


.button-border__black > span {
    color: var(--color-black)  !important;
    font-size: 14px;
    font-weight: 600;
}

.button-border__black:hover {
    background-color: #333 !important;
}

.button-border__black:hover > span {
    color: white  !important;
    font-size: 14px;
    font-weight: 600;
}
 
/* begin customer-service  */

.tab-customer-services > ul {
    background-color: #E7E4E4;
    width: auto !important;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 99px;
    padding: 5px;
}

.tab-customer-services > ul > li:first-child {
    padding-right: 10px;
}

.tab-customer-services > ul > li:last-child {
    padding-left: 10px;
}

.tab-customer-services > ul > li > a {
    width: 200px;
}


.tab-customer-services > ul > li > a > span {
    margin: auto;
    font-weight: 700;
}

@media screen and (max-width:850px) {

    .tab-customer-services > ul {
        flex-wrap: nowrap;
        width: 100% !important;
    }

    .tab-customer-services > ul > li  {
        flex: 1;
    }

    .tab-customer-services > ul > li > a {
        width: -webkit-fill-available;
    }
}

/* end customer-service  */

.button-rolexwarches {
    padding: 10px 30px;
    font-size: 1.1em;
    background-color: #127749;
}

.button-innner-banner {
    padding: 10px 30px;
    font-size: 1.1em;
    background-color: #FFF;
}

.container-body {
    width: var(--container-width__100);
}

.header-main > .container {
    padding-left: unset;
    padding-right: unset;
}

.catalogy-inner-img {
    background-color: #EEE6DD;
    position: absolute;
    bottom: 14px;
    left: 14px;
    color: #191919;
    padding: 10px
}

.catalogy-inner-img:hover {
    background-color: var(--color-black);
    color: white;
}

.box-blog-post > .box-image  {
    padding: 15px;
}

.box-text-inner {
    padding: 0px 20px;
}

.section-content > .row > .col > .col-inner > .row > .flickity-button > .flickity-button-icon {
    display: none;
}

.post-item {
    --p : 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0) var(--p),black 0%);
    z-index: -1;
}

.post-item:hover {
    --p: 50%;
}

.post-item:hover >.col-inner > a > .box > .box-text >.box-text-inner > .post-title {
    color: white;
}

.post-item:hover >.col-inner > a > .box > .box-text >.box-text-inner > .post-meta {
    color: white;
}


.post-item:hover >.col-inner > a >.box > .box-image > .catalogy-inner-img {
    background-color: black;
    color: white;
}

.col-inner > .row > .flickity-page-dots > .dot {
    width: 20% !important;
    margin: 0px !important;
}

.text-font-dafc-800 {
    font-weight: 800;
}

/*Custumize Footer*/

.input-form {
    width: 100%;
    border: 1px solid white !important;
}

.background-dafc-color {
    background-color: #F5F2EC;
}

.btn-dafc {
    padding: 12px 32px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: unset !important;
    min-width: 160px !important;
}

.btn-dafc-homepage {
    padding: 12px 32px;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: unset !important;
    min-width: 240px !important;
}

.bg-postnew-homepage > div.bg-loaded {
    background-size: contain !important;
    background-position: top;
}

.nav-dark .nav>li>a {
    color: rgba(255,255,255,1);
}

.flex-from-cus {
    display: flex;
    justify-content: space-around;
}

.flex-from-cus__item {
    flex: 5;
}

.flex-from-cus__button {
    margin-left: 10px;
    flex: 2;
}


.home-background-1 {
    background-image: linear-gradient(rgba(0,0,0,0) 50%,black 50%);
    z-index: -1;
}

.home-background-2 {
    background-image: linear-gradient(white 50%,black 50%);
}


.text-center > div.box-text-inner.blog-post-inner > h5 {
    overflow: hidden;
    height: 2.5em;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-left > div.box-text-inner.blog-post-inner > h5 {
    overflow: hidden;
    height: 2.5em;
    font-weight: 600;
    color: #5c5c5c  ;
    margin-bottom: 10px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-left > div.box-text-inner.blog-post-inner > div.post-last-container-content-date-white {
    color: #757575;
    font-size: 12px;
}

.post-item:hover >.col-inner > a > .box > .box-text >.box-text-inner > .post-last-container-content-date-white {
    color: #E7E4E4;
}

.home-background-3 {
    background-image: linear-gradient(black 50%,white 50%);

}

.blockquoterow {
    padding-right: 10px !important;
    margin-top: 0.75em;
    border-color: #ff0000;
    border-top-style: solid;
    border-top-width: 1px;
    width: 30px;
}



.map-info form .search-store {
    display: flex;
    padding-left: 32px;
    align-items: center;
}


.map-info form {
    display: block;
    position: absolute;
    z-index: 1;
    width: 42%;
    left: 29%;
    border-radius: 43px;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(29, 29, 29, 0.8);
    top: 40px;
}

.map-info .filter-menu, .map-info .close-filter-mobile, .map-info .clear-filter {
    display: none;
}

.map-info form .search-store .vertical {
    border: 1px solid #828282;
    width: 19px;
    transform: rotate(90deg);
    margin: 0 20px;
}

.map-info form .search-store .district {
    width: 30%;
}

.map-info form .search-store .city, .map-info form .search-store .brand {
    width: 20%;
}

.map-info form .search-store .action-search {
    width: 16%;
    height: 60px;
    display: flex;
}

.map-info form .search-store select:not([multiple]) {
    height: 60px;
    background: transparent;
    -webkit-appearance: default-button;
    border: none;
    color: #fff;
    padding: 0;
}

.map-info {
    position: relative;
}

.button_bg_cl__wb__wb {
    background-color: white !important;
    color: black !important;
    transition: all 0.5s;
}

.button_bg_cl__wb__wb:hover {
    background-color: rgba(148, 144, 144, 0.5) !important;
    color: white !important;
}

.button_bg_cl__wb__bw {
    background-color: white !important;
    color: black !important;
    transition: all 0.5s;
}

.button_bg_cl__wb__bw:hover {
    background-color: black !important;
    color: white !important;
}

.button_bg_cl__bw__wb {
    background-color: black !important;
    color: white !important;
    transition: all 0.5s;
}

.button_bg_cl__bw__wb:hover {
    background-color: white !important;
    color: black !important;
}

.button:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.dark .video-button-wrapper a:hover {
    background-color: rgb(193 193 193 / 20%);
    color: #ffffff47;
    border-color: rgb(193 193 193 / 20%);
}

.mfp-content > {
    height: 100%;
}

.mfp-content  > .no-scrollbar {
    height: 100%;
}

.mfp-content  > .no-scrollbar  > .no-scrollbar {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mfp-content > .no-scrollbar > .no-scrollbar > .nav-sidebar {
    flex-grow: 1;
}

.mfp-content > .no-scrollbar > .no-scrollbar > a {
    display: inline-block;
    z-index: 1;
    height: 70px;
    text-align: -webkit-center;
}

/*Begin Post archive css*/
.post-last-container{
    height: 65vh;
    display: flex;
}

.post-last-container-image {
    padding-right: 30px;
    flex: 2;
}

.post-last-container-image > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.post-last-container-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.post-last-container-content-short-description {
    flex-grow: 1;
    text-align: justify !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.post-list-container{
    height: 50vh;
    display: flex;
    margin-bottom: 100px;
}

.post-list-container-image {
    padding-right: 30px;
    flex: 1;
}

.post-list-container-image > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.post-list-container-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.post-list-container-content-short-description {
    flex-grow: 1;
    text-align: justify !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.post-last {
    margin: 0 50px 7vh 50px;
}

.post-last-categories > h3 {
    text-align: justify;
}

.post-last-categories > h3 > i {
    margin: 0 0.8em;
}

.post-last-categories > h3 > i:nth-last-child(1){
    margin-bottom: 0.2em;
}

.post-last-categories > p {
    text-align: justify;
}

.icon-cross-bar {
    height: 0.15em;
    width: 8em;
    background-color: #990909;
}

.post-last-container-content-date {
    font-size: 12px;
}

.post-last-container-content-title {
    text-align: justify;
    margin: 1em 0;
}

.post-last-container-content-readmore {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.post-last-container-content-readmore > span {
    display: none;
    flex: 1;
    text-align: left;
}

.post-last-container-content-readmore > a > button {
    border-radius: 99px;
    border: 2px solid black;
    margin: 20px 0 0 0;
}

.post-list-container-content-date {
    font-size: 14px;
}

.post-list-container-content-title {
    text-align: justify;
    margin: 1em 0;
}

.post-list-container-content-readmore {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
}

.post-list-container-content-readmore > span {
    flex: 1;
    vertical-align: bottom;
}

.post-list-container-content-readmore > a {
    text-align: right;
}

.post-list-container-content-readmore > a > button {
    margin-bottom: unset;
    border-radius: 99px;
    border: 2px solid black;
    white-space: nowrap;
}

.post-connection {
    padding: 0 0px 0 50px;
    background-image: linear-gradient(white 50% , #F5F2ED 50%);
}

#post-list {
    padding: 100px 100px 50px 100px
}

.post-item-title {
    text-align: justify;
    margin: 1em 0;
}

.post-item-container-image {
    padding-right: 0px;
    flex: 1;
}

.post-item-container-image > img {
    object-fit: cover;
    width: 100%;
    aspect-ratio : 1 / 0.7;
}

.back-to-top {
    bottom: 15px;
    right: 19px;
    font-size: 13.2px;
}

.back-to-top.active {
    background-color: white;
}

.is-outline {
    border: 1px solid #757575;
}

.slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color);
}

.blogpost-homepage> ol.flickity-page-dots {
    bottom: -5% !important;
} 

.form-flat input:not([type=submit]) {
    padding: 24px;  
    color: #fff !important;
}

#woocommerce-product-search-field-0 {
    color: white !important;
}

.box-shadow-brand>div {
    padding: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    scale: 0.9;
}

.box-shadow-brand>div:hover {
    border: 2px solid #D7B797;
    margin: -2px;
}

.box-shadow-brand>div {
    margin-left: unset !important;
    margin-right: unset !important;
}

.banner-page-about > div > ol.flickity-page-dots {
    text-align: unset;
    float: left;
    position: initial;
    left: unset;
	right: 25%;
	width: 100%;
}

.banner-page-about > div > ol.flickity-page-dots .dot {
    margin: 0px;

}

.banner-page-about > div.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
	width: 10%;
    background-color: white;
}

.banner-page-about >div.slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: #D7B797 !important;
}

.banner-page-about > div > button.flickity-button  {
    opacity: 0.4;
    scale: 2;
}

span.wpcf7-spinner {
    display: none;
}

.footer-widgets.footer.footer-2.dark {
    padding-top: 0;
}

.footer-1, .footer-2 {
	border-top: unset;
}  

.widget {
    margin-bottom: 0;
}

.banner-page-about > div > button.flickity-prev-next-button.previous > svg {
    margin-left: -20px;
}

.banner-page-about > div > button.flickity-prev-next-button.next > svg {
    margin-left: 20px;
}

.map-about > div > section {
    padding: 0 !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.input-form {
    padding: 5px;
    background-color: unset !important;
}

.wpcf7-response-output {
    display: none !important;
}

/* Begin Career */

.career-list-container{
    display: flex;
    margin-bottom: 40px;
}

.career-list-container-content-title {
    width: 100%;
}

.career-list-container-content-wrap {
    height: 100%;
    display: flex;
}

.career-list-container-content-short-description {
    width: 100%;
}

.career-list-container-content-apply {
    display: flex;
    flex-direction: column-reverse;
    margin-right: 50px;
}

.career-list-container-content-apply > a {
    min-width: 150px;
    margin-bottom: unset;
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    text-decoration: underline;
}

.career-list-container-content {
    flex: 7;
    display: flex;
    flex-direction: column;
}

.career-list-container-image {
    padding-right: 30px;
    flex: 1.5;
}

.career-list-container-image > img {
    object-fit: cover;
    width: 100%;
    aspect-ratio : 1 / 1;
}

.career-item-container-image {
    height: inherit;
    padding-right: 0px;
    flex: 1;
}

.career-item-container-image > img {
    object-fit: cover;
    width: 100%;
    height: inherit;
}

/* End Career */

@media screen and (max-width: 950px) {

    #post-list {
        background-color: unset;
        padding: unset;
    }

    .post-last-container-content-readmore > span {
        display: block;
    }

    .post-last-container-content-readmore > a > button {
        margin: 0 1em 0 0;
    }

    .post-last {
        margin: 0 10px 0px 10px;
    }

    .post-connection {
        display: none;
    }

    .post-list-container-image , .post-last-container-image {
        padding-right: 0px;
    }

    .post-list-container-content-short-description , .post-last-container-content-short-description {
        display: none;
    }

    .post-list-container , .post-last-container {
        flex-direction: column;
        height: 100%;
        margin-bottom: 50px;
    }

    .post-list-container-content-title {
        margin: 1em 0 0 0;
    }

    .post-list-container-content-readmore {
        margin-top: 0px;
        flex-direction: column;
    }

    .post-list-container-content-readmore > span {
        margin-bottom: 10px;
        width: 100%;
    }
}


/*End Post archive css*/


/*Reposize menu main*/

.header-nav.nav-right .menu-item:last-child {
    margin-right: 10px !important;
}

.sub-menu > .lang-item > a {
    display: flex;
    align-items: center;
}

.align-center {
    max-width: 100vw;
}

.row {
    max-width: 100vw;
}

@media screen and (max-width: 1360px) {

    .header-nav.nav-left > .menu-item:last-child {
        display: none;
    }

    .header-nav.nav-right >.menu-item:first-child {
        display: none;
    }
}

@media screen and (max-width: 2500px) {

    .nav > li > a {
        font-size: 14px;
        font-weight: 600 !important;
    }

    .font-dropdown {
        font-size: 14px;
        color: #292929;
        font-weight: 400;
    }

    .nav-dropdown {
        font-size: 16px !important;
    }

    .stuck .header-main .nav > li > a {
        line-height: 16px !important;
    }

    .footer-font-size {
        font-size: 14px !important;
    }
}

.col-dropdown-newblog > div > div> div> div > .flickity-slider > .post-item:hover {
    background-image: unset !important;
}

.col-dropdown-newblog > div > div > div > div > div > div > div > a > div > div > span.cat-label.catalogy-inner-img {
    display: none;
}

.menu-dropdown-padding > div{
    border-bottom: 1px solid #adadad;
}

.menu-dropdown-padding > div:last-child{
    border-bottom: unset;
}

.menu-dropdown-padding.ux-menu--divider-solid > div > a {
    padding: 15px 0px;
}

a.button.white.expand.btn-dropdown-newblog {
    border: 1px solid black;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
}

a.primary.btn-no-route {
    border-radius: 99px;
    width: 100%;
    padding: 5px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 50px;
}

a.primary.btn-no-route:hover {
    background-color: white;
    color: black;
}


a.button.white.expand.btn-dropdown-newblog:hover {
    background-color: #D7B797 !important;
    color: white !important;
    padding: 5px;
    border: 1px solid #D7B797 !important;
}


a.button.success.btn-dropdown-collection {
    background-color: #127749;
    width: 75%;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 700;
}

.col-dropdown-border-left > div {
    border-left: 1px solid #ADADAD;
}

.col-dropdown-newblog > div {
    border-left: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD;
}


@media screen and (max-width: 1250px) {

    .header-nav.nav-left > .menu-item:nth-child(2) {
        display: none;
    }

    .header-nav.nav-left > .menu-item:last-child {
        display: none;
    }

    .header-nav.nav-right > .menu-item:first-child {
        display: none;
    }

    .header-nav.nav-right > .menu-item:nth-child(2) {
        display: none;
    }
}


@media screen and (max-width: 849px) {
    .nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
        color: black;
    }

    #logo > a > .header-logo {
        display: block !important;
    }

    #logo > a > .header-logo-dark {
        display: none !important;
    }

    .header-main > .container {
        padding: 0px 15px 0px 15px;
    }

    .container .section, .row .section {
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-title {
        padding: 0.2em 0em;
        border-top: unset;
        border-bottom: 1px solid #F5F5F5;
    }

    .accordion-title.active {
        border-color: rgba(255,255,255,.2) !important;
    }

    .accordion-title.plain > span {
        font-size: 14px;
        color: #F5F5F5;
        font-weight: 500;
    }

    .accordion .toggle {
        width: 16px;
        margin: 0;
        left: unset;
        right: 0;
    }

    .footer-secondary.pull-right {
        display: none;
    }

}


/*map*/
.group_map {
    position: relative;
    height: 660px;
}
#map {
    height: 660px;
    width: 100%;
}


.from_search {
    display: flex;
    position: absolute;
    z-index: 1;
    width: 42%;
    left: 29%;
    border-radius: 43px;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(29, 29, 29, 0.8);
    top: 40px;
    height: 45px;
    padding: 0 15px;
    align-items: center;
}

.group_map select {
    width: 25%;
    background: transparent;
    border: none;
    color: #FFF;
    outline-offset: 0;
    outline: 0;
    height: 100%;
    margin-bottom: 0!important;
}

option {
    color: #000
}

.vertical {
    border: 1px solid #828282;
    width: 19px;
    transform: rotate(90deg);
    margin: 0 20px;
}

.btn_search {
    background-color: transparent;
    border: none;
    color: #fff;
    width: 100%;
    margin-bottom: 0!important;
}

.btn_search:hover {
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(29, 29, 29, 0.8);
    border-radius: 25px;
    height: 100%;
}

.from_result {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 318px;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(29, 29, 29, 0.9);
}
.back_filter_store {
    display: none;
    color: #333333;
    width: 40%;
    margin: 0 auto;
    border: 1px solid #333333;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
}

.btt_search {
    display:none;
}
#filter_stores {
    display:none;
}
.close_info_marker {
    color: #FFF; font-weight: bold; position:absolute; top: 10px; right: 15px;
}
.close_info_marker:hover {
    color: red;
    cursor: pointer;
}

.item_store {
    display: flex;
    justify-content: space-between;
    color: #f1f1f1;
    padding: 5px 0px;
}
.name_store {
    display: block;
}
.item_store:hover {
    color: #0b97c6;
    cursor: pointer;
}

@media only screen and (max-width: 900px) {
    #filter_stores {
        display:block;
    }
    .from_search {
        display: none;
    }
    .btt-search {
        position: absolute;
        z-index: 99;
        right: 10px;
        top: 56px;
        padding: 9px 26px;
        color: #fff;
        background: linear-gradient(180deg, rgba(250, 250, 250, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(29, 29, 29, 0.8);
        border-radius: 25px;
    }
    .group_map select {
        width: 100%;
        height: 50px;
        color: #000;
    }
    .vertical {
        display: none;
    }
    .btn_search {
        display: block;
        color: #333333;
        width: 40%;
        margin: 0 auto;
        border: 1px solid #333333;
        border-radius: 30px;
        padding: 10px;
        font-weight: 600;
        font-size: 12px;
        line-height: 28px;
    }
    .back_filter_store {
        display: block;
    }
    .group_action_mobile {
        display: flex;
        gap: 20px;
    }
    .form_search_mobile {
        display: none;
        position: fixed;
        top: 70px;
        border-radius: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 100;
        background-color: #fff;
    }
    .from_result {
        position: absolute;
        z-index: 100;
        width: 100%
    }

}
/*end -map*/

/*Begin Toast Msg*/

#toast {
    position: fixed;
    top: 90px;
    right: 32px;
    z-index: 999999;
}

.toast {
    display: flex;
    align-items: center;
    background-color: #fafafa;
    border-radius: 2px;
    padding: 20px 0;
    min-width: 400px;
    max-width: 450px;
    border-left: 4px solid;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
    transition: all linear 0.3s;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(calc(100% + 32px));
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

.toast--success {
    border-color: #47d864;
}

.toast--success .toast__icon {
    color: #47d864;
}

.toast--info {
    border-color: #2f86eb;
}

.toast--info .toast__icon {
    color: #2f86eb;
}

.toast--warning {
    border-color: #ffc021;
}

.toast--warning .toast__icon {
    color: #ffc021;
}

.toast--error {
    border-color: #ff623d;
}

.toast--error .toast__icon {
    color: #ff623d;
}

.toast + .toast {
    margin-top: 24px;
}

.toast__icon {
    font-size: 24px;
}

.toast__icon,
.toast__close {
    padding: 0 16px;
}

.toast__body {
    flex-grow: 1;
}

.toast__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.toast__msg {
    font-size: 14px;
    color: #888;
    margin-top: 6px;
    line-height: 1.5;
}

.toast__close {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

@media only screen and (max-width: 900px) {

    #toast {
        right: 0px;
    }

    .toast {
        padding: 10px;
        min-width: 350px;
    }

    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(calc(100% + 0px));
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

}

/*End Toast Msg*/

/*Begin Loading*/

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*End Loading*/

/* Begin dot loading*/

.dot-gathering {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--color-dafc);
    color: transparent;
    margin: -1px 0;
}
.dot-gathering::before, .dot-gathering::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--color-dafc);
    color: transparent;
    opacity: 0;
    animation: dot-gathering 2s infinite ease-in;
}
.dot-gathering::after {
    animation-delay: 0.5s;
}

@keyframes dot-gathering {
    0% {
        opacity: 0;
        transform: translateX(0);
    }
    35%, 60% {
        opacity: 1;
        transform: translateX(50px);
    }
    100% {
        opacity: 0;
        transform: translateX(100px);
    }
}

/* End dot loading*/

/*Begin Tumi Page*/

.button-link-tumi > div {

    top: 25%;

}

.button-link-tumi > div > .button.primary {

    right: -20px;

    width: 60px;

    background-color: black;

    padding: 15px 0;

    margin: 0;

    border-radius: 3px;

}

.button-link-tumi > div > .button.primary > i {

    scale: 2;

}

/*End Tumi Page*/

/*Begin tab-private-sale*/

.tab-private-sale > ul > li {

    width: 25%;

}

.tab-private-sale > ul > li > a {

    display: block;

    text-align: center;

}


@media only screen and (max-width: 900px) {
    .tab-private-sale > ul > li {

        width: 100%;

    }
}

/*End tab-private-sale*/

/*Begin Coming Soon*/
 .coming_soon_title{
     background: radial-gradient(100% 5190.55% at 100% 50%, #C4A262 0%, #DDCB8E 41.95%, #ECEEB4 69.99%, #E3D79D 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
 }

p {
    margin-bottom: 0.3em;
}
/*End Coming Soon*/

.text-title_gradient{
    background: radial-gradient(100% 5190.55% at 100% 50%, #C4A262 0%, #DDCB8E 41.95%, #ECEEB4 69.99%, #E3D79D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.style_no_image {
    object-fit: contain !important;
    background-color: #80142e;
}
/* custom search */
.header.hover {
    background-color: #fff;
}
.header.hover .nav > li > a {
    color: var(--color-black);
}
.header.hover .header-search .icon-search:before {
    content: "✖";
}
.header.hover .logo img {
    display: none !important;
}
.header.hover .logo .header_logo {
    display: block !important;
}
.header-nav .header-search > a:before {
    display: none;
}
.search_wrapper {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 70px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px 0;
    min-height: 405px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    border-top: solid 1px #eee;
    visibility: hidden;
    opacity: 0;
}
.search_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}
.search_wrapper.hover, .search_overlay.hover {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s linear;
}
.search_wrapper .search_content {
    width: 100%;
}
.search_wrapper .header-search-form {
    list-style: none;
    margin: 0;
    width: 100%;
}
.search_wrapper .form-flat input[type="search"],
.search_wrapper #woocommerce-product-search-field-0 {
    color: #333 !important;
}
.search_wrapper .ux-search-box .flex-row {
    flex-direction: row-reverse;
}
.search_wrapper .searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: 0;
    margin-right: -2.4em;
}
.search_wrapper .form-flat input:not([type=submit]) {
    padding-left: 2.8em;
}
.header .search_wrapper .search-form .autocomplete-suggestions {
    max-height: 310px;
    display: block !important;
}
.header .search_wrapper .search-form .autocomplete-suggestion {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.header .search_wrapper .search-form .live-search-results {
    box-shadow: none;
}
.search_wrapper .searchform .button.icon i {
    font-size: 1.2em;
    margin-right: -10px;
}
.search_wrapper .form-flat .flex-row .flex-col, .search_wrapper .flex-row.form-flat .flex-col {
    padding-right: 0;
}
.main-menu-overlay {
    display: none !important;
}
.logo_slider .flickity-slider>.row:not(.is-selected) {
    opacity: 1 !important;
}
.store_list {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}
.store_list th {
    color: #000;
    padding-top: 0;
    padding-bottom: 25px;
    border-bottom-color: #999;
}
.store_list td {
    color: #000;
    padding-top: 25px;
}
.store_list tr:first-child td {
    padding-top: 25px;
}
.store_list td:last-child {
    text-align: right;
}
.store_list td.gap {
    padding-top: 15px !important;
    padding-bottom: 2px !important;
}
.store_list a.btn {
    border: solid 1px rgb(215, 183, 151);
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    padding: 7px 30px;
    white-space: nowrap;
    color: #000;
    font-weight: 400;
    transition: all 0.1s linear;
    min-width: 200px;
}
.store_list a.btn:hover {
    background-color: rgb(215, 183, 151);
    color: #fff;
}
.store_list_mb {
    border-top: solid 1px #999;
    padding-top: 20px;
    display: none;
}
.store_row {
    padding: 20px 0;
    color: #000;
}
.store_row h3 {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.store_row p {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 15px;
}
.store_list_mb .line {
    border-top: solid 1px #eee;
    display: block !important;
    margin: 15px 0;
}
@media screen and (max-width:767px){
    .mfp-wrap, .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        top: 70px !important;
        height: calc(100vh - 70px) !important;
        background-color: #fff;
        box-shadow: none !important;
    }
    .off-canvas-left .mfp-content {
        border-top: solid 1px #eee;
    }
    .off-canvas .sidebar-menu {
        padding-top: 10px;
    }
    .mfp-close {
        right: auto;
        left: 0;
        color: #333 !important;
        opacity: 1 !important;
        transform: none !important;
        top: 15px !important;
        left: 8px;
    }
    .search_wrapper {
        min-height: calc(100vh - 70px);
    }
    .search_wrapper .frame-rolex-left-empty,
    .search_wrapper .frame-rolex-right-empty {
        display: none;
    }
    .header .search_wrapper .search-form .autocomplete-suggestions {
        max-height: calc(100vh - 170px);
    }
    .store_list_pc {
        display: none;
    }
    .store_list_mb {
        display: block;
    }
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}
