/*  ----------------------------------------------------------------------------
    This file will load automatically when the Goodwin theme is active. You can use it
    for custom CSS.
*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('fonts/open-sans-v18-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v18-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/montserrat-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('fonts/montserrat-v15-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/montserrat-v15-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




.mobilemenu {
	z-index: 20000;
}

h2.h-category {
	background: transparent;
	color: #7c7c7c;
	margin-bottom: 5px;
}

body {
	background-color: #eaeaea;
	background: url(noisy-texture.png);
	color: #868686;
	letter-spacing: 0;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	line-height: 24px;
	overflow-x: hidden;   
}


@media screen and (min-width: 992px) {
	.hdr {
		
		position: fixed;
	
		width: 100%;
	}
	#contentMainWrapper {
		padding-top: 80px;
	}
}
.hdr-topline {
	min-height: 10px;
	border-width: 0px;
	background: #f3f3f3;
	line-height: 22px;
	margin-top: 0px;
	transition: all 0.7s;
	box-shadow: -2px 1px 2px #bbbbbb inset;

}


.hdr-topline .social-list li a {
	font-size: 15px;
	line-height: 18px;
}

.hdr-topline .header_companyinfo  ul{
	min-width: 25px;
	display: inline-block;
	text-align: right;

	font-size: 12px;
}
.header_companyinfo a {
	color: #cccccc;
	text-transform: uppercase;
}
.header_companyinfo .icon {
	font-size: 15px;
	color: #b4b4b4;
	margin-right: -7px;
	font-weight: 900;
}
.header_companyinfo a:hover, .header_companyinfo .icon:hover {
	color: #99cccc;
}

.mytooltip {
  position: relative;
  display: inline-block;

}

.mytooltip .mytooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #99cccc;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.mytooltip .mytooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #99cccc transparent;
}

.mytooltip:hover .mytooltiptext {
  visibility: visible;
}


.miniheader .hdr-topline {
	margin-top:-22px;
	border-width: 0px;
	transition: all 0.7s;
}

.miniheader .hdr-content{
	height: 45px;
	transition: all 0.7s;
	opacity: 0.95;
}



.hdr-content {
	background-color: #ffffff;
	background: url(bd9debfd.png);
	padding: 5px 0px 15px 0px;
	height: 60px;


}

@media screen and (max-width: 991px) {
	.hdr-mobile-style2:not(.hdr--dark) .hdr-mobile {
		background: url(bd9debfd.png);
	}

	form[name=quick_find_header] {
		background-color: #fcfcfc;
	}
}

.hdr .search-input[type] {
	border-bottom-color: #99CCCC;	
	font-size: 15px;
	line-height: 30px;
}



.hdr .search-button {
	
	width: 20px;
	padding: 0;
	
	font-size: 15px;
	line-height: 30px;
	
}

.holder {
	margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
	
	.hdr .dropdn .dropdn-content,
    .hdr-wrap .dropdn .dropdn-content, .hdr .search-holder .container .search  .search-input, .minicart .minicart-drop{
		transition: top 2s ease;
		top: 0;

	}
	
	.hdr .dropdn.is-hovered .dropdn-content,
    .hdr-wrap .dropdn.is-hovered .dropdn-content, .hdr .is-hovered .search-holder .container .search  .search-input{
		transition: top 0.5s ease;
		z-index: -1;

	}
	
    .minicart .minicart-drop.opened {
		transition: top 0.5s ease;
		z-index: -1;
		background-color: #ffffff;
	}
	
	.hdr-desktop {
		box-shadow: 0px 3px 5px #bbbbbb;
	}
	
	.hdr-style-3 .logo-holder, .hdr-style-3 .logo-holder-s {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}

}

.title-wrap .h1-style, .title-wrap.h1-style{
	font-size: 20px;
	padding-left: 10px;
}

.hdr-desktop .row > *:last-child, .sticky-holder .row > *:last-child {
	margin-left: 0;
}
.menu-toggle, .mobilemenu-toggle {
    height: 35px;
}


.miniheader .minicart-link > .icon {
	font-size: 28px;
}
.minicart-link > .icon {
	transition: all 1s;
}

.miniheader .hdr.minicart-icon-style-4 .minicart-qty {
	transform: scale(0.8);
}
.hdr.minicart-icon-style-4 .minicart-qty {
	transition: all 1s;
}
.miniheader .logo-holder {
	position: absolute;
	vertical-align: middle !important;
}
.logo-holder {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	transition: all 1s;
}

@media screen and (min-width: 992px) {
	.miniheader .hdr-style-3 .menu-toggle + .logo {
		transform: scale(0.8);
		transition: all 1s;
	}
	.hdr-style-3 .menu-toggle + .logo {
		transition: all 1s;
	}
}

.account-holder {
	max-width: 100%;
	margin-left: auto;
}

.account-holder  ul{
	margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: right;
    justify-content: right;
	
}
.account-holder ul > li{
    display: inline-block;
    margin: 0 5px;
	-ms-flex-pack: right;
    justify-content: right;
}
.account-holder ul > li > a {
    font-size: 12px;
    line-height: 30px;
    color: #656565;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s;
}
.account-holder ul > li > a:hover {
	color: #99CCCC;
}
.account-holder ul > li > a img {
    display: inline-block;
    vertical-align: sub;
    padding-right: 10px;
}

.account-holder ul > li > a [class*="icon-"], .hdr-content .dropdn_search .dropdn-link > .icon, .hdr-bottom .dropdn_search .dropdn-link > .icon, .sticky-holder .dropdn-link [class*='icon-'] {
	
	top: 0px;
	
    color: #99CCCC;
    font-size: 15px;
    padding-right: 3px;
}

.hdr .dropdn-link, .hdr .header-inline-link a, .hdr-wrap .dropdn-link, .hdr-wrap .header-inline-link a {
	display:initial;
	position: relative;
	padding: 0px;
	
	text-decoration: none;
	text-transform: uppercase;
	
	font-size: 12px;
	line-height: normal;
}
.hdr .dropdn-link > span, .hdr-wrap .dropdn-link > span {
	padding: 0px;
}



.hdr .sticky-holder .row [class*='col-']:last-child {
    min-width: 0px;
}

.filter-row:not(:first-child) {
    margin-top: 0px;
}

.row--sm-pad {
	margin: 0px;
}

#categories .prd-grid, #whatsNew .prd-grid, #featuredProducts .prd-grid, #specialsDefault .prd-grid, .alsoPurchased .prd-grid, #accountDefault .my_accountpage{
	background-color: #f1f1f1;
	padding: 0px 10px 15px 10px;
		box-shadow: 0px 1px 5px #bbbbbb inset;
}

.title-with-arrows > .h1-style, .container .h1-style{
	color: #aaaaaa;
	z-index: 0;	
	background-color: #dddddd;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

.my_accountpage .page-title h1{
	color: #aaaaaa;
	background-color: #dddddd;
	margin-left: -10px;
	margin-right: -10px;
}

.title-with-arrows > .h1-style:after, .container .h1-style:after {
	content: " ";
	position: absolute;
	display: block;

	height: 100%;
	left: 0;
	top: 0;
	z-index: -5;
	background: #f1f1f1;
	-ms-transform: skew(30deg, 0deg);
	-webkit-transform: skew(30deg, 0deg);

}


.title-with-arrows.text-center {
	text-align: left !important;
}

.prd-grid {

  margin: 0;

}

.prd .prd-inside {
	background: #ffffff;
}


.prd-info > .prd-title  > h2{
	font-size: 11px;
	min-height: 3.3em;

}


.prd-inside > .prd-info > .prd-title {
	font-size: 12px;
	min-height: 4.5em;
	max-width: 90%;
	min-width: 90%;
	margin: auto;
	text-align: center; 
	border-bottom: 2px solid;
	border-bottom-color: #eaeaea;
	
}

.prd-grid .btn:first-child, .prd-grid form:not(:only-child), .prd-promo .btn:first-child, .prd-promo form:not(:only-child), .single-prd-carousel .btn:first-child, .single-prd-carousel form:not(:only-child) {
	margin-right: 10px;
	
}

/* change the size of back to top button */
.back-to-top {
	right: 10px;
	width: 40px;
	height: 40px;
}



body:not(.zoom-off) .bnr.bnr-hover-scale > img {
	
	transform: scale(1) rotate(0.001deg);
	
}

body:not(.zoom-off) .bnr.bnr-hover-scale:hover > img {
	transform: scale(1.1) rotate(0.01deg); 
}

.submenu-title {
	font-size: 11px;
}


.prd-img-area .label-wishlist, .prd-img-area .label-compare {
	font-size: 12px;
	right: 3px;
}

.prd-img-area .label-wishlist:after {
	background-color: #99cccc;
	opacity: 0.7;
	border: 1px solid #99cccc;
	
}

.prd-img-area .label-wishlist{
	transition: all 1s ease;
	
}

.prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-img-area .label-wishlist, .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-img-area .label-compare {
    opacity: 1;
	right: 5px;
	transition: opacity 0.5s ease;
}

.prd-inside .qck-cart, .prd-inside .btn-cart, .prd-inside .btn--ys{
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

.prd-inside .qck-cart:hover, .prd-inside .btn-cart:hover {
	transform: scale(1.07);
	background: #99cccc;
	transition: all 0.5s ease;
}

.prd-inside .qck-cart, .prd-inside .btn-cart {
	
}
.prd-action  .qck-text {
	
}


@media (max-width: 767px) {
	.prd-grid:not(.product-listing):not(.slick-slider) {
		display: -ms-flexbox;
		display: flex; }
    .prd-grid:not(.product-listing):not(.slick-slider) > .prd:nth-child(6) ~ .prd {
		display: initial; 
	}

}

.prd-action a:not(.btn):not([role="option"]):hover {
	font-size: 140%;
	color: #99cccc;
	transition: all 0.5s ease;
}

.prd-info .prd-rating {
	opacity: 0;
	position: absolute;
}

.prd-price {
	min-height: 2.2em;
}

@media (max-width: 991px){
	.prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-price {
		min-height: 4.5em;
	}
}
.page-footer.footer-style-2 {
	background: #eaeaea;
}

.page-footer.footer-style-2 .title > * {
	color: #666666;
}

.foot-sub-s2 input[type=email]{
	background-color: #f4f4f4;
}
.holder.bgcolor-1 {
	background: #777777;
}

.title#follow-us {
	padding-left: 5px;
}

#left-column{
	background-color: #f1f1f1;
}

#right-column {
	background-color: #f1f1f1;
	margin-top: -20px;
}

@media screen and (max-width: 767px){
	.breadcrumbs {
		padding: 23px 0;
	}
}
#indexCategories .d-none {
	display:block !important;
}

#indexCategories .cat-list-wrap, .page-title, .filter-row, #productListing.productlist-wrapper{
	background-color: #f1f1f1;
}

.cat-list-wrap {
	padding-bottom: 10px;
}

.page-title {
	margin-top: -20px;
}
.page-title h1 {
	margin-bottom: 0;
}

#categoryDescription {
	margin: 0 !important;
	padding: 30px 10px 0 10px;
	background-color: #f1f1f1;
}
.category-description:not(:first-child){
	border: 0;
}
.sidebar-block, .leftColumn .fixed-col_container {
	border-bottom-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.slick-slide {
	background-color: #ffffff;
}
.prd-vertical-sm > .prd-img {
	margin: 6px;
	padding: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #eaeaea;
}
#productListing.productlist-wrapper {
	padding: 10px;
	margin-bottom: 10px;
}
.filter-row .col-left, .filter-row .col-right {
	width: 100%;
}

#reviewsContent img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

@media (min-width: 992px) {
	.mt-lg-5, .my-lg-5 {
		margin-top: -20px !important;

	}
}

.prod-info-all {
	padding-top: 15px;
	background-color: #f1f1f1;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.single-product.row {
	margin-left: 0px;
	margin-right: 0px;
	min-width: 80%;
	background-color: #ffffff;
	padding: 10px;
}

.navNextPrevWrapper {
	margin-bottom: 15px;
	font-size: 18px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.qty.qty-changer {
	border-style: solid;
	border-width: 1px;
	padding-right: 0px;
}

.qty-changer input[type="button"] {
	border-style: none;
	
}

.product-sku {
	margin: 0px;
}

@media screen and (min-width: 768px){
	.product-img-box {
		border-right-width: 2px;
		border-right-style: solid;
		border-right-color: #eaeaea;
	}
}
.nav.nav-tabs.product-tab {
	background-color:#dddddd;
}

.nav-tabs:not(.tab-category) > li .nav-link.active, .nav-tabs:not(.tab-category) > li .nav-link.active:hover, .nav-tabs:not(.tab-category) > li .nav-link.active:focus {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom-width: 5px;
	border-bottom-color: #99CCCC;
}


.tab-content{
	background-color: #fafafa;
	padding: 15px;
	box-shadow: 0px 1px 5px #bbbbbb inset;

}


.tab-content > .tab-pane {
	padding: 10px 0 0;
}

.wrapperAttribsOptions {
	margin: 0px;
	line-height: 10px;
}

.panel > .panel-heading {
  border-color: #ffffff;
}

tbody .tableHeading {
	background-color: #dddddd;
}
tbody .user-accountinfo {
	background-color: #fafafa;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
 
  border-style: none;
}

.ship-method .important.forward {
	display: none;
}

.cart-sidebar {
	margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .minicart-prd-price {
    width: 35%;
  }
}

@media screen and (min-width: 992px) {
	.minicart-drop {
		background-color: transparent;
	}
}
.minicart-prd {
	background-color: #ffffff;
}

.minicart-drop-content .custom-color {
	color: #000000;
}

.minicart-prd-qty b, .minicart-prd-price b {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

#contactUsDefault .service-area-2.mt-3.ct-list {
	background-color: #f1f1f1;
}

.table-responsive {
	background-color: #f1f1f1;
}

.centerColumn.cart-pg#shoppingCartDefault {
	padding: 20px;
	margin: -10px;
	background-color: #f1f1f1;
}

.centerColumn#accountEditDefault,  .centerColumn#accountPassword, .centerColumn#acctNewslettersDefault, .centerColumn#accountNotifications, .centerColumn#aboutUs, .centerColumn#shoppingGuide, .centerColumn#shippingInfo, .centerColumn#conditions {
	margin-top: -20px;
	padding: 20px;
	background-color: #f1f1f1;
}
#aboutusMainContent, #shoppingGuideMainContent, #conditionsMainContent {
	margin-top: 20px;
}
.shareButton, .addthis_inline_share_toolbox_hsfq, .a2a_default_style {
	margin-top: 20px;
	vertical-align: middle;
	display: inline-block;
}

form[name="advanced_search"] {
	background-color: #f1f1f1;
	padding: 20px;
	margin-top: -20px;
}

#manuAllWrapper h1 {
	background-color: #dddddd;
	text-align: left;
	color: #aaaaaa;
	padding-left: 10px;
}

#manufacturersAll{
	background-color: #f1f1f1;
	width:100%;
	text-align: center;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	box-shadow: 0px 1px 5px #bbbbbb inset;
}
#ManuWrapper {
	margin: 5px;
	min-width:110px;
	text-align: left;
}

.row #ContactDetails {
	padding: 20px;
}


