/** Shopify CDN: Minification failed

Line 16:0 Comments in CSS use "/* ... */" instead of "//"
Line 17:0 Comments in CSS use "/* ... */" instead of "//"
Line 18:0 Comments in CSS use "/* ... */" instead of "//"
Line 40:19 Expected identifier but found whitespace
Line 40:21 Unexpected "{"
Line 40:31 Expected ":"
Line 365:0 Comments in CSS use "/* ... */" instead of "//"
Line 366:0 Comments in CSS use "/* ... */" instead of "//"
Line 367:0 Comments in CSS use "/* ... */" instead of "//"

**/
/*header fixed code*/
div#shopify-section-header {
//  position: fixed;
//  top: 0px;
//  z-index: 20;
}
div#PageContainer {
    padding-top: 147px;
}
#SearchDrawer {
  z-index:1001;
}
    .main-content {
        padding-top: 55px;
    }
#shopify-section-header {
  position: fixed;
  z-index:30;
  top:0;
  left:0;
  right:0;
  -webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
  -moz-box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
  -ms-box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
  -o-box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
  box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
  background-color: {{ settings.color_body_bg }};
}

#PageContainer {
  padding-top: 80px;
}

@media screen and (max-width: 749px) {
#PageContainer {
  padding-top: 70px;
}
}

/*the end*/
h1{
text-transform: uppercase;
  font-size: 1.85882em;
}
@media only screen and (min-width: 768px) {

  .hero--medium {
    height: 975px;
	}
 .displaynonemobile {
display:flex;
} 
}
@media only screen and (max-width: 367px) {
  .reorder{
  height: 67px;
  }
  
  }
@media only screen and (max-width: 767px) {
.slideshow--small {
height: 170px;
}

 .displaynonemobile {
display:none;
} 
}

.discount-price{
font-weight: 700;

}

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

}

.form-message--error {

color: black;

}
p a {
color: #2bb472;
}
/*
select {
 color: #e8e9eb;
}*/

.site-header, .site-header__mobile-nav, .site-footer, .site-header__mobile-nav {
    background-color: #404040
}

.site-footer, .site-header__mobile-nav, .site-footer a, .site-footer li, .site-footer p {
    color: #FFFFFF
}

.search--focus .search-header__input{
	border-color: #FFFFFF;
   color: #FFFFFF

}

.search-header__input::placeholder {
color: #FFFFFF
}

.btn--link, .site-nav__link--button, .site-nav li a, .search-header__input, .search-bar__input, .site-header__icons-wrapper a, .site-nav__link--button:hover, .search-header__input:hover + .btn--link  {
  color: #FFFFFF;
 
}

.site-nav__dropdown li a{
  color: #404040
}   

.noquantity, .displaynone
{
display: none !important;
}

.depositno
{
display: none;
}

.accordion-bral {
min-height: 0;
min-width: 220px;
width: 100%;
height: 100%;
background-color: #FFF;
margin: 0px!important;
}
.accordion-bral .ac-label {
padding: 5px 20px;
position: relative;
display: block;
height: auto;
cursor: pointer;
color: #000;
line-height: 33px;
font-size: 19px;
background: #EFEFEF;
border: 1px solid #CCC;
}
.accordion-bral .ac-label:hover {
background: #BBB;
}
.accordion-bral input + .ac-label {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.accordion-bral input:checked + .ac-label,
.accordion-bral input:checked + .ac-label:active {
background-color: rgba(79, 79, 79, 0.5) !important;
color: #FFF;
box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.accordion-bral input.ac-input {
display: none;
}
.accordion-bral .article {
background: white;
overflow: hidden;
height: 0px;
max-height: auto;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.accordion-bral .article p {
color: #777;
line-height: 23px;
font-size: 14px;
padding: 5px 20px
}
.accordion-bral input:checked ~ .article i {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.accordion-bral input:checked ~ .article.ac-content {
height: auto;
}
.accordion-bral i {
position: absolute;
transform: translate(-30px, 0);
margin-top: 16px;
right: 0;
}
.accordion-bral input:checked ~ .ac-label i:before {
transform: translate(2px, 0) rotate(-45deg);
}
.accordion-bral input:checked ~ .ac-label i:after {
transform: translate(-2px, 0) rotate(45deg);
}
.accordion-bral i:before, .accordion-bral i:after {
content: "";
position: absolute;
background-color: #808080;
width: 3px;
height: 9px;
}
.accordion-bral i:before {
transform: translate(-2px, 0) rotate(-45deg);
}
.accordion-bral i:after {
transform: translate(2px, 0) rotate(45deg);
}
ul.ac-list {
padding-left: 40px;
padding-top: 20px;
list-style-type: disc;
}
table.ac-table {
margin: 20px 0 20px 20px;
}
table.ac-table th{
text-align: left;
}
@media (max-width: 550px) {
.accordion-bral .ac-label {
padding: 5px 20px;
position: relative;
display: block;
height: auto;
padding-right: 40px;
cursor: pointer;
color: #777;
line-height: 33px;
font-size: 19px;
background: #EFEFEF;
border: 1px solid #CCC;
}
.accordion-bral i {
position: absolute;
transform: translate(-30px, 0);
margin-top: 2%;
right: 0;
}
}
/* ---------- accordion style end --------------------------------------- */


/* ---------- quantity  --------------------------------------- */



.qtydiv label{display: block;margin-bottom: 12px;color: #464646;}
.qtydiv .btnqty{display: inline-block;cursor: pointer;user-select: none;font-size: 25px;padding: 5px;}
.qtydiv .btnqty.qtyminus{margin-right: 8px;}
.qtydiv .btnqty.qtyplus{margin-left: 8px;}
.qtydiv .quantity-input{border: none;border: none;padding: 8px;text-align: center;width: 50px;outline: none;display: inline-block;}
.qtydiv {display: inline-block;padding-right: 15px;padding-top: 10px;}
  
  /* ---------- quamtioty style end --------------------------------------- */

.site-nav__link--button, .site-nav a{
	text-transform: uppercase;
}

.site-nav__link--button:focus, .site-nav__link--button:hover {
  color: #FFF;
}


/*home page columns*/

#shopify-section-1580032880159 a, #shopify-section-1580032880159 h3, #shopify-section-1580032880159 p  {
 text-align: center;

}
#shopify-section-1580032880159 a {
width: 100%;
}
.referfloat {
	position:fixed;
	width:160px;
	height:30px;
	bottom:20px;
	left:40px;
	background-color: #e32c2b;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  z-index: 99 !important; 	
}

.referfloat  .the-refer-float {
	margin-top: 22px;
}

/*headers */

@media only screen and (min-width: 750px) {
 .site-header__cart
{
  
top: 84%;
right: 40px;
 }
  #headerloginicon{
  	display:none;
  }

}

@media only screen and (max-width: 750px) {
  .site-header--meta-links, .hidemobile {
  	display:none;
  }
  
  
}


@media only screen and (min-width: 750px) {
 .site-header__icons--plus .site-header__search {
    padding-right: 43px;
}
  .site-header__cart{
  right: 0px;
  }
}




.site-header--meta-links medium-down--hide a {
	color: #2bb472;
}
.site-header--spacer {
	color: #FFFFFF;
}

p a, .wgwgreen, .wgwgreen a{
color: #2bb472;
}

.website-select-container select {
//border-color:#a8a939 !important;
//background-position: 100% 50% !important;
//background-size: 30px !important;
}

.website-select-container select { color: transparent; -webkit-text-fill-color: black; }


#shopify-section-1591687147945, #shopify-section-1591687288811{
	background-color: #3a3a3c !important;
  padding-top: 0;
  padding-bottom: 0;
}


#shopify-section-slideshow {

  padding-top: 1px;

}



@media only screen and (max-width: 767px) {
  
.logo-bar__item {
 
    margin: 0 0 37px;

}
}

@media only screen and (max-width: 767px) {
  .geelongwgw, .mulchwgw  {padding: 10px;}
}

.geelongwgw, .mulchwgw { padding: 50px; }
#wheelie-good-wood-clyde .main-content {
padding-top: 0px;
}
#wheelie-good-wood-geelong .main-content {
padding-top: 0px;
}

#wheelie-good-wood-mornington-peninsula .main-content {
padding-top: 0px;
}
#wheelie-good-wood-geelong .logo-bar {
background-color: #3a3a3c;
} 

#wheelie-good-wood-mornington-peninsula .logo-bar {
background-color: #3a3a3c;
} 

#wheelie-good-wood-clyde .logo-bar {
background-color: #3a3a3c;
} 
#mulch-amp-compost .main-content {
padding-top: 0px;
}
#mulch-amp-compost .logo-bar {
background-color: #3a3a3c;
} 



@media only screen and (max-width: 767px) {
  select {
  	font-size: 12px;
    
  }
  .site-header__logo {
        min-width: 90px;}
  .website {
  	
  }
}
@media only screen and (max-width: 480px) {
    .site-header__logo {
       padding-left: 2px; 
       min-width: 50px;
    }
}

#wood-on-wheels-valued-customers h1 
{ color: #e76000; }


.btn-orange{
background: #e76000;
  color: #000000;
}



/**model */
.modal-mit {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: absolute;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.5s;
  animation-name: animatetop;
  animation-duration: 0.5s;
 /*top: 40%;*/
  max-width: 800px;
  left: 0;
  right: 0;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -4px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 5px 16px;
  background-color: #2bb472;
  text-align: center;
  color: white;
}
.modal-header h2{
 
  color: white !important;
}

.modal-body {
  padding: 2px 16px;
  max-height: 400px;
  overflow-y: auto;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body tbody th, tbody td {
    
    border: black 1px solid;
}

.modal-body a {
color: #2bb472;
}


@media only screen and (max-width: 767px) {
  .modal-content {
  z-index: 999999; /* Sit on top */
  width: 100%;
 top: 30%;
}
}


#addtocartbuttons .price{
display: inline !important;
  color: #FFF;
}

#addtocartbuttons .price__regular{
display: inline;
  color: #FFF;
}


.qtydiv .icon { height: unset; }


#shopify-section-1629267355c593a378 {
background: #e32c2b;
padding-bottom: 0;
  padding-top:20px;
}
#shopify-section-1629267355c593a378 p,  #shopify-section-1629267355c593a378  a {
  text-align: center;
  color: #FFFFFF;
}

#shopify-section-1591687288811 .page-width {
    max-width: 100%;
}


.product-btn{
  text-align:left;
  font-size: 17px;
  font-family: Oswald,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

.product-btn i{
  font-size:18px;
}

.question_container:nth-child(2n) .views{
    color: red;
}
#shopify-section-1581296433820,  #shopify-section-26ca737e-7ce0-481b-a582-7fa38bf33d8a, #shopify-section-5774d95d-c4ef-4ace-a0c0-68910b32c4d2, #shopify-section-8b4c09d5-05a0-49df-aafc-dd013d197dbf{
  background-color:whitesmoke;
}

/* START HOME PAGE v2 */

#home-page .main-content,
#wheelie-good-wood .main-content,
#mornington-peninsula .main-content,
#wheelie-good-wood-mornington-peninsula .main-content {
  /* padding-top: 0 !important; */
}

.page-width {
  max-width: 1300px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 auto !important;
}

.referfloat {
  left: 20px !important;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.2s ease !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.referfloat:hover {
  color: #fff !important;
  filter: brightness(1.1);
}

.referfloat svg {
  position: relative !important;
  top: -3px !important;
}

.referfloat .the-refer-float {
  margin: 0 !important;
}

.site-footer {
  background: #39393b !important;
  margin-top: 0 !important;
}

.template-collection [class*=index-section--flush]:last-child {
  margin-bottom: 0 !important;
}

.rte a:not(.btn) {
  padding-bottom: 11px !important;
  border-bottom: 2px solid #2bb472 !important;
}

.page-product #addtocartbuttons .price {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  width: auto !important;
}

.page-product #ProductSection-product-template-all #addtocartbuttons #AddToCart-product-template-all > span {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.page-product .product-btn {
  color: #fff !important;
}

.page-product .product-btn.btn--secondary-accent {
  color: #000 !important;
}

.page-product .btn-container {
  padding: 5px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-product .btn-container button {
  width: 49% !important;
  display: block;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}

.page-product .appstle-tootltip-parent {
  margin-bottom: 46px;
}

.template-collection .site-header {
  border-bottom: 0 !important;
}

.site-header__icons-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.site-header__icons-wrapper > .site-header__icon {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
}

.site-header__icons-wrapper > .site-header__icon > div:first-of-type {
  width: 100%;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}

.site-header__icons-wrapper > .site-header__icon > div:last-of-type {
  padding-bottom: 3px;
}

.site-header__icons-wrapper .site-header__search {
  padding-right: 0 !important;
  width: 100% !important;
  flex: 1 !important;
}

.site-header__icons-wrapper .site-header__cart {
  position: relative;
  top: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

.site-header__icons-wrapper .site-header__cart svg {
  margin: 0 !important;
}

.site-header__icons-wrapper .js-mobile-nav-toggle {
  display: none !important;
}

.template-collection .index-section:last-child {
  padding-bottom: 55px !important;
}

#shopify-section-template--27893046870338__newsletter_v2_b3eGVa,
#shopify-section-template--27944180384066__newsletter_v2_b3eGVa,
#shopify-section-template--27943685325122__newsletter_v2_b3eGVa {
  padding-bottom: 0 !important;
}

#shopify-section-template--27943685325122__rich_text_M4iBNG h2 {
  margin-bottom: 30px !important;
}

#shopify-section-template--27943685325122__rich_text_read_more_XPywfQ {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#shopify-section-template--27943685325122__rich_text_read_more_XPywfQ .page-width {
  border-top: 1px solid #ccc;
  padding-top: 55px !important;
}

#shopify-section-template--27943685325122__rich_text_read_more_XPywfQ li {
  color: #464646 !important;
  margin-top: 30px;
}

#shopify-section-template--27943685325122__rich_text_read_more_XPywfQ li strong {
  color: #000 !important;
  display: block;
  margin-bottom: 10px;
}

#shopify-section-template--27944180384066__rich_text_wdcJWX p strong {
  color: #000 !important;
}

.template-collection #shopify-section-collection-template .grid-view-item__image-wrapper {
  max-width: 100% !important;
  max-height: 100% !important;
  background: #fff !important;
}

.template-collection #shopify-section-collection-template .grid-view-item__image-wrapper img {
    max-width: 100% !important;
    max-height: 600px !important;
    object-fit: contain !important;
    background: #fff !important;
}

.grid--view-items {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-bottom: 0 !important;
}

.grid-view-item {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 20px !important;
  height: 100%;
}

.grid__item {
  margin-bottom: 20px !important;
}

.grid-view-item .grid-view-item__image-wrapper {
  position: relative !important;
  max-height: 100% !important;
  height: 100% !important;
  height: 300px !important;
}

.grid-view-item .grid-view-item__image-wrapper > div {
  padding: 0 !important;
  position: relative !important;
  height: 100% !important;
  max-height: 100% !important;
}

.grid-view-item .grid-view-item__image-wrapper img {
  position: relative !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  max-height: 100% !important;
}

.displaynonemobile {
  display: none !important;
}

.product-single__thumbnail {
  height: 100px !important;
  background: #fff !important;
}

.product-single__thumbnail img {
  object-fit: contain !important;
  height: 100% !important;
  width: 100% !important;
}

.site-nav > li:nth-of-type(9),
.site-nav > li:nth-of-type(10) {
  display: none !important;
}

.template-index #shopify-section-multicolumn_cta_WbUJJe .multicolumn-cta-grid > .multicolumn-cta-card:nth-of-type(2) {
  display: none !important;
}

.template-index #shopify-section-multicolumn_cta_WbUJJe .multicolumn-cta-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}

/* HERE */

@media (max-width: 1460px) {
  .site-nav__link {
    font-size: 14px !important;
    padding: 0 5px !important;
  }
}

@media (max-width: 1366px) {
  .site-header {
    padding: 0 !important;
  }

  .site-nav > li:nth-of-type(9),
  .site-nav > li:nth-of-type(10) {
    display: block !important;
  }

  .site-header > div {
    padding: 0 20px;
  }

  .site-header__icons-wrapper {
    display: flex;
    justify-content: flex-end;
  }

  .site-header__icons-wrapper > .site-header__icon > div:last-of-type,
  .site-header--meta-links {
    display: none !important;
  }

  .site-header__icons-wrapper .btn--link:hover, 
  .site-header__icons-wrapper .btn--link:focus {
    color: #fff !important;
  }

  .site-header .grid--no-gutters .grid__item {
    padding: 0 !important;
  }

  .site-header #headerloginicon {
    position: relative;
    top: 0;
  }

  .site-header__icons-wrapper .js-mobile-nav-toggle {
    display: block !important;
  }

  #AccessibleNav {
    display: none !important;
  }

  .site-header__mobile-nav {
    display: flex;
    align-items: center;
  }

  .site-header__mobile-nav > div:last-of-type {
    flex: 1 !important;
  }

  .site-header .grid--no-gutters .grid__item {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .site-header #headerloginicon {
    display: block !important;
  }

  .site-header__icons-wrapper .site-header__search {
    padding-right: 40px !important;
  }

  .site-header__icons-wrapper .btn--link:hover, 
  .site-header__icons-wrapper .btn--link:focus {
    color: #fff !important;
  }
}

@media (max-width: 1230px) {
  .site-header__icons-wrapper > .site-header__icon {
    flex-direction: column;
    gap: 0;
  }

  .site-header__icons-wrapper > .site-header__icon > div:first-of-type {
    order: 2;
  }

  .site-header__icons-wrapper > .site-header__icon > div:last-of-type {
    order: 1;
  }

  .site-header__icons {
    padding-bottom: 10px;
  }
}

/* @media (max-width: 1024px) {
  .site-header {
    padding: 0 !important;
  }

  .site-nav > li:nth-of-type(9),
  .site-nav > li:nth-of-type(10) {
    display: block !important;
  }

  .site-header > div {
    padding: 0 20px;
  }

  .site-header__icons-wrapper {
    display: flex;
    justify-content: flex-end;
  }

  .site-header__icons-wrapper > .site-header__icon > div:last-of-type,
  .site-header--meta-links {
    display: none !important;
  }

  .site-header__icons-wrapper .btn--link:hover, 
  .site-header__icons-wrapper .btn--link:focus {
    color: #fff !important;
  }

  .site-header .grid--no-gutters .grid__item {
    padding: 0 !important;
  }

  .site-header #headerloginicon {
    position: relative;
    top: 0;
  }

  .site-header__icons-wrapper .js-mobile-nav-toggle {
    display: block !important;
  }

  #AccessibleNav {
    display: none !important;
  }

  .site-header__mobile-nav {
    display: flex;
    align-items: center;
  }

  .site-header__mobile-nav > div:last-of-type {
    flex: 1 !important;
  }

  .site-header .grid--no-gutters .grid__item {
    padding: 0 !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .site-header #headerloginicon {
    display: block !important;
  }

  .site-header__icons-wrapper .site-header__search {
    padding-right: 40px !important;
  }

  .site-header__icons-wrapper .btn--link:hover, 
  .site-header__icons-wrapper .btn--link:focus {
    color: #fff !important;
  }
} */

@media (max-width: 900px) {
  .site-header {
    padding: 0;
  }

  .site-header__icons-wrapper {
    padding-right: 11px !important;
    align-items: center !important;
  }
}

@media (max-width: 767px) {
  .template-index #PageContainer {
    padding-top: 186px !important;
  }

  #mornington-peninsula .banner-slideshow__inner {
    height: auto !important;
  }

  .template-index #shopify-section-multicolumn_cta_WbUJJe .multicolumn-cta-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .page-product .btn-container {
    flex-direction: column !important;
  }

  .site-header > div {
    padding: 0 !important;
  }

  .page-product .box .product-btn {
    width: 100% !important;
  }

  .page-product #ProductSection-product-template-all #addtocartbuttons #AddToCart-product-template-all > span {
    font-size: 12px !important;
    font-weight: 400 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-product #addtocartbuttons .price {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
  }
  
  .page-product .tab-customize button {
    padding: 14px 8px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
  }

  .page-product .box .product-btn {
    font-size: 14px !important;
  }

  .page-product .product-single__title {
    font-size: 18px !important;
  }

  .page-product .price {
    font-size: 16px;
    margin-top: 10px;
  }

  .announcement-bar__message {
    font-weight: 400 !important;
  }

  .mobile-nav__return-btn {
    color: #000 !important;
  }

  #SearchDrawer .search-bar__input {
    outline: none !important;
    color: #000 !important;
  }

  #SearchDrawer .btn--link {
    color: #000 !important;
  }

  .announcement-bar__message {
    line-height: 1.4 !important;
  }

  #shopify-section-accessories-collection .section-header {
    margin-top: 35px !important;
  }

  .site-header__logo {
    padding: 12px 0 !important;
  }
}

@media (max-width: 749px) {
  .site-header__icons-wrapper .js-mobile-nav-toggle {
    display: block !important;
  }

  .site-header__icons-wrapper > .site-header__icon > div:last-of-type {
    display: none !important;
  }

  .site-header .grid--no-gutters .grid__item {
    padding: 0 !important;
  }

  .site-header #headerloginicon {
    position: relative;
    top: 0;
  }

  .site-header__icons-wrapper .js-mobile-nav-toggle {
    top: -2px;
    position: relative;
  }
}

@media (max-width: 340px) {
  .site-header__icon {
    padding: 6px !important;
  }

  .site-header #headerloginicon {
    top: 6px !important;
  }

  .site-header__cart-count {
    top: 6px !important;
    right: -4px !important;
  }
}