@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&amp;display=swap');
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(materialicons-regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(materialicons-regular.woff2) format('woff2'), url(materialicons-regular.woff) format('woff'), url(materialicons-regular.ttf) format('truetype');
}
.slider-nav{
    opacity: 0;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

body {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 17px;
}


/* .container-fluid{width: 1280px;}	 */

header {
    position: absolute;
    width: 100%;
    height: 195px;
    padding: 35px 0px;
    z-index: 3;
}

header .headerlogo {
    text-align: center;
}

header .headerlogo img {max-width: 211px;}

header .header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header_bottom .menu_left {}

header .header_bottom .menu_left button {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
}

header .header_bottom .menu_left button i {}

header .header_bottom .menu_right {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    /* min-width: 268px; */
}

header .header_bottom .menu_right button {
    /* background:url('../images/search.svg') no-repeat; */
    background-size: 16px;
    background-color: transparent;
    width: 34px;
    height: 33px;
    border: #FFF 1px solid;
    border-radius: 100%;
    padding: 4px;
    background-position: center;
    cursor: pointer;
    color: #fff;
}

header .header_bottom .menu_right a {
    color: #FFF;
    letter-spacing: 1.71px;
}

header .header_bottom .menu_right a:hover {
    text-decoration: none
}

header .header_bottom .menu_right a.location_link {
    /* background:url('../images/location.svg') no-repeat; */
    background-size: 32px;
    background-color: transparent;
    height: 34px;
    display: inline-block;
    width: 28px;
}

header .header_bottom .menu_right a.location_link i {
    font-size: 32px;
	color: #FFF;
}
header.fixed .header_bottom .menu_right a.location_link i {
    color: #000;
}

header .header_bottom .menu_right a.location_link img {
    width: 32px;
}

.banner_section {
    position: relative;
    overflow: hidden;
    padding: 195px 0px 70px 0px;
    text-align: center;
    margin-bottom: 80px;
    height: 100vh;
    min-height: 900px;
    max-height: 1024px;
}

.banner_section::after {
    position: absolute;
    content: " ";
    display: block;
    left: 20%;
    top: 34%;
    transform: rotate(-45deg);
    width: 105%;
    background: #003087;
    height: 100%;
    z-index: -1;
}

.banner_section::before {
    position: absolute;
    content: " ";
    display: block;
    right: 0;
    width: 17%;
    background: #003087;
    height: 100%;
    z-index: -1;
    top: 0;
}

.content_body {
    padding-bottom: 60px;
}

.banner_section .banner_inner {
    position: relative;
    background: #0b2d78;
    /* padding-bottom: 8px; */
    box-shadow: 5px 20px 49px 0 rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.26), rgba(27, 27, 27, 0.26));
    /* min-height: calc(100vh - 275px); */
}

.banner_section .banner_inner:after {
    content: "";
    position: absolute;
    left: 0;
    background: #0b3fb4;
    height: 8px;
    bottom: 0;
    width: 1142px;
}

.banner_section .banner_inner img {
    max-width: 100%;
    height: calc(100vh - 275px);
    width: 100%;
    max-height: 759px;
    min-height: 600px;
    object-fit: cover;
    object-position: left;
}

.banner_section .banner_inner .banner_inner_content {
    position: absolute;
    z-index: 2;
    top: 131px;
    color: #FFF;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 0;
    display: flex;
    /* align-items: center;
    justify-content: center; */
}

.banner_section .banner_inner .banner_inner_content h1 {
    width: 745px;
    font-size: 35px;
    font-weight: 500;
    margin: 0 auto 40px;
    line-height: 1.37;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.banner_section .banner_inner .banner_inner_content h6 {
    font-size: 16px;
    letter-spacing: 0.82px;
    padding-top: 24px;
    margin-bottom: 60px;
    font-weight: 200;
}

.banner_section .banner_inner .banner_inner_content a {
    width: 228px;
    height: 41px;
    background-color: #003087;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-size: 14px;
    letter-spacing: 0.82px;
	transition: all 0.5s;
}

.banner_section .banner_inner .banner_inner_content a:hover {
    background: #FFF;
    color: #003087;
}

footer {
    height: 258px;
    background-color: rgba(136, 146, 164, 0.14);
    padding-top: 48px;
	margin-top: 80px;
}

footer .footer_menu {}

footer .footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

footer .footer_menu ul li {
    padding-right: 56px;
}

footer .footer_menu ul li a {
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #010d23;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

footer .footer_menu ul li a:hover {}

footer .follow_us_div {
    max-width: 100%;
    padding-right: 80px;
    padding-left: 170px;
}

footer .follow_us_div h4 {
    line-height: 1.11;
    letter-spacing: 0.11px;
    color: #03102f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
}

/* footer .follow_us_div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    height: 28px;
    justify-content: space-evenly;
    margin-bottom: 48px;
} */
footer .follow_us_div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    height: 28px;
    justify-content: center;
    margin-bottom: 48px;
}

/* footer .follow_us_div ul li {
    width: 22px;
 } */

footer .follow_us_div ul li {
    width: 22px;
    display: inline-block;
    margin: 0 16px;
}

footer .follow_us_div ul li a {}

footer .follow_us_div p {
    line-height: 1.54;
    letter-spacing: 0.08px;
    text-align: right;
    color: #03102f;
    font-size: 13px;
}

.flexdiv {
    display: flex;
    justify-content: space-between;
}

.content_g_div {
    display: flex;
    align-items: center;
    padding: 60px 0px;
}

.content_g_div .img-container {
    width: 50%;
    position: relative;
}

.content_g_div .img-container img {
    max-width: 100%;
    width: 100%;
}

.content_g_div .cointent_des {
    padding-left: 69px;
    width: 50%;
    padding-right: 100px;
}

.content_g_div .cointent_des h3 {
    line-height: 2.51;
    letter-spacing: 0.27px;
    color: #03102f;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.content_g_div .cointent_des p {
    line-height: 2;
    letter-spacing: 0.5px;
    color: #3e424c;
    margin-bottom: 0;
    font-size: 16px;
}

.play_btn {
    background: url('play-button.svg') no-repeat;
    background-size: 24px;
    display: inline-block;
    width: 90px;
    height: 90px;
    box-shadow: 3px 11px 27px 0 rgba(35, 57, 109, 0.3);
    background-color: #02329f;
    border-radius: 100%;
    background-position: center;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 100%;
}

.play_btn:hover {}

.content_saviour_div {
    display: flex;
    align-items: center;
    padding: 30px 0px 50px 0px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 10px;
}

.content_saviour_div .img-container {
    /* width: 559px; */
    position: relative;
    margin-left: 50px;
}

.content_saviour_div .img-container .bg_div {
    position: relative
}

.content_saviour_div .img-container .bg_div:after {
    position: absolute;
    content: " ";
    display: block;
    left: -58%;
    top: -101px;
    transform: rotate(-59deg);
    width: 143%;
    background: #003087;
    height: 100%;
    z-index: -1;
}

.content_saviour_div .img-container img {
    min-width: 700px;
	max-width: 700px;
    box-shadow: 9px 7px 38px 0 rgba(15, 12, 10, 0.29);
}

.content_saviour_div .cointent_des {
    padding-left: 69px;
    padding-right: 100px;
}

.content_saviour_div .cointent_des h3 {
    line-height: 2.51;
    letter-spacing: 0.27px;
    color: #03102f;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.content_saviour_div .cointent_des p {
    line-height: 2;
    letter-spacing: 0.5px;
    color: #3e424c;
    margin-bottom: 0;
    font-size: 16px;
}

a.b_link {
    width: 294px;
    height: 35px;
    border: solid 1.5px #02329f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.35px;
    color: #02329f;
    text-transform: uppercase;
    transition: 0.3s;
}
a.signupbtn {
    width: 100%;
    height: 38px;
    border: solid 1.5px #02329f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.35px;
    color: #02329f;
    text-transform: uppercase;
    transition: 0.3s;
}
.collection-section-container a.b_link {
    border: none;
    display: block;
}
.collection-section-container a.b_link:hover {
    background-color: transparent;
    color: #02329f;
}

a.b_link:hover, a.signupbtn:hover{
    text-decoration: none;
    background: #02329f;
    color: #fff;
}

.disco_link_holder {
    text-align: center;
    margin-top: 62px;
}


/* social media slider */

.social-media-heading {
    /* font-family: 'Lato', sans-serif; */
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.27px;
    text-align: center;
    color: #080808;
    text-transform: uppercase;
}

.social-media-slider-tagline {
    opacity: 0.57;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    letter-spacing: 1.1px;
    text-align: center;
    color: #000000;
}

.social-media-slider .item-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	    height: 19vw;
    overflow: hidden;
}

.social-media-slider {
    padding: 60px 35px;
}

.social-media-slider .owl-nav button {
    width: 48px;
    height: 48px;
    box-shadow: 1px 2px 12px 0 rgba(42, 42, 42, 0.26);
    background-color: #ffffff !important;
    border-radius: 100%;
    line-height: 70px !important;
}

.social-media-slider .owl-nav button>span {
    font-size: 30px;
    line-height: 25px;
    color: #202020;
}

.social-media-slider .owl-nav {
    position: absolute;
    top: calc(50% - 24px);
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    z-index: 67;
}

button:focus {
    outline: none;
}

.header-dropdown {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
}

.dropdownParent {
    position: relative;
}

.dropdownParent .dropdownMenu {
    position: absolute;
    left: -15px;
    right: 0;
    background-color: #003087;
    padding: 23px 15px 4px 15px;
    min-width: calc(100% + 30px);
    height: auto;
    overflow: hidden;
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; */
    display: none;
}

.dropdownParent .dropdownMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdownParent .dropdownMenu ul li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.41px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.dropdownParent .dropdownMenu ul li {
    margin-bottom: 24px;
}

.news-slider-inner .slider-right {
    width: 100%;
    max-width: 897px;
    height: 534px;
    background-color: #003087;
    color: #fff;
    padding: 29px 132px 47px 184px;
    background-image: url(bg.jpg);
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
	min-height: 450px;
	
}

.news-top-banner .news-slider-inner .slider-right {
    max-width: 54%;
}

.slider-content-wrap .slider-date {
    text-align: center;
    margin-bottom: 22px;
}

.slider-content-wrap .slider-date span {
    opacity: 0.57;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding: 0 8px 12px 8px;
}

.slider-content-wrap .slider-date span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.57;
    bottom: 0;
}

.slider-content-wrap .slider-title {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.25px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.slider-content-wrap .slider-content p {
    opacity: 0.6;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.4px;
    color: #ffffff;
}

.slider-content-wrap {
   
    margin: 0 0 0 auto;
}

.slider-read-more {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: 0.35px;
    text-align: center;
    color: #ffffff;
    width: 228px;
    height: 41px;
    border: solid 1.6px #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.slider-read-more:hover {
    background-color: #fff;
    text-decoration: none;
    color: #003087;
}

.mt-60 {
    margin-top: 60px;
}

.news-slider-inner {
    display: flex;
    position: relative;
    justify-content: flex-end;
    /* overflow: hidden; */
}

.news-slider-inner .slider-left {
    position: absolute;
    left: 0;
    top: 81px;
    height: auto;
    width: 100%;
    max-width: 50%;
    /* overflow: hidden; */
}

.slider-img-container {
    width: 100%;
    height: 100%;
    box-shadow: 38px 7px 38px 0 rgba(15, 12, 10, 0.29);
    overflow: hidden;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
    transition: 1.2s;
    /* transition-delay: 2s; */
}
.owl-item.show-left .slider-img-container{
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
}


.slider-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.news-top-banner .slider-img-container img {
 
    height: 100%;

}

.news-slider-itm {
    padding: 25px 0 128px 0;
    margin-bottom: 90px;
}

.news-slider .owl-dots {
    position: absolute;
    bottom: 260px;
    right: 0;
    /* left: 0; */
    z-index: 21;
    display: flex;
    justify-content: center;
    /* padding-left: 352px; */
    width: 100%;
    max-width: 742px;
}

.news-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background-color: #ffffff;
    margin: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.news-slider .owl-dots .owl-dot.active {
    opacity: 1;
}

.news-heading {
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 2.51; */
    letter-spacing: 0.27px;
    color: #03102f;
    position: relative;
    top: 84px;
    text-transform: uppercase;
    z-index: 20;
    background-color: #fff;
    line-height: 80px;
    width: 146px;
}

.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    animation-delay: 1s;
}

.show-in-left {
    -webkit-animation-name: fadeFromLeft;
    -moz-animation-name: fadeFromLeft;
    -o-animation-name: fadeFromLeft;
    animation-name: fadeFromLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-duration: 1s;
    animation-delay: 0.5s;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    /* 50% {
        opacity: 0.5;
    } */
    100% {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-webkit-keyframes fadeFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-20px);
        -moz-transform: translatex(-20px);
        -o-transform: translatex(-20px);
        transform: translatex(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-moz-keyframes fadeFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-20px);
        -moz-transform: translatex(-20px);
        -o-transform: translatex(-20px);
        transform: translatex(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-20px);
        -moz-transform: translatex(-20px);
        -o-transform: translatex(-20px);
        transform: translatex(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}


/* 18_02_2020 */

.collection-block-wraper {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.collection-block .collection-block-inner {
    cursor: pointer;
}

.collection-block {
    width: 50%;
    padding: 15px 30px;
}

.collection-block-heading {
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.74px;
    color: #000000;
    text-transform: uppercase;
}

.collection-short-code {
    opacity: 0.8;
    /* font-family: Lato; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #000000;
}

.collection-block-heading>img {
    width: 32px;
    position: relative;
    top: -2px;
}

.collection-left {
    width: calc(100% - 420px);
    padding: 0 25px;
}

.collection-right {
    width: 420px;
}

.collection-container-inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.collection-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.collection-img-container img{
    width: 100%;
}
.slide-down-div {
    position: absolute;
    top: -53px;
    /* bottom: 0; */
    left: 0;
    right: 0;
    /* background-color: rgba(208, 217, 239, 0.3); */
    height: 0%;
    transition: all 0.5s;
}

.show.active .slide-down-div {
    height: 100%
}

.collection-view-container {
    position: relative;
    display: none;
}

.collection-view-container.active {
    display: block;
}

.collection-heading {
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: 0.27px;
    color: #000000;
    text-transform: uppercase;
    padding: 0 0 38px 27px;
}

.owl-stage-outer .news-slider-itm {
    overflow: hidden;
}


/* product listing */

.houte-horlogerie .item-inner {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.houte-horlogerie .slider-product-details {
    padding: 0 20px 35px 20px;
}

.houte-horlogerie .slider-product-details .inner {
    box-shadow: 0px 0px 17px 0 rgba(38, 53, 79, 0.57);
    background-color: #003087;
    padding: 25px;
}

.houte-horlogerie .slider-product-details h3 {
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.74px;
    color: #ffffff;
    text-transform: uppercase;
    min-height: 65px;
}

.houte-horlogerie .slider-product-details p.product-desc {
    opacity: 0.8;
    /* font-family: Lato; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #fefefe;
    margin: 0;
    min-height: 145px;
}

.houte-horlogerie .slider-product-details p .product-details {
    opacity: 0.6;
    /* font-family: Lato; */
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.45px;
    text-align: right;
    color: #ffffff;
    text-decoration: none;
	transition: all 0.5s;
}

.houte-horlogerie .product-details:hover .slider-product-details p .product-details {
    opacity: 1;
}


/* .houte-horlogerie .slide-item{
    padding:0 25px  128px 35px;
} */

.houte-horlogerie .owl-nav button {
    width: 48px;
    height: 48px;
    /* box-shadow: 1px 2px 12px 0 rgba(42, 42, 42, 0.26); */
    background-color: #ffffff !important;
    border-radius: 100%;
}

.houte-horlogerie .owl-nav button>span {
    font-size: 45px;
    line-height: 25px;
    color: #202020;
}

.houte-horlogerie .owl-nav {
    position: absolute;
    top: 24%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    z-index: 67;
}

.houte-horlogerie {
    margin-top: 70px;
}

.banner_section .item-type-details {
    background-color: #fff;
    /* min-height: 460px; */
	 /*   max-height: 700px; */
    padding-bottom:10px;
}

.banner_section .item-type-details:after {
    display: none;
}

.product-details-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: calc(100vh - 275px);
    min-height: 600px;
    background: #fff;
	max-height: 600px;
}
.login-details-wrap{
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; 
    height: calc(100vh - 600px);*/
    min-height: 600px;
}

.product-details-image {
    width: 50%;
    height: 100%;
}

.product-details-description {
    width: 50%;
    padding: 15px 105px 15px 0px;
    text-align: left;
}

.product-details-description h2 {
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: 0.24px;
    text-align: left;
    color: #010817;
    margin-bottom: 50px;
}

.product-details-description p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #010817;
}



.retailers-description-outer {
    width: 50%;
    padding: 40px 105px 15px 0px;
    text-align: left;
}

.retailers-description-outer h2 {
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: 0.24px;
    text-align: left;
    color: #010817;
    margin-bottom: 50px;
}

.retailers-description-outer p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #010817;
}

.product-img {
    margin: 0;
    height: 100%;
    position: relative;
}

.product-img>img {
    width: auto;
    height: 100%;
}

.next-prev-item-link a {
    /* font-family: Lato; */
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: right;
    color: #03102f;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.next-prev-item-link a i {
    font-size: 40px;
}

.next-prev-item-link {
    display: flex;
    justify-content: space-between;
    padding: 35px 4px 72px 4px;
}

.banner_section .banner_inner .product-img img {
    width: auto;
    position: absolute;
    top: 0;
    left: 45%;
    transform: translate(-50%, 0);
    top: -16px;
    height: calc( 100% + 67px);
    max-height: initial;
}

.f_address_div {
    font-size: 16px;
    text-align: center;
    max-width: 215px;
    letter-spacing: 0.1px;
    color: #191919;
    line-height: 20px;
}

.f_address_div h6 {
    font-weight: 600;
}

.f_address_div p {}

.f_address_div span {
    display: block;
}

.f_address_div a {
    color: #02329f;
}

.cabinet_images {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: space-between;
}

.cabinet_images .each_images {
    height: 723px;
    overflow: hidden;
    margin-bottom: 40px;
}

.cabinet_images .each_images img {
    min-width: 100%;
    min-height: 100%;
}

.cabinet_images .each_images:first-child {
    width: 100%;
}

.cabinet_images .each_images:nth-child(2) {
    width: 33%;
}

.cabinet_images .each_images:nth-child(3) {
    width: 64%;
}

.full_banner_section {}

.full_banner_section .banner_inner {
    overflow: hidden;
    position: relative;
}

.full_banner_section .banner_inner img {
    min-width: 100%;
    /* / height: 100vh; / */
    min-height: 100%;
}

.full_banner_section .banner_inner .banner-img-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.full_banner_section .banner_inner .banner-img-container:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.87) 60%, rgba(0, 0, 0, 0.59));
}

.full_banner_section .banner_inner_content {
    position: absolute;
    top: 265px;
    width: 100%;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    height: calc(100% - 265px);
    justify-content: center;
    padding-bottom: 265px;
}

.full_banner_section .banner_inner_content h1 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.51;
    letter-spacing: 0.27px;
    color: #ffffff;
    text-transform: uppercase;
}

.full_banner_section .banner_inner_content p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.73;
    max-width: 820px;
    text-align: center;
}

.whitelogo {
    display: none
}

header.white_header .header_bottom .menu_left button {
    color: #FFF
}

header.white_header .whitelogo {
    display: inline
}

header.white_header .logo {
    display: none
}

/* .abs_play_video {
    color: white;
    transform: rotate(-45deg);
    text-align: center;
    width: 430px;
    position: absolute;
    right: -140px;
    bottom: -32px;
    height: 200px;
    background-color: #003087;
    padding: 56px;
    z-index: 3;
    transition: all 0.5s;
    
} */
.abs_play_video {
    color: white;
    text-align: center;
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 22%;
    height: 40px;
    background-color: #003087;
    padding: 30px;
    z-index: 3;
    transition: all 0.5s;
    left: 0;
    margin: 0 auto;
}
.abs_play_video a {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: 0.14px;
    color: #ffffff;
    text-transform: uppercase;
    /* add */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    padding-bottom: 0px;
}

.abs_play_video a:hover {
    text-decoration: none;
    color: #fff;
	transform: scale(1.1);
}

a.mysteres-banner-video {
    background: #003087;
    color: #fff;
    max-width: 200px;
    margin: 40px auto 0;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.82px;
    transition: all 0.5s;
}
a.mysteres-banner-video:hover{
    background: #FFF;
    color: #003087;
}

.specification {}

.specification h3 {
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.51;
    letter-spacing: 0.27px;
    color: #03102f;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.specification .specification_div {
    display: flex;
}

.specification .specification_div .img-container {
    width: 53%;
    /*width: 1020px;*/
    /* height: 700px; */
    box-shadow: 19px 16px 63px 0 rgba(37, 26, 23, 0.37);
    overflow: hidden;
	    display: table;
}

.specification .specification_div .img-container img {
    object-fit: cover;
    min-width: 100%;
    /* min-height: 100%; */
    max-width: 100%;
	display: table;
}

.specification .specification_div .content_des {
    width: 47%;
    /*width: calc(100% - 1020px);*/
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.specification .specification_div .content_des .each_spec {
    color: #000;
    padding: 20px 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.specification .specification_div .content_des .each_spec h4 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

.specification .specification_div .content_des .each_spec p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.2px;
    margin: 0;
}

/* .specification .specification_div .content_des .each_spec:first-child {
    color: #FFF;
    padding: 40px;
    margin-bottom: 20px;
} */
.specification .specification_div .content_des .spef_case {
    color: #FFF;
    padding: 40px;
    margin-bottom: 20px;
}
/* .specification .specification_div .content_des .spef_case {
    color: #FFF;
    padding: 40px;
    margin-bottom: 20px;
} */

/* .specification .specification_div .content_des .each_spec:first-child:after {
    content: "";
    background-color: #003087;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
} */
.specification .specification_div .content_des .spef_case:after {
    content: "";
    background-color: #003087;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
/* .specification .specification_div .content_des .spef_case:after {
    content: "";
    background-color: #003087;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
} */

.specification .specification_bigger_content .img-container {
    box-shadow: 19px 16px 63px 0 rgba(37, 26, 23, 0.37);
    overflow: hidden;
    height: auto;
    display: table;
}

.specification .specification_bigger_content {
    display: flex;
    margin-top: 80px;
}

.specification .specification_bigger_content .content_des {
    width: 1060px;
    display: inline-flex;
    flex-wrap: wrap;
    padding-right: 40px;
}

.specification .specification_bigger_content .content_des .each_spec {
    color: #000;
    padding: 20px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    width: 50%;
}

.specification .specification_bigger_content .img-container img {
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.specification .specification_bigger_content .content_des .each_spec h4 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

.specification .specification_bigger_content .content_des .each_spec p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.2px;
    margin: 0;
}

.watch_images {
    display: flex;
    /* flex-wrap: wrap; */
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

.watch_images .each_images {
    /* height: 723px;  */
    overflow: hidden;
}

.watch_images .each_images img {
    object-fit: cover;
    /* min-width: 100%; */
    min-height: 100%;
    max-width:100%;
}

.watch_images .image-left {
    margin-right: 44px;
   
    text-align: center;
}

.watch_images .each_images:nth-child(1) {}

.more_section {
    margin-bottom: 40px;
}

.more_section h5 {
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.51;
    letter-spacing: 0.27px;
    text-align: center;
    color: #03102f;
    text-transform: uppercase;
}

.more_section .more_div_links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.more_section .more_div_links a {
    margin: 8px;
}

.share_on {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.share_on span {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #021234;
    padding-top: 5px;
    padding-right: 10px;
}

.share_on a {
    margin: 5px;
}

.share_on a img {
    height: 22px;
}

.banner_section .banner_inner.watch_banner_inner {
    background: #FFF;
    padding: 0px 100px;
	position:relative;
}

.banner_section .banner_inner.watch_banner_inner img {
    max-width: none;
    min-height: auto;
    width: auto;
    height: auto;
}
.banner_section .banner_inner.watch_banner_inner img.hide{display:none}
.share_on a img{
    width: 20px !important;
}

.banner_watch_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(100vh - 275px);
    min-height: 500px;
    max-height: 778px;
    background: #FFF;
}

.diameter {
    margin: 30px 0px;
	display:flex;
	align-items: center;
}
.banner_right_part  .diameter span{   }
.custom_check_radio {
    display: inline-block;
    padding-left: 10px;
}

.custom_check_radio label {
    position: relative;
    padding-left: 21px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #212122;
	margin-bottom:0;
}

.custom_check_radio label input[type=radio]:disabled+span {
    color: #b8b8b8;
    cursor: auto;
}

.custom_check_radio input {
    position: absolute;
    opacity: 0;
    width: auto;
}

.custom_check_radio label input[type=radio]+span:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: #FFF;
    border: #02329f 1px solid;
    left: 0;
    position: absolute;
    top: 3px;
    border-radius: 100%;
}

.custom_check_radio label input[type=radio]:checked+span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #02329f;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: none;
}

.banner_left_part {
    width: 962px;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.banner_left_part_details {
    text-align: center;
}

.banner_left_part_details h1 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1.56px;
    color: #000b23;
    text-transform: uppercase;
    text-align: left;
}

.banner_left_part_details p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #20242d;
    margin: 0;
    text-align: left;
}

.banner_left_part_details_img {}

.banner_left_part_details_img img {}

.more_div_links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.more_div_links a {
    margin-bottom: 20px;
    /* width: 100%; */
}

.banner_right_part {
    text-align: left;
    padding-right: 100px;
}

.banner_right_part span {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    /* font-style: normal; */
    /* line-height: normal; */
    letter-spacing: 1.4px;
    color: #021234;
}
.model-heading h2{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1.56px;
    color: #000b23;
    text-transform: uppercase;
    text-align: center;
    padding-right: 17px;
    padding-bottom: 20px;
    display: none;
}

.banner_right_part .model_images {
    display: flex;
    margin-top: 12px;
    margin-bottom: 12px;
}

.banner_right_part .model_images .each_images {
    margin-right: 16px;
    position: relative;
    transition: all 0.5s ease 0s;
    top: 0;
}

.banner_right_part .model_images .each_images.current {
    box-shadow: 5px 13px 8px 0 rgba(46, 58, 98, 0.77);
    top: -4px;
}

.banner_right_part .model_images .each_images img {
	    max-width: 118px;
}

.banner_right_part .share_on {}

.banner_section .banner_inner.watch_banner_inner:after {
    display: none
}

.watch_gallery_section {
    position: relative;
    overflow: hidden;
    padding: 0;
    text-align: center;
    margin-bottom: 80px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
}

.watch_gallery_section::after {
    position: absolute;
    content: " ";
    display: block;
    left: -20%;
    top: 94%;
    transform: rotate(-45deg);
    width: 100%;
    background: #003087;
    height: 100%;
    z-index: -1;
}

.watch_gallery_section::before {
    position: absolute;
    content: " ";
    display: block;
    right: 0;
    width: 55%;
    background: #003087;
    height: 100%;
    z-index: -1;
    top: 48px;
}

.watch_gallery_section_inner {}

.watch_gallery {
    box-shadow: 14px 31px 86px 0 rgba(31, 29, 28, 0.22);
    max-height: 556px;
    overflow: hidden
}

.watch_gallery .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
	
}

.watch_gallery .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 9px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: #FFF 2px solid;
}

.watch_gallery .owl-dots .owl-dot.active span,
.watch_gallery .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.watch_gallery .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 21px;
	text-align:center;
}

.watch_gallery .owl-stage-outer {
    background: #FFF
}


/* Slided menu */

.slide-menu-container {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
    max-width: 480px;
    background-color: #003087;
    z-index: 102;
    padding: 64px 53px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 123px;
    transition: all 0.5s;
    transform: translateX(-100%);
    height: 100vh;
}

.slide-menu-container.open {
    transform: translateX(0%);
}

.menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
    height: 100vh;
    z-index: 29;
    opacity: 0.6;
    background-color: #080808;
    display: none;
}

.menu-overlay.open {
    display: block;
}

.menu-close-btn {
    opacity: 0.84;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: transparent;
    padding: 0;
    border: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.menu-close-btn i {
    font-size: 22px;
    margin-left: 3px;
}

.menu-close-btn:hover {
    opacity: 1;
}

.menu-close-btn-container {
    text-align: right;
    position: absolute;
    top: 64px;
    right: 53px;
    left: auto;
}

.unstyled-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-main-menu1 {
     height: 85vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 0;
    padding-right: 0;
}

.sidebar-main-menu>li {
    padding: 14px 0;
}

.sidebar-main-menu>li>a {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.15px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.sidebar-main-menu>li>a>i {
    font-size: 34px;
    line-height: 0.83;
    position: relative;
    top: 1px;
}

.sidebar-main-menu>li>a.open {
    padding-left: 31px;
}


.sidebar-main-menu>div>div>li {
    padding: 14px 0;
}

.sidebar-main-menu>div>div>li>a {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.15px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.sidebar-main-menu>div>div>li>a>i {
    font-size: 34px;
    line-height: 0.83;
    position: relative;
    top: 1px;
}

.sidebar-main-menu>div>div>li>a.open {
    padding-left: 31px;
}

.hasSubMenu>a {
    position: relative;
}

.hasSubMenu>a:after {
    font-family: 'Material Icons';
    content: "\e5cc";
    font-size: 32px;
    position: relative;
    top: 1px;
    position: relative;
    transition: all 0.5s;
}

.hasSubMenu>a.open:after {
    transform: rotate(180deg);
    left: -100%;
    margin-right: 7px;
}

.sidebar-main-menu li a:hover {
    text-decoration: none;
}

.sub-menu-listing {
    position: relative;
    display: none;
    margin-top: 35px;
    /* left: 100%; */
}

.sub-menu-listing>li {
    position: relative;
    padding: 8px 0;
    /* padding-right: 50%; */
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sub-menu-listing>li>a {
    opacity: 0.84;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
    /* display: flex; */
    float: left;
    width: 50%;
    flex-grow: 1;
}

.hasSubSubMenu>a {
    position: relative;
    padding-right: 35px;
}

.hasSubSubMenu>a:after {
    font-family: 'Material Icons';
    content: "\e5cc";
    font-size: 22px;
    position: relative;
    top: 1px;
    position: absolute;
    transition: all 0.5s;
    right: 10px;
}

.sub-sub-menu-listing>li>a {
    opacity: 0.39;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.sub-sub-menu-listing>li:first-child {
    padding-top: 0;
}


/* 
.open .sub-menu-listing {
    display: block;
    margin-top: 37px;
} */

.sub-sub-menu-listing {
    position: relative;
    /* left: 100%; */
    /* top: -29px; */
    display: block;
    float: left;
    width: 50%;
}

.sub-sub-menu-listing>li {
    padding: 4px 0;
}

.sub-sub-menu-listing>li>a:hover {
    opacity: 1;
}

.sub-menu-back {
    position: absolute;
    bottom: 26px;
    right: 53px;
    display: none;
}

.sub-menu-back.open {
    display: block;
}

.sub-menu-back>a {
    opacity: 0.84;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-transform: uppercase;
}


/* .sub-menu-listing>.sub-menu-back {
    padding-right: 0;
} */

.sub-menu-back>a:hover {
    opacity: 1;
}


/* 
.sidebar-main-menu {
    overflow-x: hidden;
    overflow-y: auto;
} */

.sidebar-bottom-menu>li>a {
    opacity: 0.59;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #ffffff;
}

.sidebar-bottom-menu li a:hover {
    opacity: 1;
    text-decoration: none;
}

.sidebar-bottom-menu li {
    padding: 3px 0;
}

.sidebar-bottom-menu li:last-child {
    padding-bottom: 0;
}

.sidebar-social-media-link li {
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.sidebar-social-media-link li:first-child {
    padding-left: 0;
}

.sidebar-social-media-link li a {
    opacity: 0.5;
}

.sidebar-social-media-link li a:hover {
    opacity: 1;
}

.sidebar-social-media-link li a img {
    width: 18px;
    filter: invert(1);
}

.sidebar-social-media-link {
    margin-bottom: 40px;
}
/* ------------------------------------- */

.item-desc-box {
    display: none;
    width: 100%;
}

.item-desc-box.active {
    display: block;
}

.item-desc-inner {
    /* width: 962px; */
    display: inline-flex;
    align-items: center;
    width: 100%;
    /* flex-wrap: wrap; */
}

.flipcontainer {
    display: block;
    width: 100%;
}

.flipper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-desc,
.mobile-desc.active {
    display: none;
}

.test {
    display: none !important;
}

.mobile-filter-btn-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -19px;
    z-index: 100;
    transform: translate(50% 50%);
    top: calc(32% - 150px);
    display: none;
}

.mobile-filter-btn-list li {
    margin: 24px 0;
}

.mobile-filter-btn-list li a {
    width: 63px;
    height: 51px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px #666;
	    padding-right: 5px;
}
.mobile-filter-btn-list li a i{
    
color: #003086;
font-size: 30px;
}
.mobile-filter-btn-list li a svg{

    width: 37px;
    color: #003086;
    height: 32px;
    fill: #003086;
}

.more-div-mobile{
    display: none;
}
.d-mobile-block{
    display: none;
}
/*  */

@media(max-width:599px) {
    .item-desc-inner {
        /* width: 962px; */
        display: inline-flex;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* .diameter {
        margin: 30px 0px;
        text-align: center;
    } */
    .diameter {
        margin: 30px auto;
        text-align: left;
        max-width: 119px;
        text-align: left;
        width: 100%;
        display: block;
    }
    .diameter .custom_check_radio label {
        display: block;
        padding-bottom: 2px;
    }
    .banner_right_part .diameter span {
        text-align: center;
        padding-bottom: 8px;
    }
    .diameter>span {
        display: block;
    }
    .banner_left_part_details {
        text-align: center;
        order: 2;
    }
    /* .banner_left_part_details p {
        display: none;
    } */
    .banner_left_part_details p {
        display: block;
        margin-bottom: -150px;
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
    }



    .banner_left_part_details h1 {
        text-align: center;
    }
    .banner_section .banner_inner.watch_banner_inner {
        background: transparent;
        padding: 0px 10px;
    }
    .banner_section {
        height: auto;
    }
    .banner_section .banner_inner {
        box-shadow: none;
    }
    .banner_section .banner_inner.watch_banner_inner img {
        max-width: 271px;
    }
    .flipper {
        box-shadow: 5px 46px 49px 0 rgba(0, 0, 0, 0.5);
        border-radius: 0px;
    }
    .front,
    .back {
        padding: 20px;
    }
    /* DP */
    .flipcontainer {
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        -o-perspective: 1000;
        perspective: 1000;
    }
    /* .flipcontainer,
    .front,
    .back,
    .flipper {
        width: 400px;
        height: 460px;
        margin: auto;
    } */
    .flipcontainer, .front, .back, .flipper {
        width: 315px;
        height: 499px;
        margin: auto;
        display: block;
    }
    .more_div_links a {
        width: 96%;
    }
    .flipper {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative;
        -webkit-transition: 1.2s;
        transition: 1.2s;
    }
    .front,
    .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }
    .front {
        z-index: 2;
    }
    .back {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    .flipcontainer.flipnow .flipper {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    .test {
        display: block !important;
        position: fixed;
        top: 10px;
        right: 0;
        width: 120px;
        z-index: 2;
    }
    .mobile-desc.active {
        display: block;
    }
    .mobile-filter-btn-list {
        display: block;
    }
    .model-heading h2{
        display: block;
    }
    .banner_right_part span {
        text-align: center;
        display: block;
        padding-right: 12%;
    }
    .more-div-mobile{
        display: block;
        position: relative;
        top: auto;
        bottom: -235px;
    }
    .more-div-mobile a.b_link {
        border: solid 1.5px #fff;
        color: #fff;
    }
    .more-div-mobile .share_on span {
        color: #fff;
        padding-top: 0px;
    }
    .more-div-mobile .share_on {
        margin-top: 3px;
    }
    .more-div-mobile .share_on a{
        width: auto;
    }
    .more-div-mobile .share_on a img {
        color: #fff;
        filter: invert(1);
    }


    .banner_watch_details {
        background: transparent;
    }
    .watch-banner-outer .banner_left_part {
        background: #fff;
    }
    .mobile-filter-btn-list li {
        margin: 16px 0;
    }
    .watch-banner-outer .banner_right_part {
        background: #fff;
    }
    .d-mobile-none{
        display: none;
    }
    .d-mobile-block{
        display: block;
        text-align: center;
    }
    .d-mobile-block a {
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 28px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}


/* ================ my work 24-02 ============= */

/* ==================== ul li dropdown box ===================== */
header.header-black .header_bottom .menu_right button {
    border: #000b23 1px solid;
    color: #000b23;
}
header.header-black .header_bottom .menu_right a.col-bu {
    color: #000b23;
}
header.header-black .header_bottom .menu_right a.location_link img {
    width: 25px;
    filter: invert(1);
}
.countries-list{
    padding-top: 190px;
}
.horizontal-filters-sortContainer{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  
  .order-category {
    margin: 2em auto 70px;
    width: 14.5em;
    position: relative;
  }
  .order-category-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #d4d5d9;
    text-decoration: none;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #003087;
  }
  .order-category-link a{color:#FFF}
  .order-list-category{
    border: solid 1px #d4d5d9;
    border-top: solid 0px #d4d5d9; 
    margin-top: -1px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    padding: 0;
    margin: 0;
  }
  img.select-icon{
    width: 12px;
    height: 12px;
  }
  
  
  .order-category a:active {
    background: #003087;
  }
  
  .order-category ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .order-list-category li {
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #282c3f;
    cursor: pointer;
    /* padding: 10px 15px; */
  }
  
  
  .order-list-category li:focus, 
  .order-list-category li:hover {
    background: #ecf0f1;
  }
  .order-list-category li:active {
    background: #fbfcfc;
  }


  /* ======================= trouble list ================ */
  .trouble-horizontal-filters-sortContainer {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
  .trouble-order-category{
    margin: 2em auto 70px;
    width: 100%;
    position: relative;
  }
  .trouble-horizontal-filters-sortContainer .order-category{
      width: 100%;
      background: #fff;
  }
  .trouble-order-category-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 0px #d4d5d9;
    text-decoration: none;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.27px;
    text-align: center;
    color: #003087;
    text-transform: uppercase;
    margin-bottom: 0px;
}
  .trouble-order-list-category{
    border: solid 1px #d4d5d9;
    border-top: solid 0px #d4d5d9; 
    margin-top: -1px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    padding: 0;
    margin: 0;
  }
  img.select-icon{
    width: 12px;
    height: 12px;
  }
  .trouble-order-category-link .material-icons{
      font-size: 36px;
  }
  
  .order-category a:active {
    background: #003087;
  }
  
  .order-category ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .trouble-order-list-category li {
    cursor: pointer;
    display: block;
    font-size: 23px;
    color: #282c3f;
    cursor: pointer;
    padding: 10px 15px;
    text-align: left;
}
  
  
  .trouble-order-list-category li:focus, 
  .trouble-order-list-category li:hover {
    background: #ecf0f1;
  }
  .trouble-order-list-category li:active {
    background: #fbfcfc;
  }
  .trouble-order-category-link:focus{
      background: transparent !important;
  }
  .countries-list.gap-top{
      padding-top: 0px;
  }
  .trouble-order-list-category li a {
      color: #000;
      font-size: 20px
  }

  /* ====================== trouble end =================== */
  



.europa-item-details{
    border-radius: 1px;
    box-shadow: 8px 11px 28px 0 rgba(132, 140, 153, 0.41);
    background-color: #fcfcfc;
    text-align: center;
    margin-bottom: 40px;
}
.item-country{
    background-color: #003087;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.51px;
    color: #ffffff;
    padding: 7px 0;
}
.europa-item-inner{
    padding: 30px 30px 10px;
	min-height: 370px;
}
.europa-item-area {
    min-height: 200px;
}
.europa-item-details h3{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.57px;
    color: #003087;
    margin: 0px;
    padding-top: 20px;
    text-transform: uppercase;
}

.europa-item-details p{
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.51px;
    color: #2a2a2b;
    padding: 20px 0 10px;
}
.europa-item-details span{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.51px;
    color: #2a2a2b;
    display: block;
    padding-bottom: 20px;
}
.europa-item-details a.website-link {
    border-radius: 1px;
    border: solid 1px #003087;
    /* background-color: #003087; */
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.45px;
    color: #003087;
    max-width: 208px;
    width: 100%;
    display: block;
    margin: 0 auto 16px;
    padding: 5px 5px;
    transition: 0.3s;
    text-transform: uppercase;
}
.europa-item-details a.website-link:hover{
    background: #003087;
    text-decoration: none;
    color: #fff;
}
.europa-section-title {
    font-family: Lato;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: #03102f;
    text-transform: uppercase;
    padding-bottom: 25px;
    position: relative;
}
.europa-section-title:after{
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 59px;
    height: 6px;
    background: #003087;
    margin: 0 auto;
    display: block;
}
/* ============== carousel 1 ================= */

.europa-carousel .item-inner {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.europa-carousel .slider-product-details {
    padding: 0 20px 35px 20px;
}

.europa-carousel .slider-product-details .inner {
    box-shadow: 0px 0px 17px 0 rgba(38, 53, 79, 0.57);
    background-color: #003087;
    padding: 25px;
}

.europa-carousel .slider-product-details h3 {
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: 0.74px;
    color: #ffffff;
    text-transform: uppercase;
    min-height: 65px;
}

.europa-carousel .slider-product-details p.product-desc {
    opacity: 0.8;
    /* font-family: Lato; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #fefefe;
    margin: 0;
    min-height: 100px;
}

.europa-carousel .slider-product-details p .product-details {
    opacity: 0.6;
    /* font-family: Lato; */
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.45px;
    text-align: right;
    color: #ffffff;
    text-decoration: none;
}


/* .houte-horlogerie .slide-item{
    padding:0 25px  128px 35px;
} */

.europa-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    /* box-shadow: 1px 2px 12px 0 rgba(42, 42, 42, 0.26); */
    background-color: #ffffff !important;
    border-radius: 100%;
}

.europa-carousel .owl-nav button>span {
    font-size: 60px;
    line-height: 25px;
    color: #202020;
}

.europa-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-45%);
    z-index: 67;
}

.europa-carousel {
    margin-top: 60px;
}

/* .owl-carousel.europa-carousel .owl-nav button.owl-next{
    margin-left: -40px;
}
.owl-carousel.europa-carousel .owl-nav button.owl-prev{
    margin-right: -40px;
} */

.europa-carousel .owl-prev{
    margin-left: -30px;
}
.europa-carousel .owl-next{
    margin-right: -30px;
}
.section-gap{
    padding-bottom: 30px;
}
.slide-item{
    height: 100%;
}
/* ================== page2 brand-universe-area ================= */
.brand-universe-area{
    padding-top: 200px !important;
}
.brand-universe-area h2{
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.51;
    letter-spacing: 0.27px;
    color: #003087;
    text-transform: uppercase;
    /* padding-left: 13px; */
}
.brand-universe-area .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.13px;
    color: #03102f;
    text-transform: uppercase;
    padding: 14px 0px;
}
.brand-universe-area .nav-tabs .nav-item {
    padding-right: 66px;
}
.brand-universe-area .nav-tabs .nav-link{
    position: relative;
}
.brand-universe-area .nav-tabs .nav-link.active, 
.brand-universe-area .nav-tabs .nav-item.show .nav-link {
    /* border-bottom: 8px solid #003087; */
    background-color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.13px;
    color: #03102f;
}

.brand-universe-area .nav-tabs .nav-link:after{
    content: "";
    position: absolute;
    top:auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    opacity: 0.3;
    background-color: #003087;
}

.brand-universe-area .nav-tabs .nav-link.active:after{
    background: #003087;
    opacity: 1;
    height: 8px;
}





.brand-universe-area a:focus, a:hover {
   
    color: #03102f;
    outline: none;
    text-decoration: none;
}

.horizontal-filters-sortContainer .order-category a.order-category-link:hover{
    color: #fff;
}
.brand-universe-area .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    position: relative;
}
.brand-universe-area .nav-tabs:before {
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    /* background: #dee2e6; */
    background: rgba(1, 49, 158, 0.3);
    position: absolute;
    z-index: -1;
}
/*========= copy ========== */
.content_brand_body {
    padding-bottom: 60px;
}
.content_brand_saviour_div {
    display: flex;
    align-items: center;
    padding: 30px 0px 50px 0px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 10px;
}
.content_brand_saviour_div {
    display: flex;
    align-items: center;
    padding: 30px 0px 50px 0px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 10px;
}

.content_brand_saviour_div .img_brand-container {
    /* width: 559px; */
    position: relative;
    margin-left: 50px;
}

.content_brand_saviour_div .img_brand-container .bg_brand_div {
    position: relative
}

/* .content_brand_saviour_div .img_brand-container .bg_brand_div:after {
    position: absolute;
    content: " ";
    display: block;
    left: -58%;
    top: -101px;
    transform: rotate(-59deg);
    width: 143%;
    background: #003087;
    height: 100%;
    z-index: -1;
} */
.content_brand_saviour_div .img_brand-container .bg_brand_div:after {
    position: absolute;
    content: " ";
    display: block;
    left: -130%;
    top: -101px;
    transform: rotate(-80deg);
    width: 279%;
    background: #003087;
    height: 100%;
    z-index: -1;
}

.content_brand_saviour_div .img_brand-container img {
    min-width: 700px;
	max-width: 700px;
    box-shadow: 9px 7px 38px 0 rgba(15, 12, 10, 0.29);
}

.content_brand_saviour_div .cointent_des {
    padding-left: 69px;
    padding-right: 100px;
}

.content_brand_saviour_div .cointent_des h3 {
    line-height: 2.51;
    letter-spacing: 0.27px;
    color: #03102f;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.content_brand_saviour_div .cointent_des p {
    line-height: 2;
    letter-spacing: 0.5px;
    color: #3e424c;
    margin-bottom: 0;
    font-size: 16px;
}










/* .container-fluid.brand-universe-area a:focus, a:hover {
    background: transparent !important;
    color: #03102f;
    outline: none;
    text-decoration: none;
} */

/* ===================== log in =================== */
/*** 
=============================================
    Contact Info Area style
=============================================
***/
.login-form-outer{
    width: 50%;
    padding: 67px 0 0px;
}
.contact-form label {
    position: static;
    opacity: 0.9;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.25px;
    color: #181818;
    text-transform: uppercase;
}
.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px 0 20px;
}
.contact-form {
    position: relative;
    display: block;
    z-index: 2;
}
.contact-form .inner-box{
    position: relative;
    display: block;
    background: #ffffff;
}
.contact-form {
    position: relative;
    display: block;
}
.contact-form  .input-box{
    position: relative;
    display: block;
    text-align: left;
}
.login-passwoard{
    position: relative;
}
.login-passwoard i {
    position: absolute;
    top: 25px;
    right: 0;
    color: #a1b4b9;
    cursor: pointer;
    font-size: 21px;
}

.contact-form  input[type="text"],
.contact-form  input[type="email"],
.contact-form  input[type="name"],
.contact-form  input[type="password"],
.contact-form  .country-category,
.contact-form  textarea,
#nf-form-2-cont input[type="text"],
#nf-form-2-cont input[type="email"],
#nf-form-2-cont input[type="name"],
#nf-form-2-cont input[type="password"],

#nf-form-2-cont textarea {
    position: relative;
    display: block;
    background: #ffffff;
    /* border: 1px solid #ededed; */
    border: 0px;
    /* border-bottom:1px solid rgba(0, 11, 39, 0.33); */
    border-bottom: 2px solid rgba(151, 151, 151, 0.47);
    width: 100%;
    height: 30px;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.contact-form  textarea,
#nf-form-2-cont textarea{
    height: 118px;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
}
.contact-form  input[type="text"]:focus{
    border-color: #1d1d1d; 
    color: #222222;
}
.contact-form  input[type="email"]:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form  input[type="password"]:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form  textarea:focus{
    border-color: #1d1d1d;
    color: #222222;
    outline: none;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #181818;
    opacity: 0.2;
}
/* .contact-form form input[type="text"]:-moz-placeholder {
    color: #828282;
} */
.contact-form  input[type="text"]:-moz-placeholder {
    color: #181818;
    opacity: 0.2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-form  input[type="text"]::-moz-placeholder {
    color: #181818;
    opacity: 0.2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-form  input[type="text"]:-ms-input-placeholder {
    color: #181818;
    opacity: 0.2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-form  input[type="email"]::-webkit-input-placeholder {
    color: #181818;
    opacity: 0.2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-form  input[type="password"]::-webkit-input-placeholder {
    color: #181818;
    opacity: 0.2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-form  input[type="email"]:-moz-placeholder {
    color: #181818;
    opacity: 0.2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-form  input[type="email"]::-moz-placeholder {
    color: #181818;
    opacity: 0.2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-form  input[type="email"]:-ms-input-placeholder {
    color: #181818;
    opacity: 0.2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-form  button {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 1px;
    border: solid 1px #003087;
    background-color: #003087;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.42px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.contact-form  button:hover{
    background: #fff;
    color: #003087;
}
.contact-form-image-box {
    position: absolute;
    top: -110px;
    right: -350px;
    z-index: 1;
}
.contact-form-image-box img{
    max-width: none;
    float: left;
}
.contact-form a.forget-link{
    opacity: 0.9;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.25px;
    text-align: center;
    color: #181818;
    border-bottom: 1px solid rgba(0, 11, 39, 0.33);
    padding-top: 15px;
    display: inline-block;
}
.contact-form a.forget-link:hover{
    color:#003087;
    border-bottom: 1px solid#003087;
}
.login-title{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: #03102f;
    text-transform: uppercase;
    padding-bottom: 25px;
    position: relative;
}

.login-title:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 59px;
    height: 6px;
    background: #003087;
    margin: 0 auto;
    display: block;
}
.retailers-title h2 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.27px;
    color: #003087;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.retailers-describe p {
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: 0.66px;
    color: #3e424c;
}

/* ================== sign up =============== */
/* .signup-tringle{
    background: #003087;
    clip-path: polygon(72% 0, 100% 1%, 100% 100%, 25% 100%, 18% 100%);
    padding: 195px 0px 70px 0px;
} */

.signup-tringle {
    min-height: 940px;
}

.signup-tringle {
    position: relative;
    overflow: hidden;
    padding: 195px 0px 70px 0px;
    text-align: center;
    margin-bottom: 80px;
    height: 100vh;
    min-height: 900px;
    max-height: 1024px;
}

.signup-form-outer {
    width: 100%;
    padding: 15px 0 0;
}
.signup-title{
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: #03102f;
    text-transform: uppercase;
    padding-bottom: 25px;
    position: relative;
    padding-top: 42px;
}
.signup-form .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    /* position: relative; */
}
.signup-form,.login-form{
    background: #fff !important;
    background-image: none !important;
}
/* .login-form{
    background: #fff;
    background-image: none;
} */
.signup-tab-heading{
    position: relative;
    padding: 0 50px; 
	margin-bottom:53px;
}
.signup-tab-heading:before {
    content: "";
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(1, 49, 158, 0.3);
    position: absolute;
}
.signup-form .nav-link {
    padding: 0px;
    opacity: 0.2;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.25px;
    color: #003087;
    padding: 7px 0;
}
.signup-form .nav-tabs .nav-item {
    padding-right: 66px;
}
.signup-form .nav-tabs .nav-link.active, 
.signup-form .nav-tabs .nav-item.show .nav-link {
    border: 0px;
    border-bottom: 6px solid #003087;
    background-color: transparent;
    font-size: 14px;
    opacity: 1;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.25px;
    color: #003087;
}


/* =============== select ================ */
.country-category {
    margin: 0;
    position: relative;
    width: 100%;
}
.country-category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #979797;
    text-decoration: none;
    border-radius: 2px;
    padding: 3px 10px 3px 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(0, 11, 39, 0.33);
    background: transparent;
}
  .countyr-list-category{
    border: solid 1px #d4d5d9;
    border-top: solid 0px #d4d5d9; 
    margin-top: -1px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    padding: 0;
    margin: 0;
  }
  img.select-icon{
    width: 12px;
    height: 12px;
  }
  .country-category a:active {
    background: transparent;
  }
  
  .country-category ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: left;
  }
  .countyr-list-category li {
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #282c3f;
    cursor: pointer;
    padding: 10px 15px;
  }

  .countyr-list-category li:focus, 
  .countyr-list-category li:hover {
    background: transparent;
  }
  .countyr-list-category li:active {
    background: transparent;
  }
  

/* =============== select end ============ */
/* ============= tooltip ================== */

.tooltipv .material-icons{
    font-size: 16px;
    color: #02329f;
}

/* =============== select contact method ================ */
.country-category {
    margin: 0;
    position: relative;
    width: 100%;
}
.contactmethod-category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #979797;
    text-decoration: none;
    border-radius: 2px;
    padding: 3px 10px 3px 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(0, 11, 39, 0.33);
    background: transparent;
}
  .contactmethod-list-category{
    border: solid 1px #d4d5d9;
    border-top: solid 0px #d4d5d9; 
    margin-top: -1px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    padding: 0;
    margin: 0;
  }
  img.select-icon{
    width: 12px;
    height: 12px;
  }
  .country-category a:active {
    background: transparent;
  }
  
  .country-category ul {
    display: none;
    position: absolute;
    width: 100%;
	max-height: 185px;
    overflow: auto;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: left;
  }
  .contactmethod-list-category li {
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #282c3f;
    cursor: pointer;
    padding: 10px 15px;
  }

  .contactmethod-list-category li:focus, 
  .contactmethod-list-category li:hover {
    background: transparent;
  }
  .contactmethod-list-category li:active {
    background: transparent;
  }
  

/* =============== select end ============ */

/* =============== user-guide =============== */
.user-guide-section{
    padding-top: 202px;
}
.user-guide-section h1{
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.51;
    letter-spacing: 0.27px;
    text-align: center;
    color: #003087;
    text-transform: uppercase;
    padding-bottom: 57px;
    margin-bottom: 0px;
}
.user-guide-outer{
    padding-bottom: 74px;
}
/*
.user-guide-item{
    position: relative;
}
.user-guide-item img{
    width: 100%;
    overflow: hidden;
}
*/
.user-guide-item {
    position: relative;
    height: 28.5625vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: #FFFFFF;
}
.user-guide-item img {
    width: auto;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
    /* height: 100%; */
    width: 100%;
}

.user-guide-item-overlay{
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #003087;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.42px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0;
    /* cursor: pointer; */
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.user-guide-outer:hover .user-guide-item-overlay{
    opacity: 1;
    visibility: visible;
}
.user-guide-section h3{
    opacity: 0.83;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.12px;
    color: #02329f;
    padding-top: 17px;
	display:none;
}
.user-guide-outer p{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.94px;
    color: #03102f;
    text-transform: inherit;
    margin: 0px;
	padding-top:6px;
}

/* ============ news-article-section =============== */
.news-article-section h1{
    padding-bottom: 19px;
}
.news-article-top-section p{
    max-width: 934px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #3e424c;
    padding: 147px 0 97px;
}
.news-article-top-section img{
    width: 100%;
}
.article-bottom-box img{
    width: 100%;
    margin-top: -30px;
    box-shadow: 14px 31px 86px 0 rgba(31, 29, 28, 0.54);
}
.article-bottom-box{
    max-width: 934px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0px 47px 47px 0px;
    margin-top: 30px;
    margin-bottom: 127px;
}
.article-bottom-box:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #003087;
    clip-path: polygon(44% 0, 100% 0, 100% 100%, 10% 100%);
    -webkit-clip-path: polygon(44% 0, 100% 0, 100% 100%, 10% 100%);
    z-index: -1;
}

/* =============== owl ================== */
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}
.europa-carousel .owl-nav button {
    width: 36px;
    height: 36px;
}
.europa-carousel .owl-nav button i.material-icons {
    font-size: 40px;
}
header .header_bottom .menu_right a.location_link.room-icon i{
    color: #000;
    font-size: 32px;
}

/* =============== triangle-shape =============== */
/* .triangle-shape{
    background: linear-gradient(-45deg, #003087 0%,#003087 50%,#fff 50%,#fff 100%);
    padding: 210px 0 100px;
} */

header .header_bottom .menu_right a.model-press{
    color: #000c27;
}
/* ============= model-press ================ */
.press-kit-title h1 i{
    font-size: 40px;
    vertical-align: middle;
}
.model-press-left-ber{
    text-align: center;
}
.model-press-left-ber h2{
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.74px;
    color: #003087;
    text-transform: uppercase;
}
.model-press-left-ber p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    text-align: center;
    color: #3e424c;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
}
a.download-btn{
    position: relative;
    display: block;
    width: 100%;
    padding: 9px 0;
    border-radius: 1px;
    border: solid 1px #003087;
    background-color: #003087;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.42px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 132px;
}
a.download-btn:hover{
    background: #fff;
    color: #003087 !important;
}
.model-press-right-area{
    padding-left: 90px;
}
.user-guide-outer a.press-btn{
    position: relative;
    display: block;
    width: 100%;
    padding: 9px 0;
    border-radius: 1px;
    border: solid 1px #003087;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.78px;
    text-align: center;
    color: #003087;
    text-transform: uppercase;
    transition: 0.3s;
}
.user-guide-outer a.press-btn:hover{
    background-color: #003087;
    color: #fff;
}


.user-guide-outer .press-btn{
    position: relative;
    display: block;
    width: 100%;
    padding: 9px 0;
    border-radius: 1px;
    border: solid 1px #003087;
    background-color: #003087;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.78px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    transition: 0.3s;
}
.user-guide-outer a:hover .press-btn{
    background-color: #FFF;
    color: #003087;
}



.model-press-right-area img {
    /*margin-bottom: 23px;*/
}
.model-press-right-area p {
    min-height: 65px;
}
.model-press-right-area .user-guide-outer {
    padding-bottom: 43px;
}
.media-gap{
    padding-left: 0px;
}
.price-request-form .country-category {
    margin-bottom: 30px;
}
/* .banner_section .banner_inner .price-request-watch img {
    min-height: 200px;
    height: 246px;
    max-width: 180px;
    width: 100%;
    object-fit: contain;
} */
.banner_section .banner_inner .price-request-watch img {
    /* min-height: 200px;
    height: 246px;
    max-width: 180px;
    width: 100%;
    object-fit: contain; */
    object-fit: contain;
    min-height: 302px;
    height: 325px;
}
.price-request-watch p{
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 0.47px;
    text-align: center;
    color: #003087;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block
}

.watch_banner_inner  .login-title{ display: inline-block;}
.price-request-form .login-title {
    padding-top: 50px;
   
	
}
.price-request-outer{
    position: relative;
    padding: 0 50px;
}
.price-request-cross-icon{
    position: absolute;
    top: 43px;
    right: 45px;
}
.price-request-cross-icon a{
    display: inline-block;
}
.price-request-cross-icon a i{
    font-size: 30px;
    color: #222222;
}

/* ================ add =================== */
.price-request-outer .contact-form{
    display: flex;
}
.price-request-outer .contact-form form {
    position: relative;
    display: block;
    width: 100%;
}

.price-request-outer h2{
    padding-top: 50px;
}
.price-request-outer .contact-form button {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 1px;
    border: solid 1px #003087;
    background-color: #003087;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.42px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.price-request-outer .contact-form button:hover{
    background: #fff;
    color: #003087;
}
.price-request-outer .country-category {
    margin-bottom: 30px;
}

/* ==================== news-section ================== */
.news-section-outer{
    padding-top: 125px;
}
.news-list-row{
    display: flex;
    align-items: center;
    padding-bottom: 32px;
}
.news-list-left-box img{
    max-width: 285px;
    width: 100%;
}
.news-list-right-description{
    padding-left: 80px;
    flex: 1;
}
.news-list-right-description h3{
    font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #1d1d1d;
  margin: 0px;
  padding-bottom: 33px;
}
.news-list-right-description p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #3e424c;
}

.news-list-right-description a{
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.45px;
    text-align: right;
    color: rgba(0, 38, 123, 0.79);
    text-transform: uppercase
}
.news-section-outer .owl-carousel {
    z-index: 0;
}
.news-section-outer .news-slider-itm {
    margin-bottom: 30px;
}
.news-pagination{
    text-align: center;
    width: 100%;
    padding: 100px 0 97px;
}
.news-pagination .pagination {
    justify-content: center;
    margin: 0px;
}
.news-pagination .page-link {
    border: 0px solid #dee2e6;
    padding: 4px 8px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.51px;
    text-align: right;
    color: rgba(93, 93, 93, 0.79);
}
.news-pagination .page-item.active .page-link {
    background-color: #003087;
    border-color: #003087;
}
.news-pagination .page-item{
    margin: 0 10px;
}
.news-pagination .page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.news-pagination .page-item:last-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 0px;
    line-height: 40px;
    color: #003087;
}
/* ============== ovwe-the-year-top-section ================= */
.ovwe-the-year-top-section{
    padding: 200px 0 0;
    
}
.ovwe-the-year-top-inner{
    background: #003087;
    text-align: center;
    padding: 50px 15px 70px;
}
.ovwe-the-year-top-inner h1{
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.51;
    letter-spacing: 0.27px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px;
    padding-bottom: 30px
}
.ovwe-the-year-top-inner p{
    opacity: 0.73;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #ffffff;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}
.watch-over-section {
    width: 100%;
    padding: 60px 
}
.watch-over-section .swiper-container{
    /* overflow: visible; */
    margin: 0 30px
}

/*=========== end sweep =========== */
/* video pop up */

.pop-up-video-container {
    width: 130px;
    height: 120px;
    position: absolute;
    z-index: 99;
    left: 100%;
    top: 100%;
    background-color: #003087;
    transition: all 0.5s;
    border: 6px solid transparent;
    border-radius: 0px;
    opacity: 0;
}

.pop-up-video-container.slideShow {
    left: 0px;
    top: 0px;
    opacity: 1;
}

.pop-up-video-container.getSize {
    width: 100%;
    height: 100%;
}

.pop-up-video-container>iframe {
    position: absolute;
    left: 25px;
    top: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border: none;
    opacity: 0;
    transition: all 0.5s;
    z-index: 2;
}

.pop-up-video-container.view>iframe {
    opacity: 1;
}

.video-popup-close {
    z-index: 10;
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    height: 28px;
    width: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    cursor: pointer;
    color: #fff;
}

.pop-up-video-container.view .video-popup-close {
    opacity: 1;
}

.abs_play_video.not-visible {
    transform: rotate(-0deg);
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
}

.abs_play_video.not-visible a {
    display: none;
}



/* 

.over-the-year-slide .owl-dots {
    position: absolute;
    bottom: 230px;
    right: 0;
    z-index: 21;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 742px;
}

.over-the-year-slide .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background-color: #ffffff;
    margin: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.over-the-year-slide .owl-dots .owl-dot.active {
    opacity: 1;
} */

/* =============== add =============== */
.send-request-btn button{
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 1px;
    border: solid 1px #003087;
    background-color: #003087;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.42px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.send-request-btn button:hover {
    background: #fff;
    color: #003087;
}
.pricing-model .contact-form{
    width: 100%;
}
/* .pricing-model .banner_right_part {
    padding-right: 0px;
    padding-left: 60px;
} */
.pricing-model .country-category {
    margin-bottom: 30px;
}
.watch-banner-outer .pricing-model{
    padding-top: 50px !important;
    /* padding-bottom: 50px !important; */
}

.banner_section .banner_inner.pricing-model{
    box-shadow: none;
}

/* .pricing-model .banner_watch_details {
    height: auto;
} */
.pricing-model .banner_right_part {
    margin-top: -110px;
}
.price-request-model{
    position: relative;
}
.price-request-model-overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
}
/* ============== add end =============== */
.over-watchs-list{
    display: flex;
    padding: 100px 0;
    overflow: auto;
}
.over-watchs-list-item{
    text-align: center;
    padding: 0 67px;
}
.over-watchs-list-item h3{
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.13px;
    text-align: center;
    color: #03102f;
    padding-top: 48px;
}
.watch-over-section .swiper-slide{
    opacity: 0.34;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.73px;
    text-align: center;
    color: #03102f
}
.watch-over-section .swiper-slide.active{
    opacity: 1;
    font-weight: bold;
}

.order-list-category li a{color: #282c3f;display: block;padding: 10px 15px;}

/*02-03-2020*/

.carousel-wrap-year {
  position: relative;
}

.carousel-wrap-year .owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
  font-size: 17px;
  text-align: center;

}
.carousel-wrap-year .owl-carousel .item a{
    color: #03102f;
  
}

.carousel-wrap-year .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.carousel-wrap-year .owl-nav i {
  font-size: 52px;
}

.carousel-wrap-year .owl-nav .owl-prev {
  left: -30px;
}

.carousel-wrap-year .owl-nav .owl-next {
  right: -30px;
}

.over_watchs_list {
    display: flex;
    padding: 20px 0;
}

.over_watchs_list.tab-content > .active {
    display: flex;
}
.watch_tab-content {
    display: flex !important;

}
.watch_tab-content_item{
    display: flex;
}
.slick-initialized .slick-slide
{
    opacity: 0.34;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.73px;
    text-align: center;
    color: #03102f;
}
.slick-initialized .slick-slide.slick-current {
    opacity: 1;
}
.watch_tab-content {
    /*display: none !important;*/
}
.watch_tab-content.slick-current.slick-active {
    /*display: flex !important;*/
    /*left: 0   !important;*/
    opacity: 1 !important;
}



/* Preloader watch list*/

#preloader_watch_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  height: 130px;
}

#preloader_watch_list #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 75px;
  background-image: url(status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.owl-nav .material-icons{
    font-size: 34px;
}

/* ===== check====== */
/* .check-input{
    text-align: left;
}
.check-input input{
    display: inline-block;
    width: 20px;
} */

.bg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
  }
  
  .chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
  }
  .chiller_cb input {
    display: none;
  }
  .chiller_cb input:checked ~ span {
    background: #003087;
    border-color: #003087;
  }
  .chiller_cb input:checked ~ span:before {
    width: 14px;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
  }
  .chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
  }
  .chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
  }
  .chiller_cb input:disabled ~ label {
    color: #dcdcdc;
  }
  .chiller_cb input:disabled ~ label:hover {
    cursor: default;
  }
  .chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom:0;
  }
  .chiller_cb span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
  }
  .chiller_cb span:before {
    transform: rotate(-55deg);
    top: 13px;
    left: 0.37rem;
  }
  .chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
  }
  .check-input label{
    pointer-events: auto;
    top: 0px !important
  }
  .check-input .chiller_cb a{
      text-transform: uppercase;
      font-size: 12px;
      padding-left: 8px;
      padding-top: 1px;
  }
/*=====================*/
.scroll_to_find{
    opacity: .65;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 1.08px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 23px;
    transform: translate(-50%, -50%);
    z-index: 3;
    }
   .scroll_to_find:after{content:"";position:absolute;width: 1px;height: 32px;object-fit: contain;opacity: 1;border: solid 1px #ffffff;left: 50%;top: 42px;transform: translate(-50%, -50%);} 
   .scroll_to_find:hover{color:#FFF; opacity:1}


   .opacity1{opacity:1;    transform: translatex(0px); }


   .owl-carousel.watch_gallery .owl-item img {
    display: block;
    width: 100%;
    min-height: 412px;
    height: 100%;
    object-fit: cover;
}

.tooltip_holder,
.custom_tooltip {
  position: relative;
  display: inline-block;
 cursor:pointer;
}

/* Tooltip text */
.tooltiptext {
    visibility: hidden;
    background-color: #fff;
    color: #787e84;
    text-align: left;
    padding: 9px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    width: 308px;
    box-shadow: 0 2px 37px 0 rgba(135, 143, 159, 0.32);
}
.tooltiptext i{
    position: absolute;
    top: 5px;
    right:5px;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltiptext.show {
  visibility: visible;
}
.custom_tooltip i.material-icons{
    font-size: 19px;
    color: #02329f;
    vertical-align: -3px;
}
.login-passwoard .visible i{color:#52595a}
.news-section,
.home-news-section{overflow:hidden}
.banner_section.houte_banner{    max-height: 900px;}
section.banner_section.houte_banner.signup-tringle.contact-us-outer {
    min-height: 990px;
}
.close_tooltip{color:#999}



.watch_checklist.hide{display:none;}



.static_content_div {
    display: flex;
    align-items: center;
    padding: 30px 0px 50px 0px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 10px;
    justify-content: center;
    height: 750px;
}


.static_content_div {
    display: flex;
    align-items: center;
    padding: 30px 0px 50px 0px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 10px;
    justify-content: center;
    height: 750px;
}


.static_content_div .img_brand-container {
    width: 55%;
    position: relative;
    margin-left: 50px;
    height: 100%;
    /* max-width: 50%; */
}

.static_content_div .img_brand-container .bg_brand_div {
    position: relative;
    height: 100%;
    overflow: hidden;
    box-shadow: 9px 7px 38px 0 rgba(15, 12, 10, 0.29);
    object-fit: cover;
}



.static_content_div .img_brand-container img {
width: 100%;
    /* box-shadow: 9px 7px 38px 0 rgba(15, 12, 10, 0.29); */
    /* max-height: 100%; */
    margin: 0;
    min-height: 100%;
    object-fit: cover;
}

.static_content_div .cointent_des {
    padding-left: 69px;
    padding-right: 100px;
    background: #003087;
    min-height: 80%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 45%;
    padding-bottom: 20px;
}


.static_content_div .cointent_des h3 {
    line-height: 2.51;
    letter-spacing: 0.27px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.static_content_div .cointent_des p {
    line-height: 2;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 16px;
}

/* ================== 06-03 ============== */
.brand-boxes img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.brand-boxes .brand_each_images{
    height: 760px;
    overflow: hidden;
    margin-bottom: 20px;
}
.rightbrand_each_images{
    height: 290px;
    overflow: hidden;
    margin-bottom: 16px;
}
.rightbottombrand_each_images{
    height: 454px;
    overflow: hidden;
    margin-bottom: 20px;
}
.brand-boxes .row{
    margin-right: -8px;
    margin-left: -8px;
}
.brand-boxes .col-md-6{
    padding-right: 8px;
    padding-left: 8px;
}
.brandup_each_images{
     height: 294px;
    overflow: hidden;
    margin-bottom: 16px;
}
.rightbrandup_each_images{
    height: 447px;
    overflow: hidden;
    margin-bottom: 16px;
}
.brand-description{ width:836px; margin:0 auto;padding:80px 0 !important; max-width:100%}
.brand-description h3{text-align: center;
    padding-bottom: 20px;}
.brand-description p{
   
    width:100%;
   
    
    display:block;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: 0.5px;
      color: #3e424c;
}

.brand-boxes {
    padding: 80px 0 !important;
}

.speacial-watches .item-inner{
   padding:0 20px;
}
.speacial-watches.houte-horlogerie .slider-product-details .inner {
    box-shadow: none;
    background-color: #fff;
    padding: 25px;
}

.speacial-watches.houte-horlogerie .slider-product-details h3 {
     font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #000000;
}

.speacial-watches.houte-horlogerie .slider-product-details p.product-desc {
    opacity: 0.8;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
}

.speacial-watches.houte-horlogerie .slider-product-details p .product-details {
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.45px;
  text-align: right;
  color: rgba(0, 38, 123, 0.79);  background: transparent;  border: 0;
	cursor: pointer;
}

.speacial-watches.houte-horlogerie .slider-product-details p .product-details:hover{
  color: #06144a;
}

.speacial-watches.houte-horlogerie .slider-product-details h3 {
    min-height: 35px;
}
.speacial-watches.houte-horlogerie .slider-product-details .inner {
    padding: 0px;
    padding-top: 50px;
}

.speacial-watches .owl-nav .material-icons {
    font-size: 33px;
    margin-top: 8px;
}

/* =================== recommendations-description ================ */
.recommendations-description{
    max-width: 978px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 76px 0;
}
.recommendations-description-list .recommendations-list-title{
    background-color: #003087;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    padding: 12px 10px;
    letter-spacing: 0.74px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.news-article-top-section p {
    max-width: 100%;
    width: 100%;
    padding: 19px 15px 97px;
}

.contact-form.contactus-form form button{
    margin-top: 55px;
}
.contact-description {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #3e424c;
    margin-bottom: 35px;
    padding: 0 21px;
}

.contact-form.contactus-form form textarea {
    height: 156px !important;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    margin-bottom: 85px !important;
}
.contact-form.contactus-form form input{
    margin-bottom: 65px !important;
}

.contact-us-outer .signup-title {
    padding-top: 62px;
}

.modal-field-dilog{
  max-width: 750px;
    width: 100%;
}

.modal-field-dilog .modal-body{
  padding:0 40px 40px;
}

.modal-field-body-title h3{
      text-align: center;
    color: #082694;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.modal-field-body-outer{
  display:flex;
}
.brand-brand-list-left{
    width:50%;
}
.brand-brand-list-left ul li{
   font-size:14px;
}
.brand-brand-list-right{
   width:50%;
}
.brand-brand-list-right ul li{
   display:block;
    font-size: 13px;
     padding-bottom: 8px;
}

.brand-brand-list-right ul li span{
  font-weight: bold;
    color: #403e3e;
    font-size: 14px;
    text-transform: uppercase;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container{height: 100%;
    display: flex;}
.horizontal-images.content_over_watchs ul, .vertical-images.content_over_watchs ul{
    display: flex;
}
	
.horizontal-images.content_over_watchs li{  height: 100%;
    display: flex;}
.horizontal-images.content_over_watchs li img{background:transparent !important;    max-height: 100%;}	


/*07_04_2020*/
.collection-container.for-mobile{
display:none;
}
.mobile-collection-slider .collection-slider-item .image-container{
    width:265px;
    height:335px;
    margin: auto;
    margin-bottom: 32px;
}
.mobile-collection-slider .collection-slider-item .image-container img{
    width: 100%;
    height:100%;
    object-fit: contain;
}
.mobile-collection-slider .collection-slider-item {
    padding: 0 5px;
    text-align: center;
    max-width: 568px;
    margin: auto;
}
.mobile-collection-slider .collection-slider-item .collection-block-heading{
    margin-bottom: 22px;
}
.mobile-collection-slider .collection-slider-item .collection-block-heading a,
.mobile-collection-slider .collection-slider-item .collection-block-heading a:hover{
    color: #000000;
    text-decoration:none;
}
.mobile-collection-slider .collection-slider-item .collection-block-heading > img{
    width: 32px !important;
    height: auto;
    display: inline-block;
}
.collection-item-mobile-slider{
    max-width:400px;
    margin: auto;
}

.collection-item-mobile-slider .mobile-collection-slider{
    position: relative;
}
.collection-item-mobile-slider .mobile-collection-slider .owl-nav button{
    position: absolute;
    top: 125px;
color:#02329f;
font-size:45px;
}
.collection-item-mobile-slider .mobile-collection-slider .owl-nav button.owl-prev{
left:0;
}
.collection-item-mobile-slider .mobile-collection-slider .owl-nav button.owl-next{
   right:0;
    }
    .over-the-year-img{
        height: 375px;
    }
    .mobile-details-box-new{
        display:none;
    }

button.btn.btn-secondary.closebtn, button.btn.btn-secondary.closebtn:focus {
    background: none;
    color: #000;
    border: none;
    text-align: center;
    padding: 12px;
    width: 54px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
	outline: none;
	box-shadow: none;
}

.btn-secondary.closebtn:not(:disabled):not(.disabled):active
{
    background: none;
    color: #000;
    border: none;
    text-align: center;
    padding: 12px;
    width: 54px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
	box-shadow: none;
}

.searchpage .social-media-heading{    margin-bottom: 60px;
    margin-top: 20px;}
.searchpage .social-mendi-content-container{margin-bottom:40px}	
.searchpage .banner-img-container{min-height:280px}
.searchpage .banner_section {
    min-height: auto !important;
    height: auto !important;
}
.searchform{
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.94);
    top: 0;
    z-index: 10;
    justify-content: center;
    padding-bottom: 150px;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    display:none;
}
.searchform.show{display: flex;}
.searchform .form_email{
    font-size: 40px;
    width: 60%;
    margin: 40px auto;
    border: none;
    font-weight: 600;
    background: transparent;
    border-bottom: #c5cdeeab 1px solid;
    box-shadow: rgba(156, 158, 162, 0.27) 0px 3px 0px 0px;
}
.searchform .form_email:focus{  box-shadow: rgba(156, 158, 162, 0.27) 0px 3px 0px 0px;

    outline: none;}
.searchform  .btn-one{
    position: relative;
    display: block;
    width: 300px;
    height: 60px;
    border-radius: 1px;
    border: solid 1px #003087;
    background-color: #003087;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.42px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.3s;
    max-width: 100%;
    }
body.sticky{height:100%; overflow:hidden}
.searchform .close_search{position: absolute;
    top: 45px;
    right: 30px;
    color: #000;}
.searchform .close_search i{font-size:30px}
.search_results{max-width:1400px; margin:auto}
.search_results .search_results_each{margin-bottom:40px;}
.search_results .search_results_each a{
	color:#000;
}
.search_results .search_results_each a:hover{text-decoration:underline}
.search_page .form_email{
    margin: 0px 0px 0px 20px;
    height: 60px;
    padding: 0px 10px;
    border: #092460 1px solid;
}
.search_page  {
   
font-size: 35px;
   
font-weight: 500;
   
margin: auto;
   
line-height: 1.37;
   
letter-spacing: 0.24px;
   
text-transform: uppercase;
   
display: flex;
   
align-items: center;
   
justify-content: center;
}
.search_page .btn-one {
    position: relative;
    display: block;
    width: 220px;
    height: 60px;
    border-radius: 1px;
    border: solid 1px #003087;
    background-color: #003087;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.42px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0;
    cursor: pointer;
    transition: 0.3s;
    max-width: 100%;
}

.left{
    justify-content: flex-start!important;
	text-align: left !important;
    
}

.right {
     justify-content: flex-end !important;
	text-align: right !important;   
}

ul.slick-dots li { display: none;}


header.fixed {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  background:#FFF;
  height: 110px;
  box-shadow: 0 2px 7px 1px rgba(122, 122, 122, 0.5);
  z-index:101;
}
.page-template-user-guide header .header_bottom .menu_right>div>a,
header.fixed .header_bottom .menu_right a{color:#000; }
.page-template-user-guide  header .header_bottom .menu_right a.location_link img,
header.fixed .header_bottom .menu_right a.location_link img{filter: invert(1);}
.page-template-user-guide header .header_bottom .menu_right button,
header.fixed .header_bottom .menu_right button{color:#000;border-color:#000}
header.fixed .headerlogo {
    text-align: center;
    position: absolute;
    top: 6px;
    transform: translate(-50%, 0%);
    left: 50%;
}
header.fixed .header_bottom {
    margin-top: 6px;
}
.admin-bar header.fixed {top:30px}
header.fixed .dropdownParent .dropdownMenu ul li a{color:#FFF}
.secondslider .slide-item {
box-shadow: rgba(195, 195, 195, 0.52) 0px 0px 20px 0px;
    
	position:relative;
	max-width:480px;
	margin:16px auto;
}
.instra_content{padding:20px;min-height: 200px;}
.secondslider .slide-item span{
    display: flex;
    font-weight: 600;
    margin-bottom: 10px;
	align-items:center;
}
.secondslider .slide-item span img{max-width: 27px;margin-right: 10px;}
.secondslider .slide-item p{
    font-size: 15px;
    height: 100px;
    overflow: hidden;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #3e424c;
    margin-bottom: 0;
    font-size: 16px;
}
.secondslider .slide-item font{
    color: #888;
    font-size: 14px;
    font-weight: 600;
    margin-top: 19px;
}
.social_in {
    position: absolute;
    top: 16px;
    right: 16px;
    max-width: 32px;
}
header.white_header.fixed .logo{display:inline}
header.white_header.fixed .whitelogo {
    display: none;
}

header.white_header.fixed .header_bottom .menu_left button {
    color: #000;
	
}

/* scrollbars */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius:15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}




/* In Menu */
/* width */
.slide-menu-container ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.slide-menu-container ::-webkit-scrollbar-track {
  background: #003087; 
}
 
/* Handle */
.slide-menu-container ::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 15px;
}

/* Handle on hover */
.slide-menu-container ::-webkit-scrollbar-thumb:hover {
  background: #FFF; 
}

span.garanty {
    font-size: 13px;
   
    text-align: right;
    left: 24px;
    bottom: 24px;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}
.arrow a{
 color: #FFF;
 /* background: #FFF; */
 /* padding: 10px; */
 /* border-radius: 100%; */
 display: inline-flex;
 align-items: center;
 /* box-shadow: #CCC 0px 0px 1px 0px; */
}
.arrow a i{
 transform: rotate(90deg); /* Equal to rotateZ(45deg) */
 font-size: 40px;
}
.arrow {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: -52px;
  height: 37px;
  left: 50%;
  transform: translate(-50%, 0);
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.last_min_back{
 text-align: center;
  margin: 0;
  position: absolute;
  top: 30px;
  
  left: 20px;
}
.last_min_back a{
    display: inline-flex;
    align-items: center;
    color: #000;
}
.last_min_back a i{
    margin-right: 8px;
}
.last_min_back a:hover{opacity:.6}


.houte-horlogerie .slider-product-details p.product-desc.more-info-button {
    min-height:70px;
   
}

.speacial-watches.houte-horlogerie .slider-product-details p .product-details.more-info-two{ padding: 10px 0px;}





#scroll_button {
  display: inline-block;
  background-color: white;
  width: 48px;
  height: 48px;
  text-align: center;
  box-shadow: 1px 4px 8px 0 rgba(42, 42, 42, 0.26);
  font-size: 12px;
  border-radius: 100%;
  position: fixed;
  bottom: 160px;
  right: 30px;
  transition: background-color .3s, 
  	opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.5s ease 0s;
}
#scroll_button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 48px;
  color: black;
}
#scroll_button:hover {
  cursor: pointer;
	bottom: 165px;
  box-shadow: 1px 8px 8px 0 rgba(42, 42, 42, 0.26);  
}
#scroll_button:active {
  background-color: grey;
}
#scroll_button.show {
  opacity: 1;
  visibility: visible;
}
.social-media-slider .item-inner {
    position: relative;
    padding-bottom: 100%;
    height: inherit !important;
}
.owl-carousel.social-media-slider .owl-item .item-inner img{    
	/*min-width: 100%;
    min-height: 100%;*/
    object-fit: cover;
    object-position: center;
    /*height: auto;*/
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
input[type="email"]:focus,
input[type="text"]:focus{outline:none}

.workshop_popup_div{
text-align:center;
}

#workshop_popup_image{
height:400px;
width:auto;
}
.onlymobile{display:none}

.form_messages{background:#003087;padding:10px;color:#FFF;display:flex;align-items:center;position:absolute;top:24px;right:24px;max-width:400px;justify-content: space-around;    box-shadow: rgba(121, 121, 121, 0.72) 0px 0px 40px 11px;}
.form_messages i{
    background: #fff;
   color:#003087;
   border-radius:100%; 
   width:30px;
   height:30px;
   line-height:30px;
   text-align:center;
}
.form_messages span{
    color: #FFF;
    width: calc(100% - 70px);
}
.pt10{padding-top:10px;}
.subtext_ita{
    font-size: 14px;
    text-align: left;
    font-style: italic;
    color: #888;
}
.contact-form .contactmethod-category-link,
.contact-form .country-category-link{border-bottom:none}
.twovideo{margin-bottom:40px}
.twovideo iframe{height:24vw}
.youtube_image{      transform: scale(2.1);
    margin-left: 8px;}
.footer_scale{ transform: scale(1.2); }

/*================= CSS 10-08-2020 =================*/

.login-form-outer .um-field-label label, .signup-form .um-field-label label {
    position: static;
    opacity: 0.9;
    font-family: Lato;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal !important;
    letter-spacing: 1.25px;
    color: #181818;
    text-transform: uppercase;
}
.login-form-outer .um .um-form input[type=text], .login-form-outer .um .um-form input[type=search], .login-form-outer .um .um-form input[type=tel], .login-form-outer .um .um-form input[type=number], .login-form-outer .um .um-form input[type=password], .login-form-outer .um .um-form textarea, .login-form-outer .um .upload-progress, .login-form-outer .select2-container .select2-choice, .login-form-outer .select2-drop, .login-form-outer .select2-container-multi .select2-choices, .login-form-outer .select2-drop-active, .login-form-outer .select2-drop.select2-drop-above, .signup-form .um .um-form input[type=text], .signup-form .um .um-form input[type=search], .signup-form .um .um-form input[type=tel], .signup-form .um .um-form input[type=number], .signup-form .um .um-form input[type=password], .signup-form .um .um-form textarea, .signup-form .um .upload-progress, .signup-form .select2-container .select2-choice, .signup-form .select2-drop, .signup-form .select2-container-multi .select2-choices, .signup-form .select2-drop-active, .signup-form .select2.select2-container .select2-selection {
    background: #ffffff;
    border: 0px !important;
    border-bottom: 2px solid rgba(151, 151, 151, 0.47) !important;
    height: 30px !important;
    font-size: 16px !important;
    padding-left: 0px !important;
    padding-right: 20px !important;
    border-radius: 0px;
    margin-bottom: 30px !important;
    transition: all 500ms ease;
}
.signup-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    display: block;
    line-height: 30px !important;
    text-transform: uppercase;
    font-size: 14px;
}
.login-form-outer .um .um-form input[type=text]:focus, .login-form-outer .um .um-form input[type=search]:focus, .login-form-outer .um .um-form input[type=tel]:focus, .login-form-outer .um .um-form input[type=number]:focus, .login-form-outer .um .um-form input[type=password]:focus, .login-form-outer .um .um-form .um-datepicker.picker__input.picker__input--active, .login-form-outer .um .um-form .um-datepicker.picker__input.picker__input--target, .login-form-outer .um .um-form textarea:focus, .signup-form .um .um-form input[type=text]:focus, .signup-form .um .um-form input[type=search]:focus, .signup-form .um .um-form input[type=tel]:focus, .signup-form .um .um-form input[type=number]:focus, .signup-form .um .um-form input[type=password]:focus, .signup-form .um .um-form .um-datepicker.picker__input.picker__input--active, .signup-form .um .um-form .um-datepicker.picker__input.picker__input--target, .signup-form .um .um-form textarea:focus, .signup-form .select2.select2-container .select2-selection:focus {
    border: 0px !important;
    border-bottom: 2px solid rgba(29, 29, 29, 1) !important;
    background: #ffffff;
    color: #222222;
    outline: none !important;
}
.signup-form .select2.select2-container .select2-selection .select2-selection__arrow:before {
    font-size: 18px !important;
}
.signup-form input[type=submit].um-button, .signup-form input[type=submit].um-button:focus, .signup-form input[type=submit].um-button, .signup-form input[type=submit].um-button:focus, .login-form-outer input[type=submit].um-button, .login-form-outer input[type=submit].um-button:focus, .login-form-outer input[type=submit].um-button, .login-form-outer input[type=submit].um-button:focus {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    border-radius: 1px !important;
    border: solid 1px #003087 !important;
    background-color: #003087 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal !important;
    letter-spacing: 1.42px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase !important;
    margin-top: 20px !important;
    transition: 0.3s;
    padding: 0 10px !important;
}
.login-form-outer input[type=submit].um-button:hover, .signup-form input[type=submit].um-button:hover {
    background: #fff !important;
    color: #003087 !important;
}
.login-form-outer a.um-link-alt {
    opacity: 0.9;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.25px;
    text-align: center;
    color: #181818 !important;
    border-bottom: 1px solid rgba(0, 11, 39, 0.33) !important;;
    padding-top: 0;
    display: table !important;
    margin: 0 auto;
}
.login-form-outer a.um-link-alt:hover {
    color: #003087 !important;
    border-bottom: 1px solid #003087 !important;
    text-decoration: none !important;
}
.login-form-outer .um-col-alt-b {
    padding-top: 12px;
}
.login-form-outer .um-field {
    padding-top: 20px;
}
.signup-form .um-2234.um {
    max-width: 92%;
}
.signup-form input[type=submit].um-button, .signup-form input[type=submit].um-button:focus, .signup-form input[type=submit].um-button, .signup-form input[type=submit].um-button:focus {
    max-width: 450px;
    margin: 0 auto;
}
.um-um_password_id.um {
    max-width: 100%;
}
.um-postmessage{
    text-align:center;
}
.retailer-button{
    margin-top:10px;
}
.brand-universe-area  .owl-carousel .owl-item img{    transform: scale(1.3); margin-left:-5%}
.houte-horlogerie {
    margin-top: 0;
}
.retail_logout{
margin: 20px 0;
display: block;
}
#whatsAppBtn {
    display: inline-block;
    /*background-color: white;*/
    width: 48px;
    height: 48px;
    text-align: center;
    /*box-shadow: 1px 4px 8px 0 rgba(42, 42, 42, 0.26);*/
    box-shadow: 0 0 8px 0 #fff;
    border-radius: 100%;
    position: fixed;
    bottom: 90px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
    transition: all 0.5s ease 0s;
}
#whatsAppBtn img {
    max-width: 100%;
}

.brand-boxes.brand-padding {
    padding: 0 !important;
}
.brand-boxes.brand-padding:first-of-type {
    padding: 0 0 80px !important;
}
.brand-boxes.brand-padding:last-of-type {
    padding: 0 0 80px !important;
}




#whatsAppBtn {
    display: inline-block;
    /*background-color: white;*/
    width: 48px;
    height: 48px;
    text-align: center;
    /*box-shadow: 1px 4px 8px 0 rgba(42, 42, 42, 0.26);*/
    /*box-shadow: 0 0 8px 0 #fff;
    border-radius: 100%;*/
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
    transition: all 0.5s ease 0s;
	box-shadow: 1px 4px 8px 0 rgba(42, 42, 42, 0.26);
    border-radius: 100%;
}
a#whatsAppBtn:hover {
    cursor: pointer;
    bottom: 34px;
    box-shadow: 1px 8px 8px 0 rgba(42, 42, 42, 0.26);
}
#whatsAppBtn img {
    max-width: 100%;
}

#contactBtn {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    position: fixed;
    bottom: 92px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
    transition: all 0.5s ease 0s;
	box-shadow: 1px 4px 8px 0 rgba(42, 42, 42, 0.26);
    border-radius: 100%;
}
a#contactBtn:hover {
    cursor: pointer;
    bottom: 97px;
    box-shadow: 1px 8px 8px 0 rgba(42, 42, 42, 0.26);
}
#contactBtn img {
    max-width: 100%;
}

.banner-text-black{
	color: black;
}
.banner-text-white{
	color: white;
}

.privacy-content{
    padding: 24px;
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.privacy-content h2{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.51;
    letter-spacing: 0.27px;
    color: #03102f;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.privacy-content h3{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.51;
    letter-spacing: 0.27px;
    color: #03102f;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.privacy-content h4{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.51;
    letter-spacing: 0.27px;
    color: #03102f;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.privacy-content .has-text-align-left {
    margin: 0 0 25px;
}
.privacy-content p{
    color: #3e424c;
    font-size: 16px;
}
.privacy-content ul{

}
.privacy-content ul li{
    padding: 8px 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.successful-item{
    position: relative;
    overflow: hidden;
}
.bannerContent{
    position: absolute;    
    left: 0px;
    top: 0%;
    width: 100%;
    height: 100%;
}
.bannerContent h1{
    width: 100%;
    max-width: 745px;
    font-size: 35px;
    font-weight: 500;
    margin: 0 auto 30px;
    line-height: 1.37;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    text-align: left;
}
.banner_inner_content_inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 190px 40px 0;
}

.successful-item-box{
    position: relative;
    height: 650px;
}
.successful-item-box img{
    height: 100% !important;
    min-height: 100% !important;
}
.successful-item-box video {    
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.banner_section {
    min-height: 977px !important;
}