/* -------------------------------- 

Primary style

-------------------------------- */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    font-family: "PT Sans", sans-serif;
    color: #31353d;
    background-color: #fff;
}

    body.overflow-hidden {
        /* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
        overflow: hidden;
    }

a {
    color: #14b319;
    text-decoration: none;
}

img {
    max-width: 100%;
}


/* -------------------------------- 

Modules - reusable parts of our design
.cd-img-replace
-------------------------------- */



.cd-container {
    /* this class is used to horizontally align the gallery of items */
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

    .cd-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

.cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    /*text-indent: 100%;*/
    white-space: nowrap;
    /*background: #26292f url("   ") no-repeat center center;*/
}

.cd-img-replaceLogin {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    /*text-indent: 100%;*/
    white-space: nowrap;
    background: #26292f url("../images/logedin1.png") no-repeat center center;
}

/* -------------------------------- 

xheader 

-------------------------------- */
header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 15px 0px #cfd3cb;
    /*background-image: url("../images/UnityPointLogo.jpg");*/
}



@media only screen and (min-width: 1200px) {
    header {
        height: 80px;
    }
}



@media only screen and (min-width: 1200px) {
    header {
        height: 80px;
    }
}

#logo {
    padding-top: 5px;
    /* delete this property if you don't want your logo to scale down on mobile devices */
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    width: 200px;
}


@media only screen and (max-width: 1800px) {
    #logo {
        padding-top: 11px;
        position: absolute;
        /* logo left margin on Dekstop */
        /*//left: 5%;*/
        top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        margin-left: 10%;
        width: 18%;
        height: 18%;
    }

    .innerUL {
        display: grid;
    }

    #main-nav {
        display: inline-table;
    }
}




#cd-hamburger-menu, #cd-cart-trigger {
    position: absolute;
    top: 15px;
}

    #cd-hamburger-menu a, #cd-cart-trigger a {
        width: 60px;
        height: 100%;
    }

#cd-hamburger-menu {
    left: 0;
}

    #cd-hamburger-menu a {
        /*background: #26292f url("../images/Unity/menuB.webp") no-repeat center center;*/
    }

@media only screen and (min-width: 920px) {
    #cd-hamburger-menu {
        display: none;
    }
}

#cd-cart-trigger, #trigger, #cd-cart-triggerLogin {
    right: 0;
}


    #cd-cart-trigger a {
    }

    #cd-cart-triggerLogin a {
        background: #26292f url("../images/logedein1.png") no-repeat center center;
    }

@media only screen and (min-width: 1200px) {
    #cd-cart-trigger, #cd-cart-triggerLogin {
        /* cart right margin on desktop */
        right: 0;
    }

        #cd-cart-trigger a {
            position: relative;
            width: 100px;
            border-left: none;
            background-color: #26292f;
        }

        #cd-cart-triggerLogin a {
            position: relative;
            width: 100px;
            border-left: none;
            background-color: #26292f;
        }
}

#main-nav, #cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 465px;
    /* header height */
    padding-top: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

@media only screen and (min-width: 768px) {
    #main-nav, #cd-cart {
        width: 465px;
    }
}

@media only screen and (min-width: 1200px) {
    #main-nav, #cd-cart {
        width: 465px;
        /* header height has changed */
        padding-top: 10px;
    }

    .innerUL {
        display: grid;
    }
}

#main-nav {
    left: -100%;
    background: #FFF;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    display: inline-table;
}

    #main-nav.speed-in {
        left: 0;
    }

    #main-nav ul a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 1em;
        /*border-bottom: 1px solid #e0e6ef;*/
        font-size: 14px;
    }

    #main-nav ul .current {
        box-shadow: inset 3px 0 #14b319;
    }

@media only screen and (max-width:920px) {

    #cd-cart h2 {
        font-size: 14px;
        font-size: 1.25rem;
        font-weight: bold;
        margin: 0.9em 45px;
        color: #8abb13;
        padding-left: 22px;
        padding-top: 0px;
    }

    #main-nav {
        margin-top: 82px;
        display: flex;
    }

    .innerUL {
        display: contents;
    }

    .ulcls {
        width: 450px;
    }

    .AsmallMenu {
        border-bottom: 1px solid lightgray;
        margin-left: 50px;
    }

    .AsmallMenuA {
        border-bottom: 1px solid lightgray;
    }


    #main-nav ul a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 1em;
        /*border-bottom: 1px solid #e0e6ef;*/
        font-size: 17px;
    }
}

@media only screen and (min-width: 920px) {

    /*.Mybadge {
        right: 251px;
    }*/

    #cd-cart h2 {
        font-size: 14px;
        font-size: 1.25rem;
        font-weight: bold;
        margin: 0.9em 45px;
        color: #8abb13;
        padding-left: 22px;
        padding-top: 0px;
    }


    .innerUL {
        display: grid;
    }

    .ulcls {
        /*width: 150px;*/
    }

    .AsmallMenu {
        /*border-bottom: 1px solid lightgray;*/
    }

    #main-nav {
        /* reset main nav style */
        position: absolute;
        height: auto;
        width: auto;
        left: auto;
        right: 8em;
        padding-top: 0;
        top: 0;
        background: transparent;
        box-shadow: none;
        /* header height */
        line-height: 80px;
        z-index: 4;
    }

        #main-nav li {
            display: inline-flex;
            margin-left: 1em;
        }

        #main-nav ul a {
            display: inline-block;
            height: auto;
            line-height: 1;
            padding: 1em 1.4em;
            border-bottom: none;
            color: #0e8311;
            border-radius: 0.25em;
            font-size: 14px;
        }

            #main-nav ul a.current {
                box-shadow: none;
                background: #14b319;
                color: #FFF;
            }

    .no-touch #main-nav ul a:hover {
        background: #14b319;
        color: #FFF;
    }
}

.no-js #main-nav {
    position: fixed;
}

#cd-cart {
    right: -100%;
    background: #FFF;
    -webkit-transition: right 0.9s;
    -moz-transition: right 0.9s;
    transition: right 0.9s;
    z-index: 10016;
}

    #cd-cart.speed-in {
        right: 0;
    }

    /*#cd-cart > * {
        padding: 0 1em;
    }*/



    #cd-cart .cd-cart-items {
        padding: 0;
    }

        #cd-cart .cd-cart-items li {
            position: relative;
            padding: 1em;
            border-top: 1px solid #e0e6ef;
        }

            #cd-cart .cd-cart-items li:last-child {
                border-bottom: 1px solid #e0e6ef;
            }

    #cd-cart .cd-qty, #cd-cart .cd-price {
        color: #a5aebc;
    }

    #cd-cart .cd-price {
        margin-top: .6em;
    }

    #cd-cart .cd-item-remove {
        position: absolute;
        right: 1em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: url("../images/cd-remove-item.svg") no-repeat center center;
    }

.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}

#cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
}

    #cd-cart .cd-cart-total span {
        float: right;
    }

    #cd-cart .cd-cart-total::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 75px;
    line-height: 15px;
    padding-top: 10px;
    padding-bottom: 55px;
    background-color: white;
    color: #9b9a9a;
    border-bottom: 1px solid #e0e6ef;
    padding-left: 60px;
}

.no-touch #cd-cart .checkout-btn:hover {
    background-color: lightgray;
}

#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}

    #cd-cart .cd-go-to-cart a {
        text-decoration: underline;
    }

@media only screen and (min-width: 1200px) {
    #cd-cart > * {
        padding: 0 0em;
    }

    #cd-cart .cd-cart-items li {
        padding: 1em 2em;
    }

    #cd-cart .cd-item-remove {
        right: 2em;
    }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
main {
    position: relative;
    min-height: 100%;
    background: white;
    padding-top: 70px;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    main {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 1200px) {
    main {
        padding-top: 120px;
    }
}

#cd-gallery-items li {
    margin-bottom: 1.5em;
}

    #cd-gallery-items li img {
        width: 100%;
        display: block;
        border-radius: 0.25em;
    }

@media only screen and (min-width: 768px) {
    #cd-gallery-items li {
        width: 48%;
        float: left;
        margin-bottom: 2em;
        margin-right: 4%;
    }

        #cd-gallery-items li:nth-child(2n) {
            margin-right: 0;
        }
}

@media only screen and (min-width: 1200px) {
    #cd-gallery-items li {
        width: 31%;
        float: left;
        margin-bottom: 2.5em;
        margin-right: 3.5%;
    }

        #cd-gallery-items li:nth-child(2n) {
            margin-right: 3.5%;
        }

        #cd-gallery-items li:nth-child(3n) {
            margin-right: 0;
        }
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 2;
    display: none;
}

    #cd-shadow-layer.is-visible {
        display: block;
        -webkit-animation: cd-fade-in 0.3s;
        -moz-animation: cd-fade-in 0.3s;
        animation: cd-fade-in 0.3s;
    }

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}





.men-thumb-item {
    position: relative;
}


    .men-thumb-item::before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        opacity: 0;
        z-index: 9;
        visibility: hidden;
        transition: all 0.5s ease-out 0s;
    }

    .men-thumb-item .pro-image-front {
        opacity: 1;
        visibility: visible;
    }

    .men-thumb-item img {
        transition: all 0.5s ease-out 0s;
    }

.pro-image-back {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
}

.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}

.men-thumb-item:hover {
    cursor: pointer;
}

    .men-thumb-item:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .men-thumb-item:hover .pro-image-front {
        transform: rotateY(180deg);
        opacity: 0;
        visibility: hidden;
    }

    .men-thumb-item:hover .pro-image-back {
        transform: rotateY(0deg);
        opacity: 1;
        visibility: visible;
        background: #f7f7f7;
    }

.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}

.men-thumb-item:hover .men-cart-pro {
    opacity: 1;
    visibility: visible;
}

.men-thumb-item:hover .inner-men-cart-pro ul {
    margin: 20px 0 0;
}


.button2 {
    color: #fff;
    font-size: 13px;
    padding: 6px 22px;
    text-decoration: none;
}

.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #8abb13;
}

    .hvr-outline-out:before {
        content: '';
        position: absolute;
        border: #8abb13 solid 4px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left;
    }











.hvr-outline-Small:hover:before, .hvr-outline-Small:focus:before, .hvr-outline-Small:active:before {
    /*top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;*/
}

.hvr-outline-Small {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #8abb13;
}

    .hvr-outline-Small:before {
        content: '';
        position: absolute;
        border: #8abb13 solid 4px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left;
    }
