@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
}
body#webcommander-page > .header:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 54px;
	background: rgb(0,255,255);
	background: linear-gradient(90deg, rgba(0,255,255,1) 0%, rgba(0,0,255,1) 100%, rgba(0,212,255,1) 100%);
	z-index: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
	color: #000;
	text-decoration:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1rem 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
optgroup {
	color: inherit;
	font: inherit;
}
button {
	overflow: visible;
	text-transform: none;
}
select {
	text-transform: none;
}
button, html input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
}
table tr:nth-child(2n) {
	background: #f8f8f8;
}
table,th,td {
	border: 1px solid #f2f2f2;
	padding: 15px 10px;
	font-size: 17px;
}
th {
	background: #e8e8e8;
	font-size: 17px;
	font-weight: 600;
}
.widget-snippet ul, ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
	position: relative;
	margin: 0;
	padding: 0 0 6px 20px;
	list-style-type: none;
	text-align: left;
	line-height: 28px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
}
.widget ul li a, .widget ol li a {
	color: #000000;
}
.widget ul li a:hover, .widget ol li a:hover {
	color: #f22954;
}
ol li {
	list-style-type:lower-roman;
	padding: 0 0 6px 10px;
}
ol li:before{
	display: none;

}
ul li::before{
	content: '\f111';
	position: absolute;
	left: 0;
	top: 9px;
	width: 13px;
	height: 10px;
	z-index: 1;
	font: normal normal normal 14px/1 FontAwesome;
	color: #007aff;
	font-size: 10px;
	color:#393939;
}
ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
	margin-bottom: 12px;
}
ol, .widget-article ol, .widget-snippet ol {
	padding-left: 19px;
}
html {
	color: #000;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection, ::-moz-selection {
	background: #cde9f9;
	text-shadow: none;
}

::-moz-selection, ::selection {
	background: #cde9f9;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
             http://www.sanbeiji.com/archives/953 */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	*:before, *:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
               http://www.sanbeiji.com/archives/953 */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a {
		text-decoration: underline;
	}
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
         * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol
         */

	a, a:link, a:visited {
		text-decoration: none;
		color: #007aff;
	}

	a:link:hover, a:hover, a:visited {
		text-decoration: underline;
		color: #000;
	}
	p a, p a:link {
		text-decoration: none;
		color: #007aff;
	}
	p a:hover, p a:active, p a:visited {
		text-decoration: underline;
		color: inherit;
	}

	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	p a:link {
		text-decoration: none;
		color: #007aff;
	}
	a, a:link, a:hover, a:active, a:visited {
		text-decoration: underline;
		font-weight: inherit;
		color: #007aff;
	}

	/*
         * Printing Tables:
         * http://css-discuss.incutio.com/wiki/Printing_Tables
         */
	thead {
		display: table-header-group;
	}
	tr {
		page-break-inside: avoid;
	}
	img {
		page-break-inside: avoid;
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}
.btn-group.view-switchers .list-view-switcher, .btn-group.view-switchers .image-view-switcher {
	height: 20px !important;
	background-color: transparent;
	border: 0;
}
/* Theme Base */
html {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
}
h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #000;
}
h1 {
	font-size: 48px;
	line-height: 1.2;
}
h2 {
	font-size: 40px;
	line-height: 1.2;
}
h3 {
	font-size: 32px;
	line-height: 1.2;
}
h4 {
	font-size: 24px;
	line-height: 1.2;
}
h5 {
	font-size: 19.2px;
	line-height:35px;
}
h6 {
	font-size: 18px;
	line-height: 1.2;
}
/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
	text-align: left;
	line-height: 28px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
}
code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend {
	color: #000;
	font-size: 16px;
}
address {
	color: #000;
	font-size: 16px;
}
p {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
	line-height: 28px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
}
input[type=file], input[type=hidden] {
	color: #000;
	font-size: 16px;
}
input[type=image], blockquote {
	color: #000;
	font-size: 16px;
}
input[type=text], input[type=password] {
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 14px;
	border-color: #ccc !important;
	height: 50px;
	border-width: 2px;
	border-radius:0;
}
input[type=text].validation-error, input[type=password].validation-error {
	border: 2px solid #e64343!important;
	background-color: #fff!important;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
	border: 2px solid #ddd;
}
.widget-form  input[type="text"].validation-error, .widget-form input[type="password"].validation-error {
	border: 2px solid #e64343;
}
.error-field-error.inline-error, .validation-error {
	border: 2px solid #f00;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 2px solid #6f6f6f !important;
}
select {
	border-color: #ccc !important;
	height: 50px;
	border-width: 2px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 14px;
	border-radius: 0;
}
textarea {
	border-color: #ccc !important;
	border-width: 2px;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 10px;
	height: 90px;
	border-radius: 0;
}
/* webocommander Form css */
.simpleCaptcha-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 5px 0 5px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
	display: none;
}
.simpleCaptcha-container .form-row.simple-captcha {
	width: calc(50% - 15px);
	display: block;
	float: left;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	background: #fff;
	border: 2px solid #bbb;
	height: 43px;
	padding: 0;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field.mandatory {
	width: calc(50% - 15px);
	float: right;
	margin-top: 0;
	vertical-align: top;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
	display: none;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field input {
	width: 100%;
}
.errorlist.after {
	font-size: 12px;
	line-height: 14px;
	position: absolute;
}
.errorlist.after .message-block {
	color: #e64343;
}
.checkout-page .section.loaded .header {
	padding: 0;
}
.checkout-page .section.loaded > .header {
	border-bottom: 2px solid rgba(112, 112, 112, .2);
	padding-bottom: 20px;
	margin-bottom: 48px;
}
.checkout-page .section.loaded .body table tr:nth-child(2n) {
	background: transparent;
}
.page-checkout .address-selection-popup .create-address:hover {
	background-color: #007aff;
	color: #fff;
}
/* web form CSS */
.form-template input[type="text"], .form-template .form-row select {
	height: 43px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
	width: 100%;
	font-family: 'Poppins', sans-serif;
	padding: 3px 14px;
	border: 2px solid #bbb;
}
.form-row label {
	width: auto;
	text-transform: capitalize;
	font-weight: normal;
	color: #000;
	font-size: 17px;
}
.checkout-page .form-row input, .checkout-page .form-row select {
	height: 50px;
	margin-top: 0;
	border-width: 2px;
}
.checkout-page .address-edit-from-wrap form .multi-column {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.checkout-page .address-edit-from-wrap .form-row {
	margin-top: 15px;
}
.multi-column.two-column .columns {
	width: 50%;
	margin: 0 auto;
}
img.popup-image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 85%;
}
.page-product .image-popup-container.popup > span {
	position: unset;
	border:0;
}
/* Common Button CSS */
.page-content .v-split-container > .v-split {
	margin:0 auto;
	width: 1430px;
	max-width: 100%;
}

input[type=submit], input[type=button] {
	margin-top: 0px;
	height: auto ;
	color: #fff;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 35px;
	background-color: #007aff;
	border: 2px solid #007aff;
	text-align: center;
	line-height: 22px;
	font-weight: 600;
}
input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
	color: #fff;
	background-color: #007aff;
	border-color: #007aff;
}
input[type=submit]:hover, input[type=button]:hover {
	color:  #007aff;
	background-color: transparent;
	border: 2px solid #007aff;
}
body a.button {
	font-weight: 600;
}
button, .button, a.button {
	margin-top: 0px;
	height: auto ;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 25px;
	border-radius: 0;
	background:transparent;
	color:#007aff;
	text-transform: uppercase;
	width: 100%;
	max-width: 255px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 16px;
	line-height: 21px;
	border:2px solid #007aff
}
button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
	color: #fff;
	background-color: #007aff;
	border-color: #007aff;
}
button:hover, .button:hover, a.button:hover {
	color: #fff;
	background-color: #007aff;
	border: 2px solid #007aff;
	text-decoration: none;
}
input[type=submit]:hover, input[type=button]:hover {
	background: #fff;
	color: #007aff;
	text-decoration: none;
}
button.Zebra_DatePicker_Icon {
	background-position: right center;
}
/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
	color: #e6e6e6;
	background-color: #00b6ff;
	border: 2x solid #00b6ff;
	text-shadow: none;
	opacity: 0.7;
}
input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
	color: #e6e6e6;
	background-color: #00b6ff;
	border-color: #00b6ff;
}
input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
	color: #fff;
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
	text-decoration: none;
}
button[disabled], .button.disabled, a.button.disabled, .widget-form.contact-form .btn-row button[disabled] {
	color: #e6e6e6;
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
	text-shadow: none;
	opacity: 0.7;
}
button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus, .widget-form.contact-form .btn-row button[disabled]:focus {
	color: #e6e6e6;,
background-color: #00b6ff;
	border-color: #00b6ff;
}
.popup button[disabled]:nth-of-type(1):hover, button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
	text-decoration: none;
}
input[type="reset"] {
	color: #e6e6e6;
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
	text-shadow: none;
	opacity: 0.7;
	opacity: 1;
}
input[type="reset"]:focus, input[type="reset"].focus {
	color: #e6e6e6;
	background-color: #00b6ff;
	border-color: #00b6ff;
}
input[type="reset"]:hover {
	color: #fff;
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
}
.reset-button {
	color: #e6e6e6;
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
	text-shadow: none;
	opacity: 0.7;
	opacity: 1;
}
.reset-button:focus, .reset-button.focus {
	color: #e6e6e6;
	background-color: #00b6ff;
	border-color: #00b6ff;
}
.reset-button:hover {
	color: #fff;
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
}
.button.cancel-button {
	color: #e6e6e6;
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
	text-shadow: none;
	opacity: 0.7;
	opacity: 1;
}
.button.cancel-button:focus, .button.cancel-button.focus {
	color: #e6e6e6;
	background-color: #00b6ff;
	border-color: #00b6ff;
}
.button.cancel-button:hover {
	color: #fff;
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
}
.widget-pageHeading {
	background: #092E56;
	padding: 80px 0;
	text-align: center;
	margin-bottom: 60px;
}
.widget-pageHeading h1, .widget-pageHeading h2 {
	font-size: 46px;
	font-weight: 700;
	line-height: 42px;
	color: #fff;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}
.widget>.widget-title {
	margin: 0;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
}
/* Breadcrumb */
.widget.widget-breadcrumb.breadcrumb {
	padding-bottom: 20px;
}
.breadcrumb-item .separator {
	padding: 5px 10px;
	font-size: 0px;
	display: inline-block;
}
span.breadcrumb-item {
	font-size: 16px;
	color: #444;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: -0.5px;
}
.breadcrumb-item .separator::after {
	content: '/';
	display: inline-block;
	color: #444;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
.breadcrumb-item.root .icon {
	background: none;
	display: inline-block;
	padding: 0px;
	width: auto;
	height: auto;
}
.breadcrumb-item.root .icon::after {
	content: 'Home';
	display: inline-block;
	font-size: 16px;
	color: #444;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: -0.5px;

}
.breadcrumb-item .label {
	color: #444;
}
.breadcrumb-item.current {
	color: #005aff;
}
.page-product .widget.widget-breadcrumb.breadcrumb {
	padding: 20px 0 10px;
	margin-bottom: 8px;
	border-bottom: 0;
}
/* Notice */
.widget.widget-article.notice .article-content p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
}
.widget.widget-article.notice  .article-content p a {
	text-decoration: underline;
	color:#fff;
}.widget.widget-article.notice  .article-content p a:hover {
	 color: #0004ff;
 }
span.breadcrumb-item a:hover .label {
  color: #005aff;
}
/* Notice */
/*========= main menu ========= */
.widget-navigation {
	text-align: right;
}
.widget-navigation .navigation-item.has-child {
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span {
	position: relative;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
	color: #187DC1;
	content: '\f106';
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a{
	color: #007aff;
}
.widget-navigation .navigation-item {
	padding: 0 22px;
}
.widget-navigation .navigation-item a {
	text-transform: capitalize;
	font-size: 16px;
	color: #4B4B4B;
	padding: 0 0 26px;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}
.widget-navigation .navigation-item:first-child a {
	padding-left: 0;
}
.widget-navigation .navigation-item:last-child a {
	padding-right: 0;
}
.widget-navigation .navigation-item a span {
	position: relative;
}

.widget-navigation .navigation-item a:hover span::before {
	height: 5px;
}
.widget-navigation .navigation-item.has-child a span::before {
	display: none;
}
.widget-navigation .navigation-item.has-child a:hover, .widget-navigation .navigation-item.active a, .widget-navigation .navigation-item a:hover, .widget-navigation .navigation-item a:focus {
	color: #007aff;
}
.widget-navigation .navigation-item-child-container .navigation-item.last a, .widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
	background-color: transparent;
	border-radius: 0;
	margin: 0;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
	content: '\f107';
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-family: "FontAwesome";
	right: 0;
	margin-left: 7px;
	font-weight: bold;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
	color: #007aff;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item a:before {
	content: "";
	position: absolute;
	left: 51%;
	right: 51%;
	bottom: 15px;
	background: #2098D1;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background: linear-gradient(90deg, rgba(0,255,255,1) 0%, rgba(0,0,255,1) 100%, rgba(0,212,255,1) 100%);
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.active>a:before, .widget-navigation .nav-wrapper.horizontal>.navigation-item:focus>a:before, .widget-navigation .nav-wrapper.horizontal>.navigation-item:hover>a:before {
	left: 0;
	right: 0;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.has-child a:before {
	display: none
}
/** Sub Menu **/
.horizontal > .has-child > .navigation-item-child-container {
	width: 220px;
	text-align: left;
	padding: 0;
	transform: translateX(-50%);
	margin: -5px 0px 0;
	left: 50%;
	top: 43px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 2px 0 #aeadad;
	box-shadow: 0 0 2px 0 #aeadad;
}
.navigation-item .navigation-item-child-container::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	width: 0px;
	height: 0px;
	border-color: transparent transparent #e7e7e7;
	border-style: solid;
	border-width: 0px 10px 10px 10px;
	border-style: solid;
	z-index: 1;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item {
	margin-right: 0;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
	margin: 0;
	font-size: 16px;
	letter-spacing: -0.5px;
	text-align: center;
	color: #000;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 600;
	background: #fff;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
	color: #007aff;
}

.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
	display: none;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item {
	padding: 0px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
	display: block;
	position: relative;
	border-bottom: 1px solid rgb(245, 245, 245);
	color: #000;
}
/*end:menu*/

/*start:top right*/
.widget-navigation.user-nav .menu-title .menu-button {
	background: url('/template/bbca02b2/images/user-icon.png') no-repeat right top;
	width: 100%;
	user-select: none;
	text-align: right;
	max-width: 26px;
	margin: 0;
	margin-left: auto;
	height: 26px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-navigation.user-nav .menu-title .menu-button:hover, .widget-navigation.user-nav .menu-title .menu-button.close {
	background-position-y: -27px
}
.widget-navigation.user-nav .menu-title .menu-button em {
	display: none;
}
.widget-navigation.user-nav a[href="#"], .widget-navigation.user-nav .child-opener {
	display: none !important;
}
.widget-navigation.user-nav .nav-wrapper.vertical.show {
	width: 250px;
	position: absolute;
	right: -15px;
	height: auto;
	top: 45px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 2px 0 #aeadad;
	box-shadow: 0 0 2px 0 #aeadad;
	border: 10px solid #ffffff;
	border-top: 0;
	text-align: left;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item {
	display: block;
	padding: 0;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item a {
	border-bottom: 1px solid rgb(245, 245, 245);
	padding: 10px 15px;
	text-transform: uppercase;
	background-color: #fff;
    font-size: 16px;
    color: #4B4B4B;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    font-weight: 600;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item:last-child a {
	border-bottom: 0;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item.first {
	position: relative;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item.first::before {
	content: "";
	width: 15px;
	height: 15px;
	background: #e7e7e7;
	top: -9px;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	right: 11px;
	position: absolute;
	transform: rotate(45deg);
}

.widget-navigation.user-nav .responsive-navigation .navigation-item a:hover{
	color: #007aff;
}
.widget.widget-cart .cart-widget-img {
	background: url('/template/bbca02b2/images/cart-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget.widget-cart .cart-widget-img:hover {
	background-position-y: -35px;
}
.header .cart-widget-text {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: -6px;
	left: 16px;
	background: #007aff;
	height: 21px;
	width: 21px;
	border-radius: 50%;
	text-align: center;
	font-weight: normal;
	line-height: 22px;
	padding: 0;
}
.widget-cart a:hover .cart-widget-text {
	background: #007aff;
}
.widget.widget-cart .widget-title {
	position: absolute;
	left: 38px;
	top: -4px;
}
.widget-navigation.wishlist-menu a {
	width: 20px;
	height: 20px;
	background: url('/template/bbca02b2/images/wishlist-icon.png') no-repeat;
	border: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-navigation.wishlist-menu a:hover {
	background-position-y: -35px;
}
.widget-navigation.wishlist-menu a span {
	font-size: 0;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
	width: 160px;
	top: 0;
	background: #fff;
	text-align: center;
	padding: 0px;
	left: 220px;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 2px 0 #aeadad;
	box-shadow: 0 0 2px 0 #aeadad;
	margin:0;
	position: absolute;
	border-radius: 0;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
	width: 190px;
	top: 0;
	left: 160px;
}
.navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container::before {
	top: 25px;
	left: -11px;
	border-width: 10px 10px 10px 0;
	border-color: transparent #c9c9c9 transparent transparent;
	transition: all 0.5s ease 0s;
	transform: translateY(-50%);
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a {
	color: #007aff;
}


/*search-form*/
.widget.widget-search {
	text-align: right;
}
.widget-search .search-menu-button {
	color: #444;
	height: 20px;
	width: 20px;
	background: url('/template/bbca02b2/images/search-icon.png') no-repeat;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-search .search-menu-button:hover, .widget-search .search-menu-button.close {
	background-position-y: -21px;
}
.widget-search .search-menu-button::after {
	display: none;
}
.widget-search .search-menu-button:hover:after {
	color: #7c370d;
}


/*start:search form*/
.widget.widget-search .search-form {
	background: #fff;
	width: 404px;
	height: 36px;
	margin-left: auto;
	border-radius: 30px;
}
.widget.widget-search .search-form form{
	position: relative;
}
.widget.widget-search .search-form button {
	padding: 0;
	position: absolute;
	right: -2px;
	border-radius: 0px;
	top: 0;
	width: 102px;
	border: none;
	text-align: center;
	text-transform: capitalize;
	display: block;
	margin: 0;
	height: 36px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
	line-height: 20px;
	letter-spacing: normal;
	background: #0065CB;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}
.widget.widget-search .search-form button:hover {
	color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: linear-gradient(90deg, rgb(0 164 255) 0%, rgba(0,0,255,1) 100%, rgb(0, 163, 255) 100%);
}
.widget.widget-search .search-form input {
	border: medium none;
	height: 31px;
	padding: 5px 40px 5px 15px;
	width: 310px;
	background-color: transparent;
	margin: 2px 0 0 25px;
	font-size: 15px;
	color: #000;
	font-family: "Poppins", sans-serif;
}
.widget.widget-search .search-form form input[type="text"]:focus {
	border: none !important;
}
.widget.widget-search .search-form form:before {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 11px;
	top: 10px;
	background: url(/template/bbca02b2/images/serach-icon.png) no-repeat;
	background-size: 19px;
}
/*end:search form*/
/*start:quick cart*/
.quick-cart-content {
	background: #ffffff none repeat scroll 0 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 45px;
	width: 450px;
	z-index: 99999;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 2px 0 #aeadad;
	box-shadow: 0 0 2px 0 #aeadad;
	border: 10px solid #ffffff;
	height: auto !important;
}
.quick-cart-content::before {
	content: "";
	width: 15px;
	height: 15px;
	top: -21px;
	right: 13px;
	position: absolute;
	border-color: transparent transparent #e7e7e7; transparent;
	border-style: solid;
	border-width: 0px 10px 10px 10px;
	height: 0px;
	width: 0px;
}
.quick-cart-content table {
	border: none;
	padding: 8px 0;
	font-size: 13px;
	line-height: 23px;
	font-weight: 500;
	margin: 0;
}
.quick-cart-content table th, .quick-cart-content table td {
	border: none;
	padding: 8px 0;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
}
.quick-cart-content table tr th, .quick-cart-content table tr td {
	border-bottom: 1px solid #ccc;
	word-break: normal;
	padding:18px 0;
}
.quick-cart-content table th {
	color: #000;
	font-weight: 600;
	font-size: 15px;
	background-color: #fff;
}
.quick-cart-content table td.total, .quick-cart-content table td.total-price {
	color: #000;
	font-weight: 600;
	font-size: 15px;
	background-color: #fff;
	border-bottom: none;
}
.quick-cart-content table tr th.quantity {
	text-align: center;
}
.quick-cart-content table tr:nth-child(2n) {
	background: #fff;
}
.quick-cart-content table tr th.price {
	text-align: right;
}
.quick-cart-content .cart-details-link {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.quick-cart-content .cart-details-link .button {
	width: 49%;
	background: #007aff;
	color: #fff;
}
.quick-cart-content .cart-details-link .button:hover {
	width: 49%;
	background: #2c8ef9;
	border: 2px solid  #2c8ef9;
	color: #fff;
}
.quick-cart-content .cart-details-link a.view-cart.button {
	color:  #007FFF;
	background-color: transparent;
	border-color:  #007FFF;
	border: 2px solid  #007FFF;
}
.quick-cart-content .cart-details-link a.view-cart.button:focus, .quick-cart-content .cart-details-link a.view-cart.button.focus {
	color: #fff;
	background-color: #007FFF;
	border: 2px solid #007FFF;
}
.quick-cart-content .cart-details-link a.view-cart.button:hover {
	color: #fff;
	background-color: #007aff;
	border: 2px solid #007aff;
}
.quick-cart-content .product-name {
	width: 250px;
}
/*end:quick cart*/


/********start:gallery**********/
.jssorSlider.widget.widget-gallery {
	margin-bottom: 80px;
}
div.jssor-slider-container {
	width: 1920px;
	height: 720px;
	padding: 0 !important;
	text-align: left;
	margin: 0 auto;
}
div.jssor-slider-container .slide {
	display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
	display: block;
}
div.jssor-slider-container .slide:after {
	background: none;
}
div.jssor-slider-container .container {
	width: 1920px;
	height: 720px;
	padding: 0 !important;
	text-align: left;
}
.jssor-slider-container .caption-wrapper {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 40%;
	text-align: center;
	padding: 15px;
	z-index: 1;
}
.jssor-slider-container .caption-wrapper .title {
	font-size: 54px;
	font-weight: 600;
	max-width: 1100px;
	margin: 0 auto 30px;
}
.jssor-slider-container .caption-wrapper .description {
	font-size: 23px;
	margin: 0 auto;
	font-style: italic;
	font-weight: 300;
}
.jssor-slider-container .caption-wrapper .button {
	max-width: 240px;
	padding: 0;
	margin: 0 auto;
	border-radius: 0;
	border: 0;
	box-shadow: 0px 1px 44px -1px rgba(0,0,0,0.91);
	-webkit-box-shadow: 0px 1px 44px -1px rgba(0,0,0,0.91);
	-moz-box-shadow: 0px 1px 44px -1px rgba(0,0,0,0.91);
}
.jssor-slider-container .caption-wrapper a.submit-button {
	display: block;
	padding: 15px 0;
	background: #007aff;
	border: 2px solid #007aff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-decoration: none
}

.jssor-slider-container .caption-wrapper a.submit-button:hover {
	background: #0003ff;
	border: 2px solid #0003ff;
}
div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
	color: #ffffff;
	content: "\f105 ";
	font-family: fontawesome;
	font-size: 36px;
}
div[id^="jssor-slider-"] .jssora20l {
	left: auto;
	right: 50px;
}
div[id^="jssor-slider-"] .jssora20l, div[id^="jssor-slider-"] .jssora20r {
	background: transparent;
	bottom: 0;
	height: 45px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	transition: all 400ms ease-out 0s;
	width: 45px;
	border-radius: 50%;
	border: 1px solid #fff;
}
div[id^="jssor-slider-"] .jssora20r::before {
	line-height: 65px;
}
div[id^="jssor-slider-"] .jssora20r {
	transform: rotate(180deg);
}
div[id^="jssor-slider-"] .jssora20r {
	right: auto;
	left: 50px;
}
div[id^="jssor-slider-"] .jssora20r::before {
	display: block;
	margin-top: -13px;
}
div[id^="jssor-slider-"] .jssora20l:hover, div[id^="jssor-slider-"] .jssora20r:hover {
	background: #007fff;
	border: 1px solid #007fff;
}
.jssor-slider-container .jssorb03 {
	position: absolute;
	width: 400px !important;
	left: 50% !important;
	right: auto !important;
	bottom: 45px !important;
	top: auto !important;
	transform: translatex(-50%);
	border-radius: 35px;
	opacity: 1 !important;
	height: auto !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}
.jssor-slider-container .jssorb03 div {
	width: 17px !important;
	height: 17px !important;
	border-radius: 15px;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	background-image: none !important;
	font-size: 0;
	margin: 0 7px;
}

.jssor-slider-container .jssorb03 div.av span, .jssor-slider-container .jssorb03 div span {
	display: block;
	background: #fff;
	border-radius: 50%;
	font-size: 0;
}
.jssor-slider-container .jssorb03 div.av span {
	background: #007FFF;
}
.jssor-slider-container .jssorb03 div:hover span, .jssor-slider-container .jssorb03 .av:hover span{
	background: #007FFF;
}
.jssor-slider-container::before {
	content: url("/template/bbca02b2/images/loading.gif");
	height: 64px;
	left: 50% !important;
	margin-left: -32px !important;
	margin-top: -32px !important;
	position: absolute;
	top: 50%;
	width: 64px;
}
.jssor-slider-container .jssor-loader .loader-2 {
	display: none;
}
/***************end:gallery**************************/
/*start:Page not found */
.page-page-not-found .body .article-content {
	text-align: center;
	margin: 80px auto 120px;
}
.page-page-not-found .body .page-content .article-content h2 {
	color: #f00;
	text-align: center;
	font-weight: bold;
	margin: 20px auto;
	font-size: 75px;
	line-height: 60px;
	text-transform: none;
}
.page-page-not-found .body .page-content .article-content h2 strong {
	text-transform: uppercase;
	font-size: 90px;
}
.page-page-not-found .body .page-content .article-content h3 {
	color: #007FFF;
	font-size: 35px;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	font-weight: normal;
	text-transform: none;
}
.page-page-not-found .body .page-content .article-content p {
	color: #000000;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 18px;
}
/*end:Page not found */

/* Home Page Product*/

.products-carousel {
	padding: 70px 15px;
	background: #F7F7F7;
}

.widget-product .widget-title {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	line-height: 54px;
	max-width: 1380px;
	margin: 0 auto -72px;
	text-transform: uppercase;
	padding: 0 10px 10px;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
	background: transparent;
	border: 0;
}
.widget-product .header, .product-view .header, .category-view .header, .entire-search .header, .product-search .header {
	border: 0;
	background: none;
	text-align: right;
}
.product-view .sortable {
	margin-right: 7px;
}
.product-view .sortable select, .widget.widget-product .footer select.per-page-count  {
	border-color: transparent;
	height: 48px;
	color: #474747;
	text-align: left;
}
.product-view .sortable select{
	border: 1px solid #eaeaea !important;
}
select.per-page-count select {
	height: 40px;
}
select{
	line-height: 1;
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
	background-position-x: 96%;
	-webkit-appearance: none;
	padding: 3px 11px;
	padding-right: 11px;
	padding-right: 40px;
	margin: 5px 0;
	background-size: 14px;
}
select:focus {
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_up.png) no-repeat right #fff;
	background-position-x: 96%;
}
.product-view .sortable select, .product-view .sortable select:focus{
	background-position-x: 94%;
}
.page-checkout select, .page-checkout select:focus, #customer-profile-tabs select, #customer-profile-tabs select:focus{
	background-position-x: 97%;
}

.widget.widget-product .footer select.per-page-count {
	height:38px;
	margin-left:10px;
	border: 1px solid #e6e3e3;
	text-align: left;
}
.scroll-left, .scroll-right {
	position: relative;
	height: 47px;
	width: 47px;
	background: #F3F3F3;
	text-align: center;
	margin-left: 10px;
	border: 0;
	border-radius: 50px;
}

.scroll-left:hover, .scroll-right:hover {
	background:#007FFF;
}

.scroll-left:hover:after, .scroll-right:hover:after {
	color: #fff;
}

.scroll-left {
	transform: rotate(180deg);
}

.scroll-left::after, .scroll-right::after {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 27px;
	line-height: 44px;
	font-weight: 700;
	color: #1F366A;
}

.widget-product .scrollable-view>.content {
	border: 0;
	padding: 0 4px;
	margin-bottom: 60px;
}

.product-view.image-view .product-block, .product-view.scrollable-view .product-block, .category-image-view.category {
	display: inline-block;
	margin: 14px;
	padding: 20px;
	background: #fff;
	width: calc(33.33% - 32px);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.0);
	margin-bottom: 30px;
}
.page-home .product-view.image-view .product-block, .page-home .product-view.scrollable-view .product-block{
	width: calc(25% - 30px);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.0);
	margin-bottom: 30px;
}
.page-home .widget-product .scrollable-view {
	margin: 0 auto;
}
.page-home .product-view.scrollable-view .header {
	top: -55px;
	right:8px;
}
@media (max-width: 767px){
  	.page-home .product-view.scrollable-view .header {
		top: 85% !important;
	}
}
  
.product-widget.widget-related .product-view.image-view .product-block , .product-widget.widget-related .product-view.scrollable-view .product-block{
	margin-top: 20px;
	margin-bottom: 20px;
	width: calc(25% - 24px);
	margin-bottom: 30px;
}
.page-search-result .product-view.image-view .product-block {
	width: calc(25% - 27px);
	margin-bottom: 30px;
}
.product-view.image-view .product-block:hover, .product-view.scrollable-view .product-block:hover{
	box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
	border:1px solid #fff;
}
.image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
	max-height: 234px;
	margin-bottom: 23px;
}
.scrollable-view > .content {
	border: 0;
	padding: 0 4px;
}
.product-block .block-content-wrap {
	text-align: left;
}
.page-product .product-widget.widget-related .add-to-cart-button {
	margin-left: 0px;
}
.widget-product .scrollable-view {
	border-bottom: 0;
	max-width: 100%;
	margin: -50px auto 0;
}
.widget.widget-html.heading-title {
	padding: 0 15px;
	padding-bottom: 18px;
}
.widget.widget-html.heading-title h1 , .widget.widget-html.heading-title h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #1C1C1C;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0;
	line-height: 44px;
	position: relative;
	padding-left: 30px;
}
.widget.widget-html.heading-title h1:before , .widget.widget-html.heading-title h2:before, .widget.widget-snippet .feature-release .title h3:before, .widget.widget-snippet .about-section .about-area .about-content h2:before{
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	width: 4px;
	height: 33px;
	background: #007fff;

}
.widget.widget-snippet .feature-release .title h3 {
	position: relative;
	padding-left: 30px;
}
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
	color: #494949;
	font-size: 19px;
	margin-bottom: 12px;
	margin-top: 0;
	padding-bottom: 0;
	font-family: 'Axiforma';
	font-weight: 600;
	height: 55px;
}

.product-view.image-view .product-name a, .product-view.scrollable-view .product-name a, .category .category-name a {
	color: #494949;
	font-size: 18px;
	font-weight: 500;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	font-family: 'Poppins', sans-serif;
	line-height: 26px;
}

.product-block .image.product-image a {
	height: 100%;
}

body.page-shop-online,
body.page-shop-online .body-section,
body.page-shop-online >.footer:before
{
	background: #F7F7F7;
}

.product-view.scrollable-view img, .product-view.image-view img {
	max-width: 100%;
	max-height: initial;
	height: 100%;
	object-fit: cover;
}

.product-block .price {
	padding: 0;
	font-size: 23px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
}



span.add-to-cart-button {
	display: block;
	font-size: 16px;
	color: #007FFF;
	border: 2px solid #007FFF;
	font-weight: normal;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	padding: 14px 28px;
	line-height: 20px;
}
span.add-to-cart-button::before {
	content: "";
	background: url(/template/bbca02b2/images/button-icon.png) no-repeat;
	vertical-align: top;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	width: 20px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin-right: 5px;
}
.add-to-cart-button:hover:before{
	background-position-y: -22px;
	display: inline-block;
	overflow: hidden;
}
.product-view.scrollable-view .product-block:hover,.product-view.image-view .product-block:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
}
/*.page-home .product-view.scrollable-view .product-block:hover span.add-to-cart-button,.product-view.image-view .product-block:hover span.add-to-cart-button, .page-product .product-widget.widget-related .product-view.scrollable-view .product-block:hover .add-to-cart-button {
    border: 2px solid #007FFF;
	color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-color: #007FFF;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.page-product .product-widget.widget-addCart  .add-to-cart-button:hover:before, .page-home .product-view.scrollable-view .product-block:hover span.add-to-cart-button::before, .product-view.image-view .product-block:hover span.add-to-cart-button::before, .page-product .product-widget.widget-related .product-view.scrollable-view .product-block:hover .add-to-cart-button::before {
	background-position-y: -22px;
	display: inline-block;
	overflow: hidden;
}
*/
.product-view.image-view .product-block:hover, .product-view.scrollable-view .product-block:hover, .category-image-view.category:hover{
	border: 1px solid #fff;
}
.product-view.image-view .product-block:hover, .product-view.scrollable-view .product-block:hover .product-name a, .category:hover .category-name a {
	color: #000;
}
.product-view.image-view .product-block:hover .product-name a, .product-view.scrollable-view .product-block:hover .product-name a{
	color: #000;
}
.widget.widget-snippet .feature-release {
	margin-bottom: 0;
}

.subcategory-container .title, .product-container .title {
	font-size: 20px;
	margin-bottom: -65px;
	padding: 0 10px 15px;
	display: none;
}
.category-details-container, .subcategory-container {
	padding-bottom: 0;
}
/* End Home Products */

/*start:pagination part*/
.page-content .footer {
	background: none;
	clear: both;
}
.page-content .footer .pagination, .page-result-footer .pagination {
	margin-top: 1px;
}
.page-content .footer .pagination span, .page-result-footer .pagination span {
	color: #a8a8a8;
	cursor: pointer;
	margin: 0 8px;
	padding: 0;
	box-shadow: none;
	font-size: 16px;
	width: 40px;
	border: 2px solid #fff;
	background-color: #fff;
	text-align: center;
	line-height: 38px;
	height: 40px;
	vertical-align: top;
	border-radius:50px;
}
.page-content .footer .pagination span.page-number.current, .page-result-footer .pagination span.page-number.current{
	color: #fff;
	background-color: #007aff;
	border-color:#007aff;
	background:#007aff
}

.page-content .footer .pagination span.next, .page-content .footer .pagination span.prev, .page-result-footer .pagination span.prev, .page-result-footer .pagination span.next {
	display:none;
}

.page-content .footer .pagination span.last, .page-result-footer .pagination span.last {
	margin-right:0
}
.page-content .footer .pagination span:hover, .page-result-footer .pagination span:hover{
	background-color: #00b6ff;
	background:#00b6ff;
	color:#fff;
	border: 2px solid #00b6ff;
}
/*end:pagination part*/


/* cart Page
------------------
link: /cart/details
--------------------
*/
/*body.page-product  > div.body {
  position: relative;
}
body.page-product  > div.body:before {
  position: absolute;
  content:"";
  left:0;
  top:0;
  width:100%;
  height:810px;
  background:#f7f5f5;
}*/
.page-product  > div.header, .page-page-not-found > div.header {
	border-bottom:1px solid #eaeaea;
}
.shopping-cartitem h1 {
	float: none;
	padding-bottom: 15px;
	text-align: center;
	display: none;
	max-width: 960px;
}
.page-cart .shopping-cartitem {
	background: none;
	border: 0px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
	margin: 0 auto;
}
.page-cart .shopping-cartitem.empty-cart {
	text-align: center;
	width: 100%;
	max-width: 450px;
	border: 1px solid #efefef;
	background: #fff;
	margin: 0 auto;
	padding: 80px 0;
	box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}
.page-cart .shopping-cartitem.empty-cart .empty-cartitem-text {
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
}
.cartitem-btn-wrapper.top {
	text-align: center;
	position: relative;
	margin-top: 0px;
	float: none;
	display: block;
	margin-bottom: 35px;
}
.cartitem-btn-wrapper.top a {
	margin-right: 5px;
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-left: 5px;
}
.cartitem-btn-wrapper.top .button {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.cartitem-btn-wrapper.top .empty-cartitem-btn {
	color:  #007aff;
	background-color: transparent;
	border-color:  #007aff;
	border: 1px solid  #007aff;
}
.cartitem-btn-wrapper.top .empty-cartitem-btn:focus, .cartitem-btn-wrapper.top .empty-cartitem-btn.focus {
	color: #fff;
	background-color:  #00b6ff;
	border: 1px solid  #00b6ff;
}
.cartitem-btn-wrapper.top .empty-cartitem-btn:hover {
	color: #fff;
	background-color:  #00b6ff;
	border: 1px solid  #00b6ff;
}
.cartitem-table {
	margin-bottom: 20px !important;
}
.cartitem-table .stepper {
	margin: 0 auto;
	width: auto;
	float: none;
	width: 90px;
}
.cartitem-table th {
	font-weight: 400;
}
.cartitem-table td.total-label, .cartitem-table td.price {
	font-weight: 400;
}
.check-out-total .price, .shopping-cart-total .price {
	font-weight: 400;
}
.cartitem-table th, .cartitem-table td {
	width: 20%;
	text-align: center;
	border: 0px solid #eee;
	font-size: 16px;
	padding: 15px 10px;
}
.page-cart .shopping-cartitem .cartitem-table {
	border: 1px solid #fff;
}
.check-out-total .left-column, .shopping-cart-total .left-column {
	width: 40%;
	text-align: left;
}
.check-out-total .right-column, .shopping-cart-total .right-column {
	width: 58%;
	text-align: right;
}
.check-out-total *, .shopping-cart-total * {
	font-size: 15px;
}
.discount-coupon-code-form {
	background-color: #f8f8f8;
	border: 0;
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.discount-coupon-code-form input[type=text] {
	height: auto;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.discount-coupon-code-form .form-row.btn-row label {
	display: none;
}
.discount-coupon-code-form .form-row.btn-row button {
	display: block;
	width: 100%;
	color:  #007aff;
	background-color: transparent;
	border-color:  #007aff;
	border: 2px solid  #007aff;
}
.discount-coupon-code-form .form-row.btn-row button:focus, .discount-coupon-code-form .form-row.btn-row button.focus {
	color: #fff;
	background-color:  #00b6ff;
	border: 2px solid  #00b6ff;
}
.discount-coupon-code-form .form-row.btn-row button:hover {
	color: #fff;
	background-color:  #00b6ff;
	border: 2px solid  #00b6ff;
}
.shopping-cart-total .apply-discount-coupon {
    max-width: inherit;
}
.shopping-cart-total .discount-coupon-code-form .form-row {
    position: relative;
}
.shopping-cart-total .discount-coupon-code-form .errorlist.after {
    position: absolute;
    top: 89px;
    left: 0;
}
@media(max-width: 991px){
    .discount-coupon-code-form {
        padding: 30px;
    }
}

.check-out-total table, .shopping-cart-total table {
	font-size: 15px;
}
.check-out-total td.total-label, .shopping-cart-total td.total-label {
	padding: 10px 30px 10px 15px;
	border: 0;
	text-transform: capitalize;
}
.check-out-total .price, .shopping-cart-total .price {
	border: 0;
}
.check-out-total tr, .shopping-cart-total tr {
	border-bottom: 0;
}
.cartitem-btn-wrapper {
	text-align: right;
}
.cartitem-btn-wrapper .button {
	float: none;
}
.cartitem-btn-wrapper .continue-shopping-btn {
	color:  #007aff;
	background-color: transparent;
	border-color:  #007aff;
	border: 1px solid  #007aff;
}
.cartitem-btn-wrapper .continue-shopping-btn:focus, .cartitem-btn-wrapper .continue-shopping-btn.focus {
	color: #fff;
	background-color:  #00b6ff;
	border: 1px solid  #00b6ff;
}
.cartitem-btn-wrapper .continue-shopping-btn:hover {
	color: #fff;
	background-color:  #00b6ff;
	border: 1px solid  #00b6ff;
}
.page-cart .shopping-cartitem .cartitem-table {
	border: 0;
	background: transparent;
}
.page-cart .shopping-cartitem .cartitem-table td.remove {
	text-align: left;
	padding: 0;
}
.page-cart .shopping-cartitem .cartitem-table th {
	border-top:0px solid #f7f7f7;
	border-bottom:2px solid #f7f7f7;
	background: transparent;
	font-weight: 600;
}
.page-cart .shopping-cartitem .cartitem-table tr:nth-child(2n) {
	border-top:2px solid #f7f7f7;
	background: transparent;
}
.page-cart .shopping-cartitem .cartitem-table tr:last-child {
	border-bottom:2px solid #f7f7f7;
}
.check-out-total .right-column table, .shopping-cart-total .right-column table,
.check-out-total .left-column table, .shopping-cart-total .left-column table {
	border: 0;
	background: transparent;
}
.page-cart .shopping-cartitem .cartitem-table th:last-child, .page-cart .shopping-cartitem .cartitem-table td:last-child{
	text-align: right
}
.page-cart .shopping-cartitem .cartitem-table th.product-name, .page-cart .shopping-cartitem .cartitem-table td.product-name{
	width:40%;
}
/*.check-out-total *:nth-child(even), .shopping-cart-total *:nth-child(even) {
    font-weight: 700;
}*/
.page-cart .shopping-cartitem table tr:nth-child(2n), .page-cart .shopping-cartitem table.cartitem-table th {
	background: transparent;
}
.check-out-total *, .shopping-cart-total * {
	font-size: 16px;
	text-transform: capitalize;
}
.shopping-cartitem .remove-cartitem {
	background: url(/template/bbca02b2/images/close-icone.png) no-repeat center center;
}
.check-out-total > .price-row:last-child .label, .check-out-total > .price-row:last-child  .price {
	font-weight: 700;
}
.page-checkout .cartitem-btn-wrapper.top {
	margin-bottom: 0px;
}


/* Checkout Page options
---------------------
link:/shop/checkout(before  login)
---------------------
*/
.checkout-page-options {
	margin: 0 auto;
	padding: 0;
	max-width: 1400px;
}
.checkout-page-options .item-head {
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	text-align: center;
	background: none;
	display: none;
}
.checkout-page-options > h1 {
	font-size: 36px;
	font-weight: 700;
	display: none;
}
.checkout-page-options .content-wrapper {
	padding: 0px;
	border: 0;
	box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}
.checkout-page-options .new-customer {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 60px;
}
.checkout-page-options .new-customer h1 {
	font-size: 26px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
.checkout-page-options .new-customer .option {
	font-size: 16px;
}
.checkout-page-options .new-customer p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 5px;
}
.checkout-page-options .new-customer .checkout-option {
	margin-top: 25px;
}
.checkout-page-options .registered-customer {
	border-left: 0;
	display: inline-block;
	width: calc(50% - 9px);
	padding: 60px;
	position: relative
}
.checkout-page-options .registered-customer:before {
	position: absolute;
	content: "";
	left: -12px;
	top: 50%;
	width: 5px ;
	height: 78%;
	background: #f7f7f7;
	transform: translateY(-50%)
}
.checkout-page-options .registered-customer p {
	font-size: 16px;
	font-weight: normal;
}

.checkout-page-options .registered-customer > h1 {
	font-size: 26px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 17px;
}
.checkout-page-options .registered-customer .form-row {
	margin-bottom: 15px;
}
.checkout-page-options .registered-customer .form-row.lost-password-row {
	padding-left: 0;
}
.checkout-page-options .registered-customer .valid-verify-form {
	margin-top: 20px;
}
.checkout-page-options .registered-customer .form-row label {
	line-height: 20px;
	width: 100%;
}
.checkout-page-options .registered-customer input[type="text"], .checkout-page-options .registered-customer input[type="password"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	float: none;
	margin-bottom: 0;
}
.checkout-page-options .registered-customer button.login-submit {
	width: 100%;
	margin-top: 5px;
	float: none;
	max-width: 70%;
	background: #007aff;
	color: #fff;
	letter-spacing: 1px;
}
.checkout-page-options .registered-customer button.login-submit:hover {
	background: #2c8ef9;
	border: 2px solid  #2c8ef9;
}
.checkout-page-options .registered-customer button.login-submit[disabled]{
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
}

/* after login> */
.checkout-page .address-view .address {
	border: 0 !important;
	background-color: rgba(147, 156, 121, 0.1);
}
.checkout-page .section .step-continue-button {
	margin-top: 10px;
	padding: 10px 20px;
	width: 100%;
	max-width: 100%;
}
.checkout-page input[type="checkbox"], .checkout-page input[type="radio"] {
	opacity: 0 !important;
}
.checkout-page .address-edit-from-wrap .button.cancel-button {
	margin-right: 15px;
	color: #007aff;
	background-color: transparent;
	border-color: #007aff;
	width: auto;
	min-width: 170px;
}
.checkout-page .address-edit-from-wrap .button.cancel-button:hover, .checkout-page .confirm-order-btn-row .confirm-order-button:hover {
	background-color: #007aff;
	color: #ffffff;
	border: 2px solid #007aff;
}
.checkout-page .address-edit-from-wrap input[type="submit"].submit-button {
	font-size: 18px;
}
.checkout-page .address-view .address {
	background-color: #eee;
	padding: 20px;
	font-size: 16px;
	line-height: 22px;
}
.checkout-page .address-edit-from-wrap input[type="submit"].submit-button:hover {
	background: #2c8ef9;
	color: #fff;
	border-color: #2c8ef9;
}
.checkout-page .section .checkout-page {
	margin: 15px auto 30px;
}
.checkout-page .message-block.error-message, .checkout-page .message-block.error {
	letter-spacing: 0;
	padding: 0 5px;
	margin-bottom: 20px;
}
.checkout-page-options .registered-customer p.register {
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	color: #007aff;
}
.checkout-page-options .registered-customer p {
	padding-bottom: 0;
}
.checkout-page-options .registered-customer .form-row.lost-password-row a:hover {
	color: #007aff;
	/*border: 2px solid #007aff;*/
}

.checkout-page .section>.header .title::before {
	content: "";
	width: 34px;
	height: 28px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0px;
}

.checkout-page .section.address>.header .title::before {
	background: url('/template/bbca02b2/images/bns-info.png') no-repeat center;
	background-position: 3px 1px;
	top: -4px;
}

.checkout-page .section.address.loaded>.header .title::before {
	background-position: -28px 1px;
}

.checkout-page .section.shipping>.header .title::before {
	background: url('/template/bbca02b2/images/oc.png') no-repeat center;
	background-position:4px -4px;
}

.checkout-page .section.shipping.loaded>.header .title::before {
	background-position: -28px -3px;
}

.checkout-page .section.confirm>.header .title::before {
	background: url('/template/bbca02b2/images/snh.png') no-repeat center;
	background-position: 4px -3px;
}

.checkout-page .section.confirm.loaded>.header .title::before {
	background-position: -28px -3px;
}
.checkout-page .section.custom  >.header .title::before {
	background: url('/template/bbca02b2/images/dp.png') no-repeat center;
	background-position: 1px 1px;
}
.checkout-page .section.custom .loaded>.header .title::before {
	background-position: -28px -2px;
}
.checkout-page .section .header .icon {
	display: none;
}
/* Checkout Page
---------------------
link: /shop/checkout
---------------------
*/
.checkout-page {
	max-width: 960px;
	margin: 0 auto;
}
.checkout-page .toolbar-btn:hover {
	background-color:  #007aff;
	border-color:  #007aff;
}
.checkout-page .page-heading {
	font-size: 36px;
	display: none;
}
.checkout-page .content-wrapper > .section {
	border: 0;
	color: #000;
	height: auto;
	line-height: 27px;
	margin-bottom: 15px;
	position: relative;
	background: #fff;
	padding: 30px 50px;
	box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}
.checkout-page .section.loaded {
	border: 0;
	background: #fff;
	padding:50px;
}

.checkout-page .section.loaded .body {
	padding: 0;
}
.checkout-page .body .header .title {
	padding-top: 0 !important;
	padding-left: 0 !important;
	text-transform: capitalize !important;
	letter-spacing: 1px !important;
	font-weight: 500;
}
.checkout-page .section .header .title {
	font-size:22px;
	color: #000;
	font-weight: 600;
	padding-left: 48px;
	line-height: 22px;
	position: relative;
}
.checkout-page .section.loaded .header .title {
	color: #0065cb;
}
.checkout-page .section .header .icon {
	display: none;
}
.checkout-page .address-view .address {
	border: 1px solid rgba(227, 226, 226, 0.3) !important;
	background: rgba(227, 226, 226, 0.3) !important;
	margin-top: 20px;
}
.checkout-page .section .section.delivery-types {
	margin-top: 0;
	margin-bottom: 0;
	border:0;
}
.checkout-page .section .section.delivery-types > .form-row {
	margin-bottom: 10px;
}
.checkout-page .payment-option .body {
	background-color: #e6eae9;
}
.checkout-page .payment-option .body .code-submit-form button {
	line-height: 16px;
}
.section.delivery-types {
	background: #fff;
}
.checkout-page .address-edit-from-wrap > .header {
	margin-bottom: 15px;
}
.checkout-page .delivery-types .different-shipping {
	margin-left: 0;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}
.checkout-page .section .step-continue-button {
	margin-top: 20px;
	padding: 12px 20px;
	width: 100%;
	background-color: transparent;
	border: 2px solid #007aff;
	color: #007aff;
}
.checkout-page .section .step-continue-button:hover {
	color: #fff;
	background: #007aff;
	border: 2px solid #007aff;
}
.checkout-page .address-view > .header {
	margin-bottom: 7px;
}
.checkout-page .body .header .title {
	padding-top: 0 !important;
	padding-left: 0 !important;
	text-transform: capitalize !important;
	letter-spacing: 1px !important;
	font-weight: 700;
	font-size: 18px;
	color: #000 !important;
}
.checkout-page .toolbar-btn {
	text-transform: uppercase;
	padding: 10px 25px;
	font-size: 15px;
}
.checkout-page .confirm-order-btn-row .confirm-order-button {
	padding: 10px 20px;
	font-size: 16px;
	width: 100%;
	max-width: 100%;
	font-weight: 600;
	background-color: transparent;
	border: 2px solid #007aff;
	color: #007aff;
}
.checkout-page .address-edit-from-wrap .form-row label {
	color: #000;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
}
.checkout-page .address-edit-from-wrap form {
	background-color: transparent;
	padding: 0;
}

.check-out-total > .price-row {
	padding-top: 0;
	padding-bottom: 0;
}
.confirm-step-form .left-panel {
	width: 50%;
	background: #fff;
	padding: 40px;
	margin: 53px 0 0 0;
	padding-left: 15px;
}
.confirm-step-form .cart-item .details .price {
	padding: 0;
}
.confirm-step-form .right-panel {
	padding: 0 0 0 30px;
	background-color: #ffffff;
	width: 50%;
}
.checkout-page .section.confirm form > div + div span strong {
	font-size: 15px;
	vertical-align: top;
}
.confirm-step-form .left-panel > .header .title {
	padding-top: 0 !important;
	padding-left: 0 !important;
	text-transform: capitalize !important;
	letter-spacing: 1px !important;
	font-weight: 700;
}
.checkout-page .payment-option > .header {
	border-top: 0;
	text-transform: uppercase;
}
.checkout-page .payment-options {
	border-bottom: 0;
}
.confirm-step-form .cart-item .details {
	padding-left: 15px;
}
.payment-gateway {
	padding-top: 20px;
	margin-bottom: 40px;
}
.payment-gateway .payment-method {
	border: 2px solid #9d9d9d;
	width: 100%;
	max-width: 300px;
}
.cartitem-table .total-price-column {
	min-width: 106px;
	width: 106px;
}
.check-out-total > .price-row .price {
	font-weight: 500;
}
.check-out-total > .price-row .label, .check-out-total > .price-row .price {
	font-family: 'Poppins', sans-serif;
	padding: 5px 0;
}
.check-out-total .total-order .price {
	font-size: 16px;
}
table.cartitem-table {
	border: 0;
}
table.cartitem-table th {
	background: transparent;
	border-bottom: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
}
table.cartitem-table td {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #f7f7f7;
}
.checkout-page .section.loaded .body table.cartitem-table th:last-child,
.checkout-page .section.loaded .body table.cartitem-table td:last-child{
	text-align: right;
}
.checkout-page .section.loaded .body table.cartitem-table th:first-child,
.checkout-page .section.loaded .body table.cartitem-table td:first-child{
	text-align: left;
	width: 45%
}
/* Custon Chec and radio box */

input[type="radio"]+label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-right: 15px;
	font-size: 13px;
}

input[type="radio"] + label::before {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	margin-right: 14px;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #007AFF;
	background-color: #fff;
	border-radius: 50%;
}

input[type="radio"] {
	opacity: 0 !important;
	*display: inline;
}
input[type="radio"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #007AFF;
}

input[type="checkbox"]+label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-right: 15px;
	font-size: 13px;
}

input[type="checkbox"]+label:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 14px;
	position: absolute;
	top: -3px;
	left: 0;
	border: 1px solid #aaa;
	background-color: #fff;
	border-radius: 5px;
}

input[type="checkbox"]:checked+label:after {
	content: "âœ”";
	font-size: 20px;
	line-height: 20px;
	color: #b7b7b7;
	display: block;
	position: absolute;
	top: 0;
	left: 4px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
}
.checkout-page-options .new-customer .option label {
	padding-left: 38px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	vertical-align: middle;
	line-height: 22px;
}
.checkout-page-options .new-customer .option {
	margin-left: -16px;
}
/* Login Page*/
.login-form {
	width: 100%;
	max-width: 580px;
	border: 1px solid #efefef;
	background: #fff;
	margin: 0 auto;
	padding: 60px;
	box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}
button.login-button {
	width: 100%;
	max-width: 100%;
}
.login-form .lost-password a {
	color: #007aff;
	margin-top: 15px;
	display: inline-block;
	font-weight: 500;
}
.login-form .lost-password a:hover {
	color: #00b6ff;
}
.login-form span.title {
	display: none;
}
.login-form .account-register a {
	color: #007aff;
}
.login-form .account-register a:hover {
	color: #00b6ff;
}
.login-form .errorlist.after {
	bottom: -17px;
}
.login-form input[type="password"], .login-form input[type="text"] {
	width: 100%;
	background-color: transparent;
	margin-bottom: 3px;
}
.login-form .submit-row {
	margin: 0px 0 0;
	float: none;
	display: block;
	padding-top: 15px;
}
.login-form .remember {
	margin: 22px 0 12px;
	width: 230px;
}
.form-row.remember input {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}
.page-login .login-form .form-row {
	margin-top: 15px;
	position: relative;
}
.message-block.error-message, .message-block.error {
	background-color: #fee;
	border: 0 solid #fcd2d2;
	color: #f00;
	margin: 0;
	font-size: 12px;
}
.message-block.info-message, .message-block.success {
	background-color: #d5f4d5;
	border: 0 solid #c2e7c2;
	color: #008000;
	margin: 0;
	font-size: 12px;
}
.widget-newsletter .message-block {
	max-width: 358px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index:1;
	left: 20px;
}
.widget-newsletter .errorlist.after {
	bottom: 0;
}

.newsletter.unsubscribe {
	text-align: center;
	margin: 0 0 20px 0;
}

.newsletter.unsubscribe {
	text-align: center;
	max-width: 600px;
	margin: 100px auto;
	position: relative;
	padding: 60px;
	border: 1px solid #efefef;
	border: 1px solid #efefef;
	box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}
.newsletter.unsubscribe .form-row.mandatory label {
	width: 100%;
	text-transform: capitalize;
	font-weight: normal;
	color: #000;
	font-size: 16px;
}

.subscription-list-success .title {
	background-color: #007aff;
	padding: 10px;
	text-align: center;
	margin: 0;
}
.subscription-list-success .help {
	text-align: center;
}
.subscription-list-success .help .link {
	color: #007aff;
	margin-right: 5px;
}
.subscription-list-success .help .link:hover {
	color: #00d4ff;
}
.page-newsletter-subscription .subscription-list-success .message-block {
	margin: 10px;
}
.page-newsletter-subscription .subscription-list-success {
	border: 1px solid #007aff;
	margin:90px auto;
}
.newsletter.unsubscribe .form-row button::after {
	content: url(/template/bbca02b2/images/white-icon.png);
	vertical-align: middle;
	margin-left: 8px;
}
.discount-coupon-code-form .errorlist.after .message-block {
	margin-left: 0px;
	font-size: 11px;
}
.subscription-list-success .messess-text {
	background-position-y: 50px;
}
.page-newsletter-subscription .form-row textarea{
	position:relative;
}
.page-newsletter-subscription .form-row textarea{
	width:100%;
}
.page-newsletter-subscription .form-row.button-container button.newsletter-unsubscription {
	margin-top: 0px;
	width: 100%;
	max-width: 100%;
}
.newsletter.unsubscribe .form-row .errorlist.after {
	bottom: -13px;
}
.newsletter.unsubscribe .form-row {
	position: relative;
}
/* Forget Password */
.password-reset-form {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	border: 1px solid #efefef;
	background: #fff;
	box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
	max-width: 600px;
	padding:70px 80px;
	text-align: left;
}
.password-reset-form .title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #000;
}
.password-reset-form .form-row {
	display: block;
}
.password-reset-form .form-row input {
	width: 100%;
}
.password-reset-form .form-row label {
	text-align: left;
	margin-bottom: 5px;
}
.password-reset-form .form-row.submit-row button {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	margin: 0;
	margin-top: 0px;
	width: 100%;
	position: relative;
	margin-top: 15px;
	max-width: 100%;
}
.password-reset-form .lost-password-text {
	padding: 0 0 5px 0;
	color: #000;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 20px;
}
.password-reset-form .errorlist.after {
	top: auto;
	left: auto;
	position: relative;
	width: 100%;
	bottom: auto;
}
.password-reset-form .errorlist.after .message-block {
	text-align: left;
}
.customer-new-password {
	max-width: 600px;
	border: 1px solid #efefef;
	background: #fff;
	margin: 0 auto;
	padding: 70px 80px;
	text-align: left;
}
.customer-new-password .title {
	text-align: left;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
}
.customer-new-password .form-row input {
	display: block;
	width: 100%;
	margin-bottom:0;
	margin-top:0
}

.customer-new-password .form-row.submit-row{
	text-align:center;
	margin-top: 30px;
}
.customer-new-password .form-row label {
	width: 100%;
	margin-top:10px;
}
.customer-new-password .form-row.submit-row label {
	display: none;
}
/* Customer Registration
------------------------------
link: /customer/register
------------------------------
*/
.registration-form {
	margin: 0 auto;
	max-width: 900px;
	padding: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 55px 45px;
	border: 0;
	background: #fff;
	box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}
.registration-form .title {
	text-align: center;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.registration-form .simpleCaptcha-container {
	padding: 5px 15px 5px;
}
.registration-form > .form-row:not(.submit-row) {
	width: 50%;
	float: left;
	padding: 4px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.registration-form .form-row.submit-row {
	padding: 0 15px;
	margin-top: 15px;
}
.registration-form .form-row .suggestion {
	right: 15px;
}
.registration-form .form-row.submit-row label {
	display: none;
}
.registration-form .form-row.submit-row button {
	width: 100%;
	max-width: 100%;
	margin-top:30px;
}
.registration-form input {
	width: 100%;
}
.registration-form select {
	width: 100%;
	background-color: #fff;
}
.registration-form input.radio:nth-of-type(2) {
	margin-left: 15px;
}
.registration-form .errorlist.after {
	position: absolute;
}
.password-meter-wrap {
	position: absolute;
	top: 5px;
	right: 17px;
}
.password-meter-wrap .password-description {
	font-size: 13px;
	width: 43px;
}

.password-meter-wrap .weak {
	width: 70px;
	background: #cf6100;
	height: 5px;
	float: right;
	margin-top: -14px;
}
.password-meter-wrap .password-description {
	font-size: 13px;
	width: 99px;
	line-height: 10px;
	margin-top: 12px;
}
.password-meter-wrap .password-strength-bar {
	display: block;
	float: left;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	height: 8px;
}
/********End Password**********/







/* Product PopUp */
.add-to-cart-popup.popup, .wish-list-popup.add-to-wishlist-popup.popup, .add-to-compare-popup.popup, .add-cart-information-popup.popup, .add-to-gift-registry-popup.popup {
	max-width: 806px;
	width: 100% !important;
	min-width: 180px;
}

/* Strepper CSS */
.stepper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 110px;
}
.stepper .stepper-arrow {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: 0 solid #000000 !important;
	border-radius: 0 !important;
	height: 40px;
	position: relative;
	right: 0;
	width: 30px;
	z-index: 0;
}
.image-popup-container.popup {
	background: transparent;
}
.stepper .stepper-input {
	box-sizing: border-box;
	font-size: 15px;
	height: 40px;
	padding: 5px;
	text-align: center;
	width: 75px;
	z-index: 0;
	vertical-align: middle;
	line-height: 40px;
}
.stepper .stepper-input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}
.stepper .stepper-arrow.up {
	order: 3;
	font-size: 0;
	right: -5px;
	left: auto;
}
.stepper .stepper-arrow.up::before {
	position: absolute;
	content: url(/template/bbca02b2/images/plus-icon.png);
	height: 100%;
	width: 100%;
	top: 0;
	text-indent: 0;
	font-size: 0;
	left: -5px;
	line-height: 50px;
	text-align: center;
}
.stepper .stepper-arrow.down::before {
	position: absolute;
	content: url(/template/bbca02b2/images/minus-icon.png);
	height: 100%;
	width: 100%;
	top: 0;
	text-indent: 0;
	font-size: 0;
	left: 0;
	line-height: 43px;
	text-align: center;
}
.stepper .stepper-arrow.down {
	order: 1;
	position: relative;
	font-size: 0;
	left: 0px;
	right: auto;
}
.stepper .stepper-input {
	order: 2;
	font-size: 17px;
}
.stepper .stepper-arrow.up::after, .stepper .stepper-arrow.down::after {
	display: none;
}
.stepper .stepper-arrow.up {
	background: url(/template/bbca02b2/images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	border-radius: 0;
	/* opacity: 0.6; */
}
.stepper .stepper-arrow.down {
	background: url(/template/bbca02b2/images/minus-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	/* opacity: 0.6; */
}
.product-widget.widget-addCart .stepper {
	width: 132px;
	padding: 5px 10px;
	border-radius: 30px;
	background: #EEEFE9;
}
.product-widget.widget-addCart .stepper:hover .stepper-input {
	background-color: #eeefe9;
}
.product-widget.widget-addCart .stepper input {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-align: center;
	border-radius: 0;
}
.page-product .stepper .stepper-arrow.up {
	right: -5px;
}
.page-product .stepper .stepper-arrow.down {
	left: 0px;
}
.page-cart .quantity .stepper {
	float: none;
	margin: 0 0 0 auto;
	padding: 0 0 5px 0;
	width: auto;
}
.page-cart .quantity .stepper .stepper-input {
	/* height: 32px; */
	/* width: 30px; */
	/* color: #333; */
	border: none;
}
.page-cart tr.total-order td.total-label, .page-cart tr.total-order td.price {
	font-weight: 700;
}
.add-to-compare-popup table .product-description {
	padding: 5px 0;
	font-size: 15px;
	line-height: 25px;
}
.page-cart .quantity .stepper .stepper-arrow {
	width: 27px !important;
	right: -5px;
}
.page-cart .quantity .stepper .stepper-arrow.down {
	left: 0;
}

.popup .button-line, .popup .footer {
	background-color: #f2f2f2;
	border-top: 0;
	padding:30px 40px 20px;
	text-align: right;
	position: relative;
}
.add-to-cart-popup .cart-summary-header, .add-cart-information-popup .cart-summary-header {
	float: left;
	font-size: 18px;
	padding-right: 10px;
	text-align: left;
	max-width: 55%;
	width: 100%;
	font-weight: 600;
	padding-bottom: 8px;
}
.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
	color: #444;
	float: left;
	padding-top: 2px;
	text-align: left;
	margin-bottom: 20px;
	max-width: 55%;
	width: 100%;
}
.button-item {
	position: relative;
	margin-right: 0;
	margin-left: auto;
	max-width: 40%;
	width: 100%;
}

.popup .header {
	border-bottom: 0;
	color: #393939;
	font-size: 17px;
	padding: 30px 40px 30px;
	background-color: #fff;
	border-bottom:3px solid #f4f4f4;
}
.add-to-cart-popup .status-bar-product-name, .add-cart-information-popup .status-bar-product-name, .popup .header span.title {
	font-size: 20px;
	font-weight: bold;
	display: block;
}

.product-view.image-view .content {
	overflow: hidden;
}
.product-view.image-view, .product-view.scrollable-view {
	width: calc($product-block-width - 4px);
}
.add-to-cart-popup .short-info > div, .add-cart-information-popup .short-info > div {
	padding-bottom: 10px;
}
.popup div.quantity, .popup div.item {
	padding: 7px 0 7px;
}
.add-to-cart-popup td .prodict-name {
	font-size: 19px;
	font-weight: 600;
}
.popup .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.popup .item > span {
	margin: 0;
	margin-right: 10px;
}
.popup .stepper {
	margin-bottom: 0;
}
.popup.add-cart-information-popup .variation-container {
	text-align: center;
}

.popup.add-cart-information-popup .close-btn.button {
	color: #007FFF;
	background-color: transparent;
	border: 2px solid #007FFF;
}
.popup.add-cart-information-popup .close-btn.button:focus, .popup.add-cart-information-popup .close-btn.button.focus {
	color: #fff;
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
}
.popup.add-cart-information-popup span.add-to-cart-button{
	border: 2px solid #007FFF;
	color: #fff;
	background-color: #007FFF;
}
.popup.add-cart-information-popup span.add-to-cart-button:hover, .popup.add-cart-information-popup .close-btn.button:hover {
	color: #fff;
	background-color: #00b6ff;
	border: 2px solid #00b6ff;
}
.popup.add-cart-information-popup td.product-img, .add-to-cart-popup td.product-img {
	width: 180px;
	text-align: center;
}
.popup.add-cart-information-popup td, .add-to-cart-popup td {
	border: none;
}
.popup.add-cart-information-popup h4.title {
	display: none;
}

.site-popup .title-bar .close, .confirm-popup .header-line .close, .confirm-popup .title-bar .close, .popup .close-popup.close-icon {
	background: url("/template/bbca02b2/images/close.png") no-repeat center top;
	background-size: auto;
	background-size: 18px;
}
.popup .close-icon {
	top: 35px;
	right: 25px;
}

.popup .close-icon::after {
	display: none;
}

.popup .body {
	background-color: #FFFFFF;
	padding: 20px 30px;
}
.add-to-cart-popup.popup .body {
	padding: 30px 40px;
}
.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
	font-size: 18px;
}
.add-to-cart-popup.popup.anim-fade-zoom.active .stepper {
	margin-right: 0;
	margin-left: 15px;
	border: 1px solid #f0f0f0;
	padding: 7px 10px;
	border-radius: 0;
	width: 160px;
}
.add-to-cart-popup table, .add-cart-information-popup table {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
}
.popup.add-cart-information-popup .product-uom-select, .add-cart-information-popup.popup .body input.product-uom-select {
	margin-left: 20px;
	width: auto;
	min-width: 200px;
}
.add-cart-information-popup.popup .body input.product-uom-select {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-left: 0;
	display: inline-block;
}
.popup.add-cart-information-popup .button-item {
    max-width: inherit;
    display: flex;
    width: 100%;
    justify-content: center;
}
.popup.add-cart-information-popup .button-item .button {
    width: 245px;
    max-width: inherit;
    margin: 0 3px;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart, .popup .close-btn.button, .popup span.add-to-cart-button {
	margin-bottom: 10px;
}
.add-to-cart-popup .short-info > div.current-price {
	font-size: 18px;
	padding-top: 10px;
	font-weight: 600;
}
.add-to-cart-popup .short-info > div.current-price > span:first-child {
	font-weight: normal;
	margin-right: 5px;
	letter-spacing: 1px;
}
.confirm-popup.popup .button-line .no-button, .quick-cart-content .cart-details-link .view-cart.button, .popup .continue-shopping-btn, .cartitem-btn-wrapper .continue-shopping-btn, .cartitem-btn-wrapper.top .empty-cartitem-btn, .review-form .btn-row .cancel {
	color: #007aff;
	background-color: transparent;
	border: 2px solid #007aff;
}
.confirm-popup.popup .button-line .no-button:hover, .review-form .btn-row .cancel:hover, .quick-cart-content .cart-details-link .view-cart.button:hover, .popup .continue-shopping-btn:hover, .cartitem-btn-wrapper .continue-shopping-btn:hover, .cartitem-btn-wrapper.top .empty-cartitem-btn:hover {
	color: #fff;
	background-color: #007aff;
	border: 2px solid #007aff;
}
.chosen-container-single .chosen-single {
	height: 40px;
	padding: 7px 12px;
}
.popup  .variation-dropdown-container {
	max-width: 330px;
	margin: 0 auto;
}
.popup  .chosen-container-single {
	width: 100%;
}
.popup .variation-container .variation-type, .popup .variation-container .variation-type label.type-label {
	font-weight: normal;
	text-align: left;
	margin-left: 5px;
}
.popup .chosen-container-single .chosen-single div b {
	top: 7px;
}



.popup.add-cart-information-popup span.add-to-cart-button::before {
	background: url(/template/bbca02b2/images/button-icon-white.png) no-repeat;
}
.popup.add-cart-information-popup span.add-to-cart-button:hover::before {
	background-position-y: -22px;
}
.cartitem-btn-wrapper {
	text-align: right;
}
.cartitem-btn-wrapper .button {
	float: none;
}
.site-popup .title-bar .close, .confirm-popup .header-line .close, .confirm-popup .title-bar .close {
	top: 21px;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart, .cartitem-btn-wrapper  .checkout-btn.cartitem-btn {
	background: #007aff;
	color: #fff;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart:hover, .cartitem-btn-wrapper  .checkout-btn.cartitem-btn:hover {
	background: #2c8ef9;
	border: 2px solid #2c8ef9;
}
/*********end popup************/


/*Start Search Page*/
.entire-search .search-result > .title {
	text-align: left;
	border-top: 0;
	border-bottom: 0;
	font-weight: 400;
	font-size: 22px;
}
.entire-search .total-result {
	font-weight: 400;
	color: #007FFF;
	text-align: center;
	font-size: 16px;
	line-height: 18px
}
.search-result.products .pagination span.prev:before {
	top: -7px;
}
.search-result.products .pagination span.next:before {
	top: -7px;
}
.entire-search .search-results .search-result {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.search-results .page {
	margin-bottom: 12px;
}
.entire-search .search-result.pages .title.page {
	padding:30px 0 10px;
	border-bottom: 1px solid #f0f3ed;
}
.entire-search .search-results .page a {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}
.entire-search .search-results .page .title {
	margin-right: 14px;
	font-size: 17px;
	font-weight: 600;
}
.entire-search h2 {
	font-size: 28px;
	padding-bottom:15px;
	color: #000;
	text-align: center;
	margin: 0;
}
.entire-search .search-results .search-result .title.product {
	font-size: 24px;
	color: #333;
	margin: 0 auto -72px;
	padding: 10px;
}
.search-results {
	padding-top: 50px;
}

.page-search-result .page-content .footer, .page-result-footer {
	background: none;
	border-top: 1px solid rgba(112,112,112,0.10);
	padding-top: 0;
	text-align: left;
	clear: both;
	padding: 10px 0 50px;
	margin-top: 40px;
}
.entire-search .search-results .page a:hover {
	color:  #007FFF;
}
.search-results .page .page-read-more {
	color: #007FFF;
}
.search-results .page .page-read-more:hover {
	color: #187DC1;
	text-decoration: underline;
}
.search-results .page .summary {
	color: rgba(0, 0, 0, 0.77);
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}
.entire-search .search-results .page a:hover {
	color: #0098FF;
	text-decoration:none;
}
.entire-search .search-results .page a.page-read-more:hover {
	color: #0098FF;
	text-decoration: underline;
}

/*End Search Page*/



/***********Sidebar************/
.widget.widget-navigation.categories-list {
	padding: 0;
	margin-right: 50px;
	margin-bottom: 36px;
	margin-top: 15px;
}
.categories-list > .widget-title {
	font-size: 25px;
	padding: 5px 0 10px;
	color: #1C1C1C;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	font-weight: 600;
	border-bottom: 1px solid;
}
.categories-list span.child-opener {
	width: 0;
	height: 0;
	position: absolute;
	right: 20px;
	top: 0;
	cursor: pointer;
	font-family: 'FontAwesome';
	font-size: 0;
}
.categories-list .navigation-item {
	position: relative;
}
.categories-list .navigation-item a {
	position: relative;
	padding: 15px 0px;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: -0.3px;
	text-align: left;
	border:0;
}
.categories-list .navigation-item .navigation-item a{
	padding: 13px 20px;
	padding-left: 5px;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.active > .navigation-item-child-container a{
	padding:15px 20px;
	padding-left: 20px;
}
.categories-list .navigation-item.active > a, .categories-list .vertical .navigation-item.active  .navigation-item:hover a {
	color: #007aff;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item a{
	color: #242424;
	font-size:16px;
	padding: 10px 0;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item a:hover{
	color: #007aff;
}
.categories-list span.child-opener::after {
	content: "\f107";
	text-align: center;
	width: 100%;
	position: absolute;
	line-height: 43px;
	height: 100%;
	font-size: 28px;
	color: rgb(83, 83, 83);
	top: 3px;
}
.categories-list .navigation-item.active > span.child-opener::after {
	content: "\f106";
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container {
	margin: 0 0 8px 10px;
	display: block;
	padding: 0 0 0 10px;
}

.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.has-child .navigation-item a {
	border: 0;
}
.widget.widget-navigation.categories-list .navigation-item {
	padding: 0;
}
.widget.widget-navigation.categories-list .navigation-item:last-child {
	border-bottom: 0;
}
.widget.widget-navigation.categories-list .navigation-item .navigation-item-child-container::before {
	display: none;
}
.categories-list .navigation-item:last-child a {
	border: 0;
}
.categories-list .navigation-item .navigation-item-child-container .navigation-item:last-child a {
	/* border-bottom: 1px solid rgb(242, 242, 242);
border-top: 1px solid rgb(242, 242, 242);*/
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container a {
	color: #424242;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.active a, .categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item >  .navigation-item-child-container .navigation-item.active a {
	color: #007aff;
}
.category .category-name {
	margin-top: 30px;
}
/*End Sidebar*/


/*Start: Product friend mail */
.tell-friend.tell_friend_popup.popup.anim-fade-zoom.active {
	padding-top: 0;
	max-width: 334px;
	width: 100% !important;
}
.tell-friend.tell_friend_popup.popup.anim-fade-zoom.active .header {
	font-size: 18px;
}
form.tell-friend-popup .body .form-row input, form.tell-friend-popup .body .form-row label, form.tell-friend-popup .body .form-row textarea {
	display: block;
	width: 100%;
	position: relative;
}
form.tell-friend-popup .body .form-row {
	padding-bottom: 5px;
	position: relative;
}
form.tell-friend-popup .popup-bottom.footer, form.tell-friend-popup .popup-bottom.footer {
	padding: 30px;
	display: flex;
	flex-flow: column-reverse;
}
form.tell-friend-popup .popup-bottom.footer .submit-button.send-email {
	max-width: 100%;
	width: 100%;
	color: #fff;
	background: #007FFF;
	border: 2px solid #007FFF;
}
form.tell-friend-popup .popup-bottom.footer .submit-button.send-email:hover {
	background: #2c8ef9;
	border: 2px solid #2c8ef9;
}
form.tell-friend-popup .popup-bottom.footer .submit-button.send-email + .form-reset.close-popup {
	width: 100%;
	margin-bottom: 12px;
	max-width: 100%;
}
form.tell-friend-popup .body .form-row .errorlist.after {
	bottom: -5px;
}
form.tell-friend-popup .button.form-reset.close-popup {
	max-width: 100%;
}
.tell-friend.tell_friend_popup.popu .popup-bottom.footer span.button.form-reset.close-popup {
	width: 100%;
	max-width: 100%;
}

/*End Product friend mail*/

/***********************************/
.time-out.popup.active {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.time-out.popup .header-line {
	order: 2;
	-webkit-order: 2;
}
.time-out.popup .body {
	order: 1;
	-webkit-order: 1;
}
.time-out.popup .header-line {
	text-align: center;
	background: #fff;
}
.time-out.popup .header-line .ok {
	background-color: #007aff;
	text-transform: capitalize;
	width: 100%;
	font-size: 16px;
	max-width: 130px;
	margin-bottom: 30px;
}
.time-out.popup .header-line .ok:hover {
	background-color: #000;
	color: #fff;
}
.time-out.popup .body {
	text-align: center;
	padding-top: 50px;
}
/**************profile************/
.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header {
	text-align: center;
	border: 2px solid #007aff;
	margin-left: -2px;
	width: auto;
	padding: 3px 15px;
}
.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header:first-child {
	margin-left: 0;
}
.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header-container.top-box {
	display: flex;
	border: 0;
	padding: 0;
	margin-bottom: -1px;
}
.bmui-tab.left-side-header .bmui-tab-header .title{
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title{
	background: #007aff;
	color: #fff;
	margin: 0;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
	background: #007aff;
	border-left: 1px solid #007aff;
}
.bmui-tab.left-side-header .bmui-tab-body-container {
	border: 1px solid #e2e2e2;
	min-height: 550px;
	overflow: hidden;
	padding: 20px;
	margin: ;
}
#customer-profile-tabs table th {
	background: #fff;
	color: #000;
	font-size: 15px;
}
#customer-profile-tabs table {
	margin-bottom: 20px
}
.bmui-tab.left-side-header .bmui-tab-body-container .store-credit-request-form .form-row textarea {
	border-radius: 0;
	padding: 5px 10px;
	height: 120px;
	border-radius: 3px;
	max-width: 600px;
	width: 100%
}

.bmui-tab.left-side-header .bmui-tab-body-container .store-credit-request-form .form-row label{
	display: block
}
#customer-profile-tabs .special-product .title {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-left: 10px;
}
#customer-profile-tabs {
	margin-bottom: 70px;
}
#customer-profile-tabs .form-row label {
	display: block;
	margin-top: 12px;
}
#customer-profile-tabs .form-row input,
#customer-profile-tabs .form-row select {
	max-width: 545px;
	width: 100%;
	margin: 0;
}
#customer-profile-tabs .form-row, #customer-profile-tabs .edit-address-form .form-row{
	height:auto;
	margin: 0;
}
#customer-profile-tabs .store-credit-request-form button.submit-button {
	margin-top: 22px;
}
#customer-profile-tabs .form-row.btn-row {
	margin-top: 20px;
}
.bmui-tab.left-side-header .bmui-tab-header {
	padding: 5px;
}
#customer-profile-tabs .welcome-profile > span {
	color: #007aff;
}
#customer-profile-tabs .welcome-profile > span:first-of-type {
	color: #007aff;
	font-weight: bold;
}
.auto-page.page-profile .popup {
	padding: 0;
}
.payment-form.site-popup-form .header-wrapper h1 {
	font-size: 16px;
	padding-bottom: 0;
	margin-top: 0;
}
.payment-form.site-popup-form .form-row, .payment-form.site-popup-form .double-input-row {
	position: relative;
	margin-top: 15px;
}
.payment-form.site-popup-form .form-row label, .payment-form.site-popup-form .form-row input, .payment-form.site-popup-form .double-input-row label {
	display: block;
	width: 100%;
}
.payment-form.site-popup-form .double-input-row.mandatory {
	display: flex;
	flex-wrap: wrap;
}
.payment-form.site-popup-form .double-input-row .mandatory.mandatory-chosen-wrapper {
	width: 48%;
}
.payment-form.site-popup-form .double-input-row .mandatory.mandatory-chosen-wrapper select {
	width: 100%;
	padding: 3px 10px;
	border-color: #bbb;
	height: 50px;
	border-width: 2px;
	border-radius: 0;
}
.payment-form.site-popup-form .double-input-row.mandatory span.form-type-info {
	width: 4%;
	text-align: center;
	display: inline-block;
	padding: 12px 0;
}
.auto-page.page-profile .popup .button-line {
	/* margin: 0 auto 30px; */
	padding: 30px;
}
.auto-page.page-profile .popup .content {
	padding: 15px 30px 20px;
}
.site-popup .title-bar, .confirm-popup .header-line, .confirm-popup .title-bar {
	background-color: #f1f1f1;
	font-size: 18px;
	padding: 20px 40px 20px 30px;
	color: #000;
}
#customer-profile-tabs .button.create-wish-list {
	margin-top: 15px;
}
.payment-form.site-popup-form .form-row .errorlist.after, .payment-form.site-popup-form .double-input-row .errorlist.after {
	left: 0;
	bottom: -14px;
}
.payment-form.site-popup-form .double-input-row.mandatory > label  span.form-type-info{
	padding:0;
	width: auto;
}
.auto-page.page-profile .popup .button-line button {
	max-width: 211px;
	text-align: center;
}
#customer-profile-tabs .button.profileLogout {
	max-width: 150px;
	margin-bottom: 10px;
}
#customer-profile-tabs .button.profileLogout:hover a {
	color: #ffffff;
}
.wish-list-popup.add-to-wishlist-popup.popup .status-message {
	font-size: 28px;
}
.wish-list-popup.add-to-wishlist-popup.popup input[type="text"], .wish-list-popup.add-to-wishlist-popup.popup select {
	width: 100%

}

.wish-list-popup.add-to-wishlist-popup.popup  .body{
	max-width: 530px;
	width: 100%;
	margin: 0 auto
}
.save-cart.save-cart-init-form.popup {
	max-width:550px;
	width: 100%;
	padding: 30px 50px;
}
.save-cart.save-cart-init-form.popup .header .status-message {
	font-size: 24px;
	font-weight: 500;
}
.save-cart.save-cart-init-form.popup .body label, .save-cart.save-cart-init-form.popup .body input {
	display: block;
	width: 100%;
}
.save-cart.save-cart-init-form.popup .body {
	display: block;
	width: 100%;
	padding:0;
}
#customer-profile-tabs #saved-cart-details .form-row {
	height: auto;
	margin: 0 0 15px;
}
#customer-profile-tabs #saved-cart-details .form-row.btn-row > button.submit-button {
	margin-right: 10px;
}
#customer-profile-tabs th:last-child, #customer-profile-tabs td:last-child {
	padding-right: 0;
	text-align: right;
	width:100px;
	letter-spacing:-0.5px;
}
span.title {
    font-size: 25px;
}
#customer-profile-tabs th {
	color: #36454F;
	font-size: 14px;
	font-weight: 500; 
}
#customer-profile-tabs th:first-child, #customer-profile-tabs td:first-child {
	padding-left: 0;
	width: 350px;
}
#customer-profile-tabs td:first-child img {
	width: 50px;
	height: 50px;
}
#customer-profile-tabs td:first-child .details {
	white-space: normal;
}
.popup.confirm-popup .body {
	text-align: center;
	padding-top: 0;
}
.pending_order img.product-thumb-image, .completed_order img.product-thumb-image {
	display: none;
}
#customer-profile-tabs .scrollable-view {
	margin-top: 0;
}
#bmui-tab-account_information .account-short-details {
	font-weight: 500;
	color: #36454F;
}
#bmui-tab-account_information .account_information .name {
	font-size: 16px;
	font-weight: 700;
	color: #36454F;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#customer-profile-tabs .button-line {
	margin-top: 20px;
	text-transform: uppercase;
}
#customer-profile-tabs .bmui-tab-body-container h1 {
	color: #36454F;
	font-size: 16px;
	font-weight: 700;
	padding-top: 0;
}
#customer-profile-tabs .account_information .button-line .link,
#customer-profile-tabs .account_information .button-line .link-btn {
	color: #000;
}
#customer-profile-tabs .bmui-tab-body-container .store_credit {
	color: #36454F;
}
.action-icon {
	background-image: url("/template/bbca02b2/images/action-icon.png");
	width: 16px;
}
#customer-profile-tabs .completed_order td:first-child, #customer-profile-tabs  .completed_order th:first-child{
	padding: 0;
}
#order-details .info-row label {
	color: #000;
	font-weight: normal;
}
#order-details .info-row .value {
	color: #000;
	font-weight: 600;
}
#order-details .info-row > * {
	font-size: 16px;
	font-weight: normal;
}
.auto-page.page-profile .confirm-popup.popup .body{
	padding: 40px 30px;
}
.auto-page.page-profile .confirm-popup.popup button{
	width: 180px;
}
.auto-page.page-profile .confirm-popup.popup button.no-button, .auto-page.page-profile button.cancel-button {
	background-color: transparent;
	color: #007aff;
	border: 2px solid #007aff;
}
.auto-page.page-profile .confirm-popup.popup button.no-button:hover, .auto-page.page-profile button.cancel-button:hover {
	color: #fff;
	background-color: #007aff;
}
#customer-profile-tabs .scrollable-view .header {
	border: none;
	display: none;
}
#customer-profile-tabs .form-row.btn-row button {
	max-width: 220px;
	margin-right: 10px;
}
.site-popup .title-bar .close:before, .confirm-popup .header-line .close:before {
	display: none;
}
.page-profile .floating-panel-popup.popup {
	padding: 20px;
	max-width: 190px;
	box-shadow: 1px 1px 8px 1px #cecece;
}
.page-profile .floating-panel-popup .action-item:hover {
	background-color: #007aff;
	color: #fff;
}
.page-profile .floating-panel-popup.popup .content {
	padding: 0;
}
.page-profile .comment-area .comment-row.customer .name, .page-guest-customer-order-comment .comment-row.customer .name {
	color: #000;
}
.page-profile .comment-area .comment-row .date-time, .page-guest-customer-order-comment .comment-row .date-time {
	float: unset;
	margin-right: 0;
	margin-bottom: 5px;
	display: block;
}
.page-profile .comment-area .comment-row .show-comment, .page-guest-customer-order-comment .comment-row .show-comment {
	display: block;
	overflow-x: hidden;
	word-break: break-word;
	margin-bottom: 10px;
}
.page-profile .comment-area .comment-row .date-time-row .date-time {
	font-size: 12px;
	color: #797979;
}
.page-profile .oder-comment-form textarea {
	width: 100%;
	padding: 5px 10px;
	line-height: 24px;
}
#customer-profile-tabs table th, #customer-profile-tabs table td {
	font-size: 15px;
	word-break:break-word;
}
#customer-profile-tabs table th:first-child {
	letter-spacing: -1.1px;
}
#customer-profile-tabs table tr:nth-child(2n) {
	background: #ffffff;
}
#customer-profile-tabs td:first-child .details div.refer-this.product-share {
	cursor: pointer;
	color: #007aff;
	text-transform: uppercase;
	font-size: 12px;
	background: #f5f5f5;
	max-width: 70px;
	text-align: center;
	margin-bottom: 5px;
}
#customer-profile-tabs td:first-child .details div.refer-this.product-share:hover {
	color: #fff;
	background: #007aff;
}
.page-profile .floating-panel-popup.popup .content .share-medium div {
	margin-top: 10px;
	cursor: pointer;
	opacity: 0.7;
}
.page-profile .floating-panel-popup.popup .content .share-medium div:hover {
	opacity: 1;
}
/************End Profile*****************/


/************Start Paymet Success page**************/
.page-post-payment .message-details {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.page-post-payment .custom-message.success-message {
  order: 3;
  font-size: 40px;
  margin: 0 auto 50px;
  border-radius: 50px;
}
.page-post-payment .custom-message.success-message p {
  color: #000;
  padding: 0;
  margin: 0;
  line-height: 30px;
  font-size: 22px;
}
.page-post-payment .message-details p.post-order-contact-us {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  margin: 0 auto 0px;
  order: 1;
}
.page-post-payment .message-details p.post-order-contact-us a {
	color: #007aff;
	font-weight: 500;
}
.page-post-payment .message-details p.post-order-contact-us a:hover {
	color: #00b6ff;
}
.page-post-payment .message-details p.order-info {
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	margin:10px 0 30px;
  order: 2;
}
.page-post-payment  .order-details h4 {
	display: none;
}
.page-post-payment .order-details table.cartitem-table th.product-name{
	width: 45%;
}
.page-post-payment .order-details table.cartitem-table th:last-child{
	width:10%;
}
.page-post-payment .order-details table.cartitem-table th:last-child, .page-post-payment .order-details table.cartitem-table td:last-child{
	text-align:right;
}
.page-post-payment .order-details table.cartitem-table tr:nth-child(2n) {
	background: #ffffff;
}
.page-post-payment .payment-success-total>table {
	border: 0;
}
.page-post-payment .message-details  table.cartitem-table th.price, .page-post-payment .message-details  table.cartitem-table td.price {
	text-align: right;
}
.page-post-payment .payment-success-total>table tr, .page-post-payment .payment-success-total>table td{
	border:0;
}
.page-post-payment .payment-success-total>table td:nth-child(even) {
	text-align:right;
}
.page-post-payment .payment-success-total table tr:nth-child(2n) {
	background: #ffffff;
}
/************End Paymet Success page**************/

/*****************Start Creadit Cart payment pay*******************/
.page-credit-card-payment .payment-form.securepay-payment-gateway-form.valid-verify-form {
	max-width: 1100px;
	margin: 20px auto;
	padding: 0;
	border: 0;
}
.page-credit-card-payment .credit-card-payment .billing-address{
	background-color: #2883df;
}
.page-credit-card-payment .credit-card-payment .payer-details{
	background: #f8f8f8;
	padding: 60px 80px 60px 100px;
}
.page-credit-card-payment .logo.credit-card {
	text-align: left;
	max-width: 1100px;
	margin: 0 auto;
}
.page-credit-card-payment .logo.credit-card img {
	max-width: 70px;
	max-height: 45px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-credit-card-payment .credit-card-payment .tlr input {
	background: #f8f8f8;
	border-radius: 0;
	width: 100%;
	color: #2883df;
}
.page-credit-card-payment .credit-card-payment .payer-details input[type="text"] {
	width: 100%;
	max-width: 506px;
	height: 44px;
	border: 1px solid #d2d2d2;
	border-radius: 0;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
	width: 48.5%;
}
.page-credit-card-payment .credit-card-payment .payer-details div {
	max-width: 506px;
}
.credit-card-payment .payer-details .form-row, .credit-card-payment .payer-details .double-input-row {
	margin: 0 0 25px;
}
.page-credit-card-payment form.payment-form.securepay-payment-gateway-form select {
	width: 100%;
	border-radius: 0;
	font-size: 15px;
}
.page-credit-card-payment .credit-card-payment .tlr input:hover {
	background: #007aff;
	color: #fff;
}
.page-credit-card-payment .payment-form .merchant-logo {
	max-width: 100%;
	padding-bottom: 110px;
	display: block;
	text-align: left;
	margin-top: -5px;
}
.payment-form .merchant-logo img {
	max-width: 100px;
}
.page-credit-card-payment .payment-form .merchant-info .company-name {
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.page-credit-card-payment .payment-form .merchant-info .company-address {
	font-size: 16px;
	font-weight: normal;
	color: #e5e5e5;
}
.page-credit-card-payment .payment-form .billing-address .form-row ~ .form-row{
	padding: 0;
	margin: 0;
}
.page-credit-card-payment .payment-form .billing-address .form-row input{
	padding: 0 0 20px;
	margin: 0;
	height: auto;
	border-bottom: 0;
	font-size: 16px;
	color: #cfcfcf;
}

.page-credit-card-payment .credit-card-payment h2 {
	font-size: 18px;
	font-weight: 700;
	padding: 0 0 5px;
	color: #444343;
	text-transform: uppercase;
}
.page-credit-card-payment .credit-card-payment .billing-address h2{
	color: #fff;
	margin-top: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.page-credit-card-payment .credit-card-payment .tlr input[disabled] {
	border-color: #00b6ff;
	background-color: #00b6ff;
	color: #fff;
}
.page-credit-card-payment .credit-card-payment .payer-details label {
	font-size: 14px;
	font-weight: normal;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .label {
	font-size: 17px;
	color: #000;
	position: relative;
	display: inline-table;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .currency-code {
	color: #9b9999;
}
.payment-form .merchant-info {
	margin-bottom: 30px;
}
.page-credit-card-payment .double-input-row .errorlist.after {
	left: 0;
}
.page-credit-card-payment .payment-form .billing-address label {
	display: block;
	color: #ffffff;
	font-weight: 700;
}
/*****************END: Creadit Cart payment pay*******************/
.sold-out-tag.tag-mark {
  display: inline-block !important;
  color: #fff !important;
  height: 37px !important;
  position: absolute !important;
  left: 0 !important;
  top: 15px;
  background: #e60023 !important;
  width: 100px !important;
  padding: 9px 8px 0 !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.product-image {
  position: unset;
}
/*Start: Contact Form */
.widget.widget-form.contact-form .widget-title {
	font-size: 26px;
	color: #000;
	font-weight: 600;
	line-height: 30px;
}
.page-contact-us .contact-form .custom-form {
	max-width: 100%;
}

.contact-form {
	min-height: 535px;
	background-color: #fff;
	padding: 50px 0 50px 80px;
}
.contact-form  p {
	color: rgba(0,0,0,0.8);
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}
.widget-form.contact-form .double-input-row .form-row:first-child {
	padding: 4px 9px;

}
.widget-form.contact-form  .double-input-row{
	margin: 15px -9px 10px;
}
.widget-form.contact-form .single-input-row .form-row {
	position: relative;
	margin:15px 0 0;
	padding: 0 0px;
}

.widget-form.contact-form input[type=text],
.widget-form.contact-form textarea,
.widget-form.contact-form select {
	width: 100%;
	padding: 3px 10px;
	border-radius: 1px;
	height: 50px;
	margin: 0;
	background-color: #ffffff;
	color: rgba(0,0,0,0.60);
	font-size: 16px;
	line-height:40px;
}
.widget-form.contact-form textarea{
	height: 150px;
	margin-top: 0;
	padding: 3px 10px;

}
.widget-form.contact-form  .form-row.btn-row label {
	display: none;
}
.widget-form.contact-form .btn-row button[type="submit"]:hover{
	opacity: 0.8;
}
.widget-form.contact-form .btn-row button[type="submit"] {
	margin:20px 0 0 0;
	box-sizing: border-box;
	text-align: center;
	height: auto !important;
	display: inline-block;
	vertical-align: middle;
	padding: 15px 30px;
	line-height: 16px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	max-width: 100%;
	background: #007aff;
	color: #fff;

}
.contact-form ::-webkit-input-placeholder { / Chrome/Opera/Safari /
color: rgba(0,0,0,0.60);
	font-size: 16px;
	font-weight: normal;
}

.contact-form ::-moz-placeholder { / Firefox 19+ /
color: rgba(0,0,0,0.60);
	font-size: 16px;
	font-weight: normal;
}

.contact-form :-ms-input-placeholder { / IE 10+ /
color: rgba(0,0,0,0.60);
	font-size: 16px;
	font-weight: normal;
}
.contact-form :-moz-placeholder { / Firefox 18- /
color: rgba(0,0,0,0.60);
	font-size: 16px;
	font-weight: normal;
}

/*textarea*/
.contact-form  textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,0.60);
	font-size: 16px;
	font-weight: normal;
}

.contact-form  textarea:-moz-placeholder { / Firefox 18- /
color: rgba(0,0,0,0.60);
	font-size: 16px;
	font-weight: normal;
}

.contact-form  textarea::-moz-placeholder {  / Firefox 19+ /
color: rgba(0,0,0,0.60);
	font-size: 16px;
	font-weight: normal;
}

.contact-form  textarea:-ms-input-placeholder {
	color: rgba(0,0,0,0.60);
	font-size: 16px;
	font-weight: normal;
}
.contact-form .form-row{
	text-align:center;
}
.contact-form .form-row label{
	display:none;
}
.widget.widget-form.contact-form form.custom-form {
	position: relative;
}
.widget.widget-form.contact-form form.custom-form .message-block.info-message, .widget.widget-form.contact-form form.custom-form .message-block.success,
.widget.widget-form.contact-form form.custom-form .message-block.error-message, .widget.widget-form.contact-form form.custom-form .message-block.error {
	position: absolute;
	width: 100%;
	bottom: 76px;
	z-index: 1;
}
/*End: Contact Form */


/*Start: Products Details */
.widget-productImage .image-preview-box {
	text-align: center;
	position: relative;
	box-shadow: 0px 0px 1px 0px rgb(198, 198, 198);
	-webkit-box-shadow: 0px 0px 1px 0px rgb(198, 198, 198);
	-moz-box-shadow: 0px 0px 1px 0px rgb(198, 198, 198);
	background:#F9F9F9;
}
.widget-productImage .image-preview-box img {
	padding: 20px;
  mix-blend-mode: multiply;
}
.page-product .image-popup-container.popup {
	padding: 0;
	min-width: 600px !important;
	min-height: 600px !important;
}
.page-product .image-popup-container.popup > span {
	width: 100%;
	height: 100%;
}
.page-product .image-popup-container .navigator.close-button {
	background: rgba(0, 0, 0, 0) url(/template/bbca02b2/images/close-icon.png) no-repeat center;
	height: 40px;
	right: 5px;
	top: 5px;
	width: 40px;
	background-size: 20px;
}
.page-product .image-popup-container span.right-button.navigator {
	background: url(/template/bbca02b2/images/right-arrow-angle.png) no-repeat transparent;
	right: 8px !important;
}
.page-product .image-popup-container span.left-button.navigator {
	background: url(/template/bbca02b2/images/right-arrow-angle.png) no-repeat transparent;
	left: 3px !important;
	background-position-x: -32px;
}
.widget-productImage .multi-image-scroll-wrapper {
	max-width: 600px;
	border: 0;
	margin-top: -1px;
}
.widget-productImage .image-thumb-container .thumb-image img {
	width: 100%;
	height: 100%;
	padding: 0;
  	opacity: 0.4;
  mix-blend-mode: multiply;
}
.widget-productImage .image-thumb-container .thumb-image.active img {
	opacity:1;
}
.widget-productImage .image-thumb-container .thumb-image.active {
	border: 1px solid #ececec;
}
.widget-productImage .image-thumb-container .thumb-image {
	border: 1px solid #fff;
	padding: 0;
    margin:0 0 0 14px;
  background-color: #f9f9f9;
}
.widget-productImage .image-thumb-container .thumb-image:first-child {
		margin-left: 0;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
	margin: 15px 0;
	overflow: hidden;
}
.page-product .add-to-cart-button {
	max-width: 300px;
	margin-left: 150px;
	text-align: ;
}
.product-widget.widget-addCart * {
	font-size: 16px;
}
.page-product .product-widget.widget-addCart .stepper {
	width: 132px;
	padding: 5px 10px;
	border-radius: 0;
	background: #fff;
	border: 2px solid #e8e8e8;
}
.product-widget.widget-addCart .stepper:hover .stepper-input {
	background-color: #f9f9f9;
}

.product-widget.widget-related {
	position: relative;
}
.product-widget.widget-related:before {
	content: "";
	right:15px;
	top: 52px;
	width: 98%;
	height: 0;
	border-bottom: 1px solid #ccc;
	position: absolute;
}
.product-view.scrollable-view .header {
	margin-bottom: 22px;
	padding: 0 5px;
	position: absolute;
	right: 10px;
	top: 0;
}
.page-product .variation-container .variation-type label.type-label {
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}
.widget-productSku label, .widget-availableStock label, .widget-productCategory label, .widget-productManufacturer label, .widget-productBrand label, .widget-productModel label {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
.widget-productSku, .widget-availableStock, .widget-productCategory, .widget-productManufacturer, .widget-productBrand, .widget-productModel, .widget-combinedProduct {
	font-size: 16px;
	text-transform: uppercase;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border:1px solid #007fff;
}
.page-product .widget-variation {
	padding-bottom: 10px;
}
.page-product .variation-container .variation-type {
	padding-bottom: 15px;
}
.product-widget.widget-price .current-price.price {
	font-weight: 500;
	display: inline-block;
	color: #007fff;
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding-top: 0;
}
.product-widget.widget-price {
	padding: 0;
}
.page-product .widget-productSummary .title {
	display: none;
}
.widget-productSummary {
	padding-bottom: 0px;
}
.product-widget.widget-productSummary .summary {
	line-height: 28px;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	margin-bottom: 10px;
}
.product-widget.widget-productName h1.product-name {
	font-size: 35px;
	margin: 0 0 20px;
	font-weight: 600;
	letter-spacing: -1px;
}
.product-widget.widget-stockMark {
	margin: 10px 0 20px;
}
.product-widget.widget-stockMark span {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	color: red;
}
.product-widget.widget-stockMark span.available{
	color:#02b302;
}

.page-product .bmui-tab-header-container {
	letter-spacing: -4px;
	word-spacing: -4px;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
}
.auto-page.page-product .bmui-tab .bmui-tab-header {
	padding: 12px 20px;
	margin: 0 15px 0 0;
}
.auto-page.page-product .bmui-tab .bmui-tab-header.bmui-tab-active {
	background-color: #fff;
	color: #000;
	padding: 12px 0 16px 0;
	border: 0;
	margin: 0 15px 0 0;
	margin-bottom: -1px;
}
.auto-page.page-product .bmui-tab .bmui-tab-header.bmui-tab-active .title , .product-widget.widget-related .title{
	padding-bottom: 20px;
	font-size: 23px;
	margin: 0 0 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000;
	position: relative;
	letter-spacing: -1px;
}
.product-widget.widget-related .title {
	width: auto;
	position: relative;
	max-width: fit-content;
	border-bottom: 2px solid #000;
	margin-left:8px;
}
.scrollable-view {
	border:0;
}
body > .header {
	background: #fff;
}
.page-product .bmui-tab {
	padding-top: 80px;
}
.page-product .product-widget.widget-information {
	padding: 0 8px;
}
.auto-page.page-product .bmui-tab .bmui-tab-header.bmui-tab-active .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	border-bottom: 2px solid #000;
	height: 0;
	width: 100%;
}
.product-widget.widget-information .bmui-tab-body-container .title {
	display: none;
}
.auto-page.page-product .bmui-tab .bmui-tab-body-container {
	border:0;
	padding: 28px 0;
	margin-bottom: 70px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.auto-page.page-product .bmui-tab .bmui-tab-body-container .description p, .auto-page.page-product .bmui-tab .bmui-tab-body-container .description li {
	font-size: 16px;
	line-height: 30px;
}
.header-wishlist-menu .horizontal > .navigation-item.last a {
	font-size: 0;
}
.bmui-tab-body-container .wish-list-list .action-icon {
	background: none;
	position: relative;
}
.bmui-tab-body-container .wish-list-list .action-icon::before {
	content: "\f002";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #333;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 21px;
}
.page-product .zoomContainer div {
	border: none !important;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
	background-image: none;
	background-repeat: no-repeat;
	bottom: 0;
	position: absolute;
	top: 50%;
	width: 37px;
	height:37px;
	transform: translateY(-50%);
	right: -9px;
	text-align: center;
	background: #E5F2FF;
	background-position-x: 0%;
	background-position-y: 0%;
	z-index: 11;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 26px;
  line-height: 20px;
  color: #1F366A;
  display: inline-block;
  line-height: 38px;
}
.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator::after {
	transform: rotate(180deg);
}
.product-widget.widget-related .product-view.scrollable-view .header {
  top: -8px;
}
/*start*/
.widget-socialMediaShare .social-media-wrapper {
	position: relative;
	max-width: 370px;
	display: block;
	margin-left: 80px;
	padding-left: 20px;
	border-left: 2px solid #BED4BC;
}
.widget-socialMediaShare .social-media-wrapper span {
	margin-right: 15px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-socialMediaShare .social-media-wrapper span:hover {
	opacity: 0.5;
}
.widget-socialMediaShare .social-media-wrapper span {
	background-image: url("/template/bbca02b2/images/social-media-share.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 18px;
	margin-right: 10px;
	width: 34px;
	cursor: pointer;
	display: inline-block;
	height: 34px;
}
.widget-socialMediaShare .social-media-wrapper span.facebook {
	background-position: -44px 0;
}
.widget-socialMediaShare .social-media-wrapper span.messenger {
	background-position: -262px 0;
}
.widget-socialMediaShare .social-media-wrapper span.twitter {
	background-position: -87px 0;
}
.widget-socialMediaShare .social-media-wrapper span.linkedin {
	background-position: -175px 0;
}
.widget-socialMediaShare .social-media-wrapper span.pinterest {
	background-position: -218px 0;
}

.product-widget.widget-socialMediaShare::before {
	content: 'SHARE';
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #484646;
}
.product-widget.widget-socialMediaShare {
	margin-top: 40px;
}
/*end*/
/*End: Products Details */


/*Start Footer */
body > .footer {
	background:#0D1821;
	margin-top: 60px;
}
body.page-home > .footer {
	margin-top: 0;
}
.footer .widget-navigation {
	text-align: left;
}
.footer .widget-navigation .navigation-item {
	padding: 0;
}
.footer .widget-navigation .navigation-item a {
	font-size: 14px;
	color: #fff;
	padding: 1px 0;
	line-height: 25px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	font-family: 'Poppins', sans-serif;
	border: 0;
	display: inline-block;
	text-transform: capitalize;
	opacity: 0.8;
}
.footer .widget.widget-snippet.footer-social {
	padding-top: 12px;
}
.footer .widget.widget-snippet .social-links {
	text-align: left;
}
.footer .widget.widget-snippet .social-links a {
	margin-left: 23px;
}
.footer .widget.widget-snippet .social-links a:first-child {
	margin-left: 0;
}
.footer .widget.widget-snippet .social-links a {
	font-size: 24px;
}
.footer .widget.widget-snippet .social-links a i {
	color: #fff;
	opacity:0.6;
	margin: 0;
}
.widget.widget-snippet.footer-social .social-links a i:hover {
	color: #007aff;
}
.widget.widget-newsletter.newsletter-area .form-row label {
	font-size: 14px;
	color: #fff;
	padding: 0 0 10px;
	line-height: 27px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	font-family: 'Poppins', sans-serif;
	border: 0;
	display: block;
	max-width: 280px;
	text-transform: unset;
	opacity: 0.8;
}
.widget.widget-newsletter.newsletter-area .form-row input {
	max-width: 360px;
	width: 100%;
	height: 47px;
	background:rgba(255, 255, 255, 0.08);
	padding: 11px 15px 11px 15px;
	color: #fff;
	font-size: 15px;
	border: 0;
	line-height: 22px;
	font-weight: 400;
	border-radius: 50px;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container {
	position: absolute;
	content: "";
	right: 0;
	bottom: 16px;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container > label {
	display: none;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container button {
	background-color: #00579F;
	border: 0;
	color: #007FFF;
	font-size: 0;
	position: relative;
	height: 47px;
	padding: 0 32px;
	border-radius: 50px;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container button:before{
	content: "";
	background: url(/template/bbca02b2/images/newsletter-right-arrow.png) no-repeat;
	width: 41px;
	height: 15px;
	position: absolute;
	margin-left: 0;
	top:16px;
	right: 0;
}
.widget.widget-newsletter.newsletter-area .form-row.button-container button:hover {
	background-color: #007FFF;
	color: #fff;
}
.widget.widget-newsletter.newsletter-area .form-row.mandatory > label::after {
	display: none;
}
.footer .widget-navigation .navigation-item.active a{
	color: #fff;
}
.footer .widget-navigation .navigation-item a:hover{
	color: #007aff;
}
/*start: Copyright Text */

.widget.widget-article.copyright-text p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 0;
	opacity: 0.7;
}
.widget.widget-article.copyright-text p a {
	color: #fff;
}
.widget.widget-article.copyright-text p a:hover{
	text-decoration: underline;
	color: #007FFF;
}
/*end: Copyright Text */

/*go to top*/
span.goToTop:hover{
	color:#007FFF;
}
span.goToTop {
	top: 0;
	cursor: pointer;
	height: 32px;
	position: absolute;
	left: 50%;
	text-align: center;
	width: 104px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #D0D3D6;
	margin-left: -20px;
	text-align: left;
}
span.goToTop::after {
	content: "";
	transition: all 300ms ease 0s;
	width: 41px;
	height: 18px;
	background: url(/template/bbca02b2/images/back-to-top.png) no-repeat;
	display: block;
	position: absolute;
	right: -20px;
	top: 7px;
}
span.goToTop:hover::after {
	background-position-y: -20px;
}




.securepay-payment-form-wrapper-elm{
	width: 610px;
	text-align: center;
	display: block;
	margin: 0 auto ;
	padding-bottom: 90px;
	box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}
.securepay-payment-form-wrapper-elm .securepayjs-form {
	width: 510px;
	padding: 30px;
	-ms-zoom:1.2;
	-moz-transform: scale(1.2);
	-moz-transform-origin: 0 0;
	-o-transform: scale(1.2);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(1.2);
	-webkit-transform-origin: 0 0;
}
.securepayjs-form .button-container {
	text-align: left;
	margin-top: 10px
}
.securepayjs-form button:first-of-type {
	margin-right: 10px;
	background: transparent;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 21px;
	border: 2px solid #007aff ;
	color: #007aff;
	max-width: 210px;
}
.securepayjs-form button:first-of-type:hover {
	border-radius: 0 !important;;
	border: 2px solid #007aff;
	background: #007aff;
	color: #fff;
}
.securepayjs-form button:last-of-type {
	max-width: 222px;
	border: 2px solid #007aff;
	background: #007aff;
	font-weight: 500;
	font-size: 13px;
}
.page-credit-card-payment input[type="checkbox"] + label::before {
	display: none;
}
.page-credit-card-payment input[type="checkbox"] + label {
	padding: 0
}


/*go to top*/
.page-content .footer span.pagination-literal-status, .page-result-footer .pagination-literal-status {
	margin-top: 8px;
	display: inline-block;
}

.auto-page.page-profile button{
	border: 2px solid #007aff;
	color: #fff;
	background: #007aff;
}
.auto-page.page-profile button:hover{
	background: #2c8ef9;
	border: 2px solid #2c8ef9;
}
.auto-page.page-profile .body button{
	width: 180px;
}
/*Start: Blog */
.widget-blogPost .blog-post-content {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	max-width: 1400px;
}
.widget-blogPost .blog-post-item {
	border: 1px solid #f2f2f2;
	margin-bottom: 20px;
	position: relative;
	max-width: 31.5%;
	margin-right: 30px;
	padding: 20px;
}
.widget-blogPost .blog-post-item:hover {
	border: 1px solid #d2d2d2;
}
.blog-post-item:nth-of-type(3n+3) {
	margin-right: 0px;
}
.page-releases .page-content .footer {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.page-releases .page-content .footer .pagination {
	float: unset;
}
.widget-blogPost .post.post-list-view-width {
	width: 100%;
	height: 320px;
	padding: 0 !important;
	margin-bottom: 10px;
	overflow: hidden;
}
.widget-blogPost .post.post-list-view-width a {
	display: block;
	height: 100%;
	width: 100%;
}
.widget-blogPost .post.post-list-view-width a img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	object-fit:cover;
}

.widget-blogPost .blog-post-item:hover .post.post-list-view-width a img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.widget-blogPost .post-description {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.widget-blogPost .blog-post-item .title {
	display: block;
	color: #000000;
	padding: 0 !important;
	line-height: 28px;
	margin: 12px 0 15px 0;
	min-height: 30px;
	overflow: hidden;
}
.widget-blogPost .blog-post-item .title {
	order: 2;
}
.widget-blogPost .blog-post-item .title a {
	color: #000000;
	font-size: 23px;
	font-weight: 600;
	line-height: 28px;
	display: block;
}
.widget-blogPost .blog-post-item .title a:hover {
	color: #007aff;
}
.widget-blogPost .blog-post-info span.date {
	order: 1;
}
.widget-blogPost .blog-post-info span.date {
	background: none;
	padding: 12px 0 5px;
	color: #464646;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	display: block;
	margin-right: 0;
}
.widget-blogPost .blog-post-item .content {
	font-size: 16px;
	padding-bottom: 10px;
	color: #000;
	line-height: 25px;
}
.widget-blogPost .blog-post-item .content {
	order: 3;
}
.widget-blogPost .blog-post-item .post-description > a {
	order: 4;
}
.widget-blogPost .blog-post-item .post-description > a {
	color: #007aff;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	width: 110px;
	text-transform: uppercase;
	margin-top: 10px;
}
.widget-blogPost .blog-post-item:hover .post-description > a{
	text-decoration: underline;
}
.blog-post-details .image {
	display: block;
	padding: 0;
	text-align: left;
	margin: 25px 0;
}
.auto-page.page-blog-post .blog-post-details .post-description .title {
	line-height: 45px;
	text-transform: none;
	text-align: left;
	padding: 0;
	min-height: auto;
	margin: 0 0 15px 0;
	font-size: 28px;
	height: auto;
}
.auto-page.page-blog-post .blog-post-details .post-description .content, .auto-page.page-blog-post .blog-post-details .post-description .content p  {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	line-height: 28px;
	font-size: 17px;
	color: #000;
}
.auto-page.page-blog-post .blog-post-details .post-description .content ul li{
	padding: 0 0 10px 20px;
	line-height: 28px;
	font-size: 17px;
}
.blog-post-details {
	max-width: 1120px;
	margin: 0 auto;
}
.auto-page.page-blog-post .blog-post-details .post-description .content ul li::before{
	color:#393939;
}
.auto-page.page-blog-post .blog-post-details .post-description .content h4{
	margin: 15px 0 20px;
}
.auto-page.page-blog-post .blog-post-details  .blog-post-info span.date {
	font-size: 17px;
	background-image: none;
	padding-left: 0;
}
.blog-post-details .post-description .content > div {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0 0;
}
.blog-post-details .post-description .content > div div:first-child{
	width: 60%;
	padding-right: 35px;
}
.blog-post-details .post-description .content > div div:last-child{
	width: 40%;
}
.blog-post-details .post-description .content > div div:last-child table tbody tr td:nth-of-type(2){
	text-align:right;
}
/*end: Blog */
.widget.widget-snippet a:focus {
	outline: 0;
	outline: 0;
	outline-offset: 0;
	-moz-outline-style: none;
}
body.widget-snippet a:focus {
	color: #23527c;
	text-decoration: underline;
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.page-privacy-policy h4, .page-terms-conditions h4 {
	font-size: 23px;
	line-height: 32px;
}
.page-shop .widget-category.main-cat {
	margin: 0 auto;
	max-width: 1200px;
}
/*Start:FAQs page*/

.page-faq  .page-content .v-split-container > .v-split {
	margin: 0 auto;
	width: 1400px;
	max-width: 100%;
}
.page-faq .accordion-panel > .label-bar.expanded {
	background: none repeat scroll 0 0 #fff;
	color: #007aff;
	margin: 0;
	padding-left: 0;
	border-bottom-color: transparent;
	padding-bottom: 30px;
}
.accordion-panel>.label-bar {
	background-color: #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	padding-left: 0;
	padding:30px 0;
	font-size: 22px;
	color: #1c1c1c;
	font-weight: 600;
	height:auto;
}
.accordion-panel>.label-bar .toggle-icon {
	left: auto;
	right: 0;
	background-image: url("/template/bbca02b2/images/plus-minus-icon.png");
	background-position: 0 0;
	width: 30px;
	height: 30px;
	top: 26px;
}
.accordion-panel>.label-bar.expanded .toggle-icon {
	background-image: url("/template/bbca02b2/images/plus-minus-icon.png");
	background-position:0 -34px;
}
.accordion-panel .accordion-item {
	border: 0 !important;
	padding: 0 !important;
}
.page-faq .accordion-panel > .accordion-item.expanded {
	border-bottom: 1px solid #e6e6e6 !important;
}
.filter-profile .form-row .accordion-panel .accordion-item {
	padding-top: 10px !important;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;

}
.widget.widget-tabAccordion .widget-title {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 35px 0 0 0;
}
.accordion-panel > .accordion-item.expanded {
	border: none;
}
.page-faq .accordion-panel {
	padding: 0;
}
.page-faq .widget-article.wc-tab-accordion-widget ol li {
	list-style-type: decimal;
	margin-left: 4px;
}
.widget.widget-html.wc-tab-accordion-widget p a, .page-faq .widget-article.wc-tab-accordion-widget ol li a {
	text-decoration: none;
	color: #007aff;
}
.widget.widget-html.wc-tab-accordion-widget p a:hover, .page-faq .widget-article.wc-tab-accordion-widget ol li a:hover {
	text-decoration: underline;
	color: #000;
}
.page-faq .widget.widget-html.wc-tab-accordion-widget p {
	padding: 0 0 15px 0;
}
/*end:FAQs page*/
.page-privacy-policy h6, .page-terms-conditions h6 {
	font-size: 18px; margin:0 0 8px 0;
}
/*Start:Front End Editor*/
.fee button, .fee .button{
	max-width:unset;
	width:unset;
	padding:0;
}
.fee .widget-snippet .social-links a {
	padding: 5px;
}
.fee .widget-snippet .feature-release .content .single-item {
	padding: 20px;
}
.fee .widget-snippet .payment-process li a {
	padding: 5px;
}
.fee span.add-to-cart-button{
	max-width:100%;
	width:100%;
	padding:14px 28px;
}
.fee .widget-snippet .social-link-contact{
	height:55px;
}
.fee .widget-snippet .social-link-contact a i {
	padding: 5px;
}
.fee .widget-snippet .social-link-contact a {
	width: 50px;
	height: 50px;
	border-radius: 0;
	padding: 5px !important;
}
.fee .widget-snippet .contact-address ul li .social-link-contact a + a {
	margin-left: 5px;
}
.fee .widget-snippet .checklist-area ul li {
	height: 80px;
	padding: 15px;
}
.fee .widget.widget-article.terms-conditions .article-content, .fee .widget.widget-article.privacy-policy .article-content{
	margin: 0 15px !important;
}

/*End:Front End Editor*/
.article-content p a, .article-content p a:link {
	text-decoration: none;
	font-weight: inherit;
	color: #007aff;
}
.article-content p a:hover,  .article-content p a:active,  .article-content p a:visited {
	text-decoration: underline;
	font-weight: inherit;
	color: #000;
}
.checkout-page .payment-option > .header::before {
	font-size: 22px;
	left: 130px;
	top: -2px;
}
.checkout-page .payment-option .body.row {
	padding: 15px !important;
	margin: 10px 0 0;
	max-width: 300px;
	background: #f1f1f1;
}
.checkout-page .payment-option .body.row .info {
	width: 100%;
}
.checkout-page .payment-option > .header {
	font-size: 17px;
}
.checkout-page .payment-option .row .info, .checkout-page .payment-option .row .price-row {
	width: 100%;
	text-align: left;
	font-size: 16px;
}
.payment-gateway .payment-gateway-label {
	margin-bottom: 0;
	font-size: 17px;
}
.check-out-total > .price-row .price {
	min-width: auto;
}
.check-out-total *, .shopping-cart-total * {
	font-size: 17px;
}
.check-out-total > .price-row .remove {
	right: -20px;
	background-image: url("/template/bbca02b2/images/action-icon.png");
	width: 16px;
}
.checkout-page .section.loaded table.cartitem-table colgroup {
	display: none;
}
.widget.widget-snippet .checklist-area {
  max-width: 1000px;
  margin: 0 auto;
}
.widget.widget-snippet .checklist-area ul li a {
	font-size: 22px;
	line-height: 20px;
	background-position-y: 5px;
	padding: 30px 0 23px;
	padding-right: 30px;
  font-weight: 500;
}
.widget.widget-snippet .checklist-area ul li {
	height: auto;
  border-bottom: 1px solid #dbdbdb;
}
.widget.widget-snippet .checklist-area ul li:last-child {
  border: 0;
}
#order-details .total-amount-row .value {
	font-size: 16px;
}
.checkout-page-options .registered-customer .valid-verify-form ::-webkit-input-placeholder, .login-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.checkout-page-options .registered-customer .valid-verify-form ::-moz-placeholder, .login-form ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.checkout-page-options .registered-customer .valid-verify-form :-ms-input-placeholder, .login-form :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.checkout-page-options .registered-customer .valid-verify-form :-moz-placeholder, .login-form :-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

form.confirm-step-form .cartitem-table th {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	background: #F3F3F3;
	padding: 12px 20px 10px 20px;
}
/*.widget.widget-article.copyright-text {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 25px;
  width: 100%;
}*/
.footer .widget-spacer {
	border-top:1px solid rgba(255, 255, 255, 0.15);
}
.widget.widget-article.back-to-top {
	z-index: 1;
}
.page-search-result .product-view.image-view .product-block {
	width: calc(25% - 34px);
	margin-bottom: 30px;
}
.product-block .price span.tax-message, .widget-price .price .tax-message {
  font-size: 14px;
  font-weight: normal;
  color: #797373;
}
.jssor-slider-container::before {
  display: none;
}
.widget.widget-gallery.jssorSlider::before {
  background: url(/template/bbca02b2/images/loading.gif);
  height: 80px;
  left: 50%;
  margin-top: -40px;
  top: 50%;
  width: 80px;
  margin-left: -40px;
  background-size: 80px;
  background-repeat: no-repeat;
}
.widget.widget-snippet .feature-release .content .single-item p {
  margin-top: 20px;
}
.page-profile .comment-area .comment-row.admin .name, .page-guest-customer-order-comment .comment-row.admin .name {
  color: #007aff;
}
.page-product .product-widget.widget-addCart  {
  display: flex;
flex-direction: row;
  height: 65px;
}
.page-product .product-widget.widget-addCart .product-uom-select {
  order: 2;
  margin: 0;
  max-width: 200px;
  width: 100%;
  height: 55px;
}
.page-product .product-widget.widget-addCart .stepper {
    order: 1;
   max-width: 120px;
  width: 100%;
}
.page-product .add-to-cart-button {
     order: 3;
    max-width: 300px;
  width: 100%;
  margin-left: 20px;
  height: 55px;
}
.add-to-cart-popup.popup input.product-uom-select, .wish-list-popup.add-to-wishlist-popup.popup input.product-uom-select, .add-to-compare-popup.popup input.product-uom-select, .add-cart-information-popup.popup input.product-uom-select {
	border: 0;
	width: auto;
	display: block;
	max-width: 160px !important;
	margin-left: 20px;
	padding-top: 15px;
  text-align: center
}
.page-product .product-widget.widget-addCart .product-uom-select{
  border: 2px solid #e8e8e8;
  text-align:center;
  padding:5px 0;
}
.quick-cart-content table td.quantity span.uom-title {
  font-size: 10px;
  display: block;
}
.page-cart .shopping-cartitem .cartitem-table .quantity .uom-title {
  font-size: 12px;
}
.checkout-page .section.loaded .body table.cartitem-table td.quantity .uom-title {
  font-size: 12px;
}

.widget-snippet .container-thankyou .text-content h6 {
	color: #092e56;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	margin: 0 auto 30px;
	padding: 20px;
	position: relative;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
	background: #f7f7f7;
	max-width: 800px;
}
@media only screen and (max-width: 1200px) {
.page-product .product-widget.widget-addCart  {
  display: block;
}
  .page-product .product-widget.widget-addCart .stepper {
margin-right: 10px
  }
  .page-product .add-to-cart-button {
 margin-left: 10px;
  }
  
  .page-product .add-to-cart-button {
    max-width: 400px;
      margin-top: 10px
}
.page-product .product-widget.widget-addCart .product-uom-select {
  max-width: 280px
}
.product-widget.widget-socialMediaShare {
  margin-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
.page-product .product-widget.widget-addCart  {
  display: block;
}
.page-product .add-to-cart-button {
     order: 3;
    max-width: 340px;
  width: 100%;
  margin-left: 0;
  height: 55px;
}
.page-product .product-widget.widget-addCart .product-uom-select {
  order: 2;
  margin: 0;
  width: 100%;
  height: 55px;
  max-width: 210px
}
.page-product .product-widget.widget-addCart .add-to-cart-button {
 margin-left: 0px ;
		 max-width: 340px ;
  }
  .responsive   .redemption-form-template {
    padding: 35px;
  }
  .responsive  .registration-form {
    padding: 25px 25px;
}
}
@media only screen and (max-width: 767px) {
  .page-product .product-widget.widget-addCart .stepper {
margin:0 10px 0 0 !important;
}
.page-product .product-widget.widget-addCart .product-uom-select {
  height: 52px;
  max-width: 210px
}
.page-product .product-widget.widget-socialMediaShare {
  margin-top:70px;
  }
.page-product .product-widget.widget-addCart .add-to-cart-button {
margin-top: 15px
  }
  .add-to-cart-popup.popup input.product-uom-select, .wish-list-popup.add-to-wishlist-popup.popup input.product-uom-select, .add-to-compare-popup.popup input.product-uom-select, .add-cart-information-popup.popup input.product-uom-select {
	max-width: 160px !important;
}
  .page-cart .cartitem-table.product-thumb-view tbody tr td.quantity {
  position: relative;
  margin-bottom: 20px
}
.page-cart .cartitem-table.product-thumb-view tbody tr td.quantity .uom-title {
  position: absolute;
  bottom: -25px;
  right: 50%;
  transform: translateX(70%)
}  
.responsive .redemption-form-template, .responsive .registration-form {
    padding:25px 15px;
  }
  .responsive  .redemption-form-template > .double-input-row, .responsive .redemption-form-template > .single-input-row {
    padding-bottom: 0;
}
.responsive .redemption-form-template.form-template .form-row.btn-row{
    flex-direction: column;
}
.responsive .redemption-form-template.form-template .form-row.btn-row button {
    width:100%;
}
}

@media only screen and (max-width: 320px) {
.page-product .product-widget.widget-addCart .product-uom-select {
  max-width: 160px
}
}
/* combined product  */
.product-widget.widget-combinedProduct {
    padding-bottom: 25px;
}
.widget-combinedProduct table {
    min-width: 600px;
}
.widget-combinedProduct table td {
    border: none;
}
.widget-combinedProduct table.included-products-selection-table tr {
    border: none;
}
.widget-combinedProduct .included-products-selection-table tr:nth-child(2n){
    background: #ffffff;
}
.widget-combinedProduct .included-products-selection-table th {
    text-align: center;
}
.widget-combinedProduct table.included-products-selection-table tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.widget-combinedProduct .included-products-selection-table-wrapper {
    overflow-x: auto;
}

@media(max-width: 1620px){
    div#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {width: 43%;flex: 1 1 43%;}
}
@media (max-width: 767px) {
	div#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
		width: 100%;
		flex: 1 1 100%;
	}
	.product-widget.widget-combinedProduct {
		padding-bottom: 5px;
	}
}

.checkout-page .section.loaded .discount-coupon-code-form {
  background-color: transparent;
  padding: 0;
}
.checkout-page .section.loaded .discount-coupon-code-form{
  margin-top: 20px;
}
.checkout-page .section.loaded .discount-coupon-code-form .payment-option > .header::before {
  left: 180px;
}
.checkout-page .section.loaded .discount-coupon-code-form .body {
  padding: 0;
  max-width: 300px;
  margin-top: 15px;
}
.checkout-page .section.loaded .discount-coupon-code-form .payment-option .code-submit-form {
  padding:25px 15px;
  background: #f1f1f1;
}
.checkout-page .section.loaded .discount-coupon-code-form .payment-option .code-submit-form button {
  margin-left: 0;
  max-width: 100%;
}
.checkout-page .section.loaded .discount-coupon-code-form  input[type="text"] {
  margin-bottom: 20px;
  margin-top: 0;
}
.checkout-page .section.loaded .discount-coupon-code-form .payment-option .code-submit-form .errorlist.after {
  bottom: 68px;
}
.discount-coupon-code-form.valid-verify-form {
  max-width: 300px;
  background: transparent;
  padding: 0;
}
/* --- redemption form design --- */
.redemption-form-template {
    margin: 0 auto;
    padding: 55px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}

.wc-form-product-dependency-data-ui .product-dependency-form .form-row {
    margin: 0;
}
.wc-form-product-dependency-data-ui .product-dependency-form .form-row ~ .form-row {
    padding: 20px 0 5px;
}

.wc-form-product-dependency-data-ui .product-dependency-form label {
    display: block;
}
.wc-form-product-dependency-data-ui .product-dependency-form .form-row:last-child label {
    display: none;
}
.wc-form-product-dependency-data-ui .product-dependency-form .product-uom-select {
    width: 100%;
}
.wc-form-product-dependency-data-ui .product-dependency-form .done-button {
    max-width: inherit;
}
.redemption-form-template .double-input-row,
.redemption-form-template .single-input-row {
    padding-top: 0;
    padding-bottom: 0;
}
.redemption-form-template > .double-input-row,
.redemption-form-template > .single-input-row {
    padding-bottom: 20px;
}
.redemption-form-template input,
.redemption-form-template select,
.redemption-form-template.form-template .form-row {
    margin: 0;
}
.redemption-form-content .redemption-form-template input,
.redemption-form-content .redemption-form-template select {
    height: 50px;
    padding: 3px 14px;
}
.redemption-form-content .redemption-form-template label {
    padding-bottom: 3px;
}

.redemption-form-content .redemption-form-template select {
    background-position: top 15px right 15px;
    padding: 3px 44px 3px 14px;
}

.redemption-form-content .redemption-form-template .dropzone-wrapper {
    width: 100%;
}

.redemption-form-content .redemption-form-template .dropzone-wrapper .dropzone {
    height: auto;
    text-align: center;
    padding: 54px 10px 20px;
    background-position: top 23px right 50%;
}
.redemption-form-content .redemption-form-template .single-input-row .form-row .dropzone-wrapper input {
    height: 100%;
    cursor: pointer;
}

.redemption-form-template.form-template .form-row.btn-row {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.redemption-form-template.form-template .form-row.btn-row label {
    display: none;
}
.redemption-form-template.form-template .form-row button {
    width: calc(50% - 5px);
    max-width: inherit;
}
.redemption-form-template.form-template .form-row button[disabled] {
   opacity:.2
}
.redemption-form-template.form-template .form-row button.submit-button {}
.redemption-form-template.form-template .form-row button.reset-button {
    color: #fff;
}
.redemption-form-template.form-template .form-row button.reset-button:hover {
    background-color: #0D1821;
    border-color: #0D1821;
}
.redemption-form-template.form-template .file-preview {
    display: flex;
    justify-content: center;
}
.redemption-form-template.form-template span.file-name {
    width: auto;
}

.redemption-form-template .add-more-products .add-to-proceed {
    display: inline-block;
    border: 1px #00b6ff solid;
    padding: 5px 8px;
    font-size: 12px;
    color: #00b6ff;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 6px;
    border-radius: 3px;
}
.redemption-form-template .add-more-products .add-to-proceed:hover {
    background-color: #00b6ff;
    color: #ffffff;
}
.redemption-form-template .add-more-products .add-to-proceed:before {
    content: "+";
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 18px;
    line-height: 16px;
    margin-right: 5px;
}
.redemption-items-preview-table {
    margin: 10px 0;
}

.redemption-items-preview-table td.action-col {
    text-align: center;
}

.redemption-items-preview-table td.action-col .remove-item {
    cursor: pointer;
}
.widget-blogPost .blog-post-content .footer {
  display: block;
  width: 100%;
}
.widget-blogPost .blog-post-content .footer .pagination {
  display: block;
  text-align: center;
  float:unset;
}
/* custom code */
:root {
  --lightblue: #007aff;
  --darkblue: #092E56;
  --white: #ffffff;
  --nero: #222222;
  --lightgrey: #e8e8e8;
}

.about-us {
  padding-left: 1em;
  padding-right: 1em;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-post-details .comment-post-panel textarea, .blog-post-details .comment-post-panel input {
  width: 100%;
}
    #blog-post-create-comment-panel .max-character {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.blog-post-details .comment-post-panel .form-row {
  position: relative;
}
.blog-post-details .comment-post-panel .form-row button {
  margin-top: 15px;
}
    .bmui-tab.left-side-header .bmui-tab-body-container .customer-profile-tab-title {
  margin-bottom: 15px;
  font-size: 18px;
}
    .notification.fee-identical-sewc-elm.success.popup {
  padding: 10px 30px 10px 8px;
}
.panel-header-left .link-btn.add-all-to-cart {
  margin-left: 15px;
  padding: 2px 10px;
  background: transparent;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid #007aff;
}
.panel-header-left .link-btn.add-all-to-cart:hover {
  background: #007aff;
  color: #fff;
}
#customer-profile-tabs .customer-profile-order-details-v2-view .order-basic-info-card {
  padding: 25px 0 15px;
}
.page-news .page-content .widget.widget-html {
  max-width: 1360px;
  margin: 0 auto;
}
    #customer-profile-tabs .bmui-tab-panel .header-right, #customer-profile-tabs .bmui-tab-panel .header-left {
  width: 50%;
}
    #customer-profile-tabs .bmui-tab-panel .panel-header {
  margin-bottom: 18px;
}
/* Shop page */
.page-shop .widget-pageHeading {
  background: transparent;
  padding: 2em 0;
  margin-bottom: 0;
}

.page-shop .widget-pageHeading h1, 
.page-shop .widget-pageHeading h2 {
  color: var(--darkblue);
  font-size: 2rem;
}

.page-shop .categories-list > .widget-title {
  font-size: 1rem;
}

.page-shop .categories-list .navigation-item a {
  font-size: 1rem;
}


.page-shop .product-view.image-view .product-block, 
.page-shop .product-view.scrollable-view .product-block, 
.page-shop .category-image-view.category {
  box-shadow: none;
  border: 1px solid var(--lightgrey);
}

.page-shop .product-view.image-view .product-name, 
.page-shop .product-view.scrollable-view .product-name {
  color: var(--nero);
  font-size: 1rem;
  margin-bottom: 2px;
}

.page-shop .product-view.image-view .product-name a, 
.page-shop .product-view.scrollable-view .product-name a, 
.page-shop .category .category-name a {
    font-size: 1rem;
}

.page-shop .product-block .price {
  font-size: 1rem;
}

.page-shop .product-view.image-view .product-block:hover, 
.page-shop .product-view.scrollable-view .product-block:hover .product-name a, 
.page-shop .category:hover .category-name a {
  color: var(--darkblue);
  border: 1px solid var(--darkblue);
}

.product-view.image-view .product-name a, 
.product-view.scrollable-view .product-name a, 
.category .category-name a {
  color: var(--nero); 
}

.page-shop .product-view.scrollable-view .product-block:hover, 
.page-shop .product-view.image-view .product-block:hover {
  box-shadow: none;
}

.page-category button:hover, 
.page-category .button:hover, 
.page-category a.button:hover,
.page-shop button:hover, 
.page-shop .button:hover, 
.page-shop a.button:hover {
  color: var(--white);
  background-color: var(--darkblue);
  border: 1px solid var(--darkblue);
  text-decoration: none;
}

.page-shop span.add-to-cart-button,
.page-category span.add-to-cart-button {
  font-size: 1rem;
  color: var(--darkblue);
  border: 1px solid var(--darkblue);
  width: auto;
  max-width: none;
  border-radius: 25px;
  margin: 0 auto;
  line-height: 16px;
  text-transform: capitalize;
}

.page-shop span.add-to-cart-button::before,
.page-category span.add-to-cart-button::before {
  content: none;
}

.page-shop .product-block .price {
  color: var(--nero);
  margin-bottom: 10px;
}

.page-shop .category-description h6 {
  font-weight: 500 !important;
  font-size: 14px !important;
}

.page-shop .page-content .footer .pagination span.page-number.current, 
.page-shop .page-result-footer .pagination span.page-number.current {
    color: var(--lightblue);
    background-color: transparent;
    border-color: var(--lightblue);
    background: transparent;
}

/* page-category */
.page-category .widget-pageHeading {
  background: transparent;
  padding: 2em 0;
  margin-bottom: 0;
}

.page-category .widget-pageHeading h1, 
.page-category .widget-pageHeading h2 {
  color: var(--darkblue);
  font-size: 2rem;
}

.page-category .categories-list > .widget-title {
  font-size: 1rem;
}

.page-category .categories-list .navigation-item a {
  font-size: 1rem;
}

.page-category .product-view.image-view .product-block, 
.page-category .product-view.scrollable-view .product-block, 
.page-category .category-image-view.category {
  box-shadow: none;
  border: 1px solid var(--lightgrey);
}

.page-category .product-view.image-view .product-name, 
.page-category .product-view.scrollable-view .product-name {
  color: var(--nero);
  font-size: 1rem;
  margin-bottom: 2px;
}

.page-category .product-view.image-view .product-name a, 
.page-category .product-view.scrollable-view .product-name a, 
.page-category .category .category-name a {
    font-size: 1rem;
}

.page-category .product-block .price {
  font-size: 1rem;
}

.page-category .product-view.image-view .product-block:hover, 
.page-category .product-view.scrollable-view .product-block:hover, 
.page-category .category-image-view.category:hover {
  border: 1px solid var(--darkblue);
}

.page-category .sold-out-tag.tag-mark {
  left: 8px !important;
  top: 8px !important;
}

/* Product page */

@media (min-width: 767px){
  .page-category .category-details .category-details-container .description p {
    padding-left: 14px;
  } 
}

.page-product .product-widget.widget-price .current-price.price {
  font-size: 16px;
}

.page-product .widget-productSku label, 
.page-product .widget-availableStock label, 
.page-product .widget-productCategory label, 
.page-product .widget-productManufacturer label, 
.page-product .widget-productBrand label, 
.page-product .widget-productModel label {
  font-size: 13px;
}

.page-product .widget-productSku, 
.page-product .widget-availableStock, 
.page-product .widget-productCategory, 
.page-product .widget-productManufacturer, 
.page-product .widget-productBrand, 
.page-product .widget-productModel, 
.page-product .widget-combinedProduct {
  font-size: 13px;
}

.page-product .product-widget.widget-stockMark span {
  font-size: 16px;
}

.page-product span.add-to-cart-button {
  text-transform: capitalize;
  color: var(--nero);
  border: 1px solid var(--nero);
  font-weight: 500;
  height: 50px;
  border-radius: 25px;
}

.page-product button:hover, 
.page-product .button:hover, 
.page-product a.button:hover {
  color: var(--white);
  background-color: var(--darkblue);
  border: 1px solid var(--darkblue);
  text-decoration: none;
}

.page-product span.add-to-cart-button::before {
  content: none;
}

.page-product .product-widget.widget-addCart .product-uom-select {
  border: 1px solid var(--lightgrey);
  height: 50px;
}

.page-product .product-widget.widget-addCart {
  height: 60px;
}

.page-product .product-widget.widget-addCart .stepper {
  border: 1px solid var(--lightgrey);
}

.page-product .product-widget.widget-addCart .stepper input {
  font-size: 16px;
  font-weight: 500;
}

.page-product input[type="text"]:focus, 
.page-product input[type="password"]:focus, 
.page-product textarea:focus, select:focus {
  border-color: transparent !important;
}

.page-product select {
  background-position-x: 92.5%;
}


.page-product .product-widget.widget-addCart .product-uom-select:focus {
  border: 1px solid var(--lightgrey) !important;
}
    
.page-product .widget-socialMediaShare .social-media-wrapper {
  border-left: none;
  padding-left: 10px;
}

.product-view.image-view .product-block, 
.product-view.scrollable-view .product-block, 
.category-image-view.category {
  box-shadow: none;
  border: 1px solid var(--lightgrey);
}    
.product-view.image-view .product-block:hover, 
.product-view.scrollable-view .product-block:hover, 
.category-image-view.category:hover {
  box-shadow: none;
  border: 1px solid var(--nero);
}
.product-view.image-view .product-name a, 
.product-view.scrollable-view .product-name a, 
.category .category-name a {
  font-size: 16px;
}
.product-view.image-view .product-name, 
.product-view.scrollable-view .product-name {
  font-size: 16px;
}
.product-view .product-block .price {
  font-size: 16px;
}

@media (min-width: 767px){
  .page-product .widget-socialMediaShare .social-media-wrapper span {
    transform: scale(0.75);
    margin-right: 0;
  }
  .page-product .widget-socialMediaShare .social-media-wrapper {
    border-left: 2px solid var(--lightgrey);
  }
  .page-product .product-widget.widget-productName h1.product-name {
    font-size: 1.5em;
  }
}
    
@media (max-width: 767px){
  .page-product .widget-socialMediaShare .social-media-wrapper {
	padding-left: 0;
  }
}
    
/* product page popup */
.confirm-popup.popup .button-line .no-button, 
.quick-cart-content .cart-details-link .view-cart.button, 
.popup .continue-shopping-btn, 
.cartitem-btn-wrapper .continue-shopping-btn, 
.cartitem-btn-wrapper.top .empty-cartitem-btn, 
.review-form .btn-row .cancel {
  color: var(--darkblue);
  background-color: transparent;
  border: 1px solid var(--darkblue);
  border-radius: 25px;
  text-transform: capitalize;
}

.popup a.cart-page-button.button.et_ecommerce_view_cart, .cartitem-btn-wrapper .checkout-btn.cartitem-btn {
  background: var(--darkblue);
  border-color: var(--darkblue);
  color: #fff;
  border-radius: 25px;
  text-transform: capitalize;
}

/* homepage */
.page-home .widget.widget-html.heading-title h1, 
.page-home .widget.widget-html.heading-title h2 {
  font-size: 24px;
}
.page-home .product-view.image-view .product-block, 
.page-home .product-view.scrollable-view .product-block {
  box-shadow: none;
  border: 1px solid var(--lightgrey);
}

.page-home .product-view.scrollable-view .product-block:hover, 
.page-home .product-view.image-view .product-block:hover {
  border: 1px solid var(--darkblue);
}

.page-home span.add-to-cart-button {
    font-size: 1rem;
    color: var(--darkblue);
    border: 1px solid var(--darkblue);
    width: auto;
    max-width: none;
    border-radius: 25px;
    margin: 0 auto;
    line-height: 16px;
    text-transform: capitalize;
}
.page-home button:hover, 
.page-home .button:hover, 
.page-home a.button:hover {
    color: var(--white);
    background-color: var(--darkblue);
    border: 1px solid var(--darkblue);
    text-decoration: none;
}
.page-home span.add-to-cart-button::before {
  content: none;
}
.page-home .widget.widget-snippet .about-section .about-area .about-content h2 {
  font-size: 24px;
}
.page-home .widget.widget-snippet .about-section .about-area .about-content h6 {
  font-size: 16px;
  line-height: 24px;
}
.page-home .product-view.image-view .product-name a, 
.page-home .product-view.scrollable-view .product-name a, 
.page-home .category .category-name a {
  font-size: 16px;
  margin-bottom: 0;
}
    
.page-home .product-block .price {
  font-size: 16px;
  margin-bottom: 10px;
}
    
.page-home .widget.widget-snippet .about-section .about-area .about-content p {
  line-height: 24px;
}  
.widget-navigation .navigation-item a {
  color: var(--nero);
}
 
/* cart */
button.apply-discount-coupon {
  color: var(--darkblue);
  border: 1px solid var(--darkblue);
  border-radius: 25px;
  text-transform: capitalize;
}

button.apply-discount-coupon:hover {
  color: var(--white);
  background-color: var(--darkblue);
  border: 1px solid var(--darkblue);
}

.checkout-page-options .registered-customer button.login-submit:hover {
  border-width: 1px;
}

.confirm-popup.popup .button-line .no-button:hover, 
.review-form .btn-row .cancel:hover, 
.quick-cart-content .cart-details-link .view-cart.button:hover, 
.popup .continue-shopping-btn:hover, 
.cartitem-btn-wrapper .continue-shopping-btn:hover, 
.cartitem-btn-wrapper.top .empty-cartitem-btn:hover {
  border-width: 1px;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart, 
.cartitem-btn-wrapper .checkout-btn.cartitem-btn {
  border-width: 1px;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart:hover, 
.cartitem-btn-wrapper .checkout-btn.cartitem-btn:hover {
  border-width: 1px;
}
    
.page-checkout .widget-pageHeading, 
.page-cart .widget-pageHeading,
.page-releases .widget-pageHeading,
.page-login .widget-pageHeading, 
.page-presale .widget-pageHeading, 
.page-checklist .widget-pageHeading, 
.page-faq .widget-pageHeading,
.page-contact .widget-pageHeading,
.page-registration .widget-pageHeading,
.page-search-result .widget-pageHeading{
  background: transparent;
  padding: 2em 0;
  margin-bottom: 0;
}

.page-checkout .widget-pageHeading h1, 
.page-cart .widget-pageHeading h1, 
.page-releases .widget-pageHeading h1,
.page-login .widget-pageHeading h1, 
.page-presale .widget-pageHeading h1, 
.page-checklist .widget-pageHeading h1, 
.page-faq .widget-pageHeading h1,
.page-contact .widget-pageHeading h1,
.page-registration .widget-pageHeading h1,
.page-search-result .widget-pageHeading h1,
.page-checkout .widget-pageHeading h2, 
.page-cart .widget-pageHeading h2,
.page-releases .widget-pageHeading h2,
.page-login .widget-pageHeading h2, 
.page-presale .widget-pageHeading h2, 
.page-checklist .widget-pageHeading h2, 
.page-faq .widget-pageHeading h2,
.page-contact .widget-pageHeading h2,
.page-search-result .widget-pageHeading h2,
.page-registration .widget-pageHeading h2 {
  color: var(--darkblue);
  font-size: 2rem;
}

/* global */
button, .button, a.button {
  border-width: 1px;
  border-radius: 25px;
}
button:hover, .button:hover, a.button:hover {
  border-width: 1px;
  border-radius: 25px;
}
    

.widget-navigation .nav-wrapper.horizontal>.navigation-item a:before {
  height: 2px;
}
    
.widget.widget-storeLogo   {
  transform: scale(.85);
}

@media (max-width: 767px){
  .widget.widget-navigation.quick-link {
  	height: auto !important;
  }
}
    
.page-product .product-thumb-view img {
  object-fit: contain;
}
.page-product .product-widget.widget-price .current-price.price {
  color: #000;
}
.page-product .product-widget.widget-stockMark span.available {
  color: #005aff;
}
@media (min-width: 1000px){
  .page-product .product-widget.widget-price .current-price.price {
     font-size: 18px;  
  } 
}
.page-product .widget-socialMediaShare .social-media-wrapper span {
    filter: grayscale(1);
}
.page-product .widget-socialMediaShare .social-media-wrapper span:hover {
    filter: grayscale(0);
}
    
.page-product .widget-variation .variation-thumb .text .option-cell .variation-value:hover {
    color: red;
} 

/* Pay Due Amount popup */
.popup.site-popup.pay-remaining-amount-popup .content {
    padding: 15px 0 0;
}
.popup.site-popup.pay-remaining-amount-popup .form-row {
    margin: 0;
    padding: 0 30px 20px;
}
.popup.site-popup.pay-remaining-amount-popup label,
.popup.site-popup.pay-remaining-amount-popup .payment-gateway-label {
    display: block;
}
.popup.site-popup.pay-remaining-amount-popup input[type="text"],
.popup.site-popup.pay-remaining-amount-popup select {
    width: 100%;
}
.popup.site-popup.pay-remaining-amount-popup select:focus {
    border-color: #ccc!important;
}
.popup.site-popup.pay-remaining-amount-popup .button-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.popup.site-popup.pay-remaining-amount-popup .button-line button {
    border-width: 1px;
    max-width: inherit;
    margin: 0;
}
.popup.site-popup.pay-remaining-amount-popup .button-line button.submit-button {
    background: var(--darkblue);
    border-color: var(--darkblue);
    color: #fff;
    border-radius: 25px;
    text-transform: capitalize;
}
.popup.site-popup.pay-remaining-amount-popup .button-line button.submit-button:hover {
    background: var(--lightblue);
    border-color: var(--lightblue);
}
.popup.site-popup.pay-remaining-amount-popup .button-line button.cancel-button {
    background: none;
    border-color: var(--darkblue);
    color: var(--darkblue);
    border-radius: 25px;
    text-transform: capitalize;
}
.popup.site-popup.pay-remaining-amount-popup .button-line button.cancel-button:hover {
    background: var(--darkblue);
    border-color: var(--darkblue);var(--darkblue);
    color: #ffffff;
}    
    
body > .footer {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;  
} 
    
.jssor-slider-container .caption-wrapper {
  z-index: 100;
}
.jssor-slider-container .caption-wrapper a.submit-button {
    border-radius: 100px;
    color: var(--darkblue);
    border-color: #fff;
    background-color: #fff;
    line-height: 1.5;
    text-transform: capitalize !important; 
    font-size: 16px; 
}
    
.jssor-slider-container .caption-wrapper .button {
  box-shadow: 0px 1px 44px -1px rgba(0,0,0,0);
  -webkit-box-shadow: 0px 1px 44px -1px rgba(0,0,0,0);
}
.jssor-slider-container .caption-wrapper a.submit-button:hover {
    border-radius: 100px;
    color: var(--darkblue);
    background-color: rgba(255,255,255,.85);
    border-color: #fff;
}
.page-home .jssor-slider-container .button:hover {
  	border-radius: 100px;
}
.page-home .jssor-slider-container .caption-wrapper {
  bottom: 15%;
}
@media only screen and (max-width: 767px){
  .page-home .jssor-slider-container .caption-wrapper a.submit-button {
    padding: 70px 0;
    font-size: 3em;
  }
}

.widget-productImage .image-preview-box img {
  object-fit: contain;
}
    
.page-category .widget-pageHeading h1, 
.page-category .widget-pageHeading h2 {
  line-height: 1.25em;
}
    
.page-product img.popup-image {
  object-fit: contain;
}

#spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 .widget-category {
    margin: 0 auto;
    width: 1430px;
    max-width: 100%;
  	padding: 0 15px;
}
    
@media only screen and (max-width: 1400px) {
    #spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 .widget-category {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 600px) {
    #spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 .widget-category {
        padding: 0 15px;
    }
  	body > .body {
        padding: 0;
    }
}
.page-home #spltr-61D3241C-A9ED-4457-97B9-18085795E7B6 .widget-html.heading-title h1, 
.page-home #spltr-61D3241C-A9ED-4457-97B9-18085795E7B6 .widget-html.heading-title h2 {
  color: #000;
  text-transform: capitalize;
  font-size: 2em;
}
    
#spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 .fee-category-1 .category-image-view-height {
  aspect-ratio: 10 / 10;
}
    
#spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 .fee-category-1 .category-image-view-height img {
    border-radius: .5em;    
}
    
#spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00  .category-image-view.category:hover {
  border: none;
}
    
#spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00  .widget.fee-category-1 .widget-title {
  font-size: 2em;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  text-align: left;
}
    
@media (max-width: 767px){
  #spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 .fee-category-1 .category-image-view-width {
	width: 100%;
    padding: 1em;
  }
}
    
.page-home .widget.widget-html.heading-title h1, 
.page-home .widget.widget-html.heading-title h2 {
	padding-left: 0;      
}
    
.widget-html.heading-title h1:before, 
.widget.widget-html.heading-title h2:before {
  content: none;
}
    
#spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 .category-image-view.category {
  background: transparent;
}
/* homepage */
#spltr-D831D7B2-0B74-4CCA-9E99-886D7894EB57 .widget-blogPost .blog-post-item {
    border-radius: .5em;
    border: 1px solid #eee;
}
#spltr-D831D7B2-0B74-4CCA-9E99-886D7894EB57 .widget-blogPost .blog-post-item .title a {
  color: #0000ff;
}
#spltr-D831D7B2-0B74-4CCA-9E99-886D7894EB57 .widget-blogPost .blog-post-item .title a:hover {
  color: rgb(0, 94, 255, .9);
}
 
.widget-blogPost .blog-post-info span.date {
  color: #aaaaaa;
}
.page-home #spltr-D831D7B2-0B74-4CCA-9E99-886D7894EB57 {
    margin: 3em auto;
    width: 1430px;
    max-width: 100%;
    padding: 0 15px;
}
#spltr-D831D7B2-0B74-4CCA-9E99-886D7894EB57 .widget-blogPost .post.post-list-view-width {
  border-radius: .5em;
}
@media (max-width: 600px){
  	.page-home #spltr-D831D7B2-0B74-4CCA-9E99-886D7894EB57 {
    	margin: 3em auto;
	}
}
    
#spltr-D831D7B2-0B74-4CCA-9E99-886D7894EB57 .widget-blogPost >.widget-title {
    color: #0000ff;
    text-transform: capitalize;
    font-size: 2em;
    font-weight: 500;
    text-align: left;
  	margin-bottom: 30px;
  	line-height: normal;
}
    
.page-home #spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 {
  padding-top: 2em;
  padding-bottom: 4em;
}
.page-blog-post .widget-pageHeading {
    background: transparent;
    padding: 40px 0;
}
.page-blog-post .widget-pageHeading h1, 
.page-blog-post .widget-pageHeading h2 {
	color: #092E56;
}
    
.blog-post-details img {
  max-width: 100%;
}
.blog-post-info span.categories a {
  color: #0000ff;
  padding-right: 0;
}
.blog-post-details a {
    color: #0000ff;
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: 2px solid #0000ff;
}
a.blog-read-more {
    color: #0000ff;
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: 2px solid #0000ff;
    text-decoration: none !important;
  	width: fit-content;
}
        

.a.blog-read-more:hover,
.a.blog-read-more:focus,
.a.blog-read-more:active {
    text-decoration: none;
} 


.page-blog-post .widget-pageHeading h1::after, 
.page-blog-post .widget-pageHeading h2::after {
  content: '<a href="https://www.tlatradingcards.com/blog-category/nrl/"> << Back to blog</a>';
  content: "";
  font-size: 13px;
  text-align: left;
  display: block;
}
.page-blog-post .blog-post-details .image {
  display: none;
}
    
.page-home #spltr-61D3241C-A9ED-4457-97B9-18085795E7B6 .product-view.image-view .product-block, 
.page-home #spltr-61D3241C-A9ED-4457-97B9-18085795E7B6 .product-view.scrollable-view .product-block {
  border-radius: .5em;
}
.widget.widget-snippet .about-section h1 {
  margin-top: 0;
}
.widget.widget-snippet .about-section .about-area .about-content {
  padding-top: 0;
}
.horizontal > .has-child > .navigation-item-child-container {
  border-radius: .5em;
}    
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
  border-radius: 0 .5em .5em 0;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
  background: transparent;
}  
.horizontal .navigation-item:hover>.navigation-item-child-container {
  background: white;
}  
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
  border-bottom: none;
}
.category.post-list-view img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.page-blog-category .blog-posts {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1400px;
}
.page-news .widget-blogPost .blog-post-item .post-description > a {
  width: fit-content;
  color: #0000ff;
}
  
.page-blog-category .blog-post-item {
    border: 1px solid #eeeeee;
    border-radius: .5em;	
    position: relative;
    max-width: 30.33%;
    margin-bottom: 20px;
    position: relative;
    margin-right: 3%;
    padding: 20px;
  	border-radius: .5em;
}
.page-blog-category .category.post-list-view-width {
  width: 100%;
  max-width: 100%;
}
.page-blog-category .category.post-list-view img {
  max-width: 100%;
}
.page-blog-category .page-content {
  max-width: 1400px;
  margin: 0 auto;
}
.page-blog-category .widget-pageHeading h1, 
.page-blog-category .widget-pageHeading h2 {
    color: #092E56;
}    
.page-blog-category .widget-pageHeading {
    background: transparent;
    padding: 40px 0;
}
.page-news .widget-pageHeading h1, 
.page-news .widget-pageHeading h2 {
    color: #092E56;
} 
.page-news .widget-pageHeading {
    background: transparent;
    padding: 40px 0;
}
@media only screen and (max-width: 991px){
	.page-blog-category .blog-post-item {
        max-width: 47.8%;
      	margin-right: 2.2%;
    }
}
@media only screen and (max-width: 767px){
	.page-blog-category .blog-post-item {
        max-width: 100%;
      	margin-right: 0;
    }
}
   
body#webcommander-page > .header:before {	
  background: linear-gradient(90deg, rgba(0,255,255,.1) 0%, rgba(0,0,255,.1) 100%, rgba(0,212,255,.1) 100%);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.header .widget.widget-article.notice .article-content p {
  font-size: 13px;
  color: var(--lightblue);
}
.header .widget.widget-article.notice .article-content p a {
  color: var(--lightblue); 
}
.header .widget-snippet .social-links a i {
  color: var(--darkblue);
}
.header .widget.widget-search .search-form button {
  background: var(--lightblue); 
  font-size: 13px;
}
/* mobile nav */
.header .widget-navigation .navigation-item a span {
  color: var(--darkblue);  
}
.header .main-menu .nav-wrapper {
  /* background: #f7f7f7; */
}
.widget.widget-search .search-form {
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
}
.jssor-slider-container .container .hyper-link img {
  height: auto !important;
}
.jssor-slider-container .jssorb03 div {
  border: 2px solid #0000ff;
} 
.jssor-slider-container .jssorb03 div.av span {
  background: #0000ff;
  border-radius: 0;
}
div[id^="jssor-slider-"] .jssora20l, 
div[id^="jssor-slider-"] .jssora20r {
	top: 40% !important;   
}
    
.page-home #spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 {
/*   background: linear-gradient(90deg, rgba(0,255,255,.1) 0%, rgba(0,0,255,.1) 100%, rgba(0,212,255,.1) 100%); */
  background: linear-gradient(180deg, rgba(0,255,255,0) 0%, rgba(0,255,255,.1) 20%, rgba(0,0,255,.1) 80%, rgba(0,0,255,0));
  /* background-size: 400% 400%; */
  /* animation: gradient 15s ease infinite; */
}
    
.page-home #spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 .category .category-name {
  text-align: left;
}
.page-home #spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 .widget.fee-category-1 .category .category-name .category-name-link {
  color: #000;
}
    
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
    
/* ::-webkit-scrollbar {
    -webkit-appearance: auto;
    height: 6px;
}
::-webkit-scrollbar-thumb:horizontal{
  background: #0000ff;
  border-radius: 10px;
}*/

.scroll-left, .scroll-right {
    background: transparent;
    border: 1px solid #000;
    border-radius: 50px;
}  
.scroll-left::after, .scroll-right::after {
  	color: #000;
}
/* runfair section */   
.page-home #spltr-C49C175C-9118-454D-8A00-13C83CD76845,
.page-home #spltr-ECFD5E2A-FE36-42A3-8B77-D08895EBEEBE{
  	margin: 0 auto;
    width: 1430px;
    max-width: 100%;
}   
/* nav updates */  
.responsive .widget-navigation .navigation-item a {
  font-size: 13px !important;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
  font-size: 13px !important; 
}
#spltr-61D3241C-A9ED-4457-97B9-18085795E7B6 .widget.widget-html.heading-title {
    margin: 0 auto;
    width: 1430px;
    max-width: 100%;
    padding: 0 15px;  
}
#spltr-61D3241C-A9ED-4457-97B9-18085795E7B6 .widget-product {
    margin: 0 auto;
    width: 1430px;
    max-width: 100%;
    padding: 0 15px;
}
#spltr-CAAAE19A-DAD8-4B6A-8C61-0660256C40F6 .widget-product {
    margin: 0 auto;
    width: 1430px;
    max-width: 100%;
    padding: 0 15px;
}
#spltr-CAAAE19A-DAD8-4B6A-8C61-0660256C40F6 .widget.widget-html.heading-title {
    margin: 0 auto;
    width: 1430px;
    max-width: 100%;
    padding: 0 15px;  
}
@media (max-width: 767px){
    .page-home #spltr-CAAAE19A-DAD8-4B6A-8C61-0660256C40F6 .widget>.widget-title {
  		text-align: left !important;
	}
  	.page-home #spltr-FDE06ECA-BA3B-47AD-9BC1-E0BE6DBA1E00 .widget.fee-category-1 .widget-title {
        text-align: left !important;
    }
}

#spltr-CAAAE19A-DAD8-4B6A-8C61-0660256C40F6 .widget>.widget-title {
    font-size: 2em;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    text-align: left;
}
#spltr-CAAAE19A-DAD8-4B6A-8C61-0660256C40F6 {
    margin-top: 3em;
}
    
#spltr-5023440D-7259-4307-8D78-9C7EB53EB7CB {
  width: 100%;
}    
    
    