/* Colors */
:root {
    color:#FFFFFF;
    color:#38443F;
    color:#EBEBEB;
    color:#161616;
    color:#38443F00;
    color:#97927F;
    color:#F9F9F9;
    color:#EFEFEF;
}
/* Fonts */
@font-face {
	font-family: 'gothic';
	src: url('/fonts/gothic.ttf') format('truetype');
}
body {
    margin: 0;
	padding: 0;
    color: #38443F;
    font-weight: 400;
    font-style: normal;
    font-family: 'gothic';
    letter-spacing: 0.5px;
}

img {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    /* font-weight: 600; */
    /* letter-spacing: 2px; */
    font-weight:400;
}

h1, .h1 {
    font-size: 50px;
}

h2, .h2 {
    font-size: 40px;
}

.h3, h3 {
    font-size: 30px;
}

.h4, h4 {
    font-size: 25px;
}

p, li, a, font {
	font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

b, strong {
    font-weight: 800;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}
a {
    color:#000000;
}
a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
    position: absolute;
    bottom: -5px;
    right: -13px;
    padding: 5px 15px;
}

.home-title {
    font-size: 100px;
}

button:focus {
    outline: none;
}

.btn-secondary {
    padding: 15px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #E6E6E6;
    border-color: #E6E6E6;
    color: #97927F;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color:#97927F!important;
    border-color: #97927F!important;
    box-shadow: none;
}

.btn-primary {
    padding: 15px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #E6E6E6;
    border-color: #E6E6E6;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #97927F;
    background-color:#E6E6E6!important;
    border-color: #E6E6E6!important;
    box-shadow: none;
}

.btn-primary.btn-sm {
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    min-width: 150px!important;
    max-width: 150px!important;
}
.btn-primary.btn-sm a {
    color:#FFFFFF!important;
}
.btn-primary.btn-sm a:hover {
    color:#97927F!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #97927F;
    background-color:#E6E6E6;
    border-color: #E6E6E6;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.dark-grn {
    background-color: #38443F;
    border-color: #38443F;
    min-width: 200px;
    color:#FFFFFF!important;
}

.btn-primary.dark-grn.focus, .btn-primary.dark-grn:focus, .btn-primary.dark-grn:hover {
    color: #38443F!important;
    background-color:#E6E6E6!important;
    border-color: #E6E6E6!important;
    box-shadow: none;
}


.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background-color: #ffffff!important;
    border-color: #38443F!important;
    color:#38443F!important;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current, .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
    background-color: #38443F!important;
    border-color: #38443F!important;
    color:#FFFFFF!important;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
}

.swal2-modal .swal2-actions button.swal2-confirm {
    color: #fff;
    background-color: #38443F;
    border-color: #38443F;
}

.swal2-modal .swal2-actions button.swal2-confirm:hover {
    color: #fff;
    background-color: #38443F;
    border-color: #38443F;
}
.swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active, .swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-confirm {
    color: #fff;
    background-color: #38443F;
    border-color: #38443F;
}
.swal2-modal .swal2-actions button.swal2-confirm:focus, .swal2-modal .swal2-actions button.focus.swal2-confirm {
    color: #fff;
    background-color: #38443F;
    border-color: #38443F;
    box-shadow: none;
}

.swal2-html-container ul {
    padding-left: 0;
    list-style: none;
}

/* This is an example of styling the header menu but it depends on the design of the page */
header {
    background-color: #fff;
}

.nav-link {
    display: block;
    padding: 0 0 0 3rem;
}

.nav-item {
    color: #221F1F;
    font-weight: 400;
    list-style:none;
}
.small-header .nav-item.active>.nav-link{
    color: #fff;
}
.header .navbar-light .navbar-nav .active>.nav-link, .header .navbar-light .navbar-nav .nav-link.active, .header .navbar-light .navbar-nav .nav-link.show, .header .navbar-light .navbar-nav .show>.nav-link {
    color: #38443F;
    border-bottom:4px solid #38443F;
    padding-bottom: 11px;
    padding-top: 10px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #38443F;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    color: #221F1F;
}
.header .nav-item {
    color: #221F1F;
    font-weight: 400;
    list-style: none;
    padding-left: 20px;
    padding-right: 0;
}
.header .navbar-nav .nav-item .nav-link {
    padding-bottom: 15px;
    border-bottom:transparent;
}
.mobile-only-items {
    display: none;
}
.navbar-collapse .dropdown-menu {
    position: absolute;
    top: 300%;
    left: 45px;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}

.navbar-collapse .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 25px;
    clear: both;
    font-weight: 400;
    color: #221F1F;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.navbar-nav-header .nav-item {
    list-style: none;
}
.small-header {
    padding:10px 0;
    background-color:#38443F;
}
.small-header a {
    color:#FFFFFF;
}
.small-header .nav-item:hover, .small-header a:hover {
    color:#fff;
}
.navbar-collapse .dropdown-toggle::after {
    display: none;
}
.nav-item i {
    margin-right: 0px;
    font-size: 20px;
}
.navbar-light .navba#D3B960{
    color:#221F1F;
}
.header-icons i {
    /* margin-left: 10px; */
    font-size: 23px;
    padding-top: 15px;
}
/* ============================================ */
/* This is an example of styling the page header but it depends on the design of the page */

/* Homepage */
.home-header {
    background-image: url('https://files.crtgroupstorage.com/sulenetaylor/homeheader.png');
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
}

.overlay {
    background: transparent linear-gradient(180deg, #38443F00 0%, #38443F 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0px;
    top: 10%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.home-header .row {
    height: 700px;
    z-index: 1;
}

.home-header .card-img-top {
    width: 15%;
}

.home-header .card {
    background-color: transparent;
    border: 0;
    padding-bottom: 5%;
}

.home-header .btn-primary {
    border-color: #B4B4B5;
    background-color: #B4B4B5!important;
}

.card-title {
    font-size: 45px;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #E6E6E6;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.our-products {
    padding: 5% 0;
}

.our-products .card, .shop-page .card, .related-products .card, .related-products .card-body {
    border-radius: 5px;
}

.our-products .card-body, .shop-page .card-body, .related-products .card-body {
    padding: 1rem;
    min-height: 140px;
}

.our-products .card p, .shop-page .card p, .related-products .card p {
    font-size: 14px;
    margin-bottom: 0;
}

.p-name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    min-height: 50px;
}

.wishlist-heart {
    line-height: 15px;
    vertical-align: middle;
    align-self: center;
    display: inline-block;
}

.wishlist-heart i {
    font-size: 17px;
    vertical-align: middle;
    line-height: 30px;
    align-self: center;
    display: inline-block;
}

.our-products .card .btn-primary.dark-grn, .shop-page .card .btn-primary.dark-grn, .related-products .card .btn-primary.dark-grn {
    min-width: 170px!important;
}

.our-products .card h5, .shop-page .card h5, .related-products .card h5 {
    font-size: 18px;
    margin: 5px 0;
    color: #38443F;
    display: inline-block;
}

.our-products .card h5 s, .shop-page .card h5 s, .related-products .card h5 s {
    color:#97927F;
    font-size: 15px;
}

.our-products h2, .home-about h2, .blog h2, .related-products-heading h2 {
    position: relative;
    padding-bottom: 20px;
}

.our-products h2:after, .home-about h2:after, .blog h2:after, .related-products-heading h2:after {
    content: '';
    border-bottom: 1px solid #38443F;
    width: 88px;
    position: absolute;
    top: 100%;
    left: 0;
}

.about {
    margin-bottom: 5%;
}

.shop-page .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 14%;
    z-index: 1000;
    padding-bottom: 10px;
}

.shop-sidebar .card {
    border: none;
}

.shop-sidebar .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
}

.shop-sidebar .btn-block {
    background-color: transparent;
    border: none;
    color: #000;
    padding-left: 0;
    box-shadow: none;
}

.shop-sidebar .card li {
    padding-left: 15px;
    vertical-align: middle;
    line-height: normal;
}

.sub-cat {
    padding-top: 15px;
    padding-bottom: 0!important;
}

.btn-block:not(.collapsed) {
    color:#38443F;
}

/* Form styles */
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #38443F;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#delivery-options {
    line-height: 1;
    padding: 2px;
}

.form-control:focus {
    border: 1px solid #323234;
    box-shadow: none;
}

textarea.form-control {
    height: 150px;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    background: url('https://files.crtgroupstorage.com/sulenetaylor/angle-down-light.png') no-repeat right 0.70rem center/12px 7px;
    color: #38443F;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #C9C9C9;
    outline: 0;
    box-shadow:none;
}

.form-inline .custom-select, .form-inline .input-group {
    width: auto;
    padding: 0 1.75rem 0 0.75rem;
}

.checkout-page .form-check {
    position: relative;
    display: block;
    padding-left: 24px;
}
.clause {
    font-size: 16px;
}
.checkout-page .custom-control-label::before {
    border-radius: 4px;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #38443F;
    background-color: #38443F;
}

.filter-select {
    background-color: #F9F9F9!important;
    color: #38443F;
    border: 0;
    background: none;
    padding: 10px;
    appearance: none;
}

table img {
    max-width: 80px;
}

.table-actions {
    text-align: right;
}

.table-actions span {
    font-size: 25px;
    vertical-align: middle;
}

.table-action {
    color: #38443F;
    margin: 0 0 0 15px;
    font-size: 20px;
    vertical-align: middle;
}

.table-action i {
    font-weight: 400;
}

.update-billing-details .card {
    background-color: #F9F9F9;
}

.media i {
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
}

/* QTY */
.qty-up {
    position: absolute;
    top:-2px;
    left: auto;
    color: #000000;
    bottom: 0;
    vertical-align: middle;
    right: 5px;
}

.qty-up i, .qty-down i {
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
}

.qty-down {
    position: absolute;
    top: -2px;
    left: 7px;
    color: #000000;
    bottom: 0;
    vertical-align: middle;
    right: auto;
}
.qty-final {
    border: 1px solid #C9C9C9;
    border-radius: 26px;
    padding: 6px 5px;
    background-color: #fff;
    min-height: 10px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    width: auto;
    max-width: 115px;
    min-width: 115px;
}

/* Breadcrumbs */
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

/* Pagination */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}

.page-link {
    color: #000;
    border: none;
}
.page-link:hover {
    z-index: 2;
    color: #38443F;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.pagination i {
    color: #141A25;
    font-size: 20px;
    padding-top: 9px;
    padding-right: 15px;
    padding-left: 15px;
}

.blog-page img {
    margin: 10px 0 30px 0;
}

/* Range slider */
.min-filter {
    font-size: 15px;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #e1e1e1;
    border-radius: 25px;
    border: 0px solid #000101;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background: #38443F;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #e1e1e1;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #e1e1e1;
    border-radius: 25px;
    border: 0px solid #000101;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background: #DEB5A2;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #e1e1e1;
    border: 0px solid #000101;
    border-radius: 3px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #e1e1e1;
    border: 0px solid #000101;
    border-radius: 3px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background: #e1e1e1;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #e1e1e1;
}

input[type=range]:focus::-ms-fill-upper {
    background: #e1e1e1;
}


/* Cart */
.info-banner {
    background-color: #ececec;
    padding: 20px;
    margin-bottom: 40px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
    font-weight: 100;
    padding: 0.75rem 0;
}

.table tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
    padding: 0.75rem 0;
}

.remove-item-from-cart i {
    font-size: 20px;
}

/* footer */
.footer-blk {
    background-color:#38443F;
    padding:5% 0;
}
.footer-blk h5, .footer-blk .logo a{
    color:#FFFFFF;
    /* font-weight:600; */
    font-weight:400;
}
.footer-blk .list-unstyled li{
    color:#fff;
    line-height: 33px;
}
.footer-blk .list-unstyled a:hover{
    color:#FFFFFF;
}
.footer-blk dl, .footer-blk dt, .footer-blk a, .footer-blk p {
    color:#ffffff;
    font-weight:400;
}
.footer-blk dl:hover, .footer-blk dt:hover, .footer-blk a:hover {
    color:#FFFFFF;
}

.footer-blk img {
    width: 30%;
    height: auto;
}

.footer img {
    width: 60%;
    height: auto;
    float: right;
}

.pac-container {
    z-index:99999999999;
}

.success {
    padding: 20vh 0;
}