/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-item .manu_image a {
    display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
    max-width: 100%;
}

.owl-carousel .owl-item:hover a img {
    border-color: blue;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    /* fix */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    text-align: center;
}

/* mouse grab icon */
.grabbing {
    cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.customNavigation {
    position: absolute;
    width: 100%;
    top: 36%;
    direction: ltr !important;
}

.lastest_block .customNavigation {
    top: 31%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.lastest_block:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}

.customNavigation a {
    font-size: 0px;
    position: absolute;
    font-weight: 300;
    height: 45px;
    width: 45px;
    line-height: 26px;
    padding: 3px 15px;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border: 0;
    background: transparent url(../img/codezeel/slider-arrow.png) no-repeat scroll 0 0;
}

.customNavigation a.prev {
    left: -70px;
    background-position: 0 -413px;
}

.customNavigation a.prev:hover {
    background-position: 0 -275px;
}

.customNavigation a.next {
    right: -70px;
    background-position: 0 -138px;
}

.customNavigation a.next:hover {
    background-position: 0 0;
}

@media (max-width: 1600px) {
    .customNavigation a.prev {
        left: 0;
    }

    .customNavigation a.next {
        right: 0;

    }
}

@media (max-width: 1460px) {
    .flexslider .customNavigation a.prev {
        left: 30px;
    }

    .flexslider .customNavigation a.next {
        right: 30px;
    }
}

@media (max-width: 991px) {
    .customNavigation a.prev {
        left: 10px;
    }

    .customNavigation a.next {
        right: 10px;

    }

    .flexslider .customNavigation a.prev {
        left: 20px;
    }

    .flexslider .customNavigation a.next {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .flexslider .customNavigation a.prev {
        left: 15px;
    }

    .flexslider .customNavigation a.next {
        right: 15px;
    }
}

#czleftbanner img,
#czrightbanner img {
    max-width: 100%;
}

#czleftbanner li, #czrightbanner li {
    display: inline-block;
}

#czleftbanner li a, #czrightbanner li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

#czleftbanner li a:before, #czrightbanner li a:before {
    top: -20%;
}

#czleftbanner li:hover a:before, #czrightbanner li:hover a:before {
    opacity: 0.8;
}

.top_button {
    background: url(../img/codezeel/top-arrow.png) no-repeat scroll 0 0;
    bottom: 20px;
    cursor: pointer;
    height: 40px;
    padding: 6px 12px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

#index .spinner {
    background: url(../img/codezeel/loading.gif) no-repeat center center #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}


/* Preloader 

#czpreloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:99;
}

#loading_status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../img/codezeel/preloader.gif); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}*/


body {
    color: #bdbdbd;
}

body main#page {
    background-image: var(--body-background-image);
    background-repeat: repeat;
    background-size: 40% auto;
}

@media screen and (min-width: 768px) {
    body main#page {
        background-size: 20% auto;
    }
}

#header {
    background: none;
}

#index .featured-products {
    background: none;
    height: auto;
    padding: 15% 0 150px 0;
}

@media screen and (max-width: 768px) {
    #index .featured-products {
        padding: 150px 0 75px 0;
    }
}

#index .featured-products .container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#czbannercmsblock1 .cmsbanners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#czbannercmsblock1 .cmsbanners .one-third {
    width: auto;
    float: none;
    padding: 0;
}

#czbannercmsblock1 .cmsbanners .cmsbanner-inner,
#czbannercmsblock1 .cmsbanners .cmsbanner-inner .cmsbanner {
    height: 100%;
    width: 100%;
}

#czbannercmsblock1 .cmsbanners .full {
    grid-column: 1 / -1;
    margin-block: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;

}

@media screen and (max-width: 768px) {
    #czbannercmsblock1 .cmsbanners .cmsbanner-inner .cmsbanner {
        display: grid;
        grid-template-rows: 1fr auto;
    }

    #czbannercmsblock1 .cmsbanners .one-third .cmsbanner .cmsbanner-text {
        position: relative;
    }

    #czbannercmsblock1 .cmsbanners .cmsbanner2 {
        margin: 0 !important;
    }

    #czbannercmsblock1 .cmsbanners .one-third .cmsbanner .cmsbanner-text .main-title {
        font-size: 11px;
    }
}

#czbannercmsblock1 .cmsbanners img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.footer-container #czfootercmsblock .footerlogo {
    background: transparent url(../img/maraboots/footer-logo.png) no-repeat scroll 0 0;
    background-size: contain;
    margin-bottom: 5px;
    max-width: 200px;
    min-height: 55px;
}

@media (min-width: 992px) {
    #header .header_logo.home {
        padding: 22px 0;
    }

    #header .header_logo.home img.logo_full {
        max-height: 120px;
    }
}

@media (min-width: 1200px) {
    #header .header_logo.home {
        padding: 25px 0;
    }

    #header .header_logo.home img.logo_full {
        max-height: 130px;
    }
}

@media (min-width: 1460px) {
    #header .header_logo.home {
        padding: 40px 0;
    }

    #header .header_logo.home img.logo_full {
        max-height: none;
    }
}

#header .header-top:not(.fixed) .header_logo.home img.logo_fixed {
    display: none;
}

#header .header-top.fixed .header_logo.home img.logo_full {
    display: none;
}

@media (max-width: 991px) {
    #header .header-top:not(.fixed) .header_logo.home img.logo_full {
        display: none;
    }

    #header .header-top:not(.fixed) .header_logo.home img.logo_fixed {
        display: block;
    }

    #header .header-top.fixed .header_logo.home img.logo_full {
        display: none;
    }
}

.gold {
    color: #817c63;
}

#footerlogo a {
    font-size: 16px;
}

#footerlogo img {
    max-width: 300px;
    margin-bottom: 2rem;
}


#footerlogo i {
    font-size: 20px;
}

#footerlogo .grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 1.5rem;
    width: fit-content;
}

.breadcrumb li:last-child {
    color: #817c63;
}

@media screen and (min-width: 768px) {
    .home-intro {
        padding-inline: 90px;
        font-size: 18px;
    }
}

.home-intro h2 {
    font-size: 35px;
    color: #817c63;
}

.home-intro h3 {
    font-size: 25px;
    margin-bottom: 0;
    color: #817c63;
    font-weight: 500;
}


@media screen and (max-width: 768px) {
    .home-intro h2 {
        font-size: 25px;
    }

    .home-intro h3 {
        font-size: 18px;
    }
}

#main .page-header h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    letter-spacing: .42px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
    margin-bottom: 40px;
}

#main .page-header h1:before {
    border-bottom: 2px solid #817c63;
    position: absolute;
    top: auto;
    bottom: 0;
    content: "";
    display: block;
    text-align: left;
    width: 60px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#main .page-header:hover h1:before {
    width: 100px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#main #content.page-content.page-cms h2, #main #content.page-content.page-cms h3 {
    color: #817c63;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-top: 2.5rem;
}

#main #content.page-content.page-cms h3 {
    font-size: 15px;
    margin-top: 1.5rem;
}

#main #content #czaboutcmsblock .about-store .about-store-inner .about-image img {
    max-width: 100%;
    height: auto;
}

#main #content #czaboutcmsblock .about-store .about-store-inner {
    display: grid;
    grid-template-columns: 5fr 3fr;
    grid-gap: 4rem;
}

@media screen and (max-width: 991px) {
    #main #content #czaboutcmsblock .about-store .about-store-inner {
        grid-template-columns: 1fr;
    }

    #main #content #czaboutcmsblock .about-store .about-store-inner .left-part {
        order: 2;
        margin-bottom: 15%;
    }

    #main #content #czaboutcmsblock .about-store .about-store-inner .right-part {
        order: 1;
    }
}

#main #content #czaboutcmsblock .about-store .about-store-inner .left-part,
#main #content #czaboutcmsblock .about-store .about-store-inner .right-part {
    float: none;
    width: auto;
    padding: 0;
}

#czbannercmsblock2 .cmsbanners .cmsbanner img {
    height: auto;
}
