/* Shop.Smooth-On Default Styles

SOI/M2/Magento_Theme/layout/default.xml


*/

body {
	font-family: 'Exo 2',Arial, Helvetica, sans-serif;
    background-image: url(../images/background-bubblewrap.jpg);
    background-color: #FFFFFF;
    background-repeat: repeat;
    background-size: contain;
	background-attachment: fixed;
}

a, a:visited {
	color: inherit;
	text-decoration: none;
}

sup {
	top: -2em;
	font-size: 30%;

}

input[type="number"] {
    -moz-appearance: number-input!important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: inner-spin-button !important;
	margin: 0; 
	cursor: pointer;
	opacity: 1;
}

strong {
	font-weight: 600;
}

p {
	text-align: left;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: inherit;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: inherit;
}

.page-wrapper {
	margin-top: 40px;
	min-height: calc(100vh - 59px);
}

.nav-open .page-wrapper {
	left: 0;
}

.nav-sections {
	display: none;
}

.modal-popup {
	z-index: 1000;
}

.column, .main {
	
	padding-bottom: 0!important;
	
}

/* cart */

.counter {
	background: #005480!important;
}

.product-item-pricing {
	display: inline-block;
}

.price-container {
	display: inline-block;
}

.cart-empty {
	background: rgba(100, 109, 119, 0.1);
    padding: 2%;
	font-size: 2rem;
}

.cart-empty a{
	color: #00557f;
	font-weight: 600;
}

/* mini-cart */

button.checkout, button.save {
	background: #004166!important;
    border: 1px solid #ffe607!important;
    border-radius: 0;
}

button.checkout:hover, button.save:hover{
	background: #dce4e6!important;
    border-color: #005480!important;
    color: #005480!important;
}

.minicart-wrapper .action.showcart .counter.qty {
    width: auto;
}

.minicart-items-wrapper {
	height: auto!important;
    max-height: 306px;
}

.minicart-items-wrapper > .minicart-items li{
	display: inline-table;
}

.minicart-items > .product-item {
	width: 100%;
	display: inline-block;
}

.minicart-items .product-item-details {
	display: inline-block;
	padding: 10px;
	  padding-left: 10px;
	width: calc(100% - 100px);
	padding-left: 10px;
  }

.product > .product-item-details > .product-item-name {
	padding-bottom: 0;
	margin: 0;
	text-align: left;
}

.product-item-details > .product-item-name a {
    color: #333333!important;
	font-size: 14px;
    display: inline-block;
    clear: both;
	text-align: left;
	text-decoration: none!important;
}

.product-item-details > .product-item-name a:hover{
	font-weight: 600;
}

.product > .product-item-details > .product {
	display: inline-block;
	margin: 0;
}

.product > .product-item-details > .product > .primary{
	display: none;
}

.price-container > .price-wrapper > .price-excluding-tax > .minicart-price > .price {
	font-size: 20px!important;
    font-weight: 400!important;
}

.product-item-details > .product-item-pricing > .details-qty {
	display: inline-block;
	margin-top: 0;
}

.details-qty > .label{
		font-size: 50%;
}

a.viewcart:hover{
	font-weight:600;
}

.thankyou-page {
	font-size: 2rem;
	background: rgba(255, 255, 255, .5);
    padding: 2%;
}

.thankyou-page h2{
	font-size: 3.6rem;
}

.tech .footertech {
	font-size: 20px;
	text-decoration: none;
	margin-left: 2%;
    width: fit-content;
}

.checkout-onepage-success .print {
    text-decoration: none;
    margin: 22px 0 0;
    background: #dce4e6;
    padding: 9px 24px;
    border: solid 1px #005480;
    transition: background-color .15s ease-in-out;
}

.checkout-onepage-success .print:hover{
	background-color: #005480;
    color: #fff;
    box-shadow: none;
}

/* account */

.account > .authorization-link a.signage:before {
	content: none;
	content: ""!important;
	display: inline!important;
	background-image: url(../images/accnt.svg);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 4px 20px;
}

.actions-toolbar .create, .actions-toolbar .submit, .actions-toolbar .login {
	background: #004166!important;
    border: 1px solid #ffe607!important;
    height: 52px;
    float: right;
    width: 136px;
    border-radius: 0!important;
	line-height: 32px;
}

.actions-toolbar .create:hover, .actions-toolbar .submit:hover, .actions-toolbar .login:hover {
    background: #dce4e6!important;
    border-color: #005480!important;
    color: #005480!important;
}

.account-nav-content .current strong{
	border-color: #005480!important;
}

.account .column.main .block:not(.widget) .block-title > strong{
	font-size: 2.4rem;
}

.box-newsletter {
	display: none;
}

.block-dashboard-addresses > .block-title a{
	vertical-align: baseline;
}

/*header*/

.page-header{

	background: #ffffff;
}
.page-header .header.content{

	padding:0;
}

.page-header .logo{

	margin:0;
}

.logo {
	
	padding-left: 5px;
	max-width: 312px!important;
	
}

.page-header {
	background: #ffffff;
    position: fixed;
    width: 100%;
    display: block;
    min-height: 38px;
    border-top: solid 1px #ffe609!important;
    border-bottom: solid 1px #004dc9!important;
    margin-top: -40px;
	z-index:1000;
}

/*top.right.links block*/

.top-nav-links .cart .cart-copy::after {
	
	content: "Cart";
	
}

.header-right-container ul.top-nav-links{
	
	color:#ffffff;
	float:right;
	margin:0;
	padding: 0;
	
}

.header-right-container ul li{

    float: left;
    color: #363739;
    font-size: 18px;
    line-height: 30px;
	max-height: 30px;
    text-align: right;
    vertical-align: middle;
	margin: 4px 18px 0 0;
    letter-spacing: 0;
    font-weight: 400;
    transition: all 0.3s linear;

}

.header-right-container .minicart-wrapper{

    float:none;
	margin-top: 0;
}

.minicart-wrapper .action.showcart:before {
	content: none;
	content: ""!important;
	height: 38px;
	background-image: url(../images/cart.svg);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0 18px;
}

.minicart-wrapper {
	margin-left: 0!important;
}

#search-q {
	
	border: none;
    background: #dce4e6;
    height: 38px;
	width: calc(100% - 66px);
    color: inherit;
	vertical-align: top;
    margin-top: -4px;
    padding: 0 10px;
	font-family: 'Exo 2';
    font-size: 18px;
	text-align: right;
}

#search-submit {
	color: inherit;
	border: none;
    background: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Exo 2';
	background-image: url(../images/searchboxIconToLeft.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 32px;
    padding-left: 32px;
    height: 38px;
    vertical-align: top;
    margin-top: -3px;
}

#search-suggestions {
    position: absolute;
    height: 90vh;
    top: 38px;
    right: 2%;
    width: 96%;
	max-width: 720px;
    border: 1px solid #00557f;
    background: #FFF;
    overflow-y: scroll;
    display: none;
    box-shadow: 5px 5px 10px rgba(0,44,68,1);
    text-align: left;
    padding: 1%;
	font-size: 2rem;
	font-weight: 500;
    font-style: italic;

}

#search-suggestions h5, #search-suggestions h6{
	font-size: inherit;
	font-style: normal;
}

#search-suggestions h5{
	color: #00557f;
}

#search-suggestions h6{
	font-weight: 400;
}

#search-suggestions .all {
	border-top: solid 1px #00557f;
    padding: 5px 0;
	margin-top: 10px;
}

#search-suggestions .correction{
	margin: 12px 0;
	line-height: 3rem;
}

#search-suggestions .correction a{
	line-height: 3rem;
	color: #00557f;
	padding: 0;
	display: inline-block;
}

#search-suggestions a{
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 50px;
    padding-left: 80px;
}

#blackout {
    background-color: #022;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.4;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}
#search-suggestions.loading,#tab-searchbar.loading
{
 background:#FFF url('https://www.smooth-on.com/assets/imgs/loading.gif') 50% 50% no-repeat;
}

.cart a, .account a, .search a {
	color: #333;
	text-decoration: none;
	vertical-align: top;
}

.cart a:hover, .account a:hover, .search a:hover{
	color: #015587;
}

.cart-container  .table-wrapper{
	background: #FFFFFF;
}

#registration p{
	display: none;
}

#registration a{
	background: #004166!important;
    border: 1px solid #ffe607!important;
    border-radius: 0;
}

#registration a:hover{
	background: #dce4e6!important;
    border-color: #005480!important;
    color: #005480!important;
}


/*body styles */

.page-title-wrapper {
	width: 100%;
}
.page-title-wrapper h1{
	margin-top: 20px;
	text-align: left;
}


/* navigation cards */

.section-home-blockflex {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.navigation-card {
	color: #333333;
	width: 48%;
	max-width: 560px;
	text-align: center;
	padding-top: 0;
	float: left;
	background-color: #dce4e6;
	margin: 40px 0 20px 0;
	padding: 20px 0;
	display: inline-block;
	border: solid 1px #dce4e6;
	text-decoration: none;
}

.navigation-card:hover{
	color: #FFF;
	background-color: #005480;
	text-decoration: none;
}

.navigation-card img{
	max-height: 88px;
    margin-top: -60px;
}

.section-home .navigation-card h3 {
	font-weight: 600;
	text-align: center;
	color: inherit;
}

.section-home .navigation-card p {
	color: inherit;
	text-align: left;
	line-height: 25px;
	width: 90%;
	margin: 10px auto;
	display: block;
}

/*footer*/

#copyright {
    clear: left;
    text-align: center;
    background-color: rgba(100,110,120,1);
    color: #FFF;
    padding: 10px 0;
    /* margin-bottom: 1px; */
}

.page-footer {
    border-top: 1px solid #CCC;
    background-color:rgba(218,228,228,1);
    color: rgba(100,110,120,1);
    clear: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
	text-align: left;
    padding-top: 2%;
    margin-top: 12px;
}

.page-footer .footer.content {
    border-top: none;
    margin-top: 0;
    padding-bottom: 25px;
    padding-top: 0;
}

.page-footer h4{
	margin: 2px 0;
}

.page-footer a:hover{
	font-weight: 600;
	text-decoration: none;
	color: inherit;
}

.footer-wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}


.footer-wrap > div {
	display: inline-block;
    clear: none;
    width: fit-content;
    min-width: 288px;
    max-width: 40%;
}
/*
.footer-block {
	display: inline-block;
	clear: none;
	width: fit-content;
	min-width: 288px;
	max-width: 40%;
}
*/

.footertech {
	display: block;
    font-size: 16px;
    font-weight: 600;
	line-height: 50px;
    padding-left: 65px;
	background: url(../images/techSupportIconToRightOver.svg) no-repeat;
    background: url(../images/techSupportIconToRight.svg) no-repeat;
    background-size: 58px 50px;
    margin: 12px 0 0 -5px;
    white-space: nowrap;
}

a.footertech:hover{
	cursor: pointer;
    background: url(../images/techSupportIconToRightOver.svg) no-repeat;
}

.social-footer {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.social-footer a{
	display: inline-block;
    width: 14%;
    max-width: 52px;
	height: 0;
    padding-top: 60px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
}

.social-footer a span {
    visibility: hidden;
}

.footerlink-fb {
    background-image: url(../images/facebookIconDown.svg);
}

.footerlink-tw {
    background-image: url(../images/twitterIconDown.svg);
}

.footerlink-ig {
    background-image: url(../images/instagramIconDown.svg);
}

.footerlink-yt {
    background-image: url(../images/youtubeIconDown.svg);
}

.footerlink-pn {
    background-image: url(../images/pinterestIconDown.svg);
}

.footerlink-tk {
    background-image: url(../images/tiktokIconDown.svg);
}

.footerlink-in {
    background-image: url(../images/linkedinIconDown.svg);
}

.footerlink-fb:hover {
    background-image: url(../images/facebookIconDownOver.svg);
}

.footerlink-tw:hover {
    background-image: url(../images/twitterIconDownOver.svg);
}

.footerlink-ig:hover {
    background-image: url(../images/instagramIconDownOver.svg);
}

.footerlink-yt:hover {
    background-image: url(../images/youtubeIconDownOver.svg);
}

.footerlink-pn:hover {
    background-image: url(../images/pinterestIconDownOver.svg);
}

.footerlink-tk:hover {
    background-image: url(../images/tiktokIconDownOver.svg);
}

.footerlink-in:hover {
    background-image: url(../images/linkedinIconDownOver.svg);
}

.footer-block nav{
	line-height: 22px;
	text-align: left;
}

/*message success*/

.message.success a {
    color: #fff;
}
.message.success {
    margin: 0 0 10px;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    background: #0a23c6;
    color: #fff;
    padding-left: 40px;
    position: relative;
}
.message.success > :first-child::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    content: '\e610';
    font-family: 'icons-blank-theme';
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center;
}

.message.empty, .message.empty > :first-child::before {
	background-color: #005480;
	color: #FFFFFF;
}

/* responsive */

@media (min-width: 768px) {
	
	.cart.table-wrapper .product-item-photo {
	
		width: 20%!important;
		min-width: 52px;
		
	}
}

@media only screen and (max-width: 1024px){
	
	.header-right-container .top-nav-links .cart{
		
		width: 76px;
		min-height: 34px;
		
	}
	
	.top-nav-links .cart .cart-copy::after {
		
		content: "";
		
	}
	
	#search form {

		width: 200px;
		
	}
	
	.authorization-link {
		
		overflow: hidden;
		width: 38px;
		height: 38px;
		
	}
	
	.authorization-link :hover{
		
		width: auto;
		
	}
	
	.footer-wrap {

		flex-wrap: wrap;
		justify-content: space-around;

		}

		.footer-block {

		max-width: 86%;
		
		}	
	
}

@media only screen and (max-width: 920px){
	
	
}

@media only screen and (max-width: 767px) {
	
	.logo {
	
		width: 58%;
	
	}
	
	.nav-before-open {
		height: auto;
	}
	
	.nav-toggle {
		display: inline-block!important;
		text-decoration: none;
		cursor: pointer;
		display: inline-block;
		font-size: 0;
		line-height: 38px;
		left: auto;
		position: relative;
		top: 0;
		float: right;
		z-index: 14;
	}
	
	.header-right-container ul li{
		
		margin-right: 8px;
		width: auto!important;
		float: right;
		
	}
	
	.navigation ul {
		color: #005588;
	}
	
	.navigation a{
		border-color: #dce4e6!important;
	}

	.nav-open .nav-sections {
		display: block;
		z-index: 1000;
	}
	
	.nav-sections-item-title {
		
		display: inline-block;
		font-size: 1.8rem;
		font-size: 4vw;
		line-height: 1.8rem;
		line-height: 4vw;
		height: unset;
		padding-top: 12px;
		padding-bottom: 12px;
		width: 40%;
	
	}
	
	.nav-sections-item-content {
		margin-top: 48px;
		padding: 14px 0;
		
	}
	
	.header-right-container ul.top-nav-links li.account{
		
		display: none;
		
	}
	
	.authorization-link {

		overflow: show;
		width: auto;
		height: auto;
		margin-left: 20px;
		padding: 20px 0;
	}
	
	.nav-search {
		
		width: 40px;
		height: 32px;
		display: block;
		position: absolute;
	
	}
	
	#search form {

		width: 44px;
		transition: width, padding .5s;
		
	}
	
	#search-q {
		
		display: none;
		padding: 0 12px;
		position: absolute;
		right: 5%;
		width: calc(92% - 23px);
		margin-top: 34px;
		border: solid 1px #00547f;
		box-shadow: 5px 5px 10px rgba(0,44,68,.5);
		z-index: 1;
		
	}
	
	#search-q:target {
		
		display: block;
		
	}
	
	#search-suggestions {
		
		top: 76px;
		right: 5%;
		width: 90%;
		
	}
	
	.minicart-items > .product-item {
    
		width: 100%!important;
	
	}
	
	.minicart-wrapper .product .actions {
    
		float: right;
	
	}
	
	.thankyou-page {
		
		font-size: 2rem;
		
	}

	.thankyou-page h2{
		
		font-size: 2.6rem;
		
	}

	.tech .footertech {
		
		font-size: 18px;
		
	}
	
}

@media only screen and (max-width: 424px) {
	
	.header-right-container ul li {
		
		
	}
	
	.showcart > .counter {
		
		display: none!important;
	}
	
	.minicart-wrapper .action.showcart:before {

		padding: 0 14px;
		margin-top: 3px;
		
	}
	
	#search-submit {
		
		background-size: 28px;
		padding-left: 24px;
		margin-top: -4px;
	}
	
	.logo img{

		margin-top: 1.5vw;
	
	}
		
	.product-image-container {
		
		width: 55px!important;
		
	}	
	
	.minicart-items .product-item-details {

		width: calc(100% - 75px);

	}
	
}

#CookieNotice{
	z-index: 999999;
	position: fixed;
	bottom: -300px;
	transition: top 0.4s;
	background-color: #DAE4E4;
	right: 0;
	left: 0;
	color: #333;
	text-align: center;
	padding: 8px;
	min-height: 33px;
	border: 1px solid #C8DCDC;
	border-width: 1px 0;
	font-size: 13px;
}
#CookieNotice .cookie-breaker{
	display: inline-block;
}
#CookieNotice .noticetxt{
	display: inline-block;
}
#CookieNotice .cookielink{
	margin: 0 12px;
	color: #333;
}
#CookieNotice a span{
    color: rgba(0,84,128,1)!important;
	font-weight: 800;
}
#CookieNotice .nowrap{
	white-space: nowrap;
	display: inline-block;
}
#CookieNotice .privacylink{
	color: #333;
}
#CookieNotice .acceptcookies{
	display: inline-block;
	background-color: #6dc145;
	color: white;
	border: 1px solid #eff0f6;
	padding: 0 6px;
	font-size: 16px;
	cursor: pointer;
	margin-left: 18px;
	font-weight: bold;
	line-height: 28px;
	width: 88px;
	border-radius: 6px;
}
#CookieNotice .acceptcookies:after {
	content: '\2713';
	padding-left: 4px;
}