/* Minification failed. Returning unminified contents.
(2393,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(2434,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
 */
html {
    height: 100%;
    overflow-x: hidden;
}

body {
    min-height: 100%;
    background-color: #f1f3f6;
    position: relative;
}

.content {
    margin: 0 8px;
}

.remove-row-margin {
    margin-left: 0;
    margin-right: 0;
}

.remove-col-padding {
    padding-left: 0;
    padding-right: 0;
}

.form-control:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}

.btn-view-all, .btn-view-all:hover {
    border: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    padding: 6px 12px;
    background-color: #03bb85;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.logo {
    height: 32px;
}

.btn-view-price, .btn-view-price:hover {
    margin-top: 12px;
    padding: 8px 8px 8px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    background-color: #708090;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: block;
}

.login .text-danger, .register .text-danger, .forgot-password .text-danger {
    color: orangered !important;
}

.wish {
    float: right;
    color: #ff4343;
    font-size: small;
    cursor: pointer;
}

.no-wish {
    float: right;
    color: #c2c2c2;
    font-size: small;
    cursor: pointer;
}

.darkgray-color {
    color: #616161;
}

.litekgray-color {
    color: #908e8e;
}

.cart-count {
    background-color: #FF0000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    top: -11px;
    left: -43px;
    display: inline-block;
    line-height: 16px;
}

.sales-enquiry-count, .service-request-count {
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
}

.icon-reward img {
    width: 24px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 0) {
    .navbar {
        display: flex;
    }

    .fixed-top {
        position: inherit;
    }

    .content {
        padding: 22px 0 64px 0;
    }

    .navbar li:nth-child(3) {
        width: 100%;
    }

    .navbar li:nth-child(1) {
        order: 1;
    }

    .navbar li:nth-child(2) {
        order: 2;
    }

    .navbar li:nth-child(3) {
        order: 7;
    }

    .navbar li:nth-child(4) {
        order: 3;
    }

    .navbar li:nth-child(5) {
        order: 4;
    }

    .navbar li:nth-child(6) {
        order: 5;
    }

    .navbar li:nth-child(7) {
        order: 6;
    }

    .carousel {
        position: relative;
        top: 0;
    }

    .home-title div {
        float: inherit;
    }

    .footer-bottom .col-sm-12:first-child {
        display: none;
    }

    .footer-bottom .col-sm-12 p {
        text-align: center;
    }

    .search-result .search-sort-by {
        display: flex;
    }

        .search-result .search-sort-by .relevance,
        .search-result .search-sort-by .price-low,
        .search-result .search-sort-by .price-high,
        .search-result .search-sort-by .newest {
            color: #2874f0;
            cursor: pointer;
        }

        .search-result .search-sort-by ul {
            display: inline;
            display: initial;
        }

    .specification table tr td:first-child {
        white-space: inherit;
    }
}

@media (min-width: 576px) {
    .navbar {
        display: flex;
    }

    .fixed-top {
        position: inherit;
    }

    .content {
        padding: 22px 0 64px 0;
    }

    .navbar li:nth-child(3) {
        width: 100%;
    }

    .navbar li:nth-child(1) {
        order: 1;
    }

    .navbar li:nth-child(2) {
        order: 2;
    }

    .navbar li:nth-child(3) {
        order: 4;
    }

    .navbar li:nth-child(4) {
        order: 3;
    }

    .navbar li:nth-child(5) {
        order: 5;
    }

    .navbar li:nth-child(6) {
        order: 6;
    }

    .navbar li:nth-child(7) {
        order: 7;
    }

    .carousel {
        position: relative;
        top: 0;
    }

    .home-title div {
        float: right;
    }

    .footer-bottom .col-sm-12:first-child {
        display: none;
    }

    .footer-bottom .col-sm-12 p {
        text-align: center;
    }

    .search-result .search-sort-by {
        display: flex;
    }

        .search-result .search-sort-by ul {
            display: inline;
            display: initial;
        }

    .specification table tr td:first-child {
        white-space: inherit;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .navbar {
        display: inline-block;
    }

    .fixed-top {
        position: inherit;
    }

    .content {
        padding: 22px 0 64px 0;
    }

    .navbar li:nth-child(3) {
        width: 50%;
    }

    .navbar li:nth-child(4) {
        display: list-item;
    }

    .carousel {
        position: relative;
        top: 0;
    }

    .home-title div {
        float: right;
    }

    .footer-bottom .col-sm-12:first-child {
        display: none;
    }

    .footer-bottom .col-sm-12 p {
        text-align: center;
    }

    .search-result .search-sort-by {
        display: flex;
    }

        .search-result .search-sort-by ul {
            display: inline;
            display: initial;
        }

    .specification table tr td:first-child {
        white-space: inherit;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .navbar {
        display: inline-block;
    }

    .fixed-top {
        position: inherit;
    }

    .content {
        padding: 22px 0 64px 0;
    }

    .navbar li:nth-child(3) {
        width: 50%;
    }

    .navbar li:nth-child(4) {
        display: list-item;
    }

    .carousel {
        position: relative;
        top: 0;
    }

    .home-title div {
        float: right;
    }

    .footer-bottom .col-sm-12:first-child {
        display: block;
    }

    .footer-bottom .col-sm-12 p {
        text-align: right;
    }

    .search-result .search-sort-by {
        display: block;
    }

        .search-result .search-sort-by ul {
            display: ruby;
            display: flex;
        }

    .specification table tr td:first-child {
        white-space: nowrap;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .navbar {
        display: block;
    }

    .fixed-top {
        position: fixed;
    }

    .content {
        padding: 87px 0 64px 0;
    }

    .navbar li:nth-child(3) {
        width: 50%;
    }

    .navbar li:nth-child(4) {
        display: list-item;
    }

    .carousel {
        position: relative;
        top: 61px;
    }

    .home-title div {
        float: right;
    }

    .footer-bottom .col-sm-12:first-child {
        display: block;
    }

    .footer-bottom .col-sm-12 p {
        text-align: right;
    }

    .search-result .search-sort-by {
        display: block;
    }

        .search-result .search-sort-by ul {
            display: ruby;
            display: flex;
        }

    .specification table tr td:first-child {
        white-space: nowrap;
    }
}

/* navbar start */
.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #03bb85;
    width: 100%;
}

    .navbar li {
        float: left;
    }

        .navbar li .search-container {
            padding: 14px 16px;
        }

        .navbar li a {
            display: block;
            color: #fff;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }

.nav-tabs {
    border-bottom: 0;
}
/* navbar end */

/* menu-categories start */
.menu-categories {
    padding: 0;
    margin: 0;
    border: 0;
}

    .menu-categories ul, .menu-categories li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .menu-categories ul {
        position: relative;
        z-index: 597;
        float: left;
    }

        .menu-categories ul li {
            float: left;
            min-height: 1px;
            line-height: 1em;
            vertical-align: middle;
        }

            .menu-categories ul li span img, .menu-categories ul li span i {
                width: 25px;
                margin-right: 6px;
            }

            .menu-categories ul li.hover, .menu-categories ul li:hover {
                position: relative;
                z-index: 599;
                cursor: default;
            }

        .menu-categories ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 598;
            width: 100%;
            max-height: 300px;
            overflow-y: auto;
        }

            .menu-categories ul ul li {
                float: none;
            }

        .menu-categories ul li:hover > ul {
            visibility: visible;
        }

        .menu-categories ul ul {
            top: 0;
            left: 100%;
        }

        .menu-categories ul li {
            float: none;
        }

.menu-categories {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    width: 230px;
}

    .menu-categories span, .menu-categories a {
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
    }

    .menu-categories:after, .menu-categories ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .menu-categories > ul > li:first-child {
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .menu-categories > ul > li:last-child {
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

    .menu-categories > ul > li ul ul {
        -moz-border-radius: 0 6px 6px 0;
        -webkit-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .menu-categories > ul > li ul ul li:first-child {
            -moz-border-radius: 0 5px 0 0;
            -webkit-border-radius: 0 5px 0 0;
            border-radius: 0 5px 0 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

        .menu-categories > ul > li ul ul li:last-child {
            -moz-border-radius: 0 0 5px 0;
            -webkit-border-radius: 0 0 5px 0;
            border-radius: 0 0 5px 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

    .menu-categories ul, .menu-categories li {
        width: 100%;
    }

    .menu-categories li {
        background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAUVBMVEX////MzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNzc3l5eXg4ODZ2dnMzMzi4uLS0tLe3t7Q0NDV1dXj4+PW1tbk5OTc3NzPz8/R0dH0Zv5RAAAAC3RSTlMAM2YekAmlPHuEAwArv7wAAAA/SURBVHheY2Dl5mdigABGKV5BNnYok4dHQpKFGcrkEefj5gAzQUBABM7kFYQyRcX4mUBMkEpOLrA2IWGwfgYAn0UDZszv8IwAAAAASUVORK5CYII=) repeat-x;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #ffffff));
        background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
        background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
        background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
        background-image: -o-linear-gradient(top, #ffffff, #ffffff);
        background-image: linear-gradient(#ffffff, #ffffff);
    }

        .menu-categories li:hover {
            background: #ffffff;
        }

    .menu-categories a {
        color: #666666;
        line-height: 160%;
        padding: 11px 28px 11px 20px;
        width: 100%;
    }

    .menu-categories ul ul {
        width: 200px;
        border: 1px solid #dddddd;
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }

        .menu-categories ul ul li {
            background: #ffffff;
        }

            .menu-categories ul ul li:hover {
                background: #ffffff;
            }

                .menu-categories ul ul li:hover a {
                    color: #2874f0;
                }

            .menu-categories ul ul li ul li {
                background: #ffffff;
            }

                .menu-categories ul ul li ul li:hover {
                    background: #ffffff;
                }

    .menu-categories .has-sub {
        position: relative;
    }

        .menu-categories .has-sub:after, .menu-categories .has-sub > ul > .has-sub:hover:after {
            content: '';
            display: block;
            width: 10px;
            height: 9px;
            position: absolute;
            right: 5px;
            top: 50%;
            margin-top: -5px;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAUVBMVEX////MzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNzc3l5eXg4ODZ2dnMzMzi4uLS0tLe3t7Q0NDV1dXj4+PW1tbk5OTc3NzPz8/R0dH0Zv5RAAAAC3RSTlMAM2YekAmlPHuEAwArv7wAAAA/SURBVHheY2Dl5mdigABGKV5BNnYok4dHQpKFGcrkEefj5gAzQUBABM7kFYQyRcX4mUBMkEpOLrA2IWGwfgYAn0UDZszv8IwAAAAASUVORK5CYII=);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

        .menu-categories .has-sub > ul > .has-sub:after, .menu-categories .has-sub:hover:after {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAAUVBMVEX////d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3d3e3t729vbx8fHq6urd3d3z8/Pj4+Pv7+/h4eHm5ub09PTn5+f19fXt7e3g4ODi4uLUsVdlAAAAC3RSTlMAM2YekAmlPHuEAwArv7wAAAA/SURBVHheY2Dl5mdigABGKV5BNnYok4dHQpKFGcrkEefj5gAzQUBABM7kFYQyRcX4mUBMkEpOLrA2IWGwfgYAn0UDZszv8IwAAAAASUVORK5CYII=);
        }
/* menu-categories end */

/* search start */
#txtSearch {
    border-radius: 0;
    border-left-width: 0;
}

.search-container i {
    background-color: white;
    border: 1px solid #ced4da;
    padding: 4px 12px 4px 12px;
}

.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    max-height: 300px;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.btn-search {
    border: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    padding: 3px 12px;
    background-color: #6c757d;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}
/* search end */

/* menu-more start */
.menu-more {
    list-style-type: none;
    width: 150px;
    padding-left: 0;
    margin-bottom: 0;
}

    .menu-more li:not(:last-child) {
        border-bottom: 1px solid gray;
    }

    .menu-more li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 0 10px 10px;
        color: #03bb85;
    }

        .menu-more li a:hover {
            background-color: #fafafa;
            text-decoration: none;
        }
/* menu-more end */

/* menu-profile start */
.menu-profile {
    list-style-type: none;
    width: 150px;
    padding-left: 0;
    margin-bottom: 0;
}

    .menu-profile li:not(:last-child) {
        border-bottom: 1px solid gray;
    }

    .menu-profile li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 0 10px 10px;
        color: #03bb85;
    }

        .menu-profile li a:hover {
            background-color: #fafafa;
            text-decoration: none;
        }
/* menu-profile end */

/* home-banner start */
.carousel .carousel-inner img {
    width: 100%;
}
/* home-banner end */

/* home-product-list start */
.new-products, .offer-products {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

.home-title {
    padding: 15px 20px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.new-products .col-md-2, .offer-products .col-md-2 {
    padding: 25px 15px;
}
/* home-product-list end */

/* product-list start */
.no-result {
    display: none;
    text-align: center;
}

.search-result {
    display: none;
}

    .search-result .filter-container, .search-result .search-result-container {
        background-color: #fff;
        padding: 10px;
    }

    .search-result .bread-crumb {
        margin-left: 10px;
        font-size: 11px;
    }

    .search-result .product-count {
        margin-left: 10px;
        font-weight: bold;
    }

.product-list {
    margin-top: 20px;
}

    .product-list .row {
        margin: 0;
    }

    .product-list .col-md-3 {
        margin-bottom: 30px;
    }

    .product-list a {
        text-decoration: none;
    }

    .product-list .product-img-holder {
        /*width: 120px; vi: fixed Image allignment*/
        height: 150px;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .product-list .product-img-holder img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-list .product-content-holder {
        margin-top: 20px;
        text-align: center;
     }
    .product-content-holders {
        margin-top: 20px;
        text-align: left;
        margin-left: 10px;
    }

    .product-list .product-name {
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        color: darkcyan;
        text-overflow: ellipsis;
    }

    .product-list .final-price {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
    }

    .product-list .price {
        margin-top: 10px;
        font-size: 14px;
        text-decoration: line-through;
        color: #878787;
    }

    .product-list .discount {
        margin: 10px 0 0 10px;
        font-size: 13px;
        font-weight: bold;
        color: #388e3c;
    }

.search-result .search-sort-by {
    border-bottom: 1px solid #f0f0f0;
}

    .search-result .search-sort-by ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .search-result .search-sort-by ul li:first-child {
            font-weight: 500;
        }

        .search-result .search-sort-by ul li {
            list-style-type: none;
            float: left;
            padding: 8px 0 4px;
            margin: 0 10px;
        }

.filter-specification .specification-value ul {
    padding-left: 0;
}

    .filter-specification .specification-value ul li {
        list-style-type: none;
    }

    .filter-specification .specification-value ul li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .filter-specification .specification-value ul li input[type=checkbox] {
            margin-right: 5px;
        }


.filter-specification .specification-count {
    color: grey;
}

.filter-price {
    margin-bottom: 10px;
    padding: 18px;
}

    .filter-price .price-title, .filter-specification .specification-title {
        font-size: 15px;
        font-weight: 500;
    }

    .filter-price .ui-slider-range {
        background: #2874f0;
    }

    .filter-price #PriceRange {
        margin-top: 25px;
        border: 1px solid #2874f0;
    }

    .filter-price .price-value {
        padding: 0 18px;
        margin-bottom: 1rem;
    }

.filter-specification .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .filter-specification .active, .filter-specification .accordion:hover {
        background-color: #fff;
        background-color: #f5faff;
        color: #2874f0;
    }

    .filter-specification .accordion:focus {
        outline: 0;
    }

    .filter-specification .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.filter-specification .active:after {
    content: "\2212";
}

.filter-specification .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #f0f0f0;
}

.page-link:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
/* product-list end */

/* product-detail start */
.product-detail {
    background-color: #fff;
    padding: 10px;
}

    .product-detail .sticky-top {
        top: 98px;
        z-index: auto;
    }

.image-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .image-list ul li {
        border: 1px solid transparent;
        margin-bottom: 5px;
    }

.image-list .nav-link {
    padding: 4px 2px 4px 2px;
}

    .image-list .nav-link:hover {
        border: 1px solid #e9ecef;
        border-radius: 0;
    }

    .image-list .nav-link.active {
        border: 1px solid #f0f0f0;
        border-radius: 0;
    }

.image-list .tab-pane {
    border: 1px solid #f0f0f0;
    padding: 10px;
    width: 100%;
    height: 400px;
    text-align: center;
}

    .image-list .tab-pane img {
        max-width: 100%;
        max-height: 100%;
    }

.btn-enquiry, .btn-enquiry:hover {
    margin-top: 12px;
    padding: 18px 8px 18px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    background-color: #ff9f00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: none;
    text-decoration: none;
}

.btn-buy-now, .btn-buy-now:hover {
    margin-top: 12px;
    padding: 18px 8px 18px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    background-color: #ff9f00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: none;
    text-decoration: none;
}

.btn-add-to-cart, .btn-add-to-cart:hover {
    margin-top: 12px;
    padding: 18px 8px 18px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    background-color: #708090;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: none;
    text-decoration: none;
}

.out-of-stock {
    display: none;
    text-align: center;
    color: gray;
    margin-top: 10px;
}

.product-detail .sub-title {
    color: #878787;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-detail .product-name {
    font-size: 18px;
    font-weight: bold;
}

.product-detail .product-price, .tblPrice {
    margin-top: 20px;
}

.product-detail .price-list {
    cursor: pointer;
    color: #0992d5;
    font-size: 16px;
    margin-left: 20px;
}

.related-products .col-md-5 {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    margin: 10px;
    padding: 20px;
}

.tblPrice tr:first-child {
    background-color: gainsboro;
}

.tblPrice .quantity {
    margin-right: 10px;
}

.tblPrice .final-price {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.modal-cart #txtQuantity {
    width: 100px;
}

.product-detail .final-price {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.product-detail .price, .tblPrice .price {
    margin-left: 10px;
    font-size: 14px;
    text-decoration: line-through;
    color: #878787;
}

.product-detail .discount, .tblPrice .discount {
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #388e3c;
}

.product-detail .product-variant {
    margin-top: 20px;
}

.product-detail .product-variant-message {
    color: red;
    animation: blinkingText 0.8s infinite;
}

.product-detail .product-highlight {
    margin-top: 20px;
}

.product-detail .highlight {
    margin-bottom: 0;
    padding-left: 17px;
}

    .product-detail .highlight li {
        list-style-type: none;
    }

        .product-detail .highlight li::before {
            content: "\2022";
            color: #c2c2c2;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

.product-detail .product-note {
    margin-top: 20px;
}

.product-detail .note {
    margin-bottom: 0;
}

.product-detail .product-description {
    margin-top: 20px;
}

.product-detail .hide-description {
    display: none;
    width: 100%;
    height: 16px;
    background: linear-gradient(hsla(0,0%,100%,.5),#fff);
    position: absolute;
    top: 78px;
}

.product-detail #btnReadMore {
    display: none;
    color: #2874f0;
    cursor: pointer;
    font-weight: 500;
    float: right;
}

.product-detail .description {
    margin-bottom: 0;
    overflow: hidden;
    text-align: justify;
}

.product-detail .specification {
    border: 1px solid #f0f0f0;
    margin-top: 20px;
}

    .product-detail .specification table {
        width: 100%;
    }

    .product-detail .specification div {
        padding: 10px;
        font-size: 24px;
        font-weight: bold;
    }

    .product-detail .specification table tr td {
        padding: 0 30px 10px 10px;
        text-align: justify;
        vertical-align: top;
    }

        .product-detail .specification table tr td[colspan="2"] {
            color: inherit !important;
        }

        .product-detail .specification table tr td:first-child {
            color: grey;
        }

        .product-detail .specification table tr td:last-child {
            text-align: justify;
        }

        .product-detail .specification table tr td div {
            margin-top: 24px;
            padding: 0;
            font-size: 18px;
            font-weight: bold;
        }

.product-detail .specification-group {
    border-top: 1px solid #f0f0f0;
    padding: 10px 0 0 10px;
    font-weight: bold;
}

.lightbox {
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

    .lightbox .modal-content {
        border: 0;
        display: block;
        position: relative;
        background-color: transparent;
        margin: auto;
        padding: -10px;
        width: 100%;
        height: 100%;
    }

    .lightbox .close {
        position: absolute;
        right: -0;
        color: #fff;
        float: inherit;
        font-size: 35px;
        font-weight: bold;
        text-shadow: 0 0 0;
    }

        .lightbox .close:hover,
        .lightbox .close:focus {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
        }

.lightbox {
    display: none;
}

    .lightbox .prev,
    .lightbox .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: #fff !important;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    .lightbox .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        .lightbox .prev:hover,
        .lightbox .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    .lightbox .image-slide {
        width: 100%;
        height: 100%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lightbox img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 5px;
    }

        .lightbox img.hover-shadow {
            transition: 0.3s;
        }

    .lightbox .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
/* product-detail end */

/* enquire-now start */
.modal-enquiry .modal-header {
    display: block;
    text-align: center;
}

    .modal-enquiry .modal-header img {
        width: 100px;
    }

.modal-enquiry .modal-body {
    text-align: center;
}

.modal-enquiry .modal-header .product-name {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-enquiry #txtMobile, .modal-enquiry #txtOtp, .modal-enquiry #txtPincode {
    border: none;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
    width: 300px;
    text-align: center;
}

.modal-enquiry input[type=text]:focus {
    outline: none;
}

.modal-enquiry .validate-otp, .modal-enquiry .select-dealer, .modal-enquiry .enquiry-success {
    display: none;
}

.modal-enquiry .modal-body {
    font-size: 12px;
}

.enquiry-success img {
    width: 100px;
}

.enquiry-success h5 {
    font-weight: bold;
    font-size: 16px;
}

.modal-enquiry .validate-otp .change-mobile {
    color: #007bff;
    cursor: pointer;
}
/* enquire-now end */

/* help start */
.help {
    background-color: #fff;
    padding: 10px;
}

    .help .help-title {
        padding-left: 15px;
    }

    .help ul li {
        margin-bottom: 20px;
        list-style-type: none;
    }

    .help .accordion {
        background-color: #fff;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }

        .help .active, .help .accordion:hover {
            background-color: #fff;
            background-color: #f5faff;
            color: #2874f0;
        }

        .help .accordion:focus {
            outline: 0;
        }

        .help .accordion:after {
            content: '\002B';
            color: #777;
            font-weight: bold;
            float: right;
            margin-left: 5px;
        }

    .help .active:after {
        content: "\2212";
    }

    .help .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        border-bottom: 1px solid #f0f0f0;
    }
/* help end */

/* request-now start */
.modal-request .modal-header {
    display: block;
    text-align: center;
}

    .modal-request .modal-header img {
        width: 100px;
    }

.modal-request .modal-body {
    text-align: center;
}

.modal-request .modal-header .product-name {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-request #txtMobile, .modal-request #txtOtp, .modal-request #txtPincode {
    border: none;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
    width: 300px;
    text-align: center;
}

.modal-request input[type=text]:focus {
    outline: none;
}

.modal-request .validate-otp, .modal-request .select-dealer, .modal-request .request-success {
    display: none;
}

.modal-request .modal-body {
    font-size: 12px;
}

.request-success img {
    width: 100px;
}

.request-success h5 {
    font-weight: bold;
    font-size: 16px;
}

.modal-request .validate-otp .change-mobile {
    color: #007bff;
    cursor: pointer;
}
/* request-now end */
/* enquiry-now start */
.modal-enquiry .modal-header {
    display: block;
    text-align: center;
}

    .modal-enquiry .modal-header img {
        width: 100px;
    }

.modal-enquiry .modal-body {
    text-align: center;
}

.modal-enquiry .modal-header .product-name {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-enquiry #txt_Mobile, .modal-enquiry #txt_Otp, .modal-enquiry #txt_Pincode {
    border: none;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
    width: 300px;
    text-align: center;
}

.modal-enquiry input[type=text]:focus {
    outline: none;
}

.modal-enquiry .validate-otp, .modal-enquiry .select-dealer, .modal-enquiry .requestenquiry-success {
    display: none;
}

.modal-enquiry .modal-body {
    font-size: 12px;
}

.enqyuiry-success img {
    width: 100px;
}

.enquiry-success h5 {
    font-weight: bold;
    font-size: 16px;
}

.modal-enquiry .validate-otp .change-mobile {
    color: #007bff;
    cursor: pointer;
}
/* enquiry-now end */


/* privacy-policy start */
.privacy-policy {
    background-color: #fff;
    padding: 10px;
}

    .privacy-policy p {
        text-align: justify;
    }
/* privacy-policy end */

/* about start */
.about {
    background-color: #fff;
    padding: 10px;
}

    .about img {
        max-width: 100%;
    }

    .about .about-title {
        text-align: left;
        margin: 25px 0 25px 25px;
        color: cornflowerblue;
    }

    .about p {
        margin: 0 25px 0 25px;
        text-align: justify;
    }

    .about .our-values {
        margin: 25px 0 25px 10px;
    }

        .about .our-values p {
            margin: 0 25px 0 16px;
            text-align: justify;
        }

    .about .our-values-title {
        margin-top: 10px;
        font-weight: bold;
        color: cadetblue;
    }
/* about end */

/* wish-list start */
.wish-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

    .wish-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .wish-list .no-result {
        padding-bottom: 25px;
    }

    .wish-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .wish-list .remove {
        cursor: pointer;
        color: #0992d5;
    }

    .wish-list .col-md-1, .wish-list .col-md-10 {
        padding: 25px 15px;
    }

    .wish-list .product-img-holder {
        text-align: left;
        width: 100%;
        height: 100px;
    }

        .wish-list .product-img-holder img {
            max-width: 100%;
            max-height: 100px;
            height: auto;
        }    

    .wish-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }
/* wish-list end */



/* order-list start */
.order-success {
    display: none;
}

.order-list {
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
}

    .order-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
        background-color: #fff;
    }

    .order-list .no-result {
        padding-bottom: 25px;
    }

    .order-list .list .product {
        border-radius: 2px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
        border-top: 1px solid rgba(0,0,0,.1);
        background-color: #fff;
        margin-bottom: 20px;
    }

    .order-list .price {
        margin-left: 10px;
    }

    .order-list .remove {
        cursor: pointer;
        color: #0992d5;
    }

    .order-list .col-md-1, .order-list .col-md-10 {
        padding: 25px 15px;
    }

        .order-list .col-md-10 .quantity {
            color: black;
        }

    .order-list .product-img-holder {
        text-align: left;
        height: auto;
    }

    .order-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

        .order-list .product-img-holder img {
            max-width: 100%;
            max-height: 100px;
            height: auto;
        }
/* order-list end */

/* cart-list start */
#modalOrder .autocomplete-items {
    position: relative;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.cart-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

    .cart-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .cart-list .no-result {
        padding-bottom: 25px;
    }

    .cart-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .cart-list .price {
        margin-left: 10px;
    }

    .cart-list .remove {
        cursor: pointer;
        color: #0992d5;
    }

    .cart-list .col-md-1, .cart-list .col-md-10 {
        padding: 25px 15px;
    }

    .cart-list .product-img-holder {
        text-align: left;
        height: auto;
    }

    .cart-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

        .cart-list .product-img-holder img {
            max-width: 100%;
            max-height: 100px;
            height: auto;
        }

    .cart-list .txtQuantity {
        width: 50px;
        margin: 0 10px 0 10px;
        text-align: center;
    }

    .cart-list .minus, .cart-list .plus, .cart-list .add-gift {
        cursor: pointer;
        font-size: 20px;
    }

    .cart-list .summary {
        display: none;
        padding: 16px 23px;
        border-top: 1px solid #f0f0f0;
        box-shadow: 0 -2px 10px 0 rgba(0,0,0,.1);
    }

        .cart-list .summary .total {
            font-size: 25px;
        }

    .cart-list .btn-place-order, .cart-list .btn-place-order:hover {
        padding: 15px 30px;
        min-width: 250px;
        border-radius: 2px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
        border: none;
        background-color: #ff9f00;
        color: #fff;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
    }

    .cart-list .btn-reward, .cart-list .btn-reward:hover {
        padding: 14px 30px;
        min-width: 250px;
        border-radius: 2px;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
        border: none;
        background-color: #fff;
        color: #000;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
    }

    .cart-list .gdp-list .col-md-2, .cart-list .gdp-list .col-md-10 {
        padding: 25px 15px;
    }

    .cart-list .gdp-list .product-img-holder {
        text-align: left;
        width: 100px;
        height: auto;
    }

    .cart-list .gdp-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

.modal-order .modal-header {
    background-color: #03bb85;
    color: white;
    font-weight: bold;
}

.modal-order #lblMessage {
    animation: blinkingText 0.8s infinite;
    width: 100%;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    50% {
        color: red;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}

.modal-success .modal-body {
    text-align: center;
}

.modal-success img {
    width: 100px;
}
/* cart-list end */

/* enquiry-list start */
.enquiry-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
}

    .enquiry-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
        background-color: #fff;
    }

    .enquiry-list .no-result {
        padding-bottom: 25px;
    }

    .enquiry-list .list .product {
        border-radius: 2px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
        border-top: 1px solid rgba(0,0,0,.1);
        background-color: #fff;
        margin-bottom: 20px;
    }

    .enquiry-list .col-md-1, .enquiry-list .col-md-10 {
        padding: 25px 15px;
    }

    .enquiry-list .product-img-holder {
        text-align: left;
        height: auto;
    }

    .enquiry-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

        .enquiry-list .product-img-holder img {
            max-width: 100%;
            max-height: 100px;
            height: auto;
        }

    .enquiry-list .consumer-mobile, .enquiry-list .enquiry-date {
        color: dimgrey;
        font-weight: bold;
    }
/* enquiry-list end */

/* request-list start */
.request-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

    .request-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .request-list .no-result {
        padding-bottom: 25px;
    }

    .request-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .request-list .col-md-1, .request-list .col-md-8, .request-list .col-md-3 {
        padding: 25px 15px;
    }

    .request-list .product-img-holder {
        text-align: left;
        height: auto;
    }

    .request-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

        .request-list .product-img-holder img {
            max-width: 100%;
            max-height: 100px;
            height: auto;
        }

    .request-list .consumer-mobile, .request-list .request-date, .request-list .service-type, .request-list .service-desc {
        color: dimgrey;
        font-weight: bold;
    }
/* request-list end */

/* item-list start */
.item-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

.item-list .order-success {
    display: none;
}

    .item-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .item-list .no-result {
        padding-bottom: 25px;
    }

    .item-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .item-list .col-md-4, .item-list .col-md-3, .item-list .col-md-5 {
        padding: 25px 15px;
    }

    .item-list .product-img-holder {
        text-align: left;
        height: auto;
    }

    .item-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }

    .item-list .product-name, .item-list .item-type, .item-list .stock {
        padding-left: 13px;
        color: dimgrey;
        font-weight: bold;
    }

    .item-list .edit, .item-list .remove {
        cursor: pointer;
        color: #0992d5;
    }

    .item-list .accordion {
    background-color: #f5faff;
    color: #2874f0;
    cursor: pointer;
    padding: 18px;
    margin: 5px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .item-list .active, .item-list .accordion:hover {
        background-color: #fff;
        background-color: #f5faff;
        color: #2874f0;
    }

    .item-list .accordion:focus {
        outline: 0;
    }

    .item-list .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .item-list .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/* item-list end */

/* invoice-list start */
.invoice-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

.invoice-list .order-success {
    display: none;
}

    .invoice-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .invoice-list .no-result {
        padding-bottom: 25px;
    }

    .invoice-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .invoice-list .col-md-8, .invoice-list .col-md-4 {
        padding: 0 15px 25px 15px;
    }

    .invoice-list .product-content-holder {
        text-align: left;
        height: auto;
    }

    .invoice-list .updated-dt {
        margin-top: 20px;
        text-align: right;
    }
/* invoice-list end */

/* quotation-list start */
.quotation-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

.quotation-list .order-success {
    display: none;
}

    .quotation-list .title {
        display: none;
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .quotation-list .no-result {
        padding-bottom: 25px;
    }

    .quotation-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .quotation-list .col-md-8, .quotation-list .col-md-4 {
        padding: 0 15px 25px 15px;
    }

    .quotation-list .product-content-holder {
        text-align: left;
        height: auto;
    }

    .quotation-list .updated-dt {
        margin-top: 20px;
        text-align: right;
    }
/* quotation-list end */

/* e-catalogue-list start */
.e-catalogue-list {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border-top: 1px solid #eaeaea;
    margin-bottom: 16px;
    background-color: #fff;
}

    .e-catalogue-list .title {
        padding: 15px 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .e-catalogue-list .list .row {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .e-catalogue-list .col-md-8, .e-catalogue-list .col-md-3 {
        padding: 25px 15px;
    }

    .e-catalogue-list .product-content-holder {
        margin-top: 0;
        text-align: left;
    }
/* e-catalogue-list end */

/* reward start */
.reward .btn-reward, .reward .btn-reward:hover {
    margin-top: 12px;
    padding: 18px 8px 18px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    border: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.reward .list .col-md-2, .reward .list .col-md-10 {
    padding: 25px 15px;
}

.reward .list .product-img-holder {
    text-align: left;
    width: 100px;
    height: auto;
}

.reward .list .product-content-holder {
    margin-top: 0;
    text-align: left;
}
/* reward end */

/* footer start */
.footer-contact {
    padding: 50px 0 75px 0;
    background-color: #e0e0e0;
    border-bottom: 1px solid #fff;
}

    .footer-contact .sub-title {
        color: #0992d5;
        font-weight: 400;
        border-bottom: 1px solid green;
    }

    .footer-contact ul {
        padding-left: 0;
    }

    .footer-contact .col-2 {
        padding: 0;
    }

    .footer-contact ul li {
        list-style-type: none;
    }

.footer-bottom {
    padding: 15px 0 15px 0;
    background-color: #e0e0e0;
    border-top: 1px solid #fff;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

    .footer-bottom ul {
        margin-bottom: 0;
        padding-left: 10px;
    }

        .footer-bottom ul li {
            float: left;
            list-style-type: none;
            margin: 0 10px;
        }

    .footer-bottom a {
        color: #000;
    }

    .footer-bottom p {
        margin-bottom: 0;
        padding-right: 10px;
    }
/* footer end */

body {
    /*height: 2000px;*/
    position: relative;
}

.intro-copy {
    padding: 1em;
    margin: 50vh auto;
    max-width: 15em;
    font-family: Helvetica;
    font-weight: lighter;
    font-size: 2em;
    line-height: 1.2;
    text-align: center;
}

.top-link {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 1em 1.5em 0;
    border-radius: 50%;
    padding: .25em;
    width: 80px;
    height: 80px;
   
    &.show

{
    visibility: visible;
    opacity: 1;
}

&.hide {
    visibility: hidden;
    opacity: 0;
}

svg {
    fill: #000;
    width: 24px;
    height: 12px;
}

&:hover {
    background-color: #E8E8E8;
    svg

{
    fill: #000000;
}

}
}

// Text meant only for screen readers.
.screen-reader-text {
    position: absolute;
    clip-path: inset(50%);
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    clip: rect(1px, 1px, 1px, 1px);
    &:focus

{
    display: block;
    top: 5px;
    left: 5px;
    z-index: 100000;
    // Above WP toolbar clip-path: none;
    background-color: #eee;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    text-decoration: none;
    line-height: normal;
    color: #444;
    font-size: 1em;
    clip: auto !important;
}
}

