:root {
    color: #232323;
    color: #00000029;
    color: #B4723D;
    color: #070644;
    color: #25D366;
    color: #D8BC6D;
    color: #D4D4D4;
    color: #F1F1F1;
    color: #C2C2C2;
    color: #F3F3F3;
    color: #EFEFEF;
    color: #E8E8E8;
}

body {
    margin: 0;
	padding: 0;
    color: #0D2237;
    font-weight: 400;
    font-style: normal;
    font-family: 'Rubik', sans-serif;
}

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

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 400;
    font-family: 'Lora', serif;
}

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

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

p, li, a, dd {
	font-size: 15px;
    font-weight: 300;
}

b, strong, dt {
    font-weight: 600;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}

a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.d-text {
    color: #070644!important;
    font-weight: 400;
}

.l-blu-txt {
    color: #27BCEB;
}

.h-60 {
    height: 60%!important;
}

.gold-txt {
    color: #D8BC6D!important;
}

.fz-33 {
    font-size: 33px;
}

.fz-25 {
    font-size: 25px;
}

.w-lg-20 {
    width: 20%;
}

.border-dark {
    border: 1px solid #707070!important;
    /* display: flex;
    flex-direction: column; */
}

.borderb-d-dark {
    border-bottom: 1px solid #070644!important;
}

.light-border {
    border-top: 1px solid #C2C2C2!important;
}

.bg-light {
    background-color: #EFEFEF;
}

.bg-gold {
    background-color: #FCF6E7;
}

.bg-gold i {
    color: #D8BC6D;
    font-size: 20px;
    margin-left: -34px;
    margin-right: 10px;
}
.bg-gold li {
    margin-left: 34px;
    margin-bottom: 20px;
}

.list-group-item {
    padding: 0;
}

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch; 
}

.stretch-card > .border-dark {
    width: 100%;
    min-width: 100%; 
}

.modal {
    background: hsl(240.97deg 83.78% 14.51% / 35%);
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #070644;
    color: #fff;
}

.modal-body {
    padding: 0;
}

.modal .card-body {
    padding: 1rem 2rem;
}

.modal .card-header {
    padding: 1rem 2rem;
    margin-bottom: 0;
    background-color: #EFEFEF;
    border-bottom: 0;
    font-weight: 700;
}

.close {
    float: right;
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.close:hover {
    color: #fff;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #fff;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid #707070;
}

.card {
    border-radius: 0;
    border: 0;
}

.mobi-header-icons {
    display: none;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 10px 40px;
    vertical-align: middle;
    font-size: 15px;
    background-color: transparent;
    border-radius: 0;
    line-height: 20px;
    font-weight: 400;
    color: #D8BC6D;
    border: 1px solid #D8BC6D;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff!important;
    border: 1px solid #D8BC6D;
    box-shadow: none!important;
    background-color: #D8BC6D;
}

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

.btn-primary.wht {
    padding: 10px 40px;
    vertical-align: middle;
    font-size: 15px;
    background-color: transparent;
    border-radius: 0;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-primary.wht:not(:disabled):not(.disabled).active, .btn-primary.wht:not(:disabled):not(.disabled):active {
    color: #070644!important;
    border: 2px solid #FFFFFF;
    box-shadow: none!important;
    background-color: #FFFFFF;
}

.btn-primary.wht.focus, .btn-primary.wht:focus, .btn-primary.wht:hover {
    color: #070644!important;
    background-color: #FFFFFF!important;
    border-color: #FFFFFF;
    box-shadow: none;
}

.btn-primary.blk {
    padding: 10px 40px;
    vertical-align: middle;
    font-size: 15px;
    background-color: transparent;
    border-radius: 0;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    border: 1px solid #000000;
}

.btn-primary.blk:not(:disabled):not(.disabled).active, .btn-primary.blk:not(:disabled):not(.disabled):active {
    color: #fff!important;
    border: 2px solid #000000;
    box-shadow: none!important;
    background-color: #000000;
}

.btn-primary.blk.focus, .btn-primary.blk:focus, .btn-primary.blk:hover {
    color: #fff!important;
    background-color: #000000!important;
    border-color: #000000;
    box-shadow: none;
}

.btn-primary.blue-inv {
    padding: 15px 40px;
    vertical-align: middle;
    font-size: 15px;
    background-color: transparent;
    border-radius: 0;
    line-height: 20px;
    font-weight: 400;
    color: #070644;
    border: 1px solid #070644;
    font-family: 'Lora', serif;
}

.btn-primary.blue-inv:not(:disabled):not(.disabled).active, .btn-primary.blue-inv:not(:disabled):not(.disabled):active {
    color: #fff!important;
    border: 2px solid #070644;
    box-shadow: none!important;
    background-color: #070644;
}

.btn-primary.blue-inv.focus, .btn-primary.blue-inv:focus, .btn-primary.blue-inv:hover {
    color: #fff!important;
    background-color: #070644!important;
    border-color: #070644;
    box-shadow: none;
}
/* ============================================ */

/* Dropdown styles */
.dropdown {
    position: relative;
    padding: 0;
    margin-right: 0;
    display: inline-block;
    border: none;
    line-height: 20px;
    vertical-align: middle;
}

.dropdown summary {
    list-style: none;
    list-style-type: none;
}

.dropdown > summary::-webkit-details-marker {
    display: none;
}

.dropdown summary:focus, .dropdown summary:hover {
    outline: none;
    color: #fff;
}

.dropdown .dropdown-content {
    position: absolute;
    margin: 16px 0;
    padding: 0;
    min-width: 310px;
    width: auto;
    left: 0;
    margin-left: 0;
    box-sizing: border-box;
    z-index: 9999;
    background: #fff;
    border-radius: 0;
    list-style: none;
    text-align: left;
    box-shadow: 0px 0px 4px rgba(0 0 0 / 23%);
}

.dropdown dl dt {
    line-height: 35px;
    vertical-align: middle;
}
  
.dropdown dl dd {
    padding: 5px 15px;
    margin: 0;
    display: block;
    line-height: 25px;
    vertical-align: middle;
}

.dropdown dd a {
    font-weight: 300;
}

.dropdown dd a:link, .dropdown dd a:visited {
    display: contents;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
}

.dropdown dd a:hover {
    background-color: #fff;
    color: #000;
}

/* Close the dropdown with outside clicks */
.dropdown > summary::before {
    display: none;
}

.dropdown[open] > summary::before {
    content: ' ';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

header {
    background-color: #fff;
}

.header {
    padding: 10px 0;
}
.nav-link {
    display: block;
    padding: 0 0 0 20px;
}

.nav-item {
    color: #000!important;
    font-weight: 400;
}

.header-icons .nav-item i {
    font-size: 20px;
    margin-left: 10px;
}

.nav-link.active .nav-item, .nav-link .nav-item:hover {
    color: #D8BC6D;
    font-weight: 400;
}

.dropdown-menu {
    position: absolute;
    top: 360%;
    left: 20px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    width: 210px;
    opacity: 0.96;
    border-top: 5px solid #D8BC6D;
}

.dropdown-menu .nav-link {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.navbar-collapse .dropdown-toggle::after {
    display: none;
}

.header-icons p, .header-icons a {
    margin: 5px 0;
    color: #070644;
    font-weight: 500;
    display: block;
}

.header-icons i {
    vertical-align: middle;
    line-height: 20px;
    font-size: 18px;
    color: #070644;
    width: 30px;
    text-align: center;
}

.topbar {
    background-color: #070644;
    padding: 10px 0;
    position: relative;
}

.topbar a, .topbar p {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 20px;
    vertical-align: sub;
}

.topbar span {
    text-align: center;
    padding: 0 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    vertical-align: sub;
}

/* Home page */
.dark-bg {
    background-color: rgba(255 255 255 / 80%);
    /* padding: 6% 0; */
}

#background-video {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    background-image: url('/images/home/header-placeholder.jpg');
    background-position: center;
    background-size: cover;
}

.home-page-header {
    overflow: hidden;
    padding: 6% 0;
    position: relative;
    background-image: url('/images/home/patterngold.png');
    background-position: left 15% top 100%;
    background-size: 15%;
    background-repeat: no-repeat;
}

.home-page-header-wrapper {
    background-image: url('/images/home/patternkrugerrand.png');
    background-position: right 15% top 40%;
    background-size: 15%;
    background-repeat: no-repeat;
}

.home-header h1, .home-header p {
    color: #070644;
    font-weight: 400;
}

.home-header .card-body {
    background-color: #070644;
}

.home-header .card-body h3 {
    color: #D8BC6D;
    font-weight: 400;
}

.home-intro {
    padding: 5% 0;
}

.home-intro h2 {
    color: #D8BC6D;
    font-size: 40px;
}

.home-intro .card {
    margin-bottom: 20px;
    border: 2px solid #070644;
    border-radius: 0;
}

.home-intro .card-body i {
    width: 45px;
    text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 30px;
}

.home-intro .card-body h5, .home-intro .card-body a {
    font-size: 30px;
    color: #070644;
    margin-bottom: 0;
    line-height: 30px;
    vertical-align: middle;
}

.home-intro .card-body .whatsapp i {
    font-size: 35px;
}

.section1 {
    background-image: url('/images/home/patternkrugerrand.png');
    background-position: right 30% top 64%;
    background-size: 15%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.section2 {
    background-image: url('/images/home/patterngold.png');
    background-position: left 31% top 58%;
    background-size: 15%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.section3 {
    background-image: url('/images/home/patterndiamond.png');
    background-position: right 30% top 64%;
    background-size: 15%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.home-sections .card {
    border-radius: 0;
    background-color: #070644;
    color: #fff;
    padding: 40px;
}

.home-sections .card-body p {
    font-weight: 400;
}

.home-sections .card h4 {
    position: relative;
}

.home-sections .card h4:after {
    content: '';
    border-bottom: 1px solid #fff;
    width: 18%;
    top: 100%;
    left: 0;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.knowledge-hub {
    background-color: #D4D4D4;
    /* background: transparent linear-gradient(180deg, #D4D4D4 0%, #F1F1F1 100%) 0% 0% no-repeat padding-box; */
    padding: 5% 0;
}

.knowledge-hub .card-body {
    background-color: #070644;
    padding: 25px;
}

.knowledge-hub .card-body h3 {
    color: #D8BC6D;
    font-weight: 400;
}

.knowledge-hub .card-body p {
    color: #fff;
    font-weight: 300;
}

.associated-partners, .team {
    padding: 3% 0;
}

/* About */
.krugerrands-header {
    background-color: #070644;
    padding: 4% 0;
    background-image: url('/images/about/headerpattern.png');
    background-position: center left 31%;
    background-size: contain;
    background-repeat: no-repeat;
}

.krugerrands-header h1, .gold-header h1, .about-header h1, .blog-header h1, .contact-header h1 {
    color: #fff;
}

.blog-header h2, .contact-header h2, .price {
    color: #D8BC6D;
}

.gold-header {
    background-color: #070644;
    padding: 4% 0;
    background-image: url('/images/gold-silver/headerpattern.png');
    background-position: center left 31%;
    background-size: contain;
    background-repeat: no-repeat;
}

.blog-header {
    background-color: #070644;
    padding: 10% 0;
    background-image: url('/images/blogs/headerpattern.png');
    background-position: center left 31%;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-header {
    background-color: #070644;
    padding: 4% 0;
    background-image: url('/images/about/headerpattern.png');
    background-position: center left 31%;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-header .list-group {
    background-color: transparent;
}

.about-header .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 0;
    background-color: transparent;
    border-bottom: 1px solid #D8BC6D;
    color: #D8BC6D;
}

.contact-header {
    background-color: #070644;
    padding: 8% 0;
    background-image: url('/images/contact/headerpattern.png');
    background-position: center left 31%;
    background-size: contain;
    background-repeat: no-repeat;
}

.why-invest {
    background-color: #070644;
    padding: 4% 0;
    color: #fff;
}

.why-invest h2, .why-invest h3, .team h2 {
    color: #D8BC6D;
}

.why-invest i {
    color: #D8BC6D;
    font-size: 30px;
    vertical-align: middle;
    line-height: 35px; 
    margin-right: 20px;
}

.why-invest .media {
    margin-bottom: 30px;
}

.mission-vision h3 {
    margin-bottom: 20px;
}

.mission-vision li {
    margin-left: 37px;
    margin-bottom: 15px;
}

.mission-vision i {
    color: #000000;
    font-size: 20px;
    vertical-align: middle;
    line-height: 30px;
    margin-right: 10px;
    margin-left: -35px;
}

.mission-vision ul {
    margin-bottom: 6px;
    width: 69%;
    word-break: break-word;
    text-wrap: wrap;
}

.why-invest .card {
    padding: 15px;
}

.why-invest .card-body {
    padding: 0;
    text-align: center;
    margin-top: 40px;
}

.why-invest .card-body h5 {
    color: #000000;
}

.krugerrands-absolute {
   margin-bottom: -20%;
   margin-top: 5%;
}

.krugerrands-absolute img {
    width: 100%;
    height: auto;
}

.mobi-krugerrands, .mobi-gold-silver {
    display: none;
}

.our-process {
    background-image: url('/images/diamonds/longpattern.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15% 0 5% 0;
}

.our-process h2 {
    color: #D8BC6D;
    margin-bottom: 30px;
}

.shop-button a {
    padding: 20px 50px;
    vertical-align: middle;
    font-size: 30px;
    background-color: transparent;
    border-radius: 0;
    line-height: 20px;
    font-weight: 400;
    color: #070644!important;
    border: 2px solid #070644;
    font-family: 'Lora', serif;
}

.faqs h3 {
    display: inline-block;
}

.faqs .card, .faqs .accordion>.card:not(:last-of-type) {
    border: 1px solid #000;
    padding: 20px;
}

.faqs .card-header span {
    float: right;
    font-size: 30px;
    cursor: pointer;
}

.faqs .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
    vertical-align: middle;
    line-height: 20px;
}

.faqs .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

.faqs .card-header a[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}

.faqs .card-header a[aria-expanded="true"] .btn-link-text {
    display:none;
}

.faqs .card-header a[aria-expanded="false"] i {
    transform: rotate(0deg);
    transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
}

.faqs .card-header a[aria-expanded="false"] .btn-link-text {
    display:initial;
}

.faqs .accordion-heading {
    margin-bottom: 0;
}

.mission-vision {
    background-color: #070644;
    padding: 4% 0;
}

.mission-vision .media {
    background-color: #D8BC6D;
    margin-right: -33.9%;
}

.our-pledge i {
    color: #D8BC6D;
    font-size: 30px;
    vertical-align: middle;
    line-height: 25px; 
    margin: 0 20px;
}

.our-pledge {
    padding: 4% 0;
}

.our-pledge h2 {
    color: #D8BC6D;
}

.our-pledge dt, .our-pledge dd {
    font-size: 16px;
    padding: 0;
    border: 0;
    line-height:30px; 
    vertical-align: middle;
}

/* Shop page */
.shop-page {
    padding: 5% 0;
}

.shop-categories a {
    color: #000;
    font-weight: 400;
}

.products .col {
    margin-bottom: 30px;
}

.products .card {
    border: 1px solid #ECEFF2;
    text-align: center;
}

.products .card img {
    width: 80%;
}

.products .card h4 {
    color: #000!important;
    font-size: 18px;
    margin-bottom: 15px;
}

.products .card a {
    color: #000000;
}

.products .card p {
    margin-bottom: 0;
}

.price {
    color: #D8BC6D;
    font-size: 18px;
    font-weight: 300;
}

.down i {
    color: #D32525;
    line-height: 25px;
    vertical-align: middle;
}

.up i {
    color: #25D366;
    line-height: 25px;
    vertical-align: middle;
}
.products .card-footer {
    padding: 0;
    background-color: transparent;
    border-top: 0;
}

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

/* Styles for the price input container */
.price-input-container {
    width: 100%;
}

.price-input .price-field {
    display: flex;
    margin-bottom: 22px;
}

.price-field span {
    margin-right: 10px;
    margin-top: 6px;
    font-size: 17px;
}

.price-field input {
    flex: 1;
    height: 35px;
    font-size: 15px;
    border-radius: 9px;
    text-align: center;
    border: 0px;
    background: #e4e4e4;
}

.price-input {
    width: 100%;
    font-size: 19px;
    color: #555;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider {
    width: 100%;
}

.slider {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.slider .price-slider {
    height: 100%;
    left: auto;
    right: auto;
    position: absolute;
    border-radius: 5px;
    background: #D8BC6D;
    width: auto;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #D8BC6D;
    pointer-events: auto;
    -webkit-appearance: none;
}

/* Product page */
.individual-product-page {
    padding-top: 3%;
}

/* Qty */
.qty {
    height: auto;
    display: block;
}
.qty-up {
    position: absolute;
    top: 30px;
    left: auto;
    right: 10px;
    bottom: 0;
    color: #151519;
    vertical-align: middle;
}

.qty-up i {
    vertical-align: middle;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #151519;
}

.qty-down {
    position: absolute;
    top: 30px;
    left: 10px;
    color: #151519;
    bottom: 0;
    vertical-align: middle;
    right: auto;
    z-index: 999;
}

.qty-down i {
    vertical-align: middle;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #151519;
}

.qty-final {
    border: 1px solid #EFEFEF;
    font-size: 20px;
    border-radius: 0;
    padding: 4px 5px;
    background-color: #fff;
    min-height: 30px;
    width: 150px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    position: relative;
}

/* New carousel with thumbnail gallery */
.image-thumbnail-carousel {
    padding: 1rem;
    width: auto;
    display: flex;
    flex-flow: column;
    gap: 1rem;
    position: relative;
}

.image-display {
    border-radius: var(--border-xl);
    overflow: hidden;
    min-height: 30vmin;
    /* aspect-ratio: 16 / 9;
    box-shadow: 0 0.375em 0.67em #0003, 0 0.5em 1.3em #0002; */
}

.screen {
    block-size: 100%;
    display: flex;
    position: relative;
    user-select: none;
}

.thumbnail-carousel {
    display: flex;
    gap: var(--gap);
    block-size: 100%;
    overflow: hidden;
    position: relative;
    width: 110%;
    padding-left: 30px;
    padding-right: 40px;
}
.image-thumbnail-carousel .carousel {
    position: relative;
    padding-left: 30px;
}

.carousel__btn.prev {
    left: -3px;
}

.carousel__btn {
    flex: 1 0 max(2.75rem, 5.834%);
    background: #0000;
    border: 1px solid #0000;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    top: 45%;
}

.next {
    right: -30px;
}

.arrow-icon {
    margin-inline: auto;
    outline: none;
    border: 0;
    scale: 1.1;
    display: inline grid;
    width: max(70%, 1.3rem);
    height: max(70%, 1.3rem);
    fill: var(--fill-primary);
}

.carousel__btn:hover .arrow-icon {
    fill: var(--fill-active);
}

.carousel__btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.carousel__slider {
    user-select: none;
    flex-grow: 999;
    list-style: none;
    display: inline-flex;
    gap: 11px;
    padding: 0.5rem;
    width: 100%;
    padding-right: 30px;
}

.carousel__slider::-webkit-scrollbar {
    display: none;
}

.carousel__slide {
    cursor: pointer;
    border-radius: var(--border-m);
    overflow: hidden;
    width: 120px;
    border: 1px solid transparent;
    padding: 5px;
}

.carousel__slide.active {
    border: 1px solid #aaa;
    padding: 5px;
}

.thumbnail {
    width: min-content;
    min-width: 90px;
}

/* End of Carousel with thumbnails */
.product-page {
    height: auto;
}
.product-page .carousel-item {
    padding: 20px;
}
.product-desc .nav-tabs {
    border-bottom: 0;
}
.product-desc .nav-tabs .nav-item.show .nav-link, .product-desc .nav-tabs .nav-link.active {
    z-index: 2;
    color: #070644 !important;
    background-color: transparent !important;
    border-color: #B4723D !important;
    border: 0;
    border-bottom: 1px solid #B4723D;
    min-width: 80px;
    width: auto;
    margin-right: 20px;
    border-radius: 0 !important;
    padding: 0;
}

.product-desc .nav-link {
    color: #070644;
    background-color: transparent;
    border-color: transparent;
    border: 0;
    min-width: 80px;
    width: auto;
    margin-right: 20px;
    border-radius: 0!important;
    padding: 0;
}

.product-desc .list-group-item-action:focus, .product-desc .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: transparent;
    color: #070644;
}

.product-desc .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-left: 0;
    padding: 10px 0;
    border-bottom: 0;
    color: #D8BC6D;
    width: 50%;
}

.product-desc .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 0;
    padding: 10px 15px;
    border-bottom: 0;
    font-weight: 400;
    width: 50%;
    color: #070644;
}

/* Blogs */
.blogs {
    padding: 4% 0;
}

.blogs .card {
    border-radius: 0;
    background-color: #070644;
    color: #fff;
    border: 0;
    margin-bottom: 40px;
}

.blogs .card-body h3 {
    color: #D8BC6D;
    font-weight: 400;
}

.blog-page {
    padding: 5% 0;
}

/* Contact page */
.contact {
    padding: 5% 0;
}

.contact h2 {
    color: #D8BC6D;
    font-weight: 400;
    margin-bottom: 4%;
}

.contact .card a {
    color: #0D2237;
}
.light-block {
    background-color: #F3F3F3;
    padding: 5%;
}

.light-block a {
    color: #0D2237;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CBCBCB;
    border-radius: 0;
}

select.form-control {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url('/images/angle-down-light.png') 96% / 15px 8px no-repeat;
    background-color: #fff;
}
.form-control:focus {
    color: #323234;
    background-color: #fff;
    border-color: #323234;
    outline: 0;
    box-shadow: none;
}

label {
    color: #000000;
}

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

#email2, #email3 {
    display: none;
}

#map1, #map2, #map3, #map4, #map5, #map6, #map7 {
    width: 100%;
    height: 250px;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
}

.gm-style .gm-style-iw p>a {
    color: #0D2237;
}

.gm-style img {
    max-width: 80%;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #27BCEB;
    color: #fff;
    font-size: 1em;
}

/*Placeholder text*/
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
    vertical-align: middle;
    line-height: 20px;
    font-weight: 400;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 400;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 400;
}

/* Cart */
.cart-header {
    background-color: #070644;
    padding: 5% 0;
}

.cart-header h1 {
    color: #fff;
}

.cart-table img {
    width: 20%;
    height: auto;
}

.cart-table .qty-up {
    position: absolute;
    top: 7px;
    left: auto;
    right: 55px;
    bottom: 0;
    color: #151519;
    vertical-align: middle;
}

.cart-table .qty-down {
    position: absolute;
    top: 7px;
    left: 10px;
    color: #151519;
    bottom: 0;
    vertical-align: middle;
    right: auto;
    z-index: 999;
}

.remove-item {
    position: absolute;
    right: 0;
}

.mobi-delete {
    display: none;
}

/* Checkout */
.checkout-page .btn-primary {
    width: 100%;
}
.order-details .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: transparent;
    border: 0;
}

.order-details .card-footer {
    background-color: #070644;
    border: 0;
    color: #fff;
}

.order-details p, .order-details a {
    font-weight: 400;
    color: #070644;
}

.order-details .card-footer p {
    margin-bottom: 0;
    color: #fff;
}

.form-check {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 17px;
}

.form-check label {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    padding: 0em;
    line-height: 20px;
    vertical-align: middle;
    color: #070644;
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    content: "";
    border: 1px solid #DCDCDC;
	background-color: #fff;
    border-radius: 0;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    padding-left: 0em;
    padding-bottom: 0em;
    margin-right: 0.4em;
    vertical-align: middle;
    color: transparent;
    transition: 0.2s;
    text-align: center;
    font-size: 17px;
    /* line-height: 150px; */
}

input[type="checkbox"] + label:active:before, input[type="radio"] + label:active:before {
    transform: scale(0);
}

input[type="checkbox"]:checked + label:before, .select-row-mark input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before, .select-row-mark input[type="radio"]:checked + label:before {
    background-color: #D8BC6D!important;
    border-color: #D8BC6D!important;
    color: #fff;
}

input[type="checkbox"]:disabled + label:before, input[type="radio"]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type="checkbox"]:checked:disabled + label:before, input[type="radio"]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #D8BC6D;
    border-color: #D8BC6D;
}

/* Login */
.login, .create-account, .dashboard {
    padding: 5% 0;
}

/* verification */
.otp-fake-input {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.verify-btn {
    width: 150px;
}

.resend-btn {
    color: #000000;
    font-style: italic;
}

.otp-fake-input.otpdesigner__focus__ {
    border: 1px solid #000!important;
}

/* Tables */
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
}

.table-action {
    color: #38443F;
    font-size: 20px;
    margin: 0 5px;
}

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

.dashboard .media p {
    color: #070644;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #070644;
    background-color: transparent;
    border: 0;
    font-size: 17px;
    font-family: 'Lora', serif;
}

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

.page-item.active .page-link {
    z-index: 3;
    color: #070644;
    background-color: transparent;
    border-color: transparent;
    font-weight: 600;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    width: 100%;
    align-items: center;
    background-color: #F9F9F9;
    padding: 0 10px;
}

.form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    width: 100px;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 100px;
    background-color: transparent;
    border: 0;
    font-family: 'Rubik', sans-serif;
}

.form-inline .form-control:focus {
    color: #000000;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

/* charts */
.charts {
    padding: 5% 0;
}

.nav-tabs {
    border-bottom: 0;
}

.charts .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #070644;
    background-color: transparent;
    border-color: transparent;
    font-size: 30px;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 20px;
    font-family: 'Lora', serif;
}

.charts .nav-tabs .nav-item.show .nav-link, .charts .nav-tabs .nav-link.active {
    color: #D8BC6D;
    border-bottom: 1px solid #D8BC6D;
}

canvas {
    display: block;
    width: 1110px!important;
    height: 500px!important;
}

/* Footer */
footer {
    background-color: #EFEFEF;
}

.footer {
    padding: 5% 0;
}

.footer img {
    width: 100%;
    height: auto;
}
.footer h3 {
    color: #070644;
}

.footer li, .footer a, .footer p, .footer-lower a, .footer-lower p {
    color: #232323;
}

.footer a {
    line-height: 33px;
}

.footer i {
    font-size: 25px;
    margin-right: 20px;
}

.whatsapp i {
    color: #25D366!important;
}

.footer-lower {
    padding-bottom: 30px;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #070644;
    color: #fff;
    font-size: 1em;
}

.swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: none;
    font-weight: 500;
}

.ii a[href] {
    color: #000;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}

.error-page {
    padding: 20vh 0;
}