@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');
:root {
	--grey: #ececec;
	--darkblue: #1b5088;
	--lightblue: #259ad3;
	--middlegrey: #dddddd
}
::placeholder {
  color: #D0D0D0 !important;
  opacity: 1
}
.toast-container {
	pointer-events: unset;
}
body {
	font-family: 'Titillium Web', sans-serif;
	color: #000000;
	font-weight: 300;
	width: 100%;
	font-size: 16px;
}
h1 {
	font-size: 28px
}
h1.text-lg {
	font-size: 45px
}
h2 {
	font-size: 28px
}
h3 {
	font-size: 24px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 16px
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-weight: 700;
	color: #1b5088
}
#account-register h2 {
	font-size: 24px;
	padding: 7px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bdbdbd
}
a {
	color: #000000;
	text-decoration: none
	transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  text-decoration: none
}
a:hover {
	text-decoration: none;
	color: var(--lightblue,#259ad3);
}
p a {
	color: #259ad3;
	text-decoration: none
}
p b, p strong {
	font-weight: 600
}
.text-sm {
	font-size: 0.75rem
}
.text-primary {
	color: var(--lightblue) !important
}
.bg-primary {
	background-color: var(--darkblue,#1b5088) !important;
	color: #ffffff !important
}
.bg-primary a {
	color: #ffffff !important
}
.border-primary {
	border-color: var(--darkblue,#1b5088) !important
}
.bg-grey {
	background-color: var(--grey,#cecece)
}
.bg-white, .bg-primary {
	box-shadow: 0 .25rem 1rem rgba(50,50,50,.175) !important
}
.bg-none {
	background-color: transparent !important
}
.shadow-0 {
	box-shadow: 0 .25rem 1rem rgba(50,50,50,0) !important
}
header.bg-white{
	box-shadow: 0 0 0 rgba(0,0,0,.175) !important;
	border-bottom: 1px solid #ececec
}
legend {
	font-size: 24px;
	padding: 7px 0px;
	margin-bottom: 15px;
	font-weight: 700;
	float: none;
	border-bottom: 1px solid #bdbdbd;
}
.pagination li a {
  color: var(--lightblue,#259ad3);
}
.pagination li .active {
  color: #000;
}
.maxwidth {
  max-width: 1460px
}
.rounded-4 {
	border-radius: 0.4rem !important
}
.rounded-5 {
	border-radius: 0.5rem !important
}
.rounded-6 {
	border-radius: 0.6rem !important
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline
}
.nav-tabs {
	margin-bottom: 15px
}
div.required .form-label:before, .required .col-form-label::before {
	content: '* ';
	color: #F00;
	font-weight: bold
}
.dropdown-menu {
	font-size: 1rem;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: var(--lightblue)
}
#logo {
	margin: 0
}
#logo img {
	width: 280px
}
#cart-total {
  position: absolute;
  top: 0;
  right: 10px;
  background: var(--lightblue);
  font-size: .5em;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 17px;
  width: 17px;
  font-weight: 600;
}
#menu {
	background-color: var(--darkblue)
}
#menu .navbar-nav > li > a {
	color: #fff;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent
}
#menu .navbar-nav > li > a:hover {
	color: #999
}
#menu .dropdown-inner {
	display: table
}
#menu .dropdown-inner ul {
	display: table-cell
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 6px 15px;
	clear: both;
	line-height: 20px;
	color: #333333;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8
}
#regDropdown.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0);
}
#mainmenu .nav-link {
  color: #259ad3;
}
.dropdown-item {
  font-size: .938em;
  font-weight: 300
}
.dropdown-toggle::after {
    display: none;
}
.dr {
	border-top: 1px solid var(--grey)
}
.dr.active {
	background-color: var(--grey);
	border-color: #D9D9D9
}
.dr.active + .dr {
	border-color: #D9D9D9
}
.dr.active .article {
	font-weight:600
}
.upload-area {
	border: 3px dashed #AAACAE;
	padding: 15px;
	background-color: #EDEEEE;
	text-align: center
}
.card-title {
	font-weight: normal
}
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: var(--darkblue);
	border-top: 1px solid #ddd;
	color: #e2e2e2
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666
}
footer a {
	color: #ccc
}
footer a:hover {
	color: #fff
}
footer h5 {
	color: #fff
}
.offcanvas {
	width: 500px !important;
	max-width: 100%;
}
.breadcrumb {
	margin: 15px 0;
	font-size: .875em;
}
.breadcrumb i {
	font-size: 15px
}
.breadcrumb-item {
	text-shadow: 0 1px 0 #FFF;
	position: relative;
	white-space: nowrap
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '>';
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
}
.pagination {
	margin: 0
}
.form-control {
	padding: 0.5rem 1rem;
	line-height: 1.5;
}
.form-control, .form-select {
	font-size: 1rem;
}
.input-group > .form-control, .input-group > [class*="bg-"] {
	box-shadow: none;
	-webkit-box-shadow: none
}

.btn, .btn-lg {
	font-weight: 300;
	font-size: 0.85em;
	padding: .5rem .75rem;
	line-height: 1.5;
}
.btn-lg {
	line-height: 1.8;
}
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
	font-size: 1rem
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
	height: auto;
}
.btn-link:hover {
  color: var(--lightblue);
}
.btn-primary {
	color: #ffffff;
	background-color: var(--lightblue);
	border-color: var(--lightblue);
	text-transform: uppercase
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: var(--darkblue);
	border-color: var(--darkblue);
	background-position: 0 -15px;
	color: #fff;
}
.btn-secondary {
	color: #ffffff;
	background-color: var(--darkblue);
	border-color: var(--darktblue);
	text-transform: uppercase
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
	background-color: var(--lightblue);
	border-color: var(--lightblue);
	background-position: 0 -15px
}
.btn-outline {
	color: var(--bs-body-color);
	background-color: #fff;
	border-color: var(--middlegrey);
	text-transform: uppercase
}
.btn-outline:hover, .btn-outline:active, .btn-outline.active, .btn-outline.disabled, .btn-outline[disabled] {
	background-color: var(--middlegrey);
	border-color: var(--middlegrey);
	background-position: 0 -15px
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: var(--darkblue);
	border-color: var(--darkblue);
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
	background-color: #cc0000;
	background-image: linear-gradient(to bottom, #cc0000, #cc0000);
	background-repeat: repeat-x;
	border-color: #cc0000
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0)
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #df5c39, #df5c39);
	background-repeat: repeat-x;
	border-color: #df5c39
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
	color: #fff;
	border-color: #df5c39
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius: 0
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111)
}
#column-left .product-layout, #column-right .product-layout {
	width: 100%
}
.input-group .form-control[name^=quantity] {
	min-width: 50px
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}
.stock-status {
	pointer-events: auto;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
    margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right
}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto
}
.table {
	line-height: 1.3
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%
	}
	#cart .dropdown-menu li > div {
		min-width: 100%
	}
}
@media (min-width: 768px) {
	html[dir=rtl] .navbar-nav {
    float: right;
    margin: 0
  }
  html[dir=rtl] .navbar-nav > li {
    float: right
  }
	#menu .dropdown:hover .dropdown-menu {
		display: block
	}
	#column-left  .product-layout .col-md-3 {
    width: 100%
  }
	#column-left + #content .product-layout .col-md-3 {
    width: 50%
  }
	#column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%
  }
  #content + #column-right .product-layout .col-md-3 {
     width: 100%
  }
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left
	}
}
@media (max-width: 992px) {
	#menu {
		background-color: white;
	}
	
	#menu .navbar-nav > li > a {
		color: var(--lightblue);
	}
}
@media (max-width: 767px) {
  h1.text-lg {
    font-size: 38px
  }
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1)
	}
	#menu .dropdown-inner {
		display: block
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1)
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff
	}
}