:root {
    --color_dark:#473a4b;
    --color_darkish:#6d6268;
    --color_light:#e6e1db;
    --color_lightish:#a6a6a8;
    --color_color:#d3b338;
    --color_color_75:#d3b438bd;
}

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;height: 100%}body{margin:0;height: 100%}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0;color: inherit;text-decoration: none}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:var(--color_color);color:var(--color_dark)}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid var(--color_lightish);margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}.ld-serif{font-family:serif}
h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}.ld-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid var(--color_lightish);margin:20px 0}

body{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}

.navbar {
    background-color: var(--color_dark) !important;
    font-size: 110% !important;
}
.nav-item a {
    color: white !important;
}
.nav-item a:hover {
    color: var(--color_lightish) !important;
}
.active a {
    color: var(--color_lightish) !important;
}
.navbar-collapse{
    z-index: 1030;
    text-align: right;
}

ul.dropdown-menu {
    background-color: var(--color_dark);
}
ul.dropdown-menu li a {
    color: white !important;
}
ul.dropdown-menu li :hover{
    color: var(--color_dark) !important;
    background-color: var(--color_light);
}

.navbar .container-fluid .navbar-collapse .navbar-nav .dropdown .dropdown-toggle{
    background-color: var(--color_dark);
    color: white !important;
}

.navbar .container-fluid .navbar-collapse .dashboard .dropdown .dropdown-toggle{
    background-color: white;
}

.basket-mini-item {
    color: black;
}

article.product_pod .image_container{
    min-height: 70px !important;
}

div.ld-page {
    position: relative;
    width: 100%;    
    min-width: 320px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

div.carousel_home{
    position: relative;
    width: 100% !important;
    height: calc(100vh - 110px) !important;
    max-height: 1300px !important;
    min-height: 400px !important;
    min-width: 320px;
}

div.carousel_home-inner{
    position: relative;
    width: 100%!important;
    height: 100% !important;
    min-width: 320px;
    max-height: 1300px !important;
    min-height: 400px;
}

div.carousel_home-item{
    position: relative;
    width: 100%!important;
    min-width: 320px;
    height: 100% !important;
    min-height: 400px;
}

div.carousel_home-img{
    position: relative;
    min-width: 320px;
    min-height: 400px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
div.carousel_home-img img{
    position: relative;
    height: calc(100vh - 110px) !important;
    min-height: 400px;
    max-height: 1300px !important;
    object-fit: cover;
    object-position: center center;
}

div.ld-container {
    position: relative;
    min-width: 320px;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    min-height: 400px;
    max-height: 1100px !important;
}

div.ld-quote {
    position: absolute;
    left: 20%;
    width: 35%;
    font-size: 250%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}
div.ld-quote p {
    color: var(--color_dark);
    text-align: right;
    background-color: rgba(230, 225, 219, 0.8);
    display: inline;
    padding: 0.25rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

div.ld-flexbox{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100%;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: space-around;
    padding: 3em;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

div.card{
    margin: 0.5em;
    width: 200px;
}


div.contact-container {
    position: relative;   
    min-width: 800px;
    min-height: 800px;
    width: 100%;
    height: 100%;
}
div.mapbox {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: grey;
    text-align: left;
}
div.black-filter{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}
div.contact-intro {
    position: absolute;
    min-width: 400px;
    right: 25%;
    left: 25%;
    top: 5%;
    height: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
    color: var(--color_dark);
}
div.contact-intro p {
    padding: 2px;
}
div.contact-intro p, b {
    font-size: 110%;
}
div.contact-intro p, span {
    padding: 0px 10px;
    font-size: 110%;
}
div.contact-form{
    position: absolute;
    min-width: 400px;
    right: 25%;
    left: 25%;
    bottom:1%;
}

textarea.form-control {
    max-width: 100%;
    resize: none;
    overflow: auto;
    height: 10em;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
    color:white;
    background-color: var(--color_darkish);
    border-color: var(--color_dark);
}
.btn.btn-dark {
  color:white;
  background-color: var(--color_dark);
  border-color: var(--color_dark);
}

div.top-buffer { 
    margin-top:40px; 
}

div.h3-buffer h3 { 
    padding-top:20px; 
}
div.h3-buffer p { 
    padding-bottom:10px; 
}

div.h3-color-color h3 { 
    color:var(--color_color); 
}

div.bottom-buffer { 
    margin-bottom:40px; 
}


.price_color {
    color: black
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: var(--color_lightish) !important;
    border-color: var(--color_lightish) !important;
    color: var(--color_dark) !important;
}

.btn-primary:hover {
    background-color: var(--color_light) !important;
    color: var(--color_dark) !important;
}

.btn-danger, .btn-info{
    background-color: var(--color_dark) !important;
    border-color: var(--color_dark) !important;
}
.btn-danger:hover {
    background-color: red !important;
    border-color: red !important;
}

.alert-success{
    background-color: var(--color_color_75);
    border: var(--color_dark);
    color: var(--color_dark);
}
.alert-info{
    background-color: var(--color_color_75);
    border: var(--color_dark);
    color: var(--color_dark);
}

.nav-pills li.active a{
    background-color: var(--color_dark) !important;
    border-color: var(--color_dark) !important;
    color: white !important;
}

.nav-checkout .nav .disabled .navbar-text{
    color: var(--color_darkish) !important;
}
.nav-checkout .nav .visited .navbar-text{
    color: var(--color_darkish) !important;
}

.btn-add-to-basket{
    font-size: 120%;
    background-color: var(--color_color) !important;
    color: white !important;
}
.btn-wishlist .btn-lg{
    font-size: 120%;
}
 ul.shop-sidebar-sub li medium:hover{
    color: black !important;
}

.price_color {
    color: var(--color_dark)!important;
    font-family: Helvetica!important;
    font-size: 105%!important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }