/*!
Theme Name: webtool
Theme URI: http://underscores.me/
Author: computype
Author URI: https://www.computype.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wptm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

webtool is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/****Custom Style****/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}

*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box; }
body { margin: 0 !important; font-family: "Roboto", sans-serif; font-size: 16px; line-height: 1.5; color: #333333; }
h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; line-height: 1.2; margin: 0 0 12px; padding: 0; font-weight: 600; }
h1 { font-size: 48px; }
h2 { font-size: 42px; }
form input[type=password], form input[type=email], .wp-input input[type=text], select, textarea, form textarea, .wp-input input[type="number"], input[type="number"] { border-radius: 8px; font-family: "Roboto", sans-serif; width: 100%; background: transparent; border: 1px solid #333; padding: 14px 10px; line-height: 1.6; outline: 0; }
form input::placeholder { color: rgb(153, 153, 153); }
.wp-form-field { margin-bottom: 26px; }
.wp-form-field label, form label { display: block; font-size: 17px; margin: 0 0 10px;  }
button, input[type="button"], input[type="reset"], input[type="submit"], form input[type="submit"], .wp-submit-btn input[type="submit"] { border-radius: 8px;  font-family: "Poppins", sans-serif; background: rgba(238, 49, 52, 1); padding: 15px; height: auto; min-width: 190px; line-height: 1.4; cursor: pointer; font-size: 18px; color: #fff; border: 0; outline: 0; -webkit-appearance: none; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, form input[type="submit"]:hover, .wp-submit-btn input[type="submit"]:hover { background: rgba(208, 15, 20, 1); }
.error_msg { text-align: center; padding: 20px 0; color: rgba(238, 49, 52, 1); }

a { display: inline-block; text-decoration: none; }

.wrapper { max-width: 1340px; width: 100%; padding-left: 20px; padding-right: 20px; margin: 0 auto; float: none; }


.site-header { padding: 100px 0 50px; text-align: center; }
.site-header .signOut-btn a { margin: 40px 0 0; }
.signOut-btn a { font-size: 14px; text-decoration: none; color: #7F7F7F;  }

.custom-logo-link img { max-width: 200px !important; height: auto; }
.thermoForm-main .wrapper { max-width: 520px; margin: 0 auto; padding-left: 20px; padding-right: 20px;  }
.thermoForm-main h2 { text-align: center; }
.thermoForm { padding: 30px 20px; }
.wp-submit-btn { text-align: center; }
.thSignup-forgot { text-align: center; margin: 60px 0 0; font-size: 18px; }
.thSignup-forgot p { margin: 0 0 40px; }
.thSignup-forgot p:last-child { margin-bottom: 0; }
.thSignup-forgot a { text-decoration: none; color: #0070CF; }
.thSignup-forgot a:hover { text-decoration: underline; }
.site-footer { text-align: center; padding: 80px 0; }
.footer-tagline { font-size: 14px; margin: 0 0 10px; } 

.thermoForm-main.thermoSignup .wrapper { max-width: 620px; }
.thermoSignup .thermoForm form { max-width: 500px; margin: 0 auto; position: relative; }
.thermoSignup .thermoForm form input[type="email"] { padding-right: 200px; }
.thermoSignup .wp-form-action { position: absolute; right: 0; bottom: 0; }
.thermoSignup .wp-form-action input[type="submit"] { border-radius: 0 8px 8px 0; }
.thermoSignup .thSignup-forgot { margin: 30px 0 0; }
.thermoSignup-2 .wrapper { max-width: 700px; } 
.sverify-msg { padding: 30px 0 10px; }
.emailJunk, .sverify-msg { font-size: 20px; line-height: 1.5; text-align: center; }
.textForm-top { padding: 10px 0 0; font-size: 16px; text-align: center; line-height: 1.5; }

.site-header-2 { padding: 23px 0; border-bottom: 1px solid rgba(215, 215, 215, 1);  }
.header-outer { display: flex; justify-content: space-between; align-items: center; }
.signIcon { display: block; text-align: center; }
.basket_icon { position:relative; }
.header_item_count { position: absolute;top: -12px;right: -4px;background-color: #ee3134;color: white;font-size: 17px;font-weight: bold;padding: 2px 6px;border-radius: 50%;line-height: 1; }
.product-hero { padding: 100px 0 10px; }
.product-hero-outer { text-align: center; max-width: 650px; margin: 0 auto; width: 100%; } 

.ul-style-tabs { text-align: center; }
.ul-style-tabs ul { margin: 0; list-style: none; display: inline-flex; padding: 5px 15px; border-radius: 50px; background: #fff; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.34901960784313724); box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.34901960784313724); }
.ul-style-tabs ul li { display: inline-flex; margin: 10px 20px; }
.ul-style-tabs ul li a { outline: 0; color: #7F7F7F; border-radius: 30px;  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.34901960784313724); box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.34901960784313724); padding: 10px 20px; font-size: 15px; }
.ul-style-tabs ul li a:hover, .ul-style-tabs ul li a.active { background: rgba(242, 242, 242, 1); color: #333333; }

.product-tabs { padding: 0 0 80px; }
.ul-style-tabs.product-tabs + .ul-style-tabs.product-tabs { margin-top: -50px; }
.product-items { display: flex; flex-flow: row wrap; }

.signup-benefits { padding: 30px 0; }
.snbn-outer { display: flex; flex-flow: row wrap; max-width: 700px; margin: 0 auto; width: 100%; }
.benefit-col { width: 28%; text-align: center; margin: 50px 8% 0 0; }
.benefit-col:last-child, .benefit-col:nth-child(3n) { margin-right: 0; }
.bn-icon img { margin: 0 0 10px; }
.benefit-col h5 { font-weight: 400; font-size: 16px; margin: 0 0 5px;  }
.bn-text { line-height: 1.2; }
.bn-text p { margin: 0 0 10px; }

.products-listing { padding: 0 0 100px; }
.product-column { width: 22%; background: #fff; border-radius: 13px; padding: 15px; margin: 0 4% 50px 0; border: 0; outline: 0; }
.product-column:last-child, .product-column:nth-child(4n) { margin-right: 0; }

.product-column:hover { -moz-box-shadow: 5px 5px 5px rgba(215, 215, 215, 0.34901960784313724); -webkit-box-shadow: 5px 5px 5px rgba(215, 215, 215, 0.34901960784313724); box-shadow: 5px 5px 5px rgba(215, 215, 215, 0.34901960784313724);  } 
.product-image { margin: 0 0 20px; }
.product-image img { display: block; width: 100%; }
.product-title { font-size: 22px; color: #333; line-height: 1.2; }
.kit-content { color: #333; font-size: 18px; padding: 10px 0; }

.product-pagination .pagination { list-style: none; padding: 0; margin: 50px 0; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }  
.pagination .page-item { margin: 5px; }
.pagination .page-item a, .pagination .page-item span { width: 41px; height: 41px; background: rgb(242, 242, 242); color: #333; font-weight: 400; display: inline-block; line-height: 41px; text-align: center; border-radius: 50%; }
.pagination .page-item.active a, .pagination .page-item.active span { font-weight: 700;  } 
.pagination .page-item.active a, .pagination .page-item.active span, .pagination .page-item a:hover, .pagination .page-item span:hover { border: 1px solid rgb(127, 127, 127); }
.pagination .page-item a.next, .pagination .page-item a.prev { font-size: 0; position: relative; }
.pagination .page-item a.next:before, .pagination .page-item a.prev:before { content: " "; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-45deg); width: 7px; height: 7px; border-right: 1px solid #333; border-bottom: 1px solid #333; margin-left: -2px; }
.pagination .page-item a.prev:before { border-top: 1px solid #333;  border-left: 1px solid #333; border-right: 0; border-bottom: 0; margin-left: 0;   }

.pagination .page-item a.next:hover, .pagination .page-item a.prev:hover { background: rgb(170, 170, 170); }
.pagination .page-item a.next:hover:before, .pagination .page-item a.prev:hover:before { border-color: #fff; }

.footerLine { border-top: 1px solid rgba(215, 215, 215, 1); }

.thermoFisher-ty h1 { font-size: 34px; text-align: center; }
.thermoFisher-ty { width: 100%; max-width: 600px; margin: 0 auto; }
.unique-quote { font-size: 20px; text-align: center; padding: 10px 0; margin: 0 0 20px; }
.confirmation-box h4 { margin: 0 0 30px; font-size: 20px; text-align: center; }
.confir-text:not(.c-nextSteps) { margin-bottom: 12px; padding: 0 0 12px; text-align: center; border-bottom: 1px solid rgb(127, 127, 127); }
.confir-text h5 { margin: 0 0 5px; font-size: 16px; text-align: center; }
.confir-text.c-nextSteps { max-width: 100%; margin: 0 auto; }
.confir-text.c-nextSteps h5 { margin: 0 0 30px; font-size: 20px; text-align: center; }
.confir-text.c-nextSteps ul { margin: 0; padding: 0 0 0 24px; }

.ty-page-main { padding-bottom: 20px; }

.product-inner-section { padding: 20px 0 100px; }
.product-inner-section .wrapper { max-width: 1540px; }
.product-inner-outer { display: flex; flex-flow: row wrap; }
.product-inner-left { width: 48%; }
.product-inner-right { width: 48%; margin-left: 4%;  }
.product-sider {  margin: 0 0 20px; border-radius: 4px; border: 1px solid rgba(215, 215, 215, 1); overflow: hidden; }
.slider-for .slide-for-image img { width: 100%; }
.slider-nav .slick-list { margin-left: -10px; margin-right: -10px; }
.slider-nav .slick-track { margin-left: 0; }
.slide-nav-image { margin: 10px; border-radius: 4px; border: 1px solid rgba(215, 215, 215, 1); overflow: hidden; }
.product-description-block { background: rgba(242, 242, 242, 1); padding: 40px; margin: 30px 0 0; font-size: 18px; }
.product-description-block p { margin: 0 0 25px; }
.product-description-block ul { margin-left: 0; }
.product-description-block h4 { margin: 0 0 5px; }

.product_title h1 { font-size: 36px; font-weight: 400;  margin: 0 0 30px;  }
.proAccordion { border: 1px solid rgba(121, 121, 121, 1); border-radius: 4px; overflow: hidden; margin: 0 0 20px; }
.accordionTitle { position: relative; background-color: rgba(242, 242, 242, 1); font-size: 18px; font-weight: 700; padding: 10px 100px 10px 18px; min-height: 53px; display: flex; align-items: center; }
.accordionTitle:before { content: ""; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); background: #fff; border-radius: 50%; width: 35px; height: 35px;  }
.accordionTitle:after { content: ""; position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%) rotate(45deg) scale(-1); transform: translateY(-50%) rotate(45deg) scale(-1);  border-bottom: 2px solid #333; border-right: 2px solid #333; width: 10px; height: 10px; margin-top: 2px; }
.proAccordion.acc-active .accordionTitle:after {  -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); margin-top: -2px; }
.icon_tick_accordion_section { position: absolute; right: 68px; top: 17px; opacity: 0; visibility: hidden; }
.proAccordion.active .icon_tick_accordion_section { opacity: 1; visibility: visible; }
.proAccordion.active .accordionTitle { background: rgba(218, 233, 224, 1); }
.accordionDrop { padding: 15px 18px; }
.please-select-label { margin: 0 0 15px; }
.please-select-label span { color: #D9001B; }
.accordionBtns { display: flex; flex-flow: row wrap; }
.accordionBtns > label { width: 30%; margin: 0 5% 5px 0; position: relative; }
.accordionBtns > label:nth-child(3n) { margin-right: 0; }
.accordionBtns input[type="radio"] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; z-index: 1; }
.accordionBtns label img { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); }
.accordionBtns label span { word-break: break-word; cursor: pointer; min-height: 80px; line-height: 1.2; padding: 10px 10px 10px 75px; border: 2px solid rgba(170, 170, 170, 1); border-radius: 8px; font-size: 16px; display: -webkit-flex; display: flex; height: 100%; flex-flow: row wrap; flex-direction: column; justify-content: center; }
.accordionBtns label span:hover { border-color: #333; }
.accordionBtns input[type="radio"]:checked + span { border-color: rgba(0, 112, 207, 1);  }

.accordion_custom_section_two:not(.oo2) .accordionBtns > label { width: 24%; margin: 0 1.33% 5px 0; } 
.accordion_custom_section_two:not(.oo2) .accordionBtns > label:nth-child(2n+1)  { margin-right: 1.33%; }
.accordion_custom_section_two:not(.oo2) .accordionBtns > label:nth-child(4n) { margin-right: 0; }
.accordion_custom_section_two:not(.oo2) .accordionBtns label span { padding-left: 65px; }
.pro-select-field, .select-drop-arrow, .inputText-field { display: flex; gap: 20px; }
.accordion_custom_section_select_ouantity .pro-select-field {  margin: 0 0 30px;  }
.product-form-section button[type="button"] { min-width: 130px; background: rgba(0, 112, 207, 1); }
.product-form-section button[type="button"]:hover { background: rgba(0, 93, 170, 1); }
.specify_fill_line_section, .style-lps, .logo_upload_two, .inpuText-wrap, .barcode_with_human_readable_section, .style-1-box { padding: 18px; border: 2px solid rgba(0, 112, 207, 1); border-radius: 5px; background: rgba(242, 242, 242, 1); margin: 30px 0 10px; }
.accordion_custom_section_select_ouantity .pro-select-field, .select-drop-arrow, .inputText-field {  max-width: 420px; }
.select-drop-arrow select { background-color: #fff;}
.arrow-label-blue span { position: relative; }
.arrow-label-blue span:after { display: none; content: ""; position: absolute; bottom: -50px; width: 25px; height: 25px; border-left: 2px solid rgba(0, 112, 207, 1); border-top: 2px solid rgba(0, 112, 207, 1); left: 50%; transform: translateX(-50%) rotate(45deg); transform-origin: center; background: rgba(242, 242, 242, 1); will-change: transform; }
.arrow-label-blue input[type="radio"]:checked + span:after { display: block; }
.tw-logo-upload { border: 1px dashed rgba(170, 170, 170, 1); border-radius: 5px; padding: 30px; background: #fff;  }
.inputText-field.wp-input  input { background: #fff; border-radius: 0; }
.red-text { color: #D9001B; font-size: 14px; display: block; }

.customization_summary { padding: 25px 18px; border: 1px solid rgba(170, 170, 170, 1); border-radius: 5px; font-size: 18px;  }
.csum-text.csum-heading { font-size: 22px; font-weight: 700; }
.csum-text { margin: 0 0 15px; }
.customization_summary .wp-input { margin-bottom: 24px; }
.customization_summary input[ type="text"], .customization_summary textarea { border-radius: 0; border-color: rgba(121, 121, 121, 1);  }
.customization_summary textarea { min-height: 95px; }
.customization_summary button[type="submit"] { width: 100%; margin: 10px 0; font-weight: 700; font-size: 16px; background-color: rgba(217, 0, 27, 1); border: 1px solid  rgba(217, 0, 27, 1);  border-radius: 5px; -moz-box-shadow: 0px 5px 0px rgba(163, 0, 20, 1); -webkit-box-shadow: 0px 5px 0px rgba(163, 0, 20, 1); box-shadow: 0px 5px 0px rgba(163, 0, 20, 1); }
.customization_summary button[type="submit"]:hover { border-color: rgba(163, 0, 20, 1); }

.yn-label { display: flex; flex-flow: row wrap;  margin: 0 0 10px; }
.yn-label label { display: inline-flex; align-items: center; margin-right: 25px; }
.yn-label label input[type="radio"] { width: 19px; height: 19px; }
.yn-label label span { margin-left: 10px; }
.d2-code-btm > h5 { font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px; margin: 0 0 20px;  }

.d2-form-groups { margin: 0 0 50px; display: flex; align-items: flex-end; }
.d2-form-groups input[type="number"], .d2-form-groups input[type="text"], .d2-form-groups select  { border-radius: 0;  }
.d2-form-groups select { min-height: 55.59px;  }
.d2-form-groups .wp-input label { font-weight: 700; font-size: 17px; }
.fg-length, .fg-prefix, .fg-num, .d2-form-groups button[type="button"]  { margin-right: 2.75%; } 
.fg-length { width: 24%; width: 17%; }

.fg-prefix { width: 10%; }
.fg-num { width: 17%; }
.fg-prefix input, .fg-preview input { text-transform: uppercase; }
.d2-form-groups button[type="button"] { width: 19%; min-width: auto; }
.fg-preview { width: 26%; }
.fg-num label { white-space: nowrap; }
.fg-preview input[type="text"] { pointer-events: none; }

.cs-table-block > table > thead > tr > th { border-top: 1px solid rgba(170, 170, 170, 1);  }
.cs-table-block > table > thead > tr > th:first-child { border-left: 0 !important; border-top: 0; background: transparent;  border-right: 0 !important;}
.cs-table-block > table > thead > tr > th:first-child, .cs-table-block > table > tbody > tr > td:first-child { width: 19%; }
.cs-table-block > table > thead > tr > th:nth-child(2), .cs-table-block > table > tbody > tr > td:nth-child(2) { width: 16%; }
.cs-table-block > table > thead > tr > th:nth-child(3), .cs-table-block > table > tbody > tr > td:nth-child(3) { width: 28%;  }
.cs-table-block > table > thead > tr > th:nth-child(4), .cs-table-block > table > tbody > tr > td:nth-child(4) { width: 17%; }
.cs-table-block > table > thead > tr > th:nth-child(5), .cs-table-block > table > tbody > tr > td:nth-child(5) { width: 10%; }
.cs-table-block > table > thead > tr > th:nth-child(6), .cs-table-block > table > tbody > tr > td:nth-child(6) { width: 10%; }
.cs-table-block > table > thead > tr > th, .cs-table-block > table > tbody > tr > td { background: rgba(242, 242, 242, 0.4980392156862745); border-bottom: 1px solid rgba(170, 170, 170, 1); border-right: 1px solid rgba(170, 170, 170, 1); font-size: 15px; line-height: 1.2;}
.cs-table-block > table > thead > tr > th:first-child, .cs-table-block > table > tbody > tr > td:first-child, .cs-table-block > table > thead > tr > th:nth-child(2), .cs-table-block > table > tbody > tr > td:nth-child(2) { border-left: 1px solid rgba(170, 170, 170, 1);  }
.cs-table-block > table > thead > tr > th:nth-child(2) { border-radius: 7px 0 0 0;}
.cs-table-block > table > tbody > tr:not(.all_accordion) > td:first-child { border-right: 0; font-weight: 700;  }
.cs-table-block > table > thead > tr > th, .cs-table-block > table > tbody > tr:not(.all_accordion) > td  { text-align: center; }
.cs-table-block > table > tbody > tr td input[type="radio"] { width: 19px; height: 19px; }

/* .cs-table-block td.additional-options { border-left: 0; border-right: 0; } */
.cs-table-block  > table > tbody tr.all_accordion > td { width: 100%; background: #fff; }
.textOption { padding: 10px;}
.textOption label { margin: 0 0 5px; }
.textOption small { margin: 5px 0 0; }
.rack-button-next > button { margin: 0 auto 20px; display: block; min-width: auto; max-width: 220px; width: 100%; }

.mrk-wrap .wp-input { margin-bottom: 15px; }

.product-hero-text { max-width: 700px; margin: 0 auto;  padding: 30px 0; }
.accordionBtns label img { max-width: 40px; max-height: 40px; }

 

.oo2 .all_accordion, .style-1-box { margin: 5px 0 20px;  }
.oo2 .accordionBtns > label, .accordionBtns.a-btn3 > label { margin-bottom: 30px;  }
.oo2 .accordionBtns label span, .accordionBtns.a-btn3 > label span { font-size: 15px;  }
.oo2 .inpuText-wrap, .style-1-box .inpuText-wrap { margin: 0 0 10px;  }
.oo2 .d2-form-groups, .style-1-box .d2-form-groups { margin-bottom: 20px;  } 
.scroll-click { display: none;  position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
form > .accordion_custom_section_one.acc-active ~ div { display: none; }
.layout-planImage {  display: flex; gap: 40px; margin: 0 0 20px; align-items: center; }
.layout-planImage > div { margin: 10px 0; }
.view-rack-pdf { color: #0070CF; font-size: 14px; text-decoration: underline; display: block; text-align: center; margin: 10px 0 0; }
.lay-two a { border: 0; outline: 0; }

.site-breadcrumbs ul { list-style: none; display: flex; flex-flow: wrap; margin: 0; padding: 10px 0; }
.site-breadcrumbs ul li a { color: #ef4135; }
.site-breadcrumbs ul li a:hover, .site-breadcrumbs ul li a:focus { color: #333333; }
.site-breadcrumbs ul li { padding-right: 20px; font-family: "Roboto", sans-serif; font-size: 16px; line-height: 1.5; color: #333333; position: relative; }
.site-breadcrumbs ul li:last-child { padding-right: 0; }
.site-breadcrumbs ul li:after { content: ""; position: absolute; background-image: url(./images/breadcrumbs-icon.svg); width: 9px; height: 12px; background-position: center; background-repeat: no-repeat; background-size: contain; right: 5px; top: 6px; }
.site-breadcrumbs ul li:last-child:after { display: none; }

.productTc-cols { display: flex; max-width: 700px; margin: 0 auto; width: 100%; }
.productTc-cols .product-hero-text { width: 45%;  max-width: 100%; margin: 50px 10% 0 0; padding: 0; }
.productTc-cols .product-hero-text:nth-child(2n) { margin-right: 0; }

.quantity-wrapper { display: flex; }
.quantity-wrapper #quantity { margin: 0 10px; text-align: center; }
.product-form-section .quantity-wrapper button { min-width: 60px; }
.quantity-wrapper input::-webkit-outer-spin-button, .quantity-wrapper input::-webkit-inner-spin-button { -webkit-appearance: none; }


.acceptNo-ins button { align-self: flex-end; }
.acceptNo-ins button[disabled] { background: rgba(170, 170, 170, 1); pointer-events: none; } 
.acceptNo-ins .select-drop-arrow { max-width: 100%; width: 100%; }
.rack_barcode_specifications_section a { color: #0070CF;text-decoration: underline; }
.tooltip-rack { position: relative; padding-right: 20px; }
.tooltip-rack > span svg { width: 15px; position: absolute; top: 0; right: 0; fill: rgba(0, 112, 207, 1); } 
#tooltip { margin-bottom: 7px; border-radius: 4px; border: thin black solid; background: rgba(242, 242, 242, 1); color: #333; width: 300px; height: auto; padding: 5px 10px; position: absolute; bottom: 100%; font-size: 13px; line-height: 18px; }
#tooltip:after { content: ""; position: absolute; width: 10px; height: 10px; background: inherit; transform: rotate(45deg); border-bottom: 1px solid; border-right: 1px solid #333; margin-top: 1px; left: 19px; }
.ttr-1 #tooltip { width: 500px; }

.thermo-btn-style { padding: 10px 20px; background: #ee3134; border-radius: 8px; color: #fff !important; display: inline-block; margin: 10px; }
.thermo-btn-style#back_to_edit { background-color: transparent;color: #000 !important;border: 0;padding: 0;margin: 0;line-height: 1;text-decoration: underline; }
.site-btn-outline { color: #ee3134 !important;background-color: transparent;border: 3px solid; }
.site-btn-outline:hover { color: #fff !important;background-color: #ee3134;border: 3px solid;transition: 0.3s; }
.text-center{ text-align:center; }
.mt-5 { margin-top:5px; }

.text-input-three .inputText-field { margin-bottom: 10px; }
.errMsg { margin: 10px 0 0; }
.logo-additional-options > td { padding: 20px; }

.cnf-text > img { height: auto !important; max-width: 200px !important; width: 100% !important; vertical-align: middle; margin: 10px 0; }

.isStyle-mobile .accordionBtns > label, .isStyle-mobile.accordion_custom_section_two:not(.oo2) .accordionBtns > label { width: 100%; margin-right: 0; }
.isStyle-mobile .all_accordion, .isStyle-mobile.accordion_custom_section_two:not(.oo2) .all_accordion { width: 100%;     margin-bottom: 20px; }
.isStyle-mobile.accordion_custom_section_two:not(.oo2) .all_accordion { margin-top: 25px; }
.isStyle-mobile.accordion_custom_section_two:not(.oo2) .accordionBtns > label { margin-bottom: 10px;}
.isStyle-mobile.accordion_custom_section_two:not(.oo2) .inpuText-wrap { margin-top: 0;}
.isStyle-mobile.oo2 .accordionBtns > label, .isStyle-mobile .accordionBtns.a-btn3 > label { margin-bottom: 10px; }
.isStyle-mobile.oo2 .all_accordion { margin-top: 25px; }

.all_accordion.acceptable_yes_section .barcode_with_human_readable_error { margin: -30px 0 30px; }
.product-inner-left .pro-slider-block .slider_thumbnail button.slick-arrow {display: none !important; }
#ts_barcode_show { margin-right: 15px;width: 40px;height: 40px; }
.text-blue{ color:#1817ae; }
.alternative_sequence_box { display: flex; }
.alternative_sequence_box_right { margin-left: auto; }
.alternative_sequence_box_right label,
.alternative_sequence_hide a { color: #0070CF;text-decoration: underline; }


label[for="ts_barcode_show"] { position: relative; }
#ts_barcode_show { position: absolute; left: 0; top: 5px; width: 20px; height: 20px; }
#ts_barcode_show + span { display: block; padding: 0 0 0 30px; }

.search-popup.active { z-index: 1; }

body .search-input { color: #333 !important; }
 
.custom_box_overlay.ts_code_Show {  opacity: 0.3; pointer-events: none; }
.custom_box_overlay.ts_code_Show label { color: grey; }


.accordion_custom_section_select_ouantity .pro-select-field {  max-width: 450px; }
.accordion_custom_section_select_ouantity .pro-select-field button[type="button"] { display: inline-block; width: 100%; }

/*BASKET PAGE CSS*/
.basket-section {
    padding: 80px 0 80px;
}

/*BASKET PAGE CSS END*/

@media (max-width: 1400px) {
	.alternative_sequence_box { display: block; }
	.alternative_sequence_box .please-select-label { margin-bottom: 5px; }
}

@media(min-width: 1361px) { 

.acceptable_yes_section .d2-code-btm .fg-length { width: 26%; }
.acceptable_yes_section .d2-code-btm .fg-preview { width: 19%; }

}


@media(max-width: 1439px) {
.product-inner-section .wrapper { max-width: 1340px; }
.accordionBtns label img { left: 15px; max-width: 32px; max-height: 32px; }
.accordionBtns label span { padding-left: 65px; }
.accordion_custom_section_two:not(.oo2) .accordionBtns label span { padding-left: 50px; } 

}



@media(max-width: 1360px) {

	.wrapper, .product-inner-section .wrapper { max-width: 1140px; }

	.accordion_custom_section_two:not(.oo2) .accordionBtns > label { width: 49%; margin-right: 2%; }
	.accordion_custom_section_two:not(.oo2) .accordionBtns > label:nth-child(2n) { margin-right: 0; }
	.accordion_custom_section_two:not(.oo2) .accordionBtns > label:nth-child(2n+1) { margin-right: 2%; }
	.accordion_custom_section_two:not(.oo2) .accordionBtns label span:after { display: none; }
	
	.d2-form-groups { flex-flow: row wrap; }
	.fg-length { width: 28.416%; }
	.fg-prefix, .fg-num { width: 17.416%; }
	.fg-num { width: 20.416%; }
	.d2-form-groups button[type="button"] { width: 25.5%; margin-right: 0; }
	.fg-preview { width: 26%; }
	.fg-preview { width: 100%; margin: 20px 0 0; }

	.scroll-click { display: block; }
	.isStyle-mobile.accordion_custom_section_two:not(.oo2) .accordionBtns label input[type="radio"]:checked + span:after { display: block; }
	.isStyle-mobile.accordion_custom_section_two:not(.oo2) .accordionBtns > label:nth-child(2n+1) { margin-right: 0; }
	
}

@media(max-width: 1170px) {

	.wrapper, .product-inner-section .wrapper { max-width: 960px; }

	.accordionBtns > label { width: 49%; margin-right: 2%; }
	.accordionBtns > label:nth-child(2n) { margin-right: 0; }
	.accordionBtns > label:nth-child(2n+1) { margin-right: 2%; }
	.cs-table-block { overflow-x: auto; }

	.product-description-block { padding: 25px; font-size: 16px; }
	.oo2 .arrow-label-blue input[type="radio"]:checked + span:after, .ooo2 .arrow-label-blue input[type="radio"]:checked + span:after { display: none; }
	.oo2 .accordionBtns > label, .ooo2 .accordionBtns > label { width: 100%; margin: 0 0 10px; }
	.ttr-1 #tooltip { width: 418px; }

	.isStyle-mobile .arrow-label-blue input[type="radio"]:checked + span:after, .isStyle-mobile.accordion_custom_section_two:not(.oo2) .arrow-label-blue input[type="radio"]:checked + span:after { display: block; }
	.isStyle-mobile.oo2 .accordionBtns > label, .isStyle-mobile.accordion_custom_section_two:not(.oo2) .accordionBtns > label {  margin-right: 0; } /* margin-bottom: 30px; */
}


@media(max-width: 991px) {

	.wrapper, .product-inner-section .wrapper { max-width: 750px; }
	.product-inner-left { width: 100%; }
	.product-inner-right { width: 100%; margin: 50px 0 0; }
	.product-column { width: 48%; }

	.ttr-1 #tooltip { width: 428px; }

}

@media(max-width: 767px) {

	.wrapper, .product-inner-section .wrapper { max-width: 100%; }
	h1 { font-size: 30px; }
	h2 { font-size: 28px; }
	.wp-form-field label, form label { font-size: 16px; }
	form input[type=password], form input[type=email], .wp-input input[type=text], select, textarea, form textarea, .wp-input input[type="number"], input[type="number"] { padding-top: 10px; padding-bottom: 10px; }
	button, input[type="button"], input[type="reset"], input[type="submit"], form input[type="submit"], .wp-submit-btn input[type="submit"] { font-size: 16px; padding: 13px; }
    .d2-form-groups { margin: 0 0 20px; }
	.d2-form-groups select { min-height: 47.59px; }  
 

	.site-header { padding: 40px 0; }
	.custom-logo-link img { max-width: 170px !important; }
	.thermoForm { padding-left: 0; padding-right: 0; }
	.thSignup-forgot { font-size: 16px;  margin: 40px 0 0; }
	 
	.comp-logo img { max-width: 140px; }
	.site-footer { padding: 50px 0; }
 	 
	.thermoSignup .wp-form-action { position: static; }
	.thermoSignup .thermoForm form input[type="email"] { padding-right: 10px; }
	.thermoSignup .wp-form-action input[type="submit"] { border-radius: 8px;  }
	.thSignup-forgot p { margin: 0 0 30px; }
	.benefit-col { width: 100%; margin: 30px auto 0 !important; max-width: 300px; }

	.emailJunk, .sverify-msg { font-size: 16px; }
	.sverify-msg { padding-top: 10px; }
	.emailJunk p:last-child { margin-bottom: 0; }

	.product-inner-section { padding-bottom: 50px; }
	.slide-nav-image { margin: 2px; }
	
    .slider-nav .slick-list { margin-left: -2px; margin-right: -2px; }
	.accordionTitle { font-size: 16px; }
	.accordionBtns label span { padding-left: 60px; }
	.tw-logo-upload { padding: 10px; }
	.cs-table-block > table { min-width: 550px; }
	.product-description-block { padding: 20px 15px 1px; }
	.specify_fill_line_section, .style-lps, .logo_upload_two, .inpuText-wrap, .barcode_with_human_readable_section, .style-1-box { padding: 15px; }
	.customization_summary { font-size: 16px; }
	.pro-select-field, .select-drop-arrow, .inputText-field { display: flex; gap: 20px; flex-direction: column; }
	.accordion_custom_section_select_ouantity .pro-select-field, .select-drop-arrow, .inputText-field { max-width: 100%; }
	

	.product-hero { padding: 50px 0 0; }
	.product-hero-text { padding: 10px 0; }
	.ul-style-tabs ul li { margin: 5px 10px; }
	.product-tabs { padding: 0 0 30px; }
	.ul-style-tabs.product-tabs + .ul-style-tabs.product-tabs { margin-top: 0px; }
	.ul-style-tabs ul {display:Block;}
	.product-hero-outer .product-hero-text p { margin-top: 0; }
	.product-tabs .product-hero-text p { margin-bottom: 0; }
	.products-listing { padding: 0 0 20px; }

	.layout-planImage { gap: 0; }
	.productTc-cols { flex-flow: row wrap; }
	.productTc-cols .product-hero-text { width: 100%; max-width: 100%; margin: 30px 0 0; }

	#tooltip { width: 350px; padding: 5px; font-size: 12px; line-height: 16px; margin-bottom: 7px; left: -15px;  }
	.ttr-1 #tooltip { width: 350px;  }
	.ttr-2 #tooltip { width: 250px; }

	.fg-length, .fg-prefix, .fg-num { width: 100%; margin: 0 0 15px; }
	.fg-prefix, .fg-num { flex-grow: 1; }
	.d2-form-groups .wp-input label { margin: 0 0 5px; }
	
	
}

@media(max-width: 480px) {
	.product-column { width: 100%; margin-right: 0; }
	.layout-planImage { flex-direction: column; }
	#tooltip { width: 320px; }
	.ttr-1 #tooltip { width: 320px;  }
	.ttr-2 #tooltip { width: 200px; }
	.d2-form-groups button[type="button"] { width: 100%; }
}

@media(max-width: 390px) {

	.accordionBtns > label { width: 100% !important;  margin: 0 0 10px; }
	.accordionBtns label span { padding: 50px 10px 10px !important; }
	.accordionBtns label span { text-align: center; }
	.accordionBtns label img { left: 50%; top: 10px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
	.ul-style-tabs ul li a { padding: 9px 10px; }

    .ttr-1 #tooltip  { width: 267px; }
	.ttr-2 #tooltip  { width: 153px; }
	.accordionBtns > label:nth-child(2n+1) { margin-right: 0; }

}
/* 
@media(max-width: 370px) {

	.fg-length { width: 100%; margin: 0 0 15px; }
	.fg-prefix, .fg-num { flex-grow: 1; }

} */




.ty-product-section .basket-product-section > div { display: flex; width: 100%; border-bottom: 1px solid rgba(215, 215, 215, 1); position: relative; } 
.ty-product-section, .ty-quote-section { padding: 80px 0 0; } 
.ty-product-section.ty-basket-section { padding: 0; }
.ty-product-section .table-top-section { border-top: 1px solid rgba(215, 215, 215, 1); padding: 15px; } 
.ty-product-section .table-top-section > div:first-child { width: 85%; padding-left: 20px; padding-right: 15px; } 
.ty-product-section .product-item .product-title-and-deatils { width: 85%; padding-left: 125px; padding-right: 15px; } 
.ty-product-section .basket-product-section  .product-item { padding: 40px 15px; } 
.ty-product-section .basket-product-image { position: absolute; top: 15px; left: 35px; } 
.ty-product-section .table-top-section > div:last-child, .ty-product-section .product-item .quantity { width: 15%; text-align: center; } 
.ty-product-section .ty-product-sec-title { width: 100%; max-width: 600px; margin: 0 auto 50px; } 
.ty-product-section .b-p-image img { width: 100%; height: 100%; top: 0; left: 0; position: absolute; object-fit: cover; object-position: center; } 
.ty-product-section .b-p-image { position: relative; width: 80px; height: 80px; } 
.ty-product-section .product-title { margin: 0 0 20px; }
.ty-product-section .product-deatils ul { margin-left: 0; }
.ty-product-section .ty-product-sec-bottom, .ty-quote-section .confir-text.c-nextSteps  { margin: 30px auto 0; }
.ty-product-section .product-summary { margin: 0 0 10px; }

.ty-product-section .remove-product-icon { position: absolute; top: 45px; left: 15px; } 
.ty-product-section .remove-product-icon a { position: relative; transition: all 0.15s ease; display: flex; align-items: center; justify-content: center; width: 15px; height: 15px; }
.ty-product-section .remove-product-icon a::before, .ty-product-section .remove-product-icon a::after { transition: all 0.15s ease; content: ''; position: absolute; left: 50%; top: 50%; width: 15px; height: 4px; background-color: #333333; transform-origin: center; } 
.ty-product-section .remove-product-icon a:hover::before, .ty-product-section .remove-product-icon a:hover::after { background-color: #ee3134; } 
.ty-product-section .remove-product-icon a::before { transform: translate(-50%, -50%) rotate(45deg); } 
.ty-product-section .remove-product-icon a::after { transform: translate(-50%, -50%) rotate(-45deg); }
.ty-basket-section .basket-product-image { left: 55px; } 
.ty-basket-section .product-item .product-title-and-deatils { padding-left: 145px; } 
.ty-basket-section .table-top-section > div:first-child { padding-left: 40px; }

.ty-basket-bottom-btn { display: flex; justify-content: flex-end; text-align: center; margin: 50px 0 0; }
.ty-basket-bottom-btn .thermo-btn-style , .ty-basket-bottom-btn .site-btn-outline { margin: 0; min-width: 270px; min-height: 50px; display: flex; align-items: center; justify-content: center; border: 3px solid #ee3134; transition: all 0.15s ease; padding: 10px 20px; border-radius: 8px; } 
.ty-basket-bottom-btn .site-btn-outline { background-color: transparent; color: #ee3134 !important ; } 
.ty-basket-bottom-btn .site-btn-outline:hover { border: 3px solid #ee3134; background-color: #ee3134 ; color: #fff !important ; } 
.ty-basket-bottom-btn .thermo-btn-style:hover { background-color: transparent; color: #ee3134 !important ; } 
.ty-basket-bottom-btn .btn-or { margin: 10px 0; }

.ty-basket-section .basket-top-section  h1 { font-size: 34px; }
.ty-basket-section .basket-top-section { margin: 0 0 30px; }

.back-home-btn a { font-weight: 700; display: inline-block; color: #ee3134; transition: all 0.15s ease; } 
.back-home-btn { text-align: center; margin: 20px 0 0; }
.back-home-btn a:hover { opacity: 0.6; }

@media(max-width: 991px) {
	.ty-product-section, .ty-quote-section { padding: 70px 0 0; } 
	.ty-product-section .ty-product-sec-title { margin: 0 auto 40px; } 
	.ty-product-section .ty-product-sec-bottom, .ty-quote-section .confir-text.c-nextSteps  { margin: 25px auto 0; }

	.ty-basket-bottom-btn { margin: 40px 0 0; }
	.ty-basket-section .basket-section {padding: 70px 0 ; }
	.ty-basket-section .basket-top-section { margin: 0 0 25px; }

} 


@media(max-width: 767px) {
	.ty-product-section .thermoFisher-ty h1, .ty-quote-section .thermoFisher-ty h1, .ty-basket-section .basket-top-section  h1 { font-size: 30px; }
	.ty-product-section .ty-product-sec-title { margin: 0 auto 30px;  text-align: center; }
	.ty-product-section, .ty-quote-section { padding: 50px 0 0; } 
	.ty-product-section .product-item .product-title-and-deatils, .ty-product-section .table-top-section > div:first-child  { width: 77%; padding-left: 0; } 
	.ty-product-section .table-top-section > div:last-child, .ty-product-section .product-item .quantity { width: 23%; } 
	.ty-product-section .basket-product-section  .product-item { padding: 30px 10px; } 
	.ty-product-section .table-top-section { padding: 10px; } 
	.ty-product-section .product-title { margin: 0 0 15px; font-size: 20px; } 
	.ty-product-section .b-p-image { width: 60px; height: 60px; } 
	.ty-product-section .basket-product-image { position: static; margin: 0 0 15px; }
	.ty-product-section .product-deatils ul { padding-left: 20px; }
	.ty-product-section .confir-text.c-nextSteps h5, .ty-quote-section .confir-text.c-nextSteps h5 { margin: 0 0 20px; }
	.ty-product-section .ty-product-sec-bottom, .ty-quote-section .confir-text.c-nextSteps  { margin: 20px auto 0; }

	.ty-basket-section .basket-product-image { margin: 0 0 15px 35px; } 
	.ty-product-section .remove-product-icon { top: 55px; left: 10px; }

	.ty-basket-bottom-btn { justify-content: center; margin: 30px 0 0; }
	.ty-basket-section .basket-section {padding: 50px 0 ; }
	.ty-basket-section .basket-top-section { margin: 0 0 20px; text-align: center; }
	.ty-basket-section .basket-empty { text-align: center; }
} 

@media(max-width: 480px) {
	.ty-product-section .basket-product-section  .product-item { padding: 20px 0px; } 
	.ty-product-section .table-top-section { padding: 10px 0; } 

	.ty-product-section .remove-product-icon { top: 45px; left: 0px; }
} 
