html, body {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
a:visited {
	color: inherit;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 22px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
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: 12px;
}
textarea {
	resize: none;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

.dropdown-menu a:hover {
	background: #2f3338 !important;
}

.btn-primary {
	color: #fff !important;
	background: #191c21 !important;
	border: 1px solid #3a3e43 !important;
}

.btn-danger {
	background: #bd362f !important;
	border: 1px solid #bd362f !important;
}

.btn-default {
	background: #e7e7e7 !important;
	border: 1px solid #cccaca !important;
}

	.btn-primary:focus, .btn-danger:focus, .btn-default:focus {
		outline: none !important;
	}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #31c595;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	height: 20px;
}

/* logo */
#logo {
	text-align: center;
}
	
	#logo a {
		display: inline-block;
	}

/* menu */
#menu {
	background: linear-gradient(#3a3e43 0%, #191c21 80%) white no-repeat;
	border-radius: 0;
	border: 0;
}

  #menu .currency {
    float: right;
    width: 53px;
  }

    #menu .currency .dropdown-toggle {
      line-height: 33px;
      border: 0 !important;
    }

      #menu .currency .dropdown-menu {
        border-radius: 0 0 3px 3px;
        margin-left: 0 !important;
        min-width: 77px;
      }

      #menu .currency .dropdown-menu li {
        cursor: pointer;
        padding-left: 15px;
      }

  @media (max-width: 767px) {
    #menu .currency {
      float: left;
    }
  }

	#menu .navbar-header button {
		color: #fff;
	}

  #menu .navbar-collapse {
    padding: 0;
  }

	@media (min-width: 772px) {
		#menu .navbar-collapse {
			float: left;
			max-width: calc(100% - 50px);
			padding: 0;
		}
	}

	#menu .navbar-nav > li > a, #menu .currency .dropdown-toggle {
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		font-size: 16px;
		min-height: 15px;
		background-color: transparent;
		border-right: 1px solid #373737;
		border-left: 1px solid #131313;
	}

		#menu .navbar-nav > li:first-child > a {
			border-left: 0;
		}

		#menu .navbar-nav > li:last-child > a {
			border-right: 0;
		}

		#menu .navbar-nav > li > a:hover {
			 background: linear-gradient(#3a3e43 0%, #000000 80%) white no-repeat;
		}

		#menu .navbar-nav .dropdown-menu, #menu .currency .dropdown-menu {
			background: #191c21;
			border: 0;
		}

			#menu .navbar-nav .dropdown-menu a, #menu .currency .dropdown-menu li {
				color: #fff;
				font-size: 15px;
			}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding: 15px 0;
	background-color: #2c3035;
	color: #e2e2e2;
}

footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

	footer h5 div {
		margin-bottom: 5px;
	}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	background: none;
	margin: 0;
	padding: 0;
}

	.breadcrumb ul {
		list-style: none;
		padding: 0;
	}

	.breadcrumb ul li {
		display: inline-block;
		white-space: nowrap;
	}

	.breadcrumb ul li:not(:last-child) a {
		color: #bc2922;
	}

	.breadcrumb ul li:not(:last-child):after {
		content: ' /'
	}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

	.thumbnails .thumbnail:first-child {
		margin-bottom: 0;
		transition: border-color .2s linear;
	}

		.thumbnails .thumbnail:first-child:hover {
			border-color: #bc2922;
		}

	.thumbnails > li.carousel .owl-wrapper-outer {
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

.thumbnails > img {
	width: 100%;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}



.sort-menu-wrapper {
  width: 175px;
  display: inline-block;
}
  .sort-menu-wrapper button {
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sort-menu-wrapper .dropdown-menu {
    width: 175px;
  }

.count-menu-wrapper {
  width: 105px;
  margin-bottom: 15px;
  display: inline-block;
}
  .count-menu-wrapper button {
    width: 105px;
  }

  .count-menu-wrapper .dropdown-menu {
    width: 105px;
    min-width: 105px;
  }

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

#main {
	min-height: calc(100% - 290px);
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #181e23;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  display: none
}
#back-to-top:hover {
    background: #0f1317;
}
#back-to-top.show {
    display: block;
}

.animated-link {
	transition: color .2s linear;
	color: #fff !important;
}

	.animated-link:hover {
		color: #bc2922 !important;
	}

.main {
	min-height: calc(100% - 100px);
	padding-bottom: 30px;
}

.main > header {
	background: url(../image/header-bg.jpg) repeat;
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
}

	.main > header .big-text {
		font-size: 16px;
	}

	.main > header i.fa {
		padding-right: 5px;
		width: 20px;
		vertical-align: middle;
	}

	.main > header p {
		padding-top: 2px;
		margin-bottom: 0;
	}

	.main > header a {
		color: #fff;
	}

		.main > header a i.fa {
			width: auto;
			font-size: 2.5rem;
		}
	
	.main > header .company {
		font-size: 24px;
		text-decoration: none;
		line-height: 1em;
	}

/* categories */
.sidebar {
}
	
	.sidebar .sidebar-title {
		width: 100%;
    background: #2c3035 url(../image/icon-sidebar.png) no-repeat 10px center;
    color: #fff;
    display: block;
    padding: 7px;
    padding-left: 40px;
    font-weight: bold;	
	}

	.sidebar .sidebar-item {
		background: #797d86;
		display: block;
		color: #fff;
		padding: 5px 10px;
    text-decoration: none;
    transition: background 0.5s ease-in;
	}

		.sidebar .sidebar-item.active {
			background: #bc2922;
		}
		
		.sidebar .sidebar-item:not(:first-child) {
		  border-top: 1px solid #979797;
		}

		.sidebar .sidebar-item:not(:last-child) {
		  border-bottom: 1px solid #696a6d;
		}

		.sidebar .sidebar-item:hover {
			background: #bc2922;
		}

.category-title {
	margin-top: 0;
}

/* product grid */
.product-grid .product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden;
  transition: border-color .2s linear;
}

	.product-grid .product-thumb:hover {
		border-color: #bc2922;
	}

	.product-grid .product-thumb .image {
	  text-align: center;
	  padding: 2px;
	}

		.product-grid .product-thumb .image:hover {
		  opacity: 0.8;
		}

		.product-grid .product-thumb .image img {
			margin: 0 auto;
		}

	.product-grid .product-thumb .caption {
	  padding: 5px 2px;
	  background: #f4f4f4;
	  text-align: center;
	}

		.product-grid .product-thumb .caption a {
			color: #2c3035;
			font-size: 16px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			display: block;
      line-height: normal;
		}

.addthis_toolbox {
	margin-top: 10px;
}

.mfp-container {
  background: #fff;
}

  .mfp-container .mfp-content .mfp-title {
  	dipslay: none
  }

  .mfp-container .mfp-content .mfp-counter {
    color: #333;
    font-size: 16px;
  }

  .mfp-container .mfp-content .mfp-close{
    color: #7e7070 !important;
    font-size: 55px;
    position: fixed;
    top: 5px;
    left: -5px;
  }

  .mfp-container .mfp-content .mfp-figure:after {
    box-shadow: none;
  }
  
.product-price {
	margin-top: 0;
}

	.product-price .price-value {
		color: #bc2922;
	}

.special-categories {
	margin: 15px 0;
}

	.special-categories .special-category {
  	display: block;
  	width: 100%;
  	text-align: center;
	}

	  .special-categories .special-category .thump {
  		display: inline-block;
  		max-width: 100%;
  	}

  	.special-categories .special-category	.sub-title {
  		font-size: 1.5rem;
  		color: #626262;
  	}

  	.special-categories .special-category:hover .sub-title {
  		color: #333;
  	}

.module-title {
  color: #333;
  text-align: center;
}

  .module-title:before {
    content: "--- ";
  }

  .module-title:after {
    content: " ---";
  }

.phone-icon {
  width: 25px;
  vertical-align: bottom;
  margin-left: -4px;
}

  footer .phone-icon {
    margin-top: -10px;
    vertical-align: middle;
  }

.contact-props {
  white-space: pre-line;
  font-size: 16px;
}

.contact-icon {
  width: 260px;
  margin: 0 auto;
  margin-bottom: 20px;
}

  .contact-icon .circle-icon + * {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
  }

.article-thumb {
  padding: 10px 0;
  border-top: 2px solid #bc2922; 
}

  .article-thumb:first-child {
    border-top: 0;
  }

  .article-thumb-info {
    width: 40%;
    padding-left: 5px;
    float: left;
  }

    .article-thumb-info .article-name a {
      color: #414141;
      font-size: 16px;
      font-weight: 600;
    }

    .article-thumb-info a {
      color: #bc2922;
    }

  .article-thumb-image {
    width: 60%;
    float: right;
  }

    .article-thumb-image a {
      display: block;
    }

    .article-thumb-image img {
      width: 100%;
    }

  @media(max-width: 768px) {
    .article-thumb-info {
      float: none;
      width: 100%; 
    }

    .article-thumb-image {
      width: 100%;
    }
  }

.circle-icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 35px;
  background: #191c21;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

[id^="input_radio_option_"] .radio {}

  [id^="input_radio_option_"] .radio label {
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
  }

  [id^="input_radio_option_"] .radio label:hover img {
    border-color: #ddd;
  }

  [id^="input_radio_option_"] .radio img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: border-color .2s linear;
    margin-right: 8px;
  }

  [id^="input_radio_option_"] .radio input {
    display: none;
  }

  [id^="input_radio_option_"] .radio input:checked + img {
    border: 1px solid #bc2922;
  }
  .block-img{text-align:center;}
  .img-center {max-width:100%;}
  
  
  .block3{
	  display: grid;
	  grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px 30px;
  }
  
  .block4{
	  display: grid;
	  grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px 30px;
  }
    .block2{
	  display: grid;
	  grid-template-columns: 1fr 1fr;
    grid-gap: 50px 30px;
  }
  
  .block3 img{max-width:60%!important}
  .block2 img{max-width:60%!important}
  .block4 img{max-width:60%!important}
  
 @media (max-width: 650px)
 {
	  .block3{
	  display: grid;
	  grid-template-columns: 1fr;
    grid-gap: 50px 30px;
  }
    .block2{
	  display: grid;
	  grid-template-columns: 1fr;
    grid-gap: 50px 30px;
  } 
    .block4{
	  display: grid;
	  grid-template-columns: 1fr;
    grid-gap: 50px 30px;
  }
    .block3 img{max-width:100%!important}
  .block2 img{max-width:100%!important}
  .block4 img{max-width:100%!important}
 }
 