@import url("https://use.typekit.net/ozg3zbl.css");
@import url("https://p.typekit.net/p.css?s=1&k=suq7qgd&ht=tk&f=7821.7822.7823.7824.37462.37464.37466&a=706405&app=typekit&e=css");
/* The above import directives are aggregated from content. */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span,
.ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0;
    height: 0;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #fff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: 0 0;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #fff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
.ui-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}
@font-face {
    font-family: "petersburg-web";
    src:
        url("https://use.typekit.net/af/cdffa3/0000000000000000000100c6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/cdffa3/0000000000000000000100c6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
            format("woff"),
        url("https://use.typekit.net/af/cdffa3/0000000000000000000100c6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "petersburg-web";
    src:
        url("https://use.typekit.net/af/ef9113/0000000000000000000100c7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/ef9113/0000000000000000000100c7/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
            format("woff"),
        url("https://use.typekit.net/af/ef9113/0000000000000000000100c7/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "petersburg-web";
    src:
        url("https://use.typekit.net/af/98eaed/0000000000000000000100c8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/98eaed/0000000000000000000100c8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
            format("woff"),
        url("https://use.typekit.net/af/98eaed/0000000000000000000100c8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "petersburg-web";
    src:
        url("https://use.typekit.net/af/4f9c8c/0000000000000000000100c9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/4f9c8c/0000000000000000000100c9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
            format("woff"),
        url("https://use.typekit.net/af/4f9c8c/0000000000000000000100c9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3")
            format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "montserrat";
    src:
        url("https://use.typekit.net/af/67f609/00000000000000003b9b1339/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/67f609/00000000000000003b9b1339/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
            format("woff"),
        url("https://use.typekit.net/af/67f609/00000000000000003b9b1339/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "montserrat";
    src:
        url("https://use.typekit.net/af/7f7551/00000000000000003b9b133b/27/l?subset_id=2&fvd=n6&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/7f7551/00000000000000003b9b133b/27/d?subset_id=2&fvd=n6&v=3")
            format("woff"),
        url("https://use.typekit.net/af/7f7551/00000000000000003b9b133b/27/a?subset_id=2&fvd=n6&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "montserrat";
    src:
        url("https://use.typekit.net/af/05093b/00000000000000003b9b133d/27/l?subset_id=2&fvd=n7&v=3")
            format("woff2"),
        url("https://use.typekit.net/af/05093b/00000000000000003b9b133d/27/d?subset_id=2&fvd=n7&v=3")
            format("woff"),
        url("https://use.typekit.net/af/05093b/00000000000000003b9b133d/27/a?subset_id=2&fvd=n7&v=3")
            format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
.tk-petersburg-web {
    font-family: "petersburg-web", serif;
}
.tk-montserrat {
    font-family: "montserrat", sans-serif;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
blockquote,
body,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
li,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    background-clip: padding-box;
}
input[type="text"],
textarea,
.field.date input {
    width: 100%;
}
button,
input,
textarea {
    border: 1px solid #e6e6e6;
}
button {
    padding: 0.5em;
    border-radius: 0;
    line-height: 1;
    background-color: transparent;
}
button * {
    pointer-events: none;
}
embed,
iframe,
img,
object,
svg,
video {
    max-width: 100%;
}
table {
    table-layout: fixed;
    width: 100%;
}
[hidden] {
    display: none !important;
}
noscript {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}
body {
    font-family: Sculpin, sans-serif;
    font-size: 14px;
    color: #151211;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.alink {
    text-decoration: underline !important;
}
.d-none {
    display: none !important;
}
.counter {
    color: #151211;
}
.smallText {
    margin-top: 20px;
    letter-spacing: 1.5px;
    display: block;
    color: #151211;
    text-transform: uppercase;
    font-size: 12px;
}
.kMore {
    text-transform: uppercase;
    margin-top: 50px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #151211;
}
button.kMore {
    background: 0 0;
    border: none;
    padding: 0;
    line-height: normal;
    color: #fff;
}
.watchVideo .kMore {
    margin: 0 0 20px;
    color: #151211;
    font-weight: 400;
}
.nw-srvc-wpr .kMore {
    margin-top: 70px;
}
.watchVideo .kMore svg {
    margin: 0 15px 0 0;
}
.kMore svg {
    vertical-align: middle;
    margin-left: 15px;
}
.sellWatchContent .kMore svg {
    margin-left: 10px;
}
.insta-feed p svg {
    margin-left: 15px;
}
.feed-top a svg {
    width: 10px;
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.subsForm .kMore {
    margin-top: 25px;
}
.exploreVideo .kMore {
    margin-top: 85px;
}
.subsForm .kMore svg {
    fill: #fff;
    margin-left: 10px;
}
.loctMap svg {
    margin: 0;
    margin-right: 10px;
}
.vAll {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}
.vAll:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background: #151211;
    vertical-align: middle;
    margin-right: 20px;
}
.flx-aln-jusfy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.grt-colcn-heading,
.grt-colcn-heading h1 {
    font-family: petersburg-web, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    color: #151211;
}
.grt-colcn-heading h1 {
    display: inline;
}
.swiper-pagination-bullets {
    bottom: 25px !important;
}
.swiper-pagination-bullet {
    background: #f4f4f4 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}
.roundText {
    background: url(../../frontend/Ethos/smnew/en_GB/images/roundText.svg);
    width: 149px;
    height: 149px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.watchVideo .roundText {
    background-image: url(../../frontend/Ethos/smnew/en_GB/images/watchvideo.svg);
}
.nw-srvc-wpr .roundText {
    background-image: url(../../frontend/Ethos/smnew/en_GB/images/explore.svg);
}
.videoPoster {
    position: relative;
}
.roundText:hover,
.vdo-play:hover .roundText {
    animation: rotate-btn 10s linear infinite;
    -webkit-animation: rotate-btn 10s linear infinite;
}
@keyframes rotate-btn {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.videoPoster img {
    display: flex;
}
.videoPoster:before {
    content: "";
    background: #151211;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.srvc-vdo {
    position: relative;
}
.srvc-vdo iframe {
    background: #151211;
}
.srvc-imgs .videoPoster:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, 0.8);
}
.srvc-vdo .vdo-play {
    transform: scale(0.77);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    transform-origin: center;
}
.watchVideo .vdo-play {
    transform: scale(0.85);
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}
.vdo-play {
    position: absolute;
    width: 84px;
    height: 84px;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: calc(50% - 42px);
    left: calc(50% - 42px);
    border-radius: 0;
    justify-content: center;
    cursor: pointer;
    transition: border-radius 0.3s ease-in-out;
    border-radius: 52%;
}
.arrow {
    position: relative;
    width: 100px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 3px;
}
.who-talks-abt-us .arrow {
    left: calc(30% + 60px);
    bottom: -40px;
}
.arrow [class*="swiper-button"] {
    background: url(../../frontend/Ethos/smnew/en_GB/images/i-right-arr.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: -7px;
    cursor: pointer !important;
}
.arrow .swiper-pagination {
    pointer-events: none;
}
.who-talks-abt-us .arrow .swiper-pagination {
    bottom: -8px;
}
.arrow .swiper-button-prev {
    background-image: url(../../frontend/Ethos/smnew/en_GB/images/i-left-arr.svg);
    left: -7px;
}
.nw-ttlsctn {
    margin-bottom: 30px;
}
.min-crt-wrp .block-content {
    margin-top: 10px;
}
#btn-minicart-close {
    display: none;
}
.req-mdl .stz-frm input {
    margin-top: 5px;
}
.sell-quote-wrap h2.sec-ttl span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
.newArrivals .nw-ttlsctn h2.sec-ttl span {
    font-size: 24px;
    line-height: 34px;
}
.whtsapp a {
    box-shadow: 0px 0px 10px 5px rgb(0 0 0/8%);
    border-radius: 100%;
    display: flex;
}
.removeStyle:before {
    display: none;
}
.scrl-lst .wtch-lst a img,
.videoPoster img {
    height: auto;
}
#top-cart-btn-checkout {
    background-color: #151211;
    border: 1px solid #151211;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    padding: 7px;
}
.item.product.product-item .message.notice {
    position: relative;
    margin-top: 14px;
    top: 10px;
}
@media only screen and (min-width: 568px) and (max-width: 991px) and (orientation: landscape) {
    body {
        overflow: hidden;
        padding-top: 0;
    }
    body .page-wrapper,
    div#livechat-compact-container {
        display: none;
    }
    body:before {
        content: "Please Rotate Your Device";
        text-align: center;
        background: #fff;
        width: 100%;
        position: fixed;
        height: 100vh;
        padding-top: 10%;
        font-size: 20px;
        z-index: 1500;
    }
    body:after {
        content: "";
        width: 100%;
        position: fixed;
        height: 100vh;
        background: url(../../frontend/Ethos/smnew/en_GB/images/landscape.svg)
            no-repeat center 60%;
        z-index: 1500;
    }
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.prodGalleryWrap {
    margin: 0 auto;
}
@media (max-width: 767px) {
    .container {
        max-width: 86%;
    }
}
@media (min-width: 768px) {
    .container,
    .prodGalleryWrap {
        max-width: 93.8%;
    }
}
@media (min-width: 1360px) {
    .container,
    .prodGalleryWrap {
        max-width: 1225px;
    }
}
select::-moz-focus-inner {
    border: 0;
}
hr {
    background: #f2f2f2;
    border: none;
    height: 1px;
}
.btn,
button {
    background-color: #fff;
    border: 1px solid #151211;
    color: #151211;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 50px;
   
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-tap-highlight-color: transparent;
}
.stz-frm .btn {
    line-height: 40px;
}
.tp-lnk a.srchclk {
    display: none;
}
.btn:focus {
    outline: none;
}
button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
a,
a:visited,
.alink:visited {
    color: #151211;
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}
:active,
:focus {
    outline: none;
}
.actn-btn,
.actn-btn:hover {
    background-color: #151211;
    border: 1px solid #151211;
    color: #fff;
    min-width: 160px;
}
.actn-btn:visited,
.actn-btn:hover {
    color: #fff;
}
.btn-blk {
    display: block;
    padding: 7px 0;
    width: 100%;
}
.btn-flx {
    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;
}
.btn-flx img {
    margin-right: 5px;
}
.info-btn {
    background: #1f1f1f;
    border: 1px solid #1f1f1f;
    color: #fff;
    margin: 0 auto 58px;
}
.info-btn:hover {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.btn-sold {
    opacity: 0.4;
    pointer-events: none;
}
.btn-sold:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tocart.btn-sold:hover:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.txt-cntr {
    text-align: center;
}
section {
    padding: 30px 0;
    text-align: center;
}
section p {
 
    font-size: 15px !important; 
    line-height: 24px;
}
@media (max-width: 1024px) {
    section {
        padding: 50px 0;
    }
    #why_buyFrom .info-btn {
        margin-bottom: 48px;
    }
}
.sec-ttl {
    color: #151211;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: petersburg-web, serif;
}
#faq .faq-top > h2 {
    border-bottom: 0.5px dotted #151211;
    padding-bottom: 32px;
}
.mdl-bdy .sec-ttl span {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    line-height: 20px;
}
#speakExpert .mdl-bdy .sec-ttl span {
    color: #626262;
    font-weight: 400;
    font-family: Sculpin, sans-serif;
    font-size: 14px;
}
.sec-ttl + hr {
    margin: 16px auto 24px;
    height: 2px;
    width: 20px;
}
header {
    position: relative;
}
header .hdr-are {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 0.5px dotted #151211;
    position: relative;
}
header .stz-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .stz-logo svg {
    max-width: 200px;
}
@media (max-width: 3840px) and (min-width: 993px) {
    header {
        background: #fff;
    }
    header #subMenuM,
    header .toggle-menu {
        display: none;
    }
}
@media (max-width: 992px) {
    header {
        position: relative;
    }
    header .hdr-are {
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0;
    }
    header .toggle-menu {
        background: 0 0;
        border: none;
        line-height: 0;
        margin-left: calc(3.1000000000000014% - 10px);
        padding: 13px 11px;
        -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.01);
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.01);
        pointer-events: auto !important;
    }
    header .toggle-menu:hover {
        -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.035);
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.035);
    }
    header .toggle-menu .toggle-img {
        background: url(../../frontend/Ethos/smnew/en_GB/images/i-mobile-menu.svg)
            no-repeat center;
        display: block;
        width: 18px;
        height: 14px;
        background-size: cover;
    }
    header .toggle-menu.active {
        pointer-events: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    header #subMenuM.hide {
        opacity: 0;
        visibility: hidden;
    }
    header .brandLogo {
        padding: 12px 0;
    }
    header .stz-logo svg {
        max-width: 190px;
    }
    .grt-colcn-heading,
    .grt-colcn-heading h1 {
        font-size: 32px;
        line-height: normal;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    header .brandLogo {
        margin-left: 95px;
    }
}
@media (max-width: 767px) {
    header .toggle-menu {
        margin-left: calc(7% - 10px);
    }
}
header svg:hover path#stroke {
    stroke: #151211;
}
@media (max-width: 992px) {
    .headerFix nav.tp-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
        box-shadow: 0 10px 16px rgba(0, 0, 0, 0.04);
        z-index: 3;
    }
    .sld-right .hdr-are:before {
        content: "";
        position: fixed;
        background-color: rgba(0, 0, 0, 0.9);
        bottom: 0;
        left: -2px;
        right: 0;
        top: 0;
        top: 0;
        z-index: 3;
    }
}
ul.fst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
ul.fst li {
    margin-bottom: 0;
}
ul.fst > li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #151211;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.5px;
    padding: 11px 0;
    text-transform: uppercase;
    text-decoration: none;
}
ul.fst > li > a svg {
    margin-left: 7px;
    width: 9px;
}
ul.fst > li > a svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
ul.fst > li > a:hover {
    color: #151211;
}
ul.fst > li > a:hover svg {
    fill: #151211;
}
ul.fst > li > a:focus {
    color: #151211;
}
ul.fst > li > a:focus svg {
    fill: #151211;
}
ul.fst > li > a:active {
    color: #151211;
}
ul.fst > li > a:active svg {
    fill: #151211;
}
@media (min-width: 1025px) {
    ul.fst > li > a:hover + .sub-menu {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 1199px) and (min-width: 993px) {
    #subMenu-link.active + #subMenu.open {
        visibility: visible;
        opacity: 1;
    }
}
.secondary > li > a {
    color: #151211;
    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;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 12px;
    text-transform: uppercase;
}
.secondary > li > a svg {
    fill: #151211;
}
.secondary > li > a svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.secondary > li > a:hover {
    color: #151211;
}
.secondary > li > a:hover svg {
    fill: #151211;
}
.secondary > li > a:focus {
    color: #151211;
}
.secondary > li > a:focus svg {
    fill: #151211;
}
.secondary > li > a:active {
    color: #151211;
}
.secondary > li > a:active svg {
    fill: #151211;
}
@media (min-width: 993px) {
    .secondary a.ternary-sub {
        pointer-events: none;
    }
    .secondary a.ternary-sub:hover {
        color: #151211;
    }
    .secondary a.ternary-sub:hover svg {
        fill: #151211;
    }
}
.ternary a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}
.ternary a svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.ternary a:hover {
    color: #151211;
}
.ternary a:hover svg {
    fill: #151211;
}
.ternary a:focus {
    color: #151211;
}
.ternary a:focus svg {
    fill: #151211;
}
.ternary a:active {
    color: #151211;
}
.ternary a:active svg {
    fill: #151211;
}
.ternary a:before {
    content: ".";
    color: #151211;
    font-size: 12px;
    line-height: 0;
    margin-right: 10px;
    margin-top: -6px;
}
.ternary a[title="View All Watches"] {
    color: #151211;
}
.ternary a[title="View All Watches"] svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.ternary a[title="View All Watches"]:hover {
    color: #151211;
}
.ternary a[title="View All Watches"]:hover svg {
    fill: #151211;
}
.ternary a[title="View All Watches"]:focus {
    color: #151211;
}
.ternary a[title="View All Watches"]:focus svg {
    fill: #151211;
}
.ternary a[title="View All Watches"]:active {
    color: #151211;
}
.ternary a[title="View All Watches"]:active svg {
    fill: #151211;
}
.ternary a[title="View All Watches"] svg {
    fill: #151211;
    width: 5px;
    height: 10px;
    margin-left: 10px;
}
@media (max-width: 3840px) and (min-width: 993px) {
    .sub-menu {
        background: #f9f9f9;
        left: 0;
        opacity: 0;
        font-size: 12px;
        line-height: 20px;
        position: absolute;
        top: 100px;
        visibility: hidden;
        width: 100%;
        -webkit-transition:
            opacity 0.5s ease-in-out,
            visibility 0.5s ease-in-out;
        -o-transition:
            opacity 0.5s ease-in-out,
            visibility 0.5s ease-in-out;
        transition:
            opacity 0.5s ease-in-out,
            visibility 0.5s ease-in-out;
        -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
        z-index: 1050;
    }
    .sub-menu:hover {
        opacity: 1;
        visibility: visible;
    }
    .sub-menu .secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 48px 0;
        position: relative;
    }
    .sub-menu .secondary:before {
        top: -10px;
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f9f9f9;
        left: 50%;
        margin-left: -135px;
        position: absolute;
        -webkit-transition:
            opacity 0.5s ease-in-out,
            visibility 0.5s ease-in-out;
        -o-transition:
            opacity 0.5s ease-in-out,
            visibility 0.5s ease-in-out;
        transition:
            opacity 0.5s ease-in-out,
            visibility 0.5s ease-in-out;
    }
    .sub-menu .secondary > li:first-of-type,
    .sub-menu .secondary > li:nth-child(5) {
        display: none;
    }
    .sub-menu .secondary > li:last-child span {
        display: none;
    }
    .sub-menu .secondary .ternary {
        border-top: 1px solid #f2f2f2;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 385px;
        margin-top: 20px;
        padding-top: 13px;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .sub-menu .secondary .ternary a {
        font-weight: 500;
        text-transform: capitalize;
    }
    .mnu-brnd {
        min-width: 590px;
    }
}
@media (min-width: 1112px) and (max-width: 1279px) {
    .mnu-gndr,
    .mnu-prc {
        min-width: 190px;
    }
}
@media (min-width: 1280px) {
    .mnu-gndr,
    .mnu-prc {
        min-width: 175px;
    }
}
@media (max-width: 1024px) and (min-width: 993px) {
    .sub-menu .secondary > li {
        margin-right: 15px;
    }
    .sub-menu .secondary > li:nth-child(2) {
        min-width: 500px;
    }
    .sub-menu .secondary > li:nth-child(4) {
        margin-right: 0;
    }
}
@media (max-width: 1366px) and (min-width: 1200px) {
    .sub-menu .secondary li {
        margin-right: 15px;
    }
    .sub-menu .secondary li:last-child {
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-min-device-pixel-ratio: 2) {
    .sub-menu.open {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 1279px) and (min-width: 993px) {
    .sub-menu .secondary > li:last-child {
        display: none;
    }
}
@media (max-width: 992px) {
    .sale-bnr {
        display: none;
    }
    .page-wrapper.sld-right {
        pointer-events: none;
    }
    .sub-menu {
        background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#efefef),
            color-stop(5%, #fff),
            to(#fff)
        );
        background-image: -webkit-linear-gradient(
            #efefef 0%,
            #fff 5%,
            #fff 100%
        );
        background-image: -o-linear-gradient(#efefef 0%, #fff 5%, #fff 100%);
        background-image: linear-gradient(#efefef 0%, #fff 5%, #fff 100%);
        position: absolute;
        overflow: hidden;
        overflow-y: scroll;
        height: 0;
        top: 126px;
        left: 0;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        z-index: 1052;
        -webkit-transition: height 0.5s linear;
        -o-transition: height 0.5s linear;
        transition: height 0.5s linear;
    }
    .sub-menu a {
        letter-spacing: 0.5px;
        font-size: 12px;
    }
    #subMenuM.sub-menu {
        height: 100vh;
        top: 0;
        width: 50%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background: #1f1f1f;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 56px;
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        pointer-events: auto !important;
    }
    #subMenuM.sub-menu.open {
        opacity: 1;
        transform: translateX(0);
    }
    #subMenuM.sub-menu > .secondary {
        background: #fff;
        max-width: 100%;
        padding: 0 7%;
    }
    #subMenuM.sub-menu > .secondary li:last-child {
        border-bottom: none;
    }
    #subMenuM.sub-menu .sec-ttl {
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0;
        text-align: center;
    }
    #subMenuM.sub-menu .mbl-mnu-vdo {
        padding-bottom: 20px;
    }
    #subMenuM.sub-menu .mnu-srv-vdo {
        max-width: 86%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    #subMenuM.sub-menu {
        padding-bottom: 76px;
    }
    #subMenuM.sub-menu {
        width: 75%;
    }
}
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #subMenuM.sub-menu {
        padding-bottom: 99px;
    }
}
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #subMenuM.sub-menu {
        padding-bottom: 99px;
    }
}
@media (max-width: 992px) and (max-width: 375px) {
    #subMenuM.sub-menu .mnu-srv-vdo {
        margin-bottom: 70px;
    }
}
@media (max-width: 992px) {
    #subMenuM.sub-menu .mbl-mnu-accnt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #subMenuM.sub-menu .mbl-mnu-accnt a:last-of-type {
        margin-left: 24px;
        position: relative;
    }
    #subMenuM.sub-menu .mbl-mnu-accnt a:last-of-type:before {
        background: #e6e6e6;
        content: "";
        position: absolute;
        top: 21px;
        left: -13px;
        width: 2px;
        height: 10px;
    }
    .page-wrapper {
        -webkit-transition: -webkit-transform 0.3s linear;
        transition: -webkit-transform 0.3s linear;
        -o-transition: transform 0.3s linear;
        transition: transform 0.3s linear;
        transition:
            transform 0.3s linear,
            -webkit-transform 0.3s linear;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .page-wrapper.sld-right #maincontent,
    .page-wrapper.sld-right .stz-logo,
    .page-wrapper.sld-right .tp-nav {
        pointer-events: none;
    }
}
@media (max-width: 992px) {
    .tp-nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        background: #fff;
        width: 100%;
    }
    .tp-nav > ul {
        max-width: 414px;
        margin: 0 auto;
    }
    .tp-nav > ul > li > a {
        padding: 15px 0;
    }
}
@media (max-width: 767px) {
    .tp-nav > ul {
        max-width: 360px;
    }
    .secondary {
        max-width: 86%;
    }
    .tp-nav > ul {
        max-width: 86%;
    }
    .tp-nav > ul > li {
        display: inline-block;
    }
    .tp-nav > ul > li:first-child a {
        padding-left: 0;
    }
    .tp-nav > ul > li:last-child a {
        padding-right: 0;
    }
    #minicart-content-wrapper .actions .secondary {
        max-width: 100%;
    }
}
.tp-lnk {
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    justify-content: end;
    min-width: 226px;
}
.tp-lnk a {
    margin-right: 30px;
    display: flex;
    align-items: center;
    color: #151211;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.tp-lnk a[title="My Cart"] {
    margin-right: 0;
}
.tp-lnk a svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
    margin-right: 8px;
}
.counterNumber {
    position: relative;
    color: #151211;
    font-size: 0px !important;
}
.counter.qty {
    display: inline-block;
    font-size: 12px;
    position: relative;
}
.counter.qty:before {
    content: "(";
}
.counter.qty:after {
    content: ")";
}
.empty.counter {
    display: none;
}
@media (max-width: 992px) {
    .tp-lnk {
        margin-right: calc(3.1000000000000014% - 11px);
        width: auto;
    }
    .tp-lnk > a {
        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;
    }
    .tp-lnk > a svg {
        fill: #000;
        width: 15px;
        height: 15px;
        margin: 0;
    }
    .tp-lnk > a svg path#stroke {
        stroke: #000;
    }
}
@media (max-width: 767px) {
    .tp-lnk {
        margin-right: calc(7% - 11px);
    }
}
@media (max-width: 767px) {
    #subMenu .secondary {
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
@supports (-webkit-overflow-scrolling: touch) {
    #subMenu .secondary {
        padding-bottom: 72px;
    }
}
.srch-wrap {
    background: #f9f9f9;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: 140px;
    width: 100%;
    -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
    -webkit-transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    -o-transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    z-index: 1050;
}
header.page-header .srch-wrap {
    z-index: 5;
}
.srch-wrap .stz-frm {
    display: block;
}
.srch-wrap .srch.container {
    padding: 60px 0 18%;
    position: relative;
}
.srch-wrap .srch.container:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f9f9f9;
    position: absolute;
    right: 0;
    top: -10px;
}
.srch-wrap #search_autocomplete_new {
    display: none;
}
#search_autocomplete {
    background: #f4f4f4;
    z-index: 2;
    padding: 10px 20px;
    display: none;
}
#search_autocomplete ul li {
    padding: 5px 0;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
    word-break: break-word;
}
#search_autocomplete ul li span {
    display: inline-block;
    width: auto;
    margin-right: 2px;
}
#search_autocomplete ul li span.amount {
    display: none;
}
.srch-wrap #search_mini_form,
#search_mini_form_new {
    max-width: 620px;
    margin: 0 auto;
    position: relative;
    z-index: 1050;
}
.srch-wrap #search_mini_form input,
#search_mini_form_new input {
    padding-bottom: 5px;
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
}
.srch-wrap #srch-submit {
    background: 0 0;
    border: none;
    padding: 0;
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    top: 22px;
    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;
    left: auto;
    top: 0;
}
.srch-wrap #srch-submit svg {
    fill: #7f7f7f;
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.srch-wrap #srch-submit svg #stroke {
    stroke: #7f7f7f;
    -webkit-transition: stroke 0.5s ease-in-out;
    -o-transition: stroke 0.5s ease-in-out;
    transition: stroke 0.5s ease-in-out;
}
@media (max-width: 992px) {
    .srch-wrap #srch-submit svg {
        width: 14px;
        height: 14px;
    }
}
.srch-wrap #srch-submit:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.srch-wrap #srch-submit:hover svg {
    fill: #151211;
}
.srch-wrap #srch-submit:hover svg #stroke {
    stroke: #151211;
}
.srch-wrap .srch-cls-btn {
    background: #fff;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 75px;
    margin-left: -22px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    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;
}
.srch-wrap .srch-cls-btn svg {
    fill: #151211;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.srch-wrap .srch-cls-btn:hover svg {
    fill: #151211;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (max-width: 992px) {
    .srch-wrap .srch.container {
        padding: 40px 0 40%;
    }
    .srch-wrap .srch-cls-btn {
        bottom: 40px;
        top: auto;
        right: calc(50% - 22px);
    }
}
.srch-wrap.open {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 992px) {
    .headerFix .srch-wrap {
        top: 107px;
    }
}
.page-title {
    color: #151211;
    font-size: 40px;
    letter-spacing: 0.2px;
    line-height: 55px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: petersburg-web, sans-serif;
    margin-bottom: 0;
}
.page-title span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    max-width: 620px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pg-ttl-wrap {
    line-height: 0;
    position: relative;
    width: 100%;
    max-height: 180px;
}
.pg-ttl-wrap img {
    min-height: 132px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 132px;
}
.pg-ttl-wrap .ttl-ovr-img {
    margin-top: -66px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 1;
    min-height: 132px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
.pg-ttl-wrap .ttl-ovr-img .page-title {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}
@media (max-width: 1194px) {
    .pg-ttl-wrap {
        max-height: 160px;
    }
    .pg-ttl-wrap img {
        min-height: 160px;
        max-height: 160px;
    }
    .pg-ttl-wrap .ttl-ovr-img {
        margin-top: -80px;
        min-height: 160px;
    }
}
@media (max-width: 767px) {
    .page-title {
        max-width: 86%;
        margin: 0 auto;
    }
}
.search.results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search.results .prdt-slec-optn + dl.block,
.search.results .prdt-slec-optn + dl.block + dl.block {
    display: none;
}
#search_autocomplete_new {
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    z-index: 9;
}
#search_autocomplete_new ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#search_autocomplete_new ul li {
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-top: 20px;
    padding: 10px 20px;
    -webkit-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    width: auto;
    border: none;
}
#search_autocomplete_new ul li:hover {
    background: #f9f9f9;
}
#search_autocomplete_new ul li span.amount {
    display: none;
}
@media (max-width: 1024px) {
    .search.results #amasty-shopby-product-list {
        width: 100%;
    }
    .am-show-button > .am-items.-loading {
        background-position: center;
        width: 50%;
        padding: 0 !important;
        margin: 0;
    }
}
@media (max-width: 992px) {
    #search_autocomplete_new ul {
        display: block;
        white-space: nowrap;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #search_autocomplete_new ul li {
        display: inline-block;
    }
    .counterNumber {
        top: -4px;
    }
}
.page-empty {
    min-height: calc(100vh - 99px);
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    background: #fff !important;
}
.page-empty h2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #151211;
    margin: 30px 0 5px;
}
.page-empty p {
    color: #7f7f7f;
    line-height: 24px;
}
.page-empty .actn-btn {
    margin-top: 25px;
}
@media (max-width: 992px) {
    .page-empty {
        min-height: calc(100vh - 198px);
    }
}
@media (max-width: 767px) {
    .page-empty {
        min-height: calc(100vh - 286px);
    }
    .page-empty img {
        width: 150px;
    }
    #search_dpdwn .srch.container {
        max-width: 100%;
    }
    #search_autocomplete_new {
        padding: 10px 0;
    }
    #search_autocomplete_new ul li:nth-of-type(1) {
        margin-left: 10px;
    }
    .srch.container #search {
        max-width: 86%;
        margin: 0 auto;
    }
    .srch-wrap #srch-submit {
        right: 30px;
    }
    #search_autocomplete_new {
        width: 100% !important;
    }
}
.breadcrumbs ul,
.stz-breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    position: absolute;
    z-index: 2;
}
.breadcrumbs ul li,
.breadcrumbs ul li > strong,
.stz-breadcrumbs ul li,
.stz-breadcrumbs ul li > strong {
    color: #7f7f7f;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
}
.breadcrumbs ul a,
.stz-breadcrumbs ul a {
    margin-right: 15px;
}
.breadcrumbs ul a:after,
.stz-breadcrumbs ul a:after {
    content: url("../../frontend/Ethos/smnew/en_GB/images/i-right-arr.svg");
    margin-left: 15px;
    opacity: 0.7;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.breadcrumbs ul a svg,
.stz-breadcrumbs ul a svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.breadcrumbs ul a:hover,
.stz-breadcrumbs ul a:hover {
    color: #151211;
}
.breadcrumbs ul a:hover svg,
.stz-breadcrumbs ul a:hover svg {
    fill: #151211;
}
.breadcrumbs ul a:focus,
.stz-breadcrumbs ul a:focus {
    color: #151211;
}
.breadcrumbs ul a:focus svg,
.stz-breadcrumbs ul a:focus svg {
    fill: #151211;
}
.breadcrumbs ul a:active,
.stz-breadcrumbs ul a:active {
    color: #151211;
}
.breadcrumbs ul a:active svg,
.stz-breadcrumbs ul a:active svg {
    fill: #151211;
}
@media (max-width: 992px) {
    .breadcrumbs,
    .stz-breadcrumbs {
        display: none;
    }
}
.cat-link {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
}
.cat-link svg {
    margin-left: 7px;
}
.cat-link svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.cat-link:hover {
    color: #151211;
}
.cat-link:hover svg {
    fill: #151211;
}
.cat-link:focus {
    color: #151211;
}
.cat-link:focus svg {
    fill: #151211;
}
.cat-link:active {
    color: #151211;
}
.cat-link:active svg {
    fill: #151211;
}
.cat-link:hover #hover {
    fill: #151211;
}
.scrl-lst .cat-link {
    position: relative;
}
.scrl-lst .cat-link:after {
    content: "";
    background: #7f7f7f;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3px;
    -webkit-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
.scrl-lst .cat-link:hover:after {
    background: #151211;
}
.stz-acdn .acdn-list {
    border-bottom: 0.5px dotted #151211;
}
.stz-acdn .acdn-lnk {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 25px 0 15px;
    position: relative;
    -webkit-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    letter-spacing: 0.1px;
}
.stz-acdn .acdn-lnk svg {
    fill: #151211;
    margin-right: 15px;
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
    width: 18px;
    margin-top: 2px;
}
.stz-acdn .acdn-lnk span {
    width: calc(100% - 35px);
}
.stz-acdn .acdn-lnk #minus {
    visibility: visible;
    opacity: 1;
    -webkit-transition:
        visibility 0.5s ease-in-out,
        opacity 0.5s ease-in-out;
    -o-transition:
        visibility 0.5s ease-in-out,
        opacity 0.5s ease-in-out;
    transition:
        visibility 0.5s ease-in-out,
        opacity 0.5s ease-in-out;
}
.stz-acdn .acdn-lnk:hover {
    color: #151211;
}
.stz-acdn .acdn-lnk:hover svg {
    fill: #151211;
}
.stz-acdn .acdn-lnk.active {
    color: #151211;
}
.stz-acdn .acdn-lnk.active svg {
    fill: #151211;
}
.stz-acdn .acdn-lnk.active #minus {
    visibility: hidden;
    opacity: 0;
}
.stz-acdn .acdn-panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    margin-bottom: 14px;
}
.stz-acdn .acdn-panel p {
    margin-bottom: 0;
    word-break: break-word;
    max-width: calc(100% - 72px);
}
.stz-acdn .acdn-panel p + p {
    margin-top: 8px;
}
.stz-acdn .acdn-panel > :last-of-type {
    margin-bottom: 4px;
}
#why_buyFrom {
    padding: 58px 0 70px;
}
#why_buyFrom .container > p {
    max-width: 710px;
    margin: 8px auto 24px !important;
}
#why_buyFrom .fcs-pnt,
#why_buyFrom .ftrd-cnt,
#why_buyFrom > hr {
    max-width: 960px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    #why_buyFrom hr + img {
        margin-bottom: 12px;
    }
}
#why_buyFrom .fcs-pnt {
    margin-bottom: 58px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#why_buyFrom .pnt-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px !important;
    width: 45%;
}
#why_buyFrom .pnt-lst img {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}
#why_buyFrom .lst-cnt {
    max-width: 385px;
}
#why_buyFrom .lst-cnt p {
    margin-top: 0 !important;
    line-height: 24px !important;
    font-size: 14px !important;
}
#why_buyFrom .pnt-ttl {
    color: #151211;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 4px;
}
@media (max-width: 1024px) {
    #why_buyFrom .fcs-pnt {
        margin-bottom: 40px !important;
    }
    #why_buyFrom .pnt-lst img {
        height: 32px;
    }
    #why_buyFrom {
        padding: 40px 0;
    }
}
@media (max-width: 992px) {
    #why_buyFrom .fcs-pnt,
    #why_buyFrom > hr {
        max-width: 93.8%;
    }
    #why_buyFrom .lst-cnt {
        max-width: 86%;
    }
}
@media (max-width: 767px) {
    #why_buyFrom .fcs-pnt,
    #why_buyFrom > hr {
        max-width: 86%;
    }
    #why_buyFrom .lst-cnt {
        max-width: calc(100% - 45px);
    }
    #why_buyFrom .pnt-lst {
        width: 100%;
        margin-top: 20px !important;
    }
}
.nw-sll-wtch > .container {
    text-align: left;
    padding-left: 15%;
}
#sll-wtch.nw-sll-wtch {
    background: #f4f4f4;
    display: flex;
    padding: 100px 0;
    background-image: url(../../frontend/Ethos/smnew/en_GB/images/sellWatch.svg);
    background-repeat: no-repeat;
    align-items: center;
    background-size: contain;
}
#sll-wtch.nw-sll-wtch .info-btn {
    border-radius: 0 !important;
}
.sellWatchContent {
    max-width: 810px;
    float: right;
}
#sll-wtch.nw-sll-wtch .sll-top {
    max-width: 100%;
}
#sll-wtch.nw-sll-wtch .sec-ttl {
    font-size: 40px;
    margin-bottom: 25px !important;
}
#sll-wtch.nw-sll-wtch .sll-top p {
    font-size: 16px;
    line-height: 28px;
}
.hWorks {
    margin-top: 48px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    display: block;
    font-size: 12px;
    color: #151211;
    font-weight: 500;
}
.hWorks:after {
    content: "";
    position: absolute;
    left: 170px;
    width: 3px;
    height: 3px;
    background: #151211;
    border-radius: 100%;
    top: 6px;
}
.hWorks:before {
    content: "";
    display: block;
    width: calc(100% - 180px);
    height: 0.5px;
    background: #151211;
    left: 170px;
    position: absolute;
    top: 7px;
}
#sll-wtch .trade-up-stp {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sll-wtch .trade-up-stp .stp-lst {
    max-width: 100%;
    width: 42%;
}
.nw-spt-incs {
    background: url(../../frontend/Ethos/smnew/en_GB/images/override/nw-stz-icn.svg)
        no-repeat;
    width: 68px;
    height: 68px;
    display: inline-flex;
}
.sell-wtch {
    background-position: -86px -15px;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 35px;
    height: 35px;
}
#sll-wtch .trade-up-stp .stp-lst:nth-of-type(n + 3) {
    margin-top: 70px;
}
#sll-wtch .trade-up-stp .stp-lst p {
    color: #151211;
    font-size: 14px;
    line-height: 24px;
}
#sll-wtch .trade-up-stp .stp-lst .stp-ttl {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 24px;
    margin: 20px 0 8px;
}
.sellWatchContent .kMore {
    margin-top: 80px;
}
@media (max-width: 1440px) {
    .nw-sll-wtch > .container {
        padding-left: 45%;
    }
    #sll-wtch .trade-up-stp {
        max-width: 100%;
    }
    .swiper-slide .caption {
        left: 2%;
    }
    #sll-wtch .trade-up-stp .stp-lst {
        width: 45%;
    }
}
@media (max-width: 1166px) {
    #sll-wtch.nw-sll-wtch {
        padding: 50px 0;
    }
    #sll-wtch .trade-up-stp .stp-lst,
    #sll-wtch .trade-up-stp .stp-lst:nth-of-type(n + 3) {
        margin-top: 20px;
    }
    .sellWatchContent .kMore {
        margin-top: 30px;
    }
    #sll-wtch .trade-up-stp .stp-lst .stp-ttl {
        margin: 10px 0;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    #sll-wtch .trade-up-stp .stp-lst {
        width: 48%;
        margin: 0;
        text-align: left;
    }
    #sll-wtch.nw-sll-wtch {
        background-image: none;
    }
    #sll-wtch .trade-up-stp {
        overflow: inherit;
        display: flex;
    }
    .nw-sll-wtch > .container {
        padding: 0;
    }
    .sellWatchContent {
        max-width: 100%;
        float: none;
    }
    #sll-wtch .trade-up-stp .stp-lst:nth-of-type(n + 3) {
        margin-top: 30px !important;
    }
    #sll-wtch {
        padding: 40px 0 0;
        position: relative;
        border-top: 1px solid #e6e6e6;
    }
    #sll-wtch .sec-ttl {
        padding-top: 0;
    }
}
#sll-wtch .trade-up-stp .stp-lst img {
    height: 50px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
#sll-wtch .trade-up-stp .stp-lst img[alt="Send Us Your Watch"] {
    -webkit-filter: invert(0);
    filter: invert(0);
}
#sll-wtch .trade-up-stp img[alt="Divider Arrow"] {
    opacity: 1;
}
@media (max-width: 1111px) and (min-width: 768px) {
    #sll-wtch .trade-up-stp .stp-lst p {
        white-space: normal;
    }
    #sll-wtch .trade-up-stp img[alt="Divider Arrow"] {
        opacity: 0.4;
        min-width: 10px;
        margin: 0 20px;
    }
}
@media (max-width: 1024px) {
    #get-quote.trade-quote-frm {
        margin-top: 0 !important;
        padding: 48px 0 !important;
    }
}
#sll-wtch .info-btn {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 32px auto 0;
}
#sll-wtch .info-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#sll-wtch .info-btn.info-link {
    background: #fff;
    color: #151211;
}
#sll-wtch img[alt="Divider Arrow"] {
    opacity: 1 !important;
}
@media (max-width: 1024px) {
    #sll-wtch .info-btn.info-link {
        margin: 0 auto 48px;
    }
}
@media (max-width: 1111px) and (min-width: 768px) {
    .ipad-scrollar-hide {
        max-height: 242px;
        overflow-y: hidden;
    }
    .ipad-scrollar-hide .trade-up-stp {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    #sll-wtch .trade-up-stp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 28px !important;
    }
    #sll-wtch .trade-up-stp .stp-lst {
        width: 100%;
        margin-top: 25px;
    }
    #sll-wtch .trade-up-stp img[alt="Divider Arrow"] {
        opacity: 0.4;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 48px auto 48px;
    }
    #sll-wtch .trade-up-stp .stp-lst p {
        font-size: 14px;
        line-height: 24px;
    }
    #sll-wtch .trade-up-stp {
        margin-top: 0;
    }
    #sll-wtch .trade-up-stp .stp-lst .stp-ttl {
        margin: 20px 0 10px;
    }
    .hWorks {
        margin-top: 25px;
    }
}
.faq-wrap {
    position: relative;
}
.faq-wrap > img {
    border-radius: 50%;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    top: -17px;
    -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
    display: none;
}
.wtch-lst .swiper-slide {
    background: #fff;
}
.slideItem {
    max-width: 25%;
    margin-right: 2px;
}
.wtch-lst .bnd-name {
    color: #151211;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
}
.newArrivals .wtch-lst .bnd-name {
    width: 100%;
}
.newArrivals .wtch-lst .bnd-name,
.newArrivals .wtch-lst .bnd-name span:first-of-type {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newArrivals .wtch-lst .bnd-name span:first-of-type {
    display: inline;
}
body:not(.cms-home) .bnd-name span {
    text-transform: capitalize;
}
.wtch-lst hr {
    width: 20px;
    margin: 10px auto;
    display: none;
}
.wtch-lst .wtch-cndn.sold {
    margin: 0 !important;
    padding: 0 !important;
    background: 0 0;
    color: #151211000;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 1;
}
@media (min-width: 992px) {
    nav.tp-nav {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
}
@media (min-width: 993px) {
    .wtch-lst hr {
        margin: 15px auto;
    }
    header .hdr-are:after {
        content: "";
        border-bottom: 0.5px dotted #151211;
        width: 100%;
        position: absolute;
        bottom: -47px;
    }
    #allWatches-1 {
        background: #fff;
        position: absolute;
        top: 172px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0 10px 16px rgb(0 0 0/5%);
        box-shadow: 0 10px 16px rgb(0 0 0/5%);
        z-index: 4;
        transition:
            opacity 0.3s ease-in-out,
            visibility 0.3s ease-in-out;
    }
    a.subMenuToggle:hover + div#allWatches-1,
    div#allWatches-1:hover {
        opacity: 1;
        visibility: visible;
    }
    #menuWrapper-1 .dropdown-items {
        max-height: 310px !important;
    }
}
.wtch-lst .actn-btn.btn-sold {
    display: inline-block;
    margin-top: 15px;
}
.wtch-lst form[data-role="tocart-form"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}
.wtch-lst form[data-role="tocart-form"] .btn img {
    display: none;
}
@media (max-width: 767px) {
    .wtch-lst .btn {
        font-size: 12px;
        padding: 5px 35px !important;
        -webkit-box-shadow: 0 10px 15px rgba(159, 107, 83, 0.1);
        box-shadow: 0 10px 15px rgba(159, 107, 83, 0.1);
    }
    .wtch-lst .wtch-cndn .cndtn-tip {
        display: none !important;
    }
}
@media (max-width: 320px) {
    .wtch-lst .btn {
        padding: 5px 25px !important;
    }
}
.wtch-cndn .cndtn-tip {
    width: 260px;
    background-color: #151211;
    color: #fff;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    text-transform: initial;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition:
        all 0.3s ease-in-out,
        -webkit-transform 0.8s ease-in-out;
    transition:
        all 0.3s ease-in-out,
        -webkit-transform 0.8s ease-in-out;
    -o-transition:
        all 0.3s ease-in-out,
        transform 0.8s ease-in-out;
    transition:
        all 0.3s ease-in-out,
        transform 0.8s ease-in-out;
    transition:
        all 0.3s ease-in-out,
        transform 0.8s ease-in-out,
        -webkit-transform 0.8s ease-in-out;
    z-index: 2;
}
@media (max-width: 360px) {
    .wtch-cndn .cndtn-tip {
        width: 300px;
    }
}
@media (max-width: 320px) {
    .wtch-cndn .cndtn-tip {
        width: 275px;
    }
}
.wtch-cndn .cndtn-tip .cndtn-tip-tbl {
    border-spacing: 0;
    text-align: left;
}
.wtch-cndn .cndtn-tip .cndtn-tip-tbl td {
    letter-spacing: 0.1px;
    padding: 8px;
    padding-left: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 400;
    font-size: 10px;
}
.wtch-cndn .cndtn-tip .cndtn-tip-tbl td:first-child {
    border-left: none;
    width: 40%;
}
.wtch-cndn .cndtn-tip .cndtn-tip-tbl td:last-child {
    width: 60%;
    border-right: none;
}
.wtch-cndn .cndtn-tip .cndtn-tip-tbl tr:last-child td {
    border-bottom: none;
}
.wtch-cndn .cndtn-tip:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 100px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #151211;
}
.wtch-cndn:active .cndtn-tip,
.wtch-cndn:hover .cndtn-tip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.wtch-cndn b {
    margin: 0;
    font-weight: 400;
}
.wtch-cndn .cndn-expl svg path {
    fill: #bebebe;
}
.wtch-cndn.sold {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    background: #151211;
    opacity: 0.5;
}
.wtch-lst .wtch-cndn {
    margin: 10px auto 5px;
}
.wtch-lst .wtch-cndn .cndtn-tip {
    display: block;
}
.cur-prc,
.soldOut {
    color: #151211;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    flex-wrap: wrap;
    min-width: 135px;
    margin-top: 0;
    letter-spacing: 0.5px;
}
.soldOut {
    justify-content: space-around;
}
.prod-grid .cur-prc,
.soldOut {
    margin-top: 15px;
}
.is-off-prc {
    width: 100%;
    text-align: right;
}
.cur-prc .prc-dcnt {
    color: #151211;
    font-weight: 500;
}
.off-prc {
    letter-spacing: 0.5px;
}
.lead-banner .thumb-wrap .thumb-itm .cur-prc {
    color: #151211;
    font-weight: 500;
}
.scrl-lst {
    background: #f4f4f4;
}
.bndDetail {
    border-top: 2px solid #f4f4f4;
    padding: 30px;
    text-align: center;
    letter-spacing: 0.5px;
}
.slideItem .bndDetail {
    text-align: center;
}
.prod-grid .bndDetail {
    border: none;
    padding: 30px 0 0;
}
.watch-year-dail-size {
    justify-content: center;
}
.scrl-lst .cur-prc.is-off {
    font-size: 12px;
}
.wtch-lst li.sold {
    opacity: 0.8;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.wtch-lst li.sold:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.page-footer {
    background: #151211;
}
.ftr-lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 58px 0;
}
.sml-hlp-lne-dtls p,
.ftr-lnk .ftr-col h3,
.ftr-lnk a {
    font-size: 14px;
    font-weight: 400;
}
.sml-hlp-lne-dtls p,
.ftr-lnk .ftr-col h3,
.ftr-lnk a,
.copyright a,
.copyright p,
.ftr-col p {
    color: #fff;
}
.ftr-col.subsForm {
    max-width: 380px;
    width: 100%;
    margin-right: 8%;
}
.ftr-col {
    min-width: 200px;
    max-width: 20%;
}
@media (max-width: 1199px) {
    .ftr-lnk .ftr-col {
        margin-top: 20px;
        padding-top: 0;
        min-width: auto;
    }
}
@media (max-width: 992px) {
    .ftr-lnk .ftr-col {
        width: 40%;
        margin-top: 40px;
    }
    .bndDetail {
        padding: 20px;
    }
}
.ftr-lnk .ftr-col > * {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}
.ftr-col a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
}
.ftr-lnk .ftr-col > * img {
    margin-right: 10px;
}
.ftr-lnk .ftr-col > :not(h3) svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.ftr-lnk .ftr-col h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
.ftr-lnk .subsForm h3 {
    font-size: 24px;
    font-family: petersburg-web, serif;
    font-weight: 400;
}
.ftr-lnk .subsForm p {
    font-size: 14px;
    color: #fff;
}
.subsForm form {
    margin-top: 20px;
}
.subsForm .form-group {
    width: 100%;
}
.subsForm input {
    width: 100%;
    padding: 10px;
    height: 42px;
}
.ftr-lnk .subsForm input {
    border-radius: 0;
    border: none;
}
@media (max-width: 992px) {
    .ftr-lnk {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 30px;
    }
}
@media (max-width: 767px) {
    .ftr-lnk .ftr-col {
        width: 100%;
        margin-top: 36px;
    }
    .ftr-lnk .ftr-col:first-child {
        margin-top: 40px !important;
    }
}
.copyright {
    border-top: 0.5px dotted #fff;
    padding: 16px 0;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1px;
    align-items: center;
}
.copyright .container {
    align-items: center;
}
.socialLinks {
    display: flex;
}
.socialLinks li {
    display: inline-block;
    margin-right: 10px;
}
.socialLinks a {
    background: url(../../frontend/Ethos/smnew/en_GB/images/ic-bg.svg);
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 3840px) and (min-width: 768px) {
    .mobile {
        display: none;
    }
}
@media (max-width: 1194px) {
    p.copyright {
        padding-bottom: 24px;
    }
}
@media (max-width: 767px) {
    .desktop {
        display: none;
    }
}
.formWrap .flx-jusfy {
    align-items: center;
}
.loginForm > .flx-jusfy {
    justify-content: flex-start;
}
.subs-frm {
    margin-top: 45px;
}
.stz-frm {
    text-align: left;
    margin-bottom: 0;
    width: 100%;
    position: relative;
}
.hdr-are .stz-frm {
    max-width: 350px;
}
#srch-submit {
    border: none;
    position: absolute;
    top: 12px;
    left: 0;
    padding: 0;
    width: auto;
    max-width: 20px;
    background: 0 0;
}
.stz-frm *:not(.actn-btn) {
    display: block;
    width: 100%;
}
.stz-frm label {
    font-size: 12px;
    line-height: 18px;
    margin-top: 24px;
    color: #151211;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}
.stz-frm .subs-bx label {
    margin-bottom: 0;
}
.subs-bx label[for="newsletter_agmnt"] img,
.subs-bx label[for="newsletter_agmnt"] a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.stz-frm input,
.stz-frm select,
.stz-frm textarea {
    background: 0 0;
    font-size: 12px;
    padding: 0 20px;
    border: 0.5px solid #151211;
    line-height: 42px;
    height: 42px;
    border-radius: 0;
}
#subscribe_frm input,
#reqAnOffer .req-frm input {
    height: 42px !important;
    max-height: 42px !important;
    line-height: 42px !important;
    border: 1px solid #151211;
}
#subscribe_btn.btn,
#reqAnOffer .req-frm .btn {
    border: none;
}
.stz-frm textarea {
    min-height: 100px;
}
.hdr-are .stz-frm input {
    border: none;
    padding-left: 30px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.hdr-are .stz-frm input::placeholder {
    color: #151211;
    opacity: 1;
}
.stz-frm .lbl-slt {
    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;
}
.stz-frm .lbl-slt svg {
    margin-bottom: -25px;
    width: auto;
}
.stz-frm .subs-bx {
    margin-bottom: 25px;
    position: relative;
}
.stz-frm .subs-bx label {
    line-height: 28px;
}
select option {
    color: #7f7f7f;
}
@-moz-document url-prefix() {
    select {
        margin-left: -4px;
    }
}
._keyfocus :focus,
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: auto;
}
[type="checkbox"] + a,
[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 20px;
    margin-top: 20px;
}
[type="checkbox"] + a {
    margin-top: 0;
}
[type="checkbox"] + a:after,
[type="checkbox"] + a:before,
[type="checkbox"] + label:after,
[type="checkbox"] + label:before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-transition:
        border 0.25s,
        width 0.2s 0.1s,
        height 0.2s 0.1s,
        top 0.2s 0.1s,
        left 0.2s 0.1s;
    -o-transition:
        border 0.25s,
        width 0.2s 0.1s,
        height 0.2s 0.1s,
        top 0.2s 0.1s,
        left 0.2s 0.1s;
    transition:
        border 0.25s,
        width 0.2s 0.1s,
        height 0.2s 0.1s,
        top 0.2s 0.1s,
        left 0.2s 0.1s;
}
[type="checkbox"] + a:after,
[type="checkbox"] + label:after {
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #151211;
    z-index: 0;
    top: 8px;
}
[type="checkbox"]:checked + a:after,
[type="checkbox"]:checked + label:after {
    background: #151211;
}
[type="checkbox"] + a:before,
[type="checkbox"] + label:before {
    content: "";
    background: 0 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    width: 6px;
    height: 3px;
    top: 12px;
    left: 3px;
    transform: rotate(-45deg) scale(0);
    opacity: 0;
}
[type="checkbox"]:checked + a:before,
[type="checkbox"]:checked + label:before {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}
label[for="newsletter_agmnt"] * {
    display: inline-block;
    width: auto;
}
@media (max-width: 767px) {
    label[for="newsletter_agmnt"] * {
        line-height: 16px;
    }
}
label[for="newsletter_agmnt"] a {
    margin: 0 3px;
    position: relative;
    text-decoration: underline;
    z-index: 2;
}
label[for="newsletter_agmnt"] img {
    vertical-align: middle;
}
#newsletter .mdl-ctnt {
    max-width: 510px;
}
#newsletter-replace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#newsletter-replace .sec-ttl {
    margin-bottom: 8px;
}
#newsletter-replace .subs-frm {
    margin-top: 0;
}
#newsletter-replace svg#i-thank-you {
    margin: 0 auto 20px;
}
.sml-hlp-lne-dtls {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin-top: 20px;
}
.sml-hlp-lne-dtls svg {
    margin-top: 5px;
    margin-right: 10px;
    width: 16px;
}
.sml-hlp-lne-dtls p {
    font-weight: 500;
}
.sml-hlp-lne-dtls a svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.sml-hlp-lne-dtls a:hover svg {
    fill: #151211;
}
.sml-hlp-lne-dtls a:focus svg {
    fill: #151211;
}
.sml-hlp-lne-dtls a:active svg {
    fill: #151211;
}
.ftr-col .sml-hlp-lne-dtls {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin-top: 12px !important;
}
.ftr-col .sml-hlp-lne-dtls path {
    fill: #7f7f7f;
}
a[href^="tel:"],
a[title="Whatsapp Helpline Number"] {
    letter-spacing: 0.5px;
}
.page-lst {
    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;
}
.page-lst > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-lst > div li {
    height: 32px;
    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;
    margin-right: 10px;
    width: 32px;
    background: #f4f4f4;
    color: #626262;
}
.page-lst > div li:last-child {
    margin-right: 0;
}
.page-lst > div li a {
    color: #151211;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition:
        border 0.2s ease-in-out,
        color 0.5s ease-in-out;
    -o-transition:
        border 0.2s ease-in-out,
        color 0.5s ease-in-out;
    transition:
        border 0.2s ease-in-out,
        color 0.5s ease-in-out;
    text-decoration: none;
}
.page-lst > div li.current,
.page-lst > div li a:hover {
    color: #fff;
    font-weight: 500;
    background: #151211;
}
.page-lst .pge-lnk-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
}
.page-lst .pge-lnk-btn a {
    color: #151211;
    display: block;
}
.page-lst .pge-lnk-btn a svg path {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.page-lst .pge-lnk-btn a:hover svg path {
    fill: #151211;
}
.page-lst .pge-lnk-btn a svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.page-lst .pge-lnk-btn a:hover {
    color: #151211;
}
.page-lst .pge-lnk-btn a:hover svg {
    fill: #151211;
}
.page-lst .pge-lnk-btn a:focus {
    color: #151211;
}
.page-lst .pge-lnk-btn a:focus svg {
    fill: #151211;
}
.page-lst .pge-lnk-btn a:active {
    color: #151211;
}
.page-lst .pge-lnk-btn a:active svg {
    fill: #151211;
}
.page-lst .pge-lnk-btn span {
    margin: 0 10px;
}
@media (max-width: 767px) {
    .page-lst .pge-lnk-btn span {
        margin: 0;
        display: none;
    }
}
.page-lst .pge-lnk-btn.dsbl {
    opacity: 0.5;
}
#i-thank-you {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    stroke-width: 3.5;
    stroke: #151211;
    stroke-miterlimit: 10;
    -webkit-animation:
        fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
    animation:
        fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
}
#circle {
    stroke-dasharray: 157;
    stroke-dashoffset: 157;
    stroke-width: 6;
    stroke-miterlimit: 10;
    stroke: #151211;
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) 0.3s forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) 0.3s forwards;
}
#check {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
}
@-webkit-keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes scale {
    0%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes scale {
    0%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}
@-webkit-keyframes fill {
    to {
        -webkit-box-shadow: inset 0px 0px 0px 30px transparent;
        box-shadow: inset 0px 0px 0px 30px transparent;
    }
}
@keyframes fill {
    to {
        -webkit-box-shadow: inset 0px 0px 0px 30px transparent;
        box-shadow: inset 0px 0px 0px 30px transparent;
    }
}
.stz-frm div.mage-error,
.dob-error {
    text-align: right;
    text-transform: initial;
}
#reqAnOffer .req-frm .mage-error {
    position: absolute;
}
div.mage-error,
.dob-error {
    font-size: 10px;
    color: red;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: 5px;
}
.mdl {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    -webkit-transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    -o-transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    visibility: hidden;
    z-index: 1050;
}
.mdl .mdl-dialog {
    position: relative;
    width: auto;
    margin: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
}
.mdl .mdl-ctnt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    outline: 0;
}
.mdl .mdl-ctnt.fll-wdth {
    width: 100%;
    border-radius: 0;
}
.mdl .mdl-bdy {
    padding: 10%;
}
.mdl p {
    color: #151211;
    font-size: 12px;
    line-height: 20px;
}
.mdl .mdl-ftr {
    border-top: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
}
.mdl .mdl-ftr:after,
.mdl .mdl-ftr:before {
    content: ".";
    color: #7f7f7f;
    font-size: 20px;
    margin-right: 5px;
    margin-top: -5px;
}
.mdl .mdl-ftr:after {
    margin-right: 0;
    margin-left: 5px;
}
.mdl .mdl-cls-btn {
    background: #fff;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    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;
    z-index: 1053;
}
.mdl .mdl-cls-btn svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.mdl .mdl-cls-btn:hover {
    color: #151211;
}
.mdl .mdl-cls-btn:hover svg {
    fill: #151211;
}
.mdl .mdl-cls-btn:focus {
    color: #151211;
}
.mdl .mdl-cls-btn:focus svg {
    fill: #151211;
}
.mdl .mdl-cls-btn:active {
    color: #151211;
}
.mdl .mdl-cls-btn:active svg {
    fill: #151211;
}
.mdl .mdl-cls-btn svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mdl .mdl-cls-btn:hover svg {
    transform: rotate(0deg);
}
.swiper-slide {
    margin: 0 !important;
}
.wtch-lst .swiper-slide {
    background: #fff;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}
@media (max-width: 767px) {
    .mdl .mdl-cls-btn {
        background: 0 0;
        width: 46px;
        height: 46px;
    }
}
.mdl-open .mdl {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
}
.mdl.show {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
}
#mdl-ovrlay {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1049;
}
#speakExpert .mdl-bdy img[alt="Help"] {
    margin-left: 10px;
}
#speakExpert .mdl-bdy h2 {
    margin-top: 35px;
}
#speakExpert .mdl-bdy p:first-of-type {
    max-width: 320px;
    margin: 0 auto 15px;
}
.mdl-hlp-lne {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mdl-hlp-lne a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.mdl-hlp-lne .phn-2 {
    margin-left: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.mdl-hlp-lne .phn-2:before {
    content: ".";
    color: #7f7f7f;
    font-size: 20px;
    margin-right: 15px;
    margin-top: -5px;
}
@media (max-width: 767px) {
    .mdl-hlp-lne a {
        font-size: 14px;
    }
}
@media (max-width: 360px) {
    .mdl-hlp-lne a {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .mdl-ctnt {
        max-width: 86% !important;
    }
    .mdl-ctnt .mdl-bdy {
        padding: 15% 6%;
    }
}
@media (max-width: 360px) {
    .mdl-ctnt .mdl-bdy {
        padding: 15% 4%;
    }
}
@media (max-width: 1024px) {
    .no-overflow {
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
.req-mdl .mdl-ctnt {
    max-width: 500px;
}
.req-mdl .mdl-bdy .sec-ttl {
    margin-bottom: 16px;
    text-align: left;
}
.req-mdl .mdl-bdy .sec-ttl span {
    font-style: normal;
    margin-top: 8px;
    text-transform: inherit;
}
@media (min-width: 768px) {
    .ftr-cart {
        display: none !important;
    }
}
.column.main:not(body[class*="thank-you"] .column.main) {
    min-height: calc(100vh - 200px);
}
body[class*="customer-account-logoutsuccess"] .column.main,
body[class*="customer-account-forgotpassword"] .column.main,
body[class*="customer-account-login"] .column.main {
    min-height: auto !important;
}
.column.main div[style="clear: both"] + p:not(:empty) {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#efefef),
        to(#fff)
    );
    background-image: -webkit-linear-gradient(#efefef 0%, #fff 100%);
    background-image: -o-linear-gradient(#efefef 0%, #fff 100%);
    background-image: linear-gradient(#efefef 0%, #fff 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 99px);
    max-width: 100%;
    margin: 0 auto;
    padding-left: 7%;
    padding-right: 7%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 24px;
}
@media (max-width: 992px) {
    .column.main {
        min-height: 100% !important;
    }
    .column.main div[style="clear: both"] + p:not(:empty) {
        height: calc(100vh - 126px) !important;
    }
}
.showcart {
    position: relative;
}
.min-crt-cntnt {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.min-crt-cntnt .cart-heading .items-total {
    display: none;
}
.min-crt-cntnt .cart-heading .block-title .text {
    font-size: 16px;
    margin-right: 5px;
}
.min-crt-cntnt .cart-heading .block-title strong {
    font-weight: 400;
}
.min-crt-cntnt .minicart-items-wrapper {
    border: none;
    padding: 0;
    height: auto !important;
    margin: 30px 0 0;
    padding-bottom: 10px;
}
.min-crt-cntnt strong.subtitle {
    display: none;
}
.min-crt-cntnt img[alt="Empty Cart"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px auto;
}
.min-crt-cntnt .subtitle.empty {
    font-weight: 500;
    display: block;
    color: #151211;
    margin-bottom: 24px;
    text-align: center;
}
.min-crt-cntnt .subtitle.empty + .btn-blk {
    justify-content: space-around;
    color: #fff;
    max-height: 52px;
}
.min-crt-cntnt .subtotal {
    color: #151211;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 15px 0 30px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.action.viewcart {
    background-color: #151211;
    border: 1px solid #151211;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 30px;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
}
.min-crt-cntnt .action.viewcart {
    margin-bottom: 0;
}
.action.viewcart:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(159, 107, 83, 0.3);
    box-shadow: 0 10px 15px rgba(159, 107, 83, 0.3);
}
ol.minicart-items li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
ol.minicart-items li:last-of-type {
    margin-bottom: 0;
    border-top: 0 !important;
}
ol.minicart-items li .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
ol.minicart-items li .product .details-qty.qty {
    display: none;
}
ol.minicart-items li .product-item-details {
    width: calc(100% - 80px);
    padding-left: 0;
    position: relative;
}
ol.minicart-items li .product-item-details strong {
    font-weight: 500;
    font-size: 12px;
}
ol.minicart-items li .product-item-details a:hover {
    color: #151211;
}
ol.minicart-items li .product-item-details .details-qty {
    margin: 5px 0;
    font-size: 12px;
    color: #151211;
}
ol.minicart-items li .product-item-inner span.subtotal,
ol.minicart-items li .product-item-pricing {
    margin-top: 10px;
    letter-spacing: 0.5px;
    font-size: 12px;
}
ol.minicart-items li .product.actions {
    position: absolute;
    bottom: 0 !important;
}
#opc-sidebar ol.minicart-items li .product-item-details {
    margin-left: 10px;
}
.minicart-items .product-item-name a {
    color: #151211;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
ol.minicart-items li .product.actions a.action {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #7f7f7f;
}
ol.minicart-items li .product.actions a.action span {
    position: initial;
    height: auto;
    width: 100%;
}
ol.minicart-items li .product.actions a.action:before {
    display: none;
}
ol.minicart-items li .product.actions a.action:hover {
    border-bottom: 1px solid #151211;
    color: #151211;
}
ol.minicart-items li .product.actions a.action.edit {
    display: none;
}
#userAccount,
.minicart-wrapper {
    right: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: 90px;
    width: 100%;
    -webkit-transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    -o-transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    transition:
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    z-index: 3;
}
.min-crt-cntnt a.actn-btn:active,
.min-crt-cntnt a.actn-btn:hover {
    color: #fff;
}
@media (min-width: 768px) {
    #userAccount.d-visible,
    .minicart-wrapper.d-visible {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 992px) {
    #userAccount.d-visible,
    .minicart-wrapper.d-visible {
        top: 110px;
    }
    #userAccount,
    .minicart-wrapper {
        z-index: 1053;
    }
}
@media (max-width: 767px) {
    #userAccount.d-visible {
        display: none;
    }
    .minicart-wrapper.d-visible {
        visibility: visible;
        opacity: 1;
        top: 70px;
    }
    .minicart-wrapper.d-visible .min-crt-wrp:after {
        right: 0;
    }
}
a.user-account {
    position: relative;
    z-index: 1;
    background: url(../../frontend/Ethos/smnew/en_GB/images/i-sort.svg);
    background-repeat: no-repeat;
    background-position: center right 0;
    padding-right: 6px;
}
a.user-account:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    border: 1px solid #151211;
}
@media (min-width: 993px) {
    a.user-account:before {
        top: -6px;
        left: -7px;
    }
}
.cumr-menu-wrp,
.min-crt-wrp {
    position: relative;
}
.cumr-menu-wrp:after,
.min-crt-wrp:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f9f9f9;
    position: absolute;
    right: -10px;
    top: -10px;
}
.cumr-menu-wrp:after {
    right: 38px;
}
.cumr-menu-lnk,
.min-crt-cntnt {
    background: #f9f9f9;
    max-width: 400px;
    padding: 30px;
    position: absolute;
    right: -20px;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 1%);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 1%);
}
.cumr-menu-lnk {
    max-width: 285px;
    padding: 20px 25px;
}
.cumr-menu-lnk .cumr-id {
    display: block;
    line-height: 28px;
}
.cumr-menu-lnk hr {
    margin: 10px 0;
}
.cumr-menu-lnk a {
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
}
.page.messages .message {
    background: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
}
.page.messages .message.error {
    background: #ef4b4b;
    color: #fff;
}
.page.messages .message.success {
    background: #5aa469;
    color: #fff;
}
.modals-wrapper {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    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-transition:
        visibility 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    -o-transition:
        visibility 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    transition:
        visibility 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
}
._has-modal .modals-wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 1048;
}
.modal-popup {
    background: #fff;
    position: relative;
    width: 100%;
    max-width: 660px;
    padding: 4%;
    max-height: 88vh;
    min-height: 280px;
    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;
}
.modal-popup #co-shipping-form {
    max-height: 52vh;
    overflow: hidden;
    overflow-y: auto;
}
@media (max-width: 1024px) {
    .modal-popup #co-shipping-form {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 992px) {
    .modal-popup {
        padding: 10%;
    }
}
@media (max-width: 767px) {
    .modal-popup {
        max-width: 86%;
        padding: 8%;
    }
}
.modal-popup.agreements-modal {
    display: none;
}
.modal-popup.agreements-modal._show {
    display: block;
}
.modal-slide .modal-inner-wrap {
    overflow-y: auto;
    position: static;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:
        visibility 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    -o-transition:
        visibility 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    transition:
        visibility 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    width: 100%;
}
.modal-slide .modal-inner-wrap .modal-content {
    margin-bottom: 30px;
}
.modal-slide .modal-inner-wrap .field-error {
    color: red;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: 5px;
    text-align: right;
    text-transform: initial;
}
.modal-slide .modal-inner-wrap .modal-footer .action-save-address {
    background-color: #151211;
    border: 1px solid #151211;
    color: #fff;
    width: 100%;
}
.modal-slide .modal-inner-wrap .modal-footer .action-save-address:hover {
    -webkit-box-shadow: 0 10px 15px rgba(159, 107, 83, 0.3);
    box-shadow: 0 10px 15px rgba(159, 107, 83, 0.3);
}
.modal-slide .modal-inner-wrap .modal-footer .action.action-hide-popup {
    display: none;
}
.modal-header {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: initial;
}
.modal-header .action-close {
    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;
    position: absolute;
    right: 0;
    padding: 0;
    top: 0;
    border: 0;
    background: 0 0;
    font-size: 0;
    width: 60px;
    height: 60px;
}
.modal-header .action-close span {
    background: url(../../frontend/Ethos/smnew/en_GB/images/i-cancel.svg)
        no-repeat center;
    height: 20px;
    width: 20px;
}
.modal-header .action-close:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f9f9f9;
}
.modal-slide._show .modal-inner-wrap {
    visibility: visible;
    opacity: 1;
}
.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modals-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
._has-modal #userAccount.open,
._has-modal .minicart-wrapper.active {
    opacity: 0;
    visibility: hidden;
}
.modal-popup.confirm {
    max-width: 470px;
    text-align: center;
}
.modal-popup.confirm .modal-header {
    display: none;
}
.modal-popup.confirm .modal-content > div {
    color: #7f7f7f;
    line-height: 24px;
}
.modal-popup.confirm .modal-footer {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal-popup.confirm .modal-footer > button {
    min-width: 120px;
}
.mdl .accept-txt {
    color: #7f7f7f;
    line-height: 24px;
    font-size: 14px;
    max-width: 390px;
    margin: 0 auto 25px;
}
#no-more-item .accept-txt {
    margin-bottom: 0;
}
.mdl .action-accept,
.modal-popup.confirm .action-accept {
    margin-left: 20px;
    background: #151211;
    color: #fff;
    border-color: #151211;
}
.mdl .action-accept:hover,
.modal-popup.confirm .action-accept:hover {
    -webkit-box-shadow: 0 10px 15px rgba(159, 107, 83, 0.3);
    box-shadow: 0 10px 15px rgba(159, 107, 83, 0.3);
}
.loading-mask {
    position: absolute;
    left: calc(50% - 109px);
    top: calc(50% - 76px);
    text-align: center;
}
.loading-mask p {
    display: none;
}
.embd-rspsv {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embd-rspsv:before {
    display: block;
    content: "";
}
.embd-16by9:before {
    padding-top: 56.25%;
}
.embd-1by1:before {
    padding-top: 100%;
}
.embd-rspsv .embd-rspsv-itm {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#faq {
    text-align: left;
}
#faq .faq-top h2 span {
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-top: 0;
    display: none;
}
#faq .faq-wrap .faq-btn {
    border-color: transparent;
    color: #151211;
    border-radius: 0;
    display: block;
}
#faq .faq-wrap .faq-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 1024px) {
    #faq {
        background: 0 0;
    }
    #faq .faq-wrap {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    #faq .faq-top {
        margin-top: 0;
        margin-left: 0;
    }
    #faq .faq-top:after {
        left: 50%;
        margin-left: -20px;
    }
}
@media (max-width: 767px) {
    #faq .faq-wrap {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1025px) {
    #faq {
        padding-top: 62px !important;
    }
}
@media (min-width: 1680px) {
    #faq {
        padding: 100px 0;
    }
}
.stz-rao-txt {
    color: #151211;
    text-transform: capitalize;
}
.insta-feed {
    text-align: center;
    background: #fff;
    border-top: 1px solid #f4f4f4;
}
.insta-feed h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: petersburg-web, serif;
}
.insta-feed p {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.insta-feed img {
    line-height: 0;
}
@media (max-width: 1024px) {
    section.insta-feed {
        padding: 48px 0;
    }
    .feed-top {
        margin-bottom: 24px;
    }
}
@media (max-width: 992px) {
    .insta-wrpr .insta-txt {
        padding-bottom: 48px !important;
    }
}
@media (min-width: 1025px) {
    .feed-top {
        margin-bottom: 40px;
    }
}
.we-ofrd {
    background: #fff;
    padding: 25px 0;
    border-top: 0.5px dotted #707070;
}
.we-ofrd ul {
    color: #3e3e3e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .we-ofrd ul {
        display: block;
        overflow: scroll;
        max-width: 100%;
        padding-bottom: 32px;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}
.we-ofrd li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #151211;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 24px;
    position: relative;
    margin: 0;
}
.ofrd-icn {
    display: flex;
    justify-content: center;
}
.ofrd-icn img {
    height: 16px;
    object-fit: contain;
}
.ofrd-icn img[alt="Free Shipping"] {
    margin-right: 1px;
}
.ofrd-icn img[alt="Helpline"] {
    width: 16px;
}
@media (max-width: 992px) {
    .we-ofrd {
        padding: 0;
    }
    .we-ofrd ul {
        display: block;
        overflow: scroll;
        padding: 20px 0;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }
    .we-ofrd ul li {
        margin-right: 30px;
    }
    .ofrd-icn {
        margin-right: 10px;
    }
    .we-ofrd ul li:nth-of-type(1) {
        padding-left: 20px;
    }
}
@media (min-width: 992px) {
    .ofrd-icn {
        margin-right: 8px;
    }
    a.brandLogo {
        margin-left: -100px;
    }
}
@media (max-width: 1366px) {
    .we-ofrd li:after {
        right: -87px;
    }
    .min-crt-cntnt {
        max-height: 360px;
    }
    .cumr-menu-lnk,
    .min-crt-cntnt {
        right: -5%;
    }
}
@media (max-width: 1366px) and (min-width: 1180px) {
    .stz-frm label {
        margin-top: 16px;
    }
    .stz-frm .subs-bx {
        margin-bottom: 20px;
    }
}
@media (max-width: 1280px) {
    .we-ofrd li:after {
        right: -74px;
    }
}
@media (max-width: 1194px) {
    .we-ofrd li:after {
        right: -60px;
    }
}
@media (max-width: 1112px) {
    .we-ofrd li:after {
        right: -47px;
    }
}
@media (max-width: 1024px) {
    .we-ofrd li:after {
        right: -44px;
    }
}
@media (max-width: 992px) {
    .sld-mnu {
        padding: 24px 8% !important;
    }
    .sld-mnu li + h3 {
        margin-top: 20px !important;
    }
    .we-ofrd li:after {
        right: 0;
    }
    .sld-lgn {
        padding: 24px 8% !important;
    }
}
.we-ofrd li:last-child:after {
    content: none;
}
@media (max-width: 1024px) {
    .headerFix .prdt-slec-optn {
        top: 0 !important;
    }
    .prdt-slec-optn .fltr-ttl,
    .prdt-slec-optn .sht-ttl {
        padding: 16px 0 !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        letter-spacing: 0.5px !important;
    }
    .prdt-slec-optn .toolbar .slt-opns {
        top: 53px !important;
    }
    .fltr-typ.fopen + .fltr-actn,
    .am_shopby_apply_filters.visible .am-show-button.-horizontal,
    .am-show-button.-horizontal .nums-wtchs,
    .prdt-slec-optn a.cls-fltr {
        background: #f9f9f9 !important;
    }
    .prdt-slec-optn a.cls-fltr {
        border-bottom: 1px solid #e6e6e6 !important;
        border-right: 1px solid #e6e6e6 !important;
    }
    .am_shopby_apply_filters.visible .am-show-button.-horizontal {
        border-top: 1px solid #e6e6e6 !important;
        height: 46px;
    }
    .prdt-slec-optn a.clr-fltr {
        border: none !important;
        border-bottom: 1px solid #e6e6e6 !important;
    }
    .fltr-actn a.clr-fltr,
    .fltr-actn a.cls-fltr {
        line-height: 24px !important;
    }
    .fltr-typ h3,
    .prdt-slec-optn {
        font-size: 12px !important;
        line-height: 20px !important;
        font-weight: 500 !important;
    }
    .fltr-typ h3 {
        padding: 8px 0 !important;
    }
    .prdt-slec-optn {
        padding: 0 !important;
    }
    .fltr-typ h3:after {
        top: 12px !important;
    }
    .fltr-typ .slt-opns {
        top: 20px !important;
    }
    .fltr-typ li:nth-child(2) h3 {
        top: 102px !important;
    }
    .fltr-typ li:nth-child(3) h3 {
        top: 138px !important;
    }
    .fltr-typ li:nth-child(4) h3 {
        top: 174px !important;
    }
    .fltr-typ li:nth-child(5) h3 {
        top: 210px !important;
    }
    .fltr-typ li:nth-child(6) h3 {
        top: 246px !important;
    }
    .fltr-typ li:nth-child(7) h3 {
        top: 282px !important;
    }
    .fltr-typ .slt-opns input[type="checkbox"]:checked + a {
        opacity: 1 !important;
        color: #151211;
    }
    .fltr-typ .slt-opns input[type="checkbox"]:not(:checked) + a {
        color: #7f7f7f !important;
    }
    .fltr-typ .slt-opns [type="checkbox"]:checked + a:before {
        border-right: 2px solid #151211 !important;
        border-bottom: 2px solid #151211 !important;
    }
    .am_shopby_apply_filters.visible .am-show-button.-horizontal > * {
        padding: 12px 15px !important;
        font-size: 12px !important;
        text-transform: uppercase;
        line-height: 20px !important;
        letter-spacing: 0.5px !important;
        transition: none !important;
        font-weight: 500;
    }
    .fltr-typ .amshopby-search-box {
        z-index: 2 !important;
    }
    .fltr-typ .slt-opns a {
        font-weight: 500 !important;
        line-height: 20px !important;
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 0 10px 20px;
        font-size: 12px;
    }
    .who-talks-abt-us .arrow {
        left: 210px;
    }
    .min-crt-wrp {
        top: -10px;
    }
}
.fltr-typ .amshopby-search-box svg {
    position: absolute !important;
    z-index: 1 !important;
    left: 12px !important;
    top: 24px !important;
    opacity: 0.5 !important;
    transform: scale(0.8) !important;
}
@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
    .fltr-typ .amshopby-search-box svg {
        left: 28px !important;
    }
}
.fltr-typ .amshopby-search-box input {
    padding-left: 48px !important;
}
@media (min-width: 1025px) {
    .amshopby-search-box {
        position: relative;
    }
    .fltr-typ .amshopby-search-box svg {
        left: 8px !important;
        top: 8px !important;
    }
    .fltr-typ .amshopby-search-box input {
        padding-left: 32px !important;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    .pro-info-wrap {
        margin-left: 3% !important;
        border-left: none !important;
        padding-left: 0 !important;
    }
}
@media (max-width: 992px) {
    .page-empty,
    .checkout-cart-index .column.main,
    .checkout-cart-index .page-empty {
        min-height: calc(100vh - 198px) !important;
    }
    .sld-mnu li a {
        line-height: 20px !important;
        padding: 5px 0 !important;
    }
    #subMenuM.sub-menu {
        background: #fff;
    }
    .sld-logo {
        background: #f7f7f7 !important;
        border-bottom: 1px solid #f7f7f7;
    }
    .sld-logo a img {
        filter: invert(1);
    }
    #subMenuM.sub-menu .slice-i:before {
        filter: invert(1);
    }
    .sld-mnu h3,
    .sld-mnu li a,
    .usr-rgr-ttl {
        color: #151211 !important;
    }
    .sld-lgn {
        background: #f7f7f7 !important;
        border-top: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
    }
    .ftr-col.subsForm {
        width: 100%;
        max-width: 100%;
        border-bottom: 0.5px dotted #fff;
        padding-bottom: 30px;
    }
    .hdr-are .stz-frm {
        display: none;
    }
    .stz-notify-me .stz-frm {
        display: block;
    }
    .tp-lnk > a {
        display: none;
    }
    .tp-lnk > a.hlpLine {
        display: block;
        font-size: 0px;
        border-right: 1px solid #f2f2f2;
        margin-right: 10px;
        padding-right: 10px;
    }
    .showcart,
    .srchclk {
        display: block !important;
        margin: 0 !important;
    }
    .srchclk {
        margin-right: 10px !important;
        border-right: 1px solid #f2f2f2;
        padding-right: 10px;
    }
    .tp-lnk {
        min-width: auto;
    }
    .slideItem {
        max-width: 33%;
        display: inline-block;
    }
    .cumr-menu-lnk,
    .min-crt-cntnt {
        right: -20px;
        top: -2px;
    }
    .min-crt-wrp {
        top: -39px;
    }
}
.other-lgn-optn p {
    font-weight: 500 !important;
}
.lead-banner .thumb-wrap .thumb-itm .bnd-name span {
    font-weight: 500 !important;
    line-height: 24px;
}
.modals-wrapper .modal-popup.popup-authentication.modal-slide {
    display: none;
}
@media (max-width: 767px) {
    header .brandLogo {
        margin-left: -55px !important;
    }
    .quote-frm .other-info {
        margin-top: 40px !important;
    }
    #sll-wtch.nw-sll-wtch .sll-top p,
    #why_buyFrom.nw-whybuy-wpr .container > p {
        margin-top: 8px !important;
    }
    .prdt-slec-optn .toolbar .slt-opns {
        top: 45px !important;
    }
    .pg-ttl-wrap .ttl-ovr-img span {
        line-height: 24px;
    }
    .prdt-slec-optn .fltr-ttl,
    .prdt-slec-optn .toolbar,
    .fltr-actn a.clr-fltr,
    .fltr-actn a.cls-fltr,
    .prdt-slec-optn .sht-ttl {
        font-size: 12px !important;
        line-height: 20px !important;
        font-weight: 500 !important;
        letter-spacing: 0.5px !important;
    }
    .fltr-actn a.clr-fltr,
    .fltr-actn a.cls-fltr {
        padding: 12px 0 !important;
    }
    .prdt-slec-optn a svg {
        height: 20px;
    }
    #amasty-shopby-product-list .pg-ttl-wrap .ttl-ovr-img {
        margin-top: 0 !important;
        min-height: 100% !important;
    }
    .fltr-typ {
        top: 45px !important;
    }
    .prdt-slec-optn .stz-fltr .fltr-ttl,
    .prdt-slec-optn .toolbar .sht-ttl {
        padding: 12px 0 !important;
    }
    #amasty-shopby-product-list .prod-grid.container {
        padding: 20px 0 0 !important;
    }
    .prod-grid + .prdct-toolbr .page-lst.container {
        margin-top: 0 !important;
        margin-bottom: 48px !important;
    }
    .wtch-lst li {
        margin-bottom: 40px !important;
    }
    .nw-scrl-lst .wtch-lst li {
        margin-bottom: 40px !important;
    }
    .cms-home .nw-scrl-lst .wtch-lst li {
        margin-bottom: 0 !important;
    }
    .talks-list-wrpr {
        padding-bottom: 40px;
    }
    section#faq {
        padding-bottom: 48px !important;
    }
    .mobile-none {
        display: none;
    }
    .insta-feed p {
        font-size: 0px;
    }
    .ftr-lnk .ftr-col {
        max-width: 100%;
    }
    .copyright {
        flex-wrap: wrap;
    }
    .socialLinks {
        margin: 20px auto;
    }
    .sec-ttl {
        font-size: 18px;
    }
    .vAll {
        font-size: 14px;
    }
    .arrow {
        display: none;
    }
    .who-talks-abt-us .arrow {
        display: block;
        left: 0;
    }
    .slideItem {
        max-width: 305px;
    }
    .scrl-lst .container {
        max-width: 100%;
    }
    .scrl-lst .container .flx-jusfy {
        max-width: 86%;
        margin-left: auto;
        margin-right: auto;
    }
    .nw-ttlsctn {
        margin-bottom: 20px;
    }
    .ftr-col.subsForm {
        margin-right: 0;
    }
    .kMore {
        margin-top: 30px;
    }
    .exploreVideo .kMore {
        margin-top: 50px;
    }
    .kMore svg {
        margin-left: 15px;
    }
    .kMore .loctMap svg {
        margin-left: 0;
    }
    .btn,
    button {
        padding: 0 30px;
    }
    .req-mdl .stz-frm .subs-bx label {
        font-size: 10px;
        line-height: 18px;
    }
    .ftr-cart {
        background: #151211;
        width: 48px;
        height: 48px;
        position: fixed;
        bottom: 124px;
        right: 20px;
        z-index: 2;
        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-shadow: 0 3px 20px rgba(0, 0, 0, 0.24);
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.24);
    }
    .ftr-cart svg {
        fill: #fff;
        margin-left: 3px !important;
        width: 24px;
        height: 22px;
    }
    .ftr-cart.empty circle {
        display: none;
    }
    .req-mdl .mdl-bdy {
        padding: 8%;
    }
    .req-mdl .mdl-bdy .sec-ttl {
        margin-bottom: 0;
    }
    .req-mdl .mdl-bdy .subs-bx {
        margin-bottom: 20px;
    }
    .stz-frm label {
        margin-top: 20px;
    }
    #newsletter-replace .subs-frm.stz-frm .subs-bx label {
        line-height: 18px;
    }
    .sell-quote-wrap h2.sec-ttl {
        font-size: 24px;
    }
    .sell-quote-wrap h2.sec-ttl span {
        font-size: 14px;
        text-transform: inherit;
        line-height: normal;
    }
    .min-crt-wrp {
        top: 0;
    }
    .newArrivals .nw-ttlsctn span {
        display: none !important;
    }
    .cms-home .sec-ttl {
        font-size: 24px;
    }
}
@media (max-width: 400px) {
    header .brandLogo {
        margin-left: -75px;
    }
}
@media (max-width: 380px) {
    header .brandLogo {
        margin-left: -50px;
    }
}
@media (max-width: 340px) {
    header .brandLogo {
        margin-left: -20px;
    }
}
#additional-addresses-table {
    max-width: 100%;
    background: 0 0;
    padding: 0;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
}
.blk-addresses-list #additional-addresses-table .add-adres-bx {
    background: #fff;
    padding: 30px;
    min-height: 220px;
    position: relative;
    padding-bottom: 55px;
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
}
.mbl-tbl-scrl + .acnt-box-actions a {
    background-position: right 5px;
}
.blk-order-details-view .acnt-box-order-shipping-address,
.blk-order-details-view .acnt-box-order-shipping-method,
.blk-order-details-view .acnt-box-order-billing-address,
.blk-order-details-view .acnt-box-order-billing-method {
    padding: 10px;
}
#my-orders-table.table-order-items td.qty {
    min-width: 70px;
}
ol.minicart-items li .product.actions {
    position: absolute;
    bottom: 20px;
}
.cms-pges p {
    color: #151211;
}
#faq .faq-top > h2 {
    padding-bottom: 32px;
}
#speakExpert.mdl .mdl-ctnt {
    max-width: 630px;
}
#speakExpert.mdl .mdl-bdy {
    padding: 15% 10%;
}
.mdl .mdlDes {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 24px;
    margin: 10px auto 30px !important;
}
#speakExpert .mdl-bdy .sec-ttl span {
    font-style: italic;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 28px;
    color: #151211;
    font-family: petersburg-web, serif;
    margin-bottom: 10px;
}
#speakExpert .buySell .cont-no span,
#speakExpert .mdl-hlp-lne a {
    color: #2c2c2c;
    font-size: 12px;
}
#speakExpert .mdl-hlp-lne a {
    margin-left: 2px;
}
#speakExpert .buySell:nth-of-type(1) {
    border-right: 0.5px dotted #707070;
}
#speakExpert .buySell {
    width: 49%;
}
#speakExpert .mdl-hlp-lne {
    line-height: normal;
}
#speakExpert .mdl-bdy h2 {
    margin-top: 15px;
}
.buySell .cont-no span:nth-of-type(n + 2) {
    margin-top: 5px;
}
.whtsapp {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 2;
}
.breadcrumbs,
.d-hide {
    display: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    font-family: Sculpin, sans-serif;
    border-width: 0.5px;
    box-sizing: border-box;
}
.contact-frm,
.req-mdl .mdl-bdy {
    border: 0.5px solid transparent;
}
.brandLogo svg {
    width: 100%;
    max-width: 250px;
}
.sp-sale {
    background: #f4f4f4;
    color: #151211;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 0;
    width: 100%;
}
.sp-sale a {
    color: #fff;
    display: block;
    cursor: pointer;
}
.sp-sale svg {
    vertical-align: middle;
    margin-right: 10px;
}
.sp-sale span {
    position: relative;
    top: 1px;
}
.minicart-wrapper.d-visible .mage-dropdown-dialog {
    display: block !important;
}
.form-shipping-address .message.warning {
    color: red;
    font-size: 10px;
    padding-top: 5px;
}
.arrow-link {
    background: url(../../frontend/Ethos/smnew/en_GB/images/i-right-arr.svg);
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    display: inline-block;
    padding-right: 35px;
    background-position: right 5px;
}
.slt-opns a {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    font-family: petersburg-web, serif;
    padding-left: 20px;
}
.toolbar .slt-opns a {
    padding: 0;
    font-family: Sculpin, sans-serif;
}
.slt-opns a.active:before {
    content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #151211;
    position: absolute;
    left: 0;
}
.stz-frm.form-login {
    position: relative;
}
.stz-frm.form-login img {
    max-width: 30px;
}
.no-quotes-block {
    text-align: center;
}
#fileNameShow {
    text-align: center;
}
#shipping-method-buttons-container {
    flex-wrap: wrap;
}
#shipping-method-buttons-container .btn.back {
    margin-right: 15px;
}
.pin-code-error {
    width: 100%;
    color: red;
    padding: 10px;
    margin-bottom: 20px;
}
#checkout-step-shipping_method .pin-code-error {
    padding: 0;
    padding-top: 20px;
}
.checkout-index-index .no-quotes-block {
    display: none;
}
.dafx {
    display: none !important;
    visibility: hidden !important;
}
.cont-no a {
    vertical-align: middle;
}
.cont-no span:nth-of-type(2) {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 0.5px solid #151211;
}
.cont-no svg {
    margin-right: 10px;
    vertical-align: middle;
}
.payment-group .payment-method:nth-of-type(2) {
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
}
#my-orders-table.table-order-items[summary="Items Ordered"] tfoot tr td.amount {
    width: 100%;
    padding-right: 10px;
}
.min-crt-wrp .minicart-items-wrapper #mini-cart .product a {
    margin-right: 10px;
}
a.user-account:before {
    content: none;
}
.info-main .mdl-no + p {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
}
.info-main .mdl-no + p b {
    color: #7f7f7f;
    font-weight: 600;
}
.info-main .mdl-no + p .hide {
    display: none;
}
.info-main .mdl-no + p a {
    color: #000;
    margin-left: 2px;
}
.info-main .wtch-cndn {
    max-width: 100%;
}
.buySell .cont-no span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.buySell .cont-no svg {
    margin-right: 8px;
}
.buySell .cont-no span:nth-of-type(n + 2) {
    margin-left: 16px;
    padding-left: 16px;
}
.buySell {
    width: 45%;
    display: inline-block;
}
#speakExpert .mdl-hlp-lne {
    flex-wrap: wrap;
}
.buySell .cont-no span:nth-of-type(n + 2) {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}
.buySell .cont-no span:nth-of-type(n + 2):before {
    display: none;
}
#subMenuM.sub-menu {
    padding-bottom: 56px;
}
.customer-account-createpassword .column.main {
    min-height: 100%;
}
.page-wrapper {
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0/5%);
    box-shadow: 0px 0px 20px rgb(0 0 0/5%);
    max-width: 1920px;
    margin: 0 auto;
}
.btn-call-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}
.btn-call-icon,
.fd-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-call-icon {
    background: #151211;
    border-radius: 10px;
    margin-bottom: 4px;
}
.fd-icon {
    background: #25d366;
    border-radius: 10px;
}
#about_stz.container {
    padding: 60px 0;
}
.phn-dot:before {
    content: ".";
    color: #bebebe;
    font-size: 20px;
    position: relative;
    margin: 0 5px;
    display: inline-block;
    top: -3px;
}
.cont-no span:nth-of-type(n + 2) {
    margin-left: 12px;
    padding-left: 12px;
    border: none;
    position: relative;
}
.mdl-hlp-lne a {
    font-size: 14px;
    color: #151211;
    font-weight: 400;
}
.cont-no svg {
    margin-right: 8px;
}
.wtch-lst .bnd-name span:first-of-type,
.wtch-lst .stz-sku {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wtch-lst .bnd-name span:first-of-type {
    min-height: 22px;
}
.wtch-lst .cur-prc.is-off {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wtch-lst .stz-sku {
    font-size: 12px;
}
.wtch-lst .is-off-prc {
    color: #7f7f7f;
}
.wtch-lst .off-prc {
    color: #000;
}
.wtch-lst .prc-dcnt {
    margin-left: 4px;
    font-size: 10px;
    color: red;
}
.wtch-lst .btn {
    margin-top: 12px;
    line-height: 32px;
    padding: 7px 30px;
    display: inline-block;
    cursor: pointer;
}
.info-detl td[colspan="2"] {
    padding-top: 20px;
}
.ftr-brd-wrpr {
    max-height: 235px;
    overflow: hidden;
    flex-wrap: wrap;
    transition: max-height 0.3s ease-in-out;
}
.ftr-brd-wrpr a {
    transition: color 0.3s ease-in-out;
}
.ftr-brd-wrpr.open {
    max-height: 100%;
}
.smallSubmenu {
    width: 230px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.smallSubmenu ul {
    padding: 16px 0;
}
.smallSubmenu > ul > li > a {
    padding: 4px 24px !important;
    display: block;
}
.smallSubmenu li a:hover {
    color: #151211;
}
.page-wrapper header.page-header ~ .page-header {
    display: none;
}
.watch-year-dail-size {
    display: block;
    align-items: center;
    margin: 8px 0 16px;
    color: #626262;
    font-size: 12px;
}
.watch-year-dail-size span + span {
    position: relative;
    margin-left: 25px;
}
.watch-year-dail-size span + span:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #626262;
    left: -12px;
    top: 3px;
    position: absolute;
    height: 11px;
}
.wtch-lst hr + * {
    letter-spacing: 0.5px;
    color: #7f7f7f !important;
    line-height: 20px;
    font-weight: 600;
    font-size: 12px !important;
}
.other-lgn-optn {
    margin-top: 24px !important;
}
hr.formRow {
    border-bottom: 0.5px dotted #151211;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 1px;
}
hr.formRow:after {
    position: absolute;
    height: 1px;
    content: "";
    left: 0;
    width: 100px;
    background: #151211;
    top: 0;
}
.rgstrForm {
    text-align: left;
    padding-bottom: 70px;
}
.formHeading {
    font-size: 18px;
    line-height: 32px;
}
.head-subText {
    font-size: 12px;
    font-family: Sculpin, sans-serif;
}
.head-subText a {
    text-decoration: underline;
    color: #151211;
}
.formFooterBtn {
    align-items: center;
}
.formFooterBtn btn,
.formFooterBtn p {
    display: inline-block;
    width: auto !important;
}
.cms-pges.thank-you .sec-ttl span {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 8px;
}
.cms-pges.thank-you p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
}
.cms-pges.thank-you .explr-btn {
    margin-bottom: 0;
    padding: 0 60px;
    background: 0 0;
}
.covid-terms p,
.main-cntnt-area .covid-terms p {
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
    border-bottom: 0.5px dotted #e6e6e6;
}
.covid-terms p span {
    font-weight: 600;
    margin-right: 4px;
}
.covid-terms p:last-of-type {
    border-bottom: none;
}
.covid-terms + h3 {
    margin-top: 0 !important;
}
.covid-terms + h3 + ul.note {
    margin-bottom: 0 !important;
}
.cms-pges p:last-of-type {
    margin-bottom: 0 !important;
}
.quote-frm h4 {
    line-height: 28px !important;
    margin-bottom: 24px !important;
}
.ftrd-brnd .ftrd-ttl {
    line-height: 20px !important;
}
.covid-terms {
    margin-top: 24px !important;
}
.drpdwn-sltn-mnu .slt-opns a {
    line-height: 20px !important;
    padding: 6px 0 !important;
}
.main-cntnt-area h2 span {
    line-height: 18px !important;
}
.main-cntnt-area p {
    margin-bottom: 25px;
    font-family: Sculpin, sans-serif;
}
.main-cntnt-area p + h3,
.main-cntnt-area p + h4 {
    margin-top: 30px;
    border-top: 0.5px dotted #151211;
    padding-top: 30px;
}
.main-cntnt-area p + h4 {
    text-transform: capitalize;
}
.drpdwn-sltn-mnu .slt-opns {
    padding: 4px 20px 12px !important;
}
.side-col .sml-hlp-lne-dtls p {
    line-height: 20px !important;
}
a.stz-logo {
    transform-origin: left;
}
.flx-jusfy {
    display: flex;
    justify-content: space-between;
}
.locate-us .flx-jusfy,
.keep-exploring .flx-jusfy {
    display: block;
}
.nw-ttlsctn .cat-link:after {
    content: none;
}
.icn-mor,
.cat-link .icn-mor {
    background: url(../../frontend/Ethos/smnew/en_GB/images/override/nw-stz-icn.svg)
        no-repeat;
    width: 12px;
    height: 12px;
    background-position: -162px -97px;
    display: inline-flex;
    filter: brightness(0);
}
.cat-link {
    align-items: center;
    display: flex;
}
.cat-link .icn-mor {
    filter: brightness(1);
}
.dropdown-items {
    max-height: 450px;
}
.scrl-lst .wtch-lst a img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 86%;
    position: relative;
    right: -10px;
}
.wtch-lst a[itemprop="url"] img,
.scrl-lst .wtch-lst a img {
    -webkit-filter: contrast(1.15);
    filter: contrast(1.15);
}
section#get-quote + style + section#feat_wtchs {
    border-top: 1px solid #f2f2f2;
}
#registration {
    text-align: center;
}
@supports (-ms-ime-align: auto) {
    .srch-wrap #search_mini_form input::-ms-clear {
        display: none;
    }
    .slt-opns ol {
        width: calc(17px + 100%) !important;
    }
}
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .slt-opns ol {
            width: calc(16px + 100%) !important;
        }
    }
}
.glry-btn {
    position: absolute;
    bottom: -98px;
    left: calc(50% - 152px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 304px;
    margin-left: 5%;
}
.glry-btn a {
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    width: 152px;
    height: 48px;
    border: 1px solid #7f7f7f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.glry-btn a svg {
    margin-right: 7px;
}
.glry-btn a#video360 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.glry-btn a:nth-of-type(2) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
}
.slt-opns.show {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
.pro-info-wrap hr {
    margin: 24px 0 0 !important;
}
.pro-info-wrap .mdl-no {
    line-height: 20px !important;
}
.pro-info-wrap .stz-prc-btn {
    padding: 44px 0 !important;
}
.pro-info-wrap .cur-prc.is-off + div#cta-btn-up {
    margin-bottom: 6px !important;
}
.pro-info-wrap .cur-prc .is-off-prc {
    display: inline-block;
}
.pro-info-wrap .cur-prc {
    margin: -4px 0 8px !important;
    line-height: 26px;
}
.pro-info-wrap .off-prc {
    line-height: 28px;
}
.stz-prc-btn div#cta-btn-up {
    margin-top: 0 !important;
}
.info-detl td h5 {
    line-height: 20px !important;
    font-weight: 500 !important;
}
.info-detl td p {
    line-height: 26px !important;
}
.info-detl.exta-detl .acdn-lnk {
    padding: 20px 0 8px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    text-transform: initial !important;
}
.info-detl.exta-detl .acdn-panel p {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px !important;
}
.info-detl.exta-detl .acdn-panel p:last-of-type {
    padding-bottom: 8px !important;
}
.info-detl.exta-detl {
    margin-bottom: 0 !important;
}
#spec-view-less,
#spec-view-more {
    letter-spacing: 0.5px;
}
.order-products-toolbar {
    margin-top: 15px;
}
.order-products-toolbar .page-lst {
    max-width: 100%;
}
.order-products-toolbar .page-lst li span {
    margin: 0 10px;
}
.scrlList .nw-ttlsctn {
    text-align: center;
}
.scrlList .cat-link {
    display: inline-flex !important;
    font-size: 10px;
}
.ftr-brd-wrpr a,
.ftr-brd-wrpr a:nth-child(even) {
    width: 100%;
}
.customer-account-logoutsuccess .column.main p {
    text-align: center;
    padding: 100px;
    line-height: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
    max-width: 800px;
    margin: 100px auto;
    width: 86%;
    border-radius: 10px;
}
.field {
    position: relative;
}
.ui-datepicker-trigger {
    position: absolute;
    bottom: auto;
    right: 0;
    max-width: 38px;
    height: 42px;
    top: 0;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
    color: #151211;
    transform: scale(0.9);
}
.ui-datepicker {
    max-width: 260px;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 12px;
    padding: 5px;
}
.ui-datepicker table {
    font-size: 12px;
}
.ui-datepicker .ui-datepicker-calendar th {
    font-weight: 400;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #151211;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    border-color: transparent #151211 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    border-color: transparent transparent transparent #151211;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 8px;
}
#passwordIcon {
    height: 42px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    width: 42px;
    top: 0;
}
.form-create-account .field,
#shipping-new-address-form .field,
.form-edit-account .field,
.form-address-edit .field {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 2% !important;
}
.form-address-edit {
    display: flex;
    flex-wrap: wrap;
}
.form-edit-account .field,
.form-address-edit .field {
    float: none;
}
.stz-frm .field.field-name-prefix,
#shipping-new-address-form .field[name*="prefix"] {
    width: 60px;
}
.field-name-prefix select {
    cursor: pointer;
}
.stz-frm .field.field-name-prefix select,
#shipping-new-address-form .field[name*="prefix"] select {
    padding: 0 10px;
}
.stz-frm select {
    background: url(../../frontend/Ethos/smnew/en_GB/images/i-dropdown.svg);
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    background-position: right 10px center;
}
#shipping-new-address-form .field:nth-of-type(3n),
#shipping-new-address-form .field [name*="street"],
.field [name*="region_id"],
#shipping-new-address-form .field[name*="region_id"],
.form-address-edit .country,
.form-create-account .field-name-lastname,
.form-create-account .field:nth-of-type(2n + 3),
#shipping-new-address-form .field[name*="lastname"],
#shipping-new-address-form .field[name*="postcode"],
.customer-address-form .acnt-main .field-name-lastname,
.stz-frm.form-address-edit .street,
.stz-frm.form-address-edit .region {
    margin-right: 0 !important;
}
.stz-frm .field.field-name-firstname,
#shipping-new-address-form .field[name*="firstname"] {
    width: 36%;
    width: calc(49% - 75px);
    margin-right: 2% !important;
}
.stz-frm.form-create-account .field.field-name-firstname {
    width: calc(49% - 73px);
}
.form-edit-account .field.field-name-firstname {
    width: calc(49% - 100px);
}
.form-edit-account .field-dob {
    margin-right: 0 !important;
    width: 46%;
}
.form-edit-account .field-dob .customer-dob {
    position: relative;
}
.password-field-wrap {
    position: relative;
}
.field.showPwd {
    width: 38px;
    height: 38px;
    font-size: 0px;
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 1;
    margin: 0 !important;
    max-width: 38px;
}
.field.showPwd label {
    font-size: 0px;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
}
.float-label {
    float: left;
}
.field.showPwd label:after,
.field.showPwd label:before {
    opacity: 0;
}
#shipping-new-address-form .field[name*="city"] {
    margin-right: 2% !important;
}
.field.fullname,
#shipping-new-address-form .field .field {
    width: 100%;
}
.field-tooltip.toggle,
#checkout-shipping-method-load,
.field.street > legend.label span[data-bind*="element.label"] {
    display: none !important;
}
.stz-frm.form-create-account span {
    display: inline-block;
    width: auto;
}
.fieldset:last-child,
.form-create-account .field {
    margin-bottom: 0 !important;
}
.checkout-shipping-method {
    clear: both;
}
#customer-email-fieldset .form-optn {
    display: flex;
    align-items: center;
    margin: 15px 0 0;
    flex-wrap: wrap;
}
#customer-email-fieldset .form-optn .btn.remind {
    margin-right: 15px;
    width: auto;
}
.modal-inner-wrap h1 {
    color: #151211;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: petersburg-web, serif;
}
.modals-wrapper .modal-popup {
    padding: 40px;
}
.modal-inner-wrap .field.choice {
    margin-top: 35px;
}
.modal-inner-wrap .field.choice label.label span {
    line-height: 28px;
}
.crt-itm.message.error {
    font-size: 10px;
    max-width: 100%;
    margin-top: 5px;
    color: red;
}
.content.minicart-items .product-item .product-image-container,
#mini-cart .product-image-container {
    width: 50px !important;
    height: auto !important;
}
button#top-cart-btn-checkout {
    width: 100%;
}
.checkout-index-index
    .modals-wrapper
    aside.modal-popup.popup-authentication.modal-slide._inner-scroll {
    display: none;
}
.checkout-cart-index #shopping-cart-table span.product-image-wrapper {
    padding-bottom: 0 !important;
    display: block;
}
.checkout-cart-index #shopping-cart-table .product-image-photo {
    object-fit: contain;
}
@media (max-width: 1024px) and (min-width: 992px) {
    .main-gal img.first-product-shot {
        max-height: 500px;
    }
    .prod-gallery {
        max-height: 420px !important;
    }
    .main-gal {
        margin-left: 8% !important;
        margin-right: auto !important;
    }
    .glry-btn {
        margin-left: 9% !important;
    }
}
@media (min-width: 769px) {
    .ftr-brd-wrpr {
        display: flex;
        justify-content: space-between;
    }
    .crt-acc {
        display: none !important;
    }
}
@media (min-width: 992px) {
    div#allWatches,
    .checkout-container .message-error {
        top: 193px;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .ftr-brd-wrpr {
        max-height: 218px;
    }
}
@media (min-width: 993px) {
    .prod-gallery {
        margin-bottom: 152px !important;
    }
    div#allWatches {
        background: #fff;
        position: absolute;
        top: 172px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
        z-index: 4;
        transition:
            opacity 0.3s ease-in-out,
            visibility 0.3s ease-in-out;
    }
    div#allWatches .container {
        opacity: 0;
        transform: translateY(-24px);
        transition:
            transform 0.15s 0.15s,
            opacity 0.15s 0.05s;
    }
    a.subMenuToggle:hover + div#allWatches,
    div#allWatches:hover {
        opacity: 1;
        visibility: visible;
    }
    a.subMenuToggle:hover + div#allWatches .container,
    div#allWatches:hover .container {
        transition-delay: 0.1s;
        transform: none;
        opacity: 1;
    }
    .dropdown-items {
        padding: 0 0 50px;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
    }
    .dropdown-title a {
        color: #151211;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 0;
        border-top: 0.5px dotted #151211;
        text-decoration: none;
    }
    .dropdown-items a {
        color: #626262;
        min-width: 193px;
        display: inline-flex;
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 28px;
        transition: color 0.3s ease-in-out;
        text-decoration: none;
    }
    .dropdown-menu .dropdown-items a {
        color: #626262;
    }
    .dropdown-items a:hover {
        color: #151211;
    }
}
@media (min-width: 1025px) {
    .fltr-by {
        line-height: 20px !important;
    }
    .fltr-by .sltd-itm {
        line-height: 26px !important;
    }
    .side-col {
        margin-bottom: 70px;
    }
    #why_buyFrom .fcs-pnt {
        margin-bottom: 48px !important;
    }
    #why_buyFrom .pnt-lst {
        margin-top: 32px !important;
    }
    .ftrd-brnd .ftrd-ttl {
        margin: 40px 0 !important;
    }
    .cms-pges {
        padding-top: 64px !important;
    }
    .trade-cms #get-quote.trade-quote-frm {
        margin-top: 0 !important;
    }
    .prod-grid.container .wtch-lst li {
        margin-bottom: 40px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    section#get-quote + style + section#feat_wtchs {
        border-top: none;
        position: relative;
    }
    section#get-quote + style + section#feat_wtchs:after {
        content: "";
        background: #f2f2f2;
        height: 1px;
        width: 106%;
        position: absolute;
        left: -3%;
        top: 0;
    }
}
@media (min-width: 1181px) {
    .lead-banner {
        max-height: 650px;
        height: 100vh;
    }
}
@media (min-width: 1200px) {
    .checkout-cart-index .column.main {
        min-height: calc(100vh - 176px);
    }
}
@media (min-width: 1921px) {
    .contact-index-index .column.main,
    .checkout-cart-index .column.main {
        min-height: 100%;
    }
}
@media (max-width: 1366px) {
    .field.showPwd {
        top: 46px;
    }
}
@media (max-width: 1280px) {
    .srch-wrap .srch.container {
        padding: 60px 0 22%;
    }
}
@media (max-width: 1250px) {
    .pro-info-wrap .btn-grp .btn {
        padding: 7px 32px;
    }
}
@media (max-width: 1194px) {
    .pro-info-wrap .stz-prc-btn {
        padding: 24px 0 0 !important;
    }
    .pro-info-wrap .stz-prc-btn #cta-btn-up {
        margin-bottom: 0 !important;
        display: block;
    }
    form[data-role="tocart-form"] + a.btn.actn-btn {
        margin-left: 0 !important;
        margin-top: 12px;
    }
    .pro-info-wrap .info-main {
        margin: 0 auto 24px !important;
    }
    .stz-notify-me {
        margin-top: 24px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pro-info-wrap .stz-prc-btn #cta-btn-up {
        display: flex !important;
    }
    form[data-role="tocart-form"] + a.btn.actn-btn {
        margin-top: 0 !important;
        margin-left: 12px !important;
    }
    .pro-info-wrap .btn-grp .btn {
        min-width: 240px;
    }
}
@media (max-width: 1112px) {
    .wtch-cndn {
        max-width: 182px;
    }
}
@media (max-width: 1024px) {
    .field.showPwd {
        top: 54px;
    }
    .customer-account-logoutsuccess .column.main p {
        padding: 50px;
    }
    .d-hide {
        display: inline-block;
    }
    .cms-pges {
        padding-top: 40px !important;
    }
    section#get-quote {
        padding: 40px 0 48px;
    }
    .prod-grid.container .wtch-lst li {
        margin-bottom: 40px;
    }
    .prod-grid + .prdct-toolbr .page-lst.container {
        margin-bottom: 48px !important;
    }
    .buySell .cont-no svg {
        width: 15px;
    }
    .smallMenuToggle {
        opacity: 1;
        visibility: visible;
        height: auto;
        box-shadow: 0 0 60px 10px rgb(0 0 0/5%);
        z-index: 1000;
    }
    .ftrd-brnd .ftrd-ttl {
        margin: 40px 0 !important;
    }
    .ftrd-brnd {
        padding-bottom: 48px !important;
    }
    .wtch-lst a img {
        margin-left: 0;
    }
    .wtch-lst .bnd-name {
        width: 100%;
    }
    .ftr-lnk .ftr-col.ftr-col-odr-2 {
        min-width: 175px;
        max-width: 18%;
    }
    #my-orders-table.table-order-items td.qty li.item {
        display: flex;
    }
    .lgn-in .usr-rgr-ttl span {
        text-transform: capitalize;
    }
    .logout-dashboard-sld {
        flex-wrap: wrap;
        padding-bottom: 40px !important;
    }
    .logout-dashboard-sld .lgn-in {
        width: 100%;
    }
    .logout-link {
        text-decoration: underline;
        position: absolute;
        bottom: 15px;
        left: 85px;
    }
    .logout-dashboard-sld .usr-scn {
        width: 100%;
    }
}
@media (max-width: 992px) and (min-width: 767px) {
    .ftr-brd-wrpr.open {
        max-height: 348px;
        overflow-y: auto;
        position: relative;
        box-shadow: inset -4px 0px 0px 0px #e6e6e6;
    }
    .ftr-brd-wrpr.open + a {
        margin-top: 5px;
        display: none;
    }
    #shipping-new-address-form .field[name*="firstname"] {
        width: calc(49% - 76px);
    }
    .acnt-sidebar .account-nav.slt-opns {
        background: #fff;
        padding: 20px;
        max-width: 320px;
        margin: 0 auto 50px;
    }
    .slt-opns a:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 992px) {
    .tp-nav {
        display: none;
    }
    div#allWatches,
    .dropdown-menu .subMenuToggle svg {
        display: none;
    }
    .sld-right .hdr-are:before {
        display: none;
    }
    .m-overlay {
        content: "";
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        left: -2px;
        right: 0;
        top: 0;
        top: 0;
        z-index: 5;
        display: none;
    }
    .sld-right .m-overlay {
        display: block;
    }
    .page-wrapper.sld-right {
        pointer-events: all;
    }
    .smallSubmenu {
        top: 50px;
        width: 100%;
    }
    .info-detl .acdn-list {
        max-width: 100% !important;
    }
    .pro-info-wrap .stz-acdn,
    .account .acnt-sidebar,
    .acnt-sidebar .side-col {
        max-width: 100%;
    }
    .checkout-cart-index.headerFix {
        padding-top: 0;
    }
    .main-gal .nav {
        width: 50px;
        height: 50px;
        transform: translateY(-50%);
    }
    #userAccount {
        top: 70px;
    }
    .main-gal {
        margin: 0 !important;
        border-bottom: 1px solid #f2f2f2;
    }
    .prod-gallery {
        margin-bottom: 134px !important;
    }
    .glry-btn {
        bottom: -94px !important;
    }
    .main-gal .swiper-slide.straight-shot {
        margin: 48px auto 0 !important;
    }
    .cms-pges.thank-you p {
        font-size: 14px;
        line-height: 24px;
    }
    .ftr-col.subsForm {
        margin-right: 0;
    }
}
@supports not (-ms-high-contrast: none) {
    .dropdown-items {
        align-items: flex-start;
        flex-direction: column;
    }
}
@media (max-width: 991px) {
    .pro-info-wrap .info-main,
    .info-detl-tbl,
    .info-detl.exta-detl {
        max-width: 93.8% !important;
    }
    .acnt-frm-wrpr .form-optn > :nth-child(1) {
        order: 1 !important;
    }
    .acnt-frm-wrpr .form-optn > :nth-child(2) {
        margin-top: 0 !important;
    }
    .tp-lnk {
        width: auto;
    }
}
@media (max-width: 768px) {
    .head-subText {
        display: none;
    }
    .acnt-frm-wrpr .crt-acc a {
        display: inline-block;
        width: auto;
    }
}
@media (max-width: 767px) {
    .field.showPwd {
        top: 50px;
    }
    #additional-addresses-table .add-adres-bx {
        margin-bottom: 0;
    }
    .srch-wrap .srch.container {
        padding-bottom: 35%;
    }
    .prod-wrap .pswp__button--arrow--left,
    .prod-wrap .pswp__button--arrow--right,
    .main-gal .nav {
        margin-top: -12px !important;
        width: 32px !important;
        height: 32px !important;
    }
    .prod-wrap .pswp__button--arrow--right,
    .prod-wrap .main-gal .next.nav {
        left: auto !important;
        right: 4px !important;
    }
    .prod-wrap .pswp__button--arrow--left,
    .prod-wrap .pswp__button--arrow--right,
    .prod-wrap .main-gal .nav {
        left: 4px !important;
    }
    .pswp__button--arrow--left:hover,
    .pswp__button--arrow--right:hover,
    .main-gal .nav:hover {
        box-shadow: none !important;
    }
    .prod-gallery a.thumb-prev {
        left: -8px !important;
    }
    .prod-gallery a.thumb-next {
        right: -8px !important;
    }
    .pro-info-wrap .info-main,
    .info-detl-tbl,
    .info-detl.exta-detl {
        max-width: 100% !important;
    }
    .info-detl-tbl {
        margin: 0 auto 24px !important;
    }
    .info-detl td {
        padding: 16px 5% !important;
    }
    .main-cntnt-area {
        margin-bottom: 90px !important;
    }
    #why_buyFrom .container > p {
        margin: 16px auto 24px !important;
    }
    .other-lgn-optn p:after,
    .other-lgn-optn p:before {
        width: 24% !important;
    }
    .buySell {
        width: 100%;
    }
    #speakExpert .mdl-bdy .buySell h2 {
        margin-top: 10px;
    }
    .buySell .sec-ttl + hr {
        margin: 7px auto;
    }
    .buySell .mdl-hlp-lne {
        justify-content: space-around;
        flex-direction: initial;
    }
    .buySell .cont-no svg {
        margin-right: 5px;
    }
    .buySell .mdl-hlp-lne a {
        font-size: 13px;
    }
    .buySell .cont-no span:nth-of-type(n + 2) {
        margin-top: 0;
    }
    .buySell .cont-no span {
        margin-bottom: 5px;
    }
    #speakExpert .mdl-bdy h2 {
        font-size: 24px;
    }
    .fd-icon {
        bottom: 35px;
        right: 7%;
    }
    #speakExpert .cont-no span {
        line-height: 24px;
    }
    #speakExpert .cont-no span:first-of-type {
        margin-left: 0;
    }
    #speakExpert .cont-no span:nth-of-type(n + 2) {
        margin-left: 0;
        padding-left: 0;
    }
    #speakExpert .cont-no span:nth-of-type(n + 2):before {
        content: none;
    }
    #speakExpert .buySell {
        width: 75%;
    }
    #speakExpert .mdl-bdy .buySell h2 {
        margin-top: 0;
    }
    #speakExpert .buySell:nth-of-type(1) {
        border-right: none;
        border-bottom: 0.5px dotted #707070;
        margin-bottom: 16px;
        padding-bottom: 10px;
    }
    .mdl .mdlDes {
        margin-top: 5px !important;
    }
    #speakExpert .cont-no span {
        line-height: normal;
    }
    #sll-wtch {
        background-color: #1f1f1f;
    }
    .mdl-hlp-lne a:nth-of-type(3) {
        margin-left: 0;
        margin-top: 5px;
    }
    .mdl-hlp-lne .phn-2 {
        vertical-align: top;
    }
    .scrl-lst .wtch-lst a img {
        max-width: 78%;
    }
    #new_wtchs .sec-ttl {
        width: 190px;
        margin: 0 auto;
    }
    .scrl-lst .wtch-lst {
        margin-left: auto;
        margin-right: auto;
        white-space: normal;
        padding-bottom: 0;
    }
    .scrl-lst .wtch-lst li {
        float: left;
        margin-bottom: 13%;
        width: 46%;
        max-width: none;
    }
    .scrl-lst .wtch-lst .slideItem:first-of-type {
        margin-left: 7%;
    }
    .scrl-lst .wtch-lst li:first-of-type {
        margin-left: 0;
    }
    .scrl-lst .wtch-lst li:nth-child(2n) {
        margin-right: 0;
    }
    #why_buyFrom > .container:first-of-type {
        max-width: 100%;
    }
    #why_buyFrom > .container:first-of-type p {
        max-width: 86%;
    }
    .prod-grid.container {
        padding: 20px 0;
    }
    .wtch-lst .btn {
        padding: 5px 0 !important;
        display: block;
    }
    .wtch-lst .stz-sku {
        font-size: 11px;
    }
    .tp-nav {
        position: relative;
    }
    .m-hide {
        display: none !important;
    }
    .srch-wrap .srch-cls-btn {
        bottom: 15px;
    }
    .ftr-lnk .ftr-col.cat-col {
        max-width: 100%;
    }
    .brandLogo svg {
        max-width: 160px;
    }
    .ftr-brd-wrpr {
        max-height: none;
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.3s all;
    }
    .viewLink {
        display: none !important;
    }
    .ftr-lnk .ftr-col h3 {
        font-weight: 400;
    }
    .myAccordion h3 {
        position: relative;
        margin-bottom: 0;
    }
    .myAccordion h3:after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 0;
        background: url(../../frontend/Ethos/smnew/en_GB/images/plus.svg)
            no-repeat;
        width: 13px;
        height: 13px;
    }
    .myAccordion.open h3:after {
        background: url(../../frontend/Ethos/smnew/en_GB/images/minus.svg)
            no-repeat;
    }
    .ftr-lnk .ftr-col:nth-of-type(n + 3) {
        margin-top: 10px;
    }
    .myAccordion.open .ftr-brd-wrpr {
        height: auto;
        opacity: 1;
    }
    .rgstrForm .acnt-frm-wrpr .form-optn {
        flex-wrap: wrap;
    }
    .rgstrForm .actn-btn,
    .rgstrForm .subs-bx {
        width: 100% !important;
    }
    .rgstrForm .subs-bx {
        margin-bottom: 15px !important;
    }
    .cms-pges.thank-you .explr-btn {
        width: 100%;
        justify-content: center;
    }
    #shipping-new-address-form .field._required {
        margin-right: 0;
    }
    .form-create-account .field,
    #shipping-new-address-form .field._required,
    #shipping-new-address-form .field,
    .changeDetail .field,
    .form-edit-account .field-dob,
    .form-address-edit .field {
        width: 100%;
        margin-right: 0 !important;
    }
    .form-create-account .field.field-name-firstname {
        margin-right: 0 !important;
    }
    .stz-frm.form-create-account .field.field-name-firstname,
    .stz-frm .field.field-name-firstname,
    #shipping-new-address-form .field[name*="firstname"],
    .form-edit-account .field-name-firstname {
        width: calc(49% - 73px);
    }
    .customer-address-form .acnt-main .field-name-firstname {
        width: calc(100% - 85px);
        margin-right: 0 !important;
    }
    #shipping-new-address-form .field[name*="lastname"] {
        width: 46%;
        margin-left: 2%;
    }
    .acnt-main .form-edit-account .field-name-firstname {
        width: calc(49% - 90px);
        float: none;
    }
    .acnt-main .form-edit-account .field-name-lastname {
        margin-right: 0 !important;
    }
    .form-edit-account .field-name-firstname {
        float: right;
    }
    .stz-frm .field.field-name-prefix,
    #shipping-new-address-form .field[name*="prefix"] {
        width: 20%;
        margin-right: 3% !important;
    }
    .stz-frm .field.field-name-prefix select,
    #shipping-new-address-form .field[name*="prefix"] select {
        padding: 0 5px;
    }
    .slt-opns {
        width: 100%;
        white-space: nowrap;
        display: flex;
        overflow-y: scroll;
    }
    .slt-opns a.active:before {
        left: 50%;
        bottom: -10px;
        transform: rotate(-90deg);
    }
    .slt-opns a:last-child {
        padding-right: 7%;
    }
    .modal-inner-wrap .field.choice {
        margin-top: 0;
    }
    .insta-feed p > a {
        display: flex;
        align-items: center;
        display: none;
    }
    #customer-email-fieldset .form-optn .btn.remind {
        margin-bottom: 10px;
    }
    .form-login #customer-email-fieldset .form-optn {
        align-items: initial;
    }
    .form-login #customer-email-fieldset .form-optn .btn.remind {
        margin-right: 0;
    }
    #opc-shipping_method.checkout-shipping-method
        #shipping-method-buttons-container
        .btn.back
        + .continue {
        margin-top: 0;
    }
    .modals-wrapper .modal-popup {
        padding: 8%;
        max-width: 86%;
    }
    .customer-account-logoutsuccess .column.main p {
        padding: 32px;
        margin: 50px auto;
    }
}
@media (max-width: 400px) {
    .brandLogo svg {
        max-width: 150px;
    }
    header .brandLogo {
        margin-left: -45px !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .checkout-cart-index .brandLogo {
        margin-left: 7% !important;
    }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    #subMenuM.sub-menu {
        padding-bottom: 111px;
    }
}
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
    #subMenuM.sub-menu {
        padding-bottom: 76px;
    }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    #subMenuM.sub-menu {
        padding-bottom: 76px;
    }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    #subMenuM.sub-menu {
        padding-bottom: 116px;
    }
    .fltr-typ .slt-opns > ol {
        padding-bottom: 250px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .fltr-typ .slt-opns > ol {
        padding-bottom: 200px;
    }
}
@media (max-width: 412px) {
    .cont-no svg {
        margin-right: 4px;
    }
}
@media (max-width: 375px) {
    .buySell .mdl-hlp-lne a,
    .mdl-hlp-lne a {
        font-size: 12px;
    }
    .thnk-u-wrp .mdl-hlp-lne.cont-no {
        width: 100%;
    }
    .thnk-u-wrp .mdl-hlp-lne svg {
        max-width: 14px;
    }
    .cont-no span:nth-of-type(n + 2):before {
        top: -7px;
    }
    .vAll {
        padding-left: 15px;
    }
    .vAll:before {
        margin-right: 15px;
    }
}
@media (max-width: 360px) {
    .prdt-slec-optn .toolbar .slt-opns {
        padding: 7px !important;
    }
}
.nw-srvc-wpr .srvc-img img {
    object-fit: cover;
}
.page-lst .pgn-num ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-lst .pgn-num ul li {
    height: 32px;
    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;
    margin-right: 10px;
    width: 32px;
    background: #f4f4f4;
    color: #626262;
}
.page-lst .pgn-num ul li a {
    color: #151211;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition:
        border 0.2s ease-in-out,
        color 0.5s ease-in-out;
    -o-transition:
        border 0.2s ease-in-out,
        color 0.5s ease-in-out;
    transition:
        border 0.2s ease-in-out,
        color 0.5s ease-in-out;
    text-decoration: none;
}
.page-lst .pgn-num ul li.current,
.page-lst .pgn-num ul li a:hover {
    color: #fff;
    font-weight: 500;
    background: #151211;
}
.page-footer .subsForm input[type="email"]::-moz-placeholder {
    color: #151211;
    opacity: 0.7;
}
.page-footer .subsForm input[type="email"]::-webkit-input-placeholder {
    color: #151211;
    opacity: 0.7;
}
.page-footer .subsForm input[type="email"]:-ms-input-placeholder {
    color: #151211;
    opacity: 0.7;
}
.sale-link {
    font-weight: 500;
}
.filter-options .am-ranges {
    max-height: 500px;
    overflow-y: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
}
.categorypath-handbags .pg-ttl-wrap .ttl-ovr-img .page-title {
    color: #151211;
}
.paymentIc {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}
.socialLinks li {
    margin-bottom: 0;
}
.ftr-lnk .subsForm p {
    line-height: normal;
}
.filter-options-content .item > a:hover {
    color: #151211;
}
dd.filter-options-content {
    display: none;
}
dd.filter-options-content.active {
    display: block;
}
.filterBtn {
    margin-right: auto;
}
.tp-lnk .cartShop {
    text-align: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    color: #fff;
}
span.qty.empty + span {
    display: none;
}
.cms-thank-you .cms-pges .cont-no span:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 16px;
    padding-left: 16px;
}
.cms-thank-you .column.main {
    min-height: inherit;
}
.ftrd-brnd {
    text-align: center;
}
.cms-why-buy-from-second-movement .pg-ttl-wrap .ttl-ovr-img .page-title {
    text-transform: inherit;
}
@media (max-width: 767px) {
    .mdl-hlp-lne a:nth-of-type(3) {
        margin-left: 0;
        margin-top: 5px;
    }
    .mdl-hlp-lne .phn-2 {
        vertical-align: top;
    }
    .cont-no span {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .nw-srvc-wpr {
        padding: 50px 0;
    }
}
@media (min-width: 992px) {
    nav.tp-nav {
        max-width: 750px;
    }
}
@media (min-width: 993px) {
    #menuWrapper-1 .dropdown-items {
        max-height: 390px !important;
    }
}
@media (min-width: 1025px) {
    .sm-count {
        display: none;
    }
}
@media (max-width: 767px) {
    .checkout-index-index._has-modal .modals-wrapper {
        position: fixed;
        top: 0;
        right: 0;
    }
    .customer-account-create .stz-frm .field.field-name-prefix {
        width: 19%;
    }
    .stz-frm .field.field-name-firstname {
        width: calc(55% - 73px);
    }
    .stz-frm.form-create-account .field.field-name-firstname {
        width: calc(100% - 23%);
    }
    .customer-address-form .acnt-main .field-name-firstname {
        width: calc(100% - 23%);
    }
    .stz-frm.form-edit-account .field.field-name-prefix {
        float: left;
    }
    .stz-frm.form-edit-account .field-name-lastname {
        width: 38%;
    }
    .sellWatchContent {
        position: relative;
    }
    #sll-wtch .sellWatchContent .trade-up-stp {
        padding-bottom: 0;
    }
    #sll-wtch .getQuote_btn {
        position: fixed;
        transition: 0.2s all;
    }
    #sll-wtch .sellWatchContent .getQuote_btn {
        background-color: #151211;
        border: 1px solid #151211;
        color: #fff;
        min-width: 160px;
        line-height: 40px;
        text-align: center;
        position: fixed;
        z-index: 9;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(0px);
    }
    .getQuote_btn.kMore svg {
        fill: #fff;
    }
    #sll-wtch .sellWatchContent .getQuote_btn_remove {
        transform: translateY(50px);
    }
    .cms-sell-your-watch .whtsapp {
        bottom: 50px !important;
    }
    .blk-addresses-list #additional-addresses-table .add-adres-bx {
        max-width: 100%;
    }
}
@media (max-width: 414px) {
    .customer-account-create .stz-frm .field.field-name-prefix {
        width: 20%;
    }
    .stz-frm.form-edit-account .field-name-lastname {
        width: 34.5%;
    }
    .customer-address-form .acnt-main .field-name-firstname {
        width: calc(100% - 85px);
    }
} /**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition:
        0.2s transform,
        0.2s top;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition:
        0.2s transform,
        0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition:
        0.2s transform,
        0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cms-pges .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cms-pges .sec-ttl {
    font-size: 32px;
    line-height: 42px;
}
@media (max-width: 767px) {
    .cms-pges .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cms-pges p {
    color: #000;
    line-height: 24px;
}
@media (max-width: 767px) {
    .cms-pges {
        padding-top: 60px;
    }
}
.side-col {
    width: 100%;
    max-width: 285px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}
@media (max-width: 1024px) {
    .side-col {
        display: none;
    }
}
.side-col h2 {
    border-bottom: 1px solid #e6e6e6;
    font-family: petersburg-web, serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 20px;
    padding-bottom: 20px;
}
.main-cntnt-area {
    font-family: petersburg-web, serif;
    counter-reset: item-counter;
    margin-bottom: 150px;
}
.main-cntnt-area h3,
.main-cntnt-area h4 {
    font-size: 18px !important;
    line-height: 32px !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
    counter-increment: item-counter;
}
.main-cntnt-area h3:before {
    content: counter(item-counter, upper-roman) ". ";
}
.termsPage .main-cntnt-area h3:before {
    display: none;
}
.main-cntnt-area .stz-acdn {
    border-top: none;
}
.main-cntnt-area .acdn-list:first-of-type .acdn-lnk {
    padding-top: 0;
}
.main-cntnt-area h2 {
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    font-family: petersburg-web, serif;
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.main-cntnt-area h2 span {
    color: #7f7f7f;
    font-size: 10px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
}
.main-cntnt-area .note {
    padding-left: 0;
    margin-bottom: 20px;
}
.main-cntnt-area .note li {
    line-height: 24px;
}
@media (max-width: 1024px) {
    .main-cntnt-area {
        margin-left: 0;
        margin-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .main-cntnt-area h2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
    }
    .main-cntnt-area h2 span {
        margin-top: 5px;
    }
}
.drpdwn-sltn-mnu {
    background: #fff;
    border-radius: 10px;
    max-width: 260px;
    margin: 10px auto 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.drpdwn-sltn-mnu .sltd-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding: 15px 20px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.slt-opns {
    min-width: 315px;
}
.drpdwn-sltn-mnu .slt-opns {
    background: #fff;
    border-radius: 0 0 10px 10px;
    top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    max-width: 260px;
    z-index: 2;
    -webkit-transition:
        height 0.5s ease-in-out,
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    -o-transition:
        height 0.5s ease-in-out,
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    transition:
        height 0.5s ease-in-out,
        opacity 0.5s ease-in-out,
        visibility 0.5s ease-in-out;
    -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.02);
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.02);
}
.drpdwn-sltn-mnu .slt-opns a {
    display: block;
    font-size: 12px;
    padding: 8px 0;
    line-height: 14px;
}
.drpdwn-sltn-mnu .slt-opns a svg {
    -webkit-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
}
.drpdwn-sltn-mnu .slt-opns a:hover {
    color: #151211;
}
.drpdwn-sltn-mnu .slt-opns a:hover svg {
    fill: #151211;
}
.drpdwn-sltn-mnu .slt-opns a:focus {
    color: #151211;
}
.drpdwn-sltn-mnu .slt-opns a:focus svg {
    fill: #151211;
}
.drpdwn-sltn-mnu .slt-opns a:active {
    color: #151211;
}
.drpdwn-sltn-mnu .slt-opns a:active svg {
    fill: #151211;
}
@media (max-width: 1199px) {
    .drpdwn-sltn-mnu .slt-opns.open {
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 1200px) {
    .drpdwn-sltn-mnu .slt-opns:hover,
    .drpdwn-sltn-mnu .sltd-by:hover + .slt-opns {
        opacity: 1;
        visibility: visible;
    }
}
.review {
    text-align: center;
    margin: 58px 0;
}
.review h4 {
    color: #000;
    font-family: petersburg-web, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
}
.review p {
    color: #7f7f7f;
    font-size: 10px;
    font-weight: 500;
    line-height: 24px;
}
.review .revw-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 5px;
}
.review button svg {
    margin-right: 5px;
}
.review button:first-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 10px 0 0 10px;
}
.review button:first-of-type:hover svg {
    -webkit-animation: like 0.8s linear;
    animation: like 0.8s linear;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
.review button:last-of-type {
    border-radius: 0 10px 10px 0;
}
.review button:last-of-type:hover svg {
    -webkit-animation: dislike 0.8s linear;
    animation: dislike 0.8s linear;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
@media (max-width: 1024px) {
    .review {
        margin: 48px 0;
    }
}
@-webkit-keyframes like {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes like {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes dislike {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes dislike {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
#why_buyFrom {
    padding-bottom: 0;
}
#why_buyFrom .fcs-pnt,
#why_buyFrom .ftrd-cnt,
#why_buyFrom > hr {
    max-width: 960px;
    margin: 0 auto;
}
#why_buyFrom .fcs-pnt {
    margin-bottom: 58px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#why_buyFrom .pnt-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 48px;
    width: 45%;
}
#why_buyFrom .pnt-lst img {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}
#why_buyFrom .lst-cnt {
    max-width: 385px;
}
#why_buyFrom .lst-cnt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
@media (max-width: 1024px) {
    #why_buyFrom .fcs-pnt {
        margin-bottom: 48px;
    }
    #why_buyFrom .container > p {
        margin: 48px auto;
    }
    #why_buyFrom .pnt-lst img {
        height: 32px;
    }
    .slt-opns {
        min-width: 250px;
    }
    .slt-opns a {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    #why_buyFrom .fcs-pnt,
    #why_buyFrom > hr {
        max-width: 93.8%;
    }
    #why_buyFrom .lst-cnt {
        max-width: 86%;
    }
}
@media (max-width: 992px) {
    #sll-wtch .fcs-grd {
        border-bottom: 1px solid #f2f2f2;
    }
}
@media (max-width: 767px) {
    #why_buyFrom .fcs-pnt,
    #why_buyFrom > hr {
        max-width: 86%;
    }
    #why_buyFrom .lst-cnt {
        max-width: calc(100% - 45px);
    }
    #why_buyFrom .pnt-lst {
        width: 100%;
    }
    .m-full-container {
        max-width: 100%;
    }
    .m-full-container .main-cntnt-area {
        max-width: 86%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
    }
}
@media (min-width: 993px) {
    #sll-wtch .fcs-grd {
        margin-bottom: 0;
    }
}
.trade-cms .sll-top {
    margin-bottom: 0;
}
.ftrd-brnd {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#f9f9f9)
    );
    background-image: -webkit-linear-gradient(#fff 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(#fff 0%, #f9f9f9 100%);
    background-image: linear-gradient(#fff 0%, #f9f9f9 100%);
    padding-bottom: 70px;
}
.ftrd-brnd .ftrd-ttl {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin: 58px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}
.ftrd-brnd .ftrd-ttl:after,
.ftrd-brnd .ftrd-ttl:before {
    content: ".";
    color: #151211;
    font-size: 22px;
    margin-right: 8px;
    margin-top: -6px;
}
.ftrd-brnd .ftrd-ttl:after {
    margin-left: 8px;
    margin-right: 0;
}
.ftrd-brnd .btn {
    margin-top: 70px;
    position: initial !important;
}
@media (max-width: 992px) {
    .ftrd-brnd img {
        max-width: 93.8%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .ftrd-brnd img {
        max-width: 86%;
    }
    .ftrd-brnd img.mobile {
        display: block;
    }
}
@media (max-width: 1024px) {
    .ftrd-brnd {
        padding-bottom: 60px;
    }
    .ftrd-brnd .ftrd-ttl {
        margin: 48px 0;
    }
    .ftrd-brnd .btn {
        margin-top: 48px;
    }
}
.quote-frm {
    max-width: 558px;
    margin: 70px auto 0;
    border-left: 0.5px dotted #151211;
    padding-left: 8.4%;
    position: relative;
    text-align: left;
}
@media (max-width: 1024px) {
    .quote-frm {
        margin: 60px auto 0;
    }
}
@media (max-width: 767px) {
    .quote-frm {
        margin-left: 1%;
        padding-left: 12%;
        border-left: none;
    }
}
.quote-frm h4 {
    font-family: petersburg-web, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
    color: #000;
}
.quote-frm input[type="file"] {
    cursor: pointer;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}
.quote-frm .upld-img {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    height: 110px;
    width: 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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 0.5px dashed #151211;
    border-radius: 10px;
}
.quote-frm .upld-img img {
    width: 17px;
}
.quote-frm .upld-img span#filename {
    line-height: 22px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
}
.quote-frm .upld-img span.dragover {
    background-color: #aaa;
}
.quote-frm .upld-img .file-msg {
    color: red;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 14px;
    max-width: 86%;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.quote-frm .upld-img #fileNameShow:empty,
.quote-frm .upld-img #fileNameShow:not(:empty) + .file-msg {
    display: none;
}
.quote-frm .upld-img #fileNameShow {
    color: green;
    text-transform: lowercase;
}
.quote-frm .upld-img #fileNameShow span {
    display: inline;
}
.quote-frm .upld-img #fileNameShow span:after {
    content: ", ";
}
.quote-frm .upld-img #fileNameShow span:last-of-type:after {
    content: none;
}
.quote-frm .other-info {
    margin-top: 50px;
}
.quote-frm span.rnd-sp {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 0.5px dotted #151211;
    line-height: 0;
    border-radius: 100%;
    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;
    position: absolute;
    left: -30px;
    margin-top: -12px;
}
.quote-frm span.rnd-sp img[width="17"] {
    width: 17px;
}
.quote-frm span.rnd-sp img[width="24"] {
    width: 24px;
}
.quote-frm span.rnd-sp img[width="20"] {
    width: 20px;
}
@media (max-width: 767px) {
    .quote-frm span.rnd-sp {
        width: 48px;
        height: 48px;
        left: -24px;
        margin-top: -6px;
    }
    .quote-frm span.rnd-sp img[width="17"] {
        width: 15px;
    }
    .quote-frm span.rnd-sp img[width="24"] {
        width: 19px;
    }
    .quote-frm span.rnd-sp img[width="20"] {
        width: 16px;
    }
}
.stz-acdn + .info-btn {
    margin-top: 70px;
}
@media (max-width: 1024px) {
    .stz-acdn + .info-btn {
        margin-top: 60px;
    }
}
#get-quote.trade-quote-frm {
    margin-top: 70px;
    max-width: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#get-quote.trade-quote-frm .dflt-watch-wrp {
    max-width: 223px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}
@media (max-width: 993px) {
    #get-quote.trade-quote-frm .dflt-watch-wrp {
        display: none;
    }
}
#get-quote.trade-quote-frm .dflt-watch-wrp p {
    font-size: 11px;
    line-height: 18px;
    max-width: 186px;
    margin: 24px auto 0;
}
#get-quote.trade-quote-frm .quote-frm {
    max-width: 520px;
    margin: 0;
    padding-left: 8.4%;
    width: 100%;
}
@media (max-width: 993px) {
    #get-quote.trade-quote-frm .quote-frm {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    #get-quote.trade-quote-frm .quote-frm {
        margin-left: 1%;
        padding-left: 12%;
    }
}
#get-quote.trade-quote-frm .upld-img {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    #get-quote.trade-quote-frm {
        max-width: 86%;
    }
}
@media (max-width: 992px) {
    #get-quote.trade-quote-frm {
        padding-top: 0;
    }
}
@media (min-width: 993px) {
    .trade-cms #get-quote.trade-quote-frm {
        margin-top: 20px;
    }
}
.add-another.stz-acdn {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.add-another.stz-acdn .acdn-lnk {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hw-trd-wrks {
    background-color: #f9f9f9;
}
@media (max-width: 1111px) {
    .hw-trd-wrks {
        padding-bottom: 0;
    }
}
.hw-trd-wrks .trade-up-stp {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hw-trd-wrks .trade-up-stp .stp-lst {
    width: 100%;
    max-width: 230px;
}
.hw-trd-wrks .trade-up-stp .stp-lst img {
    height: 50px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.hw-trd-wrks .trade-up-stp .stp-lst img[alt="Send Us Your Watch"] {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.hw-trd-wrks .trade-up-stp .stp-lst .stp-ttl {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin: 15px 0 10px;
    text-transform: uppercase;
}
.hw-trd-wrks .trade-up-stp .stp-lst p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.hw-trd-wrks .trade-up-stp img[alt="Divider Arrow"] {
    opacity: 1;
}
@media (max-width: 1111px) and (min-width: 768px) {
    .hw-trd-wrks .trade-up-stp {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 55px;
        max-width: 100%;
    }
    .hw-trd-wrks .trade-up-stp .stp-lst {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        min-width: 230px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hw-trd-wrks .trade-up-stp .stp-lst p {
        white-space: normal;
    }
    .hw-trd-wrks .trade-up-stp .stp-lst:first-of-type {
        margin-left: 3.1%;
    }
    .hw-trd-wrks .trade-up-stp .stp-lst:last-of-type {
        margin-right: 3.1%;
    }
    .hw-trd-wrks .trade-up-stp img[alt="Divider Arrow"] {
        opacity: 0.4;
        min-width: 10px;
        margin: 0 20px;
    }
}
@media (max-width: 767px) {
    .hw-trd-wrks .trade-up-stp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 58px;
    }
    .hw-trd-wrks .trade-up-stp .stp-lst {
        max-width: 80%;
        margin: 0 auto;
    }
    .hw-trd-wrks .trade-up-stp img[alt="Divider Arrow"] {
        opacity: 0.4;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 48px auto 48px;
    }
}
.hw-trd-wrks .stp-lst .stp-ttl {
    color: #000 !important;
}
.hw-trd-wrks .stp-lst p {
    color: #7f7f7f !important;
}
.hw-trd-wrks .stp-lst img {
    -webkit-filter: invert(0%) !important;
    filter: invert(0%) !important;
}
.hw-trd-wrks .stp-lst img[alt="Send Us Your Watch"] {
    -webkit-filter: invert(100%) !important;
    filter: invert(100%) !important;
}
.cms-pges.thank-you {
    padding-top: 0 !important;
}
.thnk-u-wrp {
    margin: 0 auto;
    max-width: 590px;
    padding: 140px 0;
    text-align: center;
    width: 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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .thnk-u-wrp {
        max-width: 86%;
    }
}
.thnk-u-wrp .sec-ttl {
    margin: 35px 0;
}
.hlp-lne-txt {
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
}
.explr-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}
.explr-btn svg {
    margin-right: 10px;
}
.explr-btn:hover svg {
    -webkit-animation: explr 0.8s linear;
    animation: explr 0.8s linear;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
@-webkit-keyframes explr {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes explr {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
p.order-txt,
p.success-msg {
    color: #7f7f7f;
    font-weight: 500;
    line-height: 26px;
    font-size: 12px;
}
p.order-txt .order-number,
p.success-msg .order-number {
    color: #151211;
    font-weight: 700;
    margin-left: 5px;
}
.cms-pges.page-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
}
.wrpr-404 {
    margin: 100px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrpr-404 .cntn-404 .sec-ttl {
    font-size: 70px;
    line-height: 54px;
    letter-spacing: 0;
    color: #151211;
}
.wrpr-404 .cntn-404 .sec-ttl span {
    font-size: 24px;
    line-height: 32px;
    display: block;
    margin-top: 30px;
}
.wrpr-404 .cntn-404 p {
    font-size: 12px;
    line-height: 18px;
    margin: 15px 0 30px !important;
    text-transform: capitalize;
}
.cntn-404 a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #2c2c2c;
    text-transform: uppercase;
}
.cntn-404 a svg {
    margin-left: 15px;
}
@media (max-width: 992px) {
    .wrpr-404 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrpr-404 .cntn-404 {
        margin-top: 30px;
        order: -1;
        margin-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .wrpr-404 > img {
        max-width: 80%;
    }
}
@media (min-width: 993px) {
    .wrpr-404 {
        max-width: 720px;
    }
    .anmtn-icon {
        transform: scale(0.7);
        transform-origin: left;
    }
}
.anmtn-icon {
    max-width: 438px;
    padding: 0 15px 25px;
    position: relative;
    width: 100%;
}
.cntn-404 {
    width: 273px;
}
.wtch-tool {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.wtch-tool img {
    position: absolute;
}
.wtch-tool .sml-actv-wheel {
    top: 0;
    left: 150px;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
.wtch-tool .big-default-wheel {
    top: 22px;
    right: 95px;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.wtch-tool .dsbl-wheel {
    right: 45px;
    bottom: 100px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.wtch-tool .big-blk-wheel {
    left: 105px;
    bottom: 10px;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}
.wtch-tool .default-wheel {
    left: 27px;
    bottom: 140px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.wtch-tool .big-actv-wheel {
    left: 150px;
    top: 124px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.wtch-tool .hand {
    -webkit-animation-name: float-404;
    animation-name: float-404;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.wtch-tool .default-hand {
    left: 0;
    top: 65px;
    -webkit-transform-origin: 70% 50%;
    -ms-transform-origin: 70% 50%;
    transform-origin: 70% 50%;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.wtch-tool .actv-hand {
    right: 0;
    top: 80px;
    -webkit-transform-origin: 25% 50%;
    -ms-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}
.wtch-tool .dsbl-hand {
    bottom: 0;
    right: 80px;
    -webkit-transform-origin: 25% 50%;
    -ms-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    -webkit-animation-duration: 0.11s;
    animation-duration: 0.11s;
}
@media (max-width: 767px) {
    .anmtn-icon {
        padding: 0 0 5px;
        max-width: 232px;
    }
    .anmtn-icon > img {
        max-width: 100%;
    }
    .wtch-tool .sml-actv-wheel {
        max-width: 28px;
        top: 10px;
        left: 80px;
    }
    .wtch-tool .big-default-wheel {
        max-width: 49px;
        right: 50px;
    }
    .wtch-tool .dsbl-wheel {
        max-width: 38px;
        right: 25px;
        bottom: 50px;
    }
    .wtch-tool .big-blk-wheel {
        max-width: 54px;
        bottom: 5px;
        left: 55px;
    }
    .wtch-tool .default-wheel {
        max-width: 46px;
        left: 15px;
        bottom: 75px;
    }
    .wtch-tool .big-actv-wheel {
        max-width: 57px;
        left: 73px;
        top: 75px;
    }
    .wtch-tool .default-hand {
        max-width: 113px;
        top: 45px;
    }
    .wtch-tool .actv-hand {
        max-width: 87px;
        top: 50px;
    }
    .wtch-tool .dsbl-hand {
        max-width: 55px;
        right: 40px;
    }
}
.hand {
    -webkit-animation-name: float-404;
    animation-name: float-404;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.wheel {
    -webkit-animation-name: spin-404;
    animation-name: spin-404;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
@keyframes spin-404 {
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin-404 {
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes float-404 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
}
@-webkit-keyframes float-404 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
}
.bck-to-home {
    color: #151211;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.5s ease-in-out;
    -o-transition: border-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;
}
.bck-to-home svg path {
    fill: #151211;
}
.bck-to-home:hover {
    border-color: #151211;
}
.stz-frm #sell-addPhoto-error.mage-error,
.stz-frm #trade-addPhoto-error.mage-error {
    position: absolute;
    bottom: -25px;
    right: 0;
}
.stz-frm #trade-addPhoto-error.mage-error {
    bottom: -20px;
}
.cms-why-buy-from-second-time-zone .ttl-ovr-img .page-title {
    max-width: 320px;
    margin: 0 auto;
}
