<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Shanti);
body {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif /*{Global | body-font-family}*/;
	font-size: 14px /*{Global | body-font-size}*/;
	color: #333333 /*{Global | body-font-colour}*/;
	background-image: none /*{Global | body-background-image}*/;
	padding-bottom: 13px;
    background-attachment: fixed;
}
a {
	color: #ea420f /*{Global | link-text-colour}*/;
}
a:hover,
a:focus {
	color: #ea420f /*{Global | link-text-hover-colour}*/;
}
h1, h2,
h3, h4,
h5, h6,
.h1, .h2,
.h3, .h4,
.h5, .h6 {
	font-family: 'Shanti', "Helvetica Neue", Helvetica, Arial, sans-serif /*{Headings | headers-font-family}*/;
	color: #333333 /*{Headings | headers-colour}*/;
}
.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color: #ffffff /*{Home Page | carousel-text-colour}*/;
}
h1,
.h1 {
	font-size: 36px /*{Headings | header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 30px /*{Headings | header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 24px /*{Headings | header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{Headings | header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 14px;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333;
	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: #fff;
	border-color: #ccc;
}
.wrapper-footer-subscribe .list-social i{
	color: #3ab0d3 /*{Footer | social-media-icons-colour}*/;
}
.btn-primary {
	color: #ffffff /*{Buttons | btn-primary-text-colour}*/;
	background-color: #ff3b00 /*{Buttons | btn-primary-background-colour}*/;
	border-color: #ff3b00 /*{Buttons | btn-primary-background-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.open .dropdown-toggle.btn-primary,
.open &gt; .dropdown-toggle.btn-primary:focus,
.open &gt; .dropdown-toggle.btn-primary:hover {
	color: #ffffff /*{Buttons | btn-primary-text-colour-hover}*/;
	background-color: #D23B0D /*{Buttons | btn-primary-background-colour-hover}*/;
	border-color: #D23B0D /*{Buttons | btn-primary-background-colour-hover}*/;
}
.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 {
	background-color: #81d4fa /*{Buttons | btn-primary-disabled-background-colour}*/;
	border-color: #81d4fa /*{Buttons | btn-primary-disabled-background-colour}*/;
}
.btn-warning {
	color: #fff;
	background-color: #ea420e;
	border-color: #ea420e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #fff;
	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: #428bca;
	border-color: #357ebd ;
}
.btn-danger {
	color: #fff;
	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-success {
	color: #ffffff /*{Buttons | btn-secondary-text-colour}*/;
	background-color: #2b618e /*{Buttons | btn-secondary-background-colour}*/;
	border-color: #2b618e /*{Buttons | btn-secondary-background-colour}*/;
	font-weight:normal;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:hover,
.open &gt; .dropdown-toggle.btn-success:hover,
.open &gt; .dropdown-toggle.btn-success:focus {
	color: #ffffff /*{Buttons | btn-secondary-text-colour-hover}*/;
	background-color: #224c6f /*{Buttons | btn-secondary-background-colour-hover}*/;
	border-color: #224c6f /*{Buttons | btn-secondary-background-colour-hover}*/;
}
.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: #3e77a7 /*{Buttons | btn-secondary-disabled-background-colour}*/;
	border-color: #3e77a7 /*{Buttons | btn-secondary-disabled-background-colour}*/;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #fff;
	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;
}
.breadcrumb {
	background-color: #f5f5f5;
	margin-top: 0;
	padding: 15px;
}
.breadcrumb &gt; li + li:before {
	color: #ccc;
}
.breadcrumb &gt; .active {
	color: #999;
}
.breadcrumb a {
	color: #000;
}
.breadcrumb a i {
	color: #ea420f;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
	color: #428bca /*{General | pagination-text-colour}*/;
	background-color: #dddddd /*{General | pagination-background-colour}*/;
	border-color: #dddddd /*{General | pagination-background-colour}*/;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
	color: #2a6496 /*{General | pagination-text-colour-hover}*/;
	background-color: #eeeeee /*{General | pagination-background-colour-hover}*/;
	border-color: #eeeeee /*{General | pagination-background-colour-hover}*/;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
	color: #ffffff /*{General | pagination-text-colour-active}*/;
	background-color: #428bca /*{General | pagination-background-colour-active}*/;
	border-color: #428bca /*{General | pagination-background-colour-active}*/;
}
.label-default {
	background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080;
}
.label-primary {
	background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9;
}
.label-success {
	background-color: #2B618E;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #224c6f;
}
.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: #d93100;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}
.well {
	background-color: #f5f5f5;
	border-color:#e3e3e3;
}
.panel-default {
	border-color: #ddd;
}
.panel-default &gt; .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-title {
	color: #333;
}
.panel-default &gt; .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ddd;
}
.save {
	color: #D9534F;
}
.navbar-default {
	background-color: #428bca;
	border-color: #3a7aaf;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	color: #000 ;
}
.navigation-list li a {
	color: #ffffff /*{Header | mobile-header-links}*/;
}
@media(max-width:768px){
	.wrapper-usp-header a,
	.wrapper-usp-header .dropdown-menu &gt; li &gt; a{
		color: #000 /*{Header | mobile-header-links}*/;
		text-align: left !important;
	}
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt;.dropdown &gt; a .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}
.navbar-inverse {
	background-color: #30373b;
	border:none;
}
.nav .open &gt; a .caret, .nav .open &gt; a:hover .caret, .nav .open &gt; a:focus .caret {
	border-top-color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
	color: #333;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
	background-color: #e7e7e7;
	color: #333;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu .divider {
	background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
	color: #333;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
	color: #262626;
	background-color: inherit;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
	color: #fff;
	background-color: #428bca;
}
.logo {
	max-width:100%;
}

.navbar-brand {
	margin: 0.5em 0.4em !important;
}
.headerContacts {
	font-size: 16px;
	text-align: center;
	position: absolute;
	right: 0;
	max-width: 26%;
}
.headerContacts td {
	display: inline-block;
}
.headerContacts td:hover, .headerContacts td:focus {
	background-color: #f5f5f5;
}
.headerContacts a {
	color: #000;
	padding: 0.5em 0.6em;
	display: block;
}
.headerContacts a i {
	color: #ea420f;
	font-size: 30px;
	padding: 0.4em 0;
}
#liveChatFloat {
	position: fixed;
	bottom: 4em;
	right: 2.4em;
	z-index: 999;
}
#mainBodyContent {
	background-color: #fff;
	margin: 1em auto;
}
#main-content {
	width: 100%;
	padding: 0;
}
.orangeHeader {
	width: 108%;
}

form[name="productsearch"] {
	margin: 1.5em 0 0.5em 0em;
}

@media (max-width: 768px){
    .form[name="productsearch"] {
        margin: 1.5em 0 0.5em 3em;
    }
}
    
form[name="productsearch"] #name_search {
	border-radius: 5px 0 0 5px;
}
form[name="productsearch"] button {
	border-radius: 0 5px 5px 0;
}
form[name="productsearch"] a {
	color: #000;
}
form[name="productsearch"] a:hover {
	color: #ea420f !important;
}
.orangeHeaderUserArea {
	width: 25%;
	background-color: #d93200;
	text-align: center;
	vertical-align: baseline;
}
.cartHolder {
	float: none;
	display: inline;
}
.cartButton {
	background-color: transparent;
	color: #d93100 !important;
	width: 100%;
	border: none;
	font-weight: bold;
}
.cartButton:hover, .cartButton:focus, .open .cartButton {
/*	background-color: #eee !important;*/
    background-color: transparent;

}
.cartButton span {
	position: relative;
	bottom: 2px;
}
/*.cartHolder .fa-shopping-cart {
	font-size: 34px !important;
}*/
.thumb_cart ul .right a {
	color: #ea420f;
}
.accountDropdown &gt; a {
	display: block;
/*	padding: 20px 16px;*/
}
.accountDropdown .dropdown-menu {
	width: 100%;
	border: 0.8px solid #ea420f;
	border-radius:3.5px;
	margin: 0;
	background-color: white;
	width:180px;
}

.accountDropdown .dropdown-menu a {
	color: #000;
}
.accountDropdown .dropdown-menu a:hover {
	color: #E9420E;
	text-decoration:underline;
}
.orangeHeader .col-xs-3.col-sm-10.text-left {
	margin-left: 2em;
	width: 96%;
}
.navHolder {
	cursor: pointer;
}
.navHolder &gt; a {
	text-transform: capitalize;
}
.navholder &gt; a .fa {
	font-size: 19px;
}
.navHolder &gt; ul {
	display: none;
	position: absolute;
	list-style-type: none;
	z-index: 999;
	background-color: #FAFAFA;
	padding: 0em 1em 1em 0em;
/*	width: 250px;*/
	width:220px;
	border-style:groove;
	border-radius:2px;
	border-color:rgba(0, 0, 0, 0.035)

}

@media (min-width: 1024px)  {
	ul.recentMenu {
		width: 190px;
	}
}

@media (min-width: 768px)  {
	ul.recentMenu {
		position:absolute;
		right:0.1em;
	}
}

@media (min-width: 1024px)  {
	ul.recentMenu {
		position:absolute;
		left:0.1em;
	}
}
.navHolder:hover &gt; ul {
	display: block;
	margin-top: 0px;
    WIDTH: 220px;
}

@media (min-width: 1024px) and (max-width:1399px){
    .navHolder:hover &gt; ul {
        margin-top: 20px;
    }
    
} 

.navHolder &gt; ul a {
	color: #fff;
}
.navHolder &gt; ul li {
	border-radius: 5px;
	padding: 6px 10px;
}
.navHolder &gt; ul &gt; li:hover {
	background-color: #fff;
	text-decoration:underline;
}
.navHolder &gt; ul li a {
	padding: 0;
	color: #000;
}

.navHolder &gt; ul &gt; dropdown-menu &gt; lv2-li:hover {
	color: red;
	text-decoration: underline;
}
.navHolder .dropdown-menu {
	top: -18%;
	left: 97.5%;
	margin: 0;
	background-color: #f5f5f5;
	border: none;
	box-shadow: none;
	padding: 5px 1em 0em 0em;
	border-radius:2px;
}
.navHolder .dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
	border-style:none;
	color: #E9420E;
	text-decoration:underline;
}
.navbar-nav .navHolder &gt; ul li.dropdown {
	width: 110%;
}
.navbar-nav .navHolder &gt; ul li {
	width: 100%;
}
.recentMenu {
	width: 170%;
}
.recentMenuThumbnail, .recentMenuText {
	display: table-cell;
}
.recentMenuThumbnail img {
	max-width: 100%;
}
.recentMenuThumbnail {
	width: 30%;
	vertical-align: middle;
}
.recentMenuText {
	width: 70%;
	padding-left: 0.8em;
}
.wrapper-home-categories {
	padding: 2em 0 0;
}
.wrapper-home-categories h3 {
	text-align: center;
	color: #E9420E;
	font-weight: bold;
	font-family: "Open Sans", "Helvetica", sans-serif;
}
.wrapper-home-categories .col-xs-12.col-sm-9 {
	background-color: #f8f8f8;
	padding: 2em 6px;
}
#homeFeaturedCats {
	margin: auto;
	width: 98%;
}
#homeFeaturedCats img {
	max-width: 95%;
}
#homeFeaturedCats h3 {
	font-family: "Open Sans", "Helvetica", sans-serif;
	margin: 0 auto 1.2em;
	color: #fff;
	padding: 0.5em 0;
	max-width: 95%;
	background-color: #e9420e;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
#homeFeaturedCats div {
	text-align: center;
	display: inline-block;
	width: 33%;
}


@media (max-width: 768px) {
    .pcmAdvantage{
    background-color: transparent;
    }
}
@media (max-width: 1024px) {
    .pcmAdvantage{
    background-color: transparent;
    }
}

@media (min-width: 1870px){
     .pcmAdvantage{
    background-color: transparent;
    }
    
    
}


.pcmAdvantage img {
	border: none !important;
	max-width: 48px !important;
	padding-right: 1.5em;
	padding-left: 10px;
}
.pcmAdvantage h4 {
	color: #fff;
	font-family: "Open Sans", "Helvetica", sans-serif;
	margin: 0;
}
.pcmAdvantage tr td table {
	/*	margin: 1.2em auto;*/
	margin: 0.5em auto;
}
.wrapper-product-tabs .nav-tabs {
	background: #f8f8f8;
	padding: 0 0 0 2em !important;
	width: 100%;
	text-align: left !important;
}

.wrapper-home-tabs {
    padding: 0;
}

.wrapper-home-tabs .nav-tabs &gt; li {
	background-color: #fff;
}
.wrapper-home-tabs .nav-tabs &gt; li a {
	color: #E9420E !important;
	font-weight: bold;
}
.wrapper-home-tabs .nav-tabs &gt; li a:hover {
	color: #555 !important;
}
.wrapper-home-tabs .nav-tabs &gt; .active {
	background-color: #f8f8f8;
}
.wrapper-home-tabs .nav-tabs &gt; .active a {
	background-color: #f8f8f8 !important;
}
.wrapper-home-tabs .nav-tabs a {
	border: none !important;
}
.wrapper-home-tabs &gt; .col-xs-12 {
	background: none;
/*	padding: 0;*/
	margin: 10px 0;
}
.tab-content .tab-pane {
	padding: 20px;
	width: 100%;
}
.tab-pane .thumbnail {
	border: 2px solid #f5f5f5;
}
.popularList {
	padding: 0 1em;
	margin-top: -0.7em;
}
.popularList p {
	width: 33%;
	display: inline-flex;
	word-break: break-all;
	padding: 0 10px 0 0;
}
.popularList p:last-child {
	padding: 0;
}
.popularList .fa {
	padding: 3px 5px 0 0;
	color: #EECD32;
}
.popularList a {
	color: #333;
	text-decoration: underline;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#home-business table {
	width: 97%;
	margin: 0 auto 2em;
}
#home-business h2, #home-business h3 {
	text-transform: none;
	font-weight: bold;
	font-family: "Open Sans", "Helvetica", sans-serif;
	width: 97%;
	margin: 0 auto 10px;
}
.bcText {
	width: 50%;
	vertical-align: baseline;
}
.bcList {
	width: 25%;
}
.bcList ul {
	list-style: none;
}
.bcList li {
	margin: 0 0 10px 27px;
}
.bcList i {
	float: left;
	color: #e9420e;
	font-size: 22px;
}
.bcCats {
	width: 100% !important;
}
.bcCats td {
	width: 25%;
	text-align: center;
}
.bcCats img {
	border: 1px solid #eee;
	border-bottom: none;
	max-width: 90%;
}
.bcCats h4 {
	font-family: "Open Sans", "Helvetica", sans-serif;
	margin: auto;
	color: #fff;
	padding: 0.8em 0;
	max-width: 90%;
	background-color: #e9420e;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #eee;
	border-top: none;
}
.bcTelephone {
	color: #fff !important;
	background-color: #e9420e;
	border-radius: 5px;
	font-size: 26px;
	padding: 2px 10px;
	font-weight: bold;
	margin-left: 0.7em;
}
.wrapper-footer-subscribe .col-xs-12 {
	margin-left: 10px;
	width: 99%;
}
.wrapper-footer-subscribe p {
	color: #ff3b00;
	text-shadow: 0px 0px 2px #000;
}
.wrapper-footer-subscribe form .input-group {
	width: 150%;
/*	margin-left: 2em;*/
	margin-left: 11em;
}
.wrapper-footer-subscribe form .input-group input[type="email"] {
	border-radius: 5px;
	border: none;
	height: 40px;
}
.wrapper-footer-subscribe form .input-group .input-group-btn input[type="submit"] {
	color: #fff;
	background: #e9420e;
	border-radius: 5px;
	border-color: #e9420e;
	margin-left: 1em;
	padding: 9px 12px;
}
.footerInfo address {
	text-align: center;
	margin: 0;
}
.socialButtonsSideHolder {
	position: fixed;
	bottom: 30%;
	width: 50px;
	left: 0;
}
#main-content &gt; .row &gt; .col-xs-12 {
	padding-left: 16px;
	padding-right: 16px;
}
.thumbnail .grid-view .row:first-child .f-i-r a {
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-transform: capitalize;
	color: black;
	font-weight: bold;
	height:44px;
}
.wrapper-footer .nCustom-payment-icon ul.list-inline i {
	font-size: 3em;
}
.thumb &gt; .row &gt; .wrapper-thumbnail {
	width: 33%;
}
.descriptionImage {
	text-align: center;
}
.descriptionImage img {
	max-width: 95%;
	margin-top: 1em;
}
.atcZipmoneyLogo {
	max-width: 100%;
	margin-top: 5px;
}
.tab-content &gt; #specification img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	object-fit: scale-down;
}
.tab-content &gt; #specification table {
	width: 100% !important;
}
.col-xs-12 &gt; .row .thumbnail a &gt; img[src="https://cdn.neto.com.au/assets/neto-cdn/images/default_product.gif"] {
	max-width: 75%;
}
.featuredBrands {
	text-align: center;
	padding: 2em 0 4em;
}
.featuredBrands h3 {
	color: #e9420e;
	text-align: center;
	font-weight: bold;
	font-family: "Open Sans", "Helvetica", sans-serif;
}
.featuredBrands img {
	width: 17%;
	padding: 0 1em;
	margin: 0 3em;
}
.promoIcon {
/*	margin: 0.8em 0.6em !important;*/
	display: table;
	pointer-events: none;
	background-color: white;
	opacity: 0.9;
	color: orangered;
	border-style: solid;
	border-radius: 2px;
	border-width: 1px;    
	margin-top: 7px;
}
meta[property="og:image"] + .promoIcon {
	position: absolute;
	z-index: 5;
/*	max-width: 15%;*/
}
.stockStatus {
	font-weight: bold;
	font-size: 20px;
}
.stock-yes {
	border-color: #47c745;
}
.stock-no {
	border-color: #d9534f;
}
.stock-preorder {
	border-color: #ea420e;
	text-align: center;
	color: #ea420e;
	background-color:#fed9d9;
}
.stock-limit {
	border-color: #d9534f;
	background-color: #f9e2e2;
}
.product-social-dropdown + .small {
	padding-top: 10px;
}
.buyingOptionsCont .zip-widget__wrapper {
	padding: 0 !important;
}
.addtocart, .wishlist_toggle {
	text-transform: none;
	border-radius: 3px;
}
.addtocart {
	font-weight: bold;
	font-size: 17px;
}
.col-xs-12 &gt; .product-wishlist .wishlist_toggle {
	font-weight: normal;
	border-color: #ea420e;
	font-size: 17px;
}
span.add {
	color: red;
}
.col-xs-12 &gt; .product-wishlist .wishlist_toggle i {
	color: #ea420e;
}
.buyingOptionsCont {
	border: 1px solid #e6e6e6;
	padding: 10px;
}
.fancybox-inner {
	overflow-x: hidden !important;
}
#customiseThePurchase {
	text-align: center;
	border: 1px solid #ff3b00;
	border-radius: 3px;
	margin-bottom: 8px;
	color: #ff3b00;
}
#customiseYourPurchase h4 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 10px auto 20px;
}

.flex-container {
	padding-left: 0;
	display: flex;
	align-items: center;
	height: 50px;
	background-color: #ffffff;
}

.swiper-slide.slick-slide.slick-active&gt;.wrapper-thumbnail.col-xs-6.col-md-3, .swiper-slide.slick-slide.slick-cloned&gt;.wrapper-thumbnail.col-xs-6.col-md-3  {
	width: 100%;
}

.npopup {
	width: auto !important;
	max-width: 100% !important;
}
.successaddmessage {
	width: 1132px !important;
}
.successaddmessage .modal-header {
	border: none;
	padding: 0;
}
.successaddmessage .npopup-btn-close {
	top: 8px;
	right: 6px;
}
.successaddmessage .body .image {
	width: 90px;
	height: auto;
}
.successaddmessage .body .description {
	font-size: 15px;
	height: 4em;
	line-height: 2em;
	margin: 1em;
}
.successaddmessage .body .description span {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0.8;
}
.successaddmessage .btn.btn-success.calltoaction.npopup-checkout {
	float: right;
	margin-top: 2em;
}
.successaddmessage .thumbnail .grid-view .row form.buying-options i {
	color: #ea420f /*{Global | link-text-colour}*/;
}

@media (max-width: 1200px) {
	.navHolder .dropdown-menu {
		left: 98.5%;
	}
	#main-content &gt; .col-xs-12 &gt; p &gt; img {
		width: auto !important;
		height: auto !important;
		max-height: 100%;
		max-width: 100%;
	}
	.thumbnail .grid-view .row form.buying-options button.btn {
		width: 130%;
/*		margin-left: -1em;*/
	}
	.accountDropdown &gt; a {
	/*	padding: 42px 16px;*/
	}
	.col-xs-12 &gt; .row .thumbnail a &gt; img[src="https://cdn.neto.com.au/assets/neto-cdn/images/default_product.gif"] {
		max-width: 92%;
	}
	.featuredBrands img {
		width: 24%;
		margin: 0;
	}
	.successaddmessage {
		width: 932px !important;
	}
	.row.btn-stack .col-md-6, .row.btn-stack.nCustom-product-options .col-md-6, .row.btn-stack.row-padded .col-md-6 {
		margin-top: 5px;
	}
}
@media (max-width: 992px) {
	.headerContacts {
		max-width: 30%;
	}
	.tab-content .tab-pane {
		padding: 20px 14px;
	}
	.wrapper-footer-subscribe form .input-group {
		max-width: 90%;
	}
	.productdetails {
		overflow-x: auto;
	}
	.row.btn-stack .col-md-6, .row.btn-stack.nCustom-product-options .col-md-6, .row.btn-stack.row-padded .col-md-6 {
		width: 50%;
		margin-top: 5px;
	}
	.thumbnail .grid-view .row form.buying-options button.btn {
		width: 115%;
	}
	.thumbnail .grid-view .row form.buying-options .learnmore {
		margin-left: -1em;
	}
	.col-xs-12 &gt; .row .wrapper-thumbnail.col-sm-6 {
		width: 33%;
	}
	#homeFeaturedCats div {
		width: 49%;
	}
	.popularList p:last-child {
		display: none;
	}
	.popularList p {
		width: 50%;
	}
	.successaddmessage {
		width: 712px !important;
	}
}
@media (max-width: 768px) {
	#liveChatFloat {
		display: none;
	}
	#mainBodyContent {
		margin: 0;
		box-shadow: none;
	}
	#main-content &gt; .wrapper-home-categories &gt; .col-xs-12 {
		padding: 0;
	}
	.headerContacts {
		position: relative;
		min-width: 100%;
	}
	.headerContacts td {
		width: 45%;
	}
	.headerContacts a {
		padding: 0.4em 0;
	}
	.headerContacts a i {
		padding: 0;
	}
	.headerContacts a br {
		display: none;
	}
	.headerContacts span {
		vertical-align: super;
	}
	.wrapper-footer-subscribe {
		margin-top: 1em;
		padding: 15px 0;
		background-position: center !important;
	}
	.wrapper-footer-subscribe .col-xs-12 {
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.wrapper-footer-subscribe table {
		width: 100%;
	}
	.wrapper-footer-subscribe tr {
		display: grid;
		grid-template-rows: 42% 50%;
	}
	.wrapper-footer-subscribe td {
		text-align: center;
	}
	.wrapper-footer-subscribe form .input-group {
		max-width: 95%;
		margin: auto;
	}
	.wrapper-footer-subscribe .input-group-btn {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.wrapper-footer-subscribe form .input-group .input-group-btn input[type="submit"] {
		margin-top: 1em;
	}
	.wrapper-footer {
		margin-bottom: 0;
	}
	.socialButtonsSideHolder {
		display: none;
	}
	.thumbnail .grid-view .row form.buying-options button.btn {
		width: 150%;
	}
	.thumbnail .grid-view .row form.buying-options *.btn {
		margin-left: -1em;
	}
	.thumb &gt; .row &gt; .wrapper-thumbnail {
		width: 100%;
	}
	.slick-slide .thumbnail .grid-view .row form.buying-options button.btn, .tab-pane .thumbnail .grid-view .row form.buying-options button.btn, .slick-slide .thumbnail .grid-view .row form.buying-options *.btn, .tab-pane .thumbnail .grid-view .row form.buying-options *.btn {
		width: 100%;
		margin-left: 0;
	}
	.row.btn-stack .col-md-6, .row.btn-stack.nCustom-product-options .col-md-6, .row.btn-stack.row-padded .col-md-6 {
		width: 100% !important;
		margin-top: 5px !important;
	}
	.wrapper-home-tabs &gt; .col-xs-12 {
		padding: 0 10px;
	}
	.nCustom-wrapper-main.n_product #main-content .row {
		margin: 0;
	}
	.tab-content .tab-pane {
		width: 97vw;
	}
	.wrapper-components-options {
		padding: 0;
	}
	.slick-slide .thumbnail a &gt; img[src="https://cdn.neto.com.au/assets/neto-cdn/images/default_product.gif"] {
		max-width: 56%;
	}
	.col-xs-12 &gt; .row .thumbnail a &gt; img[src="https://cdn.neto.com.au/assets/neto-cdn/images/default_product.gif"] {
		max-width: 100%;
	}
	.col-xs-12 &gt; .row .wrapper-thumbnail.col-sm-6 {
		width: 50%;
	}
	.swiper-slide .col-xs-6 {
		width: 100%;
	}

	.tab-pane .swiper-slide.swiper-slide-active&gt;.wrapper-thumbnail.col-xs-6.col-md-3 {
		width: 100%;
	}
	.featuredBrands img {
		width: 48%;
	}
}
@media (max-width: 550px) {
	.thumbnail .grid-view .row form.buying-options i {
	/*	display: none;*/
	}
}
@media (max-width: 440px) {
	.tab-content .tab-pane {
		width: 90vw;
	}
	.tab-pane .wrapper-thumbnail {
		width: 100%;
	}
	.pcmAdvantage &gt; tbody &gt; tr {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: 50% 50%;
		padding: 0.4em 0;
	}
	.pcmAdvantage tr td table {
		margin: 0.2em auto;
	}
	.thumbnail .grid-view .row form.buying-options i {
		display: inline-block;
	}
}
@media (min-width: 769px) {
	.swiper-wrapper {
		display: block !important;
	}
	.swiper-button-next, .swiper-button-prev, .swiper-pagination {
		display: none;
	}
}

/* Styling like a wizard */
.wrapper-home-categories .panel .panel-heading, #wrapper-specification .panel .panel-heading,
#home-sidebar .panel .panel-heading{
	border-color: #3ab0d3 /*{Buttons | btn-primary-background-colour}*/
}
.wrapper-usp-header{
	background-color: #ea420f /*{Header | Main-menu-background-colour}*/;
	width: 100%;
	margin: auto;
}

.wrapper-footer-subscribe{
	background: url("/assets/themes/pcm-precision/img/newsletterBG.jpg") no-repeat bottom right;
}
@media (max-width: 992px) {
	.wrapper-footer-subscribe {
		background-size: cover;
	}
}
.nCustom-label-success{
	color: #47c745;
}
.nCustom-label-warning{
	color: #ea420e;
}
.nCustom-label-danger{
	color: #d9534f;
}
.wrapper-footer-contactus{
	background-color: #ff3b00 /*{Buttons | btn-primary-background-colour}*/;
}
.wrapper-header-nav{
	background-color: rgba(255, 255, 255, 1) /*{Header | header-background-colour}*/;
	border-color: rgba(255, 255, 255, 1) /*{Header | header-background-colour}*/;
	width: 100%;
	margin: auto;
}
.wrapper-footer{
	background-color:none /*{Footer | footer-background-colour}*/;
}
.wrapper-home-categories .thumbnail:hover .caption{
	background: rgba(0, 0, 0, 0.5) /*{Home Page | category-thumbnail-hover-background-color}*/
}
.wrapper-products-page-thumbnails .category-thumbnail .wrapper-category-image span.title{
	background-color: #ff3b00 /*{Buttons | btn-primary-background-colour}*/;
}
.page-header{
	border-color: #ff3b00 /*{Buttons | btn-primary-background-colour}*/;
}
.notification-centre .notification-centre-header{
	background-color: #ff3b00 /*{Buttons | btn-primary-background-colour}*/;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus{
	background-color: #ff3b00 /*{Buttons | btn-primary-background-colour}*/;
	border-color: #ff3b00 /*{Buttons | btn-primary-background-colour}*/;
}
.wrapper-top-nav .list-social a, .wrapper-top-nav .navbar-nav &gt; li &gt; a{
	color: #5e5e5e /*{Header | top-link-colour}*/;
}
.wrapper-top-nav.navbar{
	background-color: #f3f3f3 /*{Header | top-menu-background-colour}*/;
}
.wrapper-usp-header a{
	color: #ffffff /*{Header | main-menu-link-colour}*/;
}
.wrapper-blogs{
	background: transparent /*{Home Page | blogs-background-colour}*/;
}
#home-sidebar .right-col{
	height: 689px /*{Home Page | right-column-banner-large-screen-size-height}*/;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-sidebar .right-col{
		height: 569px /*{Home Page | right-column-banner-medium-screen-size-height}*/;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#home-sidebar .right-col{
		height: 436px /*{Home Page | right-column-banner-small-screen-size-height}*/;
	}
}
.wrapper-footer-subscribe h4{
	color: #ffffff /*{Footer | newsletter-text-colour}*/;
	font-weight: bold;
}
.full-width-grey .nav &gt; li &gt; a:hover{
/*	background-color: #ea420f;*/ /*{Header | main-menu-hover-background-colour}*
	color: #fff /*{Header | main-menu-hover-link-colour};*/
}
/* Custom Kit */
.wrap-custom-kit {
	margin-bottom: 15px;
}
.row-custom-kit .panel-default {
	margin-bottom: 1px;
	box-shadow: none;
	border-color: #e1e1e1;
	background: #e1e1e1;
}
.row-custom-kit .panel-default &gt; .panel-heading {
	color: #333;
	background-color: #e1e1e1;
	border-color: #e1e1e1;
}
.row-custom-kit .panel-body {
	padding: 0 15px 15px;
	background-color: #fff;
}
.row-custom-kit .wrapper-components-thumbnail:nth-child(3n + 1) {
	clear: none;
}
.row-custom-kit .components-thumbnail {
	padding: 6px;
	border: 1px solid #fff;
	cursor: pointer;
	margin-top: 10px;
}
.row-custom-kit .wrapper-components-thumbnail.active .components-thumbnail {
	border: 1px solid #e74829;
}
.row-custom-kit label {
	font-weight: 400;
}
.kit-caption {
	height: 61px;
	overflow: hidden;
	padding-left: 0 !important;
}
.kit-caption .title {
	font-size: 15px;
}
.kit-caption .title span {
	font-weight: 700;
}
.wrap-kit-summary {
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #f3f3f3;
}
.wrap-kit-summary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wrap-kit-summary ul li {
	padding: 3px 0;
	display: block;
	font-size: 13px;
}
.wrap-kit-subtotal {
	font-size: 30px;
	font-weight: 700;
}
.wrapper-product-content .nav-tabs &gt; li &gt; a {
	padding: 10px 30px;
}
#_jstl__shipping_calc_kit, #_jstl__shipping_calc {
	padding-top: 20px;
}
#_jstl__shipping_calc_kit_r hr, #_jstl__shipping_calc_r hr {
	border-color: #ddd;
}
#_jstl__shipping_calc_kit_r .text-muted, #_jstl__shipping_calc_r .text-muted {
	color: #444;
}
#shipbox .row.btn-stack {
	width: 80%;
	margin: auto !important;
}
#shipbox h3 {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
.btn-stack-shipping .btn-primary {
	text-transform: none;
	font-weight: normal;
}
.btn-stack-shipping .btn-primary.disabled {
	background-color: #d23b0d;
}
@media (max-width: 1199px) {
	.btn-stack.btn-stack-shipping .col-xs-12 + .col-xs-12 {
		margin-top: 5px;
	}
}
@media (max-width: 440px) {
	.row-custom-kit .wrapper-components-thumbnail {
		width: 100%;
	}
}
.savings-container {
	left: 3px;
	pointer-events: none;
}
.savings-container .label {
	display: inline;
}
.productdetails img {
	max-width: 100%;
	height: auto !important;
}
.productPromoText {
	font-size: 18px;
	text-align: center;
	padding: 5px;
	margin: 0;
	border: 3px solid #f23f41;
}
.productPromoText i, .productPromoText a {
	color: #f23f41;
}
.ui-accordion-header .ui-icon, .ui-accordion-header .panel-title {
	display: table-cell !important;
	font-weight: bold;
}
.ui-accordion-header {
	cursor: pointer;
}
.alert-popup-holder {
	background: rgba(0,0,0,0.9);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	text-align: center;
	z-index: 999;
}
.alert-popup {
	background: #fff;
	margin-top: 20%;
	padding: 2em;
	display: inline-block;
}
.alert-popup button {
	font-weight: bold;
	border: none;
	padding: 1em;
	margin: .5em;
}
.alert-popup .no-button {
	background: #e6e6e6;
}
.alert-popup .yes-button {
	background: #ff3b00;
	color: #fff;
}
#_jstl__images_r .col-xs-12 .label.label-warning {
	position: absolute;
	z-index: 5;
	margin: 4em 0.8em;
}
/*Home page slider*/
.hProducts-slick-responsive{
	opacity: 1;
}
.hProducts-slick-responsive .slick-prev{ 
	font-size: 0 ;
	line-height: 0;
	position: absolute;
}
.hProducts-slick-responsive .slick-prev:before{ 
	font-size:40px ;
	color:grey;
	line-height: 0;
	position: absolute;
	left: -25px;
}
.hProducts-slick-responsive .slick-prev:after{ 
	font-size:40px ;
	color:grey;
	line-height: 0;
	position: absolute;
	top: 25%;
}

.hProducts-slick-responsive .slick-next{ 
	font-size: 0;
	line-height: 0;
	position: absolute;
}

.hProducts-slick-responsive .slick-next:before{ 
	font-size:40px ;
	color:grey;
	line-height: 0;
	position: absolute;
	right: -25px;
}
.hProducts-slick-responsive .slick-nextv:after{ 
	font-size:40px ;
	color:grey;
	line-height: 0;
	position: absolute;
	top: 25%;
}


.nCustom-slick-responsive{
	opacity: 1;
}
.nCustom-slick-responsive .slick-prev{ 
	font-size: 0 ;
	line-height: 0;
	position: absolute;
}
.nCustom-slick-responsive .slick-prev:before{ 
	font-size:40px ;
	color:grey;
	line-height: 0;
	position: absolute;
	left: -5px;
}
.nCustom-slick-responsive .slick-prev:after{ 
	font-size:40px ;
	color:grey;
	line-height: 0;
	position: absolute;
	top: 25%;
}

.nCustom-slick-responsive .slick-next{ 
	font-size: 0;
	line-height: 0;
	position: absolute;
}

.nCustom-slick-responsive .slick-next:before{ 
	font-size:40px ;
	color:grey;
	line-height: 0;
	position: absolute;
	right: -5px;
}
.nCustom-slick-responsive .slick-nextv:after{ 
	font-size:40px ;
	color:grey;
	line-height: 0;
	position: absolute;
	top: 25%;
}

#left-sidebar .navHolder &gt; ul {
	display: block !important;
	line-height: 1.15 !important;
	width: 245px !important;
}

#left-sidebar .navbar-nav &gt; li &gt; a {
	display: none;
}

@media (min-width: 1200px) and (min-width: 1024px) {
	.full-width-grey .nav&gt;li&gt;a:hover {
	background-color: #f5f5f5;
	color: #ea420e;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	height: 44px;
	border-radius: 2px 2px 0px 0px;
	margin-top: 6px;
	padding-top:10px;
}
}
@media (min-width: 768px) {
 td.Free-click {
	padding-right: 125px;
}   
}

@media (min-width: 1024px) {
 td.Free-click {
	padding-right: 125px;
}   
}

@media (min-width: 1200px) {
 td.Free-click {
	padding-right: 300px;
}   
}

@media (min-width: 1024px){
	div#homepageCarousel {
	padding-left:30px;
}
}

@media (min-width: 1200px){
	div#homepageCarousel {
	padding-left:7px;
	right:8px;
	padding-right:5px;
	padding-top:0px;
}
}
@media (min-width: 1024px){
	.row.visible-md.visible-lg.col-md-9.col-lg-9 {
		margin-left:280px;
		padding-bottom:70px;
		padding-top: 10px;
}
}

@media (min-width: 1200px){
	.row.visible-md.visible-lg.col-md-9.col-lg-9 {
		margin-left:280px;
		padding-bottom:20px;
		padding-top: 15px;
}
}

@media (min-width: 1024px)and (max-width: 1025px) {
	   ul.business { padding-left: 0px;
	   margin-left: 5px;
	   }
}

@media (min-width: 1200px) {
      div#header-cart{ margin-right: 60px;
       }
}

@media (min-width: 768px) {
      div#header-cart{ margin-right: 65px;
      margin-top: 10px;
       }
}
@media (min-width: 769px) {
      div#header-cart{ margin-right: 60px;
       }
}
@media (max-width: 991px) {
	div#header-cart {
		margin-right: 60px;
		margin-top: 0px;
	}
	#left-sidebar .navHolder &gt; ul {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	div#header-cart {
		margin-right: 60px;
		margin-top: 0px;
	}
}

@media (min-width: 768px) {
      div#header-cart{ margin-right: 65px;
      margin-top: 10px;
       }
}
@media (min-width: 769px) {
      div#header-cart{ 
      margin-top: 5px;
       }
}

@media (max-width: 1024px) {
.hProducts-slick-responsive .slick-prev:before {
    font-size: 40px;
    color: grey;
    line-height: 0;
    position: absolute;
    left: -13px;
}
.hProducts-slick-responsive .slick-next:before {
    font-size: 40px;
    color: grey;
    line-height: 0;
    position: absolute;
    right: -13px;
}
}

@media (max-width: 768px) {
.hProducts-slick-responsive .slick-prev:before {
    font-size: 40px;
    color: grey;
    line-height: 0;
    position: absolute;
    left: -25px;
}
.hProducts-slick-responsive .slick-next:before {
    font-size: 40px;
    color: grey;
    line-height: 0;
    position: absolute;
    right: -25px;
}
}

i.fa.fa-angle-right.fa-fw {
    float: right;
}

@media (min-width: 1870px) {
    .account.col-xs-1.col-sm-1.col-md-1.col-lg-1.text-center {
            height: 20px;
            padding-left: 50px;
    }
    
}

@media (min-width: 1240px) {
    .account.col-xs-1.col-sm-1.col-md-1.col-lg-1.text-center {
            height: 20px;
            padding-left: 30px;
    }
    
}
@media (min-width: 992px) {
    .ul.nav.navbar-nav.business.solution {
    padding-left:40px;
}
}

@media (min-width: 1204px){
ul.nav.navbar-nav.recent-view{
    margin-left:52px;
}
}
@media (min-width: 1870px){
ul.nav.navbar-nav.recent-view{
    margin-left:69px;
}
}
@media (min-width: 1201px){
    ul.nav.navbar-nav.history {
        margin-left:100px;
   }
}
.uneditable-components-thumb {
	text-align: center;
	height: 10em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.uneditable-components-thumb img {
	max-width: 100%;
	max-height: 100%;
}
.uneditable-components-name {
	font-weight: bold;
}
.uneditable-components-description {
	display: -webkit-box;
	padding-top: 1em;
	max-height: 8.2em;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

#header-cart .dropdown-menu {
	margin: 0;
}
.cart-dropdown-cont {
	padding-top:5px;
}
@media (min-width: 769px) {
	#header-cart:hover .dropdown-menu {
		display: block;
	}
}</pre></body></html>