@import url('https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap');
:root {
	--bs-body-font-family: Open Sans, sans-serif;
    /* --bs-primary: #143455;
    --bs-primary-rgb: 20, 52, 85; */
    /* --bs-primary: #2e7674;
    --bs-primary-rgb: 46, 118, 116; */
}
::-moz-selection {
	background: var(--bs-primary);
	color: rgba(255,255,255,1);
}
::selection {
	background: var(--bs-primary);
	color: rgba(255,255,255,1);
}
html, body {
    height: 100%;
    margin: 0;
}
body {
    background: #fff;
    font-size: .938rem;
    overflow-x: hidden;
}
body, button, input, select, textarea {
	line-height: 1.6;
}
.main-header {
    background: #fff;
    border-bottom: 1px solid #dee2e6;
}
.wrapper {
    min-height: calc(100vh - 4rem);
}
.card-content {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
}
.card-content .card-content-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
}
.card-content .card-content-header h1, .card-content .card-content-header h2, .card-content .card-content-header h3, .card-content .card-content-header h4, .card-content .card-content-header h5, .card-content .card-content-header h6 {
    justify-content: flex-start;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.card-content .card-content-header h1 i, .card-content .card-content-header h2 i, .card-content .card-content-header h3 i, .card-content .card-content-header h4 i, .card-content .card-content-header h5 i, .card-content .card-content-header h6 i {
    margin-right: .625rem;
}
.card-content .card-content-body {
    background: #fff;
    padding: 1rem 2rem;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.card-product-grid, .card-product-list {
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    transition: box-shadow .25s ease-out;
}
.card-product-grid:hover, .card-product-list:hover {
    box-shadow: rgba(0, 0, 0, .16) 0 3px 10px;
}
.card-product-grid .img-wrap {
    border-radius: .375rem .375rem 0 0;
}
.card-product-grid {
    margin-bottom: 1rem;
}
.card-product-grid .img-wrap {
    height: 240px;
}
.card-product-grid .carousel-item > img {
    max-height: 240px;
}
.card-product-grid .img-wrap img {
    height: 100%;
    width: auto;
    max-width: 100%;
}
.card-product-grid .title {
    display: block;
    color: #333;
    max-width: 50%;
}
.card-product-grid .info-wrap {
    padding: 1rem 1.2rem;
    border-top: 1px solid #dee2e6;
}
.card-product-grid .overlay {
    position: absolute;
    text-align: left;
    padding: 10px 15px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.img-wrap {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.img-wrap img {
    object-fit: cover;
    -o-object-fit: cover;
}
.btn-icon {
    width: 2.6rem;
    padding-left: 0;
    padding-right: 0;
}
.btn-icon.btn-sm {
    width: 2rem;
}
.btn-icon.btn-lg {
    width: 2.8rem;
}
[class*=card-product] p {
    margin-bottom: 0;
}
[class*=card-product] a.title {
    display: block;
    text-decoration: none;
    transition: color .25s ease-out;
}
[class*=card-product] a.title:hover {
    color: var(--bs-primary);
}
[class*=card-product] .price {
    color: #212529;
}
[class*=card-product] .price-old {
    color: #9da1a7;
    margin-left: .375rem;
    font-size: 90%}
[class*=card-product] .img-wrap {
    position: relative;
}
[class*=card-product] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
}
a.title, .title a, a .title {
    text-decoration: none;
    transition: all .25s ease-out;
}
a.title:hover, a.title:focus, a.title:active, .title a:hover, .title a:focus, .title a:active, a .title:hover, a .title:focus, a .title:active {
    color: var(--bs-primary);
    text-decoration: underline;
}
.gallery-wrap .img-thumbnail {
    display: block;
    color: #fff;
    text-align: center;
    height: 460px;
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
}
.gallery-wrap .img-thumbnail a {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%}
.gallery-wrap .img-thumbnail a img {
    object-fit: cover;
    -o-object-fit: cover;
    max-height: 100%;
    max-width: 100%}
.gallery-wrap .thumbnails {
    text-align: center;
}
.gallery-wrap .thumbnails .img-thumbnail {
    display: inline-block;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    margin: 3px;
    height: 60px;
    width: 60px;
    overflow: hidden;
}
.gallery-wrap .thumbnails .img-thumbnail img {
    cursor: zoom-in;
    object-fit: cover;
    -o-object-fit: cover;
    max-height: 100%;
    max-width: 100%}
.item {
    position: relative;
    display: flex;
    color: #333;
    text-decoration: none;
    transition: color .25s ease-out;
    width: 100%}
a.item:hover .title, a.item:focus .title, a.item:active .title {
    color: var(--bs-primary);
}
.item .item-aside {
    position: relative;
    flex-shrink: 0;
}
.item .item-aside {
    margin-right: 1rem;
}
.item .item-aside .badge {
    position: absolute;
    top: -5px;
    right: -10px;
}
.item .info {
    padding-left: .75rem;
    flex-grow: 1;
}
.item .title {
    display: block;
    margin-bottom: 0;
}
.item a.title {
    color: inherit;
}
.item a.title:hover, .item a.title:focus, .item a.title:active {
    color: var(--bs-primary);
}
.item p {
    margin-bottom: 0;
}
.img-xs, .img-sm, .img-md, .img-lg {
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    object-fit: cover;
    -o-object-fit: cover;
}
.img-xs {
    height: 40px;
    width: 40px;
}
.img-sm {
    height: 72px;
    width: 72px;
}
.img-md {
    height: 96px;
    width: 96px;
}
.img-lg {
    height: 128px;
    width: 128px;
}
.img-xl {
    height: 196px;
    width: 196px;
}
dl[class=row] {
    margin-bottom: 0;
}
dl[class=row] dt {
    color: #333;
}
.dlist-inline dt, .dlist-inline dd {
    display: inline-block;
}
.dlist-align {
    display: flex;
}
.dlist-align dt {
    word-wrap: break-word;
    font-weight: 400;
}
.dlist-align dd {
    flex-grow: 1;
}
.filter-group {
    border-bottom: 1px solid #dee2e6;
}
.filter-group:last-child {
    border-bottom: 0;
}
.filter-group .card-header {
    border-bottom: 0;
    border-radius: 0;
}
.filter-group .title:hover, .filter-group .title:focus .filter-group .title:active, .filter-group a.title:hover, .filter-group a.title:focus, .filter-group a.title:active {
    text-decoration: none;
}
.card-header .title {
    display: block;
    color: initial;
    margin-bottom: 0;
}
.list-menu {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.list-menu li {
    position: relative;
    margin-bottom: 5px;
}
.list-menu li>a {
    display: block;
    color: #333;
    text-decoration: none;
}
.list-menu li>a:hover, .list-menu li>a:focus .list-menu li>a:active {
    color: var(--bs-primary);
    text-decoration: none;
}
.btn-light {
    background: #fff;
    color: #333;
    border-color: #dee2e6;
}
.btn-light i {
    color: #9da1a7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
    color: var(--bs-primary);
    border-color: #c1c9d0;
}
.btn-light:hover i, .btn-light:focus i, .btn-light:active i {
    color: var(--bs-primary);
    border-color: #c1c9d0;
}
.btn i {
    min-width: 16px;
}
.btn i+.text, .btn .text+i {
    margin-left: 10px;
}
.form-control:focus {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
}
.input-spinner {
    display: inline-flex;
    flex-wrap: nowrap;
    max-width: 100%}
.input-spinner input.form-control {
    border-color: #dee2e6;
    border-radius: 0;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}
.input-spinner .btn {
    text-align: center;
    padding-left: .6rem;
    padding-right: .6rem;
}
footer.footer {
    background: #333;
    color: #fff;
    padding: 2rem 0;
}
footer.footer address {
    margin-bottom: 0;
}
footer.footer nav.nav li.nav-item>a.nav-link {
    color: #fff;
    transition: color .35s ease-in-out;
}
footer.footer nav.nav li.nav-item>a.nav-link:hover, footer.footer nav.nav li.nav-item>a.nav-link:focus, footer.footer nav.nav li.nav-item>a.nav-link:active {
    color: #dee2e6;
}
.socials {
    display: flex;
    flex-wrap: wrap;
}
.socials .btn-social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    background: #fff;
    color: var(--bs-primary);
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
    margin: 10px 5px 0;
    width: 50px;
    height: 50px;
}
.socials .btn-social i, .socials .btn-social svg {
    position: relative;
    font-size: 1.5625rem;
    z-index: 1;
    transition: all .3s ease-out;
}
.socials .btn-social::after {
    content: '';
    position: absolute;
    display: block;
    background: var(--bs-primary);
    border-radius: 100%;
    width: 0;
    height: 0;
    top: -1px;
    left: 50%;
    transition: all .3s ease-out;
}
.socials .btn-social:hover, .socials .btn-social:focus, .socials .btn-social:active {
    color: #fff;
}
.socials .btn-social:hover::after, .socials .btn-social:focus::after, .socials .btn-social:active::after {
    margin-left: -52%;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.paginator {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.paginator>.pagination {
    display: flex;
    padding: .625rem;
    margin: 2rem auto;
}
.paginator>.pagination li {
    display: flex;
    border-radius: .375rem;
}
.paginator>.pagination li a {
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: .375rem;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    padding: 8px 16px;
    margin: 0 4px;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.paginator>.pagination li.active a {
    background: var(--bs-primary);
    color: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 1px;
}
.paginator>.pagination li:hover:not(.active) a, .paginator>.pagination li:focus:not(.active) a, .paginator>.pagination li:active:not(.active) a {
    background: var(--bs-primary);
    color: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 1px;
}
.paginator>.pagination li.active:hover a {
    color: #fff;
}
.btn {
    transition: all .3s ease-in-out;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), .75);
    --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), .75);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--bs-primary-rgb), .75);
    --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), .75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 1px;
}
.btn-check:checked+.btn:focus, .btn-check:active+.btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
    box-shadow: rgba(0, 0, 0, .1) 0 4px 1px;
}
.dropdown-item.active, .dropdown-item:active {
    background: var(--bs-primary);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
}
.form-control:focus, .form-select:focus {
    border-color: var(--bs-primary);
    box-shadow: rgba(0, 0, 0, .1) 0 4px 1px;
}
.list-bullet, .list-check, .list-dots, .list-icon, .list-menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.list-bullet li, .list-check li, .list-dots li, .list-icon li, .list-menu li, .list-times li {
    position: relative;
    margin-top: 4px;
    margin-bottom: 4px;
}
.list-icon li {
    padding-left: 30px;
}
.list-icon .icon {
    position: absolute;
    color: #9da1a7;
    text-align: center;
    width: 22px;
    top: 0;
    left: 0;
}
.list-bullet li, .list-dots li {
    padding-left: 20px;
}
.list-bullet li::before, .list-dots li::before {
    content: " ";
    position: absolute;
    background: #ccd1d6;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    top: 8px;
    left: 0;
}
.list-check>li {
    padding-left: 24px;
}
.list-check>li::before {
    content: '\f00c';
    position: absolute;
    color: #33b750;
    font-size: 13px;
    font-weight: 900;
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
}
.list-menu li>a {
    display: block;
    color: #51585e;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.list-menu li>a:hover {
    color: var(--bs-primary);
}
.icon-xs, .icon-sm, .icon-md, .icon-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
}
.icon-xs img, .icon-sm img, .icon-md img, .icon-lg img, .icon-xl img {
    max-width: 100%}
.icon-xs {
    width: 36px;
    height: 36px;
}
.icon-sm {
    font-size: 20px;
    width: 42px;
    height: 42px;
}
.icon-md {
    font-size: 24px;
    width: 56px;
    height: 56px;
}
.icon-lg {
    font-size: 32px;
    width: 72px;
    height: 72px;
}
.icon-xl {
    font-size: 44px;
    width: 90px;
    height: 90px;
}
.box {
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    padding: .8rem;
}
.box img {
    max-width: 100%
}
#ohsnap {
    position: absolute;
    float: right;
    clear: right;
    top: 20px;
    right: 20px;
}
.alert {
    background-color: #fff;
    border: 1px solid #eed3d7;
    border-radius: .375rem;
    padding: 15px;
    margin-bottom: 10px;
    z-index: 9999;
}
.alert-red {
    color: #fff;
    background-color: #DA4453;
}
.alert-green {
    color: #fff;
    background-color: #37BC9B;
}
.alert-blue {
    color: #fff;
    background-color: #4A89DC;
}
.alert-yellow {
    color: #fff;
    background-color: #F6BB42;
}
.alert-orange {
    color: #fff;
    background-color: #E9573F;
}
.card-image {
    display: inline-block;
    background: #fff;
    text-decoration: none;
    border-radius: .375rem;
    width: 100%;
    box-shadow: 0 0 3rem -1rem rgba(0, 0, 0, .5);
    transition: transform .1s ease-in-out, box-shadow .1s;
    overflow: hidden;
}
.card-image:hover {
    transform: translateY(-.5rem) scale(1.0125);
    box-shadow: 0 .5rem 3rem -1rem rgba(0, 0, 0, .5);
}
.card-image>img {
    display: block;
    padding: 1rem .5rem;
    margin: 0 auto;
    width: 80%;
    max-width: 80%}
.card-image>.card-image-description {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    font-size: 22px;
    border-top: 1px solid #e6e9ed;
    padding: 1rem .5rem;
    width: 100%}
.card.hover {
    transition: box-shadow .35s ease-in-out;
}
.card.hover:hover {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}
.content-header {
    padding: 1.563rem;
}
.content-header h1 {
    font-size: 1.8rem;
    margin: 0;
}
.dropdown-toggle {
    cursor: pointer;
}
.dropdown-toggle::after {
    margin-left:.313rem;
    vertical-align: middle;
}