/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


#sidebar_box .rightbar_wrap .icon_wrap {
  width: 75px;
}

.amount_circle {
  right: 8px;
}

#left_column .block-categories .block_content {
margin-left: 10px;
}

/* SEARCH BAR VISIBLE ON MOBILE DEVICES - ADDED BY CALEYDON */
@media (min-width: 480px) {
  #st_header .search_widget_block {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  #st_header .search_widget_block {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #container_search_mobile_top {
    display: none;
  }
  #container_userbar_mobile_top {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #container_search_mobile_top {
    display: block;
    margin: 15px 0;
  }
  #container_userbar_mobile_top {
    display: block;
    margin: 15px 0;
  }
  #container_userbar_mobile_top .header_item {
    padding: 0 8px;
  }
}

/* MOBILE LOGO TOP PADDING */
#mobile_bar img.logo {
    padding-top: 15px!important;
}

/* STICKY FOOTER */
/*
#page_wrapper {
  min-height: 100vh;
  padding-bottom: 40px;
}
#footer {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
*/

/*
.block-categories .category-sub-menu .current_cate > a {
	color: #E54D26;
}
*/
/* ps_categorytree: Highlight selected category */
.category-sub-menu .current_cate>.acc_header a {
    color: #6C48DD;
}

span.tax_label { font-weight:bold!important; color:#444; }

/* Google Map */
#google-map iframe {
  display: block;
  max-width: 100%; }

.cms-page-content {
  padding: 2rem 1rem 1rem!important;
}

/* CMS Pages */
body#cms .page-cms ul {
	list-style: inherit;
	padding-left: 20px;
}
body#cms .page-cms ul li, body#cms .page-cms ol li {
	list-style: inherit;
	padding-left: 10px;
	margin-bottom: 0.5rem;

}
body#cms .page-cms .h2, body#cms .page-cms h2 {
	font-size: 1.25rem;
	line-height: 3rem;
	border-bottom: 1px solid #d8d8d8;
}

.nav_bar.horizontal-s-fullheight .top_bar_item .header_item, .nav_bar.vertical-s .top_bar_item .header_item {
    padding: 0 14px
}
.text-capitalize {
    text-transform: inherit !important
}
.product-features dl.data-sheet dt.name {
    text-transform: inherit;
}
.countdown_box {
    text-transform: inherit
}