@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

/* Header Background */
#header {
    background-color: var(--primary-green);
}

/* Top Menu */
#menu {
    background-color: var(--dark-green);
}

/* Footer Styling */
#footer {
    background-color: var(--dark-green);
    color: #fff;
}
#footer a {
    color: #e0f7ea;
}

/* Price and Sale */
.price, .price-new {
    color: var(--accent-green);
    font-weight: bold;
}

/* Link Colors */
a {
    color: var(--primary-green);
}
a:hover {
    color: var(--dark-green);
}

/* Background Sections */
.section-bg {
    background-color: var(--light-green);
    padding: 20px;
}

/* Custom Badges */
.badge-green {
    background-color: var(--accent-green);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}

body {
    color: #222;
    font-size: 14px;
    /*font-family: 'Quicksand', sans-serif;*/
}
a {
  color: #a1045a;
}
hr {
    color: #a1045a;
}
input:focus {
    color: #222;
}
.alert-info {
    background-color: #a1045a;
    border-color: #222;
    color: #fff;
}
.btn-light {
  color: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  /*--bs-btn-bg: var(--pb-btn-bg);*/
  background-image: linear-gradient(to bottom, #a1045a, #a1045a);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
  border-radius: 10px;
}
#checkout-cart .btn-light {
	color: #fff;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #fff;
  background-color: #222;
  background-image: linear-gradient(to bottom, #222, #222);
  border-color: #adadad;
  background-position: 0;
  border-radius: 10px;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #222, #333);
    background-repeat: repeat-x;
    border-color: #a1045a #a1045a #a1045b;
    border-radius: 10px;
}
.btn-primary:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #a1045a, #a1045a);
    background-repeat: repeat-x;
    border-color: #a1045a #a1045a #a1045b;
}
#content h3 {
	color: #fff;
    border-radius: 10px;
    margin: 0 0 15px 0;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    background-color: #222;
}
.img-thumbnail {
    border-radius: 10px;
}
.carousel {
    border-radius: 10px;
}
h1 {
    font-size: 28px;
}
legend {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #a1045a;
    border-radius: 10px;
    padding: 7px 10px 7px 20px;
    color: #fff;
}
   
#top {
    background-color: transparent;
    border-bottom: 0;
    padding: 10px 0 5px;
    margin: 5px 0;
    min-height: 43px;
    position: relative;
}
#top ul.list-inline {
	margin-bottom: 10px;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
    color: #222;
    /*text-shadow: 0 1px 0 #FFF;*/
    font-size: 14px;
}
#top .nav > .list-inline .list-inline-item > a:hover, #top .nav > .list-inline .list-inline-item .dropdown > a:hover {
    color: #a1045a;
}
#top .nav > .list-inline > .list-inline-item:not(:first-child) {
    border-left: 1px dashed #a1045a;
    padding-left: 0.5rem;
}
#top .fa-headphones:before, #top .fa-user:before, #top .fa-heart:before, #top .fa-shopping-cart:before, #top .fa-share:before {
    color: #a1045a;
}
#top .fa-headphones:before:hover, #top .fa-user:before:hover, #top .fa-heart:hover, #top .fa-shopping-cart:hover, #top .fa-share:hover {
    color: #a1045a;
}
#top ul.dropdown-menu.show {
	background-color: #000000;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#top .dropdown-menu li:nth-last-child(1) .dropdown-item {
    color: #fff;
    border: none;
}
#top .dropdown-menu li .dropdown-item {
    color: #fff;
    border-bottom: 1px dashed #fff;
}
#top .dropdown-menu li .dropdown-item:hover {
    color: #fff;
    background-color: #a1045a;
}
/*.fa-headphones:before, .fa-user:before, .fa-heart:before, .fa-shopping-cart:before, .fa-share:before {
    min-width: 25px;
    min-height: 25px;
    padding: 5px;
    border: 1px solid #222;
    border-radius: 50%;
}*/
@media (min-width: 768px) {
    #logo {
        text-align: left;
		margin: 7px 0 7px 15px;
    }
}
#menu .dropdown-menu {
    background-color: #a1045a;
    border-radius:10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
#menu .dropdown-item {
    color: #fff;
    border: none;
}
#menu .dropdown-item:hover, #menu .dropdown-item:focus, #menu .dropdown-item:visited, #menu .dropdown-item:active{
    color: #fff;
    background-color: #222;
}
#menu .dropdown-menu li:nth-last-child(1) .dropdown-item {
    color: #fff;
    border: none;
}

/*.alert-success { 
    background-color: #555;
    color: #fff;
}
.alert-success a {
    color: #a1045a;
}
.alert-success a:hover {
    color: #fff;
    text-decoration: underline;
}
.alert-success .btn-close {
    background-color: #fff;
}*/
#header-box {
    background-color: #a1045a;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 10px 10px 0 0;
	width: 100%;
}
@media screen and (max-width: 768px) {
    #logo {
        text-align: center;
    }
}
#search .form-control-lg {
    border: 0;
    border-radius: 50px 0 0 50px;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    color: #222;
}
#search .form-control-lg:focus {
    box-shadow: 0 0 0 0px #fff, 0 0 0 0.25rem rgba(161, 4, 90, 0.25);
}
#search .btn-lg {
    border: 0;
    background: #fff;
    font-size: 15px;
    /* color: #222 !important; */
    line-height: 18px;
    padding: 0.57rem 20px;
    border-radius: 0 50px 50px 0;
}
#search .btn-lg:hover {
    color: #fff;
    background: #222;
}
#header-cart .fa-cart-shopping {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px 9px;
}
#header-cart .btn-inverse {
    background-color: transparent;
    background-image: none;
    border: none;
}
#header-cart .btn-lg {
    color: #FFF;
    min-height: 40px;
	height: auto;
    padding: 0.2rem 0.5rem;
}
#header-cart .btn-lg:hover {
	background: #000;
}
@media screen and (max-width: 480px){
    #header-cart .dropdown-menu {
        background: #eee;
        width: 100%;
    }
}
#header-cart .dropdown-menu {
    font-size: 15px;
}
/*Categories menu style*/
#menu {
  background-color: #222222;
  background-image: none;
  background-image: linear-gradient(to bottom, #222222, #222222);
  background-repeat: repeat-x;
  border: 0;
  /*border: 10px solid #f45511;
  border-color: #f45511;*/
  min-height: 50px;
  border-radius: 0 0 10px 10px;
}
#menu.navbar {
    padding: 0 1rem;
    margin-bottom: 10px;
}
#menu li a {
    font-size: 14px;
}

#menu .navbar-nav > li:hover {
    /*background-color: rgba(0, 0, 0, 0.1);
    /* border: 1px solid #a1045a; */
    border-bottom: 0; 
    border-radius: 10px;
    background-color: #a1045a;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        /*min-width: 12rem;*/
    }
}
#menu .dropdown-menu {
    border: 0;
}
/*#menu .dropdown-inner {
    display: table;
    min-width: 12rem;
    
}*/
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 5px 20px;
    border-bottom: 1px dashed #a1045a;
    clear: both;
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
    margin-right: 5px;
	margin-left: 5px;
}
#menu .dropdown-inner ul li a:hover {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #222, #222);
    background-color: #222;
}
/*#menu .dropdown-inner a {
    font-size: 13px;
}*/
/*#menu .dropdown-inner ul li a:hover {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #a1045a, #a1045a);
    border-radius: 0;
}*/

#menu .see-all {
    color: #efefef;
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #222;
    padding: 8px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 13px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    background-image: linear-gradient(to bottom, #000000, #000000);
    background-repeat: repeat-x;
}
.navbar-light .navbar-toggler {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 6px 12px;
    background-color: #a1045a;
    background-image: none;
    /*background-repeat: repeat-x;*/
    border-color: #222;
}
.navbar-nav > li > .dropdown-menu {
    display: block; /* Override the bootstrap display: none */
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    visibility: hidden;
    top: 200%;
    border: 0;
}
#menu .dropdown:hover .dropdown-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    top: 104%;
}

/*Breadcrumb style*/
.breadcrumb {
    border-radius: 10px;
    margin: 0 0 10px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
    background-color: #a1045a;
}
.breadcrumb > li.breadcrumb-item {
    text-shadow: none;
}
.breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
    color: #ffffff;
}
.breadcrumb > li.breadcrumb-item:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/* Category list (Left sidebar) style */
.list-group {
    border-radius: 10px;
}
.list-group-item {
    background: #222;
    color: #fff;
    font-size: 14px;
    border: 1px dashed #a1045a;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #a1045a;
    border-color: #a1045a;
}
.list-group-item:hover{
    z-index: 2;
    color: #fff;
    background-color: #a1045a;
    border-color: #a1045a;
}

/*Featured products list css*/
.product-thumb {
    border: 1px solid #a1045a;
    margin-bottom: 15px;
}

.product-thumb .content .description h4 a {
    color: #a1045a;
    border-bottom: 1px solid #a1045a;
    display: block;
    padding-bottom: 5px;
}
.product-thumb .content .description{
    min-height: 200px;
}
.product-thumb .description p{
	color: #222;
}

.product-thumb .price .price-new{
	color: #a1045a;
}

.product-thumb .price .price-old {
	color: #222;
}

.product-thumb .button-group {
    display: flex;
    border-top: 1px solid #a1045a;
    background-color: transparent;
}
.product-thumb .button button {
    flex: 33%;
    border-radius: 0;
    display: inline-block;
    border: none;
    background-color: #222;
    color: #a1045a;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb {
    border: 1px solid #a1045a;
    margin-bottom: 15px;
    border-top: 5px solid #a1045a;
    border-bottom: 5px solid #a1045a;
    border-radius: 10px;
}

.product-thumb .button button:hover {
    background-color: #a1045a;
    color: #fff;
}

.product-thumb .button button:hover 
{
    color: #fff;
	background-color: #a1045a;
  	text-decoration: none;
	cursor: pointer;
}
/* Pagination styles*/
.pagination .page-item a {
    background-color: #222222;
    color: #ffffff;
    border: 1px solid #a1045a;
}
.pagination .page-item a:hover {
    background-color: #a1045a;
    color: #ffffff;
    border: 1px solid #a1045a;
}
.pagination .page-item.active .page-link {
    background-color: #a1045a;
    border: 1px solid #a1045a;
}

/* Product Category Page Style */
#cat-desc .img-thumbnail {
    border-color: #a1045a;
}
#product-category #content h2 {
    background-color: #222;
    border-radius: 10px;
    color: #fff;
    padding: 3px 10px 3px 20px;
}
#product-category .btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-image: linear-gradient(to bottom, #a1045a, #a1045a);
  background-repeat: repeat-x;
  /*order-color: #a1045a;*/
  border: 0;
  border-radius: 10px;
  font-size: 14px;
}
#product-category .btn-primary:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #222222, #222222);
  background-repeat: repeat-x;
}
#product-category .btn-light {
  color: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #a1045a, #a1045a);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
  border-radius: 10px 0 0 10px;
}
#product-category .btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
    border-radius: 0 10px 10px 0;
}
#product-category .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn-group:not(:last-child) > .btn {
    border-radius: 10px 0 0 10px;
}
#product-category .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-radius: 10px 0 0 10px;
    background: #a1045a;
    color: #fff;
    border: 1px solid #a1045a;
}
#product-category .btn-light:hover,#product-category .btn-light:focus,#product-category .btn-light:active,#product-category .btn-light.active,#product-category .btn-light.disabled,#product-category .btn-light[disabled] {
  color: #fff;
  background-color: #222;
  background-image: linear-gradient(to bottom, #222, #222);
  border-color: #adadad;
  background-position: 0;
  border-radius: 0 10px 10px 0;
}
#product-category .form-select {
    border-radius: 0 10px 10px 0;
    border: 1px solid #a1045a;
}

/* Product info (detail) page */
#product-info .img-thumbnail {
    border-color: #a1045a;
    border-radius: 10px;
    border-top: 5px solid #a1045a;
    border-bottom: 5px solid #a1045a;
}
.btn:hover {
    color: #fff;
    background-color: #a1045a;
    border-color: #a1045a;
}
#product-info #input-quantity {
    max-width: 70px;
    text-align: center;
}
#product-info .btn-light {
    color: #fff;
}
#product-info h1 {
    color: #a1045a;
}

#product-info span.price-new {
    color: #a1045a;
}
span.txtpval {
    font-weight: normal;
}
#product-info .nav-tabs {
    margin-bottom: 0px;
    border-bottom: 0px solid #a1045a;
    padding-left: 10px;
}
#product-info .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #a1045a;
    border: 1px solid #a1045a;
    border-radius: 10px 10px 0 0;
    color: #fff;
}
#product-info .nav-link {
    display: block;
    color: #222;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#product-info .nav-link:hover {
    color: #fff !important;
    background-color: #a1045a;
    border-radius: 10px 10px 0 0;
    border-bottom: #a1045a;
}
	
.tab-content {
    padding: 15px;
    border-left: 1px solid #a1045a;
    border-right: 1px solid #a1045a;
    border-bottom: 5px solid #a1045a;
    border-top: 5px solid #a1045a;
    border-radius: 10px 10px 10px 10px;
}

#product-list .product-thumb .image img {
    border-radius: 10px;
}

/*Product Compare page*/
#product-compare h1 {
    background-color: #222;
    border-radius: 10px;
    color: #fff;
    padding: 2px 10px 2px 20px;  
}
/*Information pages*/
#information-information h1, #information-contact h1 {
    background-color: #222;
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px 5px 20px;
}
.txtpmanufacturer, .txtpmodel, .txtpreward, .txtpstock {
    color: #222;
    font-weight: bold;
}

/* Account Page */
#account-account #content h1, #account-register #content h1, #account-forgotten #content h1, #account-edit #content h1, #account-password #content h1, #account-address #content h1, #account-wishlist #content h1, #account-order #content h1, #account-download #content h1, #account-download #content h1, #account-subscription #content h1, #account-reward #content h1, #account-return #content h1, #account-transaction #content h1, #account-newsletter #content h1, #common-success #content h1, #product-search #content h1  {
    background-color: #222;
    border-radius: 10px;
    color: #fff;
    padding: 3px 10px 3px 20px;
}

/* Form elements */

.form-control {
    border: 1px solid #222;
    border-radius: 10px;
}
.form-control:focus {
    border-color: #a1045a;
    box-shadow: 0 0 0 0.25rem #a1045a;
  /*box-shadow: 0 0 0 0.25rem rgba(34, 154, 200, 0.25);*/
}
.form-select:focus {
  border-color: #a1045a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #a1045a;
}
.form-check-input:focus {
  border-color: #a1045a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #a1045a;
}
.form-check-input:checked {
    background-color: #a1045a;
    border-color: #a1045a;
}
.form-check-input {
    cursor: pointer;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(161, 4, 90, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(161, 4, 90, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #229ac8;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #bde1ef;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #229ac8;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #bde1ef;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
label {
    font-size: 14px;
    font-weight: normal;
}

/* Footer Pages style */
footer {
    background-color: #a1045a;
	position: absolute;
}
footer h5 {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    background-color: #222;
    border-radius: 10px;
    padding: 10px;
}
footer a {
    color: #eee;
}
.footer-top {
    margin-bottom: 20px;
}
.footer-top .list-unstyled {
    padding-left: 10px;
    list-style: none;
}
.footer-bottom {
    background-color: #222;
    padding-top: 20px;
    text-align: center;
}