
* {
    box-sizing: border-box
}

.noto-sans-kr-main {
  font-family: "Noto Sans CJK KR", "Noto Sans KR", sans-serif;
  font-optical-sizing: auto; /* 글자 크기에 따라 최적화 */
  font-weight: 400; /* Regular 웨이트 */
  font-style: normal;
}

a,
address,
b,
body,
center,
cite,
code,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
html,
i,
iframe,
img,
label,
legend,
li,
object,
ol,
p,
s,
small,
span,
strong,
sup,
table,
tbody,
th,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

th {
    text-align: left
}

a,
button,
input,
select,
textarea {
    outline: 0
}

.overflow {
    overflow: visible !important
}

.clear {
    line-height: 0
}

.clear {
    clear: both;
    font-size: 0;
    display: block
}

::selection {
    background: #49143b;
    color: #fff
}

::-moz-selection {
    background: #49143b;
    color: #fff
}

img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width:1100px) {
    .hide-mobile {
        display: none
    }
}

.mb40 {
    margin-bottom: 40px
}

@media screen and (max-width:1000px) {
    .mb40 {
        margin-bottom: 20px
    }
}

.mb80 {
    margin-bottom: 80px
}

.pt40 {
    padding-top: 40px
}

@media screen and (max-width:1000px) {
    .mb80 {
        margin-bottom: 40px
    }

    .pt40 {
        padding-top: 20px
    }
}

.pt80 {
    padding-top: 80px
}

@media screen and (max-width:1000px) {
    .pt80 {
        padding-top: 40px
    }
}

.pt160 {
    padding-top: 160px
}

.pb40 {
    padding-bottom: 40px
}

@media screen and (max-width:1000px) {
    .pt160 {
        padding-top: 80px
    }

    .pb40 {
        padding-bottom: 20px
    }
}

.pb80 {
    padding-bottom: 80px
}

@media screen and (max-width:1000px) {
    .pb80 {
        padding-bottom: 40px
    }
}

.pb160 {
    padding-bottom: 160px
}

@media screen and (max-width:1000px) {
    .pb160 {
        padding-bottom: 80px
    }
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
    --top-spacing: 75px;
    scroll-padding-top: var(--top-spacing)
}

body {
    margin: var(--top-spacing) auto 0;
    background: #fff
}

.container-wrap {
    padding: 0 20px
}

.container-wrap .main-wrapper {
    width: 100%;
    margin: 0 auto
}

.home .container-wrap {
    padding: 80px 20px 0
}

.container {
    max-width: 1528px;
    margin: 0 auto
}

.grid-row {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: 56px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media screen and (max-width:1366px) {
    .grid-row {
        grid-column-gap: 35px
    }
}

.vc_col-sm-1 {
    grid-column: span 1
}

@media screen and (max-width:1000px) {
    .home .container-wrap {
        padding-top: 40px
    }

    .grid-row {
        grid-column-gap: 0;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr
    }

    .vc_col-sm-1 {
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 40px
    }

    .vc_col-sm-1:empty,
    .vc_col-sm-1:last-child {
        margin-bottom: 0
    }
}

.vc_col-sm-3 {
    grid-column: span 3
}

@media screen and (max-width:1000px) {
    .vc_col-sm-3 {
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 40px
    }

    .vc_col-sm-3:empty,
    .vc_col-sm-3:last-child {
        margin-bottom: 0
    }
}

.vc_col-sm-5 {
    grid-column: span 5
}

@media screen and (max-width:1000px) {
    .vc_col-sm-5 {
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 40px
    }

    .vc_col-sm-5:empty,
    .vc_col-sm-5:last-child {
        margin-bottom: 0
    }
}

.vc_col-sm-6 {
    grid-column: span 6
}

@media screen and (max-width:1000px) {
    .vc_col-sm-6 {
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 40px
    }

    .vc_col-sm-6:empty,
    .vc_col-sm-6:last-child {
        margin-bottom: 0
    }

    .vc_col-sm-12 {
        margin-bottom: 40px
    }

    .vc_col-sm-12:empty,
    .vc_col-sm-12:last-child {
        margin-bottom: 0
    }
}

.vc_col-sm-12 {
    grid-column: span 12
}

.equal-height {
    flex-wrap: wrap
}

.equal-height .column {
    display: flex;
    flex-direction: column
}

.equal-height .column .text-column {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.equal-height .column .single-image img {
    height: auto;
    object-fit: cover;
    object-position: center
}

.equal-height.row-content-middle .column .text-column {
    justify-content: center
}

.row-content-middle,
.row-content-middle .grid-row {
    align-items: center
}

.column.hide {
    display: none
}

.content-element p:last-child {
    margin: 0
}

.full-width-wrap {
    position: relative;
    margin-left: -50vw;
    margin-left: calc(-50vw + var(--scroll-bar-w)/ 2);
    left: 50%;
    width: 100vw;
    width: calc(100vw - var(--scroll-bar-w));
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.full-width-wrap .grid-row {
    max-width: 1528px;
    margin-left: auto;
    margin-right: auto
}

.clickable {
    cursor: pointer
}

.single-image {
    line-height: 0
}

.single-image a,
.single-image img,
.single-image picture[style*=max-width] {
    display: inline-block
}

.bg-pink {
    background-color: #fe0062
}

.bg-purple {
    background-color: #6c0ded
}

.bg-light-grey {
    background-color: #eee
}

.bg-dark-grey {
    background-color: #acacac
}

.bg-pink a,
.bg-pink a:hover,
.bg-pink h1,
.bg-pink h2,
.bg-pink h3,
.bg-pink label,
.bg-pink li,
.bg-pink p,
.bg-purple a,
.bg-purple a:hover,
.bg-purple h1,
.bg-purple h2,
.bg-purple h3,
.bg-purple label,
.bg-purple li,
.bg-purple p {
    color: #fff
}

.bg-dark-grey a,
.bg-dark-grey a:hover,
.bg-dark-grey h1,
.bg-dark-grey h2,
.bg-dark-grey h3,
.bg-dark-grey label,
.bg-dark-grey li,
.bg-dark-grey p,
.bg-light-grey a,
.bg-light-grey a:hover,
.bg-light-grey h1,
.bg-light-grey h2,
.bg-light-grey h3,
.bg-light-grey label,
.bg-light-grey li,
.bg-light-grey p,
.bg-pink .bg-dark-grey a,
.bg-pink .bg-dark-grey a:hover,
.bg-pink .bg-dark-grey h1,
.bg-pink .bg-dark-grey h2,
.bg-pink .bg-dark-grey h3,
.bg-pink .bg-dark-grey label,
.bg-pink .bg-dark-grey li,
.bg-pink .bg-dark-grey p,
.bg-pink .bg-light-grey a,
.bg-pink .bg-light-grey a:hover,
.bg-pink .bg-light-grey h1,
.bg-pink .bg-light-grey h2,
.bg-pink .bg-light-grey h3,
.bg-pink .bg-light-grey label,
.bg-pink .bg-light-grey li,
.bg-pink .bg-light-grey p,
.bg-purple .bg-dark-grey a,
.bg-purple .bg-dark-grey a:hover,
.bg-purple .bg-dark-grey h1,
.bg-purple .bg-dark-grey h2,
.bg-purple .bg-dark-grey h3,
.bg-purple .bg-dark-grey label,
.bg-purple .bg-dark-grey li,
.bg-purple .bg-dark-grey p,
.bg-purple .bg-light-grey a,
.bg-purple .bg-light-grey a:hover,
.bg-purple .bg-light-grey h1,
.bg-purple .bg-light-grey h2,
.bg-purple .bg-light-grey h3,
.bg-purple .bg-light-grey label,
.bg-purple .bg-light-grey li,
.bg-purple .bg-light-grey p {
    color: #000
}

.bg-dark-grey .bg-pink a,
.bg-dark-grey .bg-pink a:hover,
.bg-dark-grey .bg-pink h1,
.bg-dark-grey .bg-pink h2,
.bg-dark-grey .bg-pink h3,
.bg-dark-grey .bg-pink label,
.bg-dark-grey .bg-pink li,
.bg-dark-grey .bg-pink p,
.bg-dark-grey .bg-purple a,
.bg-dark-grey .bg-purple a:hover,
.bg-dark-grey .bg-purple h1,
.bg-dark-grey .bg-purple h2,
.bg-dark-grey .bg-purple h3,
.bg-dark-grey .bg-purple label,
.bg-dark-grey .bg-purple li,
.bg-dark-grey .bg-purple p,
.bg-light-grey .bg-pink a,
.bg-light-grey .bg-pink a:hover,
.bg-light-grey .bg-pink h1,
.bg-light-grey .bg-pink h2,
.bg-light-grey .bg-pink h3,
.bg-light-grey .bg-pink label,
.bg-light-grey .bg-pink li,
.bg-light-grey .bg-pink p,
.bg-light-grey .bg-purple a,
.bg-light-grey .bg-purple a:hover,
.bg-light-grey .bg-purple h1,
.bg-light-grey .bg-purple h2,
.bg-light-grey .bg-purple h3,
.bg-light-grey .bg-purple label,
.bg-light-grey .bg-purple li,
.bg-light-grey .bg-purple p {
    color: #fff
}

.text-column {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

body {
    font-size: 1rem;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
h1,
h2,
h3 {
    font-family: Noto Sans CJK KR, Helvetica, sans-serif;
    color: #000;
    font-weight: 400
}

h1,
h2,
h3 {
    font-style: normal
}

a {
    text-decoration: underline;
    transition: all .25s ease-in-out 0s;
    cursor: pointer
}

a,
a:hover {
    color: #6c0bed
}

a:hover {
    text-decoration: none
}

a:focus-visible {
    outline: #00c4ff solid 3px;
    outline-offset: 0
}

h1 {
    font-size: 2.625rem;
    line-height: 1.25;
    margin-bottom: 20px
}

@media screen and (max-width:1000px) {
    h1 {
        font-size: 2rem
    }
}

h2 {
    font-size: 1.875rem;
    line-height: 1.25;
    margin-bottom: 20px
}

@media screen and (max-width:1000px) {
    h2 {
        font-size: 1.625rem
    }
}

h3 {
    font-size: 1.375rem;
    line-height: 1.35;
    margin-bottom: 10px
}

p {
    font-size: 1rem;
    margin-bottom: 40px
}

p:last-child {
    margin-bottom: 0
}

strong {
    font-weight: 600
}

.text-column ul {
    list-style-type: disc;
    margin: 0 0 25px 20px
}

.text-column ul ul {
    margin-bottom: 0
}

.text-column ol {
    list-style-type: decimal;
    margin: 0 0 25px 20px
}

.text-column ol ul {
    margin-bottom: 0
}

sup {
    vertical-align: super;
    font-size: 11px;
    margin-right: 5px;
    line-height: normal
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.header-wrapper {
    padding: 0;
    width: 100%;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    transition: background-color .5s ease;
    z-index: 99999;
    transition: all .25s ease-in-out 0s
}

.header-wrapper .main-header {
    padding: 20px 20px 0;
    /* background: #ff9200; */
    background: linear-gradient(90deg, #ff9300 50%, #ff2a4d 100%);
}

.header-wrapper .main-header .container {
    display: flex;
    justify-content: flex-start;
    margin-left: 140px;
}

.header-wrapper .main-header .container .logo {
    margin: 5px 0 0
}

.header-wrapper .main-header .container .logo h1 {
    margin: 0
}

.header-wrapper .main-header .container .logo a {
    width: 98px;
    height: 36px;
    display: block
}

.header-wrapper .main-header .container .logo a svg {
    display: block;
    fill: #fff
}

.header-wrapper .main-header .container .logo a:hover {
    opacity: .8
}

.header-wrapper .main-header .container nav.main-navigation {
    margin: 2px 0 0 80px
}


@media screen and (max-width:1450px) {


        .apple-logo {
        display: none;
    }

      .login-box {
                display: none;
            }
}


@media screen and (max-width:1250px) {
    .header-wrapper .main-header .container nav.main-navigation {
        margin-left: 50px
    }

        .apple-logo {
        display: none;
    }
}

@media screen and (max-width:1024px) {

        .apple-logo {
        display: none;
    }

    .header-wrapper .main-header {
        padding: 0 20px;
        height: 77px
    }

    .header-wrapper .main-header .container {
        align-items: center;
        height: 100%
    }

    .header-wrapper .main-header .container .logo {
        margin: 9px 0 0
    }

    .header-wrapper .main-header .container nav.main-navigation {
        display: none
    }
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu {
    display: flex;
    justify-content: flex-start
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li {
    margin: 0 24px
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li:first-child {
    margin-left: 0
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li:last-child {
    margin: 0
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li a {
    font-size: 1.1rem;
    /* font-weight: 600; */
    position: relative;
    padding: 5px 0 29px;
    color: #fff;
    display: inline-block;
    text-decoration: none
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.book-button {
    margin: 0 0 0 30px
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.book-button a {
    font-size: .75rem;
    line-height: 1.35;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    width: 125px;
    display: inline-block;
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-book-repair-header.svg) 0 3px no-repeat;
    padding: 0 0 0 35px
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.track-button {
    margin: 0 0 0 30px
}

@media screen and (max-width:1140px) {
    .header-wrapper .main-header .container nav.main-navigation {
        margin-left: 80px
    }

    .header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.track-button {
        display: none
    }
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.track-button a {
    font-size: .75rem;
    line-height: 1.35;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    width: 130px;
    display: inline-block;
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-track-repair-header.png) 0 3px/25px no-repeat;
    padding: 0 0 0 35px
}


.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu.two .sub-menu-wrap:before {
    left: 194px
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu.three .sub-menu-wrap:before {
    left: 315px
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu.four .sub-menu-wrap:before {
    left: 428px
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu a:before {
    content: "";
    opacity: 0;
    visibility: hidden
}
/* 메인 블라인드 효과 */



.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu:hover a:before {
    /*border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: hsla(0, 0%, 100%, 0);
    *//*border-bottom-color: #fff;
    *//*border-width: 17px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    transition: opacity .5s;
    opacity: 1;
    visibility:;
    visible*/

    
    /* display: block; */
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    content: "";
    z-index: 1000;
    transition: opacity .5s;
    opacity: 1;
    /* visibility: visible; */
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
}



/* CSS에서 반투명 효과 정의 */
/* .hover-effect:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
} */



.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu:hover .sub-menu-wrap {
    visibility: visible;
    transition: opacity .5s;
    opacity: 1
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap {
    position: absolute;
    left: -520px;
    width: 100%;
    background: #fff;
    top: 84px;
    z-index: 9999999 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
    display: block;
    max-width: 210px;
    margin: 0 auto;
    right: 0;
    padding: 35px;
        border-radius: 0 0 24px 24px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}

@media screen and (max-width:1400px) {
    .header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap {
        left: 0
    }
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu  {
    display: flex;
    justify-content: flex-start
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column.one {
    width: 45.4147250699%;
    margin: 0 13.2190121156% 0 0
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column.three,
.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column.two {
    width: 25.3094128611%;
    margin: 0 5.2190121156% 0 0
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column.four {
    width: 16.3094128611%;
    margin: 0
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column a {
    display: none
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu {
    display: block
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li {
    margin: 0 0 16px;
    width: 100%;
    line-height: 12px
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li a {
    display: inline-block;
    padding: 0;
    color: #000;
    line-height: 18px
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li a:hover {
    color: #6c0bed
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li a:before {
    display: none
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li.image {
    line-height: 0 !important
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li.image a,
.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li.image a img {
    display: block
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li.image a span span {
    display: none
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li.heading {
    margin-bottom: 10px
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li.heading a {
    pointer-events: none;
    color: #6c0bed;
    font-size: .75rem;
    line-height: 1.35;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li.btm-rule {
    border-bottom: 1px solid #707070;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.header-wrapper .main-header .container nav.main-navigation ul.nav-menu li.has-mega-menu .sub-menu-wrap ul.sub-menu li.mega-menu-column ul.sub-menu li:last-child {
    margin: 0 !important
}

.header-wrapper .main-header .container .social-media-icons {
    margin: 9px 0 0 auto
}

@media screen and (max-width:1300px) {
    .header-wrapper .main-header .container .social-media-icons {
        display: none
    }
}

.header-wrapper .main-header .container .account {
    position: relative;
    margin-right: 25px;
    width: 17px;
    height: 23px;
    display: none
}

.header-wrapper .main-header .container .account:hover svg {
    opacity: .8
}

.header-wrapper .main-header .container .account svg {
    transition: all .25s ease-in-out 0s;
    fill: #fff
}

.header-wrapper.fixed {
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    -moz-transition: all .25s ease-in-out 0s;
    -ms-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
}

.header-wrapper .sub-header {
    background: #eee;
    padding: 0 20px;
    position: relative;
    height: 60px
}

.header-wrapper .sub-header .container {
    display: none;
    justify-content: flex-start
}

.header-wrapper .sub-header .container .sub-navigation {
    margin-left: -18px
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu {
    display: flex;
    justify-content: flex-start
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu li a {
    font-weight: 600;
    font-size: .875rem;
    padding: 19px 17px 20px;
    color: #000;
    display: inline-block;
    opacity: .65;
    text-decoration: none
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu li:hover a {
    opacity: 1;
    background: #f7f7f7
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu li.store-link {
    display: none
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu li .sub-navi-container {
    position: absolute;
    bottom: -55px;
    left: 0;
    background: #f7f7f7;
    width: 100%;
    padding: 0 20px;
    height: 55px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s;
    overflow: hidden
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu li .sub-navi-container ul.sub-menu {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu li .sub-navi-container ul.sub-menu li a {
    height: auto;
    padding: 0 17px;
    opacity: .65 !important;
    text-align: center;
    line-height: 1.3;
    background: 0 0
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu li .sub-navi-container ul.sub-menu li a:hover {
    opacity: 1 !important
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu li .sub-navi-container ul.sub-menu li a span {
    color: #6c0bed;
    font-size: .625rem;
    position: relative;
    top: -3px;
    line-height: 1
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu li .sub-navi-container ul.sub-menu li:hover ul {
    display: block
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu li .sub-navi-container ul.sub-menu li:first-child a {
    padding-left: 0
}

.header-wrapper .sub-header .container .sub-navigation ul.nav-menu li:hover .sub-navi-container {
    visibility: visible;
    transition: opacity .2s;
    opacity: 1
}

.header-wrapper .sub-header .container .search {
    margin: 22px 0 0 25px
}

@media screen and (max-width:500px) {
    .header-wrapper .sub-header .container .search {
        margin-left: 5px
    }
}

.header-wrapper .sub-header .container .search .toggle-search {
    width: 14px;
    height: 17px;
    cursor: pointer;
    margin: 0
}

.header-wrapper .sub-header .container .search .toggle-search svg {
    display: block;
    transition: all .25s ease-in-out 0s
}

.header-wrapper .sub-header .container .search .toggle-search:hover svg {
    fill: #6c0bed
}

.header-wrapper .sub-header .container .search .toggle-search .close,
.header-wrapper .sub-header .container .search .toggle-search.open .open {
    display: none
}

.header-wrapper .sub-header .container .search .toggle-search.open .close {
    display: block
}

.header-wrapper .sub-header .container .search .search-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(-404px);
    max-width: 720px;
    width: 100%;
    z-index: 99
}

@media screen and (max-width:1568px) {
    .header-wrapper .sub-header .container .search .search-overlay {
        transform: translateX(0);
        margin: 0;
        left: 20px;
        right: auto
    }
}

.header-wrapper .sub-header .container .search .search-overlay .search-form {
    position: relative;
    background: #eee;
    padding: 2px 0 12px
}

.header-wrapper .sub-header .container .search .search-overlay .search-form:before {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-search.svg) no-repeat;
    content: " ";
    position: absolute;
    z-index: 999;
    width: 14px;
    height: 17px;
    top: 16px;
    left: 0
}

.header-wrapper .sub-header .container .search .search-overlay .search-form .search-form-input {
    background: #eee;
    border-bottom-style: solid;
    border-color: #000;
    border-width: 0 0 1px;
    color: #000;
    padding: 13px 30px !important;
    font-weight: 600
}

.header-wrapper .sub-header .container .search .search-overlay .search-form .search-button {
    display: none
}

.header-wrapper .sub-header .container .account {
    margin: 22px 0 0 15px;
    width: 13px;
    height: 17px
}

@media screen and (max-width:1024px) {
    .header-wrapper .main-header .container .account {
        display: block
    }

    .header-wrapper .sub-header .container .sub-navigation ul.nav-menu li {
        display: none
    }

    .header-wrapper .sub-header .container .sub-navigation ul.nav-menu li.store-link {
        display: block
    }

    .header-wrapper .sub-header .container .search .search-overlay {
        max-width: none;
        top: 60px;
        left: 0
    }

    .header-wrapper .sub-header .container .search .search-overlay .search-form {
        padding: 2px 20px 12px
    }

    .header-wrapper .sub-header .container .search .search-overlay .search-form:before {
        left: 20px
    }

    .header-wrapper .sub-header .container .account {
        display: none
    }
}

.header-wrapper .sub-header .container .account svg {
    display: block;
    transition: all .25s ease-in-out 0s
}

.header-wrapper .sub-header .container .account:hover svg {
    fill: #6c0bed
}

.header-wrapper .sub-header .container .account.in {
    text-transform: uppercase;
    text-indent: inherit;
    width: auto;
    font-size: .625rem;
    font-weight: 600;
    color: #000;
    padding: 0 0 0 22px;
    text-decoration: underline;
    letter-spacing: 1px
}

.header-wrapper .sub-header .container .apple-reseller-logos {
    height: 22px;
    margin: 18px 0 0 auto;
    text-indent: -9999px
}

@media screen and (max-width:1200px) {
    .header-wrapper .sub-header .container .apple-reseller-logos {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .header-wrapper .sub-header .container .apple-reseller-logos {
        display: block
    }
}

.header-wrapper .sub-header .container .apple-reseller-logos.education {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/apple-accreditation-logos-education.svg) 0 0/100% auto no-repeat;
    width: 239px
}

.header-wrapper .sub-header .container .apple-reseller-logos.training {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/apple-accreditation-logos-training.svg) 0 0/100% auto no-repeat;
    width: 219px
}

.header-wrapper .sub-header .container .apple-reseller-logos.default {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/apple-accreditation-logos-default.svg) 0 0/100% auto no-repeat;
    width: 290px
}

.loaded .header-wrapper .sub-header .container {
    display: flex
}

.burger-menu {
    margin-top: 8px;
    transition: opacity .25s ease;
    cursor: pointer;
    z-index: 100;
    position: relative;
    height: 20px;
    width: 35px;
    display: none;


}

@media screen and (max-width:1024px) {
     .burger-menu {
        display: block !important;
        margin-top: 0;
        order: 2;
        margin-left: auto;
        z-index: 1000;
        position: relative;
    }

    .logo-wrapper {
        order: 1;
        margin-right: auto;
    }

    .header-wrapper .main-header .container {
    
     margin-left: 0px;
    }
}

.burger-menu:hover span {
    opacity: .8
}

.burger-menu span {
    background: #fff;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .25s ease-in-out 0s;
    cursor: pointer
}

.burger-menu span:nth-of-type(2) {
    top: 9px
}

.burger-menu span:nth-of-type(3) {
    top: 18px
}

.burger-menu.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg)
}

.burger-menu.active .middle {
    opacity: 0
}

.burger-menu.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg)
}

.cart-item {
    margin: 0 25px 0 auto;
    position: relative;
    display: none
}

.cart-item .header-cart-link {
    padding-bottom: 0;
    display: inline-flex;
    flex-wrap: wrap;
    text-decoration: none
}

.cart-item .header-cart-link:hover .number:after {
    height: 10px
}

.cart-item .header-cart-link .number {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: .875rem;
    padding: 0 7px
}

.cart-item .header-cart-link .number:after {
    border: 1px solid #fff;
    transition: height .1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -7px;
    height: 8px;
    width: 12px;
    left: 50%;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0
}

.cart-item:hover:after,
.cart-item:hover:before {
    transition: opacity .25s;
    opacity: 1 !important
}

.cart-item:hover .header-cart-link .number:after {
    height: 10px
}

.cart-item:hover .nav-dropdown {
    opacity: 1;
    max-height: inherit;
    left: auto;
    right: -180px;
    top: 38px
}

.cart-item.has-dropdown:after,
.cart-item.has-dropdown:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0
}

.cart-item.has-dropdown:after {
    border-color: hsla(0, 0%, 100%, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px;
    top: 9px;
    z-index: 9
}

.cart-item.has-dropdown:before {
    border-color: hsla(0, 0%, 82%, 0);
    border-bottom-color: #eee;
    border-width: 23px;
    margin-left: -23px;
    top: 3px
}

.cart-item .nav-dropdown {
    position: absolute;
    min-width: 400px;
    max-height: 0;
    z-index: 9;
    padding: 20px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    border: 2px solid #eee;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px
}

.cart-item .nav-dropdown .woocommerce-mini-cart__empty-message {
    margin: 0;
    text-align: center
}

.cart-item .nav-dropdown .widget_shopping_cart_content p:nth-last-child(2) {
    border-bottom: none
}

.sub-header .cart-item {
    margin: 18px 0 0 15px;
    display: block
}

.sub-header .cart-item .header-cart-link {
    padding-bottom: 20px
}

.sub-header .cart-item .header-cart-link .number {
    border: 1px solid #000;
    color: #000
}

.sub-header .cart-item .header-cart-link .number:after {
    border: 1px solid #000
}

nav.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 999999999
}

nav.mobile-menu .mobile-header {
    padding: 0 20px;
    height: 77px
}

nav.mobile-menu .mobile-header .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

nav.mobile-menu .mobile-header .logo {
    margin-top: 9px
}

nav.mobile-menu .mobile-header .logo a {
    width: 98px;
    height: 36px;
    display: block
}

nav.mobile-menu .mobile-header .logo a svg {
    display: block;
    fill: #fff
}

nav.mobile-menu .mobile-header .cart-item .nav-dropdown,
nav.mobile-menu .mobile-header .cart-item:after,
nav.mobile-menu .mobile-header .cart-item:before {
    display: none
}

nav.mobile-menu .mobile-header .account {
    position: relative;
    margin-right: 25px;
    width: 17px;
    height: 23px;
    display: none
}

@media screen and (max-width:1024px) {
    .cart-item {
        display: block
    }

    .sub-header .cart-item {
        display: none
    }

    nav.mobile-menu .mobile-header .account {
        display: block
    }
}

nav.mobile-menu .mobile-header .account:hover svg {
    fill: #fe0062
}

nav.mobile-menu .mobile-header .account svg {
    transition: all .25s ease-in-out 0s;
    fill: #fff
}

nav.mobile-menu .mobile-header .burger-menu:hover span {
    background: #fe0062
}

nav.mobile-menu .menu {
    margin: 0;
    height: calc(100% - 25px);
    overflow-y: scroll;
    padding: 0 0 50px;
    width: 100%
}

nav.mobile-menu .menu .dd-heading {
    padding: 0 20px;
    height: 77px;
    background: #000
}

nav.mobile-menu .menu .dd-heading .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

nav.mobile-menu .menu .dd-heading .container .back {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-dd-arrow-left-white.svg) no-repeat;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: all .25s ease-in-out 0s;
    margin: 0
}

nav.mobile-menu .menu .dd-heading .container .back:hover {
    transform: translateX(-5px)
}

nav.mobile-menu .menu .dd-heading .container h3 {
    margin: 0 0 0 38px;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 400
}

nav.mobile-menu .menu .dd-heading .container .burger-menu {
    margin-left: auto
}

nav.mobile-menu .menu .menu-mobile-navigation-container {
    height: 100%;
    overflow-y: scroll
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li {
    margin-bottom: 0
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li a {
    display: block;
    font-size: 1.125rem;
    padding: 16px 20px;
    color: #fff;
    position: relative;
    text-decoration: none
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li a:hover {
    background: #2f2f2f
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li:hover a:after {
    right: 10px !important
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li.business-dd a:after,
nav.mobile-menu .menu .menu-mobile-navigation-container ul li.education-dd a:after,
nav.mobile-menu .menu .menu-mobile-navigation-container ul li.events-dd a:after,
nav.mobile-menu .menu .menu-mobile-navigation-container ul li.products-dd a:after,
nav.mobile-menu .menu .menu-mobile-navigation-container ul li.repairs-dd a:after {
    content: "";
    position: absolute;
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-dd-arrow-right-white.svg) no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all .25s ease-in-out 0s
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li.menu-item-has-children a {
    position: relative
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li.menu-item-has-children a:before {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/arrow-down-white.svg) 100% no-repeat;
    content: "";
    position: absolute;
    right: 130px;
    top: 32px;
    width: 18px;
    height: 13px;
    transform: rotate(0);
    transition: transform .3s ease-in-out
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li.menu-item-has-children a:after {
    display: none
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li.menu-item-has-children a.active:before {
    transform: rotate(180deg);
    transform-origin: 50% 45%
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li.menu-item-has-children a ul li {
    margin-bottom: 0
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li.menu-item-has-children a ul li a {
    background: #262626
}

nav.mobile-menu .menu .menu-mobile-navigation-container ul li.menu-item-has-children a ul li a:before {
    display: none
}

nav.mobile-menu .menu .menu-mobile-navigation-container .mobile-cta {
    background: #000;
    width: 100%;
    text-align: center;
    padding: 15px 20px
}

nav.mobile-menu .menu .menu-mobile-navigation-container .mobile-cta .track {
    color: #9819df;
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-track-repair.png) 25px 8px/19px no-repeat #fff;
    margin: 0 auto 20px
}

nav.mobile-menu .menu .menu-mobile-navigation-container .mobile-cta .book,
nav.mobile-menu .menu .menu-mobile-navigation-container .mobile-cta .track {
    padding: 8px 15px 8px 40px;
    font-size: .75rem;
    line-height: 1.35;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 25px;
    display: block;
    max-width: 240px
}

nav.mobile-menu .menu .menu-mobile-navigation-container .mobile-cta .book {
    color: #fe0062;
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-book-repair-mag.svg) 37px 9px/19px no-repeat #fff;
    margin: 0 auto
}

nav.mobile-menu.open {
    opacity: 1;
    visibility: visible
}

nav.mobile-menu.open .menu-item {
    animation-name: a;
    animation-duration: .35s;
    animation-fill-mode: both
}

nav.mobile-menu.open .menu-item:nth-of-type(2) {
    animation-duration: .4s
}

nav.mobile-menu.open .menu-item:nth-of-type(3) {
    animation-duration: .45s
}

nav.mobile-menu.open .menu-item:nth-of-type(4) {
    animation-duration: .5s
}

nav.mobile-menu.open .menu-item:nth-of-type(5) {
    animation-duration: .55s
}

nav.mobile-menu.open .menu-item:nth-of-type(6) {
    animation-duration: .6s
}

nav.mobile-menu.open .menu-item:nth-of-type(7) {
    animation-duration: .65s
}

nav.mobile-menu.open .menu-item:nth-of-type(8) {
    animation-duration: .7s
}

nav.mobile-menu.open .menu-item:nth-of-type(9) {
    animation-duration: .75s
}

nav.mobile-menu.open .menu-item:nth-of-type(10) {
    animation-duration: .8s
}

nav.mobile-menu.open .menu-item:nth-of-type(11) {
    animation-duration: .85s
}

nav.mobile-menu.open .menu-item:nth-of-type(12) {
    animation-duration: .9s
}

nav.mobile-menu.open .menu-item:nth-of-type(13) {
    animation-duration: .95s
}

nav.mobile-menu.open .menu-item:nth-of-type(14) {
    animation-duration: .1s
}

nav.mobile-menu.open .menu-item:nth-of-type(15) {
    animation-duration: .105s
}

nav.mobile-menu.open .menu-item:nth-of-type(16) {
    animation-duration: .11s
}

nav.mobile-menu.open .menu-item:nth-of-type(17) {
    animation-duration: .115s
}

nav.mobile-menu.open .menu-item:nth-of-type(18) {
    animation-duration: .12s
}

nav.mobile-menu.open .menu-item:nth-of-type(19) {
    animation-duration: .125s
}

nav.mobile-menu.open .menu-item:nth-of-type(20) {
    animation-duration: .13s
}

@keyframes a {
    0% {
        opacity: 0;
        transform: translateX(150px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.nav-is-open {
    overflow: hidden;
    position: fixed;
    width: 100%
}

nav.mobile-menu .mobile-menu-slide-out {
    background: #2f2f2f;
    position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 0 30px;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: transform .55s cubic-bezier(.785, .135, .15, .86)
}

nav.mobile-menu .mobile-menu-slide-out.show {
    transform: translateX(0)
}

nav.mobile-menu .mobile-menu-slide-out.show li {
    transform: translateX(0);
    opacity: 1
}

nav.mobile-menu .mobile-menu-slide-out.show li:first-child {
    transition-delay: .45s
}

nav.mobile-menu .mobile-menu-slide-out.show li:nth-child(2) {
    transition-delay: .6s
}

nav.mobile-menu .mobile-menu-slide-out.show li:nth-child(3) {
    transition-delay: .75s
}

nav.mobile-menu .mobile-menu-slide-out.show li:nth-child(4) {
    transition-delay: .9s
}

nav.mobile-menu .mobile-menu-slide-out.show li:nth-child(5) {
    transition-delay: 1.05s
}

nav.mobile-menu .mobile-menu-slide-out.show li:nth-child(6) {
    transition-delay: 1.2s
}

nav.mobile-menu .mobile-menu-slide-out.show li:nth-child(7) {
    transition-delay: 1.35s
}

nav.mobile-menu .mobile-menu-slide-out.show li:nth-child(8) {
    transition-delay: 1.5s
}

nav.mobile-menu .mobile-menu-slide-out.show li:nth-child(9) {
    transition-delay: 1.65s
}

nav.mobile-menu .mobile-menu-slide-out ul li a {
    display: block;
    font-size: 1.125rem;
    padding: 16px 20px;
    color: #fff;
    position: relative;
    text-decoration: none
}

nav.mobile-menu .mobile-menu-slide-out ul li a:hover {
    background: #000
}

nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu {
    margin-top: 25px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap
}

nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu li.column {
    width: 46%;
    border-right: 1px solid #707070;
    padding-right: 2%;
    margin-right: 8%;
    margin-bottom: 65px
}

@media screen and (max-width:414px) {
    .header-wrapper .sub-header .container .apple-reseller-logos.default {
        width: 220px;
        margin-top: 21px
    }

    nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu {
        flex-direction: column
    }

    nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu li.column {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #707070;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu li.column:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu li.column.no-border {
    border-right: none;
    padding-right: 0;
    margin-right: 0
}

nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu li.column a {
    display: none
}

nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu li.column ul li {
    margin-bottom: 28px
}

nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu li.column ul li:last-child {
    margin-bottom: 0
}

nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu li.column ul li a {
    display: block;
    padding: 0 20px;
    text-decoration: none
}

nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu li.column ul li a:hover {
    background: 0 0;
    color: #707070
}

nav.mobile-menu .mobile-menu-slide-out.stacked ul.nav-menu li.column ul li.heading a {
    pointer-events: none;
    font-size: .75rem;
    line-height: 1.35;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none
}

footer {
    background: #5a5656;
    padding: 40px 20px
}

footer .footer-columns {
    display: flex;
    font-size: .75rem;
    line-height: 1.35;
    margin-bottom: 40px
}

footer .footer-columns .column {
    position: relative;
    padding: 10px 0;
    color: #fff
}

footer .footer-columns .column .state {
    display: none
}

footer .footer-columns .column.one {
    width: 15.445026178%;
    margin-right: 4.3193717277%;
    border-right: 1px solid #acacac;
    padding-right: 1.832460733%
}

@media screen and (max-width:1000px) {
    p {
        margin-bottom: 20px
    }

    footer {
        padding: 40px 20px
    }

    footer .footer-columns {
        flex-wrap: wrap
    }

    footer .footer-columns .column {
        padding: 0
    }

    footer .footer-columns .column .state:checked+.wrapper .reveal-wrap,
    footer .footer-columns .column .state:target+.wrapper .reveal-wrap {
        position: static;
        visibility: visible;
        z-index: 1;
        transform: none;
        transition: transform .3s ease
    }

    footer .footer-columns .column .state:checked+.wrapper h3 label:after,
    footer .footer-columns .column .state:target+.wrapper h3 label:after {
        transform: rotate(45deg) scale(1.08)
    }

    footer .footer-columns .column.one {
        width: 100%;
        margin-right: 0;
        border-right: none;
        padding-right: 0
    }
}

footer .footer-columns .column.two {
    width: 21.5968586387%;
    margin-right: 4.3193717277%;
    border-right: 1px solid #acacac;
    padding-right: 1.832460733%
}

@media screen and (max-width:1000px) {
    footer .footer-columns .column.two {
        width: 100%;
        margin-right: 0;
        border-right: none;
        padding-right: 0
    }
}

footer .footer-columns .column.two .wrap {
    margin-bottom: 20px
}

footer .footer-columns .column.two .wrap:last-child {
    margin-bottom: 0
}

footer .footer-columns .column.two .wrap p:first-child {
    margin-bottom: 10px
}

footer .footer-columns .column.two .wrap p:first-child strong {
    text-decoration: underline
}

footer .footer-columns .column.two span {
    display: none;
    margin: 0 10px 0 14px
}

footer .footer-columns .column.three {
    width: 21.5968586387%;
    margin-right: 4.3193717277%;
    border-right: 1px solid #acacac;
    padding-right: 1.832460733%
}

footer .footer-columns .column.three .wrap {
    margin-bottom: 20px
}

footer .footer-columns .column.three .wrap:last-child {
    margin-bottom: 0
}

footer .footer-columns .column.three .wrap p strong {
    text-decoration: underline
}

footer .footer-columns .column.three .wrap dl {
    display: flex;
    flex-wrap: wrap
}

footer .footer-columns .column.three .wrap dl dt {
    width: 115px
}

@media screen and (max-width:1100px) {
    footer .footer-columns .column.three .wrap dl dt {
        width: 100px
    }
}

footer .footer-columns .column.three .wrap dl dd {
    width: 45%
}

@media screen and (max-width:1000px) {
    footer .footer-columns .column.three {
        width: 100%;
        margin-right: 0;
        border-right: none;
        padding-right: 0
    }

    footer .footer-columns .column.three .wrap dl dd {
        width: 85%
    }
}

@media screen and (max-width:768px) {
    footer .footer-columns .column.three .wrap dl dd {
        width: 75%
    }
}

@media screen and (max-width:500px) {
    .header-wrapper .sub-header .container .apple-reseller-logos {
        margin-top: 19px
    }

    footer .footer-columns .column.three .wrap dl dd {
        width: 65%
    }
}

footer .footer-columns .column.four {
    width: 28.4031413613%
}

footer .footer-columns .column.four .poweredby {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/poweredby-logo.svg) 0 0/100% no-repeat;
    text-indent: -9999px;
    width: 100%;
    max-width: 261px;
    margin: 4px 0 25px;
    height: 22px
}

footer .footer-columns .column.four .footer-social-links h3 {
    font-size: .75rem;
    line-height: 1.35;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px
}

footer .footer-columns .column .wrapper {
    overflow: hidden
}

footer .footer-columns .column .wrapper h3 {
    font-size: .75rem;
    line-height: 1.35;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    background: #000
}

footer .footer-columns .column .wrapper .reveal-wrap a {
    color: #fff;
    text-decoration: none
}

footer .footer-columns .column .wrapper .reveal-wrap a:hover {
    color: #fe0062
}

footer .footer-columns .column .wrapper .reveal-wrap li {
    margin-bottom: 5px
}

footer .footer-columns .column .wrapper .reveal-wrap li:last-child {
    margin-bottom: 0
}

footer .footer-columns .column .wrapper .reveal-wrap p {
    font-size: .75rem;
    line-height: 1.35;
    margin-bottom: 0
}

footer .copyright {
  margin: 0 auto;
    text-align: center;
}

footer .copyright p {
    color: #acacac;
    font-size: .75rem;
    line-height: 1.35
}

footer .copyright a {
    color: #fff;
    text-decoration: none
}

footer .copyright a:hover {
    color: #fe0062
}

footer .partner-logos-wrapper {
    border-top: 1px solid #acacac;
    margin-top: 40px;
    padding-top: 40px;
    position: relative
}

footer .partner-logos-wrapper #google_translate_element {
    position: absolute;
    left: 0;
    top: 50px
}

@media screen and (max-width:1000px) {
    footer .footer-columns .column.four {
        width: 100%
    }

    footer .footer-columns .column .wrapper h3 {
        margin-bottom: 0;
        position: relative;
        user-select: none;
        z-index: 2
    }

    footer .footer-columns .column .wrapper h3 label {
        display: block;
        cursor: pointer;
        border-bottom: 1px solid #acacac;
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    footer .footer-columns .column .wrapper h3 label:after {
        content: "+";
        float: right;
        font-size: 1.2rem;
        font-weight: 400;
        margin-top: -5px;
        margin-right: 8px;
        transition: transform .3s ease
    }

    footer .footer-columns .column .wrapper .reveal-wrap {
        margin: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 40px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        visibility: hidden;
        z-index: -1;
        transform: translateY(-100px)
    }

    footer .copyright {
        margin-left: 0
    }

    footer .partner-logos-wrapper #google_translate_element {
        display: none
    }
}

footer .partner-logos-wrapper .partner-logos {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/footer-logos-23.png) 0 0/100% auto no-repeat;
    height: 60px;
    text-indent: -9999px;
    max-width: 620px;
    margin: 0 auto
}

body:lang(cy) .header-wrapper .main-header .container .main-navigation ul li:last-child {
    display: none
}

.social-media-icons {
    display: flex
}

.social-media-icons a {
    margin-right: 22px;
    display: block
}

.social-media-icons a:last-child {
    margin-right: 0
}

.social-media-icons a:hover {
    opacity: .8
}

.social-media-icons a svg {
    fill: #fff;
    display: block;
    height: 16px;
    transition: all .25s ease-in-out 0s
}

.full-width-wrap .btn a,
.full-width-wrap .btn button,
.grid-row .btn a,
.grid-row .btn button {
    background: #6c0bed;
    color: #fff;
    border: 2px solid #6c0bed;
    font-size: .75rem;
    line-height: 36px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Noto Sans CJK KR, Helvetica, sans-serif;
    border-radius: 30px;
    padding: 0 20px;
    transition: all .25s ease-in-out 0s;
    display: inline-flex;
    justify-content: center;
    width: max-content;
    cursor: pointer;
    text-decoration: none
}

.full-width-wrap .btn a:hover,
.full-width-wrap .btn button:hover,
.grid-row .btn a:hover,
.grid-row .btn button:hover {
    color: #fff;
    border-color: #320074;
    background: #320074;
    text-decoration: none
}

.full-width-wrap .btn a:nth-child(2),
.full-width-wrap .btn button:nth-child(2),
.grid-row .btn a:nth-child(2),
.grid-row .btn button:nth-child(2) {
    margin-left: 40px
}

@media screen and (max-width:1024px) {

    .full-width-wrap .btn a:nth-child(2),
    .full-width-wrap .btn button:nth-child(2),
    .grid-row .btn a:nth-child(2),
    .grid-row .btn button:nth-child(2) {
        margin-left: 20px
    }
}

.full-width-wrap.bg-purple .btn a,
.grid-row.bg-purple .btn a {
    background: #fff;
    color: #000;
    border-color: #fff
}

.full-width-wrap.bg-purple .btn a:hover,
.grid-row.bg-purple .btn a:hover {
    background: 0 0;
    color: #fff
}

.full-width-wrap.bg-dark-grey .btn a,
.full-width-wrap.bg-pink .btn a,
.grid-row.bg-dark-grey .btn a,
.grid-row.bg-pink .btn a {
    background: #000;
    color: #fff;
    border-color: #000
}

.full-width-wrap.bg-dark-grey .btn a:hover,
.full-width-wrap.bg-pink .btn a:hover,
.grid-row.bg-dark-grey .btn a:hover,
.grid-row.bg-pink .btn a:hover {
    background: 0 0;
    color: #000
}

.full-width-wrap .bg-purple.btn a,
.grid-row .bg-purple.btn a {
    background: #fff;
    color: #000;
    border-color: #fff
}

.full-width-wrap .bg-purple.btn a:hover,
.grid-row .bg-purple.btn a:hover {
    background: 0 0;
    color: #fff
}

.full-width-wrap .bg-dark-grey.btn a,
.full-width-wrap .bg-pink.btn a,
.grid-row .bg-dark-grey.btn a,
.grid-row .bg-pink.btn a {
    background: #000;
    color: #fff;
    border-color: #000
}

.full-width-wrap .bg-dark-grey.btn a:hover,
.full-width-wrap .bg-pink.btn a:hover,
.grid-row .bg-dark-grey.btn a:hover,
.grid-row .bg-pink.btn a:hover {
    background: 0 0;
    color: #000
}

.full-width-wrap .column.bg-purple .btn a,
.grid-row .column.bg-purple .btn a {
    background: #fff;
    color: #000;
    border-color: #fff
}

.full-width-wrap .column.bg-purple .btn a:hover,
.grid-row .column.bg-purple .btn a:hover {
    background: 0 0;
    color: #fff
}

.full-width-wrap .column.bg-dark-grey .btn a,
.full-width-wrap .column.bg-pink .btn a,
.grid-row .column.bg-dark-grey .btn a,
.grid-row .column.bg-pink .btn a {
    background: #000;
    color: #fff;
    border-color: #000
}

.full-width-wrap .column.bg-dark-grey .btn a:hover,
.full-width-wrap .column.bg-pink .btn a:hover,
.grid-row .column.bg-dark-grey .btn a:hover,
.grid-row .column.bg-pink .btn a:hover {
    background: 0 0;
    color: #000
}

.btn-purple.disabled,
.btn-purple:disabled,
.btn-purple:disabled[disabled],
input.disabled,
input:disabled,
input:disabled[disabled] {
    cursor: not-allowed;
    opacity: .5
}

#portal-terms .popup-close,
.add_to_cart_button,
.popup-portal-login .button,
.popup-portal-register .button,
.product_type_variable,
.single_add_to_cart_button,
body .btn-purple,
body .btn-purple a,
body input.btn-purple {
    background: #6c0bed;
    color: #fff;
    border: 2px solid #6c0bed;
    font-size: .75rem;
    line-height: 36px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Noto Sans CJK KR, Helvetica, sans-serif;
    border-radius: 30px;
    padding: 0 20px;
    transition: all .25s ease-in-out 0s;
    display: inline-flex;
    justify-content: center;
    width: max-content;
    cursor: pointer;
    text-decoration: none
}

#portal-terms .popup-close:hover,
.add_to_cart_button:hover,
.popup-portal-login .button:hover,
.popup-portal-register .button:hover,
.product_type_variable:hover,
.single_add_to_cart_button:hover,
body .btn-purple a:hover,
body .btn-purple:hover,
body input.btn-purple:hover {
    color: #fff;
    border-color: #320074;
    background: #320074;
    text-decoration: none
}

.full-width-wrap .gform-button,
.full-width-wrap .gform_button_select_files,
.grid-row .gform-button,
.grid-row .gform_button_select_files {
    background: #6c0bed;
    color: #fff;
    border: 2px solid #6c0bed;
    font-size: .75rem;
    line-height: 36px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Noto Sans CJK KR, Helvetica, sans-serif;
    border-radius: 30px;
    padding: 0 20px;
    transition: all .25s ease-in-out 0s;
    display: inline-flex;
    justify-content: center;
    width: max-content;
    cursor: pointer;
    text-decoration: none
}

.full-width-wrap .gform-button:hover,
.full-width-wrap .gform_button_select_files:hover,
.grid-row .gform-button:hover,
.grid-row .gform_button_select_files:hover {
    color: #fff;
    border-color: #320074;
    background: #320074;
    text-decoration: none
}

.full-width-wrap.bg-purple .gform-button,
.grid-row.bg-purple .gform-button {
    background: #fff;
    color: #000;
    border-color: #fff
}

.full-width-wrap.bg-purple .gform-button:hover,
.grid-row.bg-purple .gform-button:hover {
    background: 0 0;
    color: #fff
}

.full-width-wrap.bg-dark-grey .gform-button,
.full-width-wrap.bg-pink .gform-button,
.grid-row.bg-dark-grey .gform-button,
.grid-row.bg-pink .gform-button {
    background: #000;
    color: #fff;
    border-color: #000
}

.full-width-wrap.bg-dark-grey .gform-button:hover,
.full-width-wrap.bg-pink .gform-button:hover,
.grid-row.bg-dark-grey .gform-button:hover,
.grid-row.bg-pink .gform-button:hover {
    background: 0 0;
    color: #000
}

.clickable:hover .btn a {
    color: #fff;
    border-color: #320074;
    background: #320074;
    text-decoration: none
}

.clickable.bg-purple:hover .btn a {
    background: 0 0;
    color: #fff
}

.clickable.bg-dark-grey:hover .btn a,
.clickable.bg-pink:hover .btn a {
    background: 0 0;
    color: #000
}

.grid-row .text-column.btn p:only-of-type {
    margin-top: 40px
}

@media screen and (max-width:1000px) {
    .grid-row .text-column.btn p:only-of-type {
        margin-top: 20px
    }
}

.popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 99999
}

.popup-wrapper .popup-wrapper-outer {
    display: table;
    position: relative;
    width: 100%;
    height: 100%
}

.popup-wrapper .popup-wrapper-outer .popup-wrapper-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    padding: 60px 20px;
    text-align: center
}

.popup-wrapper .popup-wrapper-outer .popup-wrapper-inner .popup-container {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 650px;
    background: bottom
}

.popup-wrapper .popup-wrapper-outer .popup-wrapper-inner .popup-container .popup-content {
    width: 100%;
    background: #fff;
    display: inline-block;
    position: relative
}

#portal-terms .popup-content {
    padding: 40px
}

#portal-terms .popup-content .logo {
    margin-bottom: 20px;
    display: flex;
    justify-content: center
}

#portal-terms .popup-content .logo img {
    max-height: 150px;
    display: block
}

#portal-terms .popup-content ul {
    margin: 0 0 25px 20px
}

#portal-terms .popup-content ul li {
    list-style-type: disc
}

#portal-terms .popup-content p:last-child {
    margin-bottom: 0
}

.applecare-popup .popup-body {
    padding: 40px
}

.applecare-popup .popup-body h3 {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/applecare-plus-logo.svg) top/75px no-repeat;
    padding: 90px 0 0;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px
}

.applecare-popup .popup-body .price {
    text-align: center;
    margin-bottom: 40px;
    display: block !important
}

.applecare-popup .popup-body .copy {
    font-size: .75rem;
    line-height: 1.35
}

.applecare-popup .popup-body .button-container {
    text-align: center
}

.offer-popup .popup-header {
    background-color: #6c0bed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px
}

.offer-popup .popup-header h2 {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/10-off-text-white.png) 0/auto 100% no-repeat;
    text-indent: -9999px;
    margin: 0;
    height: 40px;
    width: 175px
}

.offer-popup .popup-header .popup-close {
    text-indent: -9999px;
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-cross-white.svg) 0 0/100% no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0
}

.offer-popup .popup-body {
    padding: 40px
}

.offer-popup .popup-body .gform_wrapper {
    margin-bottom: 40px
}

.offer-popup .popup-body .gform_wrapper .gform_fields {
    grid-row-gap: 0
}

.offer-popup .popup-body .gform_wrapper .gform_footer {
    position: relative
}

.offer-popup .popup-body .gform_wrapper .gform_footer .gform_ajax_spinner {
    bottom: 0
}

.sync-accounts .popup-header {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/sync-accounts-logo.svg) 50% no-repeat #000;
    position: relative;
    height: 105px
}

.sync-accounts .popup-header h2 {
    text-indent: -9999px;
    margin: 0
}

.sync-accounts .popup-body {
    padding: 40px 50px;
    background: #fff;
    text-align: center
}

.sync-accounts .popup-body .buttons-container a {
    margin: 0 10px
}

.popup-bg .popup-container.chng-acc.main .popup-header {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/sync-logo.svg) 50% no-repeat #6c0bed;
    position: relative;
    height: 105px
}

.popup-bg .popup-container.chng-acc .popup-header h2 {
    text-indent: -9999px;
    margin: 0
}

.popup-bg .popup-container.chng-acc .popup-body {
    padding: 40px;
    background: #fff;
    text-align: center
}

.popup-bg .popup-container.chng-acc .popup-body .buttons-container a {
    margin: 0 10px
}

.popup-bg .popup-container.main-store .popup-header {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/sync-logo-grad.svg) 50% no-repeat #fff;
    position: relative
}

.popup-bg .popup-container.main-store .popup-header h2 {
    text-indent: -9999px;
    margin: 0;
    padding: 70px 0 0
}

.popup-bg .popup-container.main-store .popup-body {
    padding: 0 40px 40px;
    background: #fff;
    text-align: center
}

.popup-alert.open {
    display: block !important
}

.popup-alert .popup-header {
    background-color: #6c0bed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px
}

.popup-alert .popup-header h2 {
    margin: 0;
    color: #fff
}

.popup-alert .popup-header .popup-close {
    margin: 0;
    text-indent: -9999px;
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-cross-white.svg) 0 0/100% no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.popup-alert .popup-body {
    padding: 40px;
    background: #fff
}

.popup-case-logitech.open,
.popup-case-magic.open,
.popup-case-smart-folio.open,
.popup-case-smart.open,
.popup-case-zagg.open {
    display: block !important
}

.popup-case-logitech-trigger,
.popup-case-magic-trigger,
.popup-case-smart-folio-trigger,
.popup-case-smart-trigger,
.popup-case-zagg-trigger {
    font-style: normal;
    color: #6c0bed;
    text-decoration: underline;
    cursor: pointer;
    transition: all .25s ease-in-out 0s
}

.popup-case-logitech-trigger:hover,
.popup-case-magic-trigger:hover,
.popup-case-smart-folio-trigger:hover,
.popup-case-smart-trigger:hover,
.popup-case-zagg-trigger:hover {
    color: #000;
    text-decoration: none
}

.popup-portal-login,
.popup-portal-register {
    display: none
}

.popup-portal-login.open,
.popup-portal-register.open {
    display: block !important
}

.popup-portal-login .popup-header,
.popup-portal-register .popup-header {
    background-color: #6c0bed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px
}

@media screen and (max-width:430px) {

    .popup-portal-login .popup-header,
    .popup-portal-register .popup-header {
        padding: 40px 20px
    }
}

.popup-portal-login .popup-header h2,
.popup-portal-register .popup-header h2 {
    margin: 0;
    color: #fff
}

.popup-portal-login .popup-header .popup-close,
.popup-portal-register .popup-header .popup-close {
    margin: 0;
    text-indent: -9999px;
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-cross-white.svg) 0 0/100% no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.popup-portal-login .popup-body,
.popup-portal-register .popup-body {
    padding: 40px;
    background: #fff;
    position: relative
}

@media screen and (max-width:430px) {

    .popup-portal-login .popup-body,
    .popup-portal-register .popup-body {
        padding: 20px
    }
}

.popup-portal-login .popup-body p,
.popup-portal-register .popup-body p {
    font-weight: 600
}

.popup-wrapper.popup-portal-login .popup-wrapper-outer .popup-wrapper-inner .popup-container,
.popup-wrapper.popup-portal-register .popup-wrapper-outer .popup-wrapper-inner .popup-container {
    max-width: 700px
}

.popup-portal-register .gform_wrapper .gform_footer .gform_ajax_spinner {
    right: auto;
    bottom: 0
}

table {
    width: 100%;
    margin-bottom: 25px
}

table {
    border: 1px solid #eee
}

.callout-container {
    width: 100%;
    max-width: 1676px;
    margin: 40px auto 0;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0
}

@media screen and (max-width:1000px) {
    .callout-container {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 0 0;
        grid-auto-flow: row;
        grid-template-areas: "a a a a a a a a a a a a" "b b b b c c c c c c c c" "d d d d e e e e e e e e"
    }
}

.callout-container img {
    display: block;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -webkit-backface-visibility: hidden
}

.callout-container img:hover {
    opacity: .7
}

.callout-container .panel1 {
    grid-area: 1/1/3/7;
    overflow: hidden
}

@media screen and (max-width:1000px) {
    .callout-container .panel1 {
        grid-area: a;
        margin-bottom: 20px
    }
}

.callout-container .panel1 .callout-carousel {
    max-height: 460px
}

.callout-container .panel1 .callout-carousel .slick-arrow {
    position: absolute;
    border: none;
    text-indent: -9999px;
    width: 17px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    transition: all .25s ease-in-out 0s
}

.callout-container .panel1 .callout-carousel .slick-arrow.slick-prev {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-slider-prev.svg) 50%/100% auto no-repeat;
    left: 15px;
    top: 47%
}

.callout-container .panel1 .callout-carousel .slick-arrow.slick-next {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-slider-next.svg) 50%/100% auto no-repeat;
    right: 15px;
    top: 47%
}

@media screen and (max-width:736px) {
    .callout-container .panel1 .callout-carousel .slick-arrow {
        display: none
    }
}

.callout-container .panel1 .callout-carousel:hover .slick-next,
.callout-container .panel1 .callout-carousel:hover .slick-prev {
    opacity: 1
}

.callout-container .panel2 {
    /* grid-area: 1/7/2/9 */
    grid-area: 2/1/7/9;
}

@media screen and (max-width:1000px) {
    .callout-container .panel2 {
        grid-area: b;
        max-height: 275px;
        margin-right: 6px
    }
}

@media screen and (max-width:500px) {
    .callout-container {
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "a a a a a a a a a a a a" "b b b b b b d d d d d d" "c c c c c c c c c c c c" "e e e e e e e e e e e e"
    }

    .callout-container .panel2 {
        margin-right: 10px;
        max-height: none
    }
}

.callout-container .panel3 {
    /* grid-area: 2/7/3/9; */
    grid-area: 2/7/1/9;
    display: flex;
    align-items: flex-end
}

@media screen and (max-width:1000px) {
    .callout-container .panel3 {
        grid-area: d;
        margin: 0 6px 0 0
    }
}

@media screen and (max-width:500px) {
    .callout-container .panel3 {
        margin: 0 0 0 10px
    }
}

.callout-container .panel4 {
    grid-area: 1/9/2/13
}

.callout-container .panel4 img {
    max-height: 230px
}

@media screen and (max-width:1000px) {
    .callout-container .panel4 {
        grid-area: c;
        margin-bottom: 20px;
        max-height: 266px;
        overflow: hidden;
        margin-left: 14px
    }
}

@media screen and (max-width:1000px) and (max-width:500px) {
    .callout-container .panel4 {
        max-height: none;
        overflow: visible;
        margin: 20px 0
    }
}

.callout-container .panel5 {
    grid-area: 2/9/3/13
}

.callout-container .panel5 img {
    max-height: 230px
}

@media screen and (max-width:1000px) {
    .callout-container .panel5 {
        grid-area: e;
        max-height: 266px;
        overflow: hidden;
        margin-left: 14px
    }
}

@media screen and (max-width:1000px) and (max-width:500px) {
    .callout-container .panel5 {
        max-height: none;
        overflow: visible;
        margin: 0
    }
}

.latest-postsx3 {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: 56px;
    grid-row-gap: 80px
}

.news-post {
    grid-column: span 4;
    display: flex;
    flex-direction: column
}

.news-post .featured-image,
.news-post .featured-image img {
    display: block
}

.news-post .featured-image {
    margin-bottom: 20px
}

.news-post .news-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.news-post .news-content .meta {
    margin: 0 0 10px;
    font-size: .75rem;
    line-height: 1.35;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c0bed
}

.news-post .news-content h2 a {
    color: #000;
    text-decoration: none
}

.news-post .news-content h2 a:hover {
    color: #6c0bed
}

.news-post .news-content .read-more {
    font-size: .75rem;
    line-height: 1.35;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c0bed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 75px 0 0;
    text-decoration: none;
    height: 15px;
    margin-top: auto
}

.news-post .news-content .read-more:hover {
    color: #000
}

.news-post .news-content .read-more:hover svg {
    fill: #000;
    transform: translateX(10px)
}

.news-post .news-content .read-more svg {
    width: 27px;
    margin-left: 25px;
    fill: #6c0bed;
    transition: all .25s ease-in-out 0s
}

@media screen and (max-width:1260px) {
    .four-main-panels .vc_col-sm-3 {
        grid-column: span 6;
        margin-bottom: 40px
    }
}

.four-main-panels .vc_col-sm-3 .text-column {
    padding: 25px 15px 0 25px;
    cursor: pointer;
    min-height: 265px;
    position: relative
}

.four-main-panels .vc_col-sm-3 .text-column:hover a {
    margin-left: 10px
}

.four-main-panels .vc_col-sm-3 .text-column p {
    margin-bottom: 0
}

.four-main-panels .vc_col-sm-3 .text-column a {
    display: inline-block;
    text-indent: -9999px;
    background-image: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/arrow-right-black.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 27px;
    height: 12px;
    position: absolute;
    bottom: 20px
}

.four-main-panels .vc_col-sm-3 .text-column.support {
    background-image: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/circle-icons/pink/imac.svg);
    background-position: calc(100% - 20px) calc(100% - 20px);
    background-repeat: no-repeat;
    background-size: 70px auto
}

.four-main-panels .vc_col-sm-3 .text-column.repairs {
    background-image: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/circle-icons/purple/spanner.svg)
}

.four-main-panels .vc_col-sm-3 .text-column.repairs {
    background-position: calc(100% - 20px) calc(100% - 20px);
    background-repeat: no-repeat;
    background-size: 70px auto
}

.four-main-panels .vc_col-sm-3 .text-column.training {
    background-image: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/four-main-panels/panel-training.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 208px auto
}

.four-main-panels .vc_col-sm-3 .text-column.education {
    background-image: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/four-main-panels/panel-education.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 136px auto
}

.four-main-panels .vc_col-sm-3 .text-column.products {
    background-image: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/four-main-panels/panel-support.png);
    background-position: calc(100% - 29px) calc(100% - 6px);
    background-repeat: no-repeat;
    background-size: 62px auto
}

.main-terms-section {
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px
}

.main-terms-section .container {
    border-bottom: 1px solid #acacac;
    padding-bottom: 40px
}

.main-terms-section .container .inner {
    max-width: 1000px;
    color: #fff;
    font-size: .75rem;
    line-height: 1.35;
    margin: 0 auto;
    word-break: break-word
}

.main-terms-section .container .inner a {
    color: #fff;
    text-decoration: underline
}

.main-terms-section .container .inner a:hover {
    color: #fe0062
}

.main-terms-section .container .inner a,
.main-terms-section .container .inner h1,
.main-terms-section .container .inner h2,
.main-terms-section .container .inner h3,
.main-terms-section .container .inner li,
.main-terms-section .container .inner p {
    color: #fff;
    font-size: .75rem;
    line-height: 1.35
}

.main-terms-section .container .inner p {
    padding-bottom: 10px;
    margin-bottom: 0
}

.main-terms-section .container .inner p:last-child {
    padding-bottom: 0
}

.main-terms-section .container .inner ol {
    list-style-position: outside;
    padding: 0 0 0 17px
}

.main-terms-section .container .inner ol li {
    list-style-type: decimal;
    padding-bottom: 10px
}

.main-terms-section .container .inner ol li::marker {
    font-weight: 600
}

.logged-out .main-zh .menu-item-object-brand .sub-navi-container .zioxi,
.main .main-zh .menu-item-object-brand .sub-navi-container .zioxi {
    display: none
}

.woocommerce-error {
    background: #fbedea;
    border: 1px solid #e95135;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 15px 20px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    margin: 30px auto !important;
    text-align: left
}

.woocommerce-error:before {
    content: "";
    width: 50px;
    height: 50px;
    bottom: -4px;
    position: absolute;
    right: -1px;
    transform: rotate(-20deg);
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-exclamation-red.svg) 0 0/100% no-repeat
}

.woocommerce-error li {
    list-style: none
}

.woocommerce-message {
    background: #ecf7ef;
    border: 1px solid #02654f;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 15px 20px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    margin: 30px auto !important;
    text-align: left
}

.woocommerce-message li {
    list-style: none
}

.woocommerce-info {
    background: #e4f1fc;
    border: 1px solid #0a54b5;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 15px 20px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    margin: 30px auto !important;
    text-align: left
}

.woocommerce-info:before {
    content: "";
    width: 50px;
    height: 50px;
    bottom: -4px;
    position: absolute;
    right: -1px;
    transform: rotate(-20deg);
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-exclamation-blue.svg) 0 0/100% no-repeat
}

.woocommerce-info li {
    list-style: none
}

.logged-out .cart-item .nav-dropdown .widget_shopping_cart_content p:nth-last-child(2),
.logged-out.single-product .content-area .site-main .product .summary form.cart .applecare-container ul li#apple_care_select span {
    display: none !important
}

.main .header-wrapper .main-header {
    height: 77px;
    padding: 10px 20px 0
}

.main .header-wrapper .main-header .container .logo {
    margin: 15px 0 0
}

@media screen and (max-width:1160px) {
    .cart-item:hover .nav-dropdown {
        right: -102px
    }

    .main .header-wrapper .main-header {
        padding: 0 20px
    }

    .main .header-wrapper .main-header .container .logo {
        margin: 9px 0 0
    }
}

.main .header-wrapper .main-header .container nav.main-navigation {
    margin-top: 12px
}

.main .header-wrapper .main-header .container nav.main-navigation ul li.contact-norm {
    display: none
}

.main .header-wrapper .main-header .container .social-media-icons {
    margin-top: 20px
}

@media screen and (max-width:1350px) {
    .main .header-wrapper .main-header .container .social-media-icons {
        display: none
    }
}

@media screen and (max-width:1160px) {
    .main .header-wrapper .main-header .container {
        align-items: center;
        height: 100%
    }

    .main .header-wrapper .main-header .container nav.main-navigation {
        display: none
    }

    .main .header-wrapper .main-header .container .account,
    .main .header-wrapper .main-header .container .burger-menu,
    .main .header-wrapper .main-header .container .cart-item {
        display: block;
        margin-top: 0
    }
}

.main .header-wrapper .main-navigation li.book-button,
.main .header-wrapper .main-navigation li.track-button {
    display: none
}

.main nav.mobile-menu .mobile-header .account,
.main nav.mobile-menu .mobile-header .cart-item {
    display: block
}

.main nav.mobile-menu .mobile-header .burger-menu {
    margin-top: 0;
    display: block
}

.main nav.mobile-menu ul.nav-menu li.contact-norm {
    display: none
}

.search-overlay .guaven_woos_suggestion {
    top: 48px;
    left: 0;
    background-color: #eee;
    border-style: solid;
    border-color: #acacac;
    border-width: 0 1px 1px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    max-height: 460px;
    max-width: 720px;
    width: 100% !important;
    overflow-y: scroll
}

@media screen and (max-width:1024px) {
    .search-overlay .guaven_woos_suggestion {
        max-width: none;
        border-width: 0 0 1px
    }
}

input[type=email],
input[type=number],
input[type=password],
input[type=text],
input[type=url],
textarea {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Noto Sans CJK KR, Helvetica, sans-serif;
    padding: 12px 20px;
    width: 100%;
    font-weight: 400;
    appearance: none;
    border-radius: 8px;
    transition: all .25s ease-in-out 0s;
    margin: 0
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    outline: #00c4ff solid 3px;
    outline-offset: 0
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    width: auto
}

input[type=radio] {
    -webkit-appearance: radio;
    width: auto
}

label {
    font-size: 1rem;
    font-weight: 400;
    display: block;
    margin-bottom: 5px
}

label .required {
    margin-left: 3px;
    text-decoration: none
}

select {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Noto Sans CJK KR, Helvetica, sans-serif;
    padding: 16px 20px;
    width: 100%;
    font-weight: 400;
    appearance: none;
    transition: all .25s ease-in-out 0s;
    border-radius: 8px;
    margin: 0;
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/select-arrow.svg) 100% no-repeat #eee;
    background-position: calc(100% - 22px) 52%;
    border: none;
    cursor: pointer
}

select::-ms-expand {
    display: none
}

.password-input {
    position: relative;
    display: block
}

.password-input .show-password-input {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/icon-password-eye.svg) 0 0/100% no-repeat;
    position: absolute;
    right: 10px;
    top: 25px;
    cursor: pointer;
    width: 15px;
    height: 7px;
    speak: none
}

.gform_wrapper.gravity-theme .gform_fields {
    display: grid;
    grid-column-gap: 56px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    width: 100%;
    align-items: start;
    grid-row-gap: 30px;
    margin-bottom: 40px
}

@media screen and (max-width:1366px) {
    .latest-postsx3 {
        grid-column-gap: 35px
    }

    .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 35px
    }
}

.gform_wrapper.gravity-theme .gform_fields .gfield {
    grid-column: 1/-1;
    min-width: 0
}

@media screen and (max-width:768px) {
    .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 0;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr
    }

    .gform_wrapper.gravity-theme .gform_fields .gfield:not(.gfield--width-full) {
        grid-column: 1/-1
    }
}

.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-full {
    grid-column: span 12
}

@media screen and (max-width:768px) {
    .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-full {
        grid-column: auto;
        grid-row: auto
    }
}

.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-five-twelfths {
    grid-column: span 5
}

@media screen and (max-width:768px) {
    .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-five-twelfths {
        grid-column: auto;
        grid-row: auto
    }
}

.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-one-sixth {
    grid-column: span 2
}

.gform_wrapper.gravity-theme .gform_fields .gfield.gform_hidden,
.gform_wrapper.gravity-theme .gform_fields .gfield.recaptcha {
    display: none;
    visibility: hidden
}

.gform_wrapper.gravity-theme .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.gform_wrapper.gravity-theme button.screen-reader-text:focus {
    border: 0;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    position: static !important;
    width: auto
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-full {
    width: 100%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-five-twelfths {
    width: 41.6666%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-one-sixth {
    width: 16.6666%
}

.center-gf-title .gform_wrapper .gform_heading {
    text-align: center
}

.popup-wrapper .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.gform_wrapper.gform_validation_error .gform_validation_errors {
    transition: all .25s ease-in-out 0s;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.gform_wrapper.gform_validation_error .gform_heading {
    display: none
}

.gform_wrapper .gform_heading {
    transition: all .25s ease-in-out 0s;
    margin-bottom: 40px
}

.gform_wrapper .gform_heading p {
    margin-bottom: 20px
}

.gform_wrapper .gform_heading p:last-child {
    margin-bottom: 0
}

.gform_wrapper .gform_heading .gform_required_legend {
    display: none
}

.gform_wrapper .gform_body .gform_fields .gfield {
    position: relative
}

.gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container {
    display: none
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-size: 1rem;
    font-weight: 400;
    display: block;
    margin-bottom: 5px
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    margin-left: 3px
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: 56px;
    align-items: start;
    grid-row-gap: 30px
}

@media screen and (max-width:1366px) {
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex {
        grid-column-gap: 35px
    }
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex fieldset,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span {
    grid-column: span 6
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex span label {
    font-size: .75rem;
    line-height: 1.35
}

.gform_wrapper .gform_body .gform_fields .gfield .gform_ajax_spinner {
    position: absolute;
    right: 0;
    bottom: -55px;
    width: 40px
}

.gform_wrapper .gform_body .gform_page_footer {
    justify-content: space-between
}

.gform_wrapper .gform_body .gform_page_footer .gform_ajax_spinner {
    position: absolute;
    right: 0;
    bottom: -55px;
    width: 40px
}

.gform_wrapper .gform_body .gform_page_footer {
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: flex-start
}

.gform_wrapper .gform_body .gform_page_footer input:nth-of-type(2) {
    margin-left: 40px
}

.gform_wrapper .gform_footer {
    position: relative
}

.gform_wrapper .gform_footer .gform_ajax_spinner {
    position: absolute;
    right: 0;
    bottom: -55px;
    width: 40px
}

input[type=email],
input[type=number],
input[type=password],
input[type=text],
input[type=url],
textarea {
    color: #000;
    background: #fff;
    /* border: none */
}

.bg-purple input[type=email],
.bg-purple input[type=number],
.bg-purple input[type=password],
.bg-purple input[type=text],
.bg-purple input[type=url],
.bg-purple textarea {
    background: #fff
}

.bg-purple select {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/select-arrow.svg) 100% no-repeat #fff;
    background-position: calc(100% - 22px) 52%
}

.bg-purple .gfield_label,
.bg-purple .gfield_label .gfield_required {
    color: #fff
}

.bg-purple .ginput_complex span label {
    color: #fff
}

.bg-purple .validation_message {
    color: #fff
}

.bg-dark-grey input[type=email],
.bg-dark-grey input[type=number],
.bg-dark-grey input[type=password],
.bg-dark-grey input[type=text],
.bg-dark-grey input[type=url],
.bg-dark-grey textarea,
.bg-light-grey input[type=email],
.bg-light-grey input[type=number],
.bg-light-grey input[type=password],
.bg-light-grey input[type=text],
.bg-light-grey input[type=url],
.bg-light-grey textarea,
.bg-pink input[type=email],
.bg-pink input[type=number],
.bg-pink input[type=password],
.bg-pink input[type=text],
.bg-pink input[type=url],
.bg-pink textarea {
    background: #fff
}

.bg-dark-grey select,
.bg-light-grey select,
.bg-pink select {
    background: url(https://www.wearesync.co.uk/wp-content/themes/sync/assets/images/select-arrow.svg) 100% no-repeat #fff;
    background-position: calc(100% - 22px) 52%
}

.stay-in-sync #field_submit .gform-button {
    margin-top: 37px
}

.gform_drop_instructions {
    display: block;
    margin-bottom: 8px
}

.gfield_validation_message ul {
    margin: 16px 0;
    padding-left: 24px
}

.gfield_validation_message ul:empty {
    display: none
}

.ginput_preview {
    margin: 16px 0
}

.full-width-wrap.bg-black .slick-dots li button,
.full-width-wrap.bg-blue .slick-dots li button,
.full-width-wrap.bg-enterprise-blue .slick-dots li button,
.full-width-wrap.bg-green .slick-dots li button,
.full-width-wrap.bg-purple .slick-dots li button,
.grid-row.bg-black .slick-dots li button,
.grid-row.bg-blue .slick-dots li button,
.grid-row.bg-enterprise-blue .slick-dots li button,
.grid-row.bg-green .slick-dots li button,
.grid-row.bg-purple .slick-dots li button {
    border-color: #fff
}

.full-width-wrap.bg-black .slick-dots li.slick-active button,
.full-width-wrap.bg-blue .slick-dots li.slick-active button,
.full-width-wrap.bg-enterprise-blue .slick-dots li.slick-active button,
.full-width-wrap.bg-green .slick-dots li.slick-active button,
.full-width-wrap.bg-purple .slick-dots li.slick-active button,
.grid-row.bg-black .slick-dots li.slick-active button,
.grid-row.bg-blue .slick-dots li.slick-active button,
.grid-row.bg-enterprise-blue .slick-dots li.slick-active button,
.grid-row.bg-green .slick-dots li.slick-active button,
.grid-row.bg-purple .slick-dots li.slick-active button {
    border-color: #fff;
    background: #fff
}

.full-width-wrap .slick-dots,
.grid-row .slick-dots {
    display: flex;
    justify-content: center
}

.full-width-wrap .slick-dots li,
.grid-row .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.full-width-wrap .slick-dots li button,
.grid-row .slick-dots li button {
    text-indent: -9999px;
    background: 0 0;
    width: 13px;
    height: 13px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #000
}

.full-width-wrap .slick-dots li.slick-active button,
.grid-row .slick-dots li.slick-active button {
    border: 2px solid #000;
    background: #000
}

.hero-carousel {
    height: 800px;
    overflow: hidden
}

.hero-carousel .slick-dots {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 50px;
    z-index: 10
}

@media screen and (max-width:1000px) {
    .latest-postsx3 {
        grid-column-gap: 0;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr
    }

    .news-post {
        grid-column: auto;
        grid-row: auto
    }

    .full-width-wrap .slick-dots,
    .grid-row .slick-dots {
        margin-top: 40px
    }

    .hero-carousel {
        height: auto
    }

    .hero-carousel .slick-dots {
        bottom: 40px
    }
}

.hero-carousel .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.hero-carousel .slick-dots li button {
    text-indent: -9999px;
    background: 0 0;
    width: 13px;
    height: 13px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff
}

.hero-carousel .slick-dots li.slick-active button {
    border: 2px solid #fff;
    background: #fff
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    visibility: hidden
}

.slick-slider.slick-initialized {
    visibility: visible
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

:root {
    --scroll-bar-w: 0px
}

.discount-code-section {
    padding: 30px 20px 0
}

.discount-code-section .container {
    display: flex;
    align-items: center
}

.discount-code-section .container p {
    margin: 0 45px 0 0
}

.discount-code-section .container .coupon-input-wrapper {
    position: relative;
    width: 400px
}

.discount-code-section .container .coupon-input-wrapper input.coupon {
    background: 0 0;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    border-radius: 0
}

.discount-code-section .container .coupon-input-wrapper input.coupon:focus {
    outline: 0
}

.discount-code-section .container .coupon-input-wrapper input.coupon:focus-visible {
    outline: #00c4ff solid 3px;
    outline-offset: 0
}

.discount-code-section .container .coupon-input-wrapper input.apply {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 12' fill='%236c0bed'%3E%3Cpath d='M25.5 4.487L21.2 0l-1.4 1.565 3.3 3.339H0v2.192h23.1l-3.3 3.339L21.2 12l4.3-4.487L27 5.948z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50px;
    background-color: transparent;
    background-size: 25px;
    padding: 0;
    font-weight: 600;
    color: #6c0bed;
    font-size: .875rem;
    position: absolute;
    top: 10px;
    right: 0;
    width: 85px;
    text-align: left;
    cursor: pointer;
    transition: all .25s ease-in-out 0s;
    border-radius: 0;
    border: none
}

.discount-code-section .container .coupon-input-wrapper input.apply:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 12'%3E%3Cpath d='M25.5 4.487L21.2 0l-1.4 1.565 3.3 3.339H0v2.192h23.1l-3.3 3.339L21.2 12l4.3-4.487L27 5.948z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 60px;
    color: #000
}

.discount-code-section .container .coupon-input-wrapper input.apply:focus-visible {
    outline: #00c4ff solid 3px;
    outline-offset: 0
}

.discount-code-section .container p.result {
    margin: 0 0 0 30px;
    font-size: .875rem;
    color: #6c0bed
}

@media screen and (max-width:1000px) {
    .discount-code-section .container p {
        display: none
    }

    .discount-code-section .container p.result {
        display: block
    }
}

@media screen and (max-width:768px) {
    .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-one-sixth {
        grid-column: auto;
        grid-row: auto
    }

    .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex {
        grid-column-gap: 0;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr
    }

    .stay-in-sync #field_submit .gform-button {
        margin-top: 0
    }

    .discount-code-section .container {
        align-items: flex-start;
        flex-direction: column
    }

    .discount-code-section .container .coupon-input-wrapper {
        width: 100%;
        margin-bottom: 10px
    }

    .discount-code-section .container p.result {
        margin: 0
    }
}

.discount-code-section .container p.result .success {
    color: #6c0bed
}

@font-face {
    font-display: swap;
    font-family: Noto Sans CJK KR;
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/Noto Sans CJK KR/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Noto Sans CJK KR;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/Noto Sans CJK KR/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Noto Sans CJK KR;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/Noto Sans CJK KR/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

.wc-block-components-notice-banner>svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px
}


/* 모바일 메뉴 스타일 */
       /* 모바일 메뉴 스타일 */
        .mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 300px;
            height: 100vh;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            z-index: 1000;
            transition: right 0.3s ease-in-out;
            padding: 80px 30px 30px;
            box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        }

        .mobile-menu.active {
            right: 0;
        }

        .mobile-menu-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .mobile-menu-list li {
            margin-bottom: 20px;
        }

        .mobile-menu-list li a {
            display: block;
            padding: 15px 20px;
            color: #333;
            text-decoration: none;
            font-size: 18px;
            font-weight: 500;
            border-radius: 8px;
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
            position: relative;
        }

        .mobile-menu-list li a:hover {
            background: linear-gradient(135deg, #ff9a56, #ff6b95);
            color: white;
            border-left-color: white;
            transform: translateX(5px);
        }

        /* 서브메뉴가 있는 메인 메뉴 */
        .mobile-menu-list li.has-submenu > a::after {
            content: '+';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 20px;
            transition: transform 0.3s ease;
        }

        .mobile-menu-list li.has-submenu.active > a::after {
            transform: translateY(-50%) rotate(45deg);
        }

        /* 서브메뉴 스타일 */
        .mobile-submenu {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 8px;
            margin-top: 5px;
        }

        .mobile-submenu.active {
            max-height: 300px; /* 충분한 높이 설정 */
        }

        .mobile-submenu li {
            margin-bottom: 0;
        }

        .mobile-submenu li a {
            padding: 12px 20px 12px 40px; /* 왼쪽 들여쓰기 */
            font-size: 16px;
            font-weight: 400;
            border-left: none;
            color: #666;
        }

        .mobile-submenu li a:hover {
            background: rgba(255, 154, 86, 0.1);
            color: #ff6b95;
            transform: translateX(3px);
        }

        /* 오버레이 */
        .mobile-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .mobile-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* 닫기 버튼 */
        .mobile-menu-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #666;
            z-index: 1001;
        }

        .mobile-menu-close:hover {
            color: #333;
        }