/*element
-------------------------------------------------------*/
.hidden {
	display: none;
}
.wrapper {
	overflow-x: hidden;
}
select {
	border-radius: 0;
}
.select-box {
	position: relative;
}
.select-box select {
	padding: 7px 50px 7px 12px;
}
.select-box:after {
  font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e764";
  font-size: 18px;
	position: absolute;
	height: 38px;
	width: 38px;
	color: white;
	background-color: #418FDE;
	top: 0;
  right: 0;
  text-align: center;
	pointer-events: none;
}
.btn-right-arrow:after {
	font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e75e";
  margin-left: 10px;
}
.fix-banner {
	width: 100vw;
	padding: 20px;
	background-color: #418FDE;
	margin-bottom: 50px;
}
.fix-banner .page-title h1 {
	color: white;
	text-align: center;
	text-transform: uppercase;
	float: none;
	margin: 0;
	font-size: 40px;
}
.main-container {
	margin-bottom: 30px;
}
.top-banner {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.top-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-banner .inner-text .page-title h1{
		color: white;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}
.breadcrumbs {
	display: none;
	margin-top: 0;
}
.breadcrumbs ul {
	overflow: auto;
	display: inline-block;
	padding: 10px 20px;
	background-color: #aaa;
	color: white;
}
.breadcrumbs a {
	color: white;
}
.catalog-product-view .breadcrumbs {
	display: block;
}
p.special-price, p.old-price {
	margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
	.main-container {
		margin-bottom: 55px;
	}
	.fix-banner .page-title h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.breadcrumbs {
		padding-left: 0;
		padding-right: 0;
	}
	.fix-banner .page-title h1 {
		font-size: 18px;
	}
}
/*header
-------------------------------------------------------*/
/*logo*/
/*nav*/
.nav-primary a.level0, .nav-primary span.level0 {
	font-size: 16px;
	font-weight: bold;
}
@media only screen and (min-width: 1200px) {
	.nav-primary a.level0:hover, .nav-primary li:hover > a, .nav-primary li:hover > span {
    color: #666666;
	}
	.nav-primary a.level1:hover, .nav-primary li.level1 a.submega-on {
		color: #418FDE;
	}
	.nav-primary li.level0 {
		padding: 0 17px;
	}
	.nav-primary a.level0 {
		padding: 0;
	}
	.nav-primary li.level0 .more {
		position: absolute;
    display: block;
    width: 40px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    top: 12px;
    right: -10px;
	}
	.nav-primary li .more:after {
		font-family: "entypo" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\25be";
    font-size: 16px;
    display: inline-block;
	}
	.nav-primary li.level1 .more {
		display: none;
	}
	.nav-primary li.level0 > a:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 4px;
		background-color: #E4E4E4;
		transition: width .4s;
	}
	.nav-primary li.level0:hover > a:before {
		width: 100%;
	}
	.sub-megamenu-wrapper .panel {
		margin-bottom: 0;
		border: 0;
	}
}
@media only screen and (min-width: 1420px) {
	.nav-primary li.level0 {
		padding: 0 20px;
	}
}

/*mini-cart*/
@media only screen and (max-width: 1419px) {
	.skip-cart {
    width: auto;
    padding: 0;
  }
}
.truncated {
		margin-bottom: 10px;
}
.btn-leave {
	position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  right: 12px;
  top: 15px;
  text-align: center;
}
.btn-leave:before {
	font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2715";
  font-size: 30px;
	color: #ccc;
}
@media only screen and (max-width: 767px) {
	.checkout-types.minicart li {
		width: 45%;
	}
	.checkout-types.minicart li .button-bk,
	.checkout-types.minicart li .btn-cart {
		width: 100%;
	}
}
@media only screen and (max-width: 539px) {
	.truncated .truncated_full_value .item-options {
		padding: 0;
		overflow: auto;
		font-size: 15px;
	}
}
/*log-in*/
#header-account .links > div {
	padding: 10px 20px;
	color: #418FDE;
}
#header-account a {
	text-align: left;
	padding: 5px 20px;
}
#header-account li.Sign.Out {
	position: absolute;
	right: 0;
	bottom: 6px;
	z-index: 1;
}
#header-account li.Sign.Out a {
	font-weight: bold;
}
/*search*/
#search, #search-inputbox {
	border-radius: 0;
}
#search_form .search-button, #search_mini_form .search-button {
	background-color: #418FDE;
	color: white;
	border-radius: 0;
	font-size: 24px;
	padding: 0;
}
/*before - footer
-------------------------------------------------------*/
#footer {
	background-color: #f2f2f2;

}
.footer .block-title span {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.footer .links a {
	font-size: 14px;
	color: #666666;
}
.footer .links a:hover {
    color: #418FDE;
}
/*social media*/
.social-links .icon {
	border-radius: 0;
}
.social-links .icon img {
	width: 50%;
	object-fit: contain;
	margin: auto;
}
.fb-icon {
	background-color: rgb(63, 91, 154);
}
.twitter-icon {
	background-color: rgb(0, 172, 237);
}
.linkedin-icon {
	background-color: rgb(0, 119, 181);
}
.phone-icon {
	background-color: #418FDE;
}
span.phone {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
}
@media only screen and (max-width: 1419px) {
	.footer {
		position: relative;
		padding: 100px 20px 30px 20px;
	}
	.footer .links {
		width: 25%;
		margin-right: 0;
	}
	.footer .social-links {
		position: absolute;
		top: 30px;
		right: 30px;
	}
}
@media only screen and (max-width: 1199px) {
	#footer {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 768px) {
	.footer .block-title, .footer .block-title span {
		border-bottom: none;
	}
	.footer .links ul {
		display: block !important;
	}
}
@media only screen and (max-width: 767px) {
	.footer-container {
		padding: 0;
	}
	.footer {
		text-align: left;
		padding: 30px 0 100px 0;
	}
	.footer .links {
		width: 100%;
	}
	.footer .block-title {
		color: #666666;
		cursor: pointer;
		padding-left: 15px;
	}
	.footer .block-title span {
		position: relative;
		border-color: #418FDE;
		padding: 10px 0;
	}
	.footer .block-title:after {
		font-family: "entypo" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\25be";
    font-size: 16px;
    position: absolute;
		right: 15px;
		top: 15px;
    display: inline-block;
	}
	.footer .block-title.active:after {
		content: "\25b4";
	}
	.footer .links ul {
		padding-left: 15px;
	}
	.footer .social-links {
		right: 50%;
		transform: translateX(50%);
		top: auto;
		bottom: 30px;
		width: 155px;
	}
	span.phone {
		display: none;
	}
}
/*footer
-------------------------------------------------------*/
#footer address.copyright {
	display: flex;
	position: relative;
	flex-flow: row nowrap;
	justify-content: center;
	color: white;
	background-color: #666666;
	width: 100%;
}
.country-language {
	position: absolute;
	background-color: #aaa;
	top: 0;
	right: 250px;
	border-radius: 0 0 9px 9px;
}
.country-language a {
	display: block;
	color: white;
	padding: 2px 7px;
}
@media only screen and (max-width: 1550px) {
	#footer address.copyright {
		padding: 35px 10px 10px 10px;
	}
	.country-language {
		right: 100px;
	}
	#scrollToTop {
		right: 40px;
	}
}
@media only screen and (max-width: 767px) {
	#footer address.copyright {
		display: block;
	}
	.country-language {
		right: 50%;
		transform: translateX(50%);
	}
}
@media only screen and (max-width: 355px) {
	.country-language a {
		font-size: 13px;
	}
}
/*scroll to top
-------------------------------------------------------*/
#scrollToTop {
	border-radius: 0;
	right: 180px;
}
#scrollToTop-overlay {
	background: #418FDE;
	border-radius: 0;
}
#scrollToTop i {
	line-height: 30px;
}
.icon-up-open-big:before {
	font-size: 20px;
	font-weight: bold;
}
@media only screen and (max-width: 1550px) {
	#scrollToTop {
		right: 20px;
	}
}
/*homepage - main
-------------------------------------------------------*/
/*slider - image*/
.slideshow-container .slideshow {
	margin-bottom: 50px;
}
.slideshow-container .slideshow li.slider {
	height: 570px;
}
@media only screen and (max-width: 1199px) {
	.slideshow-container .slideshow li.slider {
		height: 360px;
	}
	.cms-index-index .main-container {
		min-height: 472px;
	}
}
@media only screen and (max-width: 767px) {
	.slideshow-container {
		display: block;
	}
	.slideshow-container .slideshow li.slider {
		width: 100%;
		height: 200px;
	}
}
/*dec - line*/
.dec-line {
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: 60px;
	background-color: transparent;
	transition: all .4s;
	z-index: 10;
	background-color: rgb(255, 163, 0);
}
/*slider - thumbs*/
.top-container {
	position: relative;
}
.select-views {
	background-color: rgba(0,0,0,.5);
	height: 60px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}
.select-views:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	top: -8px;
	background-color: rgba(0,0,0,.5);
}
.slider-thumbs {
	margin-bottom: 0;
}
.slider-thumb {
	height: 60px;
	color: white;
	opacity: .5;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	transition: all .8s;
	font-size: 20px;
}
.slider-thumbs .slick-list {
	margin: auto;
}
.slider-thumb-1.slick-current {
	background-color: #FFA300;
	opacity: 1;
}
.slider-thumb-2.slick-current {
	background-color: #418FDE;
	opacity: 1;
}
.slider-thumb-3.slick-current {
	background-color: rgb(59, 175, 42);
	opacity: 1;
}
.slider-thumb-4.slick-current {
	background-color: #418FDE;
	opacity: 1;
}
@media only screen and (min-width: 1420px) {
	.slider-thumbs .slick-list {
		width: 1310px;
	}
}
@media only screen and (max-width: 1199px) {
	.dec-line {
		bottom: 40px;
	}
	.select-views {
		height: 40px;
	}
	.slider-thumb {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.dec-line {
		bottom: 35px;
		height: 4px;
	}
	.select-views {
		height: 35px;
	}
	.slider-thumb {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.select-views:before {
		height: 4px;
		top: -4px;
	}
}
/*slider - caption*/
.slideshow-container .slideshow li.slider .caption {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	color: white;
	background-color: rgba(0,0,0,.5);
	padding: 25px;
	width: auto;
	top: 0;
	transform: translateY(0);
}
.slideshow-container .slideshow li.slider .caption.left {
	left: 15%;
}
.slideshow-container .slideshow li.slider .caption.right {
	left: auto;
	right: 0;
}
.slideshow-container .slideshow li.slider .caption.center {
	left: auto;
	right: 30%;
}
.slideshow-container .slideshow li.slider .caption .caption-wrap {
	position: relative;
}
.slideshow-container .slideshow li.slider .caption .caption-wrap .explore-more {
	position: absolute;
	bottom: -64px;
	right: -25px;
	line-height: 1;
}
.slideshow-container .slideshow li.slider .caption .caption-wrap .explore-more .slider-button {
	font-size: 18px;
	color: white;
	padding: 10px 20px;
	display: block;
}
.slideshow-container .slideshow li.slider .caption1 .caption-wrap .explore-more .slider-button {
	background-color: rgb(255, 163, 0);
}
.slideshow-container .slideshow li.slider .caption2 .caption-wrap .explore-more .slider-button {
	background-color: rgb(65, 143, 222);
}
.slideshow-container .slideshow li.slider .caption3 .caption-wrap .explore-more .slider-button {
	background-color: rgb(59, 175, 42);
}
.slideshow-container .slideshow li.slider .caption4 .caption-wrap .explore-more .slider-button {
	background-color: #418FDE;
}
.slideshow-container .slideshow li.slider .caption .caption-wrap .explore-more .slider-button:after {
	font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\25b8";
  font-size: 18px;
  display: inline-block;
  margin-left: 12px;
}
@media only screen and (max-width: 1199px) {
	.slideshow-container .slideshow li.slider .caption {
		width: 330px;
		font-size: 30px;
	}
	.slideshow-container .slideshow li.slider .caption .caption-wrap .explore-more .slider-button {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.slideshow-container .slideshow li.slider .caption {
		width: 200px;
		font-size: 18px;
		padding: 15px;
		position: absolute;
	}
	.slideshow-container .slideshow li.slider .caption .caption-wrap .explore-more {
		bottom: -37px;
		right: -15px;
	}
	.slideshow-container .slideshow li.slider .caption .caption-wrap .explore-more .slider-button {
		font-size: 12px;
		padding: 5px 10px;
	}
	.slideshow-container .slideshow li.slider .caption .caption-wrap .explore-more .slider-button:after {
		font-size: 12px;
	}
}
/*login (customer-account-login)
-------------------------------------------------------*/
.customer-account-login h2 {
	text-transform: none;
}
.customer-account-login .col2-set .col-1 {
	border-right: none;
}
.customer-account-login .registered-users .buttons-set a {
	margin-left: 30px;
}
.customer-account-login .new-users li:before {
	font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2713";
  color: #418FDE;
  margin-right: 10px;
}
.customer-account-login .new-users .buttons-set a {
	padding: 8px 25px;
}
@media only screen and (max-width: 767px) {
	.customer-account-login .buttons-set {
		margin: 30px 0;
	}
	.customer-account-login .registered-users .buttons-set a {
		margin-left: 0;
		float: left;
		font-size: 14px;
		padding: 10px 0;
		/*margin-right: 34px;*/
	}
}
@media only screen and (max-width: 353px) {
	.customer-account-login .registered-users .buttons-set a {
		margin-right: 0;
	}
}
/*my account (customer-account-index)
-------------------------------------------------------*/
.customer-account .main-container {
	padding-left: 0;
	padding-right: 0;
}
/*account dashboard*/
body.customer-account .sidebar .block-content {
	text-transform: uppercase;
}
.customer-account .col-main {
	margin-top: 120px;
}
@media only screen and (max-width: 1199px) {
	.customer-account .col-main {
		margin-top: 20px;
	}
	.customer-account .fix-banner {
		margin-bottom: 0;
		margin-top: 16px;
	}
}
.customer-account-index .box-title h3 {
	line-height: 44px;
}
body.customer-account .box-title > a {
	position: relative;
	padding: 7px 28px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #666666;
	float: right;
	font-size: 13px;
	text-decoration: none;
}
body.customer-account .box-title > a:after {
	font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e75e";
  margin-left: 10px;
}
body.customer-account-index.customer-account .col-main .box-content > p > a,
body.customer-account-index.customer-account .col-main .box-head > a {
	text-transform: uppercase;
	color: #418FDE;
	display: block;
	margin-top: 5px;
}
@media only screen and (max-width: 1199px) {
	/*menu*/
	body.customer-account .sidebar .block:not(.block-layered-nav) .block-title {
		text-align: center;
		font-weight: bold;
	}
	body.customer-account .sidebar .block:not(.block-layered-nav) .block-content {
		padding: 0;
	}
	body.customer-account .sidebar .block-content ul {
		margin: 0;
	}
	body.customer-account .sidebar .block-content ul li {
		padding: 0 15px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 40px;
    text-align: center;
    margin: 0;
	}
	body.customer-account .sidebar .block-content ul li.last {
		border-bottom: 0;
	}
}
@media only screen and (max-width: 539px) {
	/*main*/
	body.customer-account .my-account .page-title h1 {
		text-align: left;
	}
}
/*account information*/
body.customer-account .my-account .page-title h1 {
	text-transform: none;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
	text-transform: uppercase;
}
body.customer-account .my-account .form-list > li .input-box > p {
	padding: 0;
}
body.customer-account .my-account .form-list .control label {
	padding-left: 25px;
}
/*address book*/
body.customer-account .my-account .addresses-list.col2-set .col-1,
body.customer-account .my-account .addresses-list.col2-set .col-2 {
	padding: 0;
}
body.customer-account .my-account .addresses-list h2 {
	width: auto;
	line-height: 35px;
}
body.customer-account .my-account .addresses-list .item .box-title,
body.customer-account .my-account .addresses-list.col2-set .col-2 .box-title {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
}
.col-2.addresses-additional .box-title button {
	float: right;
	margin-top: -5px;
}
body.customer-account .my-account .addresses-list .item {
	width: 48%;
  float: left;
}
body.customer-account .my-account .addresses-list .item:nth-child(odd) {
	margin-right: 4%;
}
body.customer-account .my-account .addresses-list.col2-set .col-2 .item.box-title {
	border-bottom: 0;
	position: relative;
  margin-bottom: 30px;
}
body.customer-account .my-account .addresses-list.col2-set .col-2 .item.box-title > a {
	position: absolute;
  display: none;
  right: 0;
}
body.customer-account .my-account .addresses-list.col2-set .col-2 .item.box-title:hover > a {
	display: block;
}
body.customer-account .my-account .addresses-list.col2-set .col-2 .item.box-title > a:nth-child(even) {
	top:5px;
}
body.customer-account .my-account .addresses-list.col2-set .col-2 .item.box-title > a:nth-child(odd) {
	top:50px;
	padding: 7px 26px;
}
body.customer-account.customer-address-index address {
	width: 70%;
}
@media only screen and (max-width: 1199px) {
	body.customer-account .my-account .addresses-list.col2-set .col-2 .item.box-title > a {
		display: block;
	}
}
@media only screen and (min-width: 768px) {
	.customer-address-index .col2-set .col-1 {
		width: 100%;
	}
	.customer-address-index .col2-set .col-2 {
		width: 100%;
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	body.customer-account .my-account .addresses-list .item {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 650px) {
	body.customer-account .box-title > a {
	    padding: 7px 12px;
	}
	body.customer-account .my-account .addresses-list.col2-set .col-2 .item.box-title > a:nth-child(odd) {
    padding: 7px 10px;
	}
}

/*address book (customer-address-index)
-------------------------------------------------------*/
body.customer-account .box-title a.link-remove:after {
	display: none;
}
/*my order (sales-order-history)
-------------------------------------------------------*/
body.sales-order-history .pager-no-toolbar {
	display: none;
}
body.sales-order-history .data-table th.total,
body.sales-order-history .data-table td.total {
  /*padding-left: 12%;*/
}
body.sales-order-history .data-table tbody td {
  border-bottom: 0;
}
body.customer-account.sales-order-history .col-main > a:hover {
  color: white;
}
@media only screen and (max-width: 1199px) {
  body.sales-order-history .data-table th.total,
  body.sales-order-history .data-table td.total {
    padding-left: 6%;
  }
}
@media only screen and (min-width: 768px) {
  body.customer-account .col-main a.desktop-hidden {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.sales-order-history .data-table.orders th.mobile-hidden,
  body.sales-order-history .data-table.orders td.mobile-hidden {
    display: none;
  }
  body.sales-order-history .data-table.orders th.status,
  body.sales-order-history .data-table.orders td.status {
    text-align: right;
  }
  body.sales-order-history .data-table.orders td.status {
    position: relative;
  }
  body.sales-order-history .data-table tbody td {
    vertical-align: text-top;
  }
  body.sales-order-history .data-table.orders td.status .desktop-hidden {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 369px) {
	.data-table td, .data-table th {
		padding: 15px 0;
	}
}
/*order view (sales-order-view)
-------------------------------------------------------*/
body.sales-order-view .order-info-box > .box-title {
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 10px;
}
body.sales-order-view .order-items .box-title {
  border-bottom: 1px solid #c0c0c0;
}
body.sales-order-view .order-info-box > .box-title h2:after {
  content: '';
}
body.sales-order-view .order-items #my-orders-table th {
	font-weight: bold;
}
body.sales-order-view .data-table tfoot td.last {
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
	body.customer-account.sales-order-view .my-account .title-buttons a {
		float: right;
		top: 6px;
	}
	body.customer-account.sales-order-view .link-reorder,
	body.customer-account.sales-order-view .link-print,
	body.customer-account.sales-order-view .separator {
		display: none;
	}
	body.customer-account.sales-order-view .order-info-box .box-content {
		margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  body.customer-account .my-account .page-title h1 {
    float: left;
  }
  body.customer-account.sales-order-view .order-info {
    margin-bottom: 15px;
  }
  body.customer-account.sales-order-view .order-info-box .col-2,
  body.customer-account.sales-order-view .order-info-box .col-1 {
    border: 0;
  }
  body.customer-account.sales-order-view .order-info-box .col-1 {
    padding-bottom: 0;
  }
  body.sales-order-view .order-items #my-orders-table th {
    width: 100%;
  }
  body.sales-order-view .data-table tfoot td.last {
    text-align: right;
  }
  body.sales-order-view .linearize-table-large thead th {
   	display: none;
  }
  body.sales-order-view .linearize-table-large tbody td:first-child {
    padding-left: 30px;
  }
  body.sales-order-view .linearize-table-large tbody td[data-rwd-label] {
  	text-align: right;
  	padding: 0 30px 4px;
  }
  body.sales-order-view .linearize-table-large tbody td[data-rwd-label]:before {
  	position: absolute;
  	left: 30px;
  	text-transform: none;
  }
  body.sales-order-view #my-orders-table td[data-rwd-label=Qty] .nobr strong {
  	margin-right: 0;
  }
  body.sales-order-view .data-table tfoot td.last {
  	padding-right: 30px;
  }
}
/*checkout
-------------------------------------------------------*/
.cart-totals-wrapper {
	margin-bottom: 100px;
}
.button2.button:hover span,
.btn-empty.button:hover:after,
.btn-continue.button:hover:before {
	color: white;
}
.btn-continue.button {
	position: relative;
	min-width: 220px;
}
.btn-continue.button:before {
	font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e75d";
  font-size: 20px;
	color: #666666;
	position: absolute;
	left: 15px;
}
.btn-empty.button {
	position: relative;
}
.btn-empty.button:after {
	font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2715";
  font-size: 20px;
	position: absolute;
	color: #666666;
	right: 20px;
}
.checkout-cart-index .price-box .price {
	color: #666666;
}
.checkout-cart-index .products-grid .price-box {
	margin-bottom: 20px;
}
.checkout-cart-index .products-grid {
	width: 80%;
	margin: 0 auto;
}
.checkout-cart-index .products-grid h3.product-name {
	font-size: 16px;
	min-height: 60px;
}
.checkout-cart-index .products-grid .slick-next {
	right: -100px;
}
.checkout-cart-index .products-grid .slick-prev {
	left: -100px;
}
@media only screen and (max-width: 1199px) {
	.btn-continue.button {
		min-width: 200px;
	}
	.btn-empty.button {
		min-width: 160px;
	}
	.cart-totals-wrapper .checkout-types {
		padding: 0;
	}
	.checkout-cart-index .price-box .price {
		font-size: 15px;
	}
	.cart-totals-wrapper {
		margin-bottom: 50px;
	}
	.checkout-cart-index .products-grid h3.product-name {
		font-size: 14px;
	}
	.checkout-cart-index .products-grid .slick-next {
		right: -50px;
	}
	.checkout-cart-index .products-grid .slick-prev {
		left: -50px;
	}
}
@media only screen and (max-width: 767px) {
	.checkout-cart-index .products-grid {
		width: 70%;
		margin: auto;
	}
}
@media only screen and (max-width: 599px) {
	.checkout-cart-index .cart-table tbody tr {
		border-bottom: none;
		border-top: 1px solid #c0c0c0;
	}
	.checkout-cart-index .cart-table .product-cart-info {
		padding-bottom: 40px;
	}
	.checkout-cart-index .cart-table .product-cart-actions {
    position: absolute;
    right: 0;
    bottom: 0;
	}
	.cart-table .cart-footer-actions {
		padding: 0 0 10px;
	}
	.checkout-cart-index .cart-table .mobile-hidden {
		display: none;
	}
	.cart-table .cart-footer-actions .btn-update {
		float: right;
		margin-bottom: 22px;
	}
	.cart-table .cart-footer-actions hr {
		clear: right;
		border-color: #c0c0c0;
	}
	.checkout-cart-index .products-grid .slick-next {
		right: -30px;
	}
	.checkout-cart-index .products-grid .slick-prev {
		left: -30px;
	}
}

@media only screen and (max-width: 415px) {
	.btn-continue.button {
		min-width: 45%;
	}
	.btn-continue.button:before,
	.btn-empty.button:after {
		content: '';
	}
	.btn-empty.button {
		min-width: 30%;
		margin-left: 3%;
	}
}
@media only screen and (min-width: 600px) {
	.checkout-cart-index .cart-table .desktop-hidden {
		display: none;
	}
}
/*checkout process (checkout-onepage-index)
-------------------------------------------------------*/
.checkout-onepage-index .box-title {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
.checkout-onepage-index .box-title h4 {
	text-transform: uppercase;
	font-size: 16px;
}
.checkout-onepage-index ol.opc {
	margin-bottom: 50px;
}
.checkout-onepage-index .sidebar .block-content {
	text-transform: none;
}
.checkout-onepage-index .block-progress {
	border: 0;
}
.checkout-onepage-index .block-progress dt {
	text-transform: none;
	font-size: 16px;
	margin-bottom: 15px;
}
.checkout-onepage-index .opc .buttons-set a {
	padding: 9px 0;
}
.checkout-onepage-index .opc .buttons-set a:before {
	font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e75d";
  font-size: 16px;
	color: #666666;
	margin-right: 10px;
	transition: all .3s;
}
.checkout-onepage-index .opc .buttons-set a:hover:before {
	color: white;
}
/*right sidebar*/
.checkout-onepage-index .col-right {
	margin-top: 135px;
}
#checkout-progress-wrapper .block-title {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#checkout-progress-wrapper .block-title strong {
	padding-bottom: 10px;
	font-size: 16px;
}
#checkout-review-table {
	position: relative;
}
.check-out-image {
	width: 100px;
}
.check-out-name {
	width: 400px;
}
#checkout-review-table .product-name {
	font-size: 16px;
}
#checkout-review-table h5.product-name {
	text-transform: none;
}
.checkout-onepage-index .data-table tbody td:last-child {
  width: 10%;
}
.checkout-onepage-index .data-table tfoot td.last {
	position: absolute;
	right: 0;
	padding: 10px 0 0;
}
.edit-cart-btn {
	float: leftd;
	margin-top: 15px;
}
@media only screen and (max-width: 767px) {
	.opc .buttons-set button.button {
	  float: right;
	  margin-left: 10px;
	  margin-right: 0;
	}
	.checkout-onepage-index .opc .buttons-set a.edit-cart-btn {
		padding: 7px 0;
    width: 120px;
    margin-top: 15px;
    float: right;
	}
}
@media only screen and (max-width: 539px) {
	.checkout-onepage-index .linearize-table td.check-out-image {
		width: inherit;
		text-align: center;
		text-align: -webkit-center;
		text-align: -moz-center;
	}
	.checkout-onepage-index .linearize-table td.check-out-name {
		width: inherit;
		text-align: center;
	}
	.checkout-onepage-index .data-table tbody td:first-child {
		padding-left: 10px;
	}
	.checkout-onepage-index .data-table tbody td:last-child {
	  width: inherit;
	}
	.checkout-onepage-index .data-table tfoot td.last {
		position: static;
	}
	.checkout-onepage-index .linearize-table tfoot td:nth-child(even) {
		text-align: right;
	}
	#review-buttons-container {
		float: none;
		width: 100%;
	}
	.edit-cart-btn {
		margin-top: 0;
	}
}
/*checkout success (checkout-onepage-success)
-------------------------------------------------------*/
.checkout-onepage-success .col-main p {
	margin-bottom: 10px;
}
.checkout-onepage-success .col-main p.sub-title {
	font-family: "Dinot Bold", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}

/*about us (cms-about-magento-demo-store)
-------------------------------------------------------*/
.cms-page-view .col-main > .page-title {
	display: none;
}
.cms-about-magento-demo-store .main-content {
	margin-bottom: 80px;
}
.cms-about-magento-demo-store h2 {
	font-weight: bold;

}
.cms-about-magento-demo-store h3 {
	margin-bottom: 0;
}
.information-content {
	margin-top: 40px;
}
/*product-list (catalog-category-view)
-------------------------------------------------------*/
body.catalog-category-view .category-products {
	margin-top: 50px;
}
.catalog-category-view .breadcrumbs {
	display: block;
}
/*product-list*/
.catalog-category-view .sorter,
.catalogsearch-result-index .sorter {
	float: right;
	padding-right: 8px;
}
.catalog-category-view .sorter > .sort-by,
.catalogsearch-result-index .sorter > .sort-by {
	width: 190px;
	float: none;
}
.catalog-category-view .sorter > .sort-by .form-control {
	display: inline-block;
	width: 120px;
	margin-left: 10px;
}
.catalog-category-view .products-grid-list,
.catalogsearch-result-index .products-grid-list {
	width: 80%;
	float: right;
}
.catalog-category-view .products-grid-list li.item,
.catalogsearch-result-index .products-grid-list li.item {
	width: 100%;
	text-align: left;
	display: flex;
	flex-flow: row nowrap;
	border-top: 1px solid #c0c0c0;
	padding-top: 30px;
}
.catalog-category-view .products-grid-list .price,
.catalogsearch-result-index .products-grid-list .price {
	float: right;
}
.catalog-category-view .price-box,
.catalogsearch-result-index .price-box {
	margin: 0;
}
.catalog-category-view .price-box .price,
.catalogsearch-result-index .price-box .price {
	color: #2D2926;
}
.catalog-category-view .price-box #old-price-3,
.catalogsearch-result-index .price-box #old-price-3 {
	font-size: 14px;
  color: #666;
  margin-right: 15px;
}
.catalog-category-view .col-main .products-grid-list p,
.catalogsearch-result-index .col-main .products-grid-list p {
	overflow: auto;
	display: inline-block;
}
.catalog-category-view .product-img,
.catalogsearch-result-index .product-img {
	flex: 0 1 20%;
	margin-right: 5%;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}
.catalog-category-view .product-img .custom-img,
.catalogsearch-result-index .product-img .custom-img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -20px;
	left: -15px;
	background-color: white;
	display: none;
}
.catalog-category-view .img-wrapper,
.catalogsearch-result-index .img-wrapper {
	width: 240px;
	position: relative;
}
.catalog-category-view .product-img .custom-img img,
.catalogsearch-result-index .product-img .custom-img img {
	width: 100%;
	object-fit: contain;
}
.catalog-category-view .product-img .link-compare,
.catalogsearch-result-index .product-img .link-compare {
	padding-top: 0;
}
.catalog-category-view .product-info,
.catalogsearch-result-index .product-info {
	flex: 0 1 75%;
}
.catalog-category-view .product-info .desc,
.catalogsearch-result-index .product-info .desc {
	width: 85%;
}
.catalog-category-view .product-info .desc .promo-text,
.catalogsearch-result-index .product-info .desc .promo-text {
	margin-top: 30px;
}
.catalog-category-view .promo-text span,
.catalogsearch-result-index .promo-text span {
	color: darkred;
}
.catalog-category-view .products-grid-list .actions,
.catalogsearch-result-index .products-grid-list .actions {
	position: static;
	float: right;
	width: inherit;
	min-height: 0;
}
/*filter*/
.products-filter {
	width: 20%;
	float: left;
}
.products-filter h4 {
	font-size: 16px;
	color: #418FDE;
}
.products-filter .series a {
	color: #2D2926;
}
.products-filter .block-title h4 {
	display: block;
	height: 39px;
	line-height: 39px;
	color: white;
	font-size: 16px;
	font-weight: normal;
	background-color: #418FDE;
	padding-left: 10px;
}
.products-filter .block-title {
	padding: 0;
}
.products-filter .block-content div {
	padding: 20px 10px;
}
.products-filter li.active {
	color: #418FDE;
}
.products-filter .features ul {
	overflow: auto;
	margin-bottom: 20px;
}
.catalog-category-view .products-filter .features ul li {
	width: 48%;
	margin-bottom: 10px;
}
.catalog-category-view .products-filter .features ul li:nth-child(odd) {
	float: right;
	clear: right;
}
.catalog-category-view .products-filter .features ul li:nth-child(even) {
	float: left;
	clear: left;
}
.catalog-category-view .products-filter .features .button {
	color: #418FDE;
	text-transform: none;
	min-width: 48%;
	font-size: 14px;
	display: block;
	white-space: normal;
	font-weight: bold;
  word-break: break-word;
}
.catalog-category-view .products-filter .features .button:hover,
.catalog-category-view .products-filter .features .button:active,
.catalog-category-view .products-filter .features .button:focus {
	color: white;
}
.catalog-category-view .products-filter ul li.select {
	width: 100%;
	position: relative;
	border: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  font-family: "Dinot Bold", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.catalog-category-view .products-filter ul li.select a.btn-remove {
	position: absolute;
	right: 10px;
	top: 5px;
}
@media only screen and (max-width: 1419px) {
	.catalog-category-view .products-filter .features ul li {
		width: 100%;
		word-break: break-word;
	}
	.catalog-category-view .products-filter .features .button {
		min-width: 100%;
	}
}
@media only screen and (max-width: 1199px) {
	.catalog-category-view .product-img .link-compare a {
		padding: 10px 2px;
		font-size: 12px;
	}
	.catalog-category-view .products-filter ul li.select a.btn-remove {
		position: absolute;
		right: 10px;
		top: 3px;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
	.catalog-category-view .product-img .custom-img {
		width: 30px;
		height: 30px;
		top: -10px;
	}
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
	.catalog-category-view .img-wrapper,
	.catalogsearch-result-index .img-wrapper {
		width: 120px;
	}
}
@media only screen and (max-width: 767px) {
	body.catalog-category-view .category-products {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.catalog-category-view .main-container {
		padding-left: 0;
		padding-right: 0;
	}
 	/*product-list*/
 	.catalog-category-view .sorter > .sort-by .form-control {
 		margin-right: 5px;
 	}
	.catalog-category-view .products-grid-list,
	.catalogsearch-result-index .products-grid-list {
		width: 100%;
		float: none;
		margin: 0;
		clear: both;
	}
	.catalog-category-view .products-grid-list li.item,
	.catalogsearch-result-index .products-grid-list li.item {
		display: block;
	}
	.catalog-category-view .product-img,
	.catalogsearch-result-index .product-img {
		margin-right: 0;
	}
	.catalog-category-view .product-img a,
	.catalogsearch-result-index .product-img a {
		width: 100%;
	}
	.catalog-category-view .product-img .link-compare,
	.catalogsearch-result-index .product-img .link-compare {
    float: left;
    margin-bottom: 20px;
	}
	.catalog-category-view .product-img .link-compare a,
	.catalogsearch-result-index .product-img .link-compare a {
		padding: 5px 2px;
		font-size: 12px;
	}
	.catalog-category-view .product-info,
	.catalogsearch-result-index .product-info {
		clear: both;
		text-align: center;
	}
	.catalog-category-view .product-info .desc,
	.catalogsearch-result-index .product-info .desc {
		width: 100%;
	}
	.catalog-category-view .products-grid-list .actions,
	.catalogsearch-result-index .products-grid-list .actions {
		float: none;
		margin-top: 30px;
	}
	.catalog-category-view .products-grid-list .actions .button,
	.catalogsearch-result-index .products-grid-list .actions .button {
		min-width: 180px;
	}
	/*product-filter*/
	.products-filter {
		width: 100%;
		float: none;
		clear: both;
	}
	.products-filter .block-title h4:after {
		font-family: "entypo" !important;
	  font-style: normal !important;
	  font-weight: normal !important;
	  font-variant: normal !important;
	  text-transform: none !important;
	  speak: none;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  content: "\e764";
	  position: absolute;
	  right: 10px;
	}
	.products-filter .block-title.active h4:after {
		content: "\e767";
	}
	.products-filter .block-content {
		background-color: #f2f2f2;
	}
	.catalog-category-view .products-filter .features {
		overflow: auto;
	}
	.catalog-category-view .products-filter .features ul li {
		width: 48%;
	}
	.catalog-category-view .products-filter ul li.select {
		width: 100%;
	}
	.catalog-category-view .products-filter .features .button {
		min-width: 48%;
	}
	.block-content div.btn-leave {
		border: 1px solid #c0c0c0;
		padding: 0;
		position: static;
		float: right;
		margin-top: 10px;
	}
}
/*catalog search
-------------------------------------------------------*/
.catalogsearch-result-index .products-filter,
.catalogsearch-result-index .top-banner {
	display: none;
}
.catalogsearch-result-index .products-grid {
	width: 100%;
	float: none;
}
.catalogsearch-result-index .sorter > .sort-by .form-control {
	display: inline-block;
	width: 120px;
	margin-left: 10px;
}
/*eshop
-------------------------------------------------------*/
/*filter*/
.cms-store .products-filter,
.category-store1 .products-filter,
.category-store .products-filter {
	width: 100%;
}
/*.cms-store .sidebar .block-content ul li,
.category-store1 .sidebar .block-content ul li,
.category-store .sidebar .block-content ul li {
  border-bottom: 1px solid #f2f2f2;
  line-height: 40px;
}*/
.cms-store .sidebar .block-content ul li a,
.category-store1 .sidebar .block-content ul li a,
.category-store .sidebar .block-content ul li a {
	color: #2D2926;
}
.catalog-category-view.category-store1 .breadcrumbs,
.catalog-category-view.category-store .breadcrumbs {
	padding-right: 0;
	padding-left: 0;
}
/*cate-slides*/
.cate-slides {
	width: 85%;
	float: right;
	margin: 0 70px 30px 0;
}
.box-collateral.related-products h2 {
	text-transform: uppercase;
  line-height: 35px;
  text-align:  left;
  margin-bottom: 10px;
}
.cms-store h3.product-name,
.category-store1 h3.product-name,
.category-store h3.product-name {
	font-size: 16px;
}
.cms-store .products-grid .actions
.category-store1 .products-grid .actions,
.category-store .products-grid .action {
	bottom: -55px;
}
.catalog-category-view.category-store1 .price-box,
.catalog-category-view.category-store .price-box {
	margin-bottom: 5px;
}
.cms-store .products-grid .slick-prev,
.category-store1  .products-grid .slick-prev,
.category-store  .products-grid .slick-prev {
	left: -60px;
}
.cms-store .products-grid .slick-next,
.category-store1 .products-grid .slick-next,
.category-store .products-grid .slick-next {
	right: -60px;
}
@media only screen and (max-width: 1199px){
	.cms-store .col2-left-layout .col-left,
	.category-store1 .col2-left-layout .col-left,
	.category-store .col2-left-layout .col-left {
    margin-top: 0;
    width: 30%;
    float: left;
	}
	.cms-store .sidebar .block:not(.block-layered-nav) .block-title,
	.cms-store .sidebar .block:not(.block-layered-nav) .block-content,
	.category-store1 .sidebar .block:not(.block-layered-nav) .block-title,
	.category-store1 .sidebar .block:not(.block-layered-nav) .block-content,
	.category-store .sidebar .block:not(.block-layered-nav) .block-title,
	.category-store .sidebar .block:not(.block-layered-nav) .block-content {
		border-bottom: none;
	}
	.cms-store .sidebar .block-content ul li,
	.category-store1 .sidebar .block-content ul li,
	.category-store .sidebar .block-content ul li {
		text-align: left;
	}
	.cms-store .col2-left-layout .col-main,
	.category-store1 .col2-left-layout .col-main,
	.category-store .col2-left-layout .col-main {
		float: right;
    width: 70%;
	}
	.cate-slides {
		width: 90%;
		margin: 0 0 15px 0;
	}
	.cms-store .products-grid .slick-prev,
	.category-store1 .products-grid .slick-prev,
	.category-store .products-grid .slick-prev {
		left: -30px;
	}
	.cms-store .products-grid .slick-next,
	.category-store1 .products-grid .slick-next,
	.category-store .products-grid .slick-next  {
		right: -30px;
	}
	.cms-store h3.product-name,
	.category-store1 h3.product-name,
	.category-store h3.product-name {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.cms-store .main-container,
	.category-store1 .main-container,
	.category-store .main-container {
		padding-left: 0;
		padding-right: 0;
	}
	.cms-store .col2-left-layout .col-left,
	.category-store1 .col2-left-layout .col-left,
	.category-store .col2-left-layout .col-left {
    width: 100%;
	}
	.cms-store .col2-left-layout .col-main,
	.category-store1 .col2-left-layout .col-main,
	.category-store .col2-left-layout .col-main {
		float: none;
		width: 100%;
		overflow: auto;
	}
	.cate-slides {
		width: 85%;
		margin: 0 7.5%;
	}
	.box-collateral.related-products h2 {
		text-align: center;
	}
	.cms-store h3.product-name,
	.category-store1 h3.product-name,
	.category-store h3.product-name {
		font-size: 16px;
	}
}
@media only screen and (max-width: 538px) {
	.cate-slides {
		width: 70%;
		margin: 0 15%;
	}
}
@media only screen and (min-width: 768px){
	.catalog-category-view.category-store1 .main-container,
	.catalog-category-view.category-store .main-container {
	    width: 718px;
	}
}
@media only screen and (min-width: 1000px){
	.catalog-category-view.category-store1 .main-container,
	.catalog-category-view.category-store .main-container {
	    width: 950px;
	}
}
@media only screen and (min-width: 1200px){
	.catalog-category-view.category-store1 .main-container,
	.catalog-category-view.category-store .main-container {
	    width: 1130px;
	}
}
@media only screen and (min-width: 1420px){
	.catalog-category-view.category-store1 .main-container,
	.catalog-category-view.category-store .main-container {
	    width: 1300px;
	}
}
/*product-view (catalog-product-view)
-------------------------------------------------------*/
.catalog-product-view .main-container {
	padding-left: 0;
	padding-right: 0;
}
/*product-img-box*/
.catalog-product-view .product-img-box {
	padding-right: 50px;
}
.catalog-product-view .product-image {
	max-width: 580px;
	margin: auto;
}
.catalog-product-view .product-image img {
	/*max-width: 580px;*/
	/*max-height: 370px;*/
	object-fit: contain;
}
.catalog-product-view .slick-next {
	right: -50px;
}
.catalog-product-view .slick-prev {
	left: -50px;
}
.catalog-product-view .slick-prev:before, .catalog-product-view .slick-next:before {
	color: #2D2926;
	opacity: .5;
	font-size: 24px;
	font-weight: bold;
}
.catalog-product-view .more-views {
	max-width: 580px;
	margin: auto;
}
.catalog-product-view .more-views img {
		max-width: 100px;
		max-height: 60px;
		margin: auto;
	}
/*product-shop*/
.product-view .product-shop .short-description {
	min-height: 100px;
}
.product-view .product-shop .price-info {
	float: right;
	padding-right: 0;
}
.product-view .ship-msg {
	float: left;
	line-height: 44px;
}
.product-view .add-to-cart {
	float: right;
}
.product-view .button.button-no-stock {
  background-color: #ddd;
  display: block;
  clear: right;
  float: right;
}
.product-view .link-compare {
	padding-top: 0;
	clear: left;
}
.product-view .link-compare a {
	padding: 10px 10px 10px 0;
}
.product-view .add-to-links {
	margin-right: 50px;
}
@media only screen and (max-width: 1199px) {
	.catalog-product-view .main-intro {
		overflow: auto;
		position: relative;
	}
	.catalog-product-view .product-img-box {
		position: absolute;
		top: 40%;
		transform: translateY(-50%);
	}
	.catalog-product-view .product-image {
		max-width: 300px;
	}
	/*.catalog-product-view .product-image img {
		max-width: 300px;
		max-height: 210px;
	}*/
	.catalog-product-view .more-views {
		max-width: 300px;
		margin: auto;
	}
  .catalog-product-view .slick-next {
		right: -30px;
	}
	.catalog-product-view .slick-prev {
		left: -30px;
	}
	.catalog-product-view .more-views img {
		max-width: 50px;
		max-height: 30px;
	}
	/*product-shop*/
	.product-view .product-shop .short-description {
    margin-bottom: 30px;

  }
	.product-view .ship-msg {
		float: none;
		text-align: left;
	}
	.product-view .link-compare {
		margin-left: 0;
		text-align: right;
		padding: 0;
	}
	.product-view .link-compare a {
		padding-left: 0;
		padding: 20px 0 0 0;
	}
	.product-view .actions-wrapper {
		margin: 15px 0;
	}
	.product-view .product-shop .add-to-cart {
    clear: right;
  }
  .product-view .actions-wrapper {
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
  }
}
@media only screen and (max-width: 999px) {
  .catalog-product-view .more-views {
  	max-width: 250px;
  }
  .product-view .product-shop {
  	padding-left: 0;
  }
  .product-view .product-shop .product-name .h1 {
  	font-size: 24px;
  }
  .product-view .product-shop .short-description {
  	margin: 0;
  	padding-top: 0;
  }
  .product-view .actions-wrapper {
  	margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-img-box {
  	position: static;
  	transform: translateY(0);
  	padding-right: 0;
  }
  .catalog-product-view .product-img-box .product-name .h1 {
  	font-size: 20px;
  }
  .product-view .actions-wrapper {
    max-width: 400px;
    margin: auto;
  }
  .catalog-product-view .more-views {
  	max-width: 255px;
  }
  .catalog-product-view .more-views img {
    max-width: 80px;
    max-height: 50px;
	}
	.product-view .ship-msg {
		text-align: center;
		clear: both;
		line-height: 1.5;
	}
	.product-view .product-shop .add-to-cart {
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	.product-view .add-to-cart-buttons .button {
		min-width: 120px;
		min-height: 45px;
	}
	.product-view .product-shop .short-description {
		min-height: 100px;
	}
}@media only screen and (max-width: 359px) {
	.catalog-product-view .more-views {
  	max-width: 220px;
  }
	.catalog-product-view .more-views img {
    max-width: 60px;
    max-height: 50px;
	}
}
/*digital product*/
.catalog-product-view .product-options {
	/*width: 350px;*/
	padding: 30px 0 15px;
	margin-top: 0;
	border: none;
}
.catalog-product-view .product-options dl {
	display: flex;
	flex-flow: row wrap;
}
.catalog-product-view .product-options dl.last dd.last {
	padding-bottom: 0;
}
.catalog-product-view .product-options dt {
	flex: 1 1 22%;
	margin: 0;
}
.catalog-product-view .product-options dt label{
	line-height: 38px;
}
.catalog-product-view .product-options dd {
	flex: 1 1 78%;
	padding: 0;
	margin: 0 0 10px 0;
	border: none;
}
.catalog-product-view .product-options dd select {
	width: 100%;
}
.catalog-product-view .product-options dd .input-text {
	width: 100%;
}
/*product-name-fixed*/
.product-name-fixed {
	position: fixed;
  border: 1px solid #ccc;
  background-color: white;
  text-align: center;
  display: none;
  z-index: 10;
}
.product-name-fixed h2 {
  text-transform: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}
.add-to-cart.btn-fixed,
.product-view .button-no-stock.btn-fixed {
  position: fixed;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-view .product-options .required {
    position: absolute;
  }
  .catalog-product-view .product-options dt {
  	flex-basis: 30%;
  }
  .catalog-product-view .product-options dd {
  	flex-basis: 70%;
  }
}
@media only screen and (max-width: 999px) {
  .catalog-product-view .product-options dt {
  	flex-basis: 35%;
  }
  .catalog-product-view .product-options dd {
  	flex-basis: 65%;
  }
}
@media only screen and (max-width: 767px) {
	.product-name-fixed {
		top: 40px;
		left: 0 !important;
		right: 0;
		border: none;
		border-bottom: 1px solid #ccc;
		padding: 10px 120px 10px 20px;
		text-align: left;
	}
	.product-view .top-btn {
		height: 0;
	}
	.product-view .top-btn .add-to-cart {
		margin: 0;
	}
	.add-to-cart.btn-fixed,
	.product-view .button-no-stock.btn-fixed {
	  position: static;
	}
	.product-view .top-btn .add-to-cart-buttons {
		position: absolute;
		right: 0;
		top: 0;
	}
	.product-view .top-btn .add-to-cart-buttons .button {
		min-height: 45px;
	}
	.catalog-product-view .product-options dt {
  	flex-basis: 40%;
  }
  .catalog-product-view .product-options dd {
  	flex-basis: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .product-name-fixed {
    top: 40px;
    min-width: 180px;
  }
  .product-name-fixed h2 {
    text-transform: none;
    margin-bottom: 0;
    padding: 6px 12px 7px;
    font-size: 20px;
    font-weight: bold;
  }
  .add-to-cart.btn-fixed,
  .product-view .button-no-stock.btn-fixed {
    right: calc((100vw - 718px) / 2 + 15px);
  }
}
@media only screen and (min-width: 1000px) {
  .add-to-cart.btn-fixed,
  .product-view .button-no-stock.btn-fixed {
    right: calc((100vw - 950px) / 2 + 15px);
  }
}
@media only screen and (max-width: 1199px) {
  .add-to-cart.btn-fixed,
  .product-view .button-no-stock.btn-fixed {
    top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-name-fixed {
    top: 70px;
  }
  .product-name-fixed h2 {
    padding: 7px 12px;
  }
  .add-to-cart.btn-fixed,
  .product-view .button-no-stock.btn-fixed {
    top: 70px;
    right: calc((100vw - 1130px) / 2 + 15px);
  }
}
@media only screen and (min-width: 1420px) {
  .add-to-cart.btn-fixed,
  .product-view .button-no-stock.btn-fixed {
    right: calc((100vw - 1310px) / 2 + 15px);
  }
}
/*overview (overview-box)*/
.product-collateral .toggle-tabs {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.product-collateral .toggle-tabs li {
	flex: 1 1 16.5%;
}
.overview-box.tab-content-box img {
	width: 380px;
	max-height: 240px;
	object-fit: cover;
}
@media only screen and (min-width: 768px) {
	.col-main .overview-box p {
		margin-bottom: 20px;
	}
	.tab-content-box.overview-box .visual-box {
    width: 33%;
  }
  .tab-content-box.overview-box .text-box {
    width: 67%;
  }
}
@media only screen and (max-width: 1199px) {
	body.catalog-product-view .toggle-tabs {
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.product-collateral .toggle-tabs {
    display: none;
	}
	.overview-box.tab-content-box img {
		margin: auto;
	}
}
/*features (features-box)*/
.features-box ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.features-box ul li {
	flex: 0 1 30%;
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-flow: row nowrap;
}
.features-box .visual-box {
	height: 100px;
	width: 120px;
	padding: 0;
	margin: 0;
}
.features-box .visual-box img {
	width: 100%;
  height: 100%;
	object-fit: contain;
}
.features-box .text-box {
	width: calc(100% - 120px);
	margin-bottom: 0;
}
.text-box h3 {
	font-weight: 600;
}
.features-box .text-box p {
	font-size: 14px;
}
@media only screen and (max-width: 1199px) {
	.features-box .visual-box {
		width: 50px;
	  height: 45px;
	}
	.features-box .text-box {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.features-box ul {
		display: block;
	}
}
/*specifications (specs-box)*/
.specs-box .visual-box img {
	/*max-width: 420px;
	max-height: 300px;*/
	object-fit: contain;
	margin: auto;
}
.tab-content-box.specs-box .text-box {
	margin-bottom: 0;
}
.tab-content-box.specs-box .text-box table {
	width: 100%;
	margin-bottom: 25px;
}
.tab-content-box.specs-box .text-box table caption {
	color: #2D2926;
	font-weight: bold;
	padding: 10px 0;
}
.link-show, .link-hide {
	font-size: 18px;
	text-transform: uppercase;
}
.link-show:after, .link-hide:after {
	font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.link-show:after {
	content: '\e75c';
}
.link-hide:after {
	content: '\e75f';
}
.hide-text, .link-hide {
	display: none;
}
.tab-content-box.specs-box .hide-text {
	float: right;
}
@media only screen and (min-width: 768px) {
	.tab-content-box.specs-box .device-area {
		min-height: auto;
	}
  .link-show, .link-hide {
  	position: absolute;
    /*transform: translateX(-50%);*/
  }
}
@media only screen and (min-width: 1000px) {
  .tab-content-box.specs-box .text-box table th,
  .tab-content-box.specs-box .text-box table td {
  	width: 25%;
  }
}
/*@media only screen and (max-width: 1199px) {
	.specs-box .visual-box img {
		width: 320px;
		height: 230px;
	}
}*/
@media only screen and (max-width: 999px) {
	.tab-content-box.specs-box .text-box {
    display: static;
  }
	.tab-content-box.specs-box .text-box div{
  	width: 100%;
  }
  .tab-content-box.specs-box .text-box table th,
  .tab-content-box.specs-box .text-box table td {
  	width: 50%;
  }
}
@media only screen and (max-width: 767px) {
	.tab-content-box.specs-box .text-box {
		margin-bottom: 30px;
	}
	.tab-content-box.specs-box .text-box table th,
	.tab-content-box.specs-box .text-box table td {
	    width: 25%;
	}
	.link-show, .link-hide {
		display: block;
		width: 100%;
		text-align: center;
	}
	.tab-content-box.specs-box .hide-text {
		float: none;
	}
}
/*compatible units*/
.compatible-box ul {
	display: flex;
	flex-flow: column wrap;
	max-height: 600px;
	width: 100%;
}
.compatible-box ul li {
	width: 33.33%;
	padding: 5px 20px 5px 0;
	line-height: 1.5;
}
.compatible-box .select-box select {
	width: 100%;
}
/*in the box (box-box)*/
.box-box .visual-box img {
	float: right;
	width: 300px;
	height: 230px;
	object-fit: contain;
}
@media only screen and (max-width: 1199px) {
	.box-box .visual-box img {
		width: 320px;
		height: 230px;
	}
}
@media only screen and (max-width: 767px) {
	.box-box .visual-box img {
		display: none;
	}
}
/*accesorries + you may also like*/
.catalog-product-view #accessories-grid,
.catalog-product-view #related-products-grid {
	width: 70%;
	margin: auto;
}
#accessories-grid h2.product-name,
#related-products-grid h2.product-name {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-transform: none;
	line-height: normal;
}
#accessories-grid .price-box p,
#related-products-grid .price-box p {
	display: inline-block;
}
#accessories-grid .price-box .regular-price .price,
#related-products-grid .price-box .regular-price .price,
#accessories-grid .price-box .special-price .price,
#related-products-grid .price-box .special-price .price {
	color: #2D2926;
	font-weight: normal;
	font-size: 16px;
}
#accessories-grid .price-box .old-price .price,
#related-products-grid .price-box .old-price .price {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
}
@media only screen and (max-width: 1199px) {
	.catalog-product-view #accessories-grid,
	.catalog-product-view #related-products-grid {
		width: 90%;
	}
	.catalog-product-view #accessories-grid .product-image img,
	.catalog-product-view #related-products-grid .product-image img {
		max-width: 210px;
		max-height: 160px;
	}
}
@media only screen and (max-width: 999px) {
	.catalog-product-view #accessories-grid,
	.catalog-product-view #related-products-grid {
		width: 95%;
	}
	#accessories-grid h2.product-name,
	#related-products-grid h2.product-name {
		margin-top: 10px;
	}
	#accessories-grid .actions .price-info,
	#related-products-grid .actions .price-info {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.catalog-product-view #accessories-grid,
	.catalog-product-view #related-products-grid {
	    width: 80%;
	    margin-top: 20px;
	}
}
@media only screen and (max-width: 350px) {
	.catalog-product-view #accessories-grid .product-image img,
	.catalog-product-view #related-products-grid .product-image img {
    max-width: 180px;
    max-height: 160px;
	}
}
/*add onse*/
.add-ons-box .visual-box {
	width: 25%;
}
.add-ons-box .visual-box img {
	/*width: 260px;
	height: 170px;*/
	object-fit: contain;
}
.add-ons-box .text-box {
	width: 75%;
	margin-top: 30px;
}
.add-ons-box .text-box .price-box {
	float: right;
	margin: 0;

}
.add-ons-box .text-box .price-box p {
	display: inline-block;
}
.add-ons-box .text-box .price-box .old-price .price {
	font-size: 14px;
  color: #666;
  margin-right: 15px;
}
.add-ons-box .text-box .price-box .special-price .price,
.add-ons-box .text-box .price-box .regular-price .price {
	font-size: 20px;
	color: #2D2926;
}
.add-ons-box .text-box .std {
	width: 80%;
	float: left;
}
.add-ons-box .text-box .actions {
	float: right;
}
@media only screen and (max-width: 1419px) {
	.add-ons-box .text-box .std {
		width: 75%;
		float: left;
	}
}
@media only screen and (max-width: 1199px) {
	.add-ons-box .visual-box img {
		width: 150px;
		height: 100px;
	}
}
@media only screen and (max-width: 767px) {
	.add-ons-box {
		text-align: center;
	}
	.add-ons-box .visual-box,
	.add-ons-box .text-box {
		width: 100%;
		margin-bottom: 10px;
	}
	.add-ons-box .visual-box img {
    /*width: 210px;
    height: 160px;*/
    margin: auto;
	}
	.add-ons-box .text-box .std {
		width: 100%;
		float: none;
	}
	.add-ons-box .text-box .price-box {
		float: none;
	}
	.add-ons-box .text-box .actions {
		float: none;
		text-align: center;
		margin: 5px 0 30px;
	}
}
/*you may also like*/
.product-view .related-products {
	margin-bottom: 100px;
}
.product-view .box-collateral.related-products h2 {
	font-size: 26px;
	text-align: center;
	color: #666666;
}

/*comparison - tools
-------------------------------------------------------*/
.block-compare {
  width: auto;
  padding: 10px;
  position: fixed;
  z-index: 999;
  margin-bottom: 0;
  color: white;
  background-color: #418FDE;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-flow: row-reverse nowrap;
  transition: all .5s;
}
.block-compare.active {
  bottom: 0;
}
.block-compare .up-down {
  position: absolute;
  top: -5px;
  right: 30px;
  z-index: 1;
  width: 30px;
  height: 30px;
  color: #418FDE;
  background-color: white;
  text-align: center;
  cursor: pointer;
}
.block-compare .up-down:before {
  font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\25b4";
  font-size: 20px;
  display: inline-block;
}
.block-compare .up-down.active:before {
  content: "\25be";
}
.block-compare .compare-panel {
  margin: 0 10px;
  width: 245px;
}
.block-compare .block-title strong {
  color: white;
}
.block-compare .button {
  color: #418FDE;
  background-color: white;
  border-radius: 0;
  width: 100%;
}
.block-compare .clear-btn {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  color: white;
  text-decoration: none;
  border: 1px solid white;
  text-align: center;
  line-height: 38px;
}
.block-compare .block-content {
  margin-top: 0;
}
.block-compare .block-content ol {
  display: flex;
  flex-flow: row nowrap;
}
.block-compare .block-content ol li.item {
  padding:10px;
  margin: 0 10px 0 0;
  width: 175px;
  position: relative;
  background-color: white;
}
.block-compare .block-content ol li.item.last {
  margin: 0;
}
#compare-items .btn-remove {
  position: absolute;
  margin: 0;
  right: 5px;
  top: 5px;
  border: 1px solid #418FDE;
  text-align: center;
  background-color: white;
}
#compare-items .btn-remove:after {
  color: #418FDE;
  font-size: 20px;
  line-height: 16px;
}
#compare-items .btn-remove:hover:after {
  color: white;
}
.block-compare h2.product-name {
  margin: 5px auto 10px;
  font-size: 16px;
  text-align: center;
}
.block-compare h2.product-name a {
  color: #666;
  display : inline-block;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  width : 105px;
}
.block-compare .price-box {
  text-align: center;
  margin: -10px 0 20px;
}
.block-compare .price-box .label {
  display: none;
}
.block-compare .price-box .price {
  color: #666;
  font-size: 14px;
}
.block-compare .block-content ol li.item img{
  width: 100%;
  height: 100px;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .block-compare {
    bottom: -105px;
    left: 0;
    right: 0;
    transform: translateX(0);
  }
  .block-compare .up-down {
    right: 10px;
  }
  .block-compare .compare-panel {
    flex: 0 0 22%;
    margin-top: 25px;
  }
  .block-compare .block-title strong {
    font-size: 17px;
  }
  .block-compare .block-title p {
    display: none;
  }
  .block-compare .clear-btn {
    margin: 10px 0;
  }
  .block-compare .block-content {
    flex: 0 0 75%;
    overflow: scroll;
  }
  .block-compare .block-content ol {
    width: 100%;
  }
  .block-compare .block-content ol li.item {
    width: auto;
    flex: 0 1 20%;
  }
  .block-compare h2.product-name {
    margin: 15px 0 10px;
  }
  .block-compare h2.product-name a {
  	width: 120px;
  }
  .block-compare .price-box {
    margin: -10px 0 5px;
  }
  .block-compare .block-content ol li.item img{
	  height: 80px;
	}
}
@media only screen and (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
  .block-compare {
    bottom: -135px;
    left: 0;
    right: 0;
    transform: translateX(0);
    display: block;
    padding:20px;
  }
  .block-compare .up-down {
    top: -10px;
  }
  .block-compare .block-content {
  	margin-top: 10px;
  }
  .block-compare .block-content ol {
    display: block;
  }
  .block-compare .block-content ol li.item {
    width: 100%;
    background-color: transparent;
    padding: 5px 0;
  }
  .block-compare h2.product-name a {
  	white-space: normal;
  	width: 85%;
  	line-height: 1.5;
  }
  #compare-items .btn-remove {
    right: 15px;
    top: 2px;
    border: 0;
    background-color: transparent;
  }
  #compare-items .btn-remove:after {
    color: white;
    font-size: 16px;
  }
  .block-compare h2.product-name {
    margin: 0;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    font-size: 13px;
  }
  .block-compare h2.product-name a {
    color: white;
  }
  .block-compare .block-title {
    margin-top: 5px;
  }
  .block-compare .block-title strong {
    display: block;
  }
  .block-compare .button {
    height: 40px;
    border: 1px solid white;
    margin-top: -4px;
  }
}
/*comparison - page
-------------------------------------------------------*/
.compare-table td, .compare-table th {
	padding-left: 10px;
	padding-right: 12px;
}
.compare-table h2.product-name {
	font-size: 18px;
}
.compare-table .price-box {
	margin: 0;
	text-align: center;
}
.compare-table .price-box .price {
	color: #666666;
	font-size: 18px;
}
.icon-check:before {
	color: #418FDE;
}

.data-table.product-specs-table tbody th {
    width: 25%;
    color: #333;
    white-space: normal;
    padding: 10px;
    vertical-align: middle;
	background: transparent !important;
}
@media only screen and (max-width: 767px) {
	.data-table.product-specs-table tbody th {
		width: 40%;
		color: #333;
		white-space: normal;
		padding: 10px;
		vertical-align: middle;
		background: transparent !important;
	}
}

.data-table.product-specs-table caption {
	font-size: 18px;
	font-weight: 900;
	border-bottom: none !important;
}

.data-table.product-specs-table:nth-child(1n+2) caption {
	border-bottom: none !important;
}
.data-table.product-specs-table tbody tr:nth-child(odd) {
    background-color: rgba(0,0,0,.07);
}

table.data-table.product-specs-table tbody th,
table.data-table.product-specs-table tbody td {
  border-top: none !important;
  border-bottom: none !important;
}

.data-table tbody th {
  background: #F4F4F4;
  font-size: 20px;
}
.data-table tbody th {
	font-size: 16px;
	/* min-width: 240px; */
	white-space: normal;
	margin-top: 1px; /*adjust border space*/
}

.compare-table .button {
	min-width: 120px;
	width: 120px;
}
/*table-head*/
.product-shop-row img,
.add-to-row img {
	width: 80%;
	object-fit: contain;
}
.data-table tbody .product-shop-row th,
.data-table tbody .product-shop-row td {
	border-bottom: none;
}
.data-table tbody .product-shop-row th {
	font-size: 26px;
	text-transform: uppercase;
}
.compare-table .product-shop-row.bottom td {
	padding-top: 10px;
}
/*table-data*/
tbody.compare-data th {
	position: relative;
	line-height: 40px;
}
tbody.compare-data th:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	/*background-color: #418FDE;*/
	z-index: 0;
}
tbody.compare-data .icon {
	position: absolute;
	z-index: 1;
	top: 21px;
	left: 18px;
}
tbody.compare-data th p {
	margin-left: 50px;
}
.compare-table tbody.compare-data td {
	vertical-align: middle;
	text-align: center;
}
.compare-table tbody.compare-data .spec td,
.compare-table tbody.compare-data .inBox td {
	vertical-align: top;
	text-align: left;
}
/*table-foot*/
.add-to-row {
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}
.data-table tbody .add-to-row th,
.data-table tbody .add-to-row td {
	border-bottom: none;
}

/* ========================================
	 table horizontal scroll
=========================================== */
.scrolling table {
  table-layout: inherit;

}
.catalog-product-compare-index .outer {
	position: relative
}
.catalog-product-compare-index .inner {
	overflow-x: auto;
	overflow-y: visible;
	margin-left: 240px;
}














/* ============================================ *
 * Nav Primary
 * ============================================ */
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
@media only screen and (max-width: 1199px) {
  .nav-primary a {
    font-size: 14px;
  }
}
.nav-primary li.level0 {
  position: relative;
}
/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 1199px) {
	.nav-primary .block-content {
		margin-top: 0;
	}
  .nav-primary .icon-user {
    display: none;
  }
  .nav-primary a.level0 {
    line-height: 20px;
    padding: 13px 40px 13px 47px;
  }
	#nav .nav-primary li.level0.menu-active a.level0,
	#nav .nav-primary li.level0.menu-active span.level0 {
		color: #418FDE;
	}
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
  	padding: 0;
  }
  .nav-primary li.level1.menu-active,
  #nav .nav-primary li.level1.menu-active a.level1 {
  	color: #418FDE;
  }
  #nav .nav-primary li#account-links ul.level0 {
  	padding-left: 63px;
  }
  .nav-primary a.level1 {
  	padding-left: 45px;
  }
  .nav-primary a.level2 {
    padding-left: 60px;
  }
  .nav-primary li.level0.megamenu ul.level1 {
    background: rgba(65,143,222,.1);

	}
  .nav-primary li .more {
    position: absolute;
    display: block;
    width: 40px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    top: 0;
    right: 0;
  }
  .nav-primary li .more:after {
    font-family: "entypo" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\25be';
  }
  .nav-primary li.menu-active > .more:after {
  	content: '\25b4';
  }
  .nav-primary li .more:hover {
    cursor: pointer;
  }
  .nav-primary a.level2,
  .nav-primary li.level2 {
    color: #666;
  }
  .nav-primary a.level3,
  .nav-primary li.level3 {
    color: #ccc;
  }
  .nav-primary li.level0.menu-active > a,
  .nav-primary li.level0.sub-menu-active > a,
  .nav-primary li.level0.menu-active > .more,
  .nav-primary li.level0.sub-menu-active > .more {
    color: #418FDE;
  }
  .nav-primary li.level0.megamenu ul {
    border-bottom: 0;
  }
  .nav-primary li.level0.megamenu ul.level0 {
    display: block;
  }
  .nav-primary ul.level0 {
    background-color: #f7f7f7;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 1px inset;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .level0.ico:before {
		font-family: "entypo" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
  }
  .level0.ico:before {
  	content: '\1f4bb';
  }
  .level0.ico.MAP.UPDATES:before {
  	content: '\e727';
  }
  .level0.ico.SUPPORT:before {
  	content: '\2692';
  }
  .level0.ico.MAGELLAN.STORE:before {
  	content: '\2302';
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 1200px) {
  .nav-primary {
    position: relative;
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    padding-left: 10px;
    padding-right: 10px;
    /* Hide until displayed. */
    border: none;
  }
  .nav-primary li.level0.menu ul {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    -moz-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    -o-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    -ms-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    overflow: hidden;
  }
  .nav-primary li.menu.menu-active > ul {
    opacity: 1;
    height: auto;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    overflow: visible;
    width: 250px;
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0.megamenu ul {
    position: relative;
    width: 260px;
    top: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    /* Level 2+ */
  }
  .nav-primary li.level0.megamenu ul.level1 {
    padding-left: 20px;
    padding-top: 20px;
  }
  .nav-primary li.level0.megamenu ul.level0 {
    width: 290px;
    padding-top: 10px;
    display: block;
    border: 0;
  }
  .nav-primary li.level0.megamenu ul.level1 {
    display: none;
  }
  .nav-primary li.level0.megamenu ul li {
    position: static;
  }
  .nav-primary li.level0.megamenu ul.level1 ul {
    margin-bottom: 15px;
  }
  .nav-primary li.level0.megamenu ul.level1 ul a {
    color: #666;
    line-height: 24px;
  }
  .nav-primary li.level0.megamenu a.level1 {
    font-size: 16px;
    line-height: 16px;
    padding: 15px 20px;
  }
  .nav-primary li.level0.megamenu a.level1.has-children:after {
    font-family: "entypo" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\25b8';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
  }
}
.nav-primary li.menu-active > ul,
.nav-primary li.menu-active > .sub-menu-wrapper {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .sub-menu-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    width: 900px;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    -moz-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    -o-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    -ms-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
    overflow: hidden;
  }
  .sub-menu-wrapper:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 290px;
    background-color: #e6e6e6;
    z-index: 11;
  }
  .sub-menu-wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
  .sub-menu-wrapper ul.level0 {
    float: left;
  }
  li.menu-active > .sub-menu-wrapper {
    opacity: 1;
    height: auto;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    overflow: visible;
    width: 900px;
    min-height: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-menu-wrapper {
    display: none;
  }
}
.sub-megamenu-wrapper {
  float: right;
  width: 610px;
  min-height: 300px;
}
.sub-megamenu-wrapper:before, .sub-megamenu-wrapper:after {
  content: " ";
  display: table;
}
.sub-megamenu-wrapper:after {
  clear: both;
}
.sub-megamenu-wrapper .collapse:before, .sub-megamenu-wrapper .collapse:after {
  content: " ";
  display: table;
}
.sub-megamenu-wrapper .collapse:after {
  clear: both;
}
.sub-megamenu-wrapper ul.level1 {
  float: left;
  display: block !important;
}
.sub-megamenu-wrapper li.level2:hover > a {
  color: #2D2926;
}
.sub-megamenu-wrapper li.level2 a:hover {
  color: #418FDE;
}
.sub-megamenu-wrapper .cats-info-wrapper {
  float: right;
  text-align: left;
  width: 350px;
  padding: 20px 30px 30px;
  font-size: 15px;
}
.sub-megamenu-wrapper .cats-info-wrapper.small {
  max-width: 290px;
  padding: 60px 20px 20px;
  text-align: left;
}
.sub-megamenu-wrapper .cats-info-wrapper p {
  margin-bottom: 10px;
}
.sub-megamenu-wrapper .cats-info-wrapper img {
  height: auto;
}
.sub-megamenu-wrapper .cats-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .sub-megamenu-wrapper {
    display: none;
  }
}
