/*univeral*/
.max-width {
    width: calc(100% - 40px);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-img {
    width: 70%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

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

.bg-black {
    background-color: black;
}

.bg-white {
    background-color: white;
}

.font-xs {
    font-size: 12px;
    line-height: 1.5;
}

.font-s {
    font-size: 14px;
    line-height: 1.5;
}

.font-m {
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal!important;
}

.font-l {
    font-size: 20px;
    font-weight: bold!important;
    line-height: 1.5;
}

.font-xl {
    font-size: 28px;
    font-weight: bold!important;
    line-height: 1.5;
}

@media only screen and (max-width: 370px){
    .font-l {
        font-size: 18px;
    }

    .font-xl {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1440px) {
    .font-m {
        font-size: 18px;
    }

    .font-l {
        font-size: 24px;
    }

    .font-xl {
        font-size: 42px;
    }
}

.font-white {
    color: white;
}

.font-light-gray {
    color: #aaaaaa;
}

.font-mid-gray {
    color: #999999;
}

.font-gray {
    color: #333333;
}

.font-black {
    color: black;
}

.font-bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.font-primary {
    font-family: "Oswald", "Roboto", sans-serif;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.linebreak {
    display: block;
}

.nowrap {
    display: inline-block;
}

.front {
    position: relative;
    z-index: 1;
}

.padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-top {
    padding-top: 60px;
}

.padding-left-right {
    padding-left: 60px;
    padding-right: 60px;
}

@media only screen and (min-width: 768px) {
    .padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .padding-top {
        padding-top: 100px;
    }

    .padding-left-right {
        max-width: 1170px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.margin-top {
    margin-top: 40px;
}

.margin-top-m {
    margin-top: 20px;
}

.margin-top-s {
    margin-top: 10px;
}

.margin-top-xs {
    margin-top: 5px;
}

.tag {
    padding: 8px 20px;
}

.new {
    padding: 3px 6px;
    margin-right: 5px;
}

.flex-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-items: center;
    justify-content: center;
}

.btn-outline-black, .btn-outline-white, .cta-button.dark {
    color: black!important;
    padding: 12px 35px;
    border: 1px solid black;
    display: inline-block;
    text-transform: uppercase;
}

.btn-outline-white {
    color: white!important;
    border-color: white;
}

@media only screen and (min-width: 992px) {
    .btn-outline-black:hover, .cta-button.dark:hover {
        color: white!important;
        background-color: black;
    }

    .btn-outline-white:hover {
        color: black!important;
        background-color: white;
    }
}

#pd-nav .sub-nav-con.dark .btn-black-empty {
    text-transform: uppercase;
}

.p-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 10;
}

/*spec*/
a.re-compare {
    display: none;
}

#spec .max-width {
    width: calc(100% - 20px);
}

#spec table {
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}

#spec table.p-sticky {
    margin-top: 20px;
    background-color: #fff;
}

#spec table figure img {
    max-width: 80px;
}

#spec table td,
#spec table th {
    border: none;
    color: #000;
    padding: 8px;
}

#spec table .text b,
#spec table thead td {
    text-align: left;
}

#spec table tfoot p,
#spec table thead p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: bold;
}

#spec table tfoot span.and-up,
#spec table tfoot span.price,
#spec table thead span.and-up,
#spec table thead span.price {
    font-size: 13px;
    color: #666;
    display: inline-block;
}

#spec table tfoot span.and-up small,
#spec table tfoot span.price small,
#spec table thead span.and-up small,
#spec table thead span.price small {
    display: inherit;
    font-style: normal;
    font-size: inherit;
}

#spec table tbody tr {
    border-top: 1px solid #eee;
}

#spec table tbody tr:last-child {
    border-bottom: 1px solid #eee;
}

#spec table tbody td {
    line-height: 25px;
    vertical-align: top !important;
    text-align: left;
    font-size: 14px;
    word-break: break-word;
}

#spec table tbody td.row-label {
    text-align: left;
}

#spec table tbody td.dot {
    font-size: 30px !important;
}

#spec table tbody td .color-dot {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	border: 1px solid #d5d5d5;
	background-size: cover;
	margin-left: 3px;
	display: inline-block;
	vertical-align: text-top;
}

#spec table tbody td ul {
	padding: 0 0 0 18px;
}

#spec table tbody td span {
    display: block;
    font-size: 13px;
    color: #333;
}

#spec .btn-black-empty.btn-size-small.buy-now {
	letter-spacing: 0;
}

@media only screen and (max-width: 445px) {
    #spec .btn-black-empty.btn-size-small.buy-now {
        font-size: 12px;
        padding: 0.5em;
    }
}

/*connect*/
#connect {
    background-image: url(https://www.garmin.com.hk/minisite/forerunner/images/bg-connect.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    position: relative;
}

#connect::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.85;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#connect > p, #connect >div {
    position: relative;
}

#connect .max-width-img {
    width: 50%;
}

.connect-logo {
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
}