body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #101820;
	background-image: none;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

a,
.btn {
	-o-transition: color .3s, background .3s, border-color .3s;
	-ms-transition: color .3s, background .3s, border-color .3s;
	-moz-transition: color .3s, background .3s, border-color .3s;
	-webkit-transition: color .3s, background .3s, border-color .3s;
	  transition: color .3s, background .3s, border-color .3s;
}

path {
	-o-transition: fill .3s;
	-ms-transition: fill .3s;
	-moz-transition: fill .3s;
	-webkit-transition: fill .3s;f
	  transition: fill .3s;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #CAC8C7;
}

a,
.btn-link {
	color: #00509A /*update style*/;
}

a:hover,
a:active,
a:focus,
.btn-link:hover {
	color: #003c74 /*update style*/;
}

h1,
.h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #00509A /*update style*/;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #00509A /*update style*/;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 26px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 14px;
}

.list-head {
	margin-bottom: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #164A99 /*update style*/;
	font-size: 25px;
}

.navbar {
	min-height: inherit;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
	margin-left: -15px;
	margin-right: -15px;
}


@media (max-width: 991.98px) {

	h1 {
		font-size: 25px;
	}

}

@media (max-width: 767.98px) {

	h1 {
		font-size: 23px;
		text-align: center;
	}

	.list-head {
		text-align: center;
	}

}

.nsearchinput-pl.well {
  left: 0;
  margin-top: 35px!important;
  background-color: #fff;
  border: 1px solid #CAC8C7;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
}

/* Buttons */

.btn {
	font-weight: 700;
	border-radius: 8px;
}

.btn-outline-secondary,
.btn-default {
	color: #101820 /*update style*/;
	background-color: #fff /*update style*/;
	border-color: #cac8c7 /*update style*/;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open .dropdown-toggle.btn-outline-secondary,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle  {
	color: #101820 /*update style*/;
	background-color: #cac8c7 /*update style*/;
	border-color: #cac8c7 /*update style*/;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary[disabled],
fieldset[disabled] .btn-outline-secondary,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled]:hover,
fieldset[disabled] .btn-outline-secondary:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary[disabled]:focus,
fieldset[disabled] .btn-outline-secondary:focus,
.btn-outline-secondary.disabled:active,
.btn-outline-secondary[disabled]:active,
fieldset[disabled] .btn-outline-secondary:active,
.btn-outline-secondary.disabled.active,
.btn-outline-secondary[disabled].active,
fieldset[disabled] .btn-outline-secondary.active,
.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 /*update style*/;
	border-color: #cac8c7 /*update style*/;
}

.btn-primary {
	color: #fff /*update style*/;
	background-color: #00509a /*update style*/ ;
	border-color: #00509a /*update style*/;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle  {
	color: #fff /*update style*/;
	background-color: #003c74 /*update style*/;
	border-color: #003c74 /*update style*/;
}

.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 {
	color: #fff /*update style*/;
	background-color: #00509a /*update style*/;
	border-color: #00509a /*update style*/;
}

.btn-secondary {
	color: #fff /*update style*/;
	background-color: #cac8c7 /*update style*/ ;
	border-color: #cac8c7 /*update style*/;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle  {
	color: #fff /*update style*/;
	background-color: #b7b5b3 /*update style*/;
	border-color: #b7b5b3 /*update style*/;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
	color: #fff /*update style*/;
	background-color: #cac8c7 /*update style*/;
	border-color: #cac8c7 /*update style*/;
}

.btn-success {
	color: #fff /*update style*/;
	background-color: #00509a /*update style*/ ;
	border-color: #00509a /*update style*/;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle  {
	color: #fff /*update style*/;
	background-color: #003c74 /*update style*/;
	border-color: #003c74 /*update style*/;
}

.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 {
	color: #fff /*update style*/;
	background-color: #00509a /*update style*/;
	border-color: #00509a /*update style*/;
}

.btn-danger {
	color: #fff /*update style*/;
	background-color: #ee4e4e /*update style*/ ;
	border-color: #ee4e4e /*update style*/;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle  {
	color: #fff /*update style*/;
	background-color: #eb2b2b /*update style*/;
	border-color: #eb2b2b /*update style*/;
}

.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 {
	color: #fff /*update style*/;
	background-color: #ee4e4e /*update style*/;
	border-color: #ee4e4e /*update style*/;
}

.btn-warning {
	color: #101820 /*update style*/;
	background-color: #ffdf34 /*update style*/ ;
	border-color: #ffdf34 /*update style*/;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle  {
	color: #101820 /*update style*/;
	background-color: #ffd90e /*update style*/;
	border-color: #ffd90e /*update style*/;
}

.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 {
	color: #101820 /*update style*/;
	background-color: #ffdf34 /*update style*/;
	border-color: #ffdf34 /*update style*/;
}

.btn-info {
	color: #fff /*update style*/;
	background-color: #557949 /*update style*/ ;
	border-color: #557949 /*update style*/;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle  {
	color: #fff /*update style*/;
	background-color: #3fa988 /*update style*/;
	border-color: #3fa988 /*update style*/;
}

.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 {
	color: #fff /*update style*/;
	background-color: #557949 /*update style*/;
	border-color: #557949 /*update style*/;
}

.btn-outline-info {
	color: #557949 !important/*update style*/;
	border-color: #557949 /*update style*/;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.open .dropdown-toggle.btn-outline-info,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle  {
	color: #557949 !important/*update style*/;
	background-color: #fff /*update style*/;
	border-color: #557949 /*update style*/;
}

.btn-outline-info.disabled,
.btn-outline-info[disabled],
fieldset[disabled] .btn-outline-info,
.btn-outline-info.disabled:hover,
.btn-outline-info[disabled]:hover,
fieldset[disabled] .btn-outline-info:hover,
.btn-outline-info.disabled:focus,
.btn-outline-info[disabled]:focus,
fieldset[disabled] .btn-outline-info:focus,
.btn-outline-info.disabled:active,
.btn-outline-info[disabled]:active,
fieldset[disabled] .btn-outline-info:active,
.btn-outline-info.disabled.active,
.btn-outline-info[disabled].active,
fieldset[disabled] .btn-outline-info.active {
	color: #557949 /*update style*/;
	border-color: #557949 /*update style*/;
}

.btn-outline-success {
	color: #3bb9d4 !important/*update style*/;
	border-color: #3bb9d4 /*update style*/;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.open .dropdown-toggle.btn-outline-success,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle  {
	color: #3bb9d4 !important/*update style*/;
	background-color: #fff /*update style*/;
	border-color: #3bb9d4 /*update style*/;
}

.btn-outline-success.disabled,
.btn-outline-success[disabled],
fieldset[disabled] .btn-outline-success,
.btn-outline-success.disabled:hover,
.btn-outline-success[disabled]:hover,
fieldset[disabled] .btn-outline-success:hover,
.btn-outline-success.disabled:focus,
.btn-outline-success[disabled]:focus,
fieldset[disabled] .btn-outline-success:focus,
.btn-outline-success.disabled:active,
.btn-outline-success[disabled]:active,
fieldset[disabled] .btn-outline-success:active,
.btn-outline-success.disabled.active,
.btn-outline-success[disabled].active,
fieldset[disabled] .btn-outline-success.active {
	color: #3bb9d4 /*update style*/;
	border-color: #3bb9d4 /*update style*/;
}

.btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

/* Input Field */

.form-control {
	box-shadow: none;
	border-color: #cac8c7;
	color: #101820;
	border-radius: 8px;
}

.n-wrapper-form-control select {
	box-shadow: none;
	border-color: #cac8c7;
	color: #101820;
}

.form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #cac8c7;
	color: #101820;
}

.form-control::-moz-placeholder {
	color: #444;
}

.form-control:-ms-input-placeholder {
	color: #444;
}

.form-control::-webkit-input-placeholder {
	color: #444;
}

/* Breadcrumb */

.breadcrumb {
	padding: 15px 0;
	margin-bottom: 50px;
	background: none;
	border-radius: 0;
	border-bottom: 1px solid #CAC8C7 /*update style*/;
}

.breadcrumb li {
	line-height: 12px;
	font-size: 12px;
}

.breadcrumb a {
	line-height: 12px;
	display: inline-block;
	font-size: 12px;
	color: #00509A /*update style*/;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 8px;
}

.breadcrumb-item+.breadcrumb-item:before {
  padding-right: 5px;
  width: 11px;
	height: 11px;
	vertical-align: top;
	background: url(../img/icon-chevron-bc.png) no-repeat left top;
	content: '';
	font-size: 0;
}

.breadcrumb li:last-child a {
	color: #444 /*update style*/;
}


@media (max-width: 767.98px) {

	.breadcrumb {
		padding: 5px 0 7px;
		margin-bottom: 30px;
	}

	.breadcrumb li {
		margin-bottom: 3px;
	}

}

/* Pagination */

.pagination {
	padding-top: 40px;
	margin-bottom: 0;
}

.page-link {
	padding: 9px 14px;
  color: #00509A /*update style*/;
	font-weight: 700;
  background-color: #fff;
  border: 1px solid #00509A /*update style*/;
}

.page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.page-item-back .page-link i {
	margin-right: 10px;
}

.page-item-next .page-link i {
	margin-left: 10px;
}

.page-link:hover {
  color: #00509A /*update style*/;
  background-color: #DCDCDC /*update style*/;
	border-color: #00509A /*update style*/;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #00509A /*update style*/;
	border-color: #00509A /*update style*/;
}

/* Select Box */

.wrap-select  {
  position:relative;
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #cac8c7;
	border-radius: 8px;
}

.wrap-select select {
	line-height:normal;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	border: none;
	padding: 3px 25px 3px 12px;
	margin:0;
	background-color: transparent !important;
	font-size: 13px;
}

.wrap-select select {
	height: 28px !important;
}

.ie8 .wrap-select select {
	padding-right: 3px
}

.wrap-select select:focus {
  outline:none;
  box-shadow: none;
}

.wrap-select ::-ms-expand {
	display:none;
}

.wrap-select:after {
	content: "\f0dc";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	z-index: 2;
	right: 9px;
	top: 50%;
	margin-top: -9px;
	pointer-events: none;
	color: #101820;
	font-size: 12px;
}

/* Table */

.table td,
.table th {
  border-top: 1px solid #cac8c7;
}

.table thead th {
  border-bottom: 2px solid #cac8c7;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #cac8c7;
}

/* Borders */

.border-bottom {
  border-bottom: 1px solid #cac8c7 !important;
}

/* Card */

.card {
	border-color: #DCDCDC;
	border-radius: 8px;
	overflow: hidden;
}

.categ-sidebar .card {
	border-radius: 0;
}

.card-mb {
	margin-bottom: 30px;
}

.card-header {
	padding: 14px 20px;
	margin-bottom: 0;
	background-color: #f2f2f2;
	border-bottom: 1px solid #DCDCDC !important;
	color: #101820;
	border-radius: 0 !important;
}

.card-header h3 {
	font-size: 16px;
	font-weight: 600;
	color: #101820;
}

.card-header.card-header-filter h3 {
	font-weight: 700;
	font-size: 20px;
	color: #557949;
}

.card-header h3 a {
	display: block;
}

@media (max-width: 991.98px) {

	.card-mb {
		margin-bottom: 20px;
	}

	.card-header {
		padding: 12px 10px;
	}

	.card-header.card-header-filter h3 {
		font-size: 16px;
	}

}

@media (max-width: 767.98px) {

	.card-filter-sm {
		border: none !important;
	}

	.list-group-filter-sm {
		border: 1px solid #DCDCDC;
		border-top: none;
	}

	.card-header.card-header-filter {
		padding: 0;
		border: 1px solid #DCDCDC;
	}

	.card-header.card-header-filter a {
		position: relative;
		padding: 12px 10px;
		text-align: center;
	}

	.card-header.card-header-filter a:after {
		margin-left: 40px;
		font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: '\f077';
	}

	.card-header.card-header-filter a.collapsed:after {
    content: '\f078';
	}

}

/* Sidebar */

.list-group-item {
	padding: 6px 20px;
	border-bottom: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	color: #101820;
}

.list-group-item i {
	margin-right: 20px;
}

.list-group-item i.fa-check-square {
	color: #557949;
}

.result-side-badge {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: #F2F2F2;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
}

.list-group-item.list-group-item-price-range {
	padding-top: 17px;
	padding-bottom: 17px;
}

.list-group-item.list-group-item-price-range .btn {
	text-transform: none;
	margin-bottom: 10px;
	padding: 6px 12px;
	font-size: 12px;
}

.list-group-item-head {
	margin-bottom: 0;
}

.list-group-item.list-group-item-head {
	padding: 12px 20px;
}

.list-group-item-head h3 {
	font-size: 16px;
	font-weight: 600;
	color: #557949;
}

.list-group-item-head.list-group-item-head-price {
	margin-bottom: -1px;
}

a.list-group-item {
	border: none;
}

.list-group-categs .dropdown:hover .list-group-item-action,
.list-group-categs .dropdown:focus .list-group-item-action,
.list-group-item-action:focus,
.list-group-item-action:hover {
	background-color: #f2f2f2;
}

.clear-all-filter .btn {
	padding: 6px 25px;
}

.clear-all-filter .btn i {
	margin-right: 5px;
}

.filter-icon {
	margin-right: 10px;
}

@media (max-width: 1199.98px) {

	.list-group-item i {
		margin-right: 10px;
	}

	.clear-all-filter .btn {
		display: block;
		width: 100%;
		padding: 6px;
	}

}

@media (max-width: 991.98px) {

	.list-group-item {
		padding: 6px 10px;
		font-size: 13px;
	}

	.result-side-badge {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}

	.list-group-item.list-group-item-price-range .btn {
		display: block;
		width: 100%;
	}

	.list-group-item.list-group-item-head {
		padding: 6px 10px;
	}

	.list-group-item-head h3 {
		font-size: 14px;
	}

}

@media (max-width: 767.98px) {

	.list-group-item {
		font-size: 14px;
	}

	.result-side-badge {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 13px;
	}

	.list-group-item.list-group-item-head {
		padding: 12px 10px;
	}

	.list-group-item-head h3 {
		font-size: 16px;
	}
	.clear-all-filter {
		margin-top: 10px;
		padding-bottom: 30px;
		border-bottom: 1px solid #DCDCDC;
	}

}

/* Price Range */

.ui-widget.ui-widget-content {
	border-color: #DCDCDC;
}

.ui-widget-header {
	background: #557949 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #CAC8C7 !important;
  background: #fff !important;
  font-weight: normal;
  color: #454545;
}


/* Top Content */

.wrapper-top-content {
	margin-bottom: 20px;
}

#n_home .wrapper-top-content {
	margin-bottom: 0;
}

/** Header **/

.wrapper-header {
	height: 100px;
	background: #00509A /*update style*/;
}

.row-header {
	height: 100px;
}

.header-logo {
	padding-right: 0;
}

.wrapper-logo {
	padding-left: 42px;
}

.wrapper-logo img {
	max-width: 100%;
}

.header-right {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-right > li {
	float: left;
}

.header-right > li > a {
	padding: 0 17px;
	display: block;
}

.header-right > li > a.dropdown-toggle:after {
	display: none;
}

.header-right > li.header-contact > a {
	padding: 0 5px;
}

.header-right > li.header-contact > a .contact-icon {
	width: 44px;
	height: 44px;
	display: inline-block;
	margin-right: 15px;
	text-align: center;
	line-height: 44px;
	font-size: 0;
	background: #fff /*update style*/;
	border-radius: 50%;
	vertical-align: middle;
}

.header-right > li.header-contact > a .contact-num {
	display: inline-block;
	line-height: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
}

.header-right > li.header-search {
	position: relative;
	margin-left: 31px;
}

.header-right > li.header-search .searchbox {
	position: relative;
	width: 0;
	height: 35px;
	min-width: 47px;
	-o-transition: width .3s;
	-ms-transition: width .3s;
	-moz-transition: width .3s;
	-webkit-transition: width .3s;
	  transition: width .3s;
}

.header-right > li.header-search .form-control {
	padding-right: 47px;
	height: 35px;
	font-size: 12px;
	border-radius: 8px;
	border-color: transparent;
	background-color: transparent;
	-o-transition: border-color .3s, background-color .3s;
	-ms-transition: border-color .3s, background-color .3s;
	-moz-transition: border-color .3s, background-color .3s;
	-webkit-transition: border-color .3s, background-color .3s;
	  transition: border-color .3s, background-color .3s;
}

.header-right > li.header-search input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.header-right > li.header-search .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 47px;
	height: 35px;
	padding: 5px 11px;
	display: block;
	border-color: transparent;
	background-color: transparent;
}

.header-right > li.header-search .btn.search-btn {
	display: none;
}

.header-right > li.header-search .btn:hover,
.header-right > li.header-search .btn:focus,
.header-right > li.header-search .btn:active,
.header-right > li.header-search .btn.active {
	border-color: transparent !important;
	background-color: transparent !important;
}

.header-right > li.header-search .searchbox.active {
	width: 280px;
}

.header-right > li.header-search .searchbox.active .form-control {
	border-color: #fff;
	background-color: #fff;
}

.header-right > li.header-search .searchbox.active .search-icon svg path {
	fill: #00509A /*update style*/;
}

.header-right > li.header-acct {
	margin-left: 6px
}

.header-right .dropdown-menu {
	margin-top: 10px;
}

@media (max-width: 991.98px) {

	.wrapper-header {
		height: 80px;
	}

	.row-header {
		height: 80px;
	}

	.wrapper-logo {
		padding-left: 27px;
	}

	.wrapper-logo img {
		max-width: 81px;
	}

	.header-right > li > a {
		padding: 0 12px;
	}

	.header-right > li.header-contact > a .contact-icon {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.header-right > li.header-contact > a .contact-num {
		line-height: 16px;
		font-size: 16px;
	}

	.header-right > li.header-search {
		margin-left: 24px;
	}

	.header-right > li.header-search .searchbox {
		position: relative;
		width: 0;
		height: 30px;
		overflow: hidden;
		min-width: 34px;
		-o-transition: width .3s;
		-ms-transition: width .3s;
		-moz-transition: width .3s;
		-webkit-transition: width .3s;
		  transition: width .3s;
	}

	.header-right > li.header-search .form-control {
		padding-right: 34px;
		height: 30px;
	}

	.header-right > li.header-search .btn {
		width: 34px;
		height: 30px;
		line-height: 0;
		padding: 5px 7px;
	}

	.header-right > li.header-search .searchbox.active {
		width: 220px;
	}

	.header-right svg {
		height: 20px;
		width: auto;
	}

}

/** Nav **/

.wrapper-nav {
	background: #1E6AB0 /*update style*/;
}

.main-navigation {
	margin-left: -15px;
	margin-right: -15px;
}

.main-navigation > ul > li > a {
	position: relative;
	padding: 14px 0;
	color: #fff;
}

.main-navigation > ul > li > a > span.nav-link-wrap {
	padding: 0 15px;
	display: block;
	border-right: 1px solid #175289 /*update style*/;
	-o-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s;
		transition: border-color .3s;
}

.main-navigation > ul > li:last-child > a > span.nav-link-wrap {
	border-right: none;
}

.main-navigation > ul > li > a .nav-link-icon {
	display: block;
	margin-bottom: 5px;
	height: 31px;
	line-height: 31px;
	font-size: 0;
}

.main-navigation > ul > li > a .nav-link-name {
	display: block;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.main-navigation > ul > li.active > a,
.main-navigation > ul > li:hover > a,
.main-navigation > ul > li:focus > a,
.main-navigation > ul > li > a:hover,
.main-navigation > ul > li > a:focus {
	background: #fff;
	color: #1E6AB0 /*update style*/;
}

.main-navigation > ul > li.dropdown-hover:hover > a:before,
.main-navigation > ul > li.dropdown-hover:focus > a:before  {
  position: absolute;
  left: 50%;
  bottom: -8px;
  z-index: 1001;
	margin-left: -12px;
  border-top: 8px solid #1E6AB0 /*update style*/;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  content: '';
  display: inline-block;
}

.main-navigation > ul > li.dropdown-hover:hover > a:after,
.main-navigation > ul > li.dropdown-hover:focus > a:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1001;
	margin-left: -11px;
  border-top: 7px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: '';
  display: inline-block;
}

.main-navigation > ul > li.active > a span.nav-link-wrap,
.main-navigation > ul > li:hover > a span.nav-link-wrap,
.main-navigation > ul > li:focus > a span.nav-link-wrap,
.main-navigation > ul > li > a:hover span.nav-link-wrap,
.main-navigation > ul > li > a:focus span.nav-link-wrap {
	border-color: #fff;
}

.main-navigation > ul > li.active > a svg path,
.main-navigation > ul > li:hover > a svg path,
.main-navigation > ul > li:focus > a svg path,
.main-navigation > ul > li > a:hover svg path,
.main-navigation > ul > li > a:focus svg path {
	fill: #1E6AB0 /*update style*/;
}

.main-navigation > ul > li > .dropdown-menu {
	margin-top: 0;
	padding: 0;
	min-width: 280px;
	border: none;
	border-top: 1px solid #1E6AB0 /*update style*/;
	border-radius: 0;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.main-navigation > ul > li > .dropdown-menu > li {
	border-bottom: 1px solid #CAC8C7;
}

.main-navigation > ul > li > .dropdown-menu > li > a {
	display: block;
	padding: 14px 20px;
	font-size: 15px;
	font-weight: 600;
	color: #101820;
}

.main-navigation > ul > li > .dropdown-menu > li:hover > a,
.main-navigation > ul > li > .dropdown-menu > li:focus > a,
.main-navigation > ul > li > .dropdown-menu > li > a:hover,
.main-navigation > ul > li > .dropdown-menu > li > a:focus {
	color: #101820;
	background: #EDEDED;
}

/* Mobile Nav */

.wrapper-mob-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.wrapper-mob-nav > li {
	width: 16%;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.wrapper-mob-nav > li.mob-logo {
	width: 64%;
	text-align: center;
}

.wrapper-mob-nav > li.mob-logo img {
	width: auto;
	height: 45px /*update style*/;
}

.wrapper-mob-nav > li.mob-contact {
	text-align: right;
}

.wrapper-mob-nav > li.mob-contact span {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	font-size: 0;
	background: #fff /*update style*/;
	border-radius: 50%;
}

.wrapper-mob-nav > li.mob-contact span svg {
	height: 20px;
	width: auto;
}

.wrapper-mob-nav > li > a {
	display: block;
}


@media (max-width: 767.98px) {

	.wrapper-header {
		height: 60px;
	}

	.row-header {
		height: 60px;
	}

	body:before {
		content: '';
		background: rgba(16,24,32,0.8);
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
		opacity: 0;
		visibility: hidden;
		z-index: 19;
	}

	body.mobile-menu-active {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}

	body.mobile-menu-active:before {
		opacity: 1;
		visibility: visible;
	}

	.sidebar-offcanvas {
		position: fixed;
		top: 0;
		z-index: 20;
		width: 100%;
		padding: 0;
		height: 100%;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
		left: -100%;
		overflow: scroll;
	}

	.sidebar-offcanvas.active {
		left: 0;
	}

	.sidebar-offcanvas .navbar-default {
		position: relative;
		width: 83.33333333333334%;
		height: 100%;
		background: #1E6AB0 /*update style*/;
		zoom: 1;
	}

  .mob-nav-head {
    width: 100%;
    float: left;
    background: #00509A /*update style*/;
  }

	.mob-nav-acct {
		width: auto;
    float: left;
	}

	.mob-nav-acct a {
		padding: 12px 13px;
		padding-right: 0;
		display: block;
    font-size: 0;
	}

  .mob-nav-cart {
    width: auto;
    float: right;
  }

  .mob-nav-cart a {
		padding: 12px 16px;
    display: block;
		font-size: 0;
		background: #557949 /*update style*/;
  }

	.mob-nav-icon {
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.mob-nav-icon svg {
		width: auto;
		height: 20px;
	}

	.mob-nav-name {
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		font-weight: 600;
		color: #fff;
	}

	.mob-nav-search {
    width: 100%;
		padding: 0 9px;
    float: left;
    background: #1E6AB0 /*update style*/;
  }

	.mob-nav-search .form-control {
		padding: 3px 15px;
		height: 30px;
		border-color: #fff;
		font-size: 12px;
	}

	.mob-nav-search .btn {
		padding: 3px 6px;
		height: 30px;
		border-color: #fff;
		font-size: 0;
	}

	.mob-nav-search .btn svg {
		height: 20px;
		width: auto;
	}

	.mob-nav-search .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
	}

	.mob-nav-search .btn:hover,
	.mob-nav-search .btn:focus,
	.mob-nav-search .btn:active,
	.mob-nav-search .btn.active {
    background: #fff !important;
    border-color: #fff !important;
	}

	.mob-nav-search-field {
		width: 100%;
		padding: 13px 0 11px;
    float: left;
		border-bottom: 1px solid #175289 /*update style*/;
	}

	.sidebar-offcanvas .navbar-nav-mob {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
	}

  #mob-menu-cat {
		list-style: none;
	}

	#mob-menu-cat ul {
		list-style: none;
	}

	#mob-menu-cat li a {
		position: relative;
		color: #1E6AB0 /*update style*/;
		font-size: 14px;
    font-weight: 600;
		display: block;
	}

	#mob-menu-cat .collapse-menu {
		padding: 0;
	}

	#mob-menu-cat > li > a {
		padding: 0 9px;
		text-transform: uppercase;
    color: #fff;
		font-size: 16px;
    font-weight: 600;
    background: #1E6AB0 /*update style*/;
	}

	#mob-menu-cat > li > a > .mob-link-wrap {
		position: relative;
		display: block;
		padding: 12px 26px 12px 8px;
		border-bottom: 1px solid #175289 /*update style*/;
	}

	#mob-menu-cat > li > a > .mob-link-wrap .mob-link-icon {
		display: inline-block;
		vertical-align: middle;
		width: 42px;
		font-size: 0;
	}

	#mob-menu-cat > li > a > .mob-link-wrap .mob-link-icon svg {
		width: auto;
		height: 20px;
	}

	#mob-menu-cat > li > a > .mob-link-wrap .mob-link-name {
		display: inline-block;
		vertical-align: middle;
	}

	#mob-menu-cat .collapse-menu.collapse-menu-one {
		background: #fff;
	}

	#mob-menu-cat .collapse-menu.collapse-menu-one > li {
		border-bottom: 1px solid #CAC8C7;
	}

	#mob-menu-cat .collapse-menu.collapse-menu-one > li > a {
		position: relative;
		padding: 14px 35px 14px 60px;
		font-size: 14px;
		font-weight: 600;
		color: #1E6AB0 /*update style*/;
    text-transform: none;
	}

	#mob-menu-cat .collapse-menu.collapse-menu-one > li:last-child  {
		border-bottom: none;
	}

	#mob-menu-cat .collapse-menu.collapse-menu-one > li > a:before {
		position: absolute;
		top: 50%;
		left: 38px;
    margin-top: -12px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    content: '\f0da';
	}

  #mob-menu-cat .mob-drop:after {
		position: absolute;
		top: 50%;
		right: 8px;
    margin-top: -11px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    content: '\f068';
	}

	#mob-menu-cat .collapsed .mob-drop:after {
		content: "\f067";
	}

  .closemenu {
    position: absolute;
    top: 0;
    right: -20%;
    width: 20%;
    height: 100%;
    cursor: default;
    font-size: 0;
  }

	.closemenu span {
		width: 33px;
		height: 33px;
		display: block;
		line-height: 33px;
		text-align: center;
		background: #fff;
		border-radius: 0 8px 8px 0;
	}

}

/* Home */
/** Main Banner **/

.wrap-main-ban-img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

#homepageCarousel.carousel .carousel-controls {
	z-index: 2;
}

#homepageCarousel .carousel-caption {
	padding-top: 0;
	text-shadow: none;
}

#homepageCarousel .caption-text {
	position: absolute;
	left: 50%;
	width: 600px;
	height: 100%;
	margin-left: -300px;
	display: table;
	text-align: center;
}

#homepageCarousel .caption-conts {
	display: table-cell;
	vertical-align: middle;
}

#homepageCarousel .caption-wrapper {
	width: 100%;
	padding: 30px;
	background: rgba(5,80,154,0.85) /*update style*/;
	float: left;
}

#homepageCarousel .carousel-caption h3 {
	margin-bottom: 20px;
	font-size: 45px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 53px;
	color: #fff;
}

#homepageCarousel .carousel-caption p {
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

#homepageCarousel .carousel-caption .btn {
	padding: 7px 25px;
	text-transform: uppercase;
	font-size: 15px;
	background: none !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}

#homepageCarousel .carousel-indicators {
	bottom: 15px;
	z-index: 15;
	margin-bottom: 0;
}

#homepageCarousel .carousel-indicators li {
	position: relative;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: none;
	border: 1px solid #fff;
	border-radius: 50%;
}

#homepageCarousel .carousel-indicators .active {
	background: #fff;
}

#homepageCarousel .carousel-controls {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: auto;
	width: 40px;
	height: 56px;
	margin-top: -28px;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 0;
	text-shadow: none;
	background: none;
	border-radius: 0;
}

#homepageCarousel .carousel-control-prev {
	margin-left: -555px;
}

#homepageCarousel .carousel-control-next {
	left: auto;
	right: 50%;
	margin-right: -555px;
}

.carousel .carousel-item-next .carousel-caption,
.carousel .carousel-item-prev .carousel-caption {
  opacity: 0;
}

.carousel-caption {
	transition: opacity 1.3s;
	-moz-transition: opacity 1.3s;
  -webkit-transition: opacity 1.3s;
}

@media screen and (min-width: 768px){

	#homepageCarousel .carousel-caption {
		left: 50%;
		right: auto;
		bottom: 0;
		top: 0;
		padding-bottom: 0;
		width: 1110px;
		margin-left: -555px;
		text-align: center;
		text-shadow: none;
	}

}

@media (min-width: 1300px) {

	.wrap-main-ban-img {
		height: 450px;
	}

}

@media (max-width: 1199.98px) {

	#homepageCarousel .carousel-caption {
		width: 930px;
		margin-left: -465px;
	}

	#homepageCarousel .carousel-caption h3 {
		margin-bottom: 15px;
		font-size: 40px;
		line-height: 48px;
	}

	#homepageCarousel .carousel-caption p {
		font-size: 16px;
		line-height: 20px;
	}

	#homepageCarousel .carousel-control-prev {
		margin-left: -465px;
	}

	#homepageCarousel .carousel-control-next {
		margin-right: -465px;
	}

}

@media (max-width: 991.98px) {

	.wrap-main-ban-img {
		height: 450px;
	}

	#homepageCarousel .carousel-caption {
		width: 690px;
		margin-left: -345px;
	}

	#homepageCarousel .caption-text {
		width: 540px;
		margin-left: -270px;
	}

	#homepageCarousel .carousel-caption h3 {
		font-size: 35px;
		line-height: 41px;
	}

	#homepageCarousel .carousel-caption p {
		font-size: 14px;
		line-height: 18px;
	}

	#homepageCarousel .carousel-caption .btn {
		font-size: 14px;
	}

	#homepageCarousel .carousel-controls {
		left: 20px;
	}

	#homepageCarousel .carousel-control-prev {
		margin-left: 0;
	}

	#homepageCarousel .carousel-control-next {
		left: auto;
		right: 20px;
		margin-right: 0;
	}

}

@media (max-width: 767.98px) {

	.wrap-main-ban-img {
		height: 350px;
	}

	#homepageCarousel .carousel-caption {
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		padding-bottom: 0;
		width: 100%;
		margin-left: 0;
		text-align: center;
		text-shadow: none;
	}

	#homepageCarousel .caption-text {
		width: 280px;
		margin-left: -140px;
	}

	#homepageCarousel .caption-wrapper {
		padding: 20px;
	}

	#homepageCarousel .carousel-caption h3 {
		margin-bottom: 10px;
		font-size: 25px;
		line-height: 29px;
	}

	#homepageCarousel .carousel-caption p {
		display: none;
	}

	#homepageCarousel .carousel-controls {
		display: none;
	}

	#homepageCarousel .carousel-indicators {
    display: flex;
	}

}
#homepageCarouselSecondary.carousel .carousel-controls {
	z-index: 2;
}

#homepageCarouselSecondary .carousel-caption {
	padding-top: 0;
	text-shadow: none;
}

#homepageCarouselSecondary .caption-text {
	position: absolute;
	left: 50%;
	width: 600px;
	height: 100%;
	margin-left: -300px;
	display: table;
	text-align: center;
}

#homepageCarouselSecondary .caption-conts {
	display: table-cell;
	vertical-align: middle;
}

#homepageCarouselSecondary .caption-wrapper {
	width: 100%;
	padding: 30px;
	background: rgba(5,80,154,0.85) /*update style*/;
	float: left;
}

#homepageCarouselSecondary .carousel-caption h3 {
	margin-bottom: 20px;
	font-size: 45px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 53px;
	color: #fff;
}

#homepageCarouselSecondary .carousel-caption p {
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

#homepageCarouselSecondary .carousel-caption .btn {
	padding: 7px 25px;
	text-transform: uppercase;
	font-size: 15px;
	background: none !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}

#homepageCarouselSecondary .carousel-indicators {
	bottom: 15px;
	z-index: 15;
	margin-bottom: 0;
}

#homepageCarouselSecondary .carousel-indicators li {
	position: relative;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: none;
	border: 1px solid #fff;
	border-radius: 50%;
}

#homepageCarouselSecondary .carousel-indicators .active {
	background: #fff;
}

#homepageCarouselSecondary .carousel-controls {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: auto;
	width: 40px;
	height: 56px;
	margin-top: -28px;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 0;
	text-shadow: none;
	background: none;
	border-radius: 0;
}

#homepageCarouselSecondary .carousel-control-prev {
	margin-left: -555px;
}

#homepageCarouselSecondary .carousel-control-next {
	left: auto;
	right: 50%;
	margin-right: -555px;
}

.carousel .carousel-item-next .carousel-caption,
.carousel .carousel-item-prev .carousel-caption {
  opacity: 0;
}

.carousel-caption {
	transition: opacity 1.3s;
	-moz-transition: opacity 1.3s;
  -webkit-transition: opacity 1.3s;
}

@media screen and (min-width: 768px){

	#homepageCarouselSecondary .carousel-caption {
		left: 50%;
		right: auto;
		bottom: 0;
		top: 0;
		padding-bottom: 0;
		width: 1110px;
		margin-left: -555px;
		text-align: center;
		text-shadow: none;
	}

}

@media (min-width: 1300px) {

	.wrap-main-ban-img {
		height: 450px;
	}

}

@media (max-width: 1199.98px) {

	#homepageCarouselSecondary .carousel-caption {
		width: 930px;
		margin-left: -465px;
	}

	#homepageCarouselSecondary .carousel-caption h3 {
		margin-bottom: 15px;
		font-size: 40px;
		line-height: 48px;
	}

	#homepageCarouselSecondary .carousel-caption p {
		font-size: 16px;
		line-height: 20px;
	}

	#homepageCarouselSecondary .carousel-control-prev {
		margin-left: -465px;
	}

	#homepageCarouselSecondary .carousel-control-next {
		margin-right: -465px;
	}

}

@media (max-width: 991.98px) {

	.wrap-main-ban-img {
		height: 450px;
	}

	#homepageCarouselSecondary .carousel-caption {
		width: 690px;
		margin-left: -345px;
	}

	#homepageCarouselSecondary .caption-text {
		width: 540px;
		margin-left: -270px;
	}

	#homepageCarouselSecondary .carousel-caption h3 {
		font-size: 35px;
		line-height: 41px;
	}

	#homepageCarouselSecondary .carousel-caption p {
		font-size: 14px;
		line-height: 18px;
	}

	#homepageCarouselSecondary .carousel-caption .btn {
		font-size: 14px;
	}

	#homepageCarouselSecondary .carousel-controls {
		left: 20px;
	}

	#homepageCarouselSecondary .carousel-control-prev {
		margin-left: 0;
	}

	#homepageCarouselSecondary .carousel-control-next {
		left: auto;
		right: 20px;
		margin-right: 0;
	}

}

@media (max-width: 767.98px) {

	.wrap-main-ban-img {
		height: 350px;
	}

	#homepageCarouselSecondary .carousel-caption {
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		padding-bottom: 0;
		width: 100%;
		margin-left: 0;
		text-align: center;
		text-shadow: none;
	}

	#homepageCarouselSecondary .caption-text {
		width: 280px;
		margin-left: -140px;
	}

	#homepageCarouselSecondary .caption-wrapper {
		padding: 20px;
	}

	#homepageCarouselSecondary .carousel-caption h3 {
		margin-bottom: 10px;
		font-size: 25px;
		line-height: 29px;
	}

	#homepageCarouselSecondary .carousel-caption p {
		display: none;
	}

	#homepageCarouselSecondary .carousel-controls {
		display: none;
	}

	#homepageCarouselSecondary .carousel-indicators {
    display: flex;
	}

}

	/* CSS for location and division links */
		.location-link {
			color: white;
			text-decoration: none;
			text-align: center;
			margin: 0;
			display: block;
			  margin-top: 10px;
  font-size: 1rem;
    /* Added the above 3 line, may be unneeded */
		}

		.location-link:hover {
			text-decoration: underline;
		}

		.division-button-logo {
			max-width: 95%;
			max-height: 60px;
			object-fit: contain;
			margin-bottom: 10px;
		}

		/* Core styles for division buttons (<a> tags) */
		.division-button {
			/* Sizing & Flex Layout (Outer) */
			flex: 1 1 calc(30% - 10px);
			max-width: calc(31% - 10px);
			min-height: 160px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			border-radius: 8px;
			box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
			overflow: hidden;
			padding: 20px;
			text-align: center;
			text-decoration: none;
			color: white;
		}

		.division-buttons-wrapper {
			display: flex;
			justify-content: center;
			gap: 10px;
			flex-wrap: wrap;
		}

@media (max-width: 768px) {
  .division-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .division-button {
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }
}

/*Shop by Category section*/




.shop-thumb-scroll {
		padding-left: 15px;
		padding-right: 15px;
	}
	
/** Home Description **/

.wrapper-home-content {
	padding: 40px 0;
	background: #1E6AB0 /*update style*/;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

#homepage-content {
	padding: 0 105px;
}

.wrapper-home-content p {
	margin-bottom: 0;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}

@media (max-width: 1199.98px) {

	#homepage-content {
		padding: 0;
	}

}

@media (max-width: 991.98px) {

	.wrapper-home-content p {
		font-size: 16px;
	}

}

@media (max-width: 767.98px) {

	#homepage-content {
		padding: 0 15px;
	}

	.wrapper-home-content p {
		line-height: 23px;
		font-size: 14px;
	}

}




/** Home Video **/

.wrapper-home-video {
	position: relative;
}

.wrapper-home-video a {
	display: block;
}

.wrapper-home-video a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -83px;
	margin-left: -83px;
	width: 166px;
	height: 166px;
	background: url(../img/play-circle.png) no-repeat center center;
	background-size: cover;
	content: '';
}

.wrapper-home-video img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

@media (min-width: 1300px) {

	.wrapper-home-video img {
		height: 550px;
	}

}

@media (max-width: 1199.98px) {

	.wrapper-home-video a:before {
		margin-top: -63px;
		margin-left: -63px;
		width: 126px;
		height: 126px;
	}

}

@media (max-width: 767.98px) {

	.wrapper-home-video a:before {
		margin-top: -43px;
		margin-left: -43px;
		width: 86px;
		height: 86px;
	}

	.wrapper-home-video img {
		height: 300px;
	}

}

/** Home News & Contact **/

.wrapper-home-news-contact {
	margin-bottom: -80px;
	padding: 37px 0;
	background: #1E6AB0 /*update style*/;
}

.wrapper-home-news-contact h3 {
	margin-bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	color: #fff /*update style*/;
}

.wrapper-home-news-contact hr {
	border-color: #fff;
}


.home-news ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style-type: decimal;
	list-style-position: outside;
	color: #fff /*update style*/;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
}

.home-news ul li {
	padding: 7px 0 7px 20px;
}

.home-news ul li a {
	color: #fff /*update style*/;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.home-news ul li a:hover,
.home-news ul li a:focus {
	color: #CAC7C7 /*update style*/;
}

.home-contact .form-group {
	margin-bottom: 10px;
}

.home-contact .form-group.contact-btn {
	margin-bottom: 0;
	text-align: right;
}

.home-contact .form-control {
	height: 35px;
	background: #1E6AB0 /*update style*/;
	border-color: #fff;
	font-size: 13px;
	color: #fff;
}

.home-contact textarea.form-control {
	height: 95px;
	resize: none;
}

.home-contact input:-webkit-autofill,
.home-contact input:-webkit-autofill:hover,
.home-contact input:-webkit-autofill:focus,
.home-contact input:-webkit-autofill:active  {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px #1E6AB0 inset;
}

.home-contact textarea:-webkit-autofill,
.home-contact textarea:-webkit-autofill:hover,
.home-contact textarea:-webkit-autofill:focus,
.home-contact textarea:-webkit-autofill:active  {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px #1E6AB0 inset;
}

.home-contact .form-control::-moz-placeholder {
	color: #fff;
}

.home-contact .form-control:-ms-input-placeholder {
	color: #fff;
}

.home-contact .form-control::-webkit-input-placeholder {
	color: #fff;
}

.home-contact .form-group.contact-btn .btn {
	border: 2px solid #fff !important;
	background: none !important;
	color: #fff !important;
	text-transform: uppercase;
	width: 122px;
}

@media (max-width: 991.98px) {

	.wrapper-home-news-contact {
		padding: 37px 0 48px;
	}

	.home-contact textarea.form-control {
		height: 154px;
	}

	.home-contact .form-group.contact-btn .btn {
		width: 100%;
		display: block;
	}

}

@media (max-width: 767.98px) {

	.wrapper-home-news-contact {
		padding: 30px 0 48px;
	}

	.home-news {
		padding-bottom: 32px;
	}

}

/* Info Pages */

.content-head {
	margin-bottom: 0;
}

.content-head-divider {
	margin-bottom: 30px;
	border-top: 2px solid #00509A /*update style*/;
}

.row-content-description {
	margin-bottom: 40px;
}

.wrap-content-description-list {
	padding-bottom: 15px;
}

.wrap-content-description-col {
	column-count: 2;
	column-gap: 30px;
}

.wrap-content-description-col-news {
	column-count: 3;
	column-gap: 30px;
}

.wrap-content-img {
	margin-bottom: 25px;
	text-align: center;
}

.wrap-content-img img {
	max-width: 100%;
}

.wrap-content-img-lg {
	margin-bottom: 25px;
}

.content-img-block {
	height: 440px;
	line-height: 440px;
	text-align: center;
}

.content-img-block img {
	max-height: 440px;
	max-width: 100%;
	display: inline-block !important;
}

.wrap-content-img-control {
	padding: 0 20px;
	margin-bottom: 25px;
}

.content-img-control {
	padding-left: 13px;
	padding-right: 13px;
	text-align: center;
}

.content-img-control img {
	height: 123px;
	width: 100%;
	display: inline-block !important;
	object-fit: cover;
}

.wrap-content-vid {
	position: relative;
}

.wrap-content-vid a {
	display: block;
}

.wrap-content-vid a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -73px;
	margin-left: -73px;
	width: 146px;
	height: 146px;
	background: url(../img/play-circle.png) no-repeat center center;
	background-size: cover;
	content: '';
}

.wrap-content-vid img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

@media (max-width: 1199.98px) {

	.content-img-block {
		height: 367px;
		line-height: 367px;
	}

	.content-img-block img {
		max-height: 367px;
	}

	.content-img-control {
		padding-left: 9px;
		padding-right: 9px;
	}

	.content-img-control img {
		height: 103px;
	}

}

@media (max-width: 991.98px) {

	.wrap-content-description-col {
		column-count: 1;
		column-gap: 0;
	}

	.wrap-content-description-col-news {
		column-count: 1;
		column-gap: 0;
	}

	.content-img-block {
		height: 271px;
		line-height: 271px;
	}

	.content-img-block img {
		max-height: 271px;
	}

	.content-img-control img {
		height: 113px;
	}

	.wrap-content-vid a:before {
		margin-top: -53px;
		margin-left: -53px;
		width: 106px;
		height: 106px;
	}

	.wrap-content-vid img {
		height: 276px;
	}

}

@media (max-width: 767.98px) {

	.content-img-block {
		height: auto;
		line-height: normal;
	}

	.content-img-block img {
		max-height: none;
	}

	.content-img-control img {
		height: 90px;
	}

}

/* Slick Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -13px;
	display: block;
	width: 15px;
	height: 27px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: none;
	outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: .25;
}

.slick-prev {
	left: 0;
}

[dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}

.slick-next {
	right: 0;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}

/* Info Pages Sidebar */

.side-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #CAC8C7 /*update style*/;
}

.side-menu > li {
	border-bottom: 1px solid #CAC8C7 /*update style*/;
}

.side-menu > li > a {
	position: relative;
	display: block;
	padding: 15px 30px;
	padding-right: 40px;
	font-size: 16px;
	font-weight: 600;
	color: #00509A /*update style*/;
}

.side-menu > li > a.active {
	background: #E3E3E3 /*update style*/;
}

.side-menu > li > a.active:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -12px;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	content: '\f054';
}

.side-menu > li > a:hover,
.side-menu > li > a:focus {
	background: #E3E3E3 /*update style*/;
}


@media (max-width: 991.98px) {

	.side-menu > li > a {
		padding: 12px 15px;
		padding-right: 40px;
		font-size: 14px;
	}

}

/* Careers */

.content-btns {
	width: 100%;
	float: left;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	list-style: none;
}

.content-btns > li {
	float: left;
}

.content-btns > li:first-child {
	padding-right: 20px;
}

.content-btns > li .btn {
	padding: 13px 30px;
	font-size: 15px;
}

@media (max-width: 991.98px) {

	.content-btns > li:first-child {
		padding-right: 15px;
	}

	.content-btns > li.btn-vacancies {
		width: 55%;
	}

	.content-btns > li.btn-interest {
		width: 45%;
	}

	.content-btns > li .btn {
		width: 100%;
		display: block;
		padding: 13px 15px;
		font-size: 14px;
	}

}

@media (max-width: 767.98px) {

	.content-btns > li:first-child {
		padding-right: 0;
		margin-bottom: 15px;
	}

	.content-btns > li.btn-vacancies {
		width: 100%;
	}

	.content-btns > li.btn-interest {
		width: 100%;
	}

}

/* Career Thumb */

.career-col {
	padding-bottom: 30px;
}

.wrap-career-img {
	margin-bottom: 10px;
}

.wrap-career-img a {
	display: block;
}

.wrap-career-img img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.wrap-career-text h4 {
	margin-bottom: 10px;
	font-size: 18px;
}

.wrap-career-text h4 a {
	color: #00509A;
}

.wrap-career-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrap-career-text ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 13px;
	display: block;
	text-transform: uppercase;
}

.wrap-career-text ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.wrap-career-text ul li.job-type:before {
	width: 14px;
	height: 17px;
	background: url(../img/icon-jobtype.png) no-repeat;
}

.wrap-career-text ul li.job-loc:before {
	width: 12px;
	height: 17px;
	background: url(../img/icon-jobloc.png) no-repeat;
}

.wrap-career-text p {
	margin-bottom: 10px;
	line-height: 23px;
}

.wrap-career-text .btn {
	padding-left: 23px;
	padding-right: 23px;
}

@media (max-width: 991.98px) {

	.wrap-career-img img {
		height: 200px;
	}

	.wrap-career-text .btn {
		width: 100%;
		display: block;
		padding-left: 12px;
		padding-right: 12px;
	}

}

/* Career Detail */

.wrapper-career-main-img {
	margin-bottom: 30px;
}

.wrapper-career-main-img img {
	height: 270px;
	width: 100%;
	object-fit: cover;
}

.career-btns {
	margin-bottom: 20px;
}

.career-btns .btn {
	padding: 13px 6px;
	font-size: 15px;
}

.career-btns.career-btn-pdf .btn {
	text-transform: none;
}

.career-btns.career-btn-plum .btn {
	font-size: 20px;
}

@media (max-width: 1199.98px) {

	.wrapper-career-main-img img {
		height: 350px;
	}

}

@media (max-width: 991.98px) {

	.wrapper-career-main-img img {
		height: 250px;
	}

}

/* News Thumb */

.news-col {
	padding-bottom: 30px;
}

.wrap-news-img {
	margin-bottom: 10px;
}

.wrap-news-img a {
	display: block;
}

.wrap-news-img img {
	height: 230px;
	width: 100%;
	object-fit: cover;
}

.wrap-news-text {
	margin-bottom: 16px;
	height: 174px;
	overflow: hidden;
}

.wrap-news-text.wrap-news-text-feat {
	height: 116px;
}

.news-date {
	margin-bottom: 10px;
	font-style: italic;
}

.news-date i {
	margin-right: 10px;
}

.news-row .news-col:first-child .news-date i {
	color: #00509A;
}

.wrap-news-text h4 {
	margin-bottom: 15px;
	font-size: 18px;
}

.news-desc {
	margin-bottom: 0;
	font-size: 14px;
}

.wrap-news .btn {
	padding-left: 23px;
	padding-right: 23px;
}

@media (max-width: 991.98px) {

	.wrap-news-img.wrap-news-img-feat img {
		height: 200px;
	}

	.wrap-news .btn {
		width: 100%;
		display: block;
		padding-left: 12px;
		padding-right: 12px;
	}

}

@media (max-width: 767.98px) {

	.wrap-news-img img {
		height: 200px;
	}

}

/* News Detail */

.wrap-content-description-col-news {
	font-size: 15px;
	line-height: 25px;
}

.wrap-content-description-col-news img {
	max-width: 100%;
}

.news-date-share {
	padding-top: 15px;
}

.news-det-date {
	margin-right: 50px;
	display: inline-block;
	vertical-align: middle;
	font-style: italic;
}

.news-det-date i {
	margin-right: 10px;
}

.news-det-share {
	display: inline-block;
	vertical-align: middle;
}

.news-det-share .btn {
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	border: none !important;
	background: none !important;
}

.news-det-img {
	margin-bottom: 15px;
}

@media (max-width: 991.98px) {

	.news-det-date {
		width: auto;
		float: left;
		margin-right: 0;
		display: block;
	}

	.news-det-share {
		width: auto;
		float: right;
		display: block;
	}

	.news-det-img {
		max-width: 270px !important;
	}

	.news-det-img-main {
		padding-left: 15px;
	}

	.news-det-img-alt {
		padding-right: 15px;
	}

}

@media (max-width: 767.98px) {

	.news-det-img {
		width: 100%;
		max-width: 100% !important;
	}

	.news-det-img-main {
		padding-left: 0;
	}

	.news-det-img-alt {
		padding-right: 0;
	}

}

/* Contact */

#contact-store {
	margin-bottom: 32px;
}

#contact-store > li {
	margin-right: 20px;
	margin-bottom: 12px;
}

#contact-store > li > a {
	padding: 8px 25px;
	font-weight: 700;
	border: 1px solid #00509a;
	border-radius: 8px;
}

.store-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.store-info > li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 24px;
	display: block;
	color: #101820;
}

.store-info > li > a {
	color: #101820;
}

.store-info > li.store-hours {
	margin-top: 20px;
}

.store-info > li:before {
	position: absolute;
	top: 3px;
	left: 0;
	content: '';
}

.store-add:before {
	width: 12px;
	height: 17px;
	background: url(../img/contact-address.png);
}

.store-phone:before {
	width: 17px;
	height: 17px;
	background: url(../img/contact-phone.png);
}

.store-eadd:before {
	width: 16px;
	height: 13px;
	background: url(../img/contact-envelope.png);
}

.store-hours:before {
	width: 16px;
	height: 17px;
	background: url(../img/contact-clock.png);
}

.store-hours span {
	font-weight: 600;
}

.store-hours ul {
	margin: 0;
	padding: 0;
  list-style-type: disc;
  list-style-position: inside;
}

.store-map iframe {
	width: 100%;
	height: 280px;
	border: 1px solid #CAC8C7 !important;
}

.bulkhead {
	font-size: 14px;
	color: #101820;
}

@media (max-width: 991.98px) {

	#contact-store > li {
		margin-right: 10px;
	}

	.store-info {
		margin-bottom: 30px;
	}

	.store-map iframe {
		height: 450px;
	}

}

@media (max-width: 767.98px) {

	.store-map iframe {
		height: 310px;
	}

}


/* Thumbnail */

.row-list-products {
	margin-left: -10px;
	margin-right: -10px;
}

.pb-thumbnail {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.card.thumbnail {
	padding: 15px 12px;
	overflow: hidden;
	border: 1px solid #DCDCDC !important;
	border-radius: 0;
}

.card.thumbnail .caption {
	padding-top: 10px;
	text-align: center;
}

.card.thumbnail .caption .card-title {
	margin-bottom: 8px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
}

.card.thumbnail .caption .card-title a {
	color: #101820;
}

.thumb-rev {
	height: 21px;
	overflow: hidden;
	margin-bottom: 15px;
	color: #FFAE34;
}

.thumb-rating-count {
	margin-left: 10px;
	font-size: 13px;
	font-style: italic;
	color: #444;
}

.card.thumbnail .caption .price {
	height: 27px;
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 13px;
}

.card.thumbnail .caption .thumb-price {
	font-size: 18px;
	font-weight: 700;
}

.card.thumbnail .caption .thumb-rrp {
	margin-left: 3px;
	font-size: 14px;
	text-decoration: line-through;
}

.card.thumbnail .caption .text-price-unit {
	margin-left: 3px;
}

.thumb-btns .btn-group-wishlist {
  width: 100%;
}

.thumb-btns .btn {
	padding: 8px 12px;
	font-size: 15px;
}

.thumb-btns .btn-group-wishlist .btn-group .btn {
  padding: 8px 20px;
	cursor: pointer;
}

.savings-container {
	right: auto;
	left: 10px;
	top: 10px;
}

.thumb-badge {
	width: 61px;
	height: 62px;
	display: inline-block;
	text-indent: -9999px;
}

.badge-onsale {
	background: url(../img/badge-sale.svg);
}

.badge-bestseller {
	background: url(../img/badge-bestseller.svg);
}

/* Thumblist */

.pb-thumblist {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 18px;
}

.card.card-list {
	overflow: hidden;
	border: 1px solid #DCDCDC !important;
	border-radius: 0;
}

.card.card-list .card-body {
	padding: 12px;
}

.row-thumblist {
	margin-left: -12px;
	margin-right: -12px;
}

.col-thumblist {
	padding-left: 12px;
	padding-right: 12px;
}

.pb-thumblist .thumbnail-image {
	position: relative;
	display: block;
}

.col-thumblist img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-list-title {
	margin-bottom: 8px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
}

.card-list-title a {
	color: #101820;
}

.thumb-list-desc {
	margin-bottom: 0;
	height: 90px;
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
}

.card.card-list .price {
	height: 30px;
	margin-bottom: 18px;
	overflow: hidden;
	font-size: 14px;
}

.card.card-list .thumb-price {
	font-size: 20px;
	font-weight: 700;
}

.card.card-list .thumb-rrp {
	margin-left: 3px;
	font-size: 16px;
	text-decoration: line-through;
}

.card.card-list .text-price-unit {
	margin-left: 3px;
}

.pb-thumblist .savings-container {
	left: -2px;
	top: -2px;
}


@media (max-width: 991.98px) {

	.pb-thumblist {
		padding-bottom: 15px;
	}

	.card.card-list .card-body {
		padding: 9px;
	}

	.row-thumblist {
		margin-left: -9px;
		margin-right: -9px;
	}

	.col-thumblist {
		padding-left: 9px;
		padding-right: 9px;
	}

	.thumb-list-desc {
		margin-bottom: 8px;
		height: 49px;
		font-size: 12px;
		line-height: 16px;
	}

	.card.card-list .price {
		margin-bottom: 9px;
		height: 27px;
		font-size: 13px;
	}

	.card.card-list .thumb-price {
		font-size: 18px;
	}

	.card.card-list .thumb-rrp {
		font-size: 14px;
	}

	.card.card-list .thumb-rev {
		height: 19px;
		font-size: 13px;
	}

	.card.card-list .thumb-rating-count {
		font-size: 12px;
	}

	.card.card-list .thumb-badge {
		width: 51px;
		height: 52px;
		background-size: cover !important;
	}

}

@media (max-width: 767.98px) {

	.col-thumblist-price-btn-mob {
		margin-top: 9px;
		padding-top: 9px;
		border-top: 1px solid #DCDCDC;
	}

	.col-thumblist .price {
		width: 65%;
		float: left;
	}

	.card.card-list .price {
    margin-bottom: 0;
    height: auto;
		padding-top: 8px;
	}

	.col-thumblist .thumblist-btn {
		width: 35%;
		float: left;
	}

	.thumblist-btn .thumb-btns .btn {
		padding: 8px 11px;
	}

	.thumblist-btn .thumb-btns .btn-group-wishlist .btn-group .btn {
    padding: 3px 8px;
    font-size: 23px;
	}

	.card.card-list .thumb-badge {
		width: 40px;
		height: 41px;
	}

}


@media (max-width: 575.98px) {

	.col-thumblist-mob-det {
		padding-left: 0 !important;
	}

	.card-list-title {
		height: auto;
	}

	.card.card-list .thumb-rev {
		margin-bottom: 8px;
		height: 18px;
		font-size: 12px;
	}

	.card.card-list .thumb-rating-count {
		margin-left: 5px;
		font-size: 11px;
	}

	.thumb-list-desc {
		margin-bottom: 0;
	}

}

/* Category */

.content-head-categ {
	position: relative;
	padding-right: 265px;
}

.categ-head-divider {
	margin-bottom: 20px !important;
}

.btn-vol-calc {
	position: absolute;
	top: -14px;
	right: 0;
	width: 262px;
	padding: 10px 53px 10px 15px;
	color: #00509a !important;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	text-align: left;
	background: #f2f2f2 !important;
	border-color: #f2f2f2 !important;
}

.vol-calc-icon {
	position: absolute;
	top: 8px;
	right: 15px;
	width: 38px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #00509a;
	border-radius: 50%;
	font-size: 0;
}

.modal-body-volcalc .form-group {
	margin-bottom: 8px;
}

.modal-body-volcalc label {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 700;
}

.modal-body-volcalc .form-control {
	padding: 3px 12px;
	height: 30px;
	font-size: 12px;
}

.calc-result #answer {
	font-weight: 700;
}

.viewby.btn-group .btn {
	padding: 8px 12px;
	height: 40px;
	background: #fff !important;
	color: #00509a !important;
  border-color: #00509a !important;
}

.viewby.btn-group .btn.active {
	background: #ECECEC !important;
	color: #00509a !important;
}

.sortby-label {
	font-weight: 600;
	font-size: 12px;
}

.viewby-divider {
	margin-bottom: 30px;
}

@media (max-width: 767.98px) {


	.content-head-categ {
		padding-right: 0;
		padding-bottom: 68px;
	}

	.btn-vol-calc {
		position: absolute;
		top: auto;
		bottom: 0;
		right: auto;
		left: 50%;
		margin-left: -131px;
		width: 262px;
		padding: 10px 53px 10px 15px;
		color: #00509a !important;
		font-size: 13px;
		font-family: 'Open Sans', sans-serif;
		line-height: 18px;
		text-align: left;
		background: #f2f2f2 !important;
		border-color: #f2f2f2 !important;
	}

}

@media (min-width: 1200px) {
	.row-list-products-search .pb-thumbnail.col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
	}
}




/* Footer */

.wrapper-footer {
	margin-top: 40px;
	padding: 23px 0 25px;
	box-shadow: 0 50vh 0 50vh #00509A;
	background: #00509A /*update style*/;
}

.footer-logo {
	padding-top: 12px;
}

.footer-logo img {
	height: 59px;
}

.col-site-menu {
	padding-left: 0;
}

.wrapper-footer .footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.wrapper-footer a.nav-link {
	padding: 1px 0;
	font-size: 12px;
	color: #fff;
}

.wrapper-footer a.nav-link:hover,
.wrapper-footer a.nav-link:focus {
	color: #CAC7C7 /*update style*/;
}

.wrap-link-social ul {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrap-link-social ul.list-social > li,
.wrap-link-social ul.btm-links > li {
	float: left;
}

.wrap-link-social ul.list-social {
	margin-bottom: 10px;
	margin-left: 10px;
}

.wrap-link-social ul.list-social > li {
	padding: 0 7px;
}

.wrap-link-social ul.list-social > li:last-child {
	padding-right: 0;
}

.wrap-link-social ul.list-social > li > a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #23408F /*update style*/;
	background: #fff;
	border-radius: 50%;
}

.wrap-link-social ul.list-social > li > a:hover,
.wrap-link-social ul.list-social > li > a:focus {
	background: #eee /*update style*/;
}

.wrap-link-social ul.btm-links {
	margin-top: 5px;
	margin-bottom: 8px;
}

.wrap-link-social ul.btm-links > li {
	padding: 0 13px; 
	border-right: 1px solid #fff;
}

.wrap-link-social ul.btm-links > li:last-child {
	border-right: none;
}

.wrap-link-social ul.btm-links > li > a {
	line-height: 12px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.wrap-link-social ul.btm-links > li > a:hover,
.wrap-link-social ul.btm-links > li > a:focus {
	color: #CAC7C7 /*update style*/;
}

.wrap-link-social ul.btm-links-xs {
	display: none;
	margin-bottom: 15px;
}

.wrap-link-social ul.btm-links-xs > li {
	display: inline;
	font-size: 12px;
}

.wrap-link-social ul.btm-links-xs > li:nth-child(even):after {
	display: block;
	height: 5px;
	content: '';
}

.wrap-link-social ul.btm-links-xs > li > a {
	padding: 0 13px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border-right: 1px solid #fff;
}

.wrap-link-social ul.btm-links-xs > li:nth-child(even) > a {
	border-right: none;
}

.wrap-link-social ul.btm-links-xs > li:last-child > a {
	border-right: none;
}

.wrap-footer-about {
	margin-bottom: 8px;
	text-align: right;
}

.wrap-footer-about p {
	margin-bottom: 0;
	line-height: 15px;
	font-size: 11px;
	color: #fff;
}

.wrap-footer-copyr {
	text-align: right;
}

.wrap-footer-copyr p {
	margin-bottom: 0;
	line-height: 14px;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.03em;
}

@media (max-width: 1199.98px) {

	.wrapper-footer {
		padding: 21px 0 30px;
	}

	.footer-logo {
		margin-bottom: 15px;
		padding-top: 0;
		padding-left: 30px;
	}

	.footer-logo img {
		height: 56px;
	}

	.col-site-menu {
		padding-left: 15px;
	}

	.wrapper-footer .footer-menu {
		column-count: 2;
	}

	.wrapper-footer a.nav-link {
		padding: 3px 0;
	}

	.wrap-link-social ul {
		width: 100%;
		float: left;
		text-align: center;
	}

	.wrap-link-social ul.list-social > li,
	.wrap-link-social ul.btm-links > li {
		float: none;
		display: inline-block;
	}

	.wrap-link-social ul.list-social {
		margin-bottom: 10px;
		margin-left: 0;
	}

	.wrap-link-social ul.list-social > li {
		padding: 0 7px 0 4px;
	}

	.wrap-link-social ul.list-social > li:last-child {
		padding-right: 7px;
	}

	.wrap-link-social ul.btm-links {
		margin-top: 0;
	}

	.wrap-link-social ul.btm-links > li > a {
		line-height: 8px;
	}

	.wrap-link-social ul.btm-links > li > a:hover,
	.wrap-link-social ul.btm-links > li > a:focus {
		color: #CAC7C7 /*update style*/;
	}

	.wrap-footer-about {
		text-align: center;
	}

	.wrap-footer-copyr p {
	margin-bottom: 0;
	line-height: 14px;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.03em;
}

@media (max-width: 1199.98px) {

	.wrapper-footer {
		padding: 21px 0 30px;
	}

	.footer-logo {
		margin-bottom: 15px;
		padding-top: 0;
		padding-left: 30px;
	}

	.footer-logo img {
		height: 56px;
	}

	.col-site-menu {
		padding-left: 15px;
	}

	.wrapper-footer .footer-menu {
		column-count: 2;
	}

	.wrapper-footer a.nav-link {
		padding: 3px 0;
	}

	.wrap-link-social ul {
		width: 100%;
		float: left;
		text-align: center;
	}

	.wrap-link-social ul.list-social > li,
	.wrap-link-social ul.btm-links > li {
		float: none;
		display: inline-block;
	}

	.wrap-link-social ul.list-social {
		margin-bottom: 10px;
		margin-left: 0;
	}

	.wrap-link-social ul.list-social > li {
		padding: 0 7px 0 4px;
	}

	.wrap-link-social ul.list-social > li:last-child {
		padding-right: 7px;
	}

	.wrap-link-social ul.btm-links {
		margin-top: 0;
	}

	.wrap-link-social ul.btm-links > li > a {
		line-height: 8px;
	}

	.wrap-link-social ul.btm-links > li > a:hover,
	.wrap-link-social ul.btm-links > li > a:focus {
		color: #CAC7C7 /*update style*/;
	}

	.wrap-footer-about {
		text-align: center;
	}

	.wrap-footer-copyr {
		text-align: center;
	}

}

@media (max-width: 991.98px) {

	.row-footer-menu {
		margin-left: -10px;
		margin-right: -10px;
	}

	.col-footer-menu {
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media (max-width: 767.98px) {

	.footer-logo {
		padding-left: 0;
		text-align: center;
	}

	.footer-logo img {
		height: auto;
	}

	.row-footer-menu {
		margin-bottom: 35px;
	}

	.wrapper-footer .footer-menu {
		column-count: 1;
	}

	.wrap-link-social ul {
		float: none;
	}

	.wrap-link-social ul.list-social > li > a {
		width: 37px;
		height: 37px;
		line-height: 37px;
		font-size: 18px;
	}

	.wrap-link-social ul.btm-links {
		display: none;
	}

	.wrap-link-social ul.btm-links-xs {
		display: block;
	}


}

/* Cart QTY */

.col-buyopt-qty .form-control {
	padding: .375rem 25px .375rem 5px;
	text-align: center;
	height: 43px;
}

.col-buyopt-qty input::-webkit-outer-spin-button,
.col-buyopt-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.col-buyopt-qty input[type=number] {
  -moz-appearance: textfield;
}

.cart-qty-inc {
	position: relative;
}

.cart-qty-inc a {
	position: absolute;
	right: 1px;
	width: 20px;
	height: 20px;
	padding: 0;
	border-radius: 0;
}

.cart-qty-inc .js-quantity-increment {
	top: 1px;
	border-radius: 0 6px 0 0;
}

.cart-qty-inc .js-quantity-decrement {
	bottom: 1px;
	border-radius: 0 0 6px 0;
}