:root {
  --content-color: #231f20;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--content-font-family);
  font-weight: lighter;
  font-size: 16px;
  color: var(--content-color);
  background-color: #fff;
  background-image: url('/files/2025design/pgy-bg.webp');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

button:focus {
	outline: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@-webkit-keyframes preLoaderAnimation {
    0%{background-position:57% 0%}
    50%{background-position:44% 100%}
    100%{background-position:57% 0%}
}
@-moz-keyframes preLoaderAnimation {
    0%{background-position:57% 0%}
    50%{background-position:44% 100%}
    100%{background-position:57% 0%}
}
@keyframes preLoaderAnimation {
    0%{background-position:57% 0%}
    50%{background-position:44% 100%}
    100%{background-position:57% 0%}
}

.select2 {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.alert p {
	margin: unset;
}

.preloader {
	position: fixed;left: 0;top: 0;width: 100%;height: 100%;text-align: center;z-index: 6001; 
	display: flex;
	background: linear-gradient(318deg, #932513, #ab402f);
    background-size: 200% 300%;

    -webkit-animation: preLoaderAnimation 5s ease infinite;
    -moz-animation: preLoaderAnimation 5s ease infinite;
    animation: preLoaderAnimation 5s ease infinite;
}
.preloader:after { 
	content: ""; height: 100%; display: inline-block; vertical-align: middle; 
}

.preloader .spinner-border {
	color: #fff;
}

a:hover {
  color: var(--primary-color-hover);
}

.text-one-color {
	color: var(--primary-color);
}

.background-one-color {
	background-color: var(--primary-color);
}

.custom-switch .custom-control-label::after {
	background-color: var(--primary-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.btn-one-color {
	color: white;
	border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.btn-one-color:hover {
	color: var(--primary-color);
  background-color: var(--bs-white);
  border-color: var(--primary-color);
}

.btn-outline-one-color {
  background: transparent;
}

.btn-outline-one-color:hover,
.btn-outline-one-color:active,
.btn-outline-one-color:focus,
.btn-outline-one-color.active,
.btn-check + .btn-outline-one-color:hover {
  color: white;
	border-color: var(--primary-color);
  background-color: var(--primary-color);
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

img[data-src][src="/files/svg-loaders/rings.svg"] { 
	padding: 50px;
}

img[data-src][src=""] { 
	border: 8px solid #f3f3f3;
  	border-top: 8px solid var(--primary-color);
  	border-radius: 50%;
  	width: 50px;
  	height: 50px;
  	animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: var(--primary-color); /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.btn-pink {
  color: #343a40;
  background-color: #ff8acc;
  border-color: #ff8acc; }
  .btn-pink:hover {
    color: #fff;
    background-color: #ff64bb;
    border-color: #ff57b6; }
  .btn-pink:focus, .btn-pink.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5); }
  .btn-pink.disabled, .btn-pink:disabled {
    color: #343a40;
    background-color: #ff8acc;
    border-color: #ff8acc; }
  .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #ff57b6;
    border-color: #ff4ab0; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #5b69bc;
  border-color: #5b69bc; }
  .btn-purple:hover {
    color: #fff;
    background-color: #4654ab;
    border-color: #4250a2; }
  .btn-purple:focus, .btn-purple.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #5b69bc;
    border-color: #5b69bc; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #4250a2;
    border-color: #3e4b99; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #71b6f9;
  border-color: #71b6f9; }
  .btn-blue:hover {
    color: #fff;
    background-color: #4ca3f7;
    border-color: #409df7; }
  .btn-blue:focus, .btn-blue.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #71b6f9;
    border-color: #71b6f9; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #409df7;
    border-color: #3497f6; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5); }

.rating {
  	display: inline-block;
	position: relative;
	height: .9rem;
	line-height: .9rem;
	font-size: .9rem;
}

.rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.rating label:last-child {
  	position: static;
}

.rating label:nth-child(1) {
  	z-index: 10;
}

.rating label:nth-child(2) {
  	z-index: 9;
}

.rating label:nth-child(3) {
  	z-index: 8;
}

.rating label:nth-child(4) {
  	z-index: 7;
}

.rating label:nth-child(5) {
  	z-index: 6;
}

.rating label:nth-child(6) {
  	z-index: 5;
}

.rating label:nth-child(7) {
  	z-index: 4;
}

.rating label:nth-child(8) {
  	z-index: 3;
}

.rating label:nth-child(9) {
  	z-index: 2;
}

.rating label:nth-child(10) {
  	z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: var(--primary-color);
}

.rating:not(:hover) label input:checked ~ .icon i::before,
.rating:hover label:hover input ~ .icon i::before {
  font-weight: 900;
}

.rating:not(:hover) label input:not(:checked) ~ .icon i::before,
.rating:hover label:not(:hover) input ~ .icon i::before {
  font-weight: 400;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px var(--primary-color);
}

.product-discount {
	position: absolute;
	display: block;
	right: -10px;
	z-index: 3;
	top: -10px;
}

.product-discount div {
	width: 60px;
	height: 60px;
	border: 2px solid var(--primary-color);
	background-color: white;
  border-radius: 100%;
  color: var(--primary-color);
}

.product-discount-header div,
.product-discount-header-right div {
	font-size: 12px;
	height: 40px;
	width: 40px;
}

.product-discount-list {
	right: unset;
	left: -10px;
}

.product-discount-inner {
  left: 10px;
  top: 10px;
}

.product-discount-header {
	right: unset;
	left: -10px;
	top: -10px;
}

.product-discount-header-right {
	right: -10px;
	top: -10px;
}

.table-col1 {
  width: 8.333333%;
}

.table-col-2 {
  width: 16.666667%;
}

.table-col-3 {
  width: 25%;
}

.table-col-4 {
  width: 33.333333%;
}

.table-col-5 {
  width: 41.666667%;
}

.table-col-6 {
  width: 50%;
}

.table-col-7 {
  width: 58.333333%;
}

.table-col-8 {
  width: 66.666667%;
}

.table-col-9 {
  width: 75%;
}

.table-col-10 {
  width: 83.333333%;
}

.table-col-11 {
  width: 91.666667%;
}

.table-col-12 {
  width: 100%;
}

input:focus, textarea:focus, select:focus {
	outline: none !important;
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
}

.qs-shadow {
	text-shadow: 1px 1px 5px #111;
}

.cookie_notice_bar-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100000;
}

input:focus + .input-group-text {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
}


h1, .h1 {
  font-size: 3.2rem;
}


header .header-container .main-header {
  background-color: #fff;
  border: 5px solid var(--primary-color);
  width: 100%;
  height: 107px;
  position: relative;
  display: block;
  margin-top: 66px;
  border-radius: 65px;
  padding: 15px 45px;  
  box-shadow: 0px 5px 10px #aaa;
}

header .header-container .logo {
  height: 100%;
  width: 100%;
  display: block;
  margin-top: -7px;
}

header .header-container .logo img {
  height: auto;
  width: 100%;
  max-width: 230px;
}

header nav .nav-link, header nav .dropdown-item {
	font-family: var(--menu-font-family);
  font-size: 1.4rem;
  font-weight: 400;
  color: #2c292a;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-white);
  text-decoration: none;
  background-color: var(--primary-color);
}

header .btn-link {
  color: #2c292a;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
}

header .btn-link:hover, header .btn-link:focus, header .btn-link:active, header .btn-link.show{
  text-decoration: none;
  color: var(--primary-color) !important; 
}

header .location-dropdown .dropdown-item {
  text-transform: uppercase;
  font-size: 1.3rem;
}

header .location-dropdown .dropdown-item.active, header .location-dropdown .dropdown-item:active {
  color: var(--bs-white);
  text-decoration: none;
  background-color: var(--primary-color);
  text-transform: uppercase;
}

header .social-icons a {
  color: #2c292a;
  font-size: 1.5rem;
  text-decoration: none;
  margin: 0 5px;
  padding: 0 5px;;
}

header .social-icons a:hover, header .social-icons a:focus {
  color: var(--primary-color);
  text-decoration: none;
}

header .header-contact {
  font-family: var(--heading-font-family);
  font-size: 1.4rem;
}

header .header-buttons .btn-circle {
  border-radius: 100%;
  height: 50px;
  width: 50px;
  font-size: 1.3rem;
}

header .header-buttons-mobile .btn-circle {
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.4rem;
  text-align: center;
  padding: 0;
}

header .dropdown-menu {
  text-align: center;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
}

header .header-cart .header-cart-count {
  position: absolute;
  top: -5px;
  left: -10px;
  background-color: #fff;
  color: var(--primary-color);
  font-size: 14px;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
}

header .header-cart .cart-btn {
  border-radius: 20px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}

header .header-cart-content {
  position: absolute;
  width: 70vw;
  background-color: #fff;
  border: 5px solid var(--primary-color);
  border-radius: 25px;
  padding: 20px 30px;
  box-shadow: 0px 5px 10px #aaa;
  z-index: 1000;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  left: calc(50% - 35vw);
}

header .header-cart-content .header-cart-border {
  border-width: 3px !important;
}

.qs-quantity-block .btn-circle {
  border-radius: 100%;
}

.qs-quantity-block .qs-quantity,
.qs-quantity-block .qs-product-quantity {
  width: 65px;
}

.btn-rounded-large {
  font-size: 1.4rem;
  padding: var(--bs-btn-padding-y) 2rem;
  border-radius: 50px;
}

footer {
  background-color: var(--content-color);
  text-transform: uppercase;
  color: #fff;
}

main {
  min-height: 50vh;
}

section {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slide-border {
  border: 5px solid var(--primary-color);
  border-radius: 30px;
  background-color: #f2f2f2;
  overflow: hidden;
}

.qs-slider .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qs-slider .slick-dots li,
.qs-slider .slick-dots li button,
.qs-slider .slick-dots li button::before {
  width: 75px;
  height: 8px;
}

.qs-slider .slick-dots li button::before {
  content: "";
  opacity: 1;
  color: black;
  background-color: #9f9f9f;
  border: 1px solid transparent;
  border-radius: 10px;
}

.qs-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: var(--primary-color);
}

.category-card {
  background-color: #f2f2f2;
  border: 0px solid transparent;
  border-radius: 20px;
  text-align: center;
  margin-top: 7rem;
}

.category-card .category-image {
  width: 75%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  box-shadow: 0px 5px 10px #aaa;
  margin-top: -6rem;
}

.qs-simple-image-a-href .image-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120%;
  border-radius: 20px;
  border: 0px solid transparent;
  min-height: 500px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: end;
  padding: 2rem;
  transition: all 0.5s ease-in-out;
}

.qs-simple-image-a-href .image-container:hover {
  background-size: 130%;
}

.mt--50 {
  margin-top: -50px;
}

.bg-img-left-bottom {
  background-position-x: left;
  background-position-y: bottom;
}

.bg-img-right-bottom {
  background-position-x: right;
  background-position-y: bottom;
}

.bg-contain {
  background-size: contain;
}

.delivery-toast {
  border: 5px solid var(--primary-color);
  border-radius: 15px;
  box-shadow: 0 0 0 transparent !important;
}

.delivery-toast .swal2-title {
  font-size: 1.3em !important;
  font-family: var(--content-font-family);
  color: var(--primary-color);
  margin: 0.2em 0.5em;
}

.delivery-toast .swal2-icon.swal2-info {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.delivery-toast .swal2-timer-progress-bar {
  background: rgba(197, 52, 28, 0.2);
}

.content-card {
  border: 0px solid transparent;
  border-radius: 20px;
  box-shadow: 0px 5px 10px #aaa;
  background-color: #fff;
}

.qs-form-input-wrapper {
  margin-bottom: 0.8em;
}

.qs-form-input-wrapper:not(.form-check) label {
  font-family: var(--content-font-family);
  font-weight: 400;
  padding: 0.4rem 0rem 0.4rem 1.5rem;
}

.qs-form-input-wrapper input, 
.qs-form-input-wrapper textarea {
  border: 2px solid #8a8a8a;
  border-radius: 25px;
  padding: 0.6rem 1.5rem;
}

.qs-form-input-wrapper input:focus,
.qs-form-input-wrapper input:active,
.qs-form-input-wrapper textarea:focus,
.qs-form-input-wrapper textarea:active {
  border-color: var(--primary-color);
  box-shadow: none;
  outline: none;
}

.qs-form-input-wrapper.form-switch {
  padding-left: 3.5em;
  margin-top: 0.5em;
}

.qs-form-input-wrapper.form-check label {
  font-family: var(--content-font-family);
  font-weight: 400;
  padding: 0 0 0 1rem;
  font-size: 18px;
  width: calc(100% - 1rem);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}

.qs-form-input-wrapper .progress {
  border-radius: 15px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 1rem;
  border: 2px solid #8a8a8a;
}

.accordion.accordion-flush .accordion-header button {
  color: var(--content-color);
  font-family: var(--content-font-family);
  font-weight: 400;
  font-size: 1.4rem;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.accordion.accordion-flush .accordion-header button i {
  font-size: 2rem;
  margin-right: 1rem;
}

.dropify-wrapper .dropify-message p {
  font-size: 1.3rem;
}

.qs-form-input-wrapper .dropify-wrapper {
  border: 2px solid #8a8a8a;
  border-radius: 25px;
}

.qs-form-input-wrapper .dropify-wrapper:hover,
.qs-form-input-wrapper .dropify-wrapper:focus,
.qs-form-input-wrapper .dropify-wrapper.has-preview {
  border-color: var(--primary-color);
  box-shadow: none;
  outline: none;
}

.qs-form-input-wrapper .select2-container {
  padding: 0 !important;
  border: 0 none !important;
}

.qs-form-input-wrapper .select2-container .select2-selection {
  border: 2px solid #8a8a8a;
  border-radius: 25px;
  padding: 0.6rem 1.5rem;
  height: auto;
  box-shadow: none !important;
}

.select2-search__field {
  border: 2px solid #8a8a8a !important;
  border-radius: 25px !important;
  padding: 0.6rem 1.5rem !important;
  height: auto;
  box-shadow: none !important;
  outline: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border: 2px solid #8a8a8a;
  border-radius: 25px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
  background-color: var(--primary-color) !important;
}

.qs-form-input-wrapper select {
  border: 2px solid #8a8a8a;
  border-radius: 25px;
  padding: 0.6rem 1.5rem;
  height: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}

.form-check-input-lg {
  width: 1.5rem;
  height: 1.5rem;
}

.profile-page .dataTable td {
  font-size: 1rem;
  font-family: var(--table-font-family);
}

.active > .page-link, .page-link.active {
  color: var(--bs-white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-link:focus {
  color: var(--bs-white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

.content-card .card-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.qs-product-card {
  border: 2px solid var(--primary-color);
  border-radius: 15px;
  padding: 1.3rem 1.5rem 2rem 1.5rem;
  text-align: center;
  position: relative;
}

.qs-product-card .img-wrapper {
  margin-bottom: 10px;
}

.qs-product-card .prod-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.qs-product-card .cart-button {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.shop-order-select {
  border: 0 none;
  width: auto;
  display: inline;
  color: var(--primary-color);
}

.categories-navigation .nav-link {
  font-family: var(--content-font-family);
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  text-wrap: nowrap;
}

.categories-navigation .nav-link:hover,
.categories-navigation .nav-link:focus,
.categories-navigation .nav-link.active {
  color: var(--bs-white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.categories-navbar {
  border: 2px solid var(--primary-color);
  border-radius: 15px;
  padding: 1rem;
}

.qs-alert-box {
  padding: 1rem 2rem;
  border-radius: 15px;
  border: 2px solid var(--primary-color);
  background-color: #f2f2f2;
}

.product-pagination .page-item {
  margin: 0 0.3rem;
}

.product-pagination .page-item .page-link {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
}

.product-pagination .page-item .page-link:hover,
.product-pagination .page-item .page-link:focus,
.product-pagination .page-item.active .page-link {
  color: var(--bs-white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.product-popup-modal {
  position: relative;
  padding: 3rem 2rem 1rem 2rem;
}

.product-popup-modal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  border-radius: 100%;
  border: 1px solid var(--content-color);
  background-color: #fff;
  padding: 0.5rem;
  background-size: 0.7rem;
}

.btn-plus-option {
  padding: 0.3rem 0.9rem 0.6rem 0.9rem;
  border-radius: 15px;
  line-height: 0.8rem;
  margin: 0.2rem 0.1rem;
}

.btn-plus-option:hover,
.btn-plus-option:focus,
.btn-check:checked + .btn-plus-option {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.cart-table th {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  padding: 0.8rem 0;
  font-weight: 300;
  font-size: 1.4rem;
}

.cart-table thead tr th:first-child {
  border-top-left-radius: 20px;
}

.cart-table thead tr th:last-child {
  border-top-right-radius: 20px;
}

.cart-table td {
  vertical-align: middle;
}

.border-strong {
  border-width: 2px !important;
}

#google-container {
  position: relative;
  width: 100%;
  height: 40vh;
  min-height: 400px;
}

.gift-modal {
  border: 3px solid var(--primary-color);
  border-radius: 20px;  
}

.gift-modal-body {
  padding: 2.5rem 10rem;
}

.checkout-form .payment-box .form-check img {
  max-width: 100%;
}

/* #endregion */

/* #region Responsive code */

@media (max-width: 1400px) { /* xxl - Extra Extra Large */
	
}

@media (max-width: 1200px) { /* xl - Extra Large */
	
}

@media (max-width: 992px) { /* lg - Large */
  header .header-container .main-header {
    background-color: transparent;
    border: 0 none;
    width: 100%;
    height: 107px;
    position: relative;
    display: block;
    margin-top: 0;
    border-radius: 0;
    padding: 15px 15px;
    box-shadow: 0px 0px 0px transparent;
  }

  header #main-nav {
    justify-content: end;
  }

  header #topMainMenu {
    position: fixed;
    right: 0;
    top: 0;
    background-color: var(--primary-color);
    z-index: 999;
    color: #fff;
    padding: 2rem 2rem;
    border: 0px solid transparent;
    border-bottom-left-radius: 25px;
  }

  header nav .nav-link, header nav .dropdown-item {
    color: #fff;
    padding: 0.3rem 1rem;
  }

  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: #2c292a;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #2c292a;
  }

  header nav .dropdown-menu {
    text-align: left;
    background: none;
  }

  header .location-dropdown .dropdown-menu {
    background-color: #fff;
    border: 1px solid #2c292a;
  }

  header .location-dropdown .dropdown-item {
    color: #2c292a
  }

  header .btn-link:hover, header .btn-link:focus, header .btn-link:active, header .btn-link.show{
    color: #2c292a !important; 
  }

  .mobile-close-button {
    position: absolute;
    top: 0;
    right: 0;
  }

  header .header-cart .cart-btn {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.4rem;
    justify-content: center;
    padding: 0;
  }

  header .header-cart .header-cart-count {
    top: -5px;
    right: -10px;
    left: auto;
    font-size: 12px;
    width: 20px;
    height: 20px;
  }

  header .header-cart-content {
    width: 94vw;
    left: calc(50% - 47vw);
  }

  .modal-dialog {
    max-width: 95vw;
  }
}

@media (max-width: 768px) { /* md - Medium */	
  section {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .qs-simple-image-a-href .image-container {
    min-height: 300px;
  }

  .header-cart-content .first-column {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .header-cart-content .second-column,
  .header-cart-content .third-column {
    border-left: 0 !important;
    border-bottom: 3px solid var(--bs-border-color);
    padding-bottom: 0.5rem;
  }

  .header-cart-content .second-column {
    justify-content: start !important;
  }

  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  .gift-modal-body {
    padding: 2.5rem 5rem;
  }
}

@media (max-width: 600px) { /* sm - Small */ 


  .qs-simple-image-a-href .image-container {
    min-height: 200px;
  }

  header .header-cart-content {
    padding: 10px 15px;
  }

  .content-card.p-5 {
    padding: 1.5rem !important;
  }
}

@media (max-width: 576px) { /* Extra small */
	.category-card h1 {
    font-size: 2rem;  
  }

  header .header-cart .cart-btn,
  header .header-buttons-mobile .btn-circle {
    height: 1.8rem;
    width: 1.8rem;
    font-size: 0.9rem;
  }

  .gift-modal-body {
    padding: 1.8rem 2rem;
  }
}

/* #endregion */