@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.img100 img, img.img100 {
    width: 100%
}

.hidden-xs-up {
    display: none !important
}

.menu-studs-sep {
    content: " ";
    width: 86%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    left: 28px
}

.nowrap {
    white-space: nowrap;
}

@media(max-width:575.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media(min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media(max-width:767.98px) {
    .hidden-sm-down {
        display: none !important
    }

    .process {
        height: 56px
    }

    .process-first-active {
        background: url(../images/process/mobile-step-1.png) no-repeat
    }

    .process-second-active {
        background: url(../images/process/mobile-step-2.png) no-repeat
    }

    .process-third-active {
        background: url(../images/process/mobile-step-3.png) no-repeat
    }

    .process-count {
        padding-left: 7px
    }

        .process-count img {
            max-width: 28px
        }

    .process-txt-mob {
        font-weight: 700;
        font-size: 11px;
        margin-left: 6px
    }

    .process li:first-child {
        width: 39%
    }

    .process li {
        width: 30.5%;
        display: flex
    }
}

@media(min-width:768px) {
    .hidden-md-up {
        display: none !important
    }

    .menu-studs-sep {
        position: initial;
        margin: 0 16px
    }
}

@media(max-width:991.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media(min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media(max-width:1199.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .padding0-menu {
        padding-left: 0;
        padding-right: 0;
        max-width:22% !important;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    z-index: 9999;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-25%)
}

.close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    background: 0 0;
    padding: 0;
    border: none;
    cursor: pointer;
    opacity: .8
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
    opacity: .7
}

    .modal-backdrop.fade {
        opacity: 0;
        display: none
    }

    .modal-backdrop.show {
        opacity: .5;
        display: block;
        z-index: 9
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

body, input, select, textarea {
    font-family: Roboto;
    font-size: 13px;
    color: #616161;
    line-height: 1.3
}

body {
    margin: 0
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mt-10 {
    margin-top: 10px
}

.ml-10 {
    margin-left: 10px
}

.pt-10 {
    padding-top: 10px
}

.for-mobile {
    display: none
}

.for-tabet-only {
    display: none
}

.show-tablet {
    display: none
}

.for-320-only {
    display: none
}

.w-100 {
    width: 100% !important
}

.w-240 {
    max-width: 240px
}

.w-280 {
    max-width: 280px
}

.min-w-100 {
    min-width: 100px
}

.min-w-170 {
    min-width: 170px
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-3 {
    margin-bottom: 3px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pl-10 {
    padding-left: 10px !important
}

.not-show {
    display: none
}

.h-20 {
    min-height: 20px
}

.left-align {
    text-align: left !important
}

.right-align {
    text-align: right !important
}

.red-colr {
    color: #e8635c
}

.f-18 {
    font-size: 18px
}

.text-center {
    text-align: center
}

.fl {
    float: left
}

.fr {
    float: right
}

.cl {
    clear: both;
    font-size: 0;
    height: 0
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.d-flex {
    display: flex !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.align-items-center {
    align-items: center !important
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.top {
    vertical-align: top
}

.middle {
    vertical-align: middle
}

html {
    -ms-touch-action: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0
}

.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

h1, h2, h3, h4, h5, h6 {
    color: #424242;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px
}

h1 {
    font-size: 30px;
    line-height: 1.1
}

h2 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px
}

h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 15px
}

h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 15px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    color: #616161;
    outline: none !important;
    text-decoration: none !important
}

    a:hover {
        color: #616161
    }

    a.normal {
        color: #616161
    }

        a.normal:hover {
            color: #555
        }

    a.highlight, .highlight {
        color: #f89842
    }

.unerline, .underline {
    text-decoration: underline
}

    .unerline:hover {
        text-decoration: none
    }

object {
    pointer-events: none
}

.link-blue {
    color: #08c !important
}

    .link-blue:hover {
        text-decoration: underline !important
    }

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover, .btn:focus {
    text-decoration: none
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
        background-image: none
    }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

p {
    margin: 0;
    padding: 0 0 15px
}

.affirm-as-low-as a {
    color: #f89842 !important;
    text-decoration: underline !important
}

.affirm-as-low-as span {
    float: initial !important
}

.affirm-sandbox-container {
    background: #000;
    opacity: .9
}

.font-courgette {
    font-family: courgette,cursive;
    color: #e8635c
}

.disable-effect {
    pointer-events: none;
    opacity: .5;
    background: #ccc
}

.absolute {
    position: absolute
}

.none {
    display: none;
    visibility: hidden
}

.ddlSelect {
    padding: 5px;
    border: 1px solid #b2b2b2;
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.para-big {
    margin: 0;
    padding: 0 0 25px
}

.para-small {
    padding: 0 0 7px
}

.para-ex-sm {
    padding: 0 0 4px
}

.center {
    text-align: center
}

.btn-default {
    font-size: 13px;
    padding: 12px 20px;
    border-color: #dbdbdb;
    background-color: #fefefe;
    background-image: -moz-linear-gradient(top,#fefefe,#f9f9f9);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#f9f9f9));
    background-image: -webkit-linear-gradient(top,#fefefe,#f9f9f9);
    background-image: -o-linear-gradient(top,#fefefe,#f9f9f9);
    background-image: linear-gradient(to bottom,#fefefe,#f9f9f9);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fefefe',endColorstr='#f9f9f9',GradientType=0)
}

.btn-sm {
    font-size: 12px;
    padding: 6px 12px
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #fdfdfd;
    border-color: #dbdbdb
}

.btn-orange {
    background: #f89842;
    color: #fff;
    text-align: left;
    padding: 12px 15px 12px 20px
}

    .btn-orange:focus {
        background: #f89842;
        color: #fff
    }

    .btn-orange span {
        display: block;
        background: url(../images/arrow-down-white.png) right center no-repeat;
        padding-right: 10px
    }

.rightword span {
    background: url(../images/arrow-right-white.png) right center no-repeat
}

.btn-orange em {
    display: block;
    font-style: normal;
    font-size: 12px
}

.btn-orange strong {
    display: block;
    font-size: 16px
}

.btn-orange:hover {
    color: #fff;
    opacity: .8
}

.btn-black, .btn-grey, .btn-red {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding: 5px 9px;
    text-transform: uppercase;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #757575;
    background-image: -moz-linear-gradient(top,#757575,#525252);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#757575),to(#525252));
    background-image: -webkit-linear-gradient(top,#757575,#525252);
    background-image: -o-linear-gradient(top,#757575,#525252);
    background-image: linear-gradient(to bottom,#757575,#525252);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#757575',endColorstr='#525252',GradientType=0)
}

.btn-lg {
    padding: 9px 15px;
    font-size: 14px
}

.btn-black:hover {
    color: #fff;
    background: #656565
}

.btn-grey:hover {
    color: #fff;
    background: #525252
}

.btn-normal {
    padding: 9px 15px;
    font-size: 14px
}

.btn-red {
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    background-color: #ff746d;
    background-image: -moz-linear-gradient(top,#ff746d,#e9645d);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff746d),to(#e9645d));
    background-image: -webkit-linear-gradient(top,#ff746d,#e9645d);
    background-image: -o-linear-gradient(top,#ff746d,#e9645d);
    background-image: linear-gradient(to bottom,#ff746d,#e9645d);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff746d',endColorstr='#e9645d',GradientType=0)
}

    .btn-red:hover {
        color: #fff;
        background: #ff746d
    }

.btn-normal {
    font-weight: 500 !important
}

.btn-space img, .btn-space span {
    display: inline-block;
    padding: 0 5px
}

.btn-black:active, .btn-black:focus, .btn-grey:active, .btn-grey:focus {
    color: #fff;
    outline: none
}

.tooltip {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 120px;
    margin-left: -60px;
    z-index: 1070;
    font-style: normal;
    line-height: 1.5
}

    .tooltip .tooltip-inner {
        font-size: 11px !important;
        background: #dadbdd;
        color: #2b2b2b
    }

    .tooltip .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
        border-top-color: #dadbdd
    }

.tooltip-inner {
    max-width: 225px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.tooltip-parent {
    display: inline-block;
    position: relative
}

    .tooltip-parent:hover .tooltip {
        display: block
    }

.tooltip-lg {
    width: 250px;
    margin-left: -125px
}

.tooltip-custom {
    position: absolute;
    top: -90%;
    left: 50%;
    margin-left: -50%;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word
}

.css-tooltip div.tooltip {
    display: none;
    bottom: 64px;
    left: 10px
}

/* .css-tooltip .swatch-desc div.tooltip { */
    /* width: 250px; */
    /* left: -26px */
/* } */

.css-tooltip .swatch-desc div.tooltip {
    width: 125px;
    left: 50px
}

.css-tooltip .swatch-desc-responsive div.tooltip {
    width: 80px;
    left: 50px
}

.css-tooltip .swatch-desc div.tooltip.tooltip-sm {
    width: 120px;
    margin-left: 60px
}

.css-tooltip .tooltip-arrow {
    left: 58%
}

.css-tooltip a:hover div.tooltip {
    display: block
}

.css-tooltip .detail div.tooltip {
    bottom: 20px;
    min-width: 250px;
    left: -100px
}

.arrow-custom {
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -4px;
    display: block;
    width: .8rem;
    height: .4rem
}

    .arrow-custom::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid
    }

.hidden {
    display: none
}

.bdr-none {
    border: none !important
}

#header {
    padding: 10px 0;
    position: relative
}

.header-sprites {
    background: url(../images/header/header-sprites.png) no-repeat
}

.header-top {
    float: right;
    padding: 2px 0 0
}

    .header-top ul, .header-top li {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .header-top ul {
        float: left;
        border-left: 1px solid #a7a6a3;
        margin-left: 25px;
        margin-top: 10px
    }

        .header-top ul:first-child {
            margin-left: 0;
            border-left: none
        }

    .header-top li {
        float: left;
        margin-left: 25px;
        position: relative;
        padding: 0 0 5px
    }

.count-mobile {
    background: #ff8062;
    font-size: 10px;
    position: absolute;
    right: -1px;
    top: -14px;
    min-width: 15px;
    min-height: 15px;
    line-height: 15px;
    padding: 0 2px;
    text-align: center;
    color: #fff;
    border-radius: 50%
}

.header-top a {
    font-size: 12px;
    color: #8b8b8b;
    text-transform: uppercase;
    position: relative
}

.header-top .login-wrap a {
    text-transform: uppercase
}

.header-top li.caret-wrap, .header-top li.saved-item {
    padding-right: 22px
}

.num-over {
    position: absolute;
    right: -23px;
    top: -7px;
    background: #f26d68;
    color: #fff;
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    padding: 0 5px;
    text-align: center;
    font-size: 11px;
    border-radius: 50%
}

.header-top a:hover, .header-top li:hover a {
    text-decoration: none;
    color: #000
}

.header-top a span, .header-top a img, .header-top a em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px
}

.call-wrap .phone-icon {
    width: 11px;
    height: 15px
}

.header-top ul.search-wrap {
    margin-top: 0;
    border-left: none
}

.search-header {
    position: relative
}

.search-field {
    margin: 0;
    width: 650px;
    border: 1px solid #dbdbdb;
    padding: 8px 40px 8px 10px;
    font-size: 14px;
    color: #515151
}

.sub {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: url(/images/search.svg) no-repeat
}

.shop-item-mobile {
    display: none;
    position: absolute;
    right: -5px;
    top: 12px
}

    .shop-item-mobile a {
        display: inline-block;
        padding-left: 7px
    }

.logo {
    float: left;
    position: relative;
    max-width: 180px
}

.nav-wrap {
    background: #efeee9;
    position: relative
}

.items-mobile {
    display: none
}

.nav-wrap > .container {
    display: flex;
    align-items: center
}

.nav-wrap .header-top {
    float: none;
    margin-left: auto;
    padding: 0
}

.navbar {
    margin: 0;
    padding: 0;
    border: none;
    min-height: inherit
}

.navbar-collapse {
    padding: 0
}

.navbar-nav > li > a:hover, .navbar-nav > li:hover > a {
    color: #e63f10;
    background: 0 0 !important;
    outline: none
}

.navbar-nav > li ul, .navbar-nav > li ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.search-full {
    display: none
}

.home-slider-wrap img.hover {
    background: 0 0 !important
}

.remove:hover {
    color: #fa9836 !important
}

.header-top li ul {
    display: none
}

.navbar-nav > li > ul, .header-top li ul {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99999;
    width: 210px;
    padding: 20px 15px 20px 28px;
    background: #fff;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
    box-shadow: 0 0 20px rgba(0,0,0,.5)
}

.caret-up, .header-top li .caret-up {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -1px;
    z-index: 999999;
    background: url(../images/caret-upword-dropdown.png) no-repeat;
    width: 12px;
    height: 7px
}

.navbar-nav > li > ul li h4 {
    font-size: 13px;
    color: #626262;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 7px
}

.navbar-nav > li > ul li a, .header-top li ul li a {
    display: inline-block;
    padding: 4px 10px 4px 20px;
    font-size: 12px;
    color: #626262;
    position: relative;
    letter-spacing: -.1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    .navbar-nav > li > ul li a:focus, .header-top li ul li a:focus, .navbar-nav > li > ul li a:hover, .header-top li ul li a:hover {
        color: #c87429;
        background: #fdf4dd;
        text-decoration: none
    }

.navbar-nav > li > ul li .arrow-right, .header-top li ul li .arrow-right {
    position: absolute;
    left: 9px;
    top: 7px;
    background: url(../images/menu-arrow-normal.svg) no-repeat;
    width: 6px;
    height: 10px
}

.navbar-nav > li > ul li a:hover .arrow-right, .header-top li ul li a:hover .arrow-right {
    background: url(../images/menu-arrow-hover.svg) no-repeat
}

.header-top li .my-cart-dropdown {
    left: auto;
    right: 0;
    min-width: 395px;
    padding: 0
}

.cart-table table {
    width: 100%
}

.cart-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px
}

    .cart-table td a {
        padding: 0 !important;
        background: 0 0 !important
    }

.cart-table .m-70 {
    width: 70px;
    text-align: center
}

.cart-table .last-bg td {
    background: #fafff6
}

.table-bot-info {
    background: #e4e3e1;
    padding: 20px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

    .table-bot-info .btn-transparent {
        padding: 9px 25px 8px;
        border: 2px solid #a7a7a7;
        font-size: 13px
    }

        .table-bot-info .btn-transparent:hover {
            background: #ff8062;
            border-color: #ff8062;
            color: #fff !important
        }

    .table-bot-info .btn-arrow {
        display: inline-block;
        padding: 0 15px;
        color: #fff !important;
        font-size: 13px;
        background: #ff8062
    }

        .table-bot-info .btn-arrow:hover, .table-bot-info .btn-arrow:active, .table-bot-info .btn-arrow:focus {
            background: #ff8062;
            opacity: .8
        }

        .table-bot-info .btn-arrow span {
            display: inline-block;
            padding: 10px 25px 10px 5px;
            background: url(../images/arrow-right-white.png) right center no-repeat
        }

.cart-for-ios {
    display: none
}

.space-item {
    height: 15px
}

.navbar-nav > li > ul.dropdown-double {
    width: 510px;
    padding: 0
}

    .navbar-nav > li > ul.dropdown-double.double-lg {
        width: 580px
    }

.sub-sub-menuwrap {
    background: url(../images/sep-dropdown.png) center repeat-y;
    padding: 20px 0
}

.let-menu {
    float: left;
    width: 50%;
    padding: 0 10px 0 20px
}

.right-menu {
    float: left;
    width: 50%;
    padding: 0 10px 0 20px
}

.navbar-nav > .relative-wrap {
    position: relative
}

    .navbar-nav > .relative-wrap > ul.dropdown-double {
        right: auto;
        left: -30px
    }

.header-top li ul {
    width: 170px;
    padding: 15px;
    right: auto;
    left: 50%;
    margin-left: -85px
}

    .header-top li ul li {
        padding: 0;
        margin: 0
    }

.header-top li .caret-up {
    bottom: -1px;
    margin-left: 19px !important
}

.menu-link {
    display: none
}

.header-top a {
    font-size: 13px;
    color: #444647;
    font-weight: 500
}

.sp-contact-icon {
    background-position: right -38px;
    width: 14px;
    height: 14px;
    display: inline-block
}

.sp-phone-icon {
    background-position: -38px -38px;
    width: 13px;
    height: 15px;
    display: inline-block
}

.sp-heart-icon {
    background-position: right -20px;
    width: 16px;
    height: 13px;
    display: inline-block
}

.sp-heart-active {
    background-position: -38px -20px;
    width: 16px;
    height: 13px;
    display: inline-block
}

.sp-heart-empty {
    background-position: left -20px;
    width: 16px;
    height: 13px;
    display: inline-block
}

.sp-cart-icon {
    background-position: right top;
    width: 22px;
    height: 15px;
    display: inline-block
}

.sp-cart-active {
    background-position: -38px top;
    width: 22px;
    height: 15px;
    display: inline-block
}

.sp-cart-dull {
    background-position: left top;
    width: 22px;
    height: 15px;
    display: inline-block
}

.sp-search-icon {
    background-position: left -38px;
    width: 15px;
    height: 15px;
    display: inline-block
}

.header-top a .active-icon, .header-main .shop-item-mobile .active-icon {
    display: none
}

.header-top .active .active-icon, .header-main .shop-item-mobile .active .active-icon {
    display: inline-block
}

.header-top .active .default-icon, .header-main .shop-item-mobile .active .default-icon {
    display: none
}

.shop-item-mobile a {
    position: relative
}

.count-mobile {
    right: -5px
}

.logo-img {
    width: 229px
}

#header-wrap {
    position: relative
}

#header, .nav, .navbar-nav > .relative-wrap, .navbar {
    position: static
}

.nav {
    flex-direction: row
}

.navbar-nav > li > ul {
    -moz-box-shadow: 0 -5px 30px rgba(67,81,89,.4);
    -webkit-box-shadow: 0 -5px 30px rgba(67,81,89,.4);
    box-shadow: 0 -5px 30px rgba(67,81,89,.4)
}

    .navbar-nav > li > ul, .navbar-nav > li > ul.dropdown-double.double-lg {
        width: 100%;
        left: 0
    }

.content-width {
    max-width: 1400px;
    margin: 0 auto
}

.navbar-nav, .navbar-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .navbar-nav > li {
        margin: 0
    }

.nav {
    display: flex;
    flex-direction: row
}

.navbar-nav > li > a {
    font-size: 15px;
    color: #444647;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 17px 12px 15px
}

    .navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li:hover > a {
        color: #e63f10
    }

.mouseover-toshow {
    cursor: default;
    display: block;
    position: absolute;
    left: 0;
    bottom: -13px;
    background: 0 0;
    width: 100%;
    height: 7px
}

.menu-outer {
    padding: 60px 0 10px;
    padding: 30px 0 10px
}

.menu-photo {
    text-align: center
}

    .menu-photo h3 {
        letter-spacing: 3px;
        font-weight: 300;
        font-size: 22px;
        color: #43505c;
        position: relative;
        margin: 0 0 5px
    }

        .menu-photo h3:before {
            content: " ";
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 1px;
            background: #d8d8d8
        }

        .menu-photo h3 span {
            position: relative;
            display: inline-block;
            background: #fff;
            padding: 0 20px
        }

.women-row h3 span {
    cursor: pointer
}

.menu-sb h3 {
    font-size: 14px;
    color: #43505c;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 -15px 10px 0
}

@media(min-width:1200px) {
    .megamenu {
        background-repeat: no-repeat;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .megamenu-diamond-menu {
        width: 467px;
        height: 277px;
        background-position: -5px -5px
    }

    .megamenu-gemstone-menu {
        width: 467px;
        height: 277px;
        background-position: -5px -292px
    }

    .megamenu-men-menu {
        width: 274px;
        height: 214px;
        background-position: -482px -5px
    }

    .megamenu-personalize-1 {
        width: 32px;
        height: 31px;
        background-position: -766px -5px
    }

    .megamenu-personalize-2 {
        width: 32px;
        height: 31px;
        background-position: -808px -5px
    }

    .megamenu-personalize-3 {
        width: 47px;
        height: 31px;
        background-position: -850px -5px
    }

    .megamenu-personalize-4 {
        width: 32px;
        height: 31px;
        background-position: -907px -5px
    }

    .megamenu-personalize-5 {
        width: 43px;
        height: 31px;
        background-position: -949px -5px
    }

    .megamenu-personalize-menu {
        width: 201px;
        height: 106px;
        background-position: -766px -46px
    }

    .megamenu-personalize-women {
        width: 201px;
        height: 106px;
        background-position: -766px -162px
    }

    .megamenu-special-menu {
        width: 250px;
        height: 250px;
        background-position: -482px -278px
    }

    .megamenu-weeding-menu {
        width: 354px;
        height: 250px;
        background-position: -482px -538px
    }
}

.menu-sb ul, .menu-sb li {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-sb ul {
    position: relative
}

    .menu-sb ul:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 2px;
        background: #e3e5e6
    }

.navbar-nav > li > ul li a {
    font-size: 15px;
    font-weight: 400;
    padding: 4px 8px;
    border-left: 4px solid transparent;
    background: 0 0 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

    .navbar-nav > li > ul li.active a, .navbar-nav > li > ul li a:hover {
        border-color: #e64416;
        color: #e64416
    }

.menu-items-section {
    position: relative;
    display: inline-block;
    padding: 9px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 27px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 4px 27px rgba(0,0,0,.2);
    box-shadow: 0 4px 27px rgba(0,0,0,.2)
}

.arrow-item {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -12px;
    z-index: 9;
    background: url(../images/caret-upword-dropdown.png) no-repeat;
    background-size: 100% 100%;
    width: 17px;
    height: 12px
}

.menu-items-section a {
    display: inline-block;
    padding: 0 !important;
    margin: 0 10px
}

.header-top-tablet {
    display: none
}

.show-more, .show-link {
    font-size: 13px;
    text-transform: uppercase;
    padding: 14px;
    background: 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.border-only-top {
    border: none;
    border-top: 1px solid #dbdbdb
}

.show-more strong, .view-more strong, .advance-options strong, .more-option strong, .more-option-table strong, .show-link strong {
    font-weight: 400
}

.arrow-contain {
    background: url(../images/arrow-more-details.svg) no-repeat;
    width: 11px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.active .arrow-contain {
    background: url(../images/arrow-more-details-2.svg) no-repeat
}

.dropline-wrap {
    text-align: center;
    border-top: 1px solid #f1f1f1;
    padding: 55px 0 0;
    margin-top: 35px
}

.dropline {
    margin: 0 0 25px
}

    .dropline h2 {
        font-size: 20px;
        color: #43505c;
        font-weight: 700;
        margin: 0 0 20px
    }

        .dropline h2 span {
            display: block;
            font-size: 15px
        }

.drop-items {
    padding: 0 0 25px
}

    .drop-items a {
        font-size: 14px;
        color: #43505c;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        margin: 0 30px
    }

        .drop-items a:hover {
            text-decoration: none;
            color: #fff
        }

        .drop-items a img, .drop-items a span {
            display: inline-block;
            vertical-align: middle
        }

        .drop-items a:hover {
            color: #000
        }

.drop-sep {
    width: 1px;
    height: 25px;
    background: #eaedef;
    display: inline-block;
    vertical-align: middle
}

.social-section {
    padding: 0 0 25px
}

    .social-section a {
        display: inline-block;
        text-decoration: none;
        margin: 0 10px 10px
    }

    .social-section h4 {
        color: #d3d3d3
    }

    .social-section img {
        width: 32px;
        height: 32px
    }

.hover-img {
    display: none;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px #fff;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff
}

.social-section a:hover img {
    display: none
}

.social-section a:hover .hover-img {
    display: inline-block
}

.touch-section {
    max-width: 400px;
    margin: 0 auto 80px
}

.touch-top {
    text-align: center;
    font-size: 15px;
    color: #43505c;
    padding: 0 35px 10px
}

    .touch-top h3 {
        font-size: 16px;
        color: #43505c;
        font-weight: 500;
        margin: 0 0 3px
    }

.email-field {
    display: inline-block;
    width: 75%;
    float: left;
    background: #e4ebed;
    color: #999;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0 12px;
    font-size: 13px
}

.subscribe-btn {
    width: 25%;
    float: left;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    background: #ff8062
}

.top-wrap {
    padding-top: 10px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    background: 0 0;
    margin: 0;
    padding: 6px 0;
    font-size: 14px
}

    .breadcrumb a {
        color: #747474;
        outline: none;
        text-decoration: none
    }

        .breadcrumb a:hover {
            text-decoration: none;
            color: #000
        }

    .breadcrumb img {
        display: inline-block;
        margin-right: 3px
    }

    .breadcrumb > li {
        vertical-align: top
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

        .breadcrumb > li + li:before {
            color: #747474;
            padding: 0 3px 0 6px
        }

    .breadcrumb li.active {
        color: #626262;
        font-weight: 700
    }

    .breadcrumb > .last-item:before {
        display: none;
        content: ""
    }

    .breadcrumb a {
        outline: none
    }

.list-seciton {
    margin: 0 0 20px
}

    .list-seciton ul {
        list-style: outside;
        padding: 0;
        margin: 0 0 0 15px;
        color: #999
    }

    .list-seciton li {
        list-style: outside;
        padding: 0 0 5px;
        color: #42494c
    }

.chat-seciton {
    display: none;
    cursor: pointer !important;
    position: fixed;
    right: 4%;
    bottom: 15px;
    z-index: 1;
    background: #656565;
    width: 372px;
    box-shadow: 1px 3px 8px rgba(0,0,0,.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.chat-title {
    border-bottom: 1px solid #7f7f7f;
    padding: 20px 40px 5px 45px;
    position: relative
}

    .chat-title .pull-left {
        position: absolute;
        left: 10px;
        top: 16px
    }

.cancel-chat {
    position: absolute;
    right: 20px;
    top: 25px;
    background: url(../images/cancel-white.png) no-repeat;
    width: 10px;
    height: 10px;
    font-size: 0;
    display: inline-block
}

    .cancel-chat:hover {
        opacity: .6
    }

.chat-arrow-up {
    display: inline-block;
    font-size: 0;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 20px
}

.chat-title h3 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 10px
}

.chat-body {
    padding: 20px 20px 10px;
    background: #fbfbfb
}

.chat-form {
    background: #fbfbfb
}

    .chat-form label {
        display: inline-block;
        vertical-align: middle;
        min-width: 65px;
        text-align: right;
        margin: 5px 0
    }

    .chat-form .field-chat:focus, .chat-form select:focus, .chat-form textarea:focus {
        -moz-box-shadow: 0 0 4px #45b2ff;
        -webkit-box-shadow: 0 0 4px #45b2ff;
        box-shadow: 0 0 4px #fff
    }

    .chat-form select, .chat-form .field-bdr, .chat-form select, .chat-form textarea, .chat-form .field-chat {
        border: 1px solid #ccc;
        border-left: 2px solid #e63f10;
        width: 100%;
        padding: 5px 8px 6px;
        font-size: 13px;
        color: #424242;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

    .chat-form textarea {
        border: 1px solid #ccc
    }

        .chat-form .field-bdr:focus, .chat-form textarea:focus {
            border-color: #78bbf4;
            -moz-box-shadow: 0 0 8px rgba(120,187,244,.9);
            -webkit-box-shadow: 0 0 8px rgba(120,187,244,.9);
            box-shadow: 0 0 8px rgba(120,187,244,.9)
        }

    .chat-form .no-bdr {
        border-left: 1px solid #ccc
    }

    .chat-form .btn-orange {
        padding: 8px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        background: #ff8062
    }

.holiday-wrap span.no-bg {
    background: none 0 !important;
    padding: 0 !important;
    margin: 0 !important
}

.holiday-wrap {
    font-size: 16px;
    background: #fff9de;
    position: relative;
    z-index: 9;
    -moz-box-shadow: 0 2px 3px rgba(71,71,71,.15);
    -webkit-box-shadow: 0 2px 3px rgba(71,71,71,.15);
    box-shadow: 0 2px 3px rgba(71,71,71,.15);
    text-align: center
}

    .holiday-wrap span {
        display: inline-block;
        height: 28px;
        margin-right: 8px;
        padding-right: 22px
    }

    .holiday-wrap .strip-img {
        position: relative;
        width: 100px
    }

        .holiday-wrap .strip-img img {
            top: -8px;
            left: 0;
            position: absolute
        }

    .holiday-wrap .strip-title {
        color: #573826;
        white-space: nowrap
    }

    .holiday-wrap .strip-coupon, .holiday-wrap .strip-content {
        color: #f06a76
    }

    .holiday-wrap .strip-shop a {
        font-size: 16px;
        color: #573826;
        text-decoration: underline;
        text-transform: uppercase;
        display: inline-block;
        background: url(../images/strip/strip-arrow-thanks.png) right 2px no-repeat;
        padding-right: 18px;
        padding-left: 10px
    }

.wrap {
    margin: 0 0 6px
}

.checkout-wrap h2 {
    font-size: 16px;
    color: #505050;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px
}

.form-secondary label {
    display: block;
    font-size: 12px;
    color: #505050;
    font-weight: 400;
    margin: 10px 0 5px
}

.form-sm-label label {
    font-size: 11px
}

.total-section select, .form-secondary .field-bdr, .form-secondary select, .form-secondary textarea {
    border: 1px solid #ccc;
    border-left: 2px solid #e63f10;
    width: 100%;
    padding: 5px 8px 6px;
    font-size: 13px;
    color: #424242;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
    box-shadow: 0 0 2px rgba(0,0,0,.1) inset;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.form-secondary textarea {
    border: 1px solid #ccc
}

    .form-secondary .field-bdr:focus, .form-secondary textarea:focus {
        border-color: #78bbf4;
        -moz-box-shadow: 0 0 8px rgba(120,187,244,.9);
        -webkit-box-shadow: 0 0 8px rgba(120,187,244,.9);
        box-shadow: 0 0 8px rgba(120,187,244,.9)
    }

.total-section .no-bdr, .form-secondary .no-bdr {
    border-left: 1px solid #ccc
}

.form-secondary .select-inline, .form-secondary .field-sm {
    display: inline-block;
    width: 48%
}

.sav-btn-top {
    text-align: right
}

.close-custom {
    background: url(../images/close-btn.svg) no-repeat;
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    display: inline-block;
    outline: none !important;
    box-shadow: none !important
}

.modal-custom .modal-dialog {
    width: 770px;
    max-width: 770px
}

.modal-custom .modal-header {
    background: #f2f2f2;
    padding: 30px 15px 0 100px
}

.bdr-none {
    border: none
}

.modal-custom .modal-header .close {
    margin-top: -15px
}

.modal-custom .modal-footer {
    background: #f2f2f2;
    text-align: centerl
}

    .modal-custom .modal-footer a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px
    }

.modal-custom .tabs li {
    width: auto;
    background: #e8e8e8
}

.modal-custom .tabs a {
    padding: 20px 30px;
    text-transform: uppercase;
    color: #898989;
    font-size: 13px;
    min-height: inherit
}

.modal-custom .tabs li.active a {
    color: #424242;
    padding-top: 22px;
    padding-bottom: 22px
}

.modal-custom .tabs a span {
    background: 0 0;
    padding: 0
}

.modal-custom .tabs li:first-child, .modal-custom .tabs li:first-child a {
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0
}

.modal-custom .tabs li:last-child, .modal-custom .tabs li:last-child a {
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0
}

.modal-custom .tabs-content {
    border: none;
    padding: 30px 40px 10px;
    min-height: 400px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-affrim .modal-dialog {
    width: auto;
    max-width: 960px
}

.modal-affrim-sm .modal-dialog {
    width: auto;
    max-width: 480px
}

.modal-affrim-sm.modal-review-sm .modal-dialog {
    width: auto;
    max-width: 720px
}

.modal-affrim-sm .affirm-modal-content {
    width: auto;
    margin-left: 0
}

.modal-content {
    border: none
}

.close-lg {
    font-size: 30px;
    color: #848484;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px
}

.affirm-modal-hero {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    right: 50%;
    left: 0;
    border-radius: 5px 0 0 5px
}

.affirm-modal-content {
    width: 50%;
    margin-left: 50%;
    height: 100%
}

.close-modal-button {
    margin: 0;
    padding: 6px;
    top: 15px;
    right: 22px;
    color: #fff;
    width: 47px;
    height: 47px;
    opacity: .8;
    z-index: 9002;
    cursor: pointer;
    font-size: 55px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    text-decoration: none;
    border: 4px solid transparent;
    transition: all .2s ease-in-out;
    font-family: proxima-nova,sans-serif
}

.affirm-content-text {
    padding: 48px 48px 40px
}

.affirm-modal-header {
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    text-align: center
}

    .affirm-modal-header .affirm-logo {
        font-size: 24px;
        vertical-align: middle;
        color: #00c8e5
    }

    .affirm-modal-header img {
        max-width: 150px
    }

.affirm-modal-plus {
    color: #9da6b0;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle
}

.affirm-tagline {
    font-weight: 400;
    font-size: 28px;
    color: #373e47;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 0
}

.affirm-promo-text {
    font-size: 16px;
    color: #858e99;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 32px;
    width: auto
}

.affirm-copy-sections {
    margin-top: 32px;
    font-size: 13px;
    color: #858e99
}

.affirm-copy-sections {
    margin-top: 32px;
    text-align: center
}

    .affirm-copy-sections h4 {
        font-weight: 700;
        font-size: 14px;
        color: #373e47;
        margin-top: 16px
    }

.affirm-checkout {
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    color: #373e47;
    margin-top: 32px;
    letter-spacing: 0;
    line-height: 16px
}

.affirm-footer {
    padding: 16px 48px;
    text-align: center;
    background: #f2f4f5;
    font-size: 12px;
    line-height: 20px;
    color: #373e47
}

.modal-auto-width {
    display: flex !important;
    flex-wrap: wrap;
    visibility: hidden
}

    .modal-auto-width.show {
        visibility: visible
    }

    .modal-auto-width .modal-dialog {
        max-width: inherit;
        width: auto
    }

.tabs-wrap {
    margin: 0 0 20px
}

.tabs {
    background: #f4f4f4;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

    .tabs ul, .tabs li {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .tabs li {
        float: left;
        width: 20%;
        border-left: 1px solid #fff
    }

        .tabs li:first-child {
            border-left: none
        }

.tabs-two-item li {
    width: 50%
}

.tabs a {
    display: block;
    padding: 8px;
    text-align: center;
    color: #969696;
    outline: none;
    border-top: 3px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.tabs li.active {
    margin-right: -1px;
    position: relative
}

    .tabs li.active a, .tabs-personalize .tabs li a:focus {
        color: #9a9a9a;
        position: relative;
        margin: 1px 0 -1px;
        padding-bottom: 11px;
        padding-top: 9px;
        background: #fff;
        text-decoration: none;
        border-color: #f89842;
        border-right-color: #d8d8d8;
        border-left-color: #d8d8d8;
        border-bottom-color: #fff;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }

        .tabs li.active a em {
            color: #424242
        }

.tabs a span {
    display: block;
    background: url(../images/drop-down-arrow.svg) no-repeat center bottom;
    padding-bottom: 12px
}

.tabs a .block-in-table {
    display: inline-block
}

.tabs.main-active a span {
    background: 0 0;
    padding-bottom: 0
}

.tabs.main-active a em {
    color: #868686
}

.tabs a img {
    display: block;
    margin: 0 auto 2px;
    max-width: 37px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.tabs a em {
    font-style: normal;
    color: #424242;
    display: block
}

.tabs a strong {
    display: block;
    font-weight: 400;
    font-size: 11px
}

.tabs-content {
    display: none;
    background: #fff;
    padding: 9px 9px 18px;
    border: 1px solid #d8d8d8;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.15);
    box-shadow: 0 0 2px rgba(0,0,0,.15)
}

.no-shadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tabs-content2 {
    display: none
}

.display-none {
    display: none
}

.d-block {
    display: block
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 9
}

.popup-section {
    position: fixed;
    left: 50%;
    top: 10%;
    margin-left: -385px;
    width: 770px;
    z-index: 99;
    background: #fff url(../images/popup-sep.png) repeat-y;
    -moz-box-shadow: 0 0 80px rgba(0,0,0,.8);
    -webkit-box-shadow: 0 0 80px rgba(0,0,0,.8);
    box-shadow: 0 0 80px rgba(0,0,0,.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.popup-in {
    padding: 50px 45px
}

    .popup-in p.pButton {
        text-align: center
    }

.cancel-popup {
    position: absolute;
    right: 5px;
    top: 7px;
    z-index: 9;
    /*background: url(../images/cancel-popup.png) no-repeat;*/
    display: block;
    width: 24px;
    height: 25px;
    font-size: 0;
}

    .cancel-popup:hover {
        opacity: .8
    }

.subscribe-section {
    text-align: center;
    background: #91b54c;
    padding: 45px 0 40px
}

    .subscribe-section h3 {
        font-size: 19px;
        color: #fff;
        font-weight: 300;
        margin: 0 0 10px
    }

.popup-email {
    background: #fff;
    width: 570px;
    margin-left: -285px
}

    .popup-email .popup-in {
        padding: 15px 0
    }

    .popup-email .form-title {
        padding: 0 60px
    }

        .popup-email .form-title h2 {
            font-size: 20px;
            color: #505050;
            font-weight: 300
        }

    .popup-email .form-section {
        background: #f4f4f5;
        padding: 15px 0;
        margin: 0 0 25px
    }

    .popup-email .form-gap {
        max-width: 275px;
        margin: 0 auto
    }

    .popup-email .text-field {
        border-left: 2px solid #e63f10
    }

.interest-section {
    font-size: 12px;
    color: #505050;
    padding: 10px 0 0
}

    .interest-section p {
        padding: 0 0 8px
    }

    .interest-section input, .interest-section span {
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }

    .interest-section span {
        margin: 0 7px 0 2px
    }

.popup-email .subscribe-btn {
    float: none;
    display: block;
    width: 275px;
    margin: 0 auto;
    background: #7e8c91;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: auto;
    line-height: inherit;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.popup-subscribe {
    background: #74c443;
    padding: 55px 0 50px;
    text-align: center
}

    .popup-subscribe h3 {
        font-size: 24px;
        color: #fff;
        font-weight: 300;
        margin: 0 0 10px
    }

#footer {
    padding: 70px 0 40px;
    font-size: 12px;
    margin: 0 0 50px
}

    #footer h3 {
        font-size: 16px;
        color: #43505c;
        font-weight: 400;
        line-height: 1.2;
        margin: 0 0 7px
    }

    #footer ul, #footer li {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #footer ul {
        padding-bottom: 20px;
        min-height: 162px
    }

    #footer li {
        padding: 0 0 6px
    }

    #footer a {
        color: #43505c
    }

.footer-adds-wrap {
    text-align: center;
    margin: 0 0 15px
}

.footer-adds ul, .footer-adds li {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-adds li {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px;
    border-right: 1px solid #ebebeb;
    margin: 0 0 15px
}

    .footer-adds li:last-child {
        border-right: none
    }

.footer-sprites {
}

.sp-visa {
    background-position: left top;
    width: 168px;
    height: 46px;
    display: inline-block
}

.sp-paypal {
    background-position: right top;
    width: 88px;
    height: 46px;
    display: inline-block
}

.sp-amazon {
    background-position: left -56px;
    width: 59px;
    height: 46px;
    display: inline-block
}

.sp-affrim {
    background-position: -79px -56px;
    width: 83px;
    height: 46px;
    display: inline-block
}

.sp-splitit {
    background-position: right -56px;
    width: 68px;
    height: 46px;
    display: inline-block
}

.sp-auth {
    background-position: left -223px;
    width: 75px;
    height: 51px;
    display: inline-block
}

.sp-geotrust {
    background-position: right -168px;
    width: 116px;
    height: 56px;
    display: inline-block
}

.sp-bbb {
    background-position: left -112px;
    width: 86px;
    height: 46px;
    display: inline-block
}

.sp-ivouch {
    background-position: right -112px;
    width: 82px;
    height: 46px;
    display: inline-block
}

.sp-wedding {
    background-position: left -168px;
    width: 140px;
    height: 46px;
    display: inline-block
}

.footer-bot {
    text-align: center;
    font-size: 12px;
    padding: 0 0 15px
}

.footer-nav {
    padding: 0 0 10px
}

    .footer-nav ul, .footer-nav li {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .footer-nav li {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        border-right: 1px solid #dfdfdf;
        padding: 0 10px 0 9px;
        margin: 0 0 10px
    }

        .footer-nav li:last-child {
            border-right: none;
            margin-right: 0;
            border-right: none
        }

    .footer-nav a {
        color: #838383
    }

.copyright {
    color: #b8b8b8;
    font-size: 14px
}

.footer-bot p {
    margin: 0;
    padding: 0 0 17px
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.modal-img {
    padding-bottom: 12px;
    display: inline-block
}

    .modal-img img {
        cursor: pointer;
        min-width: 45px;
        max-width: 45px
    }

.splitit-btn .btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f36442;
    background: #fff;
    border-radius: 3px
}

.splitit-w {
    margin-right: 45px
}

.splitit-btn {
    margin-left: auto
}

    .splitit-btn .btn:hover {
        opacity: .8
    }

.splitit-modal-title {
    text-align: center;
    padding: 40px 15px 0
}

    .splitit-modal-title h3 {
        font-size: 24px;
        color: #958dc6;
        font-weight: 700;
        text-transform: uppercase;
        margin: 10px 0 7px
    }

.splitit-article-wrap {
    padding: 0 50px
}

.splitit-article {
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    color: #201f1f;
    margin: 0 0 45px
}

.sp-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 2px solid #958dc6;
    margin: 0 auto 10px;
    border-radius: 50%
}

.splitit-article h4 {
    font-size: 16px;
    color: #201f1f;
    font-weight: 700;
    margin: 0 0 10px
}

.splitit-article p {
    padding: 0 15px 15px
}

.example-wrap {
    background: #f4f4f4;
    padding: 25px 75px
}

    .example-wrap h4 {
        font-size: 18px;
        color: #958dc6;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        margin: 0 0 15px
    }

        .example-wrap h4 span {
            font-weight: 400;
            color: #3a3939
        }

    .example-wrap ul, .example-wrap li {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .example-wrap ul {
        display: flex;
        flex-wrap: wrap
    }

    .example-wrap li {
        width: 33.33%;
        background: #d2dc9d;
        position: relative
    }

        .example-wrap li:after, .example-wrap li:last-child:before {
            content: " ";
            position: absolute;
            left: -5px;
            top: 0;
            height: 100%;
            width: 9px;
            background: url(../images/splitit/splitit-sep.png) no-repeat
        }

        .example-wrap li:first-child:after {
            background: url(../images/splitit/splitit-sep-left.png) no-repeat
        }

        .example-wrap li:last-child:before {
            background: url(../images/splitit/splitit-sep-right.png) no-repeat;
            left: auto;
            right: 0;
            width: 7px
        }

        .example-wrap li h4 {
            font-size: 14px;
            color: #58654c;
            height: 51px;
            padding: 14px 15px;
            display: flex;
            align-items: center;
            margin: 0
        }

            .example-wrap li h4 strong {
                margin-left: auto;
                font-size: 22px;
                color: #404739
            }

    .example-wrap h5 {
        background: #b3bf6d;
        height: 33px;
        line-height: 33px;
        padding: 0 15px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        margin: 0
    }

.splitit-checkout {
    padding: 25px 55px;
    font-size: 14px;
    color: #201f1f;
    line-height: 1.3
}

    .splitit-checkout h4 {
        text-align: center;
        color: #958dc6;
        font-size: 22px;
        margin: 0 0 20px
    }

    .splitit-checkout img {
        height: 25px
    }

    .splitit-checkout li {
        padding: 0 0 10px
    }

.modal-splitit-secondary button.close {
    background: url(../images/cancel-white.png) no-repeat;
    width: 10px;
    height: 10px;
    font-size: 0
}

.modal-splitit-secondary .modal-content {
    background: url(../images/splitit/splitit-popup.jpg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 330px;
    border: 15px solid #fff;
    border-radius: 0
}

.modal-splitit-secondary h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 1px #000;
    text-align: center;
    line-height: 1.1;
    padding: 10px 0;
    margin: 0
}

.modal-splitit-secondary .splitit-article-wrap {
    padding: 30px 10px;
    background: rgba(52,79,104,.9)
}

    .modal-splitit-secondary .splitit-article-wrap .splitit-article {
        color: #fff;
        margin: 0 0 10px
    }

.modal-splitit-secondary .sp-icon {
    border-color: #fff
}

.modal-splitit-secondary .splitit-article-wrap .btn {
    font-size: 20px;
    color: #41515d;
    background: #fff;
    font-weight: 700;
    padding: 6px 30px;
    border-radius: 25px
}

    .modal-splitit-secondary .splitit-article-wrap .btn:hover {
        opacity: .8
    }

@media(min-width:767px) {
    .tablet-row > div {
        width: 14%;
        padding: 0 5px
    }

    .navbar-nav > li:hover a span, .header-top li:hover .caret-up {
        display: block
    }

    .navbar-nav > li:hover > ul {
        visibility: visible;
        opacity: 1;
        transition-delay: .3s
    }

    .header-top li:hover > ul {
        display: block
    }

    .navbar-nav > li > ul {
        visibility: hidden;
        opacity: 0;
        transition-delay: .1s
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
}

@media(min-width:991px) {
    .modal-splitit-payments .modal-dialog {
        width: auto;
        max-width: 800px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }

    #footer {
        background: url(../images/footer/footer-bg.jpg) center top no-repeat;
        background-size: cover
    }

    .loose-diamond-row .mid-section-loose-diamond {
        min-height: 780px
    }

    .modal-splitit-secondary .modal-dialog {
        width: auto;
        max-width: 600px
    }
}

@media(min-width:576px) {
    .container {
        max-width: inherit
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1180px
    }

    .hidden-lg {
        display: none !important
    }

    .visible-lg {
        display: block !important
    }

    .col-lg-5-for-desktop {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    #side-chat {
        display: initial;
        display: initial;
        position: fixed;
        right: 0;
        top: 45%;
        z-index: 11;
        max-width: 36px
    }

    #img-chat {
        display: none
    }
}

@media(min-width:1300px) {
    .container {
        width: auto;
        max-width: 1800px;
        padding: 0 50px
    }
}

@media(max-width:1500px) {
    .navbar-nav > li > a {
        padding: 17px 6px 15px;
        font-size: 13px
    }

    .header-top li {
        margin-left: 10px
    }

    .header-top ul {
        margin-top: 4px;
        margin-left: 5px;
        border: none
    }

    .search-field {
        width: 400px
    }

    #header .header-top ul {
        padding-top: 6px
    }

    #header .header-top .search-wrap {
        padding-top: 0
    }
}

@media(max-width:1200px) {
    .navbar-nav > li > a {
        padding: 17px 4px 15px
    }

    .navbar-nav > li:first-child {
        padding-left: 0
    }

    .menu-outer {
        padding: 5px 0
    }

    .login-wrap {
        display: none
    }

    #side-chat {
        display: block;
        width: 20px;
        position: fixed;
        right: 0;
        top: 62%;
        z-index: 2;
    }

        #side-chat.message {
            width: 26px !important
        }

    #img-chat {
        display: none
    }

    .footer-adds li {
        padding: 5px 9px
    }
}

@media(min-width:767px) and (max-width:1200px) {
    .loose-row {
        padding: 0 50px
    }

        .loose-row > div {
            width: 20%
        }
}

@media(max-width:1500px) and (min-width:1200px) {
    .navbar-nav > li > ul {
        padding-right: 55px
    }

    .megamenu-gemstone-menu {
        margin-left: -40px
    }
}

@media(max-width:1200px) {
    .hide-on-tablet {
        display: none
    }

    .for-tabet-only {
        display: block
    }

    .for-desktop-only {
        display: none
    }

    .logo {
        max-width: 150px
    }

    .menu-sb h3 {
        font-size: 13px
    }

    .search-field {
        width: 200px
    }

    .nav-wrap > .container {
        flex-direction: column
    }

    .nav-wrap .header-top {
        order: -1
    }

    .navbar-nav > li > a {
        padding: 13px 5px 15px
    }

    .header-main .header-top {
        display: none
    }

    .header-top.header-top-tablet {
        display: block !important
    }

    .header-top-tablet {
        display: block
    }

    .header-top-tablet {
        display: flex;
        justify-content: flex-end
    }

        .header-top-tablet ul, .header-top-tablet li {
            list-style: none;
            margin: 0;
            padding: 0
        }

        .header-top-tablet > ul {
            padding-left: 10px;
            margin-left: 10px;
            position: relative;
            display: flex
        }

            .header-top-tablet > ul::before {
                content: " ";
                width: 1px;
                height: 17px;
                background: #b2b2b2;
                position: absolute;
                left: 0;
                top: 5px
            }

            .header-top-tablet > ul:first-child {
                margin-left: 0;
                padding-left: 0
            }

                .header-top-tablet > ul:first-child::before {
                    display: none
                }

    .header-top a {
        font-size: 12px
    }

    .header-top-tablet > ul > li {
        padding-left: 10px
    }

        .header-top-tablet > ul > li:first-child {
            padding-left: 0
        }

        .header-top-tablet > ul > li > a {
            color: #616161
        }

    .search-full {
        padding: 10px 0 0;
        display: none
    }

        .search-full .search-field {
            width: 100%;
            border: 1px solid #d2d1cb
        }
}

@media(max-width:992px) {
    .for-tabet-only {
        display: block
    }

    .for-desktop-only {
        display: none
    }

    .holiday-wrap span {
        padding-right: 0
    }

    .holiday-wrap {
        font-size: 14px
    }

        .holiday-wrap .strip-shop a {
            font-size: 14px
        }

    .splitit-link {
        margin: 0 10px
    }

    .table-shopping th {
        font-size: 11px
    }

    .splitit-modal-title h3 {
        font-size: 18px
    }

    .splitit-article-wrap {
        padding: 0 10px
    }

    .splitit-article p {
        padding: 0 0 15px
    }

    .example-wrap {
        padding: 25px 10px
    }

        .example-wrap li h4 {
            font-size: 12px
        }

            .example-wrap li h4 strong {
                font-size: 16px
            }

    .splitit-checkout {
        padding: 25px 10px
    }

    .modal-splitit-secondary h3 {
        padding: 25px 0;
        font-size: 24px
    }

    #footer {
        background: url(../images/footer/footer-mobile.jpg) center top no-repeat;
        background-size: cover
    }

        #footer h3 {
            font-size: 14px
        }

    .footer-adds li {
        width: 18%;
        margin: 0 0 20px
    }

    .footer-nav li {
        padding: 0 6px 0 5px
    }
}

@media(max-width:767px) {
    .for-desktop {
        display: none
    }

    .for-mobile {
        display: block
    }

    .hide-mobile {
        display: none
    }

    .hidden-mobile {
        display: none !important
    }

    .for-tabet-only {
        display: none
    }

    .banner-strip {
        display: none
    }

    .visible-xs {
        display: block !important
    }

    .hidden-xs {
        display: none
    }

    #header-wrap {
        overflow: hidden
    }

    #header {
        padding: 20px 0 5px
    }

    .header-top.header-top-tablet {
        display: none !important
    }

    .search-full {
        padding: 5px 0 10px
    }

    .shop-items {
        display: none
    }

    .shop-item-mobile {
        display: block;
        top: 5px
    }

        .shop-item-mobile img {
            width: 21px
        }

        .shop-item-mobile a {
            padding-left: 5px
        }

    .search-full {
        display: block;
        padding: 0 0 7px
    }

    .logo {
        position: static;
        float: none;
        text-align: center;
        margin: 0 auto;
        padding: 0 50px 15px;
        max-width: inherit
    }

        .logo > a > img {
            max-width: 150px
        }

    .header-top a {
        color: #8b8b8b !important
    }

    .header-main {
        position: relative
    }

    .menu-link {
        display: block;
        position: absolute;
        left: 5px;
        top: 8px;
        width: 20px;
        height: 12px;
        background: url(../images/header/menu.png) no-repeat
    }

    .nav-wrap {
        position: fixed;
        left: -90%;
        top: 0;
        width: 90%;
        height: 100%;
        z-index: 999;
        overflow: hidden;
        overflow-y: auto;
        background: #e8635c
    }

    .items-mobile {
        display: block
    }

    .items-mobile-inner {
        padding: 25px 20px 10px
    }

    .top-m-bar {
        display: flex;
        padding: 0 0 15px
    }

        .top-m-bar a {
            font-size: 12px;
            color: #fff;
            text-transform: uppercase;
            display: inline-block
        }

    .back-mob {
        background: url(../images/header/back-arrow.png) left 1px no-repeat;
        padding-left: 15px
    }

    .link-top-right {
        margin-left: auto
    }

        .link-top-right a {
            margin-left: 10px
        }

            .link-top-right a:first-child {
                margin-left: 0
            }

    .search-mob-wrap {
        border: 1px solid rgba(255,255,255,.5);
        position: relative;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }

    .search-mob {
        background: 0 0;
        border: none;
        color: rgba(255,255,255,.5);
        color: #fff;
        padding: 11px 15px 11px 30px;
        width: 100%;
        font-size: 13px;
        outline: none !important;
        box-shadow: none !important
    }

        .search-mob::-webkit-input-placeholder {
            color: rgba(255,255,255,.5)
        }

        .search-mob::-moz-placeholder {
            color: rgba(255,255,255,.5)
        }

        .search-mob:-ms-input-placeholder {
            color: rgba(255,255,255,.5)
        }

        .search-mob:-moz-placeholder {
            color: rgba(255,255,255,.5)
        }

    .search-mob-wrap .fa {
        position: absolute;
        left: 10px;
        top: 13px;
        color: rgba(255,255,255,.5)
    }

    .nav-wrap > .container {
        padding: 0;
        max-width: inherit
    }

    .nav {
        background: 0 0
    }

    .navbar-nav, .navbar {
        display: block;
        width: 100%
    }

        .navbar-nav > li > a {
            color: #fff;
            display: block;
            border: none;
            padding: 12px 20px 12px 40px;
            font-size: 15px;
            text-transform: inherit;
            position: relative
        }

        .navbar-nav > li.dropdown-contain > a:before {
            content: " + ";
            font-weight: 300;
            width: 7px;
            height: 7px;
            position: absolute;
            left: 20px;
            top: 14px;
            line-height: 1
        }

        .navbar-nav > li.dropdown-contain.active > a:before {
            content: " - ";
            font-size: 27px;
            top: 7px
        }

        .navbar-nav > li > a:hover, .navbar-nav > li.active > a, .navbar-nav > li:hover > a {
            color: #fff
        }

        .navbar-nav > li > ul {
            display: none;
            width: auto !important;
            padding: 0;
            background: 0 0;
            position: relative;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .navbar-nav > li > ul:before {
                content: " ";
                background: url(../images/header/upword-1.png) no-repeat;
                width: 10px;
                height: 5px;
                position: absolute;
                left: 18px;
                top: -5px
            }

    .menu-outer {
        margin: 0;
        padding: 0
    }

    .menu-sb > h3 {
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-transform: inherit;
        margin: 0;
        padding: 12px 20px 12px 65px;
        background: #b4514c;
        position: relative
    }

        .menu-sb > h3:before {
            content: " + ";
            font-weight: 300;
            width: 7px;
            height: 7px;
            position: absolute;
            left: 40px;
            top: 13px
        }

        .menu-sb > h3.active:before {
            content: " - ";
            font-size: 27px;
            top: 5px
        }

    .menu-sb ul {
        background: #974a46;
        display: none;
        position: relative
    }

        .menu-sb ul:before {
            content: " ";
            background: url(../images/header/upword-2.png) no-repeat;
            width: 10px;
            height: 5px;
            position: absolute;
            left: 38px;
            top: -5px
        }

    .navbar-nav > li > ul li a {
        display: block;
        border: none;
        font-size: 14px;
        color: #fff;
        padding: 12px 20px 12px 80px;
        position: relative
    }

        .navbar-nav > li > ul li.active a, .navbar-nav > li > ul li a.active {
            font-weight: 700;
            color: #fff
        }

        .navbar-nav > li > ul li a:before {
            content: " - ";
            font-weight: 300;
            font-size: 27px;
            line-height: 1;
            position: absolute;
            left: 64px;
            top: 5px
        }

    .top-wrap {
        margin: 0;
        padding: 8px 0 10px;
        background: #efeee9
    }

    .form-secondary .field-bdr, .form-secondary select {
        padding: 12px 8px 11px
    }

    .modal-affrim .modal-dialog {
        width: auto;
        max-width: inherit
    }

    .affirm-content-text {
        padding: 48px 20px 20px
    }

    .affirm-footer {
        padding: 16px 20px
    }

    .affirm-modal-header img {
        max-width: 100px
    }

    .affirm-tagline {
        font-size: 20px;
        margin-top: 20px
    }

    .affirm-modal-hero {
        display: none
    }

    .affirm-modal-content {
        width: auto;
        margin: 0
    }

    .tabs-custom.custom-six {
        padding: 0
    }

    .tabs-custom.tabs-five {
        padding: 0
    }

        .tabs-custom.tabs-five li {
            width: 20%
        }

    .custom-pager a {
        width: 20%;
        height: auto;
        outline: none
    }

        .custom-pager a:hover {
            overflow: hidden
        }

    .custom-pager img {
        max-width: 100%;
        width: 100%;
        margin: 0;
        left: auto;
        position: static
    }

    .custom-pager .on, .custom-pager span {
        display: none !important
    }

    .strip-secondary-inner {
        display: block;
        text-align: center
    }

    .sp-info {
        padding: 10px 0
    }

    .splitit-article {
        padding: 0;
        margin: 0 0 15px
    }

    .example-wrap li {
        width: 100%;
        margin: 0 0 10px
    }

        .example-wrap li:after, .example-wrap li:before {
            display: none
        }

    .popup-email {
        width: 95%;
        margin: 0;
        left: 2.5%
    }

        .popup-email .form-gap {
            max-width: inherit;
            padding: 0 15px
        }

        .popup-email .form-title h2 {
            font-size: 18px
        }

    #footer {
        text-align: center;
        padding: 20px 0 0;
        margin: 0 0 15px
    }

        #footer > .container > .row > .col-sm-2 {
            float: left;
            width: 50%;
            min-height: 200px
        }

        #footer ul {
            min-height: 192px
        }

    .footer-adds-wrap {
        margin: 0 0 5px;
        border: none
    }

        .footer-adds-wrap .container {
            padding: 0
        }

    .footer-adds li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border: none;
        float: left;
        width: 50%;
        min-height: 78px;
        border-bottom: 1px solid #e4e4e4;
        padding: 0 10px 15px;
        margin: 0 0 10px
    }

    .dropline-wrap {
        padding: 40px 0 0;
        border-top: 0 none;
        padding: 0;
    }

    .touch-section {
        margin-bottom: 40px
    }

    .drop-items a {
        margin: 0 10px 15px
    }

    .drop-sep {
        display: block;
        visibility: hidden;
        height: inherit
    }
}

@media(max-width:400px) {
    #footer h3 {
        font-size: 12px
    }

    .footer-adds li {
        min-height: 80px
    }
}

.googlebadge {
    border: 1px #f5f5f5;
    z-index: 2147483647;
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: #a2a2a2 1px 1px 3px;
    text-indent: 0;
    margin: 0;
    padding: 0;
    background: transparent none repeat scroll 0% 0%;
    float: none;
    line-height: normal;
    font-size: 1px;
    vertical-align: baseline;
    display: inline-block;
    width: 132px;
    height: 54px
}

    .googlebadge iframe {
        position: static;
        top: 0;
        width: 132px;
        margin: 0;
        border-style: none;
        display: block;
        left: 0;
        visibility: visible;
        height: 54px
    }

.process-wrap {
    margin: 20px 0
}

.process {
    height: 82px;
    background-size: 100% 100% !important
}

.process-first-active {
    background: url(/images/process/step-1.png) no-repeat
}

.process-second-active {
    background: url(/images/process/step-2.png) no-repeat
}

.process-third-active {
    background: url(/images/process/step-3.png) no-repeat
}

.process ul, .process li {
    list-style: none;
    margin: 0;
    padding: 0
}

.process ul {
    display: flex;
    flex-wrap: wrap
}

.process li {
    width: 32%;
    padding: 5px
}

    .process li:first-child {
        width: 36%
    }

.process-count {
    font-size: 15px;
    line-height: 1.5;
    color: #3f3535;
    padding-left: 25px;
    display: flex;
    align-items: center
}

    .process-count img {
        max-width: 55px
    }

    .process-count .proess-num {
        font-size: 48px;
        color: #3f3535;
        font-weight: 300;
        display: inline-block;
        margin: 0 10px
    }

    .process-count em {
        font-style: normal
    }

li.active .process-count img {
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
    box-shadow: 0 5px 10px rgba(0,0,0,.15)
}

.process li.active .process-count, .process li.active .process-count .proess-num {
    color: #f84203
}

.process li.active .process-count {
    font-weight: 700
}

.info-process-main {
    font-size: 13px;
    color: #515151
}

.info-active-process em {
    color: #f84203
}

.process-count h5 {
    font-size: 14px;
    color: #515151;
    font-weight: 700;
    margin: 0
}

.process-links {
    line-height: 1
}

    .process-links a {
        color: #f87c03;
        text-transform: uppercase;
        text-decoration: underline !important;
        display: inline-block;
        margin: 0 7px 5px 0;
        font-size: 10px
    }

    .process-links .active {
        color: #949393;
        text-decoration: none !important
    }

.red-color {
    color: #f84203 !important
}

@media(min-width:1300px) {
    .info-process-main {
        font-size: 14px
    }

    .info-active-process em {
        font-size: 17px;
        font-weight: 700
    }
}

@media(max-width:1300px) {
    .process-count {
        padding-left: 15px
    }

    .info-process-main {
        font-size: 12px
    }
}

@media(max-width:992px) {
    .process {
        height: 60px
    }

        .process li {
            padding: 4px 5px
        }

    .process-count {
        font-size: 12px;
        padding: 0 15px 0 0
    }

        .process-count img {
            max-width: 30px
        }

        .process-count .proess-num {
            font-size: 30px;
            margin: 0 5px
        }

    .info-process-main {
        font-size: 9px
    }

    .process-count h5 {
        font-size: 12px
    }
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #8b8b8b
}

    .autocomplete-suggestion b {
        font-weight: 600
    }

    .autocomplete-suggestion.selected {
        background: #f0f0f0
    }
