

/* Global */
body {
	font-family: 'Gilroy-Medium', sans-serif;
	font-size: 16px;
	color: #111111 /*{Body|font-colour}*/;
	background-color: rgba(255, 255, 255, 1) /*{Body|background-colour}*/;
	line-height: 22px;
}
p{
	font-size: 16px;
	line-height: 22px;
	color:  #111111;
}
@media(max-width: 1279px){
	body {
		font-size: 14px;

	}
	p{
		font-size: 14px;
		
	}
	table{
		font-size: 14px;
	}
}
a {
	color: #0083BF /*{Body|link-colour}*/;
	letter-spacing: 0.2px;
}
a:hover,
a:focus {
	color: rgba(0, 38, 77, 1) /*{Body|link-hover-colour}*/;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Gilroy-Bold', sans-serif ;
	color: #111111 ;
}
h1,
.h1 {
	font-size: 38px ;
	line-height: 44px;

}
h2,
.h2 {
	font-size: 32px ;
	line-height: 36px;

}
h3,
.h3 {
	font-size: 24px ;
	line-height: 26px;

}
h4,
.h4 {
	font-size: 18px ;
	line-height: 12px;

}
h5,
.h5 {
	font-size: 14px ;

}

@media(min-width: 768px) and (max-width:  1279px){
	body, p {
		line-height: 20px;
		font-size: 14px ;
	}
	h1,
	.h1 {
		font-size: 28px ;
		line-height: 36px;

	}
	h2,
	.h2 {
		font-size: 24px ;
		line-height: 32px;

	}
	h3,
	.h3 {
		font-size: 18px ;
		line-height: 24px;

	}
	h4,
	.h4 {
		font-size: 16px ;
		line-height: 20px;

	}
	h5,
	.h5 {
		font-size: 14px ;
		color: #111111 ;
	}

}

@media (max-width:  767px){
	body , p{
		line-height: 20px;
		font-size: 14px ;
	}
	h1,
	.h1 {
		font-size: 28px ;
		font-weight: bolder;
		color: #111111 ;
	}
	h2,
	.h2 {
		font-size: 24px ;
		font-weight: bolder;
		color: #111111 ;
	}
	h3,
	.h3 {
		font-size: 18px ;

		color: #111111 ;
	}
	h4,
	.h4 {
		font-size: 16px ;
		color: #111111 ;
	}
	h5,
	.h5 {
		font-size: 14px ;
		color: #111111 ;
	}


}
ul{
	padding-left: 15px;
}
ul li::marker {
	color: #0083BF;
}
.default-content ul li{
	padding-left: 7px;
}


img{
	max-width: 100%;
	height: auto;
}
.page-header {
	text-align: center;
	border-color: rgba(239, 239, 245, 1) /*{General|Primary Colour}*/;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-primary,
.btn-success {
	color: #fff /*{Buying Options|button-text-colour}*/;
	background-color: #0083BF/*{Buying Options|addtocart-hover-background-colour}*/;
	border-color: #0083BF /*{Buying Options|addtocart-hover-background-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #fff /*{Buying Options|addtocart-hover-text-colour}*/;
	background-color: #006898/*{Buying Options|addtocart-hover-background-colour}*/;
	border-color: #006898 /*{Buying Options|addtocart-hover-background-colour}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #999999/*{Buying Options|addtocart-hover-background-colour}*/;
	border-color: #999999 /*{Buying Options|addtocart-hover-background-colour}*/;
}
.btn-secondary {
	color: #252F38 /*{Buying Options|button-text-colour}*/;
	background-color: #fff /*{Buying Options|seeoptions-background-colour}*/;
	border-color: #252F38 /*{Buying Options|seeoptions-background-colour}*/;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	color:  #fff/*{Buying Options|button-text-colour}*/;
	background-color: #006695 /*{Buying Options|seeoptions-background-colour}*/;
	border-color: #006695 /*{Buying Options|seeoptions-background-colour}*/;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
	background-color: #fff ;
	border-color: #DDDDDD;
	color:  #DDDDDD;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #333333;
	border-color: #333333;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #39b3d7;
	border-color: #269abc;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.text-drak{
	color: #111;
}
.text-drak-grey{
	color: #333;
}
.text-grey{
	color: #B7B7B7;
}
.text-lighter{
	color: #F1F1F1;
}
.breadcrumb {
	background-color: transparent;
	margin-bottom: 25px;
}
.breadcrumb > li + li:before {
	color: #111111;
	content: "/\00a0";

	font-family: 'fontAwesome';
}
.breadcrumb > .active {
	color: #111111;
}
.breadcrumb a {
	font-family: 'Gilroy-Medium';
	font-size: 16px;
	color: #111111 /*{Breadcrumb|Link Colour}*/;
}
.pagination > li > a,
.pagination > li > span {
	color: #999999;
	background-color: #ffffff;
	border-color: #999999;
	margin: 5px;
	font-family: 'Gilroy-Medium';
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #303E48;
	background-color: #fff;
	border-color: #303E48;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #303E48;
	background-color: #fff;
	border-color: #303E48;
}
.label-default {
	background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080;
}
.label-primary {
	background-color: #333333;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}
.well {
	background-color: #f5f5f5;
	border-color:#e3e3e3;
}
.panel-default {
	border-color: #dddddd;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #dddddd;
}
.panel-title {
	color: #333333;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd;
}
.save {
	color: #D9534F;
}

.navbar {
	background-color: #252F38;
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a {
	color: #777777;
}
.navigation-list li a {
	color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}
.nav .caret {
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333333 ;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #333333;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu {
	background-color: #ffffff;
	border-color: #cccccc;
}
.dropdown-menu .divider {
	background-color: #e5e5e5;
}
.dropdown-menu > li a {
	color: #333333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #333333;
}
.logo {
	max-width:100%;
}
#n_category #check-availability .addtocart {
	width: 30%;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
	opacity: 1;
}
/*
* CUSTOM STYLES
*/
/* Wrapper Top */
.wrapper-top {
	height: 32px;
	position: relative;
	background-color: #F1F5F9 /*{Top|background-color}*/;
}
.top-menu a {
	color: rgba(0, 38, 77, 1) /*{Top|link-color}*/
}
.top-menu a:hover {
	color: rgba(0, 38, 77, 1) /*{Top|link-hover-color}*/
}
.top-menu li.priority a {
	color: rgba(239, 239, 245, 1) /*{General|Primary Colour}*/;
}
/* Wrapper Header */
.wrapper-header {
	background-color:  #fff /*{Header|background-color}*/;
}
.wrapper-header a {
	color: rgba(0, 38, 77, 1) /*{Header|link-color}*/;
}

#cartcontentsheader .checkout-text {
	color: rgba(0, 38, 77, 1) /*{Header|checkout-text-color}*/;
}
/* Main Menu */
.wrapper-main-menu {
	background-color: rgba(255, 255, 255, 1) /*{Main Menu|background-color}*/;
}
.wrapper-main-menu .navbar-nav > li > a {
	color: rgba(0, 38, 77, 1) /*{Main Menu|link-color}*/;
	font-family: "Gilroy-SemiBold";
	display: flex;
	align-items: center;
}
.wrapper-main-menu .navbar-nav > li > a  svg{
	margin-left: 5px;
}

@media (min-width:1199px)  and  (max-width:1300px)  {
	.wrapper-main-menu .navbar-nav > li {
		padding: 5px 18px !important;
	}
}
@media (min-width:992px)  and  (max-width:1200px)  {
	.wrapper-main-menu .navbar-nav > li {
	    padding: 5px 11px !important;
	}
	.wrapper-main-menu .navbar-nav > li a{
	   font-size: 13px !important;
	}
}


.wrapper-main-menu .navbar-nav > li > a {
	color:  #fff;
	font-family: 'Gilroy-Medium';
}
.wrapper-main-menu .navbar-nav > li > a:hover {
	background: transparent;
}
@media (max-width:767px) {
	.navigation-list li a,
	.navbar-nav .dropdown-menu > li > a {
		color: rgba(0, 38, 77, 1) /*{Mobile Main Menu|link-color}*/;
	}
}
.slick-slide{
	cursor: pointer;
}
/* Condensed Header */
.sticky-menu-icon {
	background-color: rgba(255, 255, 255, 1) /*{Main Menu|products-link-color}*/;
	border-color: rgba(255, 255, 255, 1) /*{Main Menu|products-link-color}*/;
}
.sticky-menu-icon:hover {
	background-color: rgba(255, 255, 255, 1) /*{Main Menu|products-link-hover-color}*/;
	border-color: rgba(255, 255, 255, 1) /*{Main Menu|products-link-hover-color}*/;
}
/* Home Page */
/* Part Finder */
.wrapper-part-finder .part-finder-title:before,
.wrapper-part-finder .part-finder-title p,
.wrapper-part-finder .wrap-select-inline button {
	color: #ffffff /*{Part Finder|font-color}*/;
}
.wrapper-part-finder .part-select:after {
	color:  /*{Part Finder|dropdown-arrow-color}*/;
}
/* Home Page Carousel */
.carousel-caption h3 {
	color: rgba(0, 38, 77, 1) /*{Carousel|title-colour}*/;
}
.carousel-caption p {
	color: rgba(0, 38, 77, 1) /*{Carousel|text-colour}*/;
}
.title-heading{
	margin-bottom: 45px;
}
/* Wrapper Products */
.wrapper-products {
	
}
.slick-slide img{
	margin: auto;
}

.no-load{
	display: none;
}
/* Generic Slick Styling */

.wrapper-products .slick-arrow:hover:before {
	color: rgba(239, 239, 245, 1) /*{General|Primary Colour}*/;
}
/* Thumbnails */
.thumbnail .caption form a{
	font-family: 'Gilroy-Bold';
	font-size: 16px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thumbnail .caption button{
	display: flex;
	align-items: center;
	justify-content: center;
}
.thumbnail .caption form a svg{
	margin-left: 10px;
}
.thumbnail .caption form a[disabled="disabled"]{
	color: #fff ;
	background-color: #0083BF;
	border-color: #0083BF;
}
.thumbnail .caption .price{
	font-size: 18px;
	height: 51px;
}
.other-product .thumbnail .caption .price{
	font-size: 20px;
}


.thumbnail .caption .price .thumb-rrp{
	font-size: 14px;
}

.js-success_stores{
	width: 1220px;
	margin: auto;
}
.nReviewsBlock i {
	color: rgba(239, 239, 245, 1) /*{General|Primary Colour}*/;
}
.thumbnail .caption .input-tiny {
	border: 1px solid #ec6f34;
	border-color: rgba(239, 239, 245, 1) /*{General|Primary Colour}*/;
}
/* Sidebar */
#left-sidebar .list-group > li + .filter > a:before {
	color: rgba(239, 239, 245, 1) /*{General|Primary Colour}*/;
}
#left-sidebar .wrapper-category-reviews hr {
	border-color: rgba(239, 239, 245, 1) /*{General|Primary Colour}*/;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
	color: rgba(239, 239, 245, 1) /*{General|Primary Colour}*/;
}
/* Product Page */
.prod-accordion h3 {
	border: rgba(239, 239, 245, 1) /*{General|Primary Colour}*/;
}
.prod-accordion h3:before {
	color: rgba(239, 239, 245, 1) /*{General|Primary Colour}*/;
}
/* Footer */
.wrapper-footer .title{
	font-size: 16px;
	font-family: 'Gilroy-SemiBold';
	text-transform: uppercase;
	margin-bottom: 20px;
	color:  #fff;
}
.footer-subscribe .w-100{
	width: 100%;
}
.footer-subscribe .btn-submit{
	width: 46px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background: #0083BF;
	top: 3px;
	right: 7px;
	height: 42px;
	border: 0px;
	border-radius: 3px;	
}
.footer-subscribe [name="inp-email"]{
	height: 48px;
	padding-right: 67px;
	padding-left: 20px;
	border-radius: 3px;
	font-family: 'Gilroy-Medium';
}
.wrapper-footer address{
	font-family: "Gilroy-Medium";
	font-size: 13px;
	margin-bottom: 0px;
	color:  #fff;
}

.wrapper-footer .nav > li > a, .wrapper-footer a{
	padding: 5px 0px;
	font-size: 13px;
	font-family: 'Gilroy-Medium';
	color:  #fff;
}
.wrapper-footer .nav > li > a:focus, .wrapper-footer a:focus{
	background: transparent;
}
.footer-subscribe .sub-title{
	margin: 30px 0px;
	color:  #fff;
}
.wrapper-security {
	background-color: rgba(217, 217, 217, 1) /*{Secure Footer|background-color}*/;
}
.wrapper-security .secure-option h3 {
	color: rgba(0, 38, 77, 1) /*{Secure Footer|title-color}*/
}

.slick-thumb-img .slick-arrow {
	transform: translateY(-50%);
	top: 50%;
}

.footer-subscribe {
	
}
.footer-subscribe input {
	background-color: #ffffff;
}
.wrapper-footer {
	background-color: #252F38 /*{Footer|background-color}*/;
	position: relative;
	overflow: hidden;

}
.wrapper-footer .container{
	z-index: 9;
	position: relative;
}

.wrapper-footer .icon-bg{
	position: absolute;
	bottom: -407px;
	right: 76px;
	z-index: 2;
}
.footer-subscribe,
.wrapper-footer,
.wrapper-footer-text,
.wrapper-footer-text h1,
.wrapper-footer-text h2,
.wrapper-footer-text h3,
.wrapper-footer-text h4,
.wrapper-footer-text p,
.wrapper-footer h4 {
	color: rgba(0, 38, 77, 1) /*{Footer|primary-font-colour}*/;
}
.wrapper-footer a,
.wrapper-footer-details a {
	color: #fff /*{Footer|link-colour}*/;
	transition: color 0.2s;
}
.wrapper-footer-details a {
	font-size: 30px;
}
.wrapper-footer a:hover {
	color: rgba(35, 71, 144, 1) /*{Footer|link-hover-colour}*/;
}
.secure-option ul li{
	padding-left: 3px;
	padding-right: 3px;
}
.secure-option ul{
	display: flex;
	align-items: center;
	float: left;
}
.icon-comodo{
	margin-left: 3px;
}
.icon-comodo img{
	height: 50px;
	width: auto;
	margin-left: 20px;
	margin-top: 0px;
}
/* Thumbnails */
.savings-container {
	background: rgba(0, 38, 77, 1) /*{General|Thumbnail Savings Background}*/;
}
/* Misc */
.hr-style hr {
	border-color: rgba(239, 239, 245, 1) /*{General|Primary Colour}*/;
}
.wrapper-main-menu .navbar-nav > li {
	padding: 5px 10px;
}
.wrapper-main-menu .navbar-nav > li.sale a{
	background: #B90D18;
    border-radius: 6px;
    padding: 5px 20px !important;
}
.wrapper-main-menu .navbar-nav > li.yellow > a{
	background: #FDD023 ;
    border-radius: 6px;
    padding: 5px 20px !important;
}
.wrapper-main-menu .navbar-nav > li > a{
	padding: 5px 0px !important;
}
.wrapper-main-menu{
	max-height: none;
}
.sponsoring-row{
	width: 100%;        
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: space-between; /* Safari 6.1+ */
	display: flex;
	justify-content: space-around;
}

.sponsor-thumbnail{
	position: relative;
}
.sponsor-caption{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(1, 1, 1, .7);
	color: #fff;
	padding: 18px 20px;
	height: 99px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.sponsor-caption h4{

	font-weight: normal;
}
.sponsor-caption p{
	color:  #fff;
	margin-bottom: 0px;
	font-size: 13px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home-sponsoring{
	padding: 65px 0px;
}
.home-sponsoring .title-heading {
	margin-bottom: 23px;
}
.neto-instagram-addon-widget {
	padding: 70px 0px 5px 0px;
	background: #F1F5F9;
	border-bottom: 3px solid #0083BF;
}
.home-sponsoring .slick-list {
	margin: 0 -15px;
}


.home-sponsoring .slick-arrow:before{
	color:  #ddd;
}
.home-sponsoring .slick-slide
{

	margin:  0px 15px;
}
.sponsor-caption h4>a{
	color: #fff;
	font-family: 'Gilroy-Medium', sans-serif;
	text-decoration: none !important;
}
#n_home h2{
	text-transform: uppercase;
}
#n_home .wrapper-history{
	display: none;
}
._itmspec_listopt {
	margin-bottom: 10px;
}
@media(max-width:1288px){
	#n_home{
		padding-top: 163px !important;
	}
}
@media (max-width: 767px){
	.card h4{
		line-height: 22px;
	}
	body, body#n_home {
		padding: 0 !important;
	}
	.sponsoring-row{
		flex-direction: column;

	}
	.sponsor-caption{
		padding: 10px;
		height: 62px;
	}
	.sponsor-caption p {
		display: none;
	}
	.sponsor-caption h4 {

		line-height: 20px;
	}
	.sponsor-thumbnail{
		width: 100%;
	}
}
.top-bar .content-right{
	float: right;
}
/* landing page */
.banner-landing-page-slider.slick-slider {
	display: none;
	width: 100%;
}

.banner-landing-page-slider.slick-initialized {
	display: block;
}

.banner-landing-page-slider .banner-item {
	min-height: 500px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.slick-slider-wrapper {
	display: none;
}

.slick-slider-wrapper.slick-initialized {
	display: block;
}

.slick-products .slick-arrow {
	position: absolute;
	top: -35px;
	z-index: 200;
}
.slick-products .slick-arrow {
	top: 42%;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
}
.slick-products .slick-arrow.slick-prev {
	left: -55px;
	border-radius: 10px 0px 0px 10px;
}
.slick-products .slick-arrow.slick-next {
	right: -55px;
	border-radius: 0 10px 10px 0;
}

.banner-landing-page-slider .caption{
	width: 796px;
	padding: 10px;
	margin: 0 0 0 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.banner-landing-page-slider .caption .headline a{
	color: #F6D920;
	font-size: 85px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 85px;
}
.banner-landing-page-slider .caption .headline a:hover{
	text-decoration: none;
}
.banner-landing-page-slider .caption p{
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
.banner-landing-page-slider .caption p a{
	padding: 5px 40px 5px 40px;
	color: #000;
	border-color: #ffe401;
	background: #ffe401;
	fill: #000;
}
.banner-landing-page-slider .caption p a svg{
	margin-left: 5px;
}

.block-btn-ver2 a{
	max-width: 202px;
	border: 2px solid #303E48;
	height: 42px;
	color: #303E48;
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: space-around;
	border-radius: 2px;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold';
	margin: 20px auto;
}
.block-btn-ver2 a:hover {
	background: #0083bf;
	color: #fff;
	border: 1px solid #0083bf;
}

.block-btn-ver2 a:hover svg path {
	fill: #fff;
}

@media (max-width: 767px) {
	.slick-products .slick-arrow {
		top: -50px;
		background: none;
	}
	.slick-products .slick-arrow.slick-next {
		right: 0%;
	}
	.slick-products .slick-arrow.slick-prev {
		left: 0%;
	}
	.banner-landing-page-slider .caption{
		top: 40%;
		margin: 0;
		width: 100%;
	}
	.banner-landing-page-slider .caption .headline a{
		font-size: 35px;
		line-height: 40px;
	}
}

.landing-page-container .section.advert-category {
	padding: 28px 0;
}

@media (max-width: 767px) {
	.landing-page-container .section.advert-category .container {
		padding: 0;
		overflow-x: hidden;
	}
}

.landing-page-container .advert-category .row {
	margin-left: -3px;
	margin-right: -3px;
}

.landing-page-container .advert-category .row > div {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.landing-page-container .advert-category .inner {
	padding: 100px 12px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.landing-page-container .advert-category .inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(122,122,122,0.56) 0%, #7a7a7a 100%);
	opacity: .5;
}

.landing-page-container .advert-category .inner .box-content {
	position: relative;
	z-index: 2;
}

.landing-page-container .advert-category .inner .title {
	margin-bottom: 40px;
	color: #EDE628;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 400;
}

.landing-page-container .advert-category .inner .btn {
	font-size: 12px;
	text-transform: uppercase;
	fill: #ffe401;
	color: #ffe401;
	background-color: rgba(0,0,0,0.6);
	padding: 20px 40px 20px 40px;
	border-radius: 3px;
	transition: all .3s;
}

.landing-page-container .advert-category .inner .btn:hover {
	background-color: #000;
}

.landing-page-container .advert-category .inner .btn svg {
	margin-left: 24px;
}

.landing-page-container .wrapper-products {
	padding: 28px 0;
	margin-top: 0;
	background-color: #fff;
	background-image: none;
}

.landing-page-container .wrapper-products .container {
	background-color: #fff;
	padding: 0 10px;
}

.landing-page-container .advert-category.advert-category-center .inner{
	padding: 0;
	position: relative;
}
.landing-page-container .advert-category.advert-category-center .image{
	width: 100%;
}

.landing-page-container .advert-category.advert-category-center .image img{
	max-width: 100%;
}
.landing-page-container .advert-category.advert-category-center .inner .box-content{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.landing-page-container .advert-category.advert-category-center .inner .title{
	margin: 0;
}
.landing-page-container .advert-category.advert-category-center .inner .title:hover{
	text-decoration: none;
}
.landing-page-container .advert-category.advert-category-center .inner .bnt-card{
	margin-top: 40px;
}

.section-add-banner .banner-wrapper {
	padding: 112px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-add-banner .banner-wrapper .title {
	font-size: 38px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.1;
	margin-bottom: 56px;
}

.section-add-banner .banner-wrapper .btn {
	font-size: 12px;
	text-transform: uppercase;
	background-color: #ffe401;
	border-color: #ffe401;
	border: 2px solid #ffe401;
	padding: 20px 40px 20px 40px;
	border-radius: 3px;
	color: #000;
	transition: all .3s;
}

.section-add-banner .banner-wrapper .btn:hover {
	background-color: transparent;
	border-color: #000;
}

.section-add-banner .banner-wrapper .btn svg {
	margin-left: 24px;
	fill: #000;
}
.home-key_capabilities{
	padding: 60px 0px;
}
.home-key_capabilities   .sub-title{
	font-size: 22px;
}
.home-key_capabilities .flex{
	display: flex;
	align-items: center; 
	flex-wrap: wrap;
}
.home-key_capabilities .flex .item {
	width: 25%;
	text-align: center;
	padding:  0px 20px;
}

.home-key_capabilities .flex .block-content{
	padding-top: 32px;
}
.home-key_capabilities .flex .block-content h4{
	text-transform: uppercase;
	/* margin-bottom: 36px; */
	max-width: 203px;
	margin: auto;
	line-height: 26px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-key_capabilities .flex .block-content h4 a{
	color:  #111111;
}
.home-key_capabilities .flex  .block-content .block-btn{
	width: 157px;
	height: 35px;	
	margin: auto;
	margin-top: 5px;
	background: #0083BF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;

}

.home-key_capabilities .flex  .block-content .block-btn a{
	color:  #fff;
	text-transform: uppercase;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: space-between;
	font-family: 'Gilroy-Bold';
}
.home-key_capabilities .flex  .block-content .block-btn a svg{
	margin-left: 10px;
}

.home-key_capabilities .block-image{
	margin-top: 50px;
}
.home-block img{
	width: 100%;
}
.home-block .block-caption{
	top: 50%;
	width: 100%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.home-block .block-caption p{
	color:  #fff;
	margin-bottom: 20px;
}
.home-block .block-content h2{
	color:  #fff;
}
.home-block .block-content {
	max-width: 720px;
	color: #fff;
	margin-left: 40%;
	padding: 35px 0px 45px;
}

.home-block .block-content .block-btn a {
	max-width: 354px;
	border: 2px solid #fff;
	height: 42px;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: space-around;
	border-radius: 2px;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold';
}
.home-promo_widgets .flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.wrapper-video{
	position: relative;
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	height: auto;
}
.wrapper-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.videoModal.in{
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.wrapper-close{
	text-align: right;
	cursor: pointer;
}

#n_home .home-promo_widgets h2{
	text-transform: initial;
}
.home-promo_widgets .item:nth-child(2n){
	background: #F1F5F9;
}
.home-promo_widgets .item:last-child img{
	cursor: pointer;
}
.home-promo_widgets .item:nth-child(odd) .flex{
	flex-direction: row-reverse;
}

.home-promo_widgets .item:nth-child(odd) .flex >div{
	width: 50%;
}

.home-promo_widgets .item:nth-child(odd) .flex .block-caption {
	padding-left: 145px;
}
.home-promo_widgets .block-content .block-btn a:hover svg path{
	fill:  #fff;
}
.home-promo_widgets .block-content .block-btn{
	margin-top: 22px;
}
.home-promo_widgets .block-content .block-btn a {
	max-width: 202px;
	border: 2px solid #303E48;
	height: 42px;
	color: #303E48;
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: space-around;
	border-radius: 2px;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold';
}
.home-promo_widgets  .block-image {
	width: 60%;
}
.home-promo_widgets  .block-caption {
	width: 40%;
}
.home-trusted_partners{
	padding-top: 70px;
	border-top:  1px solid #DDDDDD;
}
.home-trusted_partners img{
	margin: auto;
}
.home-trusted_partners .flex{
	display: flex;
	align-items: center;
	margin: 30px 0px 65px;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.home-trusted_partners .flex .item{
	width: 12.5%;
	text-align: center;
}
.home-success_stories{
	background: #F1F5F9;
	padding:  70px 0px ;
}
.home-success_stories .flex{
	padding-left: 70px;
	padding-right: 70px;
}
.home-success_stories .block-image{
	display: flex;
	align-items: center;
	font-family: 'Gilroy-Bold';
	color:  #111111;
	font-size: 16px;
	margin-bottom: 15px;

}
.home-success_stories .block-image .flex{
	display: flex;
	align-items: center;
}
.home-success_stories .block-image img{
	margin-right: 10px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #DDDDDD;
}
.home-success_stories .block-content {
	max-width: 87%;
}

.home-success_stories .block-content p{
	font-family: 'Gilroy-Medium', sans-serif;
	padding: 0px 25px;
	text-align: left;
}
.home-success_stories .slick-arrow:before {
	color: #ddd;
}

.home-block .block-content .block-btn svg path{
	fill:  #fff;
}

.home-block-ver2 .block-content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 307px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.home-block-ver2 {
	text-align: center;
	background: #dfe2e3;
	background-repeat: no-repeat;
	height: 399px;
	background-position: center;
	background-size: cover;
}
#n_home .home-block-ver2 h2{
	text-transform: initial;
}
.block-content .block-btn a{
	color: #303E48;
	border-radius: 4px;
}
.home-block-ver2 .block-btn a{
	max-width: 182px;
	border: 2px solid #303E48;
	height: 42px;
	
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: space-around;
	
	text-transform: uppercase;
	font-family: 'Gilroy-Bold';
	margin: auto;
}

.block-content .block-btn a:hover{
	background: #0083BF;
	color:  #fff;
	border:  1px solid #0083BF;
}


.home-block-ver2 .block-content .block-btn svg path{
	fill: #303E48;
}
.home-block-ver2 .block-content .block-btn:hover svg path{
	fill: #fff;
}
.slick-thumb-img .slick-slide{
	border:  1px solid #fff;
}

.slick-thumb-img{
	max-width: 596px;
	margin:  auto;
}
.slick-thumb-img .slick-slide.slick-current{
	border:  1px solid #0083BF;
}
.slick-thumb-img .slick-slide{
	border:  1px solid #F1F1F1;
	margin:  0px 8px;
}
.slick-thumb-img .slick-arrow:before
{
	display: none;
}
._itmspec_listopt  .n-wrapper-form-control{
	width: 100%;
}

.overplay-blur.show{
	background: #02020270;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0px;
}

.header-search-sp{
	display: none;
	position: fixed;
	z-index: 99999;
	width: 100%;
	top: 39px;
	padding: 0px 10px;
}
.header-search-sp.show{
	display: block;
}
.slick-thumb-img  .slick-arrow.slick-prev {
	left: -45px;
}
.slick-thumb-img  .slick-arrow.slick-next {
	right: -45px;
}
.wrapper-product-title span{
	font-size: 16px;
	font-family: 'Gilroy-Medium', sans-serif;
}
.wrapper-product-title{
	margin-bottom: 5px;
}
#shipbox{
	margin-top: 30px;
}
#shipbox input{
	font-family: 'Gilroy-Medium', sans-serif;
}
#shipbox select{
	color:  #111111;
}

#shipbox .panel-body{
	background: #F1F5F9;
	padding:  35px 30px;
	font-size: 16px;
}
#shipbox .panel-body hr{
	display: none;
}

#shipbox h3{
	margin-bottom: 15px;
}
.btn-shipbox-search{
	background: #fff;
	border: 2px solid #303E48 ;
	color:  #303E48;
	font-family: 'Gilroy-Bold', sans-serif;
	height: 48px;
}
.buying-options .flex{
	align-items: center;
	display: flex;
}
.buying-options .flex .product-wishlist{
	padding-top: 8px;
	text-align: center;
}
#n_product .buying-options .qty,
#n_product .buying-options .addtocart 
{
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
.buying-options .qty,
.buying-options .addtocart 
{
	height: 48px;
	text-transform: uppercase;
}
.buying-options .addtocart svg{
	margin-left: 5px;
}
.caption .buying-options a{
	height: 48px;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold', sans-serif;
}
.buying-options .addtocart{
	font-family: 'Gilroy-Bold', sans-serif;
}

.tab-header{
	display: flex;
	justify-content: center;
	background-color: #252F38;
	align-items: center;
	height: 60px;
	margin-top: 60px;
}
.tab-content{
	padding-top: 40px;
	padding-bottom: 30px;
}
.tab-header h3{
	display: flex;
	justify-content: center;
	margin: 0px 20px;
	align-items: center;
	height: 60px;
	color:  #999999;
	margin-bottom: 0px;
	text-transform: uppercase;
	height: 42px;
	font-size: 18px;
	width: 240px;
	border-radius: 3px;
	cursor: pointer;
}

.tab-header h3.active{
	background: #0083BF;
	color:  #fff;
}
.tab-section{
	display: none;
}
.tab-section.active{
	display: block;
}

.tab-section .title{

	font-size: 18px;
	font-family: 'Gilroy-Bold', sans-serif  !important;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 20px;
}

.tab-section table tr:nth-child(odd){
	background: #F1F5F9;
}

.tab-section  table tr td:first-child{
	font-family: 'Gilroy-Bold', sans-serif;
	color:  #111111;
	font-size: 16px;
}

.tab-section table tr td
{
	font-size: 16px;
	color:  #111;
	font-family: 'Gilroy-Medium', sans-serif;

}
.tab-section  table  td{
	border-top: 0px !important;
	padding: 8px 33px !important;
}
.tab-des p, .tab-des span, .tab-des{
	font-family: 'Gilroy-Medium', sans-serif !important;
}
.other-product{
	background-color: #F1F5F9;
	padding-bottom: 40px;
}
.other-product h2{
	margin-top: 60px;
	text-transform: uppercase;
}

.other-product .slick-arrow:before
{
	display: none;
}

.other-product .slick-next svg{
	transform: rotate(180deg);
}

.other-product .slick-arrow.slick-prev {
	left: -45px;

}
.other-product  .slick-arrow.slick-next {
	right: -45px;

}

#left-sidebar .filter .list-group-item,  #left-sidebar .filter-remove .list-group-item{
	padding-left: 25px !important;
	padding-right: 25px !important;
	display: flex;
	align-items: center;

}

.price-range-lg, #filters ul{
	display: none;
}

.price-range-lg.active, #filters ul.active{
	display: block;
} 

#left-sidebar .panel-heading-thumbnails{
	margin-bottom: 0px;
	border: 0px;
}
#left-sidebar .list-group-item.filter-title{
	padding: 24px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F1F5F9;
	font-size: 18px;
	color: #111111;
	text-transform: uppercase;
	font-family: 'Gilroy-Bold';
	cursor: pointer;
	margin-top: 10px;
}

#filters .filter a{
	padding: 7px 0px ;
	font-family: 'Gilroy-Medium', sans-serif;
}
#filters ul li:last-child a{
	padding-bottom: 30px;
}
#filters li a{
	font-size: 16px;
	font-weight: 300;
	color: #111111;
}

#left-sidebar .panel-heading{
	padding: 10px 0px;
}
#left-sidebar  .panel-title .accordion-toggle{
	font-size: 24px;
	margin-bottom: 30px;
}
.filter-title h4{
	font-size: 18px;
}
#filters li{
	width: 100%;
	padding:  0px;
}
#filters li a{

	background: #F1F5F9;
}

#filters .filter span, #filters .filter-remove span {
	margin-left: 7px;
}
#filters  .list-inline{
	margin-left: 0px;
}
.filter_input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding-left: 0px;
	padding-right: 0px;
}


.section-recently-viewed .section-title{
	text-align: center;
}
.section-recently-viewed{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.section-recently-viewed .thumbnail{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.section-recently-viewed .thumbnail-image{
	width: 120px;
	height: 120px;
	border: 1px solid #DDDDDD;
}
.section-recently-viewed .product-info{
	width: calc(100% - 120px);
	padding-left: 17px;
}
.section-recently-viewed .product-info .card-title a{
	font-size: 16px;
	color: #111111;
	line-height: 22px;


}

.section-recently-viewed .product-info .price{
	font-size: 16px;
	font-family: 'Gilroy-Bold';
	margin-top: 0px;
	color:  #303E48;
}

.section-recently-viewed .product-info .card-title{
	font-family: 'Gilroy-Bold';
	height: 80px;
}
.icon-bars{
	display: none;
}
.wrapper-header #header-cart > a.icon-phone {
	margin-left: 0px;
}
.notify_popup {
	border: 2px solid #303E48;
}
.subcategories .item{
	margin:  0px 15px;
}

#homepageCarousel .slick-arrow {
	background: #ffffff33;

	border-radius: 0px;
	height: 83px;
	width: 48px;
}
#homepageCarousel .slick-arrow.slick-prev 
{
	left: 50px;
}
#homepageCarousel .slick-arrow.slick-next
{
	right: 50px;
} 
.header-menu-sp{
	display: none;
}
.video-slider {
	/*position: absolute;
	right: 7%;
	top: 50%;
	transform: translate(-8%, -50%);*/
}
div#homepageCarousel .container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, -50%);
	text-align: center;
}
div#homepageCarousel .video-slider{
	float: right;
}
#main-content{
	overflow-x: hidden;
}

.thumb-list img{
	width: 100%;
}
.thumb-list .item{
	padding:  7px;
}
.thumb-list .list{
	position: relative;
}
.thumb-list .list .btn{
	position: absolute;
	position: absolute;
	bottom: 35px;
	left: 50%;
	color: #fff;
	transform: translate(-50%);
	z-index: 9;
}
.thumb-list .list .btn  svg{
	margin-left: 5px;
	
}
.thumb-list .list .btn a{
	color:  #fff;
	display: flex; 
	align-items: center;
}
.thumb-list .list .btn {
	text-transform: uppercase;
}
.thumb-list .list-custom .btn-custom p {
	font-family: 'Gilroy-Bold', sans-serif;
	color:  #fff;
	font-size: 32px;
}
.thumb-list .list-custom .btn-custom {
	font-size: 18px;
	color:  #fff;
	margin-top: 10px;
	font-family: 'Gilroy-Bold', sans-serif;
	text-transform: capitalize;
}
.thumb-list .list-custom .btn-custom{
	text-align: center;
	
	position: absolute;
	/* bottom: 0px; */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
.thumb-list .list-custom .btn-custom a{
	color: #fff;
}
.thumb-list .list-custom {
	margin-top: 23px;
}    

.thumb-list-wrapper{
	position: relative;
}



.thumb-list .list .btn{
	color:  #fff;
	display: flex;
	justify-content: center;
	font-family: 'Gilroy-Bold', sans-serif;
}

.featured-brands{
	padding-top: 70px;
}
.back-to-top {
	position: fixed;
	right: 32px;
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 50px;
	bottom: 32px;
	z-index: 999999;
	cursor: pointer;
}

.icon-bg svg path{
	fill: #313B43;
}
.contact-info p{
	font-size: 16px;
	font-family: 'Gilroy-Medium', sans-serif;
	margin-bottom: 0px;
}
.wrapper-address {
	margin-top: 15px;
}
.contact-info .wrapper-info{
	font-size: 16px;
	color:  #111;
	margin-bottom: 0px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-family: 'Gilroy-Medium', sans-serif;
}

.contactPage{
	padding-top: 40px;
}
.contact-info-map{
	margin-top: 30px;
}

.contact-info a{
	color:  #111;
}
.contact-info .wrapper-info  .svg{
	width: 30px;
}
.contactPage-info h3{
	text-transform: uppercase;
}
input.form-control, select.form-control{
	height: 48px;
}
.contactPage-info input[type="submit"]{
	width: 160px;
	height: 40px;
	font-family: 'Gilroy-Bold', sans-serif;
	padding: 0px;
}
.contactPage-info .subtitle{
	margin-bottom: 12px;
	margin-top: 7px;

}
.contact-info p.sub{
	margin-bottom: 30px;
}

.contact-info-map img{
	width: 100%;
	margin-bottom: 30px;
}

.contactPage-info p{
	font-family: 'Gilroy-Medium', sans-serif;
}
.contactPage-info label{
	color:  #111;
	margin-bottom: 10px;
	font-family: 'Gilroy-Bold', sans-serif;
}
.contactPage-info label span{	
	color: #D8232F
}
.contactPage-info textarea{
	height: 81px;
}
.contactPage-info  input, .contactPage-info select, .contactPage-info textarea{
	border: 0px;
	padding-left: 20px;
}

.contactPage-info  input::-webkit-input-placeholder ,.contactPage-info select, .contactPage-info textarea::-webkit-input-placeholder{ 
	color: #999999;
	font-size: 16px;
	font-family: 'Gilroy-Medium', sans-serif;
}

.contactPage-info  input:-ms-input-placeholder, .contactPage-info  textarea:-ms-input-placeholder { 
	color: #999999;
	font-size: 16px;
	font-family: 'Gilroy-Medium', sans-serif;
}

.contactPage-info  input::placeholder, .contactPage-info  textarea::placeholder  {
	color: #999999;
	font-size: 16px;
	font-family: 'Gilroy-Medium', sans-serif;
}

.contactPage{
	margin-bottom: 40px;
}
.contact-social ul{
	padding-left: 30px;
	padding-top: 20px;
}
.contactPage-info{
	background: #F1F5F9;
	margin-top: 5px;
	padding: 30px 45px;
}
@media(max-width:  767px){
	.contactPage-info{
		padding: 30px 25px;
	}
	.contact-info p{
		font-size: 13px;
	}
	.contact-info .wrapper-info{
		font-size: 13px;
	}
	.contact-info p{
		width: calc(100% - 30px);
	}
	.contact-social ul {
		padding-left: 0px;
	}
	.contactPage-info input[type="submit"] {
		width: 100%;
		margin-top: 10px;
	}
}
.thumb-list-img{
	display: none;
}
.default-content{
	padding-bottom: 40px;
}
.default-content p, .default-content li{
	font-size: 16px;
	margin-bottom: 15px;
	color:  #111;
	line-height: 21px;   
	font-family: 'Gilroy-Medium', sans-serif;
}
.default-content table tr:nth-child(odd) {
	background: #F1F5F9;

}
table{
	font-family: 'Gilroy-Medium', sans-serif;
	border: 0px !important;

	font-size: 16px;
}
table tr{
	border:  0px;
	height: 40px;
}

table  td, table th {
	padding: 0;
	padding-left: 30px;
	border: 0px !important;
}

.default-content span{
	font-family: "Gilroy-Medium" !important;
	line-height: 22px;
}
.default-content table{

}
.pad-b-30{
	padding-bottom: 30px;
}
.pad-b-40{
	padding-bottom: 40px;
}
.pad-b-20{
	padding-bottom: 20px;
}
.pad-r-20{
	padding-right: 20px;
}
.breadcrumb li:first-child{
	padding-left: 0px;
}
.customer_account {
	margin-bottom: 40px;
}
#n_customer_account p.text-muted.small{
	margin-bottom: 0px;
}
.status-product{
	margin-bottom: 12px;
}
.text-danger{
	color: #d9534f;
	font-size: 14px;
	display: flex;
	padding-left: 0px;
	font-family: "Gilroy-Medium" ;
}
.text-success{
	color: #00BF92;
	font-size: 14px;
	display: flex;
	padding-left: 0px;
	font-family: "Gilroy-Medium" ;
}
.text-success svg{
	margin-right: 10px;
}

.thumb-list .images h3 .icon-plus-cat:hover {
	opacity: .7
}

.thumb-list .text {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 0;
	padding: 30px
}

.thumb-list .text .d-flex {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
	padding:  35px;
}

.thumb-list .text .d-flex .item {
	width: 48%;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    background: #fff;
    border-radius: 3px;
    align-items: center;
    flex-wrap: wrap;
}
.thumb-list .text .d-flex .item .icon{
	width: 30px;
}

.thumb-list .text .d-flex .item img {
	display: inline-block;
	max-height: 30px;
	    object-fit: cover;
    width: 30px;
}


.thumb-list .box-item.active {
	background: #2f3e47f2;
	z-index: 9;
	opacity: 1;
}
.thumb-list .text .d-flex .item h4 {
	font-family: "Gilroy-Medium";
	margin-top: 10px;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	width: calc(100% - 30px);
}

.thumb-list .text .item.view-all {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0083BF;
	color: #fff;
	text-align: center;
	font-family: 'Gilroy-Bold';
	line-height: 19px;
	height: 47px;
	padding: 0px;
	border-radius: 3px;
}
.thumb-list .text .item.view-all a{
	color:  #fff !important;
}
.thumb-list .text .d-flex .item img {
	display: inline-block;
}
.thumb-list .text .d-flex .item a{
	color: #111;
	font-size:  14px;
}
.thumb-list .text .view-all:hover {
	text-decoration: none;
	opacity: .7
}

.thumb-list .text .click-back {
	cursor: pointer;
	font-family: 'Gilroy-Medium', sans-serif;
	display: none;
	align-items: center;
	font-size: 20px;
}

.thumb-list .text .click-back .fa {
	font-size: 12px;
	vertical-align: 3px;
	margin-right: 8px
}
#recent_sales_ticker{
	z-index: 999999;
}

.icon-paypal{
	order: 2;
}
.icon-visa{
	order: 3;
}
.icon-mastercard{
	order: 4;
}


.icon-americanexpress{
	order: 5;
}

.icon-directdeposit{
	order: 1;
}
.icon-afterpay{
	order: 6;
}
.cloud-flare-logo{
	order: 19;
}
.sponsor-thumbnail img{
	border-radius: 5px;
}

#dropdownMenu1{
	margin-top: 20px;
	margin-bottom: 10px;
	border:  1px solid;
}
.thumbnail .caption .buying-options{
	padding-top: 15px;
}

.about-us-icon{
	padding-right: 10px;
}
.about-us-icon img{
    height: 17px;
}

.images-list{
	position: relative;
	z-index: 9;
}
@media(min-width:  1024px){
	.item-1:hover {
		cursor: pointer;
	}
	.item-1:hover .box-item{
		background: #2f3e47f2;
	    z-index: 9;
	    opacity: 1;
	}
	.item-1:hover .btn{
		display: none;
	}

	.click-back{
		display: none;
	}
	.item-4 .block-image {
		max-width: 463px;
	}
	.product-brand-logo{
		margin-top: -10px;
	}
	.sponsor-thumbnail img{
		width: 100%;
		object-fit: cover;
		height: 300px;
	}
	.home-block img {
		object-fit: cover;
		width: 100%;
	}
	.thumb-list{
		padding:  0px 0px;
	}
	.home-promo_widgets .item:first-child{
		padding:  74px 0px 40px 0px;
	}
	.home-promo_widgets .item:nth-child(2n) .block-image {
		padding-right: 80px;
	}
	.thumb-list-img img{
		height: 680px;
	}
	.thumb-list-img{
		display: block;
	}
	.thumb-list-wrapper .info{
		position: absolute;
		top: 0px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.no_pad_pc{
		padding:  0px;
	}
}
@media(min-width:  1500px){
	.item-4 .block-image {
		max-width: 580px;
	}

}
@media(min-width:  768px){

	.home-success_stories .slick-arrow.slick-next {
		right: -50px;
	}
	.home-success_stories .slick-arrow.slick-prev {
		left: -50px;
	}
	.home-promo_widgets .item:last-child{
		padding:  60px 0px;
	}
	.home-promo_widgets .item:last-child .block-caption{
		padding-right: 88px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.item-4 .block-image img{
		cursor: pointer;
		width: 100%;
	}
	.content-center{
		text-align: center;
	}
	.section-recently-viewed .product-info .card-title{
		margin-bottom: 22px;
	}
	.contact-info{
		padding-right: 30px;
	}

	.neto-instagram-addon-widget .widget-title{
		font-size: 32px !important;
		margin-bottom: 38px !important;
		text-transform: uppercase;
	}
}
@media (min-width:  1500px)  {
	.home-key_capabilities .flex{
		margin:  0px -40px;
	}
}
@media (min-width:  1300px)  {
	.wrapper-products .container{
		padding: 20px 0px;
	}
	.social-sm{
		display: none;
	}
	
}
@media (min-width:  1200px)  {
	.pad-left-30	{
		padding-left: 30px;
	}

	.home-promo_widgets .flex{
		padding: 0px 20px;
	}
	.home-sponsoring .slick-arrow.slick-prev {
		left: -3%;

	}
	.home-sponsoring .slick-arrow.slick-next{
		right: -3%;
	}
}
@media (min-width:  768px) and (max-width: 1200px) {
	.col-sm-6-custom #_jstl__header,
	.col-sm-6-custom>form,
	.col-sm-6-custom .status-product,
	.col-sm-6-custom .social-sm,
	.col-sm-6-custom .extra-options
	{
		margin-left: calc(50% + 10px);
	    padding-right: 10px;
	}
	.col-sm-6-custom .status-product{
		display: grid;
	}
	.col-sm-6-custom>form>.row{
		display: flex;
	}

	.col-sm-6-custom .social-pc-sp{
		display: none;
	}
	.col-sm-6-custom  #_jstl__header_r{
		display: inline-block;
	}
	.col-sm-6-custom #shipbox{
		display: inline-block;
	}
    
}
@media (max-width:  1200px)  {
	.home-promo_widgets .item:nth-child(2n) .block-image {
	    padding-right: 50px;
	    padding-left: 10px;
	}
}
@media (min-width:  1199px) and (max-width: 1200px) {
	.thumb-list-img img {
		height: 532px;
	}
	#homepageCarousel .video-slider img{
		padding-right: 35px;
	}
}
@media (min-width:  768px) and (max-width: 1199px) {

	#homepageCarousel .slick-arrow{
		top:  50%;
		transform: translateY(-50%);
	}
	.wrapper-products{
		padding-top: 20px;
	}
	.featured-brands > div {
		padding: 15px 20px;
	}
	.featured-brands img {
		width: 157px;
		height: 107px;
		object-fit: contain;
		object-position: center;
	}
	.js-sponsoring .slick-arrow.slick-prev {
		left: -35px;
	}
	.js-sponsoring .slick-arrow.slick-next {
		right: -35px;
	}
	.sponsoring {
		padding: 0px 50px;
	}
	.sponsor-thumbnail img {
		width: 100%;
		object-fit: cover;
		height: 280px;
	}
	.home-success_stories .block-content {
		max-width: 100%;
	}
	.home-block img{
		height: 271px;
		object-fit: cover;
	}
	#n_category .breadcrumb{
		display: none;
	}
	.sort_container {
		margin-bottom: 15px;
	}
	#left-sidebar .panel-title .accordion-toggle {
		margin-bottom: 25px;
	}
	#n_category .page-header {

		font-size: 38px;
	}
	.subcategories{
		margin-bottom: 33px;
	}
	.caption .buying-options a {
		height: 36px;
	}
	#n_product .wrapper-thumbnail .addtocart{
		height: 36px;
	}
	.breadcrumb{
		text-align: center;
	}
	.tab-product-wrap {
		padding: 10px;
	}
	.other-product{
		padding-left: 20px;
		padding-right: 20px;
	}
	.other-product .slick-arrow.slick-next {
		right: -10px;
		top: 43%;
	}
	.other-product .slick-arrow.slick-prev {
		left:  -10px;
		top: 43%;
	}
	.slick-thumb-img{
		padding: 0px 40px;
	}
	.slick-thumb-img .slick-slide{
		border: 1px solid #F1F1F1;
		margin: 0px 5px;
	}
	.slick-thumb-img .slick-arrow.slick-next {
		right: 15px;
	}
	.slick-thumb-img .slick-arrow.slick-prev {
		left: 15px;
	}
	.wrapper-product-title h1{
		font-size: 24px;
		line-height: 28px;
		text-transform: uppercase;
	}
	.icon-comodo img{
		margin-top: -8px;
	}
	.variation-name {
		font-size: 14px;
	}
	.buying-options .addtocart {
		height: 36px;
		display: flex;
		text-transform: uppercase;
		align-items: center;
		justify-content: center;
	}
	#shipbox .panel-body{
		padding: 20px;
	}
	.wrapper-product-title{
		margin-bottom: 30px;
	}
	#n_product .wrapper-history h3{
		font-size: 24px;
	}
	.section-recently-viewed .product-info .card-title a {
		font-size: 14px;
	}
	#n_product .wrapper-history {
		margin: 70px 20px  60px;
	}

	.wrapper-history h3 {
		margin-bottom: 24px;
	}
	.no_pad_mb{
		padding:  0px;
	}
}
@media (min-width:  991px) and (max-width: 1500px) {
	.home-block-ver2 img{
		height: 350px;
		object-fit: cover;
	}
}
@media (min-width:  991px) and (max-width: 1025px) {
	div#homepageCarousel .video-slider img{
		width: 450px;
		padding-right: 35px;
	}
	.home-block-ver2 .block-content{
		
	}
}

@media (min-width:  768px) and (max-width: 991px) {
	div#homepageCarousel .video-slider img{
		width: 300px;
		padding-right: 35px;
	}
	.home-block-ver2 h2{
		font-size: 16px;
	}
	.home-block-ver2 p{
		font-size: 9px;
		width: 191px;
		margin-right: auto;
		margin-left: auto;
		line-height: 12px;
	}
	.home-block-ver2 .block-btn a {
		max-width: 130px;
		height: 30px;

		font-size: 13px;
	}
	.wrapper-footer .icon-bg{
		position: absolute;
		bottom: -305px;
		right: -19px;
		z-index: 2;
	}
	.thumb-list .list-custom {
		margin-top: 0px;
	}
	.thumb-list .item-2{
		display: flex;
		margin-top: 15px;
		justify-content: space-between;
	}
	.thumb-list .item.item-2>div {
		width: 48.8%;
	}
	.thumb-list .item{
		padding-left:  10px;
		padding-right:  10px;
	}
	.home-promo_widgets .item:first-child{
		padding: 50px 10px 70px 0px;
	}	
	.home-promo_widgets .item:nth-child(odd) .flex .block-caption {
		padding-left: 10px;
	}
	.home-promo_widgets .item:last-child{
		padding: 30px 0px 30px 0px;
	}	
	.home-key_capabilities .flex .item {
		width: 33.3%;
		text-align: center;
		float: left;
		padding: 10px;
	}
	.home-key_capabilities .flex .block-content {
		padding-top: 0px;
	}
}

@media (max-width: 1199px) {
	.item-4 .block-image{
		padding: 20px 10px 10px 10px;
	}
	.thumb-list .text .d-flex .item img{
		max-height: 28px;
	}
	.thumb-list .text .d-flex{
		padding: 20px 10px;
	}
	.thumb-list .text .d-flex .item h4{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.js-success_stores{
		width: 80%;
	}
	.container{
		width: 100%;
	}
	.cartTable tbody tr td h4{
		line-height: 19px;
		font-family: 'Gilroy', sans-serif;
	}
	.wrapper-header #header-cart>a {
		height: 48px;
		margin-left: 11px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.thumbnail .caption {
		padding: 25px 10px 10px 10px;
	}
	#left-sidebar .list-group-item.filter-title{
		padding: 14px 30px;
		font-size: 16px;
	}
	.tab-header{
		margin-top: 15px;
	}
	.caption .price{
		flex-wrap: wrap;
		margin-top: 0px;
	}
	.thumbnail .caption .info {
		height: 121px;
	}
	.caption .price .main-price{
		width: 100%;
		margin-bottom: 12px;
		font-size: 24px;
	}
	.thumbnail .caption .price .thumb-rrp {
		font-size: 16px;

		padding-left: 0px;
	}
	.thumbnail .caption form a {

		font-size: 13px;

	}
	.thumbnail .caption .vendor {
		height: 19px;
		margin-bottom: 10px;
	}
	.thumbnail .caption h3 {
		font-size: 14px;

		line-height: 18px;
	}

	.wrapper-pricing p {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.thumb-list .text .click-back {
		position: absolute;
	    display: flex;
	    top: 12px;
	    left: 10px;
	    color: #fff;
	    font-size: 14px;
	    z-index: 999999;
	}
}
@media (max-width: 991px) {
	.checkout-btn{
		margin-top: 20px;
	}
	
	.content-center{
		text-align: left;
	}
	#n_product .wrapper-pricing .productrrp {
	    font-size: 14px;
	    padding: 0px 10px;
	}	
	body {
		padding-top: 142px;
	}
	.videoModal .modal-dialog{
		width: 100%;
	}
	
	#n_home {
		padding-top: 126px !important;
	}

	.thumb-list .text .d-flex .item img {
		max-height: 62px;
	}
	.thumb-list .container .row{
		display: flex;

		flex-wrap: wrap;
	}
	.thumb-list .item-1{
		order:  1;
	}
	.thumb-list .item-2{
		order:  3;
	}
	.thumb-list .item-3{
		order:  4;
	}
	.thumb-list .item-4{
		order:  2;
	}
	.thumb-list {
		height: auto;
		padding: 15px 0px;
	}
	.wrapper-collapsable-header{
		border-bottom: 3px solid #252F38;
	}
	.wrapper-header .logo {
		max-height: 73px;
		max-width: 186px;
		margin-left: 20px;
	}
	.icon-bars{
		display: block;
	}
	.wrapper-logo{
		display: flex;
		align-items: center;
	}

	/*Build menu mobile*/
	.js-custom-dropdown-menu {
		position: fixed;
		height: calc(100% - 50px);
		top: 50px;
		left: 0;
		overflow-y: auto;
		padding: 0!important;
		z-index: 9999;
	}

	.nav-dropdown-header li {
		padding: 0 15px;
	}

	.header-menu-sp{
		display: none;
		width: calc(100% - 60px);
		position: fixed;
		height: 100vh;
		background: #111111;
		z-index: 999999999;
		top: 0px;
	}
	.header-menu-sp.show{
		display: block;
		overflow-y: auto;
	}
	.menu-mb.submenu-header {
		display: block;
		list-style: none;
		padding-left: 0px;
		/* color: #fff; */

	}
	.btn-close-menu{
		position: fixed;
		right: 0px;
		top: 60px;
		background: #111111;
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 999999;
	}
	.menu-mb li.nav-item-custom a{
		justify-content: flex-start !important;
		text-transform: capitalize;
	}
	.nav-item-custom a svg{
		margin-right: 15px;
	}
	.menu-mb>.nav-item.nav-item-custom{
		background: #252F38;
		border-bottom: 1px solid #464E56 !important;
	}
	.nav-item-custom:last-child{
		border-bottom: 0px !important;
	}
	.item-icon-custom{
		padding-top: 10px;
		margin-bottom: 60px;
	}
	.menu-sp-phone{
		padding-bottom: 10px;
		font-family: 'Gilroy-SemiBold';
		color:  #fff;
	}
	.menu-mb>.nav-item
	{

		background: #0083BF; 
		position: relative;
		border-bottom: 1px solid #2696C9;
	}

	.menu-mb a{
		padding: 13px 20px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-family: 'Gilroy-Medium';
	}
	.submenu-header.submenu-header-lv1 svg path, .submenu-header.submenu-header-lv2 svg path{
		stroke:  #111;
	}
	.menu-mb>li>a{
		color:  #fff;
		text-transform: uppercase;
	}
	.submenu-header {
		display: none;
	}
	.submenu-header {
		display: none;
	}
	.submenu-header.active {
		display: block;
	}
	.submenu-header li.active>a svg
	{
		transform: rotate(180deg);
	}
	.submenu-header a{
		color:  #111111;
	}
	.submenu-header {
		padding-left: 0px;
	}
	.submenu-header li{
		color: #111;
		font-family: 'Gilroy-Medium';

	}
	.submenu-header-lv1 li{
		background: #F1F5F9;
	}
	.submenu-header-lv1 li{
		border-bottom: 1px solid #D5DFE8;
	}

	.submenu-header-lv2 li{
		background: #fff;
		border-bottom: 1px solid #F7F7F7;
	}

	/*End build menu mobile*/
	.navbar {
		display: none;
	}
	.wrapper-header #header-cart>a {
		width: 50px;
	}
	.wrapper-header #header-cart > a i {
		font-size: 34px;
	}
	.wrapper-header.condense #cartcontentsheader .cart-count {
		right: 0px;
	}
	.content-header {
		padding-right: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrapper-footer {
		padding: 10px 0 0;
	}
	.phone-footer{
		color: #fff;
		font-family: 'Gilroy-Bold';
	}
	
	
	.content-header>div{

		width: 50%;
	}
	.content-header .logo-footer{
		text-align: center;
	}
	.footer-subscribe{
		display: flex;
		align-items: center;
	}
	.footer-subscribe .subscribe-header ,  .footer-subscribe form{
		width: 50%;
	}
	.form-subcribe{
		padding: 20px 10px 10px 10px;
	}

	.footer-subscribe .sub-title {
		margin: 0px 0px;


	}
	.secure-option {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.icon-comodo{
		width: auto;
	}

	.wrapper-footer .footer-subscribe .title{
		margin-bottom: 5px;
	}
	.list-social{
		text-align: center;
	}
	.wrapper-copyright{
		flex-wrap: wrap;
	}

	.wrapper-footer address{
		text-align: center;
	}
	.secure-option{
		padding:  0px;
	}
	.secure-option ul{
		float: left;
	}


}


@media (max-width: 767px) {
	.social-sm{
		display: none;
	}
	.col-xs-12-custom{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	#shipbox{
		margin: 20px 0px 0px;
	}
	.thirdparty-icon img{
		width: 100%;
	}
	.about-us-icon{
		display: none;
	}
	.home-promo_widgets .item:nth-child(2n) .block-image{
		padding: 10px;
	}
	.tab-product-wrap img{
		height: auto !important;
	}
	.home-success_stories .flex{
		padding-left: 10px;
		padding-right: 10px;
	}
	.productsave{
		font-size: 10px;
	}
	.section-recently-viewed .product-info .card-title{
		height: 45px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.sponsor-thumbnail img{
		width: 100%;
	}
	.home-sponsoring h2{
		margin-bottom: 20px;
	}
	.wrapper-copyright {
		margin-top: 15px;
	}
	.flex-mb{
		display: flex;
		flex-wrap: wrap;
	}
	.thumb-list .text{
		padding: 15px;
	}

	.thumb-list .text .d-flex .item {
		margin-bottom: 0px;
	}
	.thumb-list .text .d-flex .item img {
		max-height: 48px;
	}
	.back-to-top{
		right: 5px;
		bottom: 5px;
	}
	.home-promo_widgets .item .block-content {
		padding-top: 15px;
	}
	.home-promo_widgets .item:first-child{
		padding-bottom: 40px;
	}
	.wrapper-footer .icon-bg{
		position: absolute;
		bottom: 200px;
		right: -410px;
		z-index: 2;

	}

	.thumb-list .list-custom {
		margin-top: 10px;
	}

	.thumb-list .item {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 10px;
	}

	.home-trusted_partners .flex {

		margin: 0px 0px 20px;
	}
	.home-promo_widgets{
		padding-top: 10px;
	}
	.thumb-list .container .row{
		display: flex;

		flex-wrap: wrap;
	}
	.thumb-list .item-1{
		order:  2;
	}
	.thumb-list .item-2{
		order:  3;
	}
	.thumb-list .item-3{
		order:  4;
	}
	.thumb-list .item-4{
		order:  1;
	}
	.thumb-list {
		height: auto;
		padding: 5px 0px 15px 0px;
	}

	.featured-brands {
		padding-top: 40px;
	}

	.thumb-list .list-custom {
		margin-top: 10px;
	}
	#homepageCarousel .slick-arrow {
		background: #ffffff33;
		border-radius: 0px;
		height: 50px;
		width: 29px;
		top: 50%;
		transform: translateY(-50%);
	}
	#homepageCarousel .slick-arrow.slick-next {
		right: 0px;
	}
	#homepageCarousel .slick-arrow.slick-prev {
		left: 0px;
	}
	#homepageCarousel .slick-arrow svg {
		width: 10px;
	}
	.featured-brands > div {
		padding: 0px 20px;
	}
	.featured-brands img{
		height: 97px;
	}
	.content-header{
		flex-wrap: wrap;
	}
	.content-header>div {
		width: 100%;
	}
	.footer-subscribe {

		flex-wrap: wrap;
	}
	.footer-subscribe .subscribe-header, .footer-subscribe form{
		width: 100%;
	}
	.secure-option{
		flex-wrap: wrap;
	}
	.home-block img{
		height: 271px;
		object-fit: cover;
	}

	.home-block .block-content{
		margin-left: 10px;
		margin-right: 10px;
	}

	.home-promo_widgets .item:nth-child(odd) .flex .block-caption {
		padding-left: 10px;
	}

	.home-promo_widgets .item:nth-child(odd) .flex >div ,
	.home-promo_widgets .block-image,
	.home-promo_widgets .block-image img
	{
		width: 100%;
	}
	.promo_widgets  {
		padding-top: 15px;
	}

	.home-trusted_partners {
		padding-top: 30px;

	}
	.home-success_stories .block-content {
		max-width: 100%;
	}
	.home-success_stories .block-content p {
		padding: 0px 0px 0px 25px;
	}

	.home-success_stories .title-heading {
		margin-bottom: 25px;
	}

	
	.home-success_stories .slick-arrow svg{
		width: 12px;
	}
	.home-success_stories .slick-arrow.slick-prev {
		left: 10px;
	}
	.home-success_stories .slick-arrow.slick-next {
		right: 10px;
	}


	.js-success_stores{
		padding: 0px 50px;
		width: auto;
	}
	.home-block-ver2 img{
		height: 267px;
		
	}

	.home-block-ver2 .block-content {
		
	}

	.home-sponsoring {
		padding: 36px 20px;
	}
	.home-sponsoring svg{
		width: 10px;
		height: 23px;
	}

	.home-sponsoring .slick-arrow.slick-next {
		right: -28px;
	}
	.home-sponsoring .slick-arrow.slick-prev {
		left: -28px;
	}
	.home-sponsoring .title-heading {
		margin-bottom: 30px;
	}
	.home-key_capabilities .sub-title {
		font-size: 16px;
		line-height: 18px;
		max-width: 90%;
		margin: auto;
		color: #252F38;
	}
	.home-key_capabilities .flex .item {
		width: 50%;
		padding: 0px 10px;

	}
	.home-key_capabilities .flex{
		justify-content: space-between;
		padding: 10px;
	}

	.home-key_capabilities .flex .block-content .block-btn{
		width: 100%;
	}



	.home-promo_widgets .block-caption{
		width: 100%;
		padding:  10px;
	}
	.home-promo_widgets .flex {
		flex-direction: column-reverse;
	}
	.home-promo_widgets .item:nth-child(odd) .flex {
		flex-direction: column-reverse;
	}

	.wrapper-products .container{
		padding:  0px 5px;
	}
	.wrapper-products .thumbnail{
		margin:  0px 5px;
	}
	.wrapper-products .slick-arrow{
		transform: translateX(-50%);
		top: 43%;
	}
	.wrapper-products .slick-arrow svg{
		width: 14px;
	}
	.wrapper-products .slick-arrow.slick-prev 
	{
		left: 12px;	
	}

	.wrapper-products .slick-arrow.slick-right
	{
		right: 12px;	
	}

	.wrapper-products .title-heading{
		margin-bottom: 20px;
	}

	.wrapper-products {
		padding: 20px 0;

	}

	.wrapper-products .thumbnail .caption .info {
		height: 114px;
	}

	.thumbnail .caption h3 a {

		font-size: 14px;
	}
	.thumbnail .caption .info {
		height: 158px;
	}
	.other-product .slick-arrow.slick-next {
		right: 17px;
		top: 43%;
	}

	.other-product .slick-arrow.slick-prev {
		left: 17px;
		top: 43%;
	}
	.no_pad_mb{
		padding: 0px;
	}
	.container{
		width: 100%;
	}

	.wrapper-header #header-cart {
		margin-top: 13px;

	}
	.icon-bars{
		margin-top: 4px;
	}
	.wrapper-header .logo {
		position: static;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		margin-top: 0px;
		max-height: 100px;
		margin-left: 0px;
	}

	#shipbox .panel-body{
		padding: 12px;
	}
	#shipbox .mr-b-mb-10{
		margin-bottom: 10px;
	}
	.tab-header h3{
		font-size: 16px;
		margin: 0px 10px;
	}
	.tab-content {
		padding: 0px 10px 30px 10px;
	}
	.tab-review{
		padding-top: 20px;
	}
	
	.thumbnail .caption .buying-options a, .thumbnail .buying-options .addtocart,
	#n_product  .thumbnail .buying-options .addtocart 
	{
		height: 36px;
	}

	.thumbnail .caption .productsave {
		margin-left: 15px;	
	}
	
	#n_product .wrapper-history h3 {
		font-size: 24px;
	}

	.section-recently-viewed .thumbnail-image {
		width: 80px;
		height: 80px;
	}
	.section-recently-viewed .product-info {
		width: calc(100% - 80px);
	}
	.section-recently-viewed .product-info .card-title a {
		font-size: 11px;

		line-height: 16px;
	}
	.section-recently-viewed .product-info .price {
		font-size: 11px;
	}
	.neto-instagram-addon-widget {
		padding: 40px 0px 5px 0px;
	}
	.neto-instagram-addon-widget .widget-title{
		font-size: 24px !important;
		margin-bottom: 30px !important;
		text-transform: uppercase;
	}
	#n_product .wrapper-history {
		margin: 20px 0 20px;
	}
	.other-product {

		padding-bottom: 20px;
	}
	.home-key_capabilities {
		padding: 30px 0px;
	}
	.home-key_capabilities .block-image {
		margin-top: 30px;
	}
	.home-key_capabilities .flex .block-content {
		padding-top: 5px;
	}
	.home-success_stories {
		padding: 46px 0px 46px 0px;
	}

	.home-success_stories .js-success_stories {
		padding: 0px 30px;
	}
	
	.content-header {
		padding-right: 0px;
	}

	.secure-option ul,
	.wrapper-copyright
	{


		flex-wrap: wrap;

	}
	.wrapper-copyright{
		margin-bottom: 0px;
	}
	.secure-option ul {
		width: 100%;
		justify-content: space-between;
	}
	.icon-comodo {
		height: auto;
		width: 100%;
		padding-left: 0px;
		text-align: center;
	}

	.wrapper-footer address{
		text-align: center;
		margin-top: 15px;

	}

	.form-subcribe{
		padding-top: 0px;
		margin-top: 0px;
		text-align: left;
	}
	.wrapper-footer .list-social {
		margin-top: 10px;
	}
	.icon-comodo img {
		height: 57px;

	}

	.wrapper-footer .nav li{
		text-align: left;
	}
	.wrapper-footer .title{
		text-align: left;
		margin-bottom: 25px;
	}
	.footer-subscribe .sub-title {
		margin: 10px 0px;
		color: #fff;
		text-align: left;
	}

	.footer-subscribe form{
		padding-top: 5px;
	}
	.logo-footer img{
		height: 46px
	}
	.wrapper-footer {
		padding: 35px 0 0;
	}
	.logo-footer {
		margin-bottom: 20px;
	}
	.filter-title-mb{
		border-radius: 3px;
		border:  2px solid #303E48;
		font-size: 20px;

		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
	}
	#left-sidebar .panel-title.filter-title-mb .accordion-toggle{
		display: flex;
		text-decoration: none;
		font-size: 20px;
		margin-bottom: 0px !important;
	}
	#n_category .page-header{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.breadcrumb{
		text-align: center;
		padding-top: 15px;
		margin-bottom: 20px;
	}
	.subcategories{
		margin: 0px 0px 15px 0px;
	}
	.panel-title.filter-title-mb .accordion-toggle[aria-expanded='true'] svg{
		transform: rotate(180deg);
	}
	.filter-title-mb a svg{
		margin-left: 5px;
	}
	#left-sidebar>.panel{
		margin-bottom: 30px;
	}
	.thumb {
		padding:  5px;
	}
	.thumb .row{
		
		flex-wrap: wrap;
	}

	.thumb .wrapper-thumbnail{
		padding-left: 5px;
		padding-right: 5px;
	}

	.thumb  .thumbnail{
		margin-bottom: 10px;
	}

	/*xxxxxxxx*/	
	.neto-instagram-addon-widget .output-grid {

		grid-template-columns: repeat(2, 1fr);

	}
	.wrapper-footer .phone-footer{
		padding-bottom: 0px;
	}
	.wrapper-footer ul.nav{
		margin-bottom: 25px;
	}
	.content-header .map{

		margin-top: 0px;
		text-align: center;
		margin-bottom: 40px;

	}
	.secure-option ul li {
		margin-bottom: 5px;
		width: 20%;
	}
	.secure-option ul li.cloud-flare-logo{
		width: auto;
	}	
	.payment-icon-container {
		width: 100%;
		height: 47px;
		padding: 7px;
	}
	.payment-icon-directdeposit {
		margin-top: -3px;
		height: 37px;

	}
	.payment-icon {
		width: 100%;
	}
	.wrapper-product-title-mb {
		padding:  10px;
	}
	.wrapper-product-title-mb .product-title{
		font-family: 'Gilroy-Bold', sans-serif;
		font-size: 28px;
		line-height: 36px;
		color:  #111111;
	}
	.wrapper-product-title-mb .product-sku{
		font-size: 16px;
		line-height: 22px;
		color:  #666666;
	}
	.wrapper-product-title-mb .product-vendor{
		margin: 20px 0px 15px;
	}
	.slick-main-img .slick-dots{
		position: absolute;
		bottom: 5px;
		left: 50%;
		padding-left: 0px;
		transform: translate(-50%);

	}

	.slick-main-img .slick-arrow.slick-prev {
		left: 0px;
		transform: translateY(-50%);
		top: 50%;
	}
	.slick-main-img .slick-arrow.slick-next {
		right: 0px;
		transform: translateY(-50%);
		top: 50%;
	}
	.slick-main-img .slick-arrow svg{
		width: 15px;
	}
	.variation-name {
		font-size: 16px;
	}
	.slick-main-img .slick-dots li button {
		width: 8px;
		height: 8px;
		padding: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: none;
		background: #DDDDDD;
		border-radius: 50px;
	}
	.slick-main-img  .slick-dots li
	{
		width: 10px;
	}

	.slick-main-img  .slick-dots li.slick-active button{
		background: #0083BF;
	}
	#n_product .wrapper-pricing p {
		font-size: 11px;
	}
	#n_product .wrapper-pricing {
		padding-right: 0px;
	}
	.section-recently-viewed .product-info .card-title{
		margin-bottom: 18px;
	}
}
@media(max-width: 374px){
	#n_product .wrapper-pricing .productrrp {
	    font-size: 12px;
	    padding: 0px 8px;
	}
	.thumbnail .caption .productsave {
		margin-left: 5px;
	}
	.productsave{
		font-size: 9px;
	}
	.top-bar .top-bar-center{
		font-size: 13px;
	}
}

@media(max-width: 321px){
	.wrapper-logo .icon-logo {
		width: 147px;
		margin-left: 0px;
	}
	.tab-header h3 {
		font-size: 13px;

	}
	.thumb-list .text{
		padding: 15px;
	}
	.thumb-list .text .d-flex{
		margin-top: 10px;
	}
	.thumb-list .text .d-flex .item {
		margin-bottom: 0px;
	}
	.thumb-list .text .d-flex .item img {
		max-height: 33px;
	}

	h2{
		font-size: 25px;
	}
	p {
		font-size: 13px;
	}
	.js-success_stores {
		padding: 0px 20px;

	}
	.home-success_stories .block-image img{
		margin-left: 0px;
	}
	.thumbnail .caption .price .thumb-rrp, .wrapper-products .thumbnail .caption .price .thumb-rrp {
		font-size: 14px;

	}
	.top-bar .top-bar-center {

		font-size: 11px;
	}

	.thumbnail .caption .productsave {
		margin-left: 5px;
		line-height: 19px;
	}
	.thumbnail .caption button {

		font-size: 12px;
	}
	.thumbnail .caption form a {
		font-size: 12px;
	}
	.btn{
		padding: 5px;
	}

	.thumbnail .caption .buying-options a, .thumbnail .buying-options .addtocart ,
	#n_product  .thumbnail .buying-options .addtocart
	{
		height: 33px;
	}

}
.header_announcement{
	background: red;
}
.header_announcement p{
	margin-bottom: 0px;
}
.pagination .prev svg{
	transform: rotate(180deg);
}
.category-menu{
position: relative;
}
/*.relative-menu {
	position: relative;
}*/
.category-menu>li{
	position: initial;
}
.category-menu>li:hover a svg{
transform: rotate(180deg);
}
#four-column  .c_level2{
	width: 100%;
	    height: calc(100vh - 170px);
    overflow-y: scroll;

}
/*.dropdown-menu.c_level2 {
    min-height: 400px;
}*/
/* width */
.c_level2::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.c_level2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #b1b1b1; 
  border-radius: 10px;
}
 
/* Handle */
.c_level2::-webkit-scrollbar-thumb {
  background: #111111; 
  border-radius: 10px;
}

/* Handle on hover */
.c_level2::-webkit-scrollbar-thumb:hover {
  background: #111111; 
}
/*#four-column .column.column-category{
	display: block;	
}*/
.menu-horizontal{
-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    padding: 0px;
}
.column.column-category {
      display: block;
    grid-auto-rows: 1fr auto;
    break-inside: avoid;
    float: none;
    width: 100%;
}
.c_level2_menu {
	list-style: none;
	margin-bottom: 15px;
	margin-top: 5px;
    padding-left: 0px;
}
.menu-horizontal .column a img{
	max-width: 30px;
	object-fit: cover;
	margin-right: 15px;
}
.menu-horizontal .column>a{
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;

}
.menu-horizontal .column>a p{
	width: calc(100% - 45px);
	font-size:  14px;
	color:  #111;
  font-family: "Gilroy-Bold";
	margin-bottom: 0px;
}
form[name="disputeForm"] input[type="radio"]{
	margin-top: 1px;
}
form[name="disputeForm"]  .well{
	height: 140px;
}
.search-results-search .input-group input,
.search-results-search  button[type="submit"]
{
	height: 50px;
}
.nr_track_order .btn-submit{
	height: 47px;
}
.table-cart-total td h3{
	margin-bottom: 0px;
}
.search-results-search button[type="submit"]{
	border: 1px solid #ddd;
}

#sizeguide-popup .modal-content{
	border-radius: 10px;
}
#sizeguide-popup .modal-footer{
	text-align: left;
}
#sizeguide-popup .modal-footer .btn-danger{
	background: #111;
}
@media (min-width: 768px){
	#sizeguide-popup .modal-dialog{
		width: 700px;
	}
}
#n_content .wrapper-products .thumbnail{
	background: #fff;
}
.wrap-brand-tiles {
	margin: 20px 0;
}
.wrap-brand-tiles .item h3{
	padding: 0 15px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
}
.wrap-brand-tiles .item{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}
.home-block .block-content.left{margin-left: 10%;}
@medida(max-width: 767px){
	.home-block .block-content.left{margin-left: 10px;}
}
.section-sport{
	background: #f8f8f8;
	padding: 60px 0;
	margin-top: 50px;
}
.section-sport .col-md-6:nth-child(1){
	border-right: 1px solid #ddd;
}
.section-sport h6{
	color: #999;
	text-transform: capitalize;
	margin-bottom: 10px;
	line-height: 16px;
}
.section-sport h2{
	text-transform: uppercase;
    margin-bottom: 30px;
	font-size: 26px;
}
.section-sport ul{
	display: flex;
	padding: 0;
	justify-content: center;
}
.section-sport .col-md-6{text-align: center;}
.section-sport a{color: #333;}
.section-sport ul li{
	list-style: none;
	margin: 0 20px;
}
.section-sport ul li h6{
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
}
.section-sport  a.btn{
	margin-top: 20px;
	padding: 15px 48px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 30px;
	background: linear-gradient(to right,#0068b7,#0068b7,#00518f,#00518f,#0068b7,#0068b7,#00518f,#00518f)!important;
}
.section-sport .wrapper{
	text-align: center;
}
.section-sport  .image-block{
	width: 75px;
    height: 75px;
    background-color: #d7d7d7;
    border-radius: 50%;
    margin: 0 auto 20px;
}
@media(max-width: 767px){
	.section-sport{margin-top: 30px;}
	.section-sport .col-md-6:nth-child(1){
		border-right: none;
		margin-bottom: 50px;
	}	
	.section-sport ul li{
		margin: 0 13px;
	}
	.section-sport .image-block{
		width: 60px;
		height: 60px;
	}
}



.title-cat-zamst{margin-bottom:30px}.title-cat-zamst h1{font-weight:700;font-size:36px;line-height:36px}.wrap-subcategory-zamst{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;margin-bottom:30px}.wrap-subcategory-zamst>.item{width:calc(25% - 15px)}.wrap-subcategory-zamst>.item .image-sub{background-position:center;background-size:cover;padding-bottom:100%;background-repeat:no-repeat}.wrap-subcategory-zamst>.item a{display:inline-block;width:100%;height:100%;position:relative;color:#fff;text-align:center;float:left}.wrap-subcategory-zamst>.item a:after{content:"";left:0px;height:100%;width:100%;top:0px;background:rgba(0,104,183,0.85);z-index:1;display:inline-block;position:absolute}.wrap-subcategory-zamst>.item a span{position:absolute;left:50%;top:50%;width:100%;padding:0 15px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-transform:uppercase;font-weight:700;z-index:2}.wrap-subcategory-zamst+div+div{margin-bottom:15px}@media (max-width:1199px){.wrap-subcategory-zamst>.item{width:calc(33.33% - 14px)}}@media (max-width:624px){.wrap-subcategory-zamst{gap:10px}.wrap-subcategory-zamst>.item{width:calc(50% - 5px)}}
/*# sourceMappingURL=category.css.map */








html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace,monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace,monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

svg, img, embed, object, iframe {
	vertical-align: bottom;
}

button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
}

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type="number"] {
	-moz-appearance: textfield;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: 700;
}

html {
	font-size: 16px;
	overflow-y: scroll;
}
html * {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-feature-settings: "palt";
	margin: 0px auto;
	color: #000000;
	overflow: hidden;
	background: #FFF;
}
body img {
	border: 0px;
}
body a {
	text-decoration: none;
}
body dl, body ul, body ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body p {
	margin: 0px;
}
body input, body select {
	outline: none;
}
body .clear {
	clear: both;
}
.sp body .view_pc {
	display: none !important;
}
body .view_sp {
	display: none !important;
}
.sp body .view_sp {
	display: block !important;
}

a {
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	background: #0068BD;
}
.tablet header {
	height: 50px;
}
header > .logo {
	display: inline-block;
	padding-left: 30px;
}
header > .logo a {
	display: inline-block;
}
.tablet header > .logo {
	padding-left: 20px;
}
header > .logo img {
	width: 213px;
}
.tablet header > .logo img {
	width: 110px;
}
header > .sns {
	padding-right: 30px;
}
.tablet header > .sns {
	padding-right: 20px;
}
header > .sns ul {
	display: flex;
}
header > .sns ul li + li {
	margin-left: 20px;
}
.tablet header > .sns ul img {
	width: 24px;
	height: 24px;
}

#video {
	position: relative;
	text-align: center;
}
#video video {
	width: 100%;
}
#video #bgm {
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.sp #video #bgm {
	left: 10px;
	bottom: 10px;
}
#video #bgm > div {
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
#video #bgm > div:hover {
	opacity: 0.7;
}
#video #bgm > div.on {
	display: none;
}
.tablet #video #bgm > div img {
	width: 30px;
}
.sp #video #bgm > div img {
	width: 20px;
}
#video #bgm.mute > .on {
	display: block;
}
#video #bgm.mute > .off {
	display: none;
}

#visual {
	margin-top: 120px;
}
.pc #visual {
	margin-top: 80px;
}
.tablet #visual {
	margin-top: 40px;
}
#visual .slide .box {
	display: flex;
	align-items: center;
}
.sp #visual .slide .box {
	display: block;
}
#visual .slide .box > .img {
	width: 50%;
}
.tablet #visual .slide .box > .img {
	width: 40%;
}
.sp #visual .slide .box > .img {
	width: 100%;
}
#visual .slide .box > .img img {
	width: 100%;
}
#visual .slide .box > .tx {
	width: 50%;
	text-align: center;
	padding: 0 20px;
}
.tablet #visual .slide .box > .tx {
	width: 60%;
}
.sp #visual .slide .box > .tx {
	width: 100%;
	margin-top: 20px;
}
#visual .slide .box > .tx h2 {
	font-size: clamp(1.5rem, 0.98892rem + 2.40506vw, 3.875rem);
	line-height: 1.2;
	font-weight: normal;
	color: #8D6F32;
}
#visual .slide .box > .tx .subtitle {
	font-size: clamp(0.875rem, 0.48497rem + 1.83544vw, 2.6875rem);
	line-height: 1.3;
	font-weight: normal;
	color: #fff;
}
.pc #visual .slide .box > .tx .subtitle {
	font-size: clamp(0.875rem, 0.57911rem + 1.39241vw, 2.25rem);
	line-height: 1.3;
	font-weight: normal;
}
.tablet #visual .slide .box > .tx .subtitle {
	margin-top: 5px;
}
#visual .slide .box > .tx .lead {
	font-size: clamp(1rem, 0.58307rem + 1.96203vw, 2.9375rem);
	line-height: 1.3;
	font-weight: normal;
	color: #fff;
	margin-top: 30px;
}
.pc #visual .slide .box > .tx .lead {
	font-size: clamp(0.875rem, 0.55222rem + 1.51899vw, 2.375rem);
	line-height: 1.3;
	font-weight: normal;
}
.tablet #visual .slide .box > .tx .lead {
	margin-top: 15px;
}
#visual .slide .box > .tx .link {
	text-align: center;
	margin-top: 40px;
}
.tablet #visual .slide .box > .tx .link {
	margin-top: 20px;
}
#visual .slide .box > .tx .link a {
	display: inline-block;
	padding: 10px 30px;
	border: 2px solid #2968BD;
	color: #2968BD;
	border-radius: 3rem;
	font-size: clamp(1.125rem, 0.96361rem + 0.75949vw, 1.875rem);
	line-height: 1.5;
	font-weight: normal;
	transition: 0.3s;
}
.tablet #visual .slide .box > .tx .link a {
	padding: 3px 15px;
}
#visual .slide .box > .tx .link a:hover {
	border: 2px solid #fff;
	color: #000;
	background: #fff;
	opacity: 1;
}
#visual .slick-prev {
	display: none;
}
#visual .slick-next {
	position: absolute;
	width: 99px;
	height: 99px;
	right: 50px;
	bottom: 20px;
	background: url(../../images/arrow01.svg) center no-repeat;
	background-size: 99px 99px;
	text-indent: -9999px;
}
.wpc #visual .slick-next {
	right: 30px;
	bottom: -70px;
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}
.sp #visual .slick-next {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	bottom: -50px;
	height: 40px;
	background-size: 40px 40px;
}

#product_header {
	margin-top: 120px;
}
#product_header h2 {
	text-align: center;
	color: #fff;
	font-size: clamp(1rem, 0.67722rem + 1.51899vw, 2.5rem);
	line-height: 1.5;
	font-weight: normal;
}
#product_header h2 span {
	font-size: clamp(1.625rem, 1.03323rem + 2.78481vw, 4.375rem);
	line-height: 1.3;
	font-weight: bold;
}

#products > div {
	position: relative;
	width: 100%;
	max-width: 2160px;
	margin: auto;
	padding: 160px 120px;
	display: flex;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	gap: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.sp #products > div {
	padding: 80px 60px;
}
.xpc #products > div {
	padding: 120px 20px;
	gap: 40px;
}
.tablet #products > div {
	padding: 60px 20px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.sp #products > div {
	padding: 0px 20px 30px;
	gap: 0px;
}
#products > div .box {
	color: #fff;
	font-size: clamp(1rem, 0.87896rem + 0.56962vw, 1.5625rem);
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	width: calc((100% - 180px - 320px) / 2);
}
.xpc #products > div .box {
	width: calc((100% - 120px - 200px) / 2);
}
.pc #products > div .box {
	width: calc((100% - 40px) / 2);
	font-size: clamp(1rem, 0.9462rem + 0.25316vw, 1.25rem);
	line-height: 1.3;
	font-weight: normal;
}
.sp #products > div .box {
	width: 100%;
}
.sp #products > div .box + .box {
	margin-top: 50px;
}
#products > div .box.th {
	text-align: right;
	width: 320px;
}
.xpc #products > div .box.th {
	width: 200px;
}
.pc #products > div .box.th {
	display: none;
}
#products > div .box.th .border {
	border: 1px solid #000;
}
#products > div .box .fix {
	position: relative;
	padding: 30px 20px;
}
#products > div .box .fix.pt {
	padding-top: 41px;
}
.pc #products > div .box .fix.btn_area {
	display: none;
}
#products > div .box .fix .product_img img {
	max-width: 100%;
}
.sp #products > div .box .fix .product_img img {
	height: 300px;
	width: auto;
}
.sp #products > div .box .fix.fixHeightChildBlock01 {
	padding-bottom: 0;
}
#products > div .box .fix .product_name a {
	display: inline-block;
	width: 100%;
	padding: 5px 20px;
	border: 2px solid #2968BD;
	color: #2968BD;
	border-radius: 1.5rem;
	transition: 0.3s;
}
#products > div .box .fix .product_name a:hover {
	border: 1px solid #fff;
	color: #000;
	background: #fff;
	opacity: 1;
}
.sp #products > div .box .fix .product_name a {
	font-size: clamp(1.625rem, 1.625rem + 0vw, 1.625rem);
	line-height: 1.5;
	font-weight: normal;
	border-radius: 2rem;
}
#products > div .box .fix .product_meter {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-top: 5px;
}
.wpc #products > div .box .fix .product_meter {
	width: calc(100% - 20px);
}
.pc #products > div .box .fix .product_meter {
	position: static;
	width: auto;
	transform: translate(0, 0);
}
#products > div .box .fix .product_meter > img {
	width: calc((100% - 30px) / 4);
}
#products > div .box .fix .product_mdash {
	position: absolute;
	width: 70%;
	height: 2px;
	background-color: #707070;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pc #products > div .box .fix .product_mdash {
	display: none;
}
#products > div .box .fix .product_circle {
	display: flex;
	justify-content: center;
	gap: 30px;
}
#products > div .box .tx + .tx {
	margin-top: 30px;
}
.tablet #products > div .box .tx + .tx {
	margin-top: 15px;
}
#products > div .box .tx.s {
	font-size: clamp(0.75rem, 0.70965rem + 0.18987vw, 0.9375rem);
	line-height: 1.3;
	font-weight: normal;
	margin-top: 10px;
}
#products > div .box .label {
	display: none;
	font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
	line-height: 1.3;
	font-weight: normal;
	padding-bottom: 15px;
}
.pc #products > div .box .label {
	display: block;
}
#products > div .box .label.line {
	font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
	line-height: 1.3;
	font-weight: normal;
	padding-top: 20px;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}
#products > div .box .border {
	border: 1px solid #707070;
	padding: 10px 20px;
	border-radius: 3rem;
}
.wpc #products > div .box .border {
	padding: 10px 10px;
}
#products > div .box .border > div {
	position: relative;
	padding: 30px 20px;
}
.wpc #products > div .box .border > div {
	padding: 20px 10px;
}
.sp #products > div .box .border {
	border: none;
}
#products > div .box .slide_area {
	padding: 0 !important;
}
#products > div .box .slide_area > div {
	position: relative;
	padding: 30px 20px;
}
.wpc #products > div .box .slide_area > div {
	padding: 20px 10px;
}
#products > div .box .link {
	padding-top: 40px;
}
.sp #products > div .box .link {
	padding-top: 0px;
	font-size: clamp(1.375rem, 1.375rem + 0vw, 1.375rem);
	line-height: 1.5;
	font-weight: normal;
}
#products > div .box .slide_area {
	display: none;
}
.pc #products > div .box .slide_area {
	display: block;
}
#products > div .box .btn {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 70px;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
#products > div .box .btn:hover {
	opacity: 0.7;
}
#products > div .box .btn::before, #products > div .box .btn::after {
	content: "";
	position: absolute;
	left: 21%;
	top: 50%;
	width: 60%;
	height: 2px;
	background-color: #fff;
	transition: 0.4s;
}
#products > div .box .btn::after {
	transform: rotateZ(90deg);
}
#products > div .box .btn.open::before {
	transform: rotateZ(135deg);
}
#products > div .box .btn.open::after {
	transform: rotateZ(225deg);
}

#other_models {
	text-align: center;
	padding: 0 20px;
}
.sp #other_models {
	margin-top: 50px;
}
#other_models a {
	display: inline-block;
	font-size: clamp(1.25rem, 0.98101rem + 1.26582vw, 2.5rem);
	line-height: 1.5;
	font-weight: normal;
	padding: 15px 40px;
	border: 1px solid #2968BD;
	color: #2968BD;
	border-radius: 5rem;
	transition: 0.3s;
}
.tablet #other_models a {
	padding: 10px 20px;
}
#other_models a:hover {
	color: #000;
	border: 1px solid #fff;
	background: #fff;
	opacity: 1;
}

#athletes {
	position: relative;
	margin-top: 120px;
}
.tablet #athletes {
	margin-top: 80px;
}
#athletes h2 {
	position: absolute;
	color: #fff;
	font-size: clamp(1.25rem, 0.98101rem + 1.26582vw, 2.5rem);
	line-height: 1.3;
	font-weight: bold;
	width: 100%;
	text-align: center;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
}
.tablet #athletes h2 {
	top: 20px;
	padding: 0 10px;
}
#athletes .box {
	position: relative;
	height: auto;
}
#athletes .box .tx {
	text-align: center;
	padding: 30px 30px;
}
.pc #athletes .box .tx {
	padding-bottom: 100px;
}
#athletes .box .tx p {
	color: #fff;
}
#athletes .box .tx p.comment {
	font-size: clamp(1.25rem, 0.98101rem + 1.26582vw, 2.5rem);
	line-height: 1.3;
	font-weight: bold;
}
#athletes .box .tx p.name {
	margin-top: 30px;
	font-size: clamp(1.125rem, 0.89636rem + 1.07595vw, 2.1875rem);
	line-height: 1.3;
	font-weight: bold;
}
.tablet #athletes .box .tx p.name {
	margin-top: 20px;
}
#athletes .box .tx p.title {
	margin-top: 10px;
	font-size: clamp(0.875rem, 0.75396rem + 0.56962vw, 1.4375rem);
	line-height: 1.3;
	font-weight: normal;
}
#athletes .box .img {
	height: 900px;
}
.xpc #athletes .box .img {
	height: 700px;
}
.wpc #athletes .box .img {
	height: 500px;
}
.pc #athletes .box .img {
	height: 400px;
}
.tablet #athletes .box .img {
	height: 400px;
}
.sp #athletes .box .img {
	height: 250px;
}
#athletes .box.athlete01 .img {
	background: url(../../../zamst/athlete01.jpg) center center no-repeat;
	background-size: cover;
}
#athletes .box.athlete02 .img {
	background: url(../../../zamst/athlete02.jpg) center center no-repeat;
	background-size: cover;
}
#athletes .box.athlete03 .img {
	background: url(../../../zamst/athlete03.jpg) center center no-repeat;
	background-size: cover;
}
#athletes .box .links {
	position: absolute;
	right: 50px;
	bottom: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.wpc #athletes .box .links {
	right: 20px;
}
.tablet #athletes .box .links {
	right: 10px;
	bottom: 15px;
}
#athletes .box .links .profile a {
	display: inline-block;
	border: 2px solid #fff;
	font-size: clamp(1rem, 0.9731rem + 0.12658vw, 1.125rem);
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
	padding: 15px 30px;
	border-radius: 2rem;
	transition: 0.3s;
}
.wpc #athletes .box .links .profile a {
	padding: 10px 10px;
}
#athletes .box .links .profile a:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #000;
	opacity: 1;
}
#athletes .slick-prev, #athletes .slick-next {
	position: absolute;
	width: 99px;
	height: 99px;
	text-indent: -9999px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
.wpc #athletes .slick-prev, .wpc #athletes .slick-next {
	width: 70px;
	height: 70px;
}
.tablet #athletes .slick-prev, .tablet #athletes .slick-next {
	top: 30%;
}
.sp #athletes .slick-prev, .sp #athletes .slick-next {
	top: 24%;
	width: 50px;
	height: 50px;
}
#athletes .slick-next {
	right: 50px;
	background: url(../../images/arrow01.svg) center no-repeat;
	background-size: 99px 99px;
}
.wpc #athletes .slick-next {
	right: 30px;
	background-size: 70px 70px;
}
.sp #athletes .slick-next {
	right: 10px;
	background-size: 50px 50px;
}
#athletes .slick-prev {
	left: 50px;
	background: url(../../images/arrow01.svg) center no-repeat;
	background-size: 99px 99px;
	transform: translateY(-50%) scale(-1, 1);
}
.wpc #athletes .slick-prev {
	left: 30px;
	background-size: 70px 70px;
}
.sp #athletes .slick-prev {
	left: 10px;
	background-size: 50px 50px;
}

#to_top {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 40px;
}
.tablet #to_top {
	right: 10px;
	bottom: 17px;
}
#to_top img {
	width: 77px;
}
.tablet #to_top img {
	width: 40px;
}

footer {
	padding: 40px 0;
	background: #2968BD;
}
.tablet footer {
	padding: 10px 0;
}
footer .logo {
	text-align: center;
}
footer .logo img {
	width: 213px;
}
.tablet footer .logo img {
	width: 150px;
}
footer .copyright {
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: clamp(0.75rem, 0.6693rem + 0.37975vw, 1.125rem);
	line-height: 1.3;
	font-weight: bold;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	overflow: hidden;
	position: relative;
}
.sp .slick-slide img {
	width: 100%;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
.variation_description{
line-height:1.2;
padding-top:8px;	
}

h1.page-header{
	font-size: 32px;
	margin-bottom: 40px;
}
h1.page-header p{
	font-size: 16px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	margin-top: 12px;
}
.blog-grid{
	float: left;
}
.blog-grid .blog-card{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.blog-grid .blog-card:nth-child(odd) {
	padding-right: 20px;
}
.blog-grid .blog-card:nth-child(even) {
	padding-left: 20px;
}

.blog-title{
	font-size: 24px;
	margin: 20px 0px;
	text-overflow: ellipsis;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.blog-excerpt{
	overflow: hidden;
	max-height: 90px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-card-readmore{
	color:#0083BF;
	margin-top: 10px;
}

.n-responsive-content.blog-detail{
	width: 100%;
}
.n-responsive-content.blog-detail .av_textblock_section{
	width: 100% !important;
	max-width: unset !important;
}
.short-des-3, .img-3{
	display: none;
}
@media (max-width: 768px) {
	.blog-grid .blog-card{
		width: 100%;
		padding: 0;
	}
	.blog-title{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}