/*************************************
//////////////////////////////////////
Style Index

01. Fonts
02. General styles
03. Header styles
04. Footer styles
05. BreadcrumbBar styles
06. Designer page styles
07. Thank You page styles
08. Responsive Media Queries
    8.1 Desktop Styles
    8.2 Mobile Styles
    8.3 Ipad Styles

//////////////////////////////////////
*************************************/

/* 01. Fonts */
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
        url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
        url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
        url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 02. General styles */
*,
*:before,
*:after {
    box-sizing: border-box;
}

a,
article,
aside,
audio,
blockquote,
body,
canvas,
center,
code,
dd,
div,
dl,
dt,
em,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
figure,
img,
label,
legend,
li,
mark,
menu,
nav,
ol,
p,
pre,
section,
small,
span,
strike,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h3 {
    font-family: "latobold", sans-serif;
}

ul,
li {
    list-style-type: none;
}

.ssg--page-wrapper {
    font-family: "latoregular", sans-serif;
    font-size: 16px;
    line-height: 1.375;
    color: #333;
    background-color: #f6f6f6;
}

.ssg--page-wrapper .main-holder {
    position: relative;
    min-height: 100vh;
    padding-bottom: 250px;
    margin: 0;
}

.ssg--page-wrapper .container-wide {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.ssg--page-wrapper .flex-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

/* 03. Header styles */
.ssg--page-wrapper .header {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.ssg--page-wrapper .header-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: space-between;
}

.header-section .logo-area {
    padding: 20px;
}

.header-section .logo-area a {
    display: flex;
    align-items: flex-end;
}

.header-section .logo-area a img {
    max-width: 190px;
    width: 100%;
}

.header-section .logo-area a img.brand-logo {
    margin-left: 10px;
}

.header-section .lang-area {
    padding: 20px;
    display: flex;
    align-items: center;
}

.header-section .lang-nav {
    margin: 0 -10px;
}

.header-section .lang-nav li {
    float: left;
    border-left: 1px solid #263c53;
    line-height: .8;
}

.header-section .lang-nav li:first-child {
    border-left: 0;
}

.header-section .lang-nav a {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    text-decoration: none;
    color: #b2b2b2;
}

.header-section .lang-nav a.selected {
    color: #263c53;
}

/* 04. Footer styles */
.ssg--page-wrapper .footer {
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    max-height: 250px;
    background: #fff;
}

.ssg--page-wrapper .footer-top-bar {
    background: #333;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 150px;
    color: #fff;
    line-height: 2;
    font-size: 18px;
    letter-spacing: 0.19278px;
}

.footer-top-bar .hotline-area {
    padding: 20px;
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
}

.footer-bottom-bar .bottom-section {
    padding: 15px 20px;
    flex-wrap: nowrap;
}

.footer-bottom-bar .logo-area {
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex: 1;
}

.footer-bottom-bar .logo-area img {
    width: 100%;
}

.footer-bottom-bar .link-data {
    margin: 0 20px;
    font-size: 12px;
}

.footer-bottom-bar .link-data .copyright {
    margin-bottom: 5px;
    line-height: 1;
}

.footer-bottom-bar .link-data .links a {
    cursor: pointer;
    color: #4187de;
    text-decoration: none;
    line-height: 1;
}

.footer-bottom-bar .link-data .links a:hover {
    color: #263c53;
}

.footer-bottom-bar .link-data .links > div {
    display: inline-flex;
    border-right: 1px solid #333;
    padding-right: 4px;
    margin-right: 2px;
}

.footer-bottom-bar .link-data .links > div:last-child {
    border-right: none;
    padding-right: 0;
}

/* 05. BreadcrumbBar styles */
.designer-breadcrumbBar {
    position: relative;
    width: 100%;
    z-index: 2;
    top: 0;
    overflow: hidden;
    height: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.designer-breadcrumbBar ul {
    list-style-type: none;
}

.designer-breadcrumbBar ul:before,
.designer-breadcrumbBar ul:after {
    content: ' ';
    display: table;
}

.designer-breadcrumbBar ul:after {
    clear: both;
}

.designer-breadcrumbBar li {
    float: left;
    width: 33%;
    height: 24px;
}

.designer-breadcrumbBar li a {
    position: relative;
    display: block;
}

.designer-breadcrumbBar li a .breadcrumb-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    line-height: 24px;
    color: #ccc;
    padding: 0 0 0 15px;
    display: block;
}

.designer-breadcrumbBar li a .breadcrumb-label.current {
    color: #fff;
}

.designer-breadcrumbBar li a:before,
.designer-breadcrumbBar li a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
}

.designer-breadcrumbBar li a.after_left_borderCol_1:before {
    margin-left: 0px;
    border-left-color: #fff;
}

.designer-breadcrumbBar li a.after_left_borderCol_2:before {
    margin-left: 1px;
    border-left-color: #fff;
}

.designer-breadcrumbBar li.previous a.after_left_borderCol_1:before {
    margin-left: 2px;
    border-left-color: #fff;
}

.designer-breadcrumbBar li.current {
    width: 34%;
}

.designer-breadcrumbBar li:last-child a:before,
.designer-breadcrumbBar li:last-child a:after {
    display: none;
}

.designer-breadcrumbBar .bgCol_1 {
    background-color: #263c53;
}

.designer-breadcrumbBar .bgCol_2 {
    background-color: #afbfd0;
}

.designer-breadcrumbBar .after_left_borderCol_1::after {
    border-left-color: #263c53;
}

.designer-breadcrumbBar .after_left_borderCol_2::after {
    border-left-color: #afbfd0;
}

/* 06. Designer page styles */
.ssg--page-wrapper .designer-container {
    padding: 40px 10px;
}

.designer-container .designer-wrapper {
    max-width: 800px;
    margin: 0 auto;
    width: 80%;
    min-height: 320px;
}

/* 07. Thank You page styles */
.ssg--page-wrapper .thankyou-wrapper {
    margin: 0px auto 20px;
    display: none;
}

.thankyou-wrapper .page-heading-wrap {
    margin-bottom: 35px;
}

.thankyou-wrapper .page-heading-wrap .heading-text {
    max-width: 470px;
    margin: 0px auto 10px;
    text-align: center;
    font-size: 30px;
    color: #333;
}

.thankyou-wrapper .thanks-msg-wrap {
    max-width: 470px;
    margin: 10px auto 20px;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.thankyou-wrapper .card-preview-wrap {
    text-align: center;
    position: relative;
    margin: 0 auto 20px;
}

.card-preview-wrap img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 6px 11px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 420px;
}

.thankyou-wrapper .delivery-info-wrap {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.delivery-info-wrap .image-area figure {
    width: 160px;
}

.delivery-info-wrap .image-area img,
.delivery-info-wrap .image-area svg {
    width: 100%;
    height: auto;
}

.delivery-info-wrap .text-area {
    padding: 7px 0 0 50px;
    font-size: 20px;
    line-height: 1.3;
}

.delivery-info-wrap .text-area p {
    margin-top: 20px;
}

/* 8.1 Large Desktop Styles */
@media (min-width: 1920px) {
    .language-selection-area .language-selection-header-text {
        font-size: 40px;
    }

    .language-selection-area .image-map {
        max-width: 500px;
    }

    .language-selection-area .language-list-title {
        font-size: 22px;
    }

    .language-selection-area .language-item-text {
        font-size: 22px;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .language-selection-area .language-selection-header-text {
        font-size: 32px;
    }

    .language-selection-area .image-map {
        max-width: 420px;
    }

    .language-selection-area .language-list-title {
        font-size: 18px;
    }

    .language-selection-area .language-item-text {
        font-size: 18px;
    }
}

@media (max-width: 1439px) and (min-width: 1016px) {
    .language-selection-area .language-selection-header-text {
        font-size: 24px;
        line-height: 28px;
    }

    .language-selection-area .image-map {
        max-width: 400px;
    }

    .language-selection-area .language-list-title {
        font-size: 14px;
    }

    .language-selection-area .language-item-text {
        font-size: 14px;
    }
}

/* 8.2 Mobile Styles */
@media screen and (max-width: 767px) {
    .ssg--page-wrapper .container-wide {
        padding: 0;
    }

    .header-section .logo-area a {
        width: 150px;
    }

    .header-section .logo-area a img.swiss-logo {
        max-width: 105px;
    }

    .header-section .logo-area a img.brand-logo {
        display: none;
    }

    .language-selection-container .language-selection-area {
        width: 100%;
        height: 100%;
        padding: 0 16px;
    }

    .language-selection-area .language-selection-content {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .language-selection-area .language-selection-header-text {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: auto;
        padding-left: 16px;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

    .language-selection-area .image-map {
        max-width: 280px;
        margin: auto auto 50px;
    }

    .language-selection-area .language-list {
        min-width: 300px;
        margin: auto;
    }

    .language-selection-area .language-list-title {
        font-size: 14px;
    }
    
    .language-selection-area .language-item-text {
        font-size: 16px;
    }

    .ssg--page-wrapper .footer-top-bar {
        font-size: 16px;
    }

    .footer-top-bar .hotline-area {
        max-width: 100%;
        flex-basis: 100%;
    }

    .footer-bottom-bar .bottom-section {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-bottom-bar .logo-area {
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom-bar .link-data {
        margin: 10px 0;
    }

    .footer-bottom-bar .link-data .copyright {
        line-height: 1.4;
    }

    .designer-container .designer-wrapper {
        width: 100%;
    }

    .thankyou-wrapper .thanks-msg-wrap {
        margin: 10px auto 30px;
        padding: 0 15px;
        font-size: 22px;
    }

    .thankyou-wrapper .page-heading-wrap .heading-text {
        font-size: 26px;
    }

    .thankyou-wrapper .delivery-info-wrap {
        flex-direction: column;
        padding: 0 15px;
    }

    .delivery-info-wrap .image-area figure {
        width: 120px;
    }

    .delivery-info-wrap .text-area {
        padding: 0;
        font-size: 16px;
    }
}

/* 8.3 Ipad Styles */
@media only screen and (min-width: 767px) and (max-width: 1015px) {
    .ssg--page-wrapper .container-wide {
        padding: 0;
    }

    .language-selection-container .language-selection-area {
        width: 65%;
        height: 100%;
        margin-left: auto;
        padding: 0 24px;
    }

    .language-selection-area .language-selection-content {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .language-selection-area .language-selection-header-text {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: auto;
        padding-left: 16px;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

    .language-selection-area .image-map {
        max-width: 300px;
        margin: auto auto 50px;
    }

    .language-selection-area .language-list {
        min-width: 300px;
        margin: auto;
    }

    .language-selection-area .language-list-title {
        font-size: 14px;
    }

    .language-selection-area .language-item-text {
        font-size: 14px;
    }

    .ssg--page-wrapper .footer-top-bar {
        font-size: 14px;
    }

    .thankyou-wrapper .delivery-info-wrap {
        flex-direction: column;
        padding: 0 15px;
    }

    .delivery-info-wrap .text-area {
        padding: 0;
    }
}