@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,600,700,900|Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');

@font-face {
    font-family: 'glittenregular';
    src: url('/fnr/resources/font/glitten/glitten-regular.woff2') format('woff2'), url('/fnr/resources/font/glitten/glitten-regular.woff') format('woff'), url("/fnr/resources/font/glitten/Glitten-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
}

h1, h2, h3, h4, p, li {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, blockquote span {
    font-weight: 200;
}

h1 {
    font-size: 36px;
}

h2, blockquote {
    font-size: 35px;
}

h2.intro {
    font-size: 20px;
    font-weight: 300;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 14px;
    line-height: 1.3;
    font-family: Muli;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.small-text {
    font-size: 12px;
    line-height: 1.5;
}

p, li {
    font-size: 16px;
}

ul {
    padding-left: 15px;
}

a, .animate {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    a:hover {
        color: #333;
    }

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-black {
    background: #000000;
}

.margin-10-b {
    margin-bottom: 10px !important;
}

.margin-20-b {
    margin-bottom: 20px !important;
}

.margin-30-b {
    margin-bottom: 30px !important;
}

.margin-40-b {
    margin-bottom: 40px !important;
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: 900;
}

.text-small {
    font-size: 12px;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.red {
    color: #ff0000 !important;
}

/* Header */
header {
    position: relative;
}

.header {
    text-align: center;
    padding: 50px 0;
}

.header img {
    width: 300px;
}

nav {
    text-align: center;
}

nav ul{
    padding-left: 0px;
}

nav li {
    list-style: none;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
}

nav li a,
nav li span {
    color: #404040;
    padding: 15px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 10px;
}

nav li a:hover,
nav li span {
    color: #404040;
    text-decoration: none;
}

nav li > a:before,
nav li > span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

nav li > a:hover:before,
nav li > span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav li ul {
    position: absolute;
    width: 300px;
    background: black;
    padding: 0px;
    left: 15px;
    display: none;
    z-index: 99;
}

nav li ul ul {
    left: 0;
    /*padding-left: 30px;*/
}

nav li ul li {
    display: block;
    text-align: left;
}

nav li ul li a,
nav li ul li span {
    color: #ffffff;
    padding: 10px;
    display: block;
}

nav li:hover ul {
    display: block !important;
}

nav li ul a:hover {
    color: #ffffff !important;
}

#Home .breadcrumb,
#BridalYear .breadcrumb,
#AboutTheTeam .breadcrumb,
#TheDesigner .breadcrumb {
    display: none;
}

#BridalYear .bridal-year-title h2,
.bridal-year-title h1 {
    font-size: 37.663pt !important;
    font-weight: normal !important;
    font-style: normal !important;
    margin-bottom: 0px;
    font-family: 'glittenregular';
}

#BridalYear .bridal-year-title h3 {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}

.menu-bar,
.menu-customer-bar {
    background: #333;
    padding: 10px 15px;
    display: block;
    text-align: right;
    position: relative;
    z-index: 9;
}

.menu-bar img,
.menu-customer-bar img{
    width: 25px;
    margin-left: 10px;
    cursor: pointer;
}

.menu-customer-bar img{
    position: absolute;
    right: 10px;
    top: 10px;
}

.menu-customer-bar p {
    color: #fff;
    text-align: left;
    margin: 0;
    font-weight: 700;
}

.account-closed {
    width: 15px !important;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.mobile-menu {
    display: none;
}

.menu-account, .menu-currency {
    cursor: pointer;
}

.menu-bar-main,
.menu-bar-main-currency {
    max-width: 320px;
    background: #fff;
    position: absolute;
    right: 0px;
    width: 320px;
    top: 46px;
    z-index: 3;
    display: none;
}

.menu-bar-main-currency {
    width: 200px;
}

.menu-bar-main-currency ul {
    padding: 0px;
    list-style: none;
}

.menu-bar-main-currency li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.menu-bar-main-currency li a {
    background: scroll no-repeat 10px center transparent;
    background-size: 25px 25px;
    padding-left: 50px;
    height: 25px;
    display: block;
    font-size: 13px;
    padding-top: 3px;
}

.menu-bar-main-inner {
    text-align: left;
    background: #eee;
}

.menu-bar-main-inner ul {
    margin: 0px;
    padding: 10px 5px;
}

.menu-bar-main-inner li {
    margin-bottom: 0px;
    display: inline-block;
}

.menu-bar-main-inner li a {
    font-size: 15px;
    padding: 5px;
    color: #333 !important;
}

.menu-bar-main-outter {
    text-align: left;
}

.menu-bar-main-outter ul,
#mobile_menu_content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu-bar-main-outter ul li {
    padding: 10px 30px;
    margin-bottom: 0px;
    border: solid 1px #ddd;
    background: url('/fnr/resources/img/icon/dark-avatar.png') scroll no-repeat 10px center transparent;
    background-size: 25px 25px;
    padding-left: 50px;
}

.menuLogin {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 12px; margin-left: 15px;
}

.closed-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.world-shipped {
    background: #ffcce4;
    padding: 10px;
    position: relative;
    z-index: 4;
}

.notify-number-outter {
    position: relative;
}
.notify-number {
    background: #ff0000;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    top: -10px;
    right: -7px;
    text-align: center;
    padding: 2px;
}

.shipping {
    text-align: center;
}

.shipping p {
    margin-bottom: 0px;
}

.shipping p.ship {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
}

.shipping p.made {
    text-transform: capitalize;
    font-size: 14px;
}

.basket-popup {
    background: #fff;
    border: solid 1px #333;
    display: none;
    width: 320px;
    padding: 10px;
    position: fixed;
    right: 5px;
    top: 45px;
    z-index: 100;
}

.basket-popup img{
    display: block;
    width: 100%;
}

.basket-popup h4{
    font-size: 16px;
}

/* Breadcrumb */
#MyAccount .breadcrumb,
#Dashboard .breadcrumb {
    display: none;
}

#Dashboard h1 {
    margin-bottom: 0px;
}

.breadcrumb {
    margin: 30px 10px;
}

.breadcrumb a,
.breadcrumb span {
    display: inline-block;
    font-size: 11px;
    color: #bfbfbf;
    font-family: Muli;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.breadcrumb a {
    margin-right: 20px;
}

        .breadcrumb a:hover,
        .breadcrumb span {
            color: #404040;
            text-decoration: none;
        }

/* Pop up menu*/
#mobile_menu_content {
    /* text-align: center;*/
}

    #mobile_menu_content li {
        margin-bottom: 0px;
    }

        #mobile_menu_content li ul {
            margin-left: 20px;
        }

    #mobile_menu_content a,
    #mobile_menu_content span {
        color: #404040;
        padding: 10px 0;
        font-size: 12px;
        font-family: Muli;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 3px;
        display: block;
    }

    #mobile_menu_content li ul a,
    #mobile_menu_content li ul span {
        font-weight: 500;
        text-transform: capitalize;
    }

    #mobile_menu_content a:hover {
        text-decoration: none;
    }

/* homeBanner */
.homebanner {
    position: relative;
    margin-bottom: 20px;
}

.homebanner-inner {
    position: absolute;
    left: 50%;
    top: 83%;
    padding: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    .homebanner-inner h1 {
        font-size: 36px;
        margin-bottom: 15px;
        line-height: 1.3;
        text-transform: uppercase;
        /* background:#000000;*/
        color: wheat;
        padding: 5px;
        font-weight: 900;
        text-shadow: 1px 1px 2px black !important;
    }

    .homebanner-inner a,
    .request-form {
        padding: 10px 30px;
        color: #ffffff;
        font-size: 12px;
        background: #000000;
        text-decoration: none;
        text-transform: uppercase;
    }

.formInput .request-form {
    color: #ffffff !important;
}

        .homebanner-inner a:hover {
            background: #cccccc;
            color: #000000;
        }

.homebanner img {
    width: 100%;
}

.container-highlight {
    padding-right: 40px;
    padding-left: 40px;
}

.uploadMedia {
    text-align: center;
}

    .uploadMedia img {
        width: 50%;
    }

.no-image {
    cursor: pointer;
}

.hidden,
.image-uploader {
    display: none;
}

.media-display {
}

    .media-display input[type="submit"],
    div.remove-image {
        border: none;
        display: block;
        padding: 5px;
        background: #ff0000;
        color: #ffffff;
        width: 100%;
        position: relative;
        font-weight: bolder;
    }

div.remove-image {
    display: none;
}

.show-buttons div.remove-image {
    display: block;
}

.Home-Listing {
}

    .Home-Listing img {
        max-width: 100%;
    }

.Home-Listing-items {
    padding-bottom: 45px;
    padding-top: 45px;
}

    .Home-Listing-items .col-lg-5 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .Home-Listing-items:nth-child(even) .col-lg-5 {
        order: 0;
    }

    .Home-Listing-items:nth-child(even) .col-lg-7 {
        order: -1;
    }

/* Newsletter */

.Newsletter,
.home-shop-online,
.bookyapp {
    background: #f7f7f7;
}

    .Newsletter input[type="submit"] {
        position: absolute;
        width: 150px;
        right: 15px;
        top: -1px;
    }

    .Newsletter input {
        padding-right: 33%;
    }

    .Newsletter .formInput.invalidInput span.validation {
        top: -29px;
    }

input:active,
input:focus {
    border: solid 1px #404040 !important;
}

.testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #333;
}

    .testimonial h2 {
        margin-bottom: 0px;
    }

    blockquote span,
    .testimonial span {
        color: #fff;
    }

span.TestName {
    display: block;
}

blockquote {
    border-left: 10px solid #fff;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

    blockquote:before {
        color: #fff;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        vertical-align: -50px;
    }

/* DressList */

.DressList img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.DressList h4 {
    font-size: 12px;
    line-height: 1.3;
    font-family: Muli;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.EveningWear h4 {
    text-align: left !important;
    font-weight: 700;
    font-size: 11px;
}

.DressList span {
    text-align: center;
    display: block;
    font-size: 12px;
}

.DressList a {
    color: #151515 !important;
    position: relative;
    display: block;
}

    .DressList a:hover {
        text-decoration: none;
    }

#image-gallery img {
    width: 100%;
}

#Dress h1 {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.MainDressPage p {
    font-size: 12px;
}

.description p {
    margin-bottom: 5px;
    font-size: 13px;
}

.dress-detailed-slide .description li {
    margin-bottom: 0px;
    font-size: 13px;
}

.dress-detailed p.price {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}


.MainDressPage img,
.MainDressPage video {
    width: 100%;
}

.similar-product {
    border-top: solid 1px #cccccc;
    padding-top: 40px;
}

.dress-detailed .hvr-shutter-out-horizontal {
    width: 100%;
    text-align: center;
}

.dress-detailed-slide .description {
    border-bottom: solid 1px #eee;
    padding: 10px;
    display: none;
}

.dress-detailed-slide.active .description {
    display: block;
}

.color-selector {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

    .color-selector label {
        cursor: pointer;
    }

    .color-selector li {
        margin-right: 15px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .color-selector span.colorshow {
        overflow: hidden;
        width: 30px;
        height: 30px;
        display: block;
    }

.color-selector span.colorshow label {
    cursor: pointer;
    text-indent: -99999%;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
}

        .color-selector span.colorshow input,
        .color-selector input[type="radio"] {
            display: none;
        }

    .color-selector span.aspNetDisabled {
        display: none;
    }

        .color-selector span.aspNetDisabled label {
            font-weight: bold;
        }

.option-title-name {
    display: block;
    width: 100%;
    font-weight: 600;
}

    .option-title-name span.aspNetDisabled {
        display: block;
    }

li span:parent {
    border: solid 1px green !important;
}

.dress-length label {
    padding: 8px !important;
    line-height: 1;
    border: solid 1px #333;
    font-size: 10px !important;
}

.dress-length li {
    margin-right: 5px;
}

    .dress-length li.active label {
        color: #fff;
        background: #333;
    }

.sizeguide {
    text-align: right;
    margin-bottom: 10px;
}

    .sizeguide span {
        border: solid 1px #000;
        font-size: 12px;
        display: inline-block;
        padding: 10px 5px;
        width: 60px;
        text-align: center;
    }

    .sizeguide img {
        display: block;
        text-align: right;
        margin: auto;
        width: 30px;
    }

.barline {
    border-top: solid 1px rgba(0,0,0,0.2);
}

.product-semi-title,
.product-semi-box {
    background-color: rgba(0,0,0,0.2);
    padding: 10px;
    margin: 10px 0px;
    font-size: 12px;
    cursor: pointer;
    background-image: url('/fnr/resources/img/icon/down-chevron.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.product-semi-title.no-image-cursor{
    background-image: none !important;
    font-weight: 700;
}

.product-semi-box {
    background-image: none !important;
    padding: 5px 10px;
    margin: 0;
}

.shipping-option {
    padding: 0px !important;
}

.shipping-option-inner {
    padding: 20px;
    background: #f7edff;
}

.shipping-option li {
    width: 100%;
    display: block;
    padding: 5px 30px;
    position: relative;
    padding-right: 70px;
    margin-bottom: 0;
    font-size: 13px !important;   
}

.shipping-option li input {
    width: 30px;
    position: absolute;
    left: 0;
    top: 13px;
    margin-bottom: 0px;
}

.shipping-option li span.name {
    font-weight: 600;
}

.shipping-option li span.price {
    position: absolute;
    right: 0;
    top: 10px;
    font-weight: 900;
    font-size: 14px;
}

.shipping-option li span.name .desc{
    display: block;
    text-transform: lowercase;
    font-weight: 700;
    margin-top: 2px;
    background: #9f97a6;
    padding: 5px;
}

.dispatchTitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}

.dispatch {
    font-size: 12px;
    font-weight: bold;
    border: solid 1px black;
    padding: 5px 10px;
    margin-bottom: 10px;
    background-color: #e3e3e3;
    width: 100%;
}

.dispatch span{
    display: block;
    margin-top: 10px;
}

.CustomOrder {
    display: none;
}

.no-capped-lock {
    text-transform: none !important;
}

span.moreavailable {
}

    span.moreavailable img {
        width: 20px !important;
        margin: 0;
        margin-right: 5px;
        position: relative;
        top: 0px;
    }

.moreavailablecolor {
    text-align: center;
}

.moreavailablecolor span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    border: solid 1px #404040;
}

.order-Thumbnail {
    padding: 10px;
    border: solid 1px rgba(0,0,0,0.2);
    background: #eaeaea;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

#OrderDressForm .order-Thumbnail {
    padding-right: 25px;
}

.order-Thumbnail .icon-note {
    top: 10px;
    right: 0px;
}

    .order-Thumbnail .icon-note img {
        width: 10px;
    }

.order-Thumbnail img {
    width: 120px;
    float: left;
    margin-right: 10px;
}

.order-Thumbnail p {
    font-size: 13px;
    margin-bottom: 5px;
}

.alert {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 24px 10px 10px;
    background: #ececec;
    color: #404040;
    border: 1px solid #ececec;
    box-shadow: 0 0 0 0 rgba(0,0,0,.03);
}

    .alert > :last-child {
        margin-bottom: 0;
    }

.order-grand p {
    margin-bottom: 5px;
}

    .order-grand p span {
        font-weight: 700;
        width: 50%;
        display: inline-block;
    }

        .order-grand p span.amount-right {
            text-align: right;
        }

.measureguidepop {
    text-align: center;
}

#OrderDressForm .measureguidepop {
    text-align: left;
}

.underline {
    text-decoration: underline;
}



.measureguidepop h4,
.dress-detailed-slide h4,
.basket-popup h4.title {
    background: #404040;
    color: #eee;
    padding: 5px;
    font-size: 16px;
}

.dress-detailed-slide h4 {
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    background-image: url('/fnr/resources/img/icon/down-chevron-white.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-bottom: 2px;
}

.dress-detailed-slide.active h4 {
    background-image: url('/fnr/resources/img/icon/up-chevron-white.png');
}

.measureguidepop tr:nth-child(2n+1) {
    background-color: #E2E2E2;
}

.measureguidepop table {
    margin: auto auto 20px auto;
    border: 1px solid #979797;
}

.measureguidepop th {
    background: #404040;
    color: #eee;
    border: none !important;
}

.measureguidepop th,
.measureguidepop td {
    padding: 5px;
    height: 50px;
    width: 50px;
    font-size: 12px;
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
}

.owl-nav {
    width: 100%;
    position: absolute;
    top: 40%;
}

    .owl-nav .owl-prev span,
    .owl-nav .owl-next span {
        font-size: 50px;
    }

    .owl-nav .owl-prev {
        left: 20px;
        position: absolute;
    }

    .owl-nav .owl-next {
        right: 20px;
        position: absolute;
    }

.owl-dots {
    display: none;
}

.Adminwhatsapp {
    display: block;
    background: url('/fnr/resources/img/icon/whatsapp.png') scroll no-repeat 0px center transparent;
    background-size: 20px 20px;
    margin-top: 5px;
    padding-left: 25px;
    font-size: 13px;
}

.admin-order-button a,
a.back-shopping {
    background: url('/fnr/resources/img/icon/add-measurement.png') scroll no-repeat 10px center transparent;
    background-size: 18px 18px;
    padding-left: 40px;
    font-size: 14px;
}

a.back-shopping {
    padding-left: 30px;
    font-weight: 600;
}

.admin-order-button a.admin-request-measurement {
    background-image: url('/fnr/resources/img/icon/request-measurement.png')
}

.admin-order-button a.admin-back-to-order {
    background-image: url('/fnr/resources/img/icon/order.png')
}

.admin-order-button a.admin-add-note {
    background-image: url('/fnr/resources/img/icon/add-note.png')
}

.admin-order-button a.admin-print-invoice {
    background-image: url('/fnr/resources/img/icon/admin-print-invoice.png')
}

.admin-order-button a.admin-add-payment {
    background-image: url('/fnr/resources/img/icon/wallet.png')
}

.admin-order-button a.admin-back-list {
    background-image: url('/fnr/resources/img/icon/list.png')
}

.admin-order-button a.admin-add {
    background-image: url('/fnr/resources/img/icon/add.png')
}

.admin-order-button a.admin-back,
a.back-shopping {
    background-image: url('/fnr/resources/img/icon/back-arrow.png')
}

.admin-order-button a.admin-reset {
    background-image: url('/fnr/resources/img/icon/reset.png')
}

/* 3D Measurement*/
table.dmeasurement {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
}

    table.dmeasurement td {
        padding: 10px;
        font-size: 14px;
        white-space: nowrap;
    }

        table.dmeasurement td:first-child {
            background: #dddddd;
            font-weight: bold;
        }

        table.dmeasurement td:last-child {
            width: 100%;
        }

    table.dmeasurement tr:hover td {
        background: #05174f;
        color: #ffffff;
    }


/* Form */
.formInput input,
.formInput textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(0,0,0,0.2);
}

.formInput input[type="submit"],
.button {
    background-color: #404040;
    color: #fff !important;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 50px;
    text-align: center;
    text-decoration: none !important;
    font-family: Muli;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-origin: border-box;
    background-size: 160%;
    background-position-x: calc(100% + 1px);
}

.button.pink{
    background-color: #E8458B !important;
}

.button {
    border: none;
    width: 100%;
}

.button.mini{
    display: inline;
    padding: 10px 20px;
}

.formInput .button {
    color: #fff !important;
}

.button.green {
    background: #49a861
}

.formInput label {
    font-size: 11px;
    color: #151515;
    font-family: Muli;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 5px;
}

.formInput label.lower-case{
    text-transform: none !important;

}

.formInput.invalidInput span.validation,
span.cvValidation {
    background: #D24D57;
    position: absolute;
    padding: 5px 10px;
    top: 1px;
    left: 15px;
    color: #ffffff;
    font-size: 13px
}

.formInput.invalidInput.date span.validation {
    left: 0px;
}

.formInput.alert {
    margin-bottom: 0px;
}

.formInput.invalidInput input,
.formInput.invalidInput textarea,
.formInput.invalidInput select {
    border: solid 1px #D24D57 !important;
}

.formInput.password div {
    position: absolute;
    right: 25px;
    top: 42px;
    font-size: 14px;
    padding: 5px;
    font-weight: 700;
    cursor: pointer;
}

.formInput a,
.content a {
    color: #333 !important;
}

.content a {
    color: #333 !important;
    text-decoration: underline;
}

select {
    height: 50px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #eaeaea;
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    color: #404040;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.date {
    position: relative;
}

    .date img {
        position: absolute;
        right: 10px;
        bottom: 10px;
        cursor: pointer;
    }

    .date input {
        padding-right: 50px;
        cursor: pointer;
    }

#ForgetPassword h1,
#Login h1,
#Register h1 {
    font-size: 22px;
    margin-bottom: 15px;
}

.no-order {
    padding: 20px !important;
}

.dmeasure {
    text-align: center;
    margin-bottom: 30px;
}

/* Login tabs */
.form-Inner {
    border: solid 1px #404040;
}

.tabs .tab {
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase;
    background: #404040;
}

    .tabs .tab a {
        font-size: 11px;
        font-weight: 700;
        color: #ffffff !Important;
        display: block;
    }

    .tabs .tab.active {
        background: #ffffff;
        border-bottom: none;
    }

        .tabs .tab.active a {
            color: #404040 !Important;
        }

/* My Account */
.account-whitebox {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

.account-initial {
    text-align: center;
}

    .account-initial h4 {
        margin-bottom: 0px;
        text-transform: capitalize;
    }

.account-initial-letter {
    font-size: 30px;
    font-weight: 700;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #2d2d2d;
    color: #fff;
    margin: auto;
    padding: 18px;
    margin-bottom: 10px;
}

#MyAccount,
#Dashboard {
    background: #eee;
}

.AccountMenuList ul {
    list-style: none;
    padding: 0px;
}

    .AccountMenuList ul li {
        background-color: #fff;
        margin-bottom: 5px;
    }

.AccountMenuList li a {
    display: block;
    font-size: 14px;
    letter-spacing: .05rem;
    line-height: 1;
    padding: 15px 10px 15px 40px;
    color: #000 !important;
    border-left: 4px solid #ffffff;
    background: url('/fnr/resources/img/icon/check-square.png') scroll no-repeat 10px center transparent;
    background-size: 20px 20px;
    padding-left: 45px;
}

.account-whitebox-title h1 {
    background: url('/fnr/resources/img/icon/check-square.png') scroll no-repeat 0px center transparent;
    background-size: 30px 30px;
    padding-left: 50px;
    text-transform: capitalize;
    font-size: 25px;
}

.account-whitebox-title p {
    margin-bottom: 0px;
}

.AccountMenuList li a.active {
    border-left: 4px solid #0770cf;
    font-weight: 700;
}

.save-success,
.save-stock-level {
    background: url('/fnr/resources/img/icon/check-square.png') scroll no-repeat 10px center rgba(102,204,0,0.5);
    background-size: 25px 25px;
    padding-left: 45px;
}

.save-stock-level {
    background-color: #f00;
    background-image: url('/fnr/resources/img/icon/warning.png')
}

.save-stock-level a {
    color: #fff;
}

.menu-customer-mobile,
.menu-customer-bar {
    display: none;
}
.menu-customer-mobile select{
    height: 100%;
}

.CustomerView span.label {
    display: block;
    margin-bottom: 5px;
}

.colorshow label {
    border: 3px solid #ccc;
    height: 24px;
    width: 24px;
}

.colorshow.selected label {
    border-color: rgba(255,0,128,.5) !important;
}

label.color-Picked {
    font-size: 16px;
    font-weight: 600;
}

    label.color-Picked span {
        font-weight: normal !important;
    }
/* GridView */
/**/
#GridView,
#GridView > div {
    width: 100% !important;
}

table.gridView {
    font-size: 12px;
    width: 100%;
    border: none;
}

table.gridView tr th {
    background-color: #333;
    border: solid 1px #333;
}

table.gridView tr th,
table.gridView tr td {
    padding: 5px 10px;
}

table.gridView tr td {
    border: none !important;
    color: #333;
}

table.gridView tr td.left,
table.gridView tr th.left {
    text-align: left;
}

table.gridView tr td:first-child {
    width: 60px;
    padding: 0px !important
}

table.gridView tr td:first-child a,
table.gridView tr td:first-child input {
    display: inline-block;
    margin: 5px
}

table.gridView tr.completed{
    background: rgba(102,204,0,0.5) !important;
}

table.gridView tr.received-payment.non-completed{
    background: rgba(232, 77, 69, 0.5) !important
}

.paging tr,
.paging td
{
    width: auto !important;
    padding: 0px !important;
}

.paging span,
.paging a {
    border: solid 1px #ddd;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    margin: 10px 10px 0px 0px !important;
    display: inline-block;
}

.paging span {
    background: #ddd !important;
    color: #333
}

.filter-form {
    display: none;
}

.filter-Button {
    background: url('/fnr/resources/img/icon/filter.png') scroll no-repeat calc(100% - 10px) center #000;
    background-size: 25px 25px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
}

.order-note p.name {
    margin-bottom: 15px;
}

    .order-note p.name a {
        text-align: right;
    }

.order-note p.par {
    margin-bottom: 10px;
    font-size: 14px;
}

    .order-note p.par:last-child {
        margin-bottom: 0px !important
    }

.icon-note {
    position: absolute;
    right: 0px;
    top: 0px;
}

.icon-note-edit {
    right: 40px;
}

#Payment h1 {
    margin-bottom: 3px;
}

#Payment .breadcrumb{ display: none;}

span.orderlabel {
    text-transform: uppercase;
    font-weight: 600;
    color: #ccc;
    font-size: 12px;
}

span.orderlabel span{
    display: block;
    color: #212529;
    margin-bottom: 10px;
    font-size: 13px;
}

.appointTime {
    text-align: center;
    cursor: pointer;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
}

.measure-tab-title {
    background: #2d2d2d;
    padding: 10px;
    color: #ffffff;
    display: block;
    font-weight: 700;
}

.onSale {
    color: #ffffff;
    border: 1px solid #000;
    background: #ff0000 !important;
    font-size: 14px;
    letter-spacing: .7px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    width: 100%;
    top: 20px;
}

.oPrice {
    text-decoration: line-through !important;
    font-weight: 500;
    margin-right: 10px;
    font-size: 20px;
}

.salePrice, .sale {
    color: #fb0162;
}

.flashBox {
    background: #333;
    color: #000 !important;
}

.flashBox p{
    color: #fff !important;
}

.clockticker {
    padding: 5px 10px;
    background-color: #fb0162 !important;
    text-transform: lowercase !important;
    animation: 1s infinite alternate shiny-yellow ease-in;
    text-transform: uppercase !important;
    display: block;
}

.outter-made-currency{
    margin-bottom: 10px;
}

.made-currency {
    height: 25px;
    width: 20px;
    display: block;
    padding-left: 29px;
    background-repeat: no-repeat;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.outter-made-currency div:last-child .made-currency {
    margin-bottom: 0px !important;
}

@keyframes shiny-yellow {
    from {
        color: #fff;
    }

    to {
        color: #000;
    }
}

/* Footer */
footer {
    padding-top: 40px;
    background-color: #333;
    color: #ffffff;
    border-top: 5px solid rgba(0,0,0,0.2);
    padding-top: 40px;
}

    footer h6 {
        font-weight: 700;
        font-size: 17px;
        margin-bottom: 20px;
    }

    footer ul {
        padding-left: 0px;
    }

    footer li {
        margin-bottom: 5px;
        list-style: none;
    }

    footer a {
        color: #ffffff !important;
        font-size: 14px;
        text-decoration: none !important;
    }

        footer a:hover {
            text-decoration: underline !important;
        }

.no-social {
}

.no-social {
    display: inline-block;
    background: url('/fnr/resources/img/social/instagram.png') scroll no-repeat 0 0 transparent;
    margin-right: 10px;
    width: 10px;
    height: 18px;
    display: block;
    background-size: 10px auto;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 1;
    padding-top: 2px;
    text-decoration: none !important;
}

.no-social.mobile {
    background-image: url('/fnr/resources/img/social/mobile.png');
}

.no-social.no-email {
    width: 15px;
    background-size: 15px auto;
    background-image: url('/fnr/resources/img/social/no-email.png');
    background-position: 0 -3px;
}

.no-social.no-email.instragram {
    background-image: url('/fnr/resources/img/social/instagram.png');
}

nav .no-social {
    margin-bottom: 0px;
    margin-right: 0px;
}

nav .no-social{

}

nav .no-social.no-email {
    background-size: 25px auto;
    background-position: center -3px !important;
    background-image: url('/fnr/resources/img/social/top-black-email.png');
}

nav.float-menu .no-social.no-email {
background-image: url('/fnr/resources/img/social/top-white-email.png');
}

nav .no-social.no-email.instragram {
    background-size: 18px auto;
    background-position: center 0 !important;
    background-image: url('/fnr/resources/img/social/top-black-instagram.png');
}

nav.float-menu .no-social.no-email.instragram {
    background-image: url('/fnr/resources/img/social/top-white-instagram.png');
}

nav .no-social.mobile {
    background-size: 16px auto;
    background-position: center 2px !important;
    background-image: url('/fnr/resources/img/social/top-black-phone.png');
}

nav.float-menu .no-social.mobile {
    background-image: url('/fnr/resources/img/social/top-white-phone.png');
}


nav .no-social {
    display: inline-block !important;
}

#copyrights {
    padding: 20px 0;
    background-color: rgba(0,0,0,0.2);
    font-size: 13px;
    font-weight: 200;
    color: rgba(255,255,255,0.25);
    margin-top: 20px;
    text-align: center;
}

#copyrights.logMyAccount {
    background-color: #ddd !important;
    color: #2d2d2d;
}

.fbox a {
    width: 100%;
}

#redruddy {
    margin-top: 20px;
}

/* button */

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: rgba(255,0,128,.2);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #151515;
    padding: 20px;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
}

    .hvr-shutter-out-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e1e1e1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
        color: #151515;
        text-decoration: none;
    }

        .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

/* Select Language Pop up */

.mat-popup-overlay {
    height: 100vh;
    width: 100%;
    background-color: rgba(51,51,51,0.9);
    float: left;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
}

.mat-popup-content {
    background: white;
    color: black;
    width: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    resize: both;
}

    .mat-popup-content h2 {
        background-color: #404040;
        padding: 15px 20px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0px;
    }

.mat-popup-overlay .menu-bar-main-currency {
    padding: 10px;
    position: static;
    width: 100%;
}

/* Progress Bar */
.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 11px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    color: #7d7d7d;
}

.progressbar.step5 li{width: 20%;}


.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}

.progressbar li.active:before {
    border-color: #55b776;
}

.progressbar li.active + li:after {
    background-color: #55b776;
}

.measurement-instruction {
    padding: 10px;
    background: #e9e9e9;
    border: dashed 2px #2d2d2d;
    font-size: 12px;
    margin-bottom: 10px;
}

.measurement-instruction ul{
    margin-bottom: 0px;
    padding-left: 25px;
}

.measurement-instruction ul li{
    margin-bottom: 5px;
    font-size: 12px;
}

.measurement-instruction h6,
.measurement-upload h6{
    font-weight: 900;
    font-size: 14px;
}

.measurement-upload .iconImage{
    width: 100%;
}


/* FNR - NEW*/
.video-banner {}
.video-banner .video-items {
    background: #000;
}

.video-banner .video-items video{
    width: 100%;
    height: 100%;
}

.video-banner .video-items .homebanner-inner {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff !important;
}

.video-banner .video-items .homebanner-inner h1 {
    text-transform: capitalize;
}
.video-banner .video-items .homebanner-inner p{ margin-bottom: 0px !important;}

.square-peg {
    font-family: 'Square Peg', cursive !important;
}

.font-s-30 {font-size: 30px;}
.font-s-50 {font-size: 50px;}

.pad-bt-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pad-bt-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-shop-online h2{margin-bottom: 40px}

.home-shop-online img,
.everydress  img{
    width: 100%;
}

. homeso-out{
    position: relative;
}

.real-brides .homeso-out .slide-body {
    opacity: 1 !important;
    overflow: hidden !important;
    transition: none !important;
    max-height: 100% !important;
}

.real-brides .homeso-box {
    position: relative !important;
    background-color: #333;
}

.faq-item {}

.faq-item .faq-title {
    background-color: #333;
    color: #fff;
}

.faq-item .faq-title,
.faq-item .faq-answer {
    padding: 10px;
}

.album-item {
    overflow: hidden;
}

.item-bridal-year img{ width: 100%; margin-bottom: 10px;}

.col-md-6.item-bridal-year {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.bridal-year-title {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.video-couture{
    margin-bottom: 30px;
}

.video-couture ,
.video-couture .video-couture-inner {
    padding: 0px;
}

.video-couture video{
    width: 100%;
}

.litChattoUS {
    font-weight: 600;
}

.float-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    color: white;
    background: black;
}

    .float-menu a,
    .float-menu span {
        color: #fff !important;
    }