/* Fonts */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-v17-latin_latin-ext-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-regular.woff2') format('woff2'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-regular.woff') format('woff'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-regular.ttf') format('truetype'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-regular.svg#OpenSans') format('svg');
  }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-v17-latin_latin-ext-600.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-600.eot?#iefix') format('embedded-opentype'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-600.woff2') format('woff2'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-600.woff') format('woff'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-600.ttf') format('truetype'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-600.svg#OpenSans') format('svg');
  }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-v17-latin_latin-ext-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-700.woff2') format('woff2'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-700.woff') format('woff'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-700.ttf') format('truetype'),
    url('../fonts/open-sans/open-sans-v17-latin_latin-ext-700.svg#OpenSans') format('svg');
  }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material-icons/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('../fonts/material-icons/MaterialIcons-Regular.woff2') format('woff2'),
    url('../fonts/material-icons/MaterialIcons-Regular.woff') format('woff'),
    url('../fonts/material-icons/MaterialIcons-Regular.ttf') format('truetype');
  }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  }

/* General */
html{
  font-family: "Open Sans", sans-serif;
  }
body{
  padding: 160px 0 0 0;
  }


.main-content .container{
  background: #fff;
  }

 /* Season Themes */
body.spring .main-content {
  background: url(../img/spring-bkg.jpg) fixed bottom no-repeat;
  }
body.summer .main-content {
  background: url(../img/summer-bkg.jpg) fixed bottom no-repeat;
  }
body.autumn .main-content {
  background: url(../img/fall-bkg.jpg) fixed bottom no-repeat;
  }
body.winter .main-content {
  background: url(../img/winter-bkg.jpg) fixed bottom no-repeat;
  }

.btn{
  height: auto;
  }
.btn i{
  position: relative;
  bottom: -4px;
  margin: 0 10px 0 0;
  }


/* Header */
header{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  }
.header-logo{
  position: absolute;
  }
.header-logo img{
  display: inline-block;
  }
.header-main{
  background: #fff;
  padding: 5px 0 10px 0;
  min-height: 105px;
  }
.header-main .container{
  position: relative;
  }
.header-nav{
  background: #137547;
  display: inline-block;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-top: 3px solid #054A29;
  /* position: absolute; */
  /* bottom: 0; */
  }


.header-account-actions{
  text-align: right;
  padding: 0 0 10px 0;
  }
.header-account-actions>div{
  display: inline;
  margin: 0 0 0 15px;
  }
.header-account-actions>div a{
  color: #333;
  text-decoration: underline;
  } 
.header-account-actions>div a i{
  font-size: 22px;
  position: relative;
  bottom: -5px;
  margin: 0 5px 0 0;
  color: #222;
  }






.header-nav .container{
  position: relative;
  }
.header-search{
  position: absolute;
  right: 0;
  top: 7px;
  }
.header-search input{
  border: 0 !important;
  background: rgba(243, 243, 243, 0.9) !important;
  padding: 0 15px 0 15px !important;
  border-radius: 7px !important;
  width: 130px !important;
  height: 2.3rem !important;
  box-shadow: none !important;
  }
.header-search input:hover,
.header-search input:focus,
.header-search input:active{
  background: rgba(243, 243, 243, 1) !important;
  }
.header-search .input-field{
  margin: 0;
  }
.header-search .input-field label{
  font-size: 13px;
  width: 145px;
  top: -2px;
  }
.header-search .input-field label i{
  float: right;
  position: relative;
  margin-top: -6px !important;
  font-size: 28px;
  }
.header-search .input-field label.active{
  display: none;
  }
.header-search .autocomplete-content{
  width: 100%;
  position: absolute !important;
  margin-top: -25px !important;
  }
.header-search .autocomplete-content li{
  min-height: 0;
  }
.header-search .autocomplete-content li span{
  padding: 5px 15px 5px 15px !important;
  font-size: 13px;
  }
.header-search .autocomplete-content li span.highlight{
  padding: 0 !important;
  }


  
.header-left {
  padding: 25px 0 0 0;
  }
.header-left div {
  display: inline;
  color: #333;
  font-size: 20px;
  padding: 0 30px 0 0;
  }
.header-left div i {
  margin: 0 8px 0 0;
  font-size: 24px;
  position: relative;
  top: 5px;
  }
.header-left div a {
  color: #fff;
  }
.header-right {
  padding: 23px 0 0 0;
  }
.header-right>div {
  display: inline;
  padding: 0 10px 0 10px;
  }

.header-address{
  color: #fff;
  }
.header-address a{
  text-decoration: underline;
  color: #fff;
  }


.header-cart {
  position: relative;
  margin: 0 0 10px 0;
  }

.header-cart a {
  color: #333;
  padding: 8px 12px 8px 12px;
  border-radius: 5px;
  font-size: 11px;
  background: rgba(189, 219, 91, 0.521);
  margin: 0 0 0 10px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
  0 3px 1px -2px rgba(0, 0, 0, 0.12),
  0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
  0 3px 1px -2px rgba(0, 0, 0, 0.12),
  0 1px 5px 0 rgba(0, 0, 0, 0.2);
  width: auto;
  height: auto;
  line-height:10px;
  }
.header-cart a i {
  position: relative;
  top: 7px;
  font-size: 22px;
  margin: 0 0 0 5px;
  }
.header-cart a strong{
  font-weight: bold;
  }
.header-cart a:hover{
  background: #9EC328;
  color: #fff;
  }
.header-cart a:hover i{
  color: #fff;
  }




.header-disclaimer{
  font-size: 12px;
  text-align: right;
  max-width: 520px;
  float: right;
  margin: 0 0 10px 0;
  }


  
.pulsing {
    animation: pulse 3s infinite;
  }
.pulsing:hover {
    animation: none;
  }
@keyframes pulse {
    0% {
      background: none;
      box-shadow: none;
    }

    70% {
      box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.3);
      background: rgba(255, 255, 255, 0.3);
      border-radius: 15px;
    }

    100% {
      box-shadow: none;
      background: none;
    }
  }

  
.header-account a{
  color: #333;
  text-decoration: underline;
  }


/* Food Menu - Header and Footer Sticky Mobile */
#desktop-main-menu {
  padding: 0 350px 0 0;
  }

/* Advanced Search */
.advanced-search-cta{
  position: absolute;
  top: 7px;
  right: 170px;
  }
.advanced-search-cta a{
  background-attachment: fixed;
  background: #00AE4D;
  font-size: 13px;
  line-height: 31px;
  border-radius: 5px;
  box-shadow: none;
  }
.advanced-search-cta a i{
  margin: 0;
  }

/* Category Tree CTA */
.category-tree-cta {
  position: relative;
  top: 7px;
  }
.category-tree-cta a {
  background-attachment: fixed;
  background: #00AE4D;
  font-size: 13px;
  line-height: 31px;
  border-radius: 5px;
  box-shadow: none;
  }
.category-tree-cta a i {
  margin: 0;
  }
  

#mobile-main-menu {
  display: none;
  background: #333;
  }
.main-menu {
  text-align: center;
  width: 100%;
  }
.main-menu ul {
  text-align: left;
  margin: 0;
  display: block;
  }
.main-menu li {
  display: inline-block;
  padding: 0;
  position: relative;
  }
.main-menu li a {
  font-size: 14px;
  color: #fff;
  padding: 15px;
  display: inline-block;
  }
.main-menu li.active a{
  background: #054A29;
  color: #fff;
  position: relative;
  border-bottom: 2px solid #666;
  }
.main-menu li a:hover {
  background: #00AE4D;
  color: #fff;
  position: relative;
  border-bottom: 2px solid #666;
  }

.dropdown {
  position: relative !important;
  display: inline-block !important;
 }
.main-menu ul li .dropdown-child {
  display: none;
  position: absolute;
	min-width: 250px;
	overflow: hidden;
	padding: 5px 0 0 0;
	-webkit-border-top-right-radius: 5px !important;
	-moz-border-radius-topright: 5px !important;
  border-top-right-radius: 5px !important;
  background: #00AE4D;
	}
.main-menu ul li .dropdown-child a {
	color:#fff !important;
	font-size: 11px;
  padding: 10px 15px 10px 15px;
  text-decoration: none !important;
	float: left !important;
	width: 100% !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.404);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	}
.main-menu ul li .dropdown-child a:hover {
  background: #054A29 !important;
	}
.main-menu ul li .dropdown-child a.active {
  background: #054A29 !important;
  }
.main-menu ul li.dropdown:hover a{
  background: #00AE4D;
  }
.main-menu ul li.dropdown:hover .dropdown-child {
	display: block;
	top: 45px;
  left: 0px;
  z-index: 999;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  box-shadow: 10x 0px 5px rgba(0, 0, 0, 0.08);
	}
.main-menu ul li.dropdown-child:last-child {
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
  border-bottom: 0;
	}

/* Side Navigation */
.sidenav {
  background: #fff;
  color: #333;
  padding: 15px;
  }
.sidenav h4{
  color: #B2C6D8;
  font-size: 1rem;
  }
.sidenav ul {
  margin: 0 0 20px 0;
  }
.sidenav ul li {
  padding: 0;
  line-height: 100%;
  }
.sidenav a,
.sidenav ul li a{
  line-height: 100%;
  height: auto;
  }
.sidenav ul.left-nav li i{
  font-size: 20px;
  }

.sidenav-close-wrap{
  text-align: right;
  }
#filter-sidebar .sidenav-close-wrap {
  text-align: left;
  }
.sidenav-close{
  cursor: pointer;
  font-size: 20px;
  }

.filter-reset-wrap a{
  color: #e25252;
  }
.filter-reset-wrap a i{
  font-size: 22px;
  position: relative;
  top: 5px;
  }
.filter-reset-wrap a:hover{
  color: #444;
  }

  
.responsive-account{
  background: #e9e9e9;
  border: 1px solid #e2e1e1;
  border-radius: 5px;
  padding: 10px 10px 0 10px;
  margin: 0 0 10px 0;
  }
.responsive-account h4{
  margin: 0 0 15px 0;
  color: #333;
  font-size: 14px;
  }
.responsive-account ul{
  margin: 0 0 20px 0;
  }
.responsive-account ul li{
  margin: 0 0 8px 0;
  }
.responsive-account ul li a {
  text-decoration: underline;
  padding: 0;
  }
.responsive-account strong{
  font-weight: bold;
  }
  

ul.left-nav{
  font-size: 13px;
  margin: 0;
  }
ul.left-nav a{
  color: #333;
  font-weight: bold;
  letter-spacing: -0.5px;
  }
ul.left-nav > li{
  margin: 0 0 5px 0;
  padding: 12px 8px 12px 8px;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  }
ul.left-nav li ul li:first-child{
  margin-top: 10px;
  }
ul.left-nav li ul li{
  background: #e9e9e9;
  padding: 7px;
  border-bottom: 1px solid #fff;
  border-radius: 4px;
  }
ul.left-nav li ul li ul li{
  background: #f5f5f5;
  border-bottom: 2px solid #e0e0e0;
  border-radius: 4px;
  }
ul.left-nav li ul li ul li a{
  color: #666;
  }
ul.left-nav li{
  width: 100%;
  display: inline-block;
  
  }
ul.left-nav li i.menu-minus{
  display: none;
  }
ul.left-nav li.expand-menu > i.menu-plus{
  display: none;
  }
ul.left-nav li.expand-menu > i.menu-minus{
  display: inline-block;
  }

ul.left-nav li i{
  cursor: pointer;
  float: right;
  font-size: 16px;
  color: #888;
  font-weight: 600;
  }
ul.left-nav li > ul {
  display: none;
}

ul.left-nav  li a:hover {
  color: #00AE4D;
  }
ul.left-nav  li.active-menu>a {
  color: #00AE4D;
  font-weight: bold;
  }

ul.left-nav li.expand-menu > ul {
  display: block;
  }

.main-menu-nav{
  margin: 0 0 20px !important;
  }

.noselect {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }


/* Footer */
footer ul li{
  display: inline;
  margin: 0 15px 0 15px;
  }
footer ul li a{
  color: #fff;
  }

.order-catalog{
  float: left;
  background: #137547;
  border-radius: 7px;
  }
.sidenav .order-catalog {
  padding: 10px;
  }
.order-catalog:hover{
  background: #00AE4D;
  }
.order-catalog-note{
  float: right;
  padding: 10px 0 0 0;
  }

.sidenav .order-catalog-note{
  font-size: 12px;
  }

  
.footer-main {
  background: #222;
  overflow: auto;
  }
.footer-main-content{
  color: #ccc;
  }
.footer-sec {
  background: #32363D;
  overflow: auto;
  }

.footer-nav{
  font-size: 13px;
  float: left;
  }
.footer-nav li{
  margin: 0 15px 15px 0px;
  }
.footer-sec .footer-nav li a{
  color: #ccc;
  text-decoration: underline;
  }

.footer-social-media{
  margin: 30px 0 0 0;
  }
.footer-social-media ul li{
  display: inline;
  }
  
.footer-copy{
  color: #ccc;
  font-size: 12px;
  float: right;
  text-align: right;
  }
.footer-copy a{
  text-decoration: underline;
  color: #ccc;
  }



/* Product List Box */
.product-list{
  /* margin-top: -40px; */
  }
.home-product-list{
  margin-top: 0px !important;
  }
.product-list .row{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  }
.product-list .row .col{
  margin-bottom: 20px;
  }

.heading-wrap{
  padding: 0 0px 15px 10px;
  width: 100%;
  display: inline-block;
  position: relative;
  }
.heading-wrap a.user-account-logout{
  position: absolute;
  top: 0;
  float: right;
  right: 12px;
  }
.heading-wrap a.user-account-logout i{
  font-size: 18px;
  top: 4px;
  left: 3px;
  position: relative;
  }


/* Product Single */
.product-page{
  /* margin-top: -40px; */
  }


.product-page-gallery{
  margin: 0 0 20px 0;
  position: relative;
  }
.featured-image{
  padding: 0 0 20px 0;
  display: inline-block;
  }
.featured-image img{
  width: 100%;
  display: inline-block;
  background: #fff;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 7px;
  padding: 12px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  }
.featured-image img.promo-label{
  position: absolute;
  width: auto;
  top: 5px;
  left: 5px;
  padding: 0;
  }

.carousel.carousel-products{
  height: 95px !important;
  }
.carousel.carousel-products .carousel-item img {
  width: 100%;
  height: auto;
  }
.carousel.carousel-products .carousel-item {
  width: inherit;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0.5 !important;
  }
.carousel.carousel-products .carousel-item.active{
  opacity: 1 !important;
  }
.carousel .indicators .indicator-item{
  background: #333;
  }


.product-page-cta{
  margin: 20px 0 30px 0;
  }
.product-page-cta a{
  display: inline-block;
  margin: 0 0 15px 0;
  border-radius: 5px;
  }
.product-page-cta a i{
  margin: 0 0 0 20px;
  }
.single-order-input {
  border: 1px solid #ccc !important;
  max-width: 150px !important;
  border-radius: 5px !important;
  padding: 10px !important;
  height: auto !important;
  text-align: left !important;
  margin: 0 !important;
  background: #fff !important;
  }


.table-cta-order {
  font-size: 13px;
  border-radius: 5px;
  margin: 0;
  padding: 4px 5px 12px 15px;
  height: auto;
  line-height: 1;
  }
.table-cta-pdf{
  font-size: 13px;
  border-radius: 5px;
  margin: 0;
  padding: 3px 5px 12px 15px;
  height: auto;
  line-height: 1;
  }
.table-cta i{
  margin-left: 5px;
  }

.product-featured-info{
  margin: 0 0 30px 0;;
  }
.product-page-info-row{
  width: 100%;
  display: inline-block;
  margin: 0 0 10px 0;
  }  
.product-page-info-row .info-row-label {
  background: #888;
  color: #fff;
  float: left;
  padding: 10px;
  margin: 0 0px 3px 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  } 
.product-page-info-row .info-row-field {
  background: #666;
  color: #fff;
  float: left;
  padding: 10px;
  margin: 0 5px 3px 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  }

.product-featured-info .wysiwyg{
  font-size: 13px;
  margin: 0 0 20px 0;
  }
.product-featured-info .wysiwyg p{
  margin: 0 0 5px 0;
  }

.product-info-table{
  font-size: 13px;
  margin: 0 0 20px 0;
  }
.product-info-table .row-head{
  font-weight: bold;
  }  

.inner-title{
  font-size: 22px;
  margin: 30px 0 10px 0;
  border-bottom: 2px solid #ccc;
  padding: 0 0 5px 0;
  }


.product-order-table{
  text-align: center;
  }
.product-order-table tr th,
.table-cell-heading {
  background: rgb(223, 223, 223);
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 12px;
  }
.product-order-table tfoot tr td{
  text-align: right;
  }
.product-order-table th,
.product-order-table td{
  padding: 5px;
  font-size: 13px;
  text-align: center;
  border: 1px solid rgb(235, 235, 235);
  }
.product-order-table td input.row-order-input {
  border: 1px solid #ccc !important;
  max-width: 60px !important;
  border-radius: 5px !important;
  padding: 5px !important;
  height: auto !important;
  text-align: center !important;
  margin: 0 !important;
  background: #fff !important;
  }

.table-color-cta{
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  text-shadow: #000 0px 0px 1px,
  #000 0px 0px 1px,
  #000 0px 0px 1px,
  #000 0px 0px 1px,
  #000 0px 0px 1px,
  #000 0px 0px 1px;
  color: #fff;
  border: 1px solid #ccc;
  min-width: 60px;
  font-weight: bold;
  white-space: nowrap;
  font-size: 11px;
  }
  
.table-price-promo{
  position: relative;
  font-weight: bold;
  color: #9EC328;
  }
.table-price-promo i{
  position: relative;
  color: #9EC328;
  bottom: -5px;
  font-size: 22px;
  }


.page-footer {
  padding: 0 10px 15px 10px;
  width: 100%;
  display: inline-block;
  }
.page-title{
  border-bottom: 2px solid #eee;
  margin: 0 0 10px 0;
  padding: 0 140px 10px 0;
  font-size: 20px;
  line-height: 100%;
  } 
.page-subtitle {
  border-bottom: 2px solid #eee;
  margin: 0 0 10px 0;
  padding: 0 140px 10px 0;
  font-size: 20px;
  line-height: 100%;
  }


/* Paginarea */
.paginarea{
	float:left;
	clear:both;
	width:100%;
	background:#EEE;
	border-bottom:1px solid #E0E0E0;
  padding:6px;
  border-radius: 4px;
	}
.paginarea .pages{
	float:left;
	margin: 3px 0 0 0;
	}
.paginarea .pages a{
	font-size:12px;
	padding: 3px 7px 3px 7px;
	float:left;
	margin:0 3px 0 0;
	font-weight:bold;
	text-decoration:none;
  color:#52A400;
  border-radius: 3px;
	}
.paginarea .pages a:hover, .paginarea .pages a.active{
	background:#999;
	color:#fff;
	}
.paginarea .sort{
	float:right;
	font-size:10px;
	}
.paginarea .sort select{
	padding:0;
	color:#555;
  font-size:11px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: auto;
  cursor: pointer;
	}
.paginarea .sort select option{
	padding:0 20px 0 0;
	}


.product-box{
  background: #fff;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 7px;
  height: 100%;
  padding: 12px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  }
.product-box a.title {
	font-size:12px;
	color:#333;
	text-align:center;
	text-decoration:none;
	clear:both;
	width: 100%;
  display: inline-block;
  padding: 10px;
	}
.product-box a.title:hover {
	color:#333;
	text-decoration:underline;
	}
.product-box a.thumb {
	width:100%;
	float:left;
	text-align:center;
	clear:both;
	padding: 0 0 45px 0;
	}
.product-box a.thumb img{
  max-width: 100%;
  }
.product-box span.cod {
  color:#666;
  font-weight: bold;
	position:absolute;
	left: 7px;
	bottom: 5px;
	font-size: 13px;
	-moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
	}
.product-box span.stoc {
	color:#137547;
	position:absolute;
	right: 7px;
	bottom: 26px;
	font-size:12px;
	clear:both;
	}
.product-box span.stoc_extern {
	color:#137547;
	position:absolute;
	right: 7px;
	bottom: 7px;
	font-size:12px;
	}
.product-box img.promo {
	bottom: 70px;
	position:absolute;
  right: 5px;
  border-radius: 4px;
	}
.product-box span.price {
  color: #00AE4D;
  font-weight: bold;
	position:absolute;
	left: 7px;
	bottom:24px;
	font-size:16px;
	clear:both;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.product-box a.add2cart {
	background:none repeat scroll 0 0 #52A400;
	color:#FFFFFF;
	padding:2px 6px;
	position:absolute;
	bottom:35px;
	right:5px;
	font-size:12px;
	text-decoration:none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.product-box a.add2cart:hover {
	background:#999;
	}
.product-box a.add2pdf {
	background:none repeat scroll 0 0 #52A400;
	color:#FFFFFF;
	padding:2px 6px;
	position:absolute;
	bottom:60px;
	right:5px;
	font-size:12px;
	text-decoration:none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.product-box a.add2pdf:hover {
	background:#999;
	}
.product-box .colors {
	position:absolute;
  top:0px;
  left: 7px;
	}
.product-box .colors span {
	width:14px;
	height: 5px;
	float:left;
	display:block;
	margin:6px 0 0 0;
	border:1px solid #666;
	clear:both;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}



.product-box-order a.product-box-order-now{
  width: 62%;
  font-weight: 500;
  padding: 6px 0 5px 0;
  font-size: 15px;
  margin: 0 2% 0 2%;
  border: 1px solid #137547;
  background: #137547;
  color: #fff;
  cursor: pointer;
  }
.product-box-order a.product-box-order-now:hover{
  background: #db214a;
  border: 1px solid #db214a;
  }

.product-box-title h2{
  margin: 0 0 7px 0;
  font-size: 16px;
  font-weight: 600;
  }
.product-box-cta{
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0 15px 0 15px;
  left:0px;
  }
.ordered-number{
  position: absolute;
  top: 0;
  right: 0;
  background: #137547;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 12px;
  -webkit-border-top-rights-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft:5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  }
.ordered-number span{
  padding: 3px 7px 3px 7px;
  font-size: 11px;
  }


.product-box-labels{
  width: 100%;
  display: inline-block;
  padding: 5px 0 5px 0;
  }
.product-box-labels img{
  float: left;
  width: 24px;
  height: auto;
  margin: 0 7px 0 0;
  } 
.product-box-label{
  float: left;
  background: #FF6565;
  color: #fff;
  font-size: 12px;
  padding: 2px 7px 2px 7px;
  border-radius: 5px;
  margin: 0 7px 0 0;
  }

.product-box-ingredients{
  font-size: 13px;
  color: #333;
  margin: 0 0 10px 0;
  }
.product-box-ingredients p{
  margin-top: 0;
  }
.single-product-box .product-box-ingredients {
  margin: 0 0 20px 0;
  }

.product-box-ingredients h2{
  color: #137547;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px 0;
  }

.product-box-zoom{
  position: absolute;
  left: 0px;
  bottom: -5px;
  }

.product-box-price .current-price {
  color: #26704B;
  font-weight: 600;
  font-size: 16px;
  }
.product-box-price .product-box-weight{
  color: #ccc;
  font-weight: 200;
  }

.catalog-product-box .product-box-img picture{
  max-height: 100%;
  width: auto;
  }
.catalog-product-box .product-box-img picture img{
  max-height: 100%;
  width: auto;
  }

/* Single Product Page */
.single-product-box{
  padding: 30px;
  width: 100%;
  display: inline-block;
  }
.single-product-footer{
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 20px 0 0 0;
  }
.single-product-footer .product-box-price{
  position: relative;
  float: left;
  width: 40%;
  }
.single-product-footer .product-box-order{
  width: 50%;
  float: right;
  }
.single-product-page .row{
  margin: 0;
  }
.single-product-page  .product-box-img{
  height: 100%;
  }
.single-product-page .product-box-img a img{
  max-width: 380px !important;
  }

.product-box.not-available {
  opacity: 0.6 !important;
  }
.not-available  .product-box-price .current-price{
  color: #666;
  }
.not-available-message{
  float: right;
  font-size: 17px;
  padding: 5px;
  }
.not-available  .product-box-ingredients h2 {
  color: #666;
  }
.not-available .product-box-label{
  background: #666;
  }

.ingredients-disclaimer{
  text-align: center;
  padding: 0 10px 30px 10px;
  font-size: 14px;
  color: #777;
  }  

/* Breadcrumbs */
.breadcrumbs{
  padding: 0 0 10px 10px;
  font-size: 11px;
  }
.breadcrumbs ol{
  list-style: none;
  padding: 0;
  }
.breadcrumbs ol li{
  display: inline;
  }
.breadcrumbs ol li span{
  margin: 0 3px 0 0;
  }
.breadcrumbs ol li .active{
  font-size: 12px;
  }


/* Content Block Warp */
.content-block-wrap{
  padding: 0 10px 0 10px;
  position: relative;
  margin: 0 0 60px 0;
  }

/* Home Announcer */
.home-announcement{
  background: #f0f0f0;
  padding: 5px 15px 5px 15px;
  margin: 0 0 30px 0;
  font-size: 13px !important;
  background: #fff;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 7px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  }
.home-announcement h1{
  font-size: 14px;
  }
.home-announcement img{
  max-width: 100%;
  height: auto;
  }

/* Home Slider */
.carousel .carousel-item img{
  width: 100%;
  height: auto;
  }
.carousel .carousel-item{
  width: 100%;
  }

/* Home Product List */
.home-product-list-cta{
  padding: 15px;
  }


/* WYSIWYG */
.wysiwyg{
  font-size: 14px;
  margin: 0 0 30px 0;
  }
.wysiwyg  h1{
	padding:0 0 13px 0;
	margin:0 0 15px 0;
	line-height:100%;
	font-size: 25px;
	}
.wysiwyg  h2{
	color:#333;
	margin:0 0 15px 0;
	line-height:130%;
	font-size:20px;
	}
.wysiwyg  h2 a{
	color: #333;
	text-decoration:none;
	}
.wysiwyg  h2 a:hover{
	color:#333;
	}	
.wysiwyg  h3{
	color:#666;
	margin:0 0 11px 0;
	line-height: 130%;
	font-size: 18px;
  }
.wysiwyg  h4{
	color:#666;
	margin:0 0 11px 0;
	line-height: 130%;
	font-size: 18px;
	}
.wysiwyg p{
	margin:0 0 15px 0;
	}	
.wysiwyg a{
  color:#17314F;
  text-decoration: underline;
	}
.wysiwyg a:hover{
	color: #2F4F7D;
	}	
.wysiwyg ul{
  list-style: inside;
  clear: both;
  margin: 0 0 15px 0;
  padding: 0px 0 5px 18px;
	}
.wysiwyg ul li{
  list-style: inside;
  padding-left: 0px;
  margin: 0 0 5px 0;
	}
.wysiwyg ul ul{
  padding: 0 0 0 20px;
  font-size: 13px;
	}
.wysiwyg ol{
	margin:0 0 15px 0;
	padding: 0 0 0 20px;
	}
.wysiwyg ol li{
	list-style:decimal;
	}
.wysiwyg blockquote {
	padding: 10px 35px 0px 35px;
	border-left: 7px solid #17273e;
	color:#777;
	line-height:150%;
	margin: 0 0 25px 0px;
	overflow: auto;
	}
.wysiwyg blockquote strong{
	font-weight:bold;
	}
.wysiwyg blockquote em strong{
	font-weight:bold;
	font-style:italic;
	}
.wysiwyg blockquote strong em{
	font-weight:bold;
	font-style:italic;
	}	
.wysiwyg em{
	font-style:italic;
	}
.wysiwyg strong em{
	font-weight:bold;
	font-style:italic;
	}
.wysiwyg strong{
	font-weight:bold;
	}
.wysiwyg li strong{
	font-weight: bold;
	}	
.wysiwyg strong a{
	font-weight: bold;
	}

  
/* Popup Form */
.modal {
  width: 420px !important;
  max-height: 88% !important;
  border-radius: 5px;
  }
.modal span.modal-close {
  font-size: 25px;
  position: absolute;
  top: 5px;
  right: 14px;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  }
.modal-blue .modal-content {
  background: #F3F9FF !important;
  }
.modal-form{
  padding: 10px;
  }
.modal-form h2{
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  }
.form-guideline{
  margin: 0 0 15px 0;;
  }
.modal-form .input-field{
  margin: 0 0 8px 0;
  }
.modal-form .input-field input{
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 10px 0 10px;
  box-sizing: inherit;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
  }
  
.modal-form .input-field label{
  left: 10px;
  }
.modal-form .input-field.error input{
  border-bottom: 2px solid #DA003E;
  color: #DA003E;
  }

.modal-form .input-field select{
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #9e9e9e;
  margin: 0 0 10px 0;
  }
.helper-text{
  position: relative;
  top: -5px;
  color: rgb(224, 139, 163) !important;
  }

/* Sidebar Form */




.form-guideline{
  font-size: 14px;
  }
.form-guideline p{
  margin: 0 0 8px 0;
  }
.form-guideline p.error{
  color: #137547;
  }

.login-help{
  margin: 0 0 30px 0;
  width: 100%;
  display: inline-block;
  }
.forgot-password{
  font-size: 14px;
  }
.forgot-password a{
  color: #137547;
  }
.forgot-password a:hover{
  text-decoration: underline;
  }
.remember-me label{
  line-height: 130%;
  font-size: 14px;
  padding-left: 28px;
  color: #333;
  }
.modal-form .btn{
  width: 100%;
  background-attachment: fixed;
  font-size: 15px;
  border-radius: 5px;
  box-shadow: none;
  color: #fff !important;
  }
.btn input{
  cursor: pointer;
  outline: none;
  } 

.modal-form .btn.fb-login{
  background: url(../img/facebook-white-icon.png) no-repeat left 10px top 12px #3B5998;
  }
.modal-form .btn.fb-login:hover{
  background: url(../img/facebook-white-icon.png) no-repeat left 10px top 12px #2e4e92;
  }
.modal-form .btn.default-login{
  background: none;
  font-weight: bold;
  color: #333;
  border: 1px solid #DCE4EF;
  }
.modal-form .btn.default-login:hover{
  background: #DCE4EF;
  }
.preloader{
  padding-top: 15px;
  }


.account-helpers{
  border-top: 2px solid #DCE4EF;
  margin: 35px 0 20px 0;
  padding: 15px 0 0 0;
  text-align: center;
  }
.account-helpers p{
  text-align: center;
  }
.account-helpers a.new-account {
  color: #137547;
  font-weight: 600;
  font-size: 18px;
  }
.account-helpers a.new-account:hover{
  text-decoration: underline;
  }



.video-container{
  border: 1px solid #137547; 
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  }
#map{
  padding-bottom: 56.25%;
  position: relative;
  }




/* Checkout */
.checkout-block{
  margin: 0 0 60px 0;
  }
.checkout-block h3{
  font-size: 17px;
  font-weight: 600;
  }
.checkout-block h3 a i{
  position: relative;
  font-weight: 700;
  bottom: -7px;
  } 
.checkout-block h4 {
  font-size: 15px;
  font-weight: 600;
  }
.checkout-block-content {
  border-left: 2px dashed #ccc;
  padding: 15px 0 10px 20px;
  }
.label-caption{
  padding: 0 0 0 35px;
  color: #ccc;
  }

.checkout-address{
  font-weight: 600;
  color: #3D5DC3;
  padding: 0 0 5px 0;
  }
.checkout-address i{
  bottom: -5px;
  position: relative;
  }
.checkout-address-actions{
  margin: 0 0 35px 14px;
  width: 100%;
  }
.checkout-address-actions a{
  color: #137547;
  margin: 0 25px 0 0;
  font-size: 13px;
  }

.checkout-address-new{
  padding: 10px 0 0px 0;
  }

.checkout-choices label{
  margin: 0 25px 0 0;
  width: 200px;
  font-weight: 600;
  }
.checkout-choices span.label-text{
  min-width: 80px;
  }
.checkout-choices .label-caption{
  padding: 0 0 0 10px;
  }
.checkout-choices [type="radio"]:checked+span {
  color: #333;
  }

.checkout-bubble{
  margin: 20px 0 0 0;
  padding: 15px 0px 0px 15px;
  border: 2px solid #ccc;
  border-radius: 10px;
  position: relative;
  }
.checkout-bubble:after,
.checkout-bubble:before {
	bottom: 100%;
	left: 118px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	}
.checkout-bubble:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
  } 
.checkout-bubble:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 9px;
	margin-left: -9px;
  }

.checkout-bubble .checkout-choices{
  padding: 0 0 15px 0;
  }
.checkout-bubble i.material-icons.prefix{
  color: #999;
  }
.checkout-bubble-last:after,
.checkout-bubble-last:before{
  left: 86% !important;
  }



a.checkout-payment-choice {
  background: #F3F9FF;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 8px 0 12px 0;
  border-radius: 8px;
  border: 1px solid #d9eafc;
  }
a.checkout-payment-choice i{
  position: relative;
  bottom: -5px;
  left: -5px;
  }
a.checkout-payment-choice:hover, 
a.checkout-payment-choice.active{
  background: #fff;
  border: 1px solid #6D85D1;
  color: #6D85D1;
  }


.order-utils span{
  font-weight: 600;
  }
.order-utils a{
  background: #F3F9FF;
  border: 1px solid #e4f1fd;
  color: #A8B9C8;
  border-radius: 5px;
  padding: 2px 15px 5px 15px;
  font-weight: 700;
  font-size: 18px;
  cursor: default;
  } 
.order-utils a.enabled {
  color: #137547;
  cursor: pointer;
  }
.order-utils a.enabled:hover {
  border: 1px solid #137547;
  }



.order-utils input{
  border: 1px solid #ccc !important;
  background: #FBFDFF !important;
  border-radius: 5px !important;
  width: 20px !important;
  padding: 0 10px 0 10px !important;
  text-align: center;
  display: inline-block;
  height: 30px !important;
  line-height: 30px !important;
  }
.order-utils-actions{
  text-align: right;
  }

/* User Account */
.user-account{
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  }


.order-confirmed{
  position: relative;
  }
.order-confirmed .user-account-heading {
  text-align: center;
  }
.order-confirmed .thank-you-heading{
  position: relative;
  height: 5px;;
  bottom: -20px;
  }
.order-confirmed .thank-you-heading span{
  background: #D9063F;
  padding: 10px 20px 10px 20px;
  border-left: 3px dotted #D9063F;
  border-right: 3px dotted #D9063F;
  background-clip: padding-box;
  }  

.user-account-inner{
  padding: 10px;
  }
.user-account-nav{
  margin: 0px 0 10px 0;;
  }
.user-account-nav ul{
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  margin: 0 0 20px 0;
  }
.user-account-nav ul li{
  width: 25%;
  padding: 0;
  margin: 0;
  float: left;
  }
.user-account-nav ul li a{
  display: inline-block;
  width: 100%;
  line-height: 300%;
  text-align: center;
  border: 1px solid #137547;
  background: #fff;
  font-weight: 600;
  font-size: 13px;
  }
.user-account-nav ul li a i{
  font-size: 16px;
  top: 4px;
  right: -5px;
  position: relative;
  }
.user-account-nav ul li:first-child a{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  }
.user-account-nav ul li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  }
.user-account-nav ul li a:hover,
.user-account-nav ul li.active a{
  background: #137547;
  color: #fff;
  }

.user-account-title{
  font-size: 24px;
  font-weight: 600;
  margin: 35px 0 15px 0;
  font-size: 18px;
  }

.user-account-inner .input-field input{
  border: 1px solid #ccc;
  background: #FBFDFF;
  max-width: 50%;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  color: #333;
  }
.user-account-inner .input-field .btn{
  background: #888 !important;
  border-radius: 5px;
  }
.user-account-inner .input-field textarea{
  border: 1px solid #ccc;
  background: #FBFDFF;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  width: 100%;
  color: #333;
  }
.user-account-inner .input-field select{
  border: 1px solid #ccc;
  background: #FBFDFF;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  margin: 0 0 8px 0;
  color: #666;
  display: inline-block;
  }

.form-row{
  margin: 0 !important;
  }
.form-row .col {
  padding: 0 15px 0 0;
  margin: 0 0 5px 0;
  }
.user-account-inner .row .input-field input {
  max-width: 100%;
  box-sizing: border-box;
  } 
.user-account-inner .row .input-field input.select-dropdown {
  box-sizing: initial !important;
  max-width: 70% !important;
  border: 0 !important;
  }
.user-account-inner .input-field > label {
  left: 10px;
  color: #666;
  }

.user-account-inner .input-field.error input {
  border-bottom: 2px solid #DA003E;
  color: #DA003E;
  }
.user-account-inner  .user-account-error {
  margin-bottom: 20px;
  }
.user-account-inner .user-account-error p.error {
  color: #137547;
  }
.user-account-inner a.user-account-save {
  /* min-width: 25%; */
  border-radius: 5px;
  margin: 10px 0 10px 0;
  }
.user-account-inner a.user-account-save i{
  font-size: 17px;
  }
.user-account-save {
  /* min-width: 25%; */
  border-radius: 5px;
  margin-top: 35px;
  cursor: pointer;
  outline: none;
  }
.user-account-save input{
  cursor: pointer;
  outline: none;
  }
.accept-terms .user-account-save{
  margin-right: 20px;
  }
  

.form-link {
  color: #137547;
  margin: 30px 0 0 0;
  display: inline-block;
  font-weight: 600;
  }
.form-link i{
  position: relative;
  margin: 0 10px 0 0;
  bottom: -6px;
  }



.notification{
  margin: 0 0 15px 0;
  border-radius: 5px;
  padding: 8px 10px 10px 10px;
  font-size: 15px;
  }
.notification i {
  position: relative;
  bottom: -5px;
  margin: 0 10px 0 0;
  }
.notification p {
  margin: 0;
  }
.notification strong{
  font-weight: 600;
  }
.notification-error{
  background: #FEF4F4;
  color: #dd1515;
  }
.notification-default {
  background: #f3f1f1;
  color: #666162;
  }
.notification-succes {
  background: #ddf3e2;
  color: #1da32f;
  }
.user-account-heading-error{
  background: #FEF4F4;
  padding: 30px;
  }
.user-account-heading-error h2{
  font-size: 19px;
  margin: 15px 0 15px 0;
  }
.user-account-heading-error p{
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 7px 0;
  color:#db214a;
  }

/* Your Order */
.mobile-tfoot{
    display: none;
  }
.form-row table input{
  width: auto !important;
  padding: 7px;
  border-radius: 4px;
  display: inline-block;
  max-width: 60px;
  border: 1px solid #ccc;
  }
.form-row table a.aRemoveQuantity,
.form-row table a.aAddQuantity{
  background: #ebebeb;
  padding: 6px 8px 6px 8px;
  font-size: 20px;
  line-height: 100%;
  display: inline-block;
  font-weight: bold;
  position: relative;
  top: 2px;
  border-radius: 3px;
  }
.form-row table a.aRemoveQuantity:hover,
.form-row table a.aAddQuantity:hover {
  background: #666;
  color: #fff;
  }


/* Tooltip */

.material-tooltip{
  font-size: 11px;
  border-radius: 7px;
  max-width: 350px;
  }
.product-box-label.tooltipped{
  text-decoration: none;
  }






/* Announce Bar */
.announcer-wide-bar{
  text-align: center;
  position: fixed;
  background: #32363D;
  width: 100%;
  color: #fff;
  font-size: 13px;
  padding: 15px 20px 15px 20px;
  border-bottom: 2px solid #137547;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
.announcer-wide-bar a{
  text-decoration: underline;
  color: #fff;
  }


/* Cookie Notice */
#cookie-notice{
  position: fixed;
  bottom: 0;
  background: #054A29;
  padding: 25px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 99;
  width: 100%;
  }
#cookie-notice a{
  text-decoration: underline;
  color: #fff;
  }
#cookie-notice a.cookie-notice-cta{
  border-radius: 5px;
  text-decoration: none;
  background: #00AE4D;
  font-size: 12px;
  display: inline-block;
  padding: 10px;
  }


/* Materialize Input Field Label Fix */
.input-field label {
  pointer-events: none !important;
  }

.breadcrumbs{
  display: inline-block;
  width: 100%;
  }
.breadcrumbs ol{
  float: left;
  }

  
/* Search Filter */
.filter-summary{
  background: rgb(241, 241, 241);
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  top: -10px;
  margin: 0 0 10px 0;
  font-style: italic;
  }
.filter-summary strong{
  font-weight: bold;
  font-style: normal;
  }


/* Media Queries */
@media only screen and (min-width: 993px) {
    .container {
      width: 95%;
    }
  }

@media only screen and (max-width : 1200px) {
    .main-menu li a{
      font-size: 13px;
      padding: 15px 14px;
      }  
    .header-right{
      font-size: 13px;
      }
    .header-right>div{
      padding: 0 5px 0 5px;
      }
    .header-right>div:after{
      left: 5px;
      }
  }
@media only screen and (max-width : 993px) {
  /* Header */ 
  body{
    padding: 160px 0 0 0;
    }
  .header-main{
    padding: 5px 0 5px 0;
    }
  .header-logo{
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    }
  .header-logo img {
    width: 90px;
    }
  .header-left{
    padding: 8px 0 0 0;
    }
  .header-right{
    padding: 7px 0 0 0;
    }
  .header-nav{
    height: 55px;
    }
  .header-disclaimer{
    margin: 15px 0 8px 0;
    position: relative;
    }
  .header-disclaimer .header-cart a{
    font-size: 11px;
    }
  .header-disclaimer .header-cart a i {
    font-size: 18px;
    }

  /* Page Heading */
  .page-title{
    padding: 0 0 10px 0;
    }
  .heading-wrap a.user-account-logout {
    position: relative;
    }

  /* Product box */
  .product-box{
    margin-bottom: 20px !important;
    padding: 10px;
    }
  .product-box .row{
    margin: 0;
    }
  .product-box-img {
    text-align: center;
    height: auto;
    margin: 0 0 20px 0;
    }
  .product-box-img img {
    max-width: 100%;
    }
  .product-box-price {
    position: relative;
    bottom: auto;
    left: auto;
    }
  .product-box-order {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    }


  /* User Account */
  .user-account-heading{
    padding: 10px;
    border-bottom: 10px solid #32363D;
    }
  .user-account-nav ul li{
    width: 50%;
    }
  .user-account-nav ul li:first-child a{
    border-bottom-left-radius: 0px;
    }
  .user-account-nav ul li:nth-child(2) a {
    border-top-right-radius: 5px;
    }
  .user-account-nav ul li:nth-child(3) a {
    border-bottom-left-radius: 10px;
    }
  .user-account-nav ul li:last-child a {
    border-top-right-radius: 0;
    }

  .user-account-inner{
    padding: 10px 10px 1px 10px;
    }
  .user-account-inner form .row .input-field input{
    max-width: 100%;
    box-sizing: border-box;
    }
  .wide-address-actions{
    width: 100%;
    padding: 10px 0 0 24px;
    }
  .user-account-save{
    width: auto;
    }
    
  /* Checkout */
  a.checkout-payment-choice{
    margin-bottom: 10px;
    }
  
  .order-final-details{
    margin: 0;
    }
  .order-summary{
    position: relative;
    padding: 20px 10px 8px 10px;
    top: 0;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 100%;
    }
  .order-summary-content{
    border-left: 2px dashed #ccc;
    padding: 15px 0 10px 20px;
    border-radius: 0;
    }
  .order-final-details{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }
  .order-final-details .user-account-inner {
    padding-bottom: 1px;
    }

  .checkout-block {
    margin: 0;
    }
    
  .checkout-bubble-last:after,
  .checkout-bubble-last:before {
    left: 75% !important;
  }

  .modal{
    max-width: 95%;
    }
    
  /* Footer */
  footer ul.footer-nav{
    column-count:1;
    text-align: center;
    width: 100%;
    }
  footer ul li {
    display: block;
    width: 100%;
    }
  .footer-copy{
    text-align: center;
    width: 100%;
    }
  .async-map-container{
    margin: 20px 0 0 0;
    }

  .order-catalog{
    width: 100%;
    text-align: center;
    padding: 0;
    }
  .order-catalog-note{
    width: 100%;
    text-align: center;
    }

  .product-list{
    padding: 0 !important;
    margin: 0;
    }
  .form-row table tfoot{
    display: none;
    }
  .mobile-tfoot{
    display: inline-block;
    padding: 30px 0 0 0;
    font-size: 20px;
    }
  .mobile-tfoot strong{
    font-weight: 600;
    }

  .product-page{
    margin: 0;
    padding: 0 !important;
    }
  
}
@media only screen and (max-width : 550px) {
  .pages{
    width: 100%;
    display: inline-block;
    }
  .sort{
    width: 100%;
    margin: 7px 0 0 0;
    }
  .inner-title{
    font-size: 18px;
    }
  .product-order-table input.row-order-input{
    padding: 3px 0px 3px 0;
    }
}


