@import url('https://fonts.googleapis.com/css?family=Bentham|Cardo|Montserrat');
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

/*------------------------------------------------------- 1. Reset.css -----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------------------------------------------------- Common Styles ---*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bentham', serif;
    font-size: 16px;
}

small {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7em;
}

p {
    font-family: 'Cardo', serif;
    font-size: 14px;
    color: #a37c37;
}

a {
    color: #a37c37;
    text-decoration: none;
}

a:focus, a:hover {
    color: #a37c37;
    text-decoration: none;
}

a:hover {
    color: #a37c37;
}

.tooltip.top {
    margin-top: -10px
}


body.navbar-is-fixed-top{
	padding-top:55Px !important;
}
/* font-family: 'Montserrat', sans-serif; */

/*------------------------------------------------------- Home Divider -----*/
.home-divider {
    margin: 30px auto;
    display: block;
}

/*!*------------------------------------------------------- Helper Classes -----*!*/

html * {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fef4f3;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    /*display: none;*/
	
	width: 4px;
	height: 4px;
	background-color: #fef4f3; /* or add it to the track */
}

::-webkit-scrollbar-thumb {
    background: #a37c37; 
}

section {
    width: 100%;
    float: left;
}

::-moz-selection {
    color: #ffffff;
    background: #402219;
}

::selection {
    color: #ffffff;
    background: #402219;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/*------------------------------------------------------- Main Navbar -----*/
.flex-container {
    /*display: flex;*/
    justify-content: space-between;
}

.flex-item {
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: transparent;
}

.navbar-brand {
    transform: translateX(-50%);
left: 32%;
position: absolute;
}

.top-navigation {
}

.top-navigation a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
}

.top-navigation .nav > li {
    position: relative;
}

.top-navigation .nav > li > a {
    padding: 10px 7px;
    transition: all 0.5s ease;
}

.top-navigation .nav > li > a:focus, .top-navigation .nav > li > a:hover, .top-navigation .nav > li > a.active {
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.top-navigation .nav > li > a > i, .top-navigation .nav > li > a > svg {
    font-size: 14px;
    color: #a37c37;
}

.top-navigation .reservation {
    margin-left: 30px;
}

.top-navigation .language > li:nth-child(1):after {
    content: "l";
    position: absolute;
    left: 28px;
    top: 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #a49696;
}

.main-navigation {
    margin-top: 80px;
    position: initial;
    
    background-size: 140px 7px;
}

.main-navigation li > a {
    padding: 10px 0;
    font-family: 'Cardo', serif;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.main-navigation li > li > a:focus, .main-navigation .nav > li > a:hover, .main-navigation .nav > li > a.active {
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.main-navigation .left-navigation li:nth-child(1) {
    /*margin-left: 60px;*/
    margin-right: 8px;
}



.main-navigation .right-navigation li:nth-child(2) {
    margin-left: 8px;
    
}

.main-navigation .right-navigation li:nth-child(3) {
    margin-left: 10px;
    margin-right: 60px;
}

.main-navigation .right-navigation a i {
    font-size: 18px;
}
.nav > li {
    position: initial;
}

/*------------------------------------------------------- Dropdown menu -----*/
.nav > .dropdown-megamenu {
    position: static;
}

.mega-dropdown .dropdown-menu {
    position: absolute;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    z-index: 100;
    background: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 30px;
}

.mega-dropdown .dropdown-menu {
    border-radius: 0;
}

.mega-dropdown .dropdown-menu img {
    margin-bottom: 10px;
}

.mega-dropdown .dropdown-menu a {
    font-size: 13px;
    text-transform: uppercase;
}


/*------------------------------------------------------- Hero -----*/
.hero {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: none;
}

.has-overlay {
    background-color: rgba(80, 39, 43, 0.7);
    color: rgba(80, 39, 43, 0.7);
}

.hero img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero .text-caption {
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 180px 0;
}

.hero .text-caption h1 {
    font-size: 45px;
    margin-bottom: 20px;
}

.hero .text-caption h4 {
    font-size: 25px;
    margin-bottom: 40px;
}

.hero .text-caption a.outlined {
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border: solid 2px #ffffff;
    font-size: 16px;
    padding: 10px 40px;
    transition: all 0.5s ease;
}

.hero .text-caption a.outlined:hover {
    background: #ffffff;
    border: solid 2px #ffffff;
    color: #402219;
    text-decoration: none;
    transition: all 0.5s ease;
}

.hero .text-caption a {
    color: #ffffff;
    border-radius: 0;
}

/*------------------------------------------------------- Maison Angelina Large -----*/
.angelina-about-large {
    position: relative;
}

.angelina-about-large .text-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    color: rgba(255, 255, 255, 0.9);
    color: #2e0000;
    padding: 15px 0;
    font-size: 24px;
    line-height: 1.4;
}

.two-columns-block-section,
.one-column-block-section {
    position: relative;
}

.two-columns-block-section h2,
.one-column-block-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.two-columns-block-section p,
.one-column-block-section p {
    font-size: 18px;
    line-height: 1.4;
}

.field.field-name-field-title.field-type-text{
	color: #2e0000;
    font-size: 40px;
	margin-bottom: 50px;
	font-family: 'Bentham', serif;	
}

.alert {
	font-family: 'Cardo', serif !important;
    font-size: 14px !important;
}

.alert-container-offset{
	/*margin-bottom: 130px;*/
}

div.alert.alert-dismissible{
	padding-right: 35px !important;
}

div.messages{
	padding: 10px;
    margin: 20px 0px 10px 0px;
	font-family: 'Cardo', serif !important;
    font-size: 14px !important;
}

.modal-content .alert-container-offset{
	margin-bottom: 0px !important;
}

.modal-content .alert-block .close{
	font-size: 20px !important;
}


.alert.alert-block:{
	margin-bottom: 10px;
}

.alert-dismissable .close, .alert-dismissible .close{
	    /*top: -12px !important;*/
		font-size: 32px !important;
		top: -7px !important;
}

.region-sticky #block-multiblock-4{
	padding-top: 6px;
}

.region-sticky #block-multiblock-6{
	padding-top: 6px;
}

/*------------------------------------------------------- Newsletter + Social Icons -----*/
.global {
    display: table;
}

.global .newsletter-input, .global .social-icons {
    display: table-cell;
    width: 65%;
}

.global .social-icons {
    vertical-align: middle;
}

.global .social-icons {
    padding-left: 20px;
}

.global .social-icons a {
    font-size: 28px;
    display: inline-block;
    margin-top: 41px;
    margin-right: 15px;
    transition: all 0.5s ease;
}

.global .social-icons a:hover {
    color: #a37c37;
    transition: all 0.5s ease;
}

.global .input-group-addon {
    padding: 0;
    font-size: 37px;
    color: #a37c37;
    background-color: transparent;
    border: transparent;
    border-radius: 0px;
    right: 19px;
    top: 4px;
    position: absolute;
    z-index: 10;
}

.global .input-group-addon a {
    color: #a37c37;
}

.global .input-group-addon:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 10px;
    width: 1px;
    height: 16px;
    background: #a37c37;
}


footer {
    position: relative;
}

footer .level_1 {
    background: #2e0000;
    width: 100%;
    float: left;
    padding: 25px 0px 5px 0px;
    line-height: 1.4;
}

footer .level_1 p {
    font-size: 16px;
    /*margin-top: 5px;*/
    /*padding: 0 25px;*/
	padding:4px 25px 20px 25px;
}

footer .level_2 {
    width: 100%;
    float: left;
    padding: 30px 0;
}

footer .level_3 {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 8px 0;
}

.level_2 .social-icons a {
    font-size: 28px;
    display: inline-block;
    margin-top: 17px;
    margin-right: 15px;
    transition: all 0.5s ease;
}

.level_2 .social-icons a:hover {
    color: #a37c37;
    transition: all 0.5s ease;
}

footer .level_2 h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

footer .level_2 .contact-optin {
    font-size: 22px;
    transition: all 0.5s ease;
}

footer .level_2 .contact-optin:hover {
    color: #a37c37;
    text-decoration: none;
    transition: all 0.5s ease;
}

footer .level_2_newsletter {
    padding-left: 30px;
}

footer .input-group-addon {
    padding: 0;
    font-size: 37px;
    color: #a37c37;
    background-color: transparent;
    border: transparent;
    border-radius: 0px;
    right: 19px;
    top: 4px;
    position: absolute;
    z-index: 10;
}

footer .input-group-addon a {
    color: #a37c37;
}

footer .input-group-addon:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 10px;
    width: 1px;
    height: 16px;
    background: #a37c37;
}

footer .level_3 {
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1;
}

footer .level_3 h3 {
    font-size: 24px;
    margin-bottom: 6px;
	margin-top:10px;
    color: #402219;
}

footer .level_3 ul li {
    margin-bottom: 8px;
}

footer .level_3 ul li a {
    font-size: 15px;
    transition: all 0.5s ease;
}

footer .level_3 ul li a:hover {
    text-decoration: none;
    color: #a37c37;
    transition: all 0.5s ease;
}

/*------------------------------------------------------- Heading Sections -----*/
h1.heading-section {
    color: #2e0000;
    font-size: 40px;
}

/*------------------------------------------------------- Search Breadcrumb-----*/
.search-breadcrumb {
    background: #ffffff;
    padding: 15px 15px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
}

.search-breadcrumb p {
    font-size: 25px;
    font-family: 'Bentham', serif !important;
}

/*------------------------------------------------------- Carousel -----*/
.carousel-cell {
    width: 33%;
    margin-right: 10px;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    top: 35%;
}

.carousel-control.left {
    left: -100px;
}

.carousel-control.right {
    right: -100px;
}

.carousel-control {
    text-shadow: none;
    font-size: 3em;
    color: #a37c37;
    opacity: 1;
}

.carousel-control:focus, .carousel-control:hover {
    color: #a37c37;
    opacity: 1;
}

.carousel-cell h2 {
    font-size: 24px;
    margin: 30px 0;
}

.carousel-cell p {
    font-size: 17px;
    line-height: 1.4;
    padding: 0 30px;
}

.carousel-cell img {
    width: 45%;
    margin: 0 auto;
    -webkit-filter: drop-shadow(5px 5px 5px #c5c5c5);
    filter: drop-shadow(5px 5px 5px #c5c5c5);
}

.carousel-home .btn-default {
    margin-top: 60px;
    display: inline-block;
}

.flickity-prev-next-button .arrow {
    fill: #a37c37;
}

.flickity-prev-next-button:hover {
    background: transparent;
}

.flickity-prev-next-button {
    background: transparent;
}

.flickity-prev-next-button.next {
    right: 0px;
}

.flickity-prev-next-button.previous {
    left: 0px;
}

/*------------------------------------------------------- Button -----*/
.btn-default {
    background: #a37c37;
    border: solid 1px #a37c37;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 15px;
    color: #ffffff;
    border-radius: 0;
    transition: all 0.5s ease;
}

.btn-inversed {
    background: transparent;
    border: solid 1px #a37c37;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 15px;
    color: #a37c37;
    border-radius: 0;
    transition: all 0.5s ease;
}

.btn-inversed:hover {
    background: #a37c37;
    border: solid 1px #a37c37;
    color: #ffffff;
}

.btn-default:hover {
    background: transparent;
    color: #a37c37;
    border: solid 1px #a37c37;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.5s ease;
}

.btn-lg {
    padding: 10px 80px;
    border-radius: 0;
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}


button:disabled,
button[disabled],
button:disabled:hover,
button[disabled]:hover{
	background-color: #fff !important;
	border-color: #ccc !important;
	color:#aaa !important;
}

/*------------------------------------------------------- Form -----*/
.form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: solid 2px #a37c37;
    height: 44px;
    font-size: 18px;
    font-family: 'Cardo', serif;
    width: 100% !important;
	padding: 6px 1px !important;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 9px;
    text-align: center;
    position: relative;
}

input[type=number]::-webkit-inner-spin-button {
    background: url('../images/arrows.png') no-repeat 50% 50%;
    width: 14px;
    height: 23px;
    padding: 0px;
    position: relative;
    right: 4px;
    border-radius: 0px;
}

/*------------------------------------------------------- Breadcrumb -----*/
.breadcrumb {
    background: #ffffff;
    font-size: 12px;
	margin-top: 2px;
    padding: 8px 15px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1;
}

.breadcrumb > li {
    display: inline-block !important;
}

/*------------------------------------------------------- Services -----*/
.services h2 {
    font-size: 24px;
    margin: 30px 0;
}

.services p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.3;
}

/*------------------------------------------------------- Custom Checkbox Filter -----*/
.filter-products input[type=checkbox] {
    display: none;
}

.filter-products span {
    font-family: 'Montserrat', sans-serif;
    margin: 0 4px;
    padding: 0 10px;
    border: 1px solid #fef4f3;
    color: #a37c37;
    font-size: 0.7em;
    text-decoration: none;
    text-align: left;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
}

.filter-products span img {
    position: relative;
    top: 3px;
}

.filter-products span.for-store {
    width: 166px;
}

.filter-products span.for-colis {
    width: 180px;
}

.filter-products span.for-car {
    width: 182px;
}

.filter-products span:hover {
    color: #a37c37;
}

.filter-products input[type=checkbox]:checked + span {
    text-decoration: none;
    background: transparent url(../images/yes-sign.svg) no-repeat 93% center;
    background-size: 10px 10px;
    color: #a37c37;
    border: 1px solid #a37c37;
}

.filter-products input[type=checkbox]:checked:hover + span {
    color: #a37c37;
    text-decoration: none;
    background: transparent url(../images/cross-sign.svg) no-repeat 93% center;
    background-size: 8px 8px;
}

/*------------------------------------------------------- Custom Checkbox Filter -----*/
.prod-item {
    padding: 50px 40px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.prod-item:hover {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}

.prod-item p.prod-desc {
    color: #2e0000;
    font-size: 20px;
    margin-bottom: 20px;
}

.prod-item p.prod-price {
    font-size: 20px;
}

.prod-item ul {
    position: relative;
    text-align: center;
    margin: 30px auto;
    display: table;
}

.prod-item ul li {
    float: left;
    margin: 0 10px;
    display: table-cell;
}

.prod-item .btn-default {
    display: inline-block;
}

.prod-item img.product-img {
    margin: 0 auto;
    width: 80%;
    -webkit-filter: drop-shadow(5px 5px 5px #c5c5c5);
    filter: drop-shadow(5px 5px 5px #c5c5c5);
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.prod-item:hover > img.product-img {
    -webkit-filter: drop-shadow(0px 0px 0px #c5c5c5);
    filter: drop-shadow(0px 0px 0px #c5c5c5);
}

.prod-item .button {
    opacity: 0;
}

.prod-item:hover > .button {
    opacity: 1;
}


.prod-item p.short-description{
	color: #2e0000;
    font-size: 13px;
    margin-bottom: 12px;
}

/*------------------------------------------------------- Product Detail Thumbnail Carousel -----*/
.carousel-inner.vertical {
    height: 100%;
    /*cursor: pointer;*/
}

.carousel-inner.vertical > .item {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
}

.carousel-inner img {
    margin: 0 auto;
    -webkit-filter: drop-shadow(5px 5px 5px #c5c5c5);
    filter: drop-shadow(5px 5px 5px #c5c5c5);
	width:100%;
}

.carousel.slide{
	width: 100%;
}

.vertical img {
    -webkit-filter: drop-shadow(0px 0px 0px #c5c5c5);
    filter: drop-shadow(0px 0px 0px #c5c5c5);
}

.carousel-inner .item {
    padding-bottom: 30px;
}

.product-dedtail {
    color: #a37c37;
}

.product-detail h2 {
    font-size: 20px;
    font-family: 'Cardo', serif;
    color: #2e0000;
    margin-bottom: 15px;
}

.product-detail h3 {
    font-size: 30px;
    font-family: 'Cardo', serif;
    color: #a37c37;
    margin-bottom: 30px;
    font-weight: bold;
}

.product-detail p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.product-detail .radio-group {
    font-family: 'Cardo', serif;
    font-size: 15px;
    color: #a37c37;
}

.product-detail .radio {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7em;
    color: #a37c37;
}

.product-detail .radio img {
    width: 19px;
    margin-right: 5px;
}

.product-detail .form-control {
    width: 30% !important;
}

.product-detail .form-control#edit-quantity {
    display: block;
    float: left;
}

.product-detail #edit-submit {
    display: block;
    float: left;
    margin-left: 5px;
	padding: 13px 15px;
}


/*------------------------------------------------------- Product Detail Tabs -----*/
.tab-pane {
    font-family: 'Bentham', serif;
    font-size: 18px;
    margin-top: 30px;
    color: #a37c37;
}

.navigation-tab .nav-tabs {
    border-bottom: 1px solid #a37c37;
}

.navigation-tab .nav-tabs > li.active > a, .navigation-tab .nav-tabs > li.active > a:focus, .navigation-tab .nav-tabs > li.active > a:hover {
    background-color: #a37c37 !important;
    border: 1px solid #a37c37;
    color: #ffffff;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.navigation-tab .nav-tabs > li > a {
    border-radius: 0;
    font-family: 'Bentham', serif;
    font-size: 18px;
    color: #402219;
}

.navigation-tab nav > li > a:focus, .navigation-tab .nav > li > a:hover {
    text-decoration: none;
    background-color: #a37c37 !important;
    color: #ffffff;
    border: 1px solid #a37c37;
}

/*!*------------------------------------------------------- Top Header Search -----*!*/
#search-form {
    position: absolute;
    z-index: 100;
    top: 121px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
}

#sticky #search-form {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


#search-form.open {
    max-height: 47px;
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 48px;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 30px;
    background: transparent;
    border: none;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 110px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background: #a37c37;
    border: none;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

/*------------------------------------------------------- Radio button -----*/
.product-detail input[type="checkbox"],
.product-detail input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/*.product-detail label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2em;
    height: 1.5em;
    line-height: 1.5;
    cursor: pointer;
}

.product-detail label::before, label::after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
}

.product-detail label::before {
    content: " ";
    border: 1px solid #a37c37;
    border-radius: 20%;
}*/

.product-detail .radio label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2em;
    height: 1.5em;
    line-height: 1.5;
    cursor: auto !important;
}

.product-detail .radio label::before, .radio label::after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
}

.product-detail .radio label::before {
    /*content: " ";
    border: 1px solid #a37c37;
    border-radius: 20%;*/
}

.product-detail .radio label{
	padding-left:0px !important;
}

.product-detail #product_shop{
	background: transparent;
    border-color: #a37c37;
	font-size:12px;
	padding: 3px 3px 3px 3px;
}

/* Checkbox */
.product-detail input[type="checkbox"] + label::after {
    content: "\2714";
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
}

/* Radio */
.product-detail input[type="radio"] + label::before {
    border-radius: 50%;
}

.product-detail input[type=radio] + label::after {
    content: " ";
    top: 5px;
    left: 3px;
    width: 7px;
    height: 7px;
    background: #a37c37;
    border-radius: 50%;
}

/* :checked */
.product-detail input[type="checkbox"]:checked + label::before,
.product-detail input[type="radio"]:checked + label::before {
    background: transparent;
    border-color: #a37c37;
}

.product-detail input[type="checkbox"] + label::after,
.product-detail input[type=radio] + label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.product-detail input[type="checkbox"]:checked + label::after,
.product-detail input[type=radio]:checked + label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Transition */
.product-detail label::before, label::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/*------------------------------------------------------- Shopping Cart -----*/

/*------------------------- Quantity form -----*/
.product-quantity .quantity {
    /*margin-top: 39px;*/
    width: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border: transparent;
    border-radius: 5px;
    padding: 0 3px;
    width: 70%;
    cursor: pointer;

&
__no {
    width: 30px;
    text-align: center;
    border: none;
    background: none;
}

&
__down,

&
__up {
    cursor: pointer;
    user-select: none;
}

}
/*------------------------- Product Select Expedition -----*/
.shopping-cart .product-price .select-dropdown {
    position: relative;
    max-width: 75%;
    width: auto;
    cursor: pointer;
    display: block;
}

.shopping-cart .product-price .select-dropdown:after {
    content: '';
    cursor: pointer;
    display: block;
    position: absolute;
    right: 2px;
    top: 3px;
    bottom: 3px;
    height: calc(100% - 6px);
    width: 2rem;
    border-radius: 2px;
    background-image: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%229px%22%20height%3D%226px%22%20viewBox%3D%220%200%209%206%22%20enable-background%3D%22new%200%200%209%206%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpolygon%20fill%3D%22%23333333%22%20points%3D%224.5%2C4.358%200.594%2C0.453%200%2C1.047%204.5%2C5.547%209%2C1.047%208.405%2C0.453%20%09%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
}

.shopping-cart .product-price select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 40px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 15px;
    outline: none;
    vertical-align: middle;
    background-color: transparent;
    border: 0px solid #d4d4d4;
    color: #a37c37;
    border-radius: 3px;
    box-shadow: none;
    font-size: 15px;
}

.shopping-cart .product-price select:focus {
    outline: none;
    background-color: transparent;
}

.shopping-cart .product-price select::-ms-expand {
    display: none;
}

/*------------------------- Quantity form -----*/
.shopping-cart .product-image {
    float: left;
    width: 20%;
	text-align: center;
}

.shopping-cart .product-details {
    float: left;
    width: 30%;
	text-align: center;
}

.shopping-cart .product-price {
    float: left;
    width: 21%;
    font-size: 20px;
}

.shopping-cart .product-quantity {
    float: left;
    width: 10%;
	text-align: center;
}

.shopping-cart .product-removal {
    float: left;
    width: 15%;
	text-align: center;
}

.shopping-cart .product-line-price {
    float: right;
    width: 25%;
    text-align: center;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before, .group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
    content: '';
    display: table;
}

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
    clear: both;
}

.group, .shopping-cart, .column-labels, .product, .totals-item {
    zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply signs */
.shopping-cart .product .product-price:before, 
.shopping-cart .product .product-line-price:before, 
.shopping-cart .totals-value:before {
}

.shopping-cart {
    margin-top: -45px;
}

/* Column headers */
.shopping-cart .column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
	font-family: 'Cardo', serif;
}

.shopping-cart .column-labels .product-image, .column-labels .product-removal {
    /*text-indent: -9999px;*/
}

.shopping-cart .column-labels label.product-removal,
.shopping-cart .column-labels label.product-image{
	border-bottom: none !important;
}

/* Product entries */
.shopping-cart .product {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #eee;
	min-width:300px;
}

.shopping-cart .column-labels {
	/*min-width:720px;*/
	flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 300px) {
	.shopping-cart .cart-items {
		width: 100%;
		overflow-y: hidden;
		overflow-x:auto;
		padding-bottom:10px;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.shopping-cart .product-details {
		float: left;
		width: 35%;
		text-align: center;
	}
	
	.shopping-cart .product-line-price {
		width: 20%;
		text-align: right;
	}

}

.shopping-cart .product .product-image {
    text-align: center;
}

.shopping-cart .product .product-image img {
    width: 60px;
    -webkit-filter: drop-shadow(5px 5px 5px #c5c5c5);
    filter: drop-shadow(5px 5px 5px #c5c5c5);
}

.shopping-cart .product .product-details .product-title {
    margin-right: 20px;
    color: #2e0000;
    font-size: 14px;
    font-family: 'Cardo', serif;
    /*margin-top: 40px;*/
}

.shopping-cart .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.shopping-cart .product .product-quantity input {
    width: 40px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #a37c37;
	background-color: #ffffff !important;
	border: solid 0.05em #a37c37;
    height: 30px
}

.shopping-cart .delete-line-item{
	border-radius:0px !important;
	font-size: 11px !important;
    padding: 4px 5px 3px 6px !important;
}


/* Totals section */
.shopping-cart .totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.shopping-cart .totals .totals-item label {
    float: left;
    clear: both;
    width: 69%;
    text-align: right;
}

.shopping-cart .totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
    padding-right: 22px;
}

.shopping-cart .totals .totals-item-total {
    font-family: 'Bentham', serif;
    font-size: 19px;
    text-transform: uppercase;
    color: #402219;
}

.shopping-cart .totals .checkbox {
    font-size: 18px;
    width: 100%;
    text-align: right;
    padding-top: 40px;
    /*padding-right: 14%;*/
}

/*** custom checkboxes ***/
/*.shopping-cart .totals input[type=checkbox] {
    display: none;
}*/

/* to hide the checkbox itself */
.shopping-cart .totals input[type=checkbox] + label:before {
    font-family: "Ionicons";
    display: inline-block;
}

.shopping-cart .totals input[type=checkbox] + label:before {
    content: "\f372";
}

/* unchecked icon */
.shopping-cart .totals input[type=checkbox] + label:before {
    letter-spacing: 5px;
}

/* space between checkbox and label */
.shopping-cart .totals input[type=checkbox]:checked + label:before {
    content: "\f373";
}

/* checked icon */
.shopping-cart .totals input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}

.shopping-cart  .totals .checkbox  label{
	font-size:14px;
	padding-left:0px !important;
}


/* Safari 10.1+ (alternate method) */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .safari_only {
        color: #745827 !important;
    }
}

.product .product-pricing {
    color: #a37c37;
    /*margin-top: 40px;*/
}

.product .product-price a {
    margin-top: 40px;
    font-size: 15px;
    display: inline-block;
}

.product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.product .remove-product:hover {
    background-color: #a44;
}

.product .icon-remove {
    /*margin-top: 30px;*/
}

/* Totals section */
.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.totals .totals-item label {
    float: left;
    clear: both;
    width: 69%;
    text-align: right;
}

.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
    padding-right: 22px;
}

.totals .totals-item-total {
    font-family: 'Bentham', serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #402219;
}


/*** custom checkboxes ***/
/*.totals input[type=checkbox] {
    display: none;
}*/




/* allow space for check mark */

/* Checkout Items */
.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #6b6;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}

.checkout:hover {
    background-color: #494;
}

.double-button .btn-inversed {
    margin-left: 100px;
}

.double-button .btn {
    /*width: 190px;*/
}

/* Icon product removal */
.product-removal i {
    color: #cfcfcf;
    font-size: 40px;
}

/* Adjustments for tablet */
@media screen and (max-width: 767px) {
    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    /*.column-labels {
        display: none;
    }*/

    .product-image {
        float: right;
        width: auto;
    }

    .product-image img {
        margin: 0 0 0px 10px;
    }

    .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .product-price {
        clear: both;
        width: 70px;
    }

    .product-quantity {
        width: 100px;
    }

    /*.product-quantity input {
        margin-left: 20px;
    }*/

    .product-quantity:before {
        /*content: 'x';*/
    }

    .product-removal {
        width: auto;
    }

    .product-line-price {
        float: right;
        width: 70px;
    }

}

/* Adjustments for phone */
@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }

    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }

    .product .product-line-price:before {
        content: '';
    }

    .totals .totals-item label {
        width: 60%;
    }

    .totals .totals-item .totals-value {
        width: 40%;
    }
}

/*********************************************************************** Shopping Cart nav Dropdown */
/*.shopping-cart-alt {background: white; width: 350px; position: relative; border-radius: 0px; padding: 20px; position: absolute; left: -270px; top: 40px; -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.06); -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.06); box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.06);}*/
.dropdown-menu {
    border: transparent;
}

.shopping-cart-alt .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart-alt .shopping-cart-header .shopping-cart-total {
    float: right;
}

.shopping-cart-alt h2 {
    font-size: 30px;
    color: #430b0b;
    margin-bottom: 30px;
}

.shopping-cart-alt h1 {
    font-size: 20px;
    font-family: 'Cardo', serif;
    margin: 15px 0 25px 0;
    padding-left: 60px;
}

.shopping-cart-alt .total-pricing {
    display: inline-block;
    padding-left: 20px;
    font-weight: bold;
}

.shopping-cart-alt .shopping-cart-items {
    display: table;
}

.shopping-cart-alt ul li:last-child { /*border-bottom: none;*/
    margin-bottom: 0px;
}

.shopping-cart-alt .shopping-cart-item-delete {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px 0 0;
}

.shopping-cart-alt .shopping-cart-item-image {
    display: table-cell;
}

.shopping-cart-alt .shopping-cart-item-info {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Cardo', serif;
    padding: 0 0 0 20px;
}

.shopping-cart-alt .shopping-cart-items li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
}

.shopping-cart-alt .shopping-cart-items img {
}

.shopping-cart-alt .shopping-cart-items .item-name {
    display: block;
    color: #2e0000;
    font-size: 15px;
    margin-bottom: 6px;
}

.shopping-cart-alt .shopping-cart-items a.item-price {
    display: block;
    color: #a37c37;
    font-size: 13px;
    text-transform: capitalize !important;
    font-family: 'Cardo', serif !important;
    margin-bottom: 6px;
}

.shopping-cart-alt .shopping-cart-item-delete a {
    font-size: 25px;
    color: #cfcfcf;
}

.shopping-cart-alt .shopping-cart-items .item-quantity {
    display: block;
    color: #a37c37;
    font-size: 20px;
    font-weight: bold;
}

/*********************************************************************** Modal */
.modal-dialog {
    width: 70%;
}

.modal-title {
    font-size: 40px;
    font-family: 'Bentham', serif;
    color: #402219;
}

.modal-header {
    padding: 60px 0 50px 0;
    border-bottom: none;
}

.modal-content {
    border: none;
    border-radius: 0;
    padding: 0 60px;
    overflow: hidden;
}

.modal-body {
    padding: 0 0 60px 0;
    overflow: hidden;
}


/*********************************************************************** Modal AchatExpress*/

#AchatExpress .modal-content{
	padding: 0 15px !important;
}

#AchatExpress .modal-content .modal-header{
	padding: 10px 0 20px 0 !important;
}


#AchatExpress .modal-content .modal-header .modal-title{
	font-family: 'Cardo', serif !important;
	padding-bottom: 2px !important;
	font-size: 20px !important;
	color: #a37c37 !important;	
}
#AchatExpress .modal-content  .modal-header .close {
    margin-top: 0px !important;
    font-size: 29px !important;
    font-weight: bold !important;
	color: #a37c37 !important;
}


#AchatExpress .modal-content  .modal-body .product-detail h2 {
    margin-top: 10px !important;
	font-size:24px !important
}


div#AchatExpress .product-detail h3{
	font-size:26px !important;
}

div#AchatExpress #quickset-field_collection_quicktabs{
	margin-left:-15px;
}

div#AchatExpress #quickset-field_collection_quicktabs h3{
    border-bottom: 1px solid #c09a5f;
    color: #2e0000 !important;
    border-radius: 0;
    font-family: 'Bentham', serif;
    font-size: 16px;
    padding: 2px;
    text-decoration: none;
}

div#AchatExpress #quickset-field_collection_quicktabs h3 a{
    color: #2e0000 !important;
}

div#AchatExpress #quickset-field_collection_quicktabs .field-items{
	padding: 10px 0px 10px 0px;
	color: #a37c37;
}

div#AchatExpress  input.form-control.form-text{
	width:80px !important;
	margin-right:3px !important;
	float:left !important;
	display:block !important;
	margin-top:20px !important;
}

div#AchatExpress  button#edit-checkout{
	margin-top:20px !important;
}


div#AchatExpress h2:first-child{
	display:none;
}

div#AchatExpress .product-detail h2:first-child{
	display:block;
}


/*********************************************************************** Delivery option */
.delivery-option {
    min-height: 180px;
    padding: 0 20px;
}

.delivery-option p {
    color: #bc9a69;
    font-size: 15px;
    font-family: 'Cardo', serif;
    line-height: 1.3;
    margin-bottom: 35px;
}

.delivery-option .form-control {
    height: 37px;
    border: solid 1px #f5f5f5;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.delivery-option .btn-default {
    padding: 9px 10px;
    background: #f9f9f9;
    color: #a37c37;
    border: none;
}

.delivery-option-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #2e0000;
    margin-bottom: 25px;
    position: relative;
}

.delivery-option-heading img {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.col-centered .row > .col-md-6:first-child:after {
    width: 1px;
    height: 90px;
    background: #ebe1d2;
    content: "";
    right: 0;
    position: absolute;
    top: 43px;
}

/*********************************************************************** Modal Close Button */
.modal-header .close {
    margin-top: 9px;
}

.close {
    font-size: 45px;
    color: #bc9a69;
    text-shadow: 0 0px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    font-weight: 100;
}

/*.head .nav > li > a > i, .head .nav > li > a {font-size: 14px; color: #c29b5b;}*/
/*#a {*/
/*color: #422118;*/
/*text-decoration: none;*/
/*}*/
ul.tabs--primary.nav.nav-tabs {
    display: none;
}

div.field.field-name-field-additional-informations.field-type-field-collection.field-label-above {
    width: 100% !important;
    clear: both !important;
}

.node-pastry > div.field.field-name-field-image.field-type-image.field-label-hidden,
.node-sweet-groceries > div.field.field-name-field-image.field-type-image.field-label-hidden,
.node-sweet > div.field.field-name-field-image.field-type-image.field-label-hidden,
.node-type-sweet-groceries > div.field.field-name-field-image.field-type-image.field-label-hidden {
    width: 50% !important;
    float: left !important;
}

.node-pastry > div.field.field-name-field-image.field-type-image.field-label-hidden img,
.node-sweet-groceries > div.field.field-name-field-image.field-type-image.field-label-hidden img,
.node-sweet > div.field.field-name-field-image.field-type-image.field-label-hidden img,
.node-type-sweet-groceries > div.field.field-name-field-image.field-type-image.field-label-hidden img {
    width: 100% !important;
    height: 100% !important;
}

.commerce-product-title-label {
    display: none !important;
}

/*----------------------------------------------------------------------------------------------------*/
/*.commerce-add-to-cart > div > .form-item.form-item-quantity.form-type-textfield.form-group {*/
/*width: 50% !important;*/
/*float: left !important;*/
/*margin-right: 50px !important;*/
/*margin-left: -365px;*/
/*}*/
/*----------------------------------------------------------------------------------------------------*/
/*.commerce-add-to-cart > div > #edit-submit {*/
/*margin-top: 22px !important;*/
/*}*/

.node-type-pastry .page-header,
.node-type-sweet .page-header,
.node-type-sweet-groceries .page-header {
    display: none !important;
}

table.views-table.cols-2.table.table-hover.table-striped thead tr th {
    display: none !important;
}

.popup-element-body table.popup-layout * {
    clear: both !important;
}

/*
title of modal adding product*/
div.messages.commerce-add-to-cart-confirmation .message-inner .added-product-title {
    color: #2698f2;
    /*display: none !important;*/
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper {
    background-color: #ffffff;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout a {
    background-color: #c59b53;
}

div.group-pastry-confirmation-right,
div.group-sweet-confirmation-right {
    /*bottom: 95px;*/
}

div.button-wrapper {
    /*margin-top: 125px;*/
}

/*a.commerce-add-to-cart-confirmation-close{*/
/*display: none !important;*/
/*}*/

/*style totol in view cart center block*/
div.line-item-summary {
    text-align: center;
}

/*style modal view cart modal panier*/

li.line-item-summary-view-cart {
    background: #c09a5f;
    border: solid 1px #c09a5f;
    padding: 12px 15px;
    color: #ffffff;
    border-radius: 0;
    transition: all 0.5s ease;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

li.line-item-summary-view-cart:hover {
    background: transparent;
    color: #c09a5f;
    border: solid 1px #c09a5f;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.5s ease;
    padding: 12px 15px;
    display: block;
    width: 100%;
    text-align: center;
}

.popup-style-white .popup-element-body div.inner a:hover {
    /*color: #c09a5f;*/
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.popup-style-white .popup-element-body div.inner a {
    /*color: #ffffff;*/
    text-decoration: none;
    text-transform: uppercase;
}

div.view-commerce-cart-block {
    background: white;
    width: 350px;
    border-radius: 0px;
    padding: 20px;
    position: absolute;
    left: -170px;
    top: -22px;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.06);
}

div.line-item-quantity {
    font-size: 30px;
    color: #430b0b;
    margin-bottom: 30px;
    font-family: 'Bentham', serif;
    margin: 0;
}

/*.mega-dropdown .dropdown-menu a:hover {text-decoration: none; color: #a37c37;}*/
div.add-tocart-fieldset {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Cardo', serif;
    padding: 0 0 0 20px;
}

div.views-field-line-item-title {
    display: block;
    color: #2e0000;
    font-size: 15px;
    margin-bottom: 6px;
}

div.views-field-commerce-total {
    display: block;
    color: #c09a5f;
    font-size: 20px;
    font-weight: bold;
}

tr.views-row-first {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;

}

tr.views-row-last {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bentham', serif;
}

/**************************/

/* modal add product width*/
form.commerce-cart-add-to-cart-form-5 {
    width: 750px;
}

/*------------------------------------------------------------------------------------------*/
/* block delivery radio choice in modal add product*/
/*div.form-item-delivery-mode{*/
/*margin-left: 155px;*/
/*}*/
/*------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------*/
/*field qyantity in modal add product*/
/*#edit-quantity{*/
/*width: 100px;*/
/*margin-left: 310px;*/
/*margin-top: 24px;*/
/*padding: 5px;*/
/*}*/
/*--------------------------------------------------------------------------------------------*/
/*#ul_modal-block{*/
/*!*background-color: transparent !important;*!*/
/*}*/

/*label delivery*/
label[for=edit-delivery-mode] {
    display: none;
}

/*label quantity*/
label[for=edit-quantity] {
    display: none;
}

/*!*img of product*!*/
/*div.field-items{*/
/*margin-left: 50px;*/
/*padding: 10px;*/
/*display: inline-flex;*/
/*}*/

/*!*display title of product*!*/
/*h2 > a {*/
/*margin-left: 55px;*/
/*}*/

#edit-submit--4 {
    margin-right: 100px;
    padding: 5px;
    margin-top: 10px !important;
    display: list-item;
}

div.group-pastry-cart-right,
div.group-sweet-cart-right {
    margin-right: 80px;
}

div.field-items > img {
    width: 50% !important;
    float: left !important;
}

/*------------------------------------------------------------------------------------*/
/*form.commerce-add-to-cart{*/
/*margin-left: 50px;*/
/*}*/
/*------------------------------------------------------------------------------------*/
/*img in modal add product*/
div.field-item > img {
    float: left !important;
}

/* modal1 masked in background*/
#ul_modal-block {
    background-color: transparent !important;
    margin: 10px;
    padding: 10px;
}

/*title modal1 masked in background*/
.mb-4 {
    font-size: 18px;
    display: none;
}

/*btt in list product*/
.views-field-add-to-cart > span > a {
    background-color: white;
    color: transparent;
}

/*btt in list product*/
.views-field-add-to-cart > span > a:hover {
    width: 60px;
    height: 30px;
    color: #fff;
    background-color: #d4a51a;
    border-color: #f0ad4e;
}

/*footer modal add product*/
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid transparent;
}

/* modal choice shop*/

div.ui-dialog-titlebar {
    margin-top: 210px;
    display: none;
}

/*----------------------------------------------------------------*/
/*.view-content{*/
/*padding: 20px;*/
/*}*/
/*----------------------------------------------------------------*/
#ui-id-6 {
    margin-left: 20px;
}

#btn-shop-choice {
    margin-left: 455px;
    top: -55px;
    display: flex;
    position: relative;
}

#edit-new-link-text {
    width: 80px;
    margin-top: 18px;
    position: absolute;
    margin-left: 205px;
}

/* field in modal2 showing product*/
.my_class_type_product {
    position: relative;
    top: 100px;
    margin-left: 400px;
}

/* field in modal2 showing product*/
.my_class_title_product {
    position: relative;
    top: 100px;
    margin-left: 700px;
}

/* field in modal2 showing product*/
.my_class_quatiy_product {
    position: relative;
    top: 231px;
    margin-left: 623px;
    z-index: 10;
}

/* field in modal2 showing product*/
.my_class_price_product {
    position: relative;
    top: 90px;
    margin-left: 700px;
}

.ui-dialog-titlebar {
    display: none;
}

/*body*/
/*body {*/
    /*line-height: 1;*/
/*}*/

/*body {*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*background: #fef4f3;*/
}

/* page panier*/
/*first navbar in panier page*/
.breadcrumb {
    background: #ffffff;
    font-size: 12px;
    padding: 12px 15px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1;
}

.text-center {
    text-align: center;
}

/*table panier*/
/*.mt60 {*/
/*margin-top: 60px!important;*/
/*}*/
/*.mb80 {*/
/*margin-bottom: 80px;*/
/*!*width: 3000px;*!*/
/*position: relative;*/
/*!*left: -960px;*!*/
/*top: -62px;*/

/*}*/

tr.column-labels > th {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

span.line-item-total-label {
    font-family: 'Bentham', serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #402219;
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    zoom: 1;
    margin-right: -200px;
}

span.line-item-total-raw {
    font-family: 'Bentham', serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #402219;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    zoom: 1;
    margin-top: -35px;
    margin-left: 506px;
}

/* allow space for check mark */

/*******************************************************************************************/
/*make bottom as none in modal adding product*/
/*#edit-checkout{*/
/*margin-top: 30px!important;*/
/*}*/
/*******************************************************************************************/
/*!*button panier page*!*/
/*button#edit-submit{*/

/*background: transparent;*/
/*border: solid 1px #c09a5f;*/
/*font-family: 'Montserrat', sans-serif;*/
/*text-transform: uppercase;*/
/*font-size: 12px;*/
/*padding: 12px 15px;*/
/*color: #c09a5f;*/
/*border-radius: 0;*/
/*transition: all 0.5s ease;*/
/*margin-top: 30px!important;*/

/*}*/

/*.commerce-line-item-actions {*/

/*}*/
/*button#edit-submit:hover{*/
/*background: #c09a5f;*/
/*color: #ffffff;*/
/*border: solid 1px #c09a5f;*/
/*border-radius: 0;*/
/*text-decoration: none;*/
/*transition: all 0.5s ease;*/
/*margin-top: 30px!important;*/
/*}*/
/***********************************************************************/
td.views-field-line-item-title {
    margin-right: 20px;
    color: #2e0000;
    font-size: 20px;
    font-family: 'Cardo', serif;
    margin-top: 40px;
    background: #fef4f3;
}

td.views-field-commerce-unit-price {
    margin-right: 20px;
    color: #2e0000;
    font-size: 20px;
    font-family: 'Cardo', serif;
    margin-top: 40px;
    background: #fef4f3;
}

td.views-field-commerce-total {
    color: #c09a5f;
    margin-top: 40px;
    /*float: left;*/
    width: 12%;
    text-align: right;
    font-size: 20px;
    background: #fef4f3;
}

div.shopping-cart table.views-table td.views-field-field-image {
    background: #fef4f3;
}

td.views-field-edit-quantity {
    background: #fef4f3;
}

td.views-field-field-delete {
    background: #fef4f3;
}

/********** single page show product *********************/

/*------------------------------------------------------------------------------------------*/
/*radio mode delivery*/
/*div.form-item-delivery-mode{*/
/*margin-bottom: 10px;*/
/*font-family: 'Montserrat', sans-serif;*/
/*!* font-size: 0.7em; *!*/
/*color: #c09a5f;*/
/*position: relative;*/
/*display: block;*/
/*margin-top: 10px;*/
/*margin-left: -26px;*/
/*}*/
.
    /*------------------------------------------------------------------------------------------*/
    /*-------------------------------------------------------------------------------------------------*/
    /*input#edit-quantity{*/
    /*width: 30% !important;*/
    /*background: transparent;*/
    /*border-radius: 0;*/
    /*box-shadow: none;*/
    /*border: solid 2px #c09a5f;*/
    /*height: 44px;*/
    /*font-size: 18px;*/
    /*font-family: 'Cardo', serif;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*}*/
    /*---------------------------------------------------------------------------------------------------*/
    /*ul.ui-corner-all{*/
    /*border-bottom: 1px solid #c09a5f;*/
    /*}*/
    /*li.ui-tabs-active{*/
    /*float: left;*/
    /*margin-bottom: -1px;*/
    /*position: relative;*/
    /*display: block;*/
    /*}*/
    /*a#ui-id-1{*/
    /*background-color: #c09a5f;*/
    /*border: 1px solid #c09a5f;*/
    /*color: #ffffff;*/
    /*border-radius: 0;*/
    /*font-family: 'Bentham', serif;*/
    /*font-size: 18px;*/
    /*}*/
    /** table additional info **/
div#quicktabs-field_collection_quicktabs {
    margin-top: 80px !important;
}

div#qt-field_collection_quicktabs-ui-tabs1,
div#qt-field_collection_quicktabs-ui-tabs2,
div#qt-field_collection_quicktabs-ui-tabs3,
div#qt-field_collection_quicktabs-ui-tabs4,
div#qt-field_collection_quicktabs-ui-tabs5,
div#qt-field_collection_quicktabs-ui-tabs6,
div#qt-field_collection_quicktabs-ui-tabs7,
div#qt-field_collection_quicktabs-ui-tabs8,
div#qt-field_collection_quicktabs-ui-tabs9,
div#qt-field_collection_quicktabs-ui-tabs10,
div#qt-field_collection_quicktabs-ui-tabs11,
div#qt-field_collection_quicktabs-ui-tabs12
 {
    display: block;
    opacity: 1;
    font-family: 'Bentham', serif;
    font-size: 14px;
    margin-top: 5px;
    color: #c09a5f;
}

/*div#qt-field_collection_quicktabs-ui-tabs2 {
    display: block;
    opacity: 1;
    font-family: 'Bentham', serif;
    font-size: 25px;
    margin-top: 5px;
    color: #c09a5f;
}

div#qt-field_collection_quicktabs-ui-tabs3 {
    display: block;
    opacity: 1;
    font-family: 'Bentham', serif;
    font-size: 25px;
    margin-top: 5px;
    color: #c09a5f;
}

div#qt-field_collection_quicktabs-ui-tabs4 {
    display: block;
    opacity: 1;
    font-family: 'Bentham', serif;
    font-size: 25px;
    margin-top: 5px;
    color: #c09a5f;
}*/

.ui-widget-header {
    background: #fef4f3;
    border: 1px solid #fef4f3;
    color: #222;
    font-weight: 700;
}

.ui-widget-content {
    border: 1px solid #fef4f3;
    background: #fef4f3;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
    border-bottom: 1px solid #c09a5f;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #c29b5b;
}

.ui-tabs .ui-tabs-nav li {
    border-radius: 0;
    font-family: 'Bentham', serif;
    font-size: 18px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #fef4f3;
    font-weight: 400;
    color: #555;
}

.ui-tabs .ui-tabs-nav li {
    border-radius: 0;
    font-family: 'Bentham', serif;
    font-size: 16px;
    border: #fef4f3;
}


.ui-tabs .ui-tabs-nav li a{
	color:#000000;
	border: 1px solid transparent;
}

.ui-tabs .ui-tabs-nav li a:hover{
	background-color: #c09a5f;
	border: 1px solid #c09a5f;
	color: #ffffff;
	border-radius: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
    background-color: #c09a5f;
    border: 1px solid #c09a5f;
    color: #ffffff;
    border-radius: 0;
    font-family: 'Bentham', serif;
    font-size: 16px;

}

div.field-name-field-additional-informations > div.field-label {
    display: none;
}

/*here title of each page is hidden*/
.page-header {
    display: none;
}

.style-angelina-large-text {
    font-family: 'Bentham', serif;
    font-size: 24px;
}

.responsive-width {
    width: 100% !important;
}

/*navbar just for test here*/
#navbar {
    background: #fef4f3;
}


#block-easy-breadcrumb-easy-breadcrumb {
    //margin-top: 10px;
}

.prod-hide {
    display: none;
}

.easy-breadcrumb_segment-1 {
	/*display: none;*/
}

.separator-img img {
    width: 140px;
    height: 7px;
    
}

.region-logo {
	/*z-index: 10000000000;*/
	z-index:9;
    height: 75px;
    position: absolute;
    width: 12%;
    left: 46%;
}

#res-il{
	/*float: right; */
}

#lang-res-ul{
	width: 100%;
}

.field-name-field-description-courte-- {
	display: none;
}

/** Modal ***/

#modalBackdrop{
	    z-index: 99998 !important;
		opacity: 0.6 !important;
}
#modalContent{
	/*top:100px !important;*/
	z-index: 99999 !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

div.ctools-modal-content .modal-content {
    padding: 1em 1em 1em 1em !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
	width:100%;
  }
  
div.ctools-modal-content .form-actions {
text-align:center;
}

div.ctools-modal-content .control-label {
	font-family: 'Cardo', serif;
	padding-bottom:2px;
}

div.ctools-modal-content .modal-title {
	font-family: 'Cardo', serif;
	padding-bottom:2px;
	font-size: 18px;
}

div.ctools-modal-content .modal-header {
	text-align:center;
}


div.ctools-modal-content .form-control {
    border: solid 1px #a37c37;
    height: 30px;
    font-size: 14px;
}

div.ctools-modal-content .form-textarea {
min-height:40px;
}

div#mobile_menu_content{
	display:none;
}


nav.responsive-menu-combined{
	position: absolute;
    left: 5px;
    top: 11px;
    background: none !important;
}

.responsive-menu-combined .navigation-button{
z-index:9999999999999999;	
}
/*@media screen and (max-width: 600px) {
  div.ctools-modal-content{
	  width:400px !important;
  }
}*/




.sticky #block-multiblock-4 .navbar-nav a.dropdown-toggle,
.sticky #block-multiblock-6 .navbar-nav a.dropdown-toggle{
	padding: 10px 0;
    font-family: 'Cardo', serif;
    font-size: 13px !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.sticky #block-multiblock-4 .left-navigation li:nth-child(1) {
    margin-left: 60px;
    margin-right: 8px;
}


.sticky #block-multiblock-4 .navbar-nav,
.sticky #block-multiblock-6 .navbar-nav{
	margin-top:	6px !important;
}

.sticky #block-multiblock-4 .navbar-nav li > a {
    padding: 10px 0;
    font-family: 'Cardo', serif;
    font-size: 14px !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.sticky #block-multiblock-4 .navbar-nav li > li > a:focus, 
.sticky #block-multiblock-4 .nav > li > a:hover, 
.sticky #block-multiblock-4 .nav > li > a.active {
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sticky #block-multiblock-4 .left-navigation li:nth-child(1) {
    margin-left: 60px;
    margin-right: 8px;
}


.sticky #block-multiblock-6 .right-navigation li:nth-child(2) {
    margin-left: 8px;
    
}

.sticky #block-multiblock-6 .right-navigation li:nth-child(3) {
    margin-left: 10px;
    margin-right: 60px;
}

.sticky #block-multiblock-6 .right-navigation a i {
    font-size: 18px;
}


.sticky #block-multiblock-6 #toggle-search{
	display:none;
}

.sticky .reservation-picto{
	z-index:9999;
}

.show-modal-reservation,
.sticky .show-modal-reservation{
	cursor:pointer;
}

div.modal-forms-modal-content .popups-close{
	color: #a37c37 !important;
    margin-right: 0px !important;
	margin-top: 2px !important;
    font-size: 22px !important;
	background: none !important;	
	overflow: visible !important;
	text-indent: inherit !important;
}

div.modal-forms-modal-content .modal-title{
	color: #a37c37 !important;
}


/*#sliding-popup.sliding-popup-top{
	background: #866324 !important;
}*/

#sliding-popup .popup-content #popup-text {
    max-width: 85%;
}

#sliding-popup.sliding-popup-top a{
	color: #ffffff;
    text-decoration: underline;
}

.eu-cookie-compliance-default-button{
	
	cursor: pointer;
	margin-right: 5px;
	margin-top: 1em;
	vertical-align: middle;
	overflow: visible;
	width: auto;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #ededed;
	background-image: none !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	border: 1px solid #dcdcdc;
	color: #000;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold;
	font-size:12px !important;
	padding: 4px 8px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #ffffff;
	
}


.product-detail .carousel-inner.vertical .images-items img{
	width:100px !important;
	height:100px !important;
	cursor: pointer;
	-webkit-filter: drop-shadow(5px 5px 5px #c5c5c5);
    filter: drop-shadow(5px 5px 5px #c5c5c5);
    margin-bottom: 5px;
}

.product-detail .carousel-inner.horizontal{
	text-align:center;
	display:none;
}

.product-detail .carousel-inner.horizontal .images-items{
	text-align:center;	
}

.product-detail .carousel-inner.horizontal .images-items img{
	width:80px !important;
	height:80px !important;
	display: inline;
	cursor: pointer;
}


#modalReservation .modal-content{
	padding:0px 10px !important;
}


#modalReservation .modal-content .modal-header {
    padding: 10px 0 20px 0 !important;
}

#modalReservation .modal-content .modal-header  .modal-title {
    font-family: 'Cardo', serif !important;
    padding-bottom: 2px !important;
    font-size: 18px !important;
	color: #a37c37 !important;
	text-align:center !important;
	font-weight:bold !important;
}

#modalReservation .modal-content .modal-header .close {
   margin-top: 0px !important;
   font-size: 20px !important;
   color: #a37c37 !important;
   font-weight: bold !important;
}



/****** Checkout/commerce-checkout-form-checkout ************/

form#commerce-checkout-form-checkout{
	width:70%;
    display: table;
    margin: 15px auto;
    background-color: #ffffff;
    padding: 5px;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
	form#commerce-checkout-form-checkout{
		width:95%;
	}
	
}

form#commerce-checkout-form-checkout table tr td{
	background-color: #ffffff !important;
}

@media (max-width: 440px) {
	form#commerce-checkout-form-checkout table tr td:first-child{
		/*width:200px;*/
	}
}

form#commerce-checkout-form-checkout .checkout-buttons #edit-buttons-body{
	text-align:center !important;
}

form#commerce-checkout-form-checkout select{
	width:auto !important;
}


@media (max-width: 480px) {
	form#commerce-checkout-form-checkout select{
		width:100%;
	}
	
}



form#commerce-checkout-form-checkout fieldset{
	background-color:transparent !important;
	border:none !important;
	-webkit-box-shadow : none !important;
	box-shadow: none !important;
}

form#commerce-checkout-form-checkout .panel-default > .panel-heading {
    color: #a37c37 !important;
    background-color: transparent !important;
    border-color: #a37c37 !important;
    font-family: 'Cardo', serif !important;
    font-size: 16px !important;
}


form#commerce-checkout-form-checkout table thead th,
form#commerce-checkout-form-review table thead th{
	/*background: #a37c37 !important;*/
    color: #a37c37 !important;
    font-family: 'Cardo', serif !important;
    font-size: 14px !important;
    border: none !important;
}

form#commerce-checkout-form-checkout table tbody tr,
form#commerce-checkout-form-review table tbody tr{
	background: transparent !important;
}

form#commerce-checkout-form-checkout table tbody td,
form#commerce-checkout-form-review table tbody td{
	font-family: 'Cardo', serif !important;
    font-size: 14px !important;
}

form#commerce-checkout-form-checkout table tbody tr.component-type-commerce-price-formatted-amount td,
form#commerce-checkout-form-review table tbody tr.component-type-commerce-price-formatted-amount td{
	border-top:none !important;
	 color: #a37c37 !important;
}

form#commerce-checkout-form-checkout .form-control{
	border: 1px solid #dddddd !important;
	height: 34px !important;
	font-size: 12px !important;
}

form#commerce-checkout-form-checkout label.control-label{
	font-family: 'Cardo', serif !important;
    font-size: 14px !important;
	margin-bottom: 5px !important;
}

form#commerce-checkout-form-checkout input[type="text"],
form#commerce-checkout-form-checkout select{
	background-color:#ffffff !important;
	
}

form#commerce-checkout-form-checkout .street-block{
	margin-top: 15px !important;
}


form#commerce-checkout-form-checkout #commerce-shipping-service-ajax-wrapper{
	display:none !important;
}

/*form#commerce-checkout-form-checkout button#edit-commerce-shipping-recalculate--1{
	display: inherit !important;
}

form#commerce-checkout-form-checkout button#edit-commerce-shipping-recalculate--2{
	display: inherit !important;
}

form#commerce-checkout-form-checkout button#edit-commerce-shipping-recalculate--3{
	display: inherit !important;
}*/

/****** Checkout/commerce-checkout-form-review ************/

form#commerce-checkout-form-review{
	width:70%;
    display: table;
    margin: 15px auto;
    background-color: #ffffff;
    padding: 5px;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
	form#commerce-checkout-form-review{
		width:95%;
	}
}

form#commerce-checkout-form-review table tr td{
	background-color: #ffffff !important;
}


form#commerce-checkout-form-review .checkout-buttons #edit-buttons-body{
	text-align:center !important;
}


form#commerce-checkout-form-review table{
	background-color:transparent !important;
}

form#commerce-checkout-form-review table tr.pane-title td{
	font-family: 'Cardo', serif !important;
    font-size: 14px !important;
    color: #a37c37 !important;
	font-weight:normal !important;
    border-top: none !important;
    border-bottom: 1px solid #a37c37 !important;
}


@media (max-width: 440px) {
	form#commerce-checkout-form-review table tr td:first-child{
		/*width:200px;*/
	}
}

form#commerce-checkout-form-review fieldset.commerce_payment{
	display:none !important;
}

form#commerce-checkout-form-review fieldset.checkout-buttons {
	background-color:transparent !important;
	border-color : transparent !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

form#commerce-checkout-form-review .checkout-help {
    padding: 5px !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    background-color: #a37c37 !important;
    color: #ffffff !important;
	font-family: 'Cardo', serif !important;
}



/****** commerce-checkout-form-complete ************/

form#commerce-checkout-form-complete .checkout-completion-message{
	
	padding: 10px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

form#commerce-checkout-form-complete .checkout-completion-message p{
	color:#000000 !important;
	font-family: 'Cardo', serif !important;
}


/****** Checkout buttons ************/

button.checkout-back,
button.checkout-cancel{
	background-color: #ffffff !important;
    padding: 12px 15px !important;
    border: solid 1px #a37c37 !important;
    color: #a37c37 !important;
    text-decoration: none !important;
}



/**************************************/

#offset-section{
	margin-bottom:115px;
	float:none !important;
}

/**************************************/

section#block-menu-menu-main-menu-right div.menu-link-no-child,
section#block-system-main-menu div.menu-link-no-child,
section#block-multiblock-4 div.menu-link-no-child,
section#block-multiblock-6 div.menu-link-no-child{
    display: block;
    float: left;
}

section#block-system-main-menu ul.left-navigation{
	margin-left: 60px;
}

section#block-menu-menu-main-menu-right div.menu-link-no-child a,
section#block-system-main-menu div.menu-link-no-child a,
section#block-multiblock-4 div.menu-link-no-child a,
section#block-multiblock-6 div.menu-link-no-child a{
	padding: 10px 10px;
    font-family: 'Cardo', serif;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    line-height: 20px;
}


nav#block-responsive-menu-combined-responsive-menu-combined div.menu-link-no-child a{
	padding: 0.75rem 1rem;
    margin-right: 0;
    line-height: 1.3rem;
    text-decoration: none;
    display: block;
}



/**** Pagination ****/

.pagination > li > a, .pagination > li > span {
    color: #a37c37;
    border: 0.05em solid #a37c37;
}

.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
    color: #a37c37;
    border: 0.05em solid #a37c37;
	background-color:#fef4f3;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #a37c37 !important;
    border-color: #a37c37 !important;
	font-family: 'Montserrat', sans-serif !important;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}


.pagination > li > a, 
.pagination > li > span {
    margin:1px !important;
	font-size:12px !important;
}

/*** Internet Explorer Styles ***/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */

	#block-system-main-menu ul.nav li{
		position:static !important;
	}
	
	#block-menu-menu-main-menu-right ul.nav li{
		position:static !important;
	}
	
	.navbar-brand {
		left: auto !important;
	}
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  
}


@media (max-width: 1024px) {
	.product-detail  .carousel-inner.vertical img{
		display:none;
	}
	
	.product-detail .carousel-inner.horizontal{
		display:block;
	}
	
	.product-detail h2{
		padding-top:30px;
	}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	.region-newsletter{
		text-align:center;
	}
  
	footer .level_2_newsletter {
		padding-left: 0px;
	}
	
	footer .level_2_newsletter #edit-mail{
		/*margin-top: 13px;*/
	}
	
	footer .level_2_newsletter div.form-item-mail{
		padding-left: 0px;
		display: block;
		float: left;
	}
	
	footer .level_2_newsletter button#edit-submit--2{
		display: block;
		height: 44Px;
	}
	
	footer .level_2_newsletter form.simplenews-subscribe{
		display: table;
		margin: auto;
		padding-top: 13px;
	}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
	
	.region-newsletter{
		text-align:center;
	}
  
	footer .level_2_newsletter {
		padding-left: 0px;
	}
	
	footer .level_2_newsletter #edit-mail{
		/*margin-top: 13px;*/
	}
	
	footer .level_2_newsletter div.form-item-mail{
		padding-left: 0px;
		display: block;
		float: left;
	}
	
	footer .level_2_newsletter button#edit-submit--2{
		display: block;
		height: 44Px;
	}
	
	footer .level_2_newsletter form.simplenews-subscribe{
		display: table;
		margin: auto;
		padding-top: 13px;
	}
	
	footer .level_2 .social-icons a {
		margin:10px;
	}
	
	.angelina-about-large .text-caption {
		font-size:14px;
	}
	
	body.admin-menu .navbar-fixed-top{
		top:0px !important;
	}
	
}

/* 
  ##Screen = to 767px
*/

@media (max-width: 767px) {
	
	#modalReservation .modal-dialog{
		width:auto !important;
		margin:20px 20px 20px 20px !important;
	}
	
	#AchatExpress .modal-dialog {
		width: auto !important;
		margin: 20px 20px 20px 20px !important;
	}

	.region-newsletter{
		text-align:center;
	}
  
	footer .level_2_newsletter {
		padding-left: 0px;
	}
	
	footer .level_2_newsletter #edit-mail{
		/*margin-top: 13px;*/
	}
	
	footer .level_2_newsletter div.form-item-mail{
		padding-left: 0px;
		display: block;
		float: left;
	}
	
	footer .level_2_newsletter button#edit-submit--2{
		display: block;
		height: 44Px;
	}
	
	footer .level_2_newsletter form.simplenews-subscribe{
		display: table;
		margin: auto;
		padding-top: 13px;
	}
	
	
	footer .level_2_newsletter form.simplenews-unsubscribe{
		display: table;
		margin: auto;
		padding-top: 13px;
		padding-bottom:13px;
	}
	
	div.ctools-modal-content{
		width:400px !important;
	}
  
	#nav-breadcrumb{
		display:none;
	}
 
	
	footer .level_2 .social-icons a {
		margin:10px;
	}
	
	
	.angelina-about-large .text-caption {
		font-size:12px;
		padding: 5px 0;
	}
	
	.top-navigation .language{
		/*float:none !important;
		display:table;
		margin:auto;*/
		
		float: left;
		margin-left: 37px;
	}
	
	.top-navigation .language li{
		float:left;	
	}
	
	.top-navigation .reservation{
		margin-left:6px;
	}
	
	div#mobile_menu_content{
		display:block;
	}
	
	body.admin-menu .navbar-fixed-top{
		top:0px !important;
	}
	
	.cart .navbar-nav{
		top: 0px;
		right: 25px;
	}
	
	.sticky .show-modal-reservation{
		display: block;
		position: absolute;
		top: 17px;
		left: 72px;
		margin-top:0px !important;
	}
	
	.sticky #block-multiblock-10{
		margin-top:0px !important;
		position: absolute !important;
	}
	
	.sticky #block-multiblock-10 .cart-dropdown{
		top: 17px;
		right: 30px;
		position: absolute;

	}
	
	/* Responsive Menu */

/*.nav > .dropdown-megamenu {
    position: static;
}*/

.responsive-menu-combined .mega-dropdown .dropdown-menu {
    position: absolute;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    z-index: 100;
    background: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 10px;
}

.responsive-menu-combined .mega-dropdown .dropdown-menu {
    border-radius: 0;
}

.responsive-menu-combined .mega-dropdown .dropdown-menu img {
    /*margin-bottom: 10px;*/
}

.responsive-menu-combined .mega-dropdown .dropdown-menu a {
    font-size: 13px;
    text-transform: uppercase;
}

.responsive-menu-combined .navigation_toggle__text{
	display:none;
}

.responsive-menu-combined .navigation-button{
	min-height: 2rem !important;
	padding: 15px 28px 15px 9px !important;
    border-radius: 5px !important;
	background-color:#a37c37 !important;
}

.responsive-menu-combined .navigation-button .navigation-button__lines{
	top: 50% !important;
    left: 50% !important;
}

.responsive-menu-combined .responsive-nav-menu .tab > div.tab-label, 
.responsive-menu-combined .responsive-nav-menu .tab > label{
	color:	#a37c37 !important;
}

.responsive-menu-combined .responsive-menu-content{
	top : 2rem !important;
	background-color:#fef4f3 !important;
}

.responsive-menu-combined .responsive-nav-menu .tab[aria-selected=true] > div.tab-label, 
.responsive-menu-combined .responsive-nav-menu .tab[aria-selected=true] > label, 
.responsive-menu-combined .responsive-nav-menu .tab input[name=tab-group-responsive_menu_combined]:checked + label{
	background-color: #a37c3740 !important;
}

.responsive-menu-combined .responsive-nav-menu .tab{
	border : none !important;
	cursor:pointer !important;
}


.responsive-menu-combined .responsive-nav-menu ul{
	background:none !important;	
}

.responsive-menu-combined .responsive-nav-menu li{
	border-bottom: 1px solid #a37c37 !important;
}

.responsive-menu-combined .responsive-nav-menu li a{
	color:#a37c37 !important;
}

.responsive-menu-combined .dropdown-menu a{
	padding: 0px 0px 0px 0px !important;
	color:#a37c37 !important;
}

.responsive-menu-combined .dropdown-menu h6{
	padding: 0px 0px 16px 0px !important;
	color:#a37c37 !important;
}

.responsive-menu-combined .responsive-nav-menu li a:hover, 
.responsive-menu-combined .responsive-nav-menu li a:focus, 
.responsive-menu-combined .responsive-nav-menu a.active, 
.responsive-menu-combined .responsive-nav-menu .toggle-sub:hover{
	background: #a37c3740 !important;
}

.responsive-menu-combined .responsive-nav-menu li .dropdown-menu a:hover, 
.responsive-menu-combined .responsive-nav-menu li .dropdown-menu a:focus, 
.responsive-menu-combined .responsive-nav-menu .dropdown-menu a.active, 
.responsive-menu-combined .responsive-nav-menu .toggle-sub:hover{
	background: none !important;
}

	#block-easy-breadcrumb-easy-breadcrumb{
		display:none;
	}
	
	/*#block-system-main{
		padding-top:40px;
	}*/
	
	#offset-section{
		margin-bottom:100px;
	}
	
	.separator-img{
    top: 0px !important;
	}
	
	
}


form.commerce-add-to-cart h2{
	font-size: 24px !important;
    font-family: 'Cardo', serif !important;
    color: #2e0000 !important;
	margin-bottom: 16px !important;
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  div.ctools-modal-content{
		width:300px !important;
	}
	
	footer .level_2_newsletter #edit-mail{
		width:200px !important;
	}
	
}


@media (max-width: 500px) {
  footer .level_2_newsletter #edit-mail{
		width:170px !important;
	}
}


@media (max-width: 767px) {
	.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
		white-space: normal;
	}
}


.complete-order-message-container{
	width: 70%;
    display: table;
    margin: 15px auto;
    background-color: #ffffff;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
    padding: 10px;
}


@media (max-width: 600px) {
	.complete-order-message-container{
		display: block;
		width:auto;
	}
}
  

  


