@charset "UTF-8";
.color-light-gray {
    background-color: #919193;
}

.color-white {
    color: #ffffff !important;
}

html {
    position: relative;
    min-height: 100%;
    width: 100%;
    max-width: 100%;
}

body,
* {
    font-family: 'Manrope', sans-serif;
}

body {
    font-family: 'Manrope', sans-serif;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (max-width: 991.99px) {
    body.controller {
        overflow: hidden;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.h1,
h1 {
    font-size: 3rem;
}

.container {
    max-width: 1260px !important;
}

:-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #38383b;
}

:-moz-placeholder {
    /* Firefox 19+ */
    color: #38383b;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #38383b;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #38383b;
}

a {
    color: #009fbf;
}

.separator {
    opacity: 0.5;
    background-color: #38383b;
    height: 0px;
    width: 200px;
    margin: 2rem auto;
}

@media (max-width: 767.98px) {
    .separator {
        margin: 1rem auto;
    }
}

.form-control {
    border-width: 0 0 2px 0;
    border-color: #4a4b4d;
    border-radius: 0;
    background: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4a4b4d;
    margin-right: 0.9375rem;
    width: 100%;
    padding: 0;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0.45rem 1rem 0.55rem;
    min-width: 190px;
}

@media (max-width: 320px) {
    .btn {
        min-width: 150px;
    }
}

.btn.white {
    background: transparent;
    border-radius: 0;
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #ffffff;
}

.btn.white.fill {
    background-color: #ffffff;
    color: #38383b;
}

.btn.white:hover {
    background: #ffffff;
    color: #38383b;
    border: 1px solid #ffffff;
}

.btn.black {
    background: transparent;
    border-radius: 0;
    color: #38383b;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #38383b;
}

.btn.black:hover {
    background: #38383b;
    color: white;
}

.btn.black.fill {
    background: #38383b;
    color: white;
}

@media (max-width: 575.98px) {
    .btn.black.fill {
        width: 100%;
    }
}

.btn.black.fill-gray {
    background: #ebebec;
    color: #919193;
    border: 1px solid #ebebec;
    min-width: 80px;
}

@media (max-width: 575.98px) {
    .btn.black.fill-gray {
        width: 100%;
    }
}

.btn.black .plus {
    background: url('../images/icon-plus.svg') left top no-repeat;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 2px;
    margin-right: 10px;
}

.btn.black.btn-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.81rem 1rem 0.82rem;
}

.btn.black.btn-filter[aria-expanded='true'] {
    background: #38383b;
    color: #ffffff;
}

.btn.black.btn-filter[aria-expanded='true'] .filter {
    background: url('../images/icon-control-white.png') left 1px no-repeat;
}

.btn.black.btn-filter.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.black.btn-filter.dropdown-toggle::after {
    display: none;
}

.btn.black.btn-filter .filter {
    background: url('../images/icon-control.png') left 1px no-repeat;
    width: 24px;
    height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0px;
    margin-right: 15px;
}

.btn.black.btn-filter:hover .filter {
    background: url('../images/icon-control-white.png') left 1px no-repeat;
}

.btn.black.btn-filter:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.orange {
    background: transparent;
    border-radius: 0;
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #ffd580;
}

.btn.orange.fill {
    background-color: #ffd580;
    color: #38383b;
}

.btn.orange:hover {
    background: #ffd580;
    color: #38383b;
    border: 1px solid #ffd580;
}

.btn.btn-sticky-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffd580;
    border: 1px solid #ffd580;
    z-index: 9;
    display: none;
}

@media (max-width: 767.98px) {
    .btn.btn-sticky-mobile {
        display: block;
    }
}

.btn.btn-text {
    font-size: 0.8rem;
    letter-spacing: 0.26px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-text::before {
    content: '';
    left: auto;
    top: 22%;
    position: absolute;
    width: 19px;
    height: 15px;
    display: block;
    background: url('../images/arrow-down.png') left top no-repeat;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-right: 1rem;
}

.btn.btn-text[aria-expanded='true']::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-btn-wrapper {
    padding: 2rem 0;
    text-align: center;
}

@media (max-width: 767.98px) {
    .section-btn-wrapper {
        padding: 0rem 10px 1rem 10px;
    }
    .section-btn-wrapper .btn {
        display: block;
    }
}

.bg-gray {
    background-color: #f5f5f5;
}

.top-bar {
    background: #38383b;
    position: relative;
    padding: 0.8rem 0;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

.top-bar .top-bar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .top-bar .top-bar-nav {
        display: block;
    }
    .top-bar .top-bar-nav ul {
        margin: 10px 0 5px 0px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .top-bar .top-bar-nav ul:last-child {
        margin: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .top-bar .top-bar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top-bar .top-bar-nav ul {
        margin: auto !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .top-bar .top-bar-nav ul.right-links {
        display: none;
    }
}

.top-bar .top-bar-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.top-bar .top-bar-nav ul li {
    color: #ffffff;
    padding: 4px 20px;
    list-style: none;
    position: relative;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar .top-bar-nav ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    width: 1px;
    height: 26px;
    display: block;
    border-right: solid 1px #ffffff;
    opacity: 0.5;
}

.top-bar .top-bar-nav ul li:first-child {
    padding-left: 0px;
}

.top-bar .top-bar-nav ul li:last-child {
    padding-right: 0px;
}

.top-bar .top-bar-nav ul li:last-child::before {
    display: none;
}

.top-bar .top-bar-nav ul li a {
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .top-bar .top-bar-nav ul li {
        padding: 4px 10px;
        font-size: 11px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .top-bar-nav ul li::before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .top-bar .top-bar-nav ul li {
        padding: 0;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .top-bar .top-bar-nav ul li:last-child {
        margin-bottom: 0;
    }
}

header {
    background: #ffffff;
    padding: 0.9rem 0 0.5rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

@media (max-width: 991.98px) {
    header {
        padding-bottom: 0;
        padding-top: 0;
        z-index: 99;
    }
}

@media (max-width: 991.98px) {
    header .container {
        padding: 0;
    }
}

header .navbar {
    position: relative;
    display: inline-block;
    -webkit-transform: none;
    transform: none;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

header .navbar .navbar-toggler {
    padding: 1.3rem 1rem 1.7rem 1rem;
    margin-right: 1rem;
    outline: none;
}

header .navbar .navbar-toggler .navbar-toggler-icon {
    background: url('../images/icon-menu.svg') left top no-repeat;
    width: 1.5em;
    height: 17px;
}

header .navbar .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
    background: url('../images/close-menu.png') center top no-repeat;
    height: 23px;
}

header .navbar .logo-bar {
    margin: 0 0 1rem;
}

header nav {
    padding: 0 !important;
    z-index: 999;
    position: relative;
}

header nav .navbar-brand {
    width: 179px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: auto;
}

@media (max-width: 991.98px) {
    header nav .navbar-brand {
        width: 115px;
        left: 0;
        right: auto;
        top: 15px;
        margin-left: 4.5rem;
    }
}

header nav .navbar-brand img {
    width: 100%;
}

header nav .navbar-nav .nav-item {
    margin: 0 2rem 0 0;
    -webkit-transition: margin 0.25s ease;
    transition: margin 0.25s ease;
    position: static;
}

header nav .navbar-nav .nav-item .nav-link {
    position: relative;
    color: #38383b;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0.85rem 0;
    border-bottom: solid 2px transparent;
}

header nav .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    background: url('../images/icon-nav-arrow.svg') left top no-repeat;
    border: none;
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    right: -15px;
    top: 42%;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header nav .navbar-nav .nav-item.dropdown.show .nav-link {
    border-bottom: solid 2px #000;
}

header nav .navbar-nav .nav-item.dropdown.show .nav-link.dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 100%;
    padding: 3rem;
    border: none;
    border-top: solid 1px #ebebeb;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
}

@media (max-width: 991.98px) {
    header nav .navbar-nav .nav-item.dropdown .dropdown-menu {
        padding: 1.5rem;
    }
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu .sep::before {
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    height: 178px;
    width: 1px;
    background-color: #d7d7d8;
    display: block;
}

@media (max-width: 1200px) {
    header nav .navbar-nav .nav-item.dropdown .dropdown-menu .sep::before {
        display: none;
    }
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu h4 {
    color: #38383b;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu ul {
    margin: 0;
    padding: 0;
}

@media (max-width: 575.98px) {
    header nav .navbar-nav .nav-item.dropdown .dropdown-menu ul {
        margin-left: 1rem;
    }
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu ul li {
    list-style: none;
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu ul li a {
    color: #38383b;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 38px;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    header nav .navbar-nav .nav-item.dropdown .dropdown-menu ul li a {
        line-height: 34px;
        font-size: 12px;
    }
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-card {
    height: 178px;
    position: relative;
    z-index: 0;
}

@media (max-width: 991.98px) {
    header nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-card {
        margin-top: 1rem;
    }
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-card::before {
    background: url('../images/verlauf.png') left bottom no-repeat;
    background-size: cover;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-card img {
    max-width: 100%;
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-card .nav-card-text {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    width: 100%;
    padding: 1rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    header nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-card .nav-card-text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
    }
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-card .nav-card-text h4 {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 28px;
    margin-right: 2.5rem;
    font-weight: normal;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    header nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-card .nav-card-text h4 {
        margin-right: 1.5rem;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    header nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-card .nav-card-text h4 {
        margin-right: 1rem;
        font-size: 14px;
    }
}

header nav .navbar-nav .nav-item.dropdown .dropdown-menu .nav-card .nav-card-text .btn {
    min-width: 120px;
}

header nav .navbar-nav.navbar-right {
    position: absolute;
    right: 0;
    top: -5px;
}

@media (max-width: 991.98px) {
    header nav .navbar-nav.navbar-right {
        top: 8px;
        left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 1rem;
    }
}

header nav .navbar-nav.navbar-right .nav-item {
    margin: 0 0rem 0 1.5rem;
}

@media (max-width: 1100px) {
    header nav .navbar-nav.navbar-right .nav-item {
        margin: 0 0rem 0 1rem;
    }
}

@media (max-width: 991.98px) {
    header nav .navbar-nav.navbar-right .nav-item {
        margin: 0 0rem 0 1.5rem;
    }
}

@media (max-width: 374.98px) {
    header nav .navbar-nav.navbar-right .nav-item {
        margin: 0 0rem 0 0.5rem;
    }
}

@media (min-width: 991.98px) and (max-width: 1100px) {
    header nav .navbar-nav.navbar-right .nav-item {
        margin: 0 0rem 0 0.5rem;
    }
}

header nav .navbar-nav.navbar-right .nav-item .nav-link {
    font-size: 13px;
    text-transform: none;
}

@media (max-width: 1100px) {
    header nav .navbar-nav.navbar-right .nav-item .nav-link {
        font-size: 12px;
    }
}

@media (max-width: 991.98px) {
    header nav .navbar-nav.navbar-right .nav-item .nav-link span {
        display: none;
    }
}

header nav .navbar-nav.navbar-right .nav-item .nav-link i {
    margin-right: 10px;
    display: inline-block;
}

@media (min-width: 991.98px) and (max-width: 1100px) {
    header nav .navbar-nav.navbar-right .nav-item .nav-link i {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 991.98px) and (max-width: 1100px) {
    header nav .navbar-nav.navbar-right .nav-item .nav-link i {
        margin-right: 5px;
    }
}

header nav .navbar-nav.navbar-right .nav-item .nav-link i img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1024px) {
    header nav .navbar-nav.navbar-right .nav-item .nav-link {
        font-size: 12px;
    }
}

header.affix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
}

header.affix nav .navbar-brand {
    width: 130px;
    top: 0px;
}

@media (max-width: 991.98px) {
    header.affix nav .navbar-brand {
        width: 108px;
        top: 15px;
    }
}

header .right-links-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    header .navbar-collapse {
        border-top: solid 1px transparent;
    }
    header .navbar-collapse.show {
        border-top: solid 1px #d7d7d8;
        overflow-y: auto;
        height: 100vh;
        padding-bottom: 4.6rem;
    }
    header .navbar-collapse .navbar-nav {
        margin: 0 1rem;
    }
    header .navbar-collapse .navbar-nav .nav-item {
        border-bottom: solid 1px #d7d7d8;
        margin-right: 0;
    }
    header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin-top: 0;
        margin-bottom: 0.5rem;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 1rem;
    }
    header .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link {
        padding: 1rem 0;
        outline: none;
    }
    header .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle::after {
        right: 0;
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
    }
    header .navbar-collapse .navbar-nav .nav-item.dropdown.show .nav-link {
        border-bottom: solid 3px #000;
    }
    header .navbar-collapse .right-links-mobile {
        display: block;
        background: #38383b;
        padding: 0;
        margin-bottom: 0;
    }
    header .navbar-collapse .right-links-mobile li {
        list-style: none;
        border-bottom: solid 1px #ffffff;
    }
    header .navbar-collapse .right-links-mobile li:last-child {
        border-bottom: none;
    }
    header .navbar-collapse .right-links-mobile li a {
        color: #ffffff;
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 14px;
        text-align: left;
        padding: 1rem;
        display: block;
        text-transform: uppercase;
    }
}

.welcome-inner {
    background-size: cover;
    overflow: hidden;
    height: 567px;
    position: relative;
}

.welcome-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, black, black);
    opacity: 0.3;
    z-index: 1;
}

.welcome-inner img.welcome-inner-banner-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 567px;
}

@media screen and (max-width: 768px) {
    .welcome-inner img.welcome-inner-banner-img {
        height: 460px;
    }
}

@media screen and (max-width: 575px) {
    .welcome-inner img.welcome-inner-banner-img {
        height: 250px;
    }
}

.welcome-inner .home {
    text-align: left;
}

.welcome-inner .home .caption {
    position: absolute;
    top: 0;
    max-width: 670px;
    z-index: 2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .welcome-inner .home .caption {
        padding: 1rem;
        max-width: 670px;
    }
}

@media screen and (max-width: 575px) {
    .welcome-inner .home .caption {
        padding: 1rem;
        max-width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .welcome-inner .home .caption {
        padding: 0.5rem;
    }
}

.welcome-inner .home .caption h4 {
    color: #ffffff;
    text-transform: inherit;
    font-size: 2.75rem;
    letter-spacing: 1px;
    line-height: 3.3125rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .welcome-inner .home .caption h4 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .welcome-inner .home .caption h4 {
        font-size: 26px;
        line-height: 35px;
    }
}

.welcome-inner .home .caption p {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .welcome-inner .home .caption p {
        margin-bottom: 1rem;
        font-size: 14px;
        line-height: 26px;
    }
}

.welcome-inner .home .caption .btn-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .welcome-inner .home .caption .btn-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: inline-block;
    }
}

.welcome-inner .home .caption .btn-actions .btn {
    margin-right: 2rem;
    padding: 0.45rem 2rem 0.55rem;
}

@media screen and (max-width: 768px) {
    .welcome-inner .home .caption .btn-actions .btn {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .welcome-inner .home .caption .btn-actions .btn {
        padding: 0.45rem 1rem 0.55rem;
    }
}

.welcome-inner .home .caption.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    left: 0;
    padding: 1rem;
    text-align: center;
}

.welcome-inner .home .caption.center .btn-actions .btn {
    display: block;
}

@media screen and (max-width: 768px) {
    .welcome-inner .home .caption.center .btn-actions .btn {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .welcome-inner {
        height: 460px;
    }
    .welcome-inner img.welcome-banner-img {
        height: 460px;
    }
}

@media screen and (max-width: 768px) {
    .welcome-inner {
        height: 460px;
    }
    .welcome-inner img.welcome-banner-img {
        height: 460px;
    }
}

@media screen and (max-width: 575px) {
    .welcome-inner {
        height: 250px;
    }
    .welcome-inner img.welcome-banner-img {
        height: 250px;
    }
}

@media (max-width: 767.98px) {
    .welcome-inner.welcome-mobile {
        height: auto;
        position: static;
    }
    .welcome-inner.welcome-mobile::after {
        display: none;
    }
    .welcome-inner.welcome-mobile .home {
        height: 250px;
        position: relative;
    }
    .welcome-inner.welcome-mobile .home::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(120deg, black, black);
        opacity: 0.3;
        z-index: 1;
    }
    .welcome-inner.welcome-mobile .welcome-inner-banner-img {
        height: 250px;
    }
    .welcome-inner.welcome-mobile .caption-mobile {
        padding: 1rem;
        padding-bottom: 0;
    }
    .welcome-inner.welcome-mobile .caption-mobile p {
        opacity: 0.7;
        color: #535357;
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: center;
    }
}

main section.welcome-wrapper {
    background: url('../images/welcome-bg.png') left top no-repeat;
    background-color: #f5f5f5;
}

main section.welcome-wrapper.product-detail-outer {
    background-size: cover;
}

main section.welcome-wrapper .welcome-content {
    padding-bottom: 4rem;
}

@media (max-width: 767.98px) {
    main section.welcome-wrapper .welcome-content {
        padding-bottom: 2rem;
    }
}

main section.welcome-wrapper .welcome-content .luxury-watch-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (max-width: 767.98px) {
    main section.welcome-wrapper .welcome-content .luxury-watch-box {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
        height: 100%;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
    }
}

@media (min-width: 768px) {
    main section.welcome-wrapper .welcome-content .luxury-watch-box {
        height: 224px;
    }
    main section.welcome-wrapper .welcome-content .luxury-watch-box:hover {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
    }
    main section.welcome-wrapper .welcome-content .luxury-watch-box:hover .btn.black {
        background-color: #38383b;
        color: #ffffff;
    }
}

@media (max-width: 767.98px) {
    main section.welcome-wrapper .welcome-content .luxury-watch-box .luxury-watch-box-img {
        margin: auto;
        height: 190px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    main section.welcome-wrapper .welcome-content .luxury-watch-box .luxury-watch-box-img img {
        max-width: 160px;
    }
}

main section.welcome-wrapper .welcome-content .luxury-watch-box .luxury-watch-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (max-width: 767.98px) {
    main section.welcome-wrapper .welcome-content .luxury-watch-box .luxury-watch-text {
        padding: 0 1rem 0.5rem;
    }
}

main section.welcome-wrapper .welcome-content .luxury-watch-box .luxury-watch-text h4 {
    color: #38383b;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    main section.welcome-wrapper .welcome-content .luxury-watch-box .luxury-watch-text h4 {
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 18px;
        margin-bottom: 5px;
        font-weight: 500;
    }
}

main section.welcome-wrapper .welcome-content .luxury-watch-box .luxury-watch-text p {
    color: #38383b;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 23px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 12px;
}

@media (max-width: 767.98px) {
    main section.welcome-wrapper .welcome-content .luxury-watch-box .luxury-watch-text p {
        font-size: 13px;
        letter-spacing: 0.3px;
        line-height: 15px;
        margin-bottom: 8px;
        font-weight: 500;
    }
}

main section.welcome-wrapper .welcome-content .luxury-watch-box .luxury-watch-text a {
    text-decoration: none;
}

main section.welcome-wrapper .welcome-content .luxury-watch-box .luxury-watch-text .btn.black {
    font-size: 13px;
}

.how-it-works {
    background-color: #f5f5f5;
    text-align: center;
    padding: 0rem 0 1rem 0;
}

.how-it-works .how-it-works-boxes {
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .how-it-works .how-it-works-boxes {
        margin-bottom: 0rem;
    }
}

.how-it-works .how-it-works-boxes .owl-item:last-child .works-item::before {
    display: none;
}

.how-it-works .how-it-works-boxes .works-item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 1rem;
}

.how-it-works .how-it-works-boxes .works-item::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 10px;
    width: 24px;
    height: 44px;
    display: block;
    background: url('../images/arrow-right.png') right top no-repeat;
}

@media (max-width: 990px) {
    .how-it-works .how-it-works-boxes .works-item::before {
        display: none;
    }
}

.how-it-works .how-it-works-boxes .works-item span {
    display: block;
    margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
    .how-it-works .how-it-works-boxes .works-item span {
        margin-bottom: 2rem;
    }
}

.how-it-works .how-it-works-boxes .works-item span img {
    width: auto;
}

.how-it-works .how-it-works-boxes .works-item h3 {
    color: #38383b;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.how-it-works .how-it-works-boxes .works-item p {
    color: #38383b;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23px;
    text-align: center;
}

.how-it-works .how-it-works-boxes .owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.how-it-works .how-it-works-boxes .owl-nav .owl-prev {
    width: 24px;
    height: 44px;
    display: block;
    background: url('../images/arrow-left.png') left top no-repeat;
    text-indent: -9999px;
    position: absolute;
    left: 5%;
    top: 10px;
    outline: none;
}

.how-it-works .how-it-works-boxes .owl-nav .owl-next {
    width: 24px;
    height: 44px;
    display: block;
    background: url('../images/arrow-right.png') right top no-repeat;
    text-indent: -9999px;
    position: absolute;
    right: 5%;
    left: auto;
    top: 10px;
    outline: none;
}

.how-it-works .how-it-works-boxes .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.7rem 0 1rem 0;
}

.how-it-works .how-it-works-boxes .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 5px;
    opacity: 0.5;
    border: 1px solid #38383b;
    border-radius: 50px;
    outline: none;
}

.how-it-works .how-it-works-boxes .owl-dots .owl-dot.active {
    opacity: 1;
    background-color: #38383b;
}

.what-we-offer {
    text-align: center;
}

.what-we-offer .offers-item {
    background-color: rgba(228, 223, 194, 0.4);
    padding: 2rem;
    border-radius: 1rem;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1.875rem;
}

@media screen and (max-width: 767.98px) {
    .what-we-offer .offers-item {
        margin-bottom: 1rem;
    }
}

.what-we-offer .offers-item h4 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.what-we-offer .offers-item p {
    color: #38383b;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: center;
}

.what-we-offer .offers-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
}

.what-we-offer .offers-item span img {
    width: auto;
}

.what-we-offer .main-text p {
    margin: 0 auto;
    font-size: 0.9rem;
    max-width: 730px;
}

.what-we-offer .main-text h4 {
    margin: 1rem 0;
    text-align: center;
    max-width: 100%;
}

.sell-with-us {
    padding: 2rem 0 0;
}

.sell-with-us .img-wrap img {
    width: 100%;
    height: 615px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 991.98px) {
    .sell-with-us .img-wrap img {
        height: 415px;
    }
}

@media screen and (max-width: 767.98px) {
    .sell-with-us .img-wrap img {
        height: 366px;
    }
}

.sell-with-us .main-text {
    text-align: left;
    padding-top: 0;
}

.sell-with-us .main-text h4 {
    text-align: left;
    margin: 1rem 0;
}

.purchase-watches {
    background-color: rgba(228, 223, 194, 0.4);
    display: inline-block;
    width: 100%;
    padding: 0 2rem 5rem;
    border-radius: 10px;
}

@media screen and (max-width: 767.98px) {
    .purchase-watches {
        padding: 0 0 2rem 0;
    }
}

.purchase-watches .main-text p {
    font-size: 1.15rem;
    color: rgba(64, 64, 68, 0.7);
    letter-spacing: 0.4px;
    line-height: 2rem;
}

@media screen and (max-width: 767.98px) {
    .purchase-watches .main-text p {
        font-size: 14px;
        letter-spacing: 0.3px;
        line-height: 26px;
        text-align: center;
    }
}

.purchase-watches ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
}

.purchase-watches ul li {
    float: left;
    padding-left: 1rem;
    list-style: none;
    line-height: 2;
    letter-spacing: 0.4px;
    font-size: 1rem;
    color: #38383b;
}

@media screen and (max-width: 767.98px) {
    .purchase-watches ul.bullet-list {
        margin-left: 0;
        padding: 0 1rem 1rem 1rem;
    }
}

@media screen and (max-width: 574.98px) {
    .purchase-watches ul.bullet-list li {
        font-size: 14px;
        padding-left: 0;
    }
}

.purchase-watches ul.bullet-list li:first-child {
    line-height: 1.9;
}

.purchase-watches ul.bullet-list li:first-child:before {
    display: none;
}

.purchase-watches ul.bullet-list li:before {
    content: '•';
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.purchase-watches ul.bullet-list li a {
    color: #38383b;
    letter-spacing: 0.4px;
    font-size: 1rem;
}

.purchase-watches ul.arrow-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 767.98px) {
    .purchase-watches ul.arrow-list {
        margin-left: 0;
        padding: 0 1rem 1rem 1rem;
    }
}

.purchase-watches ul.arrow-list li {
    min-width: 25%;
    color: #38383b;
}

@media screen and (max-width: 1000px) {
    .purchase-watches ul.arrow-list li {
        min-width: 50%;
    }
}

@media screen and (max-width: 574.98px) {
    .purchase-watches ul.arrow-list li {
        font-size: 14px;
        padding-left: 0;
    }
}

@media screen and (max-width: 320px) {
    .purchase-watches ul.arrow-list li {
        min-width: 100%;
    }
}

.purchase-watches ul.arrow-list li:before {
    content: '';
    background: url(../images/icon-bullet-arrow.png) center 7px no-repeat;
    width: 12px;
    height: 25px;
    float: left;
    background-size: 12px;
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.purchase-watches ul.arrow-list li a {
    color: #38383b;
    line-height: 1.5;
    letter-spacing: 0.4px;
    font-size: 1rem;
}

@media screen and (max-width: 574.98px) {
    .purchase-watches ul.arrow-list li a {
        font-size: 14px;
    }
}

.main-text {
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 4rem 0;
}

.main-text.full-width {
    max-width: 90%;
}

.main-text.left {
    text-align: left;
}

.main-text.left h4 {
    text-align: left;
    margin-left: 0;
}

.main-text.right {
    text-align: right;
}

.main-text.right h4 {
    text-align: right;
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .main-text {
        padding: 1rem;
    }
}

.main-text h2 {
    color: #38383b;
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 53px;
}

@media (max-width: 767.98px) {
    .main-text h2 {
        padding: 1rem 0;
        font-size: 26px;
        letter-spacing: 0.59px;
        line-height: 31px;
    }
}

@media (max-width: 320px) {
    .main-text h2 {
        padding: 0;
    }
}

.main-text h3 {
    color: #38383b;
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 41px;
}

@media (max-width: 767.98px) {
    .main-text h3 {
        padding: 1rem 0;
        font-size: 26px;
        letter-spacing: 0.59px;
        line-height: 31px;
    }
}

@media (max-width: 320px) {
    .main-text h3 {
        padding: 0;
    }
}

.main-text h4 {
    color: #49494d;
    opacity: 0.8;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 30px;
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 767.98px) {
    .main-text h4 {
        margin-bottom: 1.5rem;
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 20px;
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .main-text h4 {
        margin-top: 1rem;
    }
}

.main-text p {
    color: #404044;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .main-text p {
        margin-bottom: 1rem;
        font-size: 14px;
        line-height: 26px;
    }
}

.main-text .btn.black {
    margin-top: 1rem;
}

.arrow-down {
    position: relative;
    width: 100%;
    padding: 1.5rem 0 0.5rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow-down:before {
    content: '';
    width: 44px;
    height: 25px;
    display: block;
    display: block;
    background: url(../images/arrow-down-gray.png) right top no-repeat;
}

.img-text-section {
    padding: 0 0 5rem;
}

.media-cta-wrapper.two-col .media-cta {
    padding-bottom: 4rem;
}

@media screen and (max-width: 767.98px) {
    .media-cta-wrapper.two-col .media-cta {
        padding-bottom: 1rem;
    }
}

.media-cta-wrapper .media-cta {
    padding-bottom: 1rem;
}

.media-cta-wrapper .media-cta .media-cta-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767.98px) {
    .media-cta-wrapper .media-cta .media-cta-img img {
        height: 326px;
    }
}

@media screen and (max-width: 574.98px) {
    .media-cta-wrapper .media-cta .media-cta-img img {
        height: 250px;
    }
}

.media-cta-wrapper .media-cta .media-cta-text {
    padding: 1rem 2rem;
}

@media screen and (max-width: 767.98px) {
    .media-cta-wrapper .media-cta .media-cta-text {
        padding: 1rem;
    }
}

.media-cta-wrapper .media-cta .media-cta-text h4 {
    color: #49494d;
    font-size: 2.125rem;
    letter-spacing: 0.77px;
    line-height: 41px;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767.98px) {
    .media-cta-wrapper .media-cta .media-cta-text h4 {
        font-size: 1.75rem;
    }
}

.media-cta-wrapper .media-cta .media-cta-text p {
    color: #49494d;
    font-size: 1rem;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767.98px) {
    .media-cta-wrapper .media-cta .media-cta-text p {
        font-size: 0.8rem;
    }
}

/* FAQ START */
.faq-wrapper {
    padding: 5rem 0 0;
}

@media screen and (max-width: 767.98px) {
    .faq-wrapper {
        padding: 2rem 0 0;
    }
}

.faq-wrapper .panel {
    display: inline-block;
    width: 100%;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(56, 56, 59, 0.5);
}

@media screen and (max-width: 767.98px) {
    .faq-wrapper .panel {
        padding: 0.85rem 0;
    }
}

.faq-wrapper .panel:first-child {
    border-top: 1px solid rgba(56, 56, 59, 0.5);
}

.faq-wrapper .panel:last-child {
    margin-bottom: 50px;
}

.faq-wrapper .panel .panel-title {
    margin: 0;
}

.faq-wrapper .panel .panel-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 1.25rem;
    line-height: 38px;
    position: relative;
    padding-right: 4rem;
    word-break: break-all;
    color: #38383b;
}

@media screen and (max-width: 767.98px) {
    .faq-wrapper .panel .panel-title a {
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 20px;
        padding-right: 2rem;
    }
}

.faq-wrapper .panel .panel-title a:after {
    content: '';
    background: url(../images/minus.png);
    background-size: 18px;
    width: 19px;
    height: 2px;
    padding-right: 15px;
    margin-left: 50px;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.faq-wrapper .panel .panel-title a.collapsed:after {
    background: url(../images/plus.png);
    background-size: 18px;
    width: 19px;
    height: 18px;
    padding-right: 15px;
    margin-left: 50px;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.faq-wrapper .panel .panel-title a:hover,
.faq-wrapper .panel .panel-title a:active,
.faq-wrapper .panel .panel-title a:focus {
    text-decoration: none;
}

.faq-wrapper .panel .panel-body {
    color: #38383b;
    padding: 1.25rem 0;
    font-size: 18px;
    line-height: 28px;
}

.faq-wrapper .panel .panel-body p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
    .faq-wrapper .panel .panel-body p {
        font-size: 14px;
        line-height: 20px;
    }
}

.faq-wrapper .panel .panel-body ul {
    list-style: none;
    margin-left: 30px;
}

.faq-wrapper .panel .panel-body ul li {
    font-size: 1rem;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
}

.faq-wrapper .panel .panel-body ul li:before {
    content: '\2022';
    color: #38383b;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    margin-left: -1em;
    position: absolute;
    top: 0;
}

.hamburg-card {
    padding: 0 0 3rem;
    text-align: left;
}

@media (max-width: 767.98px) {
    .hamburg-card {
        padding: 0 0 1.5rem;
    }
}

.hamburg-card .hamburg-card-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.hamburg-card .hamburg-card-img img {
    width: 100%;
    height: 287px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .hamburg-card .hamburg-card-img img {
        height: 460px;
    }
}

@media (max-width: 767.98px) {
    .hamburg-card .hamburg-card-img img {
        height: 260px;
    }
}

.hamburg-card .hamburg-card-detail {
    padding: 2rem 3rem;
}

@media (max-width: 767.98px) {
    .hamburg-card .hamburg-card-detail {
        padding: 2rem;
    }
}

.hamburg-card .hamburg-card-detail h3 {
    margin-bottom: 15px;
    font-size: 2.125rem;
    color: #38383b;
    letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
    .hamburg-card .hamburg-card-detail h3 {
        font-size: 1.625rem;
    }
}

.hamburg-card .hamburg-card-detail p {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6;
    color: #38383b;
}

.hamburg-card .hamburg-card-detail p i {
    margin-right: 10px;
}

.hamburg-card .hamburg-card-detail p a {
    color: #38383b;
}

@media (max-width: 767.98px) {
    .hamburg-card .hamburg-card-detail p {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
}

section.buy-luxury-watches {
    position: relative;
}

section.buy-luxury-watches .buy-luxury-watches-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

@media (max-width: 767.98px) {
    section.buy-luxury-watches .buy-luxury-watches-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

section.buy-luxury-watches .buy-luxury-watches-nav h4 {
    color: #404044;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 30px;
}

@media (max-width: 767.98px) {
    section.buy-luxury-watches .buy-luxury-watches-nav h4.total-results {
        position: absolute;
        top: 3.65rem;
        right: 2%;
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 21px;
    }
}

section.buy-luxury-watches .buy-luxury-watches-nav a.show-all {
    color: #38383b;
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 16px;
    text-align: right;
    text-transform: uppercase;
}

section.buy-luxury-watches .buy-luxury-watches-slide {
    margin: 0px -10px;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a {
    min-height: 404px;
    margin: 0.7rem;
    padding: 1rem 1.4rem;
    text-align: center;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: #38383b;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a:hover {
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.15);
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a:hover .btn.black {
    background-color: #38383b;
    color: #ffffff;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a:hover .btn.orange {
    background-color: #38383b;
    color: #ffffff;
    border-color: #38383b;
}

@media (max-width: 767.98px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a {
        margin: 0.7rem 4rem;
    }
}

@media (max-width: 375px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a {
        margin: 0.7rem 3rem;
    }
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a .watches-img {
    height: 237px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a .watches-img {
        height: 205px;
    }
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a .watches-img img {
    width: 80%;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a h3 {
    color: #38383b;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 19px;
    text-align: center;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a p {
    opacity: 0.7;
    color: #38383b;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 17px;
    text-align: center;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a span.tageline {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 0.35rem 0.5rem 0.35rem;
    font-size: 11px;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a span.tageline {
        display: none;
    }
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a span.tageline.btn {
    min-width: 75px;
    width: auto;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a span.tageline.btn i {
    margin-right: 3px;
    position: relative;
    top: -2px;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a span.tageline.btn.black {
    min-width: 80px;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item a span.tageline.multi {
    top: 50px;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box .watches-box-item .btn.black {
    width: 100%;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.schmuck .watches-box-item a .watches-img {
    height: 219px;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.schmuck .watches-box-item a .watches-img img {
    width: 100%;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.schmuck p {
    min-height: 80px;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static {
        padding: 0 1rem;
    }
}

@media (max-width: 991.98px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static .watches-box-item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static .watches-box-item a {
    margin: 0;
    padding: 1rem;
    margin-bottom: 30px;
}

@media (max-width: 991.98px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static .watches-box-item a {
        margin-bottom: 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static .watches-box-item a .watches-img {
        height: 250px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static .watches-box-item a .watches-img img {
        width: 90%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static .watches-box-item a {
        margin: 0;
        margin-bottom: 20px;
    }
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static .watches-box-item a .watches-img {
        height: 235px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 575.98px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static .watches-box-item a .watches-img {
        height: 155px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 440px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static .watches-box-item a {
        margin: 0;
        margin-bottom: 20px;
        min-height: 330px;
        padding: 0.5rem;
    }
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static .watches-box-item a .btn.black {
    min-width: 110px;
}

@media (max-width: 991.98px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static .watches-box-item a p {
        margin-bottom: 12px;
    }
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static.schmuck .watches-box-item a {
    min-height: 355px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static.schmuck .watches-box-item a .watches-img {
        height: 150px;
    }
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static.schmuck .watches-box-item a .watches-img img {
    width: 100%;
}

section.buy-luxury-watches .buy-luxury-watches-slide .buy-luxury-watches-box.tilebox-static.schmuck p {
    min-height: 80px;
    margin-bottom: 0;
}

section.buy-luxury-watches .buy-luxury-watches-slide .owl-nav {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
}

section.buy-luxury-watches .buy-luxury-watches-slide .owl-nav .owl-prev {
    width: 24px;
    height: 44px;
    display: block;
    background: url('../images/arrow-left.png') left top no-repeat;
    text-indent: -9999px;
    position: absolute;
    left: 2%;
    top: 10px;
    outline: none;
}

section.buy-luxury-watches .buy-luxury-watches-slide .owl-nav .owl-next {
    width: 24px;
    height: 44px;
    display: block;
    background: url('../images/arrow-right.png') right top no-repeat;
    text-indent: -9999px;
    position: absolute;
    right: 2%;
    left: auto;
    top: 10px;
    outline: none;
}

section.buy-luxury-watches .buy-luxury-watches-slide .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.7rem 0 2rem 0;
}

section.buy-luxury-watches .buy-luxury-watches-slide .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 5px;
    opacity: 0.5;
    border: 1px solid #38383b;
    border-radius: 50px;
    outline: none;
}

section.buy-luxury-watches .buy-luxury-watches-slide .owl-dots .owl-dot.active {
    opacity: 1;
    background-color: #38383b;
}

section.brands {
    padding-bottom: 4rem;
}

@media (max-width: 767.98px) {
    section.brands {
        padding-bottom: 1rem;
    }
}

section.brands .brand-sildes.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

section.brands .brand-sildes .brand-item {
    padding: 1rem;
}

section.brands .brand-sildes .brand-item a {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 120px;
    width: 100%;
}

@media (min-width: 768px) {
    section.brands .brand-sildes .brand-item a:hover {
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
        background-color: white;
    }
}

section.brands .brand-sildes .brand-item img {
    width: auto;
}

section.brands .brand-sildes .owl-nav {
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
}

section.brands .brand-sildes .owl-nav .owl-prev {
    width: 24px;
    height: 44px;
    display: block;
    background: url('../images/arrow-left.png') left top no-repeat;
    text-indent: -9999px;
    position: absolute;
    left: 2%;
    top: 10px;
    outline: none;
}

section.brands .brand-sildes .owl-nav .owl-next {
    width: 24px;
    height: 44px;
    display: block;
    background: url('../images/arrow-right.png') right top no-repeat;
    text-indent: -9999px;
    position: absolute;
    right: 2%;
    left: auto;
    top: 10px;
    outline: none;
}

section.brands .brand-sildes .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.7rem 0 2rem 0;
}

section.brands .brand-sildes .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 5px;
    opacity: 0.5;
    border: 1px solid #38383b;
    border-radius: 50px;
    outline: none;
}

section.brands .brand-sildes .owl-dots .owl-dot.active {
    opacity: 1;
    background-color: #38383b;
}

section.featured-watche-wrapper {
    padding: 5rem 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, #19191a), color-stop(0%, #38383b));
    background: linear-gradient(90deg, #19191a 100%, #38383b 0%);
}

@media (max-width: 767.98px) {
    section.featured-watche-wrapper {
        padding: 2.5rem 0 2.5rem 0;
    }
}

section.featured-watche-wrapper .featured-watches .featured-item {
    text-align: center;
}

section.featured-watche-wrapper .featured-watches .featured-item a {
    text-decoration: none;
}

section.featured-watche-wrapper .featured-watches .featured-item a:hover .btn.white {
    background-color: #ffffff;
    color: #38383b;
}

section.featured-watche-wrapper .featured-watches .featured-item .watches-img {
    height: 270px;
    margin-bottom: 1rem;
    display: block;
}

@media (max-width: 767.98px) {
    section.featured-watche-wrapper .featured-watches .featured-item .watches-img {
        height: 193px;
    }
}

section.featured-watche-wrapper .featured-watches .featured-item .watches-img img {
    width: auto;
    max-width: 276px;
    margin: auto;
}

@media (max-width: 767.98px) {
    section.featured-watche-wrapper .featured-watches .featured-item .watches-img img {
        max-width: 200px;
    }
}

section.featured-watche-wrapper .featured-watches .featured-item h2 {
    color: #ffffff;
    font-size: 34px;
    letter-spacing: 0.5px;
    line-height: 38px;
    text-align: center;
    min-height: 30px;
    max-width: 245px;
    margin: auto;
    margin-bottom: 1rem;
    font-weight: 200;
}

@media (max-width: 767.98px) {
    section.featured-watche-wrapper .featured-watches .featured-item h2 {
        font-size: 26px;
        letter-spacing: 0.59px;
        line-height: 30px;
        max-width: 188px;
    }
}

section.featured-watche-wrapper .featured-watches .featured-item p {
    color: #ffda84;
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 26px;
    text-align: center;
    min-height: 90px;
    padding: 0 1rem;
    font-weight: 300;
    max-width: 290px;
    margin: auto;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    section.featured-watche-wrapper .featured-watches .featured-item p {
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 21px;
        min-height: 70px;
        max-width: 276px;
    }
}

section.featured-watche-wrapper .featured-watches .featured-item .btn.white {
    min-width: 146px;
}

section.featured-watche-wrapper .featured-watches .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.7rem 0 0rem 0;
    margin-top: 0rem;
}

section.featured-watche-wrapper .featured-watches .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 5px;
    opacity: 0.5;
    border: 1px solid #ffffff;
    border-radius: 50px;
    outline: none;
}

section.featured-watche-wrapper .featured-watches .owl-dots .owl-dot.active {
    opacity: 1;
    background-color: #ffffff;
}

footer {
    background-color: #38383b;
    padding: 5rem;
}

@media (max-width: 767.98px) {
    footer {
        padding: 2.5rem 1.5rem 3.5rem 1.5rem;
    }
}

@media (max-width: 360px) {
    footer {
        padding: 2.5rem 1rem 1.5rem 1rem;
    }
}

footer h4 {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    footer h4 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 19px;
    }
}

footer .mobile-expander h4 {
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    background: url('../images/icon-plus.svg') right top no-repeat;
}

footer .mobile-expander[aria-expanded='true'] h4 {
    background: url('../images/icon-minus.png') right top no-repeat;
}

footer ul {
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    footer ul {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767.98px) {
    footer ul {
        margin-bottom: 2rem;
    }
}

footer ul li {
    list-style: none;
    margin-bottom: 1rem;
}

footer ul li a {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 18px;
}

footer ul li a:hover {
    text-decoration: underline;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    footer .contact-info {
        padding-top: 1.2rem;
    }
}

footer .contact-info p {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 18px;
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    footer .contact-info p {
        font-size: 14px;
        line-height: 20px;
    }
}

footer .contact-info p span {
    display: block;
}

footer .contact-info a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin-bottom: 1rem;
}

footer .contact-info a i {
    margin-right: 15px;
}

.buy-your-watch h2 {
    margin-bottom: 1rem;
}

.buy-your-watch .buy-watch-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .buy-your-watch .buy-watch-promo {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .buy-your-watch .buy-watch-promo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    .buy-your-watch .buy-watch-promo .buy-watch-promo-img img {
        max-width: 100%;
    }
}

.buy-your-watch .buy-watch-promo .buy-watch-promo-text h4 {
    color: #38383b;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 19px;
}

.buy-your-watch .buy-watch-promo .buy-watch-promo-text p {
    opacity: 0.7;
    color: #38383b;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 19px;
}

.watch-forms-wrapper {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 3rem;
}

@media (max-width: 991.98px) {
    .watch-forms-wrapper {
        padding: 1rem;
    }
}

.watch-forms-wrapper h1 {
    color: #38383b;
    font-size: 44px;
    letter-spacing: 0.3px;
    line-height: 35px;
}

@media (max-width: 767.98px) {
    .watch-forms-wrapper h1 {
        font-size: 32px;
        letter-spacing: 0.3px;
        line-height: 35px;
    }
}

.watch-forms-wrapper h3 {
    color: #38383b;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 28px;
}

@media (max-width: 767.98px) {
    .watch-forms-wrapper h3 {
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 21px;
    }
}

.watch-forms-wrapper .watch-forms {
    margin-top: 2.5rem;
    /* FORM CSS */
}

@media (max-width: 767.98px) {
    .watch-forms-wrapper .watch-forms {
        margin-top: 1rem;
    }
}

.watch-forms-wrapper .watch-forms .nav-tabs {
    border: none;
}

.watch-forms-wrapper .watch-forms .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.watch-forms-wrapper .watch-forms .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: solid 5px #d7d7d8;
    margin-right: 5px;
    text-align: left;
    padding: 10px 5px;
    opacity: 0.5;
    color: #38383b;
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 16px;
}

@media (max-width: 767.98px) {
    .watch-forms-wrapper .watch-forms .nav-tabs .nav-item .nav-link {
        font-size: 9px;
        padding: 5px 0px;
        margin-right: 2px;
        letter-spacing: 0px;
    }
}

@media (max-width: 320px) {
    .watch-forms-wrapper .watch-forms .nav-tabs .nav-item .nav-link {
        font-size: 8px;
    }
}

.watch-forms-wrapper .watch-forms .nav-tabs .nav-item .nav-link.active {
    border-bottom: solid 5px #ffd580;
    opacity: 1;
}

.watch-forms-wrapper .watch-forms .nav-tabs .nav-item .nav-link.inprogress {
    border-bottom: solid 5px #ffd580;
    opacity: 1;
}

.watch-forms-wrapper .watch-forms .nav-tabs .nav-item .nav-link.complete {
    border-bottom: solid 5px #78c369;
    opacity: 1;
}

.watch-forms-wrapper .watch-forms .nav-tabs .nav-item .nav-link.complete.active {
    border-bottom: solid 5px #ffd580;
    opacity: 1;
}

.watch-forms-wrapper .watch-forms .watch-forms-content {
    padding-top: 2.5rem;
}

@media (max-width: 767.98px) {
    .watch-forms-wrapper .watch-forms .watch-forms-content {
        padding-top: 1.5rem;
    }
}

.watch-forms-wrapper .watch-forms .watch-forms-content .checkboxes-horizontal {
    margin-top: -15px;
}

@media (max-width: 767.98px) {
    .watch-forms-wrapper .watch-forms .watch-forms-content .checkboxes-horizontal {
        margin-bottom: 2rem;
    }
}

.watch-forms-wrapper .watch-forms .watch-forms-content .checkboxes-horizontal h3 {
    color: #404044;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 28px;
    margin-bottom: 1rem;
}

.watch-forms-wrapper .watch-forms .watch-forms-content .checkboxes-horizontal .form-group {
    margin-bottom: 0;
}

.watch-forms-wrapper .watch-forms .watch-forms-content .checkboxes-horizontal .form-group .checkbox {
    margin: 0;
}

.watch-forms-wrapper .watch-forms .watch-forms-content .checkboxes-horizontal .form-group .checkbox label {
    margin-bottom: 0;
}

.watch-forms-wrapper .watch-forms .form-radio,
.watch-forms-wrapper .watch-forms .form-group {
    position: relative;
    margin-top: 0.7rem;
    margin-bottom: 2.5rem;
}

.watch-forms-wrapper .watch-forms .form-group.dropzone-group {
    margin-top: -10px;
}

@media (max-width: 767.98px) {
    .watch-forms-wrapper .watch-forms .form-group.dropzone-group {
        margin-top: 0.7rem;
    }
}

.watch-forms-wrapper .watch-forms .form-inline > .form-group,
.watch-forms-wrapper .watch-forms .form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
}

.watch-forms-wrapper .watch-forms .form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.watch-forms-wrapper .watch-forms .checkbox .form-help,
.watch-forms-wrapper .watch-forms .form-radio .form-help,
.watch-forms-wrapper .watch-forms .form-group .form-help {
    position: absolute;
    width: 100%;
}

.watch-forms-wrapper .watch-forms .checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.watch-forms-wrapper .watch-forms .form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.watch-forms-wrapper .watch-forms .form-group input {
    height: 1.9rem;
}

.watch-forms-wrapper .watch-forms .form-group select {
    width: 100%;
    font-size: 1.2rem;
    height: 2.5rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/drop-arrow.png');
    background-position: 98% center;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .watch-forms-wrapper .watch-forms .form-group select {
        font-size: 15px;
        letter-spacing: 0.3px;
    }
}

.watch-forms-wrapper .watch-forms .form-group .control-label {
    position: absolute;
    top: -1rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #38383b;
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 16px;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.watch-forms-wrapper .watch-forms .form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999999;
    display: block;
}

.watch-forms-wrapper .watch-forms .form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #38383b;
    -webkit-transition:
        left 0.28s ease,
        width 0.28s ease;
    transition:
        left 0.28s ease,
        width 0.28s ease;
    z-index: 2;
}

.watch-forms-wrapper .watch-forms .form-group input {
    display: block;
    background: none;
    padding: 1.25rem 0.125rem 1.25rem;
    font-size: 1.2rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.watch-forms-wrapper .watch-forms .form-group textarea {
    resize: none;
    height: 112px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #b4b4b4;
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
}

.watch-forms-wrapper .watch-forms .form-group.pop-textarea textarea {
    height: 300px;
}

@media (max-width: 767.98px) {
    .watch-forms-wrapper .watch-forms .form-group.pop-textarea textarea {
        height: 150px;
    }
}

.watch-forms-wrapper .watch-forms .form-group.pop-textarea-min textarea {
    height: 219px;
}

@media (max-width: 767.98px) {
    .watch-forms-wrapper .watch-forms .form-group.pop-textarea-min textarea {
        height: 150px;
    }
}

.watch-forms-wrapper .watch-forms .form-group input[type='file'] {
    line-height: 1;
}

.watch-forms-wrapper .watch-forms .form-group input[type='file'] ~ .bar {
    display: none;
}

.watch-forms-wrapper .watch-forms .form-group select,
.watch-forms-wrapper .watch-forms .form-group input:focus,
.watch-forms-wrapper .watch-forms .form-group input:valid,
.watch-forms-wrapper .watch-forms .form-group input.form-file,
.watch-forms-wrapper .watch-forms .form-group input.has-value,
.watch-forms-wrapper .watch-forms .form-group textarea:focus,
.watch-forms-wrapper .watch-forms .form-group textarea:valid,
.watch-forms-wrapper .watch-forms .form-group textarea.form-file,
.watch-forms-wrapper .watch-forms .form-group textarea.has-value {
    color: #333333;
}

.watch-forms-wrapper .watch-forms .form-group select ~ .control-label,
.watch-forms-wrapper .watch-forms .form-group input:focus ~ .control-label,
.watch-forms-wrapper .watch-forms .form-group input:valid ~ .control-label,
.watch-forms-wrapper .watch-forms .form-group input.form-file ~ .control-label,
.watch-forms-wrapper .watch-forms .form-group input.has-value ~ .control-label,
.watch-forms-wrapper .watch-forms .form-group textarea:focus ~ .control-label,
.watch-forms-wrapper .watch-forms .form-group textarea:valid ~ .control-label,
.watch-forms-wrapper .watch-forms .form-group textarea.form-file ~ .control-label,
.watch-forms-wrapper .watch-forms .form-group textarea.has-value ~ .control-label {
    font-size: 13px;
    color: #38383b;
    top: -1rem;
    left: 0;
}

.watch-forms-wrapper .watch-forms .form-group[class*='col-'] input:focus ~ .control-label {
    left: 15px;
}

.watch-forms-wrapper .watch-forms .form-group select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%),
        linear-gradient(to right, transparent, transparent);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        100% 0;
    background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
}

.watch-forms-wrapper .watch-forms .form-group select:focus,
.watch-forms-wrapper .watch-forms .form-group input:focus,
.watch-forms-wrapper .watch-forms .form-group textarea:focus {
    outline: none;
}

.watch-forms-wrapper .watch-forms .form-group select:focus ~ .control-label,
.watch-forms-wrapper .watch-forms .form-group input:focus ~ .control-label,
.watch-forms-wrapper .watch-forms .form-group textarea:focus ~ .control-label {
    color: #38383b;
}

.watch-forms-wrapper .watch-forms .form-group select:focus ~ .bar::before,
.watch-forms-wrapper .watch-forms .form-group input:focus ~ .bar::before,
.watch-forms-wrapper .watch-forms .form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}

.watch-forms-wrapper .watch-forms .checkbox label,
.watch-forms-wrapper .watch-forms .form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 2.5rem;
    text-align: left;
    display: block;
    color: #38383b;
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 24px;
}

@media screen and (max-width: 575.98px) {
    .watch-forms-wrapper .watch-forms .checkbox label,
    .watch-forms-wrapper .watch-forms .form-radio label {
        font-size: 12px;
    }
}

.watch-forms-wrapper .watch-forms .checkbox input,
.watch-forms-wrapper .watch-forms .form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.watch-forms-wrapper .watch-forms .radio {
    margin-bottom: 1rem;
}

.watch-forms-wrapper .watch-forms .radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999999;
}

.watch-forms-wrapper .watch-forms .radio .helper::before,
.watch-forms-wrapper .watch-forms .radio .helper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition:
        transform 0.28s ease,
        -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}

.watch-forms-wrapper .watch-forms .radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #38383b;
    border-color: #38383b;
}

.watch-forms-wrapper .watch-forms .radio label:hover .helper {
    color: #38383b;
}

.watch-forms-wrapper .watch-forms .radio input:checked ~ .helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.watch-forms-wrapper .watch-forms .radio input:checked ~ .helper::before {
    color: #38383b;
}

.watch-forms-wrapper .watch-forms .checkbox {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.watch-forms-wrapper .watch-forms .checkbox a {
    color: #38383b;
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 16px;
    text-decoration: underline;
}

@media screen and (max-width: 575.98px) {
    .watch-forms-wrapper .watch-forms .checkbox a {
        font-size: 11px;
    }
}

.watch-forms-wrapper .watch-forms .checkbox .helper {
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    z-index: 0;
    border: 2px solid #000;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}

@media screen and (max-width: 575.98px) {
    .watch-forms-wrapper .watch-forms .checkbox .helper {
        top: 0%;
    }
}

.watch-forms-wrapper .watch-forms .checkbox .helper::before,
.watch-forms-wrapper .watch-forms .checkbox .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #38383b;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: '';
    -webkit-transition:
        opacity 0.28s ease,
        height 0s linear 0.28s;
    transition:
        opacity 0.28s ease,
        height 0s linear 0.28s;
    opacity: 0;
}

.watch-forms-wrapper .watch-forms .checkbox .helper::before {
    top: 16px;
    left: 0.5rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-box-shadow: 0 0 0 0.0625rem #ffffff;
    box-shadow: 0 0 0 0.0625rem #ffffff;
}

.watch-forms-wrapper .watch-forms .checkbox .helper::after {
    top: 10px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.watch-forms-wrapper .watch-forms .checkbox label:hover .helper {
    color: #38383b;
}

.watch-forms-wrapper .watch-forms .checkbox input:checked ~ .helper {
    color: #38383b;
}

.watch-forms-wrapper .watch-forms .checkbox input:checked ~ .helper::after,
.watch-forms-wrapper .watch-forms .checkbox input:checked ~ .helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}

.watch-forms-wrapper .watch-forms .checkbox input:checked ~ .helper::after {
    height: 0.5rem;
}

.watch-forms-wrapper .watch-forms .checkbox input:checked ~ .helper::before {
    height: 1.2rem;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.watch-forms-wrapper .watch-forms .radio + .radio,
.watch-forms-wrapper .watch-forms .checkbox + .checkbox {
    margin-top: 1rem;
}

.watch-forms-wrapper .watch-forms .has-error .legend.legend,
.watch-forms-wrapper .watch-forms .has-error.form-group .control-label.control-label,
.watch-forms-wrapper .watch-forms .has-error.form-group input,
.watch-forms-wrapper .watch-forms .has-error.form-group select,
.watch-forms-wrapper .watch-forms .has-error.form-group textarea {
    color: #d9534f;
}

.watch-forms-wrapper .watch-forms .has-error.form-group .error-message {
    color: #d9534f;
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 16px;
    margin-top: 10px;
}

.watch-forms-wrapper .watch-forms .has-error.form-group textarea {
    border: 1px solid #d9534f;
}

.watch-forms-wrapper .watch-forms .has-error.form-group .form-help,
.watch-forms-wrapper .watch-forms .has-error.form-group .helper,
.watch-forms-wrapper .watch-forms .has-error.checkbox .form-help,
.watch-forms-wrapper .watch-forms .has-error.checkbox .helper,
.watch-forms-wrapper .watch-forms .has-error.radio .form-help,
.watch-forms-wrapper .watch-forms .has-error.radio .helper,
.watch-forms-wrapper .watch-forms .has-error.form-radio .form-help,
.watch-forms-wrapper .watch-forms .has-error.form-radio .helper {
    color: #d9534f;
}

.watch-forms-wrapper .watch-forms .has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper {
    width: 100%;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-control {
    display: none;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    border: none;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.inline {
    top: 15px;
    width: 100%;
    padding-bottom: 15px;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.inline .flatpickr-months {
    background-color: #f5f5f5;
    padding-bottom: 5px;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month,
.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month {
    display: none;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month {
    padding: 0px 1rem 0px 1rem;
    width: 100%;
    left: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-months
    .flatpickr-month
    .flatpickr-current-month
    .flatpickr-monthDropdown-months {
    width: 50%;
    color: #38383b;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 18px;
    background-position:
        calc(100% - 20px) calc(1em + 4px),
        calc(100% - 15px) calc(1em + 4px),
        100% 0;
}

.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-months
    .flatpickr-month
    .flatpickr-current-month
    .numInputWrapper {
    width: 40%;
}

.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-months
    .flatpickr-month
    .flatpickr-current-month
    .numInputWrapper:hover {
    background: transparent;
}

.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-months
    .flatpickr-month
    .flatpickr-current-month
    .numInputWrapper
    .numInput {
    padding: 0;
    color: #38383b;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 18px;
}

.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-months
    .flatpickr-month
    .flatpickr-current-month
    .numInputWrapper
    .arrowUp {
    top: 8px;
    right: 26px;
    border-bottom: 1px solid rgba(57, 57, 57, 0.15);
}

.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-months
    .flatpickr-month
    .flatpickr-current-month
    .numInputWrapper
    .arrowDown {
    top: 8px;
    right: 11px;
}

.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-months
    .flatpickr-month
    .flatpickr-current-month
    .numInputWrapper
    .arrowUp,
.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-months
    .flatpickr-month
    .flatpickr-current-month
    .numInputWrapper
    .arrowDown {
    opacity: 1;
}

.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-months
    .flatpickr-month
    .flatpickr-current-month
    .numInputWrapper
    .arrowUp,
.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-months
    .flatpickr-month
    .flatpickr-current-month
    .numInputWrapper
    .arrowDown {
    opacity: 1;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.inline .flatpickr-innerContainer .flatpickr-rContainer {
    width: 307.875px;
    margin: auto;
    padding: 10px 0;
    border-bottom: solid 1px #f0f0f0;
}

.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-innerContainer
    .flatpickr-rContainer
    .flatpickr-days
    .dayContainer
    .flatpickr-day.today {
    border: solid 1px #ffd580;
}

.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-innerContainer
    .flatpickr-rContainer
    .flatpickr-days
    .dayContainer
    .flatpickr-day.today:hover {
    background-color: #ffd580;
    border: solid 1px #ffd580;
    color: #38383b;
}

.watch-forms-wrapper
    .watch-forms
    .form-group.flatpickr-wrapper
    .flatpickr-calendar.inline
    .flatpickr-innerContainer
    .flatpickr-rContainer
    .flatpickr-days
    .dayContainer
    .flatpickr-day.selected {
    background-color: #ffd580;
    border: solid 1px #ffd580;
    color: #38383b;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime .flatpickr-time {
    width: 200px;
    margin: auto;
    border-top: none;
    margin-top: 14px;
    height: 30px;
    line-height: 30px;
    max-height: 30px;
    background-color: #ffd580;
    border-radius: 4px;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper {
    height: 30px;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper:hover {
    background: #ffd580;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper .numInput {
    padding: 0;
    color: #38383b;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper .arrowUp {
    top: 8px;
    right: 26px;
    border-bottom: 1px solid rgba(57, 57, 57, 0.15);
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper .arrowDown {
    top: 8px;
    right: 11px;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper .arrowUp,
.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper .arrowDown {
    opacity: 1;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime .flatpickr-time .flatpickr-am-pm {
    height: 30px;
    line-height: 30px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-left: solid 1px rgba(57, 57, 57, 0.15);
    background: #ffd580;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime .flatpickr-time .flatpickr-time-separator {
    height: 30px;
    line-height: 30px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime.arrowTop:after {
    display: none;
}

.watch-forms-wrapper .watch-forms .form-group.flatpickr-wrapper .flatpickr-calendar.hasTime.arrowTop:before {
    display: none;
}

.watch-forms-wrapper.filter-select {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 365px;
}

@media (max-width: 767.98px) {
    .watch-forms-wrapper.filter-select {
        width: 100%;
    }
}

.watch-forms-wrapper.filter-select .watch-forms {
    margin-top: 0px;
}

.watch-forms-wrapper.filter-select .watch-forms .watch-forms-content {
    padding-top: 0;
}

.form-list-card {
    border-radius: 10px;
    background-color: #f4f2e7;
    padding: 2rem;
}

@media (max-width: 767.98px) {
    .form-list-card {
        padding: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .form-list-card {
        margin-bottom: 0.3rem;
    }
}

.form-list-card span {
    margin-bottom: 1rem;
    text-align: center;
    display: block;
}

.form-list-card h3 {
    color: #404044;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 1rem;
}

.form-list-card h4 {
    color: #68686e;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23px;
}

.form-list-card ul {
    margin: 0;
    padding: 0;
}

.form-list-card ul li {
    list-style: none;
    color: #38383b;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 22px;
    /* background: url('../images/icon-green-check.svg') left 15px no-repeat; */
    padding: 10px 0px 10px 40px;
}

@media (max-width: 767.98px) {
    .form-list-card ul li {
        font-size: 13px;
        padding: 7px 0px 7px 40px;
        letter-spacing: 0.3px;
        line-height: 19px;
        /* background: url('../images/icon-green-check.svg') left 13px no-repeat; */
    }
}

.form-list-card p {
    color: #38383b;
    font-size: 10px;
    letter-spacing: 0.3px;
    line-height: 17px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.form-list-card p a {
    color: #38383b;
    text-decoration: underline;
}

.dropzone {
    background-color: #ffffff;
    border: 1px dashed #9b9b9d;
    min-height: 102px;
}

@media (max-width: 767.98px) {
    .dropzone {
        min-height: auto;
        border: none;
    }
}

.dropzone.dz-clickable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem;
}

@media (max-width: 767.98px) {
    .dropzone.dz-clickable {
        padding: 0;
    }
}

.dropzone.dz-started .dz-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-top: solid 1px #d7d7d8;
    margin-top: 11px;
    padding-top: 12px;
}

.dropzone .dz-message {
    text-align: left;
    margin: 0;
}

@media (max-width: 767.98px) {
    .dropzone .dz-message {
        border: 1px solid #9b9b9d;
        padding: 0 0.5rem;
        min-height: 62px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}

.dropzone .dz-message .dz-button {
    background: url('../images/icon-dropzone.png') left center no-repeat;
    padding: 1rem 4rem;
    max-width: 360px;
    color: #afafb1;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 18px;
    text-align: left;
}

@media (max-width: 767.98px) {
    .dropzone .dz-message .dz-button {
        padding: 0.5rem 0rem 0.5rem 4rem;
    }
}

.dropzone .dz-preview {
    margin: 0;
}

.dropzone .dz-preview.dz-image-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    margin-right: 8px;
    padding-right: 8px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0px;
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .dropzone .dz-preview.dz-image-preview {
        border-right: none;
        margin-right: 8px;
        padding-right: 8px;
        margin-bottom: 8px;
        margin-top: 0;
    }
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    padding: 0em;
}

.dropzone .dz-preview .dz-image {
    border-radius: 0px;
    width: 60px;
    height: 60px;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
}

.dropzone .dz-preview .dz-remove {
    margin-left: 10px;
    position: relative;
    top: -8px;
    background: url('../images/delete_xs.png') left top no-repeat;
    text-indent: -9999px;
    width: 16px;
    height: 24px;
    display: block;
}

.dropzone .dz-preview .dz-details {
    min-width: auto;
    max-width: auto;
    width: 60px;
    height: 60px;
    display: block;
    top: 12px;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    top: 39%;
    left: 25%;
    width: 60px;
    height: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .dropzone .dz-preview .dz-success-mark,
    .dropzone .dz-preview .dz-error-mark {
        left: 33%;
    }
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    width: 30px;
    height: 30px;
}

.dropzone .dz-preview .dz-progress {
    left: 37%;
    top: 50%;
    width: 60px;
}

@media (max-width: 767.98px) {
    .dropzone .dz-preview .dz-progress {
        left: 46%;
    }
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: -webkit-gradient(linear, left top, left bottom, from(#78c369), to(#5d9452));
    background: linear-gradient(to bottom, #78c369, #5d9452);
}

.marks-watched {
    text-align: center;
    color: #38383b;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 1rem;
}

.marks-watched h5 {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin-bottom: 0;
}

.marks-watched p {
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .marks-watched p {
        margin-bottom: 20px;
    }
}

.marks-watched p span {
    padding: 0 10px;
}

.marks-watched a {
    margin-right: 20px;
    color: #38383b;
}

@media (max-width: 767.98px) {
    .marks-watched a {
        margin-top: 1rem;
        display: block;
    }
}

.marks-watched a i {
    margin: 0 10px;
}

.panel-section {
    padding-top: 2rem;
}

.panel-section.collapsing {
    opacity: 0;
}

.none-action-content-wrapper {
    padding: 5rem 0;
}

@media (max-width: 767.98px) {
    .none-action-content-wrapper {
        padding: 2rem 0;
    }
    .none-action-content-wrapper .main-text {
        text-align: center;
    }
    .none-action-content-wrapper .main-text h4 {
        text-align: center;
    }
}

.impressions-preview {
    padding-bottom: 4rem;
}

@media (max-width: 767.98px) {
    .impressions-preview {
        padding-bottom: 2rem;
    }
}

.impressions-preview .impressions-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0.5rem;
}

/* Search Modal CSS */
.search-modal {
    padding-right: 0px !important;
}

.search-modal .modal-dialog {
    width: 100%;
    margin: 0;
    max-width: 100%;
    height: 100%;
}

.search-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
}

.search-modal .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 0;
}

.search-modal .modal-dialog .modal-content .modal-header .close {
    background: url('../images/close.png') right top no-repeat;
    padding: 0;
    margin: 0;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 1rem;
    top: 1rem;
    opacity: 1;
    z-index: 1;
}

.search-modal .modal-dialog .modal-content .modal-header .close:focus {
    outline: none;
}

.search-modal .modal-dialog .modal-content .modal-header .close span {
    text-indent: -9999px;
    display: block;
}

.search-modal .modal-dialog .modal-content .watch-forms-wrapper.search-from {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5rem 3rem;
    text-align: center;
}

@media (max-width: 767.98px) {
    .search-modal .modal-dialog .modal-content .watch-forms-wrapper.search-from {
        padding: 4rem 0rem;
    }
}

.search-modal .modal-dialog .modal-content .watch-forms-wrapper.search-from h3 {
    color: #38383b;
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 53px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .search-modal .modal-dialog .modal-content .watch-forms-wrapper.search-from h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

.search-modal .modal-dialog .modal-content .watch-forms-wrapper.search-from .watch-forms {
    margin-top: 0;
    max-width: 600px;
    margin: auto;
}

@media (max-width: 767.98px) {
    .search-modal .modal-dialog .modal-content .watch-forms-wrapper.search-from .watch-forms .watch-forms-content {
        padding-top: 0;
    }
}

.search-modal .modal-dialog .modal-content .watch-forms-wrapper.search-from .watch-forms .btn {
    min-width: 120px;
}

/* Default Modal CSS */
.modal-backdrop {
    background-color: #19191a;
}

.default-modal {
    padding-right: 0px !important;
}

.default-modal .modal-dialog {
    max-width: 1260px;
}

.default-modal .modal-dialog .modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border: none;
}

.default-modal .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 0;
}

.default-modal .modal-dialog .modal-content .modal-header .close {
    background: url('../images/close.png') right top no-repeat;
    padding: 0;
    margin: 0;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 1rem;
    top: 1rem;
    opacity: 1;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .default-modal .modal-dialog .modal-content .modal-header .close {
        right: 0.5rem;
        top: 0.5rem;
    }
}

.default-modal .modal-dialog .modal-content .modal-header .close:focus {
    outline: none;
}

.default-modal .modal-dialog .modal-content .modal-header .close span {
    text-indent: -9999px;
    display: block;
}

.default-modal .modal-dialog .modal-content .watch-forms-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2rem;
}

@media (max-width: 767.98px) {
    .default-modal .modal-dialog .modal-content .watch-forms-wrapper {
        padding: 2rem 0 0;
    }
}

.data-card-table {
    padding-top: 1rem;
}

.data-card-table h4 {
    color: #38383b;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 28px;
    font-weight: 500;
}

.data-card-table table tbody tr td {
    color: #38383b;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 32px;
    padding: 3px 0;
    opacity: 0.5;
}

@media (max-width: 767.98px) {
    .data-card-table table tbody tr td {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .data-card-table table tbody tr td {
        font-size: 12px;
    }
}

.data-card-table table tbody tr td:first-child {
    opacity: 1;
    width: 60%;
}

.filter-action .dropdown .dropdown-toggle {
    width: 100%;
    border: 1px solid rgba(56, 56, 59, 0.25);
    border-radius: 0px;
    text-align: left;
    color: #404044;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
}

@media (max-width: 574.98px) {
    .filter-action .dropdown .dropdown-toggle {
        margin-bottom: 1rem;
    }
}

.filter-action .dropdown .dropdown-toggle::after {
    background: url('../images/arrow-down-thin.png') 95% 50% no-repeat;
    border: 0;
    width: 17px;
    height: 11px;
    display: block;
    position: absolute;
    right: 1rem;
    top: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.filter-action .dropdown .dropdown-toggle[aria-expanded='true'] {
    background-color: #f5f5f5;
}

.filter-action .dropdown .dropdown-toggle[aria-expanded='true']::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-action .dropdown .dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filter-action .dropdown .dropdown-menu {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 0;
    width: 470px;
    top: 15px !important;
}

@media (max-width: 574.98px) {
    .filter-action .dropdown .dropdown-menu {
        width: 100%;
    }
}

.filter-action .dropdown .dropdown-menu .filter-select.range {
    width: auto;
}

.filter-action .dropdown .dropdown-menu .filter-select.range .form-group {
    position: relative;
}

.filter-action .dropdown .dropdown-menu .filter-select.range .form-group .currency {
    position: absolute;
    right: 0;
    top: 7px;
    color: #404044;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
}

.filter-action .dropdown .dropdown-menu .filter-select.range .bis-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #5d5d62;
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 16px;
    text-align: center;
    padding-top: 1.5rem;
}

@media (max-width: 574.98px) {
    .filter-action .dropdown .dropdown-menu .filter-select.range .bis-label {
        margin-bottom: 0;
        padding-top: 0;
    }
}

.filter-action .dropdown .dropdown-menu .filter-select.range .price-filter-range {
    height: 4px;
    background-color: #e1e1e2;
    border: none;
    cursor: pointer;
    margin: 1rem 0.9rem 2.5rem 0.6rem;
}

.filter-action .dropdown .dropdown-menu .filter-select.range .price-filter-range .ui-widget-header {
    height: 4px;
    background-color: #38383b;
}

.filter-action .dropdown .dropdown-menu .filter-select.range .price-filter-range .ui-slider-handle {
    background: #38383b;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    top: -0.7em;
    border: 0;
}

.filter-action .dropdown .dropdown-menu .filter-select.range .price-filter-range .ui-slider-handle:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.filter-action .dropdown .dropdown-menu .range-footer-actions {
    padding: 1rem 1.5rem 0.5rem;
    border-top: solid 1px #cdcdce;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 574.98px) {
    .filter-action .dropdown .dropdown-menu .range-footer-actions {
        display: block;
    }
    .filter-action .dropdown .dropdown-menu .range-footer-actions .btn {
        display: block;
        margin-bottom: 0.5rem;
    }
}

.filter-action .dropdown .dropdown-menu .tab-pane {
    padding: 1rem 1.5rem;
    padding-top: 0;
}

.filter-action .dropdown .dropdown-menu .tab-pane .search-autocomple .search-text-box {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 18px;
    padding-left: 2rem;
}

.filter-action .dropdown .dropdown-menu .tab-pane .search-autocomple .search-icon {
    position: absolute;
    left: 0;
    top: 7px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    background: url('../images/icon-search-text-box-.png') left top no-repeat;
}

.filter-action .dropdown .dropdown-menu .tab-pane .search-autocomple-list .form-group {
    margin-top: 2px;
}

.filter-action .dropdown .dropdown-menu .tab-pane .search-autocomple-list .form-group .checkbox {
    margin: 0;
}

.filter-action .dropdown .dropdown-menu .tab-pane .search-autocomple-list .form-group .checkbox label input:checked ~ .helper {
    border: 2px solid #38383b;
}

.filter-action .dropdown .dropdown-menu .tab-pane .search-autocomple-list .form-group .checkbox .helper {
    border: 2px solid #bfbfbf;
}

.slimScrollBar {
    opacity: 1 !important;
    height: 100%;
}

.bread-crumbs {
    padding: 1rem 16px 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: solid 1px #c5c3ba;
    margin-bottom: 4rem;
}

@media (max-width: 574.98px) {
    .bread-crumbs {
        margin-bottom: 2rem;
    }
}

.bread-crumbs ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bread-crumbs ul li {
    list-style: none;
    position: relative;
    color: #38383b;
    font-size: 11px;
    letter-spacing: 0.25px;
    line-height: 23px;
    padding-right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 574.98px) {
    .bread-crumbs ul li {
        padding-right: 0rem;
    }
}

.bread-crumbs ul li a {
    color: #38383b;
    font-size: 11px;
    letter-spacing: 0.25px;
    line-height: 23px;
}

.bread-crumbs ul li a a:hover {
    text-decoration: underline;
}

.bread-crumbs ul li:before {
    padding: 0px 5px 0px 8px;
    color: #000;
    content: '>';
    font-size: 15px;
}

@media (max-width: 574.98px) {
    .bread-crumbs ul li:before {
        padding: 0px 5px 0px 5px;
    }
}

.bread-crumbs ul li:first-child {
    padding-left: 0;
}

.bread-crumbs ul li:first-child::before {
    display: none;
}

.product-detail-wrapper {
    padding: 0rem 1rem 2rem;
}

@media (max-width: 574.98px) {
    .product-detail-wrapper {
        padding: 0rem 1rem 0rem;
    }
}

@media (max-width: 320px) {
    .product-detail-wrapper {
        padding: 0rem;
    }
}

.product-detail-wrapper .watch-gallery {
    position: relative;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical {
    padding-right: 0px !important;
    padding-left: 0;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical .lSPager.lSGallery {
    display: none;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical .lSSlideOuter.vertical {
    padding-left: 105px;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical .lSSlideOuter.vertical .lSPager.lSGallery {
    display: block;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical .lSSlideWrapper {
    text-align: center;
    position: relative;
    overflow: visible;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical .lSSlideWrapper .gallery .lslide {
    padding: 1rem;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical .lSSlideWrapper .gallery .lslide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical .lSPager.lSGallery {
    right: auto;
    left: 0;
    margin-left: 0px !important;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical .lSPager.lSGallery li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical .lSPager.lSGallery li a {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical .lSPager.lSGallery li.active a {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}

.product-detail-wrapper .watch-gallery .lSSlideOuter.vertical .lSPager.lSGallery li:hover a {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}

.product-detail-wrapper .watch-gallery .lSSlideOuter .lSPager.lSGallery {
    display: none;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter .lSSlideWrapper {
    text-align: center;
    position: relative;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter .lSSlideWrapper .lSPager.lSGallery {
    display: block;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter .lSSlideWrapper .gallery li.active img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0rem 2rem 2rem 2rem;
}

@media (max-width: 574.98px) {
    .product-detail-wrapper .watch-gallery .lSSlideOuter .lSSlideWrapper .gallery li.active img {
        width: 100%;
        height: 100%;
    }
}

.product-detail-wrapper .watch-gallery .lSSlideOuter .lSSlideWrapper .gallery li img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0rem 2rem 2rem 2rem;
}

@media (max-width: 574.98px) {
    .product-detail-wrapper .watch-gallery .lSSlideOuter .lSSlideWrapper .gallery li img {
        width: 100%;
        height: 100%;
    }
}

.product-detail-wrapper .watch-gallery .lSSlideOuter .lSPager.lSGallery li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    padding: 8px;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter .lSPager.lSGallery li a {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-detail-wrapper .watch-gallery .lSSlideOuter .lSPager.lSGallery li.active a {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}

.product-detail-wrapper .watch-gallery .lSSlideOuter .lSPager.lSGallery li:hover a {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}

.product-detail-wrapper .watch-gallery .watch-gallery-desktop .watch-controls .watch-control-prev {
    background: url('../images/gallery-arrow-up.png') left top no-repeat;
    width: 36px;
    height: 20px;
    display: block;
    position: absolute;
    left: 30px;
    top: -15px;
    z-index: 9;
    cursor: pointer;
}

.product-detail-wrapper .watch-gallery .watch-gallery-desktop .watch-controls .watch-control-next {
    background: url('../images/gallery-arrow-down.png') left top no-repeat;
    width: 36px;
    height: 20px;
    display: block;
    position: absolute;
    left: 30px;
    bottom: -15px;
    z-index: 9;
    cursor: pointer;
}

@media (max-width: 320px) {
    .product-detail-wrapper .watch-gallery .watch-gallery-mobile .watch-controls {
        display: none;
    }
}

.product-detail-wrapper .watch-gallery .watch-gallery-mobile .watch-controls .watch-control-prev {
    background: url('../images/gallery-arrow-left.png') left top no-repeat;
    width: 21px;
    height: 36px;
    display: block;
    position: absolute;
    left: -20px;
    bottom: 28px;
    z-index: 9;
    cursor: pointer;
}

.product-detail-wrapper .watch-gallery .watch-gallery-mobile .watch-controls .watch-control-next {
    background: url('../images/gallery-arrow-right.png') left top no-repeat;
    width: 21px;
    height: 36px;
    display: block;
    position: absolute;
    right: -20px;
    bottom: 28px;
    z-index: 9;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .product-detail-wrapper .product-detail-info {
        padding-top: 4rem;
    }
}

@media (max-width: 574.98px) {
    .product-detail-wrapper .product-detail-info {
        padding-top: 2rem;
    }
}

.product-detail-wrapper .product-detail-info h5 {
    color: #404044;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (max-width: 574.98px) {
    .product-detail-wrapper .product-detail-info h5 {
        font-size: 15px;
    }
}

.product-detail-wrapper .product-detail-info h2 {
    color: #404044;
    font-size: 34px;
    letter-spacing: 0.5px;
    line-height: 41px;
    margin-bottom: 1.5rem;
}

@media (max-width: 574.98px) {
    .product-detail-wrapper .product-detail-info h2 {
        font-size: 26px;
        letter-spacing: 0.59px;
        line-height: 31px;
    }
}

.product-detail-wrapper .product-detail-info .product-detail-pricing {
    padding-top: 1.5rem;
    border-top: solid 1px #c5c3ba;
}

.product-detail-wrapper .product-detail-info .product-detail-pricing h4 {
    color: #404044;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}

@media (max-width: 574.98px) {
    .product-detail-wrapper .product-detail-info .product-detail-pricing h4 {
        font-size: 20px;
        letter-spacing: 0.4px;
        line-height: 24px;
    }
}

.product-detail-wrapper .product-detail-info .product-detail-pricing h4 span {
    opacity: 0.7;
    color: #404044;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 17px;
}

@media (max-width: 574.98px) {
    .product-detail-wrapper .product-detail-info .product-detail-pricing h4 span {
        font-size: 12px;
        letter-spacing: 0.3px;
        line-height: 17px;
    }
}

.product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card {
    border-bottom: solid 1px #c5c3ba;
    padding-bottom: 1.5rem;
}

.product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table {
    width: 70%;
}

@media (max-width: 1100px) {
    .product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table {
        width: 90%;
    }
}

@media (max-width: 574.98px) {
    .product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table {
        width: 100%;
    }
}

.product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table tr td {
    vertical-align: top;
}

.product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table tr td p {
    list-style: none;
    color: #38383b;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 23px;
    margin-bottom: 0;
}

@media (max-width: 574.98px) {
    .product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table tr td p {
        font-size: 11px;
    }
}

.product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table tr td span {
    color: #38383b;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 574.98px) {
    .product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table tr td span {
        font-size: 11px;
    }
}

.product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table tr td span a {
    margin: 0 0.3rem;
}

.product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table tr td table {
    width: 100%;
}

.product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table tr td table tr td:first-child {
    width: 10%;
}

@media (max-width: 574.98px) {
    .product-detail-wrapper .product-detail-info .product-detail-pricing .detail-data-card table tr td table tr td:first-child {
        width: auto;
    }
}

.popover {
    border: none;
}

.popover.bs-popover-bottom .arrow::before {
    border-width: 0;
}

.popover .popover-body {
    color: #38383b;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 23px;
}

.detail-check-list {
    padding: 1rem 0;
    clear: both;
}

.detail-check-list h3 {
    color: #404044;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 1rem;
}

.detail-check-list h4 {
    color: #68686e;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 23px;
}

.detail-check-list ul {
    margin: 0;
    padding: 0;
}

.detail-check-list ul li {
    list-style: none;
    color: #38383b;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 22px;
    /* background: url('../images/icon-green-check.svg') left 8px no-repeat; */
    padding: 10px 0px 10px 40px;
    width: 50%;
    float: left;
}

@media (max-width: 574.98px) {
    .detail-check-list ul li {
        font-size: 13px;
        padding: 7px 0px 7px 30px;
        letter-spacing: 0.3px;
        line-height: 19px;
        /* background: url('../images/icon-green-check.svg') left 3px no-repeat; */
    }
}

.product-detail-actions {
    padding: 1.5rem 0;
    clear: both;
}

.product-detail-actions .btn {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem 0.85rem;
    margin-bottom: 1rem;
}

@media (max-width: 574.98px) {
    .product-detail-actions .btn {
        margin-bottom: 0.5rem;
    }
}

.product-detail-actions .btn i {
    margin-right: 10px;
}

.brief-description .watch-forms-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.brief-description .watch-forms .data-card-table h2 {
    color: #38383b;
    font-size: 34px;
    letter-spacing: 0.77px;
    line-height: 41px;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .brief-description .watch-forms .data-card-table h2 {
        font-size: 26px;
        letter-spacing: 0.59px;
        line-height: 31px;
    }
}

.brief-description .watch-forms .data-card-table table tbody tr td {
    color: #38383b;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 32px;
    padding: 1px 0;
    opacity: 1;
    vertical-align: top;
}

@media (max-width: 767.98px) {
    .brief-description .watch-forms .data-card-table table tbody tr td {
        font-size: 14px;
        line-height: 1.6;
        padding: 3px 0;
    }
}

@media (max-width: 320px) {
    .brief-description .watch-forms .data-card-table table tbody tr td {
        font-size: 12px;
    }
}

.brief-description .watch-forms .data-card-table table tbody tr td:first-child {
    opacity: 1;
    width: 35%;
}

@media (max-width: 991.98px) {
    .brief-description .watch-forms .data-card-table table tbody tr td:first-child {
        width: 45%;
    }
}

@media (max-width: 767.98px) {
    .brief-description .dispay-watch-wrapper {
        padding: 0;
    }
}

.brief-description .dispay-watch-wrapper .dispay-watch {
    padding: 6rem 1rem;
    text-align: center;
}

@media (max-width: 767.98px) {
    .brief-description .dispay-watch-wrapper .dispay-watch {
        padding: 2rem 0;
    }
    .brief-description .dispay-watch-wrapper .dispay-watch img {
        width: 100%;
    }
}

@media (max-width: 574.98px) {
    .customer-voices-wrapper .main-text {
        padding-bottom: 0 !important;
    }
    .customer-voices-wrapper .main-text h2 {
        padding-bottom: 0px;
    }
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box {
    padding-bottom: 3rem;
}

@media (max-width: 574.98px) {
    .customer-voices-wrapper .customer-voices-slide .customer-voices-box {
        padding-bottom: 1rem;
    }
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item {
    padding: 1rem;
}

@media (max-width: 767.98px) {
    .customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item {
        padding: 0.5rem;
    }
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text {
    padding: 2rem 2rem 0.4rem 2rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    min-height: 320px;
    position: relative;
}

@media (max-width: 1024px) {
    .customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text {
        min-height: 345px;
    }
}

@media (max-width: 991.98px) {
    .customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text {
        min-height: 295px;
    }
}

@media (max-width: 800.98px) {
    .customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text {
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    .customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text {
        min-height: 295px;
    }
}

@media (max-width: 574.98px) {
    .customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text {
        min-height: 340px;
    }
}

@media (max-width: 420.98px) {
    .customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text {
        min-height: 325px;
    }
}

@media (max-width: 374.98px) {
    .customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text {
        min-height: 350px;
    }
}

@media (max-width: 320px) {
    .customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text {
        min-height: 390px;
    }
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text .icon-qoutes {
    margin-bottom: 1.5rem;
    display: block;
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text .icon-qoutes img {
    width: auto;
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text p {
    opacity: 0.7;
    color: #38383b;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 30px;
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text .customer-info {
    margin: 1rem 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0rem 2rem 0.6rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text .customer-info .customer-info-img {
    margin-right: 1rem;
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text .customer-info .customer-info-img img {
    width: auto;
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text .customer-info .customer-info-text {
    padding-top: 5px;
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text .customer-info .customer-info-text h4 {
    color: #38383b;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 19px;
    margin-bottom: 0px;
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .customer-voices-item .customer-voices-text .customer-info .customer-info-text span {
    opacity: 0.7;
    color: #38383b;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 17px;
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.7rem 0 1rem 0;
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 5px;
    opacity: 0.5;
    border: 1px solid #38383b;
    border-radius: 50px;
    outline: none;
}

.customer-voices-wrapper .customer-voices-slide .customer-voices-box .owl-dots .owl-dot.active {
    opacity: 1;
    background-color: #38383b;
}

.sorting-select {
    height: 42px;
    border: 1px solid rgba(56, 56, 59, 0.25);
    line-height: 24px;
    padding: 0.45rem 2.5rem 0.55rem 1rem;
    min-width: 190px;
    position: relative;
}

@media (max-width: 767.98px) {
    .sorting-select {
        width: 100%;
    }
}

.sorting-select::before {
    background: url(../images/arrow-down-thin.png) 95% 50% no-repeat;
    border: 0;
    width: 17px;
    height: 11px;
    display: block;
    position: absolute;
    right: 1rem;
    top: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: '';
}

.sorting-select select {
    text-align: left;
    color: #404044;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 767.98px) {
    .sorting-select select {
        width: 100%;
    }
}

.sorting-select select:focus {
    outline: none;
}

/*Start ebay Styles*/
.ebay-marksUhren-wrapper .ebay-marksUhren-section {
    background-color: #f5f5f5;
    padding: 3rem 0 1rem 0;
}

.ebay-marksUhren-wrapper .ebay-marksUhren-section .marksUhren-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ebay-marksUhren-wrapper .ebay-marksUhren-section .marksUhren-brand a.logo {
    width: 177px;
    display: block;
}

.ebay-marksUhren-wrapper .ebay-marksUhren-section .marksUhren-brand a.logo img {
    width: 100%;
}

.ebay-marksUhren-wrapper .ebay-marksUhren-section .marksUhren-brand p {
    opacity: 0.7;
    color: #38383b;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: center;
    margin-top: 1.5rem;
}

.ebay-marksUhren-wrapper .ebay-marksUhren-section .ebay-breadcrumbs {
    padding: 1.5rem 5rem 1rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: solid 1px #bcbcbd;
    margin-top: 0.5rem;
    margin-bottom: 0.7rem;
}

@media (max-width: 768.98px) {
    .ebay-marksUhren-wrapper .ebay-marksUhren-section .ebay-breadcrumbs {
        padding: 1rem 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.ebay-marksUhren-wrapper .ebay-marksUhren-section .ebay-breadcrumbs a {
    color: #38383b;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: right;
    padding-right: 1rem;
    position: relative;
    display: block;
}

@media (max-width: 768.98px) {
    .ebay-marksUhren-wrapper .ebay-marksUhren-section .ebay-breadcrumbs a {
        font-size: 13px;
        padding-right: 1rem;
        margin-right: 1rem;
        line-height: 24px;
    }
}

.ebay-marksUhren-wrapper .ebay-marksUhren-section .ebay-breadcrumbs a::before {
    display: block;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 8px;
    height: 15px;
    /* background: url('../images/arrow-breadcrumb.png') right 3px no-repeat; */
}

@media (max-width: 768.98px) {
    .ebay-marksUhren-wrapper .ebay-marksUhren-section .ebay-breadcrumbs a::before {
        /* background: url('../images/arrow-breadcrumb.png') right 7px no-repeat; */
        height: 18px;
    }
}

.ebay-marksUhren-wrapper .watch-gallery-wrapper {
    padding: 2rem 0;
}

.ebay-marksUhren-wrapper .watch-gallery-wrapper .watch-gallery-article .watch-gallery-big {
    margin-bottom: 1rem;
    text-align: center;
}

.ebay-marksUhren-wrapper .watch-gallery-wrapper .watch-gallery-article .watch-gallery-list a {
    border: solid 1px #d7d7d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}

.ebay-marksUhren-wrapper .watch-gallery-wrapper .gallary-content {
    padding: 3rem 0rem 0rem 2rem;
}

@media (max-width: 767.98px) {
    .ebay-marksUhren-wrapper .watch-gallery-wrapper .gallary-content {
        padding: 2rem 0rem 0rem 0rem;
    }
}

.ebay-marksUhren-wrapper .watch-gallery-wrapper .gallary-content h2 {
    color: #38383b;
    font-size: 34px;
    letter-spacing: 0.77px;
    line-height: 41px;
}

@media (max-width: 767.98px) {
    .ebay-marksUhren-wrapper .watch-gallery-wrapper .gallary-content h2 {
        font-size: 24px;
        letter-spacing: 0.77px;
        line-height: 28px;
    }
    .ebay-marksUhren-wrapper .watch-gallery-wrapper .gallary-content h2 br {
        display: none;
    }
}

.ebay-marksUhren-wrapper .watch-gallery-wrapper .gallary-content h5 {
    color: #38383b;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
    margin-bottom: 2rem;
}

.ebay-marksUhren-wrapper .watch-gallery-wrapper .gallary-content p {
    color: #38383b;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .ebay-marksUhren-wrapper .watch-gallery-wrapper .gallary-content p {
        font-size: 14px;
        line-height: 20px;
    }
}

.ebay-marksUhren-wrapper .watch-gallery-wrapper .gallary-content .gallary-ebay-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.ebay-marksUhren-wrapper .watch-gallery-wrapper .gallary-content .gallary-ebay-list li {
    list-style: none;
    color: #747476;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 35px;
    /* background: url('../images/icon-green-check.svg') left 10px no-repeat; */
    padding: 3px 0px 3px 40px;
}

@media (max-width: 767.98px) {
    .ebay-marksUhren-wrapper .watch-gallery-wrapper .gallary-content .gallary-ebay-list li {
        font-size: 13px;
        padding: 7px 0px 7px 40px;
        letter-spacing: 0.3px;
        line-height: 19px;
        /* background: url('../images/icon-green-check.svg') left 10px no-repeat; */
    }
}

.ebay-marksUhren-wrapper .brief-description-ebay .watch-forms-wrapper {
    padding: 0;
}

.ebay-marksUhren-wrapper .brief-description-ebay .watch-forms-wrapper .data-card-table table {
    margin-bottom: 2.5rem;
}

@media (max-width: 767.98px) {
    .ebay-marksUhren-wrapper .brief-description-ebay .watch-forms-wrapper .data-card-table table {
        margin-bottom: 0.5rem;
    }
}

.ebay-marksUhren-wrapper .brief-description-ebay .watch-forms-wrapper .data-card-table h4 {
    margin-bottom: 1rem;
}

.ebay-marksUhren-wrapper .brief-description-ebay .watch-forms-wrapper .data-card-table p {
    color: #38383b;
    font-size: 16px;
    line-height: 24px;
}

.ebay-marksUhren-wrapper .brief-description-ebay .watch-forms-wrapper .dispay-watch-wrapper .dispay-watch {
    padding: 0;
}

.ebay-marksUhren-wrapper .check-list p {
    opacity: 0.7;
    color: #38383b;
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: center;
    padding: 1rem;
}

@media (max-width: 767.98px) {
    .ebay-marksUhren-wrapper .check-list p {
        font-size: 18px;
        letter-spacing: 0.3px;
        line-height: 20px;
    }
}
/*# sourceMappingURL=style.css.map */
