/* Colors */
:root {
    color: #FFFFFF;
    color: #F7F7F7;
    color: #F3F3F3;
    color: #D3B960;
    color: #000000;
    color: #D6D6D6;
    color: #161616;
    color: #EFEFEF;
}
/* The following can always be included but the styles like colors can be changed */
body {
    margin: 0;
	padding: 0;
    color: #221F1F;
    font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
}

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

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 600;
}

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

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

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

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

p, li, a {
	font-size: 15px;
    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;
}

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

.btn-primary {
    padding: 15px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    min-width: 150px;
}
.btn-primary.btn-sm {
    padding: .25rem 0.5rem!important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-primary.btn-sm a {
    color:#FFFFFF!important;
}
.btn-primary.btn-sm a:hover {
    color:#D3B960!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color:#D3B960;
    border-color: #D3B960;
}
.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;
}
.answer {
    display: none;
    }
.bronze {
    background-color: #D3B960;
    color: #fff;
    font-weight:400;
    text-transform: none;
    border:1px solid #D3B960;
}
.bronze:hover {
    background-color: #fff;
    color: #D3B960;
    font-weight: 400;
    text-transform: none;
    border: 1px solid #fff;
}
.wish-list {
    background-color: #fff;
    color: #D3B960;
    font-weight: 400;
    text-transform: none;
    border: 1px solid #D3B960 ;
}
.wish-list:hover {
    background-color: #D3B960;
    color: #fff;
    font-weight:400;
    text-transform: none;
    border:1px solid #D3B960;
}
.zoom-product {
    overflow: hidden;
    background-color: transparent!important;
    border-radius: 0;
    transition-timing-function: ease-in-out;
    transition: 0.8s;
}
.zoom-product:hover img{
    transform: scale(1.3);
    width: 100%;
    height: 100%;
    transition-timing-function: ease-in-out;
    transition: 0.8s;
    cursor:pointer;
    overflow:hidden;
}
.zoom {
    overflow: hidden;
    background-color: transparent!important;
    border-radius: 0;
    transition-timing-function: ease-in-out;
    transition: 0.8s;
}
.zoom:hover img{
    transform: scale(1.1);
    width: 100%;
    height: 100%;
    transition-timing-function: ease-in-out;
    transition: 0.8s;
    cursor:pointer;
    overflow:hidden;
}

.our-products .bronze:hover, .contact .bronze:hover {
    background-color: #fff;
    color: #D3B960;
    border:1px solid #D3B960;
}
/* .btn-primary.bronze:not(:disabled):not(.disabled).active, .btn-primary.bronze:not(:disabled):not(.disabled):active {
    color: #fff!important;
    border: initial;
    box-shadow: none!important;
    background-color: #D3B960;
} */
.btn-primary.bronze.focus, .btn-primary.bronze:focus {
    color: #fff;
    background-color: #D3B960;
    border-color:#D3B960;
    box-shadow: none;
}
.black {
    color:#fff;
    background-color:#000000;
    border:1px solid #000000;
    font-weight:400;
    text-transform: none;
}
.black:hover {
    color:#000000;
    background-color: #fff;
    border:1px solid #000000;
}
.btn-primary.black:not(:disabled):not(.disabled).active, .btn-primary.black:not(:disabled):not(.disabled):active {
    color: #fff!important;
    border: initial;
    box-shadow: none!important;
    background-color: #000000;
}
.btn-primary.black.focus, .btn-primary.black:focus {
    color: #fff;
    background-color: #000000;
    border-color: none;
    box-shadow:none;
}
/* ============================================ */
/* This is an example of styling the header menu but it depends on the design of the page */
.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: #D3B960;
    border-bottom:4px solid #D3B960;
    padding-bottom: 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #D3B960;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #221F1F;
    
}
.header .nav-item {
    color: #221F1F;
    font-weight: 400;
    list-style: none;
    padding-right: 45px;
}
.header .navbar-nav .nav-item .nav-link {
    padding-bottom: 15px;
    border-bottom:transparent;
}
.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:15px 0;
    background-color:#D3B960;
}
.small-header a {
    color:#000000;
}
.small-header .nav-item:hover, .small-header a:hover {
    color:#fff;
}
.navbar-collapse .dropdown-toggle::after {
    display: none;
}
.nav-item i {
    margin-right: 20px;
    font-size: 25px;
}
.header .nav-item i:hover {
    color:#D3B960;
}
.navbar-light .navba#D3B960{
    color:#221F1F;
}
/* ============================================ */
/* This is an example of styling the page header but it depends on the design of the page */
.home-header {
    background-image: url('/images/header-bg.jpg');
    background-position: center;
    background-size: cover;
    padding: 16% 0;
}
.free-delivery, .bg-black {
    background-color:#000000;
    padding-top:30px;
    padding-bottom:30px;
}
.free-delivery p {
    font-size:30px;
    color:#D3B960;
    font-weight:600;
}
.free-delivery i {
    padding-right:30px;
    font-size:40px;
}
.logo a, .mobi-logo a {
    color:#D3B960;
    font-size:30px;
    font-weight:600;
}
.our-products, .featured-categories, .social-section {
    padding-top:5%;
    padding-bottom:5%;
}
.contact {
    padding-top:5%;
}
.our-products h2, .why-choose-us h2, .contact h2, .featured-categories h2, .social-section h2{
    color:#D3B960;
    padding-bottom:30px;
}
.our-products span, .why-choose-us span, .contact span, .featured-categories span, .social-section span {
    padding-bottom: 10px;
    border-bottom:1px solid #000000;
}
/* .bronze-hover:hover {
    background-color: #ffff;
    color: #D3B960!important;
    text-decoration: none;
    border: 1px solid #D3B960;
} */
.bronze-hover {
    display: block;
    padding-bottom: 20px;
}
.social-section .container {
    position:relative;
}
.social-section .container::after {
    content:''; /* 2. Create the pseudo-element */
    position: absolute; top:auto; bottom:-45%; left:50%;  /* 3. Position the pseudo-element */
    z-index:-1; /* 4. Stack the element behind the <body> contents */
    width:1px; background:#EBEBEB; /* 5. Style the pseudo-element */
    height:1000px;
}

.btn-secondary {
    color: #000000;
    background-color: #fff;
    text-align:left;
    border: 1px solid rgba(0,0,0,.15)
}
.btn-secondary:hover, .btn-secondary.active {
    color: #000000;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15)
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000000;
    background-color: #fff;
    border-color: rgba(0,0,0,.15)
}
.dropdown-item {
    color:#000000!important;
}
.dropdown-toggle::after {
   display:none;
}
.dropdown-toggle i {
    padding-right: 44px;
    font-size: 26px;
    color: #000000;
    font-weight: 100;
    position: absolute;
    bottom: 8px;
    left: 88%;
    font-weight: 300;
}
.featured-categories .card {
    border:none;
}
.featured-categories .category-align-sm p {
    padding-top: 15px;
    text-align: center;
}
.featured-categories .category-align-sm p:hover {
   color:#D3B960;
}
.category-align-sm p {
    color:#161616;
}
.category-align-sm h5 {
    color:#D3B960;
    font-weight:600;
    padding-top:20px;
}
.why-choose-us {
    background: -webkit-linear-gradient(-45deg, #EFEFEF 50%, #eee 50%);
    background: linear-gradient(-156deg,  #D6D6D6 50%, #eee 50%);
    padding: 10% 0;
}
.why-choose-us .black:hover {
    color: #000000;
    background-color: #eee;
    border: 1px solid #000000;
}
#map {
    height: 400px;
    width: 100%;
}
.list-unstyled a, .list-unstyled li p{
    color:#000000;
    font-weight:600;
}
.list-unstyled li {
    padding-bottom:15px;
}
textarea.form-control {
    padding-bottom: 17%;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #495057;
    outline: 0;
    box-shadow:none;
}
.form-group a {
    color:#D3B960;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #D3B960;
    background-color: #D3B960;
}
.testimonials {
    background-color: #D3B960;
    background-position: center;
    background-size: cover;
    padding: 5% 0;
}
.testimonials h2 {
    color:#000000;
}
.testimonials i {
    font-size:20px;
}
.carousel-control-next, .carousel-control-prev {
    top: 116%;
    width: 96%;
    color: #000000;
}
.carousel i {
    font-weight:500;
}
.footer.bg-white {
    padding:1% 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* Individual-product */
.individual-product-page {
    padding:5% 0;
}
.individual-product-page .dropdown-toggle i {
    padding-right: 44px;
    font-size: 26px;
    color: #000000;
    font-weight: 100;
    position: absolute;
    bottom: 8px;
    left: 91%;
    font-weight: 300;
}
.product-amt {
    color:#D3B960;
}
.stock-checker {
    font-weight:500;
}
.stock-checker i, .input-group i {
    font-size:20px;
    font-weight: 300;
    line-height: revert;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none;
}
.input-group {
    border: 1px solid #F7F7F7;
    border-radius: 24px;
}
.individual-product-page .btn-primary.bronze:hover, .checkout-page .btn-primary.bronze:hover, .cart-page .btn-primary.bronze:hover {
    background-color: #fff;
    color: #D3B960;
    font-weight: 400;
    text-transform: none;
    border: 1px solid #D3B960;
}
.individual-product-page .btn-sm.bronze:hover, .checkout-page .btn-sm.bronze:hover, .cart-page .btn-sm.bronze:hover {
    background-color: #fff;
    color: #D3B960;
    font-weight: 400;
    text-transform: none;
    border: 1px solid #D3B960;
}
.btn:disabled {
    opacity: 8;
}
/* cart */
.cart-page {
    padding:5% 0;
}
.table {
    border-bottom:2px solid #dee2e6;
}
.cart-product-image {
    width: 10%;
}
.cart-product-name {
    width:40%;
}
.cart-product-price {
    width:13%;
}
.cart-product-qty {
    width:21%;
}
.table td {
    vertical-align: middle;
   
}
.table td, .table th {
    padding: 0.75rem 0.75rem 0.75rem 0px;
    border-top: 1px solid #F5F5F5;
}
td .input-group {
    width: 56%;
}
td  i {
    float:right;
    font-weight: 300!important;
    font-size:20px;
}
.table thead th {
    font-weight: 400;
    font-size: 15px;
}
.cart-page .card-body .d-flex  {
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
}
/* checkout */
.checkout-page {
    padding:5% 0;
    
}

.checkout-page h4 {
    font-weight: 400;
}
.checkout-page .card-body .d-flex  {
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
}

.checkout-page .card {
    position: sticky;
    top: 0;
}
.scrollit {
    float: left;
    width: auto;
    position: relative;
}
/* about */
.about-page {
    background-image:url(/images/header-bg.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height:70vh;
}
.row.about-section {
    height:70vh;
}
.about-page h1 {
    color:#fff;
}
.about-info, .our-team {
    padding:5% 0;
}
.about-info h4 {
    color:#D3B960;
    font-weight:600;
    padding-bottom:20px;
}
.vision-mission {
    border: 1px solid #EBEBEB;
    padding:5% 0;
}
.vision-mission i {
   border-bottom: 3px solid #dee2e6;
   font-size: 40px;
   color:#D3B960;
   padding-right:30px;
   height:7vh;
}
.vision-mission .container {
    position:relative;
}

.vision-mission .container::after {
    content:''; /* 2. Create the pseudo-element */
    position: absolute; top:auto; bottom:-40%; left:50%;  /* 3. Position the pseudo-element */
    z-index:-1; /* 4. Stack the element behind the <body> contents */
    width:1px; background:#EBEBEB; /* 5. Style the pseudo-element */
    height:430px;
}
.vision-mission h2, .our-team h2 {
    color:#D3B960;
}
.vision-mission p {
    padding-top:50px;
}
.our-team .card img{
    border-radius:7px;
}
/* product-catalog */
.categories {
    padding-bottom:5%;
}
.product-catalog-page {
    padding:5% 0;
}
.product-catalog-page .row {
    border-bottom:1px solid  #EBEBEB;
    padding-bottom:5%;
}

.shop-sidebar .btn-block {
    background-color:transparent;
    border:none;
    color: #000000;
    padding-left:0;
}
.shop-sidebar .btn-block:hover {
    background-color:transparent;
    border:none;
    color: #D3B960;
}

.shop-sidebar .card {
    border: none;
}
.shop-sidebar .card-header {
    background-color: transparent;
    border-bottom: none;
    padding:0;
}
.shop-sidebar .card li {
    padding-left: 15px;
    vertical-align: middle;
    line-height:normal;
}
.shop-sidebar .list-unstyled a, .list-unstyled p {
    color: #000000;
    font-weight: 400;
}

.category-cards .dropdown-toggle:hover {
    color:#000000;
}
.categories i:hover {
    color:#D3B960;
}
.category-align-sm .card-body {
    padding: 10px;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    background-color: transparent;
}
.category-align-sm .bronze:hover {
    background-color: #fff;
    color: #D3B960;
    font-weight: 400;
    text-transform: none;
    border: 1px solid #D3B960;
}
/* 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: #F2F2F2;
    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: #D3B960;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

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

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: #F2F2F2;
    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: #D3B960;
    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: #F2F2F2;
    border: 0px solid #000101;
    border-radius: 3px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #F2F2F2;
    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: #D3B960;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

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

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

/* ------- */
.category-cards .dropdown-toggle i {
   position:unset;
}
.shop-sidebar .h5 {
    color:#D3B960;
    font-weight:600;
}
.btn-block:not(.collapsed) {
    color: #D3B960;
}
.sub-cat a:hover {
    color:#D3B960;
}
.sub-cat {
    padding-top:15px;
    padding-bottom:0!important;
}
.shop-sidebar .list-unstyled li {
    padding-bottom: 20px;
}
.categories .btn-secondary {
    border: none;
}
.categories .custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(/images/angle-down-light.png) no-repeat right 0.7rem center/12px 7px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color:transparent;
    outline: 0;
    box-shadow:none;
}
.card .btn-primary {
    border-radius: 3px;
}
.image-selector {
    padding-bottom:5%;
}
.image-selector img {
    padding: 15px;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #E9E9E9;
}
.image-selector .card {
    border:none;
}
.category-align-sm .card-header {
    padding: 15px;
    margin-bottom: 0;
    background-color: #fff;
}
.category-align-sm .card-body {
    padding: 10px;
    background-color: transparent;
}
.category-align-sm .card {
    background-color: transparent;
    border-radius:0;
}
.card .btn-primary {
    border-radius: 3px;
}
.h5.bronze-txt {
    color:#D3B960;
    border-top:1px solid #EBEBEB;
    padding-top:30px;
}
.page-link {
    color: #000;
    border: none;
}
.page-link:hover {
    z-index: 2;
    color: #D3B960;
    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;
}
/* delivery-addresses */
.delivery-addresses-page {
    padding:5% 5%;
}
.delivery-addresses-page a {
    background-color:transparent;
    border:none;
    padding:none;
    color:#141A25;
    text-decoration:none;
}
.delivery-addresses-page a:hover {
    color:#D3B960;
}
.delivery-addresses-page i {
    font-size: 20px;
}
.delivery-addresses-page  i {
    margin-right:10px;
    vertical-align: middle;
}
.delivery-addresses-page .btn-primary.bronze{
    color: #fff;
    background-color: #D3B960;
    border-color: #D3B960;
    margin-top:0;
}
.delivery-addresses-page .card-body {
    padding: 10px 70px;

}
#data-address.table-responisve .table th {
    text-transform:capitalize;
}
#data-address .table tbody+tbody {
    border-top: 1px solid #D3B960;
    padding-top: 10px;
    border-bottom: 1px solid #D3B960;
}
#data-address .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6!important;
}

.delivery-addresses-page .table td {
    border-top: none;
    border-bottom: 1px solid #D3B960;
}
.delivery-addresses-page .table th, .delivery-addresses-page .table td {
    vertical-align: middle;
    padding: 18px 0px;
    color: #141A25!important;

}
.delivery-addresses-page .table {
    margin-bottom:2rem;
}
.edit-address  i:hover, .delete-address i:hover {
    color:#D3B960;
}

/* order-history */
.order-history-page {
    padding: 5% 5%;

}
.order-history-page a {
    background-color:transparent;
    border:none;
    padding:none;
    color:#141A25;
    text-decoration:none;
}
.order-history-page a:hover {
    color:#D3B960;
}
.order-history-page i {
    margin-right:10px;
}
.order-history-page .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    width: 100%;
}
.order-history-page .btn-primary.bronze {
    color: #fff;
    background-color: #D3B960;
    border-color: #D3B960;
    margin-top: 0;
    padding: 10px;
    min-width: 0;
}
.order-history-page .btn-primary.bronze:hover{
    color: #D3B960;
    background-color: #fff;
    border-color: #D3B960;
    margin-top:0;
}
.order-history-page .card-body {
    padding:2.25rem;
}
.table td, .table th {
    vertical-align:middle;
    padding: 32px 0px;
    font-weight: 400;

}
.table td a {
    float:right;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #888888;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 16px;

}
.table tbody+tbody {
    border-top: 2px solid #D3B960;
    padding-top:10px;
}
/* contact */
.contact-page {
    background-image:url(/images/header-bg.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height:70vh;
}
.row.contact-section {
    height:70vh;
}
.contact-page h1 {
    color:#fff;
}
/* login */
.login-page {
    padding:5% 0;
}
.login-page h1 {
    color:#D3B960;
    padding-bottom:20px;
}
.login-page .bronze:hover {
    background-color: #fff;
    color: #D3B960;
    font-weight: 400;
    text-transform: none;
    border: 1px solid #D3B960;
}
.login-page a:hover {
    color:#D3B960;
}
/* wishlist */
.wishlist-page {
    padding:5% 0;
}

.wishlist-page a {
    background-color:transparent;
    padding:none;
}
.wishlist-page a:hover {
    color:#D3B960;
}
.wishlist-page .card {
    flex-direction: row;
    width: 97%;
    margin-bottom: 25px;
    border-radius: 0;
}
.wishlist-page .card img {
    border-radius: 10px!important;
    width: 20%;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

}
.wishlist-page .icons i {
    margin-right: 10px;
    font-size: 20px;
    padding-top: 20px;
    padding-left: 47px;
    padding-right: 18px;
}
.wishlist-page .icons i:hover {
    color:#141A25;
    text-decoration:none;
    background-color:transparent;
}
.wishlist-page .bronze {
    color:#fff;
    background-color:#D3B960;
}
.wishlist-page .bronze:hover {
    color:#D3B960;
    background-color:#fff;
    border:1px solid #D3B960;
}
.wishlist-page .input-group {
    height: 5vh;
    margin-top: 15px;
}
.tooltip-inner {
    background-color: #D3B960!important;
}
.tooltip-arrow{
    display:none;
}
/* create-account */
.create-account-page {
    padding:5% 0;
}
.create-account-page h1 {
    color:#D3B960;
    padding-bottom:20px;
}
.create-account-page .bronze:hover {
    background-color: #fff;
    color: #D3B960;
    font-weight: 400;
    text-transform: none;
    border: 1px solid #D3B960;
}
.create-account-page a:hover {
    color:#D3B960;
}
/* dashboard */
.dashboard-page {
    padding:5% 0;
}
.dashboard-page h1 {
    color:#D3B960;
    padding-bottom:20px;
}
.dashboard-page .bronze:hover {
    background-color: #fff;
    color: #D3B960;
    font-weight: 400;
    text-transform: none;
    border: 1px solid #D3B960;
}
.dashboard-page a:hover {
    color:#D3B960;
}
.dashboard-page .h3 {
    color:#D3B960;

}
.change-password {
    border-radius:0;
}
.change-password .col-12 {
    margin-bottom:20px;
}
/* footer */
.footer a {
    color:#000000;
}
.footer-blk {
    background-color:#000000;
    padding:5% 0;
}
.footer-blk h5, .footer-blk .logo a{
    color:#D3B960;
    font-weight:600;
}
.footer-blk .list-unstyled li{
    color:#fff;
}
.footer-blk .list-unstyled a:hover{
    color:#D3B960;
}
.footer-blk dl, .footer-blk dt, .footer-blk a, .footer-blk p {
    color:#fff;
    font-weight:400;
}
.footer-blk dl:hover, .footer-blk dt:hover, .footer-blk a:hover {
    color:#D3B960;
}


#myform {
    text-align: center;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%;
}
.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
input.qtyplus { width:25px; height:25px;}
input.qtyminus { width:25px; height:25px;}

