/*-----------------------*/
/* GENERAL */
/*-----------------------*/
.product-page .total-info > div.add-to-cart-area .btn, .cart-total .button.btn, #place-order-button {
	border: 1px solid #F05A23;
	background: linear-gradient(#F05A23, #F05A23);
}

/*-----------------------*/
/* TOP NAV */
/*-----------------------*/

/*-----------------------*/
/* HEADER */
/*-----------------------*/
.search input[type="text"]{
	background:white;
	border-right:0px!important;
	border:3px solid #000;
	height:28px;
	width:200px;
}
.search input[type="submit"]{
	background:white;
	border:3px solid #000;
	border-left:0px;
	height:34px;
}
.top-area img{
	display:block;
	width: 100%;
}
#header .top-area {
  position: relative;
}
#headernavtop {
  position: absolute;
  top: 10px;
  right: 10px;
}
#headernav {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#headernav ul, #headernav ul li, #headernavtop ul, #headernavtop ul li {
  display: inline-block;
}
#headernav ul li a, #headernavtop ul li a {
  font-size: 16px;
  font-family: inherit;
  color: #d95900;
  text-decoration: none;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0 15px;
}
ul.main-nav.navigation-menu li a {
	border-right: none;
}
#top-menu ul li a {
	font-size: 16px;
	font-family: inherit;
	color: #FFFFFF;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	text-align: center;
	padding: 5px 0px;
	display: block;
	width: inherit;
	height: inherit;
}
a.cart, a.phone {
	float: none;
}

/*-----------------------*/
/* CATEGORY NAV */
/*-----------------------*/
ul.main-nav.navigation-menu li a, a.cart{
	margin:5px 0px;
}
a.cart{
	border-right:0px;
}
.category-navigation ul.level-0 > li > a:hover{
	text-decoration:none;
}
.category-navigation .container ul.level-0 > li > a{
	margin:5px 0px;
}
.category-navigation .container{
	width:auto;
}
.account-links{
	margin-top:0px!important;
	line-height:normal;
	height:auto;
	margin-left:0px;
	float:none;
}
.account-links a{
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	border-right:1px solid #FFF;
	padding:0px 10px;
	margin:5px 0px;
}
#headernav ul.level-0 ul.level-1{
  position: absolute;
  box-shadow: rgba(0,0,0,0.5) 0px 4px 7px -4px;
  white-space: nowrap;
  overflow: hidden;
}
#headernav ul.level-0 ul.level-1 li{
  padding:10px 10px 0px 10px;
  display: block;
  background: #104372;
}
#headernav ul.level-0 ul.level-1 > li:last-child{padding-bottom: 10px;}
#headernav ul.level-0 > li > ul.level-1{
  display: none;
}
#headernav ul.level-0 > li:hover > ul.level-1, #headernav ul.level-0 > li:active > ul.level-1{
  display: block;
}

/*-----------------------*/
/* CONTENT */
/*-----------------------*/
#carousel-boxes {
  position: relative;
}
.categboxes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#feature-widgets{
	display:block;
  width: 95%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
}
/* #feature-widgets .item{
	width:19%;
	position:relative;
	display:inline-block;
} */
#feature-widgets .item img{
	width:100%;
	height:auto;
}
#feature-widgets a{
	text-decoration:none!important;
}
table.recent-orders td a.hide-details{
	color:white!important;
}
.banner, .banner a{
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.banner{
	padding:10px;
}
table.recent-orders tr.shown-details td {
	color: #fff;
}
.threebox {
  cursor: pointer;
}
.reglink {
  display: inline-block !important;
  background: #FF5500;
  padding: 5px;
  color: #fff !important;
  transition: 0.4s;
  text-decoration: none !important;
  border-radius: 5px;
}
.reglink:hover {
  background: #003B5C;
}

/*----------------------------------------*/
/* CAROUSEL SIZE FIX */
/*----------------------------------------*/
@media (min-width: 661px ) {
  #carousel-wrapper, #carousel, #carousel .items > li{
    width: 100vw!important;
    max-height: none!important;
    height:  calc(100vw / (1920 / 1440) - 10px)!important;
  }
}

/*-----------------------*/
/* PRODUCT THUMBS */
/*-----------------------*/

/*-----------------------*/
/* PRODUCT */
/*-----------------------*/

/*-----------------------*/
/* CART/CHECKOUT */
/*-----------------------*/

/*-----------------------*/
/* FOOTER */
/*-----------------------*/
.footer-block{
	width:100%;
	text-align:center;
}
.footer-block p{
	margin-bottom:15px;
}
/*-----------------------*/
/* MEDIA QUERIES */
/*-----------------------*/
@media screen and (min-width: 661px){
	#headernav ul.level-0 > li > a{
		border-right:1px solid;
	}
	#headernav ul.level-0 > li:last-child > a{
		border-right:0px;
	}
	ul.main-nav.navigation-menu{
		display:inline-block;
	}
	.navigation-bar{
		display:none;
	}
	.account-links{
		display:inline-block;
	}
  #headernav ul.level-0 ul.level-1{
    overflow-y:auto;
    max-height: 460px;
  }
}

@media screen and (max-width: 1200px){
  /* #feature-widgets {
    width: 100%;
    padding: 0;
    left: unset;
  } */
  .categboxes {
    flex-wrap: wrap;
  }
  #feature-widgets {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
}

@media screen and (max-width: 660px){
	#headernav, #headernavtop {
		display: none;
	}
	.left, .right{
		float:none;
	}
	#searchdropdown{
		display:none;
	}
	/*#feature-widgets .container{
		margin-top:0px;
		padding:0px;
	}
	#feature-widgets .item{
		width:32%;
	} */
	ul.main-nav.navigation-menu li a {
		border-bottom: none;
	}
  #headernav ul.level-0 ul.level-1{
    position: relative;
  }
  #headernav ul.level-0 > li > ul.level-1{
    display: block;
  }
  #headernav ul.level-0 ul.level-1 li > a{
    opacity: 0.8;
    color: #003B5C;
  }
  #headernav ul.level-0 ul.level-1{
    box-shadow:none!important;
  }
  #headernav ul.level-0 ul.level-1 li{
    padding:10px 10px 0px 10px;
    display: block;
  }
}

@media screen and (max-width: 480px){
  /* #feature-widgets .item{
		width: 90%;
	} */
}

/* CORE THEME OVERRIDES */
#header {
  padding: 0;
}
#header .container-fluid {
  position: relative;
  margin-top: 10px;
}
#header #wrapper {
  width: 100%;
}
#header #search {
  position: absolute;
  right: 12px;
  bottom: 0;
}
#header .search input[type="submit"] {
  height:28px;
}
.home-link, .sc-link, .cs-link {
  display:inline-block;
}
.home-link {
  max-width:240px;
}
.sc-link {
  padding-top: 15px;
}
.cs-link {
  margin: 10px auto;
  max-width:400px;
}
#header .with-bs a > img {
  display: block; max-width:100%;
} 
@media screen and (min-width: 992px){
  .cs-link {
    margin-top: -60px;
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 991px){
  #header #search {display:none !important;}
}

/* tablet only */
@media (min-width: 661px) and (max-width: 992px) {
  /* #feature-widgets {
    margin-top: 160px;
  } */
  /* #feature-widgets > .container {
    padding:10px; 
  } */
}

/* mobile  */

@media screen and (max-width: 660px){
  .cs-link {
    max-width: 300px;
  }
}