/* ===========================
   TECH PAGE COLORS
   =========================== */

body.tech-page {
    background:#101820;
    color:white;
}


/* HEADER */

body.tech-page .tech-header {
    background:linear-gradient(to right,#111820,#263746,#111820);
    border-bottom:3px solid #3aa8ff;
}

body.tech-page .tech-header h1 {
    color:white;
}

body.tech-page .tech-header p {
    color:#bfc7d5;
}

body.tech-page .special-letter {
    color:#3aa8ff;
}


/* BANNER */

body.tech-page .tech-banner {
    background:linear-gradient(to right,#101820,#314a5c,#101820);
    border-top:1px solid #3aa8ff;
    border-bottom:1px solid #3aa8ff;
}

body.tech-page .tech-banner span {
    color:#8ed1ff;
}


/* SIDEBAR */

body.tech-page aside {
    background:#18232d;
    border:1px solid #3aa8ff;
}

body.tech-page aside h3 {
    color:#8ed1ff;
}

body.tech-page aside a {
    color:white;
}

body.tech-page aside a:hover {
    color:#3aa8ff;
}


/* PRODUCT CARDS */

body.tech-page .product {
    background:linear-gradient(145deg,#202b35,#111820);
    border:1px solid #42677f;
}

body.tech-page .product:hover {
    box-shadow:0 0 20px rgba(58,168,255,.35);
}

body.tech-page .watch-number {
    color:#8ed1ff;
}

body.tech-page .price {
    color:#8ed1ff;
}


/* FOOTER */

body.tech-page footer {
    border-top:1px solid #3aa8ff;
    color:#bfc7d5;
}


/* TECH PRODUCT POPUP */

body.tech-page .description-box {
    background:#202b35 !important;
    border:1px solid #3aa8ff !important;
}

body.tech-page .description-box h1 {
    color:#8ed1ff !important;
}

body.tech-page .buy-button {
    background:#24628a !important;
    color:white !important;
    border:1px solid #3aa8ff !important;
}


/* TECH VIEW DETAILS BUTTON ONLY */

body.tech-page .product button {
    background:#24628a !important;
    color:white !important;
    border:1px solid #3aa8ff !important;
}

body.tech-page .product button:hover {
    background:#328ac0 !important;
}


/* ===========================
   TECH PAGE ALL BUTTONS
   =========================== */

body.tech-page .cart button,
body.tech-page .contact-button a,
body.tech-page .product button {
    background:#24628a !important;
    color:white !important;
    border:1px solid #3aa8ff !important;
}

body.tech-page .cart button:hover,
body.tech-page .contact-button a:hover,
body.tech-page .product button:hover {
    background:#328ac0 !important;
    color:white !important;
}


/* TECH POPUP ENLARGE BUTTON */

body.tech-page .enlarge-note {
    background:#24628a !important;
    color:white !important;
    border:1px solid #3aa8ff !important;
}

body.tech-page .enlarge-note:hover {
    background:#328ac0 !important;
}


/* TECH ENLARGED PHOTO FRAME */

body.tech-page .image-popup img {
    border:2px solid #3aa8ff !important;
}
@media (max-width: 900px) {
    body.tech-page .brand h1 {
        font-size: 52px;
    }
}
/* TECH LARGE PRODUCT IMAGE FRAME */

body.tech-page #mainProduct,
body.tech-page .big-product img,
body.tech-page .big-watch img {
    border: 1px solid #3aa8ff !important;
}