/* 20230802024228 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #666666;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #666666;
  box-shadow: 0 0 2px #666666;
}

.gui-select.gui-focus .gui-handle {
  border-color: #666666;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #9e9e9e;
}

/* custom */
@media (min-width: 992px) {
  .featured-blocks > .row:nth-child(2) > .col-md-6 {
    width: 33.333% !important;
  }
}

.product-element .product-label {
  position: absolute;
  left: 12px;
  top: 0px;
  font-size: 18px;
  z-index: 1;
  width: 140px;
  padding-bottom: 5px;
}

.footer-contact-details {
  width: 295px;
}

.site-header {
  height: 95px;
  max-height: 96px;
  padding-top: 29px;
  padding-bottom: 20px;
}

.logo.logo-lg img {
  margin-top: -5px;
  height: 80px;
}

.product-element .product-title {
  padding-bottom: 55px !important;
}

.new-price {
font-size: 18px;
color: #000 !important;
font-weight: 600;
}

.price-update {
font-size: 28px;
color: #000 !important;
font-weight: 600;
}

.ratings .product-code {
  display: none;
}

/* toggle sidebar menu open */
.categories-list li ul {
    display: block;
    padding: 5px 0 3px;
}

.toggle-sub-cats {
   display: none !important;
}

/* newest products text on product page */
.collection-actions select {
  font-weight: 700;
  font-size: 18px;
}

/* screen reader only hidden text */
.sr-only{
   position:absolute;
   left:-10000px;
   top:auto;
   width:1px;
   height:1px;
   overflow:hidden;
}

/* shadow behind dropdown menu */
.nav-style.main-nav li > ul {
  box-shadow: 0px 3px 5px #e4e4e4;
}

.site-header.menu-bottom-layout .main-nav {
    border-top: 0px solid rgba(0,0,0,0.1);
  	padding: 0px 0;
}

.container-sm {
    margin-left: 0px;
}

.breadcrumbs {
    text-align: left !important;
}

/* homepage blog and product area font edits */
.blog-element .entry-content {
font-size: 18px;
}

.product-element .product-description {
 font-size: 16px !important;
  color: #1e1e1e !important;
}

.blog-entry-title-wrapper h1 {
    font-size: 32px !important;
}

.content-light a {
    text-shadow: 1px 1px #000000;
}

body .gui a.gui-button-large.gui-button-action, body .gui a.gui-button-small.gui-button-action {
    background-color: #000 !important;
    color: #fff !important;
    padding: 10px 30px 10px 30px !important;
}

.gui-checkout-one-step .gui-form .step-review .gui-field .gui-checkbox label {
    font-size: 15px !important;
}

a.gui-checkout-login {
  display: none;
}

.product-element .product-title {
  font-size: 20px !important;
}

.hero-content.hero-content-left {
    margin-left: 0vw !important;
    bottom: 10% !important;
}

.featured-block.featured-block-big h3 {
    font-size: 24px;
    height: 25px;
}

.featured-block h3 {
  	font-size: 24px;
}

.featured-block .featured-block-image {
  background-color: #fff;
}

.featured-block.featured-block-big {
    min-height: 0px !important;
}

.hero .hero-image, .hero, .hero-element {
  height: 700px !important;
  padding-bottom: 0px !important;
}

.content-light a {
  font-size: 32px !important;
}

.hero .hero-content h2 {
  	font-size: 64px;
    text-shadow: 1px 1px #000;
}

.button {
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
}

.button.button-arrow.button-solid {
    background: #000 !important;
		color: #fff !important;
    padding: 10px 10px;
}

.button.button-arrow.button-solid:hover {
    color: blue !important;
}

a:hover {
  color: blue !important;
}

#sublist {
  padding-bottom: 30px;
}

.footer-menu, .footer-content {
  padding-right: 45px;
}

.copyright {
    text-align: left;
}

footer .payments {
    text-align: left;
}

.blog-element {
    padding: 0 0px 0px !important;
}

.section-title .button {
    display: none !important;
}

.blog-entry-content img {
    padding-bottom: 45px;
}

.blog-element .entry-date {
    font-size: 0px;
    margin-bottom: 0px;
}

.notification-bar, .notifiction-content {
  text-align: left !important;
  background: blue !important;
  padding-left: 40px;
  color: #ffffff !important;
}

.notifiction-content a {
  color: #fff !important;
}

.product-price-initial {
    color: #000 !important;
}

.receiptHeader img {
width: 140px !important;
}

.content-light h3, {
  color: #000 !important;
}

span.button.button-arrow {
  display: none !important;
}

.featured-categories .categories a:not(.has-image):not(:last-child) {
    border-right: 1px solid #fff !important;
}

.featured-categories.catalog-list .categories a {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 20px;
}

.featured-categories.catalog-list .categories {
    border-left: 1px solid #fff;
    border-bottom: 0;
}

.featured-categories .categories a h3 {
    font-size: 18px !important;
}

h5 {
  font-weight: 100 !important;
}

.page-title {
    display: none !important;
}

.hero .hero-content .arrow-right {
    display: none !important;
}

.hero-content.hero-content-left {
    font-size: 36px;
}

.nc-icon-mini.social_logo-twitter, .nc-icon-mini.social_logo-fb-simple, .nc-icon-mini.social_logo-instagram, .nc-icon-mini.social_logo-pinterest, .nc-icon-mini.social_logo-tumblr {
  color: #666666 !important;
}

.featured-categories .categories a figure {
  padding-bottom: 8px;
}

.product-meta {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 0px solid rgba(0,0,0,0.08);
}

.quantity-selector {
    border: 0px solid rgba(0,0,0,0.08);
}

.featured-categories .categories {
    margin-left: -15px;
    margin-right: -15px;
    border-top: 0px solid rgba(0,0,0,0.1) !important;
    border-bottom: 0px solid rgba(0,0,0,0.1) !important;
}

.input-group .button {
    color: #8fc64b !important;
}

.nav-style.main-nav>ul>li>ul>li ul li {
    padding-left: 10px !important;
}

.secondary-style input[type="email"] {
  color: #000 !important;
}

.hint-text {
    opacity: 1 !important;
  color: #fff;
}

span {
  font-weight: bold;
}

.categories-list li.active a {
  color: blue;
  font-size: 18px !important;
}

a {
  font-size: 18px;
}
  
.copyright a {
  color: blue;
}

.share .share-label {
    opacity: 1;
}

p, body {
  text-transform: lowercase;
}

a: link {
  color: blue !important;
}

.product-actions .product-actions-items {
    border-bottom: 0px solid rgba(0,0,0,0.08) !important;
}

.nav-style li a {
    -webkit-transition: #fff 0s ease !important;
    transition: color 0s ease !important;
}

.nav-style li a:hover {
      box-shadow: none !important;
      color: blue !important;
}

.secondary-nav li a {
  color: #000;
  background-color: #fff;
  padding: 10px;
}

.nc-icon-mini {
  padding: 0px 0px 0px 0px;
  color: #000 !important;
}

/* Device Media Breakpoints ----------- */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
  table { display: block !important; }
  td{ display: block !important; padding: 5px 0; border: none !important; width: 100% !important }
  td img{ display: block !important; margin: 0; width: 100% !important; max-width: none !important; }
    
	.notification-bar {
    text-align: center !important;
    display: block !important;
}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 381px) and (max-device-width : 480px) {
  .content-light a {
  font-size: 22px;
}
  
.product-element .product-title {
  font-size: 18px;
}
  
.hero-content h2 {
    text-shadow: 0px 0px !important;
    font-size: 54px !important;
}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 600px) { 
  
  .product-element .product-title {
  font-size: 14px;
}
  
  .secondary-nav li a span {
    margin-right: 0px;
}
  
    .secondary-nav {
    float: right !important;
    padding-right: 0px !important;
}
  
  .hero .hero-image {
    height: 170px !important;
    padding-bottom: 0px !important;
}
  
  .hero, .hero-element {
    height: 300px !important;
    padding-bottom: 0px !important;
  }

	.featured-block.featured-block-big h3 {
    text-shadow: 0px 0px !important;
    font-size: 21px !important;
    padding-bottom: 10px !important;
}
  
  .featured-block h3 {
  	font-size: 21px;
}
  
.hero-content h2 {
    text-shadow: 0px 0px !important;
    font-size: 21px !important;
}
  
  .button {
    font-size: 14px !important;
}
  
  .content-light a {
  font-size: 18px !important;
  text-shadow: 0px 0px #000000;
}
  
  .logo.logo-lg img { 
    margin-top: -3px;
    height: 30px;
}
  
  .nc-icon-mini {
    padding: 0px 0px 0px 0px !important;
    font-size: 14px !important;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */

@media only screen  and (min-width : 1024px) {  
  .nav-style li a {
    font-size: 12px !important;
}
  
    .navBar {
    display: none !important;
}
  
  .hero .hero-content.hero-content-left {
    margin-left: 20vw;
    bottom: 2% !important;
    max-width: 400px;
}
}
  
  @media only screen  and (min-width : 1280px) {    
      .nav-style li a {
    font-size: 12px !important;
}
}
  
@media only screen  and (min-width : 1366px) {  
          .nav-style li a {
    font-size: 13px !important;
}  
}
  
    @media only screen  and (min-width : 1440px) {              
      .nav-style li a {
    font-size: 14px !important;
}  
}
  
  @media only screen  and (min-width : 1600px) {
      .nav-style li a {
    font-size: 18px !important;
}
}
/* Styles */


/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}
