@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300);

body {
	font: 14px 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #000000;
	background: #167197;
}

.logo, img {
	margin-top: 0;
	max-width: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
}

a, .btn, #header-cart {
  -o-transition: color .3s, background .3s, border-color .3s;
  -ms-transition: color .3s, background .3s, border-color .3s;
  -moz-transition: color .3s, background .3s, border-color .3s;
  -webkit-transition: color .3s, background .3s, border-color .3s;
  transition: color .3s, background .3s, border-color .3s;
}

.search-results-search .form-control {
	height: 45px;
}

.carousel-control.left,
.carousel-control.right {
	background-image:transparent !important;
	background:none !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar-default .navbar-collapse {
	padding: 0;
}

@media(max-width:767px) {
	.navbar-default .navbar-collapse {
		padding: 0 15px;
	}

	.viewby > a {
		padding: 6px 10px;
	}

	.form-horizontal .control-label {
		margin-top: 8px;
	}
}

@media (min-width: 768px) {
	.dropdown-hover:hover > .dropdown-menu {
		display: block;
	}
}

@media (max-width: 500px) {
	.col-xss-9 {
		width: 66.66666667%;
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 350px) {
	.col-xss-9,
	.wrapper-thumbnail.col-xs-8 {
		width: 75%;
	}
}

/* Start Header */
.wrapper-free-shipping {
	padding: 6px 0 9px;
	font-size: 21px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	background: #023259;
}

.wrapper-free-shipping p {
	margin-bottom: 0;
}

.wrapper-free-shipping p .fa {
	color: #e15800;
}

.wrapper-header > .container {
	padding: 20px 15px 20px;
	background: url('../img/header-banner.jpg') no-repeat left 130px top;
}

@media (min-width: 768px) {
	.wrapper-header .row {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.wrapper-header > .container {
    background: url('../img/header-banner.jpg') no-repeat center top;
	}
}

.header-search,
#header-cart {
	margin-top: 0;
	float: right;
}

#header-cart,
#neto-dropdown {
	color: #023259;
}

.header-search {
  width: 260px;
  margin-right: 30px;
}

.header-search .form-control {
  height: 40px;
	color: #9bb9c6;
  box-shadow: none !important;
  border: none;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.header-search .btn {
  padding: 0 15px;
  color: #e25c00;
  height: 40px;
  border: none;
}

.header-search .btn:hover,
.header-search .btn:focus {
	color: #023259;
	background: #ffffff;
}

@media (max-width: 767px) {
	.header-search {
    width: 100%;
    margin: 20px 0 0 0;
	}
}

#header-cart {
  padding: 10.5px 25px;
  background: #023259;
  border-radius: 4px;
}

#header-cart > a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

#header-cart > a .fa {
  color: #e25d00;
}

.header-search .form-control::-webkit-input-placeholder {
   color: #9bb9c6;
}

.header-search .form-control:-moz-placeholder {
   color: #9bb9c6;
}

.header-search .form-control::-moz-placeholder {
   color: #9bb9c6;
}

.header-search .form-control:-ms-input-placeholder {
   color: #9bb9c6;
}

.wrapper-navigation {
	margin-bottom: 25px;
	border-bottom: 1px solid #ffffff;
	background: #e25c00;
}

.navbar-default {
	margin-bottom: 0;
	min-height: inherit;
	background: none;
	border: none;
	border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	background: #023259;
}

.navbar-default .navbar-nav > li .dropdown-menu > li > a span {
  position: relative;
  display: block;
}

.navbar-default .navbar-nav > li .dropdown-menu > li > a .fa {
  position: absolute;
  top: 2px;
  right: 0;
	color: #9bb9c6;
}

@media (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		padding: 12px 15px;
	}

	.wrapper-free-shipping {
		font-size: 19px;
	}
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding: 12px;
	}

	.wrapper-free-shipping {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.navigation-list {
		margin-top: 5px;
	}

	.navigation-list li a {
		color: #ffffff;
	}

	.wrapper-free-shipping {
  	font-size: 14px;
	}

	.collapse-menu {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  border-bottom: 1px solid #ffffff;
	}

	.collapse-menu > li > a {
	  padding: 10px 0 10px 25px;
	  font-size: 13px;
	  line-height: 13px;
	  color: #ffffff;
	  display: block;
	  background: #023259;
	  border-top: 1px solid #ffffff;
	}

	.collapse-menu > li:hover > a,
	.collapse-menu > li:focus > a,
	.collapse-menu > li > a:hover,
	.collapse-menu > li > a:focus {
		color: #ffffff;
		background: #d4dfe3;
	}

	.third-menu {
	  border-bottom: none;
		display: none;
	}

	.third-menu > li > a {
	  padding: 10px 0 10px 40px;
	}
}

.dropdown-menu {
  padding: 12px 0;
  min-width: 200px;
  border-radius: 0;
  border: none;
  border-top: 3px solid #023259;
}

.dropdown-menu > li {
	margin: 1px 0;
}

.dropdown-menu > li > a {
  padding: 6px 15px;
  color: #383838;
}

.dropdown-menu > li:hover > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #383838;
  background-color: #eaf3f6;
}

.dropdown-menu.dropdown-menu-horizontal {
  border-top-color: #e25c00;
}

.dropdown-menu-horizontal.third-level {
	border-top: #167197;
}

.navbar-account .fa {
	display: none;
}

@media (max-width: 991px) {
	.navbar-account .fa {
		display: inline-block;
	}
}
/* End Header */

/* Start Homepage */
.carousel-caption {
  padding: 0;
  top: 50px;
  left: 40px;
  right: auto;
  bottom: auto;
  width: 310px;
  color: #ffffff;
}

.carousel-caption h3 {
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.carousel-caption p {
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption .btn {
	margin-top: 10px;
	padding: 7px 20px 8px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.carousel-caption {
		top: 25px;
    left: 20px;
    width: 290px;
	}

	.carousel-caption h3 {
    font-size: 32px;
	}

	.carousel-caption p {
    font-size: 17px;
	}
}

@media (max-width: 991px) {
	.carousel-caption {
		width: 200px;
		top: 30px;
	}

	.carousel-caption h3 {
		font-size: 22px;
	}

	.carousel-caption p {
		font-size: 15px;
	}

	.carousel-caption .btn {
		display: none;
	}

	.carousel-indicators {
		bottom: 5px;
	}
}

@media (max-width: 500px) {
	.carousel-caption {
		width: 210px;
    top: 20px;
    left: 10px;
	}

	.carousel-caption h3 {
		font-size: 18px;
	}

	.carousel-caption p {
    font-size: 13px;
		height: 57px;
		overflow: hidden;
	}
}

@media (max-width: 450px) {
	.carousel-caption p {
		display: none;
	}

	.carousel-caption {
		width: 170px;
	}
}

.panel-default {
  border-color: #d4dfe3;
  border-radius: 0;
}

.panel-default > .panel-heading {
  padding: 11px 15px;
  color: #ffffff;
  border-radius: 0;
  background-color: #e25d00;
  border-color: #e25d00;
}

.panel-title {
  font-weight: 700;
  text-transform: uppercase;
}

.panel .list-group {
  padding: 15px 0;
}

.list-group-item {
	font-size: 15px;
	color: #383838;
  padding: 9px 15px;
  margin-bottom: 0 !important;
  border: none;
	border-radius: 0 !important;
}

a.list-group-item {
	color: #383838;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #023259;
}

.thumbnail-category {
  margin-top: 30px;
}

.thumbnail-category > a.image,
.category-banner > a.image {
  position: relative;
  display: block;
}

.thumbnail-category > a.image img {
  vertical-align: bottom;
}

.thumbnail-category > a.image .headline {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font: 0/0 a;
	margin: 0;
	background: rgba(0,0,0,0.5);
}

.thumbnail-category > a.image:hover .headline,
.thumbnail-category > a.image:focus .headline {
	background: none;
}

.thumbnail-category > a.image .headline::before {
	content: ' ';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.thumbnail-category > a.image .headline > span.headline-text {
  padding: 0 20px;
  font: 28px 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.thumbnail-category > a.image .headline > span.headline-text > span.block {
	display: block;
}

.thumbnail-category > a.image .headline > span.headline-text > span.linktext {
  padding: 6px 22px 8px;
  margin-top: 10px;
  display: inline-block;
  font: 14px 'Source Sans Pro', sans-serif;
}

@media (max-width: 1199px) {
	.thumbnail-category > a.image .headline > span.headline-text {
		font: 26px 'Source Sans Pro', sans-serif;
  	font-weight: 600;
	}
}

@media (max-width: 991px) {
	.thumbnail-category > a.image .headline {
		top: -1px;
	}

	.thumbnail-category > a.image .headline > span.headline-text {
    padding: 0 10px;
    font: 20px 'Source Sans Pro', sans-serif;
  	font-weight: 600;
	}

	.thumbnail-category > a.image .headline > span.headline-text > span.linktext {
		padding: 5px 15px 7px;
    font: 13px 'Source Sans Pro', sans-serif;
	}

	.wrapper-thumbnail-category > .row,
	.wrapper-brands > .row {
		margin: 0 -10px;
	}

	.wrapper-thumbnail-category > .row > div,
	.wrapper-brands > .row > div {
		padding: 0 10px;
	}
}

@media (max-width: 600px) {
	.thumbnail-category > a.image .headline > span.headline-text {
		font: 18px 'Source Sans Pro', sans-serif;
    font-weight: 600;
	}
}

@media (max-width: 500px) {
	.thumbnail-category > a.image .headline > span.headline-text {
		font: 26px 'Source Sans Pro', sans-serif;
    font-weight: 600;
	}
}

@media (max-width: 400px) {
	.thumbnail-category > a.image .headline > span.headline-text {
		font: 22px 'Source Sans Pro', sans-serif;
    font-weight: 600;
	}
}

.thumbnail-brands > a {
  margin-top: 20px;
  padding: 5px;
  display: block;
  background: transparent;
}

.thumbnail-brands > a img {
	height: auto;
	width: 180px;
	/*object-fit: contain;*/
}

.wrapper-brands > h3,
.wrapper-heading > h3 {
  margin: 35px 0 0 0;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}

.wrapper-heading > h3 {
  margin: 20px 0 30px;
}

.wrapper-brands > h3 a {
  margin-top: 15px;
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-transform: initial;
}

.wrapper-brands > h3 a .fa {
  margin-left: 5px;
}

@media (max-width: 500px) {
	.wrapper-brands > h3 {
		font-size: 24px;
	}

	.wrapper-brands > h3 a {
		margin-top: 12px;
	}
}

@media (max-width: 400px) {
	.wrapper-brands > .row > div {
		width: 100%;
	}
}

.tabbable {
  margin-top: 40px;
}

.tabbable .nav-tabs > li {
  margin-bottom: 0;
  text-align: center;
}

#n_home .tabbable .nav-tabs > li {
  width: 33.33%;
}

@media (max-width: 767px) {
	#n_home .tabbable .nav-tabs > li {
		width: 100%;
	}
}

#n_home .tabbable .nav-tabs > li > a {
	padding: 8px 15px;
  margin-right: 0;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 0;
  background: #d4dfe3;
}

.tabbable .nav-tabs {
  border-bottom: none;
}

#n_home .tabbable .nav-tabs > li > a:hover,
#n_home .tabbable .nav-tabs > li > a:focus,
#n_home .tabbable .nav-tabs > li.active > a,
#n_home .tabbable .nav-tabs > li.active > a:hover,
#n_home .tabbable .nav-tabs > li.active > a:focus {
	border: none;
	color: #ffffff;
  background: #023259;
}

@media (max-width: 991px) {
	#n_home .tabbable .nav-tabs > li > a {
		font-size: 20px;
	}
}

.thumbnail {
  margin-bottom: 15px;
  padding: 0;
  border-radius: 0;
  border-color: #d4dfe3;
  min-height: 490px;
}

.thumbnail-image {
  padding: 20px 10px;
}

.thumbnail .caption {
  padding: 20px 10px;
  border-top: 1px solid #d4dfe3;
  color: #333333;
}

.thumbnail .caption h3 {
  font-size: inherit;
  line-height: normal;
  height: 3em;
  overflow: hidden;
}

.prod-price-was {
	font-size: 15px;
    color: #383838;
    font-weight: normal;
    vertical-align: top;
    line-height: 28px;
}

@media (max-width: 767px) {
	.thumbnail .caption h3 {
		height: auto;
	}
}

.thumbnail .caption h3 a {
  font-size: 15px;
  color: #383838;
  text-align: center;
  display: block;
}

.thumbnail .caption .price {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #e25d00;
  height: auto;
  text-align: center;
}
/* End Homepage */

/* Start Category */
#left-sidebar .list-group h4, #left-sidebar .list-group .h4 {
  font-size: 15px;
  font-weight: 600;
  color: #023259;
  text-transform: uppercase;
}

.page-header {
	color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}

.cat-desc,
.sort_container {
	color: #ffffff;
}

.breadcrumb {
  background-color: #ffffff;
  border-radius: 0;
}

.breadcrumb > li > a {
	color: #383838;
}

.breadcrumb > li + li:before {
  padding: 0 5px 0 8px;
  color: #9bb9c6;
}

.pagination > li > a,
.pagination > li > span {
  color: #023259;
  background-color: #fff;
  border: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fff;
	background-color: #023259;
	border-color: #023259;
}
/* End Category */

/* Start Product */
.product-name {
	font-size: 34px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}

.wrapper-pricing > div {
	float: left;
	margin-right: 15px;
}

.productpricetext,
.productpromo {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
}

.productrrp,
.productsave,
.productwasprice {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
}

.productsave {
	color: #fff;
}

.productwasprice {
	color: #d4dfe3;
}

.productsavetext {
	margin-top: 10px;
	width: 100%;
}

.productsavetext > div,
.productsavetext > span {
	float: left;
}

#sale-end {
	margin: 0 5px;
}

.productsavetext,
.time-text {
	color: #fff;  /*color: #d4dfe3;*/
}

@media (max-width: 991px) {
	.product-name {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.product-name {
		margin-top: 20px;
	}
}

@media (max-width: 500px) {
	.product-name {
		font-size: 28px;
	}
}

.wrapper-pricing  {
	margin-top: 20px;
}

.wrapper-pricing > .label {
	float: left;
	display: block;
	padding: 6px 10px 8px;
	font-size: 14px;
}

.wrapper-pricing-promo > .label {
	margin-top: 10px;
}

.productrrp.text-muted {
  color: #d4dfe3;
}

.table {
  background: #ffffff;
  color: #333333;
}

.main-image.text-center {
  padding: 20px;
  background: #ffffff;
}

.alt-images {
	margin: 20px -7.5px 0;
}

.alt-images > div {
	padding: 0 7.5px;
}

.alt-images .fancybox {
  margin-bottom: 10px;
  display: block;
  background: #ffffff;
}

.alt-images .fancybox .product-image-small {
  margin-bottom: 0;
}

#n_product .tabbable {
	margin: 30px 0;
}

#n_product .tab-content {
  padding: 20px;
  background: #ffffff;
}

#n_product .tabbable .nav-tabs > li > a {
  margin-right: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #d4dfe3;
  border: none;
  border-radius: 0;
}

#n_product .tabbable .nav-tabs > li.active > a,
#n_product .tabbable .nav-tabs > li.active > a:hover,
#n_product .tabbable .nav-tabs > li.active > a:focus,
#n_product .tabbable .nav-tabs > li > a:hover,
#n_product .tabbable .nav-tabs > li > a:focus {
  color: #ffffff;
  background-color: #023259;
  border: none;
}

#accordion {
  margin-top: 20px;
}

#accordion .panel {
  border-radius: 0;
}

#accordion .panel-default > .panel-heading {
  color: #023259;
  background-color: #d4dfe3;
  border-color: #d4dfe3;
}

#accordion .panel-default.active > .panel-heading {
  color: #d4dfe3;
  background-color: #023259;
  border-color: #023259;
}

#accordion .panel-default.active {
  border-color: #023259;
}
/* End Product */

/* Start Checkout */
._step,
.control-label,
._shipping_choice,
#_macart_pl > b,
#_macart_pl > a,
.text-white,
.text-white .radio,
#n_customer_account  {
  color: #ffffff;
}

#customer_po + .help-block {
	color: #ffffff;
}

._step_desc,
#n_customer_account .help-block {
  color: #d4dfe3;
}

.control-label .text-danger,
._cpy_balancedue,
#n_customer_account .text-danger,
#n_customer_account .text-muted {
	color: #00acee;
}

._order_total {
  color: #00acee;
}

.well {
	color: #333333;
}
/* End Checkotu */

/* Start Brand */
.brand-image {
  margin-top: 20px;
  text-align: center;
}

.brand-image > img {
	height: 100px;
	object-fit: contain;
}

.all-brand-name {
	margin-top: 15px;
	font-size: 16px;
	color: #ffffff;
	height: 40px;
	overflow: hidden;
	text-align: center;
	display: block;
}

.all-brand-name:hover,
.all-brand-name:focus {
	color: #00acee;
}
/* End Brand */

/* Start Footer */
.wrapper-footer {
	margin-top: 40px;
	padding: 40px 0 20px;
	background: #023259;
}

@media (max-width: 767px) {
	.wrapper-footer {
		padding: 20px 0 30px;
	}
}

.wrapper-footer h4 {
	margin: 18px 0;
	font-size: 16px;
	font-weight: 500;
	color: #e25d00;
}

.wrapper-footer .nav-pills > li > a {
  margin: 0 0 13px 0;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  display: block;
}

.wrapper-footer .nav-pills > li > a:hover,
.wrapper-footer .nav-pills > li > a:focus {
  color: #3fa9f5;
  background: none;
}

.wrapper-footer .nav-pills {
  margin: 0 !important;
}

.footer-newsletter p {
	margin-bottom: 15px;
	font-weight: 300;
	color: #ffffff;
}

.footer-newsletter .form-control {
	height: 40px;
	border: none;
	box-shadow: none;
}

.footer-newsletter .btn {
	padding: 13px 22px;
	margin-left: 0 !important;
	line-height: 14px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.footer-newsletter .input-group {
		display: block;
	}

	.footer-newsletter .form-control,
	.footer-newsletter .btn {
		border-radius: 0 !important;
	}

	.footer-newsletter .btn {
		width: 100%;
		display: block;
	}
}

.list-social > li {
  margin-right: 10px;
  padding: 0;
  display: block;
  float: left;
}

@media (max-width: 991px) {
	.list-social > li {
		margin-right: 5px;
	}
}

@media (max-width: 767px) {
  .list-social > li {
    float: none;
    display: inline-block;
  }
}

.list-social {
  margin: 20px 0 0 0;
  overflow: hidden;
}

.list-social > li > a {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #167197;
}

.list-social a:hover,
.list-social a:focus {
	background: #e25d00;
  color: #ffffff;
}

.wrapper-footer .list-inline {
	margin-bottom: 0;
}

.wrapper-footer address {
	margin-top: 11px !important;
}

.wrapper-footer address,
.wrapper-footer address a {
	margin: 0;
	font-size: 12px;
	text-align: right;
	color: #cccccc;
}

@media (max-width: 991px) {
	.wrapper-footer-payment {
		margin: 0 -7.5px;
	}

	.wrapper-footer-payment > div {
		padding: 0 7.5px;
	}
}

@media (max-width: 767px) {
  .wrapper-footer address,
  .wrapper-footer address a {
    text-align: center;
  }
}

.wrapper-footer address a span {
	color: #3fa9f5;
}

.wrapper-payment {
  padding: 30px 0;
  background: #023259;
  border-top: 1px solid #143d5e;
}

.wrapper-payment .list-inline {
  margin-bottom: 0;
}

.wrapper-payment address {
	margin: 5px 0 0 0;
	text-align: right;
	color: #ffffff;
}

.wrapper-payment address a {
	color: #ffffff;
}

@media (max-width: 767px) {
	.wrapper-payment address {
		text-align: center;
	}
}
/* End Footer */

.thumb-rrp-save {
  font-size: 12px;
  text-align: center;
  min-height: 17px;
}

.thumb-rrp-save > .text-muted {
	text-decoration: line-through;
}

.view-all-link {
	margin-top: 15px;
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

.wrapper-thumbnail .form-control {
	width: 25%;
	float: left;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	text-align: center;
}

.wrapper-thumbnail .form-control + .btn {
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	width: 75%;
	display: inline-block;
}

.thumb_list .form-control {
	width: 50px;
    text-align: center;
}


.label-in-stock {
	background:#468847;
}

.label-in-stock:hover {
	background:#356635;
}

.label-important {
	background: #b94a48;
}

.label-important:hover {
    background: #953b39;
}
.thumbnail-brands{
	text-align: center;
}

.checkout-note-text {
	color: #fff;
}









.pdp-shippingmessage  ul {
    padding-left: 20px;
}
.pdp-shippingmessage {
    margin: 30px 0px;
}
.pdp-shippingmessage * {
    color: #fff;
    font-size: 14px;
}
.cart-shippingmessage p {
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
}
tr.coupon-code .form-group {
    display: flex;
    margin: 0px;
    column-gap: 15px;
}
tr.coupon-code .form-group #collapsecouponCode {
    width: 100%;
}
tr.coupon-code .form-group input.form-control[placeholder] {
    font-weight: 600;
}
tr.coupon-code .form-group input.btn.btn-block.btn-primary {
    width: 34%;
}
#cartcontents .thumb_cart  button.viewcart {
    width: 100%;
}
#cartcontents .thumb_cart button.checkout.btn {
    display: none;
}
.successaddmessage .left {
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.successaddmessage button.btn.npopup-checkout {
    display: none;
}
table.cartTable td.cart-remove a {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.extra-options .thumb-qty {
    display: flex;
}
.thumb-qty .form-control.qty , #buy-child-list .variationthumb-qty   , .cart-qtybox{
    position: relative;
}
a.qty-opr.qty_minus {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}	
a.qty-opr.qty_plus {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}
.thumb-qty .form-control.qty::-webkit-outer-spin-button,
.thumb-qty .form-control.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.thumb-qty .form-control.qty[type=number] {
  -moz-appearance: textfield;
}

#buy-child-list .variationthumb-qty {
    display: flex;
}

#buy-child-list .variationthumb-qty a.qty-opr.qty_minus , .cart-qtybox a.qty-opr.qty_minus {
    left: 6px;
    font-size: 12px;
}
#buy-child-list .variationthumb-qty a.qty-opr.qty_plus , .cart-qtybox a.qty-opr.qty_plus{
    right: 6px;
    font-size: 12px;
}
#buy-child-list .variationthumb-qty input.form-control.qty::-webkit-outer-spin-button,
#buy-child-list .variationthumb-qty input.form-control.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#buy-child-list .variationthumb-qty input.form-control.qty[type=number] {
    -moz-appearance: textfield;
    width: 70px;
}

.cart-qtybox .cart-qty::-webkit-outer-spin-button,
.cart-qtybox .cart-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cart-qtybox .cart-qty[type=number] {
    -moz-appearance: textfield;
}
.cart-qtybox .cart-qty {
    text-align: center;
}
.extra-options .short_description{
	color: #fff;
	margin-top: 10px;
}
a.qty-opr:focus , a.qty-opr:focus-visible {
	outline: unset;
}
.shpping-method .form-group * {
	font-weight: 400;
}
.shipping-calculate .form-group {
    width: 48.4%;
}
.shipping-calculate .form-group:first-child {
    margin-right: 15px;
}
.shpping-method .form-group {
    width: 100%;
}
.shipping-calculate .shpping-method {
    margin-top: 15px;
}
tr.coupon-code .form-group a.btn.btn-primary:focus {
    outline: unset;
}
/* tr.coupon-code .form-group input.btn.btn-block.btn-primary[value="Apply Coupon Code"] {
    max-width: 141px;
} */
tr.coupon-code .form-group #collapsecouponCode .card.card-body {
    display: flex;
    gap: 15px;
}
/* tr.coupon-code .form-group a.btn.btn-primary[aria-expanded="false"]:after {
    content: "\f067";
    font-family: 'FontAwesome';
    padding-left: 5px;
}
tr.coupon-code .form-group a.btn.btn-primary[aria-expanded="true"]:after {
    content: "\f068";
    font-family: 'FontAwesome';
    padding-left: 5px;
} */
.checkoutmeassge{
	color: #fff;
}
.shipping-calculate .panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
@media (max-width: 1199px) and (min-width: 992px) {
tr.coupon-code .form-group input.btn.btn-block.btn-primary {
    width: 46%;
}
}
@media (max-width:575.98px) {
tr.coupon-code .form-group {
    flex-wrap: wrap;
}
tr.coupon-code .form-group a.btn.btn-primary[aria-controls="collapsecouponCode"] {
    width: 100%;
    margin-bottom: 8px;
}
tr.coupon-code .form-group input.btn.btn-block.btn-primary {
    width: 100%;
}
.shipping-calculate .form-group:first-child {
    margin-right: 0px;
}
.shipping-calculate .form-group {
    width: 100%;
}
tr.coupon-code .form-group input.form-control[placeholder]{
	margin-bottom: 8px;
}
}


tr.coupon-code th {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}

.shippingshow {
    display:none;
}
.shipping-method{
    display:none;
    margin-top: 15px;
}
.shipping-method .form-group {
    width: 100%;
}
.shipping-method .form-group p {
    font-weight: 400;
}
