<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

#navigation ul, .item-list, .size ul, .food-items ul, .tabset {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color:#58595b;
  background: #fff;
  font-size: 16px;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

img {
  max-width: 100%;
  height: auto; }
  
  @font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gns1ng");
  src: url("../fonts/icomoon.eot?gns1ng#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gns1ng") format("truetype"), url("../fonts/icomoon.woff?gns1ng") format("woff"), url("../fonts/icomoon.svg?gns1ng#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  
.icon-facebook:before {
  content: "\e900"; }

.icon-flickr:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e902"; }

.icon-lock:before {
  content: "\e903"; }

.icon-cart:before {
  content: "\e904"; }

.icon-pinterest:before {
  content: "\e905"; }

.icon-twitter:before {
  content: "\e906"; }

.icon-youtube:before {
  content: "\e907"; }

.icon-fonts {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.col_12, .col_11, .col_10, .col_9, .col_8, .col_7, .col_6, .col_5, .col_4, .col_3, .col_2, .col_1 {
  float: left;
  position: relative; }

.col_12 {
  width: 100%; }

.col_11 {
  width: 91.6666%; }

.col_10 {
  width: 83.333%; }

.col_9 {
  width: 75%; }

.col_8 {
  width: 66.666%; }

.col_7 {
  width: 58.333%; }

.col_6 {
  width: 50%; }

.col_5 {
  width: 41.6666%; }

.col_4 {
  width: 33.333%; }

.col_3 {
  width: 25%; }

.col_2 {
  width: 16.6666%; }

.col_1 {
  width: 8.333%; }

.col_left {
  float: left; }

.col_right {
  float: right; }

.col_center {
  clear: both;
  float: none;
  margin: 0 auto; }



h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: 'Cormorant Garamond',Georgia,"Times New Roman",serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
  text-transform: inherit; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 28px; }

h3, .h3 {
  font-size: 25px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 1em; }

a {
  color: #daac71;
  text-decoration: none; }



@media (min-width: 769px) {
  html {
    height: 100%; } }

/* body style */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  display: table;
  table-layout: fixed; }

/* wrapper of the page style */
#wrapper {
  width: 100%;
  display: table-cell;
  margin: 0 auto;
  overflow: hidden; }

/* header style */
#header {
  width: 100%;
  position: fixed;
  float: left;
  z-index: 9999;
  background-color: #fffdf9;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }

  @media (max-width: 1024px) {
   }

.sticky #header {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15); }

.container {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }

/* logo of the site style */
.logo {
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  left: 0;
  margin: 0 auto;
  padding: 12px 0 12px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
		  
		  @media only screen and (min-width: 981px) {
.logo img {
      max-width: 75%;} } 
  
  @media (max-width: 768px) {
    .logo {
      /*max-width: 230px;*/ } }
  .logo a {
    -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal; }
    @media (max-width: 768px) {
      .logo a {
        float: left;
        width: 49%; } }
    .logo a + a {
      margin: 0 0 0 67px; }
      @media (max-width: 768px) {
        .logo a + a {
          margin: 0 0 0 2%; } }
  .logo img {
    vertical-align: bottom;
    -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }

.sticky .logo {
  padding: 20px 0; }

.sticky .logo a img {
  height: 60px; }

.mobile-header {
  display: none; }


/* page navigation style */
#navigation {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
    border-top: 3px solid #dfb782;
    border-bottom: 3px solid #dfb782;
  position: relative;
  padding: 0 11px;
  text-align: center;
  /* inner link style */ }
  @media (max-width: 1023px) {
    #navigation {
      text-align: left; } }

  #navigation ul {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    letter-spacing: -4px; 
    }
    #navigation ul ul{border-bottom: 3px solid #dfb782;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.25)}
    @media (max-width: 1023px) {
      #navigation ul {
        display: block;
        padding: 0;
        border-bottom: 1px solid #ccc; } }
    #navigation ul li {
      float: left;
      padding: 0;
      position: relative; }
      @media (max-width: 1023px) {
        #navigation ul li.active &gt; a, #navigation ul li.hover &gt; a {
          color: #000; } }
       #navigation ul li.active .dropdown, #navigation ul li.hover .dropdown {
        opacity: 1;
        visibility: visible; }
        @media (max-width: 1023px) {
			
			.page_footer_menu ul li a:hover + .dropdown {
				opacity: 1;
				visibility: visible;
			}
			.page_footer_menu ul li.active .dropdown, .page_footer_menu ul li.hover .dropdown {
            position: static;
            border: none; } }
     
        @media (max-width: 1023px) {
          #navigation ul li.active a, #navigation ul li.hover a {
            background: none; } }
      @media (max-width: 1023px) {
        #navigation ul li {
          float: none;
          padding: 0;
          margin: 0 0 5px; } }
    #navigation ul a {
      font-family: Lato;
    font-size: 15px;
    font-weight: bold;
      line-height: 22px;
      letter-spacing: 1px;
      word-spacing: 1px;
      color: #35312d;
      text-transform: uppercase;
      padding: 13px 22px;
      display: block; }
	  
	  #navigation ul a:hover {
		  color:#39499b;
		  font-weight:bold;
	  }
	  #navigation ul li .cart {
		  color: #daac71;
		  font-size:13px;
		  font-family:'Lato';
		  text-transform:inherit;
	  }
	 
	  
      @media (max-width: 1023px) {
		  #navigation ul li .cart {
			  display:none;
		  }
        #navigation ul a {
          display: inline-block;
          vertical-align: top;
          padding: 10px 15px; }
          #navigation ul a:hover,
          #navigation ul a .hover {
            color: #000; } }
  #navigation .dropdown {
    position: absolute;
    left: -19px;
    top: 100%;
    z-index: 6;
    text-align: left;
    width: 253px;
	background-color:#fffdf9;
    padding-bottom: 15px;
    opacity: 0;
    visibility: hidden; }
	
	.page_footer_menu .dropdown {
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    position: absolute;
    left: -19px;
   bottom: 50px;
    z-index: 6;
    text-align: left;
    width: 253px;
	background-color:#f1f1f1;
  padding-bottom:10px;
	padding-left:10px;
  padding-right:10px;
	padding-top:5px;
     opacity: 0;
    visibility: hidden; }
	.page_footer_menu .dropdown li:hover {
		background:none;
	}
	.page_footer_menu .dropdown li {
		width:100%;
		padding:0px
	}
	
	.ecommerce-menu {
		display:none;
	}
    @media (max-width: 1023px) {
		.logo {
			display:none;
		}
		/*.page_footer_menu li a {
			padding:0px !important;
		}*/
		.ecommerce-menu {
		display:block;
	}
      #navigation .dropdown {
        left: 0;
        background: none;
        padding: 0; } }
    #navigation .dropdown li {
      padding: 0;
      margin: 0 0 -4px;
width:100%;	  }
      #navigation .dropdown li.active a {
        color: #000; }
    #navigation .dropdown a {
          text-transform: capitalize;
    font-family: "Lato", sans-serif;
    color: #000;
    padding: 6px 20px;
    width: 100%;
    font-weight: 500; }
	
	.page_footer_menu .dropdown a {
          text-transform: capitalize;
    font-family: "Lato", sans-serif;
    color: #000;
    padding: 6px 5px;
    width: 100%;
    font-weight: 500; 
	font-size:14px;}
	
	#navigation .hasdropdown a:after {
	  position: absolute;
	  top: 13px;
    right: 4px;
    display: inline-block;
	  content:"\f0d7";
	  font-family:'FontAwesome';
	  font-size:12px;
  }
  .page_footer_menu .hasdropdown a:after {
	  top: 13px;
    right: 4px;
    display: inline-block;
	  content:"\f0d8";
	  font-family:'FontAwesome';
	  font-size:12px;
	  margin-left:5px;
  }
  .page_footer_menu .dropdown a:after {
	  display:none;
  }
  
  #navigation .dropdown a:after {
	  display:none;
  }
      #navigation .dropdown a:hover, #navigation .dropdown a.hover {
        color: #39499b; }

.sticky #navigation ul a, .sticky #navigation .shop {
  padding-top: 8px;
  padding-bottom: 8px; }

.sticky .filter:after, .sticky .filter:before {
  top: 9px; }

.interior #footer-info-wrapper {
  margin-top: 40px; }
  
@media screen and (max-width: 1180px) {
  #navigation ul a, #navigation .shop {
    font-size: 17px; }
  #navigation .shop {
    margin: 0 10px 0 0; } }

/* product filter */
.filter {
  position: relative; }
  
/* user menu style */
.ecommerce-menu {
  position: absolute;
  top: 0;
  right: 30px;
  font-family: "Lato",sans-serif;
  z-index: 10; }
  .ecommerce-menu ul.user-menu {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 20px 0 0 0;
    list-style-type: none; }
    .ecommerce-menu ul.user-menu li {
      display: inline-block;
      text-transform: uppercase;
      padding-left: 10px; }
      .ecommerce-menu ul.user-menu li a, .ecommerce-menu ul.user-menu li a:hover {
        color: #000; }
      .ecommerce-menu ul.user-menu li i {
        padding-left: 2px;
        color: #bba06c; }
      .ecommerce-menu ul.user-menu li i.icon-lock {
        position: relative;
        top: 1px; }

#main {
  padding: 212px 0 207px;
  position: relative;
  width: 100%;
  float: left; 
  min-height:560px;
  }

#main h4 {
	text-align:center;
}
/* logotype style */
.main-logo {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }


.col_5 {
  width: 41.6666%; }

.col_2 {
  width: 16.6666%; }
#footer-info-wrapper {
  float: left;
  width: 100%;
  border-top:1px solid #f3e8cc;
  padding:30px 0 40px;
  }
  #footer-info-wrapper .container {
    position: relative;
	width:95%;
	max-width:120em;
	}
  #footer-info-wrapper .top-row{
    display: block;
    float: left;
    width: 100%;
    }
  #footer-info-wrapper .top-row {
    margin-top: 50px;
    margin-bottom:20px;}
 .middlerow {
	 color:rgba(0,0,0,0.3);
 }
 .middlerow p {
	    margin-bottom: 1.7em !important;
    font-size: 15px !important;
 }
  #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    padding: 20px 70px; }
  #footer-info-wrapper .right-info {
    float: right; 
  }

  #footer-info-wrapper .col_8 {
    padding-right: 20px; }
  
    
 #footer-info-wrapper .social-media-icons {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}
	#footer-info-wrapper .social-media-icons a:hover {
	box-shadow: 0px 4px 18px 0px rgba(88,89,91,0.47);
	}
	#footer-info-wrapper .social-media-icons a .fa {
		  padding: 11px;
	}
    #footer-info-wrapper .social-media-icons a {
		background-image: linear-gradient(297deg,#e2c392 0%,#f3e8cc 100%)!important;
    background-color: #74634e!important;
      color: #fff;
	  width:42px;
	  height:42px;
	  border-radius:50%;
      font-size: 1.2em;
      margin-right: 22px;
      display: inline-block;
      float: left;
      -webkit-transition: opacity 0.25s ease-in-out;
              transition: opacity 0.25s ease-in-out;
      -webkit-backface-visibility: hidden; }
      
  #footer-info-wrapper .newsletter-form {
    width: 100%;
    float: left;
	background-color:#f3e8cc;
	padding:25px;
	}
	
	#footer-info-wrapper .newsletter-form .formbutton {
		font-size: 20px;
    color: #666;
	font-family:"Lato";
	background-color:#FDF8E4;
	padding:12px 10px !important;
	margin-bottom:0px;
	}
	#footer-info-wrapper .button:hover {
		color: #fdf8e4!important;
    background: #39499b!important;
	}
	#footer-info-wrapper .button {
		font-size: 20px;
    color: #666;
	font-family:"Lato";
	background-color:#FDF8E4;
	padding:10px 20px !important;
	margin-bottom:0px;
	border:2px solid #f3e8cc;
	    margin-top: 10px;
    display: inline-block;
	}
	#footer-info-wrapper .newsletter-form .formbutton:hover {
		color: #fdf8e4!important;
    background: #39499b!important;
	}
	#footer-info-wrapper .newsletter-form form input {
	width: 100%;
    padding: 20px 4%!important;
    border-width: 0;
    border-radius: 3px;
    color: #666;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
	margin-bottom:20px;
	}
	#footer-info-wrapper .newsletter-form h3 {
		font-size: 23px;
    color: #58595b;
    font-family: auto;
    font-weight: 300;
    margin-bottom: 30px;

	}
	#footer-info-wrapper .newsletter-form h5 {
		font-size: 15px;
    color: #58595b;
    margin-bottom: 20px;
	font-family:"Lato";
	}
	
	/* The container */
.checkboxlabel {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxlabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkboxlabel:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkboxlabel input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkboxlabel:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxlabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxlabel .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

	/*.checkbox {
		float:left;
		width:auto !important;
	}*/
	.older {
		width:100%;
		display:inline-block;
		color:#666;
		font-family:"Lato";
		margin-bottom:10px;
		
	}
	#footer-info-wrapper .newsletter-form form input:placeholder {
	width: 100%;
    padding: 14px 4%!important;
    border-width: 0;
    border-radius: 3px;
    color: #666;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
	}
    
		  
		 @media screen and (max-width: 1920px) {
  #footer-info-wrapper .social-media-icons a {
    margin-right: 15px; }
		 }

.page_footer {
  width: 100%;
  background: #222;
 /* overflow: hidden;*/
 display:inline-block;
  box-sizing: border-box;
  max-width:120em;
  padding: 0; }
  .page_footer .container {
    max-width: 1100px;
  box-sizing: border-box; }
.footer_menu {
	background-color:rgba(255,255,255,.05);
	width:100%;
	display:inline-block;
}
.page_footer_menu {
  list-style: none;
  padding: 0;
margin:0px 0;  }
  .page_footer_menu li {
    display: inline-block;
    padding: 0 0.4em;
    font-size: 12px;
    text-transform: uppercase;
	position:relative;
	
    color: #fff; }
    .page_footer_menu li a {
      color: inherit;
	 padding:12px 4px;
	 display:inline-block
	}
	.page_footer_menu li a:hover {
		background-color:#333;
	}

	.page_footer_menu .dropdown a:hover {
		background-color:#ddd;
	}
 

.copyright {
  color: #666;
  font-size: 16px;
  padding: 20px 0px 20px 0;
  text-align: right; }
  .copyright a {
    color: #666;
font-weight:700;
	}



.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Lato";
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  box-shadow: inset 0 0 5px 5px #ebebeb; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr .sidr-inner &gt; p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2); }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(51, 51, 51, 0.9); }

.sidr &gt; p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 0px solid #dfdfdf;
  border-bottom: 0px solid #fff;
	background-color: #fffdf9;
    font-family: 'Lato';
    font-weight: bold;
  }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 43px;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #dfdfdf; }

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0px solid #dfdfdf;
  line-height: 43px; }

.sidr ul li:hover &gt; a, .sidr ul li:hover &gt; span, .sidr ul li.active &gt; a, .sidr ul li.active &gt; span, .sidr ul li.sidr-class-active &gt; a, .sidr ul li.sidr-class-active &gt; span {
  box-shadow: inset 0 0 15px 3px #ebebeb; }

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0px solid #dfdfdf;
  line-height: 40px; }

.sidr ul li ul li:hover &gt; a, .sidr ul li ul li:hover &gt; span, .sidr ul li ul li.active &gt; a, .sidr ul li ul li.active &gt; span, .sidr ul li ul li.sidr-class-active &gt; a, .sidr ul li ul li.sidr-class-active &gt; span {
  box-shadow: inset 0 0 15px 3px #ebebeb; }

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both; }

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none; }

.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333; }

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9); }

@media screen and (max-width: 1920px) {

  .page_footer_menu {
    text-align: center; }
  .page_footer .col_3, .page_footer .col_9 {
    width: 100%; }
  .copyright {
    text-align: left; } }





@media (max-width: 1023px) {
  .header_logo {
    display: none; }
	
	

  #navigation, #header .container {
    display: none; }
  .mobile-header {
    display: block;
    position: fixed;
    background: #fffdf9;
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    z-index: 1; }
  .header_logo_mobile {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    float: none;
    position: relative;
    left: 0;
    margin-left: 0;
    top: 0;
    padding: 6px; }
  #mobile-ecommerce-icon {
    float: right; }
  .main-menu, .ecommerce-menu {
    display: none; }
  .sidr-class-submenu-content {
    display: none; }
  .header-quicklinks {
    display: none; }
  li.sidr-class-has-submenu {
    position: relative; }
  .click-menu {
    width: 27px;
    margin: 10px 20px 10px 10px;
    display: block;
    float: left;
    position: relative;
    z-index: 10; }
  .click-menu.quicklinks {
    float: right;
    margin: 10px 10px 10px 5px; }
  .click-menu i {
    font-size: 22px;
    color: #000; }
  .sidr ul li a, .sidr ul li span {
    border-bottom: 1px solid #dfdfdf !important; }
  body.sidr-open {
    position: fixed !important; }
  body.sidr-open .mobile-header {
    left: 260px; }
  body.sidr-open.sidr-ecomm-open .mobile-header {
    left: auto;
    right: 260px; }
  body {
    margin-top: 0; }
  .sidr .sidr-inner {
    position: absolute;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    width: 100%; }
  .sidr {
    border-right: 1px solid #dfdfdf !important;
    box-shadow: none;
    background: #fffdf9;
    font-family: "Lato",sans-serif;
    font-weight: 500;
padding-top: 30px;	}
  .sidr ul {
    margin: 0; }
  .sidr.right {
    border-right: 0;
    border-left: 1px solid #dfdfdf !important; }
  .sidr-class-shop {
    padding-left: 15px;
    padding: 12px 15px;
    display: block;
    border-bottom: 1px solid #dfdfdf !important; }
	
	
	
	
	
	.sidr ul li ul {
    display:none;
}
.sidr li {
    position:relative;
}
.sidr .sub-toggle {
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    border-left:1px solid #dddddd;
    font-size: 1.5em;
    width:45px;
    text-align:center;
}
.sidr .sub-toggle.is-open {
    content:" - " !important;
}
.sidr .sub-toggle:hover {
    color:red;
    background:rgba(255,255,255,0.5);
}
  #header {
   /* position: static;*/
    z-index: 9999;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 43px;
    padding: 0; }
 
  .page_footer_menu {
    list-style: none;
    padding: 10px 0 0 0;
    text-align: center; }
  .page_footer_menu li {
    padding: 0.5em 0.5em; }
  .copyright {
    text-align: center;
    line-height: 1.4em; }
 
  .copyright span {
    visibility: hidden;
    display: block; }
 }
 
 @media screen and (max-width: 1600px) {
  #footer-info-wrapper .center-info {
    width: 100%;
    position: relative;
    left: 0;
    border: 0; }
  #footer-info-wrapper .center-info img {
    margin: 0 10px;
    display: inline-block; }
  #footer-info-wrapper .left-info {
    padding: 20px 20px;
   }
   #footer-info-wrapper .right-info {
	   padding: 10px 10px;
   }
  .davies-logo {
    padding: 0 65px 0 0; }
   }
@media screen and (max-width: 991px) and (min-width:200px){
  .footer_menu .dropdown{display:none;}
  .page_footer_menu .hasdropdown a:after{display: none;}
	.left_top_container {
	width:100% !important;
	text-align:center;
  margin-bottom: 10px;
}
.right_top_container {
	width:100% !important;
	float:inherit !important;
	text-align:center;
}
}
@media screen and (max-width: 1300px) and (min-width:990px){
.left_top_container {
	width:50% !important;
}
.right_top_container {
	width:50% !important;
	text-align:right;
	padding-right:3%;
}
}
@media screen and (max-width: 1300px) {
  #footer-info-wrapper .social-media-icons a {
    margin-right: 14px; } }


@media screen and (max-width: 1250px) {
  #footer-info-wrapper .top-row .col_8, #footer-info-wrapper .top-row .col_4,
  #footer-info-wrapper .bottom-row .col_8, #footer-info-wrapper .bottom-row .col_4,
  #footer-info-wrapper .social-media-icons, #footer-info-wrapper .email-form {
    width: 100%;
    float: left;
    clear: both; }
  #footer-info-wrapper .button {
    max-width: 250px;
    margin-top: 10px; }
  #footer-info-wrapper .email-form form {
    padding: 20px 0 0 0;
    margin: 0 auto;
    float: none;
    position: relative;
    top: 0; }
  #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    text-align: center; }
  #footer-info-wrapper .social-media-icons a {
    display: inline-block;
    float: none;
    margin: 0 0px 0; }
  #footer-info-wrapper .email-form form input[type="text"] {
    display: inline-block;
    float: none; }
  #footer-info-wrapper .email-form form input[type="submit"] {
    display: inline-block;
    float: none; }
  #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    padding: 20px 0px; }
  #footer-info-wrapper .container {
    padding: 20px 0px; }
 }
 
 @media (max-width: 1023px) {
	   #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    border: 0; }
  #footer-info-wrapper .bottom-row {
    padding-top: 25px;
    border-bottom: 1px solid #d0c4ab;
    margin-bottom: 25px;
    padding-bottom: 25px; }
  #footer-info-wrapper .center-info img {
    margin: 0 auto;
    display: block; }
	#footer-info-wrapper p span {
    display: block; }
  #footer-info-wrapper .right-info .bottom-row:last-of-type {
    border-bottom: 0; }
  #still-wines-wrapper {
    background-size: cover; }
  #still-wines-wrapper img {
    width: 100%;
    height: auto;
    display: none; }
  #still-wines-wrapper .overlay {
    position: relative;
    padding: 80px 20px;
    border: 0; }
	 #footer-info-wrapper .social-media-icons a {
    margin: 0 6px 0; }
 }
 
 
 .top_bar {
	 background-color:#39499b;
	 box-shadow:0px 2px 18px 0px rgba(0,0,0,0.43);
	 padding:10px 0;
	 display:inline-block;
	 width:100%;
 }
 .top_bar p{margin:0;}
 .left_top_container {
	 padding:5px 0 0 25px;
	 font-size:16px;
	 color:rgb(253, 248, 228);
	 font-family:"Lato";
	 width: 60%;
    float: left;
 }
 .right_top_container {
	 float:right;
	 width: 40%;
	 margin-top:0px;
	 
	/*text-align: right;*/
 }
 .right_top_container span{
	 color:rgb(253, 248, 228);
	 margin-right:5%;
   font-size: 14px;
 }
 .fa-close {
	 font-size:25px !important;
	 color:#fff;
	 margin-left:2%;
	 cursor:pointer;
 }
 .shop_button {
	cursor:pointer;
background-color:#fdf8e4;
border:2px solid #f3e8cc;
letter-spacing:1px;
font-size:20px;
padding:7px 15px;
color:#666;
font-weight:500;
	 
 }
 .schramsberg-logo{max-width: 350px;}
@media only screen and (max-width: 480px){
.right_top_container span{display: block;margin-bottom:10px;margin-right:0;text-align:center;}
  #main{padding-top:300px}
}




/* product order css */


.item {
    display: inline-block;
    width: 100%;
}
.product-form .col-sm-8 {
    width: 20%;
    float: left;
}
.product-form header .col-sm-8 {
padding:20px 0
}
.product-form header .col-sm-8 {
margin:0px;
padding:20px;
}
.product-form header {
display:inline-block;
width:100%
}
.product-form header .row {
background-color: #39499b;
    display: inline-block;
    width: 100%;
    color: #fff;
	
	}
.product-form .row {
	paddding-left:10px;
	padding-right:10px
}
.body-product .item .list-product li {
display:none;
}
.list-inc select {
height:35px;
}
.product-form fieldset {
padding:0px
}
.product-form .col-sm-10 {
    width: 80%;
    float: left;
}
ul.list-product {
    display: inline-block;
    width: 100%;
	margin:0;
	padding-top: 20px;
    padding-bottom: 20px;
}
.list-product li {
    float: left;
    list-style: none;
    width: 33%;
}
.item {
    display: inline-block;
    width: 100%;
}
ul.list-inc {
    width: 100%;
    display: inline-block;
}
.list-inc li {
    width: 33%;
    float: left;
    list-style: none;
}


.footer-product .list li {
    width: 49%;
    padding: 0;
    float: left;
    list-style: none;
    padding: 10px;
}
.footer-product ul.list {
    width: 300px;
    display: inline-block;
    padding: 0;
}
.list-button li {
    list-style: none;
    /* float: left; */
    display: inline;
}
.list-button {
padding:0px
}
.help-block {
    float: left;
}

ul.list-button button {
    padding: 10px;
    background-color: #39499b;
    color: #fff;
    border: 0;
}


@media scrren and (min-width:200px) and (max-width:600px) {
.product-form .col-sm-8 {
width:100% !important
}
.product-form .col-sm-10 {
width:100% !important
}
}</pre></body></html>