#non-fixed-header .search-box input:focus,
#non-fixed-header .search-box input:-moz-focusring{
    /*outline-color: #C0A172;*/
    outline: 1px solid #C0A172;
}

.descriptive-amount{
    position:absolute;
    right:-999999999px;
    /*top:-99999999999px;*/
    top: 0;
    font-size: 10px;
}

.descriptive-amount:focus{
    position:absolute;
    right:0px;
    top:34px;
    width: 100px;
}


.skiplink:focus {
    position: absolute;
    top: 0;
    left: 80px;
    border: 1px solid #C0A172;
}

.skiplink{
    position: absolute;
    top: -9000px;
    left: -9000px;
    margin: 0.2em;
    padding: 0.5em;
    background-color: white;
    color: #C0A172;
    padding: auto 0.2em;
}

.fa-angle-up:focus {
    outline: auto;
}

a {
    color: #C0A172;
    transition: color 250ms linear 0s;
}

a:hover,
a:focus,
a:active {
    color: #7b643e
}

a, a:focus, a:hover, a:active {
    /*outline: 0;*/
    /*text-decoration: none !important*/
    outline-color: #C0A172;
}

a:active {
    /*outline: 0;*/
    /*text-decoration: none;*/
    outline-color: #C0A172;
}


.btn:focus {
    /*outline: 0 !important;*/
    border:2px solid black;
    color:white;
}

input:focus {
    outline: 0 !important;
    border:2px solid black;
}

textarea {
    resize: none;
}

.ui-autocomplete {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ui-autocomplete {
    max-width: 300px;
}

.ui-helper-hidden-accessible {
    display: none;
}

@font-face {
    font-family: 'Gotham-Book';
    font-display: swap;
    src:url('../fonts/woff2/Gotham-Book_Web.woff2') format('woff2'),
    url('../fonts/woff/Gotham-Book_Web.woff') format('woff');
    /*src: url('../fonts/Gotham-Book.eot');*/
    /*src: url('../fonts/Gotham-Book.eot?') format('eot'),*/
    /*url('../fonts/Gotham-Book.woff') format('woff'),*/
    /*url('../fonts/Gotham-Book.ttf') format('truetype'),*/
    /*url('../fonts/Gotham-Book.svg') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    font-display: swap;
    src:url('../fonts/woff2/Gotham-Light_Web.woff2') format('woff2'),
    url('../fonts/woff/Gotham-Light_Web.woff') format('woff');
    /*src: url('../fonts/Gotham-Light.eot');*/
    /*src: url('../fonts/Gotham-Light.eot?') format('eot'),*/
    /*url('../fonts/Gotham-Light.woff') format('woff'),*/
    /*url('../fonts/Gotham-Light.ttf') format('truetype'),*/
    /*url('../fonts/Gotham-Light.svg') format('svg');*/
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    font-display: swap;
    src:url('../fonts/woff2/Gotham-Medium_Web.woff2') format('woff2'),
    url('../fonts/woff/Gotham-Medium_Web.woff') format('woff');
    /*src: url('../fonts/Gotham-Medium.eot');*/
    /*src: url('../fonts/Gotham-Medium.eot?') format('eot'),*/
    /*url('../fonts/Gotham-Medium.woff') format('woff'),*/
    /*url('../fonts/Gotham-Medium.ttf') format('truetype'),*/
    /*url('../fonts/Gotham-Medium.svg') format('svg');*/
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'Gotham-Book';
    overflow-x: hidden;
}



.container-fluid {
    padding: 0;
}

.no-margin {
    margin: 0px !important;
}

@media (min-width: 1400px) {
    .container {
        width: 1370px !important;
    }
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.page-overlay-light {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    display: none;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10000;
}

.page-overlay-dark {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000000;
}

.highlight-bar {
    background-color: #fff;
    color: #C0A172;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    padding: 2px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #C0A172;
    visibility: hidden;
}

.navbar-fixed-top .highlight-bar{
    display: none;
}

/* ----- Header ----- */

header {
    color: #999;
    float: left;
    width: 100%;
    padding: 0px;
    text-align: right;
    text-transform: uppercase;
}

/* ----- Header First Row ----- */

header .left-block {
    padding: 10px 0px 5px;
}

header .left-block a {
    color: #999;
}

header .header-first-row {
    font-size: 10px;
}

header .right-block {
    padding: 4px 0px 0px;
}

header .header-first-row .right-block > a {
    color: #999;
    padding: 0px 10px;
    display: inline-block;
    position:relative;
}

header .header-first-row .right-block > a:hover,
header .header-first-row .change-language:hover {
    color: #333;
}

header .header-first-row .language-selected {
    padding-left: 10px;
    line-height: 21px;
    color: #000;
}

header .header-first-row .navbar-bag {
    display: inline-block;
}

header .right-block .shopping-bag-trigger {
    color: #c0a172;
    font-size: 20px;
    text-decoration: none !important;
}

header .right-block .shopping-bag-trigger i {
    vertical-align: middle;
    color: #c0a172;
}

header .right-block .shopping-bag-trigger .badge  {
    background-color: #c0a172;
    border-radius: 50%;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    font-size: 11px;
    margin-left: 5px;
    vertical-align: middle;
    min-width: 24px;
}

header .right-block .shopping-bag-trigger:hover {
    color: #c0a172;
}

/* ----- Search box ----- */

#non-fixed-header .search-box,
#fixed-header .search-box {
    display: inline-block;
    position: relative;
}

#fixed-header .search-box {
    margin-top: 14px;
}

#non-fixed-header .search-box input,
#fixed-header .search-box input {
    color: #333;
    background: #f6f6f6 none repeat scroll 0 0;
    border: none;
    height: 32px;
    width: 32px;
    margin: -1px 5px 0px 0px;
    padding: 0px 10px;
    font-size: 11px;
    position: absolute;
    right: 27px;
    top: 0px;
}

#non-fixed-header .search-box i,
#fixed-header .search-box i {
    font-size: 16px;
    cursor: pointer;
}

#non-fixed-header .search-box .ion-ios-search,
#fixed-header .search-box .ion-ios-search {
    position: relative;
    right: 30px;
    top: 2px;
}

#non-fixed-header .search-box .ion-android-close,
#fixed-header .search-box .ion-android-close {
    position: relative;
    right: 15px;
    top: 2px;
}

/* ----- Boxes ----- */

#non-fixed-header div.cart-box,
#non-fixed-header div.account-box {
    display: none;
    /*display: block;*/
    background-color: #fff;
    border: 1px solid #eee;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
    position: absolute;
    right: 10px;
    width: 350px;
    z-index: 999999;
    margin-top: 5px;
}

/* ----- My account Box ----- */

#non-fixed-header .account-box {
    padding: 20px;
}

#non-fixed-header .account-box ul {
    color: #333;
    list-style: square;
    margin: 0 0 0 20px;
    padding: 0;
}

#non-fixed-header .account-box li {
    line-height: 150%;
}

/* ----- Shopping bag box ----- */

#non-fixed-header div.cart-box .cart-row {
    float: left;
    clear: both;
    border-bottom: 1px solid #EFEFEF;
    background: #fff;
    width: 100%;
}

#non-fixed-header div.cart-box .cart-info {
    width: 25%;
    float: left;
}

#non-fixed-header div.cart-box a img {
    float: left;
    width: 25%;
    max-width: 100px;
    max-height: 100px;
}

#non-fixed-header div.cart-box .cart-info {
    float: left;
    width: 70%;
}

#non-fixed-header div.cart-box h3 {
    margin: 0;
    padding: 15px 5px 0 5px;
    font-size: 11px;
    text-transform: uppercase;
}

#non-fixed-header div.cart-box p {
    margin: 0;
    padding: 0 5px 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    line-height: 100%;
}

#non-fixed-header div.cart-box p.subtotal {
    clear: both;
    float: left;
    width: 100%;
    padding: 5px;
    text-align: center;
    display: block;
    background: #fff;
    color: #2a2a2a;
    padding: 10px;
    border-bottom: none;
}

#non-fixed-header div.cart-box p span {
    color: #999;
}

#non-fixed-header div.cart-box .go2checkout {
    background: none repeat scroll 0 0 #f6f6f6;
    float: left;
    padding-top: 20px;
    width: 100%;
}

#non-fixed-header div.cart-box .go2checkout a {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #333;
    clear: both;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0 5% 5% 5%;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 250ms linear 0s;
    width: 90%;
}

#non-fixed-header div.cart-box .go2checkout a:hover {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
}

#non-fixed-header div.cart-box .cart-empty {
    background: none repeat scroll 0 0 #fff;
    clear: both;
    color: #333;
    display: block;
    float: left;
    padding: 20px;
    text-align: center;
    width: 100%;
    line-height: 200%;
}

#non-fixed-header div.cart-box .disabled-checkout a {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #ddd;
    clear: both;
    color: #fff;
    cursor: default !important;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0 5% 5%;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
}

#non-fixed-header div.cart-box .disabled-checkout a:hover {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #ddd;
    color: #fff;
}

/* ----- Header Logo ----- */

#non-fixed-header .header-logo{
    /*position: absolute;*/
    /*right: 0;*/
    /*left: 0;*/
    /*top: 35px;*/
    padding-top: 10px;
}

#non-fixed-header .header-logo img {
    margin: 0 auto;
    /*max-width: 220px;*/
    max-width: 130px;
    /*padding: 5px 0px 10px;*/
    padding: 0;
}

#non-fixed-header .header-logo h1 {
    font-size: 0;
    margin: 0;
    padding: 0;
}

#anniversary-logo{
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: 1000;
    width: 130px;
}

#fixed-header .navbar-logo {
    left: 20px;
    position: absolute;
    top: 15px;
    width: 130px;
    z-index: 900;
}

/* ----- Navbar - Pilars ----- */

#navbar {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    width: 100%;
    float: left;
    /*padding: 10px 0 3px 0;*/
    padding: 5px 0 3px 0;
    border-bottom: 1px solid #ccc;
}

#navbar ul.list-inline {
    list-style: none;
    position: relative;
    display: block;
    width: 100%;
    z-index: 500;
    margin-bottom: 0;
    margin-left: 0px;
}

#navbar ul.list-inline > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

#navbar ul.list-inline > li > a {
    display: block;
    padding: 15px;
    margin: 0px 30px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}

#navbar ul.list-inline > li > a:after{
    display:block;
    content: '';
    border-bottom: solid 3px #000000;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

#navbar ul.list-inline > li > a:hover:after {
    transform: scaleX(1);
}

#navbar ul.list-inline > li > a.active {
    color: #000;
    border-bottom: 3px solid #000 !important;
    padding-bottom: 9px;
}

/*#navbar ul.list-inline > li > a:hover {*/
/*    border-bottom: 3px solid #000;*/
/*    padding-bottom: 9px;*/
/*}*/

#navbar ul.list-inline > li > a.nav-highlight {
    color: #c0a172;
}

/*#navbar ul.list-inline > li > a.nav-highlight:hover {*/
/*    border-bottom: 3px solid #c0a172;*/
/*}*/

#navbar ul.list-inline > li > a.nav-highlight:after{
    display:block;
    content: '';
    border-bottom: solid 3px #c0a172;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

#navbar ul.list-inline > li > a.nav-highlight:hover:after {
    transform: scaleX(1);
}

#navbar .dropdown {
    padding-bottom: 8px;
}

#navbar .dropdown-menu {
    margin-top: 3px;
    box-shadow: none;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 1) url('../img/logo-hirondelles-dropdown.png') no-repeat scroll 0 0;
    background-position: left bottom;
    height: 446px;
    z-index: 99999999;
}

#navbar .dropdown-menu > li {
    display: table-cell;
}

#navbar .dropdown-menu li {
    display: block;
    float: none !important;
    width: 100% !important;
    font-size: 13px;
}

#navbar .dropdown-menu li a {
    color: #333;
    display: inline-block;
    font-size: 11px;
    height: 150px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#navbar .dropdown-menu .dropdown-col {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 5px 10px;
}

#navbar .dropdown-menu .dropdown-col li {
    margin-top: 2px;
}

#navbar .dropdown-menu .dropdown-col li:last-child {
    margin-bottom: 30px;
}

#navbar .dropdown-menu .dropdown-col ul:last-child li:last-child {
    margin-bottom: 0px;
}

#navbar .dropdown-menu .dropdown-col li.heading {
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 11px;
    padding-bottom: 2px;
    text-align: left;
}

#navbar .dropdown-menu .dropdown-col li.heading,
#navbar .dropdown-menu .dropdown-col li.heading a,
#navbar .dropdown-menu .dropdown-col li.heading a:hover {
    color: #333;
}

#navbar .dropdown-menu li a {
    color: #999;
    display: inline-block;
    font-size: 11px;
    height: auto;
    padding-top: 0px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

#navbar .dropdown-menu li a:hover {
    color: #333;
    /*text-decoration: none;*/
    border-bottom: none;
    padding: 0px;
}

#navbar .dropdown-menu li.explore a {
    color: #c0a172;
    font-style: italic;
}

#navbar .dropdown-menu li.explore a:hover {
    color: #c0a172;
    text-decoration: underline !important;
    border-bottom: none;
    padding: 0px;
}

#navbar .dropdown-menu li.separation hr {
    margin: 10px 0px;
}

#navbar .dropdown-menu .dropdown-banner-wrapper {
    padding: 40px 50px;
    background-color: #f6f6f6;
}

#navbar .dropdown-menu .dropdown-banner-wrapper ul {
    padding: 0px;
}

#navbar .dropdown-menu .dropdown-banner-wrapper li.banner {
    margin-bottom: 15px;
}

#navbar .dropdown-menu .dropdown-banner-wrapper li.banner:first-child {

}

#navbar .dropdown-menu .dropdown-banner-wrapper a {
    text-align: left;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#navbar .dropdown-menu .dropdown-banner-wrapper a:hover {
    color: #333;
}

#navbar .dropdown-menu .dropdown-banner-wrapper li.banner.portrait-banners {
    margin-top: 0px;
    margin-bottom: 0px;
}

#navbar .dropdown-menu .dropdown-banner-wrapper li.banner.portrait-banners a {
    float: left !important;
    width: auto !important;
}

#navbar .dropdown-menu .dropdown-banner-wrapper li.banner.portrait-banners a:first-child {
    margin-right: 20px;
}

/* Fixed header */

#fixed-header {
    height: 70px;
}

#fixed-header #navbar {
    padding: 0px;
}

#fixed-header #navbar .dropdown .dropdown-menu {
    margin-top: -4px;
}

#fixed-header .navbar-default {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12);

}

#fixed-header .navbar-header .navbar-brand {
    width: 160px;
    margin-left: 0px;
    padding-left: 25px;
    height: 58px;
}

#fixed-header .navbar-header h1 {
    display: none;
}

#fixed-header #navbar ul.list-inline > li {
    padding: 0px;
}

#fixed-header #navbar ul.list-inline > li > a,
#fixed-header #navbar ul.list-inline > li > a:hover {
    line-height: 58px;
    padding: 0px;
    border-bottom: none;
}

#fixed-header #navbar ul.list-inline.navbar-right > li > a {
    color: #999;
    line-height: 54px;
    margin: 0px 20px 0px 0px;
}

#fixed-header #navbar ul.list-inline.navbar-right > li > a > i {
    font-size: 20px;
    vertical-align: middle;
}

#fixed-header #navbar ul.list-inline.navbar-right > li > a:hover {
    border-bottom: none;
    color: #333;
}

#fixed-header #navbar {
    float: none;
    position: relative;
}

#fixed-header #navbar #nav {
    width: auto;
}

#fixed-header .navbar {
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    z-index: 99999;
}

#fixed-header #navbar #nav > ul {
    width: auto;
}

#fixed-header #navbar .navbar-right {
    position: absolute;
    width: auto;
    right: 0px;
    top: 1px;
    margin: 0px;
}

#fixed-header .search-group {
    display: block;
    position: absolute;
    right: 0;
    margin-top: -8px;
    margin-right: 15px;
}

#fixed-header .search-group input {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #fff;
    height: 34px;
    margin-right: 15px;
    width: 32px;
    padding: 0px 10px;
}

#fixed-header .search-group i {
    font-size: 16px;
    cursor: pointer;
}

#fixed-header .search-group .ion-ios-search {
    position: absolute;
    top: 10px;
    right: 25px;
}

#fixed-header .search-group .ion-android-close {
    position: absolute;
    right: 0;
    top: 10px;
}

#fixed-header #navbar ul.list-inline.navbar-right .ion-bag {
    color: #c0a172;
}

#fixed-header #navbar ul.list-inline.navbar-right .badge  {
    background-color: #c0a172;
    border-radius: 50%;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    margin-left: 7px;
    min-width: 24px;
    vertical-align: middle;
}

/* Mobile menu */

.mn-menu {
    display: none;
    margin-bottom: 0px;
}

.mn-menu,
.mn-submenu {
    list-style-type: none;
    padding-left: 0px;
    position: absolute;
    z-index: 99999;
    width: 100%;
}

.mn-menu li,
.mn-submenu li {
    position: relative;
    padding: 15px 0px 15px 15px;
    border-bottom: 1px solid #efefef;
    background-color: rgba(255, 255, 255, 1);
}

.mn-menu li a {
    color: #333;
}

.mn-menu li a.highlight {
    color: #c0a172;
}

.mn-submenu {
    display: none;
}

.mn-menu.mn-menu-open > li > a {
    display: none;
}

.mn-menu.mn-menu-open > li:not(.mn-menu-child-open) {
    display: none;
}

.mn-menu-child-open {
    padding: 0 !important;
}

.mn-submenu.active {
    display: block !important;
    position: absolute;
}

.mn-menu.mn-open .mn-submenu.active li {
    display: block !important;
}

.mn-menu li > a:not(:only-child)::after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 20px;
}

.mn-menu li.mn-back a {
    color: #999;
    padding-left: 25px;
}

.mn-menu li.mn-back::before {
    content: '\f104';
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 50px;
    position: absolute;
    font-size: 20px;
    top: 0;
}

/* non-fixed-mobile-header */

header #non-fixed-mobile-header .header-first-row {
    border-bottom: 1px solid #efefef;
    font-size: 10px;
    padding: 5px 15px;
}

header #non-fixed-mobile-header .header-first-row .table-row {
    display: table;
    width: 100%;
}

header #non-fixed-mobile-header .header-first-row .left-block {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    padding: 0px;
}

header #non-fixed-mobile-header .header-first-row .language-selected {
    padding-left: 0px;
}

header #non-fixed-mobile-header .header-first-row .right-block {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    font-size: 20px;
    padding: 0px;
}

header #non-fixed-mobile-header .header-first-row .right-block > a {
    padding: 0px 0px 0px 10px;
}

header #non-fixed-mobile-header .header-first-row .right-block .shopping-bag-trigger i,
header #non-fixed-mobile-header .header-first-row .right-block .shopping-bag-trigger .badge,
header #fixed-mobile-header .header-first-row .right-block .shopping-bag-trigger .badge {
    margin-top: -4px;
}

header #non-fixed-mobile-header .header-logo-mobile {
    text-align: left;
    border-bottom: 1px solid #ccc;
    position: relative;
}

header #non-fixed-mobile-header .header-logo-mobile .left-cell {
    position: absolute;
    top: 5px;
}

header #non-fixed-mobile-header .header-logo-mobile .right-cell {
    width: 75%;
    margin: 0px auto;
}

header #non-fixed-mobile-header .right-block a {
    font-size: 20px;
}

header #non-fixed-mobile-header .header-logo-mobile img {
    padding: 0px;
    margin: 15px auto;
    width: 175px;
}

header #non-fixed-mobile-header .header-logo-mobile .mobile-menu-trigger {
    font-size: 40px;
    color: #999;
    display: inline-block;
}

/* fixed-mobile-header */

header #fixed-mobile-header {
    position: fixed;
    top: 0px;
    z-index: 999999;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12);
}

header #fixed-mobile-header .left-block {
    position: absolute;
    left: 15px;
    padding: 0;
    z-index: 99999;
    width: 50px;
}

header #fixed-mobile-header .right-block {
    position: fixed;
    right: 15px;
    padding: 0;
    display: table;
    height: 47px;
}

header #fixed-mobile-header .right-block div {
    display: table-cell;
    vertical-align: middle;
}

header #fixed-mobile-header .header-first-row {
    border-bottom: none;
}

header #fixed-mobile-header img {
    max-width: 100px;
    padding: 10px 0px;
    margin: 0 auto;
    max-width: 120px;
}

header #fixed-mobile-header .right-block a {
    color: #999;
    padding-right: 20px;
    font-size: 20px;
}

header #fixed-mobile-header a.shopping-bag-trigger {
    padding-right: 0px;
}

header #fixed-mobile-header a.shopping-bag-trigger i {
    vertical-align: unset;
}

header #fixed-mobile-header .mobile-menu-trigger {
    font-size: 34px;
}

.bx-wrapper img {
    margin: auto;
}

@media only screen and (max-width : 1340px) {

    #navbar .dropdown-menu .dropdown-col ul,
    #navbar .dropdown-menu .dropdown-banner-wrapper {
        padding-left: 30px;
        padding-right: 20px;
    }

}

@media only screen and (min-width: 1023px) {

    #navbar .dropdown {
        padding-bottom: 8px;
    }
    #navbar li a {
        margin-bottom: 0px;
    }
    #navbar li a:hover {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1279px){

    #navbar .dropdown {
        padding-bottom: 3px;
    }
}

@media only screen and (max-width : 1023px) {

    #navbar .dropdown {
        padding-bottom: 5px;
    }
    #navbar li a {
        margin-bottom: 0px;
    }
    #navbar li a:hover {
        margin-bottom: 0px;
    }

    #navbar .dropdown-menu .dropdown-col ul li,
    #navbar .dropdown-menu .dropdown-col ul li a {
        margin-top: 0px !important;
    }

    #navbar .dropdown-menu .dropdown-col ul li {
        padding: 2px 0px
    }

    #navbar .dropdown-menu .dropdown-banner-wrapper a {
        margin-top: 0px !important;
    }

    #navbar .dropdown-menu .dropdown-banner-wrapper .banner {
        margin-bottom: 5px;
        padding: 0px;
    }
}

@media only screen and (max-width : 1070px) {

    #fixed-header #navbar .navbar-center {
        margin-left: 0px;
    }

    #fixed-header #navbar ul.list-inline > li > a {
        margin: 0px 10px;
    }

    #anniversary-logo{
        width: 115px;
        left: 10px;
    }
}

/* Tablet */

@media only screen and (max-width : 992px) {

    .give-away .section-left {
        padding-right: 15px !important;
        margin-bottom: 15px !important;
    }

    .give-away .section-right {
        padding-left: 15px !important;
    }

    #navbar .dropdown-menu {
        background: #fff !important;
        padding-bottom: 10px;
    }

    #navbar .dropdown-menu .dropdown-col {
        clear: both;
        margin-top: 10px;
    }

    #navbar .dropdown-menu .dropdown-col.hidden-md {
        display: none;
    }

    #navbar .dropdown-menu ul {
        width: 50%;
    }

    #navbar .dropdown-menu .dropdown-col ul:last-child li:last-child,
    #navbar .dropdown-menu .dropdown-col ul li:last-child  {
        margin-bottom: 5px;
    }

    #navbar .dropdown-menu .dropdown-banner-wrapper {
        display: none;
    }

    #navbar .dropdown-menu .discover-small-devices {
        display: block;
    }

    footer .footer-payment-methods img {
        margin-right: auto;
        margin-left: auto;
    }

    footer .footer-logos ul li{
        display: block;
        position: relative;
        height: 60px;
    }

    footer .footer-logos a{
        float: none !important;
        text-align: left;
        left: 0 !important;
        right: 0 !important;
        position: absolute;
        max-width: 280px;
    }

}

/* Mobile */

@media only screen and (max-width : 768px) {

    header .non-fixed-header .header-first-row {
        border-bottom: 1px solid #efefef;
    }

    header .non-fixed-header .header-first-row .right-block > a:last-child {
        padding-right: 0px;
    }

    header .non-fixed-header .left-block {
        padding: 5px 0px;
    }

    header .non-fixed-header .right-block {
        padding: 0px;
    }

    header .non-fixed-header .right-block .visible-xs {
        display: inline-block !important;
    }

    header .header-first-row {
        padding: 0px 5px;
    }

    header .right-block .shopping-bag-trigger,
    header .right-block .visible-xs i {
        font-size: 20px;
    }

    header .right-block .shopping-bag-trigger i {
        vertical-align: inherit;
    }

    header .right-block .shopping-bag-trigger .badge {
        margin-top: -2px;
    }

    header div.cart-box {
        margin-top: 2px;
        right: 0px;
    }
}

/* ----- Breadcrumbs ----- */

.breadcrumbs {
    border-bottom: 1px solid #ccc;
    background: #f6f6f6;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}

.breadcrumbs h3,
.breadcrumbs p {
    font-size: 10px;
    margin-top: 10px;
}

.breadcrumbs a {
    padding: 0 40px 0 20px;
    color: #666;
    background: url(../img/right.png) center right no-repeat;
    background-size: 16px 16px;
}

.breadcrumbs a:last-child {
    margin-right: 30px;
}

/* ----- Main ----- */

#main {
    float: left;
    width: 100%;
    min-height: 550px;
}

/* ----- Footer ----- */

footer {
    background-color: #000;
    color: #fff;
    width: 100%;
    bottom: 0;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active {
    color: #fff;
}

footer .separation-section hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333;
    width: 100%;
}

footer .extra-padding {
    padding: 0px 25px;
}

footer .extra-padding:first-child {
    padding-left: 15px;
}

footer .newsletter-section,
footer .social-section {
    padding: 30px 0px;
}

footer .newsletter-section {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
}

footer .newsletter-response {
    background: #ccc;
    margin-bottom: 10px;
    padding: 10px 18px;
    display: none;
    color: #333;
}

footer .newsletter-section h3,
footer .social-section h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer .newsletter-section input.form-control:focus {
    border-color: #f6f6f6;
}

footer .newsletter-section a.button,
footer .footer-contact a.button,
footer .change-location-section a.button {
    border: 1px solid #ccc;
    background: none;
    border-radius: 0px;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    width: auto;
    padding: 0px 20px;
    transition: background-color 250ms linear 0s;
}

footer .newsletter-section a.button {
    margin-right: 7px;
    font-size: 12px;
}

footer .newsletter-section a.button:hover,
footer .footer-contact a.button:hover,
footer .change-location-section a.button:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}

footer .social-section {
    text-align: right;
}

footer .social-section p {
    margin: 0;
}

footer .social-section a {
    color: #c0a172;
    font-size: 15px;
    margin-right: 5px;
}

footer .social-section a:last-child {
    margin-right: 0px;
}

footer .main-section h3 {
    font-size: 14px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #999;
}

footer .main-section ul {
    font-size: 12px;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
}

footer .main-section li {
    padding: 5px 0;
}

footer .main-section li a:hover {
    text-decoration: underline !important;
}

footer .main-section li:first-child {
    padding-top: 0;
}

footer .main-section h3 a i {
    font-size: 14px;
    margin-right: 5px;
}

footer .footer-contact p {
    margin-bottom: 20px;
    font-size: 12px;
}

footer .footer-logos a {
    float: left;
    width: 45%;
    margin-right: 5%;
}

footer .footer-logos a img {
    margin: auto;
}

/*footer .footer-payment-methods img {*/
/*margin: 0px auto;*/
/*text-align: center;*/
/*-webkit-filter: grayscale(100%); !* Safari 6.0 - 9.0 *!*/
/*filter: grayscale(100%);*/
/*width: 220px;*/
/*}*/

footer .footer-payment-methods img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 220px;
}

footer .copyright-section .left-section {
    text-align: left;
}

footer .copyright-section .right-section {
    text-align: right;
}

footer .copyright-section p {
    margin-bottom: 20px;
    font-size: 12px;
    color: #999;
}

footer .copyright-section span {
    margin: 0px 10px;
}

footer .copyright-section a:hover {
    text-decoration: underline !important;
}

footer .change-location-section {
    margin-bottom: 40px;
    display: none;
}

footer .change-location-section h3 {
    font-size: 14px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #999;
}

footer .change-location-section p {
    font-size: 12px;
    margin-bottom: 20px;
}

footer .change-location-section .change-location-block {
    float: left;
    margin-right: 40px;
    width: 200px;
}

footer .change-location-section .change-location-block h3 {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

footer .change-location-section a.button {
    margin-top: 41px;
}

footer .change-location-section .ion-android-close {
    font-size: 28px;
    color: #999;
    cursor: pointer;
}

footer .change-location-section .change-location-block .selectboxit-container .selectboxit-options {
    max-height: 300px !important;
}

/* ----- Cookies bar ----- */

.cookies {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    bottom: 0;
    color: #ccc;
    font-size: 12px;
    padding-top: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10000000;
}
.cookies a {
    color: #fff;
}
.cookies p {
    padding-top: 10px;
}
.cookies a:hover {
    text-decoration: underline;
}
.cookies.alert {
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    right: 10px;
    top: 5px;
}
.alert-dismissable .close:hover, .alert-dismissible .close:hover {
    color: #fff;
}

/* xmas special */

.xmas {
    background: url(../img/xmas-header.jpg) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
}

.xmas-hidden {
    display: none;
}

.xmas p {
    padding: 6px 0 6px 0;
    font-size: 11px;
}

.xmas a {
    text-transform: uppercase;
    color: #c0b19a;
    transition: .5s ease;
    text-decoration: underline !important
}

.xmas a:hover {
    color: #fff;
}

/* Video player */

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #333 !important;
}

.plyr__controls button {
    border-radius: 0px !important;
}

.plyr__progress--played, .plyr__volume--display {
    color: #C0A172 !important;
}

.plyr__play-large {
    background: #000 none repeat scroll 0 0 !important;
    border: 2px solid currentcolor !important;
    color: #fff;
    opacity: 0.5;
    padding: 20px !important;
}

.plyr__play-large:hover {
    opacity: 0.7;
}

.plyr audio, .plyr video {
    /*max-height: 100%;*/
}

/* Selectize Plugin */

.UlSelectize {
    max-height: 200px;
    overflow: auto;
}

.UlSelectize a {
    transition: none;
}

/* Preloader */

.preloader,
.preloader-fade-in {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    opacity: 0.8;
    display: none;
}

.preloader-fade-in {
    opacity: 1;
    display: block;
}

.preloader-container {
    display: table;
    width: 100%;
    height: 100%;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    display: table-cell;
    vertical-align: middle;
}

.spinner > div {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-animation: 0.75s linear 0s normal none infinite running rotate;
    animation: 0.75s linear 0s normal none infinite running rotate;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-color: #333 #333 transparent;
    border-image: none;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    height: 50px;
    margin: 2px;
    width: 50px;
}

.loading-more-products {
    padding: 20px 0px 30px;
}

.loading-more-products .spinner > div {
    border-color: #666 #666 transparent;
}

.scroll-to-top {
    cursor: pointer;
    position: fixed;
    font-size: 42px;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
}

.scroll-to-top i {
    color: #666;
    opacity: 0.8;
    text-shadow: 1px 1px 1px #ccc;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.navbar-nav .left-block{
    position: absolute;
    right: 150px;
    top: 10px;
}

label{
    font-weight: normal;
    cursor: pointer;
    margin: auto;
    display: block;
}

.icheckbox_square.focus{
    background-position: -24px 0;
}