/* TUC Custom CSS 2024  */

/* Custom CSS */

#home-page-heading {
  background-color: #efefef;
  padding-top: 30px;
  padding-bottom: 30px;
}

#paragraph-links {
  color: #F44336;
}



p a:visited {
  color: #F44336;
}

p a {
  color: #F44336;
}

/* Typography */

html, body {
font-family:'Roboto', sans-serif;
  font-size:62.5%;
  font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
font-family:'Roboto', sans-serif;
font-weight:normal;
}

h1{
  font-family:'Ultra','Roboto', sans-serif;
  font-size:2.4rem;
  font-weight:normal;
  text-shadow: 0 4px 8px rgba(0,0,0,0.66);
}
h2 {
  font-size:2.4rem;
  font-weight: 700;
  padding-top: 20px;
}
h3 {
  font-size:1.8rem;
  font-weight: 700;
  padding-top: 20px;
}
h4{
  font-size:1.6rem;
  padding-top: 20px;
}
h5 {
  font-size:1.4rem;
  padding-top: 20px;
}
h6 {
  font-size:1.2rem;
  padding-top: 20px;
}

.intro_block_inner h1{
  font-size:3.6rem;
}

p, pre, ol, ul, li, table, input, label {
font-size:1.8rem;
line-height: 2.4rem;
}

a{
font-size:inherit;
}

em {
font-style:italic;
}

strong {
font-style:bold;
}

strong em {
font-style:italic;
}

.gui h2 {
  font-size:2.4rem;
  font-weight: 700;
  margin-top: 24px;
}

.gui h6 {
  font-size:1.2rem;
  font-weight: 900;
}

.gui-block-linklist li a{
  text-transform:capitalize;
}

.gui-blog-nav {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem;
    border-top: 1px solid #CCCCCC;
    background: transparent;
    overflow: visible;
    box-shadow:none;
}

.gui-blog-nav.mobile {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 100%;
    padding: 15px 0;
    font-size: 1.4rem;
    border-top: 1px solid #CCCCCC;
    background: transparent;
    overflow: visible;
    box-shadow:none;
}


blockquote {
display:inline-block;
font-size:1.8rem;
line-height: 2.4rem;
background:#efefef;
padding:16px;
border-left: 5px solid #F44336;
}

.gui blockquote {
display:inline-block;
font-size:1.8rem;
line-height: 2.4rem;
background:#efefef;
padding:16px;
border-left: 5px solid #F44336;
}


/* Resets */

.row {
    padding:0;
    margin:0;
}

.container.nav-mobile{
  padding-left:0;
  padding-right:0;
  
}

.col-xs-6{
    padding-left: 5px;
    padding-right: 5px;
}

/* Header */
header{
  background:#424242;
  color:#ffffff;
}

.topnav {
  display:none;
  background-color: #424242;
  border:0;
  float:right;
}

.topnav div {
  display:none;
  float:left;
  clear:left;
  margin: 10px 0;
}

.topnav .glyphicon {
    margin: 0 10px 0 0;
    color: #fff;
    width: 1em;
}

.topnav.mobile {
  display:inline-block;
  background-color: rgba(0,0,0,0.5);
  border:0;
  padding:15px;
  float:left;
  height: auto;
  width: 100%;
}
.topnav.mobile div {
  display:inline-block;
}
.topnav .my-account {
    display: inline-block;
    color: #ffffff;
}

.topnav .my-account a{
    color: #ffffff;
}

.topnav .my-account a:hover, .topnav .my-account a:focus, .topnav .my-account a:visited{
    color: #eaeaea;
}

.navigation .logo, .navigation .burger {
    background-color: #424242;
    border-color: #424242;
    z-index:1;
}

.navigation {
    background-color: #424242;
    padding-bottom: 0;
    float:left;
}

.navigation .logo {
    padding: 15px 0px 10px;
}

.logo{
  display:block;
  float:left;
  clear:both;
}

.logo a{
  color:#ffffff;
}

.logo a h2 {
font-family:'Ultra', 'Roboto', sans-serif;
font-weight:normal;
text-transform:uppercase;
}

.logo a h2 span.top {
    display:inline-block;
    float:left;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
}

.logo a h2 span.bottom {
    display:inline-block;
    float:left;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
}

#main_menu{
  display:block;
  position:fixed;
  float:left;
  clear:both;
  margin:0;
  background-color: #F44336;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment:scroll;
  -ms-background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

#main_menu li:hover{
  background:#333333;
  box-shadow:0 2px 4px rgba(0,0,0,0.33);
}

#main_menu li:hover a{
  color:#F44336;
}

nav .item .itemLink, nav .subitem .subitemLink, #formSearch, header input[type="text"] {
    border-bottom:0;
    border-color: transparent;
}

header, header a, nav.desktop ul a, nav.desktop ul a:visited, nav.desktop .item .itemLink, nav.desktop .subnav .subitem .subitemLink:hover {
    color: #F44336;
    border:0;
    font-weight:700;
}

nav.desktop .item {
   margin-right: 20px;
}

a, a:visited, a:hover, a:focus, nav.desktop .item.active .itemLink, nav .glyphicon-remove, footer .social-media .symbol:hover, .products .product .image-wrap .cart {
    color: #c3c3c3;
}

.topnav.mobile a, a:visited, a:hover, a:focus{
    color: #c3c3c3;
}

.topnav a, a:visited, a:hover, a:focus{
    color: #c3c3c3;
}


.sidebar .item .itemLink.active, .sidebar .item .itemLink.active:hover, .sidebar .item .subitemLink.active, .sidebar .item .subitemLink.active:hover,   .sidebar .item .active, .sidebar .item .active:hover, .slider-prev:hover span, .slider-next:hover span {
    color: #F44336;
    font-size: initial;
    font-weight: 900;
    margin-bottom: 20px;
}

nav.desktop .item.sub.hover .itemLink, nav.desktop .item.hover .itemLink, nav.desktop .subnav .subitem {
    background-color: transparent;
}

nav.desktop .item .itemLink {
    padding: 8px 10px 5px;
}

/* Intro Block */
.intro_block{
  display:block;
  position:relative;
  background-color:#F44336;
  background: center 33% no-repeat scroll ;
  -ms-background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  width:100%;
  height:450px;
  color:#ffffff;
  text-align:center;
}

.intro_block .overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(255,255,255,0.1);
}

.intro_block_inner{
  display:inline-block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  max-width: 600px;
}

/* Products Row */
.products{
  margin:60px 0;
}

/* Product Cards */
.product{
  position: relative;
  background-color: #FFFFFF;
  min-height: 350px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition:box-shadow 0.25s ease-in-out,background-color 0.25s ease-in-out;
}



.product:hover{
 background-color: #F44336;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}

.products .product .image-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #FFFFFF;
    overflow: hidden;
}


.products .product .info{
  position: relative;
  display: inline-block;
  padding: 11px 10px 5px 10px;
  width: 100%;
  height:auto;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  border:0px solid transparent;
}

.products .product  .actions{
 position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 10px;
}
.products .product .actions a{
 color: #F44336;
position: relative;
 display:inline-block;
float:right;
 margin:5px auto 0;
 width:inherit;
 height:auto;
 font-size:1.2rem;
 font-weight:400;
 text-align:right;
}


.products .product .actions a.cart{
 float:right;
 font-weight:700;
 text-transform:uppercase;
}

.slider img, .products .product .image-wrap img, .categories .category img, .zoombox .images a img, .zoombox .thumbs a img{
  border:0px solid transparent;
}


.product .info .title{
  transition: color 0.25s ease-in-out;
}

.product:hover .info{
  background-color: #F44336;
  color:#fff;
}


.product:hover .info .title, .product:hover .actions a{
  color:#fff;
}

.product:hover .info .title:hover, .product:hover .actions a:hover{
  color:#333;
}


.tabsPages .page.active {
  font-size: 1.8rem;
}

a.btn, button, input[type="submit"], input[type="reset"], input[type="button"], .navigation .burger.open li, .slider-pagination a.active {
    background-color: #F44336;
}

/* Related Products */
.related .product {
    width: auto;
    max-width: 240px;
    margin: 0 15px 0 0;
}
.slick-track {
    padding:1px;
}

.slick-list{
  border-left: 5px solid #F44336;
  border-right: 5px solid #F44336;
}

.carouselControls{
    position: relative;
    margin: 20px auto;
    width: 130px;
}

.carouselControls .carouselPrev, .carouselControls .carouselNext{
  float:left;
}

.carouselPrev .btn-primary, .carouselNext .btn-primary{
  background:#F44336;
}

.carouselPrev{
  margin-right:10px;
}

.products .product .image-wrap .cart {
    display: inline-block;
    position: relative;
    margin: auto;
    padding: 8px 10px 5px;
    text-transform: uppercase;
    border: 0;
    margin-top: 10px;
    text-decoration: none;
    color: #F44336;
    background:#ffffff;
    font-weight:700;
}

.products .product .image-wrap .cart:hover {
    color: #ffffff;
    background:#F44336;
}

.products_group{
  position:relative;
  display:inline-block;
}

/* Catagories */

.categories a{
text-decoration:none;
}

.categories a:hover{
text-decoration:none;
}

.categories.row{
  margin-bottom:40px;
  margin-top: 40px;
}

.category_card{
  margin-bottom:20px;
}

.category_card img{
  width:100%;
  height:auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition:box-shadow 0.25s ease-in-out;
  z-index:0;
}

.category_card:hover img{
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}

.categories .category_wrap {
  position: relative;
  display:block;
  min-height:350px;
  margin-bottom:20px;
}

.categories .category {
  position: relative;
  border: 0px solid #e5e5e5;
  border-radius:2px;
  margin: 0px -1px 10px 0px;
  padding: 15px;
  min-height:220px;
  text-align:center;
  background:#ffffff center center no-repeat scroll ;
  -ms-background-size:contain;
  -webkit-background-size:contain;
  -moz-background-size:contain;
  -o-background-size:contain;
  background-size:contain;
  box-shadow: none;
  transition:box-shadow 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}


.categories .category.featured {
  position:absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
  border: 0px solid #e5e5e5;
  border-radius:0px;
  margin: 0px -1px 20px 0px;
  padding: 15px;
  min-height:100px;
  text-align:center;
  background:transparent;
  box-shadow: 0;
}

.categories .category.featured div{
  position:relative;
}

.categories .category:hover {
  /*background-color: #E53935;*/
  /*box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.22), 0 10px 10px 0 rgba(0, 0, 0, 0.25);*/
}

.categories .category.featured:hover {
  background-color: transparent;
  box-shadow: none;
}

/*.categories .category div.info {*/
/* position:absolute;*/
/*  top:50%;*/
/*  left:50%;*/
/*  transform:translateX(-50%) translateY(-50%);*/
/*  -webkit-transform:translateX(-50%) translateY(-50%);*/
/*  -moz-transform:translateX(-50%) translateY(-50%);*/
/*  -o-transform:translateX(-50%) translateY(-50%);*/
/*  height: auto; */
/*  width: auto;*/
/*  padding: 0;*/
/*  z-index:1;*/
/*}*/

.categories .category_info {
 position:relative;
  height: auto; 
  width: 100%;
  padding: 10px;
  text-align:center;
}

.categories .category div span.amount{
  display:none;
}

.categories .category_info span.title{
  background:transparent;
  box-shadow:none;
  /*font-family:'Ultra', 'Roboto', sans-serif;*/
  font-family:'Roboto', sans-serif;
  font-weight:700;
  font-size:2rem;
  line-height:2.4rem;
  text-transform:capitalize;
  transition:color 0.25s ease-in-out;
  color:#F44336;
  margin: 0;
  text-decoration:none;
}

.categories .category_info span.title:hover{
    color:#424242;
    text-decoration:none;
}

.categories .category.has_image span.title{
  background:transparent;
  box-shadow:none;
  /*font-family:'Ultra', 'Roboto', sans-serif;*/
  font-family:'Roboto', sans-serif;
  font-weight:700;
  font-size:2.4rem;
  line-height:2.8rem;
  text-transform:capitalize;
  text-shadow:0 1px 2px rgba(0,0,0,0.33);
  color:#ffffff;
  margin: 0;
}

.categories .category.featured span.title{
  background:transparent;
  box-shadow:none;
  font-family:'Ultra', 'Roboto', sans-serif;
  font-weight:normal;
  font-size:2.4rem;
  line-height:2.8rem;
  text-transform:capitalize;
  text-shadow:0 2px 2px rgba(0,0,0,0.33);
  color:#ffffff;
  margin: 0;
}

.categories .category:hover span.title{
  color:#ffffff;
}




/* Product Info */
.product-wrap{
  margin-top:60px;
  margin-bottom:20px;
}
.product-description{
  margin-bottom:30px;
}
/* Product Images */
.zoombox .images {
margin:0 auto;
max-width:540px;
  
}

.zoombox .thumbs {
margin:20px auto;
}




.zoombox .images a img{
    z-index: 9999;
}

#lightbox {
  display:none;
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:rgba(0,0,0,0.8); 
    text-align:center;
    overflow:scroll;
    z-index:9999;
}

#lightbox .close {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:20px; 
    right:20px;
    padding-top:7px;
    width:40px;
    height:40px;
    background:#F44336;
    color:#fff; 
    font-size:1.8rem;
    font-weight:700;
    text-align:center;
    border-radius:1000px;
    cursor:pointer;
     box-shadow:0 2px 2px rgba(0,0,0,0.14),0 0 1px rgba(0,0,0,0.2),0 1px 5px rgba(0,0,0,0.12);
}

#lightbox .close:hover{
    background:#D32F2F;
}

#lightbox img {

  position:absolute;
  left:50%;
  transform: translateX(-50%);
  margin:10px auto;
  background:#fafafa;
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
}

.prev, .next { 
position: absolute; 
top: 50%; 
z-index:999; 
cursor:pointer; 
background: rgba(100, 100, 100, .5); 
padding: .25em .5em; 
color: #fff; text-decoration: none; 
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}

.next { right: 10px; }
.prev { left: 10px; }





/* Page Title Block */
.page_title_block{
  display:block;
  position:relative;
  padding:60px 0 40px;
  
  background-color:#F44336;
  
  background-position: center 9%;
  background-repeat: no-repeat;
  background-attachment:scroll;
   -ms-background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  
  
  text-align:center;
  color:#ffffff;
}

.collection_description{
  padding:10px;
  margin:10px auto;
  max-width:720px;
}

.breadcrumbs{
  margin-top:0;
  padding:10px 0;
  background:#F44336;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment:scroll;
  -ms-background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  text-align:center;
  text-transform:capitalize;
  color:#ffffff;
  
}

.breadcrumbs, .breadcrumbs a {
   font-weight: 700;
    text-transform: capitalize;
    font-size: 1.4rem;
    text-decoration: none;
    color:#ffffff;
}

.breadcrumbs, .breadcrumbs a:visited, .breadcrumbs, .breadcrumbs a:hover, .breadcrumbs, .breadcrumbs a:focus {
   color:#eaeaea;
}

h1.product-page {
        font-size: 3.6rem;
    text-shadow: none;
    margin-bottom: 20px;
}

.page-title h1 {
    font-size: 4.8rem;
    margin-bottom: 20px;
}

.product .product_price{
    position: absolute;
    display: inline-block;
    bottom: 65px;
    right: 10px;
    font-size: 1.6rem;
    font-weight: 400;
}

.products .product .info .title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom:10px;
  max-height:none;
  overflow:visible;
}



/* Text Page Content */
.textpage_content{
  padding-top:60px;
}

/* Location Block */
#location_block{
  display:block;
  position:relative;
  padding:60px 20px 40px;
  
  background-color:#008693;
  
  background-position: center 66%;
  background-repeat: no-repeat;
  background-attachment:scroll;
   -ms-background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  
  text-align:center;
  color:#ffffff;
}

#location_block h2{
  font-family:'Ultra', 'Roboto', sans-serif;
  font-weight:normal;
  font-size:2.4rem;
  margin-bottom: 20px;
}

/* Location Block */
#promo_block{
  display:block;
  position:relative;
  padding:24px 10px 0;
  
  background-color:#00bcd4;
  
  background-position: center 66%;
  background-repeat: no-repeat;
  background-attachment:fixed;
   -ms-background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  
  box-shadow: inset 0 0 8px rgba(0,0,0,0.33);
  text-align:center;
  color:#ffffff;
}

#promo_block h2{
  font-family:'Roboto', sans-serif;
  font-weight:bold;
  font-size:2rem;
  margin-bottom: 20px;
  text-shadow:0 2px 4px rgba(0,0,0,0.33);
}

/* Textpage Sidebar */
.textpage_sidebar{ 
  position: relative;
    display: block;
    color: #424242;
    margin: 60px 0px 0;
    padding: 20px;
    border-radius: 2px;
    background: #f8f8f8;

}

.textpage_sidebar h4{
  font-size:1.8rem;
  font-weight:700;
  margin-bottom:10px;
}

.textpage_sidebar h5{
  font-size:1.6rem;
  font-weight:700;
  margin-top:10px;
  margin-bottom:3px;
}

.textpage_sidebar p{
  font-size:1.6rem;
  font-weight:400;
  line-height:2rem;
  margin-bottom:10px;
}

.textpage_sidebar a{
  font-size:1.6rem;
  font-weight:400;
  line-height:1.8rem;
  margin-bottom:10px;
  color:#424242;
}

/* Textpage Contact */
.textpage_contact{ 
  position: relative;
    display: block;
    color: #424242;

}

.textpage_contact h4{
  font-size:1.8rem;
  font-weight:700;
  margin-bottom:10px;
}

.textpage_contact h5{
  font-size:1.6rem;
  font-weight:700;
  margin-top:10px;
  margin-bottom:3px;
}

.textpage_contact p{
  font-size:1.6rem;
  font-weight:400;
  line-height:2rem;
  margin-bottom:10px;
}

.textpage_contact a{
  font-size:1.6rem;
  font-weight:400;
  line-height:1.8rem;
  margin-bottom:10px;
  color:#424242;
}

/* Lists */

.sidebar .item .subnav .subnav {
    margin: 5px 0;
}

ul.subnav{
  margin:5px 0;
}

ul.subnav li.subitem{
  padding:5px;
  margin-bottom:15px;
  border-left: 1px solid #d8d8d8;
  background-color: #fafafa;
  font-weight:700;
}

ul.subnav li.subitem li.subitem{
  padding: 0;
  border-left: 0px solid transparent !important;
  font-weight:400;
}

small, .breadcrumbs, .breadcrumbs a, .products .product .info .old-price, .sidebar, .sidebar .item .itemLink, .sidebar .item .subitemLink, .pager, .pager ul li a, .product-info .product-price .old-price, .product-actions .tags-actions, .product-actions .tags-actions .actions a, .tabs ul li a, label, legend, label span, .tabsPages .page.reviews .bottom, .product-actions .tags-actions {
  line-height:initial;
  font-size:1.6rem;
  text-transform: capitalize;
}

.map__overlay{
  pointer-events:none;
}

/* Footer */

#formSearch{
  width:100%;
  margin-top: 20px;
}
#formSearch input {
  width:100%;
  max-width: 100%;
  padding-left: 30px;
  margin-bottom: -1px;
}

footer h4{
  font-size:1.8rem;
  font-weight:700;
  margin-bottom:10px;
}

footer h5{
  font-size:1.6rem;
  font-weight:700;
  margin-top:10px;
  margin-bottom:3px;
}

footer p{
  font-size:1.6rem;
  font-weight:400;
  line-height:2rem;
  margin-bottom:10px;
}


footer a{
  font-size:1.6rem;
  font-weight:400;
  line-height:1.8rem;
  margin-bottom:10px;
}

/*footer .container{*/
/*  background:#424242 !important;*/
/*}*/

#formSearch .glyphicon-search {
    cursor: pointer;
    color: #F44336;
    position: absolute;
    top: 0px;
    display: block;
    padding: 10px 7px 11px;
    font-size: 1.6rem;
}

/* Cart */

.gui-page-content {
    font-size: 1.6rem;
    padding-bottom: 30px;
}

.gui-messages, .messages {
    width: 100%;
    font-size: 90%;
    line-height: 20px;
    margin-top: 0px;
    /*margin-top: 20px;*/
    margin-bottom: 30px;
    background-color: transparent;
}

.gui-messages ul, .messages ul {
    padding: 10px 0px;
    color: #333333;
    background: transparent;
    list-style-type: none;
    border: 0px solid #3B5998;
}

.gui-messages ul a.cart, .messages ul a.cart, .gui-messages ul a.cart:visited, .messages ul a.cart:visited {
    
    color: #ffffff;
}

.messages ul.info {
    color: #ffffff;
    background: #03A9F4;
}

.messages ul.success {
    color: #ffffff;
    background: #00C853;
}

.messages ul.error {
    color: #ffffff;
    background: #FF5722;
}



.gui-page-title{
  font-size: 2.4rem;
  text-transform:capitalize;
}

.gui-block-title strong {
    font-size: 1.4rem;
   color: #333333;
}

.gui-cart-sum .gui-item .gui-price {
    float: right;
    width: auto;
    text-align: right;
}
.gui-buttons{font-size: 1.8rem;}

.gui-div-cart-sum{font-size: 1.8rem;}


/* Checkout */

.gui a.gui-button-large.gui-button-action, .gui a.gui-button-small.gui-button-action {
    font-size: 1.8rem;
}
.gui a.gui-button-link {
    font-size: 1.6rem;
}
.gui-block-subtitle, .gui-content-subtitle {
    font-size: 2rem;
    margin-bottom: 16px;
}
#gui-checkout-shipment-methods{
  font-size: 1.6rem;
}

/* Blog */

.gui-blog-article{
  display: inline-block;
  margin-top:20px;
  
}

.gui-blog-article header{
  background:transparent;
}

.gui-blog-article h1 a {
    font-family:'Roboto', sans-serif;
  font-weight:normal;
  font-size:2.4rem;
  line-height: 3rem;
  margin-bottom: 20px;
  text-shadow:none;
}

.gui-blog-article header ul li {
  display:none;
}

.gui-blog-article-more a,
.gui-blog-article-more a:hover,
.gui-blog-article-more a:focus {
  color: #F44336;
}

.sidebar {
    clear: both;
}

.slide-nav{
  padding:8px;
  font-size:1.4rem;
  
}

#share-buttons {
    margin: 40px 16px;
  }
#share-buttons img {
  width: 35px;
  padding:8px 8px 0 0;
  border: 0;
  box-shadow: 0;
  display: inline;
}

@media only screen and (min-width: 400px) {
 .products .product .actions a{
 color: #F44336;
position: relative;
 display:inline-block;
float:left;
 margin:5px auto 0;
 width:auto;
 height:auto;
 font-size:1.2rem;
 font-weight:400;
}

.product:hover .info .title, .product:hover .actions a{
  color:#fff;
}

.products .product .actions a.cart{
 float:right;
 }



}



@media only screen and (min-width: 424px) {
  
  
  .product{
  min-height:370px;
  }
  .product .product_price{
      bottom: 40px;
      font-size: 2rem;

  }
}

@media only screen and (min-width: 500px) {
  
 .product{
  min-height:390px;
  }

  

}

@media only screen and (min-width: 580px) {
  
 .product{
  min-height:430px;
  }

}

@media only screen and (min-width: 680px) {
  
 .product{
  min-height:480px;
  }

}



@media only screen and (min-width: 768px) {
  .container {width:750px;}
    
  .topnav {
    display:inline-block;
    background-color: #424242;
    border:0;
    float:right;
  }
  
  .topnav div {
    display:inline-block;
    float:left;
    clear:left;
    margin: 10px 0;
  }
  
  .topnav {
    display:inline-block;
    background-color: #424242;
    border:0;
    float:right;
  }
  
  .topnav.mobile {
    display:none;
  }
    
  #main_menu{
    position:relative;
    margin: 20px 0 20px -5px;
    background-color: transparent;
    background-image:none !important;
  }  
  
  .intro_block_inner h1{
    font-size:6rem;
  }
  
  
  .logo a h2 span.top {
      display:inline-block;
      float:left;
      clear:both;
      font-size: 4rem;
      letter-spacing: 0.2rem;
      line-height: 4rem;
  }
  
  .logo a h2 span.bottom {
      display:inline-block;
      float:left;
      clear:both;
      font-size: 2.4rem;
      letter-spacing: 0.24rem;
  }
    
    
    .product{
  min-height: 380px;
  }
    
    .products .product .actions a{
 font-size:1.4rem;
}
  

}

@media only screen and (min-width: 992px) {
  .container {width: 960px;}
  
  .product{
  min-height: 380px;
  }
  
  .products.featured .product{
  min-height: 440px;
  }
  
  .sidebar {
    clear: right;
}
  
  
}

@media only screen and (min-width: 1200px) {
  .container {width: 1120px;}
 
 .product{
  min-height:370px;
  }
  
  .products.featured .product{
  min-height: 420px;
  }

}

/* Hide the full description by default */
.product-description {
    max-height: 100px; /* Show only first 100px of text */
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}

/* Hide the checkbox */
.read-more-checkbox {
    display: none;
}

/* Read More button styling */
.read-more-label {
    display: block;
    background: #0073e6;
    color: white;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 5px;
    width: 120px;
}

/* Change appearance on hover */
.read-more-label:hover {
    background: #005bb5;
}

/* When the checkbox is checked, expand the description */
.read-more-checkbox:checked + .product-description {
    max-height: none;
}

/* Change button text when expanded */
.read-more-checkbox:checked + .product-description + .read-more-label::after {
    content: " Read Less";
}
.read-more-label::after {
    content: " Read More";
}
