/*

TemplateMo 559 Zay Shop

https://templatemo.com/tm-559-zay-shop

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. General
3. Nav
4. Hero Carousel
5. Accordion
6. Shop
7. Product
8. Carousel Hero
9. Carousel Brand
10. Services
11. Contact map
12. Footer
13. Small devices (landscape phones, 576px and up)
14. Medium devices (tablets, 768px and up)
15. Large devices (desktops, 992px and up)
16. Extra large devices (large desktops, 1200px and up)
--------------------------------------------- */

* {
    font-family: 'Roboto Condensed', sans-serif;
}

.grecaptcha-badge {
    display: none;
}

.toastyShow {
    animation-name: fadeInUp;
    animation-duration: 2s;
}

.toastyGo {
    animation-name: wobble;
    animation-duration: 2s;
}

.fa-hashtag {
    margin-right: -8px;
    margin-bottom: -2px;
}

.product_cart_title {
    border: none;
    white-space: nowrap;
    padding: 9px 6px 6px 15%;
    font-size: 13px;
    background: #004081;
    color: #fff;
}


/* #map_result {
    color: #fff;
    background: #004081;
    border-radius: 4px;
    z-index: 9999;
    padding: 6px 20px 6px 20px;
} */

#map_result {
    color: #fff;
    background: #004081a8;
    border-radius: 4px;
    position: relative;
    width: 200px;
    display: inline;
    text-align: center;
    margin: 0px auto -25px auto;
    z-index: 9999;
    /* right: 0; */
    /* padding: 6px 20px 6px 20px; */
    top: 60px;
}

#subscribe_result {
    animation-name: fadeIn;
    position: absolute;
    animation-duration: 2s;
    z-index: 999;
    text-align: center;
    background: rgb(1, 86, 136);
    border-radius: 4px;
    padding: 4px;
    margin: 0px 44px;
    display: none;
    width: 260px;
}

.banner_back {
    background-position: center;
    background: url('../img/banner_back2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 40px 20px 40px 20px;
}

.promo_code_btn {
    background-color: #58784c;
    border-color: #58784c;
}

.footer_back {
    background: url('../img/banner_back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.subscribe_input:focus {
    border-color: #038ee099;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0px 0px 15px rgb(1 86 136);
}

.promo_code_btn:hover {
    background-color: #58784c;
    border-color: #58784c;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: 5;
}

#delivery_price {
    padding: 10px 12px 10px 10px;
    margin-top: -20px;
    text-align: right;
}


/* Hide Input NUMBER arrow togglers */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.payment_icons {
    width: 47%;
    float: right;
    padding: 0px 0 0 0;
}


/* Typography */

body {
    margin-top: 80px;
    font-family: 'Roboto Condensed', sans-serif;
    background: url('../../images/dot-background.jpg');
    background-size: auto;
}

body.modal-open {
    overflow: hidden;
}

body,
ul,
li,
p,
a,
label,
input {
    font-family: 'Roboto Condensed', sans-serif;
    /* font-size: 16px !important; */
    font-weight: 300 !important;
}

.h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px !important;
    font-weight: 200 !important;
}

.h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px !important;
    font-weight: 300;
}

.h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px !important;
}

.ansa_logo_nav {
    padding-top: 12px;
    padding-bottom: 0;
    margin-top: -17px;
}

.hash_header {
    font-size: 3.25rem;
    padding-top: 12px;
}

.about_video {
    margin-top: 0px;
    height: 548px;
    width: 80%;
}

.btn-xl {
    display: inline-block;
    color: #fff;
    background: linear-gradient(179deg, #245192 0, #114578 41%, #062948 100%);
    padding: 6px 12px 6px 12px;
    border-radius: 4px;
    min-width: 63px;
    height: 31px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.btn-xl:hover {
    display: inline-block;
    color: #fff;
    background: linear-gradient(179deg, #245192 0, #114578 41%, #062948 100%);
    padding: 6px 12px 6px 12px;
    border-radius: 4px;
    box-shadow: inset 1px 1px 4px #000;
    min-width: 63px;
    height: 31px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#btn-back-to-top {
    position: fixed;
    color: #fff;
    animation-name: fadeInUp;
    animation-duration: 2s;
    width: 50px;
    padding: 0px 6px 0px 6px;
    height: 50px;
    bottom: 20px;
    background: #1e5c89c4;
    right: 20px;
    border-radius: 50%;
    display: none;
    z-index: 9990;
    border: none;
}

.product_price {
    font-size: 26px;
    font-weight: 500;
    background: #1d4d70;
    border-radius: 6px;
    width: 128px;
    height: 40px;
    padding: 0px 0 0 0;
    text-align: center;
    color: #fff;
}

.product_price_was {
    position: absolute;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
    background: #0070b3;
    border-radius: 3px;
    width: 128px;
    height: 22px;
    padding: 1px 0 0 0;
    text-align: center;
    color: #fff;
    animation-name: flash;
    /* animation-direction: alternate; */
    animation-duration: 3s;
    animation-iteration-count: 4;
}

.informed_sport_infopage {
    max-width: 160px;
    float: right;
    margin-top: -90px;
}

.btn-close {
    position: absolute;
    right: 0;
    padding: 1em;
}

.myform {
    padding: 2em;
    max-width: 100%;
    border-radius: 6px;
    color: #fff;
    /* box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18); */
    max-width: 100%;
    margin: 0 auto;
}

.cookie-consent {
    position: fixed;
    bottom: 8px;
    left: 20px;
    width: 260px;
    padding-top: 7px;
    height: 83px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #081726a6;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px;
}

.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    margin-right: 4px;
    border-radius: 3px;
    border: 1px solid #123957;
    background-color: #123957;
}

.my-cart-btn {
    width: 44px;
    position: relative;
    margin: 0 0 0 0;
    /* float: right; */
    display: inline-block;
    right: 0%;
}

.closeMe {
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 99999999999999;
    float: right;
    background: none;
    border: none;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* background: url(../img/wood.jpg); */
    background: #fff;
    background-size: cover;
}

.preconimg {
    margin-top: 18%;
    width: 286px;
    position: relative;
}

.user-card-full {
    overflow: hidden;
}


/* .card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px;
} */

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.user-card-full .user-profile {
    border-radius: 5px 0 0 5px;
}

.bg-c-lite-green {
    background: -webkit-gradient(linear, left top, right top, from(#f29263), to(#ee5a6f));
    background: linear-gradient(to right, #ee5a6f, #f29263);
}

.user-profile {
    padding: 20px 0;
}

.card-block {
    padding: 1.25rem;
}

.m-b-25 {
    margin-bottom: 25px;
}

.img-radius {
    border-radius: 5px;
}

h6 {
    font-size: 14px;
}

.card .card-block p {
    line-height: 25px;
}

@media only screen and (min-width: 1400px) {
    p {
        font-size: 14px;
    }
}

.card-block {
    padding: 1.25rem;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.card .card-block p {
    line-height: 25px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.text-muted {
    color: #919aa3 !important;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.f-w-600 {
    font-weight: 600;
}

.m-b-20 {
    margin-bottom: 20px;
}

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

.p-b-5 {
    padding-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

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

.user-card-full .social-link li {
    display: inline-block;
}

.user-card-full .social-link li a {
    font-size: 20px;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* General */

.logo {
    font-weight: 500 !important;
}

.text-warning {
    color: #ede861 !important;
}

.text-muted {
    color: #bcbcbc !important;
}

.text-success {
    color: #59ab6e !important;
}

.text-light {
    color: #cfd6e1 !important;
}

.bg-dark {
    background-color: #004778 !important;
}

.bg-light {
    background-color: #e9eef5 !important;
}

.bg-black {
    background-color: #081e2e !important;
}

.bg-success {
    background-color: #003453 !important;
}

.btn-success {
    background-color: #1d4d70 !important;
    border-color: #1d4d70 !important;
}

.pagination .page-link:hover {
    color: #000;
}

.pagination .page-link:hover,
.pagination .page-link.active {
    background-color: #858585;
    color: #fff;
}


/* Nav */

#templatemo_nav_top {
    min-height: 33px;
}

#templatemo_nav_top * {
    font-size: 11px !important;
}

#templatemo_main_nav a {
    color: #212934;
}

#templatemo_main_nav a:hover {
    color: #69bb7e;
}

#templatemo_main_nav .navbar .nav-icon {
    margin-right: 20px;
}


/* Hero Carousel */

#template-mo-zay-hero-carousel {
    background: #efefef !important;
}


/* Accordion */

.templatemo-accordion a {
    color: #000;
}

.templatemo-accordion a:hover {
    color: #333d4a;
}


/* Shop */

.shop-top-menu a:hover {
    color: #69bb7e !important;
}


/* Product */

.product-wap {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
}

.product-wap .product-color-dot.color-dot-red {
    background: #f71515;
}

.product-wap .product-color-dot.color-dot-blue {
    background: #6db4fe;
}

.product-wap .product-color-dot.color-dot-black {
    background: #000000;
}

.product-wap .product-color-dot.color-dot-light {
    background: #e0e0e0;
}

.product-wap .product-color-dot.color-dot-green {
    background: #0bff7e;
}

.card.product-wap .card .product-overlay {
    background: rgba(0, 0, 0, .05);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    height: auto;
}

.card.product-wap:hover .card .product-overlay {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}

.card.product-wap a {
    color: #fff;
    background: #20194285;
    width: 100%;
    padding: 4px 6px 4px 6px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.card.product-wap a:hover {
    background: rgb(14 53 80 / 94%);
    transition: 1s;
}

#carousel-related-product .slick-slide:focus {
    outline: none !important;
}

#carousel-related-product .slick-dots li button:before {
    font-size: 15px;
    margin-top: 20px;
}


/* Brand */

.brand-img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: .5s;
}

.brand-img:hover {
    filter: grayscale(0%);
    opacity: 1;
}


/* Carousel Hero */

#template-mo-zay-hero-carousel .carousel-indicators li {
    margin-top: -50px;
    background-color: #9e9e9e;
}

#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
    color: #9e9e9e !important;
    font-size: 2.8em !important;
}


/* Carousel Brand */

.tempaltemo-carousel .h1 {
    font-size: .5em !important;
    color: #000 !important;
}


/* Services */

.services-icon-wap {
    transition: .3s;
}

.services-icon-wap:hover,
.services-icon-wap:hover i {
    color: #fff;
}

.services-icon-wap:hover {
    background: #69bb7e;
}


/* Contact map */

.leaflet-control a,
.leaflet-control {
    font-size: 10px !important;
}

.form-control {
    border: 1px solid #e8e8e8;
}

.gradient-custom {
    /* fallback for old browsers */
    background: #f6d365;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right bottom, rgba(246, 211, 101, 1), rgba(253, 160, 133, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right bottom, rgba(246, 211, 101, 1), rgba(253, 160, 133, 1))
}

.sign_out {
    background: #e7e7e7;
    font-size: 10px;
    border-radius: 3px;
    position: absolute;
    width: 60px;
    height: auto;
    padding: 4px 0px 4px 0px;
    margin: 0px 0 0 0;
    /* float: right; */
    text-decoration: none;
    top: 10px;
    left: 10px;
}


/* Footer */

#tempaltemo_footer a {
    color: #dcdde1;
}

#tempaltemo_footer a:hover {
    color: #1c5883;
    /* color: #1c5883; */
}

#tempaltemo_footer ul.footer-link-list li {
    padding-top: 10px;
}

#tempaltemo_footer ul.footer-icons li {
    width: 2.6em;
    height: 2.6em;
    margin-right: 6px;
    line-height: 2.6em;
    background: #081d31;
}

#tempaltemo_footer ul.footer-icons li:hover {
    background-color: #cfd6e1;
    transition: .5s;
    color: #1c5883;
}

#tempaltemo_footer ul.footer-icons li:hover i {
    color: #1c5883;
    transition: .5s;
}

#tempaltemo_footer .border-light {
    border-color: #ffffff !important;
}

.ansaLogo {
    width: 120px;
}

.btn-cyan {
    color: #fff;
    background-color: #00bcd4 !important;
}

.modal-dialog.cascading-modal.modal-avatar .modal-header img {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.modal-dialog.cascading-modal.modal-avatar .modal-header {
    margin: -6rem 0 -1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-dialog.cascading-modal.modal-avatar {
    margin-top: 8rem;
}

.image {
    width: auto;
    height: auto;
    overflow: hidden
}

.image img {
    width: auto;
    height: auto;
    transition: all 0.2s ease-in-out
}

.image:hover img {
    transform: scale(1.05);
    cursor: pointer
}

.my-product-remove {
    background: #999;
    border: none;
    font-size: 12px;
    padding: 2px 6px 2px 6px;
}

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

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: #fff;
    padding: 4% 4% 0% 4%;
}

.corner {
    width: 0;
    height: 0;
    border-top: 90px solid #00305dbd;
    border-bottom: 90px solid transparent;
    border-right: 90px solid transparent;
    position: absolute;
    left: 0;
}

.corner span {
    color: #fff;
    /* text-shadow: 1px 1px 2px #000; */
    position: absolute;
    top: -70px;
    width: 100px;
    right: -82px;
    text-align: center;
    transform: rotate(315deg);
    display: block;
}

.product-wap .h3,
.product-wap li,
.product-wap i,
.product-wap p {
    font-size: 0.8rem !important;
}

.product-wap span {
    /* font-size: 1rem !important; */
    font-size: 1rem;
}

.product-wap .product-color-dot {
    width: 6px;
    height: 6px;
}

.product_info .nav-tabs .nav-link {
    color: #222;
    margin: 0 4px 0 4px;
    background-color: #d7d7d7;
    border: none;
}

.product_info .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1d4d70;
    border: none;
}

#interested_in {
    padding-left: 120px;
}


/*  START MAGNIFIER  */

.xzoom-gallery {
    margin-top: 10px
}

.xzoom {
    /* margin-top: 40px */
}

.checkbox_respond {
    padding-left: 66px;
}


/*  END MAGNIFIER  */


/*
// START Normal MOBILE devices (portrait phones)
*/

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    body {
        margin-top: 80px;
    }
    .about_blurb {
        padding-top: 20px;
    }
    .about_video {
        margin-top: -54px;
        height: 159px;
        width: auto;
    }
    .products_mobile {
        margin: 0 auto;
        text-align: center;
    }
    #AddToCartForm {
        margin: 0 auto;
        max-width: 271px;
    }
    .product_cart_title {
        border: none;
        white-space: nowrap;
        padding: 9px 6px 6px 15%;
        font-size: 11px;
        background: #004081;
        color: #fff;
    }
    .my-product-remove {
        background: #999;
        position: relative;
        border: none;
        font-size: 12px;
        padding: 2px 6px 2px 6px;
    }
    .ansaLogo {
        width: 80px;
    }
    .ansa_logo_nav {
        padding-top: 12px;
        padding-bottom: 0;
        margin-top: -12px;
    }
    .fold_menu {
        padding-left: 0;
        padding-right: 0;
    }
    .adjust_menu_fold {
        background: #fff;
        padding: 20px;
    }
    .folded_menu_img {
        padding-left: 12px;
    }
    .preconimg {
        margin-top: 55%;
        width: 194px;
        position: relative;
    }
    .slick-slide {
        display: none;
        float: left;
        height: 76%;
        /* max-height: 550px; */
        min-height: 250px
    }
    .slick-track {
        left: 5px;
    }
    .ansa_logo_nav {
        margin-top: -18px;
    }
    .hash_header {
        font-size: 1.75rem;
    }
    .informed_sport_infopage {
        max-width: 160px;
        float: right;
        margin-top: -40px;
    }
    .side_nav_categories {
        display: none;
    }
    .checkout_cart {
        margin-top: -39px;
        margin-bottom: 39px;
    }
    .banner_back {
        background: url(../img/banner_back2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #fff;
        background-position: bottom;
        padding: 40px 20px 40px 20px;
    }
    .footer_back {
        background: #004778;
    }
    #subscribe_result {
        animation-name: fadeIn;
        position: absolute;
        animation-duration: 2s;
        z-index: 999;
        text-align: center;
        background: rgb(1, 86, 136);
        border-radius: 4px;
        padding: 4px;
        margin: 0px 11%;
        display: none;
        width: 260px;
    }
    .payment_icons {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0px 0 20px 0;
    }
    .fa-hashtag {
        margin-right: -4px;
        margin-bottom: -1px;
    }
    .partners_section {
        margin-bottom: 0;
    }
    .desk_left {
        margin-left: 0;
    }
    .mobile_bigger {
        padding: 0;
        position: relative;
        display: inline-block;
        left: 0;
        margin-top: 12px;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #fff;
        padding: 4% 4% 0% 4%;
    }
    .checkbox_respond {
        padding-left: 16px;
    }
    .check_me_only {
        padding-left: 36px;
    }
    #interested_in {
        padding-left: 16px;
    }
}


/*
// END Normal mobile devices (portrait phones)
*/


/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/


/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
    .tempaltemo-carousel .h1 {
        font-size: 1em !important;
    }
    .carousel_logo {
        margin: 0 auto;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #fff;
        padding: 4% 4% 0% 4%;
    }
    #interested_in {
        padding-left: 2px;
    }
    .checkbox_respond {
        padding-left: 24px;
    }
}


/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    body {
        margin-top: 80px;
    }
    .ansa_logo_nav {
        margin-top: -18px;
    }
    #templatemo_main_nav .navbar-nav {
        max-width: 450px;
    }
    .desk_left {
        margin-left: -20px;
    }
    body {
        margin-top: 100px;
    }
    .slick-slide {
        display: none;
        float: left;
        height: 63%;
        max-height: 350px;
        min-height: 1px
    }
    .carousel_logo {
        margin: 0 auto;
    }
    .partners_section {
        margin-bottom: -30px;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: none;
        padding: 0;
    }
    #interested_in {
        padding-left: 2px;
    }
    .checkbox_respond {
        padding-left: 25px;
    }
}


/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    .ansa_logo_nav {
        padding-top: 12px;
        padding-bottom: 0;
        margin-top: -12px;
    }
    body {
        margin-top: 80px;
    }
    #templatemo_main_nav .navbar-nav {
        max-width: 550px;
    }
    #template-mo-zay-hero-carousel .carousel-item {
        min-height: 30rem !important;
    }
    .about_blurb {
        padding-right: 50px;
        position: relative;
        left: -40px;
    }
    /* .product-wap .h3,
    .product-wap li,
    .product-wap i,
    .product-wap p {
        font-size: 18px !important;
    } */
    .product-wap .product-color-dot {
        width: 12px;
        height: 12px;
    }
    .carousel_logo {
        margin: -50px auto 0 auto;
    }
    .desk_left {
        margin-left: -80px;
    }
    .slick-slide {
        display: none;
        float: left;
        height: 76%;
        /* max-height: 550px; */
        min-height: 380px
    }
    .partners_section {
        margin-bottom: -20px;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: none;
        padding: 0;
    }
    #interested_in {
        padding-left: 120px;
    }
    .checkbox_respond {
        padding-left: 25px;
    }
}


/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: none;
        padding: 0;
    }
    .about_blurb {
        padding-right: 50px;
        position: relative;
        left: -60px;
    }
    .payment_icons {
        width: 42%;
        float: right;
        padding: 2px 20px 0 0px;
    }
    #interested_in {
        padding-left: 184px;
    }
    .checkbox_respond {
        padding-left: 25px;
    }
}

@media (min-width: 1420px) {
    #interested_in {
        padding-left: 236px;
    }
}