body {
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #202124;
    word-wrap: break-word;
}



*:focus, button:focus {
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

.container {
    max-width: 1200px;
}

.headerTopBar {
    background: #fff;
    padding: 9px 0px;
    font-weight: 600;
    font-size: 12px;
}

.topBarRight {
    display: inline-block;
    position: relative;
    color: #202124;
    text-decoration: none;
    padding-left: 25px;
}

.email:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    height: 16px;
    width: 16px;
    background: url(../images/header-icons.png) no-repeat 0px 2px;
}

.call:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    height: 16px;
    width: 16px;
    background: url(../images/header-icons.png) no-repeat 0px 2px;
    background-position: 0px -29px;
}

.call:before {
    margin-right: 15px;
    padding-right: 20px;
    border-right: solid 0px #ccc;
}

.email:before {
    margin-right: 15px;
    padding-right: 20px;
    border-right: solid 0px #ccc;
}

.topBarRight a {
    display: inline-block;
    position: relative;
    color: #202124;
    text-decoration: none;
    padding-left: 25px;
}

    .topBarRight a:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 3px;
        height: 16px;
        width: 16px;
        background: url(../images/header-icons.png) no-repeat 0px 2px;
    }

    .topBarRight a.call:before {
        background-position: 0px -29px;
    }

    .topBarRight a.email {
        margin-right: 15px;
        padding-right: 20px;
        border-right: solid 1px #ccc;
    }

    .topBarRight a:hover {
        color: #baa06a;
    }

.headerBg {
    background: #202124;
    position: relative;
}

.headRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

    .headRow .searchCol {
        flex: 1 1 0;
    }

    .headRow .logoCol, .headRow .mainNavCol, .headRow .cartCol, .headRow .signInCol {
        flex: 0 0 auto;
    }

.logo {
    display: inline-block;
    max-width: 100%;
    max-width: 150px;
}

.navigation > ul {
    margin: 0px 10px;
    padding: 0px;
    list-style: none;
}

    .navigation > ul > li {
        display: inline-block;
    }

        .navigation > ul > li > a {
            display: inline-block;
            padding: 0px 10px;
            color: #fff;
            text-decoration: none;
            height: 100px;
            display: flex;
            align-items: center;
        }

        .navigation > ul > li:hover > a {
            background: #baa06a;
        }

.subMenu > a {
    position: relative;
}

@media(min-width:1025px) {
    .subMenu:hover > a:before {
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 0px;
        height: 0px;
        content: "";
        border: solid 10px transparent;
        border-bottom-color: #fff;
        margin-left: -10px;
    }

    .magaMenu {
        opacity: 0;
        visibility: hidden;
        width: 100%;
        left: 0px;
        position: absolute;
        top: 100%;
        z-index: -1;
        padding: 5px 15px 15px 15px;
        border-top: none;
        background-color: #fff;
        box-shadow: 0px 10px 10px #ccc;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: all 0.2s linear;
    }

    .subMenu:hover .magaMenu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        z-index: 1000;
    }

    .magaMenuTabSection {
        padding: 0px;
        border: none;
    }

    .megaMenuTab {
        position: relative;
        min-height: calc(100vh - 160px);
    }

    .tabNav {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .tabNav > li {
            width: 100%;
            border-left: solid 3px transparent;
        }

            .tabNav > li > a {
                display: block;
                padding: 15px 11px;
                color: #202124;
                border-bottom: solid 1px #e5e5e5;
                width: 23%;
            }

            .tabNav > li.hover {
                border-left-color: #baa06a;
            }

                .tabNav > li.hover > a {
                    background: #f5f5f5;
                    text-decoration: none;
                    color: #000;
                }

    .tabNavBlock {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #f5f5f5;
        display: block;
        padding: 0px 15px 0px 15px;
        width: 77%;
        height: 100%;
        overflow-y: auto;
    }

    .tabNav > li.hover .tabNavBlock {
        opacity: 1;
        visibility: visible;
    }
}

.magaMenu h3 {
    padding: 0px 0px 6px 0px;
    border-bottom: solid 1px #d9d9d9;
    margin: 15px 0px 5px 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.magaMenu .catLink {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

    .magaMenu .catLink li {
        margin-bottom: 5px;
    }

        .magaMenu .catLink li a {
            color: #202124;
            font-weight: 400;
        }

    .magaMenu .catLink a:hover {
        color: #baa06a;
        text-decoration: none;
    }

.searchBox {
    position: relative;
    max-width: 350px;
    margin: 0px auto;
}

.searchRow {
    padding-right: 38px;
}

    .searchRow .input {
        width: 100%;
        border: none;
        background: #fff;
        padding: 5px 12px;
        height: 38px;
    }

    .searchRow .searchBtn {
        background: #baa06a url(../images/header-icons.png) no-repeat 11px -124px;
        border: none;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 38px;
        height: 38px;
    }

.cartCol a {
    color: #fff;
    text-decoration: none;
    position: relative;
    margin: 10px 10px 10px 25px;
    padding-right: 40px;
    display: inline-block;
}

.cartCol .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 24px;
    width: 24px;
    background: url(../images/header-icons.png) no-repeat 2px -59px;
}

.signInCol a {
    color: #fff;
    text-decoration: none;
    position: relative;
    margin: 10px 0px 10px 15px;
    padding-right: 50px;
    display: inline-block;
}

.signInCol .icon {
    position: absolute;
    right: 0px;
    top: -7px;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background: #3c4043 url(../images/header-icons.png) no-repeat 8px -96px;
}

.homeBanner {
    position: relative;
    margin-bottom: 50px;
}

    .homeBanner .item {
        max-height: 500px;
        min-height: 300px;
        height: calc(100vh - 134px);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        color: #202020;
        background-color: #000;
    }

    .homeBanner .container {
        height: 100%;
        justify-content: center;
        flex-direction: column;
        display: flex;
        position: relative;
    }

    .homeBanner .item:before {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: rgba(0,0,0,0.3);
        content: "";
    }

.homeBannerText {
    max-width: 700px;
}

    .homeBannerText h1 {
        font-size: 40px;
        margin: 20px 0px;
        font-weight: 700;
    }

    .homeBannerText h1 {
        font-size: 40px;
        margin: 20px 0px;
        font-weight: 700;
    }

    .homeBannerText h3 {
        font-size: 40px;
        margin: 20px 0px;
        font-weight: 700;
    }

    .homeBannerText .desc {
        font-size: 18px;
        margin-bottom: 30px;
    }

#homeBanner .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 10px;
    left: 0px;
    width: 100%;
}

#homeBanner .owl-dot {
    width: 12px;
    height: 12px;
    background: #bdbec4;
    border-radius: 5px;
    margin: 5px 7px;
}

    #homeBanner .owl-dot.active {
        background: #202124;
    }

    #homeBanner .owl-dot:focus {
        outline: none;
    }

#homeBanner .owl-nav .owl-prev, #homeBanner .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 44px;
    height: 44px;
    background: rgb(0,0,0,0.4);
    transform: translate(0, -50%);
    border-radius: 20px;
}

#homeBanner .owl-nav .owl-next {
    left: inherit;
    right: 10px;
}

    #homeBanner .owl-nav .owl-prev:hover, #homeBanner .owl-nav .owl-next:hover {
        background: #000;
    }

#homeBanner .owl-nav span {
    color: #fff;
    font-size: 32px;
    line-height: 18px;
    display: inline-block;
}

#homeBanner .owl-nav .owl-prev:focus, #homeBanner .owl-nav .owl-next:focus {
    outline: none;
}

.prodctrRow {
    margin-right: -5px;
    margin-left: -5px;
}

    .prodctrRow > [class*="col"] {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px;
    }

.productBox {
    background: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    overflow: hidden;
    border: solid 1px transparent;
    position: relative;
}

    .productBox .img {
        margin: 0px;
    }

        .productBox .img img {
            transition: transform 0.2s linear;
        }

    .productBox h3 {
        margin: 10px 2px;
        font-size: 16px;
        font-weight: 500;
    }

        .productBox h3 a {
            color: #92650a;
            text-decoration: none;
        }

            .productBox h3 a:hover {
                color: #92650a;
            }
            .productBox h2 {
        margin: 10px 2px;
        font-size: 16px;
        font-weight: 500;
    }

        .productBox h2 a {
            color: #92650a;
            text-decoration: none;
        }

            .productBox h2 a:hover {
                color: #92650a;
            }

    .productBox:hover {
        border-color: #d8e8ff;
        box-shadow: 0px 7px 15px #e8e8e8;
    }

       /* .productBox:hover .img img {
            transform: scale(0.97);
        }*/

    .productBox .title {
        margin: 10px 2px;
        font-size: 16px;
        font-weight: 500;
    }

        .productBox .title a {
            color: #92650a;
            text-decoration: none;
        }

            .productBox .title a:hover {
                color: #92650a;
            }

.price {
    font-size: 16px;
    font-weight: 600;
    color: #92650a;
}

.freeShipping {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
}

.productBox {
    position: relative;
    padding-bottom: 30px;
}

.freeShipping {
    display: none;
}

.productBox a {
    margin: 10px 2px;
    font-size: 16px;
    font-weight: 500;
    color: #92650a;
    text-decoration: none;
}

    .productBox a:hover {
        color: #92650a;
    }

.productBox:before {
    content: "Free UK Delivery";
    width: 100%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #b18e47;
    padding: 2px 5px;
    color: #fff;
    position: absolute;
}

.productBoxTitle {
    margin: 10px 2px;
    font-size: 16px;
    font-weight: 500;
}

    .productBoxTitle a {
        color: #92650a;
        text-decoration: none;
    }

        .productBoxTitle a:hover {
            color: #92650a;
        }

.categoryBoxTitle {
    margin: 10px 2px;
    font-size: 16px;
    font-weight: 500;
}

    .categoryBoxTitle a {
        color: #92650a;
        text-decoration: none;
    }

        .categoryBoxTitle a:hover {
            color: #92650a;
        }

.prodctrRowEU {
    margin-right: -5px;
    margin-left: -5px;
}

    .prodctrRowEU > [class*="col"] {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px;
    }

.productBoxEU {
    background: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    overflow: hidden;
    border: solid 1px transparent;
    position: relative;
}

    .productBoxEU .img {
        margin: 0px;
    }

        .productBoxEU .img img {
            transition: transform 0.2s linear;
        }

    .productBoxEU a {
        margin: 10px 2px;
        font-size: 16px;
        font-weight: 500;
    }

    .productBoxEU a {
        color: #92650a;
        text-decoration: none;
    }

        .productBoxEU a:hover {
            color: #92650a;
        }

    .productBoxEU h3 {
        margin: 10px 2px;
        font-size: 16px;
        font-weight: 500;
    }

        .productBoxEU h3 a {
            color: #92650a;
            text-decoration: none;
        }

            .productBoxEU h3 a:hover {
                color: #92650a;
            }

    .productBoxEU:hover {
        border-color: #d8e8ff;
        box-shadow: 0px 7px 15px #e8e8e8;
    }

        .productBoxEU:hover .img img {
            transform: scale(0.97);
        }

.price {
    font-size: 16px;
    font-weight: 600;
    color: #92650a;
}

.freeShipping {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
}

.productBoxEU {
    position: relative;
    padding-bottom: 30px;
}

.freeShipping {
    display: none;
}

.productBoxEU:before {
    content: "";
    width: 100%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #b18e47;
    padding: 2px 5px;
    color: #fff;
    position: absolute;
}

.categoryBox {
    background: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    overflow: hidden;
    border: solid 1px transparent;
    position: relative;
}

    .categoryBox .img {
        margin: 0px;
    }

        .categoryBox .img img {
            transition: transform 0.2s linear;
        }

    .categoryBox h3 {
        margin: 10px 2px;
        font-size: 16px;
        font-weight: 500;
    }

        .categoryBox h3 a {
            color: #92650a;
            text-decoration: none;
        }

            .categoryBox h3 a:hover {
                color: #92650a;
            }

    .categoryBox a {
        margin: 10px 2px;
        font-size: 16px;
        font-weight: 500;
        color: #92650a;
        text-decoration: none;
    }

        .categoryBox a:hover {
            color: #92650a;
        }

    .categoryBox:hover {
        border-color: #d8e8ff;
        box-shadow: 0px 7px 15px #e8e8e8;
    }

        .categoryBox:hover .img img {
            transform: scale(0.97);
        }

.categoryBox {
    position: relative;
    padding-bottom: 0px;
}

    .categoryBox:before {
        content: "";
        width: 100%;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: #b18e47;
        padding: 1px 5px;
        color: #fff;
        position: absolute;
    }

#productSlider .img {
    height: 250px;
    text-align: center;
}

    #productSlider .img a {
        display: inline-block;
        max-width: 100%;
    }

    #productSlider .img img {
        max-height: 250px;
        width: auto;
    }

#productSlider .owl-item:hover {
    z-index: 1;
}

#productSlider .owl-nav {
    display: block;
}

    #productSlider .owl-nav .owl-prev, #productSlider .owl-nav .owl-next {
        position: absolute;
        top: 45%;
        left: -18px;
        background: #fff url(../images/slider-arrow.png) no-repeat 10px 11px;
        height: 37px;
        width: 37px;
        border-radius: 50%;
        box-shadow: 0 0 10px #ccc;
    }

    #productSlider .owl-nav .owl-next {
        left: inherit;
        right: -18px;
        transform: rotate(180deg);
    }

        #productSlider .owl-nav .owl-prev:hover, #productSlider .owl-nav .owl-next:hover {
        }

    #productSlider .owl-nav span {
        display: none;
    }

    #productSlider .owl-nav .owl-prev:focus, #productSlider .owl-nav .owl-next:focus {
        outline: none;
    }

#productSlider .owl-dots {
    display: none;
}

.lightGrayBg {
    background: #f7f7f7;
}

.aboutSectionBg {
    background: #fff;
    padding: 30px;
}

.aboutText h3 {
    margin: 0px 0px 20px 0px;
    font-weight: 700;
    font-size: 24px;
}

.aboutText p {
    line-height: 1.6;
}

.aboutImg img {
    border-radius: 10px;
}

.homeSection {
    margin: 0px 0px 50px 0px;
    display: inline-block;
    width: 100%;
}

.homeHeading {
    margin: 0px 0px 30px 0px;
}

    .homeHeading h2 {
        font-size: 24px;
        margin: 0px;
        font-weight: 600;
    }

    .homeHeading h1 {
        font-size: 24px;
        margin: 0px;
        font-weight: 600;
    }

.viewAllBtn {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #b18e47;
    padding: 5px 15px;
    border-radius: 3px;
}

    .viewAllBtn:hover {
        background: #92650a;
        text-decoration: none;
        color: #fff;
    }

.borderBtn {
    border: solid 1px #b18e47;
    background: #fff;
    color: #b18e47;
    font-weight: 600;
    padding: 0.375rem 1rem;
    position: relative;
}

    .borderBtn:hover {
        background: #b18e47;
        color: #fff;
    }

.goldBtn {
    border: none;
    background: #92650a;
    color: #fff;
    padding: 0.475rem 1.2rem;
}

    .goldBtn:hover {
        background: #92650a;
        color: #fff;
    }

.textContentSectionBg {
    background: #fff;
    padding: 30px;
}

.homeBlogSection {
    background: #fff;
}

    .homeBlogSection h2 {
        text-align: center;
    }

.homeBlogBlock {
    margin-bottom: 2.5rem;
}

    .homeBlogBlock .img {
        margin-bottom: 0.5rem;
    }

        .homeBlogBlock .img a {
            display: inline-block;
            width: 100%;
            height: 350px;
            background: #000;
            overflow: hidden;
            border-radius: 5px;
        }

        .homeBlogBlock .img img {
            transition: transform 0.1s linear;
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .homeBlogBlock h4 {
        margin: 0px 0px 15px 0px;
        font-size: 16px;
        font-weight: 700;
    }

    .homeBlogBlock .img:hover img {
        transform: scale(1.03);
        opacity: 0.8;
    }

.productDivider {
    padding: 1px 0px;
    margin-bottom: 1px;
    background: #DCDCDC;
}

.alsoHeading {
    margin: 50px 0px 30px 0px;
}

.cartspacer {
    background: #f7f7f7;
    padding: 30px;
}

.customerTestiSec {
    margin-top: 30px;
}

    .customerTestiSec h2 {
        text-align: center;
    }

.testmonialBox {
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 3px;
    padding: 30px 20px 30px 20px;
    position: relative;
    margin: 20px 10px 20px 10px;
    box-shadow: 0px 7px 10px #e8e8e8;
    min-height: 200px;
}

    .testmonialBox:before {
        content: "";
        position: absolute;
        left: 20px;
        top: -17px;
        height: 40px;
        width: 55px;
        background: url(../images/quote-icon.png) 0px 2px;
    }

    .testmonialBox .date {
        color: #9aa0a6;
    }

.rating {
    width: 140px;
    height: 30px;
    display: inline-block;
    margin-bottom: 10px;
    background: url(../images/star-rating-bg.png) no-repeat 0px 0px;
}

    .rating .rate {
        background: url(../images/star-rating.png) no-repeat 0px 0px;
        display: inline-block;
        height: 25px;
    }

#testimonailSlider {
    margin-bottom: 50px;
}

    #testimonailSlider .owl-nav {
        display: none;
    }

    #testimonailSlider .owl-dots {
        display: block;
        text-align: center;
        position: absolute;
        left: 0px;
        bottom: -50px;
        left: 0px;
        width: 100%;
    }

    #testimonailSlider .owl-dot {
        width: 12px;
        height: 12px;
        background: #bdbec4;
        border-radius: 50%;
        margin: 5px 7px;
    }

        #testimonailSlider .owl-dot.active {
            background: #b18e47;
        }

        #testimonailSlider .owl-dot:focus {
            outline: none;
        }

#ekw138 {
    width: 201px;
    height: 56px;
    cursor: pointer;
}

    #ekw138 .stars-white {
        background: url(../images/star-rating.png);
        background-repeat: no-repeat;
        height: 24px;
        width: 132px;
        margin: 16px 0;
    }

    #ekw138 .stars-yellow {
        background: url(../images/star-rating.png);
        background-repeat: no-repeat;
        height: 100%;
        max-width: 100%;
    }

#logoSlider .item img {
    transition: transform:0.2s linear;
}

#logoSlider .item:hover img {
    transform: scale(0.97);
}

.homeDeleverySection {
    text-align: center;
}

.deliveryLink {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
}

    .deliveryLink a {
        color: #202124;
        text-decoration: none;
        margin: 3px 5px;
        display: inline-block;
    }

        .deliveryLink a:hover {
            color: #202124;
            text-decoration: underline;
        }

.footerBg {
    background: #202124;
    padding: 50px 0px 20px 0px;
}

    .footerBg .homeHeading {
        text-align: center;
        color: #fff;
    }

.copyRight {
    color: #9aa0a6;
    margin: 30px 0px;
}

.fooerBlock {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

    .fooerBlock h4 {
        margin: 0px 0px 1.6rem 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
    }

    .fooerBlock title {
        margin: 0px 0px 1.6rem 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
    }

.footerLink {
    margin: 0px 0px 0px 0px;
    list-style: none;
    padding: 0px;
}

    .footerLink li {
        margin-bottom: 0.5rem;
    }

    .footerLink a {
        color: #9aa0a6;
        text-decoration: none;
    }

        .footerLink a:hover {
            color: #fff;
        }

.fooerRightBlock {
    color: #fff;
}

    .fooerRightBlock h4 {
        margin: 0px 0px 1.6rem 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
    }

    .fooerRightBlock .topBarRight a {
        color: #fff;
    }

.socialLink {
    padding: 0px;
    margin: 20px 0px 20px 0px;
}

    .socialLink li {
        display: inline-block;
        margin: 0px 5px 0px 0px;
    }

        .socialLink li a {
            width: 27px;
            height: 27px;
            display: inline-block;
            font-size: 0px;
            background: url(../images/social-icons.png) no-repeat 1px 1px;
            vertical-align: top;
            transition: all 0.1s linear;
        }

        .socialLink li.facebook a {
            background-position: -46px 1px;
        }

        .socialLink li.twitter a {
            background-position: -95px 1px;
        }

        .socialLink li.youtube a {
            background-position: -143px 1px;
        }

        .socialLink li.print a {
            background-position: -191px 2px;
        }

        .socialLink li.rss a {
            background-position: -241px 2px;
        }

        .socialLink li a:hover {
            transform: scale(0.95);
        }

.backTop {
    position: fixed;
    bottom: 65px;
    right: 25px;
    transform: rotate(90deg);
    z-index: 13;
    display: none;
    background: #fff url(../images/slider-arrow.png) no-repeat 10px 11px;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
}

.brideGrumeBg {
    background: #fff;
    padding: 15px 0px;
    margin-bottom: 30px;
}

.brideGrumeText {
    color: #9aa0a6;
}

    .brideGrumeText a {
        color: #9aa0a6;
    }

    .brideGrumeText span {
        display: inline-block;
        margin: 0px 5px;
    }

.sideBarBlock {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

    .sideBarBlock h3 {
        font-weight: 700;
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }

.filterLink {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .filterLink li {
        margin-bottom: 3px;
    }

        .filterLink li:last-child {
            margin-bottom: 0px;
        }

        .filterLink li a {
            color: #5f6368;
        }

.sideBarBlock h3 a {
    color: #5f6368;
}

.sideBarBlockTitle {
    font-weight: 700;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}

.categoryPageContent {
    margin-bottom: 40px;
    padding: 40px 0px;
}

    .categoryPageContent h1 {
        font-size: 24px;
        margin: 0px 0px 15px 0px;
        font-weight: 700;
    }
    .categoryPageContent h2 {
        font-size: 24px;
        margin: 0px 0px 15px 0px;
        font-weight: 700;
    }

    .categoryPageContent p {
        color: #5f6368;
        line-height: 1.6;
        font-size: 16px;
    }
    .categoryPageContent strong {
        color: #5f6368;
        line-height: 1.6;
        font-size: 16px;
         font-weight: 400;
    }

    .categoryPageContent a {
        color: #b18e47;
    }

.categoryProductList {
    margin-bottom: 60px;
}

    .categoryProductList .productBox h3 {
        min-height: 42px;
    }

    .categoryProductList .productBoxEU h3 {
        min-height: 42px;
    }

.innerBannerTextBg {
    background: #fff;
}

.categoryPage .brideGrumeBg {
    margin-bottom: 3px;
}

.productDetailSlider h2 {
    text-align: center;
    font-size: 24px;
}

.productDetailSectino {
    margin-bottom: 50px;
    
}

.productGallery {
    padding: 0px;
    background: #fff;
    margin-bottom: 30px;
}

.productGallery { text-align: center; }

.productInfoBlock {
    color: #5f6368;
    margin-bottom: 30px;
    font-size: 16px;
}

    .productInfoBlock a {
        color: #b18e47;
    }

.productId {
    margin-bottom: 5px;
}

.productTitle {
    margin: 0px 0px 15px 0px;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #202124;
}

.productDesc {
    margin: 0px 0px 15px 0px;
}

.productType {
    margin: 0px 0px 15px 0px;
}

    .productType p {
        margin-bottom: 5px;
    }

    .productType strong {
        color: #202124;
    }

.productPrice {
    margin: 25px 0px 25px 0px;
}

    .productPrice strong {
        font-weight: 700;
        color: #202124;
        font-size: 24px;
        display: block;
    }

.productStatus {
    margin: 0px 0px 15px 0px;
}

.productStock {
    padding-left: 30px;
    position: relative;
    margin: 0px 0px 5px 0px;
}

.productOutStock {
    padding-left: 30px;
    position: relative;
    margin: 0px 0px 5px 0px;
    color: red;
}

.productStock:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    background: url(../images/instock.png) no-repeat 2px 4px;
}

.productOutStock:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    background: url(../images/redx.png) no-repeat 2px 4px;
}

.productSize {
    font-weight: 600;
}

.productQut .form-control {
    border-radius: 0px;
    width: 50px;
    height: 30px;
    display: inline-block;
    margin-left: 5px;
}

.shareLink {
    padding: 0px;
    margin: 0px 0px 0px 5px;
    display: inline-block;
}

    .shareLink li {
        display: inline-block;
        margin: 0px 5px 0px 0px;
    }

        .shareLink li a {
            width: 24px;
            height: 24px;
            display: inline-block;
            font-size: 0px;
            background: url(../images/share-icon.png) no-repeat -2px 1px;
            vertical-align: top;
            transition: all 0.1s linear;
        }

        .shareLink li.google a {
            background-position: -89px 1px;
        }

        .shareLink li.twitter a {
            background-position: -30px 1px;
        }

        .shareLink li.youtube a {
            background-position: -60px 1px;
        }

        .shareLink li.print a {
            background-position: -60px 1px;
        }

        .shareLink li.linkedin a {
            background-position: -118px 1px;
        }

        .shareLink li a:hover {
            transform: scale(0.95);
        }

.rowBg {
    overflow: hidden;
}

.whiteBgBlock {
    background: #fff;
    position: relative;
    padding: 25px 10px 15px 0px;
    margin-bottom: 30px;
}

    .whiteBgBlock:before {
        position: absolute;
        left: -100%;
        width: 100%;
        top: 0px;
        bottom: 0px;
        content: "";
        background: #fff;
    }

.blockText {
    color: #5f6368;
    font-size: 16px;
}

    .blockText h2 {
        margin: 0px 0px 15px 0px;
        font-weight: 600;
        font-size: 24px;
        color: #202124;
    }

    .blockText h4 {
        margin: 0px 0px 15px 0px;
        font-weight: 600;
        font-size: 18px;
        color: #202124;
    }

    .blockText ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .blockText ul li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 5px;
        }

    .blockText a {
        color: #b18e47;
    }

.whiteBgRight:before {
    left: inherit;
    right: -100%;
}

.whiteBgRight {
    padding: 25px 0px 15px 30px;
}

    .whiteBgRight section {
        margin: 0px 0px 30px 0px;
    }

.blockText .form-group {
    margin-bottom: 10px;
    font-size: 14px;
}

.blockText .form-control {
    border-radius: 0px;
}

.blockText .row {
    margin-left: -5px;
    margin-right: -5px;
}

.blockText [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.checkBoxRow {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 10px 0px;
}

    .checkBoxRow .checkboxInput {
        margin: 8px 5px 0px 0px;
        vertical-align: top;
    }

        .checkBoxRow .checkboxInput + label {
            margin: 0px;
            max-width: 90%;
            display: inline-block;
        }

            .checkBoxRow .checkboxInput + label a {
                color: var(--green);
            }

.radioControl {
    height: auto;
    line-height: normal;
}

    .radioControl input {
        vertical-align: top;
        margin: 7px 5px 0px 0px;
    }

    .radioControl label {
        margin: 0px;
        display: inline-block;
        max-width: 90%;
        line-height: normal;
    }

.buttonsRow {
    text-align: center;
    margin-bottom: 20px;
}

    .buttonsRow .goldBtn {
        width: 100%;
        border-radius: 0px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .buttonsRow a {
        text-transform: uppercase;
        text-decoration: underline;
        color: #b18e47;
    }

.blogPostPage {
    background: #fff;
    padding: 50px 0px;
}

    .blogPostPage h1 {
        text-align: center;
        margin: 0px 0px 40px 0px;
        font-weight: 600;
        font-size: 28px;
        color: #202124;
    }

.blogPage .brideGrumeBg {
    margin-bottom: 10px;
}

.blogDetail h1 {
    margin: 20px 0px 20px 0px;
    font-weight: 600;
    font-size: 28px;
    color: #202124;
    text-transform: uppercase;
}

.blogPostContent {
    font-size: 1.05rem;
}

    .blogPostContent p {
        margin-bottom: 1.5rem;
    }

    .blogPostContent img {
        margin-bottom: 1.5rem;
        border-radius: 5px;
    }

    .blogPostContent blockquote {
        background: #f7f7f7;
        padding: 1.5rem;
        border-left: solid 4px #ccc;
        margin-bottom: 1.7rem;
    }

        .blogPostContent blockquote:before {
            content: '"';
            margin-right: 2px;
        }

        .blogPostContent blockquote:after {
            content: '"';
        }

.blogDetailImg {
    position: sticky;
    top: 0px;
    margin-bottom: 30px;
}

.loginBoxBg {
    max-width: 400px;
    margin: 0px auto;
    background: #fff;
    padding: 20px;
}

    .loginBoxBg h1 {
        margin: 20px 0px 40px 0px;
        font-weight: 600;
        font-size: 24px;
        color: #202124;
        text-align: center;
    }

    .loginBoxBg table {
        width: 300px;
    }

.form .form-control {
    border-radius: 0px;
}

.form .goldBtn {
    display: block;
    border-radius: 0px;
    width: 100%;
    background: #b18e47;
    color: #fff;
}

.form .guestBtn {
    display: block;
    border-radius: 0px;
    width: 100%;
    background: #000000;
    color: #fff;
}

.form .forGot {
    color: #666;
    text-decoration: underline;
    display: inline-block;
}

.loginBoxBottomBtn {
    padding: 20px 0px 60px 0px;
    display: inline-block;
    width: 100%;
}

    .loginBoxBottomBtn .grayBorder {
        border-radius: 0px;
        text-transform: uppercase;
        display: block;
        max-width: 400px;
        margin: 0px auto;
        background: #666;
        color: #fff;
    }

.registerPage .loginBoxBg h1 {
    margin-bottom: 10px;
}

.registerPage .desc {
    margin-bottom: 30px;
    text-align: center;
}

.registerPage .loginBoxBg {
    max-width: 500px;
}

.registerPage .loginBoxBottomBtn .grayBorder {
    max-width: 500px;
}

.registerPage .row {
    margin-left: -5px;
    margin-right: -5px;
}

.registerPage .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.grayBorder {
    border: solid 1px #666;
    background: #fff;
    color: #666;
    font-weight: 600;
    padding: 0.4rem 1rem;
    position: relative;
}

    .grayBorder:hover {
        background: #666;
        color: #fff;
    }

.contactPage h1 {
    margin: 20px 0px 20px 0px;
    font-weight: 600;
    font-size: 24px;
    color: #202124;
    text-align: center;
}

.mapArea {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.contactTextBox {
    background: #fff;
    padding: 30px;
    font-size: 16px;
    border-bottom: solid 30px #f7f7f7;
    height: 100%;
}

    .contactTextBox h3 {
        margin: 0px 0px 15px 0px;
        font-weight: 700;
        font-size: 18px;
        color: #202124;
    }

.contactPage .lightGrayBg {
    padding: 40px 0px 30px 0px;
}

.contactTextBox .call, .contactTextBox .email {
    padding-left: 27px;
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    color: #202124;
}

    .contactTextBox .call:before, .contactTextBox .email:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 8px;
        height: 16px;
        width: 16px;
        background: url(../images/header-icons.png) no-repeat 0px -29px;
    }

    .contactTextBox .email:before {
        background-position: 0px 0px;
    }

.aboutPage .brideGrumeBg {
    margin-bottom: 0px;
}

.aboutTextBox {
    max-width: 845px;
    margin: 0px auto;
    position: relative;
    top: -90px;
    text-align: center;
    box-shadow: 0px 0px 20px #00000030;
    padding: 30px;
    background: #fff;
    font-size: 16px;
    color: #5f6368;
}

    .aboutTextBox h1 {
        margin: 0px 0px 30px 0px;
        font-weight: 600;
        font-size: 24px;
        color: #202124;
    }

.aboutImage {
    margin-bottom: 50px;
}

.aboutImageText {
    font-size: 16px;
    color: #5f6368;
    margin-bottom: 50px;
}

    .aboutImageText h2 {
        margin: 0px 0px 30px 0px;
        font-weight: 600;
        font-size: 24px;
        color: #202124;
    }

.alsoTextBox {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    text-align: center;
    box-shadow: 0px 7px 10px #e8e8e8;
    padding: 15px;
    background: #fff;
    font-size: 16px;
    color: #5f6368;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .alsoTextBox h2 {
        margin: 0px 0px 10px 0px;
        font-weight: 500;
        font-size: 24px;
        color: #202124;
    }

.orderSummery {
    margin: 0px 0px 100px 0px;
    font-size: 16px;
}

    .orderSummery h2 {
        margin: 0px 0px 15px 0px;
        font-weight: 700;
        font-size: 24px;
        color: #202124;
    }

.summerBg {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

.textRow {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

    .textRow .textA, .textRow .textB {
        display: inline-block;
        width: 70%;
        vertical-align: top;
    }

    .textRow .textB {
        width: 28%;
        text-align: right;
    }

    .textRow.total {
        margin: 0px;
        border-top: solid 1px #ccc;
        padding-top: 5px;
        font-weight: 700;
    }

        .textRow.total .textA span {
            font-size: 12px;
            font-weight: 400;
        }

.summeryBlock .yellowBtn {
    width: 100%;
}

.summeryBtnRow .btn {
    display: block;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.summeryBtnRow .borderBtn {
    border-color: #202124;
    color: #202124;
}

    .summeryBtnRow .borderBtn:hover {
        background: #202124;
        color: #ffff;
    }

.summeryBtnRow .goldBtn {
    border: none;
    background: #b18e47;
    color: #fff;
    padding: 0.475rem 1.2rem;
}

    .summeryBtnRow .goldBtn:hover {
        background: #92650a;
        color: #fff;
    }

.cartListSection {
    margin: 0px 0px 20px 0px;
}

    .cartListSection h1 {
        margin: 0px 0px 15px 0px;
        font-weight: 700;
        font-size: 24px;
        color: #202124;
    }

.cartItem {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.cartItemImg {
    flex: 0 0 16%;
    padding-right: 4%;
    margin-bottom: 0px;
}

.cartItemText {
    flex: 0 0 84%;
    position: relative;
    font-size: 16px;
}

.cartItemTitle {
    margin: 5px 0px 10px 0px;
    font-size: 16px;
    padding-right: 70px;
}

.cartItemPrice {
    margin: 0px 0px 10px 0px;
}

.cartItemTitle a {
    color: #202124;
    font-weight: 400;
}

.cartItemTotalPrice {
    margin: 0px;
    position: absolute;
    top: 5px;
    right: 0px;
    color: #000;
    font-weight: 700;
}

.cartItemLink {
    margin: 0px;
}

    .cartItemLink a {
        color: #b18e47;
        font-size: 12px;
        text-decoration: none;
        margin-right: 25px;
        position: relative;
        padding-left: 17px;
    }

        .cartItemLink a:before {
            content: "";
            position: absolute;
            left: 1px;
            top: 2px;
            height: 12px;
            width: 12px;
            background: url(../images/cart-item-icons.png) no-repeat 0px 0px;
        }

        .cartItemLink a.cartItemRemove:before {
            background-position: 1px -21px;
        }

        .cartItemLink a:hover {
            text-decoration: underline;
        }

.billingSectionBg {
    background: #fff;
    padding: 30px;
    margin-bottom: 60px;
}

    .billingSectionBg h1 {
        margin: 10px 0px 50px 0px;
        font-weight: 700;
        font-size: 24px;
        color: #202124;
    }

    .billingSectionBg .form {
        max-width: 530px;
    }

    .billingSectionBg .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .billingSectionBg .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

#specialItemSlider {
    margin-bottom: 20px;
}

.specailItem {
    text-align: center;
    border: solid 1px #ccc;
    padding: 10px;
    text-align: center;
}

    .specailItem .img {
        margin-bottom: 10px;
    }

        .specailItem .img img {
            max-width: 350px;
            display: inline-block;
        }

.blackBtn {
    background: #000000;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
    padding: 0.375rem 1.75rem;
}

    .blackBtn:hover {
        background: #000000;
        color: #fff;
    }

#specialItemSlider .owl-nav {
    display: block;
}

    #specialItemSlider .owl-nav .owl-prev, #specialItemSlider .owl-nav .owl-next {
        position: absolute;
        top: 45%;
        left: -18px;
        background: #fff url(../images/slider-arrow.png) no-repeat 10px 11px;
        height: 37px;
        width: 37px;
        border-radius: 50%;
        box-shadow: 0 0 10px #ccc;
    }

    #specialItemSlider .owl-nav .owl-next {
        left: inherit;
        right: -18px;
        transform: rotate(180deg);
    }

        #specialItemSlider .owl-nav .owl-prev:hover, #specialItemSlider .owl-nav .owl-next:hover {
        }

    #specialItemSlider .owl-nav span {
        display: none;
    }

    #specialItemSlider .owl-nav .owl-prev:focus, #specialItemSlider .owl-nav .owl-next:focus {
        outline: none;
    }

#specialItemSlider .owl-dots {
    display: none;
}

.botcss {
    font-style: normal;
}

.cardcontent {
    background-position: center 50%;
    overflow-y: hidden;
    z-index: 100;
    float: none;
    overflow-x: hidden;
    overflow: hidden;
    width: 345px;
    cursor: auto;
    position: absolute;
    line-break: strict;
    height: 160px;
    text-overflow: clip;
    background-color: transparent;
    text-align: center;
    left: 1px;
    margin-right: 100px;
    margin-bottom: 10px;
}

.carddiv1 {
    background-position: center 50%;
    overflow-y: hidden;
    z-index: 105;
    left: 1px;
    float: none;
    overflow-x: hidden;
    width: 345px;
    cursor: auto;
    position: absolute;
    line-break: strict;
    top: 16px;
    height: 160px;
    text-overflow: clip;
    background-color: transparent;
    text-align: left;
    padding-right: 10px;
}

.cardpnlcontrols {
    width: 345px;
    height: 220px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2rem;
}

.cardcenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cardtd1 {
    background-position: center 50%;
    overflow-y: hidden;
    z-index: 100;
    float: none;
    overflow-x: hidden;
    overflow: hidden;
    width: 345px;
    cursor: auto;
    position: absolute;
    line-break: strict;
    height: 160px;
    text-overflow: clip;
    background-color: transparent;
    text-align: left;
}

.rbClearButton,
.rbClearButton:hover {
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    color: #b18e47 !important;
}

.rbHyperlinkButton {
    color: #b18e47;
    font-size: 12px;
    margin-right: 0px;
    position: relative;
    padding-left: 0px;
    padding-bottom: 0px;
}

.rcOtherMonth {
    visibility: hidden !important;
}

.strike {
    text-decoration: line-through;
    text-decoration-color: #FF0000;
}

@media (max-width:1400px) {
    .homeBannerText {
        max-width: 600px;
    }

        .homeBannerText h3 {
            font-size: 34px;
        }

        .homeBannerText h1 {
            font-size: 34px;
        }
}

.mobileNavBtn {
    display: none;
    border: none;
    cursor: pointer;
    margin-top: 4px;
    width: 22px;
    height: 18px;
    border-radius: 0px;
    background: none;
    position: relative;
}

    .mobileNavBtn span {
        content: "";
        width: 100%;
        left: 0px;
        top: 7px;
        height: 2px;
        background: #fff;
        position: absolute;
        transition: all 0.3s linear;
    }

        .mobileNavBtn span:nth-child(2) {
            top: 0px;
        }

        .mobileNavBtn span:nth-child(3) {
            top: 14px;
        }

.openNav .mobileNavBtn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 101;
}

    .openNav .mobileNavBtn span {
        background: #000;
    }

        .openNav .mobileNavBtn span:nth-child(2) {
            display: none;
        }

        .openNav .mobileNavBtn span:nth-child(1) {
            transform: rotate(45deg)
        }

        .openNav .mobileNavBtn span:nth-child(3) {
            transform: rotate(-45deg);
            top: 7px;
        }

.mobileSearchBtn {
    display: none;
    height: 30px;
    width: 30px;
    border: none;
    margin: 0px 2px 0px 20px;
    background: transparent url(../images/header-icons.png) no-repeat 4px -125px;
}

@media (max-width:1024px) {
    .homeBanner .item:before {
        display: block;
    }

    .homeBanner .item {
        color: #fff !important;
    }

    #homeBanner .owl-nav {
        display: none;
    }

    .overflowHidden {
        overflow: hidden;
    }

    .searchBox {
        display: none;
        position: absolute;
        top: 100%;
        max-width: inherit;
        z-index: 11;
        left: -15px;
        right: -15px;
        padding: 10px 15px;
        background: #000;
    }

    .searchRow {
        position: relative;
    }

    .mobileSearchBtn {
        display: inline-block;
    }

    .cartCol a, .signInCol a {
        font-size: 0px;
        padding: 10px;
        margin: 0px 10px;
        width: 30px;
        height: 30px;
        vertical-align: top;
    }

    .signInCol .icon {
        background-color: transparent;
        right: -4px;
        top: -4px;
    }

    .cartCol .icon {
        right: 3px;
        top: 2px;
    }

    .headRow .logoCol {
        flex: 1 1 0;
        text-align: center;
    }

    .headRow .mainNavCol {
        order: -1;
        position: relative;
    }

    .headRow .searchCol {
        flex: 0 0 auto;
    }

    .mobileNavBtn {
        display: inline-block;
    }

    .navigation {
        position: fixed;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 100%;
        background: #b18e47;
        z-index: 100;
        right: -110%;
        transition: all 0.2s linear;
        padding-top: 40px;
    }

    .openNav .navigation {
        right: 0px;
    }

    .navigation > ul {
        margin: 0px;
        max-height: 100%;
        overflow-y: auto;
    }

        .navigation > ul > li {
            width: 100%;
            border-bottom: solid 1px #98742a;
            text-align: left;
        }

            .navigation > ul > li > a {
                padding: 12px 40px 12px 20px;
                display: block;
                color: #fff;
                height: auto;
            }

    .navigation .subMenu {
        position: relative;
    }

    .magaMenu {
        display: none;
        padding: 0px 20px;
    }

    .subMenu > a {
        position: relative;
    }

        .subMenu > a:after {
            content: '';
            width: 20px;
            height: 20px;
            position: absolute;
            right: 15px;
            top: 15px;
            background: transparent url(../images/slider-arrow.png) no-repeat 3px 2px;
            transform: rotate(-90deg);
        }

    .openSubMenu.subMenu > a:after {
        transform: rotate(90deg);
    }

    .magaMenu h3 {
        padding: 0px 5px 6px 5px;
    }

    .magaMenu .catLink {
        margin: 0px 10px;
    }

        .magaMenu .catLink li a {
            display: block;
            padding: 5px;
            border-bottom: solid 1px #98742a;
        }

    .tabNavBlock {
        display: none;
    }

    .tabNav {
        list-style: none;
        padding: 0px;
    }

        .tabNav > li {
            border-bottom: solid 1px #fff;
        }

            .tabNav > li > a {
                position: relative;
                padding: 8px 40px 8px 10px;
                display: block;
                color: #fff;
                text-decoration: none;
            }

                .tabNav > li > a:before, .tabNav > li > a:after {
                    content: '';
                    width: 20px;
                    height: 2px;
                    background: #fff;
                    position: absolute;
                    right: 6px;
                    top: 16px;
                }

                .tabNav > li > a:after {
                    transform: rotate(-90deg);
                    transition: transform 0.3s linear;
                }

            .tabNav > li.hover > a:after {
                transform: rotate(180deg);
            }

            .tabNav > li.hover .tabNavBlock {
                display: block;
            }

    .magaMenu .catLink a:hover {
        color: #000;
    }

    .logo {
        margin: 5px 0px;
    }

        .logo img {
            max-height: 50px;
        }
}

@media(max-width:991px) {
    .prodctrRow > [class*="col-"] {
        flex: 0 0 50%;
    }

    .headerTopBar .col, .headerTopBar .col-auto {
        flex: 0 0 100%;
        text-align: center;
    }
}

@media (max-width:767px) {
    .aboutImgRight {
        order: -1
    }

    .aboutTextBox {
        top: -40px;
        padding: 15px;
        box-shadow: 0px 0px 10px #00000030;
        font-size: 14px;
    }

        .aboutTextBox h1 {
            font-size: 18px;
            margin: 0px 0px 15px 0px;
        }

    .aboutImage {
        margin-bottom: 15px;
    }

    .aboutImageText h2 {
        margin: 0px 0px 15px 0px;
        font-size: 18px;
    }

    .aboutImageText {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

.viewFilterOnMobile {
    display: none;
}

@media (max-width:575px) {
    .topBarRight a.email {
        border-right: none;
        padding-right: 0px;
    }

    .brideGrumeText a {
        font-size: 14px;
    }

    .homeBannerText h3 {
        font-size: 24px;
    }

    .homeBannerText h1 {
        font-size: 24px;
    }

    .homeBannerText .desc {
        font-size: 14px;
    }

    .prodctrRow > [class*="col"] {
        flex: 0 0 50%;
        margin-bottom: 15px;
    }

    .productBox h3 {
        font-size: 14px;
        height: 42px;
    }
    .productBox h2 {
        font-size: 14px;
        height: 42px;
    }

    .productBox a {
        font-size: 14px;
        height: 42px;
    }

    .price {
        font-size: 14px;
    }

    .productBox .img {
        height: 200px;
        line-height: 200px;
    }

        .productBox .img img {
            max-height: 200px;
        }

    .productBoxEU h3 {
        font-size: 14px;
        height: 42px;
    }

    .price {
        font-size: 14px;
    }

    .productBoxEU .img {
        height: 200px;
        line-height: 200px;
    }

        .productBoxEU .img img {
            max-height: 200px;
        }

    .categoryBox a {
        margin: 10px 2px;
        font-size: 14px;
        font-weight: 500;
        color: #92650a;
        text-decoration: none;
    }

        .categoryBox a:hover {
            color: #92650a;
        }

    .categoryBox .img {
        height: 200px;
        line-height: 200px;
    }

        .categoryBox .img img {
            max-height: 200px;
        }

    .aboutSectionBg {
        padding: 15px;
    }

    .textContentSectionBg {
        padding: 20px 15px 15px 15px;
    }

    .homeSection {
        margin: 0px 0px 30px 0px;
    }

    .homeHeading {
        margin: 0px 0px 20px 0px;
    }

        .homeHeading h2 {
            font-size: 18px;
        }

    #productSlider .owl-nav .owl-prev {
        left: 12px;
    }

    #productSlider .owl-nav .owl-next {
        right: 12px;
    }

    #specialItemSlider .owl-nav .owl-prev {
        left: 12px;
    }

    #specialItemSlider .owl-nav .owl-next {
        right: 12px;
    }

    #testimonailSlider {
        margin-bottom: 30px;
    }

        #testimonailSlider .owl-dots {
            bottom: -30px;
        }

    .homeBlogBlock .img a {
        height: auto;
    }

    .homeBlogBlock .desc {
        margin: 0px 0px 1rem;
    }

    .footer .col-auto {
        flex: 0 0 100%;
        text-align: center;
    }

    .copyRight {
        margin: 20px 0px;
        text-align: center;
    }

    .paymentOptions {
        margin-bottom: 20px;
    }

    .homeDeleverySection {
        text-align: left;
    }

    .deliveryLink {
        font-size: 0px;
        text-align: left;
    }

        .deliveryLink a {
            font-size: 14px;
            background: #fff;
            display: block;
            padding: 5px 10px;
        }

    .whiteBgBlock:before {
        display: none;
    }

    .whiteBgBlock {
        padding: 10px;
        margin-bottom: 15px;
    }

    .blockText h2 {
        font-size: 18px;
    }

    .blockText {
        font-size: 14px;
    }

    .productInfoBlock {
        font-size: 14px;
    }

    .productTitle {
        font-size: 18px;
    }

    .productQut {
        margin-bottom: 15px;
    }

    .whiteBgRight section {
        margin-bottom: 15px;
    }

    .productDetailSectino {
        margin-bottom: 10px;
    }

    .blockTextContent {
        display: none;
    }

    .blockText .blockTextHead {
        position: relative;
        padding-right: 25px;
        margin-bottom: 5px;
    }

    .blockTextHead:before, .blockTextHead:after {
        content: '';
        width: 20px;
        height: 2px;
        background: #baa06a;
        position: absolute;
        right: 5px;
        top: 10px;
    }

    .blockTextHead:after {
        transform: rotate(-90deg);
        transition: transform 0.3s linear;
    }

    .openTab .blockTextHead:after {
        transform: rotate(180deg);
    }

    .openTab .blockTextHead {
        margin-bottom: 15px;
    }

    .filterArea {
        display: none;
    }

    .sideBarBlock {
        padding: 10px;
    }

    .filterLink li {
        margin-bottom: 8px;
    }

    .sideBarBlock .filterHeading {
        position: relative;
        padding-right: 25px;
        margin-bottom: 0px;
    }

    .filterHeading:before, .filterHeading:after {
        content: '';
        width: 20px;
        height: 2px;
        background: #baa06a;
        position: absolute;
        right: 5px;
        top: 7px;
    }

    .filterHeading:after {
        transform: rotate(-90deg);
        transition: transform 0.3s linear;
    }

    .openTab .filterHeading:after {
        transform: rotate(180deg);
    }

    .openTab .filterHeading {
        margin-bottom: 10px;
    }

    .viewFilterOnMobile {
        display: block;
        background: #202124;
        color: #fff;
        margin-bottom: 15px;
        text-transform: uppercase;
        padding: 10px 25px 10px 12px;
        position: relative;
    }

        .viewFilterOnMobile:before, .viewFilterOnMobile:after {
            content: '';
            width: 20px;
            height: 2px;
            background: #baa06a;
            position: absolute;
            right: 11px;
            top: 18px;
        }

        .viewFilterOnMobile:after {
            transform: rotate(-90deg);
            transition: transform 0.3s linear;
        }

    .filterOpen.viewFilterOnMobile:after {
        transform: rotate(180deg);
    }

    .sideBarBlock {
        display: none;
    }

    sideBarBlock h3 a {
        color: #5f6368;
    }

    .categoryPageContent h1 {
        font-size: 18px;
        margin: 15px 0px 15px 0px;
    }

    .customerTestiSec h2 {
        text-align: left;
    }

    .blogPostPage h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .blogPostPage {
        padding: 30px;
    }

    .blogDetail h1 {
        font-size: 20px;
    }

    .blogDetailImg {
        margin-bottom: 15px;
    }

    .contactPage .lightGrayBg {
        padding: 30px 0px 0px 0px;
    }

    .contactTextBox {
        font-size: 14px;
        padding: 15px;
    }

    .cartListSection h1, .orderSummery h2 {
        font-size: 18px;
    }

    .orderSummery, .cartItemText {
        font-size: 14px;
    }

    .cartItemTitle {
        margin: 0px 0px 5px 0px;
        padding-right: 0px;
    }

    .cartItemTotalPrice {
        display: none;
    }

    .cartItemPrice {
        margin: 0px 0px 5px 0px;
    }

    .cartItemLink a {
        margin-right: 10px;
    }

    .orderSummery {
        margin: 0px 0px 20px 0px;
    }

    .billingSectionBg {
        padding: 15px;
        margin-bottom: 20px;
    }

        .billingSectionBg h1 {
            margin: 0px 0px 20px 0px;
            font-size: 18px;
        }

    .innerBanner img {
        min-height: 200px;
        object-fit: cover;
    }

    .categoryProductList {
        margin-bottom: 30px;
    }

    productDetailSlider h2 {
        text-align: center;
        font-size: 18px;
    }
}

@media (max-width:379px) {
    .fooerBlock h4, .fooerRightBlock h4 {
        margin-bottom: 15px;
    }

    .fooerBlock, .fooerRightBlock h4 {
        margin-bottom: 15px;
    }

    .footerBg {
        padding: 30px 0px 10px 0px;
    }

        .footerBg .homeHeading {
            text-align: left;
        }

        .footerBg .col {
            flex: 0 0 100%;
        }

    .registerPage .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fooerBlock h4 {
        margin-bottom: 0px;
        position: relative;
        padding: 5px 10px;
        background: #000;
    }

    .fooerBlock {
        margin-bottom: 0px;
        position: relative;
        padding: 5px 10px;
        background: #000;
    }

    .footerLink {
        display: none;
        padding: 5px 10px;
    }

    .fooerBlock h4:after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .fooerBlock h4:after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        right: 5px;
        top: 5px;
        background: transparent url(../images/slider-arrow.png) no-repeat 3px 2px;
        transform: rotate(-90deg);
    }

    .openFootTab.fooerBlock h4:after {
        transform: rotate(90deg);
    }
}

.MagicScroll[data-mode="cover-flow"] {
    background-color: #FFFFFF;
}

.myAccountList li {
    text-align: center;
}

.myAccountList .thumbnail {
    padding: 10px 0 0;
}

.thumbnail {
    padding: 10px 0 0;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    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 {
    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-redo-alt:before{content:"\f2f9"}
  .fa-undo-alt:before{content:"\f2ea"}

.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: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-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-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"
}

.myAccountList li {
    text-align: center;
    display: inline;
}

    .myAccountList li a {
        font-size: 14px;
        display: inline;
        color: #baa06a;
    }

.myAccountList .thumbnail {
    padding: 10px 0 0;
}

    .myAccountList .thumbnail:hover {
        background: #F5F5F5;
    }

.myAccountList li a i {
    display: block;
    clear: both;
    font-size: 44px;
    margin-bottom: 10px;
}

.RadListBox_sparklingdirect {
    color: #5f6368;
    line-height: 1.2;
}

    .RadListBox_sparklingdirect .rlbButton {
        border-radius: 3px;
        border-color: #b3b3b3;
        color: #5f6368;
        background-color: #e6e6e6;
        background-image: linear-gradient(white, #e6e6e6);
    }

    .RadListBox_sparklingdirect .rlbGroup,
    .RadListBox_sparklingdirect .rlbTemplateContent {
        border-color: #cccccc;
        color: #5f6368;
        background-color: #ffffff;
    }

    .RadListBox_sparklingdirect .rlbDropClueAbove {
        border-top-color: #b3b3b3;
    }

    .RadListBox_sparklingdirect .rlbDropClueBelow {
        border-bottom-color: #b3b3b3;
    }

    .RadListBox_sparklingdirect .rlbButton:focus {
        border-color: rgba(98, 68, 7, 0.5);
        box-shadow: inset 0 0 5px rgba(98, 68, 7, 0.5);
    }

    .RadListBox_sparklingdirect .rlbHovered.rlbItem, .RadListBox_sparklingdirect .rlbHighlight {
        color: #000000;
        background-color: #b18e47;
    }

    .RadListBox_sparklingdirect .rlbHovered.rlbButton {
        border-color: #624407;
        color: #000000;
        background-color: #b18e47;
        background-image: linear-gradient(#c2860d, #b18e47);
    }

    .RadListBox_sparklingdirect .rlbActive.rlbButton {
        border-color: #624407;
        color: #ffffff;
        background-color: #b18e47;
        background-image: linear-gradient(#c2860d,#b18e47);
    }

    .RadListBox_sparklingdirect .rlbItem.rlbSelected {
        color: #ffffff;
        background-color: #b18e47;
    }

.RadSlider_sparklingdirect {
    color: #5f6368;
}

    .RadSlider_sparklingdirect .rslTrack {
        border-color: #cdcdcd;
        background-color: #e6e6e6;
        background-image: linear-gradient(#fafafa, #e6e6e6);
    }

    .RadSlider_sparklingdirect .rslItem {
        background-image: url('<%=WebResource("Telerik.Web.UI.Skins.sparklingdirect.Slider.ItemHorizontalBgr.gif")%>');
    }

    .RadSlider_sparklingdirect .rslSelectedregion {
        background-color: #b18e47;
        background-image: linear-gradient(#c2860d, #b18e47);
    }

    .RadSlider_sparklingdirect .rslHandle,
    .RadSlider_sparklingdirect .rslDraghandle {
        border-color: #b3b3b3;
        color: #5f6368;
        background-color: #e6e6e6;
        background-image: linear-gradient(white, #e6e6e6);
    }

        .RadSlider_sparklingdirect .rslHandle:hover,
        .RadSlider_sparklingdirect .rslDraghandle:hover {
            border-color: #624407;
            color: #000000;
            background-color: #b18e47;
            background-image: linear-gradient(#c2860d, #b18e47);
        }

        .RadSlider_sparklingdirect .rslHandle:active, .RadSlider_sparklingdirect .rslHandle:focus,
        .RadSlider_sparklingdirect .rslDraghandle:active,
        .RadSlider_sparklingdirect .rslDraghandle:focus {
            border-color: #624407;
            color: #ffffff;
            background-color: #b18e47;
            background-image: linear-gradient(#c2860d, #b18e47);
        }

    .RadSlider_sparklingdirect .rslVertical .rslTrack {
        background-image: linear-gradient(to left, #fafafa, #e6e6e6);
    }

    .RadSlider_sparklingdirect .rslVertical .rslItem {
        background-image: url('<%=WebResource("Telerik.Web.UI.Skins.sparklingdirect.Slider.ItemVerticalBgr.gif")%>');
    }

    .RadSlider_sparklingdirect .rslVertical .rslSelectedregion {
        background-image: linear-gradient(to left, #c2860d, #b18e47);
    }

    .RadSlider_sparklingdirect .rslVertical .rslDraghandle {
        background-image: linear-gradient(to left, white, #e6e6e6);
    }

        .RadSlider_sparklingdirect .rslVertical .rslDraghandle:hover {
            background-image: linear-gradient(to left, #c2860d, #b18e47);
        }

        .RadSlider_sparklingdirect .rslVertical .rslDraghandle:focus, .RadSlider_sparklingdirect .rslVertical .rslDraghandle:active {
            background-image: linear-gradient(to left, #c2860d, #b18e47);
        }

    .RadSlider_sparklingdirect .rslTop .rslSmallTick,
    .RadSlider_sparklingdirect .rslBottom .rslSmallTick {
        background-image: url('<%=WebResource("Telerik.Web.UI.Skins.sparklingdirect.Slider.SmallChangeHorizontal.gif")%>');
    }

    .RadSlider_sparklingdirect .rslTop .rslLargeTick,
    .RadSlider_sparklingdirect .rslBottom .rslLargeTick {
        background-image: url('<%=WebResource("Telerik.Web.UI.Skins.sparklingdirect.Slider.LargeChangeHorizontal.gif")%>');
    }

    .RadSlider_sparklingdirect .rslLeft .rslSmallTick,
    .RadSlider_sparklingdirect .rslRight .rslSmallTick {
        background-image: url('<%=WebResource("Telerik.Web.UI.Skins.sparklingdirect.Slider.SmallChangeVertical.gif")%>');
    }

    .RadSlider_sparklingdirect .rslLeft .rslLargeTick,
    .RadSlider_sparklingdirect .rslRight .rslLargeTick {
        background-image: url('<%=WebResource("Telerik.Web.UI.Skins.sparklingdirect.Slider.LargelChangeVertical.gif")%>');
    }

    .RadSlider_sparklingdirect .rslMiddle .rslSmallTick {
        background-image: url('<%=WebResource("Telerik.Web.UI.Skins.sparklingdirect.Slider.SmallChangeMiddleHorizontal.gif")%>');
    }

    .RadSlider_sparklingdirect .rslMiddle .rslLargeTick {
        background-image: url('<%=WebResource("Telerik.Web.UI.Skins.sparklingdirect.Slider.LargeChangeMiddleHorizontal.gif")%>');
    }

    .RadSlider_sparklingdirect .rslCenter .rslSmallTick {
        background-image: url('<%=WebResource("Telerik.Web.UI.Skins.sparklingdirect.Slider.SmallChangeCenterVertical.gif")%>');
    }

    .RadSlider_sparklingdirect .rslCenter .rslLargeTick {
        background-image: url('<%=WebResource("Telerik.Web.UI.Skins.sparklingdirect.Slider.LargelChangeCenterVertical.gif")%>');
    }

.RadDropDownList_sparklingdirect {
    color: #5f6368;
    line-height: 1.2;
}

    .RadDropDownList_sparklingdirect .rddlInner {
        border-color: #b3b3b3;
        color: #5f6368;
        background-color: #e6e6e6;
        background-image: linear-gradient(white, #e6e6e6);
        border-radius: 3px;
    }

    .RadDropDownList_sparklingdirect .rddlHovered {
        border-color: #624407;
        color: #000000;
        background-color: #b18e47;
        background-image: linear-gradient(#c2860d, #b18e47);
    }

    .RadDropDownList_sparklingdirect .rddlFocused {
        border-color: #624407;
        color: #ffffff;
        background-color: #b18e47;
        background-image: linear-gradient(#c2860d, #b18e47);
    }

.rddlPopup_sparklingdirect {
    border-color: #cccccc;
    color: #5f6368;
    background-color: #ffffff;
}

    .rddlPopup_sparklingdirect .rddlItemHovered, .rddlPopup_sparklingdirect .rddlItemLoading {
        color: #000000;
        background-color: #b18e47;
    }

    .rddlPopup_sparklingdirect .rddlItemSelected {
        color: #ffffff;
        background-color: #b18e47;
    }

.RadButton_sparklingdirect.rbButton, .RadButton_sparklingdirect.rbButton.rbDisabled,
.RadButton_sparklingdirect .rbSplitPart {
    border-color: #b3b3b3;
    color: #5f6368;
    background-color: #e6e6e6;
    background-image: linear-gradient(white, #e6e6e6);
}

    .RadButton_sparklingdirect.rbButton.rbHovered, .RadButton_sparklingdirect.rbButton.rbToggled.rbHovered,
    .RadButton_sparklingdirect.rbButton .rbHovered {
        border-color: #624407;
        color: #000000;
        background-color: #b18e47;
        background-image: linear-gradient(#c2860d, #b18e47);
    }

    .RadButton_sparklingdirect.rbButton:focus {
        box-shadow: inset 0 0 5px rgba(98, 68, 7, 0.5);
    }

    .RadButton_sparklingdirect.rbButton.rbSelected, .RadButton_sparklingdirect.rbButton.rbToggled,
    .RadButton_sparklingdirect.rbSelected .rbHovered {
        border-color: #624407;
        color: #ffffff;
        background-color: #b18e47;
        background-image: linear-gradient(#c2860d, #b18e47);
    }

    .RadButton_sparklingdirect.rbButton:hover,
    .RadButton_sparklingdirect.rbButton.rbHovered .rbSplitPart {
        border-color: #624407;
    }

    .RadButton_sparklingdirect.rbButton.rbSelected,
    .RadButton_sparklingdirect.rbButton.rbSelected:active .rbSplitPart {
        border-color: #624407;
    }

.RadButton_sparklingdirect.rbCheckBox .rbText,
.RadButton_sparklingdirect.rbRadioButton .rbText,
.RadButton_sparklingdirect.rbToggleButton .rbText {
    color: #5f6368;
}

.RadButton_sparklingdirect .rbToggleCheckboxChecked,
.RadButton_sparklingdirect .rbToggleCheckboxFilled,
.RadButton_sparklingdirect .rbToggleRadioChecked {
    color: #b18e47;
}

.RadButton_sparklingdirect.rbHovered .rbToggleCheckboxChecked,
.RadButton_sparklingdirect.rbHovered .rbToggleCheckboxFilled,
.RadButton_sparklingdirect.rbHovered .rbToggleRadioChecked {
    color: #4a3305;
}

.RadButton_sparklingdirect:focus .rbToggleCheckbox:before,
.RadButton_sparklingdirect:focus .rbToggleRadio:before {
    box-shadow: 0 0 1px 1px rgba(95, 99, 104, 0.5);
}

.RadButton_sparklingdirect:focus .rbToggleCheckboxChecked:before,
.RadButton_sparklingdirect:focus .rbToggleCheckboxFilled:before,
.RadButton_sparklingdirect:focus .rbToggleRadioChecked:before {
    box-shadow: 0 0 1px 1px rgba(146, 101, 10, 0.5);
}

.RadButton_sparklingdirect.rbPrimaryButton {
    border-color: #755108;
    color: #ffffff;
    background-color: #b18e47;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

    .RadButton_sparklingdirect.rbPrimaryButton.rbHovered, .RadButton_sparklingdirect.rbPrimaryButton.rbToggled.rbHovered, .RadButton_sparklingdirect.rbPrimaryButton.rbFocused {
        border-color: #593d06;
        color: #ffffff;
        background-color: #755108;
        background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
        box-shadow: none;
    }

    .RadButton_sparklingdirect.rbPrimaryButton.rbSelected, .RadButton_sparklingdirect.rbPrimaryButton.rbToggled {
        border-color: #3c2a04;
        color: #ffffff;
        background-color: #593d06;
        background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    }

    .RadButton_sparklingdirect.rbPrimaryButton.rbDisabled {
        border-color: #755108;
        color: #ffffff;
        background-color: #b18e47;
        background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    }
    .content-stlye table {
    margin-bottom: 1.75rem;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 auto;
}

.content-stlye table td,.content-stlye table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #ccc
}

.content-stlye table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc
}

.content-stlye table a {
    color: #92650a;
    text-decoration: none;
    outline: 0;
}

.content-stlye table a:hover {
    color: #04a273;
}
.sc_card {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
    border-radius: 2px;
    background: #fff;
    margin: 2em auto;
    width: 100%;
    overflow: hidden;
    padding: 1em;
}