/* Minification failed. Returning unminified contents.
(250,1): run-time error CSS1019: Unexpected token, found '@import'
(250,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap)'
(251,1): run-time error CSS1019: Unexpected token, found '@import'
(251,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap')'
(504,29): run-time error CSS1046: Expect comma, found '162'
(504,37): run-time error CSS1046: Expect comma, found '/'
(507,29): run-time error CSS1046: Expect comma, found '197'
(507,37): run-time error CSS1046: Expect comma, found '/'
(1026,31): run-time error CSS1046: Expect comma, found '208'
(1026,38): run-time error CSS1046: Expect comma, found ')'
(2052,5): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2053,14): run-time error CSS1035: Expected colon, found '{'
(2065,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(2066,14): run-time error CSS1035: Expected colon, found '{'
(2078,5): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2079,14): run-time error CSS1035: Expected colon, found '{'
(2090,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(2091,14): run-time error CSS1035: Expected colon, found '{'
(2102,5): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2103,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2116,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(2117,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2345,1723): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2345,1750): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2345,1871): run-time error CSS1019: Unexpected token, found '@keyframes'
(2345,1890): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2352,1813): run-time error CSS1019: Unexpected token, found '@keyframes'
(2352,1832): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3297,29): run-time error CSS1046: Expect comma, found '0'
(3297,33): run-time error CSS1046: Expect comma, found '/'
(3316,12): run-time error CSS1038: Expected hex color, found '#ffff'
(3580,29): run-time error CSS1046: Expect comma, found '0'
(3580,33): run-time error CSS1046: Expect comma, found '/'
(3597,12): run-time error CSS1038: Expected hex color, found '#ffff'
(3598,29): run-time error CSS1046: Expect comma, found '0'
(3598,33): run-time error CSS1046: Expect comma, found '/'
(3832,29): run-time error CSS1046: Expect comma, found '0'
(3832,33): run-time error CSS1046: Expect comma, found '/'
(3847,12): run-time error CSS1038: Expected hex color, found '#ffff'
(4204,23): run-time error CSS1046: Expect comma, found '0'
(4204,27): run-time error CSS1046: Expect comma, found '/'
(4955,29): run-time error CSS1046: Expect comma, found '0'
(4955,33): run-time error CSS1046: Expect comma, found '/'
(4971,33): run-time error CSS1046: Expect comma, found '0'
(4971,37): run-time error CSS1046: Expect comma, found '/'
(5016,29): run-time error CSS1046: Expect comma, found '0'
(5016,33): run-time error CSS1046: Expect comma, found '/'
 */
@charset "UTF-8";
/*
  **GENEL CSS**
  ** TÜM SAYFALARDA AYNI OLACAK CSS'LER **
*/
html, body {
    overflow-x: hidden;
    /* Unnecessary IMHO, uncomment next line to force hidden behavior */
    /* overflow-x: hidden !important; */
    /* Additional tunning proposed by the community */
    position: relative;
    width: 100%;
}


@font-face {
    font-family: 'Gotham';
    src: url('/Content/WebsiteTemplate/fonts/Gotham-Black.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/Content/WebsiteTemplate/fonts/Gotham-BookItalic.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('/Content/WebsiteTemplate/fonts/Gotham-Book.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/Content/WebsiteTemplate/fonts/Gotham-Bold.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/Content/WebsiteTemplate/fonts/Gotham-BoldItalic.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/Content/WebsiteTemplate/fonts/Gotham-Medium.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('/Content/WebsiteTemplate/fonts/Gotham-Light.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('/Content/WebsiteTemplate/fonts/Gotham-ExtraLight.eot');
    src: url('/Content/WebsiteTemplate/fonts/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-ExtraLight.woff') format('woff'), url('/Content/WebsiteTemplate/fonts/Gotham-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: 'Avenir LT Std';
    src: url('/Content/WebsiteTemplate/fonts/AvenirLTStd-Black.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('/Content/WebsiteTemplate/fonts/AvenirLTStd-Book.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('/Content/WebsiteTemplate/fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-Black.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-Bold.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-BoldItalic.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-BlackItalic.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('/Content/WebsiteTemplate/fonts/Lato-Hairline.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-Heavy.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('/Content/WebsiteTemplate/fonts/Lato-HairlineItalic.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-HairlineItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-HeavyItalic.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-Italic.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-LightItalic.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-Light.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-Medium.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-MediumItalic.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-Regular.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-Semibold.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-SemiboldItalic.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-Thin.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/Content/WebsiteTemplate/fonts/Lato-ThinItalic.woff2') format('woff2'), url('/Content/WebsiteTemplate/fonts/Lato-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

@font-face {
    font-family: "FontAwesome";
    src: url("/Content/WebsiteTemplate/fonts/fontawesome-webfont.eot");
    src: url("/Content/WebsiteTemplate/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("/Content/WebsiteTemplate/fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("/Content/WebsiteTemplate/fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("/Content/WebsiteTemplate/fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("..fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-down:before {
    content: "\f107";
}

body {
    background: #fff;
    color: #333;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
}
.scrollTop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    background-color: #4D6DF3;
    opacity: 0;
    padding-top: 5px;
    cursor: pointer;
    z-index: 10
}

.scrollTop svg {
    height: 35px
}
.main-nav-hamburger {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 127px;
    height: 54px;
    background: #aeb4b0;
    text-align: center;
    line-height: 60px;
    display: none;
    line-height: 54px;
    position: relative;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 9;
    text-align:left;
    padding-left:40px;
}

    .main-nav-hamburger span {
        width: 15px;
        height: 2px;
        position: absolute;
        background: #ffffff;
        right: auto;
        left:14px;
        /*display: none;*/
    }

        .main-nav-hamburger span:first-child {
            top: 21px;
        }

        .main-nav-hamburger span:nth-child(2) {
            top: 25px;
        }

        .main-nav-hamburger span:nth-child(3) {
            top: 29px;
        }
/* MAIN HEADER*/
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    height: 90px;
}

    .main-header.sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background-color: #fff;
        z-index: 100;
        height: 60px;
        -webkit-animation: slide-down 0.7s;
        animation: slide-down 0.7s;
        z-index: 9999999;
    }

        .main-header.sticky .mh-inner {
            padding: 0px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .main-header.sticky .mh-right .hamburger-menu {
            top: 0;
        }
    
        .main-header.sticky .mh-logo {
            max-width: 164px;
            padding-top: 10px;
        }

.mh-inner {
    width: 100%;
    padding: 23px 0 0 0;
    display: flex;
}

.main-header .container {
    position: relative;
}

.mh-left {
    padding-left: 50px;
    flex: 1;
    display: flex;
}

.mh-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.mh-logo img{
    max-width: 100%;
}

.main-nav {
    padding: 13px 0 0 0;
}

    .main-nav ul li {
        margin: 0 40px 0 0;
        float: left;
    }

        .main-nav ul li:last-child {
            margin: 0 0 0 0
        }

        .main-nav ul li a {
            line-height: 19px;
            font-size: 14px;
            color: #7d7d7d;
            font-weight: 600;
            letter-spacing: 1px;
            transition: all 0.5s ease;
        }

        .main-nav ul li:hover a {
            transition: all 0.5s ease;
            color: #4d6df3;
        }

.mh-tel i {
    width: 12px;
    height: 19px;
    background: url('/Content/WebsiteTemplate/img/hd-phone.png') no-repeat center center;
    background-size: contain;
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

.mh-shop i {
    width: 15px;
    height: 19px;
    background: url('/Content/WebsiteTemplate/img/hd-cart-blue.png') no-repeat center center;
    background-size: contain;
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

.mf-logo {
    width: 231px;
    margin-left: 20px;
    margin-left: 20px;
}

    .mf-logo img {
        max-width: 100%;
    }

.hamburger-menu {
    background: #7d7d7d;
    padding: 20px 20px 22px 24px;
    position: relative;
    display: flex;
    height: 60px;
    cursor: pointer;
    top: -23px;
    opacity: 1;
    z-index: 9;
}
    .hamburger-menu.hamburger-menu-ladies {
        background: rgb(206 162 162 / 80%);
    }
    .hamburger-menu.hamburger-menu-babies {
        background: rgb(166 197 198 / 80%);
    }
.hamburger-l-text {
    line-height: 23px;
    position: relative;
    margin: 0 17px 0 0;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
}

.hamburger-text {
    line-height: 20px;
    position: relative;
    width: 14px;
    height: 20px;
}

    .hamburger-text span {
        width: 14px;
        height: 2px;
        position: absolute;
        background: #ffffff;
    }

        .hamburger-text span:first-child {
            top: 5px;
        }

        .hamburger-text span:nth-child(2) {
            top: 10px;
        }

        .hamburger-text span:nth-child(3) {
            top: 15px;
        }

/*Hamburger-menu opened*/
.mh-menu {
    position: absolute;
    width: 100%;
    background: #ffffff;
    top: 0;
    right: -200%;
    transition: all 1s ease;
    z-index: 10;
}

    .mh-menu.active {
        right: 0;
        transition: all 1s ease;
    }

.mh-menu-left {
    width: 57.15835140997831%;
    float: left;
}

    .mh-menu-left img {
        max-width: 100%;
    }

.mh-menu-right {
    width: 42.84164859002169%;
    float: left;
    padding: 23px 0 0 0;
}

.mh-products-title {
    line-height: 25px;
    color: #989c9a;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 48px 0;
}

.mh-products-list {
    width: 100%;
}

    .mh-products-list ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .mh-products-list ul li {
            width: 33.33%;
            position: relative;
        }

            .mh-products-list ul li:after {
                content: '';
                padding-top: 100%;
                display: block;
            }

            .mh-products-list ul li a {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-wrap: wrap;
                flex-direction: column;
            }

                .mh-products-list ul li a:after {
                    width: 2px;
                    height: 23px;
                    content: '';
                    position: absolute;
                    right: 0;
                    top: -11.5px;
                    background: #dfe5e8;
                }

                .mh-products-list ul li a:before {
                    width: 23px;
                    height: 2px;
                    content: '';
                    position: absolute;
                    right: -11.5px;
                    top: 0;
                    background: #dfe5e8;
                }

            .mh-products-list ul li:nth-child(3n) a:after {
                display: none;
            }

            .mh-products-list ul li:nth-child(3n) a:before {
                display: none;
            }

            .mh-products-list ul li:last-child a:after {
                display: none;
            }

            .mh-products-list ul li:last-child a:before {
                display: none;
            }

.mh-pr-img {
    width: 100%;
    text-align: center;
    height: 110px;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 40%;
}

    .mh-pr-img img {
        max-width: 100%;
        max-height: 100%;
    }

.mh-pr-title {
    padding: 0 50px;
    text-align: center;
    height: 50px;
    color: #7d7d7d;
    letter-spacing: 0;
    font-size: 14px;
    font-family: 'Gotham Book';
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 50%;
}

.mh-menu-close {
    width: 62px;
    height: 62px;
    background: #eaeaeb;
    text-align: center;
    line-height: 62px;
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
    z-index: 3;
}

    .mh-menu-close span {
        background: #ffffff;
        width: 30px;
        height: 3px;
        position: absolute;
    }

        .mh-menu-close span:first-child {
            left: 16px;
            top: 28px;
            transform: rotate(45deg);
        }

        .mh-menu-close span:last-child {
            left: 17px;
            top: 28px;
            transform: rotate(135deg);
        }
/**/
.home-popup {
    position: fixed;
    top: 20%;
    bottom: 0;
    width: 900px;
    max-width: 90%;
    margin: auto;
    left: 0;
    z-index: 99999999;
    right: 0;
}

    .home-popup:before {
        background: rgba(0,0,0,.47);
        width: 100%;
        height: 100%;
        content: '';
        position: fixed;
        left: 0;
        top: 0;
    }

.home-popupclose {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #1b427b;
    color: #fff;
    right: 0;
    z-index: 99999;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    top: 0;
    cursor: pointer;
}

.home-popup-inner {
    position: relative;
    width: 100%;
}

.home-popup-img {
    width: 100%;
}

    .home-popup-img:first-child {
        display: block;
    }

    .home-popup-img img {
        width: 100%;
    }

.home-popup.hidden {
    display: none;
}

.main-footer {
    width: 100%;
}

.mf-left {
    width: 26.95227765726681%;
}

.mf-logo {
    margin: 0 0 24px 0;
    width: 100%;
}

    .mf-logo img {
        max-width: 100%;
    }

.developer-logo {
    width: 100%;
    float: left;
}

    .developer-logo img {
        max-width: 100%;
    }

.mf-copyright {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #dde0e3;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 18px;
    float: left;
}

.footer-links ul {
    margin: 0 0 8px 0;
    float:left;
    width:100%;
}

.footer-links {
    width: 100%;
    margin: 0 0 26px 0;
    float: left;
}

    .footer-links ul li {
        float: left;
        padding: 0 8px 0 0;
        margin: 0 8px 0 0;
        position: relative;
    }

        .footer-links ul li:after {
            position: absolute;
            content: '|';
            right: 0;
            top:0;
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
            color: #dde0e3;
            font-size: 14px;
            letter-spacing: 0.5px;
            line-height: 18px;
        }

        .footer-links ul li:last-child {
            padding: 0 0 0 0;
            margin: 0 0 0 0;
        }

            .footer-links ul li:last-child:after {
                display: none;
            }

        .footer-links ul li a {
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
            color: #dde0e3;
            font-size: 14px;
            letter-spacing: 0.5px;
            line-height: 18px;
        }

.mf-inner {
    padding: 100px 50px 100px 50px;
    display: flex;
    justify-content: space-between;
    background: #7d7d7d;
}

.mf-center {
    width: auto;
}

.mf-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .mf-nav ul {
        margin: 0 50px;
    }

        .mf-nav ul li {
            margin: 0 0 12px 0;
        }

            .mf-nav ul li a {
                line-height: 30px;
            }

            .mf-nav ul li a {
                color: #d8d6d6;
                font-size: 14px;
                font-weight: 600;
                font-family: 'Lato';
                letter-spacing: 1px;
            }

    .mf-nav ul:nth-child(2) li:first-child a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Lato';
        letter-spacing: 1px;
    }

        /*.mf-nav ul:last-child li a {
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            font-family: 'Lato';
            letter-spacing: 1p;
        }*/

.mf-address-area {
    width: 200px;
    float: left;
    text-align: right;
    padding: 0 37px 0 0;
    border-right: 1px solid #a3a0a0;
    margin: 0 32px 0 0;
}

.mf-address-title {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Lato';
    letter-spacing: 1;
    font-weight: 600;
    margin: 0 0 7px 0;
    width: 100%;
}

.mf-address {
    color: #d8d6d6;
    font-size: 14px;
    letter-spacing: 0.5;
    font-weight: 600;
    font-family: 'Lato';
    line-height: 18px;
    margin: 0 0 12px 0;
    width: 100%;
}

.mf-mail {
    margin: 0 0 14px 0;
    width: 100%;
}

    .mf-mail a {
        line-height: 16px;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 1;
        font-weight: 700;
        font-family: 'Lato';
    }

.mf-tel {
    width: 100%;
}

    .mf-tel a {
        line-height: 16px;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 1;
        font-weight: 700;
        font-family: 'Lato';
    }

.mf-social {
    width: 124px;
    float: left;
}

    .mf-social ul {
        width: 100%;
    }

        .mf-social ul li {
            width: 100%;
            margin: 0 0 20px 0;
        }

            .mf-social ul li:last-child {
                width: 100%;
                margin: 0 0 6px 0;
            }

            .mf-social ul li i {
                width: 16px;
                color: #ffffff;
                margin: 0 13px 0 0;
            }

            .mf-social ul li a {
                font-family: 'Montserrat', sans-serif;
                font-size: 14px;
                color: #bfc7c9;
                letter-spacing: 0;
                line-height: 20px;
            }

.mh-shop-mobile {
    display: none;
}

.mh-shop {
    display: block;
}
.mf-mobile-logo {
display:none;
}
/*.main-nav ul li:last-child{
    display:none;
}*/
.cookieBar {
    position: fixed;
    background-color: rgb(183 208 209);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0 20px 0;
    z-index: 999999;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.cookieBarText {
    line-height: 1.5;
    color: #7D7D7D;
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 400;
    padding-top: 16px;
}


    .cookieBarText a {
        line-height: 1.5;
        color: #7D7D7D;
        font-family: 'Gotham';
        font-size: 14px;
        font-weight: 400;
    }



.cookieBarButton {
    padding: 0 0;
}

.cookieBar .col-sm-10 {
    max-width: 70%;
}

.cookieBar .col-sm-2 {
    max-width: 30%;
}

.cookieBarButton button {
    background-color: #f2e0e3;
    border: 0px solid #c14f40;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    padding: 0 26px;
    color: #943333;
    line-height: 28px;
    cursor:pointer;
}

    .cookieBarButton button:focus {
        outline-color: #fff !important
    }

.cookieBarIn {
    -webkit-animation-name: cookieBarIn;
    animation-name: cookieBarIn
}

.cookieBarOut {
    -webkit-animation-name: cookieBarOut;
    animation-name: cookieBarOut
}

.cookieBar .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nopointer{
    cursor:default;
}
/*MEDIA*/
@media (max-width: 1685px) {
    .mf-center {
        width: 550px;
    }

    .mf-nav ul {
        margin: 0 14px;
    }
}

@media(max-width:1560px) {
    /*.mh-logo {
        position: absolute;
        right: 0;
        left: 20%;
        margin: 0 auto;
        width: 231px;
    }*/
    .mf-nav ul {
        margin: 0 10px;
    }
        .mf-nav ul li a {
            font-size:12px !important;
        }
}

@media(max-width:1500px) {
    .mh-menu-left {
        width: 40%;
        overflow: hidden;
    }

        .mh-menu-left img {
            width: auto;
            max-width: initial;
            height: 100%;
            margin-left: 50%;
            transform: translateX(-50%);
        }

    .mh-menu-right {
        width: 60%;
    }

    .mh-pr-title {
        padding: 0 5px;
    }

    .mh-menu-left {
        max-height: 782px;
    }

        .mh-menu-left img {
            max-height: 782px;
        }
    .mf-nav ul {
        margin: 0 1% 0 1%;
        max-width: 48%;
    }
    .main-nav ul li {
        margin: 0 30px 0 0;
    }
}

@media(max-width:1449px) {
    .mh-logo {
        left: 40%;
    }
    .mf-left {
        width: 17%;
    }
    .main-nav ul li a {
    font-size:13px;
    }
    .main-nav ul li {
        margin: 0 20px 0 0;
    }
}

@media (max-width: 1366px) {
}

@media (max-width: 1229px) {
    .mf-inner {
        padding-right: 20px;
        padding-left: 20px;
        flex-wrap: wrap;
    }

    .mf-left {
        width: 100%;
        order: 3;
    }

    .mf-center {
        width: 50%;
        order: 1;
    }

    .mf-right {
        width: 50%;
        order: 2;
    }

    .mf-nav {
        justify-content: flex-start;
    }
        .mf-nav ul li a {
            font-size: 10px !important;
        }
    .mf-logo {
        text-align: center;
    }

    .mf-copyright {
        text-align: center;
        width: 100%;
    }

    .footer-links ul {
        float: left;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .developer-logo {
        text-align: center;
    }

    .mh-menu-left {
        max-height: 700px;
    }

        .mh-menu-left img {
            max-height: 700px;
        }

    .mh-left {
        padding-left: 20px;
    }

    .mh-logo {
        width: 180px;
    }

        .mh-logo img {
            width: 100%;
            max-width: 100%;
        }

    .main-nav ul li {
        margin: 0 5px 0 0;
    }

        .main-nav ul li a {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0;
        }
}

@media (max-width: 991px) {
    .mh-inner {
        flex-wrap: wrap;
    }

    .mh-right {
        position: absolute;
        right: 0;
     
    }
    .mh-left {
    padding-left:200px;
    }
    .mh-logo {
        left: 0;
        right: auto;
        position: absolute;
    }
    .hamburger-menu {
        padding: 16px 16px 14px 9px;
        height: 50px;
        top: -13px;
    }
    .mh-pr-img {
        margin: 0 0 10px 0;
    }

    .mh-products-list ul li:after {
        padding-top: 125%;
    }

    .mh-menu-left {
        max-height: 618px;
    }

        .mh-menu-left img {
            max-height: 618px;
        }

    .mf-address-area {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 0 0 0;
        border-right: 0px solid #a3a0a0;
        margin: 0 0 0 0;
    }

    .mf-social {
        width: 100%;
        margin-top: 20px;
    }

        .mf-social ul {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

            .mf-social ul li {
                float: left;
                width: auto;
                margin-right: 20px;
                margin-bottom: 10px;
            }

                .mf-social ul li span {
                    display: none;
                }

                .mf-social ul li:last-child {
                    margin-right: 0;
                }

                .mf-social ul li i {
                    margin-right: 0;
                    width: auto;
                }

                .mf-social ul li:last-child {
                    width: auto;
                }

    .mf-nav ul {
        margin: 0 0;
        width: 50%;
        float: left;
    }

        .mf-nav ul li {
            text-align: center;
            margin-bottom: 0;
        }
}
@media (max-width: 991px) and (min-width: 767px) {
    .hamburger-l-text{
        display:none;
    }
    .hamburger-menu {
        padding: 16px 16px 14px 16px;
    }
}
    @media (max-width: 767px) {

        .container {
            padding: 0 20px;
        }

        .mh-menu-left {
            display: none;
        }

        .mh-menu-right {
            width: 100%;
        }

        .mf-center {
            width: 100%;
        }

        .mf-right {
            width: 100%;
        }

        .mh-left {
            flex: initial;
            padding-left: 0;
        }

        .mf-nav ul li {
            text-align: left;
        }

        .mf-address-area {
            margin-top: 20px;
            text-align: left;
        }

        .mf-social ul {
            justify-content: flex-start;
        }

        .mf-logo {
            text-align: left;
        }

        .mf-copyright {
            text-align: left;
            margin-bottom: 10px;
        }

        .footer-links ul {
            justify-content: flex-start;
        }

        .developer-logo {
            text-align: left;
        }

        .footer-links {
            margin: 0 0 15px 0;
        }

        .mh-logo {
            right: 66px;
            left: 0;
            top: 7px;
            position: absolute;
            margin: auto;
        }

        .hamburger-menu {
            right: 20px;
        }

        .main-nav {
            left: -200%;
            width: 70%;
            background: #9a9a9a;
            position: fixed;
            height: 100%;
            padding: 100px 50px;
            top: 0;
            bottom: 0;
            transition: all 0.5s ease;
        }

            .main-nav.active {
                left: 0;
                transition: all 0.5s ease;
                z-index: 8;
            }

        .main-nav-hamburger {
            display: block;
            border-right: 1px solid #ffffff;
        }

        .main-nav ul li {
            margin: 0 0 30px 0;
            width: 100%;
        }

            .main-nav ul li a {
                line-height: 22px;
                font-size: 16px;
                color: #ffffff !important;
                font-weight: 400;
                letter-spacing: 1px;
            }

        .mh-tel i {
            width: 25px;
            height: 25px;
            margin: 0 15px 0 0;
            background-image: none;
            color: #ffffff;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .mh-tel i:before {
                content: "\f095";
            }

        .mh-shop i {
            width: 25px;
            height: 25px;
            margin: 0 15px 0 0;
            background-image: none;
            color: #ffffff;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .mh-shop i:before {
                content: "\f07a";
            }

        .main-nav-hamburger.closed {
            z-index: 9;
        }

            .main-nav-hamburger.closed span {
                display: block;
            }

            .main-nav-hamburger.closed div {
                display: none;
            }

            .main-nav-hamburger.closed span:first-child {
                transform: rotate(45deg);
                top: 31px;
            }

            .main-nav-hamburger.closed span:nth-child(2) {
                display: none;
            }

            .main-nav-hamburger.closed span:nth-child(3) {
                transform: rotate(135deg);
            }

        .mh-right {
            right: 0;
            top: 23px;
        }

        .mh-shop-mobile {
            display: none;
            text-align: center;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
        }

        .mh-shop {
            display: none;
        }

        .main-header .container {
            position: relative;
            display: flex;
        }

        .main-header.sticky {
            background-color: transparent;
        }

            .main-header.sticky .mh-right {
                top: 0;
            }

        .mh-shop-mobile i {
            width: 15px;
            height: 19px;
            background: url(/Content/WebsiteTemplate/img/hd-cart.png) no-repeat center center;
            background-size: contain;
            margin: 0 10px 0 0;
            display: block;
            float: left;
            filter: brightness(0) invert(1);
        }

        .mh-shop-mobile a {
            color: #ffffff;
            font-weight: 600;
            letter-spacing: 1px;
            display: flex;
            justify-content: center;
            line-height: 23px;
            position: relative;
            font-family: 'Lato';
            font-size: 14px;
            letter-spacing: 1px;
            margin-top: -1px;
            position: relative;
            top: 0;
        }

        .mf-mobile-logo {
            display: block;
            margin: 0 0 24px 0;
            width: 100%;
        }

        .mf-logo {
            display: none;
        }

        .mf-mobile-logo img {
            max-width: 100%;
        }

        .mh-inner {
            padding-top: 0;
        }

        .mh-shop-mobile {
            text-align: center;
            height: 54px;
            display: none;
            justify-content: center;
            align-items: center;
            background: #b5bbd6;
            position: absolute;
            left: 20px;
            right: 20px;
        }
        /***/

        .hamburger-menu {
            background: #e2badc;
            padding: 0 15px 0 15px;
            position: relative;
            display: flex;
            height: 54px;
            cursor: pointer;
            top: -23px;
            z-index: 6;
            border-left: 1px solid #ffffff;
        }

        .hamburger-l-text {
            line-height: 54px;
            position: relative;
            margin: 0 0 0 0;
            font-family: 'Lato';
            font-weight: 400;
            font-size: 14px;
            letter-spacing: 1px;
            color: #ffffff;
        }

        .hamburger-text {
            line-height: 20px;
            position: relative;
            width: 14px;
            height: 20px;
            display: none;
        }

        .mh-shop-mobile i {
            position: relative;
            top: 2px;
        }

        .main-nav-hamburger.closed {
            border-right: 0px solid #ffffff;
            width: 54px;
        }

        .mh-shop-mobile a {
            left: -17px;
        }

        .main-slider-short {
            font-size: 15px !important;
        }

        .main-nav-hamburger.closed span {
            display: block;
            width: 20px !important;
            top: 24px !important;
        }

        .main-nav ul li:last-child {
            display: block;
        }

        .cookieBar .row {
            padding-right: 20px;
            padding-left: 20px;
        }
    }

    @media(max-width:660px) {
        .mh-logo {
            right: 66px;
        }
    }

    @media(max-width:650px) {
        .main-nav-hamburger div {
            display: none;
        }

        .mh-logo {
            right: 150px;
        }

        .main-nav-hamburger {
            width: 49px;
        }
    }

    @media (max-width: 590px) {
        .hp-icon {
            height: 61px !important;
        }

        .home-properties-list ul li {
            margin-bottom: 10px !important
        }

        .home-properties-desc {
            font-size: 20px !important;
        }

        .mh-logo img {
            max-width: 130px;
        }
    }

    @media (max-width: 560px) {
        .main-nav {
            width: 100%;
        }

        .main-slider-short {
            font-size: 15px;
        }

        .main-slider-title {
            margin: 0 0 15px 0 !important;
        }
    }

    @media (max-width: 558px) {

        .cookieBar .col-sm-10 {
            max-width: 100%;
            margin-bottom: 10px;
            text-align: center;
        }

        .cookieBar .col-sm-2 {
            max-width: 100%;
            text-align: center;
            width: 100%;
        }
    }

    @media (max-width:530px) {
        /*.mh-shop-mobile a {
        display: block;
        margin-left: 0;
    }

    .mh-shop-mobile {
        display: inline-block;
        text-align: left;
        margin: 0;
    }

    .mh-inner {
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 146px;
    }

    .mh-shop-mobile {
        position: relative;
    }

        .mh-shop-mobile i {
            position: absolute;
            top: -17px;
            left: 0;
            right: 0;
            margin: auto;
        }

    .hamburger-menu {
        padding: 20px 10px 22px 10px;
    }

    .mh-inner {
        padding-right: 123px;
    }*/

    }

    @media (max-width: 491px) {
        .hamburger-menu {
            padding: 0 11px 0 11px;
        }

        .mh-shop-mobile a {
            left: -4px;
        }

        .hamburger-menu {
            height: 42px;
        }

        .hamburger-l-text {
            line-height: 46px;
        }

        .main-nav-hamburger {
            height: 42px;
            line-height: 42px;
        }

            .main-nav-hamburger span:first-child {
                top: 15px;
            }

            .main-nav-hamburger span:nth-child(2) {
                top: 21px;
            }

            .main-nav-hamburger span:nth-child(3) {
                top: 27px;
            }
    }



    @media (max-width:460px) {
        .mh-logo {
            width: 130px;
        }

            .mh-logo img {
                width: 130px;
                max-width: 100%;
            }

        .categories-banner-desc {
            line-height: 18px;
        }
    }

    @media (max-width:450px) {
        .mh-shop-mobile a, .main-nav-hamburger, .hamburger-l-text {
            font-size: 12px;
        }
    }

    @media (max-width:420px) {

        .categories-banner-title {
            margin-top: 40px;
        }
    }

    @media (max-width:425px) {
        .main-nav ul li a {
            font-size: 14px;
        }
    }

    @media (max-width:413px) {

        .container {
            padding: 0 8px;
        }

        .mh-right {
            right: -10px;
        }

        .categories-banner-title, .categories-banner-title h1 {
            font-size: 16px;
            line-height: 18px;
        }
    }

    @media (max-width:413px) {
        .hamburger-text {
            display: none;
        }

        .hamburger-l-text {
            margin: 0 0 0 0;
        }

        .mh-inner {
            padding-right: 93px;
        }
    }

    @media (max-width:380px) {

        .main-nav {
            padding: 100px 9px;
        }

        .hamburger-menu {
            padding: 0 5px 0 5px;
        }

        .main-nav-hamburger {
            width: 43px;
        }

        .mh-logo {
            right: auto;
            left: 49px;
        }

        .main-nav-hamburger span {
            left: 12px;
        }
    }

    @media (max-width:375px) {
        .mh-logo {
            right: auto;
            left: 0;
        }

        .main-nav-hamburger {
            width: 43px;
            top: 50px;
        }
    }

    @media (max-width:360px) {
        .mh-shop-mobile i {
            display: none;
        }
    }

    @media(max-width:325px) {
        .mh-shop-mobile a, .main-nav-hamburger, .hamburger-l-text {
            font-size: 10px;
        }
    }

    @media (max-width:320px) {
        .mh-shop-mobile a {
            font-size: 10px;
        }

        .hamburger-menu {
            padding: 20px 5px 22px 5px;
        }

        .hamburger-l-text {
            font-size: 10px;
        }

        .main-nav-hamburger {
            font-size: 13px;
        }

        .mh-inner {
            padding-right: 76px;
        }
    }
    /*MIN WIDTH*/
    @media (min-width: 768px) {
        .container {
            width: 750px;
        }

        .main-header.sticky .mh-left .main-nav {
            padding: 0;
        }

            .main-header.sticky .mh-left .main-nav .mh-shop a {
                color: #4d6df3;
            }
    }

    @media (min-width: 992px) {
        .container {
            width: 970px;
        }
    }

    @media (min-width: 1230px) {
        .container {
            width: 1200px;
        }
    }

    @media (min-width: 1450px) {
        .container {
            width: 1338px;
        }
    }

    @media (min-width: 1500px) and (max-width:1859px) {
        .container {
            width: 100%;
            padding-right: 40px;
            padding-left: 40px;
        }
    }

    @media (min-width: 1860px) {
        .container {
            width: 1844px;
        }
    }

    /*fixes*/
    @media (max-width:480px) {
        .main-footer .container {
            padding: 0 0;
        }

        .main-header .container {
            padding: 0 0;
        }

        .mh-shop-mobile {
            left: 0;
            right: 0;
        }

        .hamburger-menu {
            right: 0;
        }
    }

    @media (max-width:320px) {
        .hamburger-menu {
            top: -43px;
            height: 74px;
            width: 84px;
        }

        .mh-shop-mobile {
            padding-left: 16px;
        }
    }

    @-webkit-keyframes cookieBarIn {
        from {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            visibility: visible
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }

    @keyframes cookieBarIn {
        from {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            visibility: visible
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }

    @-webkit-keyframes cookieBarOut {
        from {
            opacity: 1
        }

        to {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0)
        }
    }

    @keyframes cookieBarOut {
        from {
            opacity: 1
        }

        to {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0)
        }
    }

    @-webkit-keyframes slide-down {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        100% {
            opacity: 0.9;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes slide-down {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        100% {
            opacity: 0.9;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
.toast-title {
    font-weight: 500;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #FFFFFF;
        font-weight: bold;
    }

        .toast-message a:hover {
            color: #CCCCCC;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -25px;
    top: 3px;
    float: right;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 35px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
        text-align: center;
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center;
        }

        #toast-container > div:hover {
            /*-moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);*/
            cursor: pointer;
        }
    /*#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}*/
    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51A351;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/Content/WebsiteTemplate/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/Content/WebsiteTemplate/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/Content/WebsiteTemplate/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/Content/WebsiteTemplate/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/Content/WebsiteTemplate/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/Content/WebsiteTemplate/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}/*.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}*/.owl-carousel .owl-item .owl-lazy:not([src]),/*m.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}*/.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{display:none;text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

.text-center {
    text-align: center;
}

.page-banner {
    position: relative;
    top: -23px;
}

.page-banner-img {
    width: 100%;
}

    .page-banner-img img {
        width: 100%;
    }

.page-banner-inner {
    position: relative;
}

.page-banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left:10px;
    padding-right:10px;
}

.banner-title, .banner-title h1 {
    width: 100%;
    text-align: center;
    color: #565656;
    font-family: 'Gotham Book';
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 0 0;
    font-weight: normal;
    margin: 0 0 0 0;
    line-height: 29px;
}

.banner-shorttitle, .banner-shorttitle h2 {
    width: 100%;
    text-align: center;
    color: #565656;
    font-size: 60px;
    letter-spacing: 0.5px;
    margin: 0 0 0 0;
    font-weight: 300;
    line-height: 62px;
}

.banner-desc {
    width: 100%;
    text-align: center;
    font-family: 'Gotham Book';
    color: #565656;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 26px;
    margin-top: 18px;
}
.banner-desc p{
    margin-bottom:0;
}
.page-content {
    padding: 50px 0 80px 0;
    position: relative;
    /*background: url(/Content/WebsiteTemplate/img/home-about-bottom.jpg) no-repeat center bottom -171px;*/
    background-size: auto auto;
}
    .page-content.no-bg {
        background:none;
    }

.page-text, .page-text a, .page-text span {
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    font-family: 'Gotham Book';
}

    .page-text p {
        font-size: 18px;
        color: #666666;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
        font-weight: 400;
        font-family: 'Gotham Book';
        margin: 0 0 50px 0;
    }

    .page-text ul li {
        font-size: 18px;
        color: #666666;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
        font-weight: 400;
        font-family: 'Gotham Book';
        margin: 0 0 5px 20px;
        list-style-type: disc;
        text-align: center;
        list-style: inside;
    }

    .page-text ol li {
        font-size: 18px;
        color: #666666;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
        font-weight: 400;
        font-family: 'Gotham Book';
        margin: 0 0 20px 20px;
        list-style-type: decimal;
    }
    .page-text table tr td {
        padding: 10px;
        border: 1px solid #cfd1e0;
        text-align: left;
    }
    .page-text table tr td p{
        text-align: left;
        margin:0;
    }
    .page-text blockquote {
        line-height: 45px;
        letter-spacing: 0;
        font-size: 30px;
        color: #666666;
        font-family: 'Gotham Book';
        font-weight: 300;
        margin: 0 0 50px 0;
    }
    .page-text h2 {
        line-height: 30px;
        letter-spacing: 0;
        font-size: 24px;
        color: #666666;
        font-family: 'Gotham';
        font-weight: 500;
        margin:0 0;
    }
.page-content-inner {
    width: 1185px;
    max-width: 100%;
    margin: 0 auto;
}
.page-text img {
max-width:100%;
}
/*urun-detay*/
.product-banner {
    position: relative;
    top: -23px;
    z-index: 1;
}

.product-banner-img {
    width: 100%;
}

    .product-banner-img img {
        width: 100%;
    }

.product-banner-inner {
    position: relative;
}

.product-banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.product-banner-title {
    margin: 0 0 12px 0;
}

    .product-banner-title, .product-banner-title h1 {
        width: 100%;
        text-align: center;
        color: #565656;
        font-family: 'Gotham Book';
        font-size: 24px;
        letter-spacing: 1px;
        margin: 0 0 0 0;
        font-weight: normal;
        margin: 0 0 0 0;
        line-height: 29px;
    }

.product-banner-shorttitle {
    margin: 0 0 14px 0;
}

    .product-banner-shorttitle h2 {
        margin: 0 0 0 0;
    }

    .product-banner-shorttitle, .product-banner-shorttitle h2 {
        width: 100%;
        text-align: center;
        color: #565656;
        font-size: 48px;
        font-family: 'Gotham';
        font-weight: 500;
        letter-spacing: -0.25px;
        line-height: 55px;
    }

.product-banner-desc {
    width: 100%;
    text-align: center;
    font-family: 'Gotham Book';
    color: #565656;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 17px;
    margin: 0 0 0 0;
}

.product-banner-slide {
    position: absolute;
    bottom: -50%;
    width: 837px;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}

.product-banner-item {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product-banner-item img {
        max-width: 100%;
        max-height: 380px;
    }

.product-banner-slide .owl-dots {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 60px;
}

.product-banner-slide .owl-dot {
    margin: 4px 5px 0 0;
    width: 15px;
    height: 15px;
    background: #cdcdcd;
    border-radius: 50%;
    border: 0px;
    outline: none !important;
    position: relative;
    top: -2px;
}

    .product-banner-slide .owl-dot.active {
        margin: 0 13px 0 0;
        width: 20px;
        height: 20px;
        background: #cad3b8;
        border-radius: 50%;
        position: relative;
        top: 0px;
    }

    .product-banner-slide .owl-dot:last-child {
        margin-right: 0 !important;
    }

.product-detail-links {
    position: absolute;
    left: 0;
    top: 15px;
    display:flex;
    flex-wrap:wrap;
    width:220px;
    z-index:999;
}

.usage, .wash, .suggestions, .properties,.features {
    width: 220px;
    height: 45px;
    margin-bottom: 16px;
}

    .usage a, .wash a, .suggestions a, .properties a,.features a {
        width: 100%;
        height: 45px;
        font-family: 'Gotham Book';
        color: #666666;
        font-size: 14px;
        font-weight: normal;
        line-height: 45px;
        letter-spacing: 0;
        float:left;
        cursor:pointer;
    }

    .usage i, .wash i, .suggestions i, .properties i {
        width: 45px;
        height: 45px;
        margin: 0 15px 0 0;
        position: relative;
        display: block;
        float: left;
    }

    .usage .pdl-icon, .wash .pdl-icon, .suggestions .pdl-icon, .properties .pdl-icon, .features .pdl-icon {
        width: 45px;
        height: 45px;
        margin: 0 15px 0 0;
        position: relative;
        display: block;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .usage i:after, .wash i:after, .suggestions i:after, .properties i:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 35px;
        height: 35px;
        content: '';
        z-index: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

.features {
    background: #e1e8d5;
}

    .features i:after {
        background-image: url('/Content/WebsiteTemplate/img/usage.png');
    }

    .features i {
        background: #cfd6c5;
    }

    .features .pdl-icon {
        background: #cfd6c5;
    }

.usage {
    background: #d3eaeb;
}

    .usage i:after {
        background-image: url('/Content/WebsiteTemplate/img/wash.png');
    }

    .usage i {
        background: #c3d7d8;
    }

    .usage .pdl-icon {
        background: #c3d7d8;
    }

.wash {
    background: #eddbdf;
}

    .wash i:after {
        background-image: url('/Content/WebsiteTemplate/img/suggestions.png');
    }
    .properties i:after {
        background-image: url('/Content/WebsiteTemplate/img/properties.png');
    }

.wash i {
    background: #d5c2c5;
}
.wash .pdl-icon {
    background: #d5c2c5;
}
.suggestions {
    background: #ececec;
}
    .suggestions i {
        background: #cad3b8;
    }

    .suggestions .pdl-icon {
        background: #bdbdbd;
    }
.product-content {
    width: 100%;
    padding: 0 0 45px 0;
    background: #ffffff;
}
.product-content {
    position: relative;
}
   

.product-desc {
    padding: 390px 0 60px 0;
    width: 1212px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.product-content-inner .product-desc {
    padding-top: 275px ;
}
.product-content-inner.organic-bamboo:after {
    width: 112px;
    height: 112px;
    background: url('/Content/WebsiteTemplate/img/organic-bamboo.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
    content: '';
}

.product-desc h2 {
    color: #666666;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 38px 0;
    letter-spacing: 0;
    font-family: 'Gotham Book';
    text-align: center;
    font-weight: normal;
}

.product-desc h3 {
    color: #666666;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 38px 0;
    letter-spacing: 0;
    font-family: 'Gotham Book';
    text-align: center;
    font-weight: normal;
}

.product-desc, .product-desc p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-family: 'Gotham Book';
    letter-spacing: 0;
}

    .product-desc p {
        margin: 0 0 30px 0;
    }

.product-information {
    padding: 95px 0 150px 0;
    background: #e9f2f7;
}

.product-information-text {
    margin: 0 auto 38px auto;
    width: 1166px;
    max-width: 100%;
}

    .product-information-text, .product-information-text p {
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        color: #666666;
        font-family: 'Gotham Book';
        letter-spacing: -0.25px;
        font-weight: normal;
    }

        .product-information-text p {
            margin: 0 0 29px 0;
        }

        .product-information-text h2 {
            text-align: center;
            font-size: 30px;
            line-height: 35px;
            color: #666666;
            font-family: 'Gotham Book';
            letter-spacing: -0.25px;
            margin: 0 0 31px 0;
            font-weight: normal;
        }

.product-information-list {
}

    .product-information-list ul {
        display: flex;
        justify-content: center;
        margin-left: -44px;
        margin-right: -44px;
        max-width: 98%;
        margin: auto;
    }

        .product-information-list ul li {
            padding: 0 44px;
            max-width: 16.6%;
        }

.pil-icon {
    text-align: center;
    margin: 0 0 30px 0;
    max-width: 100%;
}

    .pil-icon img {
        max-width: 100%;
    }

.pil-title {
    max-width: 100%;
    width: 162px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #666666;
    font-family: 'Gotham Book';
    letter-spacing: -0.25px;
    margin: 0 0 0 0;
    font-weight: normal;
}
/*kadin-pedleri-kategori*/

.categories-page-banner {
    position: relative;
    top: 0;
    z-index: 1;
}

.categories-banner-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 28vw;
}

    .categories-banner-img img {
        width: 100%;
    }

.categories-banner-inner {
    position: relative;
}

.categories-banner-text {
    position: absolute;
    max-width: 100%;
    width: 749px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.categories-banner-title {
    margin: 0 0 0 0;
}

    .categories-banner-title, .categories-banner-title h1 {
        width: 100%;
        text-align: center;
        color: #565656;
        font-family: 'Gotham Book';
        font-size: 24px;
        letter-spacing: 1px;
        margin: 0 0 0 0;
        font-weight: normal;
        line-height: 28px;
    }

.categories-banner-shorttitle {
    margin: 0 0 18px 0;
}

    .categories-banner-shorttitle h2 {
        margin: 0 0 0 0;
    }

    .categories-banner-shorttitle, .categories-banner-shorttitle h2 {
        width: 100%;
        text-align: center;
        color: #565656;
        font-size: 60px;
        font-family: 'Lato';
        font-weight: 300;
        letter-spacing: 0.0px;
        line-height: 63px;
    }

.categories-banner-desc {
    width: 100%;
    text-align: center;
    font-family: 'Gotham Book';
    color: #565656;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 17px;
    margin: 0 0 0 0;
}
.lady-categories-page-banner .categories-banner-title, .lady-categories-page-banner .categories-banner-title h1 {
    width: 100%;
    text-align: center;
    color: #101212;
    font-size: 48px;
    font-family: 'Gotham';
    font-weight: 300;
    letter-spacing: 0.0px;
    line-height: 54px;
}
.lady-categories-page-banner .categories-banner-title {
    margin: 0 0 20px 0;
}
.lady-categories-page-banner .categories-banner-text{
    width:1200px;
    max-width:100%;
}
.lady-categories-page-banner .categories-banner-title h1 {
    margin: 0 0 0 0;
}
.lady-categories-page-banner .categories-banner-desc span {
    width: 100%;
    text-align: center;
    font-family: 'Lato';
    color: #7d7d7d;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 11px 0;
    float: left;
}
.lady-categories-page-banner .categories-banner-desc {
    width: 100%;
    text-align: center;
    font-family: 'Lato';
    color: #7d7d7d;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 0 0;
}

.inner-properties {
    padding: 69px 0 98px 0;
}

.inner-preoperties-text {
    margin: 0 0 57px 0;
}
.inner-properties-desc p{
    margin-bottom:0;
}

.inner-properties-title {
    color: #7d7d7d;
    font-family: 'Lato';
    font-size: 14px;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 17px;
    width: 100%;
    text-align: center;
}

.inner-properties-short {
    color: #7d7d7d;
    font-family: 'Lato';
    font-size: 18px;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
    text-align: center;
}

.inner-properties-desc {
    color: #44a35f;
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    margin: 0 0 0 0;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 39px;
    width: 100%;
    text-align: center;
}

.inner-properties-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .inner-properties-list ul li {
        margin: 0 20px;
    }

.ip-icon {
    margin: 0 auto 9px auto;
    width: 100px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ip-icon img {
        max-width: 100%;
        max-height: 100%;
    }

.ip-title {
    margin: 0 0 0 0;
    text-align: center;
    width: 100%;
    color: #7d7d7d;
    font-family: 'Lato';
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 20px;
}

.categories-content {
    padding-top: 43px;
    padding-bottom: 47px;
}

.categories-content-list {
    display: flex;
    justify-content: space-around;
    margin-left: -22px;
    margin-right: -22px;
}

.cc-item {
    width: 25%;
    padding: 0 22px;
}

    .cc-item a {
        position: relative;
        width: 100%;
        display: block;
    }

.cc-item-bg-img {
    width: 100%;
}

    .cc-item-bg-img img {
        width: 100%;
    }

.cc-item-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.cc-item-con-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 93px;
    margin: 0 0 25px 0;
}

.cc-left-icon {
    margin-left: 30px;
    width: 56px;
    height: 89px;
}

.cc-right-icon {
    margin-right: 21px;
    width: 69px;
    height: 69px;
    margin-top: 19px;
}

    .cc-left-icon, .cc-right-icon img {
        max-width: 100%;
    }

.cc-top-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Gotham Book';
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: normal;
}

.cc-item:first-child .cc-top-text {
    color: #5a6575
}

.cc-item:nth-child(2) .cc-top-text {
    color: #c49794
}

.cc-item:nth-child(3) .cc-top-text {
    color: #9aaa90
}

.cc-item:nth-child(4) .cc-top-text {
    color: #c6b67f
}

.cc-item:nth-child(5) .cc-top-text {
    color: #5A94C8;
}

.cc-item-img {
    width: 100%;
    max-height: 248px;
    display: flex;
    justify-content: center;
    margin: 0 0 33px 0;
    align-items: flex-end;
}

    .cc-item-img img {
        max-height: inherit;
        max-width: inherit;
    }

.cc-item-title {
    margin: 0 0 44px 0;
    text-align: center;
}

    .cc-item-title span {
        width: 100%;
        text-align: center;
        display: block;
    }

        .cc-item-title span:first-child {
            color: #333333;
            font-size: 18px;
            font-family: 'Gotham Book';
            letter-spacing: 0;
            line-height: 25px;
            margin-bottom: 3px;
            font-weight: normal;
        }

        .cc-item-title span:nth-child(2) {
            color: #333333;
            font-size: 24px;
            font-family: 'Gotham';
            font-weight: 500;
            letter-spacing: -0.25px;
            line-height: 30px;
            font-weight: normal;
        }

        .cc-item-title span:nth-child(3) {
            color: #333333;
            font-size: 30px;
            font-family: 'Gotham';
            font-weight: 500;
            letter-spacing: -0.25px;
            line-height: 33px;
            font-weight: normal;
        }

.cc-item-btn {
    width: 190px;
    height: 50px;
    border: 3px solid rgb(0 0 0 / 0.1);
    max-width: 100%;
    margin: 0 auto;
    line-height: 18px;
    padding: 16px 16px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-family: 'Gotham Book';
    letter-spacing: 2px;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 188px;
}

.cc-item:hover .cc-item-btn {
    transition: all 0.5s ease;
    color: #ffff;
}

.cc-item:nth-child(1):hover .cc-item-btn {
    background: #003366;
}

.cc-item:nth-child(2):hover .cc-item-btn {
    background: #ddbfbd;
}

.cc-item:nth-child(3):hover .cc-item-btn {
    background: #b2c1a9;
}

.cc-item:nth-child(4):hover .cc-item-btn {
    background: #e3d8a1;
}

.cc-item:nth-child(5):hover .cc-item-btn {
    background: #003366;
}

.baby-categories-content {
    padding-top: 43px;
    padding-bottom: 47px;
}

.baby-categories-content-list {
    display: flex;
    /*justify-content: space-around;*/
    /*margin-left: -22px;*/
    /*margin-right: -22px;*/
    width: 100%;
    flex-wrap: wrap;
}

.bcc-item {
    width: 50%;
    /*padding: 0 22px;*/
    border-bottom-width: 45px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    height:345px;
}

    .bcc-item a {
        position: relative;
        width: 100%;
        display: block;
    }

.bcc-item-bg-img {
    width: 100%;
}

    .bcc-item-bg-img img {
        width: 100%;
    }

.bcc-item-content {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
}

.bcc-item-con-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 93px;
    margin: 0 0 25px 0;
}

.bcc-left-icon {
    margin-left: 30px;
    width: 56px;
    height: 89px;
}

.bcc-right-icon {
    margin-right: 21px;
    width: 69px;
    height: 69px;
    margin-top: 19px;
}

    .bcc-left-icon, .bcc-right-icon img {
        max-width: 100%;
    }

.bcc-top-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Gotham Book';
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: normal;
}
.bcc-item:first-child {
    background-color: #E4E8F4;
    border-right-width: 21px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
}
.bcc-item:nth-child(2) {
    background-color: #F2E0E3;
    border-left-width: 21px;
    border-left-color: #FFFFFF;
    border-left-style: solid;
}
.bcc-item:nth-child(3) {
    background-color: #D3EAEB;
    border-right-width: 21px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
}
.bcc-item:nth-child(4) {
    background-color: #F0F0F0;
    border-left-width: 21px;
    border-left-color: #FFFFFF;
    border-left-style: solid;
}
.bcc-item:nth-child(5) {
    background-color: #F4FBFB;
    border-right-width: 21px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
}
.bcc-item:nth-child(6) {
    background-color: #F8F3F4;
    border-left-width: 21px;
    border-left-color: #FFFFFF;
    border-left-style: solid;
}
.bcc-item:nth-child(7) {
    background-color: #F4EDD2;
    border-right-width: 21px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
}
.bcc-item:nth-child(8) {
    background-color: #EBEBEB;
    border-left-width: 21px;
    border-left-color: #FFFFFF;
    border-left-style: solid;
    background-image: url(../Content/WebsiteTemplate/img/bcc-item-lastchild.png);
    background-repeat: no-repeat;
    background-position: right;
}
.bcc-item:first-child .bcc-top-text {
    color: #5a6575
}

.bcc-item:nth-child(2) .bcc-top-text {
    color: #c49794
}

.bcc-item:nth-child(3) .bcc-top-text {
    color: #9aaa90
}

.bcc-item:nth-child(4) .bcc-top-text {
    color: #c6b67f
}

.bcc-item-img {
    width: 50%;
    max-height: 299px;
    display: flex;
    justify-content: center;
    margin: 0 0 33px 0;
    align-items: flex-end;
}

    .bcc-item-img img {
        max-height: 235px;
        max-width: 243px;
        padding-top:12%;
    }

.bcc-item-title {
    margin: 0 0 0 0;
    text-align: left;
    padding-top: 10%;
    position: relative;
    height: auto;
    height: 300px;
    flex-grow: 1;
    flex-basis: 0;
}
.bcc-item-title-lastchild {
    margin-top: 18%;
    color: #666666;
    margin-left: 12%;
}
.bcc-item-title-lastchild span {
    font-size: 18px;
    font-family: 'Gotham Book';
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 3px;
    font-weight: bold;
}

.bcc-item-title span {
    width: 100%;
    text-align: left;
    display: block;
    max-width: 279px;
    font-weight: bold;
}
        .bcc-item-title span p {
            font-weight: normal;
            font-size: 13px;
            font-family: 'Gotham Light';
        }

    .bcc-item-title span:first-child {
        color: #666666;
        font-size: 18px;
        font-family: 'Gotham';
        letter-spacing: 0;
        line-height: 22px;
        margin-bottom: 11px;
        font-weight: 500;
        /*font-weight: normal;*/
    }

    .bcc-item-title span:nth-child(2) {
        font-weight: normal;
        font-size: 13px;
        font-family: 'Gotham Light';
        color: #666666;
        line-height: 17px;
        margin-bottom:40px;
    }
        .bcc-item-title span:nth-child(2) p {
            font-weight: normal;
            font-size: 13px;
            font-family: 'Gotham Light';
            color: #666666;
            line-height:17px;
            margin-bottom:0;
        }
        .bcc-item-title span:nth-child(3) {
            color: #333333;
            font-size: 30px;
            font-family: 'Gotham';
            font-weight: 500;
            letter-spacing: -0.25px;
            line-height: 33px;
            font-weight: normal;
        }

.bcc-item-btn {
    width: 190px;
    border: 3px solid rgb(0 0 0 / 0.1);
    max-width: 100%;
    /*margin: 0 auto;*/
    line-height: 18px;
    padding: 16px 16px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-family: 'Gotham Book';
    letter-spacing: 2px;
    transition: all 0.5s ease;
    position:absolute;
    bottom:80px;
}

.bcc-item:hover .bcc-item-btn {
    transition: all 0.5s ease;
    color: #ffff;
    border: 3px solid rgb(0 0 0 / 0);
}

.bcc-item:nth-child(1):hover .bcc-item-btn {
    background: #003366;
}

.bcc-item:nth-child(2):hover .bcc-item-btn {
    background: #ddbfbd;
}

.bcc-item:nth-child(3):hover .bcc-item-btn {
    background: #b2c1a9;
}
.bcc-item:nth-child(4):hover .bcc-item-btn {
    background: #bbb5b5;
}
.bcc-item:nth-child(5):hover .bcc-item-btn {
    background: #e3d8a1;
}

.lady-categories-content {
    padding-top: 0;
    padding-bottom: 10px;
}

.lady-categories-content-list {
    display: flex;
    /*justify-content: space-around;*/
    /*margin-left: -22px;*/
    /*margin-right: -22px;*/
    width: 100%;
    flex-wrap: wrap;
}

.lcc-item {
    width: 50%;
    margin: 0 0 35px 0;
    padding:0 0 0 0;
 
}
.lcc-item:nth-child(odd) {
padding-right:17px;
}
    .lcc-item:nth-child(even) {
        padding-left: 17px;
    }
    .lcc-item a {
        position: relative;
        width: 100%;
        display: block;
    }

.lcc-item-bg-img {
    width: 100%;
}

    .lcc-item-bg-img img {
        width: 100%;
    }

.lcc-item-content {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
}

.lcc-item-con-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 93px;
    margin: 0 0 25px 0;
}

.lcc-left-icon {
    margin-left: 30px;
    width: 56px;
    height: 89px;
}

.lcc-right-icon {
    margin-right: 21px;
    width: 69px;
    height: 69px;
    margin-top: 19px;
}

    .lcc-left-icon, .lcc-right-icon img {
        max-width: 100%;
    }

.lcc-top-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Gotham Book';
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: normal;
}

.lcc-item:first-child a{
    background-color: #E4E8F4;
}

.lcc-item:nth-child(2) a{
    background-color: #F2E0E3;
}

.lcc-item:nth-child(3) a{
    background-color: #D3EAEB;
}

.lcc-item:nth-child(4) a{
    background-color: #F0F0F0;
}

.lcc-item:nth-child(5) a{
    background-color: #F4EDD2;
}

.lcc-item:nth-child(6) a{
    background-color: #EBEBEB;
    background-image: url(../Content/WebsiteTemplate/img/bcc-item-lastchild.png);
    background-repeat: no-repeat;
    background-position: right;
}

.lcc-item:first-child .lcc-top-text {
    color: #5a6575
}

.lcc-item:nth-child(2) .lcc-top-text {
    color: #c49794
}

.lcc-item:nth-child(3) .lcc-top-text {
    color: #9aaa90
}

.lcc-item:nth-child(4) .lcc-top-text {
    color: #c6b67f
}

.lcc-item-img {
    width: 50%;
    max-height: 299px;
    display: flex;
    justify-content: center;
    margin: 0 0 33px 0;
    align-items: flex-end;
}

    .lcc-item-img img {
        max-height: inherit;
        max-width: 243px;
        padding-top: 12%;
    }

.lcc-item-title {
    margin: 0 0 44px 0;
    text-align: left;
    padding-top: 10%;
}

.lcc-item-title-lastchild {
    margin-top: 18%;
    color: #666666;
    margin-left: 12%;
}

    .lcc-item-title-lastchild span {
        font-size: 18px;
        font-family: 'Gotham Book';
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 3px;
        font-weight: bold;
    }

.lcc-item-title span {
    width: 100%;
    text-align: left;
    display: block;
    max-width: 279px;
    font-weight: bold;
}

    .lcc-item-title span p {
        font-weight: normal;
        font-size: 13px;
        font-family: 'Gotham Light';
    }

    .lcc-item-title span:first-child {
        color: #333333;
        font-size: 18px;
        font-family: 'Gotham Book';
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 3px;
        /*font-weight: normal;*/
    }

    .lcc-item-title span:nth-child(2) {
        color: #333333;
        font-size: 24px;
        font-family: 'Gotham';
        font-weight: 500;
        letter-spacing: -0.25px;
        line-height: 30px;
        font-weight: normal;
    }

    .lcc-item-title span:nth-child(3) {
        color: #333333;
        font-size: 30px;
        font-family: 'Gotham';
        font-weight: 500;
        letter-spacing: -0.25px;
        line-height: 33px;
        font-weight: normal;
    }

.lcc-item-btn {
    width: 190px;
    height: 50px;
    border: 3px solid rgb(0 0 0 / 0.1);
    max-width: 100%;
    /*margin: 0 auto;*/
    line-height: 18px;
    padding: 16px 16px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-family: 'Gotham Book';
    letter-spacing: 2px;
    transition: all 0.5s ease;
}

.lcc-item:hover .lcc-item-btn {
    transition: all 0.5s ease;
    color: #ffff;
}

.lcc-item:nth-child(1):hover .lcc-item-btn {
    background: #003366;
}

.lcc-item:nth-child(2):hover .lcc-item-btn {
    background: #ddbfbd;
}

.lcc-item:nth-child(3):hover .lcc-item-btn {
    background: #b2c1a9;
}

.lcc-item:nth-child(4):hover .lcc-item-btn {
    background: #e3d8a1;
}

/*Kad�n Pedi Detay*/
/*urun-detay*/
.ped-product-banner {
    position: relative;
    top: -23px;
    z-index: 1;
}

.ped-product-banner-img {
    width: 100%;
}

    .ped-product-banner-img img {
        width: 100%;
    }

.ped-product-banner-inner {
    position: relative;
}

.ped-product-banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left:10px;
    padding-right:10px;
}

.ped-product-banner-title {
    margin: 0 0 12px 0;
}

    .ped-product-banner-title, .ped-product-banner-title h1 {
        width: 100%;
        text-align: center;
        color: #565656;
        font-family: 'Gotham Book';
        font-size: 24px;
        letter-spacing: 1px;
        margin: 0 0 0 0;
        font-weight: normal;
        margin: 0 0 0 0;
        line-height: 29px;
    }

.ped-product-banner-shorttitle {
    margin: 0 0 14px 0;
}

    .ped-product-banner-shorttitle h2 {
        margin: 0 0 0 0;
    }

    .ped-product-banner-shorttitle, .ped-product-banner-shorttitle h2 {
        width: 100%;
        text-align: center;
        color: #565656;
        font-size: 48px;
        font-family: 'Gotham';
        font-weight: 500;
        letter-spacing: -0.25px;
        line-height: 55px;
    }

.ped-product-banner-desc {
    width: 100%;
    text-align: center;
    font-family: 'Gotham Book';
    color: #565656;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 17px;
    margin: 0 0 0 0;
}

.ped-product-banner-slide {
    position: absolute;
    bottom: -31%;
    width: 837px;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}
.product-banner-inner .ped-product-banner-slide {
    bottom: -216px;
}
.ped-product-banner-slide-margin {
    bottom: -40%;
}
.ped-product-banner-item {
    max-width: 100%;
    max-height: 450px;
    top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ped-product-banner-item img {
        max-width: 100%;
        max-height: 100%;
    }

.ped-product-banner-slide .owl-dots {
    margin-top: 45px;
    text-align: center;
}

.ped-product-banner-slide .owl-dot {
    margin: 4px 5px 0 0;
    width: 15px;
    height: 15px;
    background: #cdcdcd;
    border-radius: 50%;
    border: 0px;
    outline: none !important;
    position: relative;
    top: -2px;
}

    .ped-product-banner-slide .owl-dot.active {
        margin: 0 13px 0 0;
        width: 20px;
        height: 20px;
        background: #cad3b8;
        border-radius: 50%;
        position: relative;
        top: 0px;
    }

    .ped-product-banner-slide .owl-dot:last-child {
        margin-right: 0 !important;
    }


.ped-product-content {
    width: 100%;
    padding: 0 0 23px 0;
    background: #ffffff;
    position: relative;
}

.ped-product-content-inner {
    position: relative;
    margin-top: -73px;
}

.ped-product-desc {
    padding: 320px 0 25px 0;
    width: 1212px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.ped-product-content-inner.organic-bamboo:after {
    width: 112px;
    height: 112px;
    background: url('/Content/WebsiteTemplate/img/koton-organik-pembe.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
    content: '';
}

.ped-product-desc h2 {
    color: #666666;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 38px 0;
    letter-spacing: 0;
    font-family: 'Gotham Book';
    text-align: center;
    font-weight: normal;
}

.ped-product-desc h3 {
    color: #666666;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 30px 0;
    letter-spacing: -0.1px;
    font-family: 'Gotham';
    text-align: center;
    font-weight: 500;
}

.ped-product-desc h4 {
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 4px 0;
    letter-spacing: 0;
    font-family: 'Gotham';
    text-align: center;
    font-weight: 500;
}

.ped-product-desc, .ped-product-desc p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-family: 'Gotham Book';
    letter-spacing: 0;
}

    .ped-product-desc p {
        margin: 0 0 30px 0;
    }

    .ped-product-desc ul li {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        color: #666666;
        font-family: 'Gotham Book';
        letter-spacing: 0;
        list-style-type: disc;
        display: flex;
        justify-content: center;
        margin: 0 0 4px 0;
    }

        .ped-product-desc ul li:before {
            color: #666666;
            font-size: 16px;
            font-family: 'Gotham Book';
            font-weight: normal;
            line-height: 24px;
            letter-spacing: 0;
            content: '*';
            margin-right: 7px;
            margin-top: 0;
        }

.ped-product-bottom-img {
    width: 100%;
    margin: 0 0 22px 0;
    background: #f4f4f4;
    padding:40px 0 35px 0;
}
.ped-product-bottom-img-inner {
    width: 1200px;
    max-width:100%;
    margin: 0 auto;
}


.ped-product-bottom-img img {
    width: 100%;
}

.ped-product-information {
    width: 100%;
}

.ped-product-information {
    width: 100%;
}

.ped-product-information-list {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.ppi-item {
    min-width: 33.33%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    flex-grow: 1;
    flex-basis: 0;
}
.ppi-half-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.ppi-inner {
    padding: 0 54px 95px 50px;
}

.ppi-item:first-child .ppi-inner {
    background: #d3eaeb;
    height: 100%;
}

.ppi-item:nth-child(2) .ppi-inner {
    background: #eddbdf;
    height: 100%;
}

.ppi-item:nth-child(3) .ppi-inner {
    background: #ececec;
    height: 100%;
}

.ppi-top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 17px 0;
}

.ppi-title {
    padding: 57px 0 6px 0;
    color: #666666;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Gotham';
    letter-spacing: 0;
}

.ppi-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61px;
    height: 90px;
    border-radius: 0 0 0 30px;
    background: rgb(0 0 0 / 10%)
}

    .ppi-icon img {
        max-width: 95%;
    }

.ppi-desc {
    color: #666666;
    font-size: 14px;
    font-family: 'Gotham Book';
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0;
}

    .ppi-desc p {
        color: #666666;
        font-size: 14px;
        font-family: 'Gotham Book';
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0;
        margin-bottom: 25px;
    }

        .ppi-desc p:last-child {
            margin: 0 0 0 0;
        }

    .ppi-desc h2 {
        color: #666666;
        font-family: 'Gotham';
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 20px;
        margin: 0 0 16px 0;
    }

    .ppi-desc ul li {
        color: #666666;
        font-size: 14px;
        font-family: 'Gotham Book';
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 0;
        margin-bottom: 26px;
        display: flex;
        justify-content: flex-start;
    }

        .ppi-desc ul li:before {
            color: #666666;
            font-size: 24px;
            font-family: 'Gotham Book';
            font-weight: normal;
            line-height: 20px;
            letter-spacing: 0;
            content: '*';
            margin-right: 7px;
            margin-top: 4px;
        }

.ppb-dot:hover {
    cursor: pointer;
}

.ped-product-banner-slide-pagination {
    position: relative;
    justify-content: center;
    display: flex;
    width: auto;
    max-width:100%;
    margin: 0 auto;
    top: 195px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

.ppb-dot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
    .ppb-dot img {
        object-fit: cover;
        width: 100%;
    }

.ped-product-content-inner .product-detail-links {
    top: 35px;
}
    .ped-product-content-inner .product-detail-links.product-detail-links-margin {
        top: 97px;
    }
.ped-product-banner-slide-pagination .owl-item {
   width:65px !important;
}
.ped-product-banner-slide-pagination .owl-stage {
    justify-content: center;
    display: flex;
    padding: 10px 0;
    width: 100% !important;
}
.product-inner .ped-product-banner-slide-pagination .owl-stage {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  
}
.owl-dot-current {
    transform: scale(1.3) !important;
    top: -5px;
    left: -5px;
}

    .owl-dot-current .ppb-dot {
        border: 2px solid #ffffff;
        -webkit-box-shadow: 2px 2px 2px 2px #f8f8f8;
        -moz-box-shadow: 2px 2px 2px 2px #f8f8f8;
        box-shadow: 2px 2px 2px 2px #f8f8f8;
    }

.contact-content {
    padding: 60px 0 80px 0;
    background: #ffffff;
}

.contact-content-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 0;
}

.contact-left {
    width: 53%;
    padding: 0 6% 0 0;
}

.contact-right {
    width: 47%;
}

.contact-form .form-group {
    margin-bottom: 22px;
}

.contact-form {
    margin-left: -22px;
    margin-right: -22px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contact-form-title {
    line-height: 42px;
    color: #666666;
    font-size: 36px;
    letter-spacing: -0.25px;
    font-family: 'Gotham';
    font-weight: 300;
    margin: 0 0 32px 0;
}

.contact-info-title {
    line-height: 35px;
    color: #666666;
    font-size: 30px;
    letter-spacing: -0.25px;
    font-family: 'Gotham';
    font-weight: 300;
    margin: 0 0 40px 0;
}

.half {
    width: 50%;
    padding: 0 22px;
}

.three {
    width: 33.33%;
    padding: 0 22px;
}

.full {
    width: 100%;
    padding: 0 22px;
}

.contact-form input, .contact-form select, .contact-form textarea {
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    font-family: 'Lato';
    font-weight: 400;
    padding: 15px 15px 12px 23px;
    background-color: #ffffff;
    border: 1px solid #cfd5d6;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    outline: none;
}

.contact-form textarea {
    resize: none;
    height: 140px;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    left: -20px;
    border: 0px;
    border: 0px;
    outline: none;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    border: 0px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -157px;
    margin-top: 1px;
    height: 20px;
    border: 0px;
    outline: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    border: 0px;
    outline: none;
}

    .checkbox label::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        left: 0;
        top: 0;
        border: 1px solid #e9ecec;
        border-radius: 50%;
        overflow: hidden;
        outline: none;
    }

    .checkbox label a {
        color: #ea00c5;
        text-decoration: none;
        border: 0px;
        outline: none;
    }

    .checkbox label::after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 13px;
        height: 13px;
        background-color: #ed7b28;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .4s;
        transition: all .4s;
        outline: none;
    }

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    border: 0px;
    outline: none;
}

.checkbox label {
    position: relative;
    font-size: 14px;
    padding-left: 33px;
    cursor: pointer;
    border: 0px;
    outline: none;
    color: #666666;
    line-height: 30px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    border: 0px;
    outline: none;
}

.checkbox label::before {
    border: 1px solid #d2d7d8;
}

.checkbox [type="checkbox"]:checked + label:before {
    border: 1px solid #d2d7d8;
    background: #ea00c5;
}

.contact-send-btn {
    font-family: 'Lato';
    position: relative;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    background-color: #80afe3;
    -webkit-transition: all .4s;
    transition: all .4s;
    outline: none;
    padding: 11px 20px;
    width: 100%;
    float: right;
}
.checkbox-inline, .radio-inline {
    margin-bottom: 0;
    line-height: 13px;
    top: -10px;
}
.checkbox label {
    line-height: 18px;
}
.contact-information {
    width: 100%;
}

.contact-map {
    width: 100%;
    height: 183px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #c0c8c9;
    margin: 0 0 30px 0;
}

    .contact-map iframe {
        width: 100%;
        height: 183px;
    }

.cil-loc {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 19px 0;
    line-height: 21px;
    color: #0d2e35;
    font-size: 16px;
    font-family: 'Gotham Book';
    font-weight: normal;
    letter-spacing: 0;
}

.cil-mail {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 24px 0;
}

    .cil-mail, .cil-mail a {
        line-height: 18px;
        color: #0d2e35;
        font-size: 14px;
        font-family: 'Gotham Book';
        font-weight: normal;
        letter-spacing: 0;
    }

.cil-phone {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

    .cil-phone, .cil-phone a {
        line-height: 24px;
        color: #80afe3;
        font-size: 20px;
        font-family: 'Gotham';
        font-weight: 500;
        letter-spacing: 0.5px;
    }

.cil-loc:before {
    content: '';
    width: 32px;
    background: url('/Content/WebsiteTemplate/img/cil-loc.png') no-repeat left center;
    background-size: 19px auto;
    display: block;
    margin: 0 0 0 0;
}

.cil-mail:before {
    content: '';
    width: 32px;
    background: url('/Content/WebsiteTemplate/img/contact-mail.png') no-repeat left center;
    background-size: 19px auto;
    display: block;
}

.cil-phone:before {
    content: '';
    width: 32px;
    background: url('/Content/WebsiteTemplate/img/contact-phone.png') no-repeat left center;
    background-size: 19px auto;
    display: block;
}

.certificates {
    justify-content: center;
    align-items: center;
    display: flex;
}

.cer-item {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: white;
    border: 1px solid #d6d6d6;
}

    .cer-item img {
        max-height: 80%;
        display: block;
        width: auto !important;
    }

.general-categories-list {
    width: 100%;
    overflow: hidden;
}

.gcl-inner {
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
}

.gc-item {
    padding-left: 16px;
    padding-right: 16px;
    width: 50%;
    margin-bottom: 32px;
    height: 300px;
}

    .gc-item a {
        display: flex;
        height: 100%;
        padding: 20px;
    }

    .gc-item:nth-child(1) a {
        background: #f3ddd3;
    }

    .gc-item:nth-child(2) a {
        background: #d3eaeb;
    }

    .gc-item:nth-child(3) a {
        background: #e0eddd;
    }

    .gc-item:nth-child(4) a {
        background: #f4f4e8;
    }

    .gc-item:nth-child(5) a {
        background: #eee5e1;
    }

    .gc-item:nth-child(6) a {
        background: #dbe5f1;
    }

    .gc-item:nth-child(7) a {
        background: #e9f4da;
    }

    .gc-item:nth-child(8) a {
        background: #e7e7d7;
    }

    .gc-item:nth-last-of-type(-n+2) {
        margin-bottom: 0;
    }

.gc-left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .gc-left img {
        max-width: 100%;
        max-height: 230px;
        max-width: 300px;
    }
.content-right-inner-img {
    position: absolute;
    right: 30px;
    top:10px;
}
.ped-product-content-inner .content-right-inner-img {
    top: 74px;
}
.gc-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.gc-title {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 7px 0;
    font-family: 'Gotham';
    text-align: center;
}

.gc-desc {
    color: #666666;
    font-size: 14px;
    font-family: 'Gotham Book';
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0 0 38px 0;
    text-align: center;
}

.gc-btn {
    width: 170px;
    min-height: 50px;
    line-height:44px;
    margin: 0 auto;
    border: 3px solid #666666;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-family: 'Gotham Book';
    font-size: 14px;
    letter-spacing: 2;
}

.gc-item:nth-child(1) .gc-btn {
    border-color: #e1c8c6;
}

.gc-item:nth-child(2) .gc-btn {
    border-color: #9ec1c4;
}

.gc-item:nth-child(3) .gc-btn {
    border-color: #c6d1c4;
}

.gc-item:nth-child(4) .gc-btn {
    border-color: #d7d7cd;
}

.gc-item:nth-child(5) .gc-btn {
    border-color: #d2cac7;
}

.gc-item:nth-child(6) .gc-btn {
    border-color: #c2cad5;
}

.gc-item:nth-child(7) .gc-btn {
    border-color: #ced7c1;
}

.gc-item:nth-child(8) .gc-btn {
    border-color: #ccccbf;
}
/***/
.gc-item:nth-child(1):hover .gc-btn {
    background: #e1c8c6;
    transition: all 0.5s ease;
    color: #ffffff;
}

.gc-item:nth-child(2):hover .gc-btn {
    background: #9ec1c4;
    transition: all 0.5s ease;
    color: #ffffff;
}

.gc-item:nth-child(3):hover .gc-btn {
    background: #c6d1c4;
    transition: all 0.5s ease;
    color: #ffffff;
}

.gc-item:nth-child(4):hover .gc-btn {
    background: #d7d7cd;
    transition: all 0.5s ease;
    color: #ffffff;
}

.gc-item:nth-child(5):hover .gc-btn {
    background: #d2cac7;
    transition: all 0.5s ease;
    color: #ffffff;
}

.gc-item:nth-child(6):hover .gc-btn {
    background: #c2cad5;
    transition: all 0.5s ease;
    color: #ffffff;
}

.gc-item:nth-child(7):hover .gc-btn {
    background: #ced7c1;
    transition: all 0.5s ease;
    color: #ffffff;
}

.gc-item:nth-child(8):hover .gc-btn {
    background: #ccccbf;
    transition: all 0.5s ease;
    color:#ffffff;
}
/*Olculer Sayfas�*/

.sizes-item {
    width: 20%;
}

.sizes-content-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 116px 0;
}

.sizes-item-con-top {
    margin: auto;
}

.sizes-top-icon {
    width: 56px;
    margin: auto;
    height: 109px;
    position: relative;
    left: -7%;
}

.sizes-item-img {
    width: 100%;
}

    .sizes-item-img img {
        width: 100%;
    }

.sizes-top-text {
    padding: 14px 0 0;
    text-align: center;
    line-height: 33px;
    color: #333333;
    font-size: 24px;
    font-family: 'Gotham';
    font-weight: 500;
    letter-spacing: -0.25px;
    height: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7%;
    position: relative;
}

.sizes-top-text {
    opacity: 0.8;
}

.sizes-item-con-top {
    margin: 0 0 45px 0;
}
.product-size-link {
    width: 403px;
    height: 50px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 18px;
    text-align: center;
    transition: all 0.5s ease;
    background: #eddbdf;
    border: 3px solid rgb(0 0 0 / 0);
}
    .product-size-link a {
        text-align: center;
        color: #666666;
        font-size: 16px;
        font-family: 'Gotham';
        letter-spacing: 0.5px;
        transition: all 0.5s ease;
        padding: 16px 16px;
        float: left;
        width:100%;
    }
    .product-size-link:hover {
        background: #ffffff;
        transition: all 0.5s ease;
        border: 3px solid rgb(0 0 0 / 0.1);
    }
        .product-size-link:hover a {
            color: #826067;
            transition: all 0.5s ease;
        }
.ped-product-content .product-size-link {
    margin-bottom:50px;
}
.ppi-item img {
    max-width: 100%;
}
html {
    scroll-behavior: smooth;
}
.ped-product-banner-slide .owl-dots {
    display: none !important;
}
.ped-product-banner-slide-pagination .owl-stage {
    margin: 0 auto;
}
.ped-product-banner-slide .owl-nav {
    display: none !important;
}
.ped-product-banner-slide-margin .owl-dots {
    display: block !important;
}
.ped-product-content-inner.organic-bamboo.ped-product-banner-slide-margin:after {
    top: 93px;
}



.sizes-area {
width:100%;
}
.product-sizes {
    width: 236px;
    height: 50px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 18px;
    text-align: center;
    transition: all 0.5s ease;
    background: #eddbdf !important;
    border: 3px solid rgb(0 0 0 / 0);
 
}

.ruler {
    width:50px;
    height:50px;
       position: relative;
       left:-10px;

}
    .ruler:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 35px;
        height: 35px;
        content: '';
        z-index: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        background-image: url('/Content/WebsiteTemplate/img/ruler-new.png') !important;
        transition: all 0.5s ease;
    }
.product-sizes a {
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-family: 'Gotham';
    letter-spacing: 0.5px;
    transition: all 0.5s ease;
    padding: 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}


    /*.product-sizes:hover {
        background: #ffffff;
        transition: all 0.5s ease;
        border: 3px solid rgb(0 0 0 / 0.1);
    }

        .product-sizes:hover a {
            color: #826067;
            transition: all 0.5s ease;
        }
        .product-sizes:hover .ruler:after {
            background-image: url('/Content/WebsiteTemplate/img/ruler-new-hover.png');
        }*/
.ped-product-banner-item img {
    max-height: 367px;
}
.product-banner-slide {
    height: 453px;
}
.certificates-text-list{
    margin-bottom:30px;
}
    .certificates-text-list ul {
        margin: 0 auto;
        width: 506px;
        max-width: 100%;
    }
.certificates-text-list ul li{
   list-style-type:none;
   padding:5px; 
   border:1px solid #cdcdcd;
}

/**************/

.lady-categories-title {
    width: 100%;
    text-align: center;
    margin: 0 0 56px 0;
    line-height: 35px;
    color: #7d7d7d;
    font-family: 'Gotham Book';
    font-size: 30px;
    letter-spacing: 1.6px;
    font-weight: normal;
}

.ladies-categories-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ladies-cat-item {
    width: 50%;
    margin: 0 0 35px 0;
}

    .ladies-cat-item:nth-child(odd) {
        padding-right: 17px;
    }

    .ladies-cat-item:nth-child(even) {
        padding-left: 17px;
    }

    .ladies-cat-item a {
        width: 100%;
        position: relative;
        float: left;
    }

.ladies-cat-img {
    width: 100%;
}

    .ladies-cat-img img {
        width: 100%;
    }

.ladies-cat-title {
    position: absolute;
    bottom: 82px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.ladies-cat-title-btn {
    margin: auto;
    min-width: 404px;
    max-width: 80%;
    padding: 15px 30px 12px 30px;
    line-height: 18px;
    border: 3px solid #accccc;
    display: inline-block;
    text-align: center;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    color: #7d7d7d;
    border-radius: 3px;
    transition: all 0.5s ease;
}

.ladies-cat-item:nth-child(1) .ladies-cat-title-btn {
    border: 3px solid #9ec1c4;
}

.ladies-cat-item:nth-child(2) .ladies-cat-title-btn {
    border: 3px solid #d8d3d3;
}

.ladies-cat-item:nth-child(3) .ladies-cat-title-btn {
    border: 3px solid #d7c8c6;
}

.ladies-cat-item:nth-child(4) .ladies-cat-title-btn {
    border: 3px solid #e5b1b5;
}

.ladies-cat-item:nth-child(5) .ladies-cat-title-btn {
    border: 3px solid #c8c7c5;
}

/*.ladies-cat-item:nth-child(6) .ladies-cat-title-btn {
    border: 3px solid #e5b1b5;
}*/
/**/
.ladies-cat-item:hover .ladies-cat-title-btn {
    transition: all 0.5s ease;
    color: #ffffff;
}

.ladies-cat-item:nth-child(1):hover .ladies-cat-title-btn {
    background: #9ec1c4;
}

.ladies-cat-item:nth-child(2):hover .ladies-cat-title-btn {
    background: #d8d3d3;
}

.ladies-cat-item:nth-child(3):hover .ladies-cat-title-btn {
    background: #d7c8c6;
}

.ladies-cat-item:nth-child(4):hover .ladies-cat-title-btn {
    background: #e5b1b5;
}

.ladies-cat-item:nth-child(5):hover .ladies-cat-title-btn {
    background: #c8c7c5;
}

/*.ladies-cat-item:nth-child(6):hover .ladies-cat-title-btn {
    background: #e5b1b5;
}*/
.pdl-icon img {
    max-width: 76%;
    max-height: 82%;
}
.product-360-view {
    width: 100%;
    min-height: 400px;
    opacity: 0;
    position: absolute;
    bottom: -365px;
    left: 0;
    right: 0;
    z-index: -1;
}

.product-360-inner {
    width: 540px;
    display: flex;
    justify-content: center;
    padding: 87px 0;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
}

.product-360-img {
    max-width: 100%;
    height: 400px;
    width: 400px;
    margin: 0 auto 50px auto;
}

    .product-360-img img {
        max-width: 100%;
    }
.degree360-product-show {
    padding: 12px 20px 13px 90px;
    background: #dbe6fd;
    position: absolute;
    right: 0;
    height: 50px;
    padding-left: 91px;
    position: absolute;
    color: #657f9f;
    margin-top: 30px;
    bottom: -60px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 3;
    height: 45px;
    min-width: 250px;
    text-align: center;
}
    .degree360-product-show span:nth-child(1) {
        display: block;
    }
    .degree360-product-show span:nth-child(2){
        display:none;
    }
    .degree360-product-show:after {
        width: 73px;
        height: 45px;
        display: block;
        background: url(/Content/WebsiteTemplate/img/360-degrees.png) no-repeat center center;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index:2;
        background-position:center center;
    }
    .degree360-product-show:BEFORE {
        width: 73px;
        height: 45px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        background: #9bb6d4;
        z-index:1;
    }
    .degree360-product-show:hover {
        background: #b1ccea;
        transition: all 0.5s ease;
    }
    .ped-product-banner-slide.ped-product-banner-slide-hide {
        display: none;
    }
.product-360-view.product-360-view-show {
    opacity:1;
    z-index:1;
}
.degree360-product-show.degree360-product-showed span:nth-child(1) {
    display: none !important;
}

.degree360-product-show.degree360-product-showed span:nth-child(2) {
    display: block !important;
}
.g-recaptcha {
    float: right;

}
.form-group-g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    right: -7.6%;
    position: relative;
    width: 35%;
}
.form-group-more-half {
    width: 65%;
}
.contact-send-btn {
    float: left;
    width: 180px;
}
.stockists-head{
    padding:20px 20px;
    background:#7d7d7d;
    display:flex;
    justify-content:flex-start;
    margin-bottom:45px;
}
.stockists-country{
   position:relative;
   width:230px;
   margin-right:50px;
}
.stockists-country-button {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 6px 20px;
    text-align: left;
    cursor:pointer;
}
.stockists-country-list {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    border: 2px solid #7d7d7d;
    padding-top:10px;
    padding-bottom:10px;
}
    .stockists-country-list li {
        color: #666666 !important;
        font-size: 14px !important;
        text-align: left !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        list-style-type: none !important;
        transition: all 0.3s;
        background: #ffffff;
        margin: 0 0 0 0 !important;
        padding: 5px 20px 10px 20px !important;
    }
        .stockists-country-list li:hover{
            cursor:pointer;
            background:#d3eaeb;
            transition:all 0.3s;
        }
        /**/
.distributor {
    position: relative;
    width: 230px;
}

.distributor-button {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 6px 20px;
    text-align: left;
    cursor: pointer;
}

.distributor-list {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    border: 2px solid #7d7d7d;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .distributor-list li {
        color: #666666 !important;
        font-size: 14px !important;
        text-align: left !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        list-style-type: none !important;
        transition: all 0.3s;
        background: #ffffff;
        margin: 0 0 0 0 !important;
        padding: 5px 20px 10px 20px !important;
    }

        .distributor-list li:hover {
            cursor: pointer;
            background: #d3eaeb;
            transition: all 0.3s;
        }
.our-stockist-list{
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    margin-left:-10px;
    margin-right:-10px;
}
.our-stockist-item{
    width:33.33%;
    padding:0 10px;
    margin-bottom:20px;
}
.osi-row {
    width: 100%;
    margin-bottom: 5px;
    display:flex;
    justify-content:flex-start;
    text-align:left;
}
.our-stockist-inner {
    width: 100%;
    background:#ededed;
    border-radius:5px;
    padding:30px;
}
.osi-label{
    line-height:18px;
    color:#666666;
    font-size:14px;
    font-weight:700;
    margin-right:6px;
    min-width:65px;
}
.osi-value, .osi-value a {
    line-height: 18px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.our-stockist-bottom{
    margin-top:50px;
    text-align:center;
}
.our-stockist-desc{
    text-align:center;
    width:100%;
    font-size:16px;
    font-weight:500;
    margin-bottom:20px;
}
.our-stockist-btn {
    width: 180px;
    text-align: center;
    margin: 0 auto;
}
    .our-stockist-btn a {
        border: 2px solid #666666;
        padding: 10px;
        width: 180px;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        margin: 0 auto;
        display: block;
        transition: all 0.3s;
        color: #666666;
        background: #ffffff;
    }
    .our-stockist-btn:hover a {
        border: 2px solid #666666;
        background: #666666;
        color:#ffffff;
        transition: all 0.3s;
    }
.become-our-distributor-form{
    width:900px;
    max-width:100%;
    margin:0 auto;
}
/* MEDIA */
@media(max-width:1860px) {
    .cc-item-btn {
            bottom: 98px;
        }
    }

    @media(max-width:1730px) {
        .product-banner-slide {
            bottom: -275px;
            height: 451px;
        }

        .product-banner-inner .ped-product-banner-slide {
            bottom: -275px;
            height: 423px;
        }

        .product-banner-inner
        .product-content-inner .product-desc {
            padding-top: 288px;
        }

        .ped-product-banner-slide {
            bottom: -223px;
        }
        /*.ped-product-banner-slide-margin {
        bottom: -274px;
    }*/
        .ped-product-banner-slide-margin .owl-dots {
            margin-top: 15px;
            margin-bottom: 15px;
            text-align: center;
        }

        .cc-top-text {
            letter-spacing: 0;
        }

        .cc-left-icon {
            margin-left: 15px;
        }

        .cc-right-icon {
            margin-right: 15px;
        }

        .cc-item {
            padding: 0 10px;
        }

        .categories-content-list {
            margin-left: -10px;
            margin-right: -10px;
        }

        .ppi-inner {
            padding: 0 54px 65px 50px;
        }

        .ped-product-banner-slide {
            bottom: -248px;
        }
    }

    @media(max-width:1630px) {
        .cc-item-btn {
            bottom: 50px;
        }
    }

    @media(max-width:1530px) {
        .cc-item-img {
            margin: 0 0 20px 0;
            max-height: 195px;
        }

        .cc-item-con-top {
            margin: 0 0 20px 0;
        }

        .ppi-inner {
            padding: 0 50px 50px 50px;
        }

        .ped-product-banner-slide-pagination {
            top: 213px;
        }
    }

    @media(max-width:1499px) {
        .cc-left-icon {
            margin-left: 0;
        }

        .sizes-top-text {
            font-size: 24px;
        }

        .content-right-inner-img {
            right: 53px;
        }

        .ladies-cat-title {
            bottom: 30px;
        }

        .cc-item-btn {
            bottom: 90px;
        }
    }

    @media(max-width:1449px) {
        .product-banner-img {
            overflow: hidden;
        }

            .product-banner-img img {
                width: auto;
                height: 488px;
                margin-left: 50%;
                transform: translateX(-50%);
            }

        .ped-product-banner-img {
            overflow: hidden;
        }

            .ped-product-banner-img img {
                width: auto;
                height: 488px;
                margin-left: 50%;
                transform: translateX(-50%);
            }

        .categories-banner-img {
            overflow: hidden;
        }

            .categories-banner-img img {
                /*width: auto;
                height: 405px;
                margin-left: 50%;
                transform: translateX(-50%);*/
            }

        .categories-banner-shorttitle, .categories-banner-shorttitle h2 {
            font-size: 47px;
            line-height: 53px;
        }

        .cc-item-bg-img {
            overflow: hidden;
        }

            .cc-item-bg-img img {
                width: auto;
                height: 590px;
                margin-left: 50%;
                transform: translateX(-50%);
            }

        .cc-left-icon {
            width: 40px;
        }

            .cc-left-icon img {
                max-width: 100%;
            }

        .cc-right-icon {
            margin-right: 7px;
            width: 54px;
            margin-top: 10px;
        }

            .cc-right-icon img {
                max-width: 100%;
            }

        .cc-item-title span:nth-child(2) {
            font-size: 20px;
        }

        .cc-item-title span:nth-child(3) {
            font-size: 26px;
        }

        .cc-item-con-top {
            height: 64px;
        }

        .cc-top-text {
            padding: 0 10px;
        }

        .ppi-inner {
            padding: 0 30px 30px 30px;
        }

        .content-right-inner-img {
            right: 110px;
        }
    }

    @media (max-width: 1370px) {
        .product-information-list {
            padding-right: 20px;
            padding-left: 20px;
        }

            .product-information-list ul {
                margin-left: -2%;
                margin-right: -2%;
            }

                .product-information-list ul li {
                    margin: 0 0;
                    max-width: 16%;
                    padding: 0 1%;
                }

        .pil-icon, .pil-icon img {
            max-width: 100%;
        }
    }

    @media (max-width: 1300px) and (min-width:1230px) {
    }

    @media(max-width:1270px) and (min-width:1025px) {
    }

    @media(max-width:1250px) {
    }

    @media (max-width: 1229px) {
        .product-banner-slide {
            padding-left: 0;
        }

        .ped-product-banner-slide {
            padding-left: 300px;
        }

        .product-banner-inner .ped-product-banner-slide {
            padding-left: 0;
        }

        .categories-content-list {
            margin-left: -2px;
            margin-right: -2px;
        }

        .cc-item {
            padding: 0 2px;
        }

        .cc-item-title span:first-child {
            font-size: 14px;
            line-height: 16px;
        }

        .cc-item-title span:nth-child(2) {
            font-size: 16px;
            line-height: 18px;
        }

        .cc-item-title span:nth-child(3) {
            font-size: 22px;
            line-height: 24px;
        }

        .cc-top-text {
            font-size: 13px;
            text-align: center;
        }

        .ppi-desc p {
            font-size: 13px;
            margin-bottom: 15px;
        }

        .ppi-desc {
            font-size: 13px;
        }

            .ppi-desc ul li {
                font-size: 13px;
                margin-bottom: 15px;
            }

        .three {
            padding: 0 5px;
        }

        .full {
            padding: 0 5px;
        }

        .half {
            padding: 0 5px;
        }

        .contact-form input, .contact-form select, .contact-form textarea {
            font-size: 14px;
        }

        .sizes-top-text {
            font-size: 21px;
            line-height: 24px;
        }

        .sizes-item-con-top {
            margin: 0 0 20px 0;
        }

        .sizes-content-list {
            padding: 0 0 75px 0;
        }

        .ladies-cat-title-btn {
            min-width: 0;
            padding: 12px 15px;
            line-height: 18px;
            font-size: 16px;
        }

        .categories-banner-img img {
            height: 344px;
        }

        .categories-banner-shorttitle, .categories-banner-shorttitle h2 {
            font-size: 40px;
            line-height: 37px;
        }

        .bcc-item-img img {
            max-width: 180px;
        }

        .degree360-product-show {
            right: 0;
            font-size: 12px;
            padding-left: 28px;
            padding-right: 8px;
        }

            .degree360-product-show:after {
                width: 30px;
                height: 30px;
                top: 4px;
                left: 7px;
                background-size: contain;
            }

        .degree360-product-show {
            left: 0;
            font-size: 12px;
            padding-left: 28px;
            padding-right: 8px;
            right: auto;
            min-width: 220px;
            bottom: 0px;
        }

            .degree360-product-show:BEFORE {
                width: 46px;
                height: 45px;
            }

        .form-group-g-recaptcha {
            transform: scale(0.65);
            -webkit-transform: scale(0.65);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
            right: -11.6%;
        }

        .form-group-more-half .checkbox label a {
            font-size: 12px;
        }

        .contact-send-btn {
            float: left;
            width: auto;
        }

        .form-group-more-half .checkbox.radio-inline {
            float: left;
            width: 100%;
        }
        .our-stockist-item {
            width: 50%;
        }
    }

    @media (max-width: 1200px) {
        .ped-product-banner-slide-pagination .owl-stage {
            justify-content: flex-end;
        }

        .product-inner .ped-product-banner-slide-pagination .owl-stage {
            justify-content: flex-end;
        }
    }


    @media (max-width: 1199px) and (min-width: 1025px) {
    }

    @media (max-width:1024px) {
    }

    @media (max-width: 1086px) and (min-width:992px) {
    }

    @media(max-width:1024px) {
    }

    @media (max-width: 991px) {
        .page-banner-img {
            overflow: hidden;
        }

        .content-right-inner-img {
            right: 0;
        }

        .page-banner-img img {
            width: auto;
            height: 500px;
            margin-left: 50%;
            transform: translateX(-50%);
        }

        .page-text blockquote {
            line-height: 30px;
            font-size: 22px;
        }

        .banner-shorttitle, .banner-shorttitle h2 {
            font-size: 42px;
            line-height: 44px;
        }

        .banner-title, .banner-title h1 {
            font-size: 21px;
        }

        .banner-desc {
            font-size: 14px;
        }

        .product-banner-title, .product-banner-title h1 {
            font-size: 21px;
        }

        .product-banner-shorttitle, .product-banner-shorttitle h2 {
            font-size: 42px;
        }

        .ped-product-banner-shorttitle, .ped-product-banner-shorttitle h2 {
            font-size: 42px;
        }

        .ped-product-banner-title, .ped-product-banner-title h1 {
            font-size: 21px;
        }

        .categories-banner-shorttitle, .categories-banner-shorttitle h2 {
            font-size: 42px;
            line-height: 50px;
        }


        .categories-banner-shorttitle {
            margin: 0 0 10px 0;
        }

        .categories-banner-desc {
            padding: 0 20px;
        }



        .pil-title {
            font-size: 14px;
            line-height: 18px;
        }

        .categories-content-list {
            flex-wrap: wrap;
            margin-left: -40px;
            margin-right: -40px;
        }

        .cc-item {
            width: 50%;
            padding: 0 40px;
            margin-bottom: 40px;
        }

        .cc-item-bg-img img {
            width: 100%;
            height: auto;
        }

        .cc-item-title span:first-child {
            font-size: 18px;
            line-height: 20px;
        }

        .cc-item-title span:nth-child(2) {
            font-size: 22px;
            line-height: 14px;
        }

        .cc-item-title span:nth-child(3) {
            font-size: 30px;
            line-height: 33px;
        }

        .ped-product-information-list {
            margin-left: 0;
            margin-right: 0;
            flex-wrap: wrap;
        }

        .ppi-item {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 30px;
            flex-grow: unset;
            flex-basis: auto;
        }

            .ppi-item:last-child {
                margin-bottom: 0;
            }

        .contact-form {
            margin-left: -15px;
            margin-right: -15px;
        }

        .three {
            padding: 0 15px;
        }

        .full {
            padding: 0 15px;
        }

        .half {
            padding: 0 15px;
        }

        .contact-left {
            width: 100%;
            padding: 0 0 0 0;
            margin-bottom: 30px;
        }

        .contact-right {
            width: 100%;
        }

        .contact-content-inner {
            flex-wrap: wrap;
        }

        .gc-item {
            width: 100%;
            margin-bottom: 32px !important;
        }

        .sizes-top-text {
            font-size: 16px;
            line-height: 19px;
        }

        .sizes-top-text {
            height: 66px;
        }

        .sizes-top-icon {
            width: 40px;
            height: 68px;
        }

            .sizes-top-icon img {
                max-width: 100%;
            }

        .ped-product-content .container {
            position: relative;
        }

        .product-content .container {
            position: relative;
        }

        .ped-product-banner-slide-pagination {
            position: absolute;
            top: 195px;
            left: auto;
            right: 0;
            text-align: center;
            z-index: 3;
            margin-top: 77px;
        }

        .ped-product-banner-slide-pagination {
            position: relative;
            top: 123px;
        }

        .ppb-dot {
            width: 26px;
            height: 26px;
        }

        .ped-product-banner-slide-pagination .owl-item {
            width: 55px !important;
        }

        .ped-product-content {
            top: 50px;
        }

        .ladies-cat-title {
            bottom: 14px;
        }

        .ladies-cat-title-btn {
            padding: 12px 11px;
            font-size: 14px;
            letter-spacing: -0.5px;
        }

        .bcc-item-img img {
            max-width: 126px;
        }

        .bcc-item:first-child {
            border-right-width: 2px;
        }

        .bcc-item:nth-child(2) {
            border-left-width: 2px;
        }

        .bcc-item:nth-child(3) {
            border-right-width: 2px;
        }

        .bcc-item:nth-child(4) {
            border-left-width: 2px;
        }

        .bcc-item:nth-child(5) {
            border-right-width: 2px;
        }

        .bcc-item:nth-child(6) {
            border-left-width: 2px;
        }

        .bcc-item {
            border-bottom-width: 2px;
        }

        .bcc-item-btn {
            width: 167px;
            height: 39px;
            /* margin: 0 auto; */
            line-height: 11px;
            padding: 12px 12px;
            color: #666666;
            font-size: 13px;
        }

        .degree360-product-show {
            left: 0;
            right: auto;
            font-size: 14px;
        }

        .product-360-view {
            width: auto;
            right: 0;
            left: auto;
        }

        .ped-product-banner .container {
            position: relative;
        }

        .degree360-product-show {
            padding-left: 50px;
            bottom: -76px;
        }

            .degree360-product-show:after {
                width: 35px;
                height: 35px;
                top: 6px;
            }
    }

    @media (max-width: 853px) and (min-width:768px) {
    }

    @media (max-width:780px) {
    }

    @media (max-width: 767px) {
        .product-360-view {
            bottom: -412px;
            padding-left: 253px;
            width: 100%;
            padding-right: 23px;
        }
        .our-stockist-item {
            width: 100%;
        }
        .ped-product-banner-slide-pagination .owl-stage {
            margin: 0 auto;
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            width: 100% !important;
        }

        .product-banner-slide {
            bottom: -304px;
        }

        .ped-product-banner-slide-pagination .owl-item {
            margin-bottom: 10px;
        }

        .ped-product-banner-slide {
            bottom: -304px;
        }

        .categories-content-list {
            flex-wrap: wrap;
            margin-left: -20px;
            margin-right: -20px;
        }

        .cc-item {
            padding: 0 20px;
            margin-bottom: 20px;
        }

        .cc-item-bg-img img {
            width: 100%;
            height: auto;
        }

        .cc-item-title span:first-child {
            font-size: 16px;
            line-height: 18px;
        }

        .cc-item-title span:nth-child(2) {
            font-size: 20px;
            line-height: 18px;
        }

        .cc-item-title span:nth-child(3) {
            font-size: 28px;
            line-height: 30px;
        }

        .ped-product-banner-shorttitle, .ped-product-banner-shorttitle h2 {
            font-size: 30px;
            line-height: 36px;
        }

            .ped-product-banner-shorttitle, .ped-product-banner-shorttitle h2 {
                font-size: 30px;
                line-height: 36px;
            }

        .ped-product-banner-title h1 {
            font-size: 15px
        }

        .sizes-item {
            width: 50%;
            margin-bottom: 30px;
        }

        .sizes-top-icon {
            width: 55px;
            height: 93px;
        }

        .sizes-content-list {
            justify-content: center;
        }

        .ped-product-banner-title h1 {
            font-size: 15px;
        }

        .product-banner-title, .product-banner-title h1 {
            font-size: 15px;
        }

        .product-banner-shorttitle, .product-banner-shorttitle h2 {
            font-size: 30px;
            line-height: 36px;
        }

        .banner-shorttitle, .banner-shorttitle h2 {
            font-size: 30px;
            line-height: 36px;
        }

        .banner-title, .banner-title h1 {
            font-size: 15px;
        }

        .banner-desc {
            font-size: 14px;
            line-height: 17px;
        }

        .categories-content {
            padding-top: 0;
        }

        .ladies-cat-item {
            width: 100%;
            margin: 0 0 35px 0;
        }

            .ladies-cat-item:nth-child(odd) {
                padding-right: 0;
            }

            .ladies-cat-item:nth-child(even) {
                padding-left: 0;
            }

        .ladies-cat-title {
            bottom: 35px;
        }

        .ladies-cat-title-btn {
            padding: 18px 28px;
            font-size: 18px;
            letter-spacing: 0;
        }

        .bcc-item-content {
            flex-wrap: wrap;
        }

        .bcc-item-img {
            width: 100%;
            text-align: center;
            max-height: 140px;
            height: 140px;
            justify-content: center;
            margin: 0 0 00;
            align-items: flex-end;
        }

        .bcc-item-title span {
            text-align: center;
        }

        .bcc-item-btn {
            margin: 0 auto;
        }

        .bcc-item-title-lastchild {
            margin-top: 42%;
        }

        .bcc-item-img img {
            max-height: 156px;
        }

        .bcc-item-title {
            height: auto;
            margin: 0 auto;
            text-align: center;
        }

        .bcc-item-btn {
            margin: 0 auto;
            position: relative;
            margin-top: 30px;
            bottom: 0;
        }
    }

    @media (max-width: 767px) and (min-width:561px) {
        .content-right-inner-img {
            position: absolute;
            right: 0;
            /*top: 132px;*/
        }
    }

    @media(ma-width:685px) {
        .cc-item-bg-img img {
            min-height: 590px;
        }
    }

    @media (max-width:630px) {
        .product-banner-slide {
            bottom: -128px;
            /*padding-left: 225px;*/
            height: 352px;
        }

        .product-banner-item img {
            max-height: 260px;
        }

        .product-desc {
            padding: 283px 0 60px 0;
        }

        .ped-product-banner-slide {
            bottom: -255px;
            padding-left: 225px;
        }

        .ped-product-desc {
            padding: 283px 0 25px 0;
        }

        .product-information-list ul {
            flex-wrap: wrap;
        }

        .product-banner-slide .owl-dots {
            top: -39px;
            position: relative;
        }

        .product-information-list ul li {
            max-width: 29.33%;
            margin-bottom: 30px;
        }

        .page-content {
            background-size: 100% auto;
        }

        .cc-item-bg-img img {
            width: auto;
            height: 590px;
        }

        .cc-item {
            padding: 0 2px;
            margin-bottom: 2px;
        }

        .categories-content-list {
            margin-left: -2px;
            margin-right: -2px;
        }

        .cc-item-title span:first-child {
            font-size: 14px;
            line-height: 16px;
        }

        .cc-item-title span:nth-child(2) {
            font-size: 18px;
            line-height: 18px;
        }

        .cc-item-title span:nth-child(3) {
            font-size: 24px;
            line-height: 26px;
        }

        .ped-product-banner-slide-pagination {
            top: 154px;
            margin-top: 77px;
        }

        .product-content-inner .product-desc {
            padding-top: 209px;
        }

        .product-banner-item {
            height: 430px;
        }

        .ladies-cat-img {
            overflow: hidden;
        }

            .ladies-cat-img img {
                width: auto;
                height: 393px;
                min-width: 100%;
                margin-left: 50%;
                transform: translateX(-50%);
            }
    }

    @media (max-width:580px) {
        .contact-form {
            margin-left: 5px;
            margin-right: 5px;
        }

        .three {
            padding: 0 5px;
        }

        .full {
            padding: 0 5px;
        }

        .half {
            padding: 0 5px;
        }
    }

    @media (max-width:560px) {
        .page-banner-text {
            top: 30px;
        }

        .product-information-list ul li {
            max-width: 29%;
        }

        .product-banner-slide {
            padding-left: 0;
        }

        .product-content {
            padding: 165px 0 45px 0;
        }


        .ped-product-banner-slide {
            bottom: -107px;
            padding-left: 0;
        }

        .product-banner-slide .owl-dots {
            top: -83px;
            position: relative;
        }

        .ped-product-content {
            padding: 241px 0 23px 0;
        }

        .ped-product-banner-item img {
            max-height: 183px;
        }

        .usage, .wash, .suggestions, .properties, .features {
            width: 100%;
        }

        .product-detail-links {
            width: 100%;
        }

        .product-desc {
            padding: 30px 0 60px 0;
        }

        .product-content-inner.organic-bamboo:after {
            top: -131px;
        }

        .ped-product-desc {
            padding: 247px 0 25px 0;
        }

        .ped-product-content-inner.organic-bamboo:after {
            top: -114px;
            z-index: 99;
        }

        .categories-content-list {
            margin-left: 0;
            margin-right: 0;
        }

        .cc-item {
            padding: 0 0;
            margin-bottom: 20px;
            width: 100%;
        }

        .cc-item-bg-img {
            max-height: 590px;
            display: flex;
            align-items: flex-end;
        }

            .cc-item-bg-img img {
                min-width: 100%;
                min-height: 590px;
                height: auto;
                object-fit: cover;
            }

        .categories-banner-shorttitle, .categories-banner-shorttitle h2 {
            font-size: 38px;
            line-height: 42px;
        }

        .ped-product-content-inner {
            top: -61px;
        }

        .ped-product-banner-slide-pagination {
            top: -123px;
            position: absolute;
        }

        .ped-product-content {
            padding: 196px 0 23px 0;
        }

        .product-content .ped-product-banner-slide-pagination {
            top: -68px;
            margin-top: 0;
        }

            .product-content .ped-product-banner-slide-pagination .owl-stage-outer {
                padding: 0 10px;
            }

        .ped-product-banner-slide-pagination .owl-item {
            width: 30px !important;
        }

        .ped-product-banner-shorttitle, .ped-product-banner-shorttitle h2 {
            font-size: 24px;
            line-height: 28px;
        }

        .ped-product-banner-slide-pagination .owl-stage {
            justify-content: center;
        }

        .ped-product-banner-shorttitle {
            padding: 0 10px;
        }

        .ped-product-banner-desc {
            font-size: 13px;
        }

        .contact-form {
            margin-left: 0;
            margin-right: 0;
        }

        .three {
            padding: 0 0;
            width: 100%;
        }

        .full {
            padding: 0 0;
            width: 100%;
        }

        .half {
            padding: 0 0;
            width: 100%;
        }

        .contact-send-btn {
            width: 100%;
        }

        .ped-product-content-inner .product-detail-links.product-detail-links-margin {
            top: 3px;
        }

        .ped-product-content-inner.organic-bamboo.ped-product-banner-slide-margin:after {
            top: -102px;
        }

        .ped-product-desc {
            padding-top: 306px;
        }

            .ped-product-desc.ped-product-desc-less-padding {
                padding-top: 32px;
            }

        .product-size-link a {
            font-size: 14px;
            width: 100%;
        }

        .ped-product-banner-item img {
            max-height: 300px;
        }

        .gc-item:last-child {
            margin-bottom: 0 !important;
        }

        .categories-banner-img img {
            height: 470px;
        }

        .categories-banner-img {
            height: 470px;
        }

        .categories-content {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .categories-banner-text {
            padding-top: 40px;
        }

        .product-banner-img {
            height: 470px;
        }

            .product-banner-img img {
                height: 470px;
            }

        .product-banner-text {
            padding-top: 40px;
        }

        .ped-product-banner-img {
            height: 470px;
        }

            .ped-product-banner-img img {
                height: 470px;
            }

        .page-banner-img, .page-banner-img img {
            height: 470px;
        }

        .product-banner {
            top: 0;
        }

        .product-content-inner .product-desc {
            padding-top: 13px;
        }

        .content-right-inner-img {
            position: absolute;
            right: 0;
            /*top: -93px;*/
        }

            .content-right-inner-img img {
                max-width: 71px;
            }

        .ped-product-content-inner.organic-bamboo:after {
            width: 71px;
            height: 71px;
        }

        .ped-product-banner-slide-pagination {
            margin-left: auto !important;
            margin-right: auto !important;
            left: 0 !important;
            right: 0 !important;
        }

        .certificates-text-list ul li {
            font-size: 14px;
        }

        .ped-product-banner-item img {
            max-height: 183px !important;
        }

        .ladies-cat-title-btn {
            padding: 13px 13px;
            font-size: 14px;
            letter-spacing: 0;
        }

        .bcc-item {
            width: 100%;
        }

        .bcc-item-title {
            width: 100%;
        }

            .bcc-item-title span {
                max-width: 100%;
            }

        .bcc-item:nth-child(6) {
            min-height: 300px;
        }

        .bcc-item-title-lastchild {
            margin-top: 28%;
        }

        .bcc-item-title {
            margin: 0 0 30px 0;
            padding-top: 20px;
        }

            .bcc-item-title span:nth-child(2) {
                margin-bottom: 26px;
            }

        .bcc-item-img {
            width: 100%;
            text-align: center;
            max-height: 173px;
            height: 150px;
            justify-content: center;
            margin: 0 0 00;
            align-items: flex-end;
        }

            .bcc-item-img img {
                max-width: 100%;
                max-height: 100%;
                margin-top: 30px;
            }

        .degree360-product-show {
            font-size: 13px;
            position: relative;
            top: -23px;
            height: 28px;
            line-height: 11px;
        }

            .degree360-product-show:after {
                width: 20px;
                height: 20px;
                background-size: contain;
            }

        .product-360-view {
            bottom: -412px;
            padding-left: 0;
            width: 100%;
            padding-right: 0;
        }

        .product-360-view {
            width: 265px;
            margin: auto;
            max-width: 100%;
            height: 265px;
            bottom: -175px;
            left: 0;
            right: 0;
        }

        .product-360-img {
            max-width: 100%;
            height: 265px;
            width: 265px;
            position: relative;
            top: -50px;
        }

        .degree360-product-show:after {
            top: 5px;
        }

        .degree360-product-show {
            top: 144px;
            height: 45px;
            line-height: 22px;
            bottom: auto;
            position: relative;
            padding-left: 62px;
            text-align: left;
        }

        .product-detail-links-with-degree {
            top: 72px !important;
        }

        .degree360-product-show:after {
            width: 34px;
            height: 34px;
            background-size: contain;
        }

        .ped-product-content-inner {
            margin-top: -177px;
            top: 0;
        }

        .ped-product-banner-with-pattern .ped-product-banner-slide {
            bottom: -14px;
            padding-left: 0;
        }
    }

    @media (max-width:489px) and (min-width:421px) {
    }

    @media (max-width:490px) {
        .categories-banner-shorttitle, .categories-banner-shorttitle h2 {
            font-size: 34px;
            line-height: 36px;
        }

        .categories-banner-title, .categories-banner-title h1 {
            font-size: 22px;
            line-height: 26px;
        }

        .ped-product-banner-title, .ped-product-banner-title h1 {
            font-size: 15px;
            line-height: 22px;
        }

        .ped-product-banner-shorttitle {
            margin: 0 0 9px 0;
        }

        .product-banner-title, .product-banner-title h1 {
            font-size: 15px;
            line-height: 22px;
        }

        .product-banner-shorttitle, .product-banner-shorttitle h2 {
            font-size: 24px;
            line-height: 28px;
        }

        .product-banner-shorttitle {
            margin-bottom: 9px;
        }

        .product-banner-desc {
            font-size: 13px;
        }

        .banner-shorttitle, .banner-shorttitle h2 {
            font-size: 24px;
            line-height: 28px;
        }

        .banner-title, .banner-title h1 {
            font-size: 15px;
        }

        .banner-desc {
            font-size: 13px;
        }

        .categories-banner-img img {
            height: 430px;
        }

        .categories-banner-img {
            height: 430px;
        }

        .product-banner-img {
            height: 430px;
        }

            .product-banner-img img {
                height: 430px;
            }

        .ped-product-banner-img {
            height: 430px;
        }

            .ped-product-banner-img img {
                height: 430px;
            }

        .page-banner-img, .page-banner-img img {
            height: 430px;
        }

        .contact-form-title {
            font-size: 27px;
            margin: 0 0 22px 0;
        }

        .cil-loc {
            flex-wrap: wrap;
        }

            .cil-loc:before {
                width: 100% !important;
                height: 60px;
            }

        .contact-content {
            padding: 40px 0 40px 0;
        }
    }

    @media (max-width: 480px) {
        .ped-product-banner-item img {
            max-height: 260px;
        }

        .ladies-cat-img img {
            width: 100%;
            height: auto;
        }
    }

    @media(max-width:460px) {
        .categories-banner-shorttitle, .categories-banner-shorttitle h2 {
            font-size: 30px;
            line-height: 32px;
        }

        .gc-left {
            width: 100%;
        }

        .gc-right {
            width: 100%;
        }

        .gc-item a {
            flex-wrap: wrap;
        }

        .gc-item {
            height: 419px;
        }

        .certificates-text-list ul li {
            font-size: 12px;
        }
    }

    @media (max-width:430px) {
        .categories-banner-title {
            margin-top: 30px;
        }

            .categories-banner-title, .categories-banner-title h1 {
                font-size: 14px;
                line-height: 15px;
            }

        .categories-banner-shorttitle, .categories-banner-shorttitle h2 {
            font-size: 26px;
            line-height: 32px;
        }

        .ped-product-banner-item img {
            max-height: 242px;
            /* position: revert; */
        }

        .product-banner-inner .ped-product-banner-slide {
            bottom: -285px;
        }
    }

    @media(max-width:400px) {
        .categories-banner-desc {
            line-height: 24px;
        }
    }

    @media(max-width:320px) {
        .categories-banner-desc {
            line-height: 18px;
        }
    }
    /* MIN */
    @media (min-width: 1230px) {
    }
    /*fixes*/
    @media(max-width:480px) {
        /*.page-banner .container {
            padding: 0 0;
        }*/
        .certificates {
            flex-wrap: wrap;
        }

        .cer-item {
            width: 25%;
        }

        .cer-item {
            height: 96px;
        }

            .cer-item img {
                max-height: 100%;
                display: block;
                width: auto !important;
                height: auto !important;
            }
        /*.categories-page-banner .container {
            padding: 0 0;
        }*/
        /*.categories-content .container {
            padding: 0 0;
        }*/
        /*.ped-product-banner .container {
            padding: 0 0;
        }*/
        /*.ped-product-content .container {
            padding: 0 0;
        }*/
        .ped-product-desc {
            padding-left: 20px;
            padding-right: 20px;
        }
        /*.product-banner .container {
            padding: 0 0;
        }*/


    }

    @media (max-width:360px) {
        .product-size-link a {
            font-size: 13px;
            letter-spacing: -0.5px;
        }
    }

    @media(max-width:560px) {
        .content-right-inner-img {
            position: absolute;
            right: 0;
            top: -114px;
            right: 0;
        }

            .content-right-inner-img img {
                max-width: 71px;
            }

        .ped-product-content-inner .content-right-inner-img {
            top: -83px;
        }

        .product-banner {
            top: -23px;
        }
    }
