@CHARSET "UTF-8";
body, html {
  overflow-x: hidden;
}
.rounded { border-radius: 4px !important;}
.rounded-x { border-radius: 50% !important;}
.rounded-2x { border-radius: 10px !important;}
.rounded-3x { border-radius: 15px !important;}
.rounded-4x { border-radius: 20px !important;}
.rounded-sm { border-radius: 2px !important;}
.rounded-md { border-radius: 3px !important;}
.circle-icon {
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}
@media (min-width: 1600px) {
  .container {
      width: 1500px;
  }
}
@media (min-width: 1350px) and (max-width: 1599px) {
  .container {
      width: 1310px;
  }
}
.logo-img {
  margin: 0 auto;
}
.desk-logo-img {
  max-height: 40px;
}

/* top */
#top {
  position:fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  background-color: #f7f7f7;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: transparent;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .top-header {
  	padding: 25px 4% 25px;
}
.customer-name {
  color: #777777;
}
.top-links {
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.top-links .fa {
  font-size: 1.3rem;
}
.top-links .open>a, .top-links .open>a:focus, .top-links .open>a:hover {
    background-color: transparent;
}
#top .btn-link, .top-links li, .top-links a {
  text-decoration: none;
  text-transform: uppercase;
	font-size: 14px;
	background-color: transparent;		
}
#top .btn-link:hover, .top-links a:hover {
	color: #444;
}
.top-links .dropdown-menu a {
	text-shadow: none;
}
.top-links .dropdown-menu a:hover {
	color: #FFF;
    background-color: transparent;
}
.top-links>ul>li + li {
	padding: 0px 12px;
}
.top-links>ul>li:first-child {
	padding-left: 0;
}
.top-links>ul>li:last-child {
	padding-right: 0;
}
#top-left {
  margin-top: 9px;
}
#top-right {
  margin-top: 9px;
}
.mini-items > ul > li {
  padding-left: 0px;
  padding-right: 0px;
}
/* enable absolute positioning */
.inner-addon { 
    position: relative;
    background-color: #f5f5f5;
    border: none;
    outline: none;
    
}
.wholesale-buyer {
  color: #FFFF00;
  font-size: 1.2rem;
}
/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  cursor: pointer;
}
/* align icon */
.left-addon .glyphicon  { left:  0px; color: #888888;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


/*header Menu*/
.fixed {
    position: fixed;
    top: 0;
}
header .navbar {
    border: none;
    margin-bottom: 5px;
}
header .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
header .navbar .navbar-collapse {
  text-align: center;
}
#search-bar
{
	position: absolute;
	right: 35px;
    top: 6px;
    height: 30px;
}
#mobile-cart {
  width: 35px;
  position: absolute;
  right: 10px;
  top: 6px;
  height: 30px;
}

#SHOP .dropdown-menu {
  padding-left: 20px;
	min-width: 500px;
	z-index: 1001;
	border: 1px solid #000000;
	border-radius: 0;
	box-shadow: none;
}  
  /* cart */
#cart .dropdown-menu, #my-account .dropdown-menu, #top-search .dropdown-menu {
	min-width: 260px;
	z-index: 1001;
	border: 1px solid #000000;
	border-radius: 0;
	box-shadow: none;
}
#cart .dropdown-menu {
 margin-left: -295px;
}
#search .search-text {
  width: 70%;
  border: 0;
  box-shadow: none;
  margin-left: 5px;
}
#search .search-button {
  display: inline-block;
  float: right;
  margin-right: 5px;
}
#search .search-button i {
  color: #000000;
}
#SHOP:hover .dropdown-menu, #cart:hover .dropdown-menu, #my-account:hover .dropdown-menu, #top-search:hover .dropdown-menu {
	display:block;
  margin-top: 0px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu .mini-items {
	overflow-x: hidden;
	overflow-y: auto;
  max-height: 400px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu table tr td {
	border: none;
}
#cart .dropdown-menu table tr td:first-child {
	padding: 0;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart .dropdown-menu .mini-product-remove {
	line-height: 105px;
	cursor: pointer;
}
#cart .dropdown-menu .mini-product-remove .fa {
	font-size: 1.5em;
}
#cart .dropdown-menu .mini-totals {
	margin-left: 32px;
	padding-top: 10px;
	border-top: 2px solid #cccccc;
	
}
#cart .dropdown-menu .btn  {
	width: 42%;
background-color: #1C1C1C;
    border-color: #1C1C1C;	
}
#cart .dropdown-menu  a:hover {
background-color: #1f90bb;
    background-position: 0 -15px;
} 
#cart ul > li + li {
  padding: 0 4px;
}

	/* footer */
	footer {
    margin-top: 30px;
    padding-top: 20px;
		font-size : 18px;
    width: 100%;
    border-top: 1px solid #ccc;
    background-color: #f7f7f7;
	}
	footer  i {
		
		color : #000000;
		font-size: 30px;
		
	}
	footer hr {
		border-top: none;
		border-bottom: 1px solid #666;
	}
	footer p {
		margin-bottom: 5px;
		color: #000000;
	}
	footer p.footer-title {
		font-family: "Ivy Mode", Arial, sans-serif;
		margin-bottom: 20px;
		font-size: 18px;
	}
	footer a {
		color: #000000;
    text-transform: uppercase;
	}
	footer .email-join {
		background-color: #ffffff;
		width: 190px;
		height: 30px;;
		color: #737373;
		border: 1px solid #999;
		padding-left: 5px;
		padding-right: 5px;
	}
	footer .email-join-button {
		color: #fff;
		padding: 4px 14px;
		background-color:#000;
	}
	footer .subscribe-result {
		color: #ff0000;
	}
	footer .footer-block {
		margin-bottom: 25px;
	}
  footer .copyright {
    margin-top: 10px;
		border: 1px solid #ccc;
		background-color: #fafafa;
    padding: 20px 0px 10px;;
    
  }
 @media (min-width: 768px) {  
	.md-footer p {
		font-size: 15px;
	}
	.md-footer a {
	   font-size: 13px;
	}
	.md-footer .email-join {
		font-size: 14px;
	}
	.md-footer .email-join-button {
		font-size: 14px;
	}
	.md-footer .subscribe-result {
		font-size: 14px;
	}
	footer .social li {
		padding-left:10px;
		padding-right:10px;
	}
	footer .social li span {
		display: inline-block;
		line-height: 40px;
		width: 50px;
		padding-top: 6px;
		padding-left: 3px;
		border: 1px solid #000000;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;

	}
	footer .s-fa {
		font-size: 2em;
	}
}

@media (max-width: 767px) {
	.xs-footer p.footer-title {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.xs-footer a {
		font-size: 11px;
	}
	.xs-footer .email-join {
		font-size: 11px;
	}
	.xs-footer .email-join-button {
		font-size: 11px;
	}
	.xs-footer .subscribe-result {
		font-size: 11px;
	}
	footer .social li span {
		display: inline-block;
		line-height: 25px;
		width: 30px;
		padding-left: 2px;
		border: 1px solid #000000;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;

	}
} 

/* Page: Maintenance
 ================================ */
.maintenance {
  padding: 80px 0 100px;
  font-size: 22px;
  line-height: 35px;
}
.maintenance .panel-body {
  padding: 40px 20px;
}
.maintenance h1 {
  margin: 0;
  font-size: 22px;
  line-height: 35px;
}
.blank-mode {
  background: #f8f8f8;
}
.blank-mode header,
.blank-mode footer {
  display: none !important;
}
/*======================= BACK TO TOP =======================*/
.back-to-top {
    display: none;
    z-index: 1002;
    position: fixed;
    right: 5px;
    bottom: 0px;
    width: 50px;
    height: 50px;
}

a.back-to-top {
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 4px;    
}
/*=======================*/

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-100 {
	 clear:both;
}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;}
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-100 { margin-bottom:100px;}

@media (max-width: 768px) {
	.sm-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.sm-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.sm-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.sm-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.sm-margin-bottom-50 {
		margin-bottom: 50px;
	}
}

@media (max-width: 992px) {
	.md-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.md-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.md-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.md-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.md-margin-bottom-50 {
		margin-bottom: 50px;
	}
}

.container-margin-top,
.margin-top-5,
.margin-top-10,
.margin-top-15,
.margin-top-20,
.margin-top-25,
.margin-top-30,
.margin-top-35,
.margin-top-40,
.margin-top-45,
.margin-top-50,
.margin-top-55,
.margin-top-100 {
	 clear:both;
}
.container-margin-top { margin-top:100px;}
.margin-top-5  { margin-top:5px;}
.margin-top-10 { margin-top:10px;}
.margin-top-15 { margin-top:15px;}
.margin-top-20 { margin-top:20px;}
.margin-top-25 { margin-top:25px;}
.margin-top-30 { margin-top:30px;}
.margin-top-35 { margin-top:35px;}
.margin-top-40 { margin-top:80px;}
.margin-top-45 { margin-top:45px;}
.margin-top-50 { margin-top:50px;}
.margin-top-55 { margin-top:55px;}
.margin-top-100 { margin-top:100px;}

.small_text {
     font-size: 12px;
}
	.account-board-split
	{
	   display : block;
	   border-right: 2px solid #CCC;
	   height: 380px;
	}
  
 @media (max-width: 767px) {
	.sm_small_text {
     font-size: 1rem;
	}
	
	label {
		font-size: 1.1rem;
	}
	select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control 
	{
		font-size: 1.05rem;
	}
	.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover{
		font-size: 1rem;
	}
	.input-group .input-group-addon{
		font-size: 1rem;
	}	
}
@media (min-width: 768px) {
	.md_small_text {
     font-size: 1.2rem;
	}	
	label {
		font-size: 15px;
	}
	select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control 
    {
		font-size: 14px;
	}
	.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover
	{
		font-size: 1rem;
	}
	.input-group .input-group-addon{
		font-size: 1rem;
	}		

} 



/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
.styled-select {
  background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
  height: 29px;
  overflow: hidden;
  width: 240px;
}
.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 268px;
}
.styled-select.slate {
  background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
  height: 34px;
  width: 240px;
}
.styled-select.slate select {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  width: 268px;
}
/* -------------------- Rounded Corners */
.rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.semi-square {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* -------------------- Colors: Background */
.slate {
  background-color: #ddd;
}
.green {
  background-color: #779126;
}
.blue {
  background-color: #3b8ec2;
}
.yellow {
  background-color: #eec111;
}
.black {
  background-color: #000;
}
/* -------------------- Colors: Text */
.slate select {
  color: #000;
}
.green select {
  color: #fff;
}
.blue select {
  color: #fff;
}
.yellow select {
  color: #000;
}
.black select {
  color: #fff;
}
/* -------------------- Select Box Styles: danielneumann.com Method */
/* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */
#mainselection select {
  border: 0;
  color: #EEE;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 10px;
  width: 378px;
  *width: 350px;
  *background: #58B14C;
  -webkit-appearance: none;
}
#mainselection {
  overflow: hidden;
  width: 350px;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  border-radius: 9px 9px 9px 9px;
  box-shadow: 1px 1px 11px #330033;
  background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;
}
/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select#soflow,
select#soflow-color {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #AAA;
  color: #555;
  font-size: inherit;
  margin: 20px;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}
select#soflow-color {
  color: #fff;
  background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
  background-color: #779126;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#search-mobile { display: none; }
.glow-sale {
    background-color: #FF3366;
    border: none;
    animation: glow 3.5s ease-in-out infinite;
}
.glow-hot {
    background-color: #FF9999;
    border: none;
    animation: glow 3.5s ease-in-out infinite;
}
@keyframes glow {
  0%,100%{ box-shadow: inset 0 0 10px 10px #fff; }
  25%{ box-shadow: inset 0 0 10px 10px #fff; }
  50%{ box-shadow: inset 0 0 10px 15px #fff; }
  75%{ box-shadow: inset 0 0 10px 20px #fff; }
}
