/* Typography */

body,
ul,
li,
p,
a,
label,
input,
div {
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px !important;
    font-weight: 200 !important;
}

.h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px !important;
    font-weight: 300;
}

.h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
}

.h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
}


/* General */

.logo {
    font-weight: 500 !important;
}

.logo img {
    transition: width 2s, height 2s;
}

.text-warning {
    color: #ede861 !important;
}

.text-muted {
    color: #bcbcbc !important;
}

.text-dark {
    color: #686868 !important;
}

.text-black {
    color: #000 !important;
}

.text-success {
    color: #59ab6e !important;
}

.text-light {
    color: #cfd6e1 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.bg-gold {
    background-color: #EC221D !important;
}

.text-gold {
    color: #EC221D !important;
}


/*.bg-gold {
    background-color: #d9a903 !important;
}

.text-gold {
    color: #d9a903 !important;
}*/

.bg-dark {
    background-color: #212934 !important;
}

.bg-light {
    background-color: #e9eef5 !important;
}

.bg-black {
    background-color: #212121 !important;
}

.bg-success {
    background-color: #59ab6e !important;
}

.btn-black {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-success {
    background-color: #59ab6e !important;
    border-color: #56ae6c !important;
}

.btn-separated {
    background-color: #36b6bb !important;
    border-color: #36b6bb !important;
}

.btn-pushedaway {
    background-color: #a02929 !important;
    border-color: #a02929 !important;
}

.btn-sold {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-warning {
    background-color: #eee565 !important;
    border-color: #eee565 !important;
}

.btn-danger {
    background-color: #bb363d !important;
    border-color: #bb363d !important;
}


/* Nav */

#templatemo_nav_top {
    min-height: 40px;
}

#templatemo_nav_top * {
    font-size: 0.95rem !important;
}

#templatemo_main_nav a {
    color: #212934;
    font-weight: 450 !important;
    padding: 1.2rem 0.4rem 1.2rem 0.4rem;
}

#templatemo_main_nav a:hover {
    color: white;
}

#templatemo_main_nav .navbar .nav-icon {
    margin-right: 20px;
}

nav.shift ul li a {
    position: relative;
    z-index: 1;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .3s;
}

nav.shift ul li a:hover {
    color: #212934;
}

nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    content: '.';
    color: transparent;
    /*background: #59ab6e;*/
    background: #212934;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}


/* 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, .2);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.card.product-wap:hover .card .product-overlay {
    visibility: visible;
    opacity: 1;
}

.card.product-wap a {
    color: #000;
}

#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: #d9a903;
}

#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
    color: #d9a903 !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;*/
    background: #212934;
}


/* Contact map */

.leaflet-control a,
.leaflet-control {
    font-size: 10px !important;
}

.form-control {
    border: 1px solid #e8e8e8;
}


/* Footer */

#tempaltemo_footer a {
    color: #dcdde1;
}

#tempaltemo_footer span {
    padding-right: 20px;
}

#tempaltemo_footer a:hover {
    color: #68bb7d;
}

#tempaltemo_footer ul.footer-link-list li {
    padding-top: 10px;
}

#tempaltemo_footer ul.footer-icons li {
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
}

#tempaltemo_footer ul.footer-icons li:hover {
    background-color: #cfd6e1;
    transition: .5s;
}

#tempaltemo_footer ul.footer-icons li:hover i {
    color: #212934;
    transition: .5s;
}

#tempaltemo_footer .border-light {
    border-color: #2d343f !important;
}

#site-verified {
    cursor: pointer;
    z-index: 100;
    position:relative;
    width: 45px;
}



/*
// 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)*/

.product-wap .h3,
.product-wap li,
.product-wap i,
.product-wap p {
    font-size: 12px !important;
}

.product-wap .product-color-dot {
    width: 6px;
    height: 6px;
}


@media all and (max-width: 768px) {
    .tempaltemo-carousel .h1 {
        font-size: 1em !important;
    }
    .logo-text-title {
        width: 14rem;
        font-size: 18px !important;
        display: none;
    }
    .logo img {
        width: 100px;
        height: 100px;
        object-fit: fill;
    }
    
    #site-verified {
        transform: translate(-25px, 40px);
        width: 35px;
    }    
}

@media (min-width: 768px) and (max-width: 992px) {
    #site-verified {
        transform: translate(-30px, 60px);
    }    
}



/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
    #templatemo_main_nav .navbar-nav {
        max-width: 750px;
    }
    #template-mo-zay-hero-carousel .carousel-item {
        min-height: 850px !important;
    }
    .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;
    }
    .logo-text-title {
        padding-left: 130px;
        font-size: 20px !important;
        width: 30rem;
    }
    
    #site-verified {
        transform: translate(105px, 40px);
        position: absolute;
    }

    .logo {
        z-index: 33;
        display: block;
        position: absolute;
        /*transform: translate(0,-65px);*/
    }

    .logo-container {
        position: absolute;
    }    
    
}

.logo-letters {
    width: 35rem;
}

.text-big {
    font-size: 50px !important;
}


/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}


/*@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .nav-link {}
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        transition: 1.9s;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        transition: .3s;
    }
}*/



.logo-container {
    position: relative;
}

.logo-container a {
        color:#EC221D;
}
