/*Avoid display before end of angular loading*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

/* ------------- */
* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-in-left {
    from {
        opacity: 0;
        left: 400px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

ﬁ @keyframes fade-in-right {
    from {
        opacity: 0;
        right: -50vw;
    }

    to {
        opacity: 1;
        right: 0;
    }
}

.menu-wrapper {
    /*animation-name: fade-in-left;
    animation-duration: 0.3s;
    !* or: Xms *!
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;*/
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}

.header.type2 #header-menu {
    animation-name: fade-in-right;
    animation-duration: 0.3s;
    /* or: Xms */
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-family: "Open sans" !important;
}

#wrapper {
    min-height: 100vh;
}

#window-max {
    min-height: 90.8vh;
}

body {
    background: #FFF;
    color: #000;
    line-height: 1
}

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

h1 span span {
    border: 0px;
}

p {
    font-size: 0.9em;
}

em,
strong,
th,
code,
cite,
caption {
    font-weight: normal;
    font-style: normal;
    text-align: left
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

q:before,
q:after {
    content: ''
}

html {
    -webkit-text-size-adjust: 100%
}

body,
button,
input,
select,
table,
textarea {
    font-family: 'Lato', sans-serif;
    color: #202020;
    line-height: 1.45
}

.dialog-form,
.general-dialog-form,
.dialog-form button,
.dialog-form input,
.dialog-form select,
.dialog-form table,
.dialog-form textarea {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

.general-dialog-form.config-modal-update {
    border-radius: 10px;
}
.general-dialog-form.config-modal-update .title {
    border-radius: 10px 10px 0 0;
}

.general-dialog-form.config-modal-update .btn-success {
    font-size: 15px;
}

button.btn-edit,
button.btn-cfg-action {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.45
}

a {
    text-decoration: none !important;
    color: #D33B7F;
    cursor: pointer;
}

.header-links {
    position: absolute;
    top: 5px;
    padding-bottom: 0px;
    right: 0;
    width: 230px;
    padding-right: 5px;
    padding-top: 3px;
    text-align: right;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.7);
    height: 90px;
}

@media screen and (max-width: 800px) {
    .full-width-menu li {
        width: 100% !important;
    }
}

.header-links div {
    display: inline-block;
}

.header-links a {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 12px;
    color: black;
}

.soft-color {
    color: #D33B7F;
}

.soft-bgcolor {
    background-color: #D33B7F;
}

.no-touch a:hover {
    color: #8c2753;
    text-decoration: underline;
}

.no-touch .text-link:hover {
    cursor: pointer;
}

a:focus,
a:active {
    color: #ff63a5;
}

address {
    font-style: normal
}

em,
i {
    font-style: italic
}

img {
    display: block
}

p {
    margin-bottom: 1.15em
}

strong,
b {
    font-weight: bold
}

h1,
h2,
h3,
h4,
h5 {
    font-family: inherit;
    font-weight: normal;
    font-style: normal
}

h1,
.h1 {
    margin-bottom: 0.2em;
    font-size: 2em;
    font-style: normal;
    padding: 20px 0;
}

h1 span {
    border-radius: 0px !important;
    border-bottom: 1px solid gainsboro;
}

h2,
.h2 {
    margin-bottom: 0.2em;
    font-size: 1.5em;
    font-style: normal;
}

h3,
.h3 {
    margin-bottom: 0.2em;
    font-style: normal;
    font-size: 1.1em;
}

h4,
.h4 {
    margin-bottom: 0.2em;
    font-size: 0.8em;
    font-weight: 700;
    font-style: normal;
}

.btn {
    display: inline-block;
    padding: 5px;
    margin-bottom: 0;
    font-size: 0.95em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus,
.btn.active,
.btn:active {
    outline: 0;
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button.btn,
input[type="submit"].btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn-ultramini {
    padding: 0px 10px;
}

.dropdown-menu {
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    max-width: 360px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    table tbody td {
        width: 30px !important;
    }
}

.dropdown,
.dropup {
    position: relative;
}

.open>.dropdown-menu {
    display: block;
}

.bar-btn-dropdown {
    padding: 0;
    border: 0;
}

.bar-btn-dropdown .dropdown-menu {
    min-width: 300px;
}

.bar-btn-dropdown .dropdown-menu li {
    display: inline-block;
    width: 49.5%;
}

.text-logo1 {
    color: #333333;
    font-size: 13px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.text-logo2 {
    color: #FF5BAB;
    font-size: 13px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.createdby-text {
    width: 50%;
    text-align: center;
}

.createdby-text a {
    font-size: 0.75em;
    color: #737373;
}

/* ADMIN CLASS */
.jqte {
    margin: 0px 0;
}

.jqte_fontsizes {
    width: 300px;
}

.panel-bar {
    margin-bottom: 10px;
}

@-webkit-keyframes blink {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

/* blink {
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 2s;
} */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    top: 5% !important;
    left: 50%;
    z-index: 1050;
    width: 800px;
    margin-left: -400px;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.dialog-form,
.general-dialog-form {
    z-index: 100;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    background: white;
    min-height: 320px;
}

.general-dialog-form .question,
.dialog-form .question {
    padding: 30px;
}

.dialog-form.logo {
    position: absolute;
    left: 31px;
    top: 90px;
    width: 450px;
    min-height: 400px;
}

.dialog-form.logo .ta-scroll-window>.ta-bind,
.dialog-form.logo .ta-editor.ta-html,
.dialog-form.logo .ta-scroll-window.form-control {
    height: auto;
    min-height: 50px;
}

div.ta-toolbar {
    background: white;
}

.ta-editor.ta-html,
.ta-scroll-window.form-control,
.ta-scroll-window>.ta-bind {
    min-height: 200px;
}

/* ---- MENU PERSONNALISATION ---*/
.dialog-form.admin {
    margin: 0px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 404px;
}

.dialog-form.header {
    position: absolute;
    left: 31px;
    top: 250px;
    width: 450px;
}

.dialog-form.service {
    position: relative;
    height: 100%;
}

.dialog-form.home-text {
    position: absolute;
    left: 5px;
    top: -30px;
    width: 678px;
}

.dialog-form.menu-editor {
    position: absolute;
    left: 31px;
    top: 150px;
    width: 450px;
    height: 334px;
}

.dialog-form div.title div,
.general-dialog-form div.title div {
    text-decoration: none;
    padding: 5px;
    line-height: 32px;
    display: block;
    height: 50px;
    overflow: hidden;
    color: #f3f3f3;
    text-align: center;
    /*
    text-shadow: 0 1px 1px rgba(000, 000, 000, 0.4);
    background: rgba(202, 207, 202, 0.49);
    */
}

.dialog-form .button-grp,
.general-dialog-form .button-grp {
    height: 55px;
    vertical-align: top;
    padding-top: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.dialog-form div.scroll,
.general-dialog-form .div.scroll {
    position: absolute;
    bottom: 50px;
    top: 50px;
    left: 0;
    right: 0;
    overflow: auto;
    padding: 10px;
}

li.invisible {
    opacity: 0.4;
}

.fxb-tab-title {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 5px;
}

.selector-border {
    border: 1px solid #d4d9e2;
    padding: 10px;
}

.selector-no-border {
    padding: 10px;
}

.selector-border .selector-large-title {
    padding: 5px 10px;
    background-color: #ddd;
    position: relative;
}

.selector-border .close-button {
    position: absolute;
    right: 0px;
    top: 0px;
}

.dialog-form.admin .selector-border {
    border: 1px solid #d8d8d8;
    padding: 5px 10px 5px 10px;
    margin-bottom: 5px;
}

input.search-query {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px !important;
    border-radius: 3px;
    border: 1px solid #d4d9e2;
}

button.btn-action-color {
    text-shadow: none !important;
    padding: 10px;
}

button.btn-action-color.mini {
    padding: 10px;
    font-size: 0.85em;
}

button.btn-action-color.medium {
    padding: 10px;
    font-size: 0.9em;
}

button.btn-action-color:active,
button.btn-action-color.active {
    background-color: #4b4f5a;
    border: 1px solid #4b4f5a;
    color: white;
    background-position: 0;
    cursor: default;
    padding: 10px;
}

button.btn-action-color.active:hover {
    background-color: #4b4f5a;
    color: white;
    background-position: 0;
    cursor: default;
    border: 1px solid #4b4f5a;
}

.button-grp .left {
    float: left;
    margin-left: 10px;
    margin-top: 4px;
}

.button-grp .right {
    position: absolute;
    right: 10px;
    white-space: nowrap;
    top: 0;
}

.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
    font-size: 18px;
    border: 1px solid #5bb75b;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #499249;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140;
}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    border: 1px solid #da4f49;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25;
}

.cfg-button .right button {
    margin-left: 3px;
}

div.dialog-form div.content,
.general-dialog-form div.content {
    padding: 10px 10px 10px 10px;
    background: white;
    color: black;
}

div.dialog-form.admin div.content,
div.general-dialog-form.admin div.content {
    overflow: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 50px;
}

div.dialog-form div.title,
div.general-dialog-form div.title {
    background-color: #484848;
}

button.btn-edit {
    display: inline-block;
    padding: 5px !important;
    font-weight: 600;
    line-height: 0px;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
}

button.btn-mini {
    padding: 5px !important;
}

button.btn-cfg {
    padding: 5px;
    font-size: 14px;
}

button.btn-small {
    padding: 3px 4px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 15px;
}

.header .btn-personnaliser {
    top: 20px;
    margin: 24px 0px auto;
    width: 250px;
    border-radius: 10px;
    padding: 12px 0 !important;
    background: #f8ce3f;
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Admin styles */
.selector-btn-grp {
    position: absolute;
    left: 4px;
    bottom: 0px;
    top: 160px;
    right: 0px;
    overflow: auto;
}

.selector-btn-grp.transparent {
    top: 210px;
}

.selector-btn-grp.company-image {
    top: 171px;
}

div.selector-btn {
    width: 32%;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px;
    margin: 15px 0.5%;
    font-size: 0.9em;
    line-height: 13px;
    position: relative;
    cursor: pointer;
    color: black;
    background: white;
    border: 1px solid #ebebeb;
    opacity: 1;
}

div.selector-btn.service {
    width: 24%;
}

div.selector-btn.large {
    width: 49%;
}

div.selector-btn.fixed {
    height: 75px;
}

div.selector-btn>div {
    width: 100%;
    height: 100%;
}

div.selector-btn-active.image {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 2px 2px #de3889;
    ;
    -moz-box-shadow: 0px 0px 2px 2px #de3889;
    ;
    box-shadow: 0px 0px 2px 2px #de3889;
    ;
    border: 1px solid #de3889;
    ;
}

div.selector-btn.logo {
    width: 300px;
    height: 75px;
}

div.selector-btn.fixed img {
    height: 58px;
    width: 100%;
}

div.controls {
    margin-bottom: 5px;
}

.image-selector-btn-image {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    padding: 0px;
}

.image-selector-btn-image>img {
    width: 100%;
}

.image-selector-btn-text {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -25px;
    bottom: 0px;
    padding: 0px;
    font-size: 11px;
    text-align: center;
}

.image-selector-btn-width {
    margin-top: 64%;
    /* image aspect ratio */
}

.selector-btn-category-image {
    overflow: hidden;
    position: absolute;
    top: 31px;
    left: 6px;
    right: 6px;
    padding: 0px;
}

.selector-btn-category-image img {
    height: auto;
    max-width: 130px;
    margin: auto;
    vertical-align: middle;
    border: 0;
}

label.toggle {
    width: 65px;
    height: 26px;
    display: inline-block !important;
    position: relative;
    border-radius: 14px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background: rgb(138, 138, 138);
    background: -webkit-linear-gradient(top, rgba(138, 138, 138, 1) 0%, rgba(140, 140, 140, 1) 14%, rgba(159, 159, 159, 1) 72%, rgba(164, 164, 164, 1) 100%);
    background: -moz-linear-gradient(top, rgba(138, 138, 138, 1) 0%, rgba(140, 140, 140, 1) 14%, rgba(159, 159, 159, 1) 72%, rgba(164, 164, 164, 1) 100%);
    background: -o-linear-gradient(top, rgba(138, 138, 138, 1) 0%, rgba(140, 140, 140, 1) 14%, rgba(159, 159, 159, 1) 72%, rgba(164, 164, 164, 1) 100%);
    background: -ms-linear-gradient(top, rgba(138, 138, 138, 1) 0%, rgba(140, 140, 140, 1) 14%, rgba(159, 159, 159, 1) 72%, rgba(164, 164, 164, 1) 100%);
    background: linear-gradient(top, rgba(138, 138, 138, 1) 0%, rgba(140, 140, 140, 1) 14%, rgba(159, 159, 159, 1) 72%, rgba(164, 164, 164, 1) 100%);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    line-height: 27px;
    font-style: normal;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    text-align: left;
    /*-webkit-box-reflect: below 0px
    -webkit-gradient(linear, left top, left bottom,
            color-stop(0.5, transparent),
            to(rgba(255, 255, 255, 0.3)));*/
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    cursor: pointer;
}

label.toggle i {
    position: absolute;
    top: -3px;
    right: 42px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 36px;
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(241, 241, 241, 1) 11%, rgba(221, 221, 221, 1) 50%, rgba(211, 211, 211, 1) 53%, rgba(196, 196, 196, 1) 97%, rgba(185, 185, 185, 1) 100%);
    background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(241, 241, 241, 1) 11%, rgba(221, 221, 221, 1) 50%, rgba(211, 211, 211, 1) 53%, rgba(196, 196, 196, 1) 97%, rgba(185, 185, 185, 1) 100%);
    background: -o-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(241, 241, 241, 1) 11%, rgba(221, 221, 221, 1) 50%, rgba(211, 211, 211, 1) 53%, rgba(196, 196, 196, 1) 97%, rgba(185, 185, 185, 1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(241, 241, 241, 1) 11%, rgba(221, 221, 221, 1) 50%, rgba(211, 211, 211, 1) 53%, rgba(196, 196, 196, 1) 97%, rgba(185, 185, 185, 1) 100%);
    background: linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(241, 241, 241, 1) 11%, rgba(221, 221, 221, 1) 50%, rgba(211, 211, 211, 1) 53%, rgba(196, 196, 196, 1) 97%, rgba(185, 185, 185, 1) 100%);
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4), 0 2px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

label.toggle i:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border-radius: 18px;
    background: rgb(239, 239, 239);
    background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(225, 225, 225, 1) 6%, rgba(225, 225, 225, 1) 24%, rgba(229, 229, 229, 1) 94%, rgba(242, 242, 242, 1) 100%);
    background: -moz-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(225, 225, 225, 1) 6%, rgba(225, 225, 225, 1) 24%, rgba(229, 229, 229, 1) 94%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(225, 225, 225, 1) 6%, rgba(225, 225, 225, 1) 24%, rgba(229, 229, 229, 1) 94%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(225, 225, 225, 1) 6%, rgba(225, 225, 225, 1) 24%, rgba(229, 229, 229, 1) 94%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(225, 225, 225, 1) 6%, rgba(225, 225, 225, 1) 24%, rgba(229, 229, 229, 1) 94%, rgba(242, 242, 242, 1) 100%);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

label.toggle:active i:before {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

label.toggle:before {
    content: "Non";
    margin-left: 26px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

input.toggle[type=checkbox] {
    display: none;
}

input.toggle[type=checkbox]:checked~label.toggle:before {
    content: "Oui";
    text-transform: uppercase;
    margin-right: 30px;
    margin-left: 10px;
}

input.toggle.pink[type=checkbox]:checked~label.toggle:before {
    color: #D33B7F;
}

input.toggle.white[type=checkbox]:checked~label.toggle:before {
    color: #6e6e6e;
}

input.toggle[type=checkbox]:checked~label.toggle:after {
    right: -130px;
}

input.toggle[type=checkbox]:checked~label.toggle {
    background: #5bb75b;
    background: -webkit-radial-gradient(center, ellipse cover, #62c462 0%, #62c462 24%, #5bb75b 55%, #5bb75b 100%);
    background: -moz-radial-gradient(center, ellipse cover, #62c462 0%, #62c462 24%, #5bb75b 55%, #5bb75b 100%);
    background: -o-radial-gradient(center, ellipse cover, #62c462 0%, #62c462 24%, #5bb75b 55%, #5bb75b 100%);
    background: -ms-radial-gradient(center, ellipse cover, #62c462 0%, #62c462 24%, #5bb75b 55%, #5bb75b 100%);
    background: radial-gradient(center, ellipse cover, #62c462 0%, #62c462 24%, #5bb75b 55%, #5bb75b 100%);
}

input.toggle.pink[type=checkbox]:checked~label.toggle {
    background: rgb(255, 241, 250);
}

input.toggle.white[type=checkbox]:checked~label.toggle {
    background: white;
}

input.toggle[type=checkbox]:checked~label.toggle i {
    right: -6px;
}

label.toggleEn {
    width: 65px;
    height: 26px;
    display: inline-block !important;
    position: relative;
    border-radius: 14px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background: rgb(138, 138, 138);
    background: -webkit-linear-gradient(top, rgba(138, 138, 138, 1) 0%, rgba(140, 140, 140, 1) 14%, rgba(159, 159, 159, 1) 72%, rgba(164, 164, 164, 1) 100%);
    background: -moz-linear-gradient(top, rgba(138, 138, 138, 1) 0%, rgba(140, 140, 140, 1) 14%, rgba(159, 159, 159, 1) 72%, rgba(164, 164, 164, 1) 100%);
    background: -o-linear-gradient(top, rgba(138, 138, 138, 1) 0%, rgba(140, 140, 140, 1) 14%, rgba(159, 159, 159, 1) 72%, rgba(164, 164, 164, 1) 100%);
    background: -ms-linear-gradient(top, rgba(138, 138, 138, 1) 0%, rgba(140, 140, 140, 1) 14%, rgba(159, 159, 159, 1) 72%, rgba(164, 164, 164, 1) 100%);
    background: linear-gradient(top, rgba(138, 138, 138, 1) 0%, rgba(140, 140, 140, 1) 14%, rgba(159, 159, 159, 1) 72%, rgba(164, 164, 164, 1) 100%);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    line-height: 27px;
    font-style: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: bold;
    text-align: left;
    /*-webkit-box-reflect: below 0px
      -webkit-gradient(linear, left top, left bottom,
              color-stop(0.5, transparent),
              to(rgba(255, 255, 255, 0.3)));*/
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    cursor: pointer;
}

label.toggleEn i {
    position: absolute;
    top: -3px;
    right: 42px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 36px;
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(241, 241, 241, 1) 11%, rgba(221, 221, 221, 1) 50%, rgba(211, 211, 211, 1) 53%, rgba(196, 196, 196, 1) 97%, rgba(185, 185, 185, 1) 100%);
    background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(241, 241, 241, 1) 11%, rgba(221, 221, 221, 1) 50%, rgba(211, 211, 211, 1) 53%, rgba(196, 196, 196, 1) 97%, rgba(185, 185, 185, 1) 100%);
    background: -o-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(241, 241, 241, 1) 11%, rgba(221, 221, 221, 1) 50%, rgba(211, 211, 211, 1) 53%, rgba(196, 196, 196, 1) 97%, rgba(185, 185, 185, 1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(241, 241, 241, 1) 11%, rgba(221, 221, 221, 1) 50%, rgba(211, 211, 211, 1) 53%, rgba(196, 196, 196, 1) 97%, rgba(185, 185, 185, 1) 100%);
    background: linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(241, 241, 241, 1) 11%, rgba(221, 221, 221, 1) 50%, rgba(211, 211, 211, 1) 53%, rgba(196, 196, 196, 1) 97%, rgba(185, 185, 185, 1) 100%);
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4), 0 2px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

label.toggleEn i:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border-radius: 18px;
    background: rgb(239, 239, 239);
    background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(225, 225, 225, 1) 6%, rgba(225, 225, 225, 1) 24%, rgba(229, 229, 229, 1) 94%, rgba(242, 242, 242, 1) 100%);
    background: -moz-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(225, 225, 225, 1) 6%, rgba(225, 225, 225, 1) 24%, rgba(229, 229, 229, 1) 94%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(225, 225, 225, 1) 6%, rgba(225, 225, 225, 1) 24%, rgba(229, 229, 229, 1) 94%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(225, 225, 225, 1) 6%, rgba(225, 225, 225, 1) 24%, rgba(229, 229, 229, 1) 94%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(225, 225, 225, 1) 6%, rgba(225, 225, 225, 1) 24%, rgba(229, 229, 229, 1) 94%, rgba(242, 242, 242, 1) 100%);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

label.toggleEn:active i:before {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

label.toggleEn:before {
    content: "No";
    margin-left: 26px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

input.toggleEn[type=checkbox] {
    display: none;
}

input.toggleEn[type=checkbox]:checked~label.toggleEn:before,
label.toggleEn.checked:before {
    content: "Yes";
    text-transform: uppercase;
    margin-right: 30px;
    margin-left: 10px;
}

label.toggleEn.checked:before {
    margin-left: 20px;
    margin-right: 20px;
}

input.toggleEn.white[type=checkbox]:checked~label.toggleEn:before {
    color: #6e6e6e;
}

input.toggleEn[type=checkbox]:checked~label.toggleEn:after {
    right: -130px;
}

input.toggleEn[type=checkbox]:checked~label.toggleEn,
label.toggleEn.checked {
    background: #5bb75b;
    background: -webkit-radial-gradient(center, ellipse cover, #62c462 0%, #62c462 24%, #5bb75b 55%, #5bb75b 100%);
    background: -moz-radial-gradient(center, ellipse cover, #62c462 0%, #62c462 24%, #5bb75b 55%, #5bb75b 100%);
    background: -o-radial-gradient(center, ellipse cover, #62c462 0%, #62c462 24%, #5bb75b 55%, #5bb75b 100%);
    background: -ms-radial-gradient(center, ellipse cover, #62c462 0%, #62c462 24%, #5bb75b 55%, #5bb75b 100%);
    background: radial-gradient(center, ellipse cover, #62c462 0%, #62c462 24%, #5bb75b 55%, #5bb75b 100%);
}

input.toggleEn.white[type=checkbox]:checked~label.toggleEn {
    background: white;
}

input.toggleEn[type=checkbox]:checked~label.toggleEn i {
    right: -6px;
}

input[type=tel].ui-spinner-input {
    width: 56px;
    font-size: 13px;
    height: inherit;
    padding: 1px 2px 1px 4px;
    text-align: right;
    font-family: "MS Sans Serif", Helvetica, sans-serif;
}

.selector-global-container {
    position: relative;
    width: 98.5%;
    float: left;
    margin: 0.5% 0.75% 0.5% 0.75%;
    height: 99%;
}

.selector-title {
    color: #323232;
    padding: 3px 2px 2px 4px;
    text-align: left;
    min-height: 24px;
    background: rgb(250, 250, 250);
}

.selector-title div.left {
    font-size: 16px;
    font-weight: bold;
    padding-left: 3px;
}

.selector-title div.right {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 0.9em;
}

.selector-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 87.8%;
    padding-top: 6px;
}

.selector-btn-category-simple {
    width: 24%;
    display: inline-block;
    *display: inline;
    box-sizing: border-box;
    padding: 0;
    margin: 1px 0.5% -1px 0.5%;
    position: relative;
    cursor: pointer;
    color: black;
    opacity: 1;
    z-index: 1;
    font-size: 11.5px;
}

.selector-btn-category-width {
    margin-top: 92%;
    /* image aspect ratio */
}

.selector-btn-category-folder {
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
}

.selector-btn-category-folder img {
    height: 100%;
    width: 100%;
}

button.btn-up {
    padding: 2px 10px;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 15px;
    margin-right: 3px;
    margin-left: -2px;
    margin-top: -3px;
}

.selector-btn-label-display {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    padding: 0px 1px;
    margin: 0px 0px;
    text-align: center;
}

div.selector-btn-active.service {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 2px 2px #de3889;
    -moz-box-shadow: 0px 0px 2px 2px #de3889;
    box-shadow: 0px 0px 2px 2px #de3889;
    border: 1px solid #de3889;
}

.no-touch div.selector-btn-active.service:hover {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 2px 2px #de3889;
    -moz-box-shadow: 0px 0px 2px 2px #de3889;
    box-shadow: 0px 0px 2px 2px #de3889;
    border: 1px solid #de3889;
}

.selector-btn-label-category {
    left: 6px;
    right: 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 12px;
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #E6E6E6;
}

.selector-btn div.btn-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.form-selector-btn-image {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    padding: 0px;
}

.form-selector-btn-image>img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.form-selector-btn-width {
    margin-top: 64%;
    /* image aspect ratio */
}

div.selector-btn.form-selector-btn {
    width: 54px !important;
    margin: 2px 0px -3px 0;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
}

.serviceTable,
.timeTable {
    margin: 5px 0.5% 3px 0.5%;
    width: 99%;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.50);
}

td.sellColumn,
th.sellColumn {
    width: 63px;
    padding: 2px 4px;
    border: 1px solid rgb(241, 241, 241);
    ;
    font-size: 13px;
}

.cart-item-list {
    position: relative;
    width: 100%;
    min-height: 40px;
}

.cart-item-list .product-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 29px
}

.cart-item-list .product-image img {
    width: 100%;
    max-height: 42px;
}

.cart-item-list .product-label {
    right: 0;
    bottom: 0;
    position: absolute;
    left: 62px;
    top: 0;
    overflow: hidden;
    font-size: 13px;
    height: 23px;
}

.selector-btn-image {
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 17px;
    padding: 0px;
}

.selector-btn-image>img {
    width: 100%;
}

.selector-btn-width {
    margin-top: 88%;
    /* image aspect ratio */
}

.selector-btn-label {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    padding: 3px 1px;
    margin: 0px 0px;
    text-align: center;
    background: white;
    font-size: 0.9em;
}

.selector-btn-price {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px;
}

.selector-btn-time,
.selector-btn-quantity {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px;
}

.address-list {
    margin-bottom: 10px
}

.address-list li {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    background: #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.address-list address {
    margin-bottom: 1.2em
}

.billing-methods {
    margin-bottom: 20px
}

.billing-methods dt {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold
}

.billing-methods .form-list {
    display: inline-block;
    max-width: 100%;
    margin: 5px 0 10px;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.billing-methods .form-list li:last-child {
    margin-bottom: 0
}

.breadcrumbs {
    display: inline-block;
    padding: 0px 10px;
    min-height: 31px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: white;
}

.breadcrumbs a.home {
    font-size: 18px;
}

.breadcrumbs li {
    display: inline-block;
    padding: 4px 5px 5px 0;
    color: #999999;
    font-size: 0.8em
}

.breadcrumbs-link {
    color: #D33B7F;
    cursor: pointer;
}

.no-touch .breadcrumbs-link:hover {
    color: #ff62a6;
}

.breadcrumbs li:last-child {
    padding-right: 0
}

.breadcrumbs li span {
    padding-left: 5px
}

.btn-remove {
    display: block;
    width: 15px;
    height: 15px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    vertical-align: middle;
    background: url(/img/webSite/sprite.png) -80px 0px no-repeat
}

.no-touch .btn-remove:hover {
    background: url(/img/webSite/sprite.png) -80px -30px no-repeat
}

.btn-remove:active {
    background: url(/img/webSite/sprite.png) -80px -60px no-repeat
}

.product-grid-service {
    padding-bottom: 5px;
}

.button {
    display: inline-block;
    background: #D33B7F;
    color: #FFF;
    white-space: nowrap;
    position: initial;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button.disabled,
.no-touch .button.disabled:hover {
    position: initial;
    color: #8E8E8E;
    line-height: 30px;
    padding: 0px 20px;
    background: #E5E5E5;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
    border: none;
    /* background: #ababab; */
    /* background-image: -webkit-linear-gradient(top, #d2d2d2, #d2d2d2); */
    /* background-image:linear-gradient(to top, #d2d2d2, #d2d2d2); */
}

.no-touch .button.disabled:hover {
    /* color:  whitesmoke; */
    /* background:  #E5E5E5; */
    /* border-radius: 0; */
    /* background-image: -webkit-linear-gradient(top, #d2d2d2, #e2e2e2); */
    /* background-image:linear-gradient(to top, #d2d2d2, #e2e2e2); */
    cursor: unset;
}

.no-touch .button:hover {
    background: #af3069;
    color: #FFF;
    text-decoration: none;
    cursor: pointer
}

.button:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0 inset
}

.button-booking {
    margin: 13px 0 0 0;
}

td.booking-slot {
    transition: all 0.2s ease-in-out;
}

td.booking-slot div.btn-slot-selector:hover {
    background: #f8f8f8;
    padding: 1px 1px;
    width: -webkit-fill-available;
    margin: 0 auto;
    border-radius: 5px;
}

.button-checkout {
    background: #5ebc5e;
    padding: 7px;
    width: 100%;
    margin: 15px 5px;
    text-align: center;
    text-shadow: 1px 1px 10px #676767;
    font-size: 13px;
}

.button-checkout:hover {
    background: #64ca64 !important;
}

.button-booking-active:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0 inset
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/*.button+.button {
    margin-left: 5px
}*/
.fa {
    font-size: 15px
}

.fa-lg {
    font-size: 13px;
    vertical-align: 0;
}

.fa-2x {
    font-size: 30px
}

.fa-3x {
    font-size: 45px
}

.fa-4x {
    font-size: 60px
}

.fa-stack-2x {
    font-size: 24px;
}

.fa-stack-1x {
    line-height: 24px;
}

.fa-stack {
    /*height: 1em;*/
}

.button+a.alt-action {
    margin-left: 10px;
    font-size: 0.9em;
    line-height: 28px
}

/* .button-large {
    padding: 10px;
    font-size: 1.5em;
    font-weight: 300
}

.button-medium {
    padding: 8px 14px;
    font-size: 1.15em;
    font-weight: 300;
}

.button-medium i.fa {
    font-size: 19px
} */
.button-small {
    padding: 1px 7px;
    font-size: 11px;
}

.button-micro {
    padding: 0 5px;
    font-size: 11px;
    line-height: 18px;
}

.button-subtle {
    background: #b8b8b8
}

.button-subtle:hover {
    background: #D33B7F
}

.category-list:after {
    content: '';
    display: table;
    clear: both
}

.category-list li {
    margin-bottom: 40px
}

.category-list a {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f4f4f4;
    color: #202020;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.category-list a:before {
    z-index: 2;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.category-list a:hover:before {
    border-color: rgba(0, 0, 0, 0.1)
}

.category-list img {
    width: 100%;
    margin-bottom: 10px
}

.category-list .category-name {
    padding: 0 10px;
    font-size: 30px;
    font-weight: 300
}

.category-list .category-description {
    padding: 0 10px;
    color: #909090
}

.category-color-list:after {
    content: '';
    display: table;
    clear: both
}

.category-color-list li {
    float: left;
    width: 29.65517%;
    margin: 0 5.17241% 40px 0
}

.category-color-list li:nth-child(3n+1) {
    clear: left
}

.category-color-list li:nth-child(3n) {
    margin-right: 0
}

.category-color-list a {
    position: relative;
    overflow: hidden;
    display: block;
    color: #202020;
    text-align: center
}

.category-color-list img {
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.category-color-list .label {
    font-size: 24px;
    font-weight: 300
}

.category-color-list a:hover img {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8)
}

.cms-page-nav h2 {
    text-transform: uppercase
}

.cms-page-nav a {
    display: inline-block;
    padding: 2px 0
}

.container {
    margin: 0 auto;
    padding: 0 5px;
}

.default-address {
    margin-bottom: 0
}

.grid:after {
    content: '';
    display: table;
    clear: both
}

.layer-back {
    position: relative;
    padding: 17px 0;
    z-index: 0;
}

.layer-back:after {
    content: '';
    display: table;
    clear: both
}

.layer-back h1 {
    margin-bottom: 0;
    font-size: 1.5em;
}

.layer-fore {
    position: relative;
}

.layer-fore.home,
.layer-fore.cart,
.layer-fore.checkout {
    padding: 20px 0;
}

.layer-fore.larger-top {
    padding: 40px 0;
}

.limiter {
    float: left;
    clear: left;
    height: 30px;
    margin: 7px 0;
    line-height: 30px
}

.limiter label {
    padding-right: 5px;
    font-size: 13px
}

.menu-wrapper {
    z-index: 100
}

.menu {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.13);
    border: 1px solid #e0e0e0;
    position: relative;
    background: #FFF;
    color: #000;
}

.menu:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.menu a {
    width: 100%;
    color: #FFF;
    text-align: center;
    border-radius: 0;
}

.messages {
    margin-bottom: 20px;
}

.messages.in-line {
    margin-bottom: 10px
}

.messages>li {
    margin-bottom: 5px;
    padding: 7px 10px;
    background: #5dc46e;
    color: #7b7b7b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.messages>li:last-child {
    margin-bottom: 0
}

.messages li.error-msg {
    background: #ff7e75;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 15px;
}

.messages li.notice-msg {
    background: #faff61
}

.messages li.success-msg {
    background: #f9f9f9;
    color: #434342 !important;
    text-shadow: none;
    padding: 21px;
    text-align: center;
    font-size: 14px;
}

.pager {
    overflow: hidden
}

.pages {
    float: left;
    overflow: hidden;
    padding-right: 23px
}

.pages li {
    float: left;
    margin: 0 7px 7px 0
}

.pages a,
.pages .current {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.pages a {
    background: #c8c8c8;
    color: #FFF;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.pages a:hover {
    background: #33a1ff;
    text-decoration: none
}

.pages a:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px 0 inset
}

.pages .current {
    border: 1px solid #e0e0e0;
    background: #FFF;
    color: #909090
}

.pages .next,
.pages .previous {
    width: auto;
    padding: 0 7px;
    background: #33a1ff
}

.pages .next:hover,
.pages .previous:hover {
    background: #1782e0
}

.pager .amount {
    float: left;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 30px;
    white-space: nowrap
}

.please-wait {
    display: block;
    margin-top: 15px;
    padding-left: 26px;
    background: url(/img/webSite/ajax-loader.gif) 0 2px no-repeat;
    color: #909090
}

.price-box p {
    margin-bottom: 0
}

.price-box .old-price {
    color: #b0b0b0;
    text-decoration: line-through
}

.product-grid {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin-top: 5px;
}

.product-grid:after {
    content: '';
    display: table;
    clear: both
}

.product-grid li {
    width: 30%;
    height: max-content;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
    background: white;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition-delay: .1s;
    overflow: hidden;
    border-radius: 4px;
    transform: translateZ(0);
    display: inline-block;
    margin: 1% !important;
}

.no-touch .product-grid li:hover {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
    transform: translate(0, -4px);
    z-index: 999;
}

.product-grid .product-image {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    height: 218px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-grid .product-image img {
    width: 100%;
}

.product-grid .product-image img.square {
    width: 67%;
    max-height: 232px;
    margin: 0 auto;
}

.product-grid .product-image img.portrait {
    width: 50%;
    max-height: 232px;
    margin: 0 auto;
}

.product-grid.related .product-image img.portrait {
    width: 50%;
    max-height: 169px;
    margin: 0 auto;
}

.product-grid.related .product-image img.square {
    width: 67%;
    max-height: 169px;
    margin: 0 auto;
}

td.serviceTable-title {
    text-align: left;
    padding: 0 4px;
    margin: 0;
    border: 1px solid rgb(241, 241, 241);
    ;
}

th.serviceTable-title {
    padding: 4px 2px;
    border: 1px solid rgb(241, 241, 241);
    background: rgb(250, 250, 250);
}

img.image-slider {
    width: 100%;
    margin: auto;
}

img.image-slider.square {
    width: 67%;
    max-height: 316px;
    margin: 0 auto;
}

img.image-slider.portrait {
    width: 50%;
    max-height: 316px;
    margin: 0 auto;
}

/*.product-grid .hr-image {*/
/*display: block;*/
/*width: 100%;*/
/*margin-bottom: 15px*/
/*}*/
/*.product-grid .hr-image img {*/
/*width: 100%*/
/*}*/
.product-grid .product-name {
    color: #202020;
}

.product-grid .product-name i {
    display: none;
}

.offer a.product-name {
    color: #202020;
}

.offer a.product-name div {}

.offer a.product-name div p {
    margin-bottom: 0.5em;
}

.no-touch .product-grid .product-name:hover {
    color: #202020;
    text-decoration: none;
}

.product-grid .price-box {
    color: #959595;
    font-size: 0.9em;
    position: relative;
    display: flex;
    justify-content: space-evenly;
}

.product-grid .price-box .real-price {
    font-size: 1.4em;
}

.product-grid .price-box.cart {
    color: #363636;
}

.product-details .time {
    color: #959595;
    font-size: 0.9em;
}

.product-grid .product-details {
    padding: 8px;
    text-align: center;
    position: relative;
    background: white;
}

.product-grid .product-details fa-quote-left {
    display: none;
}

.product-grid .discount-percent {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #ffffff;
    padding: 0 2px;
    font-size: 1.2em;
}

.product-image,
.promo-image,
.hr-image {
    position: relative;
    display: inline-block;
}

/* .product-image:before,
.promo-image:before {
    z-index: 2;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
/*.hr-image:before {
    z-index: 2;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}*/
.no-touch .product-image:hover:before,
.no-touch .promo-image:hover:before,
.no-touch .hr-image:hover:before {
    border-color: rgba(0, 0, 0, 0.1)
}

.remove-link {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    padding-left: 16px;
    color: #b0b0b0;
    font-size: 0.8em;
}

.remove-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 11px;
    height: 11px;
    background: url(/img/webSite/sprite.png) -100px 0px no-repeat
}

.remove-link:hover:before {
    background: url(/img/webSite/sprite.png) -100px -30px no-repeat
}

.remove-link:active:before {
    background: url(/img/webSite/sprite.png) -100px -60px no-repeat
}

.add-link {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    padding-left: 7px;
    font-size: 14px
}

.sp-methods dt {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold
}

.sp-methods dd {
    margin-bottom: 10px
}

.sp-methods dd ul {
    margin-left: 15px
}

.sp-methods dd ul li {
    overflow: hidden;
    margin-bottom: 5px
}

.sp-methods .price {
    padding-left: 5px;
    color: #909090
}

.std ol {
    list-style: decimal outside;
    margin-bottom: 1.5em
}

.std ol li {
    margin-left: 2em
}

.std ul {
    list-style: disc outside;
    margin-bottom: 1.5em
}

.std ul li {
    margin-left: 2em
}

.lede {
    margin-bottom: 1.35em;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.35
}

.lede-super {
    margin-bottom: 1.35em;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.35
}

.lede-super.offset {
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.note {
    color: #909090;
    font-size: 14px;
    font-style: italic
}

.section-header h2 {
    margin-bottom: 0
}

.section-header h2+p {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3
}

.toolbar {
    overflow: hidden;
    min-height: 44px;
    margin-bottom: 15px;
    padding: 7px 10px 0;
    border: 1px solid #e0e0e0;
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.toolbar .sort-by,
.toolbar .view-mode {
    display: none
}

.a-center {
    text-align: center
}

.a-right,
.align-right {
    text-align: right
}

.no-display {
    display: none !important
}

.nobr,
.nowrap {
    white-space: nowrap
}

.width-full {
    width: 100%
}

th.fixed-width {
    width: 140px;
    text-align: center;
}

.hidden {
    display: none
}

.cf:after {
    content: '';
    display: table;
    clear: both
}

.fieldset+.fieldset {
    margin-top: 15px
}

label {
    display: inline-block;
    font-size: 1em;
}

.control-group label {
    margin-bottom: 3px;
    margin-left: 10px;
}

label.required:after, #CGV.required:after {
    content: ' *';
    color: #E53C34;
    font-weight: normal
}

label.required em {
    display: none
}

select {
    max-width: 100%;
}

select+select {
    margin-left: 5px
}

textarea {
    width: 100%;
    max-width: 600px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.input-text {
    margin: 4px;
    border: 1px solid #d8d8d8;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

select.input-text {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.input-text.valid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.input-text:focus {
    border-color: silver
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    width: 240px;
    max-width: 100%;
    height: 28px;
    padding: 0 8px;
    line-height: 1;
    font-size: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

textarea,
select {
    font-size: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

.ie8 .input-text {
    max-width: none
}

input[type=number].qty,
input[type=text].qty {
    width: 45px
}

.ui-spinner input[type=tel] {
    border: none;
}

::-webkit-input-placeholder {
    color: #b0b0b0;
    font-weight: 600
}

input:-moz-placeholder {
    color: #b0b0b0;
    font-weight: 600
}

.checkbox+label,
.radio+label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    vertical-align: top
}

.validation-advice {
    margin: 8px 0 0;
    color: #E53C34;
    ;
    font-size: 1.03em;
    line-height: 1.45
}

p.required {
    display: none
}

.stack-form .form-list li {
    display: block;
    margin-bottom: 14px
}

.stack-form .form-list li:after {
    content: '';
    display: table;
    clear: both
}

.stack-form label:first-child {
    padding-bottom: 6px
}

.stack-form .form-list .fields {
    overflow: hidden;
    margin-bottom: 0
}

.stack-form .form-list .fields .field {
    margin-bottom: 18px
}

.scaffold-form .form-list li.field {
    display: block;
    padding-bottom: 4px;
    padding-top: 6px;
}

.scaffold-form .form-list li:after {
    content: '';
    display: table;
    clear: both
}

.scaffold-form .controls .control {
    padding-bottom: 5px
}

.scaffold-form .controls .control:last-child {
    padding-bottom: 0
}

.scaffold-form .form-list .fields {
    padding: 0
}

.scaffold-form .field {
    overflow: hidden;
    padding-bottom: 18px
}

.scaffold-form .field.phone {
    overflow: visible;
    padding-bottom: 18px
}

.scaffold-form label:first-child {
    float: left;
    width: 182px;
    padding: 10px 10px 0 0
}

.scaffold-form select {
    margin-top: 4px
}

.scaffold-form .input-box {
    float: left;
    max-width: 350px
}

.scaffold-form .checkbox+label,
.scaffold-form .radio+label {
    float: none;
    padding: 0 0 0 8px
}

.scaffold-form .buttons-set {
    padding: 0 32px;
}

span.deleteicon {
    position: relative;
}

span.deleteicon span {
    position: absolute;
    display: block;
    top: 0px;
    right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

span.deleteicon input {
    padding-right: 16px;
}

.grid-50-50-600>.col-1 {
    float: left;
    width: 50%;
    padding-right: 15px
}

.grid-50-50-600>.col-2 {
    float: left;
    width: 50%;
    padding-left: 15px
}

.hide-th {
    text-indent: -9999px
}

.data-g1 {
    display: table-cell
}

.data-g2,
.data-g3,
.data-g4 {
    display: none
}

.data-p1 {
    display: table-cell
}

.data-p2,
.data-p3,
.data-p4 {
    display: none
}

.data-table {
    width: 100%;
    border: 1px solid #e0e0e0
}

.data-table td {
    padding: 10px;
    vertical-align: top
}

.data-table th {
    padding: 5px 10px;
    background: #F8F8F8;
    font-weight: bold
}

.data-table tr {
    border-top: 1px solid #e0e0e0
}

.data-table td,
.data-table th {
    border-right: 1px solid #e0e0e0
}

.flex-table-selection tr:hover td {
    background-color: #fbfbfb;
    cursor: pointer;
}

.flex-table {
    margin-bottom: 40px;
    z-index: 1;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.13);
    width: 100%;
    border-collapse: separate;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: white;
}

.flex-table.histo tbody+tbody {
    border-top: 2px solid #dddddd;
}

.flex-table.histo {
    border-collapse: collapse;
}

.flex-table.top {
    margin-top: 15px;
}

.flex-table td,
.flex-table th {
    padding: 8px 4px;
    border-right: 1px solid #e0e0e0
}

.flex-table.human td {
    padding: 1px 4px;
    border-right: 1px solid #e0e0e0
}

.flex-table td:last-child,
.flex-table th:last-child {
    border-right: 0
}

.flex-table thead th {
    color: #868686;
    border-bottom: none;
    box-shadow: none;
    font-weight: bold;
    line-height: 0;
    padding: 20px 9px;
    white-space: nowrap;
    background: #7979790d;
    text-transform: uppercase;
    font-size: 12px;
    border-right: 0px solid #e0e0e0;
}

.customer-account-grid thead th {
    color: #868686;
    border-bottom: none;
    box-shadow: none;
    font-weight: bold;
    line-height: 0;
    padding: 20px;
    white-space: nowrap;
    background: #7979790d;
    text-transform: uppercase;
    font-size: 12px;
    border-right: 0px solid #e0e0e0;
}

.customer-account-grid .flex-table {
    margin-bottom: 40px;
    box-shadow: none;
    background: transparent;
    width: 100%;
    border-radius: 0px;
}

.flex-table thead th:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.flex-table thead th:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.flex-table tbody tr td {
    border-bottom: 1px solid #f3f3f3;
    border-right: none;
    padding: 15px 10px;
    vertical-align: top
}

@media screen and (max-width: 800px) {
    .flex-table tbody tr td {
        padding: 3px;
    }
}

.flex-table.small tbody tr td {
    padding: 8px;
    vertical-align: middle;
}

.flex-table tbody tr:last-child td {
    border-bottom: 0
}

.flex-table tfoot td {
    border-top: 1px solid #e0e0e0;
    background: #F4F4F4
}

.flex-table tfoot td:first-child {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.flex-table tfoot td:last-child {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.minimal-table {
    width: 100%;
    margin-bottom: 30px
}

.minimal-table thead tr {
    border-bottom: 1px solid #e0e0e0
}

.minimal-table thead tr th {
    padding: 0 10px 10px;
    font-weight: bold;
    white-space: nowrap
}

.minimal-table tbody tr {
    border-bottom: 1px solid #f0f0f0
}

.minimal-table tbody tr td {
    padding: 10px;
    vertical-align: top
}

.minimal-table tfoot tr:first-child {
    border-top: 1px solid #e0e0e0
}

.minimal-table tfoot tr th {
    padding: 10px
}

.minimal-table tfoot tr td {
    padding: 10px
}

.minimal-table thead th:first-child,
.minimal-table tbody td:first-child,
.minimal-table tfoot td:first-child {
    padding-left: 0
}

.minimal-table thead th:last-child,
.minimal-table tbody td:last-child,
.minimal-table tfoot td:last-child {
    padding-right: 0
}

.simple-table {
    width: 100%
}

.simple-table th {
    font-weight: bold
}

.simple-table td {
    vertical-align: top
}

.simple-table th,
.simple-table td {
    padding: 0 5px
}

.simple-table td:first-child,
.simple-table th:first-child {
    padding-left: 0
}

.simple-table td:last-child,
.simple-table th:last-child {
    padding-right: 0
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#cboxOverlay {
    background: #000
}

#cboxContent {
    overflow: visible
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxTitle {
    position: absolute;
    left: -5px;
    top: -5px;
    padding: 0 8px;
    background: #333;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 2
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px
}

#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/img/webSite/sprite.png) no-repeat 0 0;
    text-indent: -9999px
}

#cboxClose {
    right: 20px;
    top: 21px;
    background: url(/img/webSite/sprite.png) -170px 0px no-repeat
}

#cboxClose:hover {
    background: url(/img/webSite/sprite.png) -170px -30px no-repeat
}

#cboxClose:active {
    background: url(/img/webSite/sprite.png) -170px -60px no-repeat
}

.overlay-target {
    display: none
}

.overlay-wrapper {
    padding: 5px 0
}

.overlay-liner {
    position: relative;
    padding: 15px 20px 25px;
    background: #FFF
}

.overlay-liner:before {
    z-index: 20;
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
    background: url(/img/webSite/perforated-top.png) repeat-x
}

.overlay-liner:after {
    z-index: 20;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background: url(/img/webSite/perforated-bottom.png) repeat-x
}

.overlay-liner h1 {
    margin: 0 40px 20px 0;
    padding-bottom: 20px;
    background: url(/img/webSite/hatch-light.png) 0 bottom repeat-x #fff
}

.sidestep-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.sidestep-wrapper:after {
    content: '';
    display: table;
    clear: both
}

.sidestep-list {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -moz-transition-property: left;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.sidestep-list.no-transition {
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
}

.sidestep-list li {
    float: left
}

.sidestep-nav {
    clear: left
}

.sidestep-nav.inactive {
    display: none
}

#header {
    position: relative
}

#header:before {
    z-index: 20;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    /*    background: url(/img/webSite/perforated-bottom.png) repeat-x*/
}

#header .container {
    padding: 0
}

#logo {
    margin: 0
}

#logo>div.logo-container {
    padding: 3px 0 3px 3px;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    font-size: 4vw;
}

#logo>div.logo-container h1,
#logo>div.logo-container h2,
#logo>div.logo-container h3,
#logo>div.logo-container p {
    margin-bottom: 0
}

#logo>div.logo-container h1 {
    padding: 0;
}

#logo>div.logo-container>img {
    display: inline-block;
    max-width: 145px;
    vertical-align: bottom;
}

#header-account li {
    display: inline
}

.top-link-phone {
    top: -10px;
    position: relative;
    display: inline-block;
    height: 36px;
    padding: 0px 10px 0 0px;
    border: transparent;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-left: 10px;
    margin-top: 0;
    font-family: Lato, sans-serif;
}

.top-link-cart {
    position: relative;
    display: inline-block;
    height: 36px;
    padding: 0 10px 0 10px;
    border: transparent;
    line-height: 34px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    border-radius: 3px;
    font-family: Lato, sans-serif;
}

.top-link-cart:hover {
    color: #606060
}

.top-link-cart .count {
    position: absolute;
    right: 0;
    top: 20%;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    color: #FFF;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 30px;
}

.top-link-cart .count:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: none
}

.top-link-cart .count.empty {
    background: #c8c8c8
}

.top-link-cart .count.empty:before {
    border-right-color: #c8c8c8
}

.cart-menu {
    position: relative
}

.cart-menu:before {
    content: '';
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #f9f9f9;
    border-top: none;
}

.cart-menu p {
    margin-bottom: 0
}

.cart-menu p.empty {
    padding: 15px;
    font-size: 1.25em;
    font-weight: 300;
    text-align: center
}

.cart-menu .summary {
    font-family: "Lato";
    color: #868686;
    border-bottom: none;
    box-shadow: none;
    font-weight: bold;
    line-height: normal;
    padding: 10px 20px;
    white-space: normal;
    background: #7979790d;
    text-transform: uppercase;
    font-size: 12px;
}

#mini-cart-list {
    list-style: none;
    margin-bottom: 0;
}

#mini-cart-list li {
    position: relative;
    min-height: 70px;
    color: #868686;
    box-shadow: none;
    font-weight: bold;
    line-height: 0;
    text-align: right;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    border-right: 0px solid #e0e0e0;
    border-bottom: 1px solid whitesmoke;
}

#mini-cart-list .product-name {
    display: inline-block;
    color: #868686;
    border-bottom: none;
    box-shadow: none;
    font-weight: 300;
    line-height: 1.2;
    padding: 10px 15px 15px 90px;
    white-space: normal;
    text-transform: capitalize;
    font-size: 14px;
    border-right: 0px solid #e0e0e0;
    text-align: right;
}

#mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 10px;
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#mini-cart-list .product-image img {
    width: 65px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

#mini-cart-list dl {
    font-size: 0.9em;
    font-weight: bold;
    padding: 10px 15px;
}

#mini-cart-list dl dt {
    display: inline
}

#mini-cart-list dl dt.mini-cart-price-label {
    display: none
}

#mini-cart-list dl dd {
    display: inline;
    padding-right: 10px;
}

#mini-cart-list .btn-remove {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(/img/webSite/sprite.png) -80px -60px no-repeat
}

#mini-cart-list .btn-remove:hover {
    background: url(/img/webSite/sprite.png) -80px 0px no-repeat
}

#mini-cart-list .has-options {
    color: #909090
}

.cart-menu .last-added {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 13px
}

.cart-menu .subtotal {
    padding: 10px 15px 20px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 24px
}

.cart-menu .actions {
    width: 100%;
}

#search-form .input-box {
    /* position: relative;
    top: 33px;
    right: 0;*/
}

#search-form label {
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 18px;
    width: 14px;
    height: 14px;
    margin-top: -12px;
    text-shadow: none;
    vertical-align: middle;
}

#search-form #search {
    width: 0px;
    padding-left: 40px;
    line-height: 16px;
    border: none;
    box-shadow: none;
    transition: 0.5s cubic-bezier(0.42, 0, 0, 0.98);
    background: transparent;
}

#header-search:hover #search {
    width: 200px;
    border-bottom: 1px solid black;
    border-radius: 0px;
}

#header-search label:hover #search {
    width: 300px;
    border-bottom: 1px solid black;
    border-radius: 0px;
}

#search-form input::placeholder {
    font-weight: 100;
    font-size: 16px;
}

#search-form button {
    display: none
}

.search-autocomplete {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: auto !important
}

.search-autocomplete ul {
    margin-top: 15px;
    padding: 5px 0;
    background: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.search-autocomplete ul:before {
    content: '';
    position: absolute;
    left: 22px;
    top: -6px;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #000;
    border-top: none
}

.search-autocomplete ul:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.search-autocomplete li {
    padding: 5px 10px;
    border-bottom: 1px solid #282828;
    color: #FFF;
    line-height: 1.2
}

.search-autocomplete li:last-child {
    border-bottom: 0
}

.search-autocomplete li:hover {
    color: #D33B7F;
    cursor: pointer
}

.search-autocomplete .amount {
    float: right;
    padding-left: 10px;
    color: #909090
}

.search-autocomplete li:hover .amount {
    color: #FFF
}

#nav {
    display: none;
    padding: 5px 0 7px;
}

#nav.force-menu {
    display: block;
}

#nav-mobile {
    padding: 5px 0 7px;
}

.nav-primary {
    position: relative;
    padding-left: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.nav-primary:after {
    content: '';
    display: table;
    clear: both
}

.nav-primary li.level0 {
    float: left
}

.nav-primary li i {
    display: none;
}

.nav-primary a.level0 {
    position: relative;
    display: inline-block;
    color: #535353;
    line-height: 34px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-family: "Open sans" !important;
    padding: 3px 20px;
}

#nav .menu-wrapper,
#nav-mobile .menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    padding-top: 0px;
}

#nav .menu,
#nav-mobile .menu {
    padding: 7px;
    text-align: center;
    background: #fff;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
}

#nav-mobile .menu .nav-group-list {
    width: 100%;
}

#sp-page {
    transform: none !important;
}

/*.no-touch #nav .menu-wrapper, .touch #nav .menu-wrapper,.no-touch #nav-mobile .menu-wrapper, .touch #nav-mobile .menu-wrapper {
    display: none
}

.no-touch #nav li.level0:hover .menu-wrapper, .touch #nav li.level0.active .menu-wrapper,.no-touch #nav-mobile li.level0:hover .menu-wrapper, .touch #nav-mobile li.level0.active .menu-wrapper {
    display: block
}*/
/*
.nav-primary a.level0:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 3px solid #e0e0e0;
    border-bottom: none
}*/
li.level0.active a.level0:before {
    z-index: 110;
    bottom: -3px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #000;
    border-top: none
}

.nav-group-list a {
    display: block;
    padding: 7px;
    color: #202020;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease
}

.nav-group-list a:hover .info {
    width: 80%;
    letter-spacing: 1.2px;
}

.nav-group-list .wrapper {
    overflow: hidden;
    text-align: center;
}

.nav-group-list img {
    float: left;
    width: 40%;
}

.nav-group-list .info {
    width: 60% !important;
    text-transform: uppercase;
    border-bottom: 1px solid gainsboro;
    padding: 3vh 0 !important;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    letter-spacing: 1px;
}

.nav-group-list .info strong {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-family: "Open sans" !important;
}

.nav-group-list .info p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.4
}

.nav-group-list .info span {
    color: #909090
}

.browse-all {
    margin: 10px
}

.nav-color-list {
    overflow: hidden;
    margin-bottom: 7px
}

.nav-color-list li {
    float: left
}

.nav-color-list li a {
    display: block;
    width: 70px;
    padding: 10px 0 5px;
    color: #E0E0E0;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease
}

.no-touch .nav-color-list a:hover {
    background: #282828
}

.nav-color-list .swatch {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 5px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    border-radius: 28px
}

.no-touch .nav-color-list a:hover .swatch {
    -webkit-transform: scale(0.88, 0.88);
    -moz-transform: scale(0.88, 0.88);
    -ms-transform: scale(0.88, 0.88);
    -o-transform: scale(0.88, 0.88);
    transform: scale(0.88, 0.88)
}

.background-default {
    background: #f4f4f4
}

.footer-main {
    position: relative;
    padding-top: 45px;
    background: url(/img/webSite/hatch-light.png) 2px 0 repeat-x #fff
}

.footer-main:before {
    z-index: 20;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background: url(/img/webSite/perforated-bottom.png) repeat-x
}

.footer-main:after {
    content: '';
    display: table;
    clear: both
}

.footer-main section {
    margin-bottom: 40px
}

.weekly-pick {
    overflow: hidden
}

.weekly-pick .product-image {
    float: left;
    width: 47.5%;
    margin-right: 5%
}

.weekly-pick .product-image img {
    width: 100%
}

.weekly-pick .product-name {
    float: left;
    display: block;
    width: 47.5%
}

.social-follow p {
    margin-bottom: 1em
}

.social-follow ul {
    overflow: hidden
}

.social-follow li {
    float: left;
    margin-right: 10px
}

.social-follow a {
    display: block;
    width: 35px;
    height: 35px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    vertical-align: middle;
    background: url(/img/webSite/sprite.png) 0px 0px no-repeat;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease
}

.no-touch .social-follow a:hover {
    opacity: 0.8
}

.social-follow .facebook {
    background-position: -320px 0px
}

.social-follow .pinterest {
    background-position: -320px -40px
}

.social-follow .twitter {
    background-position: -320px -80px
}

.newsletter>p {
    margin-bottom: 1em
}

#newsletter-global-form {
    margin-bottom: 0.75em
}

#newsletter-global-form label {
    display: none
}

#newsletter-global-form .input-text {
    width: 200px;
    font-size: 14px
}

#newsletter-global-form .buttons-set {
    padding-top: 10px
}

.style-guide {
    overflow: hidden
}

.style-guide .promo-image {
    float: left;
    width: 47.5%;
    margin-right: 5%
}

.style-guide .promo-image img {
    width: 100%
}

.style-guide p {
    float: left;
    width: 47.5%;
    margin-bottom: 0
}

.footer-sub {
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
}

.contact-box {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px;
    padding: 15px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}

.contact-box h1 {
    margin-bottom: 0.5em;
    font-size: 26px;
    font-style: italic
}

.contact-box p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 200
}

.contact-box p a {
    color: #D33B7F;
}

.contact-box .button {
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.contact-box h1,
.contact-box p {
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0
}

.nav-footer {
    overflow: hidden;
    margin-bottom: 30px
}

.nav-footer h1 {
    display: none
}

.nav-footer h2 {
    margin-bottom: 0.3em
}

.nav-footer a {
    color: #909090
}

.no-touch .nav-footer a:hover {
    color: #D33B7F
}

.nav-footer-list {
    text-align: center;
}

.nav-footer-list>li {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 10px;
    vertical-align: top;
    text-align: left;
}

.nav-footer-list>li:last-child {
    margin-right: 0
}

.nav-footer-list a {
    color: #4e4e4e;
}

.attribution {
    color: #909090;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
}

#category-landing {
    margin-right: 95px
}

.block-layered-nav h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 300
}

.block-layered-nav .toggle-button {
    position: absolute;
    right: 15px;
    top: 22px;
    display: inline-block;
    padding: 0 37px 0 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.1);
    color: #FFF;
    line-height: 1.9375;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.no-touch .block-layered-nav .toggle-button:hover {
    background: #D33B7F;
    text-decoration: none
}

.block-layered-nav .toggle-button:active {
    border-color: rgba(0, 0, 0, 0.3)
}

.block-layered-nav .badge {
    position: absolute;
    right: 8px;
    top: 5px;
    width: 21px;
    height: 21px;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    background: url(/img/webSite/sprite.png) -200px 0px no-repeat
}

.block-layered-nav.toggle-active .toggle-button {
    background: #D33B7F
}

.no-touch .block-layered-nav.toggle-active .toggle-button:hover {
    border-color: rgba(0, 0, 0, 0.3)
}

.block-layered-nav.toggle-active .toggle-button .badge {
    background-position: -200px -30px
}

.block-layered-nav.filtering .toggle-button {
    background: #D33B7F
}

.no-touch .block-layered-nav.filtering .toggle-button:hover {
    border-color: rgba(0, 0, 0, 0.3)
}

.block-layered-nav.filtering .badge,
.block-layered-nav.toggle-active.filtering .badge {
    background-position: -200px -60px
}

.filter {
    position: relative;
    margin-top: 20px
}

.filter:before {
    content: '';
    position: absolute;
    top: -11px;
    right: 29px;
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 11px solid rgba(0, 0, 0, 0.25);
    border-top: none
}

.filter:after {
    content: '';
    position: absolute;
    top: -9px;
    right: 30px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #919dac;
    border-top: none
}

.filter .liner {
    overflow: hidden;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
    background: #919dac;
    background: rgba(0, 0, 0, 0.1)
}

.filter h3 {
    margin: 0;
    padding: 0.4em 15px;
    border-bottom: 1px solid #e0e0e0
}

.filter-list>li {
    padding: 10px
}

.filter-list .wrapper {
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px
}

.filter-content li a {
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #ebebeb
}

.no-touch .filter-content li a:hover {
    background: #f4f4f4;
    text-decoration: none
}

.filter-content li:last-child a {
    border-bottom: 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.filter-content .count {
    float: right;
    padding-left: 10px;
    color: #909090;
    font-size: 13px
}

.currently .wrapper {
    background: #000;
    background: rgba(0, 0, 0, 0.85)
}

.currently h3 {
    border-bottom-color: #282828;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase
}

.current-filters-list {
    margin-bottom: 12px
}

.current-filters-list li a {
    position: relative;
    display: block;
    padding-left: 40px;
    border-bottom-color: #282828;
    color: #FFF
}

.no-touch .current-filters-list li a:hover {
    background: #282828
}

.current-filters-list li:only-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.current-filters-list a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background: url(/img/webSite/sprite.png) -80px -60px no-repeat
}

.no-touch .current-filters-list a:hover:before {
    background-position: -80px -30px
}

.currently .show-all-filters {
    margin: 0 15px 15px
}

.product-header {
    overflow: hidden;
    /*background: #f4f4f4*/
}

.product-header .container {
    position: relative;
    padding-bottom: 40px;
    background: white;
}

.product-footer {
    padding: 24px 0 0
}

.product-footer:after {
    content: '';
    display: table;
    clear: both
}

.product-header h1 {
    font-size: 2em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
}

.hero-image {
    width: 100%;
    margin: 0 auto
}

/* div.image-box {
    padding: 10px;
    margin-top: 5px;
    background-color: white;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
} */
div.image-box.product {
    padding: 0;
    box-shadow: none;
    border: 0;
}

div.image-box div {
    padding: 0;
    position: relative;
}

/* div.image-box div::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
} */
div.image-box div img {
    display: block;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    display: block;
    margin-top: 20px;
}

.media-list:after {
    content: '';
    display: table;
    clear: both
}

.media-list li {
    float: left;
    margin-right: 10px
}

.media-list a {
    display: block;
    border: 3px solid #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.no-touch .media-list a:hover {
    border-color: #D33B7F
}

.media-list img {
    width: 75px
}

.product-description {
    margin-bottom: 30px;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 0
}

.long-description {
    font-size: 18px
}

.long-description p {
    margin-bottom: 1em
}

.product-sku {
    font-size: 14px
}

.product-primary-box {
    margin-bottom: 5px;
    color: #333333;
    background: white;
}

.product-field-note {
    font-size: 14px;
    font-style: italic;
    line-height: 1;
}

.tier-prices-wrapper {
    margin-bottom: 20px;
    padding: 10px;
    background: #FF9
}

.purchase-box {
    position: relative;
    margin-top: 20px;
    padding: 15px 25px;
}

.purchase-box:before {
    z-index: 20;
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
}

.purchase-box:after {
    z-index: 20;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
}

.purchase-box .regular-price .price,
.purchase-box .special-price .price {
    font-size: 24px;
    font-weight: 600;
    line-height: 1
}

.purchase-box .old-price {
    margin-bottom: 6px
}

.purchase-box .special-price .price-label {
    display: block
}

.add-to-cart-form {
    position: relative;
}

.purchase-box .product-qty {
    margin-bottom: 15px
}

.purchase-box .product-qty:after {
    content: '';
    display: table;
    clear: both
}

.purchase-box .product-qty label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    text-transform: uppercase
}

.purchase-box .product-qty abbr {
    display: none
}

.purchase-box .product-qty .qty {
    float: left;
    width: 60px;
    height: 36px;
    margin: 4px;
    font-size: 16px
}

.qty-increment {
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    margin: 4px 0 0 5px;
    background: #c8c8c8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.no-touch .qty-increment:hover {
    background: #D33B7F;
    cursor: pointer
}

.qty-increment:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px
}

#qty-increase:before {
    background: url(/img/webSite/sprite.png) -120px 0px no-repeat
}

#qty-decrease:before {
    background: url(/img/webSite/sprite.png) -120px -30px no-repeat
}

.purchase-box .add-to-cart button {
    margin-top: 10px;
    width: 100%;
}

.alternate-actions {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #919dac;
    background: rgba(0, 0, 0, 0.1)
}

.alternate-actions a {
    color: #FFF;
    font-size: 13px
}

.product-specs:after {
    content: '';
    display: table;
    clear: both
}

.product-specs {
    margin-bottom: 0px;
    width: 100%;
    color: #D33B7F;
    min-height: 50px;
}

.product-specs li {
    float: left;
    margin: 0 8px 8px 0;
    width: 100%;
}

.offer .product-specs li {
    margin: 0;
}

.product-specs .overlay-trigger {
    position: relative;
    display: block;
    min-width: 120px;
    padding: 8px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.no-touch .product-specs .overlay-trigger:hover {
    background: #fbfbfb;
    text-decoration: none
}

.product-specs .overlay-trigger:after {
    content: 'i';
    position: absolute;
    right: 5px;
    top: 5px;
    width: 13px;
    height: 13px;
    background: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.5);
    font-family: georgia, serif;
    font-size: 10px;
    font-style: italic;
    line-height: 13px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px
}

.product-specs .label {
    font-size: 12px;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    margin-top: 7px;
}

.product-specs .attribute {
    font-size: 28px;
    font-weight: 100;
    position: relative;
    padding: 5px 0px;
    font-family: Lato, sans-serif;
}

.item-discount {
    color: #ffffff;
    padding: 0 2px;
    display: inline-block;
    font-size: 1.4em;
    margin-left: 5px;
    text-shadow: none;
    line-height: 1.2;
}

.item-discount-price {
    font-size: 0.5em;
    text-decoration: line-through;
    color: #585858;
    margin-right: 10px;
}

.full-screen-text .item-discount-price {
    color: inherit;
}

#specs-fabric-table,
#specs-length-table,
#specs-tie-bar-width-table {
    margin-bottom: 1.5em
}

.specs-width-list li {
    margin-bottom: 20px
}

.specs-width-label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic
}

.specs-width-range {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2
}

.product-social {
    position: relative;
    float: left;
    margin-bottom: 30px
}

.product-social-button {
    overflow: hidden;
    height: 36px;
    padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #FFF;
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #919dac;
    background: rgba(0, 0, 0, 0.1)
}

.no-touch .product-social-button:hover {
    cursor: pointer
}

.product-social-button .label {
    float: left;
    padding-right: 8px;
    font-size: 11px;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase
}

.social-icon-list {
    float: left;
    opacity: 0.8
}

.social-icon-list li {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    vertical-align: middle
}

.social-icon-list li:last-child {
    margin-right: 0
}

.social-icon-list .pinterest {
    background: url(/img/webSite/sprite.png) -140px 0px no-repeat
}

.social-icon-list .twitter {
    background: url(/img/webSite/sprite.png) -140px -30px no-repeat
}

.social-icon-list .facebook {
    background: url(/img/webSite/sprite.png) -140px -60px no-repeat
}

.no-touch .product-social:hover .product-social-button,
.product-social.toggle-active .product-social-button {
    background: #f121a9
}

.no-touch .product-social.toggle-active .product-social-button:hover {
    border-color: rgba(0, 0, 0, 0.3)
}

.no-touch .product-social:hover .social-icon-list,
.product-social.toggle-active .social-icon-list {
    opacity: 1
}

.social-widget-list {
    z-index: 100;
    position: absolute;
    right: -120px;
    top: 50%;
    width: 105px;
    padding: 10px;
    margin-top: -68px;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 0 15px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 0 15px 1px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 0 15px 1px
}

.social-widget-list:after {
    content: '';
    position: absolute;
    left: -6px;
    bottom: 61px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-left: none
}

.social-widget-list:before {
    content: '';
    position: absolute;
    left: -7px;
    bottom: 61px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid rgba(0, 0, 0, 0.15);
    border-left: none
}

.social-widget-list li {
    margin-bottom: 10px
}

.social-widget-list li:last-child {
    margin-bottom: 0
}

.social-widget-list a {
    position: relative;
    display: block;
    width: 85px;
    height: 32px;
    padding-left: 32px;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.15);
    color: #FFF;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.no-touch .social-widget-list a:hover {
    border-color: rgba(0, 0, 0, 0.3)
}

.social-widget-list .pinterest {
    background: #de2108
}

.social-widget-list .twitter {
    background: #f121a9
}

.social-widget-list .facebook {
    background: #3b5998
}

.social-widget-list a:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px
}

.social-widget-list .pinterest:before {
    background: url(/img/webSite/sprite.png) -140px 0px no-repeat
}

.social-widget-list .twitter:before {
    background: url(/img/webSite/sprite.png) -140px -30px no-repeat
}

.social-widget-list .facebook:before {
    background: url(/img/webSite/sprite.png) -140px -60px no-repeat
}

.catalog-product-view .footer-main {
    padding-top: 40px;
    background: #FFF
}

.cart-quick-checkout {
    margin-bottom: 30px
}

.cart-quick-checkout .button {
    width: 100%
}

.cart-table tfoot td {
    text-align: right
}

.cart-table .error {
    color: #ff544c
}

.cart-table .item-msg {
    margin-bottom: 0;
    font-size: 13px
}

/*NEW */
.minusIcon {
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: -20%;
}

.normalIcon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
}

.cart-line {
    cursor: pointer;
}

.no-touch .cart-line:hover {
    background: #f4f4f4;
}

.cart-line-arrow {
    width: 15px;
    height: 20px;
    display: inline-block;
    vertical-align: middle !important;
}

.cart-line-image {
    max-width: 90px;
    max-height: 60px;
    display: inline-block;
    vertical-align: middle !important;
    padding-left: 5px;
}

.cart-line-label {
    /*     padding-left: 8px;
    vertical-align: 9px !important; */
    padding-left: 22px;
    line-height: 38px;
}

.cart-line-image {
    position: absolute;
    top: 8px;
    left: 0px;
    z-index: 1;
}

.slot-label {
    color: rgb(31, 31, 31);
    font-size: 0.9em;
}

.slot-day-label {
    color: rgb(74, 74, 74);
    font-size: 1em;
    font-weight: bold;
    margin: 19px 0;
}

.tooltip-slot {
    width: 144px;
}

.tooltip-slot div {
    display: inline-block;
    background-color: #778899;
    border-radius: 3px;
    color: white;
}

.date-table-selector {
    text-align: center;
}

.date-table-selector button {
    background: none;
    border: none;
    box-shadow: none;
}

.date-table-title {
    text-align: center;
}

.date-table-title div.loading {
    font-style: italic;
    position: relative;
}

.flex-table.availabilities tbody tr td {
    padding: 0px 0px;
    border-bottom: 0;
}

div.availabilities {
    cursor: pointer;
    text-align: center;
}

.no-touch div.availabilities:hover {
    background-color: #f9f9f9;
    /* -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(127, 127, 127, 0.6); */
    -moz-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(127, 127, 127, 0.6);
    /* box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(127, 127, 127, 0.6); */
    box-shadow: none;
}

/* .no-touch div.hour:hover {
    background-color: transparent;
} */
.hour-table-title {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 3px 5px;
    background: #F4F4F4;
    border-radius: 3px;
}

.no-touch .hour-table-title:hover {
    background: #E2E2E2;
}

.date-table-dayOfWeek {
    text-align: center;
}

.cart-item-wrapper {
    position: relative;
    width: 100%;
    min-height: 30px;
    padding-left: 62px;
}

.cart-item-wrapper.small {
    min-height: 45px;
    padding-left: 80px;
}

.cart-item-wrapper.medium {
    min-height: 43px;
    padding-left: 80px;
}

.hr-item-wrapper {
    position: relative;
    width: 100%;
    min-height: 40px;
    padding-left: 5px;
}

.hr-item-wrapper i.fa-user {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 3px;
}

.hr-item-wrapper-active {}

.cart-item-wrapper .product-image {
    position: absolute;
    left: -2px;
    top: -4px;
    width: 55px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    line-height: 36px;
}

.cart-item-wrapper.small .product-image {
    width: 70px;
    height: 45px;
}

.cart-item-wrapper.medium .product-image {
    width: 75px;
    height: 53px;
}

.cart-item-wrapper .product-image img {
    width: 100%
}

.hr-item-wrapper .hr-image {}

.hr-item-wrapper .hr-image img {
    vertical-align: top;
    width: 80px;
    height: 39px;
    display: inline-block;
}

.cart-coupon {
    margin-bottom: 30px;
    padding: 10px;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.cart-coupon .input-text {
    max-width: 95%
}

#cart-checkout-methods .button {
    width: 100%;
    padding: 7px 20px;
}

.booking-slot {
    text-align: center;
    font-size: 0.9em;
}

.booking-slot div.btn-slot-selector div {
    padding: 6px 0;
}

.booking-slot div.btn-slot-selector div.hour {
    cursor: pointer;
}

.opc-grid {
    margin: 0 0 20px
}

.opc-grid>.col-1 {
    display: none
}

.opc {
    border: 1px solid #e0e0e0;
    background: #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #545454;
}

.opc .section {
    margin-bottom: 1px;
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 0;
}

.opc .section:last-child {
    margin-bottom: 0;
}

.opc .step-title {
    position: relative;
    padding: 12px 15px 12px 50px;
}

.step-title i {
    display: none;
}

.opc .step-title h2 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1em;
}

.opc .step-title .number {
    position: absolute;
    left: 15px;
    top: 12px;
    width: 25px;
    height: 25px;
    color: #ffffff;
    line-height: 23px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.opc .step-title a {
    display: none
}

.opc .step {
    padding: 0 15px 25px 15px
}

.opc .stack-form .buttons-set {
    margin-left: 0
}

.opc .disabled {
    opacity: 1 !important
}

.opc .allow .step-title a {
    display: inline-block;
    margin-left: 15px
}

.opc .active {
    background: #FFF
}

.opc .active .step-title {
    padding-top: 15px
}

.opc .active .step-title h2 {
    margin-bottom: 0.5em;
    font-size: 1.4em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
}

.opc .active .step-title a {
    display: none
}

.opc .active .step-title .number {
    top: 15px;
    font-size: 0.75em;
    font-weight: 600;
}

#opc-progress h2 {
    margin-bottom: 1em !important;
    margin-bottom: 0.5em;
    font-size: 1.15em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4
}

.opc-progress-list {
    margin: 0 0 30px 6px
}

.opc-progress-list dt {
    position: relative;
    margin: 4px 0;
    padding-left: 17px;
    text-transform: uppercase
}

.opc-progress-list dt:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 3px;
    width: 10px;
    height: 10px;
    border: 2px solid #e0e0e0;
    background: #e0e0e0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px
}

.opc-progress-list dt.complete:before {
    border-color: #5dc46e;
    background: #5dc46e
}

.opc-progress-list dd.complete+dt.incomplete:before {
    border-color: #f121a9;
    background: #FFF
}

.opc-progress-list dt .separator {
    display: none
}

.opc-progress-list dt a {
    position: relative;
    top: -1px;
    margin-left: 10px
}

.opc-progress-list dd {
    margin-bottom: 1px;
    padding: 0 0 15px 15px;
    border-left: 2px solid #e0e0e0;
    color: #909090;
    font-size: 13px
}

.opc-progress-list dd:last-child {
    padding-bottom: 0
}

.opc-progress-list dd.complete {
    border-left-color: #5dc46e
}

.opc-login-grid .stack-form {
    margin-right: 0;
    margin-left: 0
}

.opc-guest-checkout-wrapper {
    margin-top: 1.5em
}

#co-payment-form input.cvv {
    width: 75px
}

.cvv-what-is-this {
    margin-left: 10px;
    font-size: 13px
}

#payment-tooltip {
    display: inline-block;
    margin: 5px 0 15px;
    padding: 10px 15px 15px;
    border: 1px solid #e0e0e0;
    background: #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

#payment-tooltip p {
    font-size: 14px
}

#payment-tooltip ul {
    overflow: hidden;
    margin-bottom: 20px
}

#payment-tooltip ul li {
    float: left;
    width: 154px;
    margin-right: 35px
}

#payment-tooltip ul li h4,
#payment-tooltip ul li p {
    margin-bottom: 0;
    padding: 0 2px
}

.order-review .buttons-set {
    margin-top: 30px
}

.contact-methods {
    margin-bottom: 45px;
    font-size: 24px;
    font-weight: 300
}

.contact-methods li {
    position: relative;
    height: 60px;
    margin-bottom: 15px;
    padding: 11px 0 0 75px
}

.contact-methods li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url(/img/webSite/sprite.png) -250px 0px no-repeat
}

.contact-methods .phone:before {
    background-position: -250px 0px
}

.contact-methods .email:before {
    background-position: -250px -70px
}

.contact-methods .hours:before {
    background-position: -250px -140px
}

.customer-account-grid {
    background: #f5f6fa;
    border-radius: 5px;
    box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
}

.customer-account-nav {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.customer-account-nav .toggle-button {
    position: relative;
    height: 33px;
    padding: 0 46px 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #a2afc0;
    color: #FFF;
    line-height: 33px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.customer-account-nav .toggle-button:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 5px;
    width: 21px;
    height: 21px;
    background: url(/img/webSite/sprite.png) -200px 0px no-repeat
}

.no-touch .customer-account-nav .toggle-button:hover {
    background: #33a1ff;
    cursor: pointer
}

.customer-account-links {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.customer-account-links a {
    display: block;
    color: #5a5965;
    padding: 18px;
    border-bottom: 1px solid #e1e3e8;
    font-size: 13px;
}

.no-touch .customer-account-links a:hover {
    color: #5a5965;
    background: #f0f1f5;
}

.customer-account-links .current a {
    color: #5a5965;
    background: #f0f1f5;
}

.js .customer-account-nav .toggle-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.js .customer-account-nav.toggle-active .toggle-button {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.js .customer-account-nav.toggle-active .toggle-button:before {
    background-position: -200px -30px
}

.js .customer-account-nav.toggle-active .customer-account-links {
    border-top: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.account-description {
    margin-bottom: 15px;
}

.buttons-set {
    margin: 40px 0 10px;
}

.address-book-new {
    margin-bottom: 30px
}

/* .dashboard-block {
    padding: 35px;
    border-bottom: 1px solid #e8eaec;
    color: #5a5965;
    font-size: 13px;
    line-height: 29px;
} */
.dashboard-block h2 {
    font-size: 20px !important;
    font-family: 'Lato';
    font-weight: 100;
    padding: 42px;
    border-bottom: 1px solid #e8eaec;
    color: #5a5965;
    margin: 0;
    line-height: 0.8;
    min-height: 105px;
}

.dashboard-block .block-content {
    padding: 35px;
    border-bottom: 0px solid #e8eaec;
    color: #5a5965;
    font-size: 13px;
    line-height: 29px;
}

.dashboard-block .block-content.list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0
}

.dashboard-block .block-content.list:last-child {
    margin: 0;
    padding: 0;
    border: 0
}

.dashboard-block:last-child {
    margin: 0;
    padding: 0;
    border: 0
}

/* .dashboard-block .block-title {
    padding-bottom: 32px;
} */
#dashboard-hello h2 {
    margin-bottom: 0
}

#recent-order-history-table {
    margin-bottom: 1.5em
}

#dashboard-account-info dl {
    overflow: hidden;
    margin-bottom: 1.5em
}

#dashboard-account-info dt {
    float: left;
    clear: left;
    width: 140px;
    font-weight: bold
}

#dashboard-account-info dd {
    float: left
}

.customer-login-grid>div {
    margin-bottom: 1.5em
}

.customer-login-grid {
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
}

.customer-account-grid div.col-2 {
    background: #ffffff30;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    box-shadow: inset 15px 0px 15px -20px rgba(0, 0, 0, 0.39);
    min-height: 600px;
}

.customer-login-grid>div:last-child {
    margin-bottom: 0
}

#order-history-table {
    margin-bottom: 1.5em
}

.order-header {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #e0e0e0
}

.order-header h2 {
    margin-bottom: 20px
}

.order-actions {
    margin-bottom: 1.5em
}

.order-view-grid>div {
    margin-bottom: 1.5em
}

.order-view-grid>div:last-child {
    margin-bottom: 0
}

.order-view-grid address {
    margin-bottom: 1.5em
}

.customer-register-grid>div {
    margin-bottom: 1.5em
}

.customer-register-grid>div:last-child {
    margin-bottom: 0
}

.paypal-express-review #details-table,
.paypal-express-review #update_order,
.paypal-express-review .paypal-shipping-method {
    margin-bottom: 30px
}

.paypal-cart-contents h2 {
    display: inline-block;
    margin-right: 15px
}

#wishlist-view-form {
    margin-bottom: 30px
}

.wishlist-item-wrapper {
    position: relative;
    min-height: 69px;
    padding-left: 115px
}

#wishlist-table .add-to-cart-alt {
    float: left
}

#wishlist-table .cart-cell {
    overflow: hidden
}

#wishlist-table .date-added {
    color: #909090;
    font-size: 13px
}

#wishlist-table .item-options {
    margin-bottom: 20px
}

#wishlist-table .product-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 59px
}

#wishlist-table .product-image img {
    width: 100%
}

#wishlist-table .product-name {
    display: block;
    margin: 0 0 5px
}

#wishlist-table .remove-link {
    float: left;
    margin: 5px 0 0
}

#wishlist-table .date-added,
#wishlist-table .description,
#wishlist-table .link-edit,
#wishlist-table .wishlist-qty,
.wishlist-comment-box {
    display: none
}

.home-hero {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    background: #f4f4f4
}

.home-hero:after {
    content: '';
    display: table;
    clear: both
}

.sidestep {
    position: relative;
    padding-bottom: 45px
}

.sidestep-nav a {
    position: absolute;
    bottom: -60px;
    width: 40px;
    height: 60px;
    background: #D8D8D8;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    vertical-align: middle;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.no-touch .sidestep-nav a:hover {
    width: 50px;
    background: #D33B7F
}

.flat-rate-shipping,
.express-shipping {
    margin-bottom: 3.5em
}

.shipping-rates-table {
    margin-bottom: 20px;
    background: #f4f4f4
}

.shipping-rates-table .destination {
    font-weight: bold;
    text-transform: uppercase
}

.shipping-rates-table .rate {
    font-size: 36px
}

.shipping-rates-table .rate:after {
    content: '00';
    padding-left: 3px;
    font-size: 0.6em;
    vertical-align: text-top
}

.shipping-countries-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -ms-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px
}

.where-to-buy-state-list li {
    overflow: hidden;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0
}

.where-to-buy-city-list {
    font-size: 16px
}

.where-to-buy-city-list dt {
    margin-top: 1em;
    font-weight: bold
}

.price-offer {
    font-size: 1.5em;
}

.button-offer {
    position: absolute;
    top: 10px;
    right: 0px;
}

.flexy-logo {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
}

.mango-logo {
    width: 100%;
}

.cgv-text {
    color: #808080;
}

div.admin-menu-item {
    border-bottom: 2px solid white;
    cursor: pointer;
}

div.admin-menu-icon {
    background: #ebebeb;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

div.admin-menu-icon>div {
    margin-top: 8px;
}

div.admin-menu-label {
    display: inline-block;
}

div.admin-menu-item:hover {
    background: #EBEBEB;
}

div.admin-menu-item:hover div.admin-menu-icon {
    background: #767776;
    color: white;
}

div.admin-menu-item.selected div.admin-menu-first {
    background: #767776;
    color: #FFFFFF;
    font-weight: bold;
}

div.admin-sub-menu-item .btn.ng-scope,
div.admin-menu-first .btn.ng-scope {
    margin: 5px 10px !important;
    padding: 0px 6px 5px 6px !important;
}

div.admin-menu-first .btn.ng-scope i,
div.admin-sub-menu-item .btn.ng-scope i {
    font-size: 12px;
    font-weight: normal;
}

div.admin-menu-item.selected div.admin-menu-icon {
    background: #767776;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

div.admin-sub-menu-item.selected div.admin-sub-menu-icon {
    background: transparent;
    color: black;
    font-weight: bold;
    font-size: 16px;
}

div.admin-sub-menu-item.selected,
div.admin-sub-menu-item.selected:hover {
    background: #ebebeb;
    color: #000000;
    font-weight: bold;
}

div.admin-sub-menu-item:hover {
    background: #EBEBEB;
}

/*div.admin-sub-menu-item:hover div.admin-sub-menu-icon {
    background: #767776;
    color: white;
}*/
div.admin-sub-menu-item {
    background: #ffffff;
    height: 42px;
    border-top: 1px solid white;
    line-height: 29px;
}

div.admin-sub-menu-icon {
    display: inline-block;
    width: 80px;
    height: 41px;
    text-align: center;
    border-left: 40px solid white;
    background: #ebebeb;
    color: #484848;
}

div.admin-sub-menu-item.selected div.admin-sub-menu-icon {
    border-left: 0px solid white;
    width: 40px;
}

div.admin-sub-menu-icon>div {
    margin-top: 2px;
}

div.admin-sub-menu-label {
    display: inline-block;
}

.attribution-shop {
    text-align: center;
}

.checkout-delivery {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    padding: 5px;
    border: 1px solid white;
    background: white;
    border-radius: 5px;
}

.checkout-delivery.selected {
    border: 1px solid rgb(213, 213, 213);
}

.booking-slot div.btn-slot-selector .percent {
    display: block;
    font-size: 11px;
    margin-left: 1px;
    color: #ffffff !important;
    padding: 0 1px;
    border-radius: 0;
}

.no-touch div.btn-slot-selector:hover .percent {
    color: black;
    font-weight: bold;
}

.cart-price .percent {
    display: inline-block;
    color: #ffffff;
    padding: 0 1px;
}

input.percent-active {
    color: #ffffff;
}

/* textangular START */
.ta-root.focussed>.ta-scroll-window.form-control {
    border-color: rgba(233, 167, 217, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 167, 217, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 167, 217, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 167, 217, 0.6);
}

.ta-scroll-window.form-control {
    margin: 20px 0 !important;
    border: 1px solid #d8d8d8;
    outline: 0;
}

.grid-stack-item-content.video>div,
.grid-stack-item-content.video>div>div,
.grid-stack-item-content.video>div>div>p {
    height: 100%;
    overflow: hidden;
}

.grid-stack-item-content.video iframe.ta-insert-video {
    height: 100%;
    overflow: hidden;
}

/* GRID START */
.grid-stack-item-content {
    color: #2c3e50;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    cursor: pointer;
}

.grid-stack-item-content>div {
    width: 100%;
    height: 100%;
}

.admin-edition .grid-stack-item-content {
    border: 1px dashed #b9b9b9;
}

.admin-edition .row {
    border: 1px dashed #dd5575;
}

/* --- BOOKING PAGE --- */
.booking-item-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px 0;
}

.booking-item-wrapper .booking-image {
    align-items: center;
    width: 25%;
    height: auto;
    border-radius: 5px;
    margin: 2% 0;
}

.booking-item-wrapper .booking-name {
    align-items: center;
    margin: 2%;
    font-size: 1.2rem;
}

.booking-info .button-booking {
    border-radius: 5px;
    padding: 10px;
    font-size: 0.7rem;
}

.booking-info .button-booking.shadow {
    border: 1px solid #CCCCCC;
    color: #000000;
}

.booking-info .button-booking.validate {
    color: #FFFFFF;
    background-color: #4baf50;
    border: 1px solid #4baf50;
}

.booking-info .button-booking.big {
    padding: 10px 40px;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
    overflow: visible;
}

.grid-stack-item-content .carousel,
.grid-stack-item-content .carousel-inner,
.grid-stack-item-content .carousel-inner>div {
    width: 100%;
    height: 100%;
}

.grid-stack-item-content .carousel-indicators {
    bottom: inherit;
    top: 10px;
}

.Imgset__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.5s;
}

.Imgset--fillParent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0 !important;
}

.Imgset {
    display: block;
    position: relative;
    padding: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.Imgset__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.home-grid {
    padding: 5px 20px;
}

.f_card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.f_card.bottom .face.back {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 3px;
    padding-bottom: 2px;
}

.f_card.top .face.back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    padding-top: 3px;
}

.f_card p {
    margin-bottom: 1em;
}

.grid-stack-item-content.text .text-html {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    padding: 5px;
}

.text .f_card .face.back {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.fadein {
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;
}

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

    to {
        -webkit-transform: none;
        transform: none;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.full-screen-text {
    position: absolute;
    left: 0;
    right: 0;
    padding: 30px;
    width: 50%
}

.full-screen-text.center-middle {
    height: 300px;
    top: 50%;
    margin: -100px auto;
    z-index: 10;
    text-align: center;
}

.full-screen-text.left-bottom {
    bottom: 30px;
    text-align: left;
}

.full-screen-text.right-bottom {
    top: inherit;
    margin-top: inherit;
    bottom: 30px;
    text-align: right;
}

.full-screen-text.right-middle {
    text-align: right;
}

.full-screen-text.left-middle {
    text-align: left;
}

.f0_card {
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.f0_card:hover {
    box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
    transform: translate(0, -4px);
    z-index: 999;
}

.f0_card .face.front {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.f_card.mid .face.back {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    padding-top: 3px;
    padding-bottom: 2px;
}

.f_card.mid .face.back {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    padding-top: 3px;
}

.f1_card {
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.8s linear;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 0.8s linear;
    -o-transform-style: preserve-3d;
    -o-transition: all 0.8s linear;
    transform-style: preserve-3d;
    transition: all 0.8s linear;
    overflow: visible;
}

.grid-stack-item-content:hover .f1_card,
.selector-btn:hover .f1_card {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    box-shadow: -5px 5px 5px #aaa;
}

.f1_card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.f1_card .face.back {
    display: block;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    box-sizing: border-box;
    padding: 10px;
    color: white;
    text-align: center;
    background-color: #6c6c6c;
}

.f2_card .face.front {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.f2_card .face.back {
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    -webkit-transform: translate3d(0, 0, 0) scale(1.03);
    transform: translate3d(0, 0, 0) scale(1.03);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    background-color: #6c6c6c;
}

.grid-stack-item-content:hover .f2_card .face.back,
.selector-btn:hover .f2_card .face.back {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.f3_card .face.front {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.f3_card .face.back {
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.f3_card img {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
}

.grid-stack-item-content:hover .f3_card img,
.selector-btn:hover .f3_card img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
}

/* Shine */
.f4_card .face.front {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.f4_card .face.front {
    position: relative;
}

.f4_card .face.back.shadow {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.f4_card .face.front::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.f4_card .face.front:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.f5_card .face.front {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.f5_card .face.front {
    position: relative;
}

.f5_card .face.back.shadow {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.f5_card .face.back {
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.f5_card img {
    -webkit-filter: brightness(85%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid-stack-item-content:hover .f5_card img,
.selector-btn:hover .f5_card img {
    -webkit-filter: brightness(100%);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

@media screen and (max-width: 900px) {
    .product-grid li {
        width: 47.80059%;
    }
}

/* GRID END */
@media screen and (min-width: 371px) {
    .button-offer-grp {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .category-list li {
        float: left;
        width: 47.80059%;
        margin-right: 4.39883%
    }

    .category-list li:nth-child(odd) {
        clear: left
    }

    .category-list li:nth-child(even) {
        margin-right: 0
    }

    /* .product-grid li {
        width: 47.80059%;
    } */
    /* .product-grid li:nth-child(odd) {
        clear: left
    }
    .product-grid li:nth-child(even) {
        margin-right: 0
    } */
    .product-grid .product-details {
        padding: 8px;
        text-align: center
    }

    #logo>div.logo-container>img {
        max-width: 190px;
    }
}

.skip-links-desktop {
    display: none;
}

.header-address2-desktop {
    display: none;
}

@media screen and (min-width: 400px) {

    .purchase-box .regular-price .price,
    .purchase-box .special-price .price {
        font-size: 30px
    }

    .sidestep-headline {
        line-height: 60px
    }
}

@media screen and (min-width: 480px) {

    h1,
    .h1 {
        font-size: 2.1em;
    }

    h2,
    .h2 {
        font-size: 1.3em;
    }

    h3,
    .h3 {
        font-size: 1.2em;
    }

    h4,
    .h4 {
        font-size: 1.1em;
    }

    .full-screen-text {
        font-size: 1.3em;
    }

    .full-screen-text h1 {
        font-size: 3em;
        margin-bottom: 0.1em;
    }

    .full-screen-text h2 {
        font-size: 2.4em;
        margin-bottom: 0.1em;
    }

    .full-screen-text h3 {
        font-size: 1.8em;
        margin-bottom: 0.1em;
    }

    .booking-slot div.btn-slot-selector {
        padding: 1px 1px;
        text-align: center;
    }

    .booking-slot div.btn-slot-selector div {
        padding: 3px 0px;
        border-radius: 0;
    }

    .flex-table.availabilities tbody tr td {
        padding: 0px 1px;
    }

    .address-list {
        overflow: hidden
    }

    .address-list li {
        display: table;
        float: left;
        width: 250px;
        margin-right: 20px
    }

    .limiter {
        position: absolute;
        right: 10px;
        top: 7px;
        margin: 0;
        text-align: right
    }

    .pager {
        padding-right: 200px
    }

    .toolbar {
        position: relative
    }

    #nav {
        padding: 0px 0 12px;
        display: block;
    }

    .nav-primary {
        padding-left: 3px
    }

    /* .nav-primary a.level0 {
        padding: 3px 20px;
        font-size: 16px;
        font-weight: 400;
    } */
    #nav .menu-wrapper {
        top: 33px;
        padding-top: 10px
    }

    .nav-primary a.level0:before {
        bottom: -3px
    }

    li.level0.active a.level0:before {
        bottom: -7px
    }

    .nav-group-list {
        overflow: hidden
    }

    .nav-group-list li {
        display: table-cell;
        float: left;
        width: 50%;
        margin-bottom: 7px;
        cursor: pointer;
    }

    .nav-group-list li:nth-child(2n+1) {
        clear: left
    }

    .nav-group-list .info {
        padding: 10px
    }

    .nav-group-list .info,
    .nav-group-list img {
        float: none;
        width: 100%
    }

    .footer-main:after {
        content: '';
        display: table;
        clear: both
    }

    .footer-main section {
        float: left;
        width: 46%
    }

    .weekly-pick,
    .newsletter {
        margin-right: 8%
    }

    .newsletter {
        clear: left
    }

    .weekly-pick .product-image,
    .style-guide .promo-image {
        float: none;
        width: 100%;
        margin-right: 0
    }

    .weekly-pick .product-name,
    .style-guide p {
        float: none;
        width: 100%
    }

    .contact-box .button {
        float: left;
        margin: 10px 0 0 30px
    }

    .nav-footer-list>li {
        margin-right: 60px
    }

    .filter-list {
        overflow: hidden;
        float: left;
        width: 100%
    }

    .filter-list>li {
        float: left;
        width: 50%
    }

    .filter-list>li:nth-child(odd) {
        clear: left
    }

    .flex-table.linearize tbody tr.mobile {
        display: none
    }

    .product-secondary-box {
        float: left;
        clear: left;
        width: 58.88889%
    }

    .specs-width-list {
        overflow: hidden
    }

    .specs-width-list li {
        float: left;
        width: 30%;
        margin-left: 5%
    }

    .specs-width-list li:first-child {
        margin-left: 0
    }

    .cart-quick-checkout {
        display: none
    }

    .opc-login-grid>.col-1 {
        float: left;
        width: 50%;
        padding-right: 15px
    }

    .opc-login-grid>.col-2 {
        float: left;
        width: 50%;
        padding-left: 15px
    }

    .opc .step {
        padding-right: 30px;
        padding-left: 60px
    }

    #recent-order-history-table .data-g1 {
        display: none
    }

    #recent-order-history-table .data-g2 {
        display: table-cell
    }

    .customer-login-grid>.col-1 {
        float: left;
        width: 50%;
        padding-right: 15px
    }

    .customer-login-grid>.col-2 {
        float: right;
        width: 50%;
        padding-left: 15px
    }

    #order-history-table .data-g1 {
        display: none
    }

    #order-history-table .data-g2 {
        display: table-cell
    }

    .sidestep-headline {
        font-size: 35px
    }

    .triad:after {
        content: '';
        display: table;
        clear: both
    }

    .triad li {
        float: left;
        width: 48%
    }

    .triad li:first-child {
        margin-right: 4%
    }

    .triad li:last-child {
        float: none;
        margin: 0 auto
    }

    .where-to-buy-city-list {
        float: left;
        width: 48%
    }

    .where-to-buy-city-list+.where-to-buy-city-list {
        margin-left: 4%
    }

    .where-to-buy-city-list dt:first-child {
        margin-top: 0.5em
    }

    .flex-table td,
    .flex-table th {
        padding: 8px 6px;
    }

    .cart-price {
        text-align: right;
    }

    .price-offer {
        font-size: 40px;
    }

    .burger-header-1 {
        display: none
    }
}

@media screen and (min-width: 481px) {
    #logo>div.logo-container>img {
        max-width: 220px;
    }

    .cgv-text {
        position: absolute;
        top: 7px;
        right: 10px;
        border-left: 1px dotted #aaaaaa;
        font-size: 0.75em;
        width: 47%;
        padding-left: 10px;
        text-align: center;
    }

    .small-res-hide-inv {
        display: none;
    }

    .menu-wrapper {
        position: absolute;
        right: 0px;
        top: 25px;
        width: 330px;
        padding-top: 10px;
    }

    .cart-menu:before {
        left: 78%;
        margin-left: -5px
    }

    .product-grid .product-details {
        padding: 10px;
        position: relative;
    }

    .product-header h1 {
        font-size: 42px
    }

    #wishlist-table .add-to-cart-alt {
        float: none
    }

    #wishlist-table .remove-link {
        float: none;
        margin: 10px 0 0
    }

    .slot-label {
        display: none;
    }

    .slot-title {
        font-size: 14px
    }
}

@media screen and (min-width: 600px) {
    .offer-price {
        position: absolute;
        bottom: 0;
        right: 25px;
        z-index: 100;
        width: 45%;
        padding-left: 5px;
        background: white;
    }

    #header-account {
        right: 25px
    }

    #header-cart {
        right: 180px
    }

    #header-search {
        right: 30px
    }

    #nav {
        /* padding: 0px 0 14px*/
    }

    .nav-primary {
        padding-left: 20px
    }

    .nav-group-list li {
        width: 25%
    }

    .nav-group-list li:nth-child(2n+1) {
        clear: none
    }

    .nav-group-list li:nth-child(4n+1) {
        clear: left
    }

    .product-description {
        float: left;
        width: 62.80702%
    }

    /*Change size of product-primary-box*/
    .purchase-box .price-box {
        padding-bottom: 18px;
    }

    .purchase-box {
        margin-top: 0px;
    }

    .date-table-dayOfWeek {
        width: 60px;
    }

    .add-to-cart-form {
        padding-top: 7px;
        margin-top: 5px;
        border-top: 1px dashed rgb(203, 203, 203);
    }

    .add-to-cart-form:after {
        left: 0;
        top: 0;
        width: 100%;
        height: 5px;
        background-repeat: repeat-x
    }

    /*end Change size of product-primary-box*/
    .category-list .category-name {
        font-size: 35px
    }

    .category-list .category-description {
        font-size: 16px
    }

    .layer-back {
        padding: 17px 0;
    }

    .layer-back h1 {
        font-size: 1.7em;
        text-shadow: none;
        font-weight: 300;
    }

    .promo {
        padding: 7px 0
    }

    #category-landing h1 {
        font-size: 2em
    }

    .block-layered-nav {
        margin-top: 0
    }

    .block-layered-nav .toggle-button {
        right: 30px;
        top: 15px;
        margin: 0
    }

    .filter {
        margin-top: 26px
    }

    .product-footer {
        padding: 24px 0 0
    }

    .order-header {
        position: relative
    }

    .order-header .order-actions {
        position: absolute;
        right: 0;
        top: 0
    }

    .order-view-grid>.col-1 {
        float: left;
        width: 50%;
        padding-right: 15px
    }

    .order-view-grid>.col-2 {
        float: left;
        width: 50%;
        padding-left: 15px
    }

    #order-view-table .data-p2 {
        display: table-cell
    }

    .customer-register-grid>.col-1 {
        float: left;
        width: 60%;
        padding-right: 15px
    }

    .customer-register-grid>.col-2 {
        float: left;
        width: 40%;
        padding-left: 15px
    }

    .sidestep {
        padding-bottom: 50px
    }

    .sidestep-headline {
        margin-bottom: 50px;
        font-size: 44px
    }

    .our-story .hook span {
        display: block
    }

    .knots-list {
        overflow: hidden
    }

    .knots-list li {
        float: left;
        width: 47.5%;
        margin-right: 5%
    }

    .knots-list li:nth-child(odd) {
        clear: left
    }

    .knots-list li:nth-child(even) {
        margin-right: 0
    }

    .our-history .columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        -ms-column-gap: 40px;
        -o-column-gap: 40px;
        column-gap: 40px
    }

    .shipping-rates-table .destination {
        letter-spacing: 6px
    }

    .shipping-rates-table .rate {
        font-size: 48px
    }

    .shipping-countries-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        -o-column-count: 3;
        column-count: 3
    }

    #logo>div.logo-container>img {
        max-width: 250px;
    }

    .flexy-logo {
        width: 85px;
        background: rgba(255, 255, 255, 1);
        margin: 2px 0px 0px 55px;
    }

    .mango-logo {
        display: inline-block;
        width: inherit;
    }
}

@media screen and (min-width: 690px) {

    .weekly-pick .product-image,
    .style-guide .promo-image {
        float: left;
        width: 47.5%;
        margin-right: 5%
    }

    .weekly-pick .product-name,
    .style-guide p {
        float: left;
        width: 47.5%
    }

    .filter-list>li {
        width: 33.3333%
    }

    .filter-list>li:nth-child(odd) {
        clear: none
    }

    .filter-list>li:nth-child(3n+1) {
        clear: left
    }

    .product-header h1 {
        font-weight: 400
    }

    .triad li,
    .triad li:first-child,
    .triad li:last-child {
        float: left;
        width: 32.07547%;
        margin: 0 1.88679% 0 0
    }

    .triad li:last-child {
        margin-right: 0
    }

    .offers-list li {
        float: left;
        width: 47.5%;
        margin-right: 5%
    }

    .offers-list li:nth-child(odd) {
        clear: left
    }

    .offers-list li:nth-child(even) {
        margin-right: 0
    }
}

@media screen and (max-width: 950px) {
    .container {
        padding: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    #nav-mobile {
        display: none;
    }

    .container {
        position: relative;
        padding: 0 30px
    }

    .product-grid>.col-1,
    .product-grid-service>.col-1 {
        float: left;
        width: 44%;
        padding-right: 6px;
    }

    .product-grid>.col-2,
    .product-grid-service>.col-2 {
        float: right;
        width: 54%;
        padding-left: 6px;
    }

    .product-grid>.col-2.center,
    .product-grid-service>.col-2.center {
        margin-right: 23.2%;
    }

    #logo {
        margin: 0;
    }

    #logo>div.logo-container {
        padding: 30px 20px;
        vertical-align: bottom;
        display: block;
        font-size: 1em;
    }

    #logo>div.logo-container>img {
        display: inline-block;
        height: 80px;
        vertical-align: bottom;
        max-width: 400px;
    }

    .skip-links {
        display: none
    }

    .header-address2 {
        display: none;
    }

    .header-address-desktop {
        position: absolute;
        top: 5px;
        padding-bottom: 0px;
        right: 230px;
        width: 230px;
        padding-right: 5px;
        padding-top: 3px;
        text-align: right;
        border-radius: 3px;
        background: rgba(255, 255, 255, 0.7);
        height: 90px;
    }

    .header-address {
        display: none;
    }


    .skip-content {
        display: block;
        padding: 0;
        border: 0
    }

    #header-account {
        z-index: 50;
        position: absolute;
        right: 0;
        top: 6px
    }

    #header-account a {
        display: inline-block;
        padding: 0 5px;
        color: #474747;
        font-weight: bold;
        font-size: 11px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        background: white;
        border-radius: 3px;
        margin-left: 10px;
        font-family: Lato, sans-serif;
        text-shadow: none;
        box-shadow: none;
        text-shadow: none;
        box-shadow: none;
    }

    .no-touch #header-account a:hover {
        color: #ff64a6
    }

    /* #header-cart {
        z-index: 50;
        position: absolute;
        right: 0;
        top: 35px
    } */
    #header-cart .menu-wrapper {
        display: none
    }

    #header-cart.visible .menu-wrapper {
        display: block
    }

    .no-touch #header-cart:hover .menu-wrapper {
        display: block;
        right: 0px;
    }

    #header-phone {
        z-index: 50;
        position: absolute;
        right: 0;
        top: 70px !important;
    }

    #header-phone .menu-wrapper {
        display: none
    }

    .no-touch #header-phone:hover .menu-wrapper {
        display: block
    }

    #header-search {
        z-index: 50;
        position: absolute;
        right: 0;
        width: auto;
        bottom: 0 !important;
        top: initial !important;
    }

    #search {
        font-size: 15px;
    }

    .search-autocomplete {
        position: absolute !important;
        z-index: 10;
        right: 0 !important;
        top: 46px !important;
        left: auto !important;
        width: 280px !important
    }

    .search-autocomplete ul {
        margin-top: 0
    }

    .search-autocomplete ul:before {
        left: 154px
    }

    .contact-box {
        margin-top: 5px;
        position: absolute;
        left: 50%;
        margin-left: -155px;
        width: 330px;
        top: 10px;
        text-align: center;
    }

    .attribution {
        float: left;
        clear: both;
    }

    .attribution-shop {
        width: 400px;
        margin: 0 auto;
        text-align: left;
    }

    .category-list li {
        width: 32.11009%;
        margin-right: 1.83486%
    }

    .category-list li:nth-child(odd) {
        clear: none
    }

    .category-list li:nth-child(even) {
        margin-right: 1.83486%
    }

    .category-list li:nth-child(3n+1) {
        clear: left
    }

    .category-list li:nth-child(3n) {
        margin-right: 0
    }

    .category-color-list li {
        float: left;
        width: 20.76271%;
        margin: 0 5.64972% 40px 0
    }

    .category-color-list li:nth-child(3n+1) {
        clear: none
    }

    .category-color-list li:nth-child(3n) {
        margin-right: 5.64972%
    }

    .category-color-list li:nth-child(4n+1) {
        clear: left
    }

    .category-color-list li:nth-child(4n) {
        margin-right: 0
    }

    .cms-page-wrapper {
        min-height: 250px;
        padding-right: 190px
    }

    .cms-page-nav {
        position: absolute;
        right: 30px;
        top: -40px;
        width: 130px;
        padding: 40px 0 70px 21px;
        border-left: 1px solid #e0e0e0
    }

    .cms-page-nav:after {
        content: '';
        position: absolute;
        left: -1px;
        bottom: 0;
        width: 1px;
        height: 50px;
        background: #FFF;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0e0e0), color-stop(100%, #ffffff));
        background: -webkit-linear-gradient(#e0e0e0, #ffffff);
        background: -moz-linear-gradient(#e0e0e0, #ffffff);
        background: -o-linear-gradient(#e0e0e0, #ffffff);
        background: linear-gradient(#e0e0e0, #ffffff)
    }

    .cms-page-nav a {
        position: relative
    }

    .cms-how-to-tie .cms-page-nav .nav-how-to-tie,
    .cms-offers .cms-page-nav .nav-offers,
    .cms-our-story .cms-page-nav .nav-our-story,
    .cms-returns .cms-page-nav .nav-returns,
    .cms-shipping .cms-page-nav .nav-shipping,
    .cms-where-to-buy .cms-page-nav .nav-where-to-buy,
    .cms-wholesale .cms-page-nav .nav-wholesale {
        color: #202020
    }

    .cms-how-to-tie .cms-page-nav .nav-how-to-tie:before,
    .cms-offers .cms-page-nav .nav-offers:before,
    .cms-our-story .cms-page-nav .nav-our-story:before,
    .cms-returns .cms-page-nav .nav-returns:before,
    .cms-shipping .cms-page-nav .nav-shipping:before,
    .cms-where-to-buy .cms-page-nav .nav-where-to-buy:before,
    .cms-wholesale .cms-page-nav .nav-wholesale:before {
        content: '';
        position: absolute;
        left: -21px;
        top: 2px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #e0e0e0;
        border-right: none
    }

    .cms-how-to-tie .cms-page-nav .nav-how-to-tie:after,
    .cms-offers .cms-page-nav .nav-offers:after,
    .cms-our-story .cms-page-nav .nav-our-story:after,
    .cms-returns .cms-page-nav .nav-returns:after,
    .cms-shipping .cms-page-nav .nav-shipping:after,
    .cms-where-to-buy .cms-page-nav .nav-where-to-buy:after,
    .cms-wholesale .cms-page-nav .nav-wholesale:after {
        content: '';
        position: absolute;
        left: -22px;
        top: 2px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #fff;
        border-right: none
    }

    /* .product-grid li {
        width: 31.91009%;
        margin-right: 2.03486%
    }
    .product-grid li:nth-child(odd) {
        clear: none
    }
    .product-grid li:nth-child(even) {
        margin-right: 2.03486%
    }
    .product-grid li:nth-child(3n+1) {
        clear: left
    }
    .product-grid li:nth-child(3n) {
        margin-right: 0
    }
    .product-grid.home-gifts li {
        width: 47.5%;
        margin-right: 2.03486%
    } */
    .promo .content .short {
        display: none
    }

    .promo .content .long {
        display: block
    }

    .media-list {
        position: absolute;
        bottom: 15px
    }

    .cart-grid>.col-1 {
        float: left;
        width: 50%
    }

    .cart-grid>.col-2 {
        float: right;
        width: 50%;
        padding-left: 15px;
    }

    .opc-grid>.col-1 {
        display: block;
        float: left;
        width: 30%;
        max-width: 275px
    }

    .opc-grid>.col-2 {
        float: right;
        width: 70%;
        padding-left: 40px
    }

    .contact-grid>.col-1 {
        float: left;
        width: 50%;
        padding-right: 30px
    }

    .contact-grid>.col-2 {
        float: left;
        width: 50%;
        padding-left: 30px
    }

    .customer-account-grid>.col-1 {
        float: left;
        width: 20%;
    }

    .customer-account-grid>.col-2 {
        float: right;
        width: 80%;
        padding-left: 15px
    }

    .customer-account-grid .form-list {
        padding: 35px;
        border-bottom: 0px solid #e8eaec;
        color: #5a5965;
        font-size: 13px;
        line-height: 29px;
    }

    .customer-account-grid svg {
        display: block;
        margin: 10px auto;
    }

    .js .customer-account-nav .toggle-button {
        display: none
    }

    .js .customer-account-nav .toggle-target {
        display: block
    }

    .js .customer-account-nav.toggle-active .customer-account-links {
        border: 1px solid #e0e0e0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px
    }

    .customer-login-grid>.col-1 {
        width: 40%
    }

    .customer-login-grid>.col-2 {
        width: 60%
    }

    .paypal-express-review-grid>.col-1 {
        float: left;
        width: 50%;
        padding-right: 15px
    }

    .paypal-express-review-grid>.col-2 {
        float: left;
        width: 50%;
        padding-left: 15px
    }

    .triad {
        margin-bottom: 60px
    }

    .our-story {
        margin-bottom: 60px
    }

    .our-story .hook {
        font-size: 30px
    }

    /* .nav-primary a.level0 {
        font-size: 18px
    } */
    .skip-links-desktop {
        display: block;
        overflow: hidden;
        position: absolute;
        z-index: 2;
        top: 20px;
        right: 20px;
    }

    .header-address2-desktop {
        display: block;
        overflow: hidden;
        position: absolute;
        z-index: 2;
        top: 33px;
        left: 150px;
    }

    .skip-links-desktop li {
        float: left
    }

    .skip-links-desktop a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding: 15px 18px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }

    .header.type2 #header-account,
    .header.type2 #header-phone,
    .header.type2 #header-cart,
    .header.type2 #header-search {
        display: none;
        top: 57px;
    }

    .header.type2 #header-phone {
        right: 81px;
    }

    .header.type2 #header-cart {
        right: 62px;
    }

    .header.type2 #header-account.visible,
    .header.type2 #header-phone.visible,
    .header.type2 #header-cart.visible,
    .header.type2 #header-search.visible {
        display: block;
    }

    .header.type2 #header-menu {
        padding: 5px;
        background-color: #fffffffa;
        -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0px 36px 11px rgba(0, 0, 0, 0.05);
        height: 100vh;
        z-index: 1;
        top: 0;
        width: 40vw;
        position: fixed;
        right: 0;
        background-color: rgba(255, 255, 255, 0.95) !important;
    }

    .header.type2 #header-menu li {
        text-align: right;
        font-size: 1em;
        float: right;
        width: 51%;
        text-transform: uppercase;
        border-bottom: 1px solid #424242;
        padding: 30px 0;
        margin: 0 auto;
        transition: 0.3s ease-in-out;
        letter-spacing: 1px;
        margin-left: 40%;
    }

    .header.type2 #header-menu li:hover {
        width: 60%;
    }

    .home .fullscreen-offer #header {
        position: absolute;
        left: 50%;
    }

    .home .fullscreen-offer #header div.container {
        left: -50%;
        width: 768px;
        z-index: 1;
    }

    .home.admin-edition .fullscreen-offer #header {
        left: 0;
        right: 0;
    }

    .home.admin-edition .fullscreen-offer #header div.container {
        left: 0;
        width: inherit;
    }
}

@media screen and (min-width: 1024px) {
    .home .fullscreen-offer #header div.container {
        width: 1024px;
    }
}

@media screen and (min-width: 1100px) {
    .button-offer-on-large {
        position: absolute;
        bottom: 13px;
        right: 0;
        width: 145px;
    }

    .button-offer-on-large.with-gift {
        bottom: 53px;
    }

    /*    .header {
        height: 117pxg!
    }*/
    /* .product-grid .product-details .button-add {
        position: absolute;
        top: -60px;
        left: 50%;
        margin-left: -43px;
        z-index: 100;
    } */
    .product-grid.home-gifts {
        margin: 0 auto;
        width: 756px;
    }

    #header-account {
        top: 12px
    }

    #header-cart,
    #header-search,
    #header-phone {
        top: 40px
    }

    .product-grid.related li {
        margin-right: 2%
    }

    .product-grid.related li:nth-child(3n+1) {
        clear: none
    }

    .product-grid.related li:nth-child(3n) {
        margin-right: 2%
    }

    .product-grid.related li:nth-child(4n+1) {
        clear: left
    }

    .product-grid.related li:nth-child(4n) {
        margin-right: 0
    }

    /*    #nav {
        position: absolute;
        left: 300px;
        top: 41px;
        padding: 0;
        border: 0
    }*/
    /*    .nav-group-list li {
        width: 50%
    }

    .nav-group-list li:nth-child(2n+1) {
        clear: left
    }

    .nav-group-list li:nth-child(3n+1) {
        clear: none
    }*/
    .purchase-box .add-to-cart button {
        position: absolute;
        top: 25px;
        right: 0px;
        width: 220px;
    }

    .purchase-box .add-to-cart button.with-gift {
        top: 10px;
    }

    /* .nav-primary a.level0 {
        font-size: 0.75em !important;
        font-weight: bold;
        text-transform: uppercase;
        font-family: "Open sans";
    } */
    a.level0:hover {
        opacity: 0.8;
        transition: 0.2s cubic-bezier(0.25, 0.1, 0, 0.99);
    }

    /*    #nav .menu-wrapper {
        width: 600px;
        left: -20px
    }*/
    .product-header h1 {
        z-index: 3;
        display: table;
        position: absolute;
        right: 2.32558%;
        top: 30px;
        width: 450px;
        height: 260px;
        margin: 0;
        padding: 0;
        text-align: center
    }

    .product-header h1 span {
        display: table-cell;
        vertical-align: middle
    }

    .media-list {
        z-index: 3
    }

    .product-footer {
        padding: 30px 0 0
    }

    .product-description {
        width: 54.64481%;
        margin-left: 170px
    }

    .long-description {
        font-size: 20px
    }

    .product-secondary-box {
        position: absolute;
        left: 30px;
        top: 0;
        width: 128px
    }

    .product-social .label {
        display: none
    }

    .sidestep {
        padding-bottom: 60px
    }

    .sidestep-headline {
        margin: 0 0 65px;
        font-size: 60px;
        line-height: 1.1
    }

    .triad h2 {
        right: 20px;
        top: 15px;
        font-size: 24px
    }

    .our-story .hook {
        font-size: 36px
    }

    .where-to-buy-state-list h2 {
        float: left;
        width: 30%;
        margin-right: 5%
    }

    .where-to-buy-city-list {
        width: 30%
    }

    .where-to-buy-city-list+.where-to-buy-city-list {
        margin-left: 5%
    }

    .where-to-buy-city-list dt:first-child {
        margin-top: 0
    }

    .product-details-name {
        line-height: 41px;
    }

    .product-details-name>div {
        line-height: normal;
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (min-width: 1150px) {
    .home .fullscreen-offer #header div.container {
        width: 1150px;
    }

    .booking-slot div.btn-slot-selector .percent.hour {
        display: inline-block;
    }

    .category-list li {
        width: 340px;
        margin-right: 20px
    }

    .category-list li:nth-child(even) {
        margin-right: 20px
    }

    .category-list li:nth-child(3n) {
        margin-right: 0
    }

    .container {
        max-width: 1150px;
    }

    .filter-color li a {
        width: 44px;
        height: 44px
    }

    .filter-color a:before {
        width: 34px;
        height: 34px;
        -webkit-border-radius: 44px;
        -moz-border-radius: 44px;
        -ms-border-radius: 44px;
        -o-border-radius: 44px;
        border-radius: 44px
    }

    .no-touch .filter-color a:hover:before {
        left: 1px;
        top: 1px;
        width: 42px;
        height: 42px
    }
}

@media screen and (min-width: 1300px) {
    .container-large {
        max-width: 1300px;
        padding: 0;
    }

    .admin-edition .container-large {
        max-width: 1100px;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .cms-page-nav {
        display: inline-block;
        padding: 10px;
        border: 1px solid #e0e0e0;
        background: #f4f4f4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px
    }

    .skip-links {
        display: block;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
    }

    .header-address2 {
        display: block;
        overflow: hidden;
        position: absolute;
        top: 150px;
        right: 0;
        z-index: 9999;
        left: 0;
        text-align: center;
    }

    .header-address {
        display: block;
        overflow: hidden;
        position: absolute;
        text-align: right;
        top: 60px;
        right: 5px;
        z-index: 9999;
    }

    .header-address-desktop {
        display: none;
    }

    .header-address2-desktop {
        display: none;
    }

    .type2 {
        margin-bottom: 50px;
    }

    .skip-links li {
        float: left
    }

    .skip-links a {
        position: relative;
        display: inline-block;
        height: 51px;
        text-shadow: none;
        vertical-align: middle;
        width: 42px;
        padding: 18px 16px;
    }

    .no-touch .skip-links a:hover {
        background: transparent;
    }

    .skip-content {
        display: none
    }

    .skip-content.visible {
        display: block;
        margin-left: 15px;
        margin: 0px 15px;
    }

    .skip-content.visible a {
        letter-spacing: 1px;
        font-size: 14px;
    }

    .skip-content.active {
        display: block;
        padding: 15px;
        border-top: 1px solid #f0f0f0
    }

    .top-link-cart {
        display: none
    }

    .cart-menu:before {
        right: 119px
    }

    #header-account li {
        padding-right: 20px
    }

    #search-form #search {
        height: 36px;
        font-size: 16px
    }
}

@media screen and (max-width: 480px) {
    .header-search-2 #search-form #search {
        width: 350px !important;
    }

    .slot-title {
        display: none;
    }

    div.cart-price {
        display: inline-block;
    }

    .small-res-hide {
        display: none;
    }

    .header-type-2-close nav {
        display: none;
    }
}

@media screen and (max-width: 370px) {
    .mini-res-hide {
        display: none;
    }

    .flex-table td,
    .flex-table th {
        padding: 8px 3px;
    }

    /* .product-grid .product-image {
        float: left;
        width: 48%;
        margin-bottom: 0
    } */
    /*
        .product-grid .hr-image {
            float: left;
            width: 48%;
            margin-bottom: 0
        }
    */
}

@media screen and (max-width: 599px) {
    .purchase-box .price-box {
        position: relative;
        float: left;
        width: 35%
    }

    .purchase-box .regular-price:before {
        content: 'Prix';
        position: absolute;
        font-size: 13px;
        text-transform: uppercase
    }

    .purchase-box .regular-price .price {
        display: block;
        padding-top: 24px
    }
}

@media screen and (max-width: 479px) {
    .scaffold-form li {
        padding: 0 0 18px
    }

    .scaffold-form label:first-child {
        float: none;
        width: auto;
        padding: 0 0 8px 0
    }

    .scaffold-form .input-box {
        float: none;
        max-width: 100%
    }

    .table-scroll {
        position: relative;
        width: 100%;
        overflow-x: hidden;
        padding-right: 15px
    }

    .table-scroll:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 100%;
        background: #c8c8c8
    }

    .table-scroll:after {
        content: '';
        position: absolute;
        right: 3px;
        top: 9px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #fff;
        border-right: none
    }

    .table-scroll .table-scroll-wrapper {
        overflow-x: scroll
    }

    .table-scroll td {
        white-space: nowrap
    }

    .flex-table.linearize thead {
        display: none
    }

    .flex-table.linearize tbody tr.mobile th {
        color: #868686;
        border-bottom: none;
        box-shadow: none;
        font-weight: bold;
        line-height: 0;
        padding: 20px 9px;
        white-space: nowrap;
        background: #7979790d;
        text-transform: uppercase;
        font-size: 12px;
        border-right: 0px solid #e0e0e0;
        text-align: center;
    }

    .flex-table.linearize tr,
    .flex-table.linearize th,
    .flex-table.linearize td {
        display: block
    }

    .flex-table.linearize tbody tr {
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
    }

    .flex-table.linearize tbody tr:last-child {
        border-bottom: 0
    }

    .flex-table.linearize tbody tr td {
        padding: 0 10px 10px;
        border-right: 0;
        border-bottom: 0;
        text-align: center !important;
    }

    .flex-table.linearize tbody tr td:first-child {
        padding-top: 10px
    }

    .flex-table.linearize tbody tr td:before {
        content: attr(data-flexy-label);
        padding-right: 10px
    }

    .product-grid li {
        margin-bottom: 15px;
        width: 90%;
        margin: 20px auto !important;
        float: initial;
        display: block;
    }

    .product-grid li:last-child {
        margin-bottom: 40px
    }

    .cart-item-wrapper {
        padding-bottom: 10px;
        border-bottom: 1px solid #f0f0f0
    }

    .opc-login-grid .col-1 {
        margin-bottom: 30px
    }

    .wishlist-item-wrapper {
        padding-bottom: 10px;
        border-bottom: 1px solid #f0f0f0
    }

    #wishlist-table .remove-link {
        margin-left: 15px
    }

    #carousel div ul li {
        width: 120px !important;
    }

    .skip-links a {
        width: 38px;
        padding: 18px 12px;
    }

    #slider-after {
        width: 100% !important;
    }

    .slider-content-box {
        width: 100% !important;
    }
}

@media screen and (max-width: 400px) {
    #header-account li {
        display: block;
    }

    .cart-menu:before {
        right: 92px
    }
}

@media screen and (min-width: 599px) {
    .call-to-book {
        position: absolute;
        top: 10px;
        width: 100%;
        padding: 10px 14px;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
    }
}

@media screen and (max-width: 599px) {
    .call-to-book {
        margin-top: 10px;
        margin-right: 5px;
        width: 100%;
        text-align: center;
        padding: 10px 14px;
        font-size: 18px;
        font-weight: 300;
    }
}

td.serviceTable-title-pad {
    text-align: left;
    padding: 2px 4px;
    margin: 0;
    border: 1px solid rgb(241, 241, 241);
    ;
}

td.serviceTable-title {
    text-align: left;
    padding: 0 4px;
    margin: 0;
    border: 1px solid rgb(241, 241, 241);
    ;
}

/* import carousel from bootstrap 3 */
/*
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot');
    src: url('bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('bootstrap/3.3.2/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('bootstrap/3.3.2/fonts/glyphicons-halflings-regular.woff') format('woff'), url('bootstrap/3.3.2/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('bootstrap/3.3.2/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
*/
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.home-carousel .carousel-inner>.item {
    width: 100%;
    height: 100%;
}

.home-carousel .carousel-indicators {
    display: none;
}

.home-carousel {
    padding-bottom: 0;
    height: 100vh;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    overflow: hidden;
}

.home-carousel .carousel-control .glyphicon-chevron-left,
.home-carousel .carousel-control .glyphicon-chevron-right,
.home-carousel .carousel-control .icon-prev,
.home-carousel .carousel-control .icon-next {
    width: 40px;
    height: 40px;
    margin-top: -15px;
    font-size: 60px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
}

.home-carousel .carousel-inner {
    height: 100%;
}

.home-carousel>div {
    height: 100%;
}

.home-carousel .carousel-control.left {
    position: absolute;
    bottom: 60px;
    right: unset;
    top: 50%;
    left: 100px;
    width: 10px;
    height: 10px;
}

.home-carousel .carousel-control.right {
    position: absolute;
    bottom: 60px;
    right: 100px;
    top: 50%;
    left: unset;
    width: 10px;
    height: 10px;
}

.home-carousel .carousel-inner>.item>img {
    width: 100%;
    height: auto;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.4;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.carousel-offer .carousel-control {
    width: 41px;
}

.carousel-offer .carousel-control.right {
    right: -41px;
    background-image: none;
}

.carousel-offer .carousel-control.left {
    left: -41px;
    background-image: none;
}

.carousel-offer .carousel-control.right:hover {
    right: -41px;
    background-image: none;
}

.carousel-offer .carousel-control.left:hover {
    left: -41px;
    background-image: none;
}

.carousel-offer .carousel-inner {
    background: #ffffff;
}

.home-mobile .carousel-control {
    bottom: 63px;
}

.carousel-control.left {
    /*    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
}

.carousel-control.right {
    left: auto;
    right: 0;
    /*    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/
}

.carousel:hover .carousel-control,
.home .carousel-control {
    opacity: 0.9;
}

.carousel:hover .carousel-control:hover,
.carousel:hover .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    filter: alpha(opacity=90);
}

.carousel:hover .carousel-control:hover.right {
    background: none;
}

.carousel:hover .carousel-control:hover.left {
    background: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: -45px !important;
    left: 50%;
    z-index: 0;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    opacity: 1;
}

.home .carousel-indicators,
.home-mobile .carousel-indicators {
    bottom: inherit;
}

.carousel:hover .carousel-indicators {
    opacity: 1;
    background-color: transparent;
    border-radius: 20px;
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    text-indent: -999px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 10px;
}

.carousel-indicators .active {
    background-color: #BDBDBD;
    border: none;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

.cart-menu {
    padding: 0;
    border: none;
}

@media screen and (max-width: 768px) {
    #cart-checkout-methods .button {
        width: 70%;
        padding: 15px;
        margin: 0 auto;
        display: block;
    }

    .date-table-selector {
        text-align: center;
    }

    .hour.ng-binding:hover i.fa {
        color: black !important;
    }

    .header-links {
        display: none;
    }

    /* .skip-links {
        top: 30px;
    } */
    .account-hide {
        display: none !important;
    }

    .customer-account-links {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .customer-account-links svg {
        display: block;
        text-align: center;
        width: 100%;
    }

    .dashboard-block h2 {
        padding: 0;
        margin: 0;
        line-height: 0.8;
        min-height: 50px;
        text-align: center;
    }

    .customer-account-grid .form-list {
        position: relative;
        text-align: left;
        margin-left: 64px;
        margin-top: 20px;
    }

    .customer-account-grid .buttons-set {
        padding: 0 32px;
        text-align: center;
    }

    .customer-account-grid .block-title {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    #header-search-mobile {
        display: none !important;
    }

    #slider-after:after {
        display: block;
        position: absolute;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, #FFF 100%);
        height: 100%;
        width: 100%;
        content: '';
        z-index: 9999;
        top: 0;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

span.booking-icon-payed {
    background: #8ce18c;
    border: 1px solid white;
    color: #444444;
}

span.booking-icon-waiting {
    background: white;
    color: #FF8600;
}

span.booking-icon-advance {
    background: #a5c0ff;
    border: 1px solid white;
    color: #444444;
}

.control-group.error .help-inline {
    color: #b94a48;
}

.hour.ng-binding i.fa {
    color: #e5e5e5;
    transition: all 0.2s ease-in-out;
}

.hour.ng-binding:hover i.fa {
    color: black;
}

@media screen and (max-width: 550px) {
    .flex-table thead th {
        padding: 20px 0px;
        text-align: center;
    }
}

.categoriesView {
    padding: 0 !important;
}

.categoriesView .product-details {
    /* position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%); */
}

.categoriesView a {
    width: 100%;
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: 300;
    /* text-shadow: 1px 1px 8px black; */
    color: #313131 !important;
}

.categoriesView .fa-quote-left {
    display: none;
}

.wrap-scrolldownhoney .scrolldownhoney {
    border: 2px solid #fff;
    border-radius: 30px;
    height: 46px;
    margin: 0 auto 8px;
    text-align: center;
    width: 30px;
}

.wrap-scrolldownhoney .scrolldownhoney .scrolldownhoney-c1,
.wrap-scrolldownhoney .scrolldownhoney .scrolldownhoney-c2 {
    animation-duration: 1.5s;
    animation-name: scrolldownhoney;
    animation-iteration-count: infinite;
    fill: #fff;
}

.wrap-scrolldownhoney .scrolldownhoney-c2 {
    animation-delay: 0.75s;
}

@-moz-keyframes scrolldownhoney {
    0% {
        opacity: 0;
        transform: translate(0, -8px);
    }

    50% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        transform: translate(0, 8px);
    }
}

@-webkit-keyframes scrolldownhoney {
    0% {
        opacity: 0;
        transform: translate(0, -8px);
    }

    50% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        transform: translate(0, 8px);
    }
}

@-o-keyframes scrolldownhoney {
    0% {
        opacity: 0;
        transform: translate(0, -8px);
    }

    50% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        transform: translate(0, 8px);
    }
}

@keyframes scrolldownhoney {
    0% {
        opacity: 0;
        transform: translate(0, -8px);
    }

    50% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        transform: translate(0, 8px);
    }
}

.Imgset__background:after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #00000038 100%);
    height: 100%;
    width: 100%;
    content: '';
    z-index: 9999;
}

li.item.giftCardUpdate {
    box-shadow: none !important;
    background: none;
    position: relative;
    border: none;
    border-radius: 0;
    font-size: 18px;
    transform: translate(0, 0) !important;
}

.giftCardUpdate a {
    margin: 30px auto;
    padding: 0px;
    width: 250px;
    height: 160px;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 10px 15px rgba(0, 0, 0, 0.07);
    transition: 0.3s ease-in-out;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f9f9f9;
}

.giftCardUpdate a:hover {
    box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px !important;
    transform: translate(0, -4px);
    z-index: 9999;
}

.giftCardUpdate .gift_t {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0.85);
}

.giftCardUpdate .gift_d {
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    color: black;
    font-size: 18px;
    font-weight: 100;
    border-radius: 0 0 5px 5px;
    background: rgba(255, 255, 255, 0.85);
}

.ul-type-2 a {
    padding: 0 !important;
}

.ul-type-2 i {
    padding: 15px 18px;
}

.header-search-2 {
    right: 15px !important;
    animation-name: fade-in;
    animation-duration: 0.3s;
    /* or: Xms */
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

.header-search-2 i {
    display: none;
}

.header-search-2 #search-form #search {
    width: 300px;
    border-bottom: 1px solid black;
    border-radius: 0;
}

.shipping-box {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    background: white;
}

.shipping-box h3 {
    color: #868686;
    border-bottom: none;
    box-shadow: none;
    font-weight: bold;
    line-height: 0;
    padding: 25px 20px;
    white-space: nowrap;
    background: #7979790d;
    text-transform: uppercase;
    font-size: 14px;
    border-right: 0px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
}

.shipping-box div {
    padding: 5px 20px;
    border-bottom: 1px solid white;
}

.shipping-box button {
    background: #D33B7F;
    color: #FFF;
    white-space: nowrap;
    position: initial;
    padding: 0px 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    box-shadow: none;
    margin: 20px;
}

.grid.cart-grid {
    padding: 15px;
}

.bg-white {
    background: white;
    padding: 15px;
}

.skip-links {
    background: rgba(255, 255, 255, 0.8);
}

.skip-links a {
    color: black !important;
}

.header.type2 #header-menu li a {
    color: black !important;
}

.ul-type-2 i {
    text-shadow: none;
}

.paiementButton {
    padding: 7px;
    width: 100%;
    margin: 10px 5px;
    text-align: center;
    font-size: 13px;
}

.billing-methods .buttons-set .retourpanier {
    padding: 7px;
    margin: 10px 5px;
    text-align: center;
    font-size: 13px;
    display: block;
    border: 1px solid #8E8E8E;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    background: white;
    color: #8E8E8E;
    width: 50%;
}

@media screen and (max-width: 400px) {
    .flexChanger {
        flex-direction: column !important;
    }

    .billing-methods .buttons-set .retourpanier {
        width: 100%;
    }
}

#search-form .fa-search {
    font-size: 15px;
}

#header-cart {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    #search-form #search {
        background: rgba(255, 255, 255, 0.7);
    }
}

#logo>div.logo-container h1 {
    padding: 0;
}

.checkbox--round {
    position: relative;
    display: flex;
    align-items: center;
}

.checkbox--round label {
    /*transition: background 0.3s cubic-bezier(0.25, 0.1, 0, 1);*/
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

.checkbox--round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.checkbox--round input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.checkbox--round input[type="checkbox"]:checked+label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.checkbox--round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.checkbox--round span {
    margin-left: 8px;
}

.boxArticle {
    padding: 16px;
    margin: 16px;
    background: white;
    border-bottom: 1px solid lightgray;
}

.boxArticle ul li {
    padding: 30px 0 8px 0;
}

.boxArticle ul li p:first-child {
    padding-bottom: 8px;
    font-weight: bold;
}

.boxArticle ul li p:not(:first-child) {
    margin-bottom: 0cm;
    background: #fafafa;
    padding: 6px 24px;
    border-radius: 5px;
    font-weight: 300;
}

.headRating {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.globalRating {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background: #F8F8F8;
    padding: 9px 38px;
    min-height: 140px;
    border-radius: 3px;
}

.globalRating_rate {
    font-size: 35px;
    font-weight: bold;
}

.globalStats {
    width: 200px;
    background: black;
}

.commentBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
}

.commentBox-left {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-self: center;
    padding: 0 15px;
}

.commentBox input {
    background: #F8F8F8;
    border: 0;
    box-shadow: none;
    color: #797979;
    border-radius: 3px;
    height: 30px;
}

.commentBox textarea {
    background: #F8F8F8;
    border: 0;
    box-shadow: none;
    color: #797979;
    border-radius: 3px;
    width: 415px;
    height: 80px;
    resize: none;
    min-height: 75px;
    min-width: 270px;
    padding-right: 65px;
}

.commentBox_rate {
    margin-bottom: 15px;
}

.commentBox-left button {
    border: 1px solid #E0E0E0;
    background: #F8F8F8;
    padding: 10px 50px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #797979;
    outline: none !important;
    cursor: pointer;
}

.btn-login {
    border: 1px solid #E0E0E0;
    background: #F8F8F8;
    padding: 10px 50px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #797979;
    outline: none !important;
    cursor: pointer;
}

.commentBox-right {
    display: flex;
    flex-direction: column;
    position: relative;
}

.commentBox-right .btn-visualisation {
    border: 0;
    background: #797979;
    padding: 5px 15px;
    border-radius: 3px;
    width: min-content;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    text-shadow: none;
    align-self: flex-end;
    font-weight: bold;
    position: absolute;
    right: 10px;
    outline: none !important;
    cursor: pointer;
}

.commentBox-right .btn-send {
    border: 0;
    background: #797979;
    padding: 5px 15px;
    border-radius: 3px;
    width: min-content;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    text-shadow: none;
    align-self: flex-end;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 10px;
    outline: none !important;
    cursor: pointer;
}

.commentUser-title {
    background: transparent;
    border: 0;
    color: black;
    padding-bottom: 8px;
    width: 100%;
}

.commentUser-noPics {
    width: 89px;
    min-width: 89px;
    height: 89px;
    background-color: #263238;
    border-radius: 50%;
    font-size: 55px;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
}

.commentUser-content {
    background: #f0f0f0;
    border: 0;
    color: black;
    padding: 8px;
    width: 100%;
    font-weight: 400;
    border-radius: 3px;
    resize: vertical;
}

.commentSelect {
    box-shadow: 0px 1px #f8f8f8;
    text-align: right;
}

.commentSelect span {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}

.commentSelect select {
    width: auto;
    border: none;
    background: none;
    font-weight: 300;
    font-family: "Open Sans";
    font-size: 12px;
    margin: 0;
    outline: none !important;
}

.commentUser {
    display: flex;
    justify-content: flex-start;
    box-shadow: 0px 1px #f8f8f8;
    position: relative;
}

.commentUser-left {
    align-self: start;
    display: flex;
    flex-direction: row;
    padding: 35px 30px;
}

.commentUser-error {
    color: #b94a48;
}

.commentUser-left .infoUser {
    display: flex;
    flex-direction: column;
    padding: 0px 16px;
    justify-content: space-evenly;
}

.commentUser-left .infoUser .name {
    font-size: 14px;
    font-weight: bold;
}

.commentUser-left .infoUser .date {
    font-size: 12px;
    font-weight: 300;
}

.commentUser-left .infoUser .date {
    font-size: 12px;
    font-weight: 300;
}

.commentUser-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: auto;
}

.commentUser-right_box {
    background: #F8F8F8;
    padding: 20px 25px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.commentUser-right_box h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.commentUser-right_box p {
    font-size: 14px;
    color: #707070;
}

.roundedImage {
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    min-width: 89px;
    width: 90px;
    height: 90px;
    background-size: 90px 0px;
}

.star-y {
    color: #FFD800 !important;
}

.fa-star {
    color: #F0F0F0;
}

.waitingModeration {
    opacity: 0.6;
}

.commentTitle {
    width: auto !important;
    margin-bottom: 10px;
}

.commentUserButton {
    display: inline-block;
    border: 1px solid #797979;
    background: white;
    padding: 5px 15px;
    border-radius: 3px;
    width: unset;
    color: #797979;
    text-transform: uppercase;
    font-size: 10px;
    text-shadow: none;
    display: inline-block;
    align-self: flex-end;
    font-weight: bold;
    position: absolute;
    right: 20px;
    outline: none !important;
    cursor: pointer;
}

.commentUserPublish {
    color: #ffffff;
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    display: inline-block;
    border: 1px solid #797979;
    padding: 5px 15px;
    border: none;
    border-radius: 3px;
    width: unset;
    text-transform: uppercase;
    font-size: 10px;
    text-shadow: none;
    align-self: flex-end;
    font-weight: bold;
    position: absolute;
    right: 20px;
    outline: none !important;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .commentUser {
        flex-wrap: wrap;
        justify-content: center;
    }

    .commentUser-right {
        width: -webkit-fill-available;
    }

    .commentUser-left {
        padding: 24px 16px;
    }
}

@media screen and (max-width: 479px) {
    #nav-mobile .menu {
        min-height: auto;
        box-shadow: none;
        border: 0;
    }

    .nav-group-list .info {
        padding: 5% 0 !important;
    }

    #nav-mobile .menu-wrapper {
        height: -webkit-fill-available;
        background: white;
        position: absolute;
    }
}

.all-square .product-grid li {
    width: 300px;
    margin: 20px auto !important;
}

.all-square .product-grid .product-image {
    height: 300px;
}

.all-rect .product-grid li {
    width: 300px;
    margin: 20px auto !important;
}

.all-rect .product-grid .product-image {
    height: 200px;
}

.intl-tel-input .flag-dropdown {
    max-height: 28px !important;
}
